.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Rubik";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#0b153f;background-image:url("https://images.assets-landingi.com/uc/07d70fd0-9930-4416-a7d9-ae247cf358ae/Projektbeznazwy38.png");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-4),0.48);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#km3mULInTfVVbZaQEGcPiDHPWFNKe9s1 { color:rgba(var(--color-tertiary-0),1);display:block;width:65.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.9375rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:22.373046875rem;left:7.998046875rem;height:8.6614625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#g1QZMuuGNhnPdygZBVJWqEFitNZGux9J { color:rgba(var(--color-tertiary-0),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:2rem;height:1.8681625rem;font-style:normal;display:block; }
#Jb6Op333hyXel4dEZK7bUw0UrTeKxTGQ { color:rgba(var(--color-tertiary-0),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:39.875rem;left:4rem;height:3.2986125rem;font-style:normal;display:block; }
#KwqoZT7A671Wm9f3aJE8gb1unAWF9iBF { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:33.787326812744rem;left:41.875001907349rem;height:3.1493rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OAqRnzTztPPLihfD3bB0S47mZm6XDeRz { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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:29.3125rem;top:3.625rem;left:1.375rem;overflow:hidden;display:block; }
#lraVABGN8XMGymzAukXzRZLKfGp9T8No { background-color:#f6811d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:5.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:38.5625rem;left:3.1875rem;display:block; }
#JU1VSCh1htAZEfRqscSsJgQ0lQMqdt1E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kBwdVZXAb5oOf53CUOgKtRXvWMRTa8ea { box-sizing:content-box;height:2.75rem;width:15.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.375rem;left:5.5625rem;display:block; }
#oo9aI3dQHQXp8omUi8yKaFtGPaEiEf6G { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:38.4375rem;top:0.0625rem;left:36.5625rem;overflow:hidden;display:block; }
#PsSq7TyCMT7TTWGO6hDaQud4bygSzqFJ { position:relative;display:block; }#PsSq7TyCMT7TTWGO6hDaQud4bygSzqFJ { background-color: transparent; background-image: none; }#PsSq7TyCMT7TTWGO6hDaQud4bygSzqFJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsSq7TyCMT7TTWGO6hDaQud4bygSzqFJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsSq7TyCMT7TTWGO6hDaQud4bygSzqFJ > .row .container > .video-iframe-container { display: none; }#PsSq7TyCMT7TTWGO6hDaQud4bygSzqFJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsSq7TyCMT7TTWGO6hDaQud4bygSzqFJ > .row > .video-iframe-container { display: none; }#PsSq7TyCMT7TTWGO6hDaQud4bygSzqFJ > .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); }#PsSq7TyCMT7TTWGO6hDaQud4bygSzqFJ { border-width: 0; border-radius: 0; }#PsSq7TyCMT7TTWGO6hDaQud4bygSzqFJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PsSq7TyCMT7TTWGO6hDaQud4bygSzqFJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0.83);background-image:none;font-size:0.875rem;font-family:arial;height:79.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FN7No9QpHtdTIEr9DGNI9XSDOx4oNkl4 { color:rgba(var(--color-tertiary-4),1);display:block;width:71.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.8;letter-spacing:0;top:8.0677051544187rem;left:1.75rem;height:70.85071875rem;text-align:left;text-align-last:left;display:block; }
#b2mGMyhdmTcU3en6S1I5o7rAEg8fOG8P { color:#121e33;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:2.4357595443726rem;left:0rem;height:3.08680625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001f5f;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; }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row .container { background-color: transparent; background-image: none; }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row .container > .video-iframe-container { display: none; }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row > .video-iframe-container { display: none; }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .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); }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row .container { border-width: 0; border-radius: 0; }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:163.1875rem;width:75rem;position:relative;display:block; }#AuVAnIEBkpmXAZ94IW0zHqDOcfy1AnZr { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.75rem;width:46.8125rem;top:10.625rem;left:16.25rem;display:block; }
#EwZp8CKplGXSEE7RTFwtvaR5N919wuwt { 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:7.8125rem;width:7.8125rem;top:10.5625rem;left:8.25rem;overflow:hidden;display:block; }
#zTg9rXD5bixOsGu8eC9lkD7nkTIEHZMy { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.25rem;left:17.6875rem;height:2.923825rem;font-style:normal;display:block; }
#UgyR051urHvReKm8hmefJ6vHxQoEg06X { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:15.3125rem;left:17.5625rem;height:1.6875rem;font-style:normal;display:block; }
#BA5eupNakUZlXSxUZA51RNTQ1lflSkvu { background-color:#265447;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:106rem;left:52.25rem;display:none; }
#M61tFMsvtuhBAMaHI90s2CZahLVZwEf3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E87aVhreT1Kmu1A1kNrwz2CC3V1avCd9 { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.75rem;width:46.8125rem;top:8.75rem;left:17.0625rem;display:none; }
#kwMmKLazTqP2HRmRHtLWCgcrBIa7a7RG { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:21.9375rem;left:8.3125rem;overflow:hidden;display:block; }
#dFC8bJRM8VuRwoyHnzWZTGucs1RdAZrK { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.75rem;width:46.8125rem;top:22rem;left:16.3125rem;display:block; }
#rAySkfhu88Wz1sDG0b4TcNCzveopLWfW { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:23.4375rem;left:17.624217987061rem;height:2.923825rem;font-style:normal;display:block; }
#yXHiL708s632QqwZh6o0C6OR5ILO0BcR { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:26.812103271484rem;left:17.625rem;height:1.4625rem;font-style:normal;display:block; }
#KdkA15WVgew1vp7J8kyplfdkmgfoAks8 { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:block; }
#DR3Qi53y2NUTbGeveiWZA9pIPiOEdgge { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:18.5rem;left:53.375rem;display:block; }
#nwSXC0Di6pmUTtEOr7fpSm6N1vKfxLHT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zxHt8d9Goic0zIpNFgVCEhzNGTifloLr { position:absolute;display:block;z-index:14999;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:24.9375rem;left:52.9375rem;display:block; }
#B9h5VrOzrEzPHUEuXKxgUTBra0m00L01 { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:30.0625rem;left:53.375rem;display:block; }
#ryKlWqVPvCaLHFVozTbfA38k7WWuoOSa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fRW7ar3HkpQeXZL9LhgewD86iMTXnI1A { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WXwfEH8hthmvsZPxEGH3B6ZkNAePr1nE { position:absolute;display:block;z-index:15005;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:36.875rem;left:52.9375rem;display:block; }
#XT2T6mvFSz4BeAl5cIZcLsgSLyplc4Kg { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:left;text-align-last:left;top:42rem;left:53.375rem;display:block; }
#Bt0SB8g6FtlHXvMTPtnD33uXvZ4VNfNz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UwNRAIa4GlMvcLtS0GWH5zSTHwEyeyb0 { 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:7.8125rem;width:7.8125rem;top:33.875rem;left:8.3125rem;overflow:hidden;display:block; }
#Qx5DfnTUp7gm5bUgnfU2L6075zGPgqDZ { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.75rem;width:46.8125rem;top:33.9375rem;left:16.3125rem;display:block; }
#V0LvTFelix9WIo2vENs1UOWR1J8UZrJs { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:38.9375rem;left:17.59375rem;height:1.4625rem;font-style:normal;display:block; }
#NudqsImovxVbhxIiJAtghI3kUvZL2EeK { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:34.9375rem;left:17.625rem;height:2.923825rem;font-style:normal;display:block; }
#T6SSIguch1qRqUWy1cC6oqAyI2VKRwGG { position:absolute;display:block;z-index:15011;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:49rem;left:52.9375rem;display:block; }
#admnuLF3i3kkp42zTTNJDzdFQfJf5pqm { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:54.125rem;left:53.375rem;display:block; }
#f7toNWILzpIAnnDI1mlEmgGBNCDsq0kC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JwLX2o31Jq8eu8J1aaJZ199heaniSgLC { 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:7.8125rem;width:7.8125rem;top:46rem;left:8.3125rem;overflow:hidden;display:block; }
#aFqlkT24SXM3EaB43m881STfGrUa9gvm { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.75rem;width:46.8125rem;top:46.0625rem;left:16.3125rem;display:block; }
#hnfX9dbdB3SCGJGCoDdFVDOZ3r7iVBof { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:49.875rem;left:17.625rem;height:2.9236125rem;font-style:normal;display:block; }
#WGekNMbfZkMJSLAAc11l0E0Br5Qwlr4L { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:47.625rem;left:17.625rem;height:1.4625rem;font-style:normal;display:block; }
#M0xOvAzogeznu9FldGR7fnRmXd3QksVu { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:58.25rem;left:8.3125rem;overflow:hidden;display:block; }
#T9RuoImT5TIMGGD0IyoKFdphxAknrE2u { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.75rem;width:46.8125rem;top:58.3125rem;left:16.3125rem;display:block; }
#TvfnzyXO5fn74R305P7EkTgfQO8u3omW { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:63.125rem;left:17.625rem;height:1.4625rem;font-style:normal;display:block; }
#TdVTNslxlRG6ZfO1DbMyX5gvfiuKpV7D { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:59.4375rem;left:17.625rem;height:2.923825rem;font-style:normal;display:block; }
#oq8hOVW9DpIRLEAINg6hmXXpVIK5VdO1 { position:absolute;display:block;z-index:15017;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:61.25rem;left:52.9375rem;display:block; }
#akyDpy1dubqiJtxeuKGZslrPTXUzhPr9 { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;z-index:15034;text-align:left;text-align-last:left;top:66.375rem;left:53.375rem;display:block; }
#zfQhvlJ9hFxp3tMH9cROT1TvJVGkSro6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wgVT53SeAap8kXuDVdlSd8o14ZtodZc9 { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:none; }
#rJLmJakya1uROnDUzw2tt6cqKvaTDiaD { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:none; }
#CsBRhw03qaQOI3CtXTO4PNPRmS9AeW28 { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:none; }
#tmIEhwnWx78U3VQxQ4aWTxTFKoSnFfsa { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:none; }
#VtBTEaiJ62BQSTtyQsAN23JmIU1rKOds { position:absolute;display:block;z-index:15034;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.8125rem;width:7.8125rem;top:70.375rem;left:8.3125rem;overflow:hidden;display:block; }
#eg5lBzE55p5406mKOk84VfHnq7VzCJTQ { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.75rem;width:46.8125rem;top:70.4375rem;left:16.3125rem;display:block; }
#yszDxfb5nBSTvTPMitmX8IdG5T9XgSXU { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:75.25rem;left:17.625rem;height:1.4625rem;font-style:normal;display:block; }
#EuqxFFvovslIbzwLI0UZx7S4KBuFoHbZ { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:71.561721801756rem;left:17.625rem;height:2.923825rem;font-style:normal;display:block; }
#O8FZHgAuhO0ZFGuIHSlUnqwTZJR1IV7L { position:absolute;display:block;z-index:15023;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:73.375rem;left:52.9375rem;display:block; }
#SnTQwTmwk8o2zd7GybSTIkuUiyZPSJMs { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;z-index:15040;text-align:left;text-align-last:left;top:78.5rem;left:53.375rem;display:block; }
#uPT93eemyCChgnVoqZU5DdekQHdaFwGT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S2IWNIPvugln8UGMeKkNCO4uv2VqlG6I { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:none; }
#MaHuGWJMz1swwM73bEOU7c8ED3fe2Q1w { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:83.25rem;left:8.3125rem;overflow:hidden;display:block; }
#CykgqZXlAfZqubPRT35AgnW2lxbtPwX6 { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.749625rem;width:46.8116875rem;top:83.280460357669rem;left:16.249217987061rem;display:block; }
#q47kVZXdzfbO2xKKCP2scHeeTnAPy1Wp { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:88.125rem;left:17.625rem;height:1.4619125rem;font-style:normal;display:block; }
#gmOUpcyEqbOgOTsAGPNmv5rOpbd4Fa70 { position:absolute;display:block;z-index:15029;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:86.25rem;left:52.9375rem;display:block; }
#SsHHC6auWIZrOHwziWmAHxRAlDN6ZggR { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;z-index:15046;text-align:left;text-align-last:left;top:91.375rem;left:53.375rem;display:block; }
#Purvgb6XHrd8pS4Qihwzwt6GslGP7M8t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m1pZWlsF3wfKSfAaFC6Wf8cJDknnxAhP { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:none; }
#TAWFL2b6Tm1JczppIWC0f23FTq9gehek { color:rgba(var(--color-tertiary-4),1);display:block;width:42.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:84.561710357669rem;left:17.497264862061rem;height:2.923825rem;font-style:normal;display:block; }
#v2MvpF8WZohbZoFrhdRm5u54F9fS0FnT { position:absolute;display:block;z-index:15035;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:98.8125rem;left:52.875rem;display:block; }
#vZzGO8IOzpF4GbSbysoT0yCEpoM8kCNc { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;z-index:15052;text-align:left;text-align-last:left;top:103.9375rem;left:53.3125rem;display:block; }
#Za3K672EGJHVmFJzPHClJZucZJeaFgwk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fWhNdqpCPMtWkSkWCmQCZZSdRQUxnpLS { position:absolute;display:block;z-index:15046;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.8125rem;width:7.8125rem;top:95.8125rem;left:8.25rem;overflow:hidden;display:block; }
#erERhMzCsTgK5cI06iv0LoPQNcATFp45 { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.749625rem;width:46.8116875rem;top:95.8125rem;left:16.1875rem;display:block; }
#zP0fWIdLISIeuGSToTT218cGDDDngNAF { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:100.6875rem;left:17.5625rem;height:1.4619125rem;font-style:normal;display:block; }
#JMh8lMT2rmkGIPpeLcAAh8wPhF5rW1Sk { color:rgba(var(--color-tertiary-4),1);display:block;width:42.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:97.125rem;left:17.4375rem;height:2.923825rem;font-style:normal;display:block; }
#CsTkTUktGR9rf5xofdiPRsbo48zkhuLf { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:none; }
#bGqDTDM3XQEhT42tC0WKlXGQcksnz6bB { position:absolute;display:block;z-index:15041;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:111.625rem;left:52.9375rem;display:block; }
#VbV2BD0zszaUlxz5X0mOqtHuWGCMc79f { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;z-index:15058;text-align:left;text-align-last:left;top:116.75rem;left:53.375rem;display:block; }
#ZVmcu9nOGh3Gxcy3VdryOQPLPblrLHpP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WVpcDCQKEEc5G7EV7HuRUCkkk3vP8McU { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:7.8125rem;top:108.625rem;left:8.3125rem;overflow:hidden;display:block; }
#oUHvGXKGVI7zb9UTvdpTsMa1yZfNzgNs { position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:8.3125rem;width:46.8125rem;top:108.625rem;left:16.25rem;display:block; }
#zQ0ExTK3ERHib4xUZeFq3bI3P1WLhRdx { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:113.36111068726rem;left:17.593751907349rem;height:2.923825rem;font-style:normal;display:block; }
#ETTRRiWSrVSeXzHLkoTNXxC1N0T5HOTp { color:rgba(var(--color-tertiary-4),1);display:block;width:42.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:109.62500762939rem;left:17.562501907349rem;height:2.923825rem;font-style:normal;display:block; }
#V4fsmKmtCsEyzmxeHyIWoT4IQF9RHA1T { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:none; }
#eI41JMRHg6iOku6uCENhSIN26u123v3r { position:absolute;display:block;z-index:15047;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:124.875rem;left:52.9375rem;display:block; }
#JJmIrmWooVnr6c1gSGtMAp0lr4qZiURR { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;z-index:15064;text-align:left;text-align-last:left;top:130rem;left:53.375rem;display:block; }
#h9mpbspUcZr3TX9q2GPOKJL5epnn3k11 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UI8m89QKKk4KCGGd3bIl1EkJpAq9uRVV { position:absolute;display:block;z-index:15058;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.875rem;width:7.8125rem;top:121.875rem;left:8.3125rem;overflow:hidden;display:block; }
#KEk5oLDIk0Kd9cdbQnK5zXPL0lM8RGvM { position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.6875rem;width:46.8125rem;top:121.875rem;left:16.25rem;display:block; }
#q3Zg1GrdrbiWtqlwf0Cs3AKRu8uxUsoz { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:127.1874961853rem;left:17.593751907349rem;height:1.4619125rem;font-style:normal;display:block; }
#fCedfW8nwbR7ZJWmJduOQyyGt0hcgsu0 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:122.875rem;left:17.5625rem;height:2.923825rem;font-style:normal;display:block; }
#Nm0a5b3XfHTOJo9ZLHowubHhUkDigXpM { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:none; }
#IEpiLBVu13Vqb9SQ0snKd9vWXDTz8Wpe { position:absolute;display:block;z-index:15053;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:137.625rem;left:52.9375rem;display:block; }
#cRAl0BFnx0OV7zHbEIL2f05PRFTNoca7 { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;z-index:15070;text-align:left;text-align-last:left;top:142.75rem;left:53.375rem;display:block; }
#BNqoU0VcvQGME0RGJeUkkmeJcPyh87Us { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qKJell3LfKxcaIacXlq733BPlT8gDayG { position:absolute;display:block;z-index:15064;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.8125rem;width:7.8125rem;top:134.625rem;left:8.3125rem;overflow:hidden;display:block; }
#EvRQmz1xm4STb9ZPShrOEx7uv7e8aqIH { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.6875rem;width:46.8125rem;top:134.625rem;left:16.25rem;display:block; }
#CkyM9kXsIT7RdCFHvvDCHTzB0NJUS11H { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:139.25001764297rem;left:17.593751907349rem;height:1.4619125rem;font-style:normal;display:block; }
#bFRtRTMTkDlFikV9HQTRtTHB6MtnqnhT { color:rgba(var(--color-tertiary-4),1);display:block;width:42.809875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:136.21876764297rem;left:17.495660781861rem;height:1.4619125rem;font-style:normal;display:block; }
#tFhsgut4im9x02WZCd1eCgAowzIWTyWU { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:none; }
#Tod4dNTIcBDh2V0T8aiy1sDs9gJHCfgU { position:absolute;display:block;z-index:15059;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:150.5rem;left:52.9375rem;display:block; }
#VHG3rTackTzoNhCoekV8sFBVGDNd9ilg { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;z-index:15076;text-align:left;text-align-last:left;top:155.625rem;left:53.375rem;display:block; }
#GXKNVsOSn20L4w5HgKJiXH8F0EaC9ga2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NT7dWXQrNZD04JKk7g3zmTTIiVlDoW9n { position:absolute;display:block;z-index:15070;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.8125rem;width:7.8125rem;top:147.5rem;left:8.3125rem;overflow:hidden;display:block; }
#DEitupzExU0PLk45kDcliA3AfMnEB6MN { position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.8125rem;width:46.8125rem;top:147.5rem;left:16.25rem;display:block; }
#Z0odIsM7bzIdzVKeUND6ElQXx5RwMNts { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:152.9375038147rem;left:17.593751907349rem;height:1.4619125rem;font-style:normal;display:block; }
#heZMvt9yvTVV8p3S7e7zKMJQziB2Eh7C { color:rgba(var(--color-tertiary-4),1);display:block;width:42.809875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:149.125rem;left:17.5rem;height:2.923825rem;font-style:normal;display:block; }
#G1laQn4Kww5z6gVWRLpIxL77uBVCgAKZ { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:none; }
#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row .container { background-color: transparent; background-image: none; }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row .container > .video-iframe-container { display: none; }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row > .video-iframe-container { display: none; }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .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); }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row .container { border-width: 0; border-radius: 0; }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:block; }#eqb4yf2IX5308GzfftPINI7T7IifIWLJ { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5441417694092rem;left:5.0625rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bTShBf5gcMOLPvBXkh4FpkC3OM5hRpfc { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:7.7999877929688rem;left:2.8191413879394rem;height:6.2986rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tXPRkzUweRrHETaI9zeW1EMwhwZcgOgS { background-color:#f6811d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499625rem;height:3.43710625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:17.341407775879rem;left:8.279296875rem;display:block; }
#qJOTkIxAFOPo2wFZTPWMqoG1uNautW4k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lOv0h9fhOSD1TFDIUaU2hmf5XJTpur0l { box-sizing:content-box;height:2.75rem;width:15.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.125rem;display:block; }
#HRAGFAFGJlbZk6xyyOBoNQ5AZ1f8cPF1 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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.375rem;width:35.0625rem;top:4.4671878814697rem;left:35.935546875rem;overflow:hidden;display:block; }
#KRHtiin6BEhGXdPMa4GtGoM9DOn8rxz6 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:24.1875rem;width:45.625rem;top:-0.026953124999977rem;left:29.199416011243rem;overflow:hidden;display:block; }
#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row .container { background-color: transparent; background-image: none; }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row .container > .video-iframe-container { display: none; }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row > .video-iframe-container { display: none; }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .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); }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row .container { border-width: 0; border-radius: 0; }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#UgsuB5oEMC3cuporG8TpBZpRe9h1wwEX { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.859375rem;left:0rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row .container { background-color: transparent; background-image: none; }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row .container > .video-iframe-container { display: none; }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row > .video-iframe-container { display: none; }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .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); }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row .container { border-width: 0; border-radius: 0; }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:14.6875rem;width:75rem;position:relative;display:block; }#RFnP7QoskW09KqhVEh5qD1oId252TA4W { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#n2CkXpkZGCa3ZCeSeNef2vzOHIAooopy { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#ZpQX5pBfDQXrAwPuxac25z5A0xlzzJwT { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.87475rem;width:18.999rem;top:0.875rem;left:28rem;display:block; }
#X5WC4TXuM4ZDbKIUBtWc1Nocl8UG7iMp { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8723125rem;width:18.999rem;top:0.9375rem;left:53rem;display:block; }
#qJXVtrrdXqDhR2ZFpt7fvHDNi2dQGET7 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:17rem;top:5.5rem;left:4rem;overflow:hidden;display:block; }
#upUFQiLGpcTzsACdaMuaKdHaVaEmZPX2 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:9rem;top:3.5rem;left:58.000000953674rem;overflow:hidden;display:block; }
#sDD8L4WxVBfQRt8aqoqS3tlzSQmdQfDp { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:13.0625rem;top:4.875rem;left:30.968750953674rem;overflow:hidden;display:block; }
#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row .container { background-color: transparent; background-image: none; }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row .container > .video-iframe-container { display: none; }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row > .video-iframe-container { display: none; }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .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); }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row .container { border-width: 0; border-radius: 0; }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:14.6875rem;width:75rem;position:relative;display:block; }#BTXDauerXug9R93ViDHICVQcV3Ivkkto { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#OznvkgW5JhqtFrGg4oPF4bXmmyMkmt5T { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#a6mAXr4qTB4iw3MKDXM0IFnyQalqooEC { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.87475rem;width:18.999rem;top:0.875rem;left:28rem;display:block; }
#InFozBGFKQoIUTO1EZmzTmEatOdMnnoq { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8723125rem;width:18.999rem;top:0.9375rem;left:53rem;display:block; }
#RCkWdBaNlrJyKLGpaKfIuAu2mXcy9zAJ { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:17.75rem;top:4.46875rem;left:3.625rem;overflow:hidden;display:block; }
#BIpEK9NM6fR3oU9tfaPUQCVMoZ8txVxp { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:14.4375rem;top:5.0625rem;left:30.28125rem;overflow:hidden;display:block; }
#ZFO0Q8w3TUv6OIvLqlIEXiXcrlQL4SKP { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#oT0r9avUTO6EtKSkZJZ2awR42gtKHd1K { 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:8.0625rem;width:11rem;top:3.3125rem;left:57.000001907349rem;overflow:hidden;display:block; }
#TAnFiU2NXmyPVDe9ldkuw6HIMTwaERo6 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row .container { background-color: transparent; background-image: none; }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row .container > .video-iframe-container { display: none; }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row > .video-iframe-container { display: none; }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .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); }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row .container { border-width: 0; border-radius: 0; }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:15.625rem;width:75rem;position:relative;display:block; }#qvixTD8OT5wHSyJxJIedVIfRNoeT8TTb { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#S2WL9XCXUKncL0ydpsP4GCJ3qonI2t1U { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#qHbsLOHoEzqmOAPSBp1ettGPXuiChSZQ { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.87475rem;width:18.999rem;top:0.875rem;left:28rem;display:block; }
#BUUMqIqnfpUl5TStDitmQCiAxwTdslBc { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8723125rem;width:18.999rem;top:0.9375rem;left:53rem;display:block; }
#GidcQUyn5maprOVuwDr5TDzbRDCDtH7K { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:8.6875rem;top:3rem;left:8.15625rem;overflow:hidden;display:block; }
#M2TynaMXxe5UAQo5JyrOQn2UAJTCcwl2 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#N0eAQS9iFcd65VrcdpcGemEdb5uM5q9b { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#v67CTTFEn687XBAiHHKXT48orK5hAipP { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:14.4375rem;top:2rem;left:30.281251907349rem;overflow:hidden;display:block; }
#WDXV4HmloP8vea8DSkquXyw2QkhvCFz4 { 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.6875rem;width:13rem;top:2.5rem;left:57.156251907349rem;overflow:hidden;display:block; }
#RVxFsQpZQOULmZklkP3v6MHTZTJE0o7r { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#rHlDPoEQCoV3ppCaVahdPIoTEKVQ7eRg { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#cPcbhtEX9z0GkihcxmwWU4manvgygc0z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#cPcbhtEX9z0GkihcxmwWU4manvgygc0z > .row .container { background-color: transparent; background-image: none; }#cPcbhtEX9z0GkihcxmwWU4manvgygc0z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPcbhtEX9z0GkihcxmwWU4manvgygc0z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPcbhtEX9z0GkihcxmwWU4manvgygc0z > .row .container > .video-iframe-container { display: none; }#cPcbhtEX9z0GkihcxmwWU4manvgygc0z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPcbhtEX9z0GkihcxmwWU4manvgygc0z > .row > .video-iframe-container { display: none; }#cPcbhtEX9z0GkihcxmwWU4manvgygc0z > .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); }#cPcbhtEX9z0GkihcxmwWU4manvgygc0z > .row .container { border-width: 0; border-radius: 0; }#cPcbhtEX9z0GkihcxmwWU4manvgygc0z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cPcbhtEX9z0GkihcxmwWU4manvgygc0z > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:16.125rem;width:75rem;position:relative;display:block; }#f8dJNkSIm5n9fZTvfmMuLAivBP7Whefx { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#TshLkElzbPfmbbzBVew1ouRknevUeJhE { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#ZOVMZwlRdc3SN5itEP18qQ6CsySaIT5I { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.87475rem;width:18.999rem;top:0.875rem;left:28rem;display:block; }
#VHG2JUIQikhOOMmvgFa1lCXPUfbM0byp { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8723125rem;width:18.999rem;top:0.9375rem;left:53rem;display:block; }
#NBxnp26KHh2yATgsElZe4bHfIS3bJkPw { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:15.0625rem;top:5.9357652664184rem;left:4.96875rem;overflow:hidden;display:block; }
#Ax6cK22Fiet1N5HFGoZt2ePUh1tDl1Cy { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#WJJOtpqrALTSB8f8f50TNPGTqeBTqAs8 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#m8xnkmKDWiIIzpds1p0RABw2zxAaesTV { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:14.4375rem;top:2.59375rem;left:30.28125rem;overflow:hidden;display:block; }
#Vt1qMTwTlEleqL0LJBoFgLw2i2heorI6 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:14.4375rem;top:5.75rem;left:55.281251907349rem;overflow:hidden;display:block; }
#hXCJSkuGQPuKNQeWth7M1VddilGyrlqM { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#UB82NQgwNSunHHy7aGGLKmVcKarqgzXp { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#izUXrkaqEW7tXuH08zDG8g6N83wNdUQS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#izUXrkaqEW7tXuH08zDG8g6N83wNdUQS > .row .container { background-color: transparent; background-image: none; }#izUXrkaqEW7tXuH08zDG8g6N83wNdUQS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izUXrkaqEW7tXuH08zDG8g6N83wNdUQS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izUXrkaqEW7tXuH08zDG8g6N83wNdUQS > .row .container > .video-iframe-container { display: none; }#izUXrkaqEW7tXuH08zDG8g6N83wNdUQS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izUXrkaqEW7tXuH08zDG8g6N83wNdUQS > .row > .video-iframe-container { display: none; }#izUXrkaqEW7tXuH08zDG8g6N83wNdUQS > .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); }#izUXrkaqEW7tXuH08zDG8g6N83wNdUQS > .row .container { border-width: 0; border-radius: 0; }#izUXrkaqEW7tXuH08zDG8g6N83wNdUQS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#izUXrkaqEW7tXuH08zDG8g6N83wNdUQS > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:16.125rem;width:75rem;position:relative;display:block; }#neklqSTKimgAuyAiQscJxhJCmnNeL1h6 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#xaoydspnXLA6gTqqBF4VO4UK94rMrPsV { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#gQzR4LD8aQXF7h4Tnor81aFk3TEXUmKo { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.87475rem;width:18.999rem;top:0.875rem;left:28rem;display:block; }
#m1uc9V8xc903wZBu5SIMI3hdpT9TT20o { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8723125rem;width:18.999rem;top:0.9375rem;left:53rem;display:block; }
#K80Rzg6X2JJGMC3uqXabdrC3v373f85a { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:17.625rem;top:3.7795143127441rem;left:3.6875rem;overflow:hidden;display:block; }
#hXJL5T4Zdq4edmnHgJsAlBQbKEplXcMo { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#dP4o5AeoT84K3iO6VQ4VQ41U1nzXnhTU { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#rqBsDn2inON30cyDFciDtVXGgSOtf1ws { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row .container { background-color: transparent; background-image: none; }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row .container > .video-iframe-container { display: none; }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row > .video-iframe-container { display: none; }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .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); }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row .container { border-width: 0; border-radius: 0; }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#Xq3tndpgRFWwoBpgnhsRXgEMoUZZ1qLA { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.859375rem;left:0rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E { 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; }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row .container { background-color: transparent; background-image: none; }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row .container > .video-iframe-container { display: none; }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row > .video-iframe-container { display: none; }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .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); }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row .container { border-width: 0; border-radius: 0; }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:block; }#FoJGJGtBKy3gWUAsvIIInkcKHnJ9oWJx { position:absolute;display:block;z-index:15006;border-top:0.125rem solid #f6811d;border-left:0.125rem solid #f6811d;border-right:0.125rem solid #f6811d;border-bottom:0.125rem solid #f6811d;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:4.1875rem;left:2.375rem;overflow:hidden;display:block; }
#CwdJQExddoyZfFlHpfNI8NT0dyTf9CGd { color:#000000;display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2.375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iJg0VLWC9Hi3LGQvcpSM20hGMtgrNR5o { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:6rem;left:14rem;height:3.1875rem;display:block; }
#ivV4G91dWFvuTpyJxJLMbS35s6RTKqe8 { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:9.875rem;left:13.999218940735rem;height:2.53125rem;display:block; }
#ryQSpoQOm00JI2G5pwQTk7gGtxTtG0nN { color:#000000;display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.4375rem;left:40.562500953674rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wgsuSrn1fTzoZ0oz1U9cLhBxwTmR81ea { position:absolute;display:block;z-index:15007;border-top:0.125rem solid #ea7a17;border-left:0.125rem solid #ea7a17;border-right:0.125rem solid #ea7a17;border-bottom:0.125rem solid #ea7a17;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:4.1875rem;left:39.474999427796rem;overflow:hidden;display:block; }
#TatqusO7pAsVrfLqXoB4V2yEPN9EPgf3 { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6rem;left:51.812500953674rem;height:3.1875rem;display:block; }
#QATsLsuOi37TurXCJEd6V36RabAffzKI { color:#000000;display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:.9;letter-spacing:0;top:9.8125rem;left:51.812500953674rem;height:2.53125rem;display:block; }
#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/xrkwkImq/shutterstock_1675260034.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld.adaptive-delivery-prevent-bg, #zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld.lazyload, #zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld.lazyloading { background-image: none; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row .container { background-color: transparent; background-image: none; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row .container > .video-iframe-container { display: none; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row > .video-iframe-container { display: none; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .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); }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row .container { border-width: 0; border-radius: 0; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#AwM1p6uDDT0vMz8lFTLGLG7CKTN5DPTT { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.018750190735rem;left:14.717968940735rem;height:2.76215rem;display:block; }
#H8wTB8on58fG8z2A1GLKoChe7s2PsIzR { position:absolute;display:block;z-index:15005;border-top:0.125rem solid #ff9100;border-left:0.125rem solid #ff9100;border-right:0.125rem solid #ff9100;border-bottom:0.125rem solid #ff9100;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:3.5867195129394rem;left:2.3125rem;overflow:hidden;display:block; }
#IOpqT7x9pNMGzmXcksI0ECAEeU6Lfwh5 { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.6875rem;left:2.3125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BXe8Wh0CyTSTvFpLO4SoKbSa0172Qipk { color:#000000;display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:10.300001144409rem;left:14.686718940735rem;height:2.53125rem;display:block; }
#Accq1DpiVZRIOyFgkmJdJFPIyQpqaMFf { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:.9;letter-spacing:0;top:9.78125rem;left:51.687500953674rem;height:2.53125rem;display:block; }
#PNMqoMXLPDp7rJtBn0tewzyS4RcidakR { position:absolute;display:block;z-index:15007;border-top:0.125rem solid #ff9100;border-left:0.125rem solid #ff9100;border-right:0.125rem solid #ff9100;border-bottom:0.125rem solid #ff9100;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:10.1875rem;width:10.1875rem;top:3.2062511444092rem;left:39.675000190735rem;overflow:hidden;display:block; }
#y77JVdstUmtOXd0D19ETntGy0H3qO2X4 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5625rem;left:51.6875rem;height:2.76215rem;display:block; }
#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row .container { background-color: transparent; background-image: none; }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row .container > .video-iframe-container { display: none; }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row > .video-iframe-container { display: none; }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .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); }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row .container { border-width: 0; border-radius: 0; }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#qzIxmyRed30ZuPIvZfB6TTBGRWGSssMR { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.3125rem;left:44.6875rem;height:1.6253875rem;text-align:center;text-align-last:center;display:block; }
#L46fsT9gTwWvttFbdungq73Tp0n1TUoF { color:#000000;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:14.4375rem;left:45.8125rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IKLhPOPfyrhe1MhDFJlsINWq4SUXH4yv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.1875rem;left:45.4375rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m9WBatrWrWeLwMHR2uq76RW15bTbGuy3 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:1.75rem;left:42.8125rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#KJHtOl4q108atSX88OgC7dPCm6oPCTMi { color:#001623;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.25rem;left:16.8125rem;height:1.6253875rem;display:block; }
#U1pHyBTP8b5Kowv1vbb4fxToMCzUCXiT { 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:7.1875rem;width:16.4375rem;top:0.5625rem;left:14.8125rem;overflow:hidden;display:block; }
#cGNUSGmtLekxNhxATnRmlCrsAX5thVZg { box-sizing:content-box;color:#001623;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:8.25rem;left:23.6875rem;display:block; }
#TGclfvEGtRwMmxSJm46KWiSGepESvgqr { box-sizing:content-box;color:#001623;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:8rem;left:19.8125rem;display:block; }
#cQgx8Rypl0pXT7Sz0uZuImHhgXLvCaRE { box-sizing:content-box;color:#001623;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:8.3125rem;left:16.0625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #km3mULInTfVVbZaQEGcPiDHPWFNKe9s1 { top:22.3125rem;left:0rem;width:47.75rem;height:8.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1QZMuuGNhnPdygZBVJWqEFitNZGux9J { top:2.4375rem;left:0rem;width:36.125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb6Op333hyXel4dEZK7bUw0UrTeKxTGQ { top:39.875rem;left:0rem;width:24.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwqoZT7A671Wm9f3aJE8gb1unAWF9iBF { top:33.75rem;left:17.1875rem;width:30.5625rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAqRnzTztPPLihfD3bB0S47mZm6XDeRz { top:3.625rem;left:0rem;width:29.3125rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lraVABGN8XMGymzAukXzRZLKfGp9T8No { width:17.5rem;height:5.625rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU1VSCh1htAZEfRqscSsJgQ0lQMqdt1E { display:block; }
 }@media only screen and (max-width: 763px) { #kBwdVZXAb5oOf53CUOgKtRXvWMRTa8ea { top:42.375rem;left:0rem;width:15.8125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo9aI3dQHQXp8omUi8yKaFtGPaEiEf6G { top:0.0625rem;left:9.3125rem;width:38.4375rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsSq7TyCMT7TTWGO6hDaQud4bygSzqFJ { display:block; }#PsSq7TyCMT7TTWGO6hDaQud4bygSzqFJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FN7No9QpHtdTIEr9DGNI9XSDOx4oNkl4 { top:8.0625rem;left:0rem;width:47.75rem;height:70.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2mGMyhdmTcU3en6S1I5o7rAEg8fOG8P { width:47.75rem;height:3.0625rem;top:2.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM { display:block; }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AuVAnIEBkpmXAZ94IW0zHqDOcfy1AnZr { width:46.8125rem;height:7.75rem;top:10.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwZp8CKplGXSEE7RTFwtvaR5N919wuwt { width:7.8125rem;height:7.8125rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTg9rXD5bixOsGu8eC9lkD7nkTIEHZMy { width:42.75rem;height:2.875rem;top:12.1875rem;left:4.0621070861816rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgyR051urHvReKm8hmefJ6vHxQoEg06X { width:44.125rem;height:1.6875rem;top:15.3125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA5eupNakUZlXSxUZA51RNTQ1lflSkvu { width:12.75rem;height:2.5rem;top:106rem;left:35rem;display:none; }
 }@media only screen and (max-width: 763px) { #M61tFMsvtuhBAMaHI90s2CZahLVZwEf3 { display:block; }
 }@media only screen and (max-width: 763px) { #E87aVhreT1Kmu1A1kNrwz2CC3V1avCd9 { width:46.8125rem;height:7.75rem;top:8.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwMmKLazTqP2HRmRHtLWCgcrBIa7a7RG { width:7.8125rem;height:7.8125rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFC8bJRM8VuRwoyHnzWZTGucs1RdAZrK { width:46.8125rem;height:7.75rem;top:22rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAySkfhu88Wz1sDG0b4TcNCzveopLWfW { width:42.75rem;height:2.875rem;top:23.4375rem;left:3.9992179870606rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXHiL708s632QqwZh6o0C6OR5ILO0BcR { width:44.125rem;height:1.4375rem;top:26.75rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdkA15WVgew1vp7J8kyplfdkmgfoAks8 { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR3Qi53y2NUTbGeveiWZA9pIPiOEdgge { width:12.75rem;height:2.5rem;top:18.5rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwSXC0Di6pmUTtEOr7fpSm6N1vKfxLHT { display:block; }
 }@media only screen and (max-width: 763px) { #zxHt8d9Goic0zIpNFgVCEhzNGTifloLr { width:13.75rem;height:7.9375rem;top:24.9375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9h5VrOzrEzPHUEuXKxgUTBra0m00L01 { width:12.75rem;height:2.5rem;top:30.0625rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryKlWqVPvCaLHFVozTbfA38k7WWuoOSa { display:block; }
 }@media only screen and (max-width: 763px) { #fRW7ar3HkpQeXZL9LhgewD86iMTXnI1A { width:47.75rem;height:3.0625rem;top:3rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXwfEH8hthmvsZPxEGH3B6ZkNAePr1nE { width:13.75rem;height:7.9375rem;top:36.875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT2T6mvFSz4BeAl5cIZcLsgSLyplc4Kg { width:12.75rem;height:2.5rem;top:42rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt0SB8g6FtlHXvMTPtnD33uXvZ4VNfNz { display:block; }
 }@media only screen and (max-width: 763px) { #UwNRAIa4GlMvcLtS0GWH5zSTHwEyeyb0 { width:7.8125rem;height:7.8125rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx5DfnTUp7gm5bUgnfU2L6075zGPgqDZ { width:46.8125rem;height:7.75rem;top:33.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0LvTFelix9WIo2vENs1UOWR1J8UZrJs { width:44.125rem;height:1.4375rem;top:38.9375rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NudqsImovxVbhxIiJAtghI3kUvZL2EeK { width:42.8125rem;height:2.875rem;top:34.9375rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6SSIguch1qRqUWy1cC6oqAyI2VKRwGG { width:13.75rem;height:7.9375rem;top:49rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #admnuLF3i3kkp42zTTNJDzdFQfJf5pqm { width:12.75rem;height:2.5rem;top:54.125rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7toNWILzpIAnnDI1mlEmgGBNCDsq0kC { display:block; }
 }@media only screen and (max-width: 763px) { #JwLX2o31Jq8eu8J1aaJZ199heaniSgLC { width:7.8125rem;height:7.8125rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFqlkT24SXM3EaB43m881STfGrUa9gvm { width:46.8125rem;height:7.75rem;top:46.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnfX9dbdB3SCGJGCoDdFVDOZ3r7iVBof { width:44.125rem;height:2.875rem;top:49.875rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGekNMbfZkMJSLAAc11l0E0Br5Qwlr4L { width:42.8125rem;height:1.4375rem;top:47.625rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0xOvAzogeznu9FldGR7fnRmXd3QksVu { width:7.8125rem;height:7.8125rem;top:58.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9RuoImT5TIMGGD0IyoKFdphxAknrE2u { width:46.8125rem;height:7.75rem;top:58.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvfnzyXO5fn74R305P7EkTgfQO8u3omW { width:44.125rem;height:1.4375rem;top:63.125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdVTNslxlRG6ZfO1DbMyX5gvfiuKpV7D { width:42.75rem;height:2.875rem;top:59.4375rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq8hOVW9DpIRLEAINg6hmXXpVIK5VdO1 { width:13.75rem;height:7.9375rem;top:61.25rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #akyDpy1dubqiJtxeuKGZslrPTXUzhPr9 { width:12.75rem;height:2.5rem;top:66.375rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfQhvlJ9hFxp3tMH9cROT1TvJVGkSro6 { display:block; }
 }@media only screen and (max-width: 763px) { #wgVT53SeAap8kXuDVdlSd8o14ZtodZc9 { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJLmJakya1uROnDUzw2tt6cqKvaTDiaD { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #CsBRhw03qaQOI3CtXTO4PNPRmS9AeW28 { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmIEhwnWx78U3VQxQ4aWTxTFKoSnFfsa { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #VtBTEaiJ62BQSTtyQsAN23JmIU1rKOds { width:7.8125rem;height:7.8125rem;top:70.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg5lBzE55p5406mKOk84VfHnq7VzCJTQ { width:46.8125rem;height:7.75rem;top:70.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yszDxfb5nBSTvTPMitmX8IdG5T9XgSXU { width:44.125rem;height:1.4375rem;top:75.25rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuqxFFvovslIbzwLI0UZx7S4KBuFoHbZ { width:42.75rem;height:2.875rem;top:71.5rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8FZHgAuhO0ZFGuIHSlUnqwTZJR1IV7L { width:13.75rem;height:7.9375rem;top:73.375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnTQwTmwk8o2zd7GybSTIkuUiyZPSJMs { width:12.75rem;height:2.5rem;top:78.5rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPT93eemyCChgnVoqZU5DdekQHdaFwGT { display:block; }
 }@media only screen and (max-width: 763px) { #S2IWNIPvugln8UGMeKkNCO4uv2VqlG6I { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #MaHuGWJMz1swwM73bEOU7c8ED3fe2Q1w { width:7.8125rem;height:7.8125rem;top:83.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CykgqZXlAfZqubPRT35AgnW2lxbtPwX6 { width:46.75rem;height:7.6875rem;top:83.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q47kVZXdzfbO2xKKCP2scHeeTnAPy1Wp { width:44.125rem;height:1.4375rem;top:88.125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmOUpcyEqbOgOTsAGPNmv5rOpbd4Fa70 { width:13.75rem;height:7.9375rem;top:86.25rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsHHC6auWIZrOHwziWmAHxRAlDN6ZggR { width:12.75rem;height:2.5rem;top:91.375rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #Purvgb6XHrd8pS4Qihwzwt6GslGP7M8t { display:block; }
 }@media only screen and (max-width: 763px) { #m1pZWlsF3wfKSfAaFC6Wf8cJDknnxAhP { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAWFL2b6Tm1JczppIWC0f23FTq9gehek { width:42.75rem;height:2.875rem;top:84.5rem;left:3.8722648620606rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2MvpF8WZohbZoFrhdRm5u54F9fS0FnT { width:13.75rem;height:7.9375rem;top:98.8125rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZzGO8IOzpF4GbSbysoT0yCEpoM8kCNc { width:12.75rem;height:2.5rem;top:103.9375rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za3K672EGJHVmFJzPHClJZucZJeaFgwk { display:block; }
 }@media only screen and (max-width: 763px) { #fWhNdqpCPMtWkSkWCmQCZZSdRQUxnpLS { width:7.8125rem;height:7.8125rem;top:95.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #erERhMzCsTgK5cI06iv0LoPQNcATFp45 { width:46.75rem;height:7.6875rem;top:95.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP0fWIdLISIeuGSToTT218cGDDDngNAF { width:44.125rem;height:1.4375rem;top:100.6875rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMh8lMT2rmkGIPpeLcAAh8wPhF5rW1Sk { width:42.75rem;height:2.875rem;top:97.125rem;left:3.8125019073486rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsTkTUktGR9rf5xofdiPRsbo48zkhuLf { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #bGqDTDM3XQEhT42tC0WKlXGQcksnz6bB { width:13.75rem;height:7.9375rem;top:111.625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbV2BD0zszaUlxz5X0mOqtHuWGCMc79f { width:12.75rem;height:2.5rem;top:116.75rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVmcu9nOGh3Gxcy3VdryOQPLPblrLHpP { display:block; }
 }@media only screen and (max-width: 763px) { #WVpcDCQKEEc5G7EV7HuRUCkkk3vP8McU { width:7.8125rem;height:8.375rem;top:108.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUHvGXKGVI7zb9UTvdpTsMa1yZfNzgNs { width:46.8125rem;height:8.3125rem;top:108.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ0ExTK3ERHib4xUZeFq3bI3P1WLhRdx { width:44.125rem;height:2.875rem;top:113.3125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETTRRiWSrVSeXzHLkoTNXxC1N0T5HOTp { width:42.75rem;height:2.875rem;top:109.625rem;left:3.9375019073486rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4fsmKmtCsEyzmxeHyIWoT4IQF9RHA1T { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #eI41JMRHg6iOku6uCENhSIN26u123v3r { width:13.75rem;height:7.9375rem;top:124.875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJmIrmWooVnr6c1gSGtMAp0lr4qZiURR { width:12.75rem;height:2.5rem;top:130rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9mpbspUcZr3TX9q2GPOKJL5epnn3k11 { display:block; }
 }@media only screen and (max-width: 763px) { #UI8m89QKKk4KCGGd3bIl1EkJpAq9uRVV { width:7.8125rem;height:7.875rem;top:121.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEk5oLDIk0Kd9cdbQnK5zXPL0lM8RGvM { width:46.8125rem;height:7.6875rem;top:121.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3Zg1GrdrbiWtqlwf0Cs3AKRu8uxUsoz { width:44.125rem;height:1.4375rem;top:127.125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCedfW8nwbR7ZJWmJduOQyyGt0hcgsu0 { width:42.75rem;height:2.875rem;top:122.875rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm0a5b3XfHTOJo9ZLHowubHhUkDigXpM { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #IEpiLBVu13Vqb9SQ0snKd9vWXDTz8Wpe { width:13.75rem;height:7.9375rem;top:137.625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRAl0BFnx0OV7zHbEIL2f05PRFTNoca7 { width:12.75rem;height:2.5rem;top:142.75rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNqoU0VcvQGME0RGJeUkkmeJcPyh87Us { display:block; }
 }@media only screen and (max-width: 763px) { #qKJell3LfKxcaIacXlq733BPlT8gDayG { width:7.8125rem;height:7.8125rem;top:134.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvRQmz1xm4STb9ZPShrOEx7uv7e8aqIH { width:46.8125rem;height:7.6875rem;top:134.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkyM9kXsIT7RdCFHvvDCHTzB0NJUS11H { width:44.125rem;height:1.4375rem;top:139.25rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFRtRTMTkDlFikV9HQTRtTHB6MtnqnhT { width:42.75rem;height:1.4375rem;top:136.1875rem;left:3.8706607818604rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFhsgut4im9x02WZCd1eCgAowzIWTyWU { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tod4dNTIcBDh2V0T8aiy1sDs9gJHCfgU { width:13.75rem;height:7.9375rem;top:150.5rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHG3rTackTzoNhCoekV8sFBVGDNd9ilg { width:12.75rem;height:2.5rem;top:155.625rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXKNVsOSn20L4w5HgKJiXH8F0EaC9ga2 { display:block; }
 }@media only screen and (max-width: 763px) { #NT7dWXQrNZD04JKk7g3zmTTIiVlDoW9n { width:7.8125rem;height:7.8125rem;top:147.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEitupzExU0PLk45kDcliA3AfMnEB6MN { width:46.8125rem;height:7.8125rem;top:147.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0odIsM7bzIdzVKeUND6ElQXx5RwMNts { width:44.125rem;height:1.4375rem;top:152.9375rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #heZMvt9yvTVV8p3S7e7zKMJQziB2Eh7C { width:42.75rem;height:2.875rem;top:149.125rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1laQn4Kww5z6gVWRLpIxL77uBVCgAKZ { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL { display:block; }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqb4yf2IX5308GzfftPINI7T7IifIWLJ { top:2.5rem;left:0rem;width:23.9375rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTShBf5gcMOLPvBXkh4FpkC3OM5hRpfc { top:7.75rem;left:0rem;width:30.5625rem;height:6.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXPRkzUweRrHETaI9zeW1EMwhwZcgOgS { width:17.4375rem;height:3.375rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJOTkIxAFOPo2wFZTPWMqoG1uNautW4k { display:block; }
 }@media only screen and (max-width: 763px) { #lOv0h9fhOSD1TFDIUaU2hmf5XJTpur0l { top:15.9375rem;left:6.5rem;width:15.8125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRAGFAFGJlbZk6xyyOBoNQ5AZ1f8cPF1 { top:4.4375rem;left:12.6875rem;width:35.0625rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRHtiin6BEhGXdPMa4GtGoM9DOn8rxz6 { top:0rem;left:2.125rem;width:45.625rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf { display:block; }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgsuB5oEMC3cuporG8TpBZpRe9h1wwEX { top:1.8125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD { display:block; }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFnP7QoskW09KqhVEh5qD1oId252TA4W { width:19rem;height:12.875rem;top:0rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2CkXpkZGCa3ZCeSeNef2vzOHIAooopy { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpQX5pBfDQXrAwPuxac25z5A0xlzzJwT { width:18.9375rem;height:12.8125rem;top:0.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5WC4TXuM4ZDbKIUBtWc1Nocl8UG7iMp { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJXVtrrdXqDhR2ZFpt7fvHDNi2dQGET7 { top:5.5rem;left:0rem;width:17rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upUFQiLGpcTzsACdaMuaKdHaVaEmZPX2 { top:3.5rem;left:35.187500953674rem;width:9rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDD8L4WxVBfQRt8aqoqS3tlzSQmdQfDp { top:4.875rem;left:17.281250953674rem;width:13.0625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA { display:block; }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTXDauerXug9R93ViDHICVQcV3Ivkkto { width:19rem;height:12.875rem;top:0rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OznvkgW5JhqtFrGg4oPF4bXmmyMkmt5T { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6mAXr4qTB4iw3MKDXM0IFnyQalqooEC { width:18.9375rem;height:12.8125rem;top:0.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #InFozBGFKQoIUTO1EZmzTmEatOdMnnoq { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCkWdBaNlrJyKLGpaKfIuAu2mXcy9zAJ { top:4.4375rem;left:0rem;width:17.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIpEK9NM6fR3oU9tfaPUQCVMoZ8txVxp { top:5.0625rem;left:16.59375rem;width:14.4375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFO0Q8w3TUv6OIvLqlIEXiXcrlQL4SKP { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oT0r9avUTO6EtKSkZJZ2awR42gtKHd1K { top:3.3125rem;left:34.187501907349rem;width:11rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAnFiU2NXmyPVDe9ldkuw6HIMTwaERo6 { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ { display:block; }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvixTD8OT5wHSyJxJIedVIfRNoeT8TTb { width:19rem;height:12.875rem;top:0rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2WL9XCXUKncL0ydpsP4GCJ3qonI2t1U { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHbsLOHoEzqmOAPSBp1ettGPXuiChSZQ { width:18.9375rem;height:12.8125rem;top:0.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUUMqIqnfpUl5TStDitmQCiAxwTdslBc { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GidcQUyn5maprOVuwDr5TDzbRDCDtH7K { top:3rem;left:3.59375rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2TynaMXxe5UAQo5JyrOQn2UAJTCcwl2 { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0eAQS9iFcd65VrcdpcGemEdb5uM5q9b { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v67CTTFEn687XBAiHHKXT48orK5hAipP { top:2rem;left:16.593751907349rem;width:14.4375rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDXV4HmloP8vea8DSkquXyw2QkhvCFz4 { top:2.5rem;left:34.343751907349rem;width:13rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVxFsQpZQOULmZklkP3v6MHTZTJE0o7r { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHlDPoEQCoV3ppCaVahdPIoTEKVQ7eRg { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cPcbhtEX9z0GkihcxmwWU4manvgygc0z { display:block; }#cPcbhtEX9z0GkihcxmwWU4manvgygc0z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8dJNkSIm5n9fZTvfmMuLAivBP7Whefx { width:19rem;height:12.875rem;top:0rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TshLkElzbPfmbbzBVew1ouRknevUeJhE { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOVMZwlRdc3SN5itEP18qQ6CsySaIT5I { width:18.9375rem;height:12.8125rem;top:0.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHG2JUIQikhOOMmvgFa1lCXPUfbM0byp { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBxnp26KHh2yATgsElZe4bHfIS3bJkPw { top:5.875rem;left:0.40625rem;width:15.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax6cK22Fiet1N5HFGoZt2ePUh1tDl1Cy { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJJOtpqrALTSB8f8f50TNPGTqeBTqAs8 { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8xnkmKDWiIIzpds1p0RABw2zxAaesTV { top:2.5625rem;left:16.59375rem;width:14.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt1qMTwTlEleqL0LJBoFgLw2i2heorI6 { top:5.75rem;left:32.468751907349rem;width:14.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXCJSkuGQPuKNQeWth7M1VddilGyrlqM { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UB82NQgwNSunHHy7aGGLKmVcKarqgzXp { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #izUXrkaqEW7tXuH08zDG8g6N83wNdUQS { display:block; }#izUXrkaqEW7tXuH08zDG8g6N83wNdUQS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #neklqSTKimgAuyAiQscJxhJCmnNeL1h6 { width:19rem;height:12.875rem;top:0rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xaoydspnXLA6gTqqBF4VO4UK94rMrPsV { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQzR4LD8aQXF7h4Tnor81aFk3TEXUmKo { width:18.9375rem;height:12.8125rem;top:0.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1uc9V8xc903wZBu5SIMI3hdpT9TT20o { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K80Rzg6X2JJGMC3uqXabdrC3v373f85a { top:3.75rem;left:0rem;width:17.625rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXJL5T4Zdq4edmnHgJsAlBQbKEplXcMo { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dP4o5AeoT84K3iO6VQ4VQ41U1nzXnhTU { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rqBsDn2inON30cyDFciDtVXGgSOtf1ws { display:block; }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xq3tndpgRFWwoBpgnhsRXgEMoUZZ1qLA { top:1.8125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E { display:block; }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoJGJGtBKy3gWUAsvIIInkcKHnJ9oWJx { top:4.1875rem;left:0rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwdJQExddoyZfFlHpfNI8NT0dyTf9CGd { width:47.5625rem;height:2rem;top:1.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJg0VLWC9Hi3LGQvcpSM20hGMtgrNR5o { top:6rem;left:0.37499904632568rem;width:35.9375rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivV4G91dWFvuTpyJxJLMbS35s6RTKqe8 { top:9.875rem;left:0.37421894073486rem;width:27.9375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryQSpoQOm00JI2G5pwQTk7gGtxTtG0nN { width:33rem;height:2rem;top:1.4375rem;left:14.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgsuSrn1fTzoZ0oz1U9cLhBxwTmR81ea { top:4.1875rem;left:25.849999427796rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TatqusO7pAsVrfLqXoB4V2yEPN9EPgf3 { top:6rem;left:24.6875rem;width:23.0625rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QATsLsuOi37TurXCJEd6V36RabAffzKI { top:9.8125rem;left:19.75rem;width:28rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld { display:block; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwM1p6uDDT0vMz8lFTLGLG7CKTN5DPTT { top:7rem;left:1.0929689407349rem;width:21.8125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8wTB8on58fG8z2A1GLKoChe7s2PsIzR { top:3.5625rem;left:0rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOpqT7x9pNMGzmXcksI0ECAEeU6Lfwh5 { width:43.4375rem;height:2rem;top:0.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXe8Wh0CyTSTvFpLO4SoKbSa0172Qipk { top:10.25rem;left:1.0617189407349rem;width:22.375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Accq1DpiVZRIOyFgkmJdJFPIyQpqaMFf { top:9.75rem;left:25.8125rem;width:21.9375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNMqoMXLPDp7rJtBn0tewzyS4RcidakR { top:3.1875rem;left:26.050000190735rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y77JVdstUmtOXd0D19ETntGy0H3qO2X4 { top:6.5625rem;left:28.375rem;width:19.375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 { display:block; }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzIxmyRed30ZuPIvZfB6TTBGRWGSssMR { top:10.3125rem;left:31.0625rem;width:13.6875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L46fsT9gTwWvttFbdungq73Tp0n1TUoF { top:14.4375rem;left:32.1875rem;width:11.375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKLhPOPfyrhe1MhDFJlsINWq4SUXH4yv { top:13.1875rem;left:31.8125rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9WBatrWrWeLwMHR2uq76RW15bTbGuy3 { top:1.75rem;left:29.1875rem;width:17.375rem;height:6.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJHtOl4q108atSX88OgC7dPCm6oPCTMi { top:14.25rem;left:3.1875rem;width:19.625rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1pHyBTP8b5Kowv1vbb4fxToMCzUCXiT { top:0.5625rem;left:1.1875rem;width:16.4375rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGNUSGmtLekxNhxATnRmlCrsAX5thVZg { width:3.5625rem;height:3.5625rem;top:8.25rem;left:10.0625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGclfvEGtRwMmxSJm46KWiSGepESvgqr { width:3.6875rem;height:3.6875rem;top:8rem;left:6.1875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQgx8Rypl0pXT7Sz0uZuImHhgXLvCaRE { width:3.75rem;height:3.75rem;top:8.3125rem;left:2.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-4),0.27);background-image:url("https://images.assets-landingi.com/uc/c7e30470-b876-44e7-b4e7-39d6fc99089a/Projektbeznazwy35.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #km3mULInTfVVbZaQEGcPiDHPWFNKe9s1 { width:20rem;height:2.8875rem;top:8.9296879768369rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g1QZMuuGNhnPdygZBVJWqEFitNZGux9J { width:20rem;height:1.29948125rem;top:0.86197948455813rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jb6Op333hyXel4dEZK7bUw0UrTeKxTGQ { width:20rem;height:3rem;top:19.505077362061rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KwqoZT7A671Wm9f3aJE8gb1unAWF9iBF { width:15.6875rem;height:6rem;top:23.562107086182rem;left:2.1562498211861rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OAqRnzTztPPLihfD3bB0S47mZm6XDeRz { width:20rem;height:7.3125rem;top:1.6171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lraVABGN8XMGymzAukXzRZLKfGp9T8No { width:17.5rem;height:3.4375rem;top:31.124217987061rem;left:1.2492186427116rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU1VSCh1htAZEfRqscSsJgQ0lQMqdt1E { display:block; }
 }@media only screen and (max-width: 763px) { #kBwdVZXAb5oOf53CUOgKtRXvWMRTa8ea { width:15.8125rem;height:2.75rem;top:33.186717987061rem;left:4.1871092915535rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo9aI3dQHQXp8omUi8yKaFtGPaEiEf6G { width:9.249rem;height:4.936525rem;top:12.6748046875rem;left:5.3740234375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #PsSq7TyCMT7TTWGO6hDaQud4bygSzqFJ { display:block; }#PsSq7TyCMT7TTWGO6hDaQud4bygSzqFJ > .row .container { width:20rem;height:150.61878387451rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FN7No9QpHtdTIEr9DGNI9XSDOx4oNkl4 { width:20rem;height:146.1701375rem;top:4.4487875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #b2mGMyhdmTcU3en6S1I5o7rAEg8fOG8P { width:20rem;height:1.94965rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM { display:block; }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row .container { width:20rem;height:273.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AuVAnIEBkpmXAZ94IW0zHqDOcfy1AnZr { width:20rem;height:18.4375rem;top:24.429688215256rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #EwZp8CKplGXSEE7RTFwtvaR5N919wuwt { width:7.8125rem;height:7.8125rem;top:5.328125rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTg9rXD5bixOsGu8eC9lkD7nkTIEHZMy { width:18.8125rem;height:4.875rem;top:21.6875rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#e0ebf1;display:block; }
 }@media only screen and (max-width: 763px) { #UgyR051urHvReKm8hmefJ6vHxQoEg06X { width:16.1875rem;height:3.8984375rem;top:13.9375rem;left:1.9062500596046rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BA5eupNakUZlXSxUZA51RNTQ1lflSkvu { width:12.75rem;height:2.5rem;top:64.623259544375rem;left:4.2725694775581rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15031;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #M61tFMsvtuhBAMaHI90s2CZahLVZwEf3 { display:block; }
 }@media only screen and (max-width: 763px) { #E87aVhreT1Kmu1A1kNrwz2CC3V1avCd9 { width:20rem;height:7.75rem;top:260.9296875rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #kwMmKLazTqP2HRmRHtLWCgcrBIa7a7RG { width:7.8125rem;height:7.8125rem;top:27.093749046326rem;left:5.4679682850838rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFC8bJRM8VuRwoyHnzWZTGucs1RdAZrK { width:20rem;height:7.75rem;top:22rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #rAySkfhu88Wz1sDG0b4TcNCzveopLWfW { width:20rem;height:4.875rem;top:43.499999046326rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yXHiL708s632QqwZh6o0C6OR5ILO0BcR { width:12.1875rem;height:3.8984375rem;top:35.835936546326rem;left:3.2812498211861rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KdkA15WVgew1vp7J8kyplfdkmgfoAks8 { width:7.8125rem;height:2.3125rem;top:18.5rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR3Qi53y2NUTbGeveiWZA9pIPiOEdgge { width:12.75rem;height:2.5rem;top:18.40625rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nwSXC0Di6pmUTtEOr7fpSm6N1vKfxLHT { display:block; }
 }@media only screen and (max-width: 763px) { #zxHt8d9Goic0zIpNFgVCEhzNGTifloLr { width:13.75rem;height:7.9375rem;top:75.875000417231rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B9h5VrOzrEzPHUEuXKxgUTBra0m00L01 { width:12.75rem;height:2.5rem;top:40.312499046326rem;left:2.9999998211861rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ryKlWqVPvCaLHFVozTbfA38k7WWuoOSa { display:block; }
 }@media only screen and (max-width: 763px) { #fRW7ar3HkpQeXZL9LhgewD86iMTXnI1A { width:20rem;height:1.95rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXwfEH8hthmvsZPxEGH3B6ZkNAePr1nE { width:13.75rem;height:7.9375rem;top:36.875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XT2T6mvFSz4BeAl5cIZcLsgSLyplc4Kg { width:12.75rem;height:2.5rem;top:65.686713218688rem;left:2.9999998211861rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bt0SB8g6FtlHXvMTPtnD33uXvZ4VNfNz { display:block; }
 }@media only screen and (max-width: 763px) { #UwNRAIa4GlMvcLtS0GWH5zSTHwEyeyb0 { width:7.8125rem;height:7.8125rem;top:49.279685020447rem;left:5.4679682850838rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx5DfnTUp7gm5bUgnfU2L6075zGPgqDZ { width:20rem;height:7.75rem;top:33.9375rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #V0LvTFelix9WIo2vENs1UOWR1J8UZrJs { width:17.75rem;height:2.59895625rem;top:58.249213218689rem;left:1.1249999403954rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NudqsImovxVbhxIiJAtghI3kUvZL2EeK { width:20rem;height:3.65625rem;top:61.535933494568rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T6SSIguch1qRqUWy1cC6oqAyI2VKRwGG { width:13.75rem;height:7.9375rem;top:49rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #admnuLF3i3kkp42zTTNJDzdFQfJf5pqm { width:12.75rem;height:2.5rem;top:85.6875rem;left:2.9999998211861rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f7toNWILzpIAnnDI1mlEmgGBNCDsq0kC { display:block; }
 }@media only screen and (max-width: 763px) { #JwLX2o31Jq8eu8J1aaJZ199heaniSgLC { width:7.8125rem;height:7.8125rem;top:69.124206542969rem;left:5.4996088147163rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFqlkT24SXM3EaB43m881STfGrUa9gvm { width:20rem;height:7.75rem;top:46.0625rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #hnfX9dbdB3SCGJGCoDdFVDOZ3r7iVBof { width:20rem;height:3.8984375rem;top:77.749206542969rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WGekNMbfZkMJSLAAc11l0E0Br5Qwlr4L { width:20rem;height:2.4375rem;top:82.374603271488rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #M0xOvAzogeznu9FldGR7fnRmXd3QksVu { width:7.8125rem;height:7.8125rem;top:89.798431396488rem;left:5.4679682850838rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9RuoImT5TIMGGD0IyoKFdphxAknrE2u { width:20rem;height:7.75rem;top:58.3125rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #TvfnzyXO5fn74R305P7EkTgfQO8u3omW { width:14.125rem;height:3.8984375rem;top:98.7890625rem;left:2.3121092915535rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TdVTNslxlRG6ZfO1DbMyX5gvfiuKpV7D { width:19.9991875rem;height:4.875rem;top:131.62225723267rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oq8hOVW9DpIRLEAINg6hmXXpVIK5VdO1 { width:13.75rem;height:7.9375rem;top:61.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #akyDpy1dubqiJtxeuKGZslrPTXUzhPr9 { width:12.75rem;height:2.5rem;top:103.65585327149rem;left:2.9999998211861rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zfQhvlJ9hFxp3tMH9cROT1TvJVGkSro6 { display:block; }
 }@media only screen and (max-width: 763px) { #wgVT53SeAap8kXuDVdlSd8o14ZtodZc9 { width:7.8125rem;height:2.3125rem;top:40.312499046326rem;left:5.4996088147163rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #rJLmJakya1uROnDUzw2tt6cqKvaTDiaD { width:7.8125rem;height:2.3125rem;top:65.780463218688rem;left:5.4679682850838rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #CsBRhw03qaQOI3CtXTO4PNPRmS9AeW28 { width:7.8125rem;height:2.3125rem;top:85.78125rem;left:5.4679682850838rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #tmIEhwnWx78U3VQxQ4aWTxTFKoSnFfsa { width:7.8125rem;height:2.3125rem;top:103.74960327149rem;left:5.4984372258186rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #VtBTEaiJ62BQSTtyQsAN23JmIU1rKOds { width:7.8125rem;height:7.8125rem;top:113.56094360351rem;left:6.0621088147163rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg5lBzE55p5406mKOk84VfHnq7VzCJTQ { width:20rem;height:7.75rem;top:70.4375rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #yszDxfb5nBSTvTPMitmX8IdG5T9XgSXU { width:16.1875rem;height:3.8984375rem;top:122.49884033203rem;left:1.9042966961861rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EuqxFFvovslIbzwLI0UZx7S4KBuFoHbZ { width:19.9991875rem;height:4.875rem;top:155.81092834472rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #O8FZHgAuhO0ZFGuIHSlUnqwTZJR1IV7L { width:13.75rem;height:7.9375rem;top:73.375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SnTQwTmwk8o2zd7GybSTIkuUiyZPSJMs { width:8.75rem;height:2.5rem;top:127.84259033203rem;left:5.6249998211861rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uPT93eemyCChgnVoqZU5DdekQHdaFwGT { display:block; }
 }@media only screen and (max-width: 763px) { #S2IWNIPvugln8UGMeKkNCO4uv2VqlG6I { width:7.8125rem;height:2.3125rem;top:127.93634033203rem;left:6.1242182850838rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #MaHuGWJMz1swwM73bEOU7c8ED3fe2Q1w { width:7.8125rem;height:7.8125rem;top:137.93594360351rem;left:5.9371088147163rem;display:block; }
 }@media only screen and (max-width: 763px) { #CykgqZXlAfZqubPRT35AgnW2lxbtPwX6 { width:20rem;height:7.6875rem;top:83.25rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #q47kVZXdzfbO2xKKCP2scHeeTnAPy1Wp { width:11.9375rem;height:3.8984375rem;top:147.56170654297rem;left:4.0312498211861rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gmOUpcyEqbOgOTsAGPNmv5rOpbd4Fa70 { width:13.75rem;height:7.9375rem;top:86.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SsHHC6auWIZrOHwziWmAHxRAlDN6ZggR { width:9.375rem;height:2.5rem;top:152.40358924866rem;left:5.3125001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Purvgb6XHrd8pS4Qihwzwt6GslGP7M8t { display:block; }
 }@media only screen and (max-width: 763px) { #m1pZWlsF3wfKSfAaFC6Wf8cJDknnxAhP { width:7.8125rem;height:2.3125rem;top:152.49844360351rem;left:6.0609372258186rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #TAWFL2b6Tm1JczppIWC0f23FTq9gehek { width:19.9991875rem;height:4.875rem;top:107.12421035767rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #v2MvpF8WZohbZoFrhdRm5u54F9fS0FnT { width:13.75rem;height:7.9375rem;top:98.8125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZzGO8IOzpF4GbSbysoT0yCEpoM8kCNc { width:9.625rem;height:2.5rem;top:178.43754243851rem;left:5.1875001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Za3K672EGJHVmFJzPHClJZucZJeaFgwk { display:block; }
 }@media only screen and (max-width: 763px) { #fWhNdqpCPMtWkSkWCmQCZZSdRQUxnpLS { width:7.8125rem;height:7.8125rem;top:161.93574523926rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #erERhMzCsTgK5cI06iv0LoPQNcATFp45 { width:20rem;height:7.6875rem;top:95.8125rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #zP0fWIdLISIeuGSToTT218cGDDDngNAF { width:13rem;height:2.59895625rem;top:170.64496612549rem;left:3.5000001192093rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JMh8lMT2rmkGIPpeLcAAh8wPhF5rW1Sk { width:20rem;height:3.65625rem;top:173.75004196167rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CsTkTUktGR9rf5xofdiPRsbo48zkhuLf { width:7.8125rem;height:2.3125rem;top:178.53129291534rem;left:6.0937501192093rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #bGqDTDM3XQEhT42tC0WKlXGQcksnz6bB { width:13.75rem;height:7.9375rem;top:111.625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbV2BD0zszaUlxz5X0mOqtHuWGCMc79f { width:8.6875rem;height:2.5rem;top:205.96875rem;left:5.6562501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZVmcu9nOGh3Gxcy3VdryOQPLPblrLHpP { display:block; }
 }@media only screen and (max-width: 763px) { #WVpcDCQKEEc5G7EV7HuRUCkkk3vP8McU { width:7.8125rem;height:8.375rem;top:182.18748474121rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUHvGXKGVI7zb9UTvdpTsMa1yZfNzgNs { width:20rem;height:8.3125rem;top:108.625rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #zQ0ExTK3ERHib4xUZeFq3bI3P1WLhRdx { width:12.8125rem;height:7.796875rem;top:191.44617652893rem;left:3.5937501192093rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ETTRRiWSrVSeXzHLkoTNXxC1N0T5HOTp { width:20rem;height:4.875rem;top:200.3749961853rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V4fsmKmtCsEyzmxeHyIWoT4IQF9RHA1T { width:7.8125rem;height:2.3125rem;top:206.0625rem;left:6.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #eI41JMRHg6iOku6uCENhSIN26u123v3r { width:13.75rem;height:7.9375rem;top:124.875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJmIrmWooVnr6c1gSGtMAp0lr4qZiURR { width:8.0625rem;height:2.5rem;top:228.875rem;left:6rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9mpbspUcZr3TX9q2GPOKJL5epnn3k11 { display:block; }
 }@media only screen and (max-width: 763px) { #UI8m89QKKk4KCGGd3bIl1EkJpAq9uRVV { width:7.8125rem;height:7.875rem;top:211.25002098084rem;left:6.0937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEk5oLDIk0Kd9cdbQnK5zXPL0lM8RGvM { width:20rem;height:7.6875rem;top:121.875rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #q3Zg1GrdrbiWtqlwf0Cs3AKRu8uxUsoz { width:12.375rem;height:3.8984375rem;top:219.74913406372rem;left:4.1163192987442rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fCedfW8nwbR7ZJWmJduOQyyGt0hcgsu0 { width:20rem;height:3.65625rem;top:224.37413406372rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Nm0a5b3XfHTOJo9ZLHowubHhUkDigXpM { width:7.8125rem;height:2.3125rem;top:229rem;left:6.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #IEpiLBVu13Vqb9SQ0snKd9vWXDTz8Wpe { width:13.75rem;height:7.9375rem;top:137.625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cRAl0BFnx0OV7zHbEIL2f05PRFTNoca7 { width:12.5rem;height:2.5rem;top:247.8125rem;left:3.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BNqoU0VcvQGME0RGJeUkkmeJcPyh87Us { display:block; }
 }@media only screen and (max-width: 763px) { #qKJell3LfKxcaIacXlq733BPlT8gDayG { width:7.8125rem;height:7.8125rem;top:233.65625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvRQmz1xm4STb9ZPShrOEx7uv7e8aqIH { width:20rem;height:7.6875rem;top:134.625rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #CkyM9kXsIT7RdCFHvvDCHTzB0NJUS11H { width:20rem;height:1.29948125rem;top:242.49999237061rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bFRtRTMTkDlFikV9HQTRtTHB6MtnqnhT { width:15.5625rem;height:2.4375rem;top:244.37500667572rem;left:2.5868057012558rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tFhsgut4im9x02WZCd1eCgAowzIWTyWU { width:7.8125rem;height:2.3125rem;top:247.8125rem;left:6.125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Tod4dNTIcBDh2V0T8aiy1sDs9gJHCfgU { width:13.75rem;height:7.9375rem;top:150.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VHG3rTackTzoNhCoekV8sFBVGDNd9ilg { width:12.75rem;height:2.5rem;top:268.9375rem;left:3.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GXKNVsOSn20L4w5HgKJiXH8F0EaC9ga2 { display:block; }
 }@media only screen and (max-width: 763px) { #NT7dWXQrNZD04JKk7g3zmTTIiVlDoW9n { width:7.8125rem;height:7.8125rem;top:251.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEitupzExU0PLk45kDcliA3AfMnEB6MN { width:20rem;height:7.8125rem;top:147.5rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Z0odIsM7bzIdzVKeUND6ElQXx5RwMNts { width:12.1875rem;height:3.8984375rem;top:260rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #heZMvt9yvTVV8p3S7e7zKMJQziB2Eh7C { width:20rem;height:3.65625rem;top:264.45917224884rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G1laQn4Kww5z6gVWRLpIxL77uBVCgAKZ { width:7.8125rem;height:2.3125rem;top:269.0625rem;left:6.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL { display:block; }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqb4yf2IX5308GzfftPINI7T7IifIWLJ { width:20rem;height:2.6003875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTShBf5gcMOLPvBXkh4FpkC3OM5hRpfc { width:20rem;height:7.1224rem;top:16.681423664093rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tXPRkzUweRrHETaI9zeW1EMwhwZcgOgS { width:17.5rem;height:3.4375rem;top:25.973091602326rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJOTkIxAFOPo2wFZTPWMqoG1uNautW4k { display:block; }
 }@media only screen and (max-width: 763px) { #lOv0h9fhOSD1TFDIUaU2hmf5XJTpur0l { width:15.8125rem;height:2.75rem;top:27.598091602326rem;left:3.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRAGFAFGJlbZk6xyyOBoNQ5AZ1f8cPF1 { width:20rem;height:8.8322717622081rem;top:4.993923664093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRHtiin6BEhGXdPMa4GtGoM9DOn8rxz6 { width:20rem;height:10.602739726027rem;top:4.9933099746704rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf { display:block; }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgsuB5oEMC3cuporG8TpBZpRe9h1wwEX { width:20rem;height:2.6003875rem;top:1.9804658889771rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD { display:block; }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFnP7QoskW09KqhVEh5qD1oId252TA4W { width:19rem;height:9.6875rem;top:13.187501192093rem;left:0.49921876192093rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #n2CkXpkZGCa3ZCeSeNef2vzOHIAooopy { width:18.9375rem;height:10.1875rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpQX5pBfDQXrAwPuxac25z5A0xlzzJwT { width:18.9980625rem;height:12.874rem;top:16.1875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5WC4TXuM4ZDbKIUBtWc1Nocl8UG7iMp { width:18.9355625rem;height:9.6875rem;top:25.247657060623rem;left:0.53203123807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJXVtrrdXqDhR2ZFpt7fvHDNi2dQGET7 { width:14.25rem;height:3.1730306166564rem;top:16.444531679154rem;left:2.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #upUFQiLGpcTzsACdaMuaKdHaVaEmZPX2 { width:7.875rem;height:6.6875rem;top:2.999219417572rem;left:6.6875000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDD8L4WxVBfQRt8aqoqS3tlzSQmdQfDp { width:11.375rem;height:4.3125rem;top:28.437500953674rem;left:4.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA { display:block; }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTXDauerXug9R93ViDHICVQcV3Ivkkto { width:19rem;height:9.6875rem;top:13.187501192093rem;left:0.49921876192093rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #OznvkgW5JhqtFrGg4oPF4bXmmyMkmt5T { width:18.9375rem;height:10.1875rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6mAXr4qTB4iw3MKDXM0IFnyQalqooEC { width:18.9980625rem;height:12.874rem;top:16.1875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #InFozBGFKQoIUTO1EZmzTmEatOdMnnoq { width:18.9355625rem;height:9.6875rem;top:25.247657060623rem;left:0.53203123807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #RCkWdBaNlrJyKLGpaKfIuAu2mXcy9zAJ { width:15.0625rem;height:4.875rem;top:3.84375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIpEK9NM6fR3oU9tfaPUQCVMoZ8txVxp { width:14.4375rem;height:4.5625rem;top:16.0625rem;left:2.7812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFO0Q8w3TUv6OIvLqlIEXiXcrlQL4SKP { width:18.9375rem;height:10.1875rem;top:12.6875rem;left:0.53125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #oT0r9avUTO6EtKSkZJZ2awR42gtKHd1K { width:11rem;height:8.0625rem;top:25.187500953674rem;left:4.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAnFiU2NXmyPVDe9ldkuw6HIMTwaERo6 { width:18.9375rem;height:10.1875rem;top:24.125000953674rem;left:0.53125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ { display:block; }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row .container { width:20rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvixTD8OT5wHSyJxJIedVIfRNoeT8TTb { width:19rem;height:9.6875rem;top:13.187501192093rem;left:0.49921876192093rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #S2WL9XCXUKncL0ydpsP4GCJ3qonI2t1U { width:18.9375rem;height:10.1875rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHbsLOHoEzqmOAPSBp1ettGPXuiChSZQ { width:18.9980625rem;height:12.874rem;top:16.1875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUUMqIqnfpUl5TStDitmQCiAxwTdslBc { width:18.9355625rem;height:9.6875rem;top:25.247657060623rem;left:0.53203123807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #GidcQUyn5maprOVuwDr5TDzbRDCDtH7K { width:6.6875rem;height:6.6875rem;top:3.71875rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2TynaMXxe5UAQo5JyrOQn2UAJTCcwl2 { width:18.9375rem;height:10.1875rem;top:12.6875rem;left:0.53125rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #N0eAQS9iFcd65VrcdpcGemEdb5uM5q9b { width:18.9375rem;height:10.1875rem;top:24.125000953674rem;left:0.53125rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #v67CTTFEn687XBAiHHKXT48orK5hAipP { width:14.4375rem;height:10.6875rem;top:12.437500238419rem;left:2.7812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDXV4HmloP8vea8DSkquXyw2QkhvCFz4 { width:13rem;height:9.6875rem;top:24.625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVxFsQpZQOULmZklkP3v6MHTZTJE0o7r { width:18.9375rem;height:10.1875rem;top:12.687500238419rem;left:0.53125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #rHlDPoEQCoV3ppCaVahdPIoTEKVQ7eRg { width:18.9375rem;height:10.1875rem;top:24.374999284744rem;left:0.53125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #cPcbhtEX9z0GkihcxmwWU4manvgygc0z { display:block; }#cPcbhtEX9z0GkihcxmwWU4manvgygc0z > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8dJNkSIm5n9fZTvfmMuLAivBP7Whefx { width:19rem;height:9.6875rem;top:13.187501192093rem;left:0.49921876192093rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #TshLkElzbPfmbbzBVew1ouRknevUeJhE { width:18.9375rem;height:10.1875rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOVMZwlRdc3SN5itEP18qQ6CsySaIT5I { width:18.9980625rem;height:12.874rem;top:16.1875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VHG2JUIQikhOOMmvgFa1lCXPUfbM0byp { width:18.9355625rem;height:9.6875rem;top:25.247657060623rem;left:0.53203123807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBxnp26KHh2yATgsElZe4bHfIS3bJkPw { width:15.875rem;height:2.9375rem;top:5.15625rem;left:2.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax6cK22Fiet1N5HFGoZt2ePUh1tDl1Cy { width:18.9375rem;height:10.1875rem;top:12.6875rem;left:0.53125rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #WJJOtpqrALTSB8f8f50TNPGTqeBTqAs8 { width:18.9375rem;height:10.1875rem;top:24.125000953674rem;left:0.53125rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #m8xnkmKDWiIIzpds1p0RABw2zxAaesTV { width:13.6875rem;height:9.875rem;top:12.967881679535rem;left:3.1562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt1qMTwTlEleqL0LJBoFgLw2i2heorI6 { width:14.4375rem;height:4.125rem;top:27.467881679535rem;left:2.7812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXCJSkuGQPuKNQeWth7M1VddilGyrlqM { width:18.9375rem;height:10.1875rem;top:12.811631679535rem;left:0.53125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #UB82NQgwNSunHHy7aGGLKmVcKarqgzXp { width:18.9375rem;height:10.1875rem;top:24.436631679535rem;left:0.53125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #izUXrkaqEW7tXuH08zDG8g6N83wNdUQS { display:block; }#izUXrkaqEW7tXuH08zDG8g6N83wNdUQS > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #neklqSTKimgAuyAiQscJxhJCmnNeL1h6 { width:19rem;height:9.6875rem;top:13.187501192093rem;left:0.49921876192093rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #xaoydspnXLA6gTqqBF4VO4UK94rMrPsV { width:18.9375rem;height:10.1875rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQzR4LD8aQXF7h4Tnor81aFk3TEXUmKo { width:18.9980625rem;height:12.874rem;top:16.1875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1uc9V8xc903wZBu5SIMI3hdpT9TT20o { width:18.9355625rem;height:9.6875rem;top:25.247657060623rem;left:0.53203123807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #K80Rzg6X2JJGMC3uqXabdrC3v373f85a { width:16.5rem;height:6.375rem;top:3.1553831100464rem;left:1.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXJL5T4Zdq4edmnHgJsAlBQbKEplXcMo { width:18.9375rem;height:10.1875rem;top:12.6875rem;left:0.53125rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #dP4o5AeoT84K3iO6VQ4VQ41U1nzXnhTU { width:18.9375rem;height:10.1875rem;top:24.125000953674rem;left:0.53125rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #rqBsDn2inON30cyDFciDtVXGgSOtf1ws { display:block; }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xq3tndpgRFWwoBpgnhsRXgEMoUZZ1qLA { width:20rem;height:2.6003875rem;top:1.9804706573486rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E { display:block; }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoJGJGtBKy3gWUAsvIIInkcKHnJ9oWJx { width:10.3125rem;height:10.3125rem;top:4.1875rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CwdJQExddoyZfFlHpfNI8NT0dyTf9CGd { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJg0VLWC9Hi3LGQvcpSM20hGMtgrNR5o { width:16.184375rem;height:2.625rem;top:2.46875rem;left:1.9078124165535rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ivV4G91dWFvuTpyJxJLMbS35s6RTKqe8 { width:19.6875rem;height:1.854166875rem;top:5.625rem;left:0.15625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ryQSpoQOm00JI2G5pwQTk7gGtxTtG0nN { width:20rem;height:1.21875rem;top:9.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgsuSrn1fTzoZ0oz1U9cLhBxwTmR81ea { width:10.3125rem;height:10.3125rem;top:4.1875rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TatqusO7pAsVrfLqXoB4V2yEPN9EPgf3 { width:20rem;height:2.625rem;top:11.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QATsLsuOi37TurXCJEd6V36RabAffzKI { width:20rem;height:1.854166875rem;top:14.75rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld { display:block; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwM1p6uDDT0vMz8lFTLGLG7CKTN5DPTT { width:15.3125rem;height:2.2743rem;top:3.71875rem;left:2.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H8wTB8on58fG8z2A1GLKoChe7s2PsIzR { width:10.5rem;height:10.5rem;top:3.5625rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IOpqT7x9pNMGzmXcksI0ECAEeU6Lfwh5 { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXe8Wh0CyTSTvFpLO4SoKbSa0172Qipk { width:20rem;height:1.854166875rem;top:6.5554695129394rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Accq1DpiVZRIOyFgkmJdJFPIyQpqaMFf { width:20rem;height:1.854166875rem;top:12.625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PNMqoMXLPDp7rJtBn0tewzyS4RcidakR { width:10.1875rem;height:10.1875rem;top:3.1875rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #y77JVdstUmtOXd0D19ETntGy0H3qO2X4 { width:15.184375rem;height:2.2743rem;top:9.8367195129394rem;left:2.4078124165535rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 { display:block; }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzIxmyRed30ZuPIvZfB6TTBGRWGSssMR { width:10.497625rem;height:1.0556625rem;top:18.716407060623rem;left:4.7500000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L46fsT9gTwWvttFbdungq73Tp0n1TUoF { width:20rem;height:1.0556625rem;top:23.696093797684rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IKLhPOPfyrhe1MhDFJlsINWq4SUXH4yv { width:12.5rem;height:1.0556625rem;top:22.015626192093rem;left:3.7500000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m9WBatrWrWeLwMHR2uq76RW15bTbGuy3 { width:20rem;height:4.222225rem;top:12.37239375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJHtOl4q108atSX88OgC7dPCm6oPCTMi { width:16.310125rem;height:1.0556625rem;top:20.396874666214rem;left:1.8437500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U1pHyBTP8b5Kowv1vbb4fxToMCzUCXiT { width:13.25rem;height:5.75rem;top:1.8749456405639rem;left:3.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGNUSGmtLekxNhxATnRmlCrsAX5thVZg { width:2.62265625rem;height:2.62265625rem;top:7.9242193698881rem;left:9.8750005364419rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGclfvEGtRwMmxSJm46KWiSGepESvgqr { width:2.87265625rem;height:2.87265625rem;top:7.6242191791537rem;left:6.2398439049721rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQgx8Rypl0pXT7Sz0uZuImHhgXLvCaRE { width:3.75rem;height:3.75rem;top:8.3125rem;left:8.125rem;font-size:2.625rem;display:none; }
 }