.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-input-select option {
  color: #000;
}
.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 {
  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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM > .row > .video-iframe-container { display: none; }#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM > .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); }#aAxTZ0mn7nUiTl1ZmmeMzSbif4prUuPl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#aAxTZ0mn7nUiTl1ZmmeMzSbif4prUuPl > .row .container { border-width: 0; border-radius: 0; }#aAxTZ0mn7nUiTl1ZmmeMzSbif4prUuPl > .row > .video-iframe-container {  }#aAxTZ0mn7nUiTl1ZmmeMzSbif4prUuPl > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;position:relative;display:none; }#p2dTc6bzmbW037MIXQZ2xBcK4N8st5Az { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:4.9375rem;top:0rem;left:27.5rem;overflow:hidden;display:block; }
#gXw47DvvQnVGSMlVOMDAFB56NP1dvxMI { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:3.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.25rem;left:31.875rem;height:4.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dxIvdpUlX9TvurDmytIgDDKI4bFJLVyH { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:16.4375rem;left:32.84375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#e1vkC7bxSLlQ8siIcKbQafdd4x4wPc3h { background-color:#be0039;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.1875rem;left:36.875rem;display:none; }
#Bhxtg8g56vi8Iwizq8e9xkaKZ5cHdCPW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lh06fXErXNyTVqSk76FsCxTZZFEC1fFE { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:4.625rem;top:0rem;left:27.5rem;overflow:hidden;display:none; }
#aaJhNTlZMxR3yn8QswN29BzUTEv60CZL { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:13.0625rem;left:39.375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#wFRBXMfNz7ZDBTL3K949ILiAtIR5yuqp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#454545;background-image:url("https://images.assets-landingi.com/uc/ac564f31-ad28-4112-9fec-903a3faefda0/tlo_headera.jpg");background-position:bottom left !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#wFRBXMfNz7ZDBTL3K949ILiAtIR5yuqp.adaptive-delivery-prevent-bg, #wFRBXMfNz7ZDBTL3K949ILiAtIR5yuqp.lazyload, #wFRBXMfNz7ZDBTL3K949ILiAtIR5yuqp.lazyloading { background-image: none; }#wFRBXMfNz7ZDBTL3K949ILiAtIR5yuqp > .row .container { background-color: transparent; background-image: none; }#wFRBXMfNz7ZDBTL3K949ILiAtIR5yuqp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFRBXMfNz7ZDBTL3K949ILiAtIR5yuqp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFRBXMfNz7ZDBTL3K949ILiAtIR5yuqp > .row .container > .video-iframe-container { display: none; }#wFRBXMfNz7ZDBTL3K949ILiAtIR5yuqp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFRBXMfNz7ZDBTL3K949ILiAtIR5yuqp > .row > .video-iframe-container { display: none; }#wFRBXMfNz7ZDBTL3K949ILiAtIR5yuqp > .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); }#wFRBXMfNz7ZDBTL3K949ILiAtIR5yuqp > .row .container { border-width: 0; border-radius: 0; }#wFRBXMfNz7ZDBTL3K949ILiAtIR5yuqp > .row > .video-iframe-container {  }#wFRBXMfNz7ZDBTL3K949ILiAtIR5yuqp > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:60rem;position:relative;display:block; }#CO6ui0zMlOiugGlh2274tThaiwlMZR9v { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:3.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.3125rem;left:31.875rem;height:4.79296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZQFBCoLALrVpdtO0Ksxcrfc1Cb0pCv12 { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:10.10546875rem;left:39.375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JgMZCpwWXLHKwo0uTd7hvy15TtfvaLSL { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:13.48046875rem;left:32.84375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ks1w1g5GlIO7mE0c11v4Cx9niS0ubhqy { background-color:#be0039;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.1875rem;left:36.875rem;display:block; }
#ogousMmN03Tkni0rlR1ip0zI9A1EZBpx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GTX26DXWnTDCT4fKCvTqrRZflQg3P8gm { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.59375rem;left:2.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#aLqfsaTOtZlau7e1iaT3PU0KBmotlQlP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:4.625rem;top:0.75rem;left:43.625rem;overflow:hidden;display:block; }
#vgeKGTbBtS4VDpzKUikwzHeR3URiLZNF { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29rem;width:29rem;top:2.4375rem;left:2.0625rem;overflow:hidden;display:block; }
#WZ6JJnNV4g2kU8KHyTCab6O2x3wVnlI7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e2e2e;background-image:none;position:relative;display:block; }#WZ6JJnNV4g2kU8KHyTCab6O2x3wVnlI7 > .row .container { background-color: transparent; background-image: none; }#WZ6JJnNV4g2kU8KHyTCab6O2x3wVnlI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ6JJnNV4g2kU8KHyTCab6O2x3wVnlI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ6JJnNV4g2kU8KHyTCab6O2x3wVnlI7 > .row .container > .video-iframe-container { display: none; }#WZ6JJnNV4g2kU8KHyTCab6O2x3wVnlI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ6JJnNV4g2kU8KHyTCab6O2x3wVnlI7 > .row > .video-iframe-container { display: none; }#WZ6JJnNV4g2kU8KHyTCab6O2x3wVnlI7 > .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); }#WZ6JJnNV4g2kU8KHyTCab6O2x3wVnlI7 > .row .container { border-width: 0; border-radius: 0; }#WZ6JJnNV4g2kU8KHyTCab6O2x3wVnlI7 > .row > .video-iframe-container {  }#WZ6JJnNV4g2kU8KHyTCab6O2x3wVnlI7 > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#hF6pnvlsziFNkC58rFPnDJRwDyOs048h .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hF6pnvlsziFNkC58rFPnDJRwDyOs048h .widget-text.counter-number { border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.6rem;padding-right:0.53375rem;padding-bottom:0.6rem;padding-left:0.53375rem;display:block;align-items:center;width:3.204375rem;min-width:3.204375rem;height:3.225rem;position:relative;font-family:arial;font-size:2.4rem;font-weight:700;line-height:51.6px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hF6pnvlsziFNkC58rFPnDJRwDyOs048h .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.2725rem;height:1.275rem;position:relative;font-family:"open sans";font-size:0.9rem;font-weight:700;line-height:20.4px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hF6pnvlsziFNkC58rFPnDJRwDyOs048h { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:21.5625rem;height:6.2rem;padding-top:0.075rem;padding-right:0.07625rem;padding-bottom:0.075rem;padding-left:0.07625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.73046875rem;left:35.859375rem;z-index:15000; }
#hF6pnvlsziFNkC58rFPnDJRwDyOs048h #sPo4lwaFHO0bqWhPf9eQUeUFeUxy3ClW { display:flex;position:relative;top:0rem;left:0rem; }
#hF6pnvlsziFNkC58rFPnDJRwDyOs048h #PoEqpGXA3KW3ctqSyXZKOMctwDw3eRJh { width:auto; }
#hF6pnvlsziFNkC58rFPnDJRwDyOs048h #J4ZnPxOg2BI00GQw36mVFKFboAzZyMya {  }
#hF6pnvlsziFNkC58rFPnDJRwDyOs048h #mQWeJIx913GRM9SxnTUPXgUMV4AhTgn5 { display:flex;position:relative;top:0rem;left:0rem; }
#hF6pnvlsziFNkC58rFPnDJRwDyOs048h #ErLeBkRN5ePqSwGMy4bFT9dhA5wXoN7h {  }
#hF6pnvlsziFNkC58rFPnDJRwDyOs048h #D8c417slnEDOygE6RtLSsq0yveKilz8z {  }
#hF6pnvlsziFNkC58rFPnDJRwDyOs048h #uQxeFdry1OaM1flfQ9ph7uTJtQSTvGBM { display:flex;position:relative;top:0rem;left:0rem; }
#hF6pnvlsziFNkC58rFPnDJRwDyOs048h #yeXXNrOBTE0az4mGEKVukaCkwgFAH0T2 {  }
#hF6pnvlsziFNkC58rFPnDJRwDyOs048h #G3TMtZNeHfhuGfZnKnIIMafs91EVDhPI {  }
#hF6pnvlsziFNkC58rFPnDJRwDyOs048h #FI4fFfuIk5Xfc86OpPwBxKWZPAuD8PAh { display:flex;position:relative;top:0rem;left:0rem; }
#hF6pnvlsziFNkC58rFPnDJRwDyOs048h #x6EudooUU0KnSwpvsaxTDTWVrmHbMfvt {  }
#hF6pnvlsziFNkC58rFPnDJRwDyOs048h #it0yZTcGh0AKUviThCWnXhaQTBskF1Si {  }
#qIBWrlR0VgHVF25Xt5XxxJLuegxvZIfl { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.59375rem;left:2.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JCEtpUstLOP7JW6aGTHnqsiTqB19ICIE { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.1875rem;left:32.154296875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container { background-color: transparent; background-image: none; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container > .video-iframe-container { display: none; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row > .video-iframe-container { display: none; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .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); }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container { border-width: 0; border-radius: 0; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row > .video-iframe-container {  }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:60rem;position:relative;display:block; }#SpTTpmV2O3yX0npRQ3hasBrXMHpqPesT { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3rem;left:0rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#laSATIMxGofgJIEKggtC6qEM6WTHb94z { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:6.5625rem;left:0rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container { background-color: transparent; background-image: none; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container > .video-iframe-container { display: none; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row > .video-iframe-container { display: none; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .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); }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container { border-width: 0; border-radius: 0; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row > .video-iframe-container {  }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:60rem;position:relative;display:block; }#KI0w0PSVeDWkETzAFOTvk2mBHCznRJOy { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(0,0,0,0.15) ;height:4.6875rem;width:4.6875rem;top:0.75rem;left:7.65625rem;display:block; }
#rEvfLTeHKWtey9HpfquIHwPVDtNN0Qnn { box-sizing:content-box;color:#be0039;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:1.5625rem;left:8.46875rem;display:block; }
#knF4ALGlTofuRBc7ki9SZ4McvxfaMSiT { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:6.775390625rem;left:1.15625rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K0PttnS8Sfhc7cAx4mkOnBETCIb1subp { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:9.125rem;left:0.9375rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#atZf3b8E18WkoGTQMozP3iatuLmdigHM { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(0,0,0,0.15) ;height:4.6875rem;width:4.6875rem;top:0.75rem;left:27.6875rem;display:block; }
#JrI67RgpFp2DTFQsD3zvhq9FicyJnCRv { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:6.625rem;left:20.9375rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iGzl8trSePEDGIBpZgTgpR9F7GNTlfq0 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:9.125rem;left:20.3125rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#spdDhdGoKqVf9J3arilwAIZJzz1cWVNl { box-sizing:content-box;color:#be0039;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:1.53125rem;left:28.4375rem;display:block; }
#CGg00bGOuytLSRad8MSCr8i7Wmse3CXt { box-sizing:content-box;color:#be0039;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:1.53125rem;left:48.4375rem;display:block; }
#mNaLwLwo1O5RCw6DUv0VTW14Z2EIXkPw { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(0,0,0,0.15) ;height:4.6875rem;width:4.6875rem;top:0.75rem;left:47.6875rem;display:block; }
#S4w5TWmlMNqcpIaKX7TZGoLWuAkEivJi { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:6.625rem;left:40.9375rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qxUPAgXA6Efa2pRTgnqTme45KSVX25i1 { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:9.125rem;left:40.9375rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container { background-color: transparent; background-image: none; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container > .video-iframe-container { display: none; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row > .video-iframe-container { display: none; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .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); }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container { border-width: 0; border-radius: 0; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row > .video-iframe-container {  }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:60rem;position:relative;display:block; }#G9GzuRg0ZXbqBDsSMeBcxdA3q2klhlSM { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(0,0,0,0.15) ;height:4.6875rem;width:4.6875rem;top:0.75rem;left:7.65625rem;display:block; }
#OFDkml2Zo8R3aqHTUxZOuvpkLWKRG4b1 { box-sizing:content-box;color:#be0039;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:1.53125rem;left:8.4375rem;display:block; }
#otCDkD7KNm7B5rPKW0pdEi091WTErnxl { color:#000000;display:block;width:19rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:6.625rem;left:0.5rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WuxeORnb4fNxlTCuQNfymU3ci357v2Rc { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:9.125rem;left:0.9375rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qp3EVtnOd5KgotmNZs1qFE5UnThObbIH { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(0,0,0,0.15) ;height:4.6875rem;width:4.6875rem;top:0.75rem;left:27.6875rem;display:block; }
#Tg5FJ4e6pLPiOMJLOtuqeL671B89FsVt { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:6.625rem;left:20.9375rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MivcUx0PK9wTnURykA5Qu6v3G7KUmqAv { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:9.125rem;left:20.9375rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SeFDsvSuZvpanAa1uO1UwQHhqSAVLqy6 { box-sizing:content-box;color:#be0039;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:1.53125rem;left:28.5625rem;display:block; }
#u06fWz7O6qCiB4Vgyis7VTsBHTb0e1ft { box-sizing:content-box;color:#be0039;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:1.53125rem;left:48.3125rem;display:block; }
#W9B04PVhbi4f1XEWeZBvyu6SCo5tx0K6 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(0,0,0,0.15) ;height:4.6875rem;width:4.6875rem;top:0.75rem;left:47.6875rem;display:block; }
#rllUhlytdTu0yZ4N5BN19C8wcqbqoq5x { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:6.625rem;left:40.9375rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ia1n8pz2OWZJCcCPMST5he9RHqoT5gys { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:9.125rem;left:40.9375rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container { background-color: transparent; background-image: none; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container > .video-iframe-container { display: none; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row > .video-iframe-container { display: none; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .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); }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container { border-width: 0; border-radius: 0; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row > .video-iframe-container {  }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:block; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe8e3;background-image:url("https://images.assets-landingi.com/ddcd3wcq/bg02_02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv.adaptive-delivery-prevent-bg, #LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv.lazyload, #LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv.lazyloading { background-image: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container { background-color: transparent; background-image: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container > .video-iframe-container { display: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row > .video-iframe-container { display: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .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); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container { border-width: 0; border-radius: 0; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row > .video-iframe-container {  }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#Br6lOtpqFt80IcveWZ6sbuU5732xfcet { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.25rem;left:0rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tBCFRmwLqpha4Vowh5IakJt4sHphDHbs { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:7rem;left:0rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe8e3;background-image:url("https://images.assets-landingi.com/ddcd3wcq/bg02_02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28.adaptive-delivery-prevent-bg, #wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28.lazyload, #wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28.lazyloading { background-image: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container { background-color: transparent; background-image: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container > .video-iframe-container { display: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row > .video-iframe-container { display: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .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); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container { border-width: 0; border-radius: 0; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row > .video-iframe-container {  }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container { font-size:0.875rem;font-family:arial;height:60.125rem;width:60rem;position:relative;display:block; }#WWex6yVNG6mIi92teOR9VisXTuosuWcu { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.58);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(0,0,0,0.15) ;height:52.8125rem;width:28.125rem;top:0.3125rem;left:0.9375rem;display:block; }
#f9oekIC5Id7EHSxvil3WMHSJ1RaUZuP9 { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:19.1875rem;left:5.9375rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FR6XP8TTGzRq2leGRmHx9J3ra08vSCWQ { color:#6a6a6a;display:block;width:25.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:22.125rem;left:2.96875rem;height:20.379875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#FR6XP8TTGzRq2leGRmHx9J3ra08vSCWQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FR6XP8TTGzRq2leGRmHx9J3ra08vSCWQ li:before{  }
#qTJlVsTZQof8bsG2s42zbfszU0lpcUtT { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.58);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:53.875rem;width:28.125rem;top:4.4375rem;left:31.875rem;display:block; }
#hZLKfn9F0Tkh4SNsWzTul1kBVXABDgh2 { color:#6a6a6a;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:29.1875rem;left:34rem;height:18.668rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#hZLKfn9F0Tkh4SNsWzTul1kBVXABDgh2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hZLKfn9F0Tkh4SNsWzTul1kBVXABDgh2 li:before{  }
#yzQH42sNCzszF8Ev2zHEyfBsA2tB377K { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:24.125rem;left:34.03125rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pQr6wpLX0Dh0oJPEiuQNhBDnEODG8L8P { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.1875rem;width:23.6875rem;top:5.4375rem;left:34.09375rem;overflow:hidden;display:block; }
#OMe14CIqVsX1slH8IGOx06xMVtfhlz46 { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:53.125rem;left:38rem;display:block; }
#ZOnaU78mTKJdWgezGrWJr4pGbkmaDl6c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VMykcoQ8AZf9QErhPTGII7dTJW6utiuk { color:#8d8d8d;display:block;width:8.0625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:43.3681640625rem;left:5.03125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i3tiWq6xxSymbdrmrwat0pot6P5PDffJ { position:absolute;display:block;z-index:15046;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:8.125rem;top:44.5556640625rem;left:5rem;display:block; }
#n09PiuGsHzQO9TbflyZn2NSe4ckLKW6B { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15046;line-height:.8;letter-spacing:0;top:43.6865234375rem;left:14.6875rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mfSZpiT64wO585tK9CkzDl4ldzfzT7Ay { color:#000000;display:block;width:2.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:44.3740234375rem;left:23.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#f3BseZfnhbUsLzsrlST6ZkIczfOHVr5N { color:#8d8d8d;display:block;width:8.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:50.3935546875rem;left:36.4375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LTvvczcGAeHr81f95pxWkXcEFScsNW2a { position:absolute;display:block;z-index:15047;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:8.4375rem;top:51.5869140625rem;left:36.375rem;display:block; }
#Rg0rqu6AANTIne6nsJii91gcCTuIV7C0 { color:#000000;display:block;width:4.875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15047;line-height:.8;letter-spacing:0;top:50.7119140625rem;left:49.1875rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I2LehJ5ZyKPVuulDVXM5hVV45uay9zte { color:#000000;display:block;width:2.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:51.3994140625rem;left:54.4375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#xFBq9TAFaObzLDEPvButFnTkpkRea26v { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.6875rem;width:24.0625rem;top:1.125rem;left:2.96875rem;overflow:hidden;display:block; }
#ub6hXHFWTwPzDzorL7wgo6i61LBQeCDr { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:46.7490234375rem;left:7.0625rem;display:block; }
#PCDilyRmWqEEnA5aLVrx0LiT5uBnwRCP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TmpLx3VmlTUJ6AeAGMyRqGcDcZS3sgRE { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:50.5615234375rem;left:38rem;display:none; }
#BFvVTx8au00kZSU6Riq6UQLoBxxXNdPQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZiAwW02rzfu21Klsc9brKiKR18kki5Z1 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5625rem;width:8.5rem;top:48.8310546875rem;left:47.625rem;overflow:hidden;display:block; }
#SSffMZLPegToTJroInsN7Th5DOR6OKJZ { position:absolute;display:block;z-index:15048;background-color:#bc8e5f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;height:5.1875rem;width:5.1875rem;top:1.8125rem;left:54.8125rem;display:block; }
#S5GNKyHCaJKPCCbTLhz9LDNr1SIOKbLW { color:#000000;display:block;width:4.875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15048;line-height:.8;letter-spacing:0;top:3.69921875rem;left:54.9375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe8e3;background-image:url("https://images.assets-landingi.com/ddcd3wcq/bg02_02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ.adaptive-delivery-prevent-bg, #Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ.lazyload, #Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ.lazyloading { background-image: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container { background-color: transparent; background-image: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container > .video-iframe-container { display: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row > .video-iframe-container { display: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .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); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container { border-width: 0; border-radius: 0; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row > .video-iframe-container {  }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container { font-size:0.875rem;font-family:arial;height:57.4375rem;width:60rem;position:relative;display:block; }#oW06wzGHrDFoTNMTz3k7ZZizdkPcy3A2 { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.58);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52.125rem;width:28.125rem;top:0.3125rem;left:0.9375rem;display:block; }
#T2tX0GBOhyGqso1oU3t55gdkuDOzq7nV { color:#000000;display:block;width:25.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:19.6875rem;left:2.25rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q3TQX9ioVyo2X7l3UD6aVUV9oOuGyats { color:#6a6a6a;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:22.1875rem;left:2.96875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#q3TQX9ioVyo2X7l3UD6aVUV9oOuGyats li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#q3TQX9ioVyo2X7l3UD6aVUV9oOuGyats li:before{  }
#yUClHLueKqPvqPBtR547R1gyfoyomZH3 { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.58);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(0,0,0,0.15) ;height:50rem;width:28.125rem;top:4.4375rem;left:31.875rem;display:block; }
#p89bKGAWXnyEidBO8KgaEiOwpP1zsiGP { color:#6a6a6a;display:block;width:24.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:26.0625rem;left:33.6875rem;height:14.15725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#p89bKGAWXnyEidBO8KgaEiOwpP1zsiGP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p89bKGAWXnyEidBO8KgaEiOwpP1zsiGP li:before{  }
#Fnz2ywaumoXrleMKG2TPvnxSuPNS0tun { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:23.0625rem;left:35.875rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C6ZyP1vbD4MxxlrtHkEvbeoaNMzAgifd { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.3125rem;width:24.5rem;top:5.5rem;left:33.6875rem;overflow:hidden;display:block; }
#liBITwzLa5PF8PN4SqcBGwIEfSvOLuCt { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:24.0625rem;top:1.1875rem;left:2.96875rem;overflow:hidden;display:block; }
#QayecXPlkh9D3Z7SCOQKePHzdrZf2cOS { color:#8d8d8d;display:block;width:9.5625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:43.568359375rem;left:4.78125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#snbfs7VCWOhtAlUm26uIsVaTXTJGTH5x { color:#8d8d8d;display:block;width:9rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:43.943359375rem;left:34.9375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cUB66WbW5Vx2uqBaP97WTTWq41DsqXW2 { position:absolute;display:block;z-index:15048;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:8.125rem;top:44.755859375rem;left:5.5rem;display:block; }
#XTVdDk62mKze0bO6B9RimLG7r3Dm5byz { position:absolute;display:block;z-index:15049;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:8.4375rem;top:45.0625rem;left:35.375rem;display:block; }
#R7lO7cgFHKkmvtTfyOH1zUruQtEQAk7K { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15048;line-height:.8;letter-spacing:0;top:43.88671875rem;left:18.65625rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lfq7SIPs6prN1pzPIsaeQfElPrQeFFRp { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15049;line-height:.8;letter-spacing:0;top:44.26171875rem;left:45.8125rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ROvE2fSOOEvvRmTFnDZLzqSVEGzaAAms { color:#000000;display:block;width:2.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:44.38671875rem;left:23.65625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#OnrPQa1VmZon3TuHKxguhHwxTGMQiBc8 { color:#000000;display:block;width:2.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:44.9375rem;left:53.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Hqt2989ob8iRNBlOTVSMltD3NQSrxFPk { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:47.625rem;left:37.0625rem;display:block; }
#csWntU8XEbCN8WBxhrxlRh3vOHU48lmh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pCaS1hCI0CTrXWudypIWyzk94H8vloDI { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:46.75rem;left:7.0625rem;display:block; }
#dv7TIczzB57MKO7H6ZktU1TKtHraN03X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DUHpRggRXO0oyM3sMuFN9CE0u5tgiSws { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5625rem;width:8.5rem;top:42.005859375rem;left:16.9375rem;overflow:hidden;display:block; }
#TbtrqQxJ3qW3OdHrypJKp5hUrqygzqtg { position:absolute;display:block;z-index:15050;background-color:#bc8e5f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;height:5.1875rem;width:5.1875rem;top:0rem;left:24.875rem;display:block; }
#dCekFM3IfomuFzkfOFdhaS2ftxTiPc4a { color:#000000;display:block;width:4.875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15050;line-height:.8;letter-spacing:0;top:1.875rem;left:25rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m6pFi4iHKv72k0359mQ7SLvKXqm64HRh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe8e3;background-image:url("https://images.assets-landingi.com/ddcd3wcq/bg02_02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#m6pFi4iHKv72k0359mQ7SLvKXqm64HRh.adaptive-delivery-prevent-bg, #m6pFi4iHKv72k0359mQ7SLvKXqm64HRh.lazyload, #m6pFi4iHKv72k0359mQ7SLvKXqm64HRh.lazyloading { background-image: none; }#m6pFi4iHKv72k0359mQ7SLvKXqm64HRh > .row .container { background-color: transparent; background-image: none; }#m6pFi4iHKv72k0359mQ7SLvKXqm64HRh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6pFi4iHKv72k0359mQ7SLvKXqm64HRh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6pFi4iHKv72k0359mQ7SLvKXqm64HRh > .row .container > .video-iframe-container { display: none; }#m6pFi4iHKv72k0359mQ7SLvKXqm64HRh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6pFi4iHKv72k0359mQ7SLvKXqm64HRh > .row > .video-iframe-container { display: none; }#m6pFi4iHKv72k0359mQ7SLvKXqm64HRh > .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); }#m6pFi4iHKv72k0359mQ7SLvKXqm64HRh > .row .container { border-width: 0; border-radius: 0; }#m6pFi4iHKv72k0359mQ7SLvKXqm64HRh > .row > .video-iframe-container {  }#m6pFi4iHKv72k0359mQ7SLvKXqm64HRh > .row .container { font-size:0.875rem;font-family:arial;height:74.625rem;width:60rem;position:relative;display:block; }#hQ3wuKTfP4ia2ArlOAdpoGOFeq99FTrz { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.58);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52.0625rem;width:28.125rem;top:0.3125rem;left:0.9375rem;display:block; }
#MogzySdzN8r1FGvEPSTqOIOsUnXOWOTB { color:#000000;display:block;width:25.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:19.1875rem;left:2.25rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TNXKXlR6rlkFbN9c6kTATU7RtifeeWR7 { color:#6a6a6a;display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:22.1875rem;left:2.40625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#TNXKXlR6rlkFbN9c6kTATU7RtifeeWR7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TNXKXlR6rlkFbN9c6kTATU7RtifeeWR7 li:before{  }
#KMxymJoQ86Qmskq6ZLhtwOBL85hx6ISH { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.58);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(0,0,0,0.15) ;height:67.6875rem;width:28.125rem;top:4.4375rem;left:31.875rem;display:block; }
#xsfVt9B8XrUmoIM1pKFD9kld5BTFwU5Q { color:#6a6a6a;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:9.125rem;left:33.625rem;height:15.39354375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ysgxlefoA88CXEQOycR1eBmZllOue5WX { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:6.4375rem;left:34.09375rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vkG7yqIJxUQ8oXpAN08AfGyqb5hzDM1C { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5625rem;width:24.5rem;top:1.1875rem;left:2.96875rem;overflow:hidden;display:block; }
#URPOf37HE3JPiF3pX2da3mysowbkm7O5 { color:#8d8d8d;display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:43.1181640625rem;left:4.59375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fHE65OSczEi2TxqbIiyvufi0akulekcZ { color:#8d8d8d;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:63.375rem;left:35.875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ucTN22RSDMdWsLTlN99NET0UEcAgBmoL { position:absolute;display:block;z-index:15048;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:8.4375rem;top:44.25rem;left:4.9375rem;display:block; }
#ABKnpFSAmolrNROUe1zn61PyMblqehuk { position:absolute;display:block;z-index:15049;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:8.4375rem;top:64.5625rem;left:35.90625rem;display:block; }
#vBnP5PXahD5C6eOvcTileOXKvIVztAif { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15048;line-height:.8;letter-spacing:0;top:43.4365234375rem;left:15.84375rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zeWzV86I62MPu3wQSrSwOa3KdXDI6My7 { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15049;line-height:.8;letter-spacing:0;top:63.693359375rem;left:45.375rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RRKaPs4TkEGCw6yulvtrgNOJy6NQmGAZ { color:#000000;display:block;width:2.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:43.9990234375rem;left:23.78125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Ol4ssdZC0uR7Rz9vcoHR0TaMNbFXyUlE { color:#000000;display:block;width:2.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:64.255859375rem;left:53.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#kDbSqsISvTwNpeeOzAG0cNi3bn5KANm3 { position:absolute;display:block;z-index:15047;background-color:#f44761;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:6.25rem;top:45.8125rem;left:37.25rem;display:none; }
#eRTkK5RB2XfdLz8OdSf1uQTR72ZTGLoV { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:65.92578125rem;left:37.0625rem;display:block; }
#PULp5abMzsyoSOH3MB8Kk0NhX5my1TTl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aXNUE5O2qy16KcQT1WZRk7vbJKVkioCr { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:46.7568359375rem;left:7.0625rem;display:block; }
#OrDu6G0BMgySETuJDPwBC9LBtAk8SgUR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tKhDolSzAuxZ2guVHFAXFNnJ8JhHoqKR { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:30.96875rem;left:34.09375rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lDMBJZ7WlsLzn43qhNBxX500DH6hpqWN { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:28.3125rem;left:34.09375rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yvWEE6V1rdBaqQsT6nl9NO8zX8G1IP4M { color:#6a6a6a;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:37.5rem;left:33.625rem;height:22.39060625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CgfTwbWPZawxFH98pnK6r71mMJIJ5I11 { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:59.888671875rem;left:34.09375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe8e3;background-image:url("https://images.assets-landingi.com/ddcd3wcq/bg02_02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg.adaptive-delivery-prevent-bg, #hzEx2QnLelpvVAK5iCCf78lxk0oqDysg.lazyload, #hzEx2QnLelpvVAK5iCCf78lxk0oqDysg.lazyloading { background-image: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container { background-color: transparent; background-image: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container > .video-iframe-container { display: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row > .video-iframe-container { display: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .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); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container { border-width: 0; border-radius: 0; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row > .video-iframe-container {  }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:60rem;position:relative;display:block; }#bhIApMNiitzF8uMcF7ixp8svE0vTffhV { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xJNGyB8Dw9hFPKmIxZuUhUvkWK9KKowZ { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:5.875rem;left:0rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#c6CJxhko1Xvk5C1fMHrSNzEXTGR9rNyT { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.25rem;height:3.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:3.125rem;left:9.875rem;display:block; }
#tHkwZUfVtlDQdoGe3Cq0nXI26UHCeGOE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nMcQH4fI4bWiV2NBZHgJICeATcXeovhX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nMcQH4fI4bWiV2NBZHgJICeATcXeovhX > .row .container { background-color: transparent; background-image: none; }#nMcQH4fI4bWiV2NBZHgJICeATcXeovhX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMcQH4fI4bWiV2NBZHgJICeATcXeovhX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMcQH4fI4bWiV2NBZHgJICeATcXeovhX > .row .container > .video-iframe-container { display: none; }#nMcQH4fI4bWiV2NBZHgJICeATcXeovhX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMcQH4fI4bWiV2NBZHgJICeATcXeovhX > .row > .video-iframe-container { display: none; }#nMcQH4fI4bWiV2NBZHgJICeATcXeovhX > .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); }#nMcQH4fI4bWiV2NBZHgJICeATcXeovhX > .row .container { border-width: 0; border-radius: 0; }#nMcQH4fI4bWiV2NBZHgJICeATcXeovhX > .row > .video-iframe-container {  }#nMcQH4fI4bWiV2NBZHgJICeATcXeovhX > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#ucshOxtSqZup6csP4cNz4gcNlEG9sze7 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2rem;left:0rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ci0rxwkxqTssouogDzvmRlTGZ0eqee5B { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:5.875rem;left:0rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lgd0gQhesqL9AKqAU2reJrdXzEzhbvdf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lgd0gQhesqL9AKqAU2reJrdXzEzhbvdf > .row .container { background-color: transparent; background-image: none; }#lgd0gQhesqL9AKqAU2reJrdXzEzhbvdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgd0gQhesqL9AKqAU2reJrdXzEzhbvdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgd0gQhesqL9AKqAU2reJrdXzEzhbvdf > .row .container > .video-iframe-container { display: none; }#lgd0gQhesqL9AKqAU2reJrdXzEzhbvdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgd0gQhesqL9AKqAU2reJrdXzEzhbvdf > .row > .video-iframe-container { display: none; }#lgd0gQhesqL9AKqAU2reJrdXzEzhbvdf > .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); }#lgd0gQhesqL9AKqAU2reJrdXzEzhbvdf > .row .container { border-width: 0; border-radius: 0; }#lgd0gQhesqL9AKqAU2reJrdXzEzhbvdf > .row > .video-iframe-container {  }#lgd0gQhesqL9AKqAU2reJrdXzEzhbvdf > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;position:relative;display:block; }#WLC20H9WxXOM9dVcmxh6UUvBl53tk8nX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.75rem;width:17.125rem;top:6.625rem;left:1.46875rem;overflow:hidden;display:block; }
#H9xcMT33eg3LhA3J3TMvH5XhI1BT1K1w { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:2.4375rem;left:15.1875rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XyNh6oGctdG44seCAAmFKuc8ardDv9VU { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:9.0693359375rem;left:21.21875rem;height:17.360375rem;font-style:normal;display:block; }#XyNh6oGctdG44seCAAmFKuc8ardDv9VU li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#XyNh6oGctdG44seCAAmFKuc8ardDv9VU li:before{  }
#Mv5MONIrCDAl0m9F20Xv8WlIt2cTyKyM { color:#000000;display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:6.625rem;left:29.125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I2xQzZibpHTWUki77o9z64mFSvo8ytI6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15050;line-height:.8;letter-spacing:0;top:28.5625rem;left:35.875rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M1rF4ifIkcfVbDewpQOTX97UUcL7BTTv { color:#8d8d8d;display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:28.25rem;left:27.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ow4TBmWC8hkNZkbKuctJftxAybDBX8go { position:absolute;display:block;z-index:15050;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:7.5rem;top:29.5rem;left:28.5rem;display:block; }
#XF2czTiUaOQ2JGy5ZTwa944UyprGua3r { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:2.4375rem;left:16.9375rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mUzBwaWqbF401KBTl4OAxLoKJbB2po0X { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:31.625rem;left:30.125rem;display:block; }
#oTAeF2fubXzPUGxckS58aTFvfzgGf6gh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R7f83SovZLDRpxazWwLyP5AMgSckV4Dr { position:absolute;display:block;z-index:14998;background-color:#969696;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;height:2.4375rem;width:57.0625rem;top:2rem;left:1.46875rem;display:block; }
#XcnSzrhTcD4cel0aFsImsl6XFCz0XzdJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XcnSzrhTcD4cel0aFsImsl6XFCz0XzdJ > .row .container { background-color: transparent; background-image: none; }#XcnSzrhTcD4cel0aFsImsl6XFCz0XzdJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcnSzrhTcD4cel0aFsImsl6XFCz0XzdJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcnSzrhTcD4cel0aFsImsl6XFCz0XzdJ > .row .container > .video-iframe-container { display: none; }#XcnSzrhTcD4cel0aFsImsl6XFCz0XzdJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcnSzrhTcD4cel0aFsImsl6XFCz0XzdJ > .row > .video-iframe-container { display: none; }#XcnSzrhTcD4cel0aFsImsl6XFCz0XzdJ > .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); }#XcnSzrhTcD4cel0aFsImsl6XFCz0XzdJ > .row .container { border-width: 0; border-radius: 0; }#XcnSzrhTcD4cel0aFsImsl6XFCz0XzdJ > .row > .video-iframe-container {  }#XcnSzrhTcD4cel0aFsImsl6XFCz0XzdJ > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:60rem;position:relative;display:block; }#MoAs9fTm3ZqzHmO3KIyaARDkPoxRbMNB { color:#ffffff;display:block;width:52.75rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:2.21875rem;left:2.9375rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#brXMTDuEM08bsdyTpfWumnPe7y06xQTv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.75rem;width:20.3125rem;top:8.3125rem;left:38.28125rem;overflow:hidden;display:block; }
#hhQQ3DVUK0XVyspghJPclWW469TlDUpy { color:#000000;display:block;width:31.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:8.3125rem;left:2.9375rem;height:19.49705625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZZMgVyBATIFAaJC5vayfd7W214ySbG3n { position:absolute;display:block;z-index:15003;background-color:#969696;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;height:4.0625rem;width:57.0625rem;top:1.75rem;left:1.46875rem;display:block; }
#luoMJD5OKfdfbod64cfwha9miqRE0zBb { color:#8d8d8d;display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:29.125rem;left:8.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tXlvgZ4BSbnC8uZLFTEIhxsnKezlmo1z { position:absolute;display:block;z-index:15051;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:7.5rem;top:30.3125rem;left:9rem;display:block; }
#ObKOpeEwHx3ECzBRLNlTxZJARa5kDkUz { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15051;line-height:.8;letter-spacing:0;top:29.5rem;left:17.1875rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M0T31pl5yBTBikvVpW2AmLsPwmid4qN1 { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:32.5rem;left:10.875rem;display:block; }
#ri4MU7uxndH6i4CPLsvZNnL5MwTa5DRQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u6u3BJmETS9BkSioABTXwXlA36eIwegm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#u6u3BJmETS9BkSioABTXwXlA36eIwegm > .row .container { background-color: transparent; background-image: none; }#u6u3BJmETS9BkSioABTXwXlA36eIwegm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6u3BJmETS9BkSioABTXwXlA36eIwegm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6u3BJmETS9BkSioABTXwXlA36eIwegm > .row .container > .video-iframe-container { display: none; }#u6u3BJmETS9BkSioABTXwXlA36eIwegm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6u3BJmETS9BkSioABTXwXlA36eIwegm > .row > .video-iframe-container { display: none; }#u6u3BJmETS9BkSioABTXwXlA36eIwegm > .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); }#u6u3BJmETS9BkSioABTXwXlA36eIwegm > .row .container { border-width: 0; border-radius: 0; }#u6u3BJmETS9BkSioABTXwXlA36eIwegm > .row > .video-iframe-container {  }#u6u3BJmETS9BkSioABTXwXlA36eIwegm > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:60rem;position:relative;display:block; }#Tmf8SgTG484dSxJqQHaZtTPTs2rOSTEk { color:#000000;display:block;width:34.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:14.5244140625rem;left:22.75rem;height:17.110375rem;font-style:normal;display:block; }#Tmf8SgTG484dSxJqQHaZtTPTs2rOSTEk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tmf8SgTG484dSxJqQHaZtTPTs2rOSTEk li:before{  }
#XtPu2NqpPLT5qQ6UlyyTXgfnN29uq4q4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.8125rem;width:17.1875rem;top:10.8232421875rem;left:1.46875rem;overflow:hidden;display:block; }
#x7iD2EXTcdD5KOG5CUPt4mrP6CfI5ZBH { color:#000000;display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:10.8232421875rem;left:31.125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fa4q3TOh2Pkyo4yEze63gcw48zlH19Fs { color:#ffffff;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:3.875rem;left:7.0625rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QTwrnRbsZTFzltRA1Ep2J0bZ0STWh9w7 { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15052;line-height:.8;letter-spacing:0;top:35.75rem;left:39.4375rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#unVhotQiGPlqT05mDiwtqI3IrG1cTA2T { color:#8d8d8d;display:block;width:9rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:35.4375rem;left:30.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fTF6EzDdMTBO5TCQNF0vUthTgT75VnxD { position:absolute;display:block;z-index:15052;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:7.5rem;top:36.5869140625rem;left:31.25rem;display:block; }
#fMCt0wMpgsgKEMDICFKdcCXNcRZQ6xds { position:absolute;display:block;z-index:15051;background-color:#f44761;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:7.5rem;top:32.0625rem;left:11.6875rem;display:none; }
#VlHG5c7vUU3yfeirNXBOmgES8QgmxuwG { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:38.435546875rem;left:32.125rem;display:block; }
#XlxKQLFQf0i0Mo8yTB3WfSubvzuTTpwT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CopP0JWcgGmpph43cQHuGfCISKoB32Qz { position:absolute;display:block;z-index:15004;background-color:#969696;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;height:4.125rem;width:57.0625rem;top:3.4375rem;left:1.46875rem;display:block; }
#m1e36MEy5AfeTvBhFyBDgr9qNt1gOqdt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#m1e36MEy5AfeTvBhFyBDgr9qNt1gOqdt > .row .container { background-color: transparent; background-image: none; }#m1e36MEy5AfeTvBhFyBDgr9qNt1gOqdt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1e36MEy5AfeTvBhFyBDgr9qNt1gOqdt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1e36MEy5AfeTvBhFyBDgr9qNt1gOqdt > .row .container > .video-iframe-container { display: none; }#m1e36MEy5AfeTvBhFyBDgr9qNt1gOqdt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1e36MEy5AfeTvBhFyBDgr9qNt1gOqdt > .row > .video-iframe-container { display: none; }#m1e36MEy5AfeTvBhFyBDgr9qNt1gOqdt > .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); }#m1e36MEy5AfeTvBhFyBDgr9qNt1gOqdt > .row .container { border-width: 0; border-radius: 0; }#m1e36MEy5AfeTvBhFyBDgr9qNt1gOqdt > .row > .video-iframe-container {  }#m1e36MEy5AfeTvBhFyBDgr9qNt1gOqdt > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;position:relative;display:block; }#RXv8w9OTvVbpXSOlEwugKwugToW3vzhb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24rem;width:15.9375rem;top:6.84375rem;left:1.46875rem;overflow:hidden;display:block; }
#btwU69TpCOBVuBdcSZTLJEut8dv70rWF { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:2.4375rem;left:10.78125rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RGAM7osvdxOpGOxwI3LpDUIAeM9kI9qB { color:#000000;display:block;width:35.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:6.84375rem;left:20.125rem;height:19.4970625rem;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; }
#Wy6lEcTgIKoxO3ykBJZuLObRwwTRsus8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15050;line-height:.8;letter-spacing:0;top:28.8125rem;left:36.8125rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DsuZrK1ufawAvcVLbd6uz1L8xbeekDSE { color:#8d8d8d;display:block;width:9.4375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:28.5rem;left:28.4375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q6JLGb7Cm66D0bcDBH8BWWRKXmus5V89 { position:absolute;display:block;z-index:15050;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:7.5rem;top:29.6806640625rem;left:29.375rem;display:block; }
#afBttsVPwoKBdHZR5KR2o52hQ0M8ZyLM { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:2.4375rem;left:16.9375rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#d24R4Am1clgqoCCapO61Ir2nJTLgZ1hQ { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:31.5625rem;left:30.03125rem;display:block; }
#iQGue59B12TrO6ypBf2t9lV7v65byKv0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bK67S1scMbFQ08MOrgIB9ZAiGnxkc1PN { position:absolute;display:block;z-index:14998;background-color:#969696;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;height:2.4375rem;width:57.0625rem;top:2rem;left:1.46875rem;display:block; }
#Nk6F79swu4kJefqRgGhqAGfcJFWzuqsl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Nk6F79swu4kJefqRgGhqAGfcJFWzuqsl > .row .container { background-color: transparent; background-image: none; }#Nk6F79swu4kJefqRgGhqAGfcJFWzuqsl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nk6F79swu4kJefqRgGhqAGfcJFWzuqsl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nk6F79swu4kJefqRgGhqAGfcJFWzuqsl > .row .container > .video-iframe-container { display: none; }#Nk6F79swu4kJefqRgGhqAGfcJFWzuqsl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nk6F79swu4kJefqRgGhqAGfcJFWzuqsl > .row > .video-iframe-container { display: none; }#Nk6F79swu4kJefqRgGhqAGfcJFWzuqsl > .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); }#Nk6F79swu4kJefqRgGhqAGfcJFWzuqsl > .row .container { border-width: 0; border-radius: 0; }#Nk6F79swu4kJefqRgGhqAGfcJFWzuqsl > .row > .video-iframe-container {  }#Nk6F79swu4kJefqRgGhqAGfcJFWzuqsl > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:60rem;position:relative;display:block; }#oplBfk67bTlTS42yhcI0GHdTHh8VTbcE { color:#ffffff;display:block;width:52.75rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:3.8125rem;left:2.9375rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UWhdfLE67eH6iWiPTbV6utOreQA7tFwi { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.75rem;width:20.9375rem;top:7.1875rem;left:37.65625rem;overflow:hidden;display:block; }
#Av3z6hfrrTew4RXr7UlHeR0J6fSyo7wr { color:#000000;display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:7.1875rem;left:9.875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f46o7uTCTuR4P4gQDVeGGhiyHWGynvEE { color:#000000;display:block;width:31.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:10.169921875rem;left:2.9375rem;height:18.222625rem;font-style:normal;display:block; }#f46o7uTCTuR4P4gQDVeGGhiyHWGynvEE li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#f46o7uTCTuR4P4gQDVeGGhiyHWGynvEE li:before{  }
#LAaagBDSJQCyxhp4WX3hWEe2XSp4tybd { position:absolute;display:block;z-index:15003;background-color:#969696;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;height:2.4375rem;width:57.0625rem;top:3.375rem;left:1.46875rem;display:block; }
#GvMtrMFe93hEEl3kiKe8R3NSTwXRMrMe { color:#8d8d8d;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:30.4375rem;left:9.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qmw9LeBDDVJXyAEngkoTymScxuh4nQKE { position:absolute;display:block;z-index:15051;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:7.5rem;top:31.625rem;left:10.3125rem;display:block; }
#GZrPPSIll0E3b6tU1ChVxnwqszEUmuRs { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15051;line-height:.8;letter-spacing:0;top:30.75rem;left:18.125rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J4r7CkPQOo6CV7RMO5TvHdDkitmhiqPh { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:33.75rem;left:10.875rem;display:block; }
#DEXliDQRn9bmo3GKNsOONlO6TbUFmCrp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HBo9z92fGNExel1NJKMo4XlckJ8MBTz1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1ad180f6-313d-4da0-b0ff-a1c13c467860/1200x628_kafelek_6_odcinkow.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#HBo9z92fGNExel1NJKMo4XlckJ8MBTz1.adaptive-delivery-prevent-bg, #HBo9z92fGNExel1NJKMo4XlckJ8MBTz1.lazyload, #HBo9z92fGNExel1NJKMo4XlckJ8MBTz1.lazyloading { background-image: none; }#HBo9z92fGNExel1NJKMo4XlckJ8MBTz1 > .row .container { background-color: transparent; background-image: none; }#HBo9z92fGNExel1NJKMo4XlckJ8MBTz1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBo9z92fGNExel1NJKMo4XlckJ8MBTz1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBo9z92fGNExel1NJKMo4XlckJ8MBTz1 > .row .container > .video-iframe-container { display: none; }#HBo9z92fGNExel1NJKMo4XlckJ8MBTz1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBo9z92fGNExel1NJKMo4XlckJ8MBTz1 > .row > .video-iframe-container { display: none; }#HBo9z92fGNExel1NJKMo4XlckJ8MBTz1 > .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); }#HBo9z92fGNExel1NJKMo4XlckJ8MBTz1 > .row .container { border-width: 0; border-radius: 0; }#HBo9z92fGNExel1NJKMo4XlckJ8MBTz1 > .row > .video-iframe-container {  }#HBo9z92fGNExel1NJKMo4XlckJ8MBTz1 > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:60rem;position:relative;display:block; }#PuT79IGZy2Eerpn2d5MMf9ya4oty6DZ6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.6875rem;left:4.5625rem;display:none; }
#L09cE3SgcJCbFyoRKOTJEdybWUMpUH9T { color:#bc8e5f;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.923825rem;top:20.9375rem;left:0.96875rem;text-align:center;text-align-last:center;display:block; }
#MkrffpiT9l4E0rAzaQWzbXxBo8iRGl6N { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:27.3125rem;left:2.75rem;display:block; }
#S0zuSJ4UUBAczXB4hyadXNVKK2ZxHoqo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NEbzR79cOsD87AixGumqSzZOaXCrxkVk { position:relative;display:none; }#NEbzR79cOsD87AixGumqSzZOaXCrxkVk { border-width: 0; border-radius: 0; }#NEbzR79cOsD87AixGumqSzZOaXCrxkVk > .row .container > .video-iframe-container {  }#NEbzR79cOsD87AixGumqSzZOaXCrxkVk > .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:60rem;position:relative;display:none; }#VVCWx5ECBOWisg2VzzSZCUrfh5ZDN7Fg { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:39.5rem;left:22.75rem;display:none; }
#BN6aClgEcTLrzRkG33vrmRdyqCBAUwMo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#be0039;background-image:url("https://images.assets-landingi.com/6X4ebZbm/img07_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8.adaptive-delivery-prevent-bg, #QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8.lazyload, #QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8.lazyloading { background-image: none; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container { background-color: transparent; background-image: none; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container > .video-iframe-container { display: none; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row > .video-iframe-container { display: none; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .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); }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container { border-width: 0; border-radius: 0; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row > .video-iframe-container {  }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:60rem;position:relative;display:block; }#Ww4qOQIW9dy9GCTmVPeOhlnTFJ20eLUl { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:5.4375rem;left:0rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yp42w5lJsLdmqaeIITc4QQT5cecM3h3r { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:1.875rem;left:0rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#be0039;background-image:url("https://images.assets-landingi.com/6X4ebZbm/img07_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G.adaptive-delivery-prevent-bg, #TIwpue0HyL1ALtrnG64td0qAsTUNrE3G.lazyload, #TIwpue0HyL1ALtrnG64td0qAsTUNrE3G.lazyloading { background-image: none; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container { background-color: transparent; background-image: none; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container > .video-iframe-container { display: none; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row > .video-iframe-container { display: none; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .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); }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container { border-width: 0; border-radius: 0; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row > .video-iframe-container {  }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:60rem;position:relative;display:block; }#vZNGk4NfUfH1xA7Vz5Kftl2g6zHJeDGQ { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(0,0,0,0.15) ;height:7.9375rem;width:7.9375rem;top:0.875rem;left:6.03125rem;display:block; }
#Q7VQTDpZAGtMH74yN7K9kPJ0RQ1kLEmf { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:9.8125rem;left:0.9375rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CCIEzrZx5QU8EivsfcysQ0ZiFiV38743 { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:3.34375rem;left:6.09375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTwWBxkV9kVV3Ax5ZLaSikempDw78H8t { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:3.34375rem;left:26.09375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R1fCARvzUTbVSNR2dTlh8T47tykmQfdl { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(0,0,0,0.15) ;height:7.9375rem;width:7.9375rem;top:0.875rem;left:26.03125rem;display:block; }
#zJ66c9STWRmTBIKpesTmHfgeWKrEFAeh { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:9.8125rem;left:20.9375rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PgTrdJdTLbvxpJNamsRUNUDkq1FwzneQ { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:3.34375rem;left:46.09375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nT76kKFvhxUAFn5VRaEXO4AeOpdDSWho { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(0,0,0,0.15) ;height:7.9375rem;width:7.9375rem;top:0.875rem;left:46.03125rem;display:block; }
#FSm6dhZtM1fSNwUAB611Frh9K7eJKEU4 { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:9.8125rem;left:40.9375rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#be0039;background-image:url("https://images.assets-landingi.com/6X4ebZbm/img07_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs.adaptive-delivery-prevent-bg, #IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs.lazyload, #IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs.lazyloading { background-image: none; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container { background-color: transparent; background-image: none; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container > .video-iframe-container { display: none; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row > .video-iframe-container { display: none; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .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); }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container { border-width: 0; border-radius: 0; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row > .video-iframe-container {  }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container { font-size:0.875rem;font-family:arial;height:1.75rem;width:60rem;position:relative;display:block; }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row .container { background-color: transparent; background-image: none; }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row .container > .video-iframe-container { display: none; }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row > .video-iframe-container { display: none; }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .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); }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row .container { border-width: 0; border-radius: 0; }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row > .video-iframe-container {  }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:60rem;position:relative;display:block; }#ZpgXa2MEaPGCaEepsKCpUCDNbQABGg6L { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.75rem;left:0rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hGE2vHZvzqB2Evyv4fC2QEgkebJFFuZ4 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:6.4375rem;left:0rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zwJZA6wORnmWWtvboUlA05ewPTOparDc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#zwJZA6wORnmWWtvboUlA05ewPTOparDc > .row .container { background-color: transparent; background-image: none; }#zwJZA6wORnmWWtvboUlA05ewPTOparDc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwJZA6wORnmWWtvboUlA05ewPTOparDc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwJZA6wORnmWWtvboUlA05ewPTOparDc > .row .container > .video-iframe-container { display: none; }#zwJZA6wORnmWWtvboUlA05ewPTOparDc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwJZA6wORnmWWtvboUlA05ewPTOparDc > .row > .video-iframe-container { display: none; }#zwJZA6wORnmWWtvboUlA05ewPTOparDc > .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); }#zwJZA6wORnmWWtvboUlA05ewPTOparDc > .row .container { border-width: 0; border-radius: 0; }#zwJZA6wORnmWWtvboUlA05ewPTOparDc > .row > .video-iframe-container {  }#zwJZA6wORnmWWtvboUlA05ewPTOparDc > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:60rem;position:relative;display:block; }#FvJxSWEy3pIGm168GTga0GDAvGapSxw6 { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:15.625rem;width:46.125rem;top:0.0625rem;left:13.875rem;display:block; }
#Kenv7EQUbmiQ9TMrVTbMyOihTVud2amR { position:absolute;display:block;z-index:15029;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.8125rem;width:13.875rem;top:0rem;left:46.125rem;display:block; }
#QpM7HxOrTf2eoMlfvopHd5Ea3SyMoJIk { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15045;line-height:.8;letter-spacing:0;top:3.5625rem;left:48.34375rem;height:2.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HSV7VOmK0yip6lMxQbd9NXdhbtJeFe9x { position:absolute;display:block;z-index:15045;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:6.25rem;top:2.125rem;left:49.8125rem;display:block; }
#D6S5aeNWumctAQhqO1UJcKRm9tX2a8HN { color:#8d8d8d;display:block;width:6.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:1.1875rem;left:49.84375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MwLd58fBRxRm4E5xrbZK0EiA0bLH05c8 { color:#200f43;display:block;width:6rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:6.375rem;left:50.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#isHL44vgqTb5nVmiAnq2SlnGi7uuc1Jp { position:absolute;display:block;z-index:15050;background-color:#e8e8e8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:27.5rem;top:4.09375rem;left:16.25rem;display:block; }
#ZVypmTt8KdW94NTMEBNDaR0RtTUoUKwU { color:#000000;display:block;width:29.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1rem;left:16.3125rem;height:2.5996125rem;font-style:normal;display:block; }
#a7m3b0FQATtEuLd9mdJ8xiuto9COoLxN { color:#000000;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:4.625rem;left:16.25rem;height:10.3984375rem;font-style:normal;display:block; }
#ffqOo88MnNdpiAg7OsHi5wJLI034OuZ7 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.875rem;width:13.875rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#nJ3mXMFb0dhfzIPn7G9AsTka7x0vScS7 { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:2.5625rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:10.5rem;left:48.3125rem;display:block; }
#cMJnMp6fTFEUirQZ8Q8gadQfgv0msRox { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zvCsqhw2kF9gWsHVNPOLdsaMkvyr5W8n { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1rem;left:16.3125rem;height:2.5rem;font-style:normal;display:none; }
#I0xSy0BZTrD42sF21c7sMPOpOleJTXOZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#I0xSy0BZTrD42sF21c7sMPOpOleJTXOZ > .row .container { background-color: transparent; background-image: none; }#I0xSy0BZTrD42sF21c7sMPOpOleJTXOZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0xSy0BZTrD42sF21c7sMPOpOleJTXOZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0xSy0BZTrD42sF21c7sMPOpOleJTXOZ > .row .container > .video-iframe-container { display: none; }#I0xSy0BZTrD42sF21c7sMPOpOleJTXOZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0xSy0BZTrD42sF21c7sMPOpOleJTXOZ > .row > .video-iframe-container { display: none; }#I0xSy0BZTrD42sF21c7sMPOpOleJTXOZ > .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); }#I0xSy0BZTrD42sF21c7sMPOpOleJTXOZ > .row .container { border-width: 0; border-radius: 0; }#I0xSy0BZTrD42sF21c7sMPOpOleJTXOZ > .row > .video-iframe-container {  }#I0xSy0BZTrD42sF21c7sMPOpOleJTXOZ > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;position:relative;display:block; }#vnIqkxz9kM48088qXNqzmBm44OnMvxXR { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:14.75rem;width:46.125rem;top:0.0625rem;left:13.875rem;display:block; }
#G5cl9L83dniFAIn3Rs1iscZxdSCwsExy { position:absolute;display:block;z-index:15029;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.8125rem;width:13.875rem;top:0rem;left:46.125rem;display:block; }
#Vy7mumUbmTHzL3oD8Myd6mEMHd5IJHys { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15045;line-height:.8;letter-spacing:0;top:3.5625rem;left:48.34375rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yDT7mJigvwEFE9iT36zauxVONGH42itA { position:absolute;display:block;z-index:15045;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:8.125rem;top:2.3125rem;left:49.3125rem;display:block; }
#kTm0Mywk3eVDtckZaqqlTOQ7OoAQBSBy { color:#8d8d8d;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:1.1875rem;left:48.84375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bHnd4x8TcO6KaHKZ7FBwGuaIDaEsxht8 { color:#200f43;display:block;width:6rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:6.375rem;left:50.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#tTrumwssVgamFONEfVGBUQmdDgkvJc7h { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:2.5625rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:9.9375rem;left:48.3125rem;display:block; }
#m8uc5gSKI0cgaqkWwHsd686twAugqBCz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G41Tqb7PHOUHWxMmXcI42FW3PQKzCu2P { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1rem;left:16.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#UqhiVU9kKJTHyWtg12xvKorXy6fzFSGQ { color:#000000;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:3.5625rem;left:16.3125rem;height:2.4375rem;font-style:normal;display:block; }
#b7tUb0o3Ja2aRMP8vWGf64PxaAENrBOo { color:#8d8d8d;display:block;width:6.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:1.1875rem;left:49.84375rem;height:1.9117646217346rem;text-align:center;text-align-last:center;display:none; }
#WWHOWmgXP14DqHx5lAz9DIZeo3TPzhrM { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.875rem;width:13.875rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#x4uqB4E8RSg2ouT3vTzSFVIdgppirPp1 { color:#000000;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:6.375rem;left:16.3125rem;height:7.34375rem;font-style:normal;display:block; }#x4uqB4E8RSg2ouT3vTzSFVIdgppirPp1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#x4uqB4E8RSg2ouT3vTzSFVIdgppirPp1 li:before{  }
#flBmf8O18oUnS5XhkXUKeOourFMpHTU2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#flBmf8O18oUnS5XhkXUKeOourFMpHTU2 > .row .container { background-color: transparent; background-image: none; }#flBmf8O18oUnS5XhkXUKeOourFMpHTU2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flBmf8O18oUnS5XhkXUKeOourFMpHTU2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flBmf8O18oUnS5XhkXUKeOourFMpHTU2 > .row .container > .video-iframe-container { display: none; }#flBmf8O18oUnS5XhkXUKeOourFMpHTU2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flBmf8O18oUnS5XhkXUKeOourFMpHTU2 > .row > .video-iframe-container { display: none; }#flBmf8O18oUnS5XhkXUKeOourFMpHTU2 > .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); }#flBmf8O18oUnS5XhkXUKeOourFMpHTU2 > .row .container { border-width: 0; border-radius: 0; }#flBmf8O18oUnS5XhkXUKeOourFMpHTU2 > .row > .video-iframe-container {  }#flBmf8O18oUnS5XhkXUKeOourFMpHTU2 > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:60rem;position:relative;display:block; }#ti0WfHuXtTGdWdLJ5gRFEfAwaT3vGwJq { position:absolute;display:block;z-index:15029;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.8125rem;width:13.875rem;top:0rem;left:46.125rem;display:block; }
#uRvKk6xXEEdmqF1nr3aOV229tT7CsuTv { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15045;line-height:.8;letter-spacing:0;top:3.5625rem;left:48.34375rem;height:2.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fr06CQ80mBuFArc7x5sryMMN9SisiZyJ { position:absolute;display:block;z-index:15045;background-color:#f44761;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:6.25rem;top:2.125rem;left:49.8125rem;display:block; }
#EftlpIViGx3uMLG0KBSeWUzuqSMx8mdE { color:#8d8d8d;display:block;width:6.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:1.1875rem;left:49.84375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zFd9hgvHa21bIphWPFDH5cyqeMyEHhA1 { color:#200f43;display:block;width:6rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:6.375rem;left:50.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#P3s2uJXepI1TN5NLeIeMJoy7bUKILaka { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:2.5625rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:9.9375rem;left:48.3125rem;display:block; }
#ra6FqOGqc7iXlZWtB0TckE7GR066T1Vm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uKqkZamC4bIXaKf53gtBNMomtoTAsiIS { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1rem;left:16.3125rem;height:2.5996125rem;font-style:normal;display:block; }
#NZM8X1xAQ9nHI57emZRBO7pAFSeKIinQ { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/x2ovfRBb/Jak_budowa_swoj_karier_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.875rem;width:13.875rem;top:0.9375rem;left:0rem;display:block; }#NZM8X1xAQ9nHI57emZRBO7pAFSeKIinQ.adaptive-delivery-prevent-bg, #NZM8X1xAQ9nHI57emZRBO7pAFSeKIinQ.lazyload, #NZM8X1xAQ9nHI57emZRBO7pAFSeKIinQ.lazyloading { background-image: none; }
#R17oa1hPdP0DlPayZFAbieT2ErtX14LK { color:#000000;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:4.5rem;left:16.25rem;height:8.53125rem;font-style:normal;display:block; }
#HGT1GyNNHTl4xhwvbsxNIo36cKVPLIWb { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:15.375rem;width:46.125rem;top:0.125rem;left:13.875rem;display:block; }
#KPeLVfMbdfVMgAdqerOiOwqy090cAyyd { position:absolute;display:block;z-index:15046;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062040440738201rem;width:6.25rem;top:2.109619140625rem;left:49.935659408569rem;display:block; }
#PKXA2QebB1mK91SIEISOTCAxUVVLGtrO { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1rem;left:16.3125rem;height:2.5rem;font-style:normal;display:none; }
#fwPkDiDPWzyDrzCVCnbgbbzi7ItraJnt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#fwPkDiDPWzyDrzCVCnbgbbzi7ItraJnt > .row .container { background-color: transparent; background-image: none; }#fwPkDiDPWzyDrzCVCnbgbbzi7ItraJnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwPkDiDPWzyDrzCVCnbgbbzi7ItraJnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwPkDiDPWzyDrzCVCnbgbbzi7ItraJnt > .row .container > .video-iframe-container { display: none; }#fwPkDiDPWzyDrzCVCnbgbbzi7ItraJnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwPkDiDPWzyDrzCVCnbgbbzi7ItraJnt > .row > .video-iframe-container { display: none; }#fwPkDiDPWzyDrzCVCnbgbbzi7ItraJnt > .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); }#fwPkDiDPWzyDrzCVCnbgbbzi7ItraJnt > .row .container { border-width: 0; border-radius: 0; }#fwPkDiDPWzyDrzCVCnbgbbzi7ItraJnt > .row > .video-iframe-container {  }#fwPkDiDPWzyDrzCVCnbgbbzi7ItraJnt > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:60rem;position:relative;display:block; }#L0sFqFuRIhiovGPorZeeSWPDfBA5r44n { position:absolute;display:block;z-index:15029;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.125rem;width:13.875rem;top:0rem;left:46.125rem;display:block; }
#T3MtwITwNHQPmpDD0pUdqwTTnirrTdcb { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15045;line-height:.8;letter-spacing:0;top:5.173828125rem;left:48.34375rem;height:2.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ykitumdEHFOFibPtBpeHQsLmgrVMThpX { color:#8d8d8d;display:block;width:6.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:2.125rem;left:49.875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l0ET26TVwnt6WThkLOaGSNgZ4GlgZ4rc { color:#200f43;display:block;width:6rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:8.349609375rem;left:50.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#RZsVfLgtgiHSecfdnfnqF1dDEJMG1JSl { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:2.5625rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:10.6875rem;left:48.3125rem;display:block; }
#BVM9TsPlHzfSfiBI5yfxGGpgJ66W4HC5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zUpMVbTKQgVrSq4gJRCRtBrpcUpOCawW { color:#000000;display:block;width:29.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1rem;left:16.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#AKHZTLXIrcSsrqKSI3aErxwUE24eZTIm { color:#000000;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:3.5625rem;left:16.3125rem;height:4.875rem;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; }
#b3C1ivQQywEu8FJrWMDGDfOK8rcNy86A { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:15.875rem;width:46.125rem;top:0.125rem;left:13.875rem;display:block; }
#CBRdMaaDtHuT8ItcAQrFamrUGllem4ke { position:absolute;display:block;z-index:15046;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062040440738201rem;width:6.25rem;top:2.984375rem;left:49.935546875rem;display:block; }
#CePWAH2WPm8T1BNT7gnFDpT3rT5iLVpr { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1rem;left:16.3125rem;height:2.5rem;font-style:normal;display:none; }
#DtSpbTwTJSTr8hBxSOchSFEOgWHgIok0 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.875rem;width:13.875rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#AoGkT2ZpDcPvSIl0mou10RE0gNFRvEs0 { color:#000000;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:9.0625rem;left:16.3125rem;height:5.8125rem;font-style:normal;display:block; }#AoGkT2ZpDcPvSIl0mou10RE0gNFRvEs0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AoGkT2ZpDcPvSIl0mou10RE0gNFRvEs0 li:before{  }
#kzIfIuMPdrA1TIJcm79oAXfxqJ0WRdqS { position:absolute;display:block;z-index:15045;background-color:#f44761;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:6.25rem;top:2.125rem;left:49.8125rem;display:none; }
#fJxX09pOWtIoehPDvVQ4iDwt85mQ7fCw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#fJxX09pOWtIoehPDvVQ4iDwt85mQ7fCw > .row .container { background-color: transparent; background-image: none; }#fJxX09pOWtIoehPDvVQ4iDwt85mQ7fCw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJxX09pOWtIoehPDvVQ4iDwt85mQ7fCw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJxX09pOWtIoehPDvVQ4iDwt85mQ7fCw > .row .container > .video-iframe-container { display: none; }#fJxX09pOWtIoehPDvVQ4iDwt85mQ7fCw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJxX09pOWtIoehPDvVQ4iDwt85mQ7fCw > .row > .video-iframe-container { display: none; }#fJxX09pOWtIoehPDvVQ4iDwt85mQ7fCw > .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); }#fJxX09pOWtIoehPDvVQ4iDwt85mQ7fCw > .row .container { border-width: 0; border-radius: 0; }#fJxX09pOWtIoehPDvVQ4iDwt85mQ7fCw > .row > .video-iframe-container {  }#fJxX09pOWtIoehPDvVQ4iDwt85mQ7fCw > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:60rem;position:relative;display:block; }#f0bGuAKed0oyF4gkmXk7lEOSHSJoF6ig { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:15.625rem;width:46.125rem;top:0.0625rem;left:13.875rem;display:block; }
#nnHvrqxAIBUrBaARreP15yrnLETrSixQ { position:absolute;display:block;z-index:15029;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.8125rem;width:13.875rem;top:0rem;left:46.125rem;display:block; }
#yK9Iip5wVLmTm9vI8zfbhzvRxlDLMqG4 { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15045;line-height:.8;letter-spacing:0;top:3.5625rem;left:48.34375rem;height:2.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vCzVSsSnzhkMxyKlkkwnipqoCTsoTXJd { position:absolute;display:block;z-index:15045;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:6.25rem;top:2.125rem;left:49.8125rem;display:block; }
#ByT1lipJE2CsLIMXPAcnLO4vazT3GC9K { color:#8d8d8d;display:block;width:6.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:1.1875rem;left:49.84375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AO7WQHamx5qqEoyiIhsiMltkWUtHnNvb { color:#200f43;display:block;width:6rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:6.375rem;left:50.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#VDcruok0VqJDKhLQno3hz5AOa5lwpm6h { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:2.5625rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:9.9375rem;left:48.3125rem;display:block; }
#sHQkdeRuoITWOaVF13vtQvuXt5o4mQXI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a9upmdZBEBTdn7dCcIoM96HaNJN2sSTK { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1rem;left:16.3125rem;height:3.89941875rem;font-style:normal;display:block; }
#tMQaZTwNTKsnn63SGupD04GUzuxzkcct { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/h8bMtmch/moje_kluczowe_kroki_do_zbudowania_wielomilionowego_biznesu_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.875rem;width:13.875rem;top:0.9375rem;left:0rem;display:block; }#tMQaZTwNTKsnn63SGupD04GUzuxzkcct.adaptive-delivery-prevent-bg, #tMQaZTwNTKsnn63SGupD04GUzuxzkcct.lazyload, #tMQaZTwNTKsnn63SGupD04GUzuxzkcct.lazyloading { background-image: none; }
#qHMrwylHDd7CFXAbwlmvvP12lkAp1Tia { color:#000000;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:5.1875rem;left:16.25rem;height:8.53125rem;font-style:normal;display:block; }
#XDS1RwTJc8orQzZp8BxWE87HgeMS7Ppm { position:absolute;display:block;z-index:15045;background-color:#f44761;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:6.25rem;top:2.125rem;left:49.8125rem;display:none; }
#LUNaNr232G5KTtvonUPfVs4IT8AxHWIF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#LUNaNr232G5KTtvonUPfVs4IT8AxHWIF > .row .container { background-color: transparent; background-image: none; }#LUNaNr232G5KTtvonUPfVs4IT8AxHWIF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUNaNr232G5KTtvonUPfVs4IT8AxHWIF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUNaNr232G5KTtvonUPfVs4IT8AxHWIF > .row .container > .video-iframe-container { display: none; }#LUNaNr232G5KTtvonUPfVs4IT8AxHWIF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUNaNr232G5KTtvonUPfVs4IT8AxHWIF > .row > .video-iframe-container { display: none; }#LUNaNr232G5KTtvonUPfVs4IT8AxHWIF > .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); }#LUNaNr232G5KTtvonUPfVs4IT8AxHWIF > .row .container { border-width: 0; border-radius: 0; }#LUNaNr232G5KTtvonUPfVs4IT8AxHWIF > .row > .video-iframe-container {  }#LUNaNr232G5KTtvonUPfVs4IT8AxHWIF > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:60rem;position:relative;display:block; }#RVhf1SuB6xTby6crTbFFuxp8J6Qm52nC { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:15.625rem;width:46.125rem;top:0.0625rem;left:13.875rem;display:block; }
#wNuqFykpqGyedeRIQc0UPrZpxATxHnTG { position:absolute;display:block;z-index:15029;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.8125rem;width:13.875rem;top:0rem;left:46.125rem;display:block; }
#q1UO4sRful9aS2QNW4Jvg0zLirdSoMgs { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15045;line-height:.8;letter-spacing:0;top:3.5625rem;left:48.34375rem;height:2.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tykCUUJtEb1y4VOAbIv7NqpMR0X33Xt6 { position:absolute;display:block;z-index:15045;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:6.25rem;top:2.125rem;left:49.8125rem;display:block; }
#VreiGakS55hhgxLhKyQD5x09ugShmIkL { color:#8d8d8d;display:block;width:6.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:1.1875rem;left:49.84375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i6oegf5vKTbg31pWLp2d3mwBn1uJcmhI { color:#200f43;display:block;width:6rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:6.375rem;left:50.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#F85AslJuaggI8bT8cSq85idQkGtARkim { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:2.5625rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:9.9375rem;left:48.3125rem;display:block; }
#JL2gfChoCqvdNrSI4WUy1dbburlRqm2c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qUxvBwJsTAWxpsODkTZCglNL9iaeNCFg { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1rem;left:16.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#sf8Wb9w8uHU82IttcCTW06oeAeXdTyM0 { color:#000000;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:4.3125rem;left:16.25rem;height:9.75rem;font-style:normal;display:block; }
#CsapQwSUHxVkmJIVVuGHF24gxvQF5qPh { position:absolute;display:block;z-index:15045;background-color:#f44761;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:6.25rem;top:2.125rem;left:49.8125rem;display:none; }
#Gv4gt8vk38rFZthzZRkvZv1b04to00di { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.875rem;width:13.875rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#C3BsQNMTnQcGSmFmOzBDwID1QupJVThv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#C3BsQNMTnQcGSmFmOzBDwID1QupJVThv > .row .container { background-color: transparent; background-image: none; }#C3BsQNMTnQcGSmFmOzBDwID1QupJVThv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3BsQNMTnQcGSmFmOzBDwID1QupJVThv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3BsQNMTnQcGSmFmOzBDwID1QupJVThv > .row .container > .video-iframe-container { display: none; }#C3BsQNMTnQcGSmFmOzBDwID1QupJVThv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3BsQNMTnQcGSmFmOzBDwID1QupJVThv > .row > .video-iframe-container { display: none; }#C3BsQNMTnQcGSmFmOzBDwID1QupJVThv > .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); }#C3BsQNMTnQcGSmFmOzBDwID1QupJVThv > .row .container { border-width: 0; border-radius: 0; }#C3BsQNMTnQcGSmFmOzBDwID1QupJVThv > .row > .video-iframe-container {  }#C3BsQNMTnQcGSmFmOzBDwID1QupJVThv > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;position:relative;display:block; }#lP2SWQS0K5Lvu4kOrI0AqpNDzLeGNo3x { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:15.625rem;width:46.125rem;top:0.0625rem;left:13.875rem;display:block; }
#kuHiEsnWqNn0XtX6dfrD0tlTiTknT1mA { position:absolute;display:block;z-index:15029;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.8125rem;width:13.875rem;top:0rem;left:46.125rem;display:block; }
#Qz0shKxOs8lKp8NwMD1oL9M1d0RKXxvv { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15045;line-height:.8;letter-spacing:0;top:3.5625rem;left:48.34375rem;height:2.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NLkt6qK7guxWy1pBPBdsRtx3Cl9qKCyB { position:absolute;display:block;z-index:15045;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:6.25rem;top:2.125rem;left:49.8125rem;display:block; }
#GI7warJVbd47VCvx1VkXAPw8BNfpBwT5 { color:#8d8d8d;display:block;width:6.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:1.1875rem;left:49.84375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sADvT4bXSP9Uwp1e82XRKJpfI8ZkHbcr { color:#200f43;display:block;width:6rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:6.375rem;left:50.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#HLfGtNVnITbs7swEmXmKrS18VMEIRbLr { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:2.5625rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:9.9375rem;left:48.3125rem;display:block; }
#qFcFSBKz35bvzzcOETVLSUTa8A73FoSl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JAeTm4ttl1sIWKdwEDFNUzVTJLlZ9ceC { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1rem;left:16.3125rem;height:2.5996125rem;font-style:normal;display:block; }
#DFV8TTZkfQuElk5xthyOC2wtXZtyGCSO { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/bUoaaQMG/5_najczciej_popenianych_bdw_przy_budowaniu_zespou.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.875rem;width:13.875rem;top:0.9375rem;left:0rem;display:block; }#DFV8TTZkfQuElk5xthyOC2wtXZtyGCSO.adaptive-delivery-prevent-bg, #DFV8TTZkfQuElk5xthyOC2wtXZtyGCSO.lazyload, #DFV8TTZkfQuElk5xthyOC2wtXZtyGCSO.lazyloading { background-image: none; }
#xTWFm3JGyD61r0M57fkDi9FzXWU74ETL { color:#000000;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:4.1875rem;left:16.25rem;height:7.3125rem;font-style:normal;display:block; }
#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row .container { background-color: transparent; background-image: none; }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row .container > .video-iframe-container { display: none; }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row > .video-iframe-container { display: none; }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .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); }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row .container { border-width: 0; border-radius: 0; }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row > .video-iframe-container {  }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;position:relative;display:block; }#tnFecGTOOTPifqinovnslEZgcvRVHQX7 { color:#000000;display:block;width:35.5625rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:2.40625rem;left:12.21875rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mybL0g5yzorQyAtgLa55UxIdwTx9bw0P { color:#000000;display:block;width:38.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:6.75rem;left:10.5625rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gZNXErKrpXnolHNpGI9gqu6HG2Ll2rOB { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:18.625rem;left:20.75rem;display:block; }
#hMkoJatBNDVULunc7F706mraouI3WLTb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lk2QBB3RvhfkIJrAlVD0uFXhUswX4sqK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#Lk2QBB3RvhfkIJrAlVD0uFXhUswX4sqK > .row .container { background-color: transparent; background-image: none; }#Lk2QBB3RvhfkIJrAlVD0uFXhUswX4sqK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lk2QBB3RvhfkIJrAlVD0uFXhUswX4sqK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lk2QBB3RvhfkIJrAlVD0uFXhUswX4sqK > .row .container > .video-iframe-container { display: none; }#Lk2QBB3RvhfkIJrAlVD0uFXhUswX4sqK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lk2QBB3RvhfkIJrAlVD0uFXhUswX4sqK > .row > .video-iframe-container { display: none; }#Lk2QBB3RvhfkIJrAlVD0uFXhUswX4sqK > .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); }#Lk2QBB3RvhfkIJrAlVD0uFXhUswX4sqK > .row .container { border-width: 0; border-radius: 0; }#Lk2QBB3RvhfkIJrAlVD0uFXhUswX4sqK > .row > .video-iframe-container {  }#Lk2QBB3RvhfkIJrAlVD0uFXhUswX4sqK > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aAxTZ0mn7nUiTl1ZmmeMzSbif4prUuPl { display:block; }#aAxTZ0mn7nUiTl1ZmmeMzSbif4prUuPl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2dTc6bzmbW037MIXQZ2xBcK4N8st5Az { top:0rem;left:21.375rem;width:4.9375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXw47DvvQnVGSMlVOMDAFB56NP1dvxMI { width:20rem;height:7.25rem;top:28.625rem;left:0rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxIvdpUlX9TvurDmytIgDDKI4bFJLVyH { width:26.1875rem;height:4.875rem;top:16.4375rem;left:21.5625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e1vkC7bxSLlQ8siIcKbQafdd4x4wPc3h { width:18.125rem;height:3.875rem;top:23.1875rem;left:29.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bhxtg8g56vi8Iwizq8e9xkaKZ5cHdCPW { display:block; }
 }@media only screen and (max-width: 763px) { #Lh06fXErXNyTVqSk76FsCxTZZFEC1fFE { top:0rem;left:21.375rem;width:4.625rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aaJhNTlZMxR3yn8QswN29BzUTEv60CZL { width:13.125rem;height:3.375rem;top:13.0625rem;left:33.25rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wFRBXMfNz7ZDBTL3K949ILiAtIR5yuqp { display:block; }#wFRBXMfNz7ZDBTL3K949ILiAtIR5yuqp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CO6ui0zMlOiugGlh2274tThaiwlMZR9v { width:28.125rem;height:4.75rem;top:5.3125rem;left:19.625rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQFBCoLALrVpdtO0Ksxcrfc1Cb0pCv12 { width:13.125rem;height:3.375rem;top:10.0625rem;left:33.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgMZCpwWXLHKwo0uTd7hvy15TtfvaLSL { width:26.1875rem;height:;top:13.4375rem;left:21.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks1w1g5GlIO7mE0c11v4Cx9niS0ubhqy { width:18.125rem;height:3.875rem;top:23.1875rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogousMmN03Tkni0rlR1ip0zI9A1EZBpx { display:block; }
 }@media only screen and (max-width: 763px) { #GTX26DXWnTDCT4fKCvTqrRZflQg3P8gm { width:20rem;height:;top:0.8125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLqfsaTOtZlau7e1iaT3PU0KBmotlQlP { top:0.75rem;left:37.5rem;width:4.625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgeKGTbBtS4VDpzKUikwzHeR3URiLZNF { top:2.4375rem;left:0rem;width:29rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ6JJnNV4g2kU8KHyTCab6O2x3wVnlI7 { display:block; }#WZ6JJnNV4g2kU8KHyTCab6O2x3wVnlI7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hF6pnvlsziFNkC58rFPnDJRwDyOs048h .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hF6pnvlsziFNkC58rFPnDJRwDyOs048h .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#hF6pnvlsziFNkC58rFPnDJRwDyOs048h .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#hF6pnvlsziFNkC58rFPnDJRwDyOs048h { width:18.5rem;height:5.1875rem;display:flex;top:1.0625rem;left:11.11328125rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #hF6pnvlsziFNkC58rFPnDJRwDyOs048h #sPo4lwaFHO0bqWhPf9eQUeUFeUxy3ClW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hF6pnvlsziFNkC58rFPnDJRwDyOs048h #PoEqpGXA3KW3ctqSyXZKOMctwDw3eRJh {  }
 }@media only screen and (max-width: 763px) { #hF6pnvlsziFNkC58rFPnDJRwDyOs048h #J4ZnPxOg2BI00GQw36mVFKFboAzZyMya {  }
 }@media only screen and (max-width: 763px) { #hF6pnvlsziFNkC58rFPnDJRwDyOs048h #mQWeJIx913GRM9SxnTUPXgUMV4AhTgn5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hF6pnvlsziFNkC58rFPnDJRwDyOs048h #ErLeBkRN5ePqSwGMy4bFT9dhA5wXoN7h {  }
 }@media only screen and (max-width: 763px) { #hF6pnvlsziFNkC58rFPnDJRwDyOs048h #D8c417slnEDOygE6RtLSsq0yveKilz8z {  }
 }@media only screen and (max-width: 763px) { #hF6pnvlsziFNkC58rFPnDJRwDyOs048h #uQxeFdry1OaM1flfQ9ph7uTJtQSTvGBM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hF6pnvlsziFNkC58rFPnDJRwDyOs048h #yeXXNrOBTE0az4mGEKVukaCkwgFAH0T2 {  }
 }@media only screen and (max-width: 763px) { #hF6pnvlsziFNkC58rFPnDJRwDyOs048h #G3TMtZNeHfhuGfZnKnIIMafs91EVDhPI {  }
 }@media only screen and (max-width: 763px) { #hF6pnvlsziFNkC58rFPnDJRwDyOs048h #FI4fFfuIk5Xfc86OpPwBxKWZPAuD8PAh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hF6pnvlsziFNkC58rFPnDJRwDyOs048h #x6EudooUU0KnSwpvsaxTDTWVrmHbMfvt {  }
 }@media only screen and (max-width: 763px) { #hF6pnvlsziFNkC58rFPnDJRwDyOs048h #it0yZTcGh0AKUviThCWnXhaQTBskF1Si {  }
 }@media only screen and (max-width: 763px) { #qIBWrlR0VgHVF25Xt5XxxJLuegxvZIfl { width:27.25rem;height:;top:3.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCEtpUstLOP7JW6aGTHnqsiTqB19ICIE { width:27.25rem;height:;top:0.1875rem;left:20.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld { display:block; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpTTpmV2O3yX0npRQ3hasBrXMHpqPesT { width:47.75rem;height:3.125rem;top:3rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laSATIMxGofgJIEKggtC6qEM6WTHb94z { width:47.75rem;height:1.875rem;top:6.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y04BHvb9MMzZGobR5K3tsBbErLrgFeXg { display:block; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KI0w0PSVeDWkETzAFOTvk2mBHCznRJOy { width:4.6875rem;height:4.6875rem;top:0.75rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEvfLTeHKWtey9HpfquIHwPVDtNN0Qnn { width:3.125rem;height:3.125rem;top:1.5625rem;left:6.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knF4ALGlTofuRBc7ki9SZ4McvxfaMSiT { width:15.625rem;height:1.75rem;top:6.625rem;left:0.1455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0PttnS8Sfhc7cAx4mkOnBETCIb1subp { width:15.625rem;height:3.125rem;top:10.5rem;left:0.1455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atZf3b8E18WkoGTQMozP3iatuLmdigHM { width:4.6875rem;height:4.6875rem;top:0.75rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrI67RgpFp2DTFQsD3zvhq9FicyJnCRv { width:15.625rem;height:1.75rem;top:6.625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGzl8trSePEDGIBpZgTgpR9F7GNTlfq0 { width:15.625rem;height:3.125rem;top:10.5rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spdDhdGoKqVf9J3arilwAIZJzz1cWVNl { width:3.125rem;height:3.125rem;top:1.5rem;left:22.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGg00bGOuytLSRad8MSCr8i7Wmse3CXt { width:3.125rem;height:3.125rem;top:1.5rem;left:38.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNaLwLwo1O5RCw6DUv0VTW14Z2EIXkPw { width:4.6875rem;height:4.6875rem;top:0.75rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4w5TWmlMNqcpIaKX7TZGoLWuAkEivJi { width:15.625rem;height:1.75rem;top:6.625rem;left:31.978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxUPAgXA6Efa2pRTgnqTme45KSVX25i1 { width:15.625rem;height:3.125rem;top:10.5rem;left:31.978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar { display:block; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container { width:47.75rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9GzuRg0ZXbqBDsSMeBcxdA3q2klhlSM { width:4.6875rem;height:4.6875rem;top:0.75rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFDkml2Zo8R3aqHTUxZOuvpkLWKRG4b1 { width:3.125rem;height:3.125rem;top:1.5rem;left:6.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otCDkD7KNm7B5rPKW0pdEi091WTErnxl { width:15.625rem;height:1.75rem;top:6.625rem;left:0.1455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuxeORnb4fNxlTCuQNfymU3ci357v2Rc { width:15.625rem;height:3.125rem;top:10.625rem;left:0.1455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp3EVtnOd5KgotmNZs1qFE5UnThObbIH { width:4.6875rem;height:4.6875rem;top:0.75rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg5FJ4e6pLPiOMJLOtuqeL671B89FsVt { width:15.625rem;height:1.75rem;top:6.65625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MivcUx0PK9wTnURykA5Qu6v3G7KUmqAv { width:15.625rem;height:3.125rem;top:10.625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeFDsvSuZvpanAa1uO1UwQHhqSAVLqy6 { width:2.5rem;height:2.5rem;top:1.84375rem;left:22.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u06fWz7O6qCiB4Vgyis7VTsBHTb0e1ft { width:3.125rem;height:3.125rem;top:1.5rem;left:38rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9B04PVhbi4f1XEWeZBvyu6SCo5tx0K6 { width:4.6875rem;height:4.6875rem;top:0.75rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rllUhlytdTu0yZ4N5BN19C8wcqbqoq5x { width:15.625rem;height:1.75rem;top:6.65625rem;left:31.978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia1n8pz2OWZJCcCPMST5he9RHqoT5gys { width:15.625rem;height:3.125rem;top:10.625rem;left:31.978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q30xoqHLFOx6c9TV752pmRvpTl5qTRJt { display:block; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv { display:block; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Br6lOtpqFt80IcveWZ6sbuU5732xfcet { width:47.75rem;height:3.125rem;top:3.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBCFRmwLqpha4Vowh5IakJt4sHphDHbs { width:47.75rem;height:1.875rem;top:7rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 { display:block; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWex6yVNG6mIi92teOR9VisXTuosuWcu { width:23.625rem;height:30rem;top:0.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9oekIC5Id7EHSxvil3WMHSJ1RaUZuP9 { width:18.125rem;height:1.75rem;top:19.1875rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR6XP8TTGzRq2leGRmHx9J3ra08vSCWQ { width:25.375rem;height:;top:22.125rem;left:0rem;font-size:0.875rem;display:block; }#FR6XP8TTGzRq2leGRmHx9J3ra08vSCWQ li:before{  }
 }@media only screen and (max-width: 763px) { #qTJlVsTZQof8bsG2s42zbfszU0lpcUtT { width:23.625rem;height:30rem;top:4.4375rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZLKfn9F0Tkh4SNsWzTul1kBVXABDgh2 { width:23.875rem;height:;top:29.1875rem;left:23.875rem;font-size:0.875rem;display:block; }#hZLKfn9F0Tkh4SNsWzTul1kBVXABDgh2 li:before{  }
 }@media only screen and (max-width: 763px) { #yzQH42sNCzszF8Ev2zHEyfBsA2tB377K { width:23.8125rem;height:3.5rem;top:24.125rem;left:23.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQr6wpLX0Dh0oJPEiuQNhBDnEODG8L8P { width:23.6875rem;height:17.1875rem;top:5.4375rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMe14CIqVsX1slH8IGOx06xMVtfhlz46 { width:15.875rem;height:3.875rem;top:53.125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOnaU78mTKJdWgezGrWJr4pGbkmaDl6c { display:block; }
 }@media only screen and (max-width: 763px) { #VMykcoQ8AZf9QErhPTGII7dTJW6utiuk { width:8.0625rem;height:2.4375rem;top:43.3125rem;left:1.96875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3tiWq6xxSymbdrmrwat0pot6P5PDffJ { width:8.125rem;height:0.0625rem;top:44.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n09PiuGsHzQO9TbflyZn2NSe4ckLKW6B { width:9.4375rem;height:1.75rem;top:43.625rem;left:11.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfSZpiT64wO585tK9CkzDl4ldzfzT7Ay { width:2.75rem;height:1.25rem;top:44.3125rem;left:20.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3BseZfnhbUsLzsrlST6ZkIczfOHVr5N { width:8.125rem;height:2.4375rem;top:50.375rem;left:27.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTvvczcGAeHr81f95pxWkXcEFScsNW2a { width:8.4375rem;height:0.0625rem;top:51.5625rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg0rqu6AANTIne6nsJii91gcCTuIV7C0 { width:4.875rem;height:1.75rem;top:50.6875rem;left:40rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2LehJ5ZyKPVuulDVXM5hVV45uay9zte { width:2.75rem;height:1.25rem;top:51.375rem;left:45rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFBq9TAFaObzLDEPvButFnTkpkRea26v { width:24.0625rem;height:16.6875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub6hXHFWTwPzDzorL7wgo6i61LBQeCDr { width:15.875rem;height:3.875rem;top:46.6875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCDilyRmWqEEnA5aLVrx0LiT5uBnwRCP { display:block; }
 }@media only screen and (max-width: 763px) { #TmpLx3VmlTUJ6AeAGMyRqGcDcZS3sgRE { width:15.875rem;height:3.875rem;top:50.5rem;left:28.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFvVTx8au00kZSU6Riq6UQLoBxxXNdPQ { display:block; }
 }@media only screen and (max-width: 763px) { #ZiAwW02rzfu21Klsc9brKiKR18kki5Z1 { top:48.8125rem;left:38.4375rem;width:8.5rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSffMZLPegToTJroInsN7Th5DOR6OKJZ { top:1.8125rem;left:42.5625rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5GNKyHCaJKPCCbTLhz9LDNr1SIOKbLW { width:4.875rem;height:1.5625rem;top:3.6875rem;left:42.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ { display:block; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oW06wzGHrDFoTNMTz3k7ZZizdkPcy3A2 { width:23.625rem;height:30rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2tX0GBOhyGqso1oU3t55gdkuDOzq7nV { width:25.5rem;height:1.75rem;top:19.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3TQX9ioVyo2X7l3UD6aVUV9oOuGyats { width:24.5rem;height:;top:22.1875rem;left:0rem;font-size:0.875rem;display:block; }#q3TQX9ioVyo2X7l3UD6aVUV9oOuGyats li:before{  }
 }@media only screen and (max-width: 763px) { #yUClHLueKqPvqPBtR547R1gyfoyomZH3 { width:23.625rem;height:30rem;top:4.4375rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #p89bKGAWXnyEidBO8KgaEiOwpP1zsiGP { width:24.1875rem;height:16.6875rem;top:26.0625rem;left:23.5625rem;font-size:1rem;display:block; }#p89bKGAWXnyEidBO8KgaEiOwpP1zsiGP li:before{  }
 }@media only screen and (max-width: 763px) { #Fnz2ywaumoXrleMKG2TPvnxSuPNS0tun { width:20.5625rem;height:3.5rem;top:23.0625rem;left:26.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6ZyP1vbD4MxxlrtHkEvbeoaNMzAgifd { width:24.5rem;height:16.3125rem;top:5.5rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #liBITwzLa5PF8PN4SqcBGwIEfSvOLuCt { width:24.0625rem;height:16.8125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QayecXPlkh9D3Z7SCOQKePHzdrZf2cOS { width:9.5625rem;height:2.4375rem;top:43.5625rem;left:1.71875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snbfs7VCWOhtAlUm26uIsVaTXTJGTH5x { width:9rem;height:2.4375rem;top:43.9375rem;left:25.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUB66WbW5Vx2uqBaP97WTTWq41DsqXW2 { width:8.125rem;height:0.0625rem;top:44.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTVdDk62mKze0bO6B9RimLG7r3Dm5byz { width:8.4375rem;height:0.0625rem;top:45.0625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7lO7cgFHKkmvtTfyOH1zUruQtEQAk7K { width:4.6875rem;height:1.75rem;top:43.875rem;left:15.59375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfq7SIPs6prN1pzPIsaeQfElPrQeFFRp { width:9.4375rem;height:1.75rem;top:44.25rem;left:36.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROvE2fSOOEvvRmTFnDZLzqSVEGzaAAms { width:2.75rem;height:1.25rem;top:44.375rem;left:20.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnrPQa1VmZon3TuHKxguhHwxTGMQiBc8 { width:2.75rem;height:1.25rem;top:44.9375rem;left:44.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hqt2989ob8iRNBlOTVSMltD3NQSrxFPk { width:15.875rem;height:3.875rem;top:47.625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csWntU8XEbCN8WBxhrxlRh3vOHU48lmh { display:block; }
 }@media only screen and (max-width: 763px) { #pCaS1hCI0CTrXWudypIWyzk94H8vloDI { width:15.875rem;height:3.875rem;top:46.75rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #dv7TIczzB57MKO7H6ZktU1TKtHraN03X { display:block; }
 }@media only screen and (max-width: 763px) { #DUHpRggRXO0oyM3sMuFN9CE0u5tgiSws { top:42rem;left:13.875rem;width:8.5rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbtrqQxJ3qW3OdHrypJKp5hUrqygzqtg { top:0rem;left:18.6875rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCekFM3IfomuFzkfOFdhaS2ftxTiPc4a { width:4.875rem;height:1.5625rem;top:1.875rem;left:19rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6pFi4iHKv72k0359mQ7SLvKXqm64HRh { display:block; }#m6pFi4iHKv72k0359mQ7SLvKXqm64HRh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQ3wuKTfP4ia2ArlOAdpoGOFeq99FTrz { width:23.625rem;height:30rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MogzySdzN8r1FGvEPSTqOIOsUnXOWOTB { width:25.5rem;height:1.75rem;top:19.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNXKXlR6rlkFbN9c6kTATU7RtifeeWR7 { width:25.8125rem;height:;top:22.1875rem;left:0rem;font-size:0.875rem;display:block; }#TNXKXlR6rlkFbN9c6kTATU7RtifeeWR7 li:before{  }
 }@media only screen and (max-width: 763px) { #KMxymJoQ86Qmskq6ZLhtwOBL85hx6ISH { width:23.625rem;height:30rem;top:4.4375rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsfVt9B8XrUmoIM1pKFD9kld5BTFwU5Q { width:24.625rem;height:17.875rem;top:9.125rem;left:23.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysgxlefoA88CXEQOycR1eBmZllOue5WX { width:23.6875rem;height:1.75rem;top:6.4375rem;left:24.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkG7yqIJxUQ8oXpAN08AfGyqb5hzDM1C { width:24.5rem;height:15.5625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URPOf37HE3JPiF3pX2da3mysowbkm7O5 { width:9.125rem;height:2.4375rem;top:43.0625rem;left:1.53125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHE65OSczEi2TxqbIiyvufi0akulekcZ { width:8.5rem;height:2.4375rem;top:63.375rem;left:26.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucTN22RSDMdWsLTlN99NET0UEcAgBmoL { width:8.4375rem;height:0.0625rem;top:44.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABKnpFSAmolrNROUe1zn61PyMblqehuk { width:8.4375rem;height:0.0625rem;top:64.5625rem;left:26.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBnP5PXahD5C6eOvcTileOXKvIVztAif { width:9.4375rem;height:1.75rem;top:43.375rem;left:12.78125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeWzV86I62MPu3wQSrSwOa3KdXDI6My7 { width:9.4375rem;height:1.75rem;top:63.6875rem;left:36.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRKaPs4TkEGCw6yulvtrgNOJy6NQmGAZ { width:2.75rem;height:1.25rem;top:43.9375rem;left:20.71875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol4ssdZC0uR7Rz9vcoHR0TaMNbFXyUlE { width:2.75rem;height:1.25rem;top:64.25rem;left:44.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDbSqsISvTwNpeeOzAG0cNi3bn5KANm3 { width:6.25rem;height:0.0625rem;top:45.8125rem;left:28.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eRTkK5RB2XfdLz8OdSf1uQTR72ZTGLoV { width:15.875rem;height:3.875rem;top:65.875rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PULp5abMzsyoSOH3MB8Kk0NhX5my1TTl { display:block; }
 }@media only screen and (max-width: 763px) { #aXNUE5O2qy16KcQT1WZRk7vbJKVkioCr { width:15.875rem;height:3.875rem;top:46.75rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrDu6G0BMgySETuJDPwBC9LBtAk8SgUR { display:block; }
 }@media only screen and (max-width: 763px) { #tKhDolSzAuxZ2guVHFAXFNnJ8JhHoqKR { width:23.6875rem;height:5.25rem;top:30.9375rem;left:24.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDMBJZ7WlsLzn43qhNBxX500DH6hpqWN { width:23.6875rem;height:1.75rem;top:28.3125rem;left:24.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvWEE6V1rdBaqQsT6nl9NO8zX8G1IP4M { width:24.625rem;height:22rem;top:37.5rem;left:23.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgfTwbWPZawxFH98pnK6r71mMJIJ5I11 { width:23.6875rem;height:1.75rem;top:59.875rem;left:24.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzEx2QnLelpvVAK5iCCf78lxk0oqDysg { display:block; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bhIApMNiitzF8uMcF7ixp8svE0vTffhV { width:20rem;height:3.875rem;top:1.6875rem;left:0rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJNGyB8Dw9hFPKmIxZuUhUvkWK9KKowZ { width:20rem;height:3.125rem;top:6.5rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6CJxhko1Xvk5C1fMHrSNzEXTGR9rNyT { width:40.25rem;height:3.875rem;top:3.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHkwZUfVtlDQdoGe3Cq0nXI26UHCeGOE { display:block; }
 }@media only screen and (max-width: 763px) { #nMcQH4fI4bWiV2NBZHgJICeATcXeovhX { display:block; }#nMcQH4fI4bWiV2NBZHgJICeATcXeovhX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucshOxtSqZup6csP4cNz4gcNlEG9sze7 { width:47.75rem;height:3.125rem;top:2rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci0rxwkxqTssouogDzvmRlTGZ0eqee5B { width:47.75rem;height:1.875rem;top:5.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgd0gQhesqL9AKqAU2reJrdXzEzhbvdf { display:block; }#lgd0gQhesqL9AKqAU2reJrdXzEzhbvdf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLC20H9WxXOM9dVcmxh6UUvBl53tk8nX { top:6.625rem;left:0rem;width:17.125rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9xcMT33eg3LhA3J3TMvH5XhI1BT1K1w { width:27.875rem;height:1.5625rem;top:2.4375rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyNh6oGctdG44seCAAmFKuc8ardDv9VU { top:9.0625rem;left:14.0625rem;width:33.6875rem;height:17.3125rem;font-size:1rem;display:block; }#XyNh6oGctdG44seCAAmFKuc8ardDv9VU li:before{  }
 }@media only screen and (max-width: 763px) { #Mv5MONIrCDAl0m9F20Xv8WlIt2cTyKyM { top:6.625rem;left:23rem;width:17.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2xQzZibpHTWUki77o9z64mFSvo8ytI6 { width:12.5rem;height:1.75rem;top:28.5625rem;left:29.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1rF4ifIkcfVbDewpQOTX97UUcL7BTTv { width:8.875rem;height:2.4375rem;top:28.25rem;left:21.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow4TBmWC8hkNZkbKuctJftxAybDBX8go { width:7.5rem;height:0.0625rem;top:29.5rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF2czTiUaOQ2JGy5ZTwa944UyprGua3r { width:7.8125rem;height:6.25rem;top:16.25rem;left:6.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mUzBwaWqbF401KBTl4OAxLoKJbB2po0X { width:15.875rem;height:3.875rem;top:31.625rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTAeF2fubXzPUGxckS58aTFvfzgGf6gh { display:block; }
 }@media only screen and (max-width: 763px) { #R7f83SovZLDRpxazWwLyP5AMgSckV4Dr { top:2rem;left:0rem;width:47.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcnSzrhTcD4cel0aFsImsl6XFCz0XzdJ { display:block; }#XcnSzrhTcD4cel0aFsImsl6XFCz0XzdJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MoAs9fTm3ZqzHmO3KIyaARDkPoxRbMNB { width:47.75rem;height:3.125rem;top:2.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brXMTDuEM08bsdyTpfWumnPe7y06xQTv { top:8.3125rem;left:27.4375rem;width:20.3125rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhQQ3DVUK0XVyspghJPclWW469TlDUpy { top:8.3125rem;left:0rem;width:31.75rem;height:18.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZMgVyBATIFAaJC5vayfd7W214ySbG3n { top:1.75rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #luoMJD5OKfdfbod64cfwha9miqRE0zBb { width:9.125rem;height:2.4375rem;top:29.125rem;left:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXlvgZ4BSbnC8uZLFTEIhxsnKezlmo1z { width:7.5rem;height:0.0625rem;top:30.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObKOpeEwHx3ECzBRLNlTxZJARa5kDkUz { width:11.1875rem;height:1.75rem;top:29.5rem;left:11.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0T31pl5yBTBikvVpW2AmLsPwmid4qN1 { width:15.875rem;height:3.875rem;top:32.5rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri4MU7uxndH6i4CPLsvZNnL5MwTa5DRQ { display:block; }
 }@media only screen and (max-width: 763px) { #u6u3BJmETS9BkSioABTXwXlA36eIwegm { display:block; }#u6u3BJmETS9BkSioABTXwXlA36eIwegm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tmf8SgTG484dSxJqQHaZtTPTs2rOSTEk { top:14.5rem;left:13.125rem;width:34.625rem;height:18.375rem;font-size:1rem;display:block; }#Tmf8SgTG484dSxJqQHaZtTPTs2rOSTEk li:before{  }
 }@media only screen and (max-width: 763px) { #XtPu2NqpPLT5qQ6UlyyTXgfnN29uq4q4 { top:10.8125rem;left:0rem;width:17.1875rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7iD2EXTcdD5KOG5CUPt4mrP6CfI5ZBH { top:10.8125rem;left:25rem;width:17.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa4q3TOh2Pkyo4yEze63gcw48zlH19Fs { width:47.75rem;height:3.125rem;top:3.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTwrnRbsZTFzltRA1Ep2J0bZ0STWh9w7 { width:11.9375rem;height:1.75rem;top:35.75rem;left:33.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #unVhotQiGPlqT05mDiwtqI3IrG1cTA2T { width:9rem;height:2.4375rem;top:35.4375rem;left:24.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTF6EzDdMTBO5TCQNF0vUthTgT75VnxD { width:7.5rem;height:0.125rem;top:36.5625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMCt0wMpgsgKEMDICFKdcCXNcRZQ6xds { width:7.5rem;height:0.0625rem;top:32.0625rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VlHG5c7vUU3yfeirNXBOmgES8QgmxuwG { width:15.875rem;height:3.875rem;top:38.375rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlxKQLFQf0i0Mo8yTB3WfSubvzuTTpwT { display:block; }
 }@media only screen and (max-width: 763px) { #CopP0JWcgGmpph43cQHuGfCISKoB32Qz { top:3.4375rem;left:0rem;width:47.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1e36MEy5AfeTvBhFyBDgr9qNt1gOqdt { display:block; }#m1e36MEy5AfeTvBhFyBDgr9qNt1gOqdt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXv8w9OTvVbpXSOlEwugKwugToW3vzhb { top:6.8125rem;left:0rem;width:15.9375rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #btwU69TpCOBVuBdcSZTLJEut8dv70rWF { width:38.4375rem;height:1.5625rem;top:2.4375rem;left:4.65625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGAM7osvdxOpGOxwI3LpDUIAeM9kI9qB { top:6.8125rem;left:12.0625rem;width:35.6875rem;height:18.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy6lEcTgIKoxO3ykBJZuLObRwwTRsus8 { width:12.5rem;height:1.75rem;top:28.8125rem;left:30.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsuZrK1ufawAvcVLbd6uz1L8xbeekDSE { width:9.4375rem;height:2.4375rem;top:28.5rem;left:22.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6JLGb7Cm66D0bcDBH8BWWRKXmus5V89 { width:7.5rem;height:0.0625rem;top:29.625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #afBttsVPwoKBdHZR5KR2o52hQ0M8ZyLM { width:7.8125rem;height:8.25rem;top:11rem;left:6.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d24R4Am1clgqoCCapO61Ir2nJTLgZ1hQ { width:15.875rem;height:3.875rem;top:31.5625rem;left:23.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQGue59B12TrO6ypBf2t9lV7v65byKv0 { display:block; }
 }@media only screen and (max-width: 763px) { #bK67S1scMbFQ08MOrgIB9ZAiGnxkc1PN { top:2rem;left:0rem;width:47.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk6F79swu4kJefqRgGhqAGfcJFWzuqsl { display:block; }#Nk6F79swu4kJefqRgGhqAGfcJFWzuqsl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oplBfk67bTlTS42yhcI0GHdTHh8VTbcE { width:47.75rem;height:3.125rem;top:3.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWhdfLE67eH6iWiPTbV6utOreQA7tFwi { top:7.1875rem;left:26.8125rem;width:20.9375rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av3z6hfrrTew4RXr7UlHeR0J6fSyo7wr { top:7.1875rem;left:3.75rem;width:17.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f46o7uTCTuR4P4gQDVeGGhiyHWGynvEE { top:10.125rem;left:0rem;width:31.75rem;height:18.1875rem;font-size:1rem;display:block; }#f46o7uTCTuR4P4gQDVeGGhiyHWGynvEE li:before{  }
 }@media only screen and (max-width: 763px) { #LAaagBDSJQCyxhp4WX3hWEe2XSp4tybd { top:3.375rem;left:0rem;width:47.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvMtrMFe93hEEl3kiKe8R3NSTwXRMrMe { width:9.75rem;height:2.4375rem;top:30.4375rem;left:3.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmw9LeBDDVJXyAEngkoTymScxuh4nQKE { width:7.5rem;height:0.0625rem;top:31.625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZrPPSIll0E3b6tU1ChVxnwqszEUmuRs { width:12.625rem;height:1.75rem;top:30.75rem;left:12rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4r7CkPQOo6CV7RMO5TvHdDkitmhiqPh { width:15.875rem;height:3.875rem;top:33.75rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEXliDQRn9bmo3GKNsOONlO6TbUFmCrp { display:block; }
 }@media only screen and (max-width: 763px) { #HBo9z92fGNExel1NJKMo4XlckJ8MBTz1 { display:block; }#HBo9z92fGNExel1NJKMo4XlckJ8MBTz1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuT79IGZy2Eerpn2d5MMf9ya4oty6DZ6 { top:3.6875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L09cE3SgcJCbFyoRKOTJEdybWUMpUH9T { top:20.9375rem;left:0rem;width:21.125rem;height:2.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MkrffpiT9l4E0rAzaQWzbXxBo8iRGl6N { width:15.875rem;height:3.875rem;top:27.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S0zuSJ4UUBAczXB4hyadXNVKK2ZxHoqo { display:block; }
 }@media only screen and (max-width: 763px) { #NEbzR79cOsD87AixGumqSzZOaXCrxkVk { display:none; }#NEbzR79cOsD87AixGumqSzZOaXCrxkVk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VVCWx5ECBOWisg2VzzSZCUrfh5ZDN7Fg { width:15.875rem;height:3.875rem;top:39.5rem;left:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BN6aClgEcTLrzRkG33vrmRdyqCBAUwMo { display:block; }
 }@media only screen and (max-width: 763px) { #QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 { display:block; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ww4qOQIW9dy9GCTmVPeOhlnTFJ20eLUl { width:47.75rem;height:1.875rem;top:5.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp42w5lJsLdmqaeIITc4QQT5cecM3h3r { width:47.75rem;height:3.125rem;top:1.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIwpue0HyL1ALtrnG64td0qAsTUNrE3G { display:block; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZNGk4NfUfH1xA7Vz5Kftl2g6zHJeDGQ { width:7.9375rem;height:7.9375rem;top:0.875rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7VQTDpZAGtMH74yN7K9kPJ0RQ1kLEmf { width:15.625rem;height:1.75rem;top:9.8125rem;left:0.1455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCIEzrZx5QU8EivsfcysQ0ZiFiV38743 { width:7.8125rem;height:3rem;top:3.3125rem;left:4.03125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTwWBxkV9kVV3Ax5ZLaSikempDw78H8t { width:7.8125rem;height:3rem;top:3.3125rem;left:19.90625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1fCARvzUTbVSNR2dTlh8T47tykmQfdl { width:7.9375rem;height:7.9375rem;top:0.875rem;left:19.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ66c9STWRmTBIKpesTmHfgeWKrEFAeh { width:15.625rem;height:1.75rem;top:9.8125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgTrdJdTLbvxpJNamsRUNUDkq1FwzneQ { width:7.8125rem;height:3rem;top:3.3125rem;left:35.78125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT76kKFvhxUAFn5VRaEXO4AeOpdDSWho { width:7.9375rem;height:7.9375rem;top:0.875rem;left:35.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSm6dhZtM1fSNwUAB611Frh9K7eJKEU4 { width:15.625rem;height:1.75rem;top:9.8125rem;left:31.978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs { display:block; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ { display:block; }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZpgXa2MEaPGCaEepsKCpUCDNbQABGg6L { width:47.75rem;height:3.125rem;top:2.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGE2vHZvzqB2Evyv4fC2QEgkebJFFuZ4 { width:47.75rem;height:1.875rem;top:6.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwJZA6wORnmWWtvboUlA05ewPTOparDc { display:block; }#zwJZA6wORnmWWtvboUlA05ewPTOparDc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FvJxSWEy3pIGm168GTga0GDAvGapSxw6 { width:46.125rem;height:15.625rem;top:0.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kenv7EQUbmiQ9TMrVTbMyOihTVud2amR { width:13.875rem;height:14.8125rem;top:0rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpM7HxOrTf2eoMlfvopHd5Ea3SyMoJIk { width:9.375rem;height:2.25rem;top:3.5rem;left:38.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSV7VOmK0yip6lMxQbd9NXdhbtJeFe9x { width:6.25rem;height:0.0625rem;top:2.125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6S5aeNWumctAQhqO1UJcKRm9tX2a8HN { width:6.125rem;height:1.9375rem;top:1.1875rem;left:41.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwLd58fBRxRm4E5xrbZK0EiA0bLH05c8 { width:6rem;height:1.25rem;top:6.375rem;left:41.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #isHL44vgqTb5nVmiAnq2SlnGi7uuc1Jp { width:27.5rem;height:0.0625rem;top:4.0625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVypmTt8KdW94NTMEBNDaR0RtTUoUKwU { width:29.25rem;height:2.5625rem;top:1rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7m3b0FQATtEuLd9mdJ8xiuto9COoLxN { width:29.4375rem;height:10rem;top:4.625rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffqOo88MnNdpiAg7OsHi5wJLI034OuZ7 { top:0.9375rem;left:0rem;width:13.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJ3mXMFb0dhfzIPn7G9AsTka7x0vScS7 { width:9.5rem;height:2.5625rem;top:10.5rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMJnMp6fTFEUirQZ8Q8gadQfgv0msRox { display:block; }
 }@media only screen and (max-width: 763px) { #zvCsqhw2kF9gWsHVNPOLdsaMkvyr5W8n { width:15.5625rem;height:5rem;top:12.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #I0xSy0BZTrD42sF21c7sMPOpOleJTXOZ { display:block; }#I0xSy0BZTrD42sF21c7sMPOpOleJTXOZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vnIqkxz9kM48088qXNqzmBm44OnMvxXR { width:46.125rem;height:14.75rem;top:0.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5cl9L83dniFAIn3Rs1iscZxdSCwsExy { width:13.875rem;height:14.8125rem;top:0rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy7mumUbmTHzL3oD8Myd6mEMHd5IJHys { width:9.4375rem;height:1.75rem;top:3.5625rem;left:38.3125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDT7mJigvwEFE9iT36zauxVONGH42itA { width:8.125rem;height:0.0625rem;top:2.3125rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTm0Mywk3eVDtckZaqqlTOQ7OoAQBSBy { width:8.4375rem;height:2.4375rem;top:1.1875rem;left:39.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHnd4x8TcO6KaHKZ7FBwGuaIDaEsxht8 { width:6rem;height:1.25rem;top:6.375rem;left:41.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTrumwssVgamFONEfVGBUQmdDgkvJc7h { width:9.5rem;height:2.5625rem;top:9.9375rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8uc5gSKI0cgaqkWwHsd686twAugqBCz { display:block; }
 }@media only screen and (max-width: 763px) { #G41Tqb7PHOUHWxMmXcI42FW3PQKzCu2P { width:30.875rem;height:1.25rem;top:1rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqhiVU9kKJTHyWtg12xvKorXy6fzFSGQ { width:29.4375rem;height:2.4375rem;top:3.5625rem;left:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7tUb0o3Ja2aRMP8vWGf64PxaAENrBOo { width:6.125rem;height:1.9375rem;top:1.1875rem;left:41.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WWHOWmgXP14DqHx5lAz9DIZeo3TPzhrM { top:0.9375rem;left:0rem;width:13.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4uqB4E8RSg2ouT3vTzSFVIdgppirPp1 { width:29.4375rem;height:7.3125rem;top:6.375rem;left:10.1875rem;font-size:0.9375rem;display:block; }#x4uqB4E8RSg2ouT3vTzSFVIdgppirPp1 li:before{  }
 }@media only screen and (max-width: 763px) { #flBmf8O18oUnS5XhkXUKeOourFMpHTU2 { display:block; }#flBmf8O18oUnS5XhkXUKeOourFMpHTU2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ti0WfHuXtTGdWdLJ5gRFEfAwaT3vGwJq { width:13.875rem;height:14.8125rem;top:0rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRvKk6xXEEdmqF1nr3aOV229tT7CsuTv { width:9.4375rem;height:2.25rem;top:3.5625rem;left:38.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr06CQ80mBuFArc7x5sryMMN9SisiZyJ { width:6.25rem;height:0.0625rem;top:2.125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EftlpIViGx3uMLG0KBSeWUzuqSMx8mdE { width:6.125rem;height:1.9375rem;top:1.1875rem;left:41.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFd9hgvHa21bIphWPFDH5cyqeMyEHhA1 { width:6rem;height:1.25rem;top:6.375rem;left:41.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3s2uJXepI1TN5NLeIeMJoy7bUKILaka { width:9.5rem;height:2.5625rem;top:9.9375rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra6FqOGqc7iXlZWtB0TckE7GR066T1Vm { display:block; }
 }@media only screen and (max-width: 763px) { #uKqkZamC4bIXaKf53gtBNMomtoTAsiIS { width:25.5625rem;height:2.625rem;top:1rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZM8X1xAQ9nHI57emZRBO7pAFSeKIinQ { width:13.875rem;height:13.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R17oa1hPdP0DlPayZFAbieT2ErtX14LK { width:29.4375rem;height:8.3125rem;top:4.5rem;left:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGT1GyNNHTl4xhwvbsxNIo36cKVPLIWb { width:46.125rem;height:15.375rem;top:0.125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPeLVfMbdfVMgAdqerOiOwqy090cAyyd { width:6.25rem;height:0;top:2.0625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKXA2QebB1mK91SIEISOTCAxUVVLGtrO { width:17.1875rem;height:3.75rem;top:10.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwPkDiDPWzyDrzCVCnbgbbzi7ItraJnt { display:block; }#fwPkDiDPWzyDrzCVCnbgbbzi7ItraJnt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0sFqFuRIhiovGPorZeeSWPDfBA5r44n { width:13.875rem;height:16.125rem;top:0rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3MtwITwNHQPmpDD0pUdqwTTnirrTdcb { width:9.4375rem;height:2.25rem;top:5.125rem;left:38.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykitumdEHFOFibPtBpeHQsLmgrVMThpX { width:6.125rem;height:1.9375rem;top:2.125rem;left:41.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0ET26TVwnt6WThkLOaGSNgZ4GlgZ4rc { width:6rem;height:1.25rem;top:8.3125rem;left:41.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZsVfLgtgiHSecfdnfnqF1dDEJMG1JSl { width:9.5rem;height:2.5625rem;top:10.6875rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVM9TsPlHzfSfiBI5yfxGGpgJ66W4HC5 { display:block; }
 }@media only screen and (max-width: 763px) { #zUpMVbTKQgVrSq4gJRCRtBrpcUpOCawW { width:29.875rem;height:1.3125rem;top:1rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKHZTLXIrcSsrqKSI3aErxwUE24eZTIm { width:29.4375rem;height:4.875rem;top:3.5625rem;left:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3C1ivQQywEu8FJrWMDGDfOK8rcNy86A { width:46.125rem;height:15.875rem;top:0.125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBRdMaaDtHuT8ItcAQrFamrUGllem4ke { width:6.25rem;height:0;top:2.9375rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CePWAH2WPm8T1BNT7gnFDpT3rT5iLVpr { width:17.1875rem;height:2.5625rem;top:10.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DtSpbTwTJSTr8hBxSOchSFEOgWHgIok0 { top:1.125rem;left:0rem;width:13.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoGkT2ZpDcPvSIl0mou10RE0gNFRvEs0 { width:29.4375rem;height:5.8125rem;top:9.0625rem;left:10.1875rem;font-size:0.9375rem;display:block; }#AoGkT2ZpDcPvSIl0mou10RE0gNFRvEs0 li:before{  }
 }@media only screen and (max-width: 763px) { #kzIfIuMPdrA1TIJcm79oAXfxqJ0WRdqS { width:6.25rem;height:0.0625rem;top:2.125rem;left:41.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJxX09pOWtIoehPDvVQ4iDwt85mQ7fCw { display:block; }#fJxX09pOWtIoehPDvVQ4iDwt85mQ7fCw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0bGuAKed0oyF4gkmXk7lEOSHSJoF6ig { width:46.125rem;height:15.625rem;top:0.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnHvrqxAIBUrBaARreP15yrnLETrSixQ { width:13.875rem;height:14.8125rem;top:0rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK9Iip5wVLmTm9vI8zfbhzvRxlDLMqG4 { width:9.4375rem;height:2.25rem;top:3.5625rem;left:38.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCzVSsSnzhkMxyKlkkwnipqoCTsoTXJd { width:6.25rem;height:0.0625rem;top:2.125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByT1lipJE2CsLIMXPAcnLO4vazT3GC9K { width:6.125rem;height:1.9375rem;top:1.1875rem;left:41.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO7WQHamx5qqEoyiIhsiMltkWUtHnNvb { width:6rem;height:1.25rem;top:6.375rem;left:41.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDcruok0VqJDKhLQno3hz5AOa5lwpm6h { width:9.5rem;height:2.5625rem;top:9.9375rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHQkdeRuoITWOaVF13vtQvuXt5o4mQXI { display:block; }
 }@media only screen and (max-width: 763px) { #a9upmdZBEBTdn7dCcIoM96HaNJN2sSTK { width:30.875rem;height:5.3125rem;top:1rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMQaZTwNTKsnn63SGupD04GUzuxzkcct { width:13.875rem;height:13.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHMrwylHDd7CFXAbwlmvvP12lkAp1Tia { width:29.4375rem;height:9.5rem;top:5.1875rem;left:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDS1RwTJc8orQzZp8BxWE87HgeMS7Ppm { width:6.25rem;height:0.0625rem;top:2.125rem;left:41.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LUNaNr232G5KTtvonUPfVs4IT8AxHWIF { display:block; }#LUNaNr232G5KTtvonUPfVs4IT8AxHWIF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVhf1SuB6xTby6crTbFFuxp8J6Qm52nC { width:46.125rem;height:15.625rem;top:0.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNuqFykpqGyedeRIQc0UPrZpxATxHnTG { width:13.875rem;height:14.8125rem;top:0rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1UO4sRful9aS2QNW4Jvg0zLirdSoMgs { width:9.4375rem;height:2.25rem;top:3.5625rem;left:38.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tykCUUJtEb1y4VOAbIv7NqpMR0X33Xt6 { width:6.25rem;height:0.0625rem;top:2.125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VreiGakS55hhgxLhKyQD5x09ugShmIkL { width:6.125rem;height:1.9375rem;top:1.1875rem;left:41.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6oegf5vKTbg31pWLp2d3mwBn1uJcmhI { width:6rem;height:1.25rem;top:6.375rem;left:41.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F85AslJuaggI8bT8cSq85idQkGtARkim { width:9.5rem;height:2.5625rem;top:9.9375rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL2gfChoCqvdNrSI4WUy1dbburlRqm2c { display:block; }
 }@media only screen and (max-width: 763px) { #qUxvBwJsTAWxpsODkTZCglNL9iaeNCFg { width:30.875rem;height:1.25rem;top:1rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf8Wb9w8uHU82IttcCTW06oeAeXdTyM0 { width:29.4375rem;height:9.75rem;top:4.3125rem;left:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsapQwSUHxVkmJIVVuGHF24gxvQF5qPh { width:6.25rem;height:0.0625rem;top:2.125rem;left:41.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gv4gt8vk38rFZthzZRkvZv1b04to00di { top:0.9375rem;left:0rem;width:13.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3BsQNMTnQcGSmFmOzBDwID1QupJVThv { display:block; }#C3BsQNMTnQcGSmFmOzBDwID1QupJVThv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lP2SWQS0K5Lvu4kOrI0AqpNDzLeGNo3x { width:46.125rem;height:15.625rem;top:0.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuHiEsnWqNn0XtX6dfrD0tlTiTknT1mA { width:13.875rem;height:14.8125rem;top:0rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz0shKxOs8lKp8NwMD1oL9M1d0RKXxvv { width:9.4375rem;height:2.25rem;top:3.5625rem;left:38.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLkt6qK7guxWy1pBPBdsRtx3Cl9qKCyB { width:6.25rem;height:0.0625rem;top:2.125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI7warJVbd47VCvx1VkXAPw8BNfpBwT5 { width:6.125rem;height:1.9375rem;top:1.1875rem;left:41.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sADvT4bXSP9Uwp1e82XRKJpfI8ZkHbcr { width:6rem;height:1.25rem;top:6.375rem;left:41.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLfGtNVnITbs7swEmXmKrS18VMEIRbLr { width:9.5rem;height:2.5625rem;top:9.9375rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFcFSBKz35bvzzcOETVLSUTa8A73FoSl { display:block; }
 }@media only screen and (max-width: 763px) { #JAeTm4ttl1sIWKdwEDFNUzVTJLlZ9ceC { width:30.875rem;height:2.5rem;top:1rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFV8TTZkfQuElk5xthyOC2wtXZtyGCSO { width:13.875rem;height:13.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTWFm3JGyD61r0M57fkDi9FzXWU74ETL { width:29.4375rem;height:8.3125rem;top:4.1875rem;left:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs { display:block; }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tnFecGTOOTPifqinovnslEZgcvRVHQX7 { width:35.5625rem;height:2.5rem;top:2.375rem;left:6.09375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mybL0g5yzorQyAtgLa55UxIdwTx9bw0P { width:38.875rem;height:9.75rem;top:6.75rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZNXErKrpXnolHNpGI9gqu6HG2Ll2rOB { width:18.5rem;height:3.875rem;top:18.625rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMkoJatBNDVULunc7F706mraouI3WLTb { display:block; }
 }@media only screen and (max-width: 763px) { #Lk2QBB3RvhfkIJrAlVD0uFXhUswX4sqK { display:block; }#Lk2QBB3RvhfkIJrAlVD0uFXhUswX4sqK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:url("https://s3.eu-west-1.amazonaws.com/images.assets-landingi.com/resized/1305/board-electronics-computer-data-processing-50711.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM > .row > .video-iframe-container { display: none; }#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM > .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); } }@media only screen and (max-width: 763px) { #aAxTZ0mn7nUiTl1ZmmeMzSbif4prUuPl { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ac564f31-ad28-4112-9fec-903a3faefda0/tlo_headera.jpg");background-position:bottom right !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#aAxTZ0mn7nUiTl1ZmmeMzSbif4prUuPl.adaptive-delivery-prevent-bg, #aAxTZ0mn7nUiTl1ZmmeMzSbif4prUuPl.lazyload, #aAxTZ0mn7nUiTl1ZmmeMzSbif4prUuPl.lazyloading { background-image: none; }#aAxTZ0mn7nUiTl1ZmmeMzSbif4prUuPl > .row .container { background-color: transparent; background-image: none; }#aAxTZ0mn7nUiTl1ZmmeMzSbif4prUuPl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAxTZ0mn7nUiTl1ZmmeMzSbif4prUuPl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAxTZ0mn7nUiTl1ZmmeMzSbif4prUuPl > .row .container > .video-iframe-container { display: none; }#aAxTZ0mn7nUiTl1ZmmeMzSbif4prUuPl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAxTZ0mn7nUiTl1ZmmeMzSbif4prUuPl > .row > .video-iframe-container { display: none; }#aAxTZ0mn7nUiTl1ZmmeMzSbif4prUuPl > .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); }#aAxTZ0mn7nUiTl1ZmmeMzSbif4prUuPl > .row .container { border-width: 0; border-radius: 0; }#aAxTZ0mn7nUiTl1ZmmeMzSbif4prUuPl > .row > .video-iframe-container {  }#aAxTZ0mn7nUiTl1ZmmeMzSbif4prUuPl > .row .container { width:20rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2dTc6bzmbW037MIXQZ2xBcK4N8st5Az { width:5rem;height:3.5625rem;top:0.75rem;left:7.21875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #gXw47DvvQnVGSMlVOMDAFB56NP1dvxMI { width:20rem;height:3.4121125rem;top:5.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;z-index:15001;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dxIvdpUlX9TvurDmytIgDDKI4bFJLVyH { width:15.3125rem;height:5.361325rem;top:13.8125rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;z-index:15004;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #e1vkC7bxSLlQ8siIcKbQafdd4x4wPc3h { width:18.25rem;height:3.875rem;top:20.9375rem;left:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Bhxtg8g56vi8Iwizq8e9xkaKZ5cHdCPW { display:block; }
 }@media only screen and (max-width: 763px) { #Lh06fXErXNyTVqSk76FsCxTZZFEC1fFE { width:4.75rem;height:3.5625rem;top:1.375rem;left:7.84375rem;overflow:hidden;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #aaJhNTlZMxR3yn8QswN29BzUTEv60CZL { width:8.625rem;height:2.3994125rem;top:10.25rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #wFRBXMfNz7ZDBTL3K949ILiAtIR5yuqp { background-color:#be0039;background-image:none;display:block; }#wFRBXMfNz7ZDBTL3K949ILiAtIR5yuqp > .row .container { background-color: transparent; background-image: none; }#wFRBXMfNz7ZDBTL3K949ILiAtIR5yuqp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFRBXMfNz7ZDBTL3K949ILiAtIR5yuqp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFRBXMfNz7ZDBTL3K949ILiAtIR5yuqp > .row .container > .video-iframe-container { display: none; }#wFRBXMfNz7ZDBTL3K949ILiAtIR5yuqp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFRBXMfNz7ZDBTL3K949ILiAtIR5yuqp > .row > .video-iframe-container { display: none; }#wFRBXMfNz7ZDBTL3K949ILiAtIR5yuqp > .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); }#wFRBXMfNz7ZDBTL3K949ILiAtIR5yuqp > .row .container { width:20rem;height:26.09375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CO6ui0zMlOiugGlh2274tThaiwlMZR9v { width:15.3125rem;height:0;top:5.1875rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQFBCoLALrVpdtO0Ksxcrfc1Cb0pCv12 { width:4.5rem;height:0;top:19.875rem;left:7.75rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #JgMZCpwWXLHKwo0uTd7hvy15TtfvaLSL { width:15.3125rem;height:0;top:17.8125rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #ks1w1g5GlIO7mE0c11v4Cx9niS0ubhqy { width:11.875rem;height:3rem;top:35.25rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ogousMmN03Tkni0rlR1ip0zI9A1EZBpx { display:block; }
 }@media only screen and (max-width: 763px) { #GTX26DXWnTDCT4fKCvTqrRZflQg3P8gm { width:20rem;height:;top:0.84375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15005;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aLqfsaTOtZlau7e1iaT3PU0KBmotlQlP { width:4.625rem;height:3.5rem;top:4.84375rem;left:7.6875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #vgeKGTbBtS4VDpzKUikwzHeR3URiLZNF { width:20rem;height:20rem;top:6.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ6JJnNV4g2kU8KHyTCab6O2x3wVnlI7 { background-color:#be0039;background-image:none;display:block; }#WZ6JJnNV4g2kU8KHyTCab6O2x3wVnlI7 > .row .container { background-color: transparent; background-image: none; }#WZ6JJnNV4g2kU8KHyTCab6O2x3wVnlI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ6JJnNV4g2kU8KHyTCab6O2x3wVnlI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ6JJnNV4g2kU8KHyTCab6O2x3wVnlI7 > .row .container > .video-iframe-container { display: none; }#WZ6JJnNV4g2kU8KHyTCab6O2x3wVnlI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ6JJnNV4g2kU8KHyTCab6O2x3wVnlI7 > .row > .video-iframe-container { display: none; }#WZ6JJnNV4g2kU8KHyTCab6O2x3wVnlI7 > .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); }#WZ6JJnNV4g2kU8KHyTCab6O2x3wVnlI7 > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hF6pnvlsziFNkC58rFPnDJRwDyOs048h .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hF6pnvlsziFNkC58rFPnDJRwDyOs048h .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#hF6pnvlsziFNkC58rFPnDJRwDyOs048h .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#hF6pnvlsziFNkC58rFPnDJRwDyOs048h { width:18.5rem;height:5.1875rem;display:flex;top:1.4375rem;left:0.671875rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #hF6pnvlsziFNkC58rFPnDJRwDyOs048h #sPo4lwaFHO0bqWhPf9eQUeUFeUxy3ClW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hF6pnvlsziFNkC58rFPnDJRwDyOs048h #PoEqpGXA3KW3ctqSyXZKOMctwDw3eRJh {  }
 }@media only screen and (max-width: 763px) { #hF6pnvlsziFNkC58rFPnDJRwDyOs048h #J4ZnPxOg2BI00GQw36mVFKFboAzZyMya {  }
 }@media only screen and (max-width: 763px) { #hF6pnvlsziFNkC58rFPnDJRwDyOs048h #mQWeJIx913GRM9SxnTUPXgUMV4AhTgn5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hF6pnvlsziFNkC58rFPnDJRwDyOs048h #ErLeBkRN5ePqSwGMy4bFT9dhA5wXoN7h {  }
 }@media only screen and (max-width: 763px) { #hF6pnvlsziFNkC58rFPnDJRwDyOs048h #D8c417slnEDOygE6RtLSsq0yveKilz8z {  }
 }@media only screen and (max-width: 763px) { #hF6pnvlsziFNkC58rFPnDJRwDyOs048h #uQxeFdry1OaM1flfQ9ph7uTJtQSTvGBM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hF6pnvlsziFNkC58rFPnDJRwDyOs048h #yeXXNrOBTE0az4mGEKVukaCkwgFAH0T2 {  }
 }@media only screen and (max-width: 763px) { #hF6pnvlsziFNkC58rFPnDJRwDyOs048h #G3TMtZNeHfhuGfZnKnIIMafs91EVDhPI {  }
 }@media only screen and (max-width: 763px) { #hF6pnvlsziFNkC58rFPnDJRwDyOs048h #FI4fFfuIk5Xfc86OpPwBxKWZPAuD8PAh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hF6pnvlsziFNkC58rFPnDJRwDyOs048h #x6EudooUU0KnSwpvsaxTDTWVrmHbMfvt {  }
 }@media only screen and (max-width: 763px) { #hF6pnvlsziFNkC58rFPnDJRwDyOs048h #it0yZTcGh0AKUviThCWnXhaQTBskF1Si {  }
 }@media only screen and (max-width: 763px) { #qIBWrlR0VgHVF25Xt5XxxJLuegxvZIfl { width:20rem;height:0;top:23.96875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #JCEtpUstLOP7JW6aGTHnqsiTqB19ICIE { width:20rem;height:auto;top:0.1875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld { display:block; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpTTpmV2O3yX0npRQ3hasBrXMHpqPesT { width:20rem;height:4.3496125rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laSATIMxGofgJIEKggtC6qEM6WTHb94z { width:20rem;height:1.57421875rem;top:6.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y04BHvb9MMzZGobR5K3tsBbErLrgFeXg { display:block; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KI0w0PSVeDWkETzAFOTvk2mBHCznRJOy { width:4.6875rem;height:4.6875rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEvfLTeHKWtey9HpfquIHwPVDtNN0Qnn { width:2.5rem;height:2.5rem;top:2.34375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #knF4ALGlTofuRBc7ki9SZ4McvxfaMSiT { width:18.125rem;height:1.57421875rem;top:6.8125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0PttnS8Sfhc7cAx4mkOnBETCIb1subp { width:18.125rem;height:1.3994125rem;top:8.5625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #atZf3b8E18WkoGTQMozP3iatuLmdigHM { width:4.6875rem;height:4.6875rem;top:12.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrI67RgpFp2DTFQsD3zvhq9FicyJnCRv { width:18.125rem;height:1.57421875rem;top:17.86328125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGzl8trSePEDGIBpZgTgpR9F7GNTlfq0 { width:18.125rem;height:4.19824375rem;top:19.375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #spdDhdGoKqVf9J3arilwAIZJzz1cWVNl { width:2.5rem;height:2.5rem;top:13.1875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGg00bGOuytLSRad8MSCr8i7Wmse3CXt { width:2.5rem;height:2.5rem;top:25.0625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNaLwLwo1O5RCw6DUv0VTW14Z2EIXkPw { width:4.6875rem;height:4.6875rem;top:23.9375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4w5TWmlMNqcpIaKX7TZGoLWuAkEivJi { width:18.125rem;height:1.57421875rem;top:29.5625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxUPAgXA6Efa2pRTgnqTme45KSVX25i1 { width:18.125rem;height:2.798825rem;top:31.1875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar { display:block; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9GzuRg0ZXbqBDsSMeBcxdA3q2klhlSM { width:4.6875rem;height:4.6875rem;top:0.5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFDkml2Zo8R3aqHTUxZOuvpkLWKRG4b1 { width:2.5rem;height:2.5rem;top:1.625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #otCDkD7KNm7B5rPKW0pdEi091WTErnxl { width:18.125rem;height:1.57421875rem;top:6.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuxeORnb4fNxlTCuQNfymU3ci357v2Rc { width:18.125rem;height:2.798825rem;top:7.75rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp3EVtnOd5KgotmNZs1qFE5UnThObbIH { width:4.6875rem;height:4.6875rem;top:12.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg5FJ4e6pLPiOMJLOtuqeL671B89FsVt { width:18.125rem;height:1.57421875rem;top:17.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MivcUx0PK9wTnURykA5Qu6v3G7KUmqAv { width:18.125rem;height:2.798825rem;top:19.375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeFDsvSuZvpanAa1uO1UwQHhqSAVLqy6 { width:2.5rem;height:2.5rem;top:13.1875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u06fWz7O6qCiB4Vgyis7VTsBHTb0e1ft { width:2.5rem;height:2.5rem;top:25.125rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9B04PVhbi4f1XEWeZBvyu6SCo5tx0K6 { width:4.6875rem;height:4.6875rem;top:24rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rllUhlytdTu0yZ4N5BN19C8wcqbqoq5x { width:18.125rem;height:1.57421875rem;top:29.8125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia1n8pz2OWZJCcCPMST5he9RHqoT5gys { width:18.125rem;height:2.798825rem;top:31.4375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q30xoqHLFOx6c9TV752pmRvpTl5qTRJt { display:block; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv { background-color:#ebe8e3;background-image:none;display:block; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container { background-color: transparent; background-image: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container > .video-iframe-container { display: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row > .video-iframe-container { display: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .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); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Br6lOtpqFt80IcveWZ6sbuU5732xfcet { width:20rem;height:4.3496125rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBCFRmwLqpha4Vowh5IakJt4sHphDHbs { width:20rem;height:1.57421875rem;top:6.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 { background-color:#ebe8e3;background-image:none;display:block; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container { background-color: transparent; background-image: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container > .video-iframe-container { display: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row > .video-iframe-container { display: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .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); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container { width:20rem;height:98.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWex6yVNG6mIi92teOR9VisXTuosuWcu { width:20rem;height:45.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9oekIC5Id7EHSxvil3WMHSJ1RaUZuP9 { width:18.125rem;height:1.3496125rem;top:14.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR6XP8TTGzRq2leGRmHx9J3ra08vSCWQ { width:18.125rem;height:19.332rem;top:16.73046875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#FR6XP8TTGzRq2leGRmHx9J3ra08vSCWQ li:before{  }
 }@media only screen and (max-width: 763px) { #qTJlVsTZQof8bsG2s42zbfszU0lpcUtT { width:20rem;height:48.8125rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZLKfn9F0Tkh4SNsWzTul1kBVXABDgh2 { width:18.125rem;height:20.244125rem;top:65.39453125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#hZLKfn9F0Tkh4SNsWzTul1kBVXABDgh2 li:before{  }
 }@media only screen and (max-width: 763px) { #yzQH42sNCzszF8Ev2zHEyfBsA2tB377K { width:16.625rem;height:2.699225rem;top:61.8125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQr6wpLX0Dh0oJPEiuQNhBDnEODG8L8P { width:18.125rem;height:12.6875rem;top:48.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMe14CIqVsX1slH8IGOx06xMVtfhlz46 { width:18.25rem;height:3.875rem;top:90.21484375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOnaU78mTKJdWgezGrWJr4pGbkmaDl6c { display:block; }
 }@media only screen and (max-width: 763px) { #VMykcoQ8AZf9QErhPTGII7dTJW6utiuk { width:7.25rem;height:1.8681625rem;top:37.5078125rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:1.4375rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #i3tiWq6xxSymbdrmrwat0pot6P5PDffJ { width:6.25rem;height:0.0625rem;top:38.41015625rem;left:2.3125rem;z-index:15048;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #n09PiuGsHzQO9TbflyZn2NSe4ckLKW6B { width:4.311525rem;height:1.1494125rem;top:37.8671875rem;left:9.46875rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfSZpiT64wO585tK9CkzDl4ldzfzT7Ay { width:2.749025rem;height:1.8681625rem;top:37.5rem;left:14.25rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3BseZfnhbUsLzsrlST6ZkIczfOHVr5N { width:6.6875rem;height:1.8681625rem;top:86.5rem;left:2.78125rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTvvczcGAeHr81f95pxWkXcEFScsNW2a { width:6.25rem;height:0.0625rem;top:87.3740234375rem;left:2.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg0rqu6AANTIne6nsJii91gcCTuIV7C0 { width:4.874025rem;height:1.1494125rem;top:86.859375rem;left:12.6240234375rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2LehJ5ZyKPVuulDVXM5hVV45uay9zte { width:2.75rem;height:1.29980625rem;top:86.783203125rem;left:15.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFBq9TAFaObzLDEPvButFnTkpkRea26v { width:18.125rem;height:12.5625rem;top:1.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub6hXHFWTwPzDzorL7wgo6i61LBQeCDr { width:15.875rem;height:3.875rem;top:100.25rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PCDilyRmWqEEnA5aLVrx0LiT5uBnwRCP { display:block; }
 }@media only screen and (max-width: 763px) { #TmpLx3VmlTUJ6AeAGMyRqGcDcZS3sgRE { width:18.25rem;height:3.875rem;top:40.03515625rem;left:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #BFvVTx8au00kZSU6Riq6UQLoBxxXNdPQ { display:block; }
 }@media only screen and (max-width: 763px) { #ZiAwW02rzfu21Klsc9brKiKR18kki5Z1 { width:8.5rem;height:5.5625rem;top:84.65234375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSffMZLPegToTJroInsN7Th5DOR6OKJZ { width:5.1875rem;height:5.1875rem;top:46.3125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5GNKyHCaJKPCCbTLhz9LDNr1SIOKbLW { width:4.875rem;height:1.5996125rem;top:48.1875rem;left:14.9375rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ { background-color:#ebe8e3;background-image:none;display:block; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container { background-color: transparent; background-image: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container > .video-iframe-container { display: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row > .video-iframe-container { display: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .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); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container { width:20rem;height:102.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oW06wzGHrDFoTNMTz3k7ZZizdkPcy3A2 { width:20rem;height:49.4375rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2tX0GBOhyGqso1oU3t55gdkuDOzq7nV { width:18.125rem;height:1.3496125rem;top:14.59375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3TQX9ioVyo2X7l3UD6aVUV9oOuGyats { width:18.125rem;height:22.693375rem;top:16.380859375rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#q3TQX9ioVyo2X7l3UD6aVUV9oOuGyats li:before{  }
 }@media only screen and (max-width: 763px) { #yUClHLueKqPvqPBtR547R1gyfoyomZH3 { width:20rem;height:48.625rem;top:52.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p89bKGAWXnyEidBO8KgaEiOwpP1zsiGP { width:18.125rem;height:21.1543125rem;top:69.0625rem;left:0.9375rem;text-align:left;text-align-last:left;display:block; }#p89bKGAWXnyEidBO8KgaEiOwpP1zsiGP li:before{  }
 }@media only screen and (max-width: 763px) { #Fnz2ywaumoXrleMKG2TPvnxSuPNS0tun { width:18.125rem;height:1.3496125rem;top:66.5625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6ZyP1vbD4MxxlrtHkEvbeoaNMzAgifd { width:18.125rem;height:12.6875rem;top:53rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liBITwzLa5PF8PN4SqcBGwIEfSvOLuCt { width:18.125rem;height:12rem;top:1.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QayecXPlkh9D3Z7SCOQKePHzdrZf2cOS { width:6.625rem;height:1.8681625rem;top:40.1875rem;left:2.65625rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snbfs7VCWOhtAlUm26uIsVaTXTJGTH5x { width:7.1875rem;height:1.8681625rem;top:91.8125rem;left:2.65625rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUB66WbW5Vx2uqBaP97WTTWq41DsqXW2 { width:6.25rem;height:0.0625rem;top:41rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTVdDk62mKze0bO6B9RimLG7r3Dm5byz { width:7.5rem;height:0.0625rem;top:92.6875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7lO7cgFHKkmvtTfyOH1zUruQtEQAk7K { width:5.436525rem;height:1.1494125rem;top:40.609375rem;left:12.3125rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfq7SIPs6prN1pzPIsaeQfElPrQeFFRp { width:5.0625rem;height:1.1494125rem;top:92.15625rem;left:11.5625rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROvE2fSOOEvvRmTFnDZLzqSVEGzaAAms { width:2.75rem;height:1.29980625rem;top:40.595703125rem;left:14.9365234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnrPQa1VmZon3TuHKxguhHwxTGMQiBc8 { width:2.75rem;height:1.8681625rem;top:91.875rem;left:15.875rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hqt2989ob8iRNBlOTVSMltD3NQSrxFPk { width:18.25rem;height:3.875rem;top:95.28125rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csWntU8XEbCN8WBxhrxlRh3vOHU48lmh { display:block; }
 }@media only screen and (max-width: 763px) { #pCaS1hCI0CTrXWudypIWyzk94H8vloDI { width:18.25rem;height:3.875rem;top:44.78125rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dv7TIczzB57MKO7H6ZktU1TKtHraN03X { display:block; }
 }@media only screen and (max-width: 763px) { #DUHpRggRXO0oyM3sMuFN9CE0u5tgiSws { width:8.5rem;height:5.5625rem;top:38.33984375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbtrqQxJ3qW3OdHrypJKp5hUrqygzqtg { width:5.1875rem;height:5.1875rem;top:0rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCekFM3IfomuFzkfOFdhaS2ftxTiPc4a { width:4.875rem;height:1.5996125rem;top:1.79296875rem;left:15.125rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6pFi4iHKv72k0359mQ7SLvKXqm64HRh { background-color:#ebe8e3;background-image:none;display:block; }#m6pFi4iHKv72k0359mQ7SLvKXqm64HRh > .row .container { background-color: transparent; background-image: none; }#m6pFi4iHKv72k0359mQ7SLvKXqm64HRh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6pFi4iHKv72k0359mQ7SLvKXqm64HRh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6pFi4iHKv72k0359mQ7SLvKXqm64HRh > .row .container > .video-iframe-container { display: none; }#m6pFi4iHKv72k0359mQ7SLvKXqm64HRh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6pFi4iHKv72k0359mQ7SLvKXqm64HRh > .row > .video-iframe-container { display: none; }#m6pFi4iHKv72k0359mQ7SLvKXqm64HRh > .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); }#m6pFi4iHKv72k0359mQ7SLvKXqm64HRh > .row .container { width:20rem;height:137.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQ3wuKTfP4ia2ArlOAdpoGOFeq99FTrz { width:20rem;height:50.6875rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MogzySdzN8r1FGvEPSTqOIOsUnXOWOTB { width:18.125rem;height:1.3496125rem;top:14.59375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNXKXlR6rlkFbN9c6kTATU7RtifeeWR7 { width:18.75rem;height:24.8555rem;top:17.0625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#TNXKXlR6rlkFbN9c6kTATU7RtifeeWR7 li:before{  }
 }@media only screen and (max-width: 763px) { #KMxymJoQ86Qmskq6ZLhtwOBL85hx6ISH { width:20rem;height:80.5rem;top:53.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsfVt9B8XrUmoIM1pKFD9kld5BTFwU5Q { width:18.125rem;height:20.991225rem;top:58.3125rem;left:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ysgxlefoA88CXEQOycR1eBmZllOue5WX { width:18.125rem;height:1.3496125rem;top:55.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkG7yqIJxUQ8oXpAN08AfGyqb5hzDM1C { width:19.3125rem;height:12.1875rem;top:1.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #URPOf37HE3JPiF3pX2da3mysowbkm7O5 { width:6.625rem;height:1.8681625rem;top:43.1875rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHE65OSczEi2TxqbIiyvufi0akulekcZ { width:7.1875rem;height:1.8681625rem;top:125.392578125rem;left:1.65625rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucTN22RSDMdWsLTlN99NET0UEcAgBmoL { width:6.25rem;height:0.0625rem;top:44.0625rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABKnpFSAmolrNROUe1zn61PyMblqehuk { width:7.5rem;height:0.0625rem;top:92.6875rem;left:1.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vBnP5PXahD5C6eOvcTileOXKvIVztAif { width:5.436525rem;height:1.1494125rem;top:43.546875rem;left:11.8134765625rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeWzV86I62MPu3wQSrSwOa3KdXDI6My7 { width:5.0625rem;height:1.1494125rem;top:125.736328125rem;left:10.6875rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRKaPs4TkEGCw6yulvtrgNOJy6NQmGAZ { width:2.75rem;height:1.8681625rem;top:43.1875rem;left:15.875rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol4ssdZC0uR7Rz9vcoHR0TaMNbFXyUlE { width:2.75rem;height:1.8681625rem;top:125.392578125rem;left:14.8125rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDbSqsISvTwNpeeOzAG0cNi3bn5KANm3 { width:6.25rem;height:0.0615234375rem;top:126.267578125rem;left:1.75rem;z-index:15051;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eRTkK5RB2XfdLz8OdSf1uQTR72ZTGLoV { width:18.25rem;height:3.875rem;top:128.71875rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PULp5abMzsyoSOH3MB8Kk0NhX5my1TTl { display:block; }
 }@media only screen and (max-width: 763px) { #aXNUE5O2qy16KcQT1WZRk7vbJKVkioCr { width:18.25rem;height:3.875rem;top:46rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrDu6G0BMgySETuJDPwBC9LBtAk8SgUR { display:block; }
 }@media only screen and (max-width: 763px) { #tKhDolSzAuxZ2guVHFAXFNnJ8JhHoqKR { width:20rem;height:2.69921875rem;top:86.15625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDMBJZ7WlsLzn43qhNBxX500DH6hpqWN { width:20rem;height:1.3496125rem;top:82.09375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvWEE6V1rdBaqQsT6nl9NO8zX8G1IP4M { width:18.125rem;height:30.78708125rem;top:90.017578125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgfTwbWPZawxFH98pnK6r71mMJIJ5I11 { width:20rem;height:1.3496125rem;top:121.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzEx2QnLelpvVAK5iCCf78lxk0oqDysg { background-color:#ebe8e3;background-image:none;display:block; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container { background-color: transparent; background-image: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container > .video-iframe-container { display: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row > .video-iframe-container { display: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .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); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bhIApMNiitzF8uMcF7ixp8svE0vTffhV { width:20rem;height:4.3496125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #xJNGyB8Dw9hFPKmIxZuUhUvkWK9KKowZ { width:20rem;height:3.1484375rem;top:5.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #c6CJxhko1Xvk5C1fMHrSNzEXTGR9rNyT { width:19rem;height:3.875rem;top:10.25rem;left:0.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHkwZUfVtlDQdoGe3Cq0nXI26UHCeGOE { display:block; }
 }@media only screen and (max-width: 763px) { #nMcQH4fI4bWiV2NBZHgJICeATcXeovhX { display:block; }#nMcQH4fI4bWiV2NBZHgJICeATcXeovhX > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucshOxtSqZup6csP4cNz4gcNlEG9sze7 { width:20rem;height:4.3496125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci0rxwkxqTssouogDzvmRlTGZ0eqee5B { width:20rem;height:3.1484375rem;top:6.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgd0gQhesqL9AKqAU2reJrdXzEzhbvdf { display:block; }#lgd0gQhesqL9AKqAU2reJrdXzEzhbvdf > .row .container { width:20rem;height:64.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLC20H9WxXOM9dVcmxh6UUvBl53tk8nX { width:12.25rem;height:18.5rem;top:3.9375rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #H9xcMT33eg3LhA3J3TMvH5XhI1BT1K1w { width:7.8125rem;height:0;top:8.9375rem;left:12.1875rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#200f43;display:none; }
 }@media only screen and (max-width: 763px) { #XyNh6oGctdG44seCAAmFKuc8ardDv9VU { width:19rem;height:27.7588125rem;top:26.40625rem;left:0.5rem;font-size:1rem;display:block; }#XyNh6oGctdG44seCAAmFKuc8ardDv9VU li:before{  }
 }@media only screen and (max-width: 763px) { #Mv5MONIrCDAl0m9F20Xv8WlIt2cTyKyM { width:17.875rem;height:1.29980625rem;top:23.6875rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2xQzZibpHTWUki77o9z64mFSvo8ytI6 { width:9.125rem;height:1.3496125rem;top:56.40625rem;left:9.5rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1rF4ifIkcfVbDewpQOTX97UUcL7BTTv { width:7.1875rem;height:1.54296875rem;top:56.3125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow4TBmWC8hkNZkbKuctJftxAybDBX8go { width:5rem;height:0.0625rem;top:57rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF2czTiUaOQ2JGy5ZTwa944UyprGua3r { width:7.8125rem;height:5.3984375rem;top:11rem;left:12.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#000000;z-index:15016;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mUzBwaWqbF401KBTl4OAxLoKJbB2po0X { width:18.25rem;height:3.875rem;top:59.28125rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTAeF2fubXzPUGxckS58aTFvfzgGf6gh { display:block; }
 }@media only screen and (max-width: 763px) { #R7f83SovZLDRpxazWwLyP5AMgSckV4Dr { width:20rem;height:2.4375rem;top:2rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XcnSzrhTcD4cel0aFsImsl6XFCz0XzdJ { display:block; }#XcnSzrhTcD4cel0aFsImsl6XFCz0XzdJ > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MoAs9fTm3ZqzHmO3KIyaARDkPoxRbMNB { width:7.8125rem;height:12.14646875rem;top:5.9375rem;left:12.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #brXMTDuEM08bsdyTpfWumnPe7y06xQTv { width:11.875rem;height:15.0625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhQQ3DVUK0XVyspghJPclWW469TlDUpy { width:17.875rem;height:32.49513125rem;top:22.25rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZMgVyBATIFAaJC5vayfd7W214ySbG3n { width:20rem;height:2.4375rem;top:2.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #luoMJD5OKfdfbod64cfwha9miqRE0zBb { width:7.1875rem;height:1.54296875rem;top:58.25rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXlvgZ4BSbnC8uZLFTEIhxsnKezlmo1z { width:5rem;height:0.0625rem;top:58.875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObKOpeEwHx3ECzBRLNlTxZJARa5kDkUz { width:8.75rem;height:1.3496125rem;top:58.34375rem;left:9.9375rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0T31pl5yBTBikvVpW2AmLsPwmid4qN1 { width:18.25rem;height:3.875rem;top:60.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri4MU7uxndH6i4CPLsvZNnL5MwTa5DRQ { display:block; }
 }@media only screen and (max-width: 763px) { #u6u3BJmETS9BkSioABTXwXlA36eIwegm { display:block; }#u6u3BJmETS9BkSioABTXwXlA36eIwegm > .row .container { width:20rem;height:63.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tmf8SgTG484dSxJqQHaZtTPTs2rOSTEk { width:19rem;height:28.808625rem;top:24.4375rem;left:0.5rem;font-size:1rem;display:block; }#Tmf8SgTG484dSxJqQHaZtTPTs2rOSTEk li:before{  }
 }@media only screen and (max-width: 763px) { #XtPu2NqpPLT5qQ6UlyyTXgfnN29uq4q4 { width:11.875rem;height:18rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7iD2EXTcdD5KOG5CUPt4mrP6CfI5ZBH { width:17.875rem;height:1.29980625rem;top:21.75rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa4q3TOh2Pkyo4yEze63gcw48zlH19Fs { width:7.6875rem;height:16.1953125rem;top:1.3125rem;left:12.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QTwrnRbsZTFzltRA1Ep2J0bZ0STWh9w7 { width:10.8125rem;height:1.6875rem;top:54.1875rem;left:8.4375rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #unVhotQiGPlqT05mDiwtqI3IrG1cTA2T { width:5.4375rem;height:1.54296875rem;top:54.3125rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTF6EzDdMTBO5TCQNF0vUthTgT75VnxD { width:5rem;height:0.0625rem;top:55rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMCt0wMpgsgKEMDICFKdcCXNcRZQ6xds { width:5rem;height:0.0615234375rem;top:55.8759765625rem;left:2.46875rem;z-index:15052;display:none; }
 }@media only screen and (max-width: 763px) { #VlHG5c7vUU3yfeirNXBOmgES8QgmxuwG { width:18.25rem;height:3.875rem;top:57.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlxKQLFQf0i0Mo8yTB3WfSubvzuTTpwT { display:block; }
 }@media only screen and (max-width: 763px) { #CopP0JWcgGmpph43cQHuGfCISKoB32Qz { width:20rem;height:4.125rem;top:3.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1e36MEy5AfeTvBhFyBDgr9qNt1gOqdt { display:block; }#m1e36MEy5AfeTvBhFyBDgr9qNt1gOqdt > .row .container { width:20rem;height:64.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXv8w9OTvVbpXSOlEwugKwugToW3vzhb { width:8.1875rem;height:12.3125rem;top:3.9375rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #btwU69TpCOBVuBdcSZTLJEut8dv70rWF { width:7.8125rem;height:0;top:8.9375rem;left:12.1875rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#200f43;display:none; }
 }@media only screen and (max-width: 763px) { #RGAM7osvdxOpGOxwI3LpDUIAeM9kI9qB { width:19rem;height:36.39453125rem;top:18.84375rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wy6lEcTgIKoxO3ykBJZuLObRwwTRsus8 { width:9.125rem;height:1.3496125rem;top:56.40625rem;left:9.5rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsuZrK1ufawAvcVLbd6uz1L8xbeekDSE { width:7.1875rem;height:1.54296875rem;top:56.3125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6JLGb7Cm66D0bcDBH8BWWRKXmus5V89 { width:5rem;height:0.0625rem;top:57rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #afBttsVPwoKBdHZR5KR2o52hQ0M8ZyLM { width:7.8125rem;height:8.5488125rem;top:5.96875rem;left:12.1875rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;z-index:15016;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #d24R4Am1clgqoCCapO61Ir2nJTLgZ1hQ { width:18.25rem;height:3.875rem;top:59.34375rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQGue59B12TrO6ypBf2t9lV7v65byKv0 { display:block; }
 }@media only screen and (max-width: 763px) { #bK67S1scMbFQ08MOrgIB9ZAiGnxkc1PN { width:20rem;height:2.4375rem;top:2rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nk6F79swu4kJefqRgGhqAGfcJFWzuqsl { display:block; }#Nk6F79swu4kJefqRgGhqAGfcJFWzuqsl > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oplBfk67bTlTS42yhcI0GHdTHh8VTbcE { width:7.8125rem;height:9.973625rem;top:5.9375rem;left:12.1875rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UWhdfLE67eH6iWiPTbV6utOreQA7tFwi { width:12.25rem;height:15.0625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av3z6hfrrTew4RXr7UlHeR0J6fSyo7wr { width:17.875rem;height:1.29980625rem;top:22.25rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f46o7uTCTuR4P4gQDVeGGhiyHWGynvEE { width:18.999309539795rem;height:32.5205rem;top:24.7529296875rem;left:0.498046875rem;font-size:1rem;display:block; }#f46o7uTCTuR4P4gQDVeGGhiyHWGynvEE li:before{  }
 }@media only screen and (max-width: 763px) { #LAaagBDSJQCyxhp4WX3hWEe2XSp4tybd { width:20rem;height:2.4375rem;top:2.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GvMtrMFe93hEEl3kiKe8R3NSTwXRMrMe { width:7.1875rem;height:1.54296875rem;top:58.25rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmw9LeBDDVJXyAEngkoTymScxuh4nQKE { width:5rem;height:0.0625rem;top:58.875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZrPPSIll0E3b6tU1ChVxnwqszEUmuRs { width:9.0625rem;height:1.3496125rem;top:58.34375rem;left:9.9375rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4r7CkPQOo6CV7RMO5TvHdDkitmhiqPh { width:18.25rem;height:3.875rem;top:60.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEXliDQRn9bmo3GKNsOONlO6TbUFmCrp { display:block; }
 }@media only screen and (max-width: 763px) { #HBo9z92fGNExel1NJKMo4XlckJ8MBTz1 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/0fce7b1d-b476-45af-9667-5f120146e57a/header_mobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#HBo9z92fGNExel1NJKMo4XlckJ8MBTz1.adaptive-delivery-prevent-bg, #HBo9z92fGNExel1NJKMo4XlckJ8MBTz1.lazyload, #HBo9z92fGNExel1NJKMo4XlckJ8MBTz1.lazyloading { background-image: none; }#HBo9z92fGNExel1NJKMo4XlckJ8MBTz1 > .row .container { background-color: transparent; background-image: none; }#HBo9z92fGNExel1NJKMo4XlckJ8MBTz1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBo9z92fGNExel1NJKMo4XlckJ8MBTz1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBo9z92fGNExel1NJKMo4XlckJ8MBTz1 > .row .container > .video-iframe-container { display: none; }#HBo9z92fGNExel1NJKMo4XlckJ8MBTz1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBo9z92fGNExel1NJKMo4XlckJ8MBTz1 > .row > .video-iframe-container { display: none; }#HBo9z92fGNExel1NJKMo4XlckJ8MBTz1 > .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); }#HBo9z92fGNExel1NJKMo4XlckJ8MBTz1 > .row .container { width:20rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuT79IGZy2Eerpn2d5MMf9ya4oty6DZ6 { top:1.71875rem;left:2.15625rem;width:15.6875rem;height:2.11230625rem;z-index:15000;color:#bc8e5f;font-size:1.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L09cE3SgcJCbFyoRKOTJEdybWUMpUH9T { top:5.15625rem;left:0rem;width:19.6875rem;height:2.5996125rem;z-index:15001;color:#bc8e5f;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MkrffpiT9l4E0rAzaQWzbXxBo8iRGl6N { width:20rem;height:3.875rem;top:21.375rem;left:0rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #S0zuSJ4UUBAczXB4hyadXNVKK2ZxHoqo { display:block; }
 }@media only screen and (max-width: 763px) { #NEbzR79cOsD87AixGumqSzZOaXCrxkVk { display:block; }#NEbzR79cOsD87AixGumqSzZOaXCrxkVk > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVCWx5ECBOWisg2VzzSZCUrfh5ZDN7Fg { width:20rem;height:3.875rem;top:0rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #BN6aClgEcTLrzRkG33vrmRdyqCBAUwMo { display:block; }
 }@media only screen and (max-width: 763px) { #QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 { display:block; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ww4qOQIW9dy9GCTmVPeOhlnTFJ20eLUl { width:20rem;height:3.1484375rem;top:7.3623046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp42w5lJsLdmqaeIITc4QQT5cecM3h3r { width:20rem;height:4.19921875rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIwpue0HyL1ALtrnG64td0qAsTUNrE3G { display:block; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container { width:20rem;height:25.94921875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZNGk4NfUfH1xA7Vz5Kftl2g6zHJeDGQ { width:5rem;height:5rem;top:0rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7VQTDpZAGtMH74yN7K9kPJ0RQ1kLEmf { width:18.125rem;height:1.57421875rem;top:5.1875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCIEzrZx5QU8EivsfcysQ0ZiFiV38743 { width:7.8125rem;height:2.54980625rem;top:1.25rem;left:6.125rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTwWBxkV9kVV3Ax5ZLaSikempDw78H8t { width:7.8125rem;height:2.54980625rem;top:10.4375rem;left:6.125rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1fCARvzUTbVSNR2dTlh8T47tykmQfdl { width:5rem;height:5rem;top:9.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ66c9STWRmTBIKpesTmHfgeWKrEFAeh { width:18.125rem;height:1.57421875rem;top:14.8125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgTrdJdTLbvxpJNamsRUNUDkq1FwzneQ { width:9.375rem;height:2.54980625rem;top:20.0625rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT76kKFvhxUAFn5VRaEXO4AeOpdDSWho { width:5rem;height:5rem;top:18.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSm6dhZtM1fSNwUAB611Frh9K7eJKEU4 { width:18.125rem;height:1.57421875rem;top:24.375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs { display:block; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ { display:block; }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZpgXa2MEaPGCaEepsKCpUCDNbQABGg6L { width:18.1875rem;height:4.3496125rem;top:1.625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGE2vHZvzqB2Evyv4fC2QEgkebJFFuZ4 { width:19rem;height:3.1484375rem;top:7rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwJZA6wORnmWWtvboUlA05ewPTOparDc { display:block; }#zwJZA6wORnmWWtvboUlA05ewPTOparDc { background-color: transparent; background-image: none; }#zwJZA6wORnmWWtvboUlA05ewPTOparDc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwJZA6wORnmWWtvboUlA05ewPTOparDc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwJZA6wORnmWWtvboUlA05ewPTOparDc > .row .container > .video-iframe-container { display: none; }#zwJZA6wORnmWWtvboUlA05ewPTOparDc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwJZA6wORnmWWtvboUlA05ewPTOparDc > .row > .video-iframe-container { display: none; }#zwJZA6wORnmWWtvboUlA05ewPTOparDc > .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); }#zwJZA6wORnmWWtvboUlA05ewPTOparDc > .row .container { width:20rem;height:47.5rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FvJxSWEy3pIGm168GTga0GDAvGapSxw6 { width:20rem;height:33.6875rem;top:11.6767578125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Kenv7EQUbmiQ9TMrVTbMyOihTVud2amR { width:20rem;height:13rem;top:26.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QpM7HxOrTf2eoMlfvopHd5Ea3SyMoJIk { width:7.4375rem;height:1.19921875rem;top:7.4375rem;left:10.65625rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HSV7VOmK0yip6lMxQbd9NXdhbtJeFe9x { width:5rem;height:0.0625rem;top:5.125rem;left:11.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #D6S5aeNWumctAQhqO1UJcKRm9tX2a8HN { width:6.125rem;height:1.4619125rem;top:4.4375rem;left:11.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MwLd58fBRxRm4E5xrbZK0EiA0bLH05c8 { width:6rem;height:1.4619125rem;top:8.8125rem;left:11.375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #isHL44vgqTb5nVmiAnq2SlnGi7uuc1Jp { width:16.875rem;height:0.0625rem;top:19rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVypmTt8KdW94NTMEBNDaR0RtTUoUKwU { width:15.5625rem;height:0;top:13.03125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #a7m3b0FQATtEuLd9mdJ8xiuto9COoLxN { width:17.75rem;height:18.19725rem;top:20.6875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffqOo88MnNdpiAg7OsHi5wJLI034OuZ7 { width:9.125rem;height:9.125rem;top:2.5557861328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJ3mXMFb0dhfzIPn7G9AsTka7x0vScS7 { width:18.25rem;height:3.875rem;top:39.8017578125rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMJnMp6fTFEUirQZ8Q8gadQfgv0msRox { display:block; }
 }@media only screen and (max-width: 763px) { #zvCsqhw2kF9gWsHVNPOLdsaMkvyr5W8n { width:15.5625rem;height:5.199225rem;top:12.875rem;left:2.21875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #I0xSy0BZTrD42sF21c7sMPOpOleJTXOZ { display:block; }#I0xSy0BZTrD42sF21c7sMPOpOleJTXOZ { background-color: transparent; background-image: none; }#I0xSy0BZTrD42sF21c7sMPOpOleJTXOZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0xSy0BZTrD42sF21c7sMPOpOleJTXOZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0xSy0BZTrD42sF21c7sMPOpOleJTXOZ > .row .container > .video-iframe-container { display: none; }#I0xSy0BZTrD42sF21c7sMPOpOleJTXOZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0xSy0BZTrD42sF21c7sMPOpOleJTXOZ > .row > .video-iframe-container { display: none; }#I0xSy0BZTrD42sF21c7sMPOpOleJTXOZ > .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); }#I0xSy0BZTrD42sF21c7sMPOpOleJTXOZ > .row .container { width:20rem;height:36.4375rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vnIqkxz9kM48088qXNqzmBm44OnMvxXR { width:20rem;height:25.1875rem;top:9.75rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #G5cl9L83dniFAIn3Rs1iscZxdSCwsExy { width:20rem;height:13rem;top:28.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vy7mumUbmTHzL3oD8Myd6mEMHd5IJHys { width:7.4375rem;height:1.19921875rem;top:4.875rem;left:10.96875rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yDT7mJigvwEFE9iT36zauxVONGH42itA { width:5rem;height:0.0625rem;top:2.9375rem;left:12.1875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kTm0Mywk3eVDtckZaqqlTOQ7OoAQBSBy { width:6.125rem;height:1.4619125rem;top:2.25rem;left:11.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bHnd4x8TcO6KaHKZ7FBwGuaIDaEsxht8 { width:6rem;height:1.4619125rem;top:6.375rem;left:11.625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tTrumwssVgamFONEfVGBUQmdDgkvJc7h { width:18.25rem;height:3.875rem;top:29.4375rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8uc5gSKI0cgaqkWwHsd686twAugqBCz { display:block; }
 }@media only screen and (max-width: 763px) { #G41Tqb7PHOUHWxMmXcI42FW3PQKzCu2P { width:15.9375rem;height:2.5996125rem;top:11.4375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqhiVU9kKJTHyWtg12xvKorXy6fzFSGQ { width:17.375rem;height:3.8994125rem;top:15.875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7tUb0o3Ja2aRMP8vWGf64PxaAENrBOo { width:6.125rem;height:0;top:2.649169921875rem;left:13.875000119209rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15044;display:none; }
 }@media only screen and (max-width: 763px) { #WWHOWmgXP14DqHx5lAz9DIZeo3TPzhrM { width:9.125rem;height:9.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4uqB4E8RSg2ouT3vTzSFVIdgppirPp1 { width:12.375rem;height:7.749rem;top:20.5rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#x4uqB4E8RSg2ouT3vTzSFVIdgppirPp1 li:before{  }
 }@media only screen and (max-width: 763px) { #flBmf8O18oUnS5XhkXUKeOourFMpHTU2 { display:block; }#flBmf8O18oUnS5XhkXUKeOourFMpHTU2 { background-color: transparent; background-image: none; }#flBmf8O18oUnS5XhkXUKeOourFMpHTU2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flBmf8O18oUnS5XhkXUKeOourFMpHTU2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flBmf8O18oUnS5XhkXUKeOourFMpHTU2 > .row .container > .video-iframe-container { display: none; }#flBmf8O18oUnS5XhkXUKeOourFMpHTU2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flBmf8O18oUnS5XhkXUKeOourFMpHTU2 > .row > .video-iframe-container { display: none; }#flBmf8O18oUnS5XhkXUKeOourFMpHTU2 > .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); }#flBmf8O18oUnS5XhkXUKeOourFMpHTU2 > .row .container { width:20rem;height:41.5625rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ti0WfHuXtTGdWdLJ5gRFEfAwaT3vGwJq { width:20rem;height:9.0625rem;top:10.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uRvKk6xXEEdmqF1nr3aOV229tT7CsuTv { width:7.4375rem;height:1.19921875rem;top:4.5rem;left:11rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Fr06CQ80mBuFArc7x5sryMMN9SisiZyJ { width:5rem;height:0.0625rem;top:3rem;left:12.21875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EftlpIViGx3uMLG0KBSeWUzuqSMx8mdE { width:6.125rem;height:1.4619125rem;top:2.3125rem;left:11.65625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zFd9hgvHa21bIphWPFDH5cyqeMyEHhA1 { width:6rem;height:1.4619125rem;top:5.8125rem;left:11.75rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #P3s2uJXepI1TN5NLeIeMJoy7bUKILaka { width:18.25rem;height:3.875rem;top:35.3125rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra6FqOGqc7iXlZWtB0TckE7GR066T1Vm { display:block; }
 }@media only screen and (max-width: 763px) { #uKqkZamC4bIXaKf53gtBNMomtoTAsiIS { width:17.1875rem;height:0;top:10.8125rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZM8X1xAQ9nHI57emZRBO7pAFSeKIinQ { width:9.125rem;height:9.125rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/x2ovfRBb/Jak_budowa_swoj_karier_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15030;display:block; }#NZM8X1xAQ9nHI57emZRBO7pAFSeKIinQ.adaptive-delivery-prevent-bg, #NZM8X1xAQ9nHI57emZRBO7pAFSeKIinQ.lazyload, #NZM8X1xAQ9nHI57emZRBO7pAFSeKIinQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #R17oa1hPdP0DlPayZFAbieT2ErtX14LK { width:17rem;height:16.8974375rem;top:16.33203125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HGT1GyNNHTl4xhwvbsxNIo36cKVPLIWb { width:20rem;height:31.4375rem;top:9.0625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KPeLVfMbdfVMgAdqerOiOwqy090cAyyd { width:6.25rem;height:0;top:40.374540328979rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKXA2QebB1mK91SIEISOTCAxUVVLGtrO { width:17.1875rem;height:3.89941875rem;top:10.625rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #fwPkDiDPWzyDrzCVCnbgbbzi7ItraJnt { display:block; }#fwPkDiDPWzyDrzCVCnbgbbzi7ItraJnt { background-color: transparent; background-image: none; }#fwPkDiDPWzyDrzCVCnbgbbzi7ItraJnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwPkDiDPWzyDrzCVCnbgbbzi7ItraJnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwPkDiDPWzyDrzCVCnbgbbzi7ItraJnt > .row .container > .video-iframe-container { display: none; }#fwPkDiDPWzyDrzCVCnbgbbzi7ItraJnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwPkDiDPWzyDrzCVCnbgbbzi7ItraJnt > .row > .video-iframe-container { display: none; }#fwPkDiDPWzyDrzCVCnbgbbzi7ItraJnt > .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); }#fwPkDiDPWzyDrzCVCnbgbbzi7ItraJnt > .row .container { width:20rem;height:44.9375rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0sFqFuRIhiovGPorZeeSWPDfBA5r44n { width:20rem;height:9.0625rem;top:10.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3MtwITwNHQPmpDD0pUdqwTTnirrTdcb { width:7.4375rem;height:1.19921875rem;top:4.5rem;left:11rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ykitumdEHFOFibPtBpeHQsLmgrVMThpX { width:6.125rem;height:1.4619125rem;top:2.3125rem;left:11.65625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l0ET26TVwnt6WThkLOaGSNgZ4GlgZ4rc { width:6rem;height:1.4619125rem;top:5.8125rem;left:11.75rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RZsVfLgtgiHSecfdnfnqF1dDEJMG1JSl { width:18.25rem;height:3.875rem;top:38.4365234375rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVM9TsPlHzfSfiBI5yfxGGpgJ66W4HC5 { display:block; }
 }@media only screen and (max-width: 763px) { #zUpMVbTKQgVrSq4gJRCRtBrpcUpOCawW { width:17.1875rem;height:0;top:10.8125rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKHZTLXIrcSsrqKSI3aErxwUE24eZTIm { width:17rem;height:9.098625rem;top:13.9375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #b3C1ivQQywEu8FJrWMDGDfOK8rcNy86A { width:20rem;height:34.375rem;top:9.0625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CBRdMaaDtHuT8ItcAQrFamrUGllem4ke { width:6.25rem;height:0;top:40.374540328979rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CePWAH2WPm8T1BNT7gnFDpT3rT5iLVpr { width:17.1875rem;height:2.5996125rem;top:10.625rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #DtSpbTwTJSTr8hBxSOchSFEOgWHgIok0 { width:9.125rem;height:9.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoGkT2ZpDcPvSIl0mou10RE0gNFRvEs0 { width:17.75rem;height:11.3359375rem;top:24.9765625rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;color:#000000;display:block; }#AoGkT2ZpDcPvSIl0mou10RE0gNFRvEs0 li:before{  }
 }@media only screen and (max-width: 763px) { #kzIfIuMPdrA1TIJcm79oAXfxqJ0WRdqS { width:5rem;height:0.0625rem;top:3.01171875rem;left:12.21875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #fJxX09pOWtIoehPDvVQ4iDwt85mQ7fCw { display:block; }#fJxX09pOWtIoehPDvVQ4iDwt85mQ7fCw { background-color: transparent; background-image: none; }#fJxX09pOWtIoehPDvVQ4iDwt85mQ7fCw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJxX09pOWtIoehPDvVQ4iDwt85mQ7fCw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJxX09pOWtIoehPDvVQ4iDwt85mQ7fCw > .row .container > .video-iframe-container { display: none; }#fJxX09pOWtIoehPDvVQ4iDwt85mQ7fCw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJxX09pOWtIoehPDvVQ4iDwt85mQ7fCw > .row > .video-iframe-container { display: none; }#fJxX09pOWtIoehPDvVQ4iDwt85mQ7fCw > .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); }#fJxX09pOWtIoehPDvVQ4iDwt85mQ7fCw > .row .container { width:20rem;height:45.9375rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0bGuAKed0oyF4gkmXk7lEOSHSJoF6ig { width:20rem;height:34.4375rem;top:9.0625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nnHvrqxAIBUrBaARreP15yrnLETrSixQ { width:20rem;height:6.8125rem;top:44.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yK9Iip5wVLmTm9vI8zfbhzvRxlDLMqG4 { width:7.4375rem;height:1.19921875rem;top:5.375rem;left:10.8125rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vCzVSsSnzhkMxyKlkkwnipqoCTsoTXJd { width:5rem;height:0.0625rem;top:2.4375rem;left:12.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByT1lipJE2CsLIMXPAcnLO4vazT3GC9K { width:7.0625rem;height:1.4619125rem;top:2.4375rem;left:11rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AO7WQHamx5qqEoyiIhsiMltkWUtHnNvb { width:6rem;height:1.4619125rem;top:6.75rem;left:11.53125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VDcruok0VqJDKhLQno3hz5AOa5lwpm6h { width:18.25rem;height:3.875rem;top:38.681640625rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHQkdeRuoITWOaVF13vtQvuXt5o4mQXI { display:block; }
 }@media only screen and (max-width: 763px) { #a9upmdZBEBTdn7dCcIoM96HaNJN2sSTK { width:17.1875rem;height:6.499025rem;top:10.75rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMQaZTwNTKsnn63SGupD04GUzuxzkcct { width:9.125rem;height:9.125rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/h8bMtmch/moje_kluczowe_kroki_do_zbudowania_wielomilionowego_biznesu_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tMQaZTwNTKsnn63SGupD04GUzuxzkcct.adaptive-delivery-prevent-bg, #tMQaZTwNTKsnn63SGupD04GUzuxzkcct.lazyload, #tMQaZTwNTKsnn63SGupD04GUzuxzkcct.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qHMrwylHDd7CFXAbwlmvvP12lkAp1Tia { width:17.25rem;height:18.19725rem;top:18.4375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDS1RwTJc8orQzZp8BxWE87HgeMS7Ppm { width:5rem;height:0.0625rem;top:3.13671875rem;left:12.03125rem;z-index:15047;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LUNaNr232G5KTtvonUPfVs4IT8AxHWIF { display:block; }#LUNaNr232G5KTtvonUPfVs4IT8AxHWIF { background-color: transparent; background-image: none; }#LUNaNr232G5KTtvonUPfVs4IT8AxHWIF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUNaNr232G5KTtvonUPfVs4IT8AxHWIF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUNaNr232G5KTtvonUPfVs4IT8AxHWIF > .row .container > .video-iframe-container { display: none; }#LUNaNr232G5KTtvonUPfVs4IT8AxHWIF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUNaNr232G5KTtvonUPfVs4IT8AxHWIF > .row > .video-iframe-container { display: none; }#LUNaNr232G5KTtvonUPfVs4IT8AxHWIF > .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); }#LUNaNr232G5KTtvonUPfVs4IT8AxHWIF > .row .container { width:20rem;height:44.375rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVhf1SuB6xTby6crTbFFuxp8J6Qm52nC { width:20rem;height:33.9375rem;top:9.0625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wNuqFykpqGyedeRIQc0UPrZpxATxHnTG { width:20rem;height:13rem;top:28.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q1UO4sRful9aS2QNW4Jvg0zLirdSoMgs { width:7.4375rem;height:1.19921875rem;top:5.5rem;left:11.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tykCUUJtEb1y4VOAbIv7NqpMR0X33Xt6 { width:5rem;height:0.0625rem;top:3.125rem;left:12.40625rem;z-index:15052;display:none; }
 }@media only screen and (max-width: 763px) { #VreiGakS55hhgxLhKyQD5x09ugShmIkL { width:6.125rem;height:1.4619125rem;top:2.4375rem;left:11.84375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #i6oegf5vKTbg31pWLp2d3mwBn1uJcmhI { width:6rem;height:1.29980625rem;top:6.9375rem;left:11.90625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #F85AslJuaggI8bT8cSq85idQkGtARkim { width:18.25rem;height:3.875rem;top:37.5rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL2gfChoCqvdNrSI4WUy1dbburlRqm2c { display:block; }
 }@media only screen and (max-width: 763px) { #qUxvBwJsTAWxpsODkTZCglNL9iaeNCFg { width:17.1875rem;height:2.5996125rem;top:11rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf8Wb9w8uHU82IttcCTW06oeAeXdTyM0 { width:16.3125rem;height:20.796875rem;top:14.9140625rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsapQwSUHxVkmJIVVuGHF24gxvQF5qPh { width:5rem;height:0.0625rem;top:3.0332641601562rem;left:12.56203854084rem;z-index:15046;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Gv4gt8vk38rFZthzZRkvZv1b04to00di { width:9.3125rem;height:9.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3BsQNMTnQcGSmFmOzBDwID1QupJVThv { display:block; }#C3BsQNMTnQcGSmFmOzBDwID1QupJVThv { background-color: transparent; background-image: none; }#C3BsQNMTnQcGSmFmOzBDwID1QupJVThv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3BsQNMTnQcGSmFmOzBDwID1QupJVThv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3BsQNMTnQcGSmFmOzBDwID1QupJVThv > .row .container > .video-iframe-container { display: none; }#C3BsQNMTnQcGSmFmOzBDwID1QupJVThv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3BsQNMTnQcGSmFmOzBDwID1QupJVThv > .row > .video-iframe-container { display: none; }#C3BsQNMTnQcGSmFmOzBDwID1QupJVThv > .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); }#C3BsQNMTnQcGSmFmOzBDwID1QupJVThv > .row .container { width:20rem;height:43.9375rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lP2SWQS0K5Lvu4kOrI0AqpNDzLeGNo3x { width:20rem;height:32.9375rem;top:9.0625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kuHiEsnWqNn0XtX6dfrD0tlTiTknT1mA { width:20rem;height:13rem;top:28.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qz0shKxOs8lKp8NwMD1oL9M1d0RKXxvv { width:7.4375rem;height:1.19921875rem;top:5.5625rem;left:11.0625rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NLkt6qK7guxWy1pBPBdsRtx3Cl9qKCyB { width:5rem;height:0.0625rem;top:3.0625rem;left:12.28125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GI7warJVbd47VCvx1VkXAPw8BNfpBwT5 { width:6.125rem;height:1.4619125rem;top:2.375rem;left:11.71875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sADvT4bXSP9Uwp1e82XRKJpfI8ZkHbcr { width:6rem;height:1.4619125rem;top:7.1875rem;left:11.78125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HLfGtNVnITbs7swEmXmKrS18VMEIRbLr { width:18.25rem;height:3.875rem;top:36.0263671875rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFcFSBKz35bvzzcOETVLSUTa8A73FoSl { display:block; }
 }@media only screen and (max-width: 763px) { #JAeTm4ttl1sIWKdwEDFNUzVTJLlZ9ceC { width:17.1875rem;height:5.19921875rem;top:10.3125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFV8TTZkfQuElk5xthyOC2wtXZtyGCSO { width:9.125rem;height:9.125rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/bUoaaQMG/5_najczciej_popenianych_bdw_przy_budowaniu_zespou.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DFV8TTZkfQuElk5xthyOC2wtXZtyGCSO.adaptive-delivery-prevent-bg, #DFV8TTZkfQuElk5xthyOC2wtXZtyGCSO.lazyload, #DFV8TTZkfQuElk5xthyOC2wtXZtyGCSO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xTWFm3JGyD61r0M57fkDi9FzXWU74ETL { width:17.1875rem;height:16.8974375rem;top:18.3388671875rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs { display:block; }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tnFecGTOOTPifqinovnslEZgcvRVHQX7 { width:20rem;height:1.57421875rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mybL0g5yzorQyAtgLa55UxIdwTx9bw0P { width:19.0625rem;height:12.998025rem;top:5.25rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZNXErKrpXnolHNpGI9gqu6HG2Ll2rOB { width:18.5rem;height:3.875rem;top:20.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMkoJatBNDVULunc7F706mraouI3WLTb { display:block; }
 }@media only screen and (max-width: 763px) { #Lk2QBB3RvhfkIJrAlVD0uFXhUswX4sqK { display:block; }#Lk2QBB3RvhfkIJrAlVD0uFXhUswX4sqK > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }