.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4eb65e49-98bc-40e8-971f-a144dcb16c74/Projektbeztytuu25.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:54.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#obtWwfDKBoUQgxUmBqu0Jg1bdEUq0XvN { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"marck script";font-size:10.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5121529102326rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#NDocPVF5LefmcPQo3A4RRlUntEJUdAKd { background-color:#e12529;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.0625rem 0rem #720000 ;box-sizing:border-box;color:#ffffff;text-shadow:0rem 0.0625rem 0rem rgba(114,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.1875rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.750000953674rem;left:17.90625rem;display:block; }
#qlIfdSQDdUhJruiNioKDyqAisCeEWQqR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LuxHy1hsZKssNyTKWN6D8Ur3TcN5eRvZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.8125rem;width:25.8125rem;top:8.3750019073488rem;left:17.09375rem;overflow:hidden;display:block; }
#clp5xkEKKitEpqE910GFnpNA9aOGVQpZ { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5122139453888rem;left:21.71875rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HFXNsI3WogJCouibl2vq9ctLuS5mEGSd { background-color:#e12529;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.0625rem 0rem #720000 ;box-sizing:border-box;color:#ffffff;text-shadow:0rem 0.0625rem 0rem rgba(114,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:46.687501907349rem;left:21.34375rem;display:block; }
#wDNzAeSveCH3OHynNGV5c6B6kFV95D7b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IF1i70as5LaHq3QUCGtlu1Nel5T3QVhp { background-color:#e12529;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.0625rem 0rem #720000 ;box-sizing:border-box;color:#ffffff;text-shadow:0rem 0.0625rem 0rem rgba(114,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:41.6875rem;left:17.75rem;display:block; }
#Gap9e0GzKUEHnCVvbongLbw5V9e9BxdN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CHt93blukQlyuOlRUulRkn8ILnwT6MKX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row .container { background-color: transparent; background-image: none; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row .container > .video-iframe-container { display: none; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row > .video-iframe-container { display: none; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .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); }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row .container { border-width: 0; border-radius: 0; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:60rem;position:relative;display:block; }#tSGmtNW3Xn2ylVUmeS1p7sQ8htU07ORt { color:#282828;display:block;width:30.0625rem;position:absolute;font-family:lato;font-size:3.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.310763835907rem;left:0rem;height:3.98125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lembd7lRpUoJFxMKrGpLFkZ302FAu6rR { color:rgba(40,40,40,0.7);display:block;width:30.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7rem;left:0rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F7GOdm7GavKpywmQclJLhmMzrVNUmMIT { position:absolute;display:block;z-index:15004;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:9.5rem;left:0rem;display:block; }
#LgOxdx6CRkKPzeLdZH7Kvw5JMUTw5TgA { color:rgba(40,40,40,0.7);display:block;width:25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:10.686632156372rem;left:0rem;height:24.7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N2mvn6TLOPELTTUmRJr8RGsCFo8veDrW { position:absolute;display:block;z-index:15006;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:10.25rem;top:2.8125000800937rem;left:30.78125rem;overflow:hidden;display:block; }
#zRSEEWmrRynPF2GSdiys7Jkuq7MIkRX6 { position:absolute;display:block;z-index:15007;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:10.3125rem;top:19.091145833954rem;left:45.312503814698rem;overflow:hidden;display:block; }
#yfQ8NIqLHXHkoD0Ns1y9V5pGcINOsOeu { position:absolute;display:block;z-index:15008;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:10.3125rem;top:19.091145833954rem;left:30.75rem;overflow:hidden;display:block; }
#uTVG8264gyQEFA5UDJreCxpJazTvq0UK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:10.4375rem;top:2.8125000800937rem;left:45.312503814698rem;overflow:hidden;display:block; }
#heXUlC4XRUGu4mJ1LD4mHv4MXZm0Q4c5 { position:absolute;display:block;z-index:15004;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:8.1875rem;left:0rem;display:none; }
#d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f088ea6-54bd-4749-b933-1be6157a5136/BeowaCiemnoniebieskaPomaraczowaRcznieRysowaneLekcjaEdukacjaStrona.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru.adaptive-delivery-prevent-bg, #d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru.lazyload, #d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru.lazyloading { background-image: none; }#d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru > .row .container { background-color: transparent; background-image: none; }#d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru > .row .container > .video-iframe-container { display: none; }#d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru > .row > .video-iframe-container { display: none; }#d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru > .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); }#d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru > .row .container { border-width: 0; border-radius: 0; }#d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:60rem;position:relative;display:block; }#Lk3DQEQm0LoNI2e2x1CUBcPOzbQKy0XJ { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:5.375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:6.9875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HZwnIatrhTxLRoIDEceEe0skCa3ECLag { position:absolute;display:block;z-index:15011;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:14.75rem;top:11.112002849579rem;left:0rem;display:block; }
#BHZvHNKA3Lyb2uOQFys5iSpSEOTlryve { color:rgba(255,255,255,0.7);display:block;width:34.375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:12.875rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T5o55xZwUkkzmal92EShtbw0PMUnRDyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f088ea6-54bd-4749-b933-1be6157a5136/BeowaCiemnoniebieskaPomaraczowaRcznieRysowaneLekcjaEdukacjaStrona.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT.adaptive-delivery-prevent-bg, #T5o55xZwUkkzmal92EShtbw0PMUnRDyT.lazyload, #T5o55xZwUkkzmal92EShtbw0PMUnRDyT.lazyloading { background-image: none; }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row .container { background-color: transparent; background-image: none; }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row .container > .video-iframe-container { display: none; }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row > .video-iframe-container { display: none; }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .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); }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row .container { border-width: 0; border-radius: 0; }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;position:relative;display:block; }#zUz2enlNV954v0kc58yDT1c2epoDOynP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28.125rem;width:50.0625rem;top:2.1874799728394rem;left:4.96875rem;display:block; }
#MT8EgVlKKNSnLlGwlXEdB7McoRsXw1wu { position:relative;display:none; }#MT8EgVlKKNSnLlGwlXEdB7McoRsXw1wu { border-width: 0; border-radius: 0; }#MT8EgVlKKNSnLlGwlXEdB7McoRsXw1wu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MT8EgVlKKNSnLlGwlXEdB7McoRsXw1wu > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TQdJwsgHQ8v3tTIaK4dwQ59lNwH4qmf7 { background-color:#ef0f0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:13.7763671875rem;left:18rem;display:none; }
#egMleXBwEdVkEPSR8GJKOudtnCILCaJV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JlM5PvphQ2fP2i24zl8myNsmwcCtGdwx { color:rgba(0,0,0,0.7);display:block;width:60rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:7.3125rem;left:0rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#I4BgENgGPsw2FmP0pJoq7fGNwKJN0zVa { position:relative;display:none; }#I4BgENgGPsw2FmP0pJoq7fGNwKJN0zVa { border-width: 0; border-radius: 0; }#I4BgENgGPsw2FmP0pJoq7fGNwKJN0zVa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#I4BgENgGPsw2FmP0pJoq7fGNwKJN0zVa > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hxWBVoWU9X84fw9TVxeGZRfEWn2WBvnM { color:#545454;display:block;width:60rem;position:absolute;font-family:lato;font-size:4.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.7126684188843rem;left:0rem;height:10.7239375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#LiPUsAKlWkEVwNcHbQOL2WVnHTpmwQzQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LiPUsAKlWkEVwNcHbQOL2WVnHTpmwQzQ > .row .container { border-width: 0; border-radius: 0; }#LiPUsAKlWkEVwNcHbQOL2WVnHTpmwQzQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LiPUsAKlWkEVwNcHbQOL2WVnHTpmwQzQ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#myJmvTA8urIBvw01TN9RfLIsTekkJeyk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1a3a3fbd-4a0e-4b49-8bb5-a04536486ed6/Projektbeztytuu38.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#myJmvTA8urIBvw01TN9RfLIsTekkJeyk.adaptive-delivery-prevent-bg, #myJmvTA8urIBvw01TN9RfLIsTekkJeyk.lazyload, #myJmvTA8urIBvw01TN9RfLIsTekkJeyk.lazyloading { background-image: none; }#myJmvTA8urIBvw01TN9RfLIsTekkJeyk > .row .container { background-color: transparent; background-image: none; }#myJmvTA8urIBvw01TN9RfLIsTekkJeyk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myJmvTA8urIBvw01TN9RfLIsTekkJeyk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myJmvTA8urIBvw01TN9RfLIsTekkJeyk > .row .container > .video-iframe-container { display: none; }#myJmvTA8urIBvw01TN9RfLIsTekkJeyk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myJmvTA8urIBvw01TN9RfLIsTekkJeyk > .row > .video-iframe-container { display: none; }#myJmvTA8urIBvw01TN9RfLIsTekkJeyk > .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); }#myJmvTA8urIBvw01TN9RfLIsTekkJeyk > .row .container { border-width: 0; border-radius: 0; }#myJmvTA8urIBvw01TN9RfLIsTekkJeyk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#myJmvTA8urIBvw01TN9RfLIsTekkJeyk > .row .container { font-size:0.875rem;font-family:arial;height:84.875rem;width:60rem;position:relative;display:block; }#IXdoPB4yCmgrJVZoxwCAATPXGOnLPVhk { position:absolute;display:block;z-index:15016;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:12.381071090698rem;left:0rem;display:block; }
#nr8XNXyBegdm5L31GTTFbagaFLndO6N6 { color:rgba(0,0,0,0.7);display:block;width:60rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:17.249120473862rem;left:0rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fTFonyMDr1R9nDQrE8KPqlRwQlveDZke { color:#545454;display:block;width:60rem;position:absolute;font-family:lato;font-size:4.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.7126684188843rem;left:0rem;height:10.725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pFlhkWDEX3HS1UgIQEi9QHBBfpkiLO9R { background-color:#ef0f0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:35.339408874512rem;left:21.25rem;display:block; }
#VlLD2fuTiJMkZtsF0hcO9ZV9KeCTTDcF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ghQRRcWm6RVT9VUoA5tdQnfyErtJkZfE { color:rgba(0,0,0,0.7);display:block;width:60rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:29.249119520187rem;left:0rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xHEAcyslniC2Kkm4vEECaJ61yWSvIa84 { color:#ef0f0f;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:22.936620473862rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ry4pQI5BG5TL9gyuLb5HTTAGlcPuV5VD { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.6875rem;width:35.4375rem;top:40.791666030884rem;left:12.28125rem;display:block; }
#UfvCr1uwwZZBdS99dp1GPCxa191EBbcH { position:absolute;display:block;z-index:15021;border-top:0.25rem solid #312e31;border-left:0.25rem solid #312e31;border-right:0.25rem solid #312e31;border-bottom:0.25rem solid #312e31;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:13.8125rem;top:63.871528625487rem;left:1.9921875rem;overflow:hidden;display:block; }
#IK8rAWTAvaZNPBoisfu67VtCUwt2PlX5 { position:absolute;display:block;z-index:15023;border-top:0.1875rem solid #353535;border-left:0.1875rem solid #353535;border-right:0.1875rem solid #353535;border-bottom:0.1875rem solid #353535;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:13.8125rem;top:63.871528625487rem;left:44.000003814698rem;overflow:hidden;display:block; }
#hpiOp9yoU9T4aSDmFrqOWLlRAvHHzZPB { position:absolute;display:block;z-index:15024;border-top:0.1875rem solid #353535;border-left:0.1875rem solid #353535;border-right:0.1875rem solid #353535;border-bottom:0.1875rem solid #353535;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:13.75rem;top:63.934028625487rem;left:23.09375rem;overflow:hidden;display:block; }
#FnK3JrkXHCqWWeVTCPZFgHgwN6RDhQ1T { color:#ef0f0f;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:22.936620473862rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pScimKKJJdUTwu1uv0pxv3PEhOq67q9G { color:rgba(0,0,0,0.7);display:block;width:60rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:17.249120473862rem;left:0rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Q0z3PE3m61xPkNsmscewH7Dh6XITyTGJ { color:rgba(0,0,0,0.7);display:block;width:60rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:29.249119520187rem;left:0rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#vWbN1PPMXsMDHw4BNZPG7rMazyM4qfJH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/00ced13d-cd28-485e-a0ce-b060f7594da0/Projektbeztytuu37.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vWbN1PPMXsMDHw4BNZPG7rMazyM4qfJH.adaptive-delivery-prevent-bg, #vWbN1PPMXsMDHw4BNZPG7rMazyM4qfJH.lazyload, #vWbN1PPMXsMDHw4BNZPG7rMazyM4qfJH.lazyloading { background-image: none; }#vWbN1PPMXsMDHw4BNZPG7rMazyM4qfJH > .row .container { background-color: transparent; background-image: none; }#vWbN1PPMXsMDHw4BNZPG7rMazyM4qfJH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWbN1PPMXsMDHw4BNZPG7rMazyM4qfJH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWbN1PPMXsMDHw4BNZPG7rMazyM4qfJH > .row .container > .video-iframe-container { display: none; }#vWbN1PPMXsMDHw4BNZPG7rMazyM4qfJH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWbN1PPMXsMDHw4BNZPG7rMazyM4qfJH > .row > .video-iframe-container { display: none; }#vWbN1PPMXsMDHw4BNZPG7rMazyM4qfJH > .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); }#vWbN1PPMXsMDHw4BNZPG7rMazyM4qfJH > .row .container { border-width: 0; border-radius: 0; }#vWbN1PPMXsMDHw4BNZPG7rMazyM4qfJH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vWbN1PPMXsMDHw4BNZPG7rMazyM4qfJH > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:60rem;position:relative;display:block; }#DQTdVkiZLHJUJHR3wTFwlx1R78CVzyJR { color:#545454;display:block;width:60rem;position:absolute;font-family:lato;font-size:4.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:26.812499523163rem;left:0rem;height:16.0859375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#U9AT54upSexMMteVJhMw6eS3PU5zrE1V { position:absolute;display:block;z-index:15009;height:31.9375rem;width:55.75rem;top:12.269965648651rem;left:2.125rem;display:block; }
#C2Tse7Um4WZ926MThzQa5lWJeVunA1CI { color:#545454;display:block;width:60rem;position:absolute;font-family:lato;font-size:4.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.0490417480469E-5rem;left:0rem;height:16.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LzbxDDEBKH3my0L0LvQrfAsf33cSygXi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3e57fdd3-6a75-4b82-a186-75500a63a88f/AdobeStock_205867423.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LzbxDDEBKH3my0L0LvQrfAsf33cSygXi.adaptive-delivery-prevent-bg, #LzbxDDEBKH3my0L0LvQrfAsf33cSygXi.lazyload, #LzbxDDEBKH3my0L0LvQrfAsf33cSygXi.lazyloading { background-image: none; }#LzbxDDEBKH3my0L0LvQrfAsf33cSygXi > .row .container { background-color: transparent; background-image: none; }#LzbxDDEBKH3my0L0LvQrfAsf33cSygXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzbxDDEBKH3my0L0LvQrfAsf33cSygXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzbxDDEBKH3my0L0LvQrfAsf33cSygXi > .row .container > .video-iframe-container { display: none; }#LzbxDDEBKH3my0L0LvQrfAsf33cSygXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzbxDDEBKH3my0L0LvQrfAsf33cSygXi > .row > .video-iframe-container { display: none; }#LzbxDDEBKH3my0L0LvQrfAsf33cSygXi > .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); }#LzbxDDEBKH3my0L0LvQrfAsf33cSygXi > .row .container { border-width: 0; border-radius: 0; }#LzbxDDEBKH3my0L0LvQrfAsf33cSygXi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LzbxDDEBKH3my0L0LvQrfAsf33cSygXi > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:60rem;position:relative;display:block; }#d2slpo04pDIwvkTb9UT7M0fVXX76XQnh { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:lato;font-size:8.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0.671875rem;height:11.2125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gu8lKt56oNQLtU9TJCSplHNaMvtpUGfn { color:rgba(40,40,40,0.7);display:block;width:30.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LmFIE6GioTacXiHHsBmIswLdfQPNgkI9 { background-color:#e12529;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.0625rem 0rem #720000 ;box-sizing:border-box;color:#ffffff;text-shadow:0rem 0.0625rem 0rem rgba(114,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:1.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:0.671875rem;display:none; }
#oLQtP3F5iqfpgd9oTskUppRONmWWJMVz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l4K6RvPGT02OFVMTNzMCHH3PNRZQESvt { background-color:#ef0f0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.3784785270691rem;left:1.1875rem;display:block; }
#TVmJLHRg0QRBuJ0aQIpqTcFoNG8k5ylW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lbv22wLcT0HxPJAXKkeRRvoT7QizzqgF { position:relative;display:none; }#lbv22wLcT0HxPJAXKkeRRvoT7QizzqgF { border-width: 0; border-radius: 0; }#lbv22wLcT0HxPJAXKkeRRvoT7QizzqgF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lbv22wLcT0HxPJAXKkeRRvoT7QizzqgF > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eGII9ubw1ZiNcTGVvphsvhNG3lwOZ76i { color:#ef0f0f;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:87.15625rem;left:6.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#BQAUcfsvClO0cX3MLQB9BTrn8u81IlQc { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:5.4375rem;left:6.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#KLOkP4b3urZ1lJKemZ1GqV3VOzHH0XHA { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:6.6545066833494rem;left:6.0625rem;height:8.3958125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SwWTvMAVBe3v2IcatHgr6zbeJ4CgvgSk { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:5.4375rem;left:6.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#S13smFLV2VUdkGxzE9dzKvSLENw0b5zG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80rem;width:60rem;display:none; }
#rnuvO9vhpnpTgPVTzi85DNsEQ7JBe112 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Ban6vgKtVBLtaa1ekEkKFl9Skmf8VzBw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aSt99WNvIulZVLRzElQos0FIVhoeIxuA { position:relative;display:none; }#aSt99WNvIulZVLRzElQos0FIVhoeIxuA { border-width: 0; border-radius: 0; }#aSt99WNvIulZVLRzElQos0FIVhoeIxuA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aSt99WNvIulZVLRzElQos0FIVhoeIxuA > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oGV9K2QwGLFnftsFTtsAkDD4N6yZvoJT { position:absolute;display:block;z-index:15010;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:4.5rem;left:0rem;display:none; }
#hAiyUiube1cTKa1gop1d23WTkPuiSvLN { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:4.4375rem;top:5.25rem;left:0rem;overflow:hidden;display:none; }
#r2rTcSZ53e5ATAWRVUZtvK39KVQPtbaa { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:5.4375rem;left:6.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#HnlW1af05h35qetL6OrWJh6p7cfHXdJR { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:6.6545066833494rem;left:6.0625rem;height:8.3958125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#VbekXvL8ZedNsqvdUzrERlehCtzDNHPv { position:absolute;display:block;z-index:15010;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:4.5rem;left:0rem;display:none; }
#S5im2PTP21xtgSI1Fmk0Dnvn6ichrnXb { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9635715484619rem;left:0rem;height:2.599825rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#iR3KxA0c8J8AdyIy8ZztRhrKX151bIuK { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:6.4375rem;left:27.625rem;height:5.24739375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ITJ7lFMXknaMIgpDEFET3DIxSHZOsC9b { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:5.25rem;left:27.625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#IrUXuUTOxGHv39CDSsW4HnxytoxvuyvE { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.8125rem;top:5.25rem;left:21.5625rem;overflow:hidden;display:none; }
#RzKLmoKpeXsiK1UyumW8wi8U0qFaRdTi { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:5.25rem;left:27.625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#BF9q38heWWBUMMtCmTGTlTI1fTs34mfN { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:6.4375rem;left:27.625rem;height:5.24739375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ZzZJLn72iuKkrftXJE8OXOBaEnQmqNpQ { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:4rem;top:5.25rem;left:21.5625rem;overflow:hidden;display:none; }
#HrCkoMviQsdAuJb34r3zagM4ypWTqUSu { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:5.25rem;left:27.625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#WgyRH5LIyWH8cCx3HC2GPLPFcXJ02qXT { position:relative;display:none; }#WgyRH5LIyWH8cCx3HC2GPLPFcXJ02qXT { border-width: 0; border-radius: 0; }#WgyRH5LIyWH8cCx3HC2GPLPFcXJ02qXT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WgyRH5LIyWH8cCx3HC2GPLPFcXJ02qXT > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LbfXg7B1qB0Dw0zMt87NUHo480PSBa5z { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.8125rem;left:0rem;height:2.599825rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#vglNvV3fyWAO90wIm1optZLzy0VLFbJA { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:21.25rem;left:0rem;overflow:hidden;display:none; }
#M5fduTRTA9zS8t7wF75TLQ72K4kKNxcf { position:absolute;display:block;z-index:15010;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:4.5rem;left:0rem;display:none; }
#kMdI9dcfNFkWTW3iVLmOtFoXzCIge1fU { position:absolute;display:block;z-index:15010;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:4.5rem;left:0rem;display:none; }
#zLnZuGSU5SuTqTHiQOyO6zppAmMmdHkG { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:21.4375rem;left:6.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#H0dLNfo4TCR1TKblWKKuR3olI9OwymVW { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:22.625rem;left:6.0625rem;height:7.346375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#MubdazcNJqMgFAtw10e1ehKIBD46h2kh { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:5rem;top:20.4375rem;left:20rem;overflow:hidden;display:none; }
#ZyuvvfpuuDtI5Hgr4b9s0V4kg7VTRfD2 { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:20.625rem;left:26.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TosyqQx9HauAbcDnKLmpyn38OO80iSmB { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:21.8125rem;left:26.0625rem;height:9.4453125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#tukmfcCaSMlTzPk4ZgEM8gZTzDmecuy5 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.0625rem;top:20.625rem;left:40rem;overflow:hidden;display:none; }
#SzgQkLuH3NAHGlIyUuGtTXTfCIWMuS2p { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:20.4375rem;left:46.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#GNKhiObg0JHEUtQFOehgxLaiMNN5TqeK { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15041;line-height:1.2;letter-spacing:0;top:22.875rem;left:46.0625rem;height:6.296875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#zX2KQDgRp1TXzmLU1Bos9mrebtuowTVV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zX2KQDgRp1TXzmLU1Bos9mrebtuowTVV > .row .container { background-color: transparent; background-image: none; }#zX2KQDgRp1TXzmLU1Bos9mrebtuowTVV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zX2KQDgRp1TXzmLU1Bos9mrebtuowTVV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zX2KQDgRp1TXzmLU1Bos9mrebtuowTVV > .row .container > .video-iframe-container { display: none; }#zX2KQDgRp1TXzmLU1Bos9mrebtuowTVV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zX2KQDgRp1TXzmLU1Bos9mrebtuowTVV > .row > .video-iframe-container { display: none; }#zX2KQDgRp1TXzmLU1Bos9mrebtuowTVV > .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); }#zX2KQDgRp1TXzmLU1Bos9mrebtuowTVV > .row .container { border-width: 0; border-radius: 0; }#zX2KQDgRp1TXzmLU1Bos9mrebtuowTVV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zX2KQDgRp1TXzmLU1Bos9mrebtuowTVV > .row .container { font-size:0.875rem;font-family:arial;height:177.9375rem;width:60rem;position:relative;display:block; }#QSUC003ah9QFH22QXQqrwKIvFeqBwfl9 { position:absolute;display:block;z-index:15010;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:4.5rem;left:0rem;display:block; }
#BOi5IofPMx30bAndy3nfvdyVqcIMTpXJ { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9635715484619rem;left:0rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bJbJPvlzGOZqVuKDanbxxSHGSaShGtvU { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:4.4375rem;top:5.25rem;left:0rem;overflow:hidden;display:block; }
#Dd4st9Ps75SoaU0IOJ2yJXt2EbvV3w4L { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:5.4375rem;left:6.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yn9FaWAaqJ9n6H3aHToXo0k0rU2t0gxS { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:6.6545066833494rem;left:6.0625rem;height:8.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pgl9iyaCTHP7upLXn4CUfkqJXQixM62z { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:21.25rem;left:0rem;overflow:hidden;display:block; }
#CSpU6P75Vcfi0pxlLBrkM50xqtqoFmOH { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:21.4375rem;left:6.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#noWzgABKCZ8BONqLgXT06b72KilK9QTE { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:22.625rem;left:6.0625rem;height:7.35rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vb1t7RZoufdDv3G0eQSgNyzJwvqMvhvT { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.75rem;top:5.2491302490234rem;left:20rem;overflow:hidden;display:none; }
#sp3XcfCXxzHMAogBhXhoUfJqhFMMXWlW { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:5rem;top:20.4375rem;left:20rem;overflow:hidden;display:block; }
#f2WPRWat9KutMBEAZwxSHvWidEoqhpic { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:20.625rem;left:26.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZA1ggTzstyUecVTeGm2IyaNqLguagHie { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:21.8125rem;left:26.0625rem;height:9.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HJqwVEJWFdI6bwWi7TX1yXqfvNfAxlx1 { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:35.5625rem;left:26.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MwQXQ7muGw3eZCVseitNBQGvvqb2Tpc5 { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.2;letter-spacing:0;top:38rem;left:26.0625rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TSsE0Cy15VFlhHtZgM7EcokECuTsGlx2 { color:#282828;display:block;width:12.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:61.5rem;left:26.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nX4TdZ2LXe4bTexIcfxKLvAgoXa1iuzu { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.2;letter-spacing:0;top:63.9375rem;left:26.0625rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H0WeclH66X6SGD5mECiidPmTeeWZDGag { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.875rem;top:5.3437490463257rem;left:20.000001907349rem;overflow:hidden;display:block; }
#SDo2igqETEHcqWB0SEbrQmApNGbUPGlJ { color:#282828;display:block;width:9.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:5.25rem;left:26.062501907349rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hHuz855WIM91a1AR6M2OpKgITJs32QMb { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:8.22890663147rem;left:26.062501907349rem;height:4.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hrJa3EHzRVAuA3iVXN60a6ILrEullxpy { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.0625rem;top:20.625rem;left:40rem;overflow:hidden;display:block; }
#padKIZvrCNOJD7rrscshKmO3PRX4aDqO { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:20.4375rem;left:46.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nugvbgbXSSsCesopG3B5RA3pdsseTDQ7 { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15041;line-height:1.2;letter-spacing:0;top:22.875rem;left:46.0625rem;height:6.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wkf1qVuRAB6PZOHKI1tGumgWkyhGQdtu { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:5rem;top:36.75rem;left:0rem;overflow:hidden;display:block; }
#TpcOkWGuSF4qLVsXbKcXB3WHBx203aD7 { color:#282828;display:block;width:13.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:36.8125rem;left:6.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ks05QtPJRv7irhbTIH95Hgf6s8uqaWM7 { color:rgba(40,40,40,0.5);display:block;width:11.8125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15044;line-height:1.2;letter-spacing:0;top:38rem;left:6.0625rem;height:4.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#orOmWd9hDg0oImknuGTbxf9fwc1cHdHT { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:67.8125rem;left:46.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OZl8fbh9WqFkW8QkhlmQ5GKEzQlCpDlN { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15047;line-height:1.2;letter-spacing:0;top:70.25rem;left:46.0625rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e2prrgnDm1tDAkiFP7QanR7t8eSPJye0 { position:absolute;display:block;z-index:15012;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:20.375rem;left:0rem;display:block; }
#r443P5orIQ7wF3WkMeMsoN2wdrAT6vHd { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.8125rem;left:0rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KCXkTiaa53BgyHdVQ5NN6GqEOK01mKfU { position:absolute;display:block;z-index:15014;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:35.5625rem;left:0rem;display:block; }
#ewraVHbOpZMLu19Tl6NFRzktxgpv5v4q { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:33rem;left:0rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WiwilLtToSwlVdsCO8CgkfA5Ouchog0u { position:absolute;display:block;z-index:15016;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:60.875rem;left:0rem;display:block; }
#zaOm7GpcadoLKTdiUfbgq5Of0PMlHdNm { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:58.3125rem;left:0rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XsmNN477qdmkxeL5NmExRy5627v4XTZQ { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.2;letter-spacing:0;top:71.625rem;left:6.0625rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fExk38tJlAaPX0RZQuBslJkzPXMUi8rC { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:5rem;top:69.1875rem;left:20rem;overflow:hidden;display:block; }
#V3uf7sQB2RhsH6mpiFDIRG6154pRfvEt { color:#282828;display:block;width:14rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:69.1875rem;left:6.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZdD7TfkQDcmCgeBXvHBZl3G41yzKCuNE { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.2;letter-spacing:0;top:77rem;left:6.0625rem;height:8.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TnJAVCJgf7hAkWZF8VSfd2FOhVfrg4uc { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.2;letter-spacing:0;top:70.1875rem;left:26.0625rem;height:9.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bxDmZMy7IiioTF231KywZ94gnmatmsyS { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.125rem;top:75.75rem;left:0rem;overflow:hidden;display:block; }
#Fy3hC2AdOD8rQDdZekfksrleGXHeM149 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:69.1875rem;left:0rem;overflow:hidden;display:block; }
#OJArRGe5Gm243FGW2HUFJwAIcVXytx0l { color:#282828;display:block;width:12.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:75.75rem;left:6.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#czBA3o9iyZE3Pl2ALi18ZK4CTI31ftvb { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:69.1875rem;left:26.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SZh8MyK6lBcWUTKz8JBgUVmb314OAPVZ { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.2;letter-spacing:0;top:100.9375rem;left:6.0625rem;height:9.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wmpmmMQLfl3JDVEgo5vpd52bJEwPSS9a { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:99.75rem;left:6.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h6mCTN5spOCTmkP0S6AHk8Qb0UDaV0I9 { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:4.9375rem;top:90.3125rem;left:40rem;overflow:hidden;display:block; }
#hdi1rSqz9GPaURqHlCaCbflaiKsUtmaa { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:5rem;top:90.3125rem;left:20rem;overflow:hidden;display:block; }
#LaOmZdTyIttEPxfKCaCZw3w4Zzo3O8ld { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15062;line-height:1.2;letter-spacing:0;top:92.598100662231rem;left:46.062503814698rem;height:11.55rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VJFJFI7IHMBr6eMuCSTToIBqMvHmfABq { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15076;line-height:1.2;letter-spacing:0;top:91.237869262694rem;left:26.0625rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q0ap4vfzqGEzczQEc8w8lZEJqQkqIN1m { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:5rem;top:99.75rem;left:0rem;overflow:hidden;display:block; }
#R1ZZCQrzUDrhlIwkP8QnOEBwy3iJ5Ivw { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:90.1875rem;left:46.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EJEdNMNGg1Qe2rnlIJh84JtZyc4t3RC2 { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15075;line-height:1.3;letter-spacing:0;top:90.3125rem;left:26.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EgJ4A33d40CkuWNnfHV1T5IVqTsDxnku { position:absolute;display:block;z-index:15036;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:88.4375rem;left:0rem;display:block; }
#zK6Sab8Wzw1ctpeht29bC4bvna5kla2b { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:85.875rem;left:0rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hKawTpV8q2AlCiywlvwelCCcLnQyzZv0 { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15093;line-height:1.2;letter-spacing:0;top:143.75rem;left:26.0625rem;height:2.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S3pbx3aW5ONThyQ7g5Tt40zeiCfrkUvn { position:absolute;display:block;z-index:15108;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:5.4375rem;top:149.125rem;left:20rem;overflow:hidden;display:block; }
#z0GEUdKBwgO5qdnnF6HDk5xnqbWAEOHp { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15107;line-height:1.2;letter-spacing:0;top:151.75rem;left:26.0625rem;height:2.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xOQpTi31mK3TKKSCqTpzFUJXvKC9UJ8W { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:142.375rem;left:26.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kCLXh4Ls72rpaqISA9BxKbVFXEWS5BOv { color:#282828;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15106;line-height:1.3;letter-spacing:0;top:149.3125rem;left:26.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#REPac4hlB88W7Cbet4z5HgQAgOTMvCPI { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:4.8125rem;top:142.375rem;left:20rem;overflow:hidden;display:block; }
#ZfAE63bNPadsCZSwFNElcxzeDNW6sgIs { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15091;line-height:1.2;letter-spacing:0;top:145rem;left:6.0625rem;height:2.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IIuQu3y0EbrvFNZ3brcRtEedodFKdRu4 { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:142.5rem;left:6.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#INNteSlArk6HM6Hy81quBQPZoua0xU9D { position:absolute;display:block;z-index:15117;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.75rem;top:115.625rem;left:40rem;overflow:hidden;display:block; }
#nnt9pKqgg4TVp9BqOLfgtemkbJrPF0pI { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15116;line-height:1.2;letter-spacing:0;top:116.625rem;left:46.1875rem;height:2.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CC8p9uthPDFep8ZKkzlzNbHHS2g6lQkT { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15088;line-height:1.2;letter-spacing:0;top:117.625rem;left:6.0625rem;height:2.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uGoyOWQmg5uKXMw5R8gAry9RQCb7FEMv { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.5625rem;top:115.5625rem;left:0rem;overflow:hidden;display:block; }
#DHHLOdfbR1LJOWHLChgs8PTtlvQN13Tw { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:5.0625rem;top:142.625rem;left:0rem;overflow:hidden;display:block; }
#GmopRDuvhHp9QqTCTQGrcHU22uOThHp8 { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:115.25rem;left:6.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gTkNIBcpNgsNQGG4zkk5Tp8sdoeJTikK { color:#282828;display:block;width:13rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15101;line-height:1.3;letter-spacing:0;top:115.4375rem;left:25rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SElfWvBfbQJRUUVMDa0q4n7oLdM2ecqX { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15115;line-height:1.3;letter-spacing:0;top:115.25rem;left:46.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R1CzAmnEP0KvCdyp9eTSXZTEHmpcvQd5 { position:absolute;display:block;z-index:15076;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:113.8125rem;left:0rem;display:block; }
#bquhe6OxOLAArxIXwTimrkob0xNIsoc9 { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:111.25rem;left:0rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#akNvXFXVBkq6WJafTMOBMnBF1QNaPXlz { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15076;line-height:1.3;letter-spacing:0;top:132.9375rem;left:0rem;height:5.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EE6pizZXidHZIrO6KaaCwQwnKOGltSQZ { position:absolute;display:block;z-index:15078;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:141.1875rem;left:0rem;display:block; }
#ATUlPU35Ti5LOPZvrRXoJtEogqRwtatp { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:160.375rem;left:0rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s1315Tt5SLyiTNw8OaZczSBNqe6Jssx7 { position:absolute;display:block;z-index:15080;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:166.4375rem;left:0rem;display:block; }
#zdFOupsxlWwcyqlTW37BTRzwXCRPtR07 { color:rgba(40,40,40,0.5);display:block;width:12.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15094;line-height:1.2;letter-spacing:0;top:150.75rem;left:6.0625rem;height:8.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mAX7o2w2W0I432XsgbXAKZNskd9I044b { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:149.125rem;left:0rem;overflow:hidden;display:block; }
#JezD1x79GkaUIH7T44KtMLzSXVzDyw3O { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:149.125rem;left:6.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gvq5qJyZMJSZqT4SF4bRqaLNITZxv8n8 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.75rem;top:67.875rem;left:40rem;overflow:hidden;display:block; }
#JyWGLm9TuMsbLSN6oRfvfrn1CE6MFlS5 { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:115.25rem;left:20rem;overflow:hidden;display:block; }
#Al3qs23lyU1WXuVCZbuXAhOxG4sPxHh0 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:61.6875rem;left:20rem;overflow:hidden;display:block; }
#H7cfIfGuQSy7eWQZmVKRJMemkgqVvd3t { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:36.0625rem;left:20rem;overflow:hidden;display:block; }
#C8kpLKQMWTW0y8zetNugpnbSgARFlwE8 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:29.222222328186rem;left:20rem;overflow:hidden;display:none; }
#lxS6RTzbX9pFx0CG9gQzVQW2PnV0palU { position:absolute;display:block;z-index:15078;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:88.984385490419rem;left:0rem;display:none; }
#ZXLApgOIymh4zZVULGidnIXZMy79xTWU { position:absolute;display:block;z-index:15036;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:57rem;left:0rem;display:none; }
#cQ7U9wZUuBX02RxTbmmPNqzpK2R0M5zq { position:absolute;display:block;z-index:15014;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:27.5rem;left:0rem;display:none; }
#FlBlZCvGNhwq31df6wdMtp0n8RF3IOlA { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15091;line-height:1.2;letter-spacing:0;top:124.8125rem;left:6.0625rem;height:2.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QV91sRbG0VZxhWJZ86prNrxUZrQPM4qN { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:122.6875rem;left:6.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mq3PbdAnktw1c7mxCLkGiMf00TPKOrs0 { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.25rem;top:122.75rem;left:0rem;overflow:hidden;display:block; }
#htUEJPCkoeQsNSqcT2ysGdg8gtJGERO9 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:61.5rem;left:0rem;overflow:hidden;display:block; }
#TIztoDlgTJyntdGBgkB0PgnQ10R9N9d2 { color:rgba(40,40,40,0.5);display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.2;letter-spacing:0;top:63.9375rem;left:6.0625rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zduEGOATQvFNG1NeBhlUALDUA6pJOwTZ { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:61.5rem;left:6.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wu6EeI7GGumfV699kUc3RLQBh6fQ129V { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15096;line-height:1.2;letter-spacing:0;top:145rem;left:46.0625rem;height:4.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J3txX0rBOsLDENo3ylOBsugMbJuAERbw { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:142.375rem;left:40rem;overflow:hidden;display:block; }
#cH1ZKAOvQ3pOrwSOvEfl8KQLXaNw5dDG { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15095;line-height:1.3;letter-spacing:0;top:142.375rem;left:46.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DCpTitnRTmw4EJMo7WfLkTTw2LxWlrWH { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:39.6875rem;left:0rem;overflow:hidden;display:none; }
#XatnV0K428mnRAiepfNQTeEGfWXTsQHt { color:rgba(40,40,40,0.5);display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.2;letter-spacing:0;top:42.124990463257rem;left:6.0625rem;height:4.19791875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#zosZtRJEi5mhfOQlrT6WGElXWmyslesZ { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:39.6875rem;left:6.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#UHXV3kVvutWcTKTgE3DRtWNAcConAEHm { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:100.81250190735rem;left:6.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#QRoz3wEgymwzoXFelq3Kh0FSZ0Hp7azk { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.25rem;top:100.8125rem;left:0rem;overflow:hidden;display:none; }
#x2RguaoUNT5SP7HdueUI7UsW9ddfEIRC { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15091;line-height:1.2;letter-spacing:0;top:102.90625190735rem;left:6.0625rem;height:2.09895625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#EovzxOphzFtDi7ik26xVfdea3CBKAHUe { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:100.81250190735rem;left:6.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#oeOvisrNBxF7fvTv8TiaMJTp4cbqO4tq { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15091;line-height:1.2;letter-spacing:0;top:102.90625190735rem;left:6.0625rem;height:2.09895625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Tw4PKx2LaKJRq1W2vXyhIPZPquFIoP25 { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.25rem;top:100.8125rem;left:0rem;overflow:hidden;display:none; }
#AKvuD41V1ObTXf9e6T4ZothLW2ezOJsK { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15096;line-height:1.2;letter-spacing:0;top:117.87413024903rem;left:46.062503814698rem;height:4.19791875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#MCLfeowAKveBJDdA2FUZMkkRgDoFJmd6 { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:115.25rem;left:40rem;overflow:hidden;display:none; }
#UWExLC9ly24q79oPGNmPDJXDzom0B1vo { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15095;line-height:1.3;letter-spacing:0;top:115.25rem;left:46.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#eSQrGEzovecP8D2aPhyfsSmb9ETz08k1 { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:115.375rem;left:6.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#RuS7KmPIu5kO0fTEAxUPdACnwZCHBECe { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15096;line-height:1.3;letter-spacing:0;top:140.8125rem;left:6.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#WkgSaS1Fzd7bd766CaeV00zUTOpURpcW { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:138.0625rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CcUXJfuIvwWlCbir1HcAfGTH9O8bPT7v { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:163rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nEZDHWrNQKUtKXq15aVngpc1NaxST9zC { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15054;line-height:1.2;letter-spacing:0;top:101rem;left:26.0625rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nwWtQHvw1Bs0rJsZWRyEaacGJTtK47g9 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:99.8125rem;left:20rem;overflow:hidden;display:block; }
#vCK0HPBcs5QSATwLgdeTATKHyH22yys1 { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:99.8125rem;left:26.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I7iwkccxz4yh3r7PeeWfBB7Aga6wID57 { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:38rem;left:46.3125rem;height:6.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H5U34VrdmdX3XvnSUyuukdW5TIuAc3Cy { color:#282828;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:35.5625rem;left:46.3125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EaiGuW9LfFvZZTbcDQ0OiRNhTexOzeDn { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.2;letter-spacing:0;top:49.93750667572rem;left:6.0625rem;height:9.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZqSrnxOmldc1nT1b5PWsGIvGwJ7Sw25y { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:47.4375rem;left:0rem;overflow:hidden;display:block; }
#dvslVyUCwbhMbBFGzJLqbLs8DLyoydJT { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:47.5rem;left:6.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oTteL0QFVdd01NSaTDPzOCR7HqodrGlQ { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:97.9375rem;left:20rem;overflow:hidden;display:none; }
#r6AO00tKV52ValLDaOrdIfEuHTllcS1P { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:97.9375rem;left:26.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#VPitmtcM1wuLv07w0DqVsgB8IhEaQAyu { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15054;line-height:1.2;letter-spacing:0;top:99.125rem;left:26.0625rem;height:5.24739375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#AgBlgHvt4sA4A2ThUJgODW1BXMzpXK9M { color:rgba(40,40,40,0.5);display:block;width:11.8125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15044;line-height:1.2;letter-spacing:0;top:38.656270027161rem;left:46.062503814698rem;height:4.19791875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#i5WQJd5rZQC8vxzNQmr7eUe9X40mZRAq { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:37.5rem;left:40rem;overflow:hidden;display:none; }
#rdZnG55HdZmilpGGN4ygrkM22OLyJbuh { color:#282828;display:block;width:13.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:36.8125rem;left:46.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#rOxN7Aa97zTcnW2nMSO0dbxOgQxeAKLq { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:35.5625rem;left:39.9375rem;overflow:hidden;display:block; }
#im6A8n16XQTtS9wcIHfBOfXCX8aATgxI { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:37.5rem;left:40rem;overflow:hidden;display:none; }
#qcmB2IcnimFTS82zsWTPzdNkHFRryGb0 { color:rgba(40,40,40,0.5);display:block;width:11.8125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15044;line-height:1.2;letter-spacing:0;top:38.656270027161rem;left:46.062503814698rem;height:4.19791875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ymDsnKXDFL5c3xzXwb3qsQLICTnyDNlz { color:#282828;display:block;width:13.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:36.8125rem;left:46.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#QGUzL11B0Pw8E8dTToQEHf7M0DFGTxWq { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4.25rem;top:100.8125rem;left:0rem;overflow:hidden;display:none; }
#oXHI70PDevcQaA3zgKm3is6kBidfyLgr { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15091;line-height:1.2;letter-spacing:0;top:102.90625190735rem;left:6.0625rem;height:2.09895625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#B4IB42kr5dfcnHdVlKAHqOQSVSi3dvC1 { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:100.81250190735rem;left:6.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#OfLHgMIFtSJpvLNxK1gObuh5ADdRVLZJ { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15079;line-height:1.2;letter-spacing:0;top:91.237503051756rem;left:6.0625rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qUhvHdTpwF8dlc6TwFvPW4haUeOH3zZH { color:#282828;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15078;line-height:1.3;letter-spacing:0;top:90.1875rem;left:6.0625rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g8HX6rshWaGeTNTXdsFroBvgOHssLEsI { color:#ef0f0f;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:89.149303436281rem;left:6.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WiG3FMdwouhMGX50r1cHyxwugL33Vw1A { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:97.875rem;left:6.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#kbUSfP2WaT23EgKmH01OoFPbxfygSFox { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.2;letter-spacing:0;top:99.0625rem;left:6.0625rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ralB4ymfT3TszqBKESLWOoOeURlZPzMq { color:#ef0f0f;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:87.15625rem;left:6.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#HyVtlT6dzPt4Z2D9uo5UbdsJwqkyhE2Q { position:absolute;display:block;z-index:15120;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.25rem;top:122.52951431274rem;left:20rem;overflow:hidden;display:block; }
#XvNg8mXXATQnTuLX2zsSDADcofg4E3Dx { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15119;line-height:1.2;letter-spacing:0;top:124.0625rem;left:25.125rem;height:6.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AnIAag4wuZsQ7tE56VTE3QpBa5ReU4Jc { color:#282828;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15118;line-height:1.3;letter-spacing:0;top:122.52952766419rem;left:25rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ISM14JNJNJCFZ0U082iNmOSIIiTLZTPO { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.2;letter-spacing:0;top:75.5937538147rem;left:6.0625rem;height:4.19791875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#RC8V06BzUC7SyzElQk1WI7MMiBWywUJv { color:#282828;display:block;width:11.5625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:47.75rem;left:26.0625rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SoTai3fVE0ZKAhTF6urCBfTGbkKoTJ1l { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.2;letter-spacing:0;top:51.4375rem;left:26.0625rem;height:7.35rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ai9hhJvr4uVtpiuUWSFG7P3CapMAXXUy { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.75rem;top:47.75rem;left:20rem;overflow:hidden;display:block; }
#vHXH8V9VyQLVrpnmebe8oA00Sqn3QMrX { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4.375rem;top:37.5rem;left:40rem;overflow:hidden;display:none; }
#FqdthSl3ykO8412z2PgeRzT6MPQ6WpuI { color:rgba(40,40,40,0.5);display:block;width:11.8125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15044;line-height:1.2;letter-spacing:0;top:38.656270027161rem;left:46.062503814698rem;height:4.19791875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#EClu7sSCcuTLZfTdiHv6PsCu2DLu0Plp { color:#282828;display:block;width:13.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:36.8125rem;left:46.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#XCHwMfySkuVNAOEJMJmyIyUwvJvLAxrt { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:33rem;left:0rem;height:2.599825rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#yPOf6b3po08Q2T1p5hbGzW3Hp6qi9Oys { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:33rem;left:0rem;height:2.599825rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TWQl8UU7h79r5U7uGL5sUWac7q1xnePd { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.5rem;top:90.375001430512rem;left:0rem;overflow:hidden;display:block; }
#vsyZVy8Kl7MqcbLZ2VzuHuEDeqg91C74 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:3.4375rem;top:99.75rem;left:0rem;overflow:hidden;display:none; }
#HVNHAHNWO1ppy6LGKss1hbV515t81GCe { position:absolute;display:block;z-index:15101;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:5rem;top:168.3125rem;left:20rem;overflow:hidden;display:block; }
#QEGCweNS2iJEdC1mDTsh6Ltuy4M7wETk { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15100;line-height:1.2;letter-spacing:0;top:169.6875rem;left:26.0625rem;height:6.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X5ZdrILQTznWAb0sC0AO8WEpqhUuc0kx { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15099;line-height:1.3;letter-spacing:0;top:168.3125rem;left:26.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AnzIWIDuH29rU4nQOAOxO49x7Tfn6lz0 { color:#ef0f0f;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:87.15625rem;left:6.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#JcsGDwqFRaF3KpKaQKkgHOTsoFSDJMWa { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.2;letter-spacing:0;top:6.2875005006787rem;left:47.237504959106rem;height:4.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WuFQOqLLAUBLONRri02bOOX7Trqf1A0J { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:5.2500001192093rem;left:47.237504959106rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z11lQL0SOAi4aMfbZBcB6KKqzVyfI8A6 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5.1875rem;top:5.3437501192093rem;left:40.000001907349rem;overflow:hidden;display:block; }
#DKcPLPpJu597vJJQBBqn0PHG0uy1Gl3A { color:#282828;display:block;width:2rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:5.25rem;left:34.987501144409rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sn4c34bIJ73H2siiorDs0uZ7ImCdXzFc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/27bebb01-a55f-407b-8a8b-c883a743d168/MENUDLANAJMODSZYCH.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Sn4c34bIJ73H2siiorDs0uZ7ImCdXzFc.adaptive-delivery-prevent-bg, #Sn4c34bIJ73H2siiorDs0uZ7ImCdXzFc.lazyload, #Sn4c34bIJ73H2siiorDs0uZ7ImCdXzFc.lazyloading { background-image: none; }#Sn4c34bIJ73H2siiorDs0uZ7ImCdXzFc > .row .container { background-color: transparent; background-image: none; }#Sn4c34bIJ73H2siiorDs0uZ7ImCdXzFc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sn4c34bIJ73H2siiorDs0uZ7ImCdXzFc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sn4c34bIJ73H2siiorDs0uZ7ImCdXzFc > .row .container > .video-iframe-container { display: none; }#Sn4c34bIJ73H2siiorDs0uZ7ImCdXzFc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sn4c34bIJ73H2siiorDs0uZ7ImCdXzFc > .row > .video-iframe-container { display: none; }#Sn4c34bIJ73H2siiorDs0uZ7ImCdXzFc > .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); }#Sn4c34bIJ73H2siiorDs0uZ7ImCdXzFc > .row .container { border-width: 0; border-radius: 0; }#Sn4c34bIJ73H2siiorDs0uZ7ImCdXzFc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sn4c34bIJ73H2siiorDs0uZ7ImCdXzFc > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:60rem;position:relative;display:block; }#sVUktIT7eQ7wtf5ShnowpFKWuVSSgC1v { color:rgba(40,40,40,0.7);display:block;width:30.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZddAqis7NdkHqUemux8au4u7EvKxso4i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZddAqis7NdkHqUemux8au4u7EvKxso4i > .row .container { background-color: transparent; background-image: none; }#ZddAqis7NdkHqUemux8au4u7EvKxso4i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZddAqis7NdkHqUemux8au4u7EvKxso4i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZddAqis7NdkHqUemux8au4u7EvKxso4i > .row .container > .video-iframe-container { display: none; }#ZddAqis7NdkHqUemux8au4u7EvKxso4i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZddAqis7NdkHqUemux8au4u7EvKxso4i > .row > .video-iframe-container { display: none; }#ZddAqis7NdkHqUemux8au4u7EvKxso4i > .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); }#ZddAqis7NdkHqUemux8au4u7EvKxso4i > .row .container { border-width: 0; border-radius: 0; }#ZddAqis7NdkHqUemux8au4u7EvKxso4i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZddAqis7NdkHqUemux8au4u7EvKxso4i > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:60rem;position:relative;display:block; }#tioiVTCbWgRVStpDezLmRtKil3id7ksh { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:400;z-index:15097;line-height:1.3;letter-spacing:0;top:2.1857537031174rem;left:0rem;height:3.00625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RFXurOoGBbZAO2GRldR50Z62ODVS969n { color:rgba(40,40,40,0.5);display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15098;line-height:1.2;letter-spacing:0;top:6.1857537031174rem;left:0rem;height:4.725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RPREaWSqO02hMk02TTXAp2HTiVGqgnRi { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:400;z-index:15099;line-height:1.3;letter-spacing:0;top:2.1866220235824rem;left:20rem;height:6.0125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TbC8mmmIT5V0EPXyOOpPhRSGOhCyCZ8S { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:400;z-index:15100;line-height:1.3;letter-spacing:0;top:2.1874898672104rem;left:40rem;height:3.00625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rrBxOBCqRDNDJ1e9CsvGT1vWH4y7MULs { color:rgba(40,40,40,0.5);display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15099;line-height:1.2;letter-spacing:0;top:9.3750100135806rem;left:20rem;height:4.725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hxzXEE7bQsTWhSFE9xXXQI6QTqy4dTkR { color:rgba(40,40,40,0.5);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15100;line-height:1.2;letter-spacing:0;top:15.625010967254rem;left:20rem;height:4.725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#moTKnuWT6Rbpx0H6yecU3wbyJ5KP4vNM { color:rgba(40,40,40,0.5);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15101;line-height:1.2;letter-spacing:0;top:21.750010967254rem;left:20rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DZaRaB18smGbKw8olTSvNRwILyLPFDsg { color:rgba(40,40,40,0.5);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15102;line-height:1.2;letter-spacing:0;top:27.312510967254rem;left:20rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#huUJ8Wv0tH5dPvyimUMCl7IRufcmT5NR { color:rgba(40,40,40,0.5);display:block;width:19.75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15100;line-height:1.2;letter-spacing:0;top:6.177951335907rem;left:40rem;height:1.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EeAMwZAop0XWX8CdtsMB6FkOw60ODmLa { color:rgba(40,40,40,0.5);display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15098;line-height:1.2;letter-spacing:0;top:6.1857537031174rem;left:0rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#M6A4vS6RC5O3pnhcBdbocPXsBWmQIuEf { color:rgba(40,40,40,0.5);display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15098;line-height:1.2;letter-spacing:0;top:6.1857537031174rem;left:0rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#E5Se1B4y83e3KwOZZOHv2dIe3DBP9T5g { color:rgba(40,40,40,0.5);display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15098;line-height:1.2;letter-spacing:0;top:6.1857537031174rem;left:0rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#fSTWmiU1vyTpiHFFZegypQZM6afsErR9 { color:rgba(40,40,40,0.5);display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15098;line-height:1.2;letter-spacing:0;top:6.1857537031174rem;left:0rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#p2rkpxv2sJOPxqZWW4SdIEmwtGN8NR3g { color:rgba(40,40,40,0.5);display:block;width:22.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15099;line-height:1.1;letter-spacing:0;top:13.062500953674rem;left:0rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cXHnfNTmUE7PTkdQ3zzXDDfGKs8e6SWV { color:rgba(40,40,40,0.5);display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15099;line-height:1.2;letter-spacing:0;top:13.062500953674rem;left:0rem;height:6.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EcPwsusKIEHvZVWeBbSaNIJPleyqmml8 { color:rgba(40,40,40,0.5);display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15099;line-height:1.2;letter-spacing:0;top:20.349999427796rem;left:0rem;height:6.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p4bRxp8ZerqlRLaxVyU8hszJHaNMKNcf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b19d8c86-62c6-457c-b0b3-370634a0c8ca/Pizza45.crop_4000x3059_0,1941.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p4bRxp8ZerqlRLaxVyU8hszJHaNMKNcf.adaptive-delivery-prevent-bg, #p4bRxp8ZerqlRLaxVyU8hszJHaNMKNcf.lazyload, #p4bRxp8ZerqlRLaxVyU8hszJHaNMKNcf.lazyloading { background-image: none; }#p4bRxp8ZerqlRLaxVyU8hszJHaNMKNcf > .row .container { background-color: transparent; background-image: none; }#p4bRxp8ZerqlRLaxVyU8hszJHaNMKNcf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4bRxp8ZerqlRLaxVyU8hszJHaNMKNcf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4bRxp8ZerqlRLaxVyU8hszJHaNMKNcf > .row .container > .video-iframe-container { display: none; }#p4bRxp8ZerqlRLaxVyU8hszJHaNMKNcf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4bRxp8ZerqlRLaxVyU8hszJHaNMKNcf > .row > .video-iframe-container { display: none; }#p4bRxp8ZerqlRLaxVyU8hszJHaNMKNcf > .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); }#p4bRxp8ZerqlRLaxVyU8hszJHaNMKNcf > .row .container { border-width: 0; border-radius: 0; }#p4bRxp8ZerqlRLaxVyU8hszJHaNMKNcf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p4bRxp8ZerqlRLaxVyU8hszJHaNMKNcf > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:60rem;position:relative;display:block; }#OnvEMRNCnFxOocVsUeX2C0FtRHNk5LEk { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:lato;font-size:5.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:6.90625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TG1DNAJ4LnwxbKU8OrhzXS17dGQmUZaa { color:rgba(40,40,40,0.7);display:block;width:30.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ox1C9eqfM0Ukqi7VCL8iRaFeRkZtGBeh { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:8.374128341675rem;left:0rem;height:8.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#siZnZcUVD57Ua0LPy7hU5L8Mxlp40hyU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#siZnZcUVD57Ua0LPy7hU5L8Mxlp40hyU > .row .container { background-color: transparent; background-image: none; }#siZnZcUVD57Ua0LPy7hU5L8Mxlp40hyU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siZnZcUVD57Ua0LPy7hU5L8Mxlp40hyU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siZnZcUVD57Ua0LPy7hU5L8Mxlp40hyU > .row .container > .video-iframe-container { display: none; }#siZnZcUVD57Ua0LPy7hU5L8Mxlp40hyU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siZnZcUVD57Ua0LPy7hU5L8Mxlp40hyU > .row > .video-iframe-container { display: none; }#siZnZcUVD57Ua0LPy7hU5L8Mxlp40hyU > .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); }#siZnZcUVD57Ua0LPy7hU5L8Mxlp40hyU > .row .container { border-width: 0; border-radius: 0; }#siZnZcUVD57Ua0LPy7hU5L8Mxlp40hyU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#siZnZcUVD57Ua0LPy7hU5L8Mxlp40hyU > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:60rem;position:relative;display:block; }#lKJqgXDuX2TCpTl6HlUAVnZQyqBMgVkJ { color:#282828;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15072;line-height:1.3;letter-spacing:0;top:24.75rem;left:47.4375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v4SV5KU3NKT8aOJIu44AcvT68LIXPv3n { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15073;line-height:1.2;letter-spacing:0;top:27.875rem;left:47.4375rem;height:6.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pdgLb5OOeAInlqoMNkWrtIF3uuwytdn1 { color:#282828;display:block;width:11.8125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:14.022596359253rem;left:47.437503814698rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tJcgssoeeodQxVFme39FDcWGr2dhRTNW { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.2;letter-spacing:0;top:15.1875rem;left:47.4375rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mzTM6uoMCRySN7mHvE7X2roqNIlMvL2w { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15082;line-height:1.2;letter-spacing:0;top:25.1875rem;left:0rem;height:4.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T46HkxzxKqtuu7NqINg9iGuXtSvdSZTv { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15096;line-height:1.2;letter-spacing:0;top:4rem;left:47.4375rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HCnbJnvq9tqB6VeUBiVol4WHAyOS2uev { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15071;line-height:1.2;letter-spacing:0;top:4.25rem;left:0rem;height:7.35rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bAM3TFFZxaFIPbizWS0JT7imnCGWaKmO { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QuRHvOcUZrkM4WWTASNxZgFlOchRBZDU { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:23.5625rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qomCVJF9WodmnvUaKTo2mcEeM6p9wN2e { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:2.3125rem;left:47.4375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PitIqZZkTEAJ3NNdFCPhMAwt6QrlyUJF { position:absolute;display:block;z-index:15056;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:1.9375rem;left:0rem;display:block; }
#WV6PfoeTBEe0Qu3eMbNHOXkuM9ToNSpD { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15074;line-height:1.2;letter-spacing:0;top:16.5rem;left:0rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cVAh8OXQBLE3wCzkSaOfzql9e2Vpspbl { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:14.1875rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m6MhdvNiSwLh7p4UgFbIR1BFEG2NL0Zo { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;top:20.561625003815rem;left:11.75rem;overflow:hidden;display:block; }
#kK38V0GJ90zVWQmvblebVz0P0h9cplg9 { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:20.125rem;top:1.076388835907rem;left:25.5625rem;overflow:hidden;display:block; }
#oyKrscEZAhiCGeSTFmC2xM2UAUFfeTHF { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:8.374128341675rem;left:0rem;height:8.3993125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#nIDNXTLf5aA7B9yPPPlTCDTB3FWhT8og { position:absolute;display:block;z-index:15080;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:118rem;left:0rem;display:none; }
#HKA1vrdFZtK9Ku2Csp27maPrxXwaPVTM { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15073;line-height:1.2;letter-spacing:0;top:27.0625rem;left:48rem;height:6.296875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f73d7473-029a-46be-bb26-1e64d156b8fd/RocknRondel3045.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI.adaptive-delivery-prevent-bg, #TXef7WpPEspOIH5m5BwyEzixK5C1HwcI.lazyload, #TXef7WpPEspOIH5m5BwyEzixK5C1HwcI.lazyloading { background-image: none; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { background-color: transparent; background-image: none; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container > .video-iframe-container { display: none; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row > .video-iframe-container { display: none; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .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); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { border-width: 0; border-radius: 0; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;position:relative;display:block; }#rM0vFI9NzK2UPZBUe6gFZVX4S3eodZ9d { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:5.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:7.55625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LmpUmMRvlAZzWwfwnetMFKBZHQr6ZbHl { position:absolute;display:block;z-index:15011;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:14.75rem;top:11.112002849579rem;left:0rem;display:none; }
#dqwWhxcT6gOQ7azz9JekkCl17lcIUR5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dqwWhxcT6gOQ7azz9JekkCl17lcIUR5T > .row .container { background-color: transparent; background-image: none; }#dqwWhxcT6gOQ7azz9JekkCl17lcIUR5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqwWhxcT6gOQ7azz9JekkCl17lcIUR5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqwWhxcT6gOQ7azz9JekkCl17lcIUR5T > .row .container > .video-iframe-container { display: none; }#dqwWhxcT6gOQ7azz9JekkCl17lcIUR5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqwWhxcT6gOQ7azz9JekkCl17lcIUR5T > .row > .video-iframe-container { display: none; }#dqwWhxcT6gOQ7azz9JekkCl17lcIUR5T > .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); }#dqwWhxcT6gOQ7azz9JekkCl17lcIUR5T > .row .container { border-width: 0; border-radius: 0; }#dqwWhxcT6gOQ7azz9JekkCl17lcIUR5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dqwWhxcT6gOQ7azz9JekkCl17lcIUR5T > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:60rem;position:relative;display:block; }#mhs7BDdK0Pn5tnaEQpNtOScuvolTJiCP { position:absolute;display:block;z-index:15010;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:4.5rem;left:0rem;display:block; }
#Qw7L38VosdgC3IWvMGOf0TrG6ydWEzTb { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.75rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uegowylDvo5RJSVW8nuNvM8aspFt45v7 { color:#282828;display:block;width:15.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:21.374145507812rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ybC0v601F4fEZtQqbZ8u3Iuf9epZwof6 { color:#282828;display:block;width:16.9375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:28.9375rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f6LTuTe3w1M7BICOD1t50A3c7NptWuPO { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:0.6875rem;left:20rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RT0CZOVopKWSvEMw1VBfhEXqax7B7kSP { position:absolute;display:block;z-index:15012;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:4.4375rem;left:20rem;display:block; }
#WWKRz11TSv1cchOpLGXB9KcaR8iO1wTr { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:0.6875rem;left:40rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uFKNHDFiI60nUGXR83q1rJ4ts6wIW1E3 { position:absolute;display:block;z-index:15014;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:4.4375rem;left:40rem;display:block; }
#c7in35Ub77H4hp252KuB6bgSAatprZlV { color:#282828;display:block;width:14.125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:21.5625rem;left:20rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rVCkJCXDcmZSQw9MqhXPOUODXDixPsWv { color:#282828;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:24.9375rem;left:20rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EX0ca0oNcLlirnhwnJoEqhOhwW93dFx2 { position:absolute;display:block;z-index:15014;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.625rem;top:5.9374942779541rem;left:25rem;overflow:hidden;display:block; }
#rveUZiCTbW1IT0nKuGwWIuwHWwHfG5bw { color:#282828;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:21.5rem;left:40rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fUTPeFDg2pZRPtV37lOIEfDLRqB3IyLS { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:26.781260490417rem;left:40rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vDvTUTXKTfDEdbRSpPoURZ4E9UwzdzIG { position:absolute;display:block;z-index:15021;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:9.4375rem;top:5.9991321563721rem;left:5.09375rem;overflow:hidden;display:block; }
#r55sd2lUxFiprTMcQGnQ9w8LKT0J8DMv { position:absolute;display:block;z-index:15015;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:9.8125rem;top:5.8428821563721rem;left:44.906253814698rem;overflow:hidden;display:block; }
#IyrMht4eTv3mVnis2De3eQvHC09r49xm { color:#282828;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:24.9375rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qptGga4XGg1FMqGabIcHPWEwKEqOwqfM { color:#282828;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:31.8125rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hxCTdiWo1qGLD33QfsKh63FLueAzZkFx { color:#282828;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:28.937500953674rem;left:20.000001907349rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mKAuTGyubBwugAvrHgAZcB7CddKd9aLP { color:#282828;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:30.875000953674rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#bHfudxJo5nZ0nlVeOXUc3he8BKNb46N3 { position:absolute;display:block;z-index:15012;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:4.4375rem;left:20rem;display:none; }
#hfXnq2FLdC9s6GRWJElJQ529Q06OwSyG { color:#282828;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:30.875010490417rem;left:20rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#pMowhR4ZzhFTpAnW6fvXsiEqTIt7dH79 { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:21.5625rem;left:20rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#bV8km9MeDMTlosqQbu9Jrch8tCuGyqFB { position:absolute;display:block;z-index:15014;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:4.4375rem;left:40rem;display:none; }
#XAf0TWOqiaVRHdJRcRBMagu8xid0MZXd { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:26.781260490417rem;left:40rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#FOITEdEKpTnmCL5UvcHRTVOquTruLmv7 { color:#282828;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:24.9375rem;left:20rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#VCdkdgr86MFLFQUI39GMZlPyOLcTxDXN { color:#282828;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:24.9375rem;left:20rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TWG0aumsFO6WDhsAxXLGoqk7cxhh5gfD { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:21.5625rem;left:20rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#AJNKIUilZ5MTXO3m63cczh8Ibx7qDdQ6 { color:#282828;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:24.9375rem;left:20rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#m02XTuVPGU1dxcT38yffuKDqbOkpLSUq { color:#282828;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:21.5rem;left:40rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#A1VFnqRWCmoqk49IUleH4u3Ta5TVxezz { color:#282828;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:30.875010490417rem;left:20rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aeaa0c2b-5246-402e-99b5-b2cdc534247e/wino1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r.adaptive-delivery-prevent-bg, #qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r.lazyload, #qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r.lazyloading { background-image: none; }#qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r > .row .container { background-color: transparent; background-image: none; }#qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r > .row .container > .video-iframe-container { display: none; }#qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r > .row > .video-iframe-container { display: none; }#qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r > .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); }#qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r > .row .container { border-width: 0; border-radius: 0; }#qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:60rem;position:relative;display:block; }#KiBeF8MNnA4GLiPhoKUH6CEzBsN0ioIe { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:5.375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:5.4482421875rem;left:0rem;height:6.9875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mLfFPg9KxGyvBvSGUgPIIeDNTV5d0wR9 { position:absolute;display:block;z-index:15011;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:14.75rem;top:11.112002849579rem;left:0rem;display:none; }
#w7mxW2NwqSmbkrqt7fb0HVI3ZHoityhm { color:rgba(255,255,255,0.7);display:block;width:27.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:12.374153137207rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xlWaIpqx69IdvLBoJvTDXc03qf6NssC5 { background-color:#e12529;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.0625rem 0rem #720000 ;box-sizing:border-box;color:#ffffff;text-shadow:0rem 0.0625rem 0rem rgba(114,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:1.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:19.375rem;left:0rem;display:block; }
#BvvHDcrfTyAAVmhcp2wuZUF6y2aczHX3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ceUKx0oxVaaV2pG9Zydx9Gnp1cnWs0iO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1a3a3fbd-4a0e-4b49-8bb5-a04536486ed6/Projektbeztytuu38.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ceUKx0oxVaaV2pG9Zydx9Gnp1cnWs0iO.adaptive-delivery-prevent-bg, #ceUKx0oxVaaV2pG9Zydx9Gnp1cnWs0iO.lazyload, #ceUKx0oxVaaV2pG9Zydx9Gnp1cnWs0iO.lazyloading { background-image: none; }#ceUKx0oxVaaV2pG9Zydx9Gnp1cnWs0iO > .row .container { background-color: transparent; background-image: none; }#ceUKx0oxVaaV2pG9Zydx9Gnp1cnWs0iO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceUKx0oxVaaV2pG9Zydx9Gnp1cnWs0iO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceUKx0oxVaaV2pG9Zydx9Gnp1cnWs0iO > .row .container > .video-iframe-container { display: none; }#ceUKx0oxVaaV2pG9Zydx9Gnp1cnWs0iO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceUKx0oxVaaV2pG9Zydx9Gnp1cnWs0iO > .row > .video-iframe-container { display: none; }#ceUKx0oxVaaV2pG9Zydx9Gnp1cnWs0iO > .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); }#ceUKx0oxVaaV2pG9Zydx9Gnp1cnWs0iO > .row .container { border-width: 0; border-radius: 0; }#ceUKx0oxVaaV2pG9Zydx9Gnp1cnWs0iO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ceUKx0oxVaaV2pG9Zydx9Gnp1cnWs0iO > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:60rem;position:relative;display:block; }#TNmurkAnaZAMagmT4Z66oQuqxaarvkwp { position:relative;display:none; }#TNmurkAnaZAMagmT4Z66oQuqxaarvkwp { border-width: 0; border-radius: 0; }#TNmurkAnaZAMagmT4Z66oQuqxaarvkwp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TNmurkAnaZAMagmT4Z66oQuqxaarvkwp > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ziL6GTexJswuDdeMs0UQRh5f5CC5Zu99 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ziL6GTexJswuDdeMs0UQRh5f5CC5Zu99 > .row .container { border-width: 0; border-radius: 0; }#ziL6GTexJswuDdeMs0UQRh5f5CC5Zu99 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ziL6GTexJswuDdeMs0UQRh5f5CC5Zu99 > .row .container { font-size:0.875rem;font-family:arial;height:98.875rem;width:60rem;position:relative;display:none; }#q2oUwqQc42hEiXHbN2eAP0uWfoq0lIVJ { position:absolute;display:block;z-index:15010;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:4.5rem;left:0rem;display:block; }
#f98Dw1D8Kop98RD9fmlqb162DAZTa4IN { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:21.375rem;left:0rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fiTT2wWC5U804aCg38CpsHi62xyFmKSd { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:25.03125rem;left:0rem;height:2.09895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hMP5lnXqn0Iv0UonFZ5ZPu40L9k0fmZe { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:29.875rem;left:0rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TecCsTzIOtNDxti4rlBWTENtdpfWet9t { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:33.5625rem;left:0rem;height:2.09895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UohdFodHihvSVyHGTINV8UXdWnK43w1I { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:38.5rem;left:0rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bx4zKPBFTScpVQMT5HJCEt0M0tF3XTFp { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:44.5625rem;left:0rem;height:2.09895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hCP2pAFizHoJ7B7pUJ1dkPTsiXETbAAq { position:absolute;display:block;z-index:15007;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:7.3125rem;top:5.6875002980232rem;left:5rem;overflow:hidden;display:none; }
#THaC8KWV4rlDV1msZTR1upgn9rPy0TbE { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:0.6875rem;left:20rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wQtCiKl06adEl8RCpU2fUkTDJqTOp8gC { position:absolute;display:block;z-index:15012;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:4.4375rem;left:20rem;display:block; }
#H6Z1fQkKqsTAwrayGt7vuPQt0BJJ28Fz { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:0.6875rem;left:40rem;height:2.76215rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m4Qw5b7bV3iIEDbHQFbPi7ILvdpXRuoD { position:absolute;display:block;z-index:15014;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:4.4375rem;left:40rem;display:block; }
#e3ysA6fZDr2WFPaiBb40sSDVmWMP4DpZ { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:21.5625rem;left:20rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MD65Zd4ULlX9Thr0w3lAtSBdyOmfoNGI { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:25.03125rem;left:20rem;height:1.04948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#veuHev0tdqfvWTSIOa7fIwVR6BaoAdiE { color:#282828;display:block;width:11.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:29.875rem;left:20rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OlL5rszOzZvoh5LlXt6y1Xn2GX0Sp7QN { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:33.5625rem;left:20rem;height:1.04948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M3GbMWsowZDC7DJWAdBOmMCkacbeomdB { color:#282828;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:38.5rem;left:20rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Eln9rPaI2htRCT3oq1iLA3LRGETU4Lsm { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:42.1875rem;left:20rem;height:1.04948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gzc7AEKt350mDtRN3f2tJtEooWhUkyBQ { position:absolute;display:block;z-index:15014;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:7.3125rem;top:5.6875002980232rem;left:25rem;overflow:hidden;display:none; }
#eUWn0TLuNTmByrlGqPrhrnIUiyv5c9Ju { position:absolute;display:block;z-index:15021;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:7.3125rem;top:5.6840276718139rem;left:45.000003814698rem;overflow:hidden;display:block; }
#QMC5uMpqxPV3R797RKAP727Ne3DlJiru { color:#282828;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:65.1875rem;left:20rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V7XGEgr9s37eVQPnhZHPeq5Z7ntKJGSb { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.2;letter-spacing:0;top:67.625rem;left:20rem;height:1.04948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vIZMVQMFHTO5z4NPky9iTkSFGfm7rt1u { color:#282828;display:block;width:11.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:54.0625rem;left:20rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eBTvHAUwDoidGfqKVXk8xWJLNckf9D4O { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.2;letter-spacing:0;top:58.8125rem;left:20rem;height:2.09895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MFTfOZSZim1m1nkaPuV3KsKJqXHKBc62 { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:49.125rem;left:20rem;height:1.04948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AeRUMv3sxBJw6XvVqCQrr4KqEkqZFFas { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:46.6875rem;left:20rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SxSyyQTgHo7iI5q7Tcys3HeS45oAvxe9 { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:21.375rem;left:40rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DxC4B3bdFrXhSsZblMXVMufyngFIK1PN { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.2;letter-spacing:0;top:24.875rem;left:40rem;height:1.04948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o6bBOdG4Ey8xRDOzk9ds0tJdUar0uiTH { color:#282828;display:block;width:11.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:29.875rem;left:40rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#afHpsVakNG76QCpsyfU2MT7cRNHCGNUh { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15035;line-height:1.2;letter-spacing:0;top:34.664943695068rem;left:40rem;height:1.04948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zAouNMrc8x0D2kA9OuxZUhcSmkXIyeWe { color:#282828;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:38.5rem;left:40rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cp7l7O9qogkKMZM1J6U8J3IAt5aDsVfw { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:42.1875rem;left:40rem;height:1.04948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZrtFIWNfCMCS6ueUV7IFokgoLqcFQnrh { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:51.375rem;left:40rem;height:2.09895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IrPErTfzMtF1LAlPI0ogfnSJTHZgTshD { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:47.6875rem;left:40rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TvzfDycbCgn9gBrWgCceUZTG4iF2Hw1E { color:#282828;display:block;width:11.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:56.25rem;left:40rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HGyxkFL0ktsDH3NsyuTcZ8A2SEdc1Vnr { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15041;line-height:1.2;letter-spacing:0;top:59.9375rem;left:40rem;height:2.09895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ciTyGD65X3l1eBUBRhAWg4Q1DaHTQUoV { color:#282828;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:65.1875rem;left:40rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FTAapuRK3y7cGX4DwdibBPNoiOkwimU0 { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15044;line-height:1.2;letter-spacing:0;top:70.0625rem;left:40rem;height:2.09895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GzQRcPuaWQROK8GErT6l4C1dGftOTpeZ { color:#282828;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:72.625rem;left:20rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gH30AOR4F95oCWWhr1T2kkAZucWGxN07 { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.2;letter-spacing:0;top:77.5rem;left:20rem;height:1.04948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#isZgur9TfhSR0mnyPpAVPd1RzHReEEF4 { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15046;line-height:1.2;letter-spacing:0;top:77.625rem;left:40rem;height:1.04948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nEcydPkaBKUyTmbgxiT4rvevdxr2tOyP { color:#282828;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:75rem;left:40rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n4TXxHOrmnOAvGlTTlxgGmFkFvOxdoVr { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.2;letter-spacing:0;top:85.5625rem;left:40rem;height:2.09895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b6I1W0VBZHKhDtGDtbalTozQEuz9uvK6 { color:#282828;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:81.9375rem;left:40rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yvvV8d9c6d7swVFRcXmIEyAlrNP0xu1u { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.2;letter-spacing:0;top:95.0625rem;left:40rem;height:1.04948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#axDFA4S9N9QbHrxAwzPDL5BGaQlvAXc3 { color:#282828;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:90.1875rem;left:40rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AUkp2Oz13EaycPLdPFvu87MZcJ74fgOg { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.2;letter-spacing:0;top:80.8125rem;left:40rem;height:1.04948125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#W5vDGd4LhNH5Nz9mEsy4xzsuxBcGFZtB { position:absolute;display:block;z-index:15014;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:4.4375rem;left:40rem;display:none; }
#UVL3gicTnsEFnXqrTC8ELrmTH0rGpfDP { position:absolute;display:block;z-index:15022;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:6.1875rem;top:5.6857633590698rem;left:26.15625rem;overflow:hidden;display:block; }
#ndbiMAvXec51AGCOID9TaXLfQrw4RQcG { position:absolute;display:block;z-index:15023;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:6.1875rem;top:5.6857633590698rem;left:6.71875rem;overflow:hidden;display:block; }
#tiTQG8kmhLB6pQ516pW2ak50xn2pPU5T { position:absolute;display:block;z-index:15004;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:8.1875rem;left:0rem;display:none; }
#rgGBnDvoQAfPIEnK72pVOwJ5bvu7emEQ { position:absolute;display:block;z-index:15004;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:8.1875rem;left:0rem;display:none; }
#Es057sw5XP12tTGMfrmBZT4Z5vMoUcT5 { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:27.128487586975rem;left:0rem;height:2.09895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tdsLboFyBVwkU5FbPoH9yWukrS5xJALe { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:35.625rem;left:0rem;height:1.04948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DoKDeygqZvcchtBar6FQsiTcyOV3xXoI { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:46.625rem;left:0rem;height:1.04948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xyLVLod40wKOtJekWQE2RXRQckyPBaha { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:26.080751419068rem;left:20rem;height:2.09895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gt6O8TmsCDiSww2OSFxtZ3bt1J6a8EGX { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:50.125rem;left:20rem;height:1.04948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yqao3Q99OFsnqdzoKMhGC4y3TqOOyseN { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:34.611980438233rem;left:20rem;height:2.09895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cdWNkGx0Bo3RxxKqoPpfJbu4ze0AXako { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:43.230903625488rem;left:20rem;height:2.09895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iT7vINTDWowPvrxQV1N45UDrc5527ZOd { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:60.909721374512rem;left:20rem;height:1.04948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kzt0Fg1U29ZWUJQe0p8LDDMJ19iToBLN { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:78.549478530881rem;left:20rem;height:1.04948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#STht390xg8DT0SsBJ6dtlJIxa2lgdOOM { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:68.674477577212rem;left:20rem;height:1.04948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LOHWpmvat4FoDxmv5o11ktcFT7rC6MKN { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:26.080728530884rem;left:40rem;height:2.09895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m9x3i0BfyTzuJbztc1B20VJrxG5Bfako { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:35.659735679626rem;left:40rem;height:2.09895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#umWBX32abkRHKXnPbIV4VALZq1NOdmuI { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:43.230903625488rem;left:40rem;height:2.09895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c9CWSsHPGJMdntSVQ8bPZXreidLUO69p { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:54.062499046326rem;left:40rem;height:1.04948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WFBhSaaHnFT8dOznvwJgvt3GiFZg0Qez { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:62.549480438231rem;left:40rem;height:1.04948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XxgbJ3uG8knMwRQEwvbiTy4UeXvPTdgy { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:72.16057395935rem;left:40rem;height:1.04948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A2n9FWqvTRJu3kG0lRriqB8fRfxOSVLs { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:78.54948711395rem;left:40rem;height:1.04948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iR67ZOiZosMq52McmNsCOdLFwDysAZTH { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:87.660594940187rem;left:40rem;height:1.04948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OxEJHksyUrMOVCATsDBR69oZSD8I1Hbw { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:96.111984252931rem;left:40rem;height:1.04948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U8bvf69rwRlwU42gdSAF0ayCoRyN866I { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:0.6875rem;left:20rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#VTJr43w6GhBcOJbQ6ll5r7vnfK6earZr { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:0.6875rem;left:20rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lLOeTnNKrDQX9yb9Xs11mWRkVdvwA5rA { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:0.6875rem;left:20rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#M5EidWvMTwiJ9tBAnUTWikIBn1nhUQNm { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.75rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#U1w3woOiMgmGehvleLknIIyCIwkgy0T3 { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:0.6875rem;left:20rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#MVyWuacUxXBIZ4F9pLaN40LnEeT4I6AX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MVyWuacUxXBIZ4F9pLaN40LnEeT4I6AX > .row .container { border-width: 0; border-radius: 0; }#MVyWuacUxXBIZ4F9pLaN40LnEeT4I6AX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MVyWuacUxXBIZ4F9pLaN40LnEeT4I6AX > .row .container { font-size:0.875rem;font-family:arial;height:118.9375rem;width:60rem;position:relative;display:none; }#TtPtrJKwfBCxJqdGymUmkSuQz4OqqE02 { position:absolute;display:block;z-index:15010;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:7.1875rem;left:20rem;display:block; }
#LrNei6SmylXisZx8OGe4mbFEi7OcE7W6 { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4375rem;left:20rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ltdWwsK5XnA9f1GUHTbRsxs94S0TvdNo { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:21.375rem;left:0rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fRRv8WXWL3WXCJ2VDTCrQmJoBgpCya4F { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:25.0625rem;left:0rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BXIFZLqXyyDfmaLMMLNbxDDJVn5Mpd3d { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:21.375rem;left:20rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oyzmb5MkwtpLKUZLBovKFC63CwmxyQdI { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:25.0625rem;left:20rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MTA8r1bLFiTONz7hhaVpvyhI4QViUBW1 { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:21.375rem;left:44rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nqfDbouRwTMSm4PeeyaqZxtEL1mOyvP8 { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:27.4375rem;left:44rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EAPAvLCkKEWJIEfRVbgeU8d1J5mhiQ8b { position:absolute;display:block;z-index:15007;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:7.3125rem;top:5.6875002980232rem;left:5rem;overflow:hidden;display:none; }
#fWCZzTnogaMyoUK9TPZwL8eMh0r3nFxZ { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:32.5rem;left:20rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZMDaUOpyO8M85elJD08H8bTBEudtqPr6 { position:absolute;display:block;z-index:15012;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:36.25rem;left:20rem;display:block; }
#QMSBCoOWSWgBeRl7T4zLdiWhoO4Ef3Wy { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:73.875rem;left:20rem;height:2.76215rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vZh76iM6UeII8Hy7cksnQrp2n1lnUBQP { position:absolute;display:block;z-index:15014;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:77.618047714231rem;left:20rem;display:block; }
#hhSTS0HsSrKJx1frPe58RyMIAmBfeT7o { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:63.1875rem;left:20rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WmC98T4DLgbFK1dPJkuyaB192A8c3pE1 { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:66.625rem;left:20rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dZNnlMl0nE0BtfpgI8yBEchfJ9UaupRa { color:#282828;display:block;width:11.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:50.1875rem;left:41rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xlqFAdQDzrgJl1tTFWCzz6uSp5NNuMuq { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:53.875rem;left:41rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#taoLvv9BH10ZeMODpPTagKZq6QXFH21T { color:#282828;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:58.8125rem;left:41rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UzEODlVhXwz9WsURQ8z9TNuXqirM9uDT { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:62.5rem;left:41rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cgKGkAsGic71wfTH23w3Hkpav2LMoDCd { position:absolute;display:block;z-index:15014;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:7.3125rem;top:5.6875002980232rem;left:25rem;overflow:hidden;display:none; }
#lX8TpdnnWE5aA8wzs1sIwpXtqQQXlhTA { position:absolute;display:block;z-index:15021;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:7.3125rem;top:77.687540054319rem;left:26.176216125488rem;overflow:hidden;display:block; }
#aWDpyFnZ8mDmdw6iSt7J9q7MnL5n26y5 { color:#282828;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:57.0625rem;left:0.9375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z3ylOmage569a0r6kO99stv8aQE1nXti { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.2;letter-spacing:0;top:59.5rem;left:0.9375rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ThOQdeMrmuxExrpM893HTyMBQrp9d8xP { color:#282828;display:block;width:11.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:50.1875rem;left:20rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tQ6V4pcb553T0FDW1eEbxW0EgJu4igt2 { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.2;letter-spacing:0;top:54.9375rem;left:20rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xRDO6BQ3dKTDNUMShSfWHgrXbunPmbAb { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:52.625rem;left:0.9375rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZP25cPbOJCyvLxI85oZlJ8aEyt9P6eBb { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:50.1875rem;left:0.9375rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bR0TegeLfKMDtwcvQ0rTEqcMmkMeQEgp { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:93rem;left:1.1875rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OVXXUIHxTztvsJ4d1pV3DkzwZGST5UnN { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.2;letter-spacing:0;top:96.5rem;left:1.1875rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R9MyMudTHA5w5UUhWHuumESQlqmlyro8 { color:#282828;display:block;width:11.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:100.625rem;left:0.9375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m7PU1s7lz7ucXMW63EP3EqE5HGNzlIGM { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15035;line-height:1.2;letter-spacing:0;top:105.4375rem;left:0.9375rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aZ7ZSJKcR1B9UPZAX8Gn79lVztybvkVG { color:#282828;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:93rem;left:20rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SGDOudbTNCfsvw2NFL8NwH8NdXxuOxQQ { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:96.6875rem;left:20rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fZ1WTTd3Z9qdZfkNeln2VfJTZI0nmWOZ { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:104.3125rem;left:20rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BrTEn2G0bur5ullPaz5QSzPK7Rriyi3Q { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:100.625rem;left:20rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aL4lyeb3EAQUdARdXQZJ43fHIQHJ5aQ5 { color:#282828;display:block;width:11.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:109.375rem;left:0.9375rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DvBcxQmpTHGWUiF9DZZbth1I2t5SA3r4 { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15041;line-height:1.2;letter-spacing:0;top:113.0625rem;left:0.9375rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NILDkksZPRcb4IHzJEcHLJgD8FHOXu3D { color:#282828;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:93rem;left:40rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Se6u6gS8FRS7T7xTCFKUa52vPre4w1h1 { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15044;line-height:1.2;letter-spacing:0;top:97.875rem;left:40rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H52HPR4FNuDOxKevUZeo4W2vK73bADzk { color:#282828;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:63.1875rem;left:0.625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E71vXxAyWUTFg5ladiOAJkuvsJT1bPRp { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.2;letter-spacing:0;top:68.0625rem;left:0.625rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IyEmuew2UDDHAoMTQrTolkwrWTnHXnOI { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15046;line-height:1.2;letter-spacing:0;top:105.4375rem;left:40rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ozbGBJHzOzKIDuCkSiTXAPfw9HWM3Fuz { color:#282828;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:102.8125rem;left:40rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kWTl8teWZJalx2SAdCgmCDJSJbPDpJoa { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.2;letter-spacing:0;top:113.375rem;left:40rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lIgaHu9VTHH2hsvcSZgvbO7upIfHRzo0 { color:#282828;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:109.75rem;left:40rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JJu9RhV5uzaZAmgH9kZtMPbJDo3Lu9ZH { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.2;letter-spacing:0;top:114.25rem;left:20rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JIR5swgy1pA8f0fOB0T9m1lzcxRUTxF1 { color:#282828;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:109.375rem;left:20rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#APoL9H17UpVi0ZCZlHRSgmb1nWEyQCVO { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.2;letter-spacing:0;top:80.8125rem;left:40rem;height:1.04948125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#MRO6mTXfoxNwuDpp8zGlfVpzkbHATyOL { position:absolute;display:block;z-index:15012;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:4.4375rem;left:20rem;display:none; }
#vC7w1UJbJmtgd5PSxcAfK8lmdwoTDMxO { position:absolute;display:block;z-index:15012;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:4.4375rem;left:20rem;display:none; }
#ThLBSueAUoHChyHZI2Tl9yOOIqp1sgpO { position:absolute;display:block;z-index:15014;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:4.4375rem;left:40rem;display:none; }
#wTEAsaTpVcJezDCNArz0l2BXPlvQqczt { position:absolute;display:block;z-index:15022;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:6.1875rem;top:36.312503814698rem;left:26.738716125488rem;overflow:hidden;display:block; }
#tVogC7016mGKQXnIDKnWma8s9Qvits4d { position:absolute;display:block;z-index:15023;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:6.1875rem;top:7.2474060058594rem;left:26.738716125488rem;overflow:hidden;display:block; }
#lEMJH60HdFSWS4RUTs4iWk1GLRNacf4i { position:absolute;display:block;z-index:15004;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:8.1875rem;left:0rem;display:none; }
#vdCXSyqTyqCT6TRuVZDubAcZHAKASclv { position:absolute;display:block;z-index:15004;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:8.1875rem;left:0rem;display:none; }
#pcbbmRqscHXdd6HtqhbGe2B3LgCerPA3 { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:27.125rem;left:0rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WfmWk5Tt6QxlBIUTRDoIBLBZlDypQoGT { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:27.125rem;left:20rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gQp53adK15hPTarR46BQxxiZvyATBW5V { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:29.5rem;left:44rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IMDFxFL2zyqVZKr2hHxSTN6EV8Qo3I7f { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:67.6875rem;left:20rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zCfOPuOXBVWqreflPtkz4nMwSveAOmsB { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:53.625rem;left:0.9375rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#erUTe8XEtVhktxHHS5PNPxoiqwOUKTDT { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:54.9375rem;left:41rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sfrs5eSVmy2AGfDHURekaNRnSNOuNF7V { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:63.5625rem;left:41rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PvZylRbROGrgwnGPRIpVWC5CDPKe2tWz { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:57.0625rem;left:20rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SDnOq53AI90pTqzwWLPKcLCqWWJoxx37 { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:69.125rem;left:0.625rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lMQ4SbkATTUPOhQKT3Go1Gf7MDPA58pw { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:60.5625rem;left:0.9375rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IJ1aJyWmTGvg4T7LaNgRET4RLxkKgXPl { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:97.6875rem;left:1.1875rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#snfWKNV1tBbysUvWIFJRFsDlTPGaqyXg { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:106.4375rem;left:0.9375rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#opTZcEm6JmpKkFylNO1KsJkCDL1N86oy { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:97.75rem;left:20rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BtQUukGU2Ov6qbXIP6COQPb01hN1gsCJ { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:107rem;left:20rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VMmG5TPcz7CtGxsZ6dsD8MMlJaosET8J { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:115.16058349609rem;left:0.9375rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lvn0VslOZ6MqV90B61ubTsnFX8ZpAAOp { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:100rem;left:40rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aTTdxi0PS8K77OdUq7R0kbhDRu1keTyu { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:106.375rem;left:40rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TQTqbURxuLaGkfXmHu6J0tpAUuntTl88 { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:115.5rem;left:40rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WTMnTIKTQ8AVQCtZ2xhaTwAe10rzXvbk { color:rgba(40,40,40,0.5);display:block;width:6rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:115.3125rem;left:20rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P9Pi2AeDoTbACBBFkFgxO2O6ldOBMh0g { position:relative;display:none; }#P9Pi2AeDoTbACBBFkFgxO2O6ldOBMh0g { border-width: 0; border-radius: 0; }#P9Pi2AeDoTbACBBFkFgxO2O6ldOBMh0g > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P9Pi2AeDoTbACBBFkFgxO2O6ldOBMh0g > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#NNwJtJyMo9gwmwJxL4CPfBcogg52OSkN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/00ced13d-cd28-485e-a0ce-b060f7594da0/Projektbeztytuu37.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NNwJtJyMo9gwmwJxL4CPfBcogg52OSkN.adaptive-delivery-prevent-bg, #NNwJtJyMo9gwmwJxL4CPfBcogg52OSkN.lazyload, #NNwJtJyMo9gwmwJxL4CPfBcogg52OSkN.lazyloading { background-image: none; }#NNwJtJyMo9gwmwJxL4CPfBcogg52OSkN > .row .container { background-color: transparent; background-image: none; }#NNwJtJyMo9gwmwJxL4CPfBcogg52OSkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNwJtJyMo9gwmwJxL4CPfBcogg52OSkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNwJtJyMo9gwmwJxL4CPfBcogg52OSkN > .row .container > .video-iframe-container { display: none; }#NNwJtJyMo9gwmwJxL4CPfBcogg52OSkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNwJtJyMo9gwmwJxL4CPfBcogg52OSkN > .row > .video-iframe-container { display: none; }#NNwJtJyMo9gwmwJxL4CPfBcogg52OSkN > .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); }#NNwJtJyMo9gwmwJxL4CPfBcogg52OSkN > .row .container { border-width: 0; border-radius: 0; }#NNwJtJyMo9gwmwJxL4CPfBcogg52OSkN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NNwJtJyMo9gwmwJxL4CPfBcogg52OSkN > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:60rem;position:relative;display:block; }#gXsmI4ebrABkC942l9wTeZbdF6pQPFhH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/40267de9-b994-457e-bfc7-0910da18b50a/alkohole1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gXsmI4ebrABkC942l9wTeZbdF6pQPFhH.adaptive-delivery-prevent-bg, #gXsmI4ebrABkC942l9wTeZbdF6pQPFhH.lazyload, #gXsmI4ebrABkC942l9wTeZbdF6pQPFhH.lazyloading { background-image: none; }#gXsmI4ebrABkC942l9wTeZbdF6pQPFhH > .row .container { background-color: transparent; background-image: none; }#gXsmI4ebrABkC942l9wTeZbdF6pQPFhH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXsmI4ebrABkC942l9wTeZbdF6pQPFhH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXsmI4ebrABkC942l9wTeZbdF6pQPFhH > .row .container > .video-iframe-container { display: none; }#gXsmI4ebrABkC942l9wTeZbdF6pQPFhH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXsmI4ebrABkC942l9wTeZbdF6pQPFhH > .row > .video-iframe-container { display: none; }#gXsmI4ebrABkC942l9wTeZbdF6pQPFhH > .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); }#gXsmI4ebrABkC942l9wTeZbdF6pQPFhH > .row .container { border-width: 0; border-radius: 0; }#gXsmI4ebrABkC942l9wTeZbdF6pQPFhH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gXsmI4ebrABkC942l9wTeZbdF6pQPFhH > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:60rem;position:relative;display:block; }#CCynlmLewkM3CDa88By1eZ63gRgPDVTG { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:5.375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:9.625rem;left:0rem;height:6.9875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z7M1bHpJw3AVpRL47Krg3kk7iNTzCGFM { position:absolute;display:block;z-index:15011;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:14.75rem;top:11.112002849579rem;left:0rem;display:none; }
#u4uu7mi54rf9xL4yufFJ9yf6LMxMbm5F { color:rgba(255,255,255,0.7);display:block;width:27.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:13.625rem;left:0rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#AJoSQswT4ns221IPZk1oGKzIbrX2wVlw { background-color:#e12529;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.0625rem 0rem #720000 ;box-sizing:border-box;color:#ffffff;text-shadow:0rem 0.0625rem 0rem rgba(114,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.875rem;left:0rem;display:none; }
#i3TdiELqK3aCb00lIaETMo5HT8wMThOy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yQBkuCA8QrrrSWvLUUlh31wk5XeXohIx { background-color:#e12529;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.0625rem 0rem #720000 ;box-sizing:border-box;color:#ffffff;text-shadow:0rem 0.0625rem 0rem rgba(114,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:1.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23.1875rem;left:0rem;display:block; }
#U6igZeel3DxHcFiEUtgsC5re5tlLt4Vs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dEwenz0zyfm8aTFyHhH7DdkvRpSH1vAK { color:rgba(255,255,255,0.7);display:block;width:27.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:17.125rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RbGVOtcICGRRT2c0gNhCLSPXvyxzODaN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RbGVOtcICGRRT2c0gNhCLSPXvyxzODaN > .row .container { border-width: 0; border-radius: 0; }#RbGVOtcICGRRT2c0gNhCLSPXvyxzODaN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RbGVOtcICGRRT2c0gNhCLSPXvyxzODaN > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:60rem;position:relative;display:none; }#uXFRdZEKVv8gLa6ko395eBMp2KKz5GGx { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mh93e65yivXdPr8I3Syh0K23nEA6B6hp { color:rgba(40,40,40,0.7);display:block;width:30.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0rem;height:1.381075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LGz0g4wUCdn0CTqr2nxCWK7ByQkZv4GW { position:absolute;display:block;z-index:15004;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:8.1875rem;left:0rem;display:block; }
#S5t4kinFEuRU1DKiDgtQSpgIZuc4eC87 { color:rgba(40,40,40,0.7);display:block;width:25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:9.8741319179538rem;left:0rem;height:9.597625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XMdevvwDCI966zSSmBUktcr95fZifkXa { position:absolute;display:block;z-index:15006;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:10.25rem;top:2.8125000800937rem;left:30.78125rem;overflow:hidden;display:block; }
#e8u3MMmDIawqkOnFBkbeSwzXuEZySq4v { position:absolute;display:block;z-index:15009;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:10.4375rem;top:2.8125000800937rem;left:45.312503814698rem;overflow:hidden;display:block; }
#lFwTtkXhiONawR21XHAwPPRWvAoI4nWS { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#GyDQaUoehOVwMvw1uaV84rQmUDTVuz9v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GyDQaUoehOVwMvw1uaV84rQmUDTVuz9v > .row .container { border-width: 0; border-radius: 0; }#GyDQaUoehOVwMvw1uaV84rQmUDTVuz9v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GyDQaUoehOVwMvw1uaV84rQmUDTVuz9v > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:60rem;position:relative;display:none; }#EX8QXVIObcDtSeyVu1SlONQkNWtztl9R { color:rgba(40,40,40,0.5);display:block;width:16.125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:1.21875rem;left:0rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sne32MF4dqVAMumiX31Qog8F213sJAt6 { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:4.9722232818604rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cRhvVspnkf2GXpRzv1xnJd3Xcu5LFLxo { color:rgba(40,40,40,0.5);display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:6.1909637451172rem;left:0rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e7ld87UoWdbF067R1X0UVAhTeVqBGV0I { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:10.499986648559rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WOErBhzFqcL89crVtVLC9uBx0ByKHlhl { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:11.717868804932rem;left:0rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OLUvh11d3lXsDst3ZL6zIxEsEbNFRCKT { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:15.312486648559rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IEqz3LcGbuO3A6gGfe8W5CdPIGaV0nob { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:16.530368804932rem;left:0rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w77Old6huvEesT0C8uX3PGcE5oa1TCWB { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:0rem;left:20rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ba8yVt67DkBK7gtFEz4MXnPN6FN7TgkI { color:rgba(40,40,40,0.5);display:block;width:19.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:1.21875rem;left:20rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IkfD9xtsf4bMGFByHusG25nDtNrOqOmo { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:4.9722223281861rem;left:20rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X8mwMWiRnXnOhtO7h0lic0svxB3diDyK { color:rgba(40,40,40,0.5);display:block;width:19.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:6.1909637451172rem;left:20rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uG1PQapJ6FNqABwrBTXrxH1tdUFl9zTA { color:#282828;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:10.5rem;left:20rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E3ekkZ1ZCa4B9xMPi8IvprPF7GbH8OJ3 { color:rgba(40,40,40,0.5);display:block;width:18.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.2;letter-spacing:0;top:11.6875rem;left:20rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gHq93x0DNXhdBqehoZ25bohqTTV1m4Ib { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:15.311611175537rem;left:20rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bwxuNPiomgArdJfk5iswfdlqBKB4PNHV { color:rgba(40,40,40,0.5);display:block;width:17.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.2;letter-spacing:0;top:16.529510498047rem;left:20rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P6kZm4owtCwVqTlFBVx6D6pQe4WLqRgd { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:0rem;left:40rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VAe4bIbgORFMyDfgJHQu2RUFqBrbPrif { color:rgba(40,40,40,0.5);display:block;width:19.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:1.21875rem;left:40rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ULAobbHg6tFivJQvpGww14ebbtLwAbZO { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:4.9722223281861rem;left:40rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RyyXuLw593nhNIno1G4TIRTOEbJG1IcD { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15041;line-height:1.2;letter-spacing:0;top:6.1909723281861rem;left:40rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FvzVWFTegDb6pKiV1DqwSoytIqSTu7e5 { color:#282828;display:block;width:15.125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:10.49739074707rem;left:40rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QqtwCrOpRwrnV9BFy8wQuWSl6dwAh2Oo { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15044;line-height:1.2;letter-spacing:0;top:11.716145515442rem;left:40rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dG7q2vMlBJ3TPTuJyxtagGLGykbSizbO { color:#282828;display:block;width:13.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:15.311630249024rem;left:40rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u0SyUViBeH63p5u8refdTVlTwTqGntZ5 { color:rgba(40,40,40,0.5);display:block;width:17.375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15047;line-height:1.2;letter-spacing:0;top:16.530380249024rem;left:40rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SuNtDQgP7PserHTcIlpWZ1xV1GDVKosz { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K8DJzpiTpJuFCO8ShrVlEmJhf2fUbwbs { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:21.625rem;left:0rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kymE4fO1wroJHdGzTR7rTJqXzp7KfT7d { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:20.4375rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IMNgtcHxzy4hrhQzqSMpgC7E1RMmTW7T { color:rgba(40,40,40,0.5);display:block;width:17.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:21.625rem;left:20rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tlESW2Znv7Hqx6PT1WZVXtA8ZR4ThEVM { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:20.4375rem;left:20rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uoKmAu6zRTHIZwLm1aTM2rDuxZdAWqcS { color:rgba(40,40,40,0.5);display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:21.625rem;left:40rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ntI7817JVtvqemzwls5hCEbNhMyI5auV { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:20.4375rem;left:40rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iVqUMRnXoX5d0zHVh3ge55I6wBKU80Ud { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:27.9375rem;left:0rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vsh0Nd046xHhdhK1qDFcBiv15vrgCvFb { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:26.75rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UAeB1ySszbEIbGdT77DLP0NzvkcCmS8Q { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:33.0625rem;left:20rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kOdUGbJ5nkhdTKNzUJkOPUfIN3PuNqsz { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:38.8125rem;left:20rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#drt5nS4bJIbVi7QXpU6EXm5zzEueXGPd { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:37.3125rem;left:20rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EOiCz0sGEhWivPvTmagJC3CrE2m7404C { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.2;letter-spacing:0;top:39.9375rem;left:40rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SNDIMRI7NEe6rSsWdk5JJSooXIl50T50 { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:37.5625rem;left:40rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lzBbdTVIQ3Ar5B1OTeBCXXlV7GE65nOM { position:absolute;display:block;z-index:15014;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:32.4375rem;left:20rem;display:block; }
#ZtWP3ZUyOwINVFAgPWBPHIkAApyz1nZk { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:15.312486648559rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#PFpIsdJPvmPhVLe73TVF0O87i8vCtTnQ { color:rgba(40,40,40,0.5);display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.2;letter-spacing:0;top:16.530361175537rem;left:20rem;height:2.09895625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#goKUHNcgoXsQ51skfhmJuhW1SosSKrFy { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ehc5PTmkm1Baos5d8VMKhJHoCicHSQWn { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:1.21875rem;left:0rem;height:2.09895625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#R0T6ASvZMNfbfDzdvG5PUwWpSTl4kTnv { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.2;letter-spacing:0;top:31.6875rem;left:40rem;height:1.04948125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#UhGoq0N9T4OzwJ6XgMbFdhqaqio7nJT1 { color:rgba(40,40,40,0.5);display:block;width:18.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:27.9375rem;left:20rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SaJlFs5vmpFTfuCZEMgXpVX0MV0XLB0H { color:#282828;display:block;width:12.8125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:26.75rem;left:20rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TXPQ13PdbDXh3A45SuaTCnnl97fT2cvQ { position:relative;display:none; }#TXPQ13PdbDXh3A45SuaTCnnl97fT2cvQ { border-width: 0; border-radius: 0; }#TXPQ13PdbDXh3A45SuaTCnnl97fT2cvQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TXPQ13PdbDXh3A45SuaTCnnl97fT2cvQ > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OVcdz0pXzWBNoxTV7rIUBt6IJGQd447q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OVcdz0pXzWBNoxTV7rIUBt6IJGQd447q > .row .container { border-width: 0; border-radius: 0; }#OVcdz0pXzWBNoxTV7rIUBt6IJGQd447q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OVcdz0pXzWBNoxTV7rIUBt6IJGQd447q > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:60rem;position:relative;display:none; }#Dvpsm5DDuNKbFd9op87fQiNEaNNJcZSS { position:absolute;display:block;z-index:15010;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:6.4358112812044rem;left:0rem;display:block; }
#bwuDO3cZWvcrkfqL1AsiDuylSwuEhtF5 { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TANEZKW105UeoxLHUB4NIvR6f6TaEFST { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:23.828131914139rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UzCHotVrD0f6QofHREsQyg8ZoosifkcU { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:28.749993801117rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#URuUi1x1NgmV4TOGAWpGkv8Os3pFS4vk { position:absolute;display:block;z-index:15007;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:7.3125rem;top:7.6875rem;left:3.25rem;overflow:hidden;display:block; }
#VMS1uJHJIn0FtZlXpD3XltSTJH434oOq { position:absolute;display:block;z-index:15012;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:6.4374722242356rem;left:20rem;display:block; }
#CX3mk6VsMtstBUNJhTR5dCfdkTaiIBeO { position:absolute;display:block;z-index:15021;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:7.3125rem;top:7.5rem;left:24.4375rem;overflow:hidden;display:block; }
#hiFspH1TzQffukqm63sH1wTt5oBN2HzB { position:absolute;display:block;z-index:15012;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:6.4340479373931rem;left:40rem;display:block; }
#ExFzcc1zNJ95gyFuXqXSgfpZ6wnnwX1v { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:0.750040769577rem;left:39.999130249024rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BCqBHkd8fZmGCeJy2vgVSPLXW73C7cwJ { position:absolute;display:block;z-index:15022;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:7.3125rem;top:8.4375202655794rem;left:46.156253814698rem;overflow:hidden;display:block; }
#BVq2ql6Ty5wM2SuDnCWNMyeJbR5o0CER { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:23.828124046326rem;left:20rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#paHm4DbmCsvDA0C6uJPLNKw3TPIA9dC5 { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:25.046007156372rem;left:20rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D6yJfeH1xFIHmz7U5nWyyNCQbkIK2wTS { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:27.125rem;left:20rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v6zvTdsQIAUyrql8rkpwv92sh7wgpPNJ { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:45.125rem;left:20rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xBWHTRNg6LkvoShkmvVF7qImT2x75uml { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:29.0625rem;left:20rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k81CaSDwJM9Oa7JXJntu2lxRRScllh0h { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:27.875rem;left:20rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SfsqyzNR2Cch3zFsHkczm4JHJ1Je6eP5 { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:47.0625rem;left:20rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tekf10XBwwxGpL5D83bAaq6wkUJBi2bc { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:49.125rem;left:20rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HT9u3mfoXJxQ4HpGRSP1QxUmBfXp69Ms { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:49.125rem;left:20rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kW8Aag5hyACDMKmlE630SkOr5sIcpPl5 { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:32rem;left:20rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W7dOLF1FX8HKxOtFh3wftpTSX2iw0mx8 { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:33.25rem;left:20rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vKV7TqPkFX9TyFvCVfiBILwtBVi5SViX { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:37.375rem;left:20rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wV1GUq2Hp6tzH6Ul4CEmOs8kZ6sd3mzB { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:36.1875rem;left:20rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WyGkwMVzHInOPebDv0vvmGRRA6lcDD8K { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:41.875rem;left:20rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dEqSkRJ3TeQr5dawaylUZBkeUdyIyO3H { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:40.6875rem;left:20rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e8cihe8U4oThGdXTQFigN3VL0V2LHJdQ { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:28.1875rem;left:40rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gLhgFAs8yNVQn2zB1OgQwVvxsdkM3H6T { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:31rem;left:40rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w4HkmbVZeRQ3SAh2JW9qe0cgwK3aH2Vi { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:33.5rem;left:40rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TcAtFRFi1J8pPx1NRaXumuigqRQ6yIGg { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:35.9375rem;left:40rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U8QsaXyfvmLTw6uOUNhlaTWJuyaSU8Tz { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:38.4375rem;left:40rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zd7qJOWv7VkkhTnrUpPINHkC9t4dOaK2 { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:41rem;left:40rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#krqAxEV7OTGQA7TXzncULTLm8R3Gh2ts { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:43.6875rem;left:40rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IvDqv9yEfPl4fw586lPqF4e4QDX8xcUt { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.2;letter-spacing:0;top:45rem;left:40rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IJBdouXcP0DNSzX0F01Rx5ZhB4JkcHAT { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:47.625rem;left:40rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IrF2IkXKNh7qonafetNWQ9gtcJovuP59 { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.2;letter-spacing:0;top:49.0625rem;left:40rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yrMqtL8msuC8wgizgqsfTTPkfVlO6oAI { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:0rem;left:20rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aitVCdqiBPnNfJs0aIgVM6MsIXkhEwE1 { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:28.749993801117rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ihG7UtT31b4ChAqRm2v3LPBfSW4nD4gK { position:absolute;display:block;z-index:15012;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:6.4374722242356rem;left:20rem;display:none; }
#CZFyLWFbONw5baNuhg2GZHflCZUJ0xJH { position:absolute;display:block;z-index:15012;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:6.4374722242356rem;left:20rem;display:none; }
#H9dWWrL7IaZrVI7El4UteJo5QTn2ticg { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:20.4375rem;left:40rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#LmoP0FucBQ9rRZGQnLvTTChbkuHRZydg { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:20.4375rem;left:40rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#QBIDyxS0kDsDwbhVR8qHw4Xk4C3Oos6a { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:20.4375rem;left:40rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#xiKERnPLDuR9GveVCp40euqBLfyT622i { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:20.4375rem;left:40rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#g3eQpTAzBsXETzwTES8nlX4o2TTMGWvo { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:20.4375rem;left:40rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#BPxZkrgrRaI7aXQxmAuHShCTmOUITqVR { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:20.4375rem;left:40rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#phcTn7LJcuK43zHdWebgTKliay6PWIvw { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:0rem;left:20rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#WhHoPWkxVNQyWxZrJ5weThGcldGN4ZWl { position:absolute;display:block;z-index:15012;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:6.4374722242356rem;left:20rem;display:none; }
#PMv5BZTTTdE3BwUhLKAlBq5Zx4Okq3DW { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:18.327256321907rem;left:20rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DeBcVRga7DoQC3sLzocXOlT8WnFL5RVt { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:23.217895507812rem;left:39.999130249024rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aELwgFiXTgK9iNPp4hpxwLnwAeWcFVOr { color:#282828;display:block;width:20rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:18.327256321907rem;left:20rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#z9GeafAnXyT2VMzsUevQApv8UT6Z1FKe { position:absolute;display:block;z-index:15012;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:6.4374722242356rem;left:20rem;display:none; }
#BFNGfvMTHVxaxxWSQyazQLmL80Etihvb { color:#282828;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:23.828131914139rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#hbq7avsogCazZyucefuxxGWWAzTddxpP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f088ea6-54bd-4749-b933-1be6157a5136/BeowaCiemnoniebieskaPomaraczowaRcznieRysowaneLekcjaEdukacjaStrona.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hbq7avsogCazZyucefuxxGWWAzTddxpP.adaptive-delivery-prevent-bg, #hbq7avsogCazZyucefuxxGWWAzTddxpP.lazyload, #hbq7avsogCazZyucefuxxGWWAzTddxpP.lazyloading { background-image: none; }#hbq7avsogCazZyucefuxxGWWAzTddxpP > .row .container { background-color: transparent; background-image: none; }#hbq7avsogCazZyucefuxxGWWAzTddxpP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbq7avsogCazZyucefuxxGWWAzTddxpP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbq7avsogCazZyucefuxxGWWAzTddxpP > .row .container > .video-iframe-container { display: none; }#hbq7avsogCazZyucefuxxGWWAzTddxpP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbq7avsogCazZyucefuxxGWWAzTddxpP > .row > .video-iframe-container { display: none; }#hbq7avsogCazZyucefuxxGWWAzTddxpP > .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); }#hbq7avsogCazZyucefuxxGWWAzTddxpP > .row .container { border-width: 0; border-radius: 0; }#hbq7avsogCazZyucefuxxGWWAzTddxpP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hbq7avsogCazZyucefuxxGWWAzTddxpP > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:60rem;position:relative;display:block; }#f427L6qkDspd3TI6i8nZFRqxRu2O7n3T { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:5.375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:6.9875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bxiyuKuGVncXWIweBnC6u0QX4dbyxIv6 { position:absolute;display:block;z-index:15011;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:14.75rem;top:11.112002849579rem;left:0rem;display:block; }
#alTgB4LSP9AsMbH8CL6qXf53Kv5kQ7sC { color:rgba(255,255,255,0.7);display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:13.875rem;left:0rem;height:8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oEMfVtA2FpmeFhTZxwk5OSc6hKb5v1EA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.625rem;width:6.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:23.131944656372rem;left:14.75rem; }
#oEMfVtA2FpmeFhTZxwk5OSc6hKb5v1EA > img { max-width: 100%;max-height:100%; width:6.625rem; height:6.625rem; }#iib7B6vHT5im4HERVrkHGPoMOfVWRTCg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.1875rem;width:6.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:23.350694656372rem;left:39.5rem; }
#iib7B6vHT5im4HERVrkHGPoMOfVWRTCg > img { max-width: 100%;max-height:100%; width:6.1875rem; height:6.1875rem; }#v7Kgr4ntb4msRw57TnXp1KNMXMBHgxlp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.1875rem;width:6.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:23.350694656372rem;left:26.90625rem; }
#v7Kgr4ntb4msRw57TnXp1KNMXMBHgxlp > img { max-width: 100%;max-height:100%; width:6.1875rem; height:6.1875rem; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { background-color: transparent; background-image: none; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container > .video-iframe-container { display: none; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row > .video-iframe-container { display: none; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .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); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { border-width: 0; border-radius: 0; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:60rem;position:relative;display:block; }#UFN7X3K5wKcrPTJV3OfIBQKAR0egWmof { color:rgba(40,40,40,0.7);display:block;width:60rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oykOvT6qVM42BalO92XMQsKAAR1ekEso { color:#282828;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c33xK1hSdaohUsLxkq4IVLUoUJQPTAM8 { position:absolute;display:block;z-index:15024;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:7.75rem;left:27.5rem;display:block; }
#kPKREaWzBxVaTEZCJdLbe4eN10FKRxXS { color:rgba(40,40,40,0.7);display:block;width:44.8125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:7.874131679535rem;left:7.59375rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ne2vcNMtp6FWTaQUqKizrFTa7gEae20K { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.625rem;width:29.375rem;top:13.437513828278rem;left:24.9375rem;overflow:hidden;display:block; }
#ExCTeScuRKh6UG73cqWTWJTzpkDpmR0C { position:absolute;display:block;z-index:15026;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.15) ;height:34.375rem;width:35rem;top:18.062500238419rem;left:0rem;display:block; }
#oHO7BZl77oteKV8upZ6ovrKhnbPvTXq9 { color:#282828;display:block;width:35.0625rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:31.6875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLdiA49ICrpxt19wFX2XXsCVay3Ed7ii { position:absolute;display:block;z-index:15028;background-color:#e12529;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:35.1875rem;left:14.9375rem;display:block; }
#U5lCy5bKKSzQ4LTbFJ4Dt0xJCbu9SVwe { color:rgba(40,40,40,0.7);display:block;width:25.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:37.9375rem;left:4.9375rem;height:11.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X7a2mHO1Xhvhe1tFEn0A2228fufXlB9R { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:9.5rem;top:20.437500476837rem;left:12.75rem;overflow:hidden;display:block; }
#XpWwOD5yevekOWmsafclobUoRt0wX7mC { color:#282828;display:block;width:35.0625rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:31.6875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#b0KsK3hPQfRdZqM88hNmVCXCa9CEtRRZ { color:rgba(40,40,40,0.7);display:block;width:25.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:37.9375rem;left:4.9375rem;height:11.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IpqcS0wP4PJCbQ6MAHglu5fRaMiF2JqX { position:relative;display:none; }#IpqcS0wP4PJCbQ6MAHglu5fRaMiF2JqX { border-width: 0; border-radius: 0; }#IpqcS0wP4PJCbQ6MAHglu5fRaMiF2JqX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IpqcS0wP4PJCbQ6MAHglu5fRaMiF2JqX > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obtWwfDKBoUQgxUmBqu0Jg1bdEUq0XvN { width:47.75rem;height:;top:3.5rem;left:0rem;font-size:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDocPVF5LefmcPQo3A4RRlUntEJUdAKd { width:24.1875rem;height:3.125rem;top:36.75rem;left:11.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlIfdSQDdUhJruiNioKDyqAisCeEWQqR { display:block; }
 }@media only screen and (max-width: 763px) { #LuxHy1hsZKssNyTKWN6D8Ur3TcN5eRvZ { top:8.375rem;left:10.96875rem;width:25.8125rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #clp5xkEKKitEpqE910GFnpNA9aOGVQpZ { width:16.5625rem;height:2.8125rem;top:3.5rem;left:15.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFXNsI3WogJCouibl2vq9ctLuS5mEGSd { width:17.3125rem;height:3.125rem;top:46.6875rem;left:15.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDNzAeSveCH3OHynNGV5c6B6kFV95D7b { display:block; }
 }@media only screen and (max-width: 763px) { #IF1i70as5LaHq3QUCGtlu1Nel5T3QVhp { width:24.3125rem;height:3.125rem;top:41.6875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gap9e0GzKUEHnCVvbongLbw5V9e9BxdN { display:block; }
 }@media only screen and (max-width: 763px) { #CHt93blukQlyuOlRUulRkn8ILnwT6MKX { display:block; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSGmtNW3Xn2ylVUmeS1p7sQ8htU07ORt { width:30.0625rem;height:3.9375rem;top:2.25rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lembd7lRpUoJFxMKrGpLFkZ302FAu6rR { width:30.0625rem;height:1.375rem;top:7rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7GOdm7GavKpywmQclJLhmMzrVNUmMIT { width:5rem;height:0.125rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgOxdx6CRkKPzeLdZH7Kvw5JMUTw5TgA { width:25rem;height:24.6875rem;top:10.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2mvn6TLOPELTTUmRJr8RGsCFo8veDrW { width:10.25rem;height:13.625rem;top:2.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRSEEWmrRynPF2GSdiys7Jkuq7MIkRX6 { width:10.3125rem;height:13.75rem;top:19.0625rem;left:36.125003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfQ8NIqLHXHkoD0Ns1y9V5pGcINOsOeu { width:10.3125rem;height:13.75rem;top:19.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTVG8264gyQEFA5UDJreCxpJazTvq0UK { width:10.4375rem;height:13.875rem;top:2.8125rem;left:36.125003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #heXUlC4XRUGu4mJ1LD4mHv4MXZm0Q4c5 { width:5rem;height:0.125rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru { display:block; }#d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lk3DQEQm0LoNI2e2x1CUBcPOzbQKy0XJ { width:47.75rem;height:6.9375rem;top:4.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZwnIatrhTxLRoIDEceEe0skCa3ECLag { width:14.75rem;height:0.375rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHZvHNKA3Lyb2uOQFys5iSpSEOTlryve { width:34.375rem;height:1.875rem;top:12.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5o55xZwUkkzmal92EShtbw0PMUnRDyT { display:block; }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUz2enlNV954v0kc58yDT1c2epoDOynP { width:47.75rem;height:26.825842696629rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT8EgVlKKNSnLlGwlXEdB7McoRsXw1wu { display:none; }#MT8EgVlKKNSnLlGwlXEdB7McoRsXw1wu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TQdJwsgHQ8v3tTIaK4dwQ59lNwH4qmf7 { width:24rem;height:3.4375rem;top:13.75rem;left:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #egMleXBwEdVkEPSR8GJKOudtnCILCaJV { display:block; }
 }@media only screen and (max-width: 763px) { #JlM5PvphQ2fP2i24zl8myNsmwcCtGdwx { width:47.75rem;height:4.125rem;top:7.3125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I4BgENgGPsw2FmP0pJoq7fGNwKJN0zVa { display:none; }#I4BgENgGPsw2FmP0pJoq7fGNwKJN0zVa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hxWBVoWU9X84fw9TVxeGZRfEWn2WBvnM { width:47.75rem;height:10.6875rem;top:1.6875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #LiPUsAKlWkEVwNcHbQOL2WVnHTpmwQzQ { display:block; }#LiPUsAKlWkEVwNcHbQOL2WVnHTpmwQzQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myJmvTA8urIBvw01TN9RfLIsTekkJeyk { display:block; }#myJmvTA8urIBvw01TN9RfLIsTekkJeyk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXdoPB4yCmgrJVZoxwCAATPXGOnLPVhk { width:5rem;height:0.125rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr8XNXyBegdm5L31GTTFbagaFLndO6N6 { width:47.75rem;height:4.125rem;top:17.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTFonyMDr1R9nDQrE8KPqlRwQlveDZke { width:47.75rem;height:10.6875rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFlhkWDEX3HS1UgIQEi9QHBBfpkiLO9R { width:17.5rem;height:3.4375rem;top:35.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlLD2fuTiJMkZtsF0hcO9ZV9KeCTTDcF { display:block; }
 }@media only screen and (max-width: 763px) { #ghQRRcWm6RVT9VUoA5tdQnfyErtJkZfE { width:47.75rem;height:4.125rem;top:29.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHEAcyslniC2Kkm4vEECaJ61yWSvIa84 { width:47.75rem;height:4.875rem;top:22.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry4pQI5BG5TL9gyuLb5HTTAGlcPuV5VD { top:40.75rem;left:6.15625rem;width:35.4375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfvCr1uwwZZBdS99dp1GPCxa191EBbcH { top:63.8125rem;left:0rem;width:13.8125rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK8rAWTAvaZNPBoisfu67VtCUwt2PlX5 { top:63.8125rem;left:33.9375rem;width:13.8125rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpiOp9yoU9T4aSDmFrqOWLlRAvHHzZPB { top:63.875rem;left:16.96875rem;width:13.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnK3JrkXHCqWWeVTCPZFgHgwN6RDhQ1T { width:20rem;height:7.5rem;top:17.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pScimKKJJdUTwu1uv0pxv3PEhOq67q9G { width:20rem;height:11.25rem;top:1.4375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q0z3PE3m61xPkNsmscewH7Dh6XITyTGJ { width:20rem;height:6.75rem;top:22.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWbN1PPMXsMDHw4BNZPG7rMazyM4qfJH { display:block; }#vWbN1PPMXsMDHw4BNZPG7rMazyM4qfJH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQTdVkiZLHJUJHR3wTFwlx1R78CVzyJR { width:47.75rem;height:16.0625rem;top:26.75rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9AT54upSexMMteVJhMw6eS3PU5zrE1V { top:12.25rem;left:0rem;width:47.75rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2Tse7Um4WZ926MThzQa5lWJeVunA1CI { width:47.75rem;height:16.0625rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzbxDDEBKH3my0L0LvQrfAsf33cSygXi { display:block; }#LzbxDDEBKH3my0L0LvQrfAsf33cSygXi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2slpo04pDIwvkTb9UT7M0fVXX76XQnh { width:30.0625rem;height:11.1875rem;top:2.3125rem;left:0rem;font-size:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu8lKt56oNQLtU9TJCSplHNaMvtpUGfn { width:30.0625rem;height:1.375rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmFIE6GioTacXiHHsBmIswLdfQPNgkI9 { width:15.5rem;height:1.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLQtP3F5iqfpgd9oTskUppRONmWWJMVz { display:block; }
 }@media only screen and (max-width: 763px) { #l4K6RvPGT02OFVMTNzMCHH3PNRZQESvt { width:17.5rem;height:2.5625rem;top:1.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVmJLHRg0QRBuJ0aQIpqTcFoNG8k5ylW { display:block; }
 }@media only screen and (max-width: 763px) { #lbv22wLcT0HxPJAXKkeRRvoT7QizzqgF { display:none; }#lbv22wLcT0HxPJAXKkeRRvoT7QizzqgF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eGII9ubw1ZiNcTGVvphsvhNG3lwOZ76i { width:10.875rem;height:1.1875rem;top:87.125rem;left:4rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQAUcfsvClO0cX3MLQB9BTrn8u81IlQc { width:20rem;height:1.5rem;top:3.75rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KLOkP4b3urZ1lJKemZ1GqV3VOzHH0XHA { width:20rem;height:4.1875rem;top:7.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SwWTvMAVBe3v2IcatHgr6zbeJ4CgvgSk { width:20rem;height:2.25rem;top:10.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S13smFLV2VUdkGxzE9dzKvSLENw0b5zG { width:47.75rem;height:63.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rnuvO9vhpnpTgPVTzi85DNsEQ7JBe112 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Ban6vgKtVBLtaa1ekEkKFl9Skmf8VzBw { display:block; }
 }@media only screen and (max-width: 763px) { #aSt99WNvIulZVLRzElQos0FIVhoeIxuA { display:none; }#aSt99WNvIulZVLRzElQos0FIVhoeIxuA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oGV9K2QwGLFnftsFTtsAkDD4N6yZvoJT { width:5rem;height:0.125rem;top:4.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hAiyUiube1cTKa1gop1d23WTkPuiSvLN { width:4.4375rem;height:5.1875rem;top:5.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r2rTcSZ53e5ATAWRVUZtvK39KVQPtbaa { width:10.875rem;height:1.1875rem;top:6.9375rem;left:0.37500005960464rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HnlW1af05h35qetL6OrWJh6p7cfHXdJR { width:10.875rem;height:8.375rem;top:6.625rem;left:4rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbekXvL8ZedNsqvdUzrERlehCtzDNHPv { width:5rem;height:0.125rem;top:4.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S5im2PTP21xtgSI1Fmk0Dnvn6ichrnXb { width:20rem;height:2.5625rem;top:1.9375rem;left:0rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iR3KxA0c8J8AdyIy8ZztRhrKX151bIuK { width:10.875rem;height:4.1875rem;top:17.8125rem;left:0.37500005960464rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITJ7lFMXknaMIgpDEFET3DIxSHZOsC9b { width:10.875rem;height:2.4375rem;top:16.5625rem;left:0.37500005960464rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IrUXuUTOxGHv39CDSsW4HnxytoxvuyvE { width:2.8125rem;height:2.75rem;top:5.25rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzKLmoKpeXsiK1UyumW8wi8U0qFaRdTi { width:10.875rem;height:1.1875rem;top:23.6875rem;left:0.37500005960464rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BF9q38heWWBUMMtCmTGTlTI1fTs34mfN { width:10.875rem;height:4.1875rem;top:24.9375rem;left:0.37500005960464rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZzZJLn72iuKkrftXJE8OXOBaEnQmqNpQ { width:4rem;height:5rem;top:5.25rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HrCkoMviQsdAuJb34r3zagM4ypWTqUSu { width:4.0625rem;height:1.1875rem;top:15.875rem;left:9.8124995827675rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WgyRH5LIyWH8cCx3HC2GPLPFcXJ02qXT { display:none; }#WgyRH5LIyWH8cCx3HC2GPLPFcXJ02qXT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LbfXg7B1qB0Dw0zMt87NUHo480PSBa5z { width:20rem;height:2.5625rem;top:17.8125rem;left:0rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vglNvV3fyWAO90wIm1optZLzy0VLFbJA { width:5rem;height:5rem;top:21.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M5fduTRTA9zS8t7wF75TLQ72K4kKNxcf { width:5rem;height:0.125rem;top:4.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMdI9dcfNFkWTW3iVLmOtFoXzCIge1fU { width:5rem;height:0.125rem;top:4.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLnZuGSU5SuTqTHiQOyO6zppAmMmdHkG { width:10.875rem;height:1.1875rem;top:6.5rem;left:0.75000005960463rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #H0dLNfo4TCR1TKblWKKuR3olI9OwymVW { width:10.875rem;height:7.3125rem;top:22.625rem;left:4rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MubdazcNJqMgFAtw10e1ehKIBD46h2kh { width:5rem;height:4.5rem;top:20.4375rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZyuvvfpuuDtI5Hgr4b9s0V4kg7VTRfD2 { width:10.875rem;height:1.1875rem;top:17.125rem;left:0.87500005960463rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TosyqQx9HauAbcDnKLmpyn38OO80iSmB { width:10.875rem;height:9.4375rem;top:21.8125rem;left:19.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tukmfcCaSMlTzPk4ZgEM8gZTzDmecuy5 { width:4.0625rem;height:4.25rem;top:20.625rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SzgQkLuH3NAHGlIyUuGtTXTfCIWMuS2p { width:10.875rem;height:2.4375rem;top:30rem;left:0.31250005960464rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GNKhiObg0JHEUtQFOehgxLaiMNN5TqeK { width:10.875rem;height:6.25rem;top:22.875rem;left:35.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zX2KQDgRp1TXzmLU1Bos9mrebtuowTVV { display:block; }#zX2KQDgRp1TXzmLU1Bos9mrebtuowTVV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSUC003ah9QFH22QXQqrwKIvFeqBwfl9 { width:5rem;height:0.125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOi5IofPMx30bAndy3nfvdyVqcIMTpXJ { width:20rem;height:2.5625rem;top:1.9375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJbJPvlzGOZqVuKDanbxxSHGSaShGtvU { width:4.4375rem;height:5.1875rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd4st9Ps75SoaU0IOJ2yJXt2EbvV3w4L { width:10.875rem;height:1.1875rem;top:5.4375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn9FaWAaqJ9n6H3aHToXo0k0rU2t0gxS { width:10.875rem;height:8.375rem;top:6.625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgl9iyaCTHP7upLXn4CUfkqJXQixM62z { width:5rem;height:5rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSpU6P75Vcfi0pxlLBrkM50xqtqoFmOH { width:10.875rem;height:1.1875rem;top:21.4375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #noWzgABKCZ8BONqLgXT06b72KilK9QTE { width:10.875rem;height:7.3125rem;top:22.625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb1t7RZoufdDv3G0eQSgNyzJwvqMvhvT { width:4.75rem;height:4.8125rem;top:5.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp3XcfCXxzHMAogBhXhoUfJqhFMMXWlW { width:5rem;height:4.5rem;top:20.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2WPRWat9KutMBEAZwxSHvWidEoqhpic { width:10.875rem;height:1.1875rem;top:20.625rem;left:19.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA1ggTzstyUecVTeGm2IyaNqLguagHie { width:10.875rem;height:9.4375rem;top:21.8125rem;left:19.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJqwVEJWFdI6bwWi7TX1yXqfvNfAxlx1 { width:10.875rem;height:2.4375rem;top:35.5625rem;left:19.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwQXQ7muGw3eZCVseitNBQGvvqb2Tpc5 { width:11.75rem;height:5.1875rem;top:38rem;left:19.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSsE0Cy15VFlhHtZgM7EcokECuTsGlx2 { width:12.3125rem;height:2.4375rem;top:61.5rem;left:19.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX4TdZ2LXe4bTexIcfxKLvAgoXa1iuzu { width:12rem;height:3.125rem;top:63.9375rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0WeclH66X6SGD5mECiidPmTeeWZDGag { width:4.875rem;height:4.8125rem;top:5.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDo2igqETEHcqWB0SEbrQmApNGbUPGlJ { width:9.1875rem;height:2.4375rem;top:5.25rem;left:19.875001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHuz855WIM91a1AR6M2OpKgITJs32QMb { width:10.875rem;height:4.1875rem;top:8.1875rem;left:19.875001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrJa3EHzRVAuA3iVXN60a6ILrEullxpy { width:4.0625rem;height:4.25rem;top:20.625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #padKIZvrCNOJD7rrscshKmO3PRX4aDqO { width:10.875rem;height:2.4375rem;top:20.4375rem;left:35.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nugvbgbXSSsCesopG3B5RA3pdsseTDQ7 { width:10.875rem;height:6.25rem;top:22.875rem;left:35.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkf1qVuRAB6PZOHKI1tGumgWkyhGQdtu { width:5rem;height:4.375rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpcOkWGuSF4qLVsXbKcXB3WHBx203aD7 { width:13.1875rem;height:1.1875rem;top:36.8125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks05QtPJRv7irhbTIH95Hgf6s8uqaWM7 { width:11.8125rem;height:4.1875rem;top:38rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #orOmWd9hDg0oImknuGTbxf9fwc1cHdHT { width:10.875rem;height:2.4375rem;top:67.8125rem;left:35.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZl8fbh9WqFkW8QkhlmQ5GKEzQlCpDlN { width:12rem;height:5.1875rem;top:70.25rem;left:35.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2prrgnDm1tDAkiFP7QanR7t8eSPJye0 { width:5rem;height:0.125rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r443P5orIQ7wF3WkMeMsoN2wdrAT6vHd { width:20rem;height:2.5625rem;top:17.8125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCXkTiaa53BgyHdVQ5NN6GqEOK01mKfU { width:5rem;height:0.125rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewraVHbOpZMLu19Tl6NFRzktxgpv5v4q { width:20rem;height:2.5625rem;top:33rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiwilLtToSwlVdsCO8CgkfA5Ouchog0u { width:5rem;height:0.125rem;top:60.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaOm7GpcadoLKTdiUfbgq5Of0PMlHdNm { width:20rem;height:2.5625rem;top:58.3125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsmNN477qdmkxeL5NmExRy5627v4XTZQ { width:12rem;height:3.125rem;top:71.625rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fExk38tJlAaPX0RZQuBslJkzPXMUi8rC { width:5rem;height:4.625rem;top:69.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3uf7sQB2RhsH6mpiFDIRG6154pRfvEt { width:14rem;height:2.4375rem;top:69.1875rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdD7TfkQDcmCgeBXvHBZl3G41yzKCuNE { width:11.75rem;height:8.375rem;top:77rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnJAVCJgf7hAkWZF8VSfd2FOhVfrg4uc { width:11.75rem;height:9.4375rem;top:70.1875rem;left:19.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxDmZMy7IiioTF231KywZ94gnmatmsyS { width:4.125rem;height:4.25rem;top:75.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy3hC2AdOD8rQDdZekfksrleGXHeM149 { width:5rem;height:5rem;top:69.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJArRGe5Gm243FGW2HUFJwAIcVXytx0l { width:12.375rem;height:1.1875rem;top:75.75rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #czBA3o9iyZE3Pl2ALi18ZK4CTI31ftvb { width:10.875rem;height:1.1875rem;top:69.1875rem;left:19.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZh8MyK6lBcWUTKz8JBgUVmb314OAPVZ { width:12rem;height:9.4375rem;top:100.9375rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmpmmMQLfl3JDVEgo5vpd52bJEwPSS9a { width:10.875rem;height:1.1875rem;top:99.75rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6mCTN5spOCTmkP0S6AHk8Qb0UDaV0I9 { width:4.9375rem;height:5rem;top:90.3125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdi1rSqz9GPaURqHlCaCbflaiKsUtmaa { width:5rem;height:4.5rem;top:90.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaOmZdTyIttEPxfKCaCZw3w4Zzo3O8ld { width:11.75rem;height:11.5rem;top:92.5625rem;left:35.750003814698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJFJFI7IHMBr6eMuCSTToIBqMvHmfABq { width:11.75rem;height:3.125rem;top:91.1875rem;left:19.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0ap4vfzqGEzczQEc8w8lZEJqQkqIN1m { width:5rem;height:4.3125rem;top:99.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1ZZCQrzUDrhlIwkP8QnOEBwy3iJ5Ivw { width:10.875rem;height:2.4375rem;top:90.1875rem;left:35.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJEdNMNGg1Qe2rnlIJh84JtZyc4t3RC2 { width:10.875rem;height:1.1875rem;top:90.3125rem;left:19.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgJ4A33d40CkuWNnfHV1T5IVqTsDxnku { width:5rem;height:0.125rem;top:88.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK6Sab8Wzw1ctpeht29bC4bvna5kla2b { width:20rem;height:2.5625rem;top:85.875rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKawTpV8q2AlCiywlvwelCCcLnQyzZv0 { width:12rem;height:2.0625rem;top:143.75rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3pbx3aW5ONThyQ7g5Tt40zeiCfrkUvn { width:5.4375rem;height:4.875rem;top:149.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0GEUdKBwgO5qdnnF6HDk5xnqbWAEOHp { width:12rem;height:2.0625rem;top:151.75rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOQpTi31mK3TKKSCqTpzFUJXvKC9UJ8W { width:10.875rem;height:1.1875rem;top:142.375rem;left:19.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCLXh4Ls72rpaqISA9BxKbVFXEWS5BOv { width:11.6875rem;height:2.4375rem;top:149.3125rem;left:19.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REPac4hlB88W7Cbet4z5HgQAgOTMvCPI { width:4.8125rem;height:5.0625rem;top:142.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfAE63bNPadsCZSwFNElcxzeDNW6sgIs { width:12rem;height:2.0625rem;top:145rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIuQu3y0EbrvFNZ3brcRtEedodFKdRu4 { width:10.875rem;height:2.4375rem;top:142.5rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #INNteSlArk6HM6Hy81quBQPZoua0xU9D { width:4.75rem;height:4.0625rem;top:115.625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnt9pKqgg4TVp9BqOLfgtemkbJrPF0pI { width:11.75rem;height:2.0625rem;top:116.625rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC8p9uthPDFep8ZKkzlzNbHHS2g6lQkT { width:11.75rem;height:2.0625rem;top:117.625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGoyOWQmg5uKXMw5R8gAry9RQCb7FEMv { width:4.5625rem;height:4.1875rem;top:115.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHHLOdfbR1LJOWHLChgs8PTtlvQN13Tw { width:5.0625rem;height:4.875rem;top:142.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmopRDuvhHp9QqTCTQGrcHU22uOThHp8 { width:10.875rem;height:2.4375rem;top:115.25rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTkNIBcpNgsNQGG4zkk5Tp8sdoeJTikK { width:13rem;height:2.4375rem;top:115.4375rem;left:18.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SElfWvBfbQJRUUVMDa0q4n7oLdM2ecqX { width:10.875rem;height:1.1875rem;top:115.25rem;left:35.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1CzAmnEP0KvCdyp9eTSXZTEHmpcvQd5 { width:5rem;height:0.125rem;top:113.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bquhe6OxOLAArxIXwTimrkob0xNIsoc9 { width:20rem;height:2.5625rem;top:111.25rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akNvXFXVBkq6WJafTMOBMnBF1QNaPXlz { width:20rem;height:5.1875rem;top:132.9375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE6pizZXidHZIrO6KaaCwQwnKOGltSQZ { width:5rem;height:0.125rem;top:141.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATUlPU35Ti5LOPZvrRXoJtEogqRwtatp { width:20rem;height:2.5625rem;top:160.375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1315Tt5SLyiTNw8OaZczSBNqe6Jssx7 { width:5rem;height:0.125rem;top:166.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdFOupsxlWwcyqlTW37BTRzwXCRPtR07 { width:12.875rem;height:8.375rem;top:150.75rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAX7o2w2W0I432XsgbXAKZNskd9I044b { width:5.25rem;height:5.25rem;top:149.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JezD1x79GkaUIH7T44KtMLzSXVzDyw3O { width:10.875rem;height:1.1875rem;top:149.125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gvq5qJyZMJSZqT4SF4bRqaLNITZxv8n8 { width:4.75rem;height:4.6875rem;top:67.875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyWGLm9TuMsbLSN6oRfvfrn1CE6MFlS5 { width:4.125rem;height:4.125rem;top:115.25rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al3qs23lyU1WXuVCZbuXAhOxG4sPxHh0 { width:5rem;height:5rem;top:61.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7cfIfGuQSy7eWQZmVKRJMemkgqVvd3t { width:4.75rem;height:4.75rem;top:36.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8kpLKQMWTW0y8zetNugpnbSgARFlwE8 { width:4.75rem;height:4.75rem;top:29.1875rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lxS6RTzbX9pFx0CG9gQzVQW2PnV0palU { width:5rem;height:0.125rem;top:88.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZXLApgOIymh4zZVULGidnIXZMy79xTWU { width:5rem;height:0.125rem;top:57rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cQ7U9wZUuBX02RxTbmmPNqzpK2R0M5zq { width:5rem;height:0.125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FlBlZCvGNhwq31df6wdMtp0n8RF3IOlA { width:11.75rem;height:2.0625rem;top:124.8125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV91sRbG0VZxhWJZ86prNrxUZrQPM4qN { width:10.875rem;height:1.1875rem;top:122.6875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq3PbdAnktw1c7mxCLkGiMf00TPKOrs0 { width:4.25rem;height:4.1875rem;top:122.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #htUEJPCkoeQsNSqcT2ysGdg8gtJGERO9 { width:5rem;height:5rem;top:61.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIztoDlgTJyntdGBgkB0PgnQ10R9N9d2 { width:13.4375rem;height:3.125rem;top:63.9375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zduEGOATQvFNG1NeBhlUALDUA6pJOwTZ { width:10.875rem;height:2.4375rem;top:61.5rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu6EeI7GGumfV699kUc3RLQBh6fQ129V { width:12rem;height:4.1875rem;top:145rem;left:35.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3txX0rBOsLDENo3ylOBsugMbJuAERbw { width:4.8125rem;height:4.8125rem;top:142.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH1ZKAOvQ3pOrwSOvEfl8KQLXaNw5dDG { width:10.875rem;height:2.4375rem;top:142.375rem;left:35.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCpTitnRTmw4EJMo7WfLkTTw2LxWlrWH { width:5rem;height:5rem;top:39.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XatnV0K428mnRAiepfNQTeEGfWXTsQHt { width:13.4375rem;height:3.125rem;top:158.25rem;left:2.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zosZtRJEi5mhfOQlrT6WGElXWmyslesZ { width:10.875rem;height:2.4375rem;top:155.875rem;left:4.8750000596046rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UHXV3kVvutWcTKTgE3DRtWNAcConAEHm { width:10.875rem;height:1.1875rem;top:100.8125rem;left:4rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QRoz3wEgymwzoXFelq3Kh0FSZ0Hp7azk { width:4.25rem;height:4.1875rem;top:100.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x2RguaoUNT5SP7HdueUI7UsW9ddfEIRC { width:11.75rem;height:0;top:102.875rem;left:4rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EovzxOphzFtDi7ik26xVfdea3CBKAHUe { width:10.875rem;height:1.1875rem;top:210.25rem;left:4.2500002384186rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oeOvisrNBxF7fvTv8TiaMJTp4cbqO4tq { width:11.75rem;height:0;top:102.875rem;left:4rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tw4PKx2LaKJRq1W2vXyhIPZPquFIoP25 { width:4.25rem;height:4.1875rem;top:100.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKvuD41V1ObTXf9e6T4ZothLW2ezOJsK { width:12rem;height:4.1875rem;top:117.8125rem;left:35.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCLfeowAKveBJDdA2FUZMkkRgDoFJmd6 { width:4.8125rem;height:4.8125rem;top:115.25rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UWExLC9ly24q79oPGNmPDJXDzom0B1vo { width:11.4375rem;height:2.4375rem;top:293.3125rem;left:4.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eSQrGEzovecP8D2aPhyfsSmb9ETz08k1 { width:20rem;height:1.1875rem;top:226.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RuS7KmPIu5kO0fTEAxUPdACnwZCHBECe { width:20rem;height:1.1875rem;top:279.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WkgSaS1Fzd7bd766CaeV00zUTOpURpcW { width:10.875rem;height:2.4375rem;top:138.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcUXJfuIvwWlCbir1HcAfGTH9O8bPT7v { width:10.875rem;height:2.4375rem;top:163rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEZDHWrNQKUtKXq15aVngpc1NaxST9zC { width:12rem;height:5.1875rem;top:101rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwWtQHvw1Bs0rJsZWRyEaacGJTtK47g9 { width:4.3125rem;height:4.3125rem;top:99.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCK0HPBcs5QSATwLgdeTATKHyH22yys1 { width:10.875rem;height:1.1875rem;top:99.8125rem;left:19.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7iwkccxz4yh3r7PeeWfBB7Aga6wID57 { width:11.75rem;height:6.25rem;top:38rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5U34VrdmdX3XvnSUyuukdW5TIuAc3Cy { width:13.6875rem;height:2.4375rem;top:35.5625rem;left:33.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaiGuW9LfFvZZTbcDQ0OiRNhTexOzeDn { width:11.75rem;height:9.4375rem;top:49.9375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqSrnxOmldc1nT1b5PWsGIvGwJ7Sw25y { width:4.75rem;height:4.75rem;top:47.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvslVyUCwbhMbBFGzJLqbLs8DLyoydJT { width:10.875rem;height:2.4375rem;top:47.5rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTteL0QFVdd01NSaTDPzOCR7HqodrGlQ { width:4.3125rem;height:4.3125rem;top:97.9375rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6AO00tKV52ValLDaOrdIfEuHTllcS1P { width:10.875rem;height:1.1875rem;top:142.1875rem;left:3.6250000596046rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VPitmtcM1wuLv07w0DqVsgB8IhEaQAyu { width:12rem;height:5.1875rem;top:99.125rem;left:19.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AgBlgHvt4sA4A2ThUJgODW1BXMzpXK9M { width:11.75rem;height:9.4375rem;top:108.4375rem;left:4.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #i5WQJd5rZQC8vxzNQmr7eUe9X40mZRAq { width:4.375rem;height:4.375rem;top:37.5rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rdZnG55HdZmilpGGN4ygrkM22OLyJbuh { width:13.125rem;height:2.4375rem;top:48.25rem;left:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rOxN7Aa97zTcnW2nMSO0dbxOgQxeAKLq { width:4.6875rem;height:4.6875rem;top:35.5625rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #im6A8n16XQTtS9wcIHfBOfXCX8aATgxI { width:4.375rem;height:4.375rem;top:37.5rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcmB2IcnimFTS82zsWTPzdNkHFRryGb0 { width:11.75rem;height:6.25rem;top:102.4375rem;left:4.0000002384186rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ymDsnKXDFL5c3xzXwb3qsQLICTnyDNlz { width:13.125rem;height:2.4375rem;top:27.25rem;left:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGUzL11B0Pw8E8dTToQEHf7M0DFGTxWq { width:4.25rem;height:4rem;top:100.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oXHI70PDevcQaA3zgKm3is6kBidfyLgr { width:11.75rem;height:6.25rem;top:243rem;left:4.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #B4IB42kr5dfcnHdVlKAHqOQSVSi3dvC1 { width:13rem;height:1.1875rem;top:241.8125rem;left:2.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OfLHgMIFtSJpvLNxK1gObuh5ADdRVLZJ { width:11.75rem;height:5.25rem;top:91.1875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUhvHdTpwF8dlc6TwFvPW4haUeOH3zZH { width:16.5625rem;height:1.125rem;top:90.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8HX6rshWaGeTNTXdsFroBvgOHssLEsI { width:10.875rem;height:1.1875rem;top:89.125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiG3FMdwouhMGX50r1cHyxwugL33Vw1A { width:12.9375rem;height:1.1875rem;top:99.375rem;left:2.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kbUSfP2WaT23EgKmH01OoFPbxfygSFox { width:11.75rem;height:5.25rem;top:101.8125rem;left:3.5546875596046rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ralB4ymfT3TszqBKESLWOoOeURlZPzMq { width:10.875rem;height:1.1875rem;top:87.125rem;left:4rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HyVtlT6dzPt4Z2D9uo5UbdsJwqkyhE2Q { width:4.25rem;height:4.4375rem;top:122.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvNg8mXXATQnTuLX2zsSDADcofg4E3Dx { width:11.75rem;height:6.25rem;top:124.0625rem;left:18.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnIAag4wuZsQ7tE56VTE3QpBa5ReU4Jc { width:12.5625rem;height:1.1875rem;top:122.5rem;left:18.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISM14JNJNJCFZ0U082iNmOSIIiTLZTPO { width:11.75rem;height:9.4375rem;top:207.25rem;left:4.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RC8V06BzUC7SyzElQk1WI7MMiBWywUJv { width:11.5625rem;height:3.625rem;top:47.75rem;left:19.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoTai3fVE0ZKAhTF6urCBfTGbkKoTJ1l { width:11.75rem;height:7.3125rem;top:51.4375rem;left:19.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai9hhJvr4uVtpiuUWSFG7P3CapMAXXUy { width:4.75rem;height:4.375rem;top:47.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHXH8V9VyQLVrpnmebe8oA00Sqn3QMrX { width:4.375rem;height:4rem;top:37.5rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqdthSl3ykO8412z2PgeRzT6MPQ6WpuI { width:11.75rem;height:7.3125rem;top:54.0625rem;left:4.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EClu7sSCcuTLZfTdiHv6PsCu2DLu0Plp { width:13.125rem;height:3.625rem;top:62.0625rem;left:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XCHwMfySkuVNAOEJMJmyIyUwvJvLAxrt { width:20rem;height:3.6875rem;top:0.9375rem;left:0rem;font-size:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yPOf6b3po08Q2T1p5hbGzW3Hp6qi9Oys { width:20rem;height:3.6875rem;top:75.375rem;left:0rem;font-size:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWQl8UU7h79r5U7uGL5sUWac7q1xnePd { width:4.5rem;height:4.875rem;top:90.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsyZVy8Kl7MqcbLZ2VzuHuEDeqg91C74 { width:3.4375rem;height:4.3125rem;top:99.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVNHAHNWO1ppy6LGKss1hbV515t81GCe { width:5rem;height:4.9375rem;top:168.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEGCweNS2iJEdC1mDTsh6Ltuy4M7wETk { width:12rem;height:6.25rem;top:169.6875rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5ZdrILQTznWAb0sC0AO8WEpqhUuc0kx { width:10.875rem;height:1.1875rem;top:168.3125rem;left:19.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnzIWIDuH29rU4nQOAOxO49x7Tfn6lz0 { width:10.875rem;height:1.1875rem;top:87.125rem;left:4rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcsGDwqFRaF3KpKaQKkgHOTsoFSDJMWa { width:10.875rem;height:4.1875rem;top:6.25rem;left:36.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuFQOqLLAUBLONRri02bOOX7Trqf1A0J { width:10.875rem;height:1.1875rem;top:5.25rem;left:36.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z11lQL0SOAi4aMfbZBcB6KKqzVyfI8A6 { width:5.1875rem;height:5rem;top:5.3125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKcPLPpJu597vJJQBBqn0PHG0uy1Gl3A { width:2rem;height:1.1875rem;top:5.25rem;left:28.800001144409rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn4c34bIJ73H2siiorDs0uZ7ImCdXzFc { display:block; }#Sn4c34bIJ73H2siiorDs0uZ7ImCdXzFc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVUktIT7eQ7wtf5ShnowpFKWuVSSgC1v { width:30.0625rem;height:1.375rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZddAqis7NdkHqUemux8au4u7EvKxso4i { display:block; }#ZddAqis7NdkHqUemux8au4u7EvKxso4i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tioiVTCbWgRVStpDezLmRtKil3id7ksh { width:10.875rem;height:3rem;top:2.125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFXurOoGBbZAO2GRldR50Z62ODVS969n { width:20.3125rem;height:4.6875rem;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPREaWSqO02hMk02TTXAp2HTiVGqgnRi { width:10.875rem;height:6rem;top:2.125rem;left:15.875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbC8mmmIT5V0EPXyOOpPhRSGOhCyCZ8S { width:10.875rem;height:3rem;top:2.125rem;left:31.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrBxOBCqRDNDJ1e9CsvGT1vWH4y7MULs { width:20.3125rem;height:4.6875rem;top:9.375rem;left:11.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxzXEE7bQsTWhSFE9xXXQI6QTqy4dTkR { width:20rem;height:4.6875rem;top:15.625rem;left:11.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moTKnuWT6Rbpx0H6yecU3wbyJ5KP4vNM { width:20rem;height:3.125rem;top:21.75rem;left:11.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZaRaB18smGbKw8olTSvNRwILyLPFDsg { width:20rem;height:3.125rem;top:27.3125rem;left:11.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huUJ8Wv0tH5dPvyimUMCl7IRufcmT5NR { width:19.75rem;height:1.5625rem;top:6.125rem;left:27.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeAMwZAop0XWX8CdtsMB6FkOw60ODmLa { width:20rem;height:1rem;top:1.1875rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M6A4vS6RC5O3pnhcBdbocPXsBWmQIuEf { width:20rem;height:2.125rem;top:7.75rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E5Se1B4y83e3KwOZZOHv2dIe3DBP9T5g { width:20rem;height:4rem;top:4.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fSTWmiU1vyTpiHFFZegypQZM6afsErR9 { width:20rem;height:2.25rem;top:32.5625rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p2rkpxv2sJOPxqZWW4SdIEmwtGN8NR3g { width:22.3125rem;height:1.375rem;top:13.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXHnfNTmUE7PTkdQ3zzXDDfGKs8e6SWV { width:20.3125rem;height:6.25rem;top:13.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcPwsusKIEHvZVWeBbSaNIJPleyqmml8 { width:20.3125rem;height:6.25rem;top:20.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4bRxp8ZerqlRLaxVyU8hszJHaNMKNcf { display:block; }#p4bRxp8ZerqlRLaxVyU8hszJHaNMKNcf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnvEMRNCnFxOocVsUeX2C0FtRHNk5LEk { width:30.0625rem;height:6.875rem;top:1.25rem;left:0rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG1DNAJ4LnwxbKU8OrhzXS17dGQmUZaa { width:30.0625rem;height:1.375rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox1C9eqfM0Ukqi7VCL8iRaFeRkZtGBeh { width:47.75rem;height:8.375rem;top:8.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #siZnZcUVD57Ua0LPy7hU5L8Mxlp40hyU { display:block; }#siZnZcUVD57Ua0LPy7hU5L8Mxlp40hyU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKJqgXDuX2TCpTl6HlUAVnZQyqBMgVkJ { width:12.5625rem;height:2.4375rem;top:24.75rem;left:35.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4SV5KU3NKT8aOJIu44AcvT68LIXPv3n { width:12rem;height:6.25rem;top:27.875rem;left:35.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdgLb5OOeAInlqoMNkWrtIF3uuwytdn1 { width:11.8125rem;height:1.1875rem;top:14rem;left:35.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJcgssoeeodQxVFme39FDcWGr2dhRTNW { width:12rem;height:5.1875rem;top:15.1875rem;left:35.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzTM6uoMCRySN7mHvE7X2roqNIlMvL2w { width:11.75rem;height:4.1875rem;top:25.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T46HkxzxKqtuu7NqINg9iGuXtSvdSZTv { width:11.75rem;height:5.1875rem;top:4rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCnbJnvq9tqB6VeUBiVol4WHAyOS2uev { width:12rem;height:7.3125rem;top:4.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAM3TFFZxaFIPbizWS0JT7imnCGWaKmO { width:10.875rem;height:1.1875rem;top:2.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuRHvOcUZrkM4WWTASNxZgFlOchRBZDU { width:10.875rem;height:1.1875rem;top:23.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qomCVJF9WodmnvUaKTo2mcEeM6p9wN2e { width:10.875rem;height:1.1875rem;top:2.3125rem;left:36.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PitIqZZkTEAJ3NNdFCPhMAwt6QrlyUJF { width:5rem;height:0.125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV6PfoeTBEe0Qu3eMbNHOXkuM9ToNSpD { width:12rem;height:5.1875rem;top:16.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVAh8OXQBLE3wCzkSaOfzql9e2Vpspbl { width:10.875rem;height:1.1875rem;top:14.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6MhdvNiSwLh7p4UgFbIR1BFEG2NL0Zo { top:20.5rem;left:0rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK38V0GJ90zVWQmvblebVz0P0h9cplg9 { top:1.0625rem;left:11.625rem;width:20.125rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyKrscEZAhiCGeSTFmC2xM2UAUFfeTHF { width:47.75rem;height:8.375rem;top:8.3125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nIDNXTLf5aA7B9yPPPlTCDTB3FWhT8og { width:5rem;height:0.125rem;top:118rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HKA1vrdFZtK9Ku2Csp27maPrxXwaPVTM { width:20rem;height:5.375rem;top:65rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXef7WpPEspOIH5m5BwyEzixK5C1HwcI { display:block; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rM0vFI9NzK2UPZBUe6gFZVX4S3eodZ9d { width:47.75rem;height:7.5rem;top:4.1875rem;left:0rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmpUmMRvlAZzWwfwnetMFKBZHQr6ZbHl { width:14.75rem;height:0.375rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqwWhxcT6gOQ7azz9JekkCl17lcIUR5T { display:block; }#dqwWhxcT6gOQ7azz9JekkCl17lcIUR5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhs7BDdK0Pn5tnaEQpNtOScuvolTJiCP { width:5rem;height:0.125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw7L38VosdgC3IWvMGOf0TrG6ydWEzTb { width:20rem;height:3.25rem;top:0.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uegowylDvo5RJSVW8nuNvM8aspFt45v7 { width:15.25rem;height:2.4375rem;top:21.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybC0v601F4fEZtQqbZ8u3Iuf9epZwof6 { width:16.9375rem;height:1.1875rem;top:28.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6LTuTe3w1M7BICOD1t50A3c7NptWuPO { width:20rem;height:3.25rem;top:0.6875rem;left:11.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT0CZOVopKWSvEMw1VBfhEXqax7B7kSP { width:5rem;height:0.125rem;top:4.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWKRz11TSv1cchOpLGXB9KcaR8iO1wTr { width:20rem;height:2.75rem;top:0.6875rem;left:27.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFKNHDFiI60nUGXR83q1rJ4ts6wIW1E3 { width:5rem;height:0.125rem;top:4.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7in35Ub77H4hp252KuB6bgSAatprZlV { width:14.125rem;height:2.4375rem;top:21.5625rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVCkJCXDcmZSQw9MqhXPOUODXDixPsWv { width:12.625rem;height:2.4375rem;top:24.9375rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX0ca0oNcLlirnhwnJoEqhOhwW93dFx2 { width:9.625rem;height:12rem;top:5.875rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rveUZiCTbW1IT0nKuGwWIuwHWwHfG5bw { width:14.25rem;height:2.4375rem;top:21.5rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUTPeFDg2pZRPtV37lOIEfDLRqB3IyLS { width:10.875rem;height:3.625rem;top:26.75rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDvTUTXKTfDEdbRSpPoURZ4E9UwzdzIG { width:9.4375rem;height:11.875rem;top:5.9375rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r55sd2lUxFiprTMcQGnQ9w8LKT0J8DMv { width:9.8125rem;height:12.1875rem;top:5.8125rem;left:34.593753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyrMht4eTv3mVnis2De3eQvHC09r49xm { width:13.5rem;height:2.4375rem;top:24.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qptGga4XGg1FMqGabIcHPWEwKEqOwqfM { width:13.5rem;height:2.4375rem;top:31.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxCTdiWo1qGLD33QfsKh63FLueAzZkFx { width:13.5rem;height:3.625rem;top:28.9375rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKAuTGyubBwugAvrHgAZcB7CddKd9aLP { width:20rem;height:3.0625rem;top:15.0625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bHfudxJo5nZ0nlVeOXUc3he8BKNb46N3 { width:5rem;height:0.125rem;top:4.4375rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfXnq2FLdC9s6GRWJElJQ529Q06OwSyG { width:20rem;height:3.25rem;top:49.5625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMowhR4ZzhFTpAnW6fvXsiEqTIt7dH79 { width:20rem;height:1.1875rem;top:51.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bV8km9MeDMTlosqQbu9Jrch8tCuGyqFB { width:5rem;height:0.125rem;top:4.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XAf0TWOqiaVRHdJRcRBMagu8xid0MZXd { width:20rem;height:4.875rem;top:86.75rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FOITEdEKpTnmCL5UvcHRTVOquTruLmv7 { width:20rem;height:1.4375rem;top:56.4375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VCdkdgr86MFLFQUI39GMZlPyOLcTxDXN { width:20rem;height:1.4375rem;top:45.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWG0aumsFO6WDhsAxXLGoqk7cxhh5gfD { width:20rem;height:1.625rem;top:41.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJNKIUilZ5MTXO3m63cczh8Ibx7qDdQ6 { width:20rem;height:1.25rem;top:55.25rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m02XTuVPGU1dxcT38yffuKDqbOkpLSUq { width:20rem;height:3.25rem;top:81.0625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #A1VFnqRWCmoqk49IUleH4u3Ta5TVxezz { width:20rem;height:2.75rem;top:52.8125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r { display:block; }#qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KiBeF8MNnA4GLiPhoKUH6CEzBsN0ioIe { width:47.75rem;height:6.9375rem;top:5.4375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLfFPg9KxGyvBvSGUgPIIeDNTV5d0wR9 { width:14.75rem;height:0.375rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7mxW2NwqSmbkrqt7fb0HVI3ZHoityhm { width:27.5rem;height:4.5rem;top:12.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlWaIpqx69IdvLBoJvTDXc03qf6NssC5 { width:16.6875rem;height:1.9375rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvvHDcrfTyAAVmhcp2wuZUF6y2aczHX3 { display:block; }
 }@media only screen and (max-width: 763px) { #ceUKx0oxVaaV2pG9Zydx9Gnp1cnWs0iO { display:block; }#ceUKx0oxVaaV2pG9Zydx9Gnp1cnWs0iO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNmurkAnaZAMagmT4Z66oQuqxaarvkwp { display:none; }#TNmurkAnaZAMagmT4Z66oQuqxaarvkwp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ziL6GTexJswuDdeMs0UQRh5f5CC5Zu99 { display:block; }#ziL6GTexJswuDdeMs0UQRh5f5CC5Zu99 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q2oUwqQc42hEiXHbN2eAP0uWfoq0lIVJ { width:5rem;height:0.125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f98Dw1D8Kop98RD9fmlqb162DAZTa4IN { width:20rem;height:4.375rem;top:5.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiTT2wWC5U804aCg38CpsHi62xyFmKSd { width:10.875rem;height:2.0625rem;top:25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMP5lnXqn0Iv0UonFZ5ZPu40L9k0fmZe { width:20rem;height:2.75rem;top:10.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TecCsTzIOtNDxti4rlBWTENtdpfWet9t { width:11.75rem;height:2.0625rem;top:33.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UohdFodHihvSVyHGTINV8UXdWnK43w1I { width:19.9375rem;height:4.125rem;top:17.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx4zKPBFTScpVQMT5HJCEt0M0tF3XTFp { width:12rem;height:2.0625rem;top:44.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCP2pAFizHoJ7B7pUJ1dkPTsiXETbAAq { width:7.3125rem;height:9.3125rem;top:5.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THaC8KWV4rlDV1msZTR1upgn9rPy0TbE { width:20rem;height:2.4375rem;top:31.25rem;left:0rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQtCiKl06adEl8RCpU2fUkTDJqTOp8gC { width:5rem;height:0.125rem;top:4.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6Z1fQkKqsTAwrayGt7vuPQt0BJJ28Fz { width:20rem;height:2.75rem;top:0.6875rem;left:27.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4Qw5b7bV3iIEDbHQFbPi7ILvdpXRuoD { width:5rem;height:0.125rem;top:4.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3ysA6fZDr2WFPaiBb40sSDVmWMP4DpZ { width:20rem;height:4.125rem;top:57.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD65Zd4ULlX9Thr0w3lAtSBdyOmfoNGI { width:10.875rem;height:1rem;top:25rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #veuHev0tdqfvWTSIOa7fIwVR6BaoAdiE { width:20rem;height:4.375rem;top:61.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlL5rszOzZvoh5LlXt6y1Xn2GX0Sp7QN { width:11.75rem;height:1rem;top:33.5625rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3GbMWsowZDC7DJWAdBOmMCkacbeomdB { width:20rem;height:4.375rem;top:68.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eln9rPaI2htRCT3oq1iLA3LRGETU4Lsm { width:12rem;height:1rem;top:42.1875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzc7AEKt350mDtRN3f2tJtEooWhUkyBQ { width:7.3125rem;height:8.8125rem;top:5.6875rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUWn0TLuNTmByrlGqPrhrnIUiyv5c9Ju { width:7.3125rem;height:11.0625rem;top:5.625rem;left:34.687503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMC5uMpqxPV3R797RKAP727Ne3DlJiru { width:20rem;height:2.875rem;top:90.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7XGEgr9s37eVQPnhZHPeq5Z7ntKJGSb { width:12rem;height:1rem;top:67.625rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIZMVQMFHTO5z4NPky9iTkSFGfm7rt1u { width:20rem;height:4.375rem;top:81.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBTvHAUwDoidGfqKVXk8xWJLNckf9D4O { width:11.75rem;height:2.0625rem;top:58.8125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFTfOZSZim1m1nkaPuV3KsKJqXHKBc62 { width:10.875rem;height:1rem;top:49.125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeRUMv3sxBJw6XvVqCQrr4KqEkqZFFas { width:20rem;height:2.875rem;top:75.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxSyyQTgHo7iI5q7Tcys3HeS45oAvxe9 { width:20rem;height:5.8125rem;top:132.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxC4B3bdFrXhSsZblMXVMufyngFIK1PN { width:10.875rem;height:1rem;top:24.875rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6bBOdG4Ey8xRDOzk9ds0tJdUar0uiTH { width:20rem;height:4.375rem;top:140.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afHpsVakNG76QCpsyfU2MT7cRNHCGNUh { width:11.75rem;height:1rem;top:34.625rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAouNMrc8x0D2kA9OuxZUhcSmkXIyeWe { width:20rem;height:4.375rem;top:146.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp7l7O9qogkKMZM1J6U8J3IAt5aDsVfw { width:12rem;height:1rem;top:42.1875rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrtFIWNfCMCS6ueUV7IFokgoLqcFQnrh { width:10.875rem;height:2.0625rem;top:51.375rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrPErTfzMtF1LAlPI0ogfnSJTHZgTshD { width:20rem;height:2.875rem;top:153.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvzfDycbCgn9gBrWgCceUZTG4iF2Hw1E { width:20rem;height:2.875rem;top:159.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGyxkFL0ktsDH3NsyuTcZ8A2SEdc1Vnr { width:11.75rem;height:2.0625rem;top:59.9375rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciTyGD65X3l1eBUBRhAWg4Q1DaHTQUoV { width:20rem;height:2.875rem;top:165.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTAapuRK3y7cGX4DwdibBPNoiOkwimU0 { width:12rem;height:2.0625rem;top:70.0625rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzQRcPuaWQROK8GErT6l4C1dGftOTpeZ { width:20rem;height:4.375rem;top:94.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH30AOR4F95oCWWhr1T2kkAZucWGxN07 { width:12rem;height:1rem;top:77.5rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #isZgur9TfhSR0mnyPpAVPd1RzHReEEF4 { width:12rem;height:1rem;top:77.625rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEcydPkaBKUyTmbgxiT4rvevdxr2tOyP { width:20rem;height:2.875rem;top:171rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4TXxHOrmnOAvGlTTlxgGmFkFvOxdoVr { width:12rem;height:2.0625rem;top:85.5625rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6I1W0VBZHKhDtGDtbalTozQEuz9uvK6 { width:20rem;height:2.875rem;top:176.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvvV8d9c6d7swVFRcXmIEyAlrNP0xu1u { width:12rem;height:1rem;top:95.0625rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #axDFA4S9N9QbHrxAwzPDL5BGaQlvAXc3 { width:20rem;height:4.375rem;top:182.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUkp2Oz13EaycPLdPFvu87MZcJ74fgOg { width:12rem;height:1rem;top:80.8125rem;left:31.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #W5vDGd4LhNH5Nz9mEsy4xzsuxBcGFZtB { width:5rem;height:0.125rem;top:4.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UVL3gicTnsEFnXqrTC8ELrmTH0rGpfDP { width:6.1875rem;height:11.0625rem;top:5.625rem;left:19.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndbiMAvXec51AGCOID9TaXLfQrw4RQcG { width:6.1875rem;height:11.0625rem;top:5.625rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiTQG8kmhLB6pQ516pW2ak50xn2pPU5T { width:5rem;height:0.125rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rgGBnDvoQAfPIEnK72pVOwJ5bvu7emEQ { width:5rem;height:0.125rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Es057sw5XP12tTGMfrmBZT4Z5vMoUcT5 { width:6rem;height:2.0625rem;top:27.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdsLboFyBVwkU5FbPoH9yWukrS5xJALe { width:6rem;height:1rem;top:35.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoKDeygqZvcchtBar6FQsiTcyOV3xXoI { width:6rem;height:1rem;top:46.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyLVLod40wKOtJekWQE2RXRQckyPBaha { width:6rem;height:2.0625rem;top:26.0625rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt6O8TmsCDiSww2OSFxtZ3bt1J6a8EGX { width:6rem;height:1rem;top:50.125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqao3Q99OFsnqdzoKMhGC4y3TqOOyseN { width:6rem;height:2.0625rem;top:34.5625rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdWNkGx0Bo3RxxKqoPpfJbu4ze0AXako { width:6rem;height:2.0625rem;top:43.1875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT7vINTDWowPvrxQV1N45UDrc5527ZOd { width:6rem;height:1rem;top:60.875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzt0Fg1U29ZWUJQe0p8LDDMJ19iToBLN { width:6rem;height:1rem;top:78.5rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #STht390xg8DT0SsBJ6dtlJIxa2lgdOOM { width:6rem;height:1rem;top:68.625rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOHWpmvat4FoDxmv5o11ktcFT7rC6MKN { width:6rem;height:2.0625rem;top:26.0625rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9x3i0BfyTzuJbztc1B20VJrxG5Bfako { width:6rem;height:2.0625rem;top:35.625rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umWBX32abkRHKXnPbIV4VALZq1NOdmuI { width:6rem;height:2.0625rem;top:43.1875rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9CWSsHPGJMdntSVQ8bPZXreidLUO69p { width:6rem;height:1rem;top:54rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFBhSaaHnFT8dOznvwJgvt3GiFZg0Qez { width:6rem;height:1rem;top:62.5rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxgbJ3uG8knMwRQEwvbiTy4UeXvPTdgy { width:6rem;height:1rem;top:72.125rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2n9FWqvTRJu3kG0lRriqB8fRfxOSVLs { width:6rem;height:1rem;top:78.5rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR67ZOiZosMq52McmNsCOdLFwDysAZTH { width:6rem;height:1rem;top:87.625rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxEJHksyUrMOVCATsDBR69oZSD8I1Hbw { width:6rem;height:1rem;top:96.0625rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8bvf69rwRlwU42gdSAF0ayCoRyN866I { width:20rem;height:4.875rem;top:38.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTJr43w6GhBcOJbQ6ll5r7vnfK6earZr { width:20rem;height:5.1875rem;top:123.5rem;left:0rem;font-size:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLOeTnNKrDQX9yb9Xs11mWRkVdvwA5rA { width:20rem;height:4.875rem;top:38.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #M5EidWvMTwiJ9tBAnUTWikIBn1nhUQNm { width:20rem;height:3.25rem;top:0.75rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1w3woOiMgmGehvleLknIIyCIwkgy0T3 { width:20rem;height:1.25rem;top:3.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVyWuacUxXBIZ4F9pLaN40LnEeT4I6AX { display:block; }#MVyWuacUxXBIZ4F9pLaN40LnEeT4I6AX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtPtrJKwfBCxJqdGymUmkSuQz4OqqE02 { width:5rem;height:0.125rem;top:7.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrNei6SmylXisZx8OGe4mbFEi7OcE7W6 { width:20rem;height:3.25rem;top:3.4375rem;left:11.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltdWwsK5XnA9f1GUHTbRsxs94S0TvdNo { width:10.875rem;height:3.625rem;top:21.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRRv8WXWL3WXCJ2VDTCrQmJoBgpCya4F { width:10.875rem;height:2.0625rem;top:25.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXIFZLqXyyDfmaLMMLNbxDDJVn5Mpd3d { width:10.875rem;height:3.625rem;top:21.375rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyzmb5MkwtpLKUZLBovKFC63CwmxyQdI { width:11.75rem;height:2.0625rem;top:25.0625rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTA8r1bLFiTONz7hhaVpvyhI4QViUBW1 { width:10.875rem;height:6.0625rem;top:21.375rem;left:33.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqfDbouRwTMSm4PeeyaqZxtEL1mOyvP8 { width:12rem;height:2.0625rem;top:27.4375rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAPAvLCkKEWJIEfRVbgeU8d1J5mhiQ8b { width:7.3125rem;height:9.3125rem;top:5.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWCZzTnogaMyoUK9TPZwL8eMh0r3nFxZ { width:20rem;height:3.25rem;top:32.5rem;left:11.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMDaUOpyO8M85elJD08H8bTBEudtqPr6 { width:5rem;height:0.125rem;top:36.25rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMSBCoOWSWgBeRl7T4zLdiWhoO4Ef3Wy { width:20rem;height:2.75rem;top:73.875rem;left:11.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZh76iM6UeII8Hy7cksnQrp2n1lnUBQP { width:5rem;height:0.125rem;top:77.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhSTS0HsSrKJx1frPe58RyMIAmBfeT7o { width:10.875rem;height:3.625rem;top:63.1875rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmC98T4DLgbFK1dPJkuyaB192A8c3pE1 { width:10.875rem;height:1rem;top:66.625rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZNnlMl0nE0BtfpgI8yBEchfJ9UaupRa { width:11.0625rem;height:3.625rem;top:50.1875rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlqFAdQDzrgJl1tTFWCzz6uSp5NNuMuq { width:11.75rem;height:1rem;top:53.875rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #taoLvv9BH10ZeMODpPTagKZq6QXFH21T { width:11.375rem;height:3.625rem;top:58.8125rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzEODlVhXwz9WsURQ8z9TNuXqirM9uDT { width:12rem;height:1rem;top:62.5rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgKGkAsGic71wfTH23w3Hkpav2LMoDCd { width:7.3125rem;height:8.8125rem;top:5.6875rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX8TpdnnWE5aA8wzs1sIwpXtqQQXlhTA { width:7.3125rem;height:11.0625rem;top:77.6875rem;left:19.988716125488rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWDpyFnZ8mDmdw6iSt7J9q7MnL5n26y5 { width:11.375rem;height:2.4375rem;top:57.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3ylOmage569a0r6kO99stv8aQE1nXti { width:12rem;height:1rem;top:59.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThOQdeMrmuxExrpM893HTyMBQrp9d8xP { width:11.0625rem;height:4.875rem;top:50.1875rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ6V4pcb553T0FDW1eEbxW0EgJu4igt2 { width:11.75rem;height:2.0625rem;top:54.9375rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRDO6BQ3dKTDNUMShSfWHgrXbunPmbAb { width:10.875rem;height:1rem;top:52.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP25cPbOJCyvLxI85oZlJ8aEyt9P6eBb { width:10.875rem;height:2.4375rem;top:50.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR0TegeLfKMDtwcvQ0rTEqcMmkMeQEgp { width:10.875rem;height:3.625rem;top:93rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVXXUIHxTztvsJ4d1pV3DkzwZGST5UnN { width:10.875rem;height:1rem;top:96.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9MyMudTHA5w5UUhWHuumESQlqmlyro8 { width:11.0625rem;height:4.875rem;top:100.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7PU1s7lz7ucXMW63EP3EqE5HGNzlIGM { width:11.75rem;height:1rem;top:105.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ7ZSJKcR1B9UPZAX8Gn79lVztybvkVG { width:11.375rem;height:3.625rem;top:93rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGDOudbTNCfsvw2NFL8NwH8NdXxuOxQQ { width:12rem;height:1rem;top:96.6875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ1WTTd3Z9qdZfkNeln2VfJTZI0nmWOZ { width:10.875rem;height:2.0625rem;top:104.3125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrTEn2G0bur5ullPaz5QSzPK7Rriyi3Q { width:10.875rem;height:3.625rem;top:100.625rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL4lyeb3EAQUdARdXQZJ43fHIQHJ5aQ5 { width:11.0625rem;height:3.625rem;top:109.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvBcxQmpTHGWUiF9DZZbth1I2t5SA3r4 { width:11.75rem;height:2.0625rem;top:113.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NILDkksZPRcb4IHzJEcHLJgD8FHOXu3D { width:11.375rem;height:4.875rem;top:93rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se6u6gS8FRS7T7xTCFKUa52vPre4w1h1 { width:12rem;height:2.0625rem;top:97.875rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H52HPR4FNuDOxKevUZeo4W2vK73bADzk { width:11.375rem;height:4.875rem;top:63.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E71vXxAyWUTFg5ladiOAJkuvsJT1bPRp { width:12rem;height:1rem;top:68.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyEmuew2UDDHAoMTQrTolkwrWTnHXnOI { width:12rem;height:1rem;top:105.4375rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozbGBJHzOzKIDuCkSiTXAPfw9HWM3Fuz { width:11.375rem;height:2.4375rem;top:102.8125rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWTl8teWZJalx2SAdCgmCDJSJbPDpJoa { width:12rem;height:2.0625rem;top:113.375rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIgaHu9VTHH2hsvcSZgvbO7upIfHRzo0 { width:11.375rem;height:3.625rem;top:109.75rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJu9RhV5uzaZAmgH9kZtMPbJDo3Lu9ZH { width:12rem;height:1rem;top:114.25rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIR5swgy1pA8f0fOB0T9m1lzcxRUTxF1 { width:11.375rem;height:4.875rem;top:109.375rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APoL9H17UpVi0ZCZlHRSgmb1nWEyQCVO { width:12rem;height:1rem;top:80.8125rem;left:31.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MRO6mTXfoxNwuDpp8zGlfVpzkbHATyOL { width:5rem;height:0.125rem;top:4.4375rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vC7w1UJbJmtgd5PSxcAfK8lmdwoTDMxO { width:5rem;height:0.125rem;top:4.4375rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThLBSueAUoHChyHZI2Tl9yOOIqp1sgpO { width:5rem;height:0.125rem;top:4.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTEAsaTpVcJezDCNArz0l2BXPlvQqczt { width:6.1875rem;height:11.0625rem;top:36.3125rem;left:20.551216125488rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVogC7016mGKQXnIDKnWma8s9Qvits4d { width:6.1875rem;height:11.0625rem;top:7.1875rem;left:20.551216125488rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEMJH60HdFSWS4RUTs4iWk1GLRNacf4i { width:5rem;height:0.125rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vdCXSyqTyqCT6TRuVZDubAcZHAKASclv { width:5rem;height:0.125rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pcbbmRqscHXdd6HtqhbGe2B3LgCerPA3 { width:6rem;height:2.0625rem;top:27.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfmWk5Tt6QxlBIUTRDoIBLBZlDypQoGT { width:6rem;height:1rem;top:27.125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQp53adK15hPTarR46BQxxiZvyATBW5V { width:6rem;height:1rem;top:29.5rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMDFxFL2zyqVZKr2hHxSTN6EV8Qo3I7f { width:6rem;height:2.0625rem;top:67.6875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCfOPuOXBVWqreflPtkz4nMwSveAOmsB { width:6rem;height:1rem;top:53.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erUTe8XEtVhktxHHS5PNPxoiqwOUKTDT { width:6rem;height:2.0625rem;top:54.9375rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfrs5eSVmy2AGfDHURekaNRnSNOuNF7V { width:6rem;height:2.0625rem;top:63.5625rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvZylRbROGrgwnGPRIpVWC5CDPKe2tWz { width:6rem;height:1rem;top:57.0625rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDnOq53AI90pTqzwWLPKcLCqWWJoxx37 { width:6rem;height:1rem;top:69.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMQ4SbkATTUPOhQKT3Go1Gf7MDPA58pw { width:6rem;height:1rem;top:60.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ1aJyWmTGvg4T7LaNgRET4RLxkKgXPl { width:6rem;height:2.0625rem;top:97.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #snfWKNV1tBbysUvWIFJRFsDlTPGaqyXg { width:6rem;height:2.0625rem;top:106.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opTZcEm6JmpKkFylNO1KsJkCDL1N86oy { width:6rem;height:2.0625rem;top:97.75rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtQUukGU2Ov6qbXIP6COQPb01hN1gsCJ { width:6rem;height:1rem;top:107rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMmG5TPcz7CtGxsZ6dsD8MMlJaosET8J { width:6rem;height:1rem;top:115.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvn0VslOZ6MqV90B61ubTsnFX8ZpAAOp { width:6rem;height:1rem;top:100rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTTdxi0PS8K77OdUq7R0kbhDRu1keTyu { width:6rem;height:1rem;top:106.375rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQTqbURxuLaGkfXmHu6J0tpAUuntTl88 { width:6rem;height:1rem;top:115.5rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTMnTIKTQ8AVQCtZ2xhaTwAe10rzXvbk { width:6rem;height:1rem;top:115.3125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9Pi2AeDoTbACBBFkFgxO2O6ldOBMh0g { display:block; }#P9Pi2AeDoTbACBBFkFgxO2O6ldOBMh0g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNwJtJyMo9gwmwJxL4CPfBcogg52OSkN { display:block; }#NNwJtJyMo9gwmwJxL4CPfBcogg52OSkN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXsmI4ebrABkC942l9wTeZbdF6pQPFhH { display:block; }#gXsmI4ebrABkC942l9wTeZbdF6pQPFhH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCynlmLewkM3CDa88By1eZ63gRgPDVTG { width:47.75rem;height:6.9375rem;top:9.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7M1bHpJw3AVpRL47Krg3kk7iNTzCGFM { width:14.75rem;height:0.375rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4uu7mi54rf9xL4yufFJ9yf6LMxMbm5F { width:27.5rem;height:6rem;top:13.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJoSQswT4ns221IPZk1oGKzIbrX2wVlw { width:12.1875rem;height:3.125rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3TdiELqK3aCb00lIaETMo5HT8wMThOy { display:block; }
 }@media only screen and (max-width: 763px) { #yQBkuCA8QrrrSWvLUUlh31wk5XeXohIx { width:20.5625rem;height:1.9375rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6igZeel3DxHcFiEUtgsC5re5tlLt4Vs { display:block; }
 }@media only screen and (max-width: 763px) { #dEwenz0zyfm8aTFyHhH7DdkvRpSH1vAK { width:27.5rem;height:4.5rem;top:17.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbGVOtcICGRRT2c0gNhCLSPXvyxzODaN { display:block; }#RbGVOtcICGRRT2c0gNhCLSPXvyxzODaN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXFRdZEKVv8gLa6ko395eBMp2KKz5GGx { width:30.0625rem;height:2.8125rem;top:2.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh93e65yivXdPr8I3Syh0K23nEA6B6hp { width:30.0625rem;height:1.375rem;top:5.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGz0g4wUCdn0CTqr2nxCWK7ByQkZv4GW { width:5rem;height:0.125rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5t4kinFEuRU1DKiDgtQSpgIZuc4eC87 { width:25rem;height:7.9375rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMdevvwDCI966zSSmBUktcr95fZifkXa { width:10.25rem;height:13.625rem;top:2.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8u3MMmDIawqkOnFBkbeSwzXuEZySq4v { width:10.4375rem;height:13.875rem;top:2.8125rem;left:36.125003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFwTtkXhiONawR21XHAwPPRWvAoI4nWS { width:30.0625rem;height:2.8125rem;top:2.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GyDQaUoehOVwMvw1uaV84rQmUDTVuz9v { display:block; }#GyDQaUoehOVwMvw1uaV84rQmUDTVuz9v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EX8QXVIObcDtSeyVu1SlONQkNWtztl9R { width:16.125rem;height:1.0625rem;top:1.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sne32MF4dqVAMumiX31Qog8F213sJAt6 { width:10.875rem;height:1.1875rem;top:4.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRhvVspnkf2GXpRzv1xnJd3Xcu5LFLxo { width:14.4375rem;height:2.125rem;top:6.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7ld87UoWdbF067R1X0UVAhTeVqBGV0I { width:10.875rem;height:1.1875rem;top:10.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOErBhzFqcL89crVtVLC9uBx0ByKHlhl { width:11.75rem;height:2.0625rem;top:11.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLUvh11d3lXsDst3ZL6zIxEsEbNFRCKT { width:10.875rem;height:1.1875rem;top:15.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEqz3LcGbuO3A6gGfe8W5CdPIGaV0nob { width:12rem;height:2.0625rem;top:16.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w77Old6huvEesT0C8uX3PGcE5oa1TCWB { width:10.875rem;height:1.1875rem;top:0rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba8yVt67DkBK7gtFEz4MXnPN6FN7TgkI { width:19.25rem;height:2.125rem;top:1.1875rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkfD9xtsf4bMGFByHusG25nDtNrOqOmo { width:10.875rem;height:1.1875rem;top:4.9375rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8mwMWiRnXnOhtO7h0lic0svxB3diDyK { width:19.625rem;height:1.0625rem;top:6.1875rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG1PQapJ6FNqABwrBTXrxH1tdUFl9zTA { width:13.6875rem;height:1.25rem;top:10.5rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3ekkZ1ZCa4B9xMPi8IvprPF7GbH8OJ3 { width:18.75rem;height:2.125rem;top:11.6875rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHq93x0DNXhdBqehoZ25bohqTTV1m4Ib { width:10.875rem;height:1.1875rem;top:15.25rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwxuNPiomgArdJfk5iswfdlqBKB4PNHV { width:17.75rem;height:1rem;top:16.5rem;left:14rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6kZm4owtCwVqTlFBVx6D6pQe4WLqRgd { width:10.875rem;height:1.1875rem;top:0rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAe4bIbgORFMyDfgJHQu2RUFqBrbPrif { width:19.625rem;height:2.125rem;top:1.1875rem;left:28.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULAobbHg6tFivJQvpGww14ebbtLwAbZO { width:10.875rem;height:1.1875rem;top:4.9375rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyyXuLw593nhNIno1G4TIRTOEbJG1IcD { width:10.875rem;height:2.0625rem;top:6.1875rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvzVWFTegDb6pKiV1DqwSoytIqSTu7e5 { width:15.125rem;height:1.25rem;top:10.4375rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqtwCrOpRwrnV9BFy8wQuWSl6dwAh2Oo { width:11.75rem;height:1rem;top:11.6875rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG7q2vMlBJ3TPTuJyxtagGLGykbSizbO { width:13.625rem;height:2.4375rem;top:15.25rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0SyUViBeH63p5u8refdTVlTwTqGntZ5 { width:17.375rem;height:2.125rem;top:16.5rem;left:30.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuNtDQgP7PserHTcIlpWZ1xV1GDVKosz { width:10.875rem;height:1.1875rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8DJzpiTpJuFCO8ShrVlEmJhf2fUbwbs { width:12rem;height:3.125rem;top:21.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kymE4fO1wroJHdGzTR7rTJqXzp7KfT7d { width:10.875rem;height:1.1875rem;top:20.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMNgtcHxzy4hrhQzqSMpgC7E1RMmTW7T { width:17.4375rem;height:1.0625rem;top:21.625rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlESW2Znv7Hqx6PT1WZVXtA8ZR4ThEVM { width:10.875rem;height:1.1875rem;top:20.4375rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoKmAu6zRTHIZwLm1aTM2rDuxZdAWqcS { width:19.1875rem;height:1.0625rem;top:21.625rem;left:28.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntI7817JVtvqemzwls5hCEbNhMyI5auV { width:10.875rem;height:1.1875rem;top:20.4375rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVqUMRnXoX5d0zHVh3ge55I6wBKU80Ud { width:12rem;height:3.125rem;top:27.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vsh0Nd046xHhdhK1qDFcBiv15vrgCvFb { width:10.875rem;height:1.1875rem;top:26.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAeB1ySszbEIbGdT77DLP0NzvkcCmS8Q { width:20rem;height:3.25rem;top:33.0625rem;left:11.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOdUGbJ5nkhdTKNzUJkOPUfIN3PuNqsz { width:10.875rem;height:2.0625rem;top:38.8125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #drt5nS4bJIbVi7QXpU6EXm5zzEueXGPd { width:10.875rem;height:1.1875rem;top:37.3125rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOiCz0sGEhWivPvTmagJC3CrE2m7404C { width:11.75rem;height:1rem;top:39.9375rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNDIMRI7NEe6rSsWdk5JJSooXIl50T50 { width:10.875rem;height:2.4375rem;top:37.5625rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzBbdTVIQ3Ar5B1OTeBCXXlV7GE65nOM { width:5rem;height:0.125rem;top:32.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtWP3ZUyOwINVFAgPWBPHIkAApyz1nZk { width:20rem;height:1.4375rem;top:17.8125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFpIsdJPvmPhVLe73TVF0O87i8vCtTnQ { width:20rem;height:1rem;top:35.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #goKUHNcgoXsQ51skfhmJuhW1SosSKrFy { width:20rem;height:1.4375rem;top:0.75rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ehc5PTmkm1Baos5d8VMKhJHoCicHSQWn { width:20rem;height:2.0625rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R0T6ASvZMNfbfDzdvG5PUwWpSTl4kTnv { width:11.75rem;height:1.1875rem;top:85.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UhGoq0N9T4OzwJ6XgMbFdhqaqio7nJT1 { width:18.5rem;height:2.125rem;top:27.9375rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaJlFs5vmpFTfuCZEMgXpVX0MV0XLB0H { width:12.8125rem;height:1.25rem;top:26.75rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXPQ13PdbDXh3A45SuaTCnnl97fT2cvQ { display:none; }#TXPQ13PdbDXh3A45SuaTCnnl97fT2cvQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OVcdz0pXzWBNoxTV7rIUBt6IJGQd447q { display:block; }#OVcdz0pXzWBNoxTV7rIUBt6IJGQd447q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dvpsm5DDuNKbFd9op87fQiNEaNNJcZSS { width:5rem;height:0.125rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwuDO3cZWvcrkfqL1AsiDuylSwuEhtF5 { width:20rem;height:6.5rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TANEZKW105UeoxLHUB4NIvR6f6TaEFST { width:10.875rem;height:2.4375rem;top:23.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzCHotVrD0f6QofHREsQyg8ZoosifkcU { width:10.875rem;height:2.4375rem;top:28.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URuUi1x1NgmV4TOGAWpGkv8Os3pFS4vk { width:7.3125rem;height:12.625rem;top:7.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMS1uJHJIn0FtZlXpD3XltSTJH434oOq { width:5rem;height:0.125rem;top:6.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX3mk6VsMtstBUNJhTR5dCfdkTaiIBeO { width:7.3125rem;height:8.4375rem;top:7.5rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiFspH1TzQffukqm63sH1wTt5oBN2HzB { width:5rem;height:0.125rem;top:6.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExFzcc1zNJ95gyFuXqXSgfpZ6wnnwX1v { width:20rem;height:3.25rem;top:0.75rem;left:11.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCqBHkd8fZmGCeJy2vgVSPLXW73C7cwJ { width:7.3125rem;height:12.625rem;top:8.4375rem;left:35.843753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVq2ql6Ty5wM2SuDnCWNMyeJbR5o0CER { width:10.875rem;height:1.1875rem;top:23.8125rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paHm4DbmCsvDA0C6uJPLNKw3TPIA9dC5 { width:10.875rem;height:2.0625rem;top:25rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6yJfeH1xFIHmz7U5nWyyNCQbkIK2wTS { width:10.875rem;height:1rem;top:27.125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6zvTdsQIAUyrql8rkpwv92sh7wgpPNJ { width:10.875rem;height:1.1875rem;top:45.125rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBWHTRNg6LkvoShkmvVF7qImT2x75uml { width:10.875rem;height:2.0625rem;top:29.0625rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k81CaSDwJM9Oa7JXJntu2lxRRScllh0h { width:10.875rem;height:1.1875rem;top:27.875rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfsqyzNR2Cch3zFsHkczm4JHJ1Je6eP5 { width:10.875rem;height:1.1875rem;top:47.0625rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tekf10XBwwxGpL5D83bAaq6wkUJBi2bc { width:10.875rem;height:1.1875rem;top:49.125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9u3mfoXJxQ4HpGRSP1QxUmBfXp69Ms { width:10.875rem;height:1.1875rem;top:49.125rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW8Aag5hyACDMKmlE630SkOr5sIcpPl5 { width:10.875rem;height:1.1875rem;top:32rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7dOLF1FX8HKxOtFh3wftpTSX2iw0mx8 { width:10.875rem;height:2.0625rem;top:33.25rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKV7TqPkFX9TyFvCVfiBILwtBVi5SViX { width:10.875rem;height:2.0625rem;top:37.375rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV1GUq2Hp6tzH6Ul4CEmOs8kZ6sd3mzB { width:10.875rem;height:1.1875rem;top:36.1875rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyGkwMVzHInOPebDv0vvmGRRA6lcDD8K { width:10.875rem;height:2.0625rem;top:41.875rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEqSkRJ3TeQr5dawaylUZBkeUdyIyO3H { width:10.875rem;height:1.1875rem;top:40.6875rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8cihe8U4oThGdXTQFigN3VL0V2LHJdQ { width:10.875rem;height:1.1875rem;top:28.1875rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLhgFAs8yNVQn2zB1OgQwVvxsdkM3H6T { width:10.875rem;height:1.1875rem;top:31rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4HkmbVZeRQ3SAh2JW9qe0cgwK3aH2Vi { width:10.875rem;height:1.1875rem;top:33.5rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcAtFRFi1J8pPx1NRaXumuigqRQ6yIGg { width:10.875rem;height:1.1875rem;top:35.9375rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8QsaXyfvmLTw6uOUNhlaTWJuyaSU8Tz { width:10.875rem;height:1.1875rem;top:38.4375rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd7qJOWv7VkkhTnrUpPINHkC9t4dOaK2 { width:10.875rem;height:1.1875rem;top:41rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #krqAxEV7OTGQA7TXzncULTLm8R3Gh2ts { width:10.875rem;height:1.1875rem;top:43.6875rem;left:31.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvDqv9yEfPl4fw586lPqF4e4QDX8xcUt { width:10.875rem;height:2.0625rem;top:45rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJBdouXcP0DNSzX0F01Rx5ZhB4JkcHAT { width:10.875rem;height:1.1875rem;top:47.625rem;left:31.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrF2IkXKNh7qonafetNWQ9gtcJovuP59 { width:10.875rem;height:1rem;top:49.0625rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrMqtL8msuC8wgizgqsfTTPkfVlO6oAI { width:20rem;height:6.5rem;top:0rem;left:11.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aitVCdqiBPnNfJs0aIgVM6MsIXkhEwE1 { width:20rem;height:2.875rem;top:11.125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ihG7UtT31b4ChAqRm2v3LPBfSW4nD4gK { width:5rem;height:0.125rem;top:6.375rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZFyLWFbONw5baNuhg2GZHflCZUJ0xJH { width:5rem;height:0.125rem;top:6.375rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H9dWWrL7IaZrVI7El4UteJo5QTn2ticg { width:20rem;height:1.4375rem;top:38.4375rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LmoP0FucBQ9rRZGQnLvTTChbkuHRZydg { width:20rem;height:1.8125rem;top:40.875rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBIDyxS0kDsDwbhVR8qHw4Xk4C3Oos6a { width:20rem;height:1.4375rem;top:39.6875rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xiKERnPLDuR9GveVCp40euqBLfyT622i { width:20rem;height:1.4375rem;top:41.4375rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3eQpTAzBsXETzwTES8nlX4o2TTMGWvo { width:20rem;height:1.4375rem;top:45.0625rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPxZkrgrRaI7aXQxmAuHShCTmOUITqVR { width:20rem;height:1.4375rem;top:47.3125rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #phcTn7LJcuK43zHdWebgTKliay6PWIvw { width:20rem;height:2.4375rem;top:65.3125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WhHoPWkxVNQyWxZrJ5weThGcldGN4ZWl { width:5rem;height:0.125rem;top:6.375rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMv5BZTTTdE3BwUhLKAlBq5Zx4Okq3DW { width:20rem;height:2.4375rem;top:18.3125rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeBcVRga7DoQC3sLzocXOlT8WnFL5RVt { width:20rem;height:2.4375rem;top:23.1875rem;left:11.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aELwgFiXTgK9iNPp4hpxwLnwAeWcFVOr { width:20rem;height:2.4375rem;top:18.3125rem;left:15.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9GeafAnXyT2VMzsUevQApv8UT6Z1FKe { width:5rem;height:0.125rem;top:6.375rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFNGfvMTHVxaxxWSQyazQLmL80Etihvb { width:20rem;height:2.875rem;top:7.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hbq7avsogCazZyucefuxxGWWAzTddxpP { display:block; }#hbq7avsogCazZyucefuxxGWWAzTddxpP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f427L6qkDspd3TI6i8nZFRqxRu2O7n3T { width:47.75rem;height:6.9375rem;top:4.1875rem;left:0rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxiyuKuGVncXWIweBnC6u0QX4dbyxIv6 { width:14.75rem;height:0.375rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #alTgB4LSP9AsMbH8CL6qXf53Kv5kQ7sC { width:27.5rem;height:8rem;top:13.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEMfVtA2FpmeFhTZxwk5OSc6hKb5v1EA { top:23.125rem;left:8.625rem;width:6.625rem;height:6.625rem;display:block; }
#oEMfVtA2FpmeFhTZxwk5OSc6hKb5v1EA > img { max-width: 100%;max-height:100%; width:6.625rem; height:6.625rem; } }@media only screen and (max-width: 763px) { #iib7B6vHT5im4HERVrkHGPoMOfVWRTCg { top:23.3125rem;left:33.375rem;width:6.1875rem;height:6.1875rem;display:block; }
#iib7B6vHT5im4HERVrkHGPoMOfVWRTCg > img { max-width: 100%;max-height:100%; width:6.1875rem; height:6.1875rem; } }@media only screen and (max-width: 763px) { #v7Kgr4ntb4msRw57TnXp1KNMXMBHgxlp { top:23.3125rem;left:20.78125rem;width:6.1875rem;height:6.1875rem;display:block; }
#v7Kgr4ntb4msRw57TnXp1KNMXMBHgxlp > img { max-width: 100%;max-height:100%; width:6.1875rem; height:6.1875rem; } }@media only screen and (max-width: 763px) { #TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg { display:block; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFN7X3K5wKcrPTJV3OfIBQKAR0egWmof { width:47.75rem;height:1.375rem;top:3.125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oykOvT6qVM42BalO92XMQsKAAR1ekEso { width:47.75rem;height:2.8125rem;top:4.1875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c33xK1hSdaohUsLxkq4IVLUoUJQPTAM8 { width:5rem;height:0.125rem;top:7.75rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPKREaWzBxVaTEZCJdLbe4eN10FKRxXS { width:44.8125rem;height:3.5625rem;top:7.8125rem;left:1.46875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne2vcNMtp6FWTaQUqKizrFTa7gEae20K { width:29.375rem;height:43.625rem;top:13.4375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExCTeScuRKh6UG73cqWTWJTzpkDpmR0C { width:35rem;height:34.375rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHO7BZl77oteKV8upZ6ovrKhnbPvTXq9 { width:35.0625rem;height:2.8125rem;top:31.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLdiA49ICrpxt19wFX2XXsCVay3Ed7ii { width:5rem;height:0.125rem;top:35.1875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5lCy5bKKSzQ4LTbFJ4Dt0xJCbu9SVwe { width:25.1875rem;height:11.25rem;top:37.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7a2mHO1Xhvhe1tFEn0A2228fufXlB9R { top:20.4375rem;left:6.625rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpWwOD5yevekOWmsafclobUoRt0wX7mC { width:18.75rem;height:5.6875rem;top:28.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #b0KsK3hPQfRdZqM88hNmVCXCa9CEtRRZ { width:20rem;height:24.375rem;top:34.25rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IpqcS0wP4PJCbQ6MAHglu5fRaMiF2JqX { display:none; }#IpqcS0wP4PJCbQ6MAHglu5fRaMiF2JqX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4eb65e49-98bc-40e8-971f-a144dcb16c74/Projektbeztytuu25.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obtWwfDKBoUQgxUmBqu0Jg1bdEUq0XvN { width:20rem;height:0;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NDocPVF5LefmcPQo3A4RRlUntEJUdAKd { width:18.125rem;height:2.5rem;top:27.486979484558rem;left:0.9375rem;font-size:0.8125rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #qlIfdSQDdUhJruiNioKDyqAisCeEWQqR { display:block; }
 }@media only screen and (max-width: 763px) { #LuxHy1hsZKssNyTKWN6D8Ur3TcN5eRvZ { width:15.9375rem;height:15.9375rem;top:9.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #clp5xkEKKitEpqE910GFnpNA9aOGVQpZ { width:16.5625rem;height:0;top:24.943576812744rem;left:2.5546875rem;text-align:center;text-align-last:center;font-size:2rem;font-family:"times new roman";font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #HFXNsI3WogJCouibl2vq9ctLuS5mEGSd { width:18.125rem;height:2.375rem;top:30.924479484558rem;left:0.9375rem;font-size:0.8125rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #wDNzAeSveCH3OHynNGV5c6B6kFV95D7b { display:block; }
 }@media only screen and (max-width: 763px) { #IF1i70as5LaHq3QUCGtlu1Nel5T3QVhp { width:18.1875rem;height:2.375rem;top:34.375000953674rem;left:0.90625rem;font-size:0.8125rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #Gap9e0GzKUEHnCVvbongLbw5V9e9BxdN { display:block; }
 }@media only screen and (max-width: 763px) { #CHt93blukQlyuOlRUulRkn8ILnwT6MKX { display:block; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row .container { width:20rem;height:64.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSGmtNW3Xn2ylVUmeS1p7sQ8htU07ORt { width:18.75rem;height:6.5rem;top:9.5367431640625E-7rem;left:0.625rem;text-align:center;text-align-last:center;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lembd7lRpUoJFxMKrGpLFkZ302FAu6rR { width:18.75rem;height:1.21875rem;top:6.4991312026975rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7GOdm7GavKpywmQclJLhmMzrVNUmMIT { width:5rem;height:0.125rem;top:7.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LgOxdx6CRkKPzeLdZH7Kvw5JMUTw5TgA { width:18.75rem;height:36rem;top:9.6241374015806rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2mvn6TLOPELTTUmRJr8RGsCFo8veDrW { width:9.75rem;height:13.0625rem;top:44.530383110046rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #zRSEEWmrRynPF2GSdiys7Jkuq7MIkRX6 { width:9.75rem;height:13rem;top:44.562501430511rem;left:10.249999761581rem;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #yfQ8NIqLHXHkoD0Ns1y9V5pGcINOsOeu { width:9.75rem;height:13.0625rem;top:46.4375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uTVG8264gyQEFA5UDJreCxpJazTvq0UK { width:9.75rem;height:13.0625rem;top:46.4375rem;left:10.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #heXUlC4XRUGu4mJ1LD4mHv4MXZm0Q4c5 { width:5rem;height:0.125rem;top:8.2812509536744rem;left:7.4999997615813rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f088ea6-54bd-4749-b933-1be6157a5136/BeowaCiemnoniebieskaPomaraczowaRcznieRysowaneLekcjaEdukacjaStrona.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru.adaptive-delivery-prevent-bg, #d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru.lazyload, #d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru.lazyloading { background-image: none; }#d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru > .row .container { background-color: transparent; background-image: none; }#d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru > .row .container > .video-iframe-container { display: none; }#d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru > .row > .video-iframe-container { display: none; }#d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru > .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); }#d2Cm6A67Trd3SFGnH18ZvR7OUTNTgxru > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lk3DQEQm0LoNI2e2x1CUBcPOzbQKy0XJ { width:20rem;height:3.25rem;top:1.5000004768372rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZwnIatrhTxLRoIDEceEe0skCa3ECLag { width:5rem;height:0.125rem;top:8.2595500946044rem;left:7.4999997615813rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHZvHNKA3Lyb2uOQFys5iSpSEOTlryve { width:18.75rem;height:3.2rem;top:5.1241316795349rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5o55xZwUkkzmal92EShtbw0PMUnRDyT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f088ea6-54bd-4749-b933-1be6157a5136/BeowaCiemnoniebieskaPomaraczowaRcznieRysowaneLekcjaEdukacjaStrona.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT.adaptive-delivery-prevent-bg, #T5o55xZwUkkzmal92EShtbw0PMUnRDyT.lazyload, #T5o55xZwUkkzmal92EShtbw0PMUnRDyT.lazyloading { background-image: none; }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row .container { background-color: transparent; background-image: none; }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row .container > .video-iframe-container { display: none; }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row > .video-iframe-container { display: none; }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .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); }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUz2enlNV954v0kc58yDT1c2epoDOynP { width:20rem;height:11.25rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT8EgVlKKNSnLlGwlXEdB7McoRsXw1wu { display:none; }#MT8EgVlKKNSnLlGwlXEdB7McoRsXw1wu > .row .container { width:20rem;height:24.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TQdJwsgHQ8v3tTIaK4dwQ59lNwH4qmf7 { width:19rem;height:3.4375rem;top:16.5625rem;left:1.90625rem;font-size:1.0625rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #egMleXBwEdVkEPSR8GJKOudtnCILCaJV { display:block; }
 }@media only screen and (max-width: 763px) { #JlM5PvphQ2fP2i24zl8myNsmwcCtGdwx { width:20rem;height:0;top:10.0986328125rem;left:-4.84375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#f9f9f9;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #I4BgENgGPsw2FmP0pJoq7fGNwKJN0zVa { display:block; }#I4BgENgGPsw2FmP0pJoq7fGNwKJN0zVa > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxWBVoWU9X84fw9TVxeGZRfEWn2WBvnM { width:20rem;height:5.2rem;top:3.1805555019528rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #LiPUsAKlWkEVwNcHbQOL2WVnHTpmwQzQ { display:none; }#LiPUsAKlWkEVwNcHbQOL2WVnHTpmwQzQ > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #myJmvTA8urIBvw01TN9RfLIsTekkJeyk { display:block; }#myJmvTA8urIBvw01TN9RfLIsTekkJeyk > .row .container { width:20rem;height:108.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXdoPB4yCmgrJVZoxwCAATPXGOnLPVhk { width:5rem;height:0.125rem;top:11.249131202697rem;left:6.6241319179537rem;display:none; }
 }@media only screen and (max-width: 763px) { #nr8XNXyBegdm5L31GTTFbagaFLndO6N6 { width:20rem;height:0;top:0.99999952316281rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#f9f9f9;display:none; }
 }@media only screen and (max-width: 763px) { #fTFonyMDr1R9nDQrE8KPqlRwQlveDZke { width:20rem;height:0;top:2.3741374015808rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFlhkWDEX3HS1UgIQEi9QHBBfpkiLO9R { width:14.6875rem;height:2.8125rem;top:30.858513593674rem;left:2.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlLD2fuTiJMkZtsF0hcO9ZV9KeCTTDcF { display:block; }
 }@media only screen and (max-width: 763px) { #ghQRRcWm6RVT9VUoA5tdQnfyErtJkZfE { width:20rem;height:0;top:22.484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(255,255,255,0.7);display:none; }
 }@media only screen and (max-width: 763px) { #xHEAcyslniC2Kkm4vEECaJ61yWSvIa84 { width:20rem;height:0;top:26.383677482605rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ry4pQI5BG5TL9gyuLb5HTTAGlcPuV5VD { height:11.111111111111rem;width:20rem;top:35.015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfvCr1uwwZZBdS99dp1GPCxa191EBbcH { width:13.8125rem;height:18.5rem;top:47.564239501953rem;left:2.8697917461395rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK8rAWTAvaZNPBoisfu67VtCUwt2PlX5 { width:13.8125rem;height:18.375rem;top:88.904520511625rem;left:2.9253473281861rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpiOp9yoU9T4aSDmFrqOWLlRAvHHzZPB { width:13.75rem;height:18.375rem;top:68.321175098419rem;left:2.9565973281861rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnK3JrkXHCqWWeVTCPZFgHgwN6RDhQ1T { width:20rem;height:5.0625rem;top:15.1953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #pScimKKJJdUTwu1uv0pxv3PEhOq67q9G { width:20rem;height:11.25rem;top:1.4982643127441rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#e4e4e4;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Q0z3PE3m61xPkNsmscewH7Dh6XITyTGJ { width:20rem;height:6.75rem;top:22.296874761581rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(255,255,255,0.7);z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #vWbN1PPMXsMDHw4BNZPG7rMazyM4qfJH { display:block; }#vWbN1PPMXsMDHw4BNZPG7rMazyM4qfJH > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQTdVkiZLHJUJHR3wTFwlx1R78CVzyJR { width:20rem;height:10.4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #U9AT54upSexMMteVJhMw6eS3PU5zrE1V { width:20rem;height:31.9375rem;top:11.649296760559rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2Tse7Um4WZ926MThzQa5lWJeVunA1CI { width:20rem;height:0;top:16.566840648651rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #LzbxDDEBKH3my0L0LvQrfAsf33cSygXi { display:block; }#LzbxDDEBKH3my0L0LvQrfAsf33cSygXi > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2slpo04pDIwvkTb9UT7M0fVXX76XQnh { width:18.75rem;height:8.2875rem;top:2.0616374611854rem;left:0.625rem;text-align:center;text-align-last:center;font-size:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu8lKt56oNQLtU9TJCSplHNaMvtpUGfn { width:18.75rem;height:0;top:10.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LmFIE6GioTacXiHHsBmIswLdfQPNgkI9 { width:8.875rem;height:1.6875rem;top:1.1171875rem;left:5.5625002384186rem;font-size:0.75rem;font-family:raleway;display:none; }
 }@media only screen and (max-width: 763px) { #oLQtP3F5iqfpgd9oTskUppRONmWWJMVz { display:block; }
 }@media only screen and (max-width: 763px) { #l4K6RvPGT02OFVMTNzMCHH3PNRZQESvt { width:14.6875rem;height:2rem;top:0.54599666595459rem;left:0rem;font-size:1.0625rem;z-index:15018;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVmJLHRg0QRBuJ0aQIpqTcFoNG8k5ylW { display:block; }
 }@media only screen and (max-width: 763px) { #lbv22wLcT0HxPJAXKkeRRvoT7QizzqgF { display:block; }#lbv22wLcT0HxPJAXKkeRRvoT7QizzqgF { background-color: transparent; background-image: none; }#lbv22wLcT0HxPJAXKkeRRvoT7QizzqgF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbv22wLcT0HxPJAXKkeRRvoT7QizzqgF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbv22wLcT0HxPJAXKkeRRvoT7QizzqgF > .row .container > .video-iframe-container { display: none; }#lbv22wLcT0HxPJAXKkeRRvoT7QizzqgF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbv22wLcT0HxPJAXKkeRRvoT7QizzqgF > .row > .video-iframe-container { display: none; }#lbv22wLcT0HxPJAXKkeRRvoT7QizzqgF > .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); }#lbv22wLcT0HxPJAXKkeRRvoT7QizzqgF > .row .container { width:20rem;height:46.375rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGII9ubw1ZiNcTGVvphsvhNG3lwOZ76i { width:10.875rem;height:2.51875rem;top:1.2343888282776rem;left:0rem;text-align:left;text-align-last:left;font-size:1.9375rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #BQAUcfsvClO0cX3MLQB9BTrn8u81IlQc { width:20rem;height:1.54375rem;top:3.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #KLOkP4b3urZ1lJKemZ1GqV3VOzHH0XHA { width:20rem;height:4.2rem;top:5.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #SwWTvMAVBe3v2IcatHgr6zbeJ4CgvgSk { width:20rem;height:2.275rem;top:10.135416507721rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #S13smFLV2VUdkGxzE9dzKvSLENw0b5zG { top:12.986112117767rem;left:0rem;width:20rem;height:26.625rem;z-index:15082;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rnuvO9vhpnpTgPVTzi85DNsEQ7JBe112 { top:40.951369762421rem;left:1.25rem;width:17.5rem;height:3.4375rem;z-index:15083;font-size:1.0625rem;background-color:#ef0f0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ban6vgKtVBLtaa1ekEkKFl9Skmf8VzBw { display:block; }
 }@media only screen and (max-width: 763px) { #aSt99WNvIulZVLRzElQos0FIVhoeIxuA { display:block; }#aSt99WNvIulZVLRzElQos0FIVhoeIxuA > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGV9K2QwGLFnftsFTtsAkDD4N6yZvoJT { width:5rem;height:0.125rem;top:4.1875rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #hAiyUiube1cTKa1gop1d23WTkPuiSvLN { width:3.875rem;height:4.5rem;top:5.2968826293945rem;left:1.1750000119209rem;overflow:hidden;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #r2rTcSZ53e5ATAWRVUZtvK39KVQPtbaa { width:10.875rem;height:1.21875rem;top:5.296875rem;left:6.5000000596044rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #HnlW1af05h35qetL6OrWJh6p7cfHXdJR { width:10.875rem;height:8.4rem;top:6.515625rem;left:6.5000000596044rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #VbekXvL8ZedNsqvdUzrERlehCtzDNHPv { width:5rem;height:0.125rem;top:4.1875rem;left:3.75rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #S5im2PTP21xtgSI1Fmk0Dnvn6ichrnXb { width:18.75rem;height:4.875rem;top:0rem;left:1.25rem;text-align:center;text-align-last:center;font-size:3.75rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #iR3KxA0c8J8AdyIy8ZztRhrKX151bIuK { width:10.875rem;height:4.2rem;top:18.359375476837rem;left:6.5000000596044rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #ITJ7lFMXknaMIgpDEFET3DIxSHZOsC9b { width:10.875rem;height:2.4375rem;top:15.921875476837rem;left:6.5000000596044rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #IrUXuUTOxGHv39CDSsW4HnxytoxvuyvE { width:4.8125rem;height:4.6875rem;top:14.915625572204rem;left:0.70625001192094rem;z-index:15048;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RzKLmoKpeXsiK1UyumW8wi8U0qFaRdTi { width:10.875rem;height:1.21875rem;top:23.734375rem;left:6.5000000596044rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #BF9q38heWWBUMMtCmTGTlTI1fTs34mfN { width:10.875rem;height:4.2rem;top:24.953125rem;left:6.5000000596044rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #ZzZJLn72iuKkrftXJE8OXOBaEnQmqNpQ { width:4.25rem;height:4.4375rem;top:23.734375rem;left:0.92500001192094rem;z-index:15049;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HrCkoMviQsdAuJb34r3zagM4ypWTqUSu { width:4.0625rem;height:1.21875rem;top:15.921112537384rem;left:15.187500536442rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #WgyRH5LIyWH8cCx3HC2GPLPFcXJ02qXT { display:block; }#WgyRH5LIyWH8cCx3HC2GPLPFcXJ02qXT > .row .container { width:20rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbfXg7B1qB0Dw0zMt87NUHo480PSBa5z { width:20rem;height:4.875rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #vglNvV3fyWAO90wIm1optZLzy0VLFbJA { width:5rem;height:5rem;top:6.5rem;left:1rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #M5fduTRTA9zS8t7wF75TLQ72K4kKNxcf { width:5rem;height:0.125rem;top:5.625rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #kMdI9dcfNFkWTW3iVLmOtFoXzCIge1fU { width:5rem;height:0.125rem;top:5.625rem;left:4.5625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #zLnZuGSU5SuTqTHiQOyO6zppAmMmdHkG { width:10.875rem;height:1.21875rem;top:6.5rem;left:6.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #H0dLNfo4TCR1TKblWKKuR3olI9OwymVW { width:10.875rem;height:7.35rem;top:7.6875rem;left:6.875rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #MubdazcNJqMgFAtw10e1ehKIBD46h2kh { width:5rem;height:4.9375rem;top:17.125rem;left:1.125rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #ZyuvvfpuuDtI5Hgr4b9s0V4kg7VTRfD2 { width:10.875rem;height:1.21875rem;top:17.125rem;left:7rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #TosyqQx9HauAbcDnKLmpyn38OO80iSmB { width:10.875rem;height:9.45rem;top:18.375rem;left:7rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #tukmfcCaSMlTzPk4ZgEM8gZTzDmecuy5 { width:4.875rem;height:5.0625rem;top:30.5625rem;left:1rem;overflow:hidden;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #SzgQkLuH3NAHGlIyUuGtTXTfCIWMuS2p { width:10.875rem;height:2.4375rem;top:30rem;left:6.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #GNKhiObg0JHEUtQFOehgxLaiMNN5TqeK { width:10.875rem;height:6.3rem;top:32.375rem;left:6.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #zX2KQDgRp1TXzmLU1Bos9mrebtuowTVV { display:block; }#zX2KQDgRp1TXzmLU1Bos9mrebtuowTVV > .row .container { width:20rem;height:335rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSUC003ah9QFH22QXQqrwKIvFeqBwfl9 { width:5rem;height:0.125rem;top:7.1875rem;left:-0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BOi5IofPMx30bAndy3nfvdyVqcIMTpXJ { width:18.75rem;height:0;top:2.3738708496094rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bJbJPvlzGOZqVuKDanbxxSHGSaShGtvU { width:3.875rem;height:4.5rem;top:9.9375rem;left:0.6875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Dd4st9Ps75SoaU0IOJ2yJXt2EbvV3w4L { width:10.875rem;height:0;top:9.9375rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yn9FaWAaqJ9n6H3aHToXo0k0rU2t0gxS { width:10.875rem;height:0;top:11.3125rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pgl9iyaCTHP7upLXn4CUfkqJXQixM62z { width:5rem;height:5rem;top:6.375rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSpU6P75Vcfi0pxlLBrkM50xqtqoFmOH { width:10.875rem;height:0;top:6.375rem;left:6.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #noWzgABKCZ8BONqLgXT06b72KilK9QTE { width:10.875rem;height:0;top:7.5625rem;left:6.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vb1t7RZoufdDv3G0eQSgNyzJwvqMvhvT { width:4rem;height:4.0625rem;top:17.375000476837rem;left:0.6875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #sp3XcfCXxzHMAogBhXhoUfJqhFMMXWlW { width:5rem;height:4.9375rem;top:17rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2WPRWat9KutMBEAZwxSHvWidEoqhpic { width:10.875rem;height:0;top:17rem;left:7rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZA1ggTzstyUecVTeGm2IyaNqLguagHie { width:10.875rem;height:0;top:18.25rem;left:7rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJqwVEJWFdI6bwWi7TX1yXqfvNfAxlx1 { width:10.875rem;height:2.4375rem;top:10.625rem;left:6.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwQXQ7muGw3eZCVseitNBQGvvqb2Tpc5 { width:11.75rem;height:5.25rem;top:13.0625rem;left:6.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSsE0Cy15VFlhHtZgM7EcokECuTsGlx2 { width:10.875rem;height:3.65625rem;top:164.25rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX4TdZ2LXe4bTexIcfxKLvAgoXa1iuzu { width:12rem;height:3.15rem;top:167.875rem;left:7.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0WeclH66X6SGD5mECiidPmTeeWZDGag { width:3.5rem;height:3.4375rem;top:22rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SDo2igqETEHcqWB0SEbrQmApNGbUPGlJ { width:10.875rem;height:0;top:22.000000476837rem;left:5.6875002384186rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hHuz855WIM91a1AR6M2OpKgITJs32QMb { width:10.875rem;height:0;top:23.218750476837rem;left:5.6875002384186rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hrJa3EHzRVAuA3iVXN60a6ILrEullxpy { width:4.875rem;height:5.0625rem;top:30.4375rem;left:1rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #padKIZvrCNOJD7rrscshKmO3PRX4aDqO { width:10.875rem;height:0;top:29.875rem;left:6.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nugvbgbXSSsCesopG3B5RA3pdsseTDQ7 { width:10.875rem;height:0;top:32.25rem;left:6.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wkf1qVuRAB6PZOHKI1tGumgWkyhGQdtu { width:5rem;height:4.375rem;top:19.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpcOkWGuSF4qLVsXbKcXB3WHBx203aD7 { width:13.125rem;height:1.21875rem;top:19.5rem;left:6.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks05QtPJRv7irhbTIH95Hgf6s8uqaWM7 { width:11.75rem;height:4.2rem;top:20.6875rem;left:6.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orOmWd9hDg0oImknuGTbxf9fwc1cHdHT { width:10.875rem;height:2.4375rem;top:181.875rem;left:7.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZl8fbh9WqFkW8QkhlmQ5GKEzQlCpDlN { width:12rem;height:5.25rem;top:184.3125rem;left:7.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2prrgnDm1tDAkiFP7QanR7t8eSPJye0 { width:8.6875rem;height:0.125rem;top:154.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r443P5orIQ7wF3WkMeMsoN2wdrAT6vHd { width:20rem;height:0;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCXkTiaa53BgyHdVQ5NN6GqEOK01mKfU { width:5rem;height:0.125rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewraVHbOpZMLu19Tl6NFRzktxgpv5v4q { width:20rem;height:0;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WiwilLtToSwlVdsCO8CgkfA5Ouchog0u { width:5rem;height:0.125rem;top:261.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaOm7GpcadoLKTdiUfbgq5Of0PMlHdNm { width:20rem;height:4.875rem;top:149.43057727814rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsmNN477qdmkxeL5NmExRy5627v4XTZQ { width:12rem;height:3.15rem;top:175.875rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fExk38tJlAaPX0RZQuBslJkzPXMUi8rC { width:5.0625rem;height:4.9375rem;top:202.1874961853rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V3uf7sQB2RhsH6mpiFDIRG6154pRfvEt { width:13.9375rem;height:2.275rem;top:173.4375rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdD7TfkQDcmCgeBXvHBZl3G41yzKCuNE { width:11.75rem;height:8.4rem;top:192.5rem;left:6.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnJAVCJgf7hAkWZF8VSfd2FOhVfrg4uc { width:11.75rem;height:0;top:208.0625rem;left:7rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxDmZMy7IiioTF231KywZ94gnmatmsyS { width:5.0625rem;height:5.25rem;top:191.5rem;left:0.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Fy3hC2AdOD8rQDdZekfksrleGXHeM149 { width:5rem;height:5rem;top:173.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJArRGe5Gm243FGW2HUFJwAIcVXytx0l { width:12.75rem;height:1.21875rem;top:191.375rem;left:6.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czBA3o9iyZE3Pl2ALi18ZK4CTI31ftvb { width:10.875rem;height:1.21875rem;top:202.1875rem;left:6.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZh8MyK6lBcWUTKz8JBgUVmb314OAPVZ { width:12rem;height:9.45rem;top:109.1875rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmpmmMQLfl3JDVEgo5vpd52bJEwPSS9a { width:10.875rem;height:1.21875rem;top:108.0625rem;left:5.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6mCTN5spOCTmkP0S6AHk8Qb0UDaV0I9 { width:5.1875rem;height:5.25rem;top:120.42794990539rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hdi1rSqz9GPaURqHlCaCbflaiKsUtmaa { width:5rem;height:4.8125rem;top:135.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaOmZdTyIttEPxfKCaCZw3w4Zzo3O8ld { width:11.75rem;height:11.55rem;top:122.81249046326rem;left:6.0000002384186rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJFJFI7IHMBr6eMuCSTToIBqMvHmfABq { width:11.75rem;height:3.15rem;top:136.75rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0ap4vfzqGEzczQEc8w8lZEJqQkqIN1m { width:5rem;height:4.3125rem;top:108rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1ZZCQrzUDrhlIwkP8QnOEBwy3iJ5Ivw { width:10.875rem;height:2.4375rem;top:120.42794990539rem;left:6.0000002384186rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJEdNMNGg1Qe2rnlIJh84JtZyc4t3RC2 { width:10.875rem;height:1.21875rem;top:135.5625rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgJ4A33d40CkuWNnfHV1T5IVqTsDxnku { width:5rem;height:0.125rem;top:97.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK6Sab8Wzw1ctpeht29bC4bvna5kla2b { width:20rem;height:5.5rem;top:91.062520980838rem;left:0rem;text-align:center;text-align-last:center;font-size:3.4375rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #hKawTpV8q2AlCiywlvwelCCcLnQyzZv0 { width:12rem;height:2.1rem;top:270.4375rem;left:6.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3pbx3aW5ONThyQ7g5Tt40zeiCfrkUvn { width:5.125rem;height:4.5625rem;top:275.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0GEUdKBwgO5qdnnF6HDk5xnqbWAEOHp { width:12rem;height:2.1rem;top:278.125rem;left:6.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOQpTi31mK3TKKSCqTpzFUJXvKC9UJ8W { width:10.875rem;height:1.21875rem;top:269.25rem;left:6.3125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCLXh4Ls72rpaqISA9BxKbVFXEWS5BOv { width:13.6875rem;height:2.4375rem;top:275.625rem;left:6.3125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #REPac4hlB88W7Cbet4z5HgQAgOTMvCPI { width:4.6875rem;height:4.9375rem;top:269.25rem;left:0.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZfAE63bNPadsCZSwFNElcxzeDNW6sgIs { width:12rem;height:2.1rem;top:265.75rem;left:6.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIuQu3y0EbrvFNZ3brcRtEedodFKdRu4 { width:10.875rem;height:2.4375rem;top:263.3125rem;left:6.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INNteSlArk6HM6Hy81quBQPZoua0xU9D { width:4.75rem;height:4.375rem;top:224.4435710907rem;left:0.9930555820465rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nnt9pKqgg4TVp9BqOLfgtemkbJrPF0pI { width:11.75rem;height:2.1rem;top:225.6875rem;left:6.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC8p9uthPDFep8ZKkzlzNbHHS2g6lQkT { width:11.75rem;height:2.1rem;top:220.5625rem;left:6.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGoyOWQmg5uKXMw5R8gAry9RQCb7FEMv { width:4.8125rem;height:4.4375rem;top:218.1875rem;left:1.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DHHLOdfbR1LJOWHLChgs8PTtlvQN13Tw { width:4.75rem;height:4.5625rem;top:263.375rem;left:0.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GmopRDuvhHp9QqTCTQGrcHU22uOThHp8 { width:10.875rem;height:2.4375rem;top:218.1875rem;left:6.3125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTkNIBcpNgsNQGG4zkk5Tp8sdoeJTikK { width:13.9375rem;height:2.4375rem;top:229.74999427796rem;left:6.0625002384186rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SElfWvBfbQJRUUVMDa0q4n7oLdM2ecqX { width:7.875rem;height:1.21875rem;top:224.5625rem;left:6.3125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1CzAmnEP0KvCdyp9eTSXZTEHmpcvQd5 { width:11.8125rem;height:0.125rem;top:217.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bquhe6OxOLAArxIXwTimrkob0xNIsoc9 { width:20rem;height:4.3875rem;top:212.79253005981rem;left:0rem;text-align:center;text-align-last:center;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akNvXFXVBkq6WJafTMOBMnBF1QNaPXlz { width:20rem;height:7.875rem;top:251.5rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;line-height:.7;display:block; }
 }@media only screen and (max-width: 763px) { #EE6pizZXidHZIrO6KaaCwQwnKOGltSQZ { width:5rem;height:0.125rem;top:261.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATUlPU35Ti5LOPZvrRXoJtEogqRwtatp { width:20rem;height:8.25rem;top:300.8671913147rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #s1315Tt5SLyiTNw8OaZczSBNqe6Jssx7 { width:5rem;height:0.125rem;top:311.3125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdFOupsxlWwcyqlTW37BTRzwXCRPtR07 { width:12rem;height:9.45rem;top:283.375rem;left:6.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAX7o2w2W0I432XsgbXAKZNskd9I044b { width:5.125rem;height:5.125rem;top:282.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JezD1x79GkaUIH7T44KtMLzSXVzDyw3O { width:10.875rem;height:1.21875rem;top:282.1875rem;left:6.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gvq5qJyZMJSZqT4SF4bRqaLNITZxv8n8 { width:5.1875rem;height:5.125rem;top:181.875rem;left:0.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JyWGLm9TuMsbLSN6oRfvfrn1CE6MFlS5 { width:4.75rem;height:4.75rem;top:229.75rem;left:1rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Al3qs23lyU1WXuVCZbuXAhOxG4sPxHh0 { width:5rem;height:5rem;top:164.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7cfIfGuQSy7eWQZmVKRJMemkgqVvd3t { width:4.75rem;height:4.75rem;top:421.56336975098rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C8kpLKQMWTW0y8zetNugpnbSgARFlwE8 { width:4.75rem;height:4.75rem;top:10.625rem;left:1.0625rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #lxS6RTzbX9pFx0CG9gQzVQW2PnV0palU { width:5rem;height:0.125rem;top:311.3125rem;left:-0.3125rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #ZXLApgOIymh4zZVULGidnIXZMy79xTWU { width:5rem;height:0.125rem;top:97.1875rem;left:3.8125rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #cQ7U9wZUuBX02RxTbmmPNqzpK2R0M5zq { width:5rem;height:0.125rem;top:9.0625rem;left:3.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #FlBlZCvGNhwq31df6wdMtp0n8RF3IOlA { width:11.75rem;height:0;top:291.65105137939rem;left:4.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QV91sRbG0VZxhWJZ86prNrxUZrQPM4qN { width:10.875rem;height:0;top:289.18230137939rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mq3PbdAnktw1c7mxCLkGiMf00TPKOrs0 { width:4.25rem;height:4.1875rem;top:283.74480137939rem;left:7.875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #htUEJPCkoeQsNSqcT2ysGdg8gtJGERO9 { width:5rem;height:5rem;top:268.35938262939rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIztoDlgTJyntdGBgkB0PgnQ10R9N9d2 { width:13.4375rem;height:0;top:274.60938262939rem;left:3.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zduEGOATQvFNG1NeBhlUALDUA6pJOwTZ { width:10.875rem;height:0;top:280.05730137939rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wu6EeI7GGumfV699kUc3RLQBh6fQ129V { width:12rem;height:0;top:304.74913887939rem;left:4rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J3txX0rBOsLDENo3ylOBsugMbJuAERbw { width:4.8125rem;height:4.8125rem;top:294.99913887939rem;left:7.5625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #cH1ZKAOvQ3pOrwSOvEfl8KQLXaNw5dDG { width:10.875rem;height:0;top:301.06163887939rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCpTitnRTmw4EJMo7WfLkTTw2LxWlrWH { width:5rem;height:5rem;top:155.875rem;left:1rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #XatnV0K428mnRAiepfNQTeEGfWXTsQHt { width:13.4375rem;height:3.15rem;top:158.25rem;left:6.875rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #zosZtRJEi5mhfOQlrT6WGElXWmyslesZ { width:10.875rem;height:2.4375rem;top:155.875rem;left:6.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #UHXV3kVvutWcTKTgE3DRtWNAcConAEHm { width:10.875rem;height:0;top:289.3125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15093;display:none; }
 }@media only screen and (max-width: 763px) { #QRoz3wEgymwzoXFelq3Kh0FSZ0Hp7azk { width:4.25rem;height:4.1875rem;top:283.875rem;left:3.75rem;overflow:hidden;z-index:15095;display:none; }
 }@media only screen and (max-width: 763px) { #x2RguaoUNT5SP7HdueUI7UsW9ddfEIRC { width:11.75rem;height:0;top:291.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15094;display:none; }
 }@media only screen and (max-width: 763px) { #EovzxOphzFtDi7ik26xVfdea3CBKAHUe { width:10.875rem;height:1.21875rem;top:235.9375rem;left:6.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #oeOvisrNBxF7fvTv8TiaMJTp4cbqO4tq { width:11.75rem;height:2.1rem;top:237.0625rem;left:6.5rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #Tw4PKx2LaKJRq1W2vXyhIPZPquFIoP25 { width:4.625rem;height:4.5625rem;top:235.875rem;left:0.875rem;overflow:hidden;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #AKvuD41V1ObTXf9e6T4ZothLW2ezOJsK { width:12rem;height:4.2rem;top:295.7500038147rem;left:6.8750002384187rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #MCLfeowAKveBJDdA2FUZMkkRgDoFJmd6 { width:4.8125rem;height:4.8125rem;top:293.36632347107rem;left:1.09375rem;overflow:hidden;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #UWExLC9ly24q79oPGNmPDJXDzom0B1vo { width:11.4375rem;height:2.4375rem;top:293.3671913147rem;left:6.8750002384187rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #eSQrGEzovecP8D2aPhyfsSmb9ETz08k1 { width:20rem;height:1.21875rem;top:260.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #RuS7KmPIu5kO0fTEAxUPdACnwZCHBECe { width:20rem;height:1.21875rem;top:309.0625038147rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #WkgSaS1Fzd7bd766CaeV00zUTOpURpcW { width:10.875rem;height:auto;top:138.0625rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CcUXJfuIvwWlCbir1HcAfGTH9O8bPT7v { width:10.875rem;height:auto;top:163rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nEZDHWrNQKUtKXq15aVngpc1NaxST9zC { width:12rem;height:0;top:326.29166875rem;left:4rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nwWtQHvw1Bs0rJsZWRyEaacGJTtK47g9 { width:4.3125rem;height:4.3125rem;top:318.26041875rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCK0HPBcs5QSATwLgdeTATKHyH22yys1 { width:10.875rem;height:0;top:323.82291875rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I7iwkccxz4yh3r7PeeWfBB7Aga6wID57 { width:11.75rem;height:0;top:302.796875rem;left:4.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5U34VrdmdX3XvnSUyuukdW5TIuAc3Cy { width:13.6875rem;height:0;top:299.109375rem;left:3.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EaiGuW9LfFvZZTbcDQ0OiRNhTexOzeDn { width:11.75rem;height:0;top:312.8125rem;left:4.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZqSrnxOmldc1nT1b5PWsGIvGwJ7Sw25y { width:4.75rem;height:4.75rem;top:47.4375rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvslVyUCwbhMbBFGzJLqbLs8DLyoydJT { width:10.875rem;height:0;top:310.34375rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTteL0QFVdd01NSaTDPzOCR7HqodrGlQ { width:5rem;height:5rem;top:142.1875rem;left:0rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #r6AO00tKV52ValLDaOrdIfEuHTllcS1P { width:10.875rem;height:1.21875rem;top:142.1875rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #VPitmtcM1wuLv07w0DqVsgB8IhEaQAyu { width:12rem;height:5.25rem;top:143.625rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #AgBlgHvt4sA4A2ThUJgODW1BXMzpXK9M { width:11.75rem;height:9.45rem;top:50.687499046326rem;left:6.3750000596044rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #i5WQJd5rZQC8vxzNQmr7eUe9X40mZRAq { width:5rem;height:5rem;top:48.25rem;left:0.25rem;z-index:15048;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rdZnG55HdZmilpGGN4ygrkM22OLyJbuh { width:13.125rem;height:2.4375rem;top:48.25rem;left:6.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #rOxN7Aa97zTcnW2nMSO0dbxOgQxeAKLq { width:4.6875rem;height:4.6875rem;top:321.67186737061rem;left:7.625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #im6A8n16XQTtS9wcIHfBOfXCX8aATgxI { width:5.0625rem;height:5.0625rem;top:27.25rem;left:0.5625rem;z-index:15048;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qcmB2IcnimFTS82zsWTPzdNkHFRryGb0 { width:11.75rem;height:6.3rem;top:29.6875rem;left:6.75rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #ymDsnKXDFL5c3xzXwb3qsQLICTnyDNlz { width:13.125rem;height:2.4375rem;top:27.25rem;left:6.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #QGUzL11B0Pw8E8dTToQEHf7M0DFGTxWq { width:4.6875rem;height:4.4375rem;top:241.8125rem;left:0.6875rem;overflow:hidden;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #oXHI70PDevcQaA3zgKm3is6kBidfyLgr { width:11.75rem;height:6.3rem;top:243rem;left:6.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #B4IB42kr5dfcnHdVlKAHqOQSVSi3dvC1 { width:13rem;height:1.21875rem;top:241.81250333786rem;left:6.3125002384187rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #OfLHgMIFtSJpvLNxK1gObuh5ADdRVLZJ { width:11.75rem;height:0;top:329.891625rem;left:4.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qUhvHdTpwF8dlc6TwFvPW4haUeOH3zZH { width:10.875rem;height:0;top:335.34084375rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8HX6rshWaGeTNTXdsFroBvgOHssLEsI { width:10.875rem;height:0;top:327.422875rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WiG3FMdwouhMGX50r1cHyxwugL33Vw1A { width:12.9375rem;height:1.21875rem;top:99.430555343625rem;left:5.6875002384186rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #kbUSfP2WaT23EgKmH01OoFPbxfygSFox { width:11.75rem;height:5.25rem;top:101.18750572204rem;left:5.5625000596046rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #ralB4ymfT3TszqBKESLWOoOeURlZPzMq { width:10.875rem;height:1.21875rem;top:98.125rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #HyVtlT6dzPt4Z2D9uo5UbdsJwqkyhE2Q { width:4.25rem;height:4.4375rem;top:321.671875rem;left:7.875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #XvNg8mXXATQnTuLX2zsSDADcofg4E3Dx { width:11.75rem;height:0;top:329.828125rem;left:4.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AnIAag4wuZsQ7tE56VTE3QpBa5ReU4Jc { width:12.5625rem;height:0;top:327.359375rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ISM14JNJNJCFZ0U082iNmOSIIiTLZTPO { width:11.75rem;height:9.45rem;top:203.375rem;left:6.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #RC8V06BzUC7SyzElQk1WI7MMiBWywUJv { width:11.5625rem;height:0;top:321.67186450958rem;left:4.1875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SoTai3fVE0ZKAhTF6urCBfTGbkKoTJ1l { width:11.75rem;height:0;top:326.57811450958rem;left:4.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ai9hhJvr4uVtpiuUWSFG7P3CapMAXXUy { width:4.75rem;height:4.375rem;top:47.75rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vHXH8V9VyQLVrpnmebe8oA00Sqn3QMrX { width:5rem;height:4.5625rem;top:62.062500953674rem;left:0.5625rem;z-index:15051;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FqdthSl3ykO8412z2PgeRzT6MPQ6WpuI { width:11.75rem;height:7.35rem;top:65.75rem;left:6.625rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #EClu7sSCcuTLZfTdiHv6PsCu2DLu0Plp { width:13.125rem;height:3.65625rem;top:62.0625rem;left:6.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #XCHwMfySkuVNAOEJMJmyIyUwvJvLAxrt { width:20rem;height:3.7375rem;top:2.6250004768372rem;left:0rem;text-align:center;text-align-last:center;font-size:2.875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #yPOf6b3po08Q2T1p5hbGzW3Hp6qi9Oys { width:20rem;height:3.7375rem;top:41.874132156372rem;left:0rem;text-align:center;text-align-last:center;font-size:2.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #TWQl8UU7h79r5U7uGL5sUWac7q1xnePd { width:4.5rem;height:4.875rem;top:90.375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vsyZVy8Kl7MqcbLZ2VzuHuEDeqg91C74 { width:4.6875rem;height:5.4375rem;top:98.680465698244rem;left:0.098815536114475rem;z-index:15053;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HVNHAHNWO1ppy6LGKss1hbV515t81GCe { width:5rem;height:4.9375rem;top:322.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEGCweNS2iJEdC1mDTsh6Ltuy4M7wETk { width:12.1875rem;height:6.3rem;top:324.5625rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5ZdrILQTznWAb0sC0AO8WEpqhUuc0kx { width:11.9375rem;height:1.21875rem;top:322.8125rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnzIWIDuH29rU4nQOAOxO49x7Tfn6lz0 { width:11.4375rem;height:1.21875rem;top:313.54165649414rem;left:5.9375002384186rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #JcsGDwqFRaF3KpKaQKkgHOTsoFSDJMWa { width:10.875rem;height:auto;top:6.25rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WuFQOqLLAUBLONRri02bOOX7Trqf1A0J { width:10.875rem;height:auto;top:5.25rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z11lQL0SOAi4aMfbZBcB6KKqzVyfI8A6 { width:5.1875rem;height:5rem;top:5.3125rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKcPLPpJu597vJJQBBqn0PHG0uy1Gl3A { width:2rem;height:auto;top:5.25rem;left:9rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sn4c34bIJ73H2siiorDs0uZ7ImCdXzFc { display:block; }#Sn4c34bIJ73H2siiorDs0uZ7ImCdXzFc > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVUktIT7eQ7wtf5ShnowpFKWuVSSgC1v { width:18.75rem;height:1.21875rem;top:1.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZddAqis7NdkHqUemux8au4u7EvKxso4i { display:block; }#ZddAqis7NdkHqUemux8au4u7EvKxso4i > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tioiVTCbWgRVStpDezLmRtKil3id7ksh { width:10.875rem;height:auto;top:2.125rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFXurOoGBbZAO2GRldR50Z62ODVS969n { width:20rem;height:0;top:4.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RPREaWSqO02hMk02TTXAp2HTiVGqgnRi { width:10.875rem;height:auto;top:2.125rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbC8mmmIT5V0EPXyOOpPhRSGOhCyCZ8S { width:10.875rem;height:auto;top:2.125rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #rrBxOBCqRDNDJ1e9CsvGT1vWH4y7MULs { width:20rem;height:4.05rem;top:14.687499761581rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxzXEE7bQsTWhSFE9xXXQI6QTqy4dTkR { width:20rem;height:4.05rem;top:19.812500715256rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moTKnuWT6Rbpx0H6yecU3wbyJ5KP4vNM { width:20rem;height:2.7rem;top:24.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZaRaB18smGbKw8olTSvNRwILyLPFDsg { width:20rem;height:2.7rem;top:28.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huUJ8Wv0tH5dPvyimUMCl7IRufcmT5NR { width:19.75rem;height:1.35rem;top:36.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeAMwZAop0XWX8CdtsMB6FkOw60ODmLa { width:20rem;height:2.25rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15099;color:#353535;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M6A4vS6RC5O3pnhcBdbocPXsBWmQIuEf { width:20rem;height:2.25rem;top:10.625000119209rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15100;color:#312e31;display:block; }
 }@media only screen and (max-width: 763px) { #E5Se1B4y83e3KwOZZOHv2dIe3DBP9T5g { width:20rem;height:4.05rem;top:4.0824651718139rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #fSTWmiU1vyTpiHFFZegypQZM6afsErR9 { width:20rem;height:2.25rem;top:33.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15101;color:#312e31;display:block; }
 }@media only screen and (max-width: 763px) { #p2rkpxv2sJOPxqZWW4SdIEmwtGN8NR3g { width:20rem;height:auto;top:13.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cXHnfNTmUE7PTkdQ3zzXDDfGKs8e6SWV { width:20rem;height:auto;top:13.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EcPwsusKIEHvZVWeBbSaNIJPleyqmml8 { width:20rem;height:auto;top:20.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #p4bRxp8ZerqlRLaxVyU8hszJHaNMKNcf { display:block; }#p4bRxp8ZerqlRLaxVyU8hszJHaNMKNcf > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnvEMRNCnFxOocVsUeX2C0FtRHNk5LEk { width:18.75rem;height:5.6875rem;top:12.341146469116rem;left:0.625rem;text-align:center;text-align-last:center;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG1DNAJ4LnwxbKU8OrhzXS17dGQmUZaa { width:18.75rem;height:1.21875rem;top:1.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox1C9eqfM0Ukqi7VCL8iRaFeRkZtGBeh { width:18.75rem;height:0;top:9.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;color:#282828;display:none; }
 }@media only screen and (max-width: 763px) { #siZnZcUVD57Ua0LPy7hU5L8Mxlp40hyU { display:block; }#siZnZcUVD57Ua0LPy7hU5L8Mxlp40hyU > .row .container { width:20rem;height:93.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKJqgXDuX2TCpTl6HlUAVnZQyqBMgVkJ { width:20rem;height:4.875rem;top:46.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;color:#353535;display:block; }
 }@media only screen and (max-width: 763px) { #v4SV5KU3NKT8aOJIu44AcvT68LIXPv3n { width:20rem;height:0;top:65.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pdgLb5OOeAInlqoMNkWrtIF3uuwytdn1 { width:18.9375rem;height:2.4375rem;top:78.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJcgssoeeodQxVFme39FDcWGr2dhRTNW { width:20rem;height:5.4rem;top:80.562540054319rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzTM6uoMCRySN7mHvE7X2roqNIlMvL2w { width:20rem;height:4.05rem;top:61.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T46HkxzxKqtuu7NqINg9iGuXtSvdSZTv { width:20rem;height:5.4rem;top:70.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCnbJnvq9tqB6VeUBiVol4WHAyOS2uev { width:20rem;height:6.75rem;top:25.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAM3TFFZxaFIPbizWS0JT7imnCGWaKmO { width:14.9375rem;height:2.4375rem;top:23.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;color:#353535;display:block; }
 }@media only screen and (max-width: 763px) { #QuRHvOcUZrkM4WWTASNxZgFlOchRBZDU { width:20rem;height:2.4375rem;top:59.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;color:#353535;display:block; }
 }@media only screen and (max-width: 763px) { #qomCVJF9WodmnvUaKTo2mcEeM6p9wN2e { width:20rem;height:2.4375rem;top:68.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;color:#353535;display:block; }
 }@media only screen and (max-width: 763px) { #PitIqZZkTEAJ3NNdFCPhMAwt6QrlyUJF { width:5rem;height:0.125rem;top:171.20485190735rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WV6PfoeTBEe0Qu3eMbNHOXkuM9ToNSpD { width:20rem;height:5.4rem;top:38rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVAh8OXQBLE3wCzkSaOfzql9e2Vpspbl { width:20rem;height:2.4375rem;top:35.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;color:#353535;display:block; }
 }@media only screen and (max-width: 763px) { #m6MhdvNiSwLh7p4UgFbIR1BFEG2NL0Zo { width:13rem;height:13rem;top:88.25rem;left:7.0000002384187rem;display:none; }
 }@media only screen and (max-width: 763px) { #kK38V0GJ90zVWQmvblebVz0P0h9cplg9 { width:8.0625rem;height:8.125rem;top:56.9375rem;left:11.9375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #oyKrscEZAhiCGeSTFmC2xM2UAUFfeTHF { width:18.75rem;height:14.4rem;top:3.8116321563721rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;color:#282828;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #nIDNXTLf5aA7B9yPPPlTCDTB3FWhT8og { width:5rem;height:0.125rem;top:19.750011444092rem;left:7.4999997615813rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #HKA1vrdFZtK9Ku2Csp27maPrxXwaPVTM { width:20rem;height:5.4rem;top:51.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #TXef7WpPEspOIH5m5BwyEzixK5C1HwcI { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f73d7473-029a-46be-bb26-1e64d156b8fd/RocknRondel3045.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI.adaptive-delivery-prevent-bg, #TXef7WpPEspOIH5m5BwyEzixK5C1HwcI.lazyload, #TXef7WpPEspOIH5m5BwyEzixK5C1HwcI.lazyloading { background-image: none; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { background-color: transparent; background-image: none; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container > .video-iframe-container { display: none; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row > .video-iframe-container { display: none; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .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); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rM0vFI9NzK2UPZBUe6gFZVX4S3eodZ9d { width:20rem;height:4.0625rem;top:0.99913311004637rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmpUmMRvlAZzWwfwnetMFKBZHQr6ZbHl { width:5rem;height:0.125rem;top:1.25rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dqwWhxcT6gOQ7azz9JekkCl17lcIUR5T { display:block; }#dqwWhxcT6gOQ7azz9JekkCl17lcIUR5T > .row .container { width:20rem;height:94.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhs7BDdK0Pn5tnaEQpNtOScuvolTJiCP { width:5rem;height:0.125rem;top:3.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qw7L38VosdgC3IWvMGOf0TrG6ydWEzTb { width:18.75rem;height:2.4375rem;top:0.62495279312134rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uegowylDvo5RJSVW8nuNvM8aspFt45v7 { width:20rem;height:3.0875rem;top:4.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybC0v601F4fEZtQqbZ8u3Iuf9epZwof6 { width:20rem;height:1.54375rem;top:12.311631679535rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6LTuTe3w1M7BICOD1t50A3c7NptWuPO { width:20rem;height:2.4375rem;top:21.000000953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT0CZOVopKWSvEMw1VBfhEXqax7B7kSP { width:5rem;height:0.125rem;top:20.930556297302rem;left:14.999999761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWKRz11TSv1cchOpLGXB9KcaR8iO1wTr { width:20rem;height:2.4375rem;top:61.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFKNHDFiI60nUGXR83q1rJ4ts6wIW1E3 { width:5rem;height:0.125rem;top:59.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7in35Ub77H4hp252KuB6bgSAatprZlV { width:20rem;height:0;top:50.500007629394rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rVCkJCXDcmZSQw9MqhXPOUODXDixPsWv { width:20rem;height:0;top:56.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EX0ca0oNcLlirnhwnJoEqhOhwW93dFx2 { width:12rem;height:14.9375rem;top:24.374992370606rem;left:3.8324654102326rem;display:block; }
 }@media only screen and (max-width: 763px) { #rveUZiCTbW1IT0nKuGwWIuwHWwHfG5bw { width:20rem;height:0;top:81.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fUTPeFDg2pZRPtV37lOIEfDLRqB3IyLS { width:20rem;height:0;top:83.473956108094rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDvTUTXKTfDEdbRSpPoURZ4E9UwzdzIG { width:10.9375rem;height:13.75rem;top:3.9358043670654rem;left:4.3437502384186rem;display:none; }
 }@media only screen and (max-width: 763px) { #r55sd2lUxFiprTMcQGnQ9w8LKT0J8DMv { width:10.5625rem;height:13.125rem;top:64.0625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyrMht4eTv3mVnis2De3eQvHC09r49xm { width:20rem;height:3.0875rem;top:8.2500004768369rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qptGga4XGg1FMqGabIcHPWEwKEqOwqfM { width:20rem;height:0;top:26.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxCTdiWo1qGLD33QfsKh63FLueAzZkFx { width:20rem;height:0;top:58.124134063721rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mKAuTGyubBwugAvrHgAZcB7CddKd9aLP { width:20rem;height:3.0875rem;top:15.124959945679rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #bHfudxJo5nZ0nlVeOXUc3he8BKNb46N3 { width:5rem;height:0.125rem;top:18.25rem;left:0rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #hfXnq2FLdC9s6GRWJElJQ529Q06OwSyG { width:20rem;height:3.25rem;top:49.62343788147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #pMowhR4ZzhFTpAnW6fvXsiEqTIt7dH79 { width:20rem;height:0;top:53.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #bV8km9MeDMTlosqQbu9Jrch8tCuGyqFB { width:5rem;height:0.125rem;top:59.625rem;left:15rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #XAf0TWOqiaVRHdJRcRBMagu8xid0MZXd { width:20rem;height:4.875rem;top:86.750026702881rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #FOITEdEKpTnmCL5UvcHRTVOquTruLmv7 { width:20rem;height:1.275rem;top:46.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15023;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VCdkdgr86MFLFQUI39GMZlPyOLcTxDXN { width:20rem;height:1.4625rem;top:45.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #TWG0aumsFO6WDhsAxXLGoqk7cxhh5gfD { width:20rem;height:1.625rem;top:41.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #AJNKIUilZ5MTXO3m63cczh8Ibx7qDdQ6 { width:20rem;height:1.275rem;top:42.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15024;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m02XTuVPGU1dxcT38yffuKDqbOkpLSUq { width:20rem;height:3.25rem;top:81.062500953675rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #A1VFnqRWCmoqk49IUleH4u3Ta5TVxezz { width:20rem;height:2.7625rem;top:51.49843788147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15022;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aeaa0c2b-5246-402e-99b5-b2cdc534247e/wino1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r.adaptive-delivery-prevent-bg, #qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r.lazyload, #qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r.lazyloading { background-image: none; }#qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r > .row .container { background-color: transparent; background-image: none; }#qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r > .row .container > .video-iframe-container { display: none; }#qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r > .row > .video-iframe-container { display: none; }#qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r > .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); }#qxLhU88a0bOKF2eNPEHJTt7dOBfEzr8r > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KiBeF8MNnA4GLiPhoKUH6CEzBsN0ioIe { width:20rem;height:4.0625rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLfFPg9KxGyvBvSGUgPIIeDNTV5d0wR9 { width:5rem;height:0.125rem;top:12.125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7mxW2NwqSmbkrqt7fb0HVI3ZHoityhm { width:18.75rem;height:0;top:5.1241316795349rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xlWaIpqx69IdvLBoJvTDXc03qf6NssC5 { width:16.6875rem;height:1.9375rem;top:15.75rem;left:1.65625rem;font-size:0.75rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #BvvHDcrfTyAAVmhcp2wuZUF6y2aczHX3 { display:block; }
 }@media only screen and (max-width: 763px) { #ceUKx0oxVaaV2pG9Zydx9Gnp1cnWs0iO { display:none; }#ceUKx0oxVaaV2pG9Zydx9Gnp1cnWs0iO > .row .container { width:20rem;height:6.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TNmurkAnaZAMagmT4Z66oQuqxaarvkwp { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/00ced13d-cd28-485e-a0ce-b060f7594da0/Projektbeztytuu37.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TNmurkAnaZAMagmT4Z66oQuqxaarvkwp.adaptive-delivery-prevent-bg, #TNmurkAnaZAMagmT4Z66oQuqxaarvkwp.lazyload, #TNmurkAnaZAMagmT4Z66oQuqxaarvkwp.lazyloading { background-image: none; }#TNmurkAnaZAMagmT4Z66oQuqxaarvkwp > .row .container { border-width: 0; border-radius: 0; }#TNmurkAnaZAMagmT4Z66oQuqxaarvkwp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNmurkAnaZAMagmT4Z66oQuqxaarvkwp > .row .container { width:20rem;height:5.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ziL6GTexJswuDdeMs0UQRh5f5CC5Zu99 { display:none; }#ziL6GTexJswuDdeMs0UQRh5f5CC5Zu99 > .row .container { width:20rem;height:191.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q2oUwqQc42hEiXHbN2eAP0uWfoq0lIVJ { width:5rem;height:0.125rem;top:3.4973958730697rem;left:4.5625002384186rem;display:none; }
 }@media only screen and (max-width: 763px) { #f98Dw1D8Kop98RD9fmlqb162DAZTa4IN { width:20rem;height:2.76215rem;top:6.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiTT2wWC5U804aCg38CpsHi62xyFmKSd { width:20rem;height:1.19965rem;top:8.9479503631594rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMP5lnXqn0Iv0UonFZ5ZPu40L9k0fmZe { width:20rem;height:2.76215rem;top:12.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TecCsTzIOtNDxti4rlBWTENtdpfWet9t { width:20rem;height:2.39930625rem;top:15.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UohdFodHihvSVyHGTINV8UXdWnK43w1I { width:19.9375rem;height:4.14323125rem;top:19.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx4zKPBFTScpVQMT5HJCEt0M0tF3XTFp { width:20rem;height:1.19965rem;top:24.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCP2pAFizHoJ7B7pUJ1dkPTsiXETbAAq { width:19.625rem;height:24.9375rem;top:24.749158859253rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #THaC8KWV4rlDV1msZTR1upgn9rPy0TbE { width:20rem;height:5.19965rem;top:31.277742862701rem;left:0rem;text-align:center;text-align-last:center;font-size:4rem;z-index:15052;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wQtCiKl06adEl8RCpU2fUkTDJqTOp8gC { width:5rem;height:0.125rem;top:105.87847518921rem;left:10.499999761581rem;display:none; }
 }@media only screen and (max-width: 763px) { #H6Z1fQkKqsTAwrayGt7vuPQt0BJJ28Fz { width:20rem;height:0;top:185.8125rem;left:-0.8125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4Qw5b7bV3iIEDbHQFbPi7ILvdpXRuoD { width:5rem;height:0.125rem;top:190.81250762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3ysA6fZDr2WFPaiBb40sSDVmWMP4DpZ { width:20rem;height:4.14323125rem;top:55.500022888184rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD65Zd4ULlX9Thr0w3lAtSBdyOmfoNGI { width:10.875rem;height:1.19965rem;top:59.643228530884rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #veuHev0tdqfvWTSIOa7fIwVR6BaoAdiE { width:20rem;height:4.38574375rem;top:61.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlL5rszOzZvoh5LlXt6y1Xn2GX0Sp7QN { width:11.75rem;height:1.19965rem;top:66.260416030881rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3GbMWsowZDC7DJWAdBOmMCkacbeomdB { width:20rem;height:4.38574375rem;top:68.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eln9rPaI2htRCT3oq1iLA3LRGETU4Lsm { width:12rem;height:1.19965rem;top:72.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzc7AEKt350mDtRN3f2tJtEooWhUkyBQ { width:19.625rem;height:23.8125rem;top:29.937471389771rem;left:0.041666626930237rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eUWn0TLuNTmByrlGqPrhrnIUiyv5c9Ju { width:19.625rem;height:29.75rem;top:102.18662261963rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QMC5uMpqxPV3R797RKAP727Ne3DlJiru { width:20rem;height:2.923825rem;top:88.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7XGEgr9s37eVQPnhZHPeq5Z7ntKJGSb { width:12rem;height:1.19965rem;top:91.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIZMVQMFHTO5z4NPky9iTkSFGfm7rt1u { width:20rem;height:4.38574375rem;top:81.812507629394rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBTvHAUwDoidGfqKVXk8xWJLNckf9D4O { width:20rem;height:1.19965rem;top:86.197916030881rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFTfOZSZim1m1nkaPuV3KsKJqXHKBc62 { width:10.875rem;height:1.19965rem;top:78.048612594606rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeRUMv3sxBJw6XvVqCQrr4KqEkqZFFas { width:20rem;height:2.923825rem;top:75.1250333786rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxSyyQTgHo7iI5q7Tcys3HeS45oAvxe9 { width:20rem;height:5.84765rem;top:132.87413406372rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxC4B3bdFrXhSsZblMXVMufyngFIK1PN { width:10.875rem;height:1.19965rem;top:137.25954818726rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6bBOdG4Ey8xRDOzk9ds0tJdUar0uiTH { width:20rem;height:4.38574375rem;top:140.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afHpsVakNG76QCpsyfU2MT7cRNHCGNUh { width:11.75rem;height:1.19965rem;top:144.51041889191rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAouNMrc8x0D2kA9OuxZUhcSmkXIyeWe { width:20rem;height:4.38574375rem;top:146.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp7l7O9qogkKMZM1J6U8J3IAt5aDsVfw { width:12rem;height:1.19965rem;top:151.19703674316rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrtFIWNfCMCS6ueUV7IFokgoLqcFQnrh { width:20rem;height:1.19965rem;top:156.111120224rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrPErTfzMtF1LAlPI0ogfnSJTHZgTshD { width:20rem;height:2.923825rem;top:153.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvzfDycbCgn9gBrWgCceUZTG4iF2Hw1E { width:20rem;height:2.923825rem;top:158.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGyxkFL0ktsDH3NsyuTcZ8A2SEdc1Vnr { width:20rem;height:2.39930625rem;top:161.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciTyGD65X3l1eBUBRhAWg4Q1DaHTQUoV { width:20rem;height:2.923825rem;top:165.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTAapuRK3y7cGX4DwdibBPNoiOkwimU0 { width:20rem;height:1.19965rem;top:168.3611164093rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzQRcPuaWQROK8GErT6l4C1dGftOTpeZ { width:20rem;height:4.38574375rem;top:94.499132156375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH30AOR4F95oCWWhr1T2kkAZucWGxN07 { width:12rem;height:1.19965rem;top:98.884548187256rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #isZgur9TfhSR0mnyPpAVPd1RzHReEEF4 { width:20rem;height:1.19965rem;top:173.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEcydPkaBKUyTmbgxiT4rvevdxr2tOyP { width:20rem;height:2.923825rem;top:171rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4TXxHOrmnOAvGlTTlxgGmFkFvOxdoVr { width:20rem;height:2.39930625rem;top:179.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6I1W0VBZHKhDtGDtbalTozQEuz9uvK6 { width:20rem;height:2.923825rem;top:176.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvvV8d9c6d7swVFRcXmIEyAlrNP0xu1u { width:12rem;height:0;top:159.57291412354rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #axDFA4S9N9QbHrxAwzPDL5BGaQlvAXc3 { width:20rem;height:4.38574375rem;top:182.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUkp2Oz13EaycPLdPFvu87MZcJ74fgOg { width:20rem;height:1.19965rem;top:187.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #W5vDGd4LhNH5Nz9mEsy4xzsuxBcGFZtB { width:5rem;height:0.125rem;top:190.81250762939rem;left:14.999999761581rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #UVL3gicTnsEFnXqrTC8ELrmTH0rGpfDP { width:6.1875rem;height:11.0625rem;top:242.66146087646rem;left:6.6875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ndbiMAvXec51AGCOID9TaXLfQrw4RQcG { width:6.1875rem;height:11.0625rem;top:229.97396087646rem;left:6.6875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #tiTQG8kmhLB6pQ516pW2ak50xn2pPU5T { width:5rem;height:0.125rem;top:265.625rem;left:0rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #rgGBnDvoQAfPIEnK72pVOwJ5bvu7emEQ { width:5rem;height:0.125rem;top:265.625rem;left:15rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #Es057sw5XP12tTGMfrmBZT4Z5vMoUcT5 { width:6rem;height:auto;top:27.125rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdsLboFyBVwkU5FbPoH9yWukrS5xJALe { width:6rem;height:auto;top:35.625rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DoKDeygqZvcchtBar6FQsiTcyOV3xXoI { width:6rem;height:auto;top:46.625rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xyLVLod40wKOtJekWQE2RXRQckyPBaha { width:6rem;height:auto;top:26.0625rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gt6O8TmsCDiSww2OSFxtZ3bt1J6a8EGX { width:6rem;height:auto;top:50.125rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yqao3Q99OFsnqdzoKMhGC4y3TqOOyseN { width:6rem;height:auto;top:34.5625rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cdWNkGx0Bo3RxxKqoPpfJbu4ze0AXako { width:6rem;height:auto;top:43.1875rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iT7vINTDWowPvrxQV1N45UDrc5527ZOd { width:6rem;height:auto;top:60.875rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kzt0Fg1U29ZWUJQe0p8LDDMJ19iToBLN { width:6rem;height:auto;top:78.5rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #STht390xg8DT0SsBJ6dtlJIxa2lgdOOM { width:6rem;height:auto;top:68.625rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LOHWpmvat4FoDxmv5o11ktcFT7rC6MKN { width:6rem;height:auto;top:26.0625rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9x3i0BfyTzuJbztc1B20VJrxG5Bfako { width:6rem;height:auto;top:35.625rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #umWBX32abkRHKXnPbIV4VALZq1NOdmuI { width:6rem;height:auto;top:43.1875rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #c9CWSsHPGJMdntSVQ8bPZXreidLUO69p { width:6rem;height:auto;top:54rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WFBhSaaHnFT8dOznvwJgvt3GiFZg0Qez { width:6rem;height:auto;top:62.5rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxgbJ3uG8knMwRQEwvbiTy4UeXvPTdgy { width:6rem;height:auto;top:72.125rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2n9FWqvTRJu3kG0lRriqB8fRfxOSVLs { width:6rem;height:auto;top:78.5rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iR67ZOiZosMq52McmNsCOdLFwDysAZTH { width:6rem;height:auto;top:87.625rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OxEJHksyUrMOVCATsDBR69oZSD8I1Hbw { width:6rem;height:auto;top:96.0625rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #U8bvf69rwRlwU42gdSAF0ayCoRyN866I { width:20rem;height:3.25rem;top:35.790800094604rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15053;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VTJr43w6GhBcOJbQ6ll5r7vnfK6earZr { width:20rem;height:5.19965rem;top:123.52689552307rem;left:0rem;text-align:center;text-align-last:center;font-size:4rem;z-index:15053;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lLOeTnNKrDQX9yb9Xs11mWRkVdvwA5rA { width:20rem;height:3.25rem;top:128.16581249237rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15054;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #M5EidWvMTwiJ9tBAnUTWikIBn1nhUQNm { width:18.75rem;height:2.4375rem;top:0.80295181274412rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:700;font-style:normal;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #U1w3woOiMgmGehvleLknIIyCIwkgy0T3 { width:20rem;height:1.29980625rem;top:3.2404518127441rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15054;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MVyWuacUxXBIZ4F9pLaN40LnEeT4I6AX { display:none; }#MVyWuacUxXBIZ4F9pLaN40LnEeT4I6AX > .row .container { width:20rem;height:231.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TtPtrJKwfBCxJqdGymUmkSuQz4OqqE02 { width:5rem;height:0.125rem;top:3.4973958730697rem;left:4.5625002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrNei6SmylXisZx8OGe4mbFEi7OcE7W6 { width:18.75rem;height:2.4375rem;top:1.1241317987442rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltdWwsK5XnA9f1GUHTbRsxs94S0TvdNo { width:20rem;height:2.9236125rem;top:5.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRRv8WXWL3WXCJ2VDTCrQmJoBgpCya4F { width:20rem;height:1.19965rem;top:8rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXIFZLqXyyDfmaLMMLNbxDDJVn5Mpd3d { width:20rem;height:2.9236125rem;top:10.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyzmb5MkwtpLKUZLBovKFC63CwmxyQdI { width:20rem;height:2.39930625rem;top:13.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTA8r1bLFiTONz7hhaVpvyhI4QViUBW1 { width:19.9375rem;height:4.38541875rem;top:17.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqfDbouRwTMSm4PeeyaqZxtEL1mOyvP8 { width:20rem;height:1.19965rem;top:21.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAPAvLCkKEWJIEfRVbgeU8d1J5mhiQ8b { width:19.625rem;height:24.9375rem;top:24.749158859253rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fWCZzTnogaMyoUK9TPZwL8eMh0r3nFxZ { width:20rem;height:2.4375rem;top:53.903638839722rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMDaUOpyO8M85elJD08H8bTBEudtqPr6 { width:5rem;height:0.125rem;top:105.87847518921rem;left:10.499999761581rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMSBCoOWSWgBeRl7T4zLdiWhoO4Ef3Wy { width:20rem;height:2.4375rem;top:126.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZh76iM6UeII8Hy7cksnQrp2n1lnUBQP { width:5rem;height:0.125rem;top:124.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhSTS0HsSrKJx1frPe58RyMIAmBfeT7o { width:20rem;height:2.9236125rem;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmC98T4DLgbFK1dPJkuyaB192A8c3pE1 { width:10.875rem;height:1.19965rem;top:60.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZNnlMl0nE0BtfpgI8yBEchfJ9UaupRa { width:20rem;height:2.9236125rem;top:62.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlqFAdQDzrgJl1tTFWCzz6uSp5NNuMuq { width:11.75rem;height:1.19965rem;top:65.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #taoLvv9BH10ZeMODpPTagKZq6QXFH21T { width:20rem;height:2.9236125rem;top:67.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzEODlVhXwz9WsURQ8z9TNuXqirM9uDT { width:12rem;height:1.19965rem;top:70.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgKGkAsGic71wfTH23w3Hkpav2LMoDCd { width:19.625rem;height:23.8125rem;top:98.57120370865rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lX8TpdnnWE5aA8wzs1sIwpXtqQQXlhTA { width:19.625rem;height:29.75rem;top:192.41144275665rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aWDpyFnZ8mDmdw6iSt7J9q7MnL5n26y5 { width:20rem;height:1.46180625rem;top:86.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3ylOmage569a0r6kO99stv8aQE1nXti { width:12rem;height:1.19965rem;top:88.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThOQdeMrmuxExrpM893HTyMBQrp9d8xP { width:20rem;height:4.38541875rem;top:79.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ6V4pcb553T0FDW1eEbxW0EgJu4igt2 { width:20rem;height:1.19965rem;top:83.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRDO6BQ3dKTDNUMShSfWHgrXbunPmbAb { width:10.875rem;height:1.19965rem;top:76.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP25cPbOJCyvLxI85oZlJ8aEyt9P6eBb { width:20rem;height:2.9236125rem;top:73.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR0TegeLfKMDtwcvQ0rTEqcMmkMeQEgp { width:20rem;height:2.9236125rem;top:131.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVXXUIHxTztvsJ4d1pV3DkzwZGST5UnN { width:10.875rem;height:1.19965rem;top:134.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9MyMudTHA5w5UUhWHuumESQlqmlyro8 { width:20rem;height:2.9236125rem;top:136.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7PU1s7lz7ucXMW63EP3EqE5HGNzlIGM { width:11.75rem;height:1.19965rem;top:139.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ7ZSJKcR1B9UPZAX8Gn79lVztybvkVG { width:20rem;height:2.9236125rem;top:142.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGDOudbTNCfsvw2NFL8NwH8NdXxuOxQQ { width:12rem;height:1.19965rem;top:145.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ1WTTd3Z9qdZfkNeln2VfJTZI0nmWOZ { width:20rem;height:1.19965rem;top:152.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrTEn2G0bur5ullPaz5QSzPK7Rriyi3Q { width:20rem;height:2.9236125rem;top:149.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL4lyeb3EAQUdARdXQZJ43fHIQHJ5aQ5 { width:20rem;height:2.9236125rem;top:155.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvBcxQmpTHGWUiF9DZZbth1I2t5SA3r4 { width:20rem;height:2.39930625rem;top:158.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NILDkksZPRcb4IHzJEcHLJgD8FHOXu3D { width:20rem;height:2.9236125rem;top:163.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se6u6gS8FRS7T7xTCFKUa52vPre4w1h1 { width:20rem;height:1.19965rem;top:166.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H52HPR4FNuDOxKevUZeo4W2vK73bADzk { width:20rem;height:4.38541875rem;top:90.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E71vXxAyWUTFg5ladiOAJkuvsJT1bPRp { width:12rem;height:1.19965rem;top:95.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyEmuew2UDDHAoMTQrTolkwrWTnHXnOI { width:20rem;height:1.19965rem;top:172.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozbGBJHzOzKIDuCkSiTXAPfw9HWM3Fuz { width:20rem;height:2.9236125rem;top:169.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWTl8teWZJalx2SAdCgmCDJSJbPDpJoa { width:20rem;height:2.39930625rem;top:178.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIgaHu9VTHH2hsvcSZgvbO7upIfHRzo0 { width:20rem;height:2.9236125rem;top:175.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJu9RhV5uzaZAmgH9kZtMPbJDo3Lu9ZH { width:12rem;height:0;top:159.57291412354rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JIR5swgy1pA8f0fOB0T9m1lzcxRUTxF1 { width:20rem;height:4.38541875rem;top:183.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APoL9H17UpVi0ZCZlHRSgmb1nWEyQCVO { width:20rem;height:1.19965rem;top:188.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #MRO6mTXfoxNwuDpp8zGlfVpzkbHATyOL { width:5rem;height:0.125rem;top:52.502605438233rem;left:14.999999761581rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #vC7w1UJbJmtgd5PSxcAfK8lmdwoTDMxO { width:5rem;height:0.125rem;top:52.565105438233rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #ThLBSueAUoHChyHZI2Tl9yOOIqp1sgpO { width:5rem;height:0.125rem;top:124.5625rem;left:15rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #wTEAsaTpVcJezDCNArz0l2BXPlvQqczt { width:6.1875rem;height:11.0625rem;top:242.66146087646rem;left:6.6875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #tVogC7016mGKQXnIDKnWma8s9Qvits4d { width:6.1875rem;height:11.0625rem;top:229.97396087646rem;left:6.6875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #lEMJH60HdFSWS4RUTs4iWk1GLRNacf4i { width:5rem;height:0.125rem;top:228.93744087219rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #vdCXSyqTyqCT6TRuVZDubAcZHAKASclv { width:5rem;height:0.125rem;top:228.93663406372rem;left:14.993056058884rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #pcbbmRqscHXdd6HtqhbGe2B3LgCerPA3 { width:6rem;height:auto;top:27.125rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WfmWk5Tt6QxlBIUTRDoIBLBZlDypQoGT { width:6rem;height:auto;top:27.125rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQp53adK15hPTarR46BQxxiZvyATBW5V { width:6rem;height:auto;top:29.5rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMDFxFL2zyqVZKr2hHxSTN6EV8Qo3I7f { width:6rem;height:auto;top:67.6875rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCfOPuOXBVWqreflPtkz4nMwSveAOmsB { width:6rem;height:auto;top:53.625rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #erUTe8XEtVhktxHHS5PNPxoiqwOUKTDT { width:6rem;height:auto;top:54.9375rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sfrs5eSVmy2AGfDHURekaNRnSNOuNF7V { width:6rem;height:auto;top:63.5625rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PvZylRbROGrgwnGPRIpVWC5CDPKe2tWz { width:6rem;height:auto;top:57.0625rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SDnOq53AI90pTqzwWLPKcLCqWWJoxx37 { width:6rem;height:auto;top:69.125rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lMQ4SbkATTUPOhQKT3Go1Gf7MDPA58pw { width:6rem;height:auto;top:60.5625rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJ1aJyWmTGvg4T7LaNgRET4RLxkKgXPl { width:6rem;height:auto;top:97.6875rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #snfWKNV1tBbysUvWIFJRFsDlTPGaqyXg { width:6rem;height:auto;top:106.4375rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #opTZcEm6JmpKkFylNO1KsJkCDL1N86oy { width:6rem;height:auto;top:97.75rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BtQUukGU2Ov6qbXIP6COQPb01hN1gsCJ { width:6rem;height:auto;top:107rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VMmG5TPcz7CtGxsZ6dsD8MMlJaosET8J { width:6rem;height:auto;top:115.125rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lvn0VslOZ6MqV90B61ubTsnFX8ZpAAOp { width:6rem;height:auto;top:100rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTTdxi0PS8K77OdUq7R0kbhDRu1keTyu { width:6rem;height:auto;top:106.375rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQTqbURxuLaGkfXmHu6J0tpAUuntTl88 { width:6rem;height:auto;top:115.5rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTMnTIKTQ8AVQCtZ2xhaTwAe10rzXvbk { width:6rem;height:auto;top:115.3125rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9Pi2AeDoTbACBBFkFgxO2O6ldOBMh0g { display:none; }#P9Pi2AeDoTbACBBFkFgxO2O6ldOBMh0g > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NNwJtJyMo9gwmwJxL4CPfBcogg52OSkN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1a3a3fbd-4a0e-4b49-8bb5-a04536486ed6/Projektbeztytuu38.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#NNwJtJyMo9gwmwJxL4CPfBcogg52OSkN.adaptive-delivery-prevent-bg, #NNwJtJyMo9gwmwJxL4CPfBcogg52OSkN.lazyload, #NNwJtJyMo9gwmwJxL4CPfBcogg52OSkN.lazyloading { background-image: none; }#NNwJtJyMo9gwmwJxL4CPfBcogg52OSkN > .row .container { width:20rem;height:16.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gXsmI4ebrABkC942l9wTeZbdF6pQPFhH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/40267de9-b994-457e-bfc7-0910da18b50a/alkohole1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#gXsmI4ebrABkC942l9wTeZbdF6pQPFhH.adaptive-delivery-prevent-bg, #gXsmI4ebrABkC942l9wTeZbdF6pQPFhH.lazyload, #gXsmI4ebrABkC942l9wTeZbdF6pQPFhH.lazyloading { background-image: none; }#gXsmI4ebrABkC942l9wTeZbdF6pQPFhH > .row .container { background-color: transparent; background-image: none; }#gXsmI4ebrABkC942l9wTeZbdF6pQPFhH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXsmI4ebrABkC942l9wTeZbdF6pQPFhH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXsmI4ebrABkC942l9wTeZbdF6pQPFhH > .row .container > .video-iframe-container { display: none; }#gXsmI4ebrABkC942l9wTeZbdF6pQPFhH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXsmI4ebrABkC942l9wTeZbdF6pQPFhH > .row > .video-iframe-container { display: none; }#gXsmI4ebrABkC942l9wTeZbdF6pQPFhH > .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); }#gXsmI4ebrABkC942l9wTeZbdF6pQPFhH > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCynlmLewkM3CDa88By1eZ63gRgPDVTG { width:20rem;height:3.25rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7M1bHpJw3AVpRL47Krg3kk7iNTzCGFM { width:5rem;height:0.125rem;top:1.25rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4uu7mi54rf9xL4yufFJ9yf6LMxMbm5F { width:18.75rem;height:0;top:6.71875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJoSQswT4ns221IPZk1oGKzIbrX2wVlw { width:12.1875rem;height:3.125rem;top:17.5668125rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3TdiELqK3aCb00lIaETMo5HT8wMThOy { display:block; }
 }@media only screen and (max-width: 763px) { #yQBkuCA8QrrrSWvLUUlh31wk5XeXohIx { width:19rem;height:1.9375rem;top:22.125rem;left:0.5rem;font-size:0.75rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #U6igZeel3DxHcFiEUtgsC5re5tlLt4Vs { display:block; }
 }@media only screen and (max-width: 763px) { #dEwenz0zyfm8aTFyHhH7DdkvRpSH1vAK { width:20rem;height:auto;top:17.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RbGVOtcICGRRT2c0gNhCLSPXvyxzODaN { display:none; }#RbGVOtcICGRRT2c0gNhCLSPXvyxzODaN > .row .container { width:20rem;height:42.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uXFRdZEKVv8gLa6ko395eBMp2KKz5GGx { width:18.75rem;height:0;top:42.062459945679rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.1875rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #Mh93e65yivXdPr8I3Syh0K23nEA6B6hp { width:18.75rem;height:0;top:0rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LGz0g4wUCdn0CTqr2nxCWK7ByQkZv4GW { width:5rem;height:0.125rem;top:13.312459945679rem;left:7.4999997615813rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5t4kinFEuRU1DKiDgtQSpgIZuc4eC87 { width:20rem;height:9.597625rem;top:2.6250467300415rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMdevvwDCI966zSSmBUktcr95fZifkXa { width:19.625rem;height:26.0625rem;top:15.749155521393rem;left:0.041666626930237rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8u3MMmDIawqkOnFBkbeSwzXuEZySq4v { width:19.625rem;height:26.125rem;top:47.810765266419rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFwTtkXhiONawR21XHAwPPRWvAoI4nWS { width:18.75rem;height:0;top:42.763021469116rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.1875rem;z-index:15011;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #GyDQaUoehOVwMvw1uaV84rQmUDTVuz9v { display:none; }#GyDQaUoehOVwMvw1uaV84rQmUDTVuz9v > .row .container { width:20rem;height:93.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EX8QXVIObcDtSeyVu1SlONQkNWtztl9R { width:20rem;height:1.04980625rem;top:6.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sne32MF4dqVAMumiX31Qog8F213sJAt6 { width:20rem;height:1.4619125rem;top:9.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRhvVspnkf2GXpRzv1xnJd3Xcu5LFLxo { width:20rem;height:2.0996125rem;top:10.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7ld87UoWdbF067R1X0UVAhTeVqBGV0I { width:20rem;height:1.4619125rem;top:13.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOErBhzFqcL89crVtVLC9uBx0ByKHlhl { width:20rem;height:1.04980625rem;top:15.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLUvh11d3lXsDst3ZL6zIxEsEbNFRCKT { width:10.875rem;height:0;top:16.249965667724rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IEqz3LcGbuO3A6gGfe8W5CdPIGaV0nob { width:20rem;height:1.04980625rem;top:19.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w77Old6huvEesT0C8uX3PGcE5oa1TCWB { width:20rem;height:1.4619125rem;top:21.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba8yVt67DkBK7gtFEz4MXnPN6FN7TgkI { width:20rem;height:2.0996125rem;top:23.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkfD9xtsf4bMGFByHusG25nDtNrOqOmo { width:20rem;height:1.4619125rem;top:26.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8mwMWiRnXnOhtO7h0lic0svxB3diDyK { width:20rem;height:1.04980625rem;top:28rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG1PQapJ6FNqABwrBTXrxH1tdUFl9zTA { width:20rem;height:1.4619125rem;top:30.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3ekkZ1ZCa4B9xMPi8IvprPF7GbH8OJ3 { width:20rem;height:2.0996125rem;top:31.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHq93x0DNXhdBqehoZ25bohqTTV1m4Ib { width:20rem;height:1.4619125rem;top:35rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwxuNPiomgArdJfk5iswfdlqBKB4PNHV { width:20rem;height:0;top:35.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P6kZm4owtCwVqTlFBVx6D6pQe4WLqRgd { width:20rem;height:1.4619125rem;top:38.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAe4bIbgORFMyDfgJHQu2RUFqBrbPrif { width:20rem;height:2.0996125rem;top:40.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULAobbHg6tFivJQvpGww14ebbtLwAbZO { width:20rem;height:1.4619125rem;top:44.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyyXuLw593nhNIno1G4TIRTOEbJG1IcD { width:20rem;height:2.0996125rem;top:45.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvzVWFTegDb6pKiV1DqwSoytIqSTu7e5 { width:20rem;height:1.4619125rem;top:49.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqtwCrOpRwrnV9BFy8wQuWSl6dwAh2Oo { width:20rem;height:1.04980625rem;top:50.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG7q2vMlBJ3TPTuJyxtagGLGykbSizbO { width:20rem;height:1.4619125rem;top:53.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0SyUViBeH63p5u8refdTVlTwTqGntZ5 { width:20rem;height:2.0996125rem;top:54.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuNtDQgP7PserHTcIlpWZ1xV1GDVKosz { width:20rem;height:1.4619125rem;top:5.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8DJzpiTpJuFCO8ShrVlEmJhf2fUbwbs { width:20rem;height:2.0996125rem;top:59.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kymE4fO1wroJHdGzTR7rTJqXzp7KfT7d { width:20rem;height:1.4619125rem;top:58.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMNgtcHxzy4hrhQzqSMpgC7E1RMmTW7T { width:20rem;height:1.04980625rem;top:70rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlESW2Znv7Hqx6PT1WZVXtA8ZR4ThEVM { width:20rem;height:1.4619125rem;top:68.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoKmAu6zRTHIZwLm1aTM2rDuxZdAWqcS { width:20rem;height:1.04980625rem;top:74.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntI7817JVtvqemzwls5hCEbNhMyI5auV { width:20rem;height:1.4619125rem;top:72.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVqUMRnXoX5d0zHVh3ge55I6wBKU80Ud { width:20rem;height:2.0996125rem;top:64.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vsh0Nd046xHhdhK1qDFcBiv15vrgCvFb { width:20rem;height:1.4619125rem;top:63.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAeB1ySszbEIbGdT77DLP0NzvkcCmS8Q { width:20rem;height:2.599825rem;top:79.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOdUGbJ5nkhdTKNzUJkOPUfIN3PuNqsz { width:20rem;height:1.04980625rem;top:84.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drt5nS4bJIbVi7QXpU6EXm5zzEueXGPd { width:20rem;height:1.4619125rem;top:83.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOiCz0sGEhWivPvTmagJC3CrE2m7404C { width:11.75rem;height:0;top:86.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SNDIMRI7NEe6rSsWdk5JJSooXIl50T50 { width:20rem;height:1.4619125rem;top:87.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzBbdTVIQ3Ar5B1OTeBCXXlV7GE65nOM { width:5rem;height:0.125rem;top:79.1180934906rem;left:7.4999997615813rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtWP3ZUyOwINVFAgPWBPHIkAApyz1nZk { width:20rem;height:1.4619125rem;top:17.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #PFpIsdJPvmPhVLe73TVF0O87i8vCtTnQ { width:20rem;height:1.04980625rem;top:36.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #goKUHNcgoXsQ51skfhmJuhW1SosSKrFy { width:20rem;height:1.4619125rem;top:0.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ehc5PTmkm1Baos5d8VMKhJHoCicHSQWn { width:20rem;height:2.0996125rem;top:2.2109375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #R0T6ASvZMNfbfDzdvG5PUwWpSTl4kTnv { width:11.75rem;height:1.19965rem;top:88.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #UhGoq0N9T4OzwJ6XgMbFdhqaqio7nJT1 { width:12rem;height:0;top:93.91059375rem;left:4rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SaJlFs5vmpFTfuCZEMgXpVX0MV0XLB0H { width:10.875rem;height:0;top:91.1987875rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXPQ13PdbDXh3A45SuaTCnnl97fT2cvQ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9060a602-2415-4563-b99c-d973ff9119ec/Projektbeztytuu39.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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TXPQ13PdbDXh3A45SuaTCnnl97fT2cvQ.adaptive-delivery-prevent-bg, #TXPQ13PdbDXh3A45SuaTCnnl97fT2cvQ.lazyload, #TXPQ13PdbDXh3A45SuaTCnnl97fT2cvQ.lazyloading { background-image: none; }#TXPQ13PdbDXh3A45SuaTCnnl97fT2cvQ > .row .container { border-width: 0; border-radius: 0; }#TXPQ13PdbDXh3A45SuaTCnnl97fT2cvQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXPQ13PdbDXh3A45SuaTCnnl97fT2cvQ > .row .container { width:20rem;height:11.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OVcdz0pXzWBNoxTV7rIUBt6IJGQd447q { display:none; }#OVcdz0pXzWBNoxTV7rIUBt6IJGQd447q > .row .container { width:20rem;height:117.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Dvpsm5DDuNKbFd9op87fQiNEaNNJcZSS { width:5rem;height:0.125rem;top:4.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bwuDO3cZWvcrkfqL1AsiDuylSwuEhtF5 { width:18.75rem;height:2.4375rem;top:1.8672688007355rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TANEZKW105UeoxLHUB4NIvR6f6TaEFST { width:20rem;height:0;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UzCHotVrD0f6QofHREsQyg8ZoosifkcU { width:20rem;height:0;top:12.187500953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #URuUi1x1NgmV4TOGAWpGkv8Os3pFS4vk { width:7.3125rem;height:12.625rem;top:32.59895625rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VMS1uJHJIn0FtZlXpD3XltSTJH434oOq { width:5rem;height:0.125rem;top:49.72395625rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CX3mk6VsMtstBUNJhTR5dCfdkTaiIBeO { width:8.8125rem;height:10.1875rem;top:72.639757156375rem;left:5.4262154102326rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hiFspH1TzQffukqm63sH1wTt5oBN2HzB { width:5rem;height:0.125rem;top:51.6857625rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ExFzcc1zNJ95gyFuXqXSgfpZ6wnnwX1v { width:20rem;height:2.2744125rem;top:15.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCqBHkd8fZmGCeJy2vgVSPLXW73C7cwJ { width:8.4375rem;height:14.5625rem;top:19.125rem;left:5.6137154102326rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVq2ql6Ty5wM2SuDnCWNMyeJbR5o0CER { width:20rem;height:1.4619125rem;top:87.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paHm4DbmCsvDA0C6uJPLNKw3TPIA9dC5 { width:20rem;height:1.04980625rem;top:89.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6yJfeH1xFIHmz7U5nWyyNCQbkIK2wTS { width:10.875rem;height:1.04980625rem;top:94.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6zvTdsQIAUyrql8rkpwv92sh7wgpPNJ { width:20rem;height:1.4619125rem;top:107.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBWHTRNg6LkvoShkmvVF7qImT2x75uml { width:20rem;height:1.04980625rem;top:94.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k81CaSDwJM9Oa7JXJntu2lxRRScllh0h { width:20rem;height:1.4619125rem;top:92.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfsqyzNR2Cch3zFsHkczm4JHJ1Je6eP5 { width:20rem;height:1.4619125rem;top:110.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tekf10XBwwxGpL5D83bAaq6wkUJBi2bc { width:10.875rem;height:0;top:113.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HT9u3mfoXJxQ4HpGRSP1QxUmBfXp69Ms { width:20rem;height:1.4619125rem;top:113.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW8Aag5hyACDMKmlE630SkOr5sIcpPl5 { width:20rem;height:1.4619125rem;top:96.62500190735rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7dOLF1FX8HKxOtFh3wftpTSX2iw0mx8 { width:20rem;height:1.04980625rem;top:98.086809158325rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKV7TqPkFX9TyFvCVfiBILwtBVi5SViX { width:20rem;height:1.04980625rem;top:102.02343559265rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV1GUq2Hp6tzH6Ul4CEmOs8kZ6sd3mzB { width:20rem;height:1.4619125rem;top:100.56242179871rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyGkwMVzHInOPebDv0vvmGRRA6lcDD8K { width:20rem;height:1.04980625rem;top:105.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEqSkRJ3TeQr5dawaylUZBkeUdyIyO3H { width:20rem;height:1.4619125rem;top:103.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8cihe8U4oThGdXTQFigN3VL0V2LHJdQ { width:10.875rem;height:0;top:35.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:300;font-style:normal;color:#282828;display:none; }
 }@media only screen and (max-width: 763px) { #gLhgFAs8yNVQn2zB1OgQwVvxsdkM3H6T { width:10.875rem;height:0;top:38.249918937683rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w4HkmbVZeRQ3SAh2JW9qe0cgwK3aH2Vi { width:10.875rem;height:0;top:40.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcAtFRFi1J8pPx1NRaXumuigqRQ6yIGg { width:10.875rem;height:0;top:43.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U8QsaXyfvmLTw6uOUNhlaTWJuyaSU8Tz { width:10.875rem;height:0;top:45.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zd7qJOWv7VkkhTnrUpPINHkC9t4dOaK2 { width:10.875rem;height:0;top:48.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #krqAxEV7OTGQA7TXzncULTLm8R3Gh2ts { width:20rem;height:1.8681625rem;top:55.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvDqv9yEfPl4fw586lPqF4e4QDX8xcUt { width:20rem;height:1.349825rem;top:57.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJBdouXcP0DNSzX0F01Rx5ZhB4JkcHAT { width:20rem;height:1.8681625rem;top:59.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrF2IkXKNh7qonafetNWQ9gtcJovuP59 { width:20rem;height:1.19965rem;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrMqtL8msuC8wgizgqsfTTPkfVlO6oAI { width:20rem;height:0;top:64.166656494137rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;font-family:raleway;display:none; }
 }@media only screen and (max-width: 763px) { #aitVCdqiBPnNfJs0aIgVM6MsIXkhEwE1 { width:20rem;height:2.923825rem;top:9.686631679535rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #ihG7UtT31b4ChAqRm2v3LPBfSW4nD4gK { width:5rem;height:0.125rem;top:18.1875rem;left:1.1875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #CZFyLWFbONw5baNuhg2GZHflCZUJ0xJH { width:5rem;height:0.125rem;top:18.1875rem;left:13.8125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #H9dWWrL7IaZrVI7El4UteJo5QTn2ticg { width:20rem;height:1.8681625rem;top:39.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #LmoP0FucBQ9rRZGQnLvTTChbkuHRZydg { width:20rem;height:1.8681625rem;top:42.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #QBIDyxS0kDsDwbhVR8qHw4Xk4C3Oos6a { width:20rem;height:1.8681625rem;top:47.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #xiKERnPLDuR9GveVCp40euqBLfyT622i { width:20rem;height:1.8681625rem;top:45.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #g3eQpTAzBsXETzwTES8nlX4o2TTMGWvo { width:20rem;height:1.8681625rem;top:50.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #BPxZkrgrRaI7aXQxmAuHShCTmOUITqVR { width:20rem;height:1.8681625rem;top:53.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #phcTn7LJcuK43zHdWebgTKliay6PWIvw { width:20rem;height:2.4375rem;top:69.435764312744rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;font-family:raleway;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #WhHoPWkxVNQyWxZrJ5weThGcldGN4ZWl { width:20rem;height:0.125rem;top:61.610242843628rem;left:0rem;z-index:15024;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #PMv5BZTTTdE3BwUhLKAlBq5Zx4Okq3DW { width:20rem;height:0;top:106.77430625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DeBcVRga7DoQC3sLzocXOlT8WnFL5RVt { width:20rem;height:2.923825rem;top:84.365411758425rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aELwgFiXTgK9iNPp4hpxwLnwAeWcFVOr { width:20rem;height:2.923825rem;top:35.311632156372rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #z9GeafAnXyT2VMzsUevQApv8UT6Z1FKe { width:9rem;height:0.125rem;top:68.686632156375rem;left:5.5000002384186rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #BFNGfvMTHVxaxxWSQyazQLmL80Etihvb { width:20rem;height:2.923825rem;top:5.568576335907rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #hbq7avsogCazZyucefuxxGWWAzTddxpP { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f088ea6-54bd-4749-b933-1be6157a5136/BeowaCiemnoniebieskaPomaraczowaRcznieRysowaneLekcjaEdukacjaStrona.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#hbq7avsogCazZyucefuxxGWWAzTddxpP.adaptive-delivery-prevent-bg, #hbq7avsogCazZyucefuxxGWWAzTddxpP.lazyload, #hbq7avsogCazZyucefuxxGWWAzTddxpP.lazyloading { background-image: none; }#hbq7avsogCazZyucefuxxGWWAzTddxpP > .row .container { background-color: transparent; background-image: none; }#hbq7avsogCazZyucefuxxGWWAzTddxpP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbq7avsogCazZyucefuxxGWWAzTddxpP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbq7avsogCazZyucefuxxGWWAzTddxpP > .row .container > .video-iframe-container { display: none; }#hbq7avsogCazZyucefuxxGWWAzTddxpP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbq7avsogCazZyucefuxxGWWAzTddxpP > .row > .video-iframe-container { display: none; }#hbq7avsogCazZyucefuxxGWWAzTddxpP > .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); }#hbq7avsogCazZyucefuxxGWWAzTddxpP > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f427L6qkDspd3TI6i8nZFRqxRu2O7n3T { width:20rem;height:5.6875rem;top:1.5000004768372rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxiyuKuGVncXWIweBnC6u0QX4dbyxIv6 { width:5rem;height:0.125rem;top:12.125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #alTgB4LSP9AsMbH8CL6qXf53Kv5kQ7sC { width:18.75rem;height:0;top:8.3731966018675rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oEMfVtA2FpmeFhTZxwk5OSc6hKb5v1EA { width:4.1875rem;height:4.1875rem;top:9.436632514rem;left:0.8125rem;display:block; }
#oEMfVtA2FpmeFhTZxwk5OSc6hKb5v1EA > img { max-width: 100%;max-height:100%; width:4.1875rem; height:4.1875rem; } }@media only screen and (max-width: 763px) { #iib7B6vHT5im4HERVrkHGPoMOfVWRTCg { width:4.0625rem;height:4.0625rem;top:9.499131679535rem;left:14.562499761581rem;display:block; }
#iib7B6vHT5im4HERVrkHGPoMOfVWRTCg > img { max-width: 100%;max-height:100%; width:4.0625rem; height:4.0625rem; } }@media only screen and (max-width: 763px) { #v7Kgr4ntb4msRw57TnXp1KNMXMBHgxlp { width:4.125rem;height:4.125rem;top:9.436631679535rem;left:7.9374997615813rem;display:block; }
#v7Kgr4ntb4msRw57TnXp1KNMXMBHgxlp > img { max-width: 100%;max-height:100%; width:4.125rem; height:4.125rem; } }@media only screen and (max-width: 763px) { #TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg { display:block; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFN7X3K5wKcrPTJV3OfIBQKAR0egWmof { width:18.75rem;height:0.89375rem;top:0.6553819179535rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oykOvT6qVM42BalO92XMQsKAAR1ekEso { width:20rem;height:4.0625rem;top:1.548611164093rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c33xK1hSdaohUsLxkq4IVLUoUJQPTAM8 { width:5rem;height:0.125rem;top:8.375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPKREaWzBxVaTEZCJdLbe4eN10FKRxXS { width:20rem;height:8.25rem;top:18.686631992459rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ne2vcNMtp6FWTaQUqKizrFTa7gEae20K { width:14.875rem;height:22.0625rem;top:64.750040054319rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ExCTeScuRKh6UG73cqWTWJTzpkDpmR0C { width:20rem;height:38.125rem;top:13.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHO7BZl77oteKV8upZ6ovrKhnbPvTXq9 { width:18.75rem;height:0;top:28.687417984009rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLdiA49ICrpxt19wFX2XXsCVay3Ed7ii { width:5rem;height:0.125rem;top:37.3125rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U5lCy5bKKSzQ4LTbFJ4Dt0xJCbu9SVwe { width:20rem;height:0;top:35.000081062317rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7a2mHO1Xhvhe1tFEn0A2228fufXlB9R { width:12.5625rem;height:12.5625rem;top:5.6112060546875rem;left:3.7187502384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpWwOD5yevekOWmsafclobUoRt0wX7mC { width:18.75rem;height:5.6875rem;top:28.623264312744rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.1875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #b0KsK3hPQfRdZqM88hNmVCXCa9CEtRRZ { width:20rem;height:24.375rem;top:34.310764312744rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #IpqcS0wP4PJCbQ6MAHglu5fRaMiF2JqX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/00ced13d-cd28-485e-a0ce-b060f7594da0/Projektbeztytuu37.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IpqcS0wP4PJCbQ6MAHglu5fRaMiF2JqX.adaptive-delivery-prevent-bg, #IpqcS0wP4PJCbQ6MAHglu5fRaMiF2JqX.lazyload, #IpqcS0wP4PJCbQ6MAHglu5fRaMiF2JqX.lazyloading { background-image: none; }#IpqcS0wP4PJCbQ6MAHglu5fRaMiF2JqX > .row .container { background-color: transparent; background-image: none; }#IpqcS0wP4PJCbQ6MAHglu5fRaMiF2JqX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpqcS0wP4PJCbQ6MAHglu5fRaMiF2JqX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpqcS0wP4PJCbQ6MAHglu5fRaMiF2JqX > .row .container > .video-iframe-container { display: none; }#IpqcS0wP4PJCbQ6MAHglu5fRaMiF2JqX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpqcS0wP4PJCbQ6MAHglu5fRaMiF2JqX > .row > .video-iframe-container { display: none; }#IpqcS0wP4PJCbQ6MAHglu5fRaMiF2JqX > .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); }#IpqcS0wP4PJCbQ6MAHglu5fRaMiF2JqX > .row .container { border-width: 0; border-radius: 0; }#IpqcS0wP4PJCbQ6MAHglu5fRaMiF2JqX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IpqcS0wP4PJCbQ6MAHglu5fRaMiF2JqX > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }