.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;position:relative;display:block; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8f05ec39-f907-4eb8-942c-3762bb1df20c/Zrzutekranu20230718o193853.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.adaptive-delivery-prevent-bg, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyload, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyloading { background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { border-width: 0; border-radius: 0; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:60rem;height:39.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#h9SgrJtgT2eRVVfn1uPQd7MFq7RvnyBH { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#bdca2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.59375rem;left:42.34375rem;display:block; }
#rWWm2T4NJG2mxwWgynz49Oo50XE9V44f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V1n3QZCNLpnPBmwWfEzpVoUUmexrvUhs { position:absolute;display:block;z-index:15004;background-color:#27262e;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:3.75rem;width:17.9375rem;top:6.1875rem;left:40.875rem;display:block; }
#msLKDx9q3RPTlz5OOi7pRPQaOMLht1p6 { position:absolute;display:block;z-index:15005;background-color:#bdca2d;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:3.75rem;width:3.75rem;top:5.5rem;left:38.0625rem;display:block; }
#ewR9ma9Nx1W3BbnnQTSU6yGv8UAJCcF8 { color:#d7d7d7;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.4375rem;left:43.625rem;height:1.29980625rem;font-style:normal;display:block; }
#RrzCO8uJ6C0HSwRkG9LiOss5SuFR135g { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.6875rem;top:6.4375rem;left:39rem;overflow:hidden;display:block; }
#g0aVBLUis1xLLPCFG7bd6Z2sLrETIOhk { position:absolute;display:block;z-index:15010;background-color:#bdca2d;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:3.75rem;width:3.75rem;top:10.25rem;left:38.0625rem;display:block; }
#NcmdCZEegJKvR2kKIgf6bZfLHzKrFmyk { position:absolute;display:block;z-index:15009;background-color:#27262e;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:3.75rem;width:17.9375rem;top:10.9375rem;left:40.875rem;display:block; }
#F7gdglvIZyBTaPk6VQ5xBv79ZUTqWtBd { color:#d7d7d7;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:12.1875rem;left:43.625rem;height:1.29980625rem;font-style:normal;display:block; }
#wXLyumuEw0HqFzPN7x1C3AGXcUW2WFTI { 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:0.75rem;width:0.9375rem;top:14rem;left:40.875rem;overflow:hidden;display:block; }
#lUvpHIdeddcDR2XdgsQTn8gzGSxiBCCg { 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:1.625rem;width:1rem;top:11.3125rem;left:39.4375rem;overflow:hidden;display:block; }
#BHqPKkSVofIEN15VT5HCeSBauDrRN0MX { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:17.4375rem;top:8.875rem;left:11.9375rem;overflow:hidden;display:block; }
#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { 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; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { background-color: transparent; background-image: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container > .video-iframe-container { display: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row > .video-iframe-container { display: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .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); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { border-width: 0; border-radius: 0; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { font-size:0.875rem;font-family:arial;height:56.125rem;width:60rem;position:relative;display:block; }#AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { 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:19rem;width:28.625rem;top:4.375rem;left:0rem;overflow:hidden;display:block; }
#kNgkeTAE9KFsiO4DCVkagLiMi82XNIE8 { color:#373d45;display:block;width:28.4375rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:1.873046875rem;left:31.5625rem;height:6.5996125rem;font-style:normal;display:block; }
#gDOc3Ja5rigLCFdnPNIVarlIEwaWT0gp { color:#6e6e6e;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:15.0625rem;left:31.875rem;height:22.09618125rem;display:block; }
#abZyikB9tCWvfT0hiNTcnGC1srFqfVf5 { box-sizing:content-box;color:#373d45;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14994;top:46.6875rem;left:31.75rem;display:block; }
#u6Myhm1AQWw2v7iyWfXJD82wVlW69XXz { color:#6e6e6e;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:9.99609375rem;left:31.875rem;height:5.09911875rem;font-style:normal;display:block; }
#nyCbIID8PSyyHHzeq7xL6kzfvogfJPn7 { color:#6e6e6e;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:51.625rem;left:30.9375rem;height:3.8247rem;display:block; }
#qPpfII5ovPpBtMZuvz4fOW4xQ7qzLN0n { z-index:14997;top:46.625rem;left:31.5625rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #bdca2d;border-left:0.1875rem solid #bdca2d;border-right:0.1875rem solid #bdca2d;border-bottom:0.1875rem solid #bdca2d;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#bdca2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.75rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iG5mC8PPtlpGLlGGEUiFZ42qHC3Vqv15 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lMrqzUqTViUtveaHoi8Hdbz8picQJSWI { box-sizing:content-box;color:#373d45;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14996;top:46.6875rem;left:35.875rem;display:block; }
#RSR1yRCSgLMOaSDzvOfCBthHXnEOKdmS { z-index:14999;top:46.625rem;left:35.6875rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #bdca2d;border-left:0.1875rem solid #bdca2d;border-right:0.1875rem solid #bdca2d;border-bottom:0.1875rem solid #bdca2d;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#bdca2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.75rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fPHdRo0p56BbMLhLG93zisJXd3wZmNHL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LO2C75yvPlAMu7qB5sEwQS3pWXOSphzl { box-sizing:content-box;color:#373d45;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14998;top:46.6875rem;left:40.125rem;display:block; }
#mf11UK9hFTHgmOZn8aZd5WZuLqa9LmiG { z-index:15001;top:46.625rem;left:39.9375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #bdca2d;border-left:0.1875rem solid #bdca2d;border-right:0.1875rem solid #bdca2d;border-bottom:0.1875rem solid #bdca2d;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#bdca2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.75rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UwTKPQVzEnaRpAoWd73KK9yuLXUTGC3o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UTeG8KiydWIheiTzWqSXpV9T1StGPczH { 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:11.375rem;width:24.4375rem;top:29.0625rem;left:2.09375rem;overflow:hidden;display:block; }
#yUHO7UpB25FsrzZo2sqW80w23FPd2tga { color:#000000;display:block;width:1rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:49.125rem;left:32.625rem;height:1.29980625rem;display:block; }
#tSdTEA5yre4QMaFzObAkzBaCUTdUg3zg { color:#000000;display:block;width:1rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:49.125rem;left:36.8125rem;height:1.29980625rem;display:block; }
#qzTIxxP4NEiSQnhMtsCPpH1PTP834kDv { color:#000000;display:block;width:1rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:49.125rem;left:41.0625rem;height:1.29980625rem;display:block; }
#SHOgIfMUACpifxTbJmmZTCVyGJFSWqFl { color:#6e6e6e;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:41.5rem;left:30.9375rem;height:3.3994125rem;font-style:normal;display:block; }
#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc { 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; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container { background-color: transparent; background-image: none; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container > .video-iframe-container { display: none; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row > .video-iframe-container { display: none; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .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); }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container { border-width: 0; border-radius: 0; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;position:relative;display:block; }#AHgCin2kyfcXhvpTZr8i2Z5t0a58GRf6 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e1e1e1;border-left:0.125rem solid #e1e1e1;border-right:0.125rem solid #e1e1e1;border-bottom:0.125rem solid #e1e1e1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:28.125rem;top:2.7838554382324rem;left:-0.021701812744141rem;display:block; }
#OlOQ4u4NWqSdopTgyyceK0scR5ZrRnin { position:absolute;display:block;z-index:15001;background-color:#373d45;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:3rem;width:3rem;top:3.21875rem;left:0.29948043823242rem;display:block; }
#XJb9PO9A7675nd6CcIZOZ0PExi6pPf8t { 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:1.1875rem;width:2.125rem;top:12.626953125rem;left:0.736328125rem;overflow:hidden;display:block; }
#yAU40xmUFXLvUihExtv6NwGTNDEhh7MW { color:#6e6e6e;display:block;width:20.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9993476867676rem;left:5.2365455627441rem;height:1.4624rem;font-style:normal;display:block; }
#x8ZoPvhAGOyaptVCLdFVzdLuktXKGQ5M { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e1e1e1;border-left:0.125rem solid #e1e1e1;border-right:0.125rem solid #e1e1e1;border-bottom:0.125rem solid #e1e1e1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:28.125rem;top:7.0625rem;left:0rem;display:block; }
#vyCx3yHRBHzbTBfSE5nhmDJkiZzwPQBB { position:absolute;display:block;z-index:15005;background-color:#373d45;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:3rem;width:3rem;top:7.625rem;left:0.3125rem;display:block; }
#OtzNvVhUi5NgVaZc5lxWKOWe1o4IWTfo { color:#6e6e6e;display:block;width:20.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.3125rem;left:5.25rem;height:1.4624rem;font-style:normal;display:block; }
#Tg9wFTLUqT9KPpGwogGcgC0gt5QV6dRw { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e1e1e1;border-left:0.125rem solid #e1e1e1;border-right:0.125rem solid #e1e1e1;border-bottom:0.125rem solid #e1e1e1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:28.125rem;top:15.5625rem;left:0.0224609375rem;display:block; }
#ym45la4SkdxDxOSzvMiEgCZ30SFi3vy0 { color:#6e6e6e;display:block;width:21.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:16.0625rem;left:5.236328125rem;height:2.9248rem;font-style:normal;display:block; }
#g06QG1XV2pLSNthy8uATPOQmFpKHozTs { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e1e1e1;border-left:0.125rem solid #e1e1e1;border-right:0.125rem solid #e1e1e1;border-bottom:0.125rem solid #e1e1e1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:28.125rem;top:11.283203125rem;left:0rem;display:block; }
#yBXKvSJMke36QIL8Rl2LGKCfhGQ3lRcC { color:#6e6e6e;display:block;width:20.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.4990234375rem;left:5.2587890625rem;height:1.4624rem;font-style:normal;display:block; }
#zbdUvJ6ZvAAgu39XbrWcsHmT2fsKpSFa { position:absolute;display:block;z-index:15009;background-color:#373d45;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:3rem;width:3rem;top:11.7177734375rem;left:0.3212890625rem;display:block; }
#WF8BrTzVF2dIfxht5PMNW1GeGpBfzQIb { position:absolute;display:block;z-index:15013;background-color:#373d45;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:3rem;width:3rem;top:15.9375rem;left:0.3349609375rem;display:block; }
#OtJfyXTgJ0TszhmfogL1pnQyViqPigVJ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:25.5rem;top:2.783203125rem;left:31.8125rem;overflow:hidden;display:block; }
#KvLcyOtZr2Ef4i34qaFR8uL5FsXweKqq { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.75rem;top:16.40625rem;left:0.923828125rem;overflow:hidden;display:block; }
#W90LFqQuivU2suw8MXRBztnBPRRgPRyZ { 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:1.1875rem;width:2.125rem;top:4.126953125rem;left:0.736328125rem;overflow:hidden;display:block; }
#sod0iCfvQdCb0fnrMmq7DCP0qHHmSoxa { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:2.125rem;top:8.53125rem;left:0.736328125rem;overflow:hidden;display:block; }
#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1c6ad8cB/fotobg2.jpg");background-position:bottom 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; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV.adaptive-delivery-prevent-bg, #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV.lazyload, #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV.lazyloading { background-image: none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { background-color: transparent; background-image: none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container > .video-iframe-container { display: none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row > .video-iframe-container { display: none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .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); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { border-width: 0; border-radius: 0; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;position:relative;display:block; }#n8vlHwVfvZ37RL6VTixTxoTxbNABJlah { position:absolute;display:block;z-index:15000;background-color:#848f0e;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:16.875rem;width:18.4375rem;top:5.625rem;left:0rem;display:block; }
#n7B9l8LIBMFEQzrGU1HX5qoqihidsxBv { position:absolute;display:block;z-index:15001;background-color:#373d45;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:2.875rem;width:3.875rem;top:7.5rem;left:0rem;display:block; }
#pep48xawO0B6WJbSs0k2Tl5Hl5QHHdbe { color:#ffffff;display:block;width:3.25rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5rem;left:0.625rem;height:3.0874rem;font-style:normal;display:block; }
#ORVTT567tnlnanc3KACvMab6nm3KQzDL { color:#ffffff;display:block;width:12rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.6875rem;left:5rem;height:2.4375rem;font-style:normal;display:block; }
#Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:11.5rem;left:1.6875rem;height:8.4985625rem;text-align:justify;text-align-last:initial;display:block; }
#ePJdaEBHMAgW5rt3V5xLckfg8RhVbT8n { position:absolute;display:block;z-index:15006;background-color:#848f0e;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:16.875rem;width:18.4375rem;top:5.625rem;left:41.5625rem;display:block; }
#fgUr03ot1awvzcJZdnE3qVTcA0TeUchg { position:absolute;display:block;z-index:15007;background-color:#373d45;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:2.875rem;width:3.875rem;top:7.5rem;left:41.5625rem;display:block; }
#pGwfXK8DhcQMOgVKZty3Amib3UxNcPSe { color:#ffffff;display:block;width:3.25rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.5rem;left:42.25rem;height:3.0874rem;font-style:normal;display:block; }
#cbnXeF0AdGP4WxFsOPVOZy5lMMy5UFPc { color:#ffffff;display:block;width:12rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.75rem;left:46.5625rem;height:2.4375rem;font-style:normal;display:block; }
#EOCkyyuG6cibgXD5blDrk85AqRncBbJW { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:11.5rem;left:43.375rem;height:8.49851875rem;text-align:justify;text-align-last:initial;display:block; }
#lVCt4o0938PkdFq0S2KdX28snOzUwItJ { position:absolute;display:block;z-index:15013;background-color:#373d45;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:2.875rem;width:3.875rem;top:7.5rem;left:20.8125rem;display:block; }
#vaACeEZsSv8V98TcLAXyHLN3EVRJJkf8 { color:#ffffff;display:block;width:3.25rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.5rem;left:21.5rem;height:3.0874rem;font-style:normal;display:block; }
#VxUFtITUllTJLOZSkrvTHx03JZxk9rG2 { position:absolute;display:block;z-index:15012;background-color:#bdca2d;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:16.875rem;width:18.4375rem;top:5.625rem;left:20.8125rem;display:block; }
#NqOU5z56VLHZZH0Aqh8J2lE1y6nmwgCg { color:#ffffff;display:block;width:12rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.75rem;left:25.8125rem;height:2.4375rem;font-style:normal;display:block; }
#uRNePBUoZ7IUNqCJt0gZzx2mebZ6inb1 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:11.5rem;left:22.5625rem;height:8.4985625rem;text-align:justify;text-align-last:initial;display:block; }
#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;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; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { background-color: transparent; background-image: none; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container > .video-iframe-container { display: none; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row > .video-iframe-container { display: none; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .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); }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { border-width: 0; border-radius: 0; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#Nzd7aLe0IkJ7JPXbszq1m438Rn8ThO77 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7498168945312rem;left:0.031070709228516rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTH6kHL2dPMBaLVimoe6tqoGxQQfc4nd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.875rem;top:1.96875rem;left:11.25rem;overflow:hidden;display:block; }
#R7Kl2M0yvzcJdUMlfqkVgmgqikP5p7X1 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.875rem;top:1.96875rem;left:44.8125rem;overflow:hidden;display:block; }
#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;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; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { background-color: transparent; background-image: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container > .video-iframe-container { display: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container { display: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .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); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { border-width: 0; border-radius: 0; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:block; }#vPBJlA6rtZoLIJUE3bezEeJO2PMiXTyg { 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:13.3125rem;width:20rem;top:4.267578125rem;left:35rem;overflow:hidden;display:block; }
#yeWFTJ7kMT0K1R4uK34GpETfTvAfUaWJ { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:1.6875rem;left:8.40625rem;height:5.09911875rem;font-style:normal;display:block; }
#zlT5OhhZZ1EcrT2MUd45SBJLI3Itcg0M { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:14997;line-height:1.7;letter-spacing:0;top:8.375rem;left:8.40625rem;height:6.798825rem;font-style:normal;display:block; }
#FqxHJziE1NXzQOWb30Jx7ViVKoPMGB24 { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:14.78125rem;left:8.40625rem;height:5.09911875rem;font-style:normal;display:block; }
#TJJViTQ6cO1pXEoxtVIMkBOAxSo4rvEN { color:rgba(255,255,255,0.4);display:block;width:5.9375rem;position:absolute;font-family:"roboto condensed";font-size:5.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.09375rem;left:0rem;height:7.6371875rem;font-style:normal;display:block; }
#fP41W7zRIiIkG3JWgIZCxEXtQTrbicTP { position:absolute;display:block;z-index:15005;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:18rem;width:0.25rem;top:1.90625rem;left:6.96875rem;overflow:hidden;display:block; }
#IyD8LukMGrfs6IXK8TTnSUkmOoMiQnnQ { color:#000000;display:block;width:5.625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6rem;left:0.625rem;height:2.4375rem;font-style:normal;display:block; }
#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;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; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { background-color: transparent; background-image: none; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container > .video-iframe-container { display: none; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row > .video-iframe-container { display: none; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .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); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { border-width: 0; border-radius: 0; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:block; }#ubqATHDgggwghTMg20dWg55ObA9Av3Ps { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:2.3125rem;left:39.5rem;height:6.798825rem;font-style:normal;display:block; }
#wmsBMCOxFWzKixXJD4cr4fNtfzrFQyVq { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:9rem;left:39.5rem;height:6.798825rem;font-style:normal;display:block; }
#F7DRRUrZGWKemhvbJAXivV8OuNmXIyhu { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:15.4375rem;left:39.5rem;height:6.798825rem;font-style:normal;display:block; }
#hOn2FBrOkhEkwHp5B92l0khCv9BWz6fG { color:rgba(255,255,255,0.4);display:block;width:6.6875rem;position:absolute;font-family:"roboto condensed";font-size:5.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.75rem;left:31.125rem;height:7.6371875rem;font-style:normal;display:block; }
#nDfoOCfdsKncRKpto0Snz6I2JTSiPTob { position:absolute;display:block;z-index:15005;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:18rem;width:0.25rem;top:2.5625rem;left:38.0625rem;overflow:hidden;display:block; }
#bsAcFKEOSgkVZHoTCCVvHZqhrMUZKZ3h { color:#000000;display:block;width:5.5rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.625rem;left:31.75rem;height:2.4375rem;font-style:normal;display:block; }
#CWNdpP41X0J4Ud71o86bAu6gS1IvMGI1 { 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:17.25rem;width:28.625rem;top:2.84375rem;left:0.6875rem;overflow:hidden;display:block; }
#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;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; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container { background-color: transparent; background-image: none; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container > .video-iframe-container { display: none; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row > .video-iframe-container { display: none; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .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); }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container { border-width: 0; border-radius: 0; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:60rem;position:relative;display:block; }#JbPhbnBFm7iTW73Jv5iIfxtc7ElUGyUa { 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:18.5rem;width:27.75rem;top:2.5rem;left:31.125rem;overflow:hidden;display:block; }
#PDRlxLek5hw9k6CcVsIIbATo4MTZkCDg { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:1.6875rem;left:8.40625rem;height:6.798825rem;font-style:normal;display:block; }
#yldmVKwHM1TrtUm0GaP6ayHTO2bpqeXc { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:8.375rem;left:8.40625rem;height:6.798825rem;font-style:normal;display:block; }
#MTaXkVqAXnfaoF9XTcJX95Nam6Omvk8u { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:14.78125rem;left:8.40625rem;height:5.09911875rem;font-style:normal;display:block; }
#bqRm6eb2ATNpd1gPuKX3J0ML8hZ8vTq2 { color:rgba(255,255,255,0.4);display:block;width:6.5rem;position:absolute;font-family:"roboto condensed";font-size:5.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.09375rem;left:0rem;height:7.6371875rem;font-style:normal;display:block; }
#JV6EUgLygSE8x3W4tuJogr47WETJhgeC { position:absolute;display:block;z-index:15005;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:18rem;width:0.25rem;top:1.90625rem;left:6.96875rem;overflow:hidden;display:block; }
#sqrSFhJk5XWb6CRSlSRP3fL9l0s5nNfh { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6rem;left:0.625rem;height:2.4375rem;font-style:normal;display:block; }
#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/TM4PJkwN/fotobg3.jpg");background-position:bottom 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; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.adaptive-delivery-prevent-bg, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyload, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyloading { background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { background-color: transparent; background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container > .video-iframe-container { display: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row > .video-iframe-container { display: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .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); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { border-width: 0; border-radius: 0; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:block; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdcd6;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; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { background-color: transparent; background-image: none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container > .video-iframe-container { display: none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row > .video-iframe-container { display: none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .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); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { border-width: 0; border-radius: 0; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:block; }#ZSATJOKvhTZyhBORCfcO9NI42BT5WsMu { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:15rem;top:0.59375rem;left:22.5rem;overflow:hidden;display:block; }
#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdcd6;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; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { background-color: transparent; background-image: none; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container > .video-iframe-container { display: none; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row > .video-iframe-container { display: none; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .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); }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { border-width: 0; border-radius: 0; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:60rem;position:relative;display:block; }#RrZABlmt373QMV9GqyTTIPDXyQO8FuAw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.875rem 0.6875rem 3.1875rem rgba(0,0,0,0.28) ;height:20.125rem;width:28.75rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#XCvTHzMTm5DKsany3vOvOhwkBT9XSGed { position:absolute;display:block;z-index:15001;background-color:#27262e;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:15.625rem;width:31.5625rem;top:4.75rem;left:28.4375rem;display:block; }
#bIAAEtSUTT1gqUkZqyivrmdUTRqccD3w { color:#dfdcd6;display:block;width:23.375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:8.5rem;left:32.53125rem;height:8.4375rem;font-style:normal;display:block; }
#kpmDqDbFqLPJUNP2pA2HgUrSf9wK3WJ5 { 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:4.25rem;width:4.5rem;top:3.6875rem;left:54.28125rem;overflow:hidden;display:block; }
#liCBNmkak379bkpqK6ORF6TKhwKdMGKq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/RT67oi5Y/fotobg5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq.adaptive-delivery-prevent-bg, #liCBNmkak379bkpqK6ORF6TKhwKdMGKq.lazyload, #liCBNmkak379bkpqK6ORF6TKhwKdMGKq.lazyloading { background-image: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container { background-color: transparent; background-image: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container > .video-iframe-container { display: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row > .video-iframe-container { display: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .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); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container { border-width: 0; border-radius: 0; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container { font-size:0.875rem;font-family:arial;height:282.5rem;width:60rem;position:relative;display:block; }#E9UUMGRqpE4NwKu88yTq8Eq2utoAC6MC { color:#27262e;display:block;width:60rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kTFI6TeNH1UFKmOssayJbifwKEZXkZSN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:11.625rem;left:6.625rem;overflow:hidden;display:block; }
#kF2ptl6ZOo0xwGz850nf7R2Ei0FhupqV { color:#27262e;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.625rem;left:17.5625rem;height:3.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LPun3IpopuXcKpDBHMfCspDoRvfMkgJT { color:#27262e;display:block;width:36.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.16357421875rem;left:17.5625rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HLxknX8evLhU1A6kz7C1e8WSL4FlRNef { position:absolute;display:block;z-index:15003;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.25rem;width:9.25rem;top:24.875rem;left:6.625rem;overflow:hidden;display:block; }
#pU3QN55kB8HJdmQi4pgEZPPZEnV5mLU7 { color:#27262e;display:block;width:35.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:30.41357421875rem;left:17.5625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kboyqqkKFIMtaQtfwbiyZQ1lrvzMKn8K { color:#27262e;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:24.875rem;left:17.5625rem;height:3.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CZRmUOHamds5MW33vIDbk1iy8LnK9S6Z { position:absolute;display:block;z-index:15006;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.375rem;width:9.375rem;top:38.125rem;left:6.625rem;overflow:hidden;display:block; }
#ykTV3ZXQ3Qfn3vVM5HCPTSyf4u3LmWp8 { color:#27262e;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:38.125rem;left:17.5625rem;height:3.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kfWRgUmTAl99wcBaEq7olUmxqRMnXODH { color:#27262e;display:block;width:40.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:43.66357421875rem;left:17.5625rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ud6UJQN8yv5qcWA2DdFl3o3QORbfO6VG { 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:9.375rem;width:9.375rem;top:52.125rem;left:6.625rem;overflow:hidden;display:block; }
#TE2RgOdrovpQUET81kRUHOVof0wp1kxG { color:#27262e;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:52.125rem;left:17.5625rem;height:3.49365rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QtyDFbFbHrAIRMG3Bv2NofNuvWkv9rWO { color:#27262e;display:block;width:36.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:57.5625rem;left:17.5625rem;height:3.89941875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zVKl3rFt0GSi4PaCemhUJAREmx843kDl { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:66.0625rem;left:6.625rem;overflow:hidden;display:block; }
#lI5dsW6Di8Vh4v8yeEPWKgk5AcCygMkG { color:#27262e;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:66.0625rem;left:17.5625rem;height:3.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pRnRiN6VbvVfVBJaTrw0VIxGPyRwLOVR { color:#27262e;display:block;width:38.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:73.087890625rem;left:17.5625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yyCoPAMcIVfOMw3HxBZg1ydol9H6y99p { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:80.3125rem;left:6.625rem;overflow:hidden;display:block; }
#g5rxue3PVOkkvBcDy9PTTpEekFTpAUXA { color:#27262e;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:80.3125rem;left:17.5625rem;height:3.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TphdTk0hamlSrmf1649CnFEzRKLHpHiv { color:#27262e;display:block;width:34.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:87.150390625rem;left:17.5625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#okfZKr3SHJT18FveUTL9LdIgph3ctgFe { 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:9.375rem;width:9.375rem;top:94.5625rem;left:6.625rem;overflow:hidden;display:block; }
#kpM2oB2vKyXTSwfzxLFfzrimbMNQ5xu7 { color:#27262e;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:94.5625rem;left:17.5625rem;height:3.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hEFTOUKP4FAcZ2L3w7iTF8uf5fnGCdqd { color:#27262e;display:block;width:34.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:100.10107421875rem;left:17.5625rem;height:3.89941875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kuaeJSSz5Q2ExhGXfH7pUxnA1OF92AWW { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:108.625rem;left:6.625rem;overflow:hidden;display:block; }
#u2mDKeETLTb8yRvkJ6HViSmNdHzfyRhv { color:#27262e;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:108.625rem;left:17.5625rem;height:3.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N8zy0RJLoUsbG3TZdKGVuQovmLuqvP7s { color:#27262e;display:block;width:34.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:112.86328125rem;left:17.5625rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Os4TsPCDeMJhknS2unJTTyFJp8mb3EJA { 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:9.375rem;width:9.375rem;top:178.25rem;left:6.625rem;overflow:hidden;display:block; }
#s7rEIcvxbXE0O8iNDkLNzO9r1H0rF1Go { color:#27262e;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:178.25rem;left:17.5625rem;height:3.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NHxgefsbGQMKDn1A6rCCXzb7y0ZP1JmU { color:#27262e;display:block;width:34.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:183.78857421875rem;left:17.5625rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bicn9DbXO09cebcTwJ1IxdSBDTLTUyFL { color:#27262e;display:block;width:60rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aV5OisN78yIMmvbweWzWK70Qe807Mmnb { 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:9.375rem;width:9.375rem;top:221.75rem;left:6.625rem;overflow:hidden;display:block; }
#tLHoOGFF4TmA2ns6LKE5dLDb9UAnynqd { color:#27262e;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:221.75rem;left:17.5625rem;height:3.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oB34GNKkBqZ8FTTeTF0cyivOV4vL7Q28 { color:#27262e;display:block;width:34.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:228.587890625rem;left:17.5625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VGyytlflh4JuTtq8T8BOqzx8LZpTAkxg { position:absolute;display:block;z-index:15048;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.375rem;width:9.375rem;top:236.25rem;left:6.625rem;overflow:hidden;display:block; }
#J0mp5191JaiPRL5Us1SVfcWbud0bBScN { color:#27262e;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:236.25rem;left:17.5625rem;height:3.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#viEO2G97XGuaSdBtA7fPKDgzTRpxbrpN { color:#27262e;display:block;width:34.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:240.48828125rem;left:17.5625rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iIL4Q6ZkfQZmnafxhOnbtOuKGqcgQmKD { position:absolute;display:block;z-index:15054;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.375rem;width:9.375rem;top:251.6875rem;left:6.625rem;overflow:hidden;display:block; }
#WHBmOVM1HnlkMUFm3rpdeJM2IknCH1tb { color:#27262e;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:251.6875rem;left:17.5625rem;height:3.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TOznPIkVLBccxbu3nFpTM3hku4eFEy0b { color:#27262e;display:block;width:34.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:259.8125rem;left:17.5625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GVivNW5Si8ySn3F33qFFhH0PUJFUB9vi { position:absolute;display:block;z-index:15057;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.375rem;width:9.375rem;top:266rem;left:6.625rem;overflow:hidden;display:block; }
#aKtEd2renJZ7iZKVEcmeBtypsxAhlWai { color:#27262e;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:266rem;left:17.5625rem;height:3.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oGM3eglhp6d1KRlrolcRfpVLWGAvk9bZ { color:#27262e;display:block;width:36.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:271.5625rem;left:17.5625rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ufRs5OfGqqz4c8eUA6DvTStit7dS0M9L { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:122.625rem;left:6.625rem;overflow:hidden;display:block; }
#BCTafZ6Nf5FRN9sFI0L4za2VM51sRxow { color:#27262e;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:122.625rem;left:17.5625rem;height:3.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sKM6Emb0KRXpNKx223G12osDfULs7nLg { color:#27262e;display:block;width:34.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:130.7626953125rem;left:17.5625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rfalgikm1r61RCf0KMbQ5Q9u9HE66ono { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:136.75rem;left:6.625rem;overflow:hidden;display:block; }
#V0yvcrDFiXMhdeCOZ6eIHQgBglHXNzhO { color:#27262e;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:136.75rem;left:17.5625rem;height:3.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yenOdvIDS12w6fDTG2KNz1cDUz6V36Uf { color:#27262e;display:block;width:34.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:142.28857421875rem;left:17.5625rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mZdZf1VTIH74hx5F88eD7a4kXQBcCsDE { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:150.125rem;left:6.625rem;overflow:hidden;display:block; }
#WBta5fuL1Tzga5qpLTNdJeKFXR2ag06T { color:#27262e;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:150.125rem;left:17.5625rem;height:3.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sKtCmHoXU7HQEN8Rfrp5TxLob8EvRAXE { color:#27262e;display:block;width:37.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:155.66357421875rem;left:17.5625rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fm0sOw7okVhOvtv3H3gErM6ThyLWodtl { 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:9.3125rem;width:9.375rem;top:164.28125rem;left:6.625rem;overflow:hidden;display:block; }
#vTmmgsNAlXnWZV2rwDvf5iDO6RBmut1u { color:#27262e;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:164.28125rem;left:17.5625rem;height:3.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vQpIyvaHmsdazbi766x7ANhD7XvIbell { color:#27262e;display:block;width:37.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:169.81982421875rem;left:17.5625rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iNZcJAunKlhQ2vQIfQ6Sqd8K3StkqMG7 { position:absolute;display:block;z-index:15037;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.375rem;width:9.375rem;top:192.25rem;left:6.625rem;overflow:hidden;display:block; }
#N8p2lz1VGkALKqkqk6TTE5ZVKoXOLx0J { color:#27262e;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:192.25rem;left:17.5625rem;height:3.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y7qwDn32v2bfuwa42gCTzo3IvN0g4EdJ { color:#27262e;display:block;width:34.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:197.78857421875rem;left:17.5625rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u9MEAw7HXqKC9QNdDF3Q70m63dAkgN9K { position:absolute;display:block;z-index:15038;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.375rem;width:9.375rem;top:206.625rem;left:6.625rem;overflow:hidden;display:block; }
#JMCplUoqrTKr563Bbp5a4NuN1OlLeoDt { color:#27262e;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:206.625rem;left:17.5625rem;height:3.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QhrSnOSuT9sbSxKCtz1yPgiFKr7Bki4E { color:#27262e;display:block;width:34.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:210.86328125rem;left:17.5625rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf { 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; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { background-color: transparent; background-image: none; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container > .video-iframe-container { display: none; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row > .video-iframe-container { display: none; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .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); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { border-width: 0; border-radius: 0; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;position:relative;display:block; }#UdSnU1VLTrRX0vcVyg5R1ofGFTEL4U7K { color:#27262e;display:block;width:60rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:-0.03125rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tWu4I43sQFdVBLdHReH46CdHhXBSCQfd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.875rem;top:1.78125rem;left:1.6875rem;overflow:hidden;display:block; }
#FNfTLkJmKQqDJm4ZPZ8qcnk2e1ehxUHH { 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:3.625rem;width:3.875rem;top:1.375rem;left:53.5rem;overflow:hidden;display:block; }
#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;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; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container { background-color: transparent; background-image: none; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container > .video-iframe-container { display: none; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row > .video-iframe-container { display: none; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .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); }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container { border-width: 0; border-radius: 0; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#yKf7orsWUrG7msu34m8gFX7Hu4KkslC0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;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; }#yKf7orsWUrG7msu34m8gFX7Hu4KkslC0 > .row .container { background-color: transparent; background-image: none; }#yKf7orsWUrG7msu34m8gFX7Hu4KkslC0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKf7orsWUrG7msu34m8gFX7Hu4KkslC0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKf7orsWUrG7msu34m8gFX7Hu4KkslC0 > .row .container > .video-iframe-container { display: none; }#yKf7orsWUrG7msu34m8gFX7Hu4KkslC0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKf7orsWUrG7msu34m8gFX7Hu4KkslC0 > .row > .video-iframe-container { display: none; }#yKf7orsWUrG7msu34m8gFX7Hu4KkslC0 > .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); }#yKf7orsWUrG7msu34m8gFX7Hu4KkslC0 > .row .container { border-width: 0; border-radius: 0; }#yKf7orsWUrG7msu34m8gFX7Hu4KkslC0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yKf7orsWUrG7msu34m8gFX7Hu4KkslC0 > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;position:relative;display:block; }#rrXdqOivgkZPFU8ywPOJaxviO2vLBeoP { color:#d7d7d7;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.34375rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vfKRtS8JaT6TWaevxaPbgRIo9QmSMZO6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5rem;width:60rem;top:6.25rem;left:0rem;overflow:hidden;display:block; }
#dXgT9Lt7Nr57XD2wXtTIf9vurEmONvMl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;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; }#dXgT9Lt7Nr57XD2wXtTIf9vurEmONvMl > .row .container { background-color: transparent; background-image: none; }#dXgT9Lt7Nr57XD2wXtTIf9vurEmONvMl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXgT9Lt7Nr57XD2wXtTIf9vurEmONvMl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXgT9Lt7Nr57XD2wXtTIf9vurEmONvMl > .row .container > .video-iframe-container { display: none; }#dXgT9Lt7Nr57XD2wXtTIf9vurEmONvMl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXgT9Lt7Nr57XD2wXtTIf9vurEmONvMl > .row > .video-iframe-container { display: none; }#dXgT9Lt7Nr57XD2wXtTIf9vurEmONvMl > .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); }#dXgT9Lt7Nr57XD2wXtTIf9vurEmONvMl > .row .container { border-width: 0; border-radius: 0; }#dXgT9Lt7Nr57XD2wXtTIf9vurEmONvMl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dXgT9Lt7Nr57XD2wXtTIf9vurEmONvMl > .row .container { font-size:0.875rem;font-family:arial;height:62.875rem;width:60rem;position:relative;display:block; }#LBU7D1AJlsLttxG5XT5Ad5V9zRreFqMF { color:#d7d7d7;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.34375rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AiWiwZyOpiHU5V4PCdXM8doNSSAZqNTI { position:absolute;display:block;z-index:15006;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.25rem;width:10rem;top:4.71875rem;left:17.6875rem;overflow:hidden;display:block; }
#RC5vmNPydRlMdz7nQsKob7dvKvhuiMnF { position:absolute;display:block;z-index:15005;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.25rem;width:10rem;top:38.9375rem;left:47rem;overflow:hidden;display:block; }
#rFXT69KqWBKLoMcHEABROwQ4zvvMcZMb { 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:9.1875rem;width:10rem;top:16rem;left:32.375rem;overflow:hidden;display:block; }
#yDZIHBrzVJg0kItLIhQBurXwkAfq0M19 { position:absolute;display:block;z-index:15007;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.25rem;width:10rem;top:27.53125rem;left:47rem;overflow:hidden;display:block; }
#LS25LT8ipQGnQpW8ZbZJ5XZgDWpdbaKG { position:absolute;display:block;z-index:15008;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.1875rem;width:10rem;top:27.5625rem;left:32.375rem;overflow:hidden;display:block; }
#Jql9CTlH72s1CqtFyqPfypggG5KeRogA { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:10rem;top:27.53125rem;left:17.6875rem;overflow:hidden;display:block; }
#Cv3B2bQfvl39Mveh19Wq8f7xarrKohCg { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:10.0625rem;top:15.96875rem;left:46.96875rem;overflow:hidden;display:block; }
#RQRlFVAmx3kIa5a9ed2vgArCcTKcOzD0 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:10rem;top:38.9375rem;left:3rem;overflow:hidden;display:block; }
#ZKmM6TeBunHw6VS2at6qXXSlJnFEQHh7 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:10rem;top:4.71875rem;left:47rem;overflow:hidden;display:block; }
#RRNP4xEBqHgSWE5workxt8628nu43lWX { 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:9.25rem;width:10rem;top:50.3125rem;left:32.375rem;overflow:hidden;display:block; }
#ukTOvfDBCfuqKQtmGdxTTqSoCOWLsoew { position:absolute;display:block;z-index:15005;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.3125rem;width:10rem;top:38.90625rem;left:17.6875rem;overflow:hidden;display:block; }
#Vr3r3aEBA1XuP8DFgGo64TCtTuxCUv0Q { position:absolute;display:block;z-index:15008;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.1875rem;width:10rem;top:38.96875rem;left:32.375rem;overflow:hidden;display:block; }
#d4anftMwIXoAlF9sSOIc4pKBQo5wnhAQ { 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:9.25rem;width:10rem;top:4.71875rem;left:32.375rem;overflow:hidden;display:block; }
#eTmHgUBONFEcGya9o136MI5VAmTLtQ7E { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.9375rem;top:15.96875rem;left:17.71875rem;overflow:hidden;display:block; }
#TrQNh0nbLiTZ6GgfiianRRm8c3y8b55d { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:10rem;top:27.53125rem;left:3rem;overflow:hidden;display:block; }
#TI689dupGWiFcUwVptw0PP5n9xHNtxDd { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:10rem;top:50.3125rem;left:17.6875rem;overflow:hidden;display:block; }
#l7qkazrLebT7U5ke9gJTQhrwf0AaEWSD { position:absolute;display:block;z-index:15007;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.25rem;width:10rem;top:15.96875rem;left:3rem;overflow:hidden;display:block; }
#GBVlUT64ih9WLo3pzck2dvexikTOE4Xa { position:absolute;display:block;z-index:15008;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.25rem;width:10rem;top:4.71875rem;left:3rem;overflow:hidden;display:block; }
#On3OuTmdNpxxPizHUMekiAf4SZEcmpN9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;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; }#On3OuTmdNpxxPizHUMekiAf4SZEcmpN9 > .row .container { background-color: transparent; background-image: none; }#On3OuTmdNpxxPizHUMekiAf4SZEcmpN9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On3OuTmdNpxxPizHUMekiAf4SZEcmpN9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On3OuTmdNpxxPizHUMekiAf4SZEcmpN9 > .row .container > .video-iframe-container { display: none; }#On3OuTmdNpxxPizHUMekiAf4SZEcmpN9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On3OuTmdNpxxPizHUMekiAf4SZEcmpN9 > .row > .video-iframe-container { display: none; }#On3OuTmdNpxxPizHUMekiAf4SZEcmpN9 > .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); }#On3OuTmdNpxxPizHUMekiAf4SZEcmpN9 > .row .container { border-width: 0; border-radius: 0; }#On3OuTmdNpxxPizHUMekiAf4SZEcmpN9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#On3OuTmdNpxxPizHUMekiAf4SZEcmpN9 > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:60rem;position:relative;display:block; }#Vf14lthZKPiD1UThSM8xFtLotiamRWLx { color:#d7d7d7;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.34375rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X0sC0QTNGLci7m4hFBE6ZKDsukCFbNyE { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:5.8125rem;top:6.28125rem;left:6.09375rem;overflow:hidden;display:block; }
#Mq2w6nWidrnViiK7NGzmVeGMGBrTtIxS { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:4.625rem;top:6.28125rem;left:31.125rem;overflow:hidden;display:block; }
#JHTBhggqdcFJUtNK7BPZ8nX1pgKzqBst { 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:7.375rem;width:15.1875rem;top:5.84375rem;left:40.625rem;overflow:hidden;display:block; }
#lnEiwyTuycC8OCdn8hwshWKL4bvDFQUX { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:6.375rem;top:6.34375rem;left:18.5625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9SgrJtgT2eRVVfn1uPQd7MFq7RvnyBH { width:13.375rem;height:3.4375rem;top:30.5625rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWWm2T4NJG2mxwWgynz49Oo50XE9V44f { display:block; }
 }@media only screen and (max-width: 763px) { #V1n3QZCNLpnPBmwWfEzpVoUUmexrvUhs { width:17.9375rem;height:3.75rem;top:6.1875rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msLKDx9q3RPTlz5OOi7pRPQaOMLht1p6 { width:3.75rem;height:3.75rem;top:5.5rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewR9ma9Nx1W3BbnnQTSU6yGv8UAJCcF8 { width:13.1875rem;height:1.25rem;top:7.4375rem;left:34.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrzCO8uJ6C0HSwRkG9LiOss5SuFR135g { width:1.6875rem;height:1.75rem;top:6.4375rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0aVBLUis1xLLPCFG7bd6Z2sLrETIOhk { width:3.75rem;height:3.75rem;top:10.25rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcmdCZEegJKvR2kKIgf6bZfLHzKrFmyk { width:17.9375rem;height:3.75rem;top:10.9375rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7gdglvIZyBTaPk6VQ5xBv79ZUTqWtBd { width:13.1875rem;height:1.25rem;top:12.1875rem;left:34.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXLyumuEw0HqFzPN7x1C3AGXcUW2WFTI { width:0.9375rem;height:0.75rem;top:14rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUvpHIdeddcDR2XdgsQTn8gzGSxiBCCg { width:1rem;height:1.625rem;top:11.3125rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHqPKkSVofIEN15VT5HCeSBauDrRN0MX { top:8.875rem;left:5.8125rem;width:17.4375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { display:block; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { width:28.625rem;height:19rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNgkeTAE9KFsiO4DCVkagLiMi82XNIE8 { width:28.4375rem;height:6.5625rem;top:1.8125rem;left:19.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDOc3Ja5rigLCFdnPNIVarlIEwaWT0gp { width:28.125rem;height:21.9375rem;top:15.0625rem;left:19.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #abZyikB9tCWvfT0hiNTcnGC1srFqfVf5 { width:2.375rem;height:2.4375rem;top:46.6875rem;left:23.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6Myhm1AQWw2v7iyWfXJD82wVlW69XXz { width:28.125rem;height:5.0625rem;top:9.9375rem;left:19.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyCbIID8PSyyHHzeq7xL6kzfvogfJPn7 { width:28.125rem;height:3.75rem;top:51.625rem;left:19.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPpfII5ovPpBtMZuvz4fOW4xQ7qzLN0n { top:46.625rem;left:23.875rem;width:2.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG5mC8PPtlpGLlGGEUiFZ42qHC3Vqv15 { display:block; }
 }@media only screen and (max-width: 763px) { #lMrqzUqTViUtveaHoi8Hdbz8picQJSWI { width:2.375rem;height:2.4375rem;top:46.6875rem;left:26.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSR1yRCSgLMOaSDzvOfCBthHXnEOKdmS { top:46.625rem;left:26.5rem;width:2.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPHdRo0p56BbMLhLG93zisJXd3wZmNHL { display:block; }
 }@media only screen and (max-width: 763px) { #LO2C75yvPlAMu7qB5sEwQS3pWXOSphzl { width:2.375rem;height:2.4375rem;top:46.6875rem;left:30.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf11UK9hFTHgmOZn8aZd5WZuLqa9LmiG { top:46.625rem;left:30.75rem;width:2.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwTKPQVzEnaRpAoWd73KK9yuLXUTGC3o { display:block; }
 }@media only screen and (max-width: 763px) { #UTeG8KiydWIheiTzWqSXpV9T1StGPczH { top:29.0625rem;left:0rem;width:24.4375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUHO7UpB25FsrzZo2sqW80w23FPd2tga { top:49.125rem;left:23.875rem;width:1rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSdTEA5yre4QMaFzObAkzBaCUTdUg3zg { top:49.125rem;left:27.625rem;width:1rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzTIxxP4NEiSQnhMtsCPpH1PTP834kDv { top:49.125rem;left:31.875rem;width:1rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHOgIfMUACpifxTbJmmZTCVyGJFSWqFl { width:28.125rem;height:3.375rem;top:41.5rem;left:19.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc { display:block; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHgCin2kyfcXhvpTZr8i2Z5t0a58GRf6 { width:28.125rem;height:3.625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlOQ4u4NWqSdopTgyyceK0scR5ZrRnin { width:3rem;height:3rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJb9PO9A7675nd6CcIZOZ0PExi6pPf8t { width:2.125rem;height:1.1875rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAU40xmUFXLvUihExtv6NwGTNDEhh7MW { width:20.625rem;height:1.4375rem;top:3.9375rem;left:2.173828125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8ZoPvhAGOyaptVCLdFVzdLuktXKGQ5M { width:28.125rem;height:3.625rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyCx3yHRBHzbTBfSE5nhmDJkiZzwPQBB { width:3.0625rem;height:3.0625rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtzNvVhUi5NgVaZc5lxWKOWe1o4IWTfo { width:20.625rem;height:1.4375rem;top:8.3125rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9wFTLUqT9KPpGwogGcgC0gt5QV6dRw { width:28.125rem;height:3.625rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym45la4SkdxDxOSzvMiEgCZ30SFi3vy0 { width:21.625rem;height:2.875rem;top:16.0625rem;left:2.173828125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g06QG1XV2pLSNthy8uATPOQmFpKHozTs { width:28.125rem;height:3.625rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBXKvSJMke36QIL8Rl2LGKCfhGQ3lRcC { width:20.625rem;height:1.4375rem;top:12.4375rem;left:2.1962890625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbdUvJ6ZvAAgu39XbrWcsHmT2fsKpSFa { width:3rem;height:3rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF8BrTzVF2dIfxht5PMNW1GeGpBfzQIb { width:3rem;height:3rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtJfyXTgJ0TszhmfogL1pnQyViqPigVJ { width:25.5rem;height:16.875rem;top:2.75rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvLcyOtZr2Ef4i34qaFR8uL5FsXweKqq { width:1.75rem;height:1.875rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W90LFqQuivU2suw8MXRBztnBPRRgPRyZ { width:2.125rem;height:1.1875rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sod0iCfvQdCb0fnrMmq7DCP0qHHmSoxa { width:2.125rem;height:1.1875rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV { display:block; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8vlHwVfvZ37RL6VTixTxoTxbNABJlah { width:18.4375rem;height:16.875rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7B9l8LIBMFEQzrGU1HX5qoqihidsxBv { width:3.875rem;height:2.875rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pep48xawO0B6WJbSs0k2Tl5Hl5QHHdbe { width:3.25rem;height:3.0625rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORVTT567tnlnanc3KACvMab6nm3KQzDL { width:12rem;height:2.4375rem;top:7.6875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ { width:15.125rem;height:8.4375rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePJdaEBHMAgW5rt3V5xLckfg8RhVbT8n { width:18.4375rem;height:16.875rem;top:5.625rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgUr03ot1awvzcJZdnE3qVTcA0TeUchg { width:3.875rem;height:2.875rem;top:7.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGwfXK8DhcQMOgVKZty3Amib3UxNcPSe { width:3.25rem;height:3.0625rem;top:7.5rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbnXeF0AdGP4WxFsOPVOZy5lMMy5UFPc { width:12rem;height:2.4375rem;top:7.75rem;left:35.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOCkyyuG6cibgXD5blDrk85AqRncBbJW { width:14.875rem;height:8.4375rem;top:11.5rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVCt4o0938PkdFq0S2KdX28snOzUwItJ { width:3.875rem;height:2.875rem;top:7.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaACeEZsSv8V98TcLAXyHLN3EVRJJkf8 { width:3.25rem;height:3.0625rem;top:7.5rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxUFtITUllTJLOZSkrvTHx03JZxk9rG2 { width:18.4375rem;height:16.875rem;top:5.625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqOU5z56VLHZZH0Aqh8J2lE1y6nmwgCg { width:12rem;height:2.4375rem;top:7.75rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRNePBUoZ7IUNqCJt0gZzx2mebZ6inb1 { width:14.875rem;height:8.4375rem;top:11.5rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy { display:block; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nzd7aLe0IkJ7JPXbszq1m438Rn8ThO77 { width:47.75rem;height:3.875rem;top:1.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTH6kHL2dPMBaLVimoe6tqoGxQQfc4nd { top:1.9375rem;left:5.125rem;width:3.875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7Kl2M0yvzcJdUMlfqkVgmgqikP5p7X1 { top:1.9375rem;left:38.6875rem;width:3.875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ { display:block; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPBJlA6rtZoLIJUE3bezEeJO2PMiXTyg { width:20rem;height:13.3125rem;top:4.25rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeWFTJ7kMT0K1R4uK34GpETfTvAfUaWJ { width:20.5rem;height:5.0625rem;top:1.6875rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlT5OhhZZ1EcrT2MUd45SBJLI3Itcg0M { width:20.5rem;height:5.0625rem;top:8.375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqxHJziE1NXzQOWb30Jx7ViVKoPMGB24 { width:20.5rem;height:5.0625rem;top:14.75rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJJViTQ6cO1pXEoxtVIMkBOAxSo4rvEN { width:5.9375rem;height:7.625rem;top:7.0625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP41W7zRIiIkG3JWgIZCxEXtQTrbicTP { width:0.25rem;height:18rem;top:1.875rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyD8LukMGrfs6IXK8TTnSUkmOoMiQnnQ { width:5.625rem;height:2.4375rem;top:6rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM { display:block; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubqATHDgggwghTMg20dWg55ObA9Av3Ps { width:20.5rem;height:5.0625rem;top:2.3125rem;left:27.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmsBMCOxFWzKixXJD4cr4fNtfzrFQyVq { width:20.5rem;height:5.0625rem;top:9rem;left:27.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7DRRUrZGWKemhvbJAXivV8OuNmXIyhu { width:20.5rem;height:5.0625rem;top:15.4375rem;left:27.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOn2FBrOkhEkwHp5B92l0khCv9BWz6fG { width:6.6875rem;height:7.625rem;top:7.75rem;left:23.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDfoOCfdsKncRKpto0Snz6I2JTSiPTob { width:0.25rem;height:18rem;top:2.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsAcFKEOSgkVZHoTCCVvHZqhrMUZKZ3h { width:5.5rem;height:2.4375rem;top:6.625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWNdpP41X0J4Ud71o86bAu6gS1IvMGI1 { width:28.625rem;height:17.25rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD { display:block; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbPhbnBFm7iTW73Jv5iIfxtc7ElUGyUa { width:27.75rem;height:18.5rem;top:2.5rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDRlxLek5hw9k6CcVsIIbATo4MTZkCDg { width:20.5rem;height:5.0625rem;top:1.6875rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yldmVKwHM1TrtUm0GaP6ayHTO2bpqeXc { width:20.5rem;height:5.0625rem;top:8.375rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTaXkVqAXnfaoF9XTcJX95Nam6Omvk8u { width:20.5rem;height:5.0625rem;top:14.75rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqRm6eb2ATNpd1gPuKX3J0ML8hZ8vTq2 { width:6.5rem;height:7.625rem;top:7.0625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV6EUgLygSE8x3W4tuJogr47WETJhgeC { width:0.25rem;height:18rem;top:1.875rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqrSFhJk5XWb6CRSlSRP3fL9l0s5nNfh { width:5.5625rem;height:2.4375rem;top:6rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { display:block; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { display:block; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSATJOKvhTZyhBORCfcO9NI42BT5WsMu { top:0.5625rem;left:16.375rem;width:15rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi { display:block; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrZABlmt373QMV9GqyTTIPDXyQO8FuAw { width:28.75rem;height:20.125rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCvTHzMTm5DKsany3vOvOhwkBT9XSGed { width:31.5625rem;height:15.625rem;top:4.75rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIAAEtSUTT1gqUkZqyivrmdUTRqccD3w { width:23.375rem;height:8.4375rem;top:8.5rem;left:24.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpmDqDbFqLPJUNP2pA2HgUrSf9wK3WJ5 { width:4.5rem;height:4.25rem;top:3.6875rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #liCBNmkak379bkpqK6ORF6TKhwKdMGKq { display:block; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9UUMGRqpE4NwKu88yTq8Eq2utoAC6MC { width:47.75rem;height:3.875rem;top:1rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTFI6TeNH1UFKmOssayJbifwKEZXkZSN { top:11.625rem;left:0.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF2ptl6ZOo0xwGz850nf7R2Ei0FhupqV { width:42.4375rem;height:3.5625rem;top:11.625rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPun3IpopuXcKpDBHMfCspDoRvfMkgJT { width:36.6875rem;height:3.875rem;top:17.125rem;left:11.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLxknX8evLhU1A6kz7C1e8WSL4FlRNef { top:24.875rem;left:0.5rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU3QN55kB8HJdmQi4pgEZPPZEnV5mLU7 { width:35.4375rem;height:2.5625rem;top:30.375rem;left:11.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kboyqqkKFIMtaQtfwbiyZQ1lrvzMKn8K { width:42.4375rem;height:3.5625rem;top:24.875rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZRmUOHamds5MW33vIDbk1iy8LnK9S6Z { top:38.125rem;left:0.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykTV3ZXQ3Qfn3vVM5HCPTSyf4u3LmWp8 { width:42.4375rem;height:3.5625rem;top:38.125rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfWRgUmTAl99wcBaEq7olUmxqRMnXODH { width:40.5625rem;height:3.875rem;top:43.625rem;left:7.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud6UJQN8yv5qcWA2DdFl3o3QORbfO6VG { top:52.125rem;left:0.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE2RgOdrovpQUET81kRUHOVof0wp1kxG { width:42.4375rem;height:3.4375rem;top:52.125rem;left:5.3125rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtyDFbFbHrAIRMG3Bv2NofNuvWkv9rWO { width:36.25rem;height:3.875rem;top:57.5625rem;left:11.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVKl3rFt0GSi4PaCemhUJAREmx843kDl { top:66.0625rem;left:0.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI5dsW6Di8Vh4v8yeEPWKgk5AcCygMkG { width:42.4375rem;height:3.5625rem;top:66.0625rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRnRiN6VbvVfVBJaTrw0VIxGPyRwLOVR { width:38.625rem;height:2.5625rem;top:73.0625rem;left:9.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyCoPAMcIVfOMw3HxBZg1ydol9H6y99p { top:80.3125rem;left:0.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5rxue3PVOkkvBcDy9PTTpEekFTpAUXA { width:42.4375rem;height:3.5625rem;top:80.3125rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TphdTk0hamlSrmf1649CnFEzRKLHpHiv { width:34.75rem;height:2.5625rem;top:87.125rem;left:11.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okfZKr3SHJT18FveUTL9LdIgph3ctgFe { top:94.5625rem;left:0.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpM2oB2vKyXTSwfzxLFfzrimbMNQ5xu7 { width:42.4375rem;height:3.5625rem;top:94.5625rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEFTOUKP4FAcZ2L3w7iTF8uf5fnGCdqd { width:34.75rem;height:3.875rem;top:100.0625rem;left:11.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuaeJSSz5Q2ExhGXfH7pUxnA1OF92AWW { top:108.625rem;left:0.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2mDKeETLTb8yRvkJ6HViSmNdHzfyRhv { width:42.4375rem;height:3.5625rem;top:108.625rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8zy0RJLoUsbG3TZdKGVuQovmLuqvP7s { width:34.75rem;height:5.1875rem;top:112.8125rem;left:11.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os4TsPCDeMJhknS2unJTTyFJp8mb3EJA { top:178.25rem;left:0.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7rEIcvxbXE0O8iNDkLNzO9r1H0rF1Go { width:42.4375rem;height:3.5625rem;top:178.25rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHxgefsbGQMKDn1A6rCCXzb7y0ZP1JmU { width:34.75rem;height:3.875rem;top:183.75rem;left:11.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bicn9DbXO09cebcTwJ1IxdSBDTLTUyFL { width:47.75rem;height:3.875rem;top:4.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aV5OisN78yIMmvbweWzWK70Qe807Mmnb { top:221.75rem;left:0.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLHoOGFF4TmA2ns6LKE5dLDb9UAnynqd { width:42.4375rem;height:3.5625rem;top:221.75rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB34GNKkBqZ8FTTeTF0cyivOV4vL7Q28 { width:34.75rem;height:2.5625rem;top:228.5625rem;left:11.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGyytlflh4JuTtq8T8BOqzx8LZpTAkxg { top:236.25rem;left:0.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0mp5191JaiPRL5Us1SVfcWbud0bBScN { width:42.4375rem;height:3.5625rem;top:236.25rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #viEO2G97XGuaSdBtA7fPKDgzTRpxbrpN { width:34.75rem;height:5.1875rem;top:240.4375rem;left:11.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIL4Q6ZkfQZmnafxhOnbtOuKGqcgQmKD { top:251.6875rem;left:0.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHBmOVM1HnlkMUFm3rpdeJM2IknCH1tb { width:42.4375rem;height:3.5625rem;top:251.6875rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOznPIkVLBccxbu3nFpTM3hku4eFEy0b { width:34.75rem;height:1.25rem;top:259.8125rem;left:11.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVivNW5Si8ySn3F33qFFhH0PUJFUB9vi { top:266rem;left:0.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKtEd2renJZ7iZKVEcmeBtypsxAhlWai { width:42.4375rem;height:3.5625rem;top:266rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGM3eglhp6d1KRlrolcRfpVLWGAvk9bZ { width:36.5rem;height:3.875rem;top:271.5625rem;left:11.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufRs5OfGqqz4c8eUA6DvTStit7dS0M9L { top:122.625rem;left:0.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCTafZ6Nf5FRN9sFI0L4za2VM51sRxow { width:42.4375rem;height:3.5625rem;top:122.625rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKM6Emb0KRXpNKx223G12osDfULs7nLg { width:34.75rem;height:1.25rem;top:130.75rem;left:11.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfalgikm1r61RCf0KMbQ5Q9u9HE66ono { top:136.75rem;left:0.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0yvcrDFiXMhdeCOZ6eIHQgBglHXNzhO { width:42.4375rem;height:3.5625rem;top:136.75rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yenOdvIDS12w6fDTG2KNz1cDUz6V36Uf { width:34.75rem;height:3.875rem;top:142.25rem;left:11.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZdZf1VTIH74hx5F88eD7a4kXQBcCsDE { top:150.125rem;left:0.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBta5fuL1Tzga5qpLTNdJeKFXR2ag06T { width:42.4375rem;height:3.5625rem;top:150.125rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKtCmHoXU7HQEN8Rfrp5TxLob8EvRAXE { width:37.875rem;height:3.875rem;top:155.625rem;left:9.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm0sOw7okVhOvtv3H3gErM6ThyLWodtl { top:164.25rem;left:0.5rem;width:9.375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTmmgsNAlXnWZV2rwDvf5iDO6RBmut1u { width:42.4375rem;height:3.5625rem;top:164.25rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQpIyvaHmsdazbi766x7ANhD7XvIbell { width:37.875rem;height:3.875rem;top:169.8125rem;left:9.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNZcJAunKlhQ2vQIfQ6Sqd8K3StkqMG7 { top:192.25rem;left:0.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8p2lz1VGkALKqkqk6TTE5ZVKoXOLx0J { width:42.4375rem;height:3.5625rem;top:192.25rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7qwDn32v2bfuwa42gCTzo3IvN0g4EdJ { width:34.75rem;height:3.875rem;top:197.75rem;left:11.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9MEAw7HXqKC9QNdDF3Q70m63dAkgN9K { top:206.625rem;left:0.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMCplUoqrTKr563Bbp5a4NuN1OlLeoDt { width:42.4375rem;height:3.5625rem;top:206.625rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhrSnOSuT9sbSxKCtz1yPgiFKr7Bki4E { width:34.75rem;height:5.1875rem;top:210.8125rem;left:11.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf { display:block; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdSnU1VLTrRX0vcVyg5R1ofGFTEL4U7K { width:47.75rem;height:3.875rem;top:1.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWu4I43sQFdVBLdHReH46CdHhXBSCQfd { top:1.75rem;left:0rem;width:3.875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNfTLkJmKQqDJm4ZPZ8qcnk2e1ehxUHH { top:1.375rem;left:42.9375rem;width:3.875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C { display:block; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKf7orsWUrG7msu34m8gFX7Hu4KkslC0 { display:block; }#yKf7orsWUrG7msu34m8gFX7Hu4KkslC0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rrXdqOivgkZPFU8ywPOJaxviO2vLBeoP { width:47.75rem;height:2.4375rem;top:1.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfKRtS8JaT6TWaevxaPbgRIo9QmSMZO6 { top:6.25rem;left:0rem;width:47.75rem;height:20.29375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXgT9Lt7Nr57XD2wXtTIf9vurEmONvMl { display:block; }#dXgT9Lt7Nr57XD2wXtTIf9vurEmONvMl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LBU7D1AJlsLttxG5XT5Ad5V9zRreFqMF { width:47.75rem;height:2.4375rem;top:1.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiWiwZyOpiHU5V4PCdXM8doNSSAZqNTI { top:4.6875rem;left:11.5625rem;width:10rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC5vmNPydRlMdz7nQsKob7dvKvhuiMnF { top:38.9375rem;left:37.75rem;width:10rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFXT69KqWBKLoMcHEABROwQ4zvvMcZMb { top:16rem;left:26.25rem;width:10rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDZIHBrzVJg0kItLIhQBurXwkAfq0M19 { top:27.5rem;left:37.75rem;width:10rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS25LT8ipQGnQpW8ZbZJ5XZgDWpdbaKG { top:27.5625rem;left:26.25rem;width:10rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jql9CTlH72s1CqtFyqPfypggG5KeRogA { top:27.5rem;left:11.5625rem;width:10rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv3B2bQfvl39Mveh19Wq8f7xarrKohCg { top:15.9375rem;left:37.6875rem;width:10.0625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQRlFVAmx3kIa5a9ed2vgArCcTKcOzD0 { top:38.9375rem;left:0rem;width:10rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKmM6TeBunHw6VS2at6qXXSlJnFEQHh7 { top:4.6875rem;left:37.75rem;width:10rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRNP4xEBqHgSWE5workxt8628nu43lWX { top:50.3125rem;left:26.25rem;width:10rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukTOvfDBCfuqKQtmGdxTTqSoCOWLsoew { top:38.875rem;left:11.5625rem;width:10rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr3r3aEBA1XuP8DFgGo64TCtTuxCUv0Q { top:38.9375rem;left:26.25rem;width:10rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4anftMwIXoAlF9sSOIc4pKBQo5wnhAQ { top:4.6875rem;left:26.25rem;width:10rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTmHgUBONFEcGya9o136MI5VAmTLtQ7E { top:15.9375rem;left:11.59375rem;width:9.9375rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrQNh0nbLiTZ6GgfiianRRm8c3y8b55d { top:27.5rem;left:0rem;width:10rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI689dupGWiFcUwVptw0PP5n9xHNtxDd { top:50.3125rem;left:11.5625rem;width:10rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7qkazrLebT7U5ke9gJTQhrwf0AaEWSD { top:15.9375rem;left:0rem;width:10rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBVlUT64ih9WLo3pzck2dvexikTOE4Xa { top:4.6875rem;left:0rem;width:10rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #On3OuTmdNpxxPizHUMekiAf4SZEcmpN9 { display:block; }#On3OuTmdNpxxPizHUMekiAf4SZEcmpN9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vf14lthZKPiD1UThSM8xFtLotiamRWLx { width:47.75rem;height:2.4375rem;top:1.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0sC0QTNGLci7m4hFBE6ZKDsukCFbNyE { top:6.25rem;left:0rem;width:5.8125rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq2w6nWidrnViiK7NGzmVeGMGBrTtIxS { top:6.25rem;left:25rem;width:4.625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHTBhggqdcFJUtNK7BPZ8nX1pgKzqBst { top:5.8125rem;left:32.5625rem;width:15.1875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnEiwyTuycC8OCdn8hwshWKL4bvDFQUX { top:6.3125rem;left:12.4375rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8f05ec39-f907-4eb8-942c-3762bb1df20c/Zrzutekranu20230718o193853.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.adaptive-delivery-prevent-bg, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyload, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyloading { background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { border-width: 0; border-radius: 0; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9SgrJtgT2eRVVfn1uPQd7MFq7RvnyBH { width:13.375rem;height:3.4375rem;top:20.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWWm2T4NJG2mxwWgynz49Oo50XE9V44f { display:block; }
 }@media only screen and (max-width: 763px) { #V1n3QZCNLpnPBmwWfEzpVoUUmexrvUhs { width:17.125rem;height:3.75rem;top:9.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msLKDx9q3RPTlz5OOi7pRPQaOMLht1p6 { width:3.75rem;height:3.75rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewR9ma9Nx1W3BbnnQTSU6yGv8UAJCcF8 { width:13.1875rem;height:1.29980625rem;top:10.375rem;left:5.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RrzCO8uJ6C0HSwRkG9LiOss5SuFR135g { width:1.6875rem;height:1.75rem;top:9.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0aVBLUis1xLLPCFG7bd6Z2sLrETIOhk { width:3.75rem;height:3.75rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcmdCZEegJKvR2kKIgf6bZfLHzKrFmyk { width:17.125rem;height:3.75rem;top:14.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7gdglvIZyBTaPk6VQ5xBv79ZUTqWtBd { width:13.1875rem;height:1.29980625rem;top:15.5625rem;left:5.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wXLyumuEw0HqFzPN7x1C3AGXcUW2WFTI { width:0.9375rem;height:0.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUvpHIdeddcDR2XdgsQTn8gzGSxiBCCg { width:1rem;height:1.625rem;top:14.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHqPKkSVofIEN15VT5HCeSBauDrRN0MX { width:14.6875rem;height:4.3125rem;top:1.6875rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { display:block; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { width:20rem;height:76.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { width:20rem;height:13.25rem;top:33.310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNgkeTAE9KFsiO4DCVkagLiMi82XNIE8 { width:20rem;height:4.6748rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDOc3Ja5rigLCFdnPNIVarlIEwaWT0gp { width:20rem;height:19.12351875rem;top:13.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #abZyikB9tCWvfT0hiNTcnGC1srFqfVf5 { width:2.375rem;height:2.4375rem;top:51.125rem;left:2.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6Myhm1AQWw2v7iyWfXJD82wVlW69XXz { width:20rem;height:5.949225rem;top:6.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyCbIID8PSyyHHzeq7xL6kzfvogfJPn7 { width:20rem;height:5.09960625rem;top:71.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPpfII5ovPpBtMZuvz4fOW4xQ7qzLN0n { top:51rem;left:2.4375rem;width:2.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG5mC8PPtlpGLlGGEUiFZ42qHC3Vqv15 { display:block; }
 }@media only screen and (max-width: 763px) { #lMrqzUqTViUtveaHoi8Hdbz8picQJSWI { width:2.375rem;height:2.4375rem;top:51.125rem;left:8.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSR1yRCSgLMOaSDzvOfCBthHXnEOKdmS { top:51rem;left:8.6875rem;width:2.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPHdRo0p56BbMLhLG93zisJXd3wZmNHL { display:block; }
 }@media only screen and (max-width: 763px) { #LO2C75yvPlAMu7qB5sEwQS3pWXOSphzl { width:2.375rem;height:2.4375rem;top:51.125rem;left:15.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf11UK9hFTHgmOZn8aZd5WZuLqa9LmiG { top:51rem;left:14.875rem;width:2.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwTKPQVzEnaRpAoWd73KK9yuLXUTGC3o { display:block; }
 }@media only screen and (max-width: 763px) { #UTeG8KiydWIheiTzWqSXpV9T1StGPczH { width:19.25rem;height:8.9375rem;top:57.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUHO7UpB25FsrzZo2sqW80w23FPd2tga { width:1rem;height:1.29980625rem;top:53.5625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSdTEA5yre4QMaFzObAkzBaCUTdUg3zg { width:0.6875rem;height:1.29980625rem;top:53.5625rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzTIxxP4NEiSQnhMtsCPpH1PTP834kDv { width:1rem;height:1.29980625rem;top:53.5625rem;left:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHOgIfMUACpifxTbJmmZTCVyGJFSWqFl { width:20rem;height:3.824225rem;top:46.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc { display:block; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHgCin2kyfcXhvpTZr8i2Z5t0a58GRf6 { width:19.75rem;height:3.625rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlOQ4u4NWqSdopTgyyceK0scR5ZrRnin { width:3rem;height:3rem;top:15.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJb9PO9A7675nd6CcIZOZ0PExi6pPf8t { width:2.125rem;height:1.1875rem;top:16.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAU40xmUFXLvUihExtv6NwGTNDEhh7MW { width:15.875rem;height:1.13720625rem;top:16.375rem;left:4.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8ZoPvhAGOyaptVCLdFVzdLuktXKGQ5M { width:19.75rem;height:3.625rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyCx3yHRBHzbTBfSE5nhmDJkiZzwPQBB { width:3.0625rem;height:3.0625rem;top:20.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtzNvVhUi5NgVaZc5lxWKOWe1o4IWTfo { width:15.3125rem;height:1.13720625rem;top:21rem;left:4.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9wFTLUqT9KPpGwogGcgC0gt5QV6dRw { width:19.75rem;height:3.625rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym45la4SkdxDxOSzvMiEgCZ30SFi3vy0 { width:16rem;height:2.2744125rem;top:29.5rem;left:4rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g06QG1XV2pLSNthy8uATPOQmFpKHozTs { width:19.75rem;height:3.625rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBXKvSJMke36QIL8Rl2LGKCfhGQ3lRcC { width:14.9375rem;height:1.13720625rem;top:25.5rem;left:4.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbdUvJ6ZvAAgu39XbrWcsHmT2fsKpSFa { width:3rem;height:3rem;top:24.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF8BrTzVF2dIfxht5PMNW1GeGpBfzQIb { width:3rem;height:3rem;top:29.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtJfyXTgJ0TszhmfogL1pnQyViqPigVJ { width:20rem;height:13.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvLcyOtZr2Ef4i34qaFR8uL5FsXweKqq { width:1.75rem;height:1.875rem;top:29.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W90LFqQuivU2suw8MXRBztnBPRRgPRyZ { width:2.125rem;height:1.1875rem;top:21.0625rem;left:0.75rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #sod0iCfvQdCb0fnrMmq7DCP0qHHmSoxa { width:2.125rem;height:1.1875rem;top:25.5625rem;left:0.75rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV { display:block; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8vlHwVfvZ37RL6VTixTxoTxbNABJlah { width:18.4375rem;height:16.25rem;top:6.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7B9l8LIBMFEQzrGU1HX5qoqihidsxBv { width:3.875rem;height:2.875rem;top:8.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pep48xawO0B6WJbSs0k2Tl5Hl5QHHdbe { width:2.375rem;height:1.29980625rem;top:8.6875rem;left:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ORVTT567tnlnanc3KACvMab6nm3KQzDL { width:12rem;height:2.11230625rem;top:9.0625rem;left:5.8125rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ { width:15.125rem;height:8.4985625rem;top:12.75rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePJdaEBHMAgW5rt3V5xLckfg8RhVbT8n { width:18.4375rem;height:16.25rem;top:56.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgUr03ot1awvzcJZdnE3qVTcA0TeUchg { width:3.875rem;height:2.875rem;top:58.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGwfXK8DhcQMOgVKZty3Amib3UxNcPSe { width:3.25rem;height:1.29980625rem;top:58rem;left:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cbnXeF0AdGP4WxFsOPVOZy5lMMy5UFPc { width:12rem;height:2.11230625rem;top:58.375rem;left:5.8125rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOCkyyuG6cibgXD5blDrk85AqRncBbJW { width:14.6875rem;height:8.49851875rem;top:62.1875rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVCt4o0938PkdFq0S2KdX28snOzUwItJ { width:3.875rem;height:2.875rem;top:32.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaACeEZsSv8V98TcLAXyHLN3EVRJJkf8 { width:2.9375rem;height:1.29980625rem;top:32.6875rem;left:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VxUFtITUllTJLOZSkrvTHx03JZxk9rG2 { width:18.4375rem;height:16.25rem;top:31.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqOU5z56VLHZZH0Aqh8J2lE1y6nmwgCg { width:12rem;height:2.11230625rem;top:33rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRNePBUoZ7IUNqCJt0gZzx2mebZ6inb1 { width:15.0625rem;height:8.4985625rem;top:37.125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy { display:block; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nzd7aLe0IkJ7JPXbszq1m438Rn8ThO77 { width:12.5rem;height:1.7871125rem;top:5.3125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTH6kHL2dPMBaLVimoe6tqoGxQQfc4nd { width:3.875rem;height:3.625rem;top:4.3935546875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7Kl2M0yvzcJdUMlfqkVgmgqikP5p7X1 { width:3.875rem;height:3.625rem;top:4.3935546875rem;left:15.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ { display:block; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPBJlA6rtZoLIJUE3bezEeJO2PMiXTyg { width:17.375rem;height:11.625rem;top:0rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeWFTJ7kMT0K1R4uK34GpETfTvAfUaWJ { width:20rem;height:5.09911875rem;top:30rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zlT5OhhZZ1EcrT2MUd45SBJLI3Itcg0M { width:20rem;height:5.09911875rem;top:18.4375rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FqxHJziE1NXzQOWb30Jx7ViVKoPMGB24 { width:20rem;height:5.09911875rem;top:24.375rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TJJViTQ6cO1pXEoxtVIMkBOAxSo4rvEN { width:5.75rem;height:4.0625rem;top:14.375rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP41W7zRIiIkG3JWgIZCxEXtQTrbicTP { width:0.25rem;height:18rem;top:20.125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IyD8LukMGrfs6IXK8TTnSUkmOoMiQnnQ { width:4.6875rem;height:1.29980625rem;top:13.1875rem;left:0.53125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM { display:block; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubqATHDgggwghTMg20dWg55ObA9Av3Ps { width:20rem;height:4.78125rem;top:18.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmsBMCOxFWzKixXJD4cr4fNtfzrFQyVq { width:20rem;height:5.09911875rem;top:24.5625rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F7DRRUrZGWKemhvbJAXivV8OuNmXIyhu { width:20rem;height:5.09911875rem;top:30.9375rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hOn2FBrOkhEkwHp5B92l0khCv9BWz6fG { width:6.6875rem;height:4.0625rem;top:14.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDfoOCfdsKncRKpto0Snz6I2JTSiPTob { width:0.25rem;height:18rem;top:33.75rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bsAcFKEOSgkVZHoTCCVvHZqhrMUZKZ3h { width:4.6875rem;height:1.29980625rem;top:13.125rem;left:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CWNdpP41X0J4Ud71o86bAu6gS1IvMGI1 { width:20rem;height:12.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD { display:block; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbPhbnBFm7iTW73Jv5iIfxtc7ElUGyUa { width:20rem;height:13.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDRlxLek5hw9k6CcVsIIbATo4MTZkCDg { width:20rem;height:4.78125rem;top:20.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yldmVKwHM1TrtUm0GaP6ayHTO2bpqeXc { width:20rem;height:4.78125rem;top:26.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTaXkVqAXnfaoF9XTcJX95Nam6Omvk8u { width:20rem;height:4.78125rem;top:32.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqRm6eb2ATNpd1gPuKX3J0ML8hZ8vTq2 { width:6.5rem;height:4.0625rem;top:16rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV6EUgLygSE8x3W4tuJogr47WETJhgeC { width:0.25rem;height:18rem;top:20.125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sqrSFhJk5XWb6CRSlSRP3fL9l0s5nNfh { width:4.6875rem;height:1.29980625rem;top:14.8125rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/TM4PJkwN/fotobg3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.adaptive-delivery-prevent-bg, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyload, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyloading { background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { background-color: transparent; background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container > .video-iframe-container { display: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row > .video-iframe-container { display: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .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); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { display:block; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSATJOKvhTZyhBORCfcO9NI42BT5WsMu { width:18.625rem;height:4.25rem;top:0.21875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi { display:block; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrZABlmt373QMV9GqyTTIPDXyQO8FuAw { width:20rem;height:14rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCvTHzMTm5DKsany3vOvOhwkBT9XSGed { width:20rem;height:11.0625rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIAAEtSUTT1gqUkZqyivrmdUTRqccD3w { width:17.75rem;height:5.90625rem;top:18.4375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpmDqDbFqLPJUNP2pA2HgUrSf9wK3WJ5 { width:4.5rem;height:4.25rem;top:14rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #liCBNmkak379bkpqK6ORF6TKhwKdMGKq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/RT67oi5Y/fotobg5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq.adaptive-delivery-prevent-bg, #liCBNmkak379bkpqK6ORF6TKhwKdMGKq.lazyload, #liCBNmkak379bkpqK6ORF6TKhwKdMGKq.lazyloading { background-image: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container { background-color: transparent; background-image: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container > .video-iframe-container { display: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row > .video-iframe-container { display: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .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); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container { width:20rem;height:381.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9UUMGRqpE4NwKu88yTq8Eq2utoAC6MC { width:20rem;height:1.71875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kTFI6TeNH1UFKmOssayJbifwKEZXkZSN { width:9.375rem;height:9.375rem;top:7.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF2ptl6ZOo0xwGz850nf7R2Ei0FhupqV { width:20rem;height:1.375rem;top:18.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LPun3IpopuXcKpDBHMfCspDoRvfMkgJT { width:20rem;height:3.57421875rem;top:20.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HLxknX8evLhU1A6kz7C1e8WSL4FlRNef { width:9.25rem;height:9.25rem;top:26.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU3QN55kB8HJdmQi4pgEZPPZEnV5mLU7 { width:20rem;height:3.57421875rem;top:39.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kboyqqkKFIMtaQtfwbiyZQ1lrvzMKn8K { width:20rem;height:1.375rem;top:37.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CZRmUOHamds5MW33vIDbk1iy8LnK9S6Z { width:9.375rem;height:9.375rem;top:45.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykTV3ZXQ3Qfn3vVM5HCPTSyf4u3LmWp8 { width:20rem;height:1.375rem;top:56.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kfWRgUmTAl99wcBaEq7olUmxqRMnXODH { width:20rem;height:4.467775rem;top:58.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ud6UJQN8yv5qcWA2DdFl3o3QORbfO6VG { width:9.375rem;height:9.375rem;top:64.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE2RgOdrovpQUET81kRUHOVof0wp1kxG { width:20rem;height:1.375rem;top:75.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QtyDFbFbHrAIRMG3Bv2NofNuvWkv9rWO { width:20rem;height:3.57421875rem;top:77.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zVKl3rFt0GSi4PaCemhUJAREmx843kDl { width:9.1875rem;height:9.1875rem;top:83.75rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI5dsW6Di8Vh4v8yeEPWKgk5AcCygMkG { width:20rem;height:1.375rem;top:94.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pRnRiN6VbvVfVBJaTrw0VIxGPyRwLOVR { width:20rem;height:2.68066875rem;top:96.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yyCoPAMcIVfOMw3HxBZg1ydol9H6y99p { width:9.375rem;height:9.375rem;top:102.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5rxue3PVOkkvBcDy9PTTpEekFTpAUXA { width:20rem;height:1.375rem;top:113rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TphdTk0hamlSrmf1649CnFEzRKLHpHiv { width:20rem;height:2.6806625rem;top:115.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #okfZKr3SHJT18FveUTL9LdIgph3ctgFe { width:9.375rem;height:9.375rem;top:120rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpM2oB2vKyXTSwfzxLFfzrimbMNQ5xu7 { width:20rem;height:1.375rem;top:131.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hEFTOUKP4FAcZ2L3w7iTF8uf5fnGCdqd { width:20rem;height:3.57421875rem;top:133.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kuaeJSSz5Q2ExhGXfH7pUxnA1OF92AWW { width:9.375rem;height:9.375rem;top:139.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2mDKeETLTb8yRvkJ6HViSmNdHzfyRhv { width:20rem;height:1.375rem;top:150.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #N8zy0RJLoUsbG3TZdKGVuQovmLuqvP7s { width:20rem;height:5.361325rem;top:152.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Os4TsPCDeMJhknS2unJTTyFJp8mb3EJA { width:9.375rem;height:9.375rem;top:160.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7rEIcvxbXE0O8iNDkLNzO9r1H0rF1Go { width:20rem;height:1.375rem;top:171.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NHxgefsbGQMKDn1A6rCCXzb7y0ZP1JmU { width:20rem;height:3.57421875rem;top:173.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bicn9DbXO09cebcTwJ1IxdSBDTLTUyFL { width:20rem;height:1.4433625rem;top:3.7109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aV5OisN78yIMmvbweWzWK70Qe807Mmnb { width:9.375rem;height:9.375rem;top:179.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLHoOGFF4TmA2ns6LKE5dLDb9UAnynqd { width:20rem;height:1.375rem;top:190.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oB34GNKkBqZ8FTTeTF0cyivOV4vL7Q28 { width:20rem;height:2.6806625rem;top:192.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VGyytlflh4JuTtq8T8BOqzx8LZpTAkxg { width:9.375rem;height:9.375rem;top:198.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0mp5191JaiPRL5Us1SVfcWbud0bBScN { width:20rem;height:1.375rem;top:209.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #viEO2G97XGuaSdBtA7fPKDgzTRpxbrpN { width:20rem;height:5.361325rem;top:211.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iIL4Q6ZkfQZmnafxhOnbtOuKGqcgQmKD { width:9.375rem;height:9.375rem;top:219.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHBmOVM1HnlkMUFm3rpdeJM2IknCH1tb { width:20rem;height:1.375rem;top:230.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TOznPIkVLBccxbu3nFpTM3hku4eFEy0b { width:20rem;height:1.7871125rem;top:233.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GVivNW5Si8ySn3F33qFFhH0PUJFUB9vi { width:9.375rem;height:9.375rem;top:238rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKtEd2renJZ7iZKVEcmeBtypsxAhlWai { width:20rem;height:1.375rem;top:248.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oGM3eglhp6d1KRlrolcRfpVLWGAvk9bZ { width:20rem;height:4.467775rem;top:250.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ufRs5OfGqqz4c8eUA6DvTStit7dS0M9L { width:9.375rem;height:9.375rem;top:258.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCTafZ6Nf5FRN9sFI0L4za2VM51sRxow { width:20rem;height:1.375rem;top:268.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sKM6Emb0KRXpNKx223G12osDfULs7nLg { width:20rem;height:1.7871125rem;top:271.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rfalgikm1r61RCf0KMbQ5Q9u9HE66ono { width:9.375rem;height:9.375rem;top:276.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0yvcrDFiXMhdeCOZ6eIHQgBglHXNzhO { width:20rem;height:1.375rem;top:287.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yenOdvIDS12w6fDTG2KNz1cDUz6V36Uf { width:20rem;height:4.467775rem;top:289.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mZdZf1VTIH74hx5F88eD7a4kXQBcCsDE { width:9.375rem;height:9.375rem;top:297.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBta5fuL1Tzga5qpLTNdJeKFXR2ag06T { width:20rem;height:1.375rem;top:307.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sKtCmHoXU7HQEN8Rfrp5TxLob8EvRAXE { width:20rem;height:4.467775rem;top:310.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fm0sOw7okVhOvtv3H3gErM6ThyLWodtl { width:9.375rem;height:9.3125rem;top:318.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTmmgsNAlXnWZV2rwDvf5iDO6RBmut1u { width:20rem;height:1.375rem;top:329.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vQpIyvaHmsdazbi766x7ANhD7XvIbell { width:20rem;height:4.467775rem;top:331.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iNZcJAunKlhQ2vQIfQ6Sqd8K3StkqMG7 { width:9.375rem;height:9.375rem;top:339.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8p2lz1VGkALKqkqk6TTE5ZVKoXOLx0J { width:20rem;height:1.375rem;top:350.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #y7qwDn32v2bfuwa42gCTzo3IvN0g4EdJ { width:20rem;height:3.57421875rem;top:352.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #u9MEAw7HXqKC9QNdDF3Q70m63dAkgN9K { width:9.375rem;height:9.375rem;top:359.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMCplUoqrTKr563Bbp5a4NuN1OlLeoDt { width:20rem;height:1.375rem;top:370.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QhrSnOSuT9sbSxKCtz1yPgiFKr7Bki4E { width:20rem;height:5.361325rem;top:372.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf { display:block; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdSnU1VLTrRX0vcVyg5R1ofGFTEL4U7K { width:12.25rem;height:3.98730625rem;top:6.287109375rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tWu4I43sQFdVBLdHReH46CdHhXBSCQfd { width:3rem;height:2.8125rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNfTLkJmKQqDJm4ZPZ8qcnk2e1ehxUHH { width:2.9375rem;height:2.8125rem;top:6.875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C { display:block; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKf7orsWUrG7msu34m8gFX7Hu4KkslC0 { display:block; }#yKf7orsWUrG7msu34m8gFX7Hu4KkslC0 > .row .container { width:20rem;height:19.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rrXdqOivgkZPFU8ywPOJaxviO2vLBeoP { width:20rem;height:3.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfKRtS8JaT6TWaevxaPbgRIo9QmSMZO6 { width:20rem;height:8.5rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXgT9Lt7Nr57XD2wXtTIf9vurEmONvMl { display:block; }#dXgT9Lt7Nr57XD2wXtTIf9vurEmONvMl > .row .container { width:20rem;height:215rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LBU7D1AJlsLttxG5XT5Ad5V9zRreFqMF { width:20rem;height:1.6499rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiWiwZyOpiHU5V4PCdXM8doNSSAZqNTI { width:10rem;height:9.25rem;top:16.46875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC5vmNPydRlMdz7nQsKob7dvKvhuiMnF { width:10rem;height:9.25rem;top:178.46875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFXT69KqWBKLoMcHEABROwQ4zvvMcZMb { width:10rem;height:9.1875rem;top:74.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDZIHBrzVJg0kItLIhQBurXwkAfq0M19 { width:10rem;height:9.25rem;top:132.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS25LT8ipQGnQpW8ZbZJ5XZgDWpdbaKG { width:10rem;height:9.25rem;top:120.62841796875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jql9CTlH72s1CqtFyqPfypggG5KeRogA { width:10.5625rem;height:9.8125rem;top:108.6875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv3B2bQfvl39Mveh19Wq8f7xarrKohCg { width:10rem;height:9.1875rem;top:85.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQRlFVAmx3kIa5a9ed2vgArCcTKcOzD0 { width:9.9375rem;height:9.8125rem;top:143.5625rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKmM6TeBunHw6VS2at6qXXSlJnFEQHh7 { width:9.8125rem;height:9.8125rem;top:39.4375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRNP4xEBqHgSWE5workxt8628nu43lWX { width:10rem;height:9.0625rem;top:201.50341796875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukTOvfDBCfuqKQtmGdxTTqSoCOWLsoew { width:10rem;height:9.3125rem;top:155.56591796875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr3r3aEBA1XuP8DFgGo64TCtTuxCUv0Q { width:10rem;height:9.1875rem;top:167.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4anftMwIXoAlF9sSOIc4pKBQo5wnhAQ { width:10rem;height:9.25rem;top:27.96875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTmHgUBONFEcGya9o136MI5VAmTLtQ7E { width:9.9375rem;height:9.25rem;top:62.78125rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrQNh0nbLiTZ6GgfiianRRm8c3y8b55d { width:10rem;height:9.25rem;top:97.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI689dupGWiFcUwVptw0PP5n9xHNtxDd { width:10rem;height:9.25rem;top:189.87841796875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7qkazrLebT7U5ke9gJTQhrwf0AaEWSD { width:10rem;height:9.25rem;top:51.5rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBVlUT64ih9WLo3pzck2dvexikTOE4Xa { width:10rem;height:9.25rem;top:4.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #On3OuTmdNpxxPizHUMekiAf4SZEcmpN9 { display:block; }#On3OuTmdNpxxPizHUMekiAf4SZEcmpN9 > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vf14lthZKPiD1UThSM8xFtLotiamRWLx { width:20rem;height:1.71875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0sC0QTNGLci7m4hFBE6ZKDsukCFbNyE { width:5.8125rem;height:6.5rem;top:7.1875rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq2w6nWidrnViiK7NGzmVeGMGBrTtIxS { width:4.625rem;height:6.5rem;top:25.3125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHTBhggqdcFJUtNK7BPZ8nX1pgKzqBst { width:15.875rem;height:7.6875rem;top:34.34375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnEiwyTuycC8OCdn8hwshWKL4bvDFQUX { width:6.375rem;height:6.375rem;top:16.3125rem;left:6.8125rem;display:block; }
 }