.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:253,236,217;--color-primary-1:247,190,128;--color-primary-2:239,125,0;--color-primary-3:120,63,0;--color-primary-4:36,19,0;--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:"Inter";--paragraphs-font-family:"Inter"; }@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:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.1);background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row .container { background-color: transparent; background-image: none; }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row .container > .video-iframe-container { display: none; }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row > .video-iframe-container { display: none; }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .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); }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row .container { border-width: 0; border-radius: 0; }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#rTTDL9vkLuJxkXRExh3SQMp90i2OODuX { position:absolute;display:block;z-index:15000;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:3.6875rem;width:18.75rem;top:0.6875rem;left:0rem;overflow:hidden;display:block; }
#IV6yHerk21sVo84R1oTaVSCt06DKXOWx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#99a1af;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:1.875rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:1.59375rem;left:37.25rem;display:block; }
#P5r29qFz6yLMQKNarIOa2hITzwEUi7JK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fJTTOGHmUzC29TaFkr7MRua0AAnPUVZG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#99a1af;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:1.875rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:1.59375rem;left:44.5rem;display:block; }
#Cc0uCMTc9zU1KORH7ExLft8yX13aBP1a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hLrqwrdR2pA9RO0ymTcNu8vaMPyoTAZf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#99a1af;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:1.875rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:1.59375rem;left:52.4375rem;display:block; }
#SmSwcxx8qxpNLRnlml11EBJeTHyIpvMI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#neaSJ7s89epghvVn4MmQqFmS7sOlkZ2R { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#99a1af;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:1.875rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:1.59375rem;left:60.3125rem;display:block; }
#rONdutMFmZ22JHHT9JGyD45k4rFk8hPA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EZo3X6uLkHd5wMn7KbS0kghSpHbEdphX { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.28125rem;left:65.625rem;display:block; }
#mJnWdq2ngpcEBWrCCV0BX4DtdTaxWEo1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c4JBI4voWbHrx9KQJhOUEeMWSh7rKSTM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 { position:relative;display:block; }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 { background-color: transparent; background-image: none; }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 > .row .container > .video-iframe-container { display: none; }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 > .row > .video-iframe-container { display: none; }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 > .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); }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 { border-width: 0; border-radius: 0; }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 > .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; }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.1);background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row .container { border-width: 0; border-radius: 0; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:none; }#LtWFc1UHZskJb4oOJ44t8iFt4JQOBN82 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#99a1af;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:1.875rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:1.59375rem;left:37.25rem;display:block; }
#RR413d7FSRWDUGad16pUuxZhSUS6lRkE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZJfy7dcGVidmgXANNU63JzF4RcSSoT5Z { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#99a1af;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:1.875rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:1.59375rem;left:44.5rem;display:block; }
#c68FyWb4d5VdFe6X3RvMTgGJ2566WUxN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KnZAR1f3GlKDGfae8iwV3bfAmZkrxEEk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#99a1af;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:1.875rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:1.59375rem;left:52.4375rem;display:block; }
#bs1254hL2gnNqGA7ZwHMf1WVyuMhdpkU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ktH74VG7JLzTnbcvaDK960r9DtI21VS7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#99a1af;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:1.875rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:1.59375rem;left:60.3125rem;display:block; }
#w6aal3rbzDyQsvnf1zW1PZJ8L9C2VWGo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RqXlD4qwf8ON8P4q4JW4dongUFbnx86D { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.28125rem;left:65.625rem;display:block; }
#pOTBHhE9IUTFGnWRATg0GBQAas5E3TUA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xd2UVbCGnMAefvrGNLmEbRqObTdBK60G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;overflow:visible;position:relative;display:block; }#wqyAepl89yTQIeCf8XlhWi9UgnAnwdkR { box-sizing:content-box;height:6rem;width:12rem;position:absolute;display:block;z-index:15005;background-color:#222222;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.2);border-left:0.125rem solid rgba(255,255,255,0.2);border-right:0.125rem solid rgba(255,255,255,0.2);border-bottom:0.125rem solid rgba(255,255,255,0.2);top:21.9375rem;left:31.375rem;border-top-right-radius:25rem;border-bottom-right-radius:25rem;border-bottom-left-radius:25rem;border-top-left-radius:25rem;display:block; }
#WHRXonH7OWvMIBGpQ6mZZCTyATTnIQ1H { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #ffffff, #d1d5dc);background-image: -moz-linear-gradient(135deg, #ffffff, #d1d5dc);background-image: -ms-linear-gradient(135deg, #ffffff, #d1d5dc);background-image: -o-linear-gradient(135deg, #ffffff, #d1d5dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d5dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d5dc' );";background-image: linear-gradient(135deg, #ffffff, #d1d5dc);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5625rem;left:32.125rem;display:block; }
#Aq4JpDs9dDUmbXPGwQtkvTDZuPpnRzvT { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:31.25rem;left:24.375rem;height:3.89930625rem;text-align:center;text-align-last:center;display:block; }
#u7HPLdDlZXvQf8RcIzt4OJ5SWUdDlcBn { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:4rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9rem;left:0rem;height:5.19965rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gNHDEv5M2b9eGTNXeTAmoC8dsTscxTwI { box-sizing:content-box;height:0.0625rem;width:8rem;position:absolute;display:block;z-index:15004;background-color:rgba(239,125,0,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.187500953674rem;left:33.500002384186rem;display:block; }
#QxZA8Mc52UTNpomP5BEFzSvrTqNrbpTu { box-sizing:content-box;height:0.0625rem;width:12rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:25.03125rem;left:31.5rem;border-top-right-radius:25rem;border-bottom-right-radius:25rem;border-bottom-left-radius:25rem;border-top-left-radius:25rem;display:block; }
#KDk8zBVbX6sBadBFWe1xauovBne79qm6 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.3802080154419rem;left:0rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D0Weoy56u1gXBriKGwIc9kRhiI5T30sF { position:relative;display:block; }#D0Weoy56u1gXBriKGwIc9kRhiI5T30sF { background-color: transparent; background-image: none; }#D0Weoy56u1gXBriKGwIc9kRhiI5T30sF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0Weoy56u1gXBriKGwIc9kRhiI5T30sF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0Weoy56u1gXBriKGwIc9kRhiI5T30sF > .row .container > .video-iframe-container { display: none; }#D0Weoy56u1gXBriKGwIc9kRhiI5T30sF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0Weoy56u1gXBriKGwIc9kRhiI5T30sF > .row > .video-iframe-container { display: none; }#D0Weoy56u1gXBriKGwIc9kRhiI5T30sF > .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); }#D0Weoy56u1gXBriKGwIc9kRhiI5T30sF { border-width: 0; border-radius: 0; }#D0Weoy56u1gXBriKGwIc9kRhiI5T30sF > .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; }#D0Weoy56u1gXBriKGwIc9kRhiI5T30sF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:55.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UEvTUTxCukfGuOWApZmKCCU8QZbERe5z { position:absolute;display:block;z-index:15000;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:39rem;width:23.8125rem;top:8.375rem;left:4.40625rem;overflow:hidden;display:block; }
#cVvhqrggRdmyZugvV60bVbQZ4r1VUU66 { position:absolute;display:block;z-index:15001;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.9375rem;width:23.125rem;top:5.1875rem;left:4.8125rem;overflow:hidden;display:block; }
#RfSF6aTzA4GSL0n4bcR0a6Vc1heLV4l9 { color:#d1d5dc;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.0625rem;left:36.84375rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vEFDrnrBn3kkDBtsFHLmuziqmwi4c8s2 { color:#99a1af;display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:11rem;left:36.84375rem;height:5.73698125rem;font-style:normal;display:block; }
#TT9x1tOOrlL6q9kmmbE50iUAcXqSAipI { color:#d1d5dc;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.8125rem;left:36.84375rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gUhfTeeeQUaKiFGzq78hTNqk50fCQTOM { box-sizing:content-box;height:8.625rem;width:38rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:20.6875rem;left:36.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#pHL6wxElk76kfQZL0So6gAQCq2lMT5ng { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15005;background-color:rgba(239,125,0,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(239,125,0,0.3);border-left:0.0625rem solid rgba(239,125,0,0.3);border-right:0.0625rem solid rgba(239,125,0,0.3);border-bottom:0.0625rem solid rgba(239,125,0,0.3);top:22.1875rem;left:38.40625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#Z826X6FXFMeBxMHnGon2OlvXyuGsmTeQ { color:#d1d5dc;display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:22.33749961853rem;left:42.40625rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DEplXxUJyISB67u4ohQUWW9neqRTsgyT { color:#99a1af;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:24.25rem;left:42.40625rem;height:3.39930625rem;font-style:normal;display:block; }
#c7HFqRno3eWvwlnt87JvQOWwIHBft0P1 { position:absolute;display:block;z-index:15006;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:1.5rem;width:1.5rem;top:23rem;left:39.21875rem;overflow:hidden;display:block; }
#iTNTGclWsqFbKHncrHB70aRWRAww6iX5 { box-sizing:content-box;height:8.625rem;width:38rem;position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:30.4375rem;left:37rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#T0sRCCXhLNlxwFS3W20DQhVT7J4rrDCH { color:#99a1af;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:34rem;left:42.5625rem;height:3.39930625rem;font-style:normal;display:block; }
#ekMRN830WPA3RLfmWR4QJdBQtHzVnWqK { color:#d1d5dc;display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:32.0625rem;left:42.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wyXi5LiRBsmcyRv8aWg6ScudH165HJF7 { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15010;background-color:rgba(239,125,0,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(239,125,0,0.3);border-left:0.0625rem solid rgba(239,125,0,0.3);border-right:0.0625rem solid rgba(239,125,0,0.3);border-bottom:0.0625rem solid rgba(239,125,0,0.3);top:31.9375rem;left:38.5625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#DTZbRtm2X3twIaDk1fgRQcHvoUEdFn5S { position:absolute;display:block;z-index:15011;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:1.5rem;width:1.5rem;top:32.75rem;left:39.375rem;overflow:hidden;display:block; }
#eTxSCpvzTgawWTeesNpfbzfZcoMV1HwC { box-sizing:content-box;height:7rem;width:38rem;position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:40.25rem;left:37rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#GAJ7FDnmbtc7u9FrGgFiFVPFqfh6mc3C { color:#99a1af;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:43.8125rem;left:42.5625rem;height:1.7rem;font-style:normal;display:block; }
#ZvrbCZ9fnX6GhgUAABkvCuicX5BHbZn6 { color:#d1d5dc;display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:41.875rem;left:42.5625rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UBNfiefNvxc0WyTr0zusDgkacJ8xfnC3 { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15015;background-color:rgba(239,125,0,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(239,125,0,0.3);border-left:0.0625rem solid rgba(239,125,0,0.3);border-right:0.0625rem solid rgba(239,125,0,0.3);border-bottom:0.0625rem solid rgba(239,125,0,0.3);top:41.75rem;left:38.5625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#u8TW4HilT4l9i8y3UposlAkH7TlGBaVV { position:absolute;display:block;z-index:15016;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:1.5rem;width:1.5rem;top:42.5625rem;left:39.375rem;overflow:hidden;display:block; }
#v7kNOTxV7OMID49lN4MombibILlLcHPd { position:relative;display:block; }#v7kNOTxV7OMID49lN4MombibILlLcHPd { background-color: transparent; background-image: none; }#v7kNOTxV7OMID49lN4MombibILlLcHPd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7kNOTxV7OMID49lN4MombibILlLcHPd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7kNOTxV7OMID49lN4MombibILlLcHPd > .row .container > .video-iframe-container { display: none; }#v7kNOTxV7OMID49lN4MombibILlLcHPd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7kNOTxV7OMID49lN4MombibILlLcHPd > .row > .video-iframe-container { display: none; }#v7kNOTxV7OMID49lN4MombibILlLcHPd > .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); }#v7kNOTxV7OMID49lN4MombibILlLcHPd { border-width: 0; border-radius: 0; }#v7kNOTxV7OMID49lN4MombibILlLcHPd > .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; }#v7kNOTxV7OMID49lN4MombibILlLcHPd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:50rem;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; }#uKiFPT2Euc3VUO74z65K1xCGDQTNspDW { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:4rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:5.2rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ITAEgKeCxWZCK24An3RPmNULMLSdFNCe { box-sizing:content-box;height:0.0625rem;width:8rem;position:absolute;display:block;z-index:15005;background-color:rgba(239,125,0,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.125rem;left:33.5rem;display:block; }
#r7tf5SPg22VZrmVM1yHya8CTmeqIBbEc { box-sizing:content-box;height:23.875rem;width:18rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -moz-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -ms-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -o-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d0019', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d0019', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(239,125,0,0.5);border-left:0.0625rem solid rgba(239,125,0,0.5);border-right:0.0625rem solid rgba(239,125,0,0.5);border-bottom:0.0625rem solid rgba(239,125,0,0.5);top:16.25rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#kWomHSFOt7bpaZZK6w5N56aC6WLg4yzd { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#ef7d00;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.875rem;left:1.46875rem;display:block; }
#yiMcXrzUNhqRGK786nh6Bs3WPWgBzO96 { color:#ffffff;display:block;width:2.125rem;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:18.5rem;left:1.84375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#GToxh60au7Qia6D6nB3ckQJaKoF97Igs { color:#99a1af;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:21.75rem;left:1.46875rem;height:1.1375rem;font-style:normal;display:block; }
#xnGJnZW0GvRTdSiM43lJfc3fiQ7chW95 { color:rgba(var(--color-primary-2),1);display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:23.25rem;left:1.46875rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#e9tMmvh4XGNSTZHzbnxyDlnz21IlERfZ { color:#d1d5dc;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:25.625rem;left:1.46875rem;height:3.8984375rem;display:block; }
#b5TMeqKfJiBIPWayegAD0Ex6s0rv6tVX { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15012;background-color:rgba(239,125,0,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(239,125,0,0.3);border-left:0.0625rem solid rgba(239,125,0,0.3);border-right:0.0625rem solid rgba(239,125,0,0.3);border-bottom:0.0625rem solid rgba(239,125,0,0.3);top:35.0625rem;left:13rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#fZytHfubdrCnm7GpNnKN1naOAVBZIEtz { position:absolute;display:block;z-index:15013;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:1.75rem;width:1.75rem;top:36rem;left:13.9375rem;overflow:hidden;display:block; }
#VOb12MqC1SGA7ZNc0ac3cXzrfJlS10Tq { box-sizing:content-box;height:0.375rem;width:18.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41rem;left:0rem;display:block; }
#dHEm1lRbwwTzsuTLyDcDPfHklmlPTnBF { box-sizing:content-box;height:23.875rem;width:18rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(239,125,0,0.05), #000000);background-image: -moz-linear-gradient(135deg, rgba(239,125,0,0.05), #000000);background-image: -ms-linear-gradient(135deg, rgba(239,125,0,0.05), #000000);background-image: -o-linear-gradient(135deg, rgba(239,125,0,0.05), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d000c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d000c', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(239,125,0,0.05), #000000);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #231f1d;border-left:0.0625rem solid #231f1d;border-right:0.0625rem solid #231f1d;border-bottom:0.0625rem solid #231f1d;top:16.25rem;left:19rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#tsmIXq76CsrJTBrxJ4h8S1X1TrrOf731 { color:#6a7282;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:23.25rem;left:20.5rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VdGe5JEgsp8HxArHdKoX5em6Um9ueWxZ { color:#4a5565;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:21.75rem;left:20.5rem;height:1.1375rem;font-style:normal;display:block; }
#rbLeHruxAQHWyL856kud1Wz1VxJXeqUA { color:#4a5565;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:25.625rem;left:20.5rem;height:2.59895625rem;display:block; }
#wNpcWCoAilf8bMnieHCHkT8ktCV0TRe8 { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.2);border-left:0.125rem solid rgba(255,255,255,0.2);border-right:0.125rem solid rgba(255,255,255,0.2);border-bottom:0.125rem solid rgba(255,255,255,0.2);top:17.875rem;left:20.5rem;display:block; }
#Z19MFgzqxIzTBuqyKbuU06sOFebnz4gw { color:#6a7282;display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:18.5rem;left:20.9375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#lEZ1GRUUqDaUeGDQ8cGzZHmTwJApQlHu { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15021;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:35.0625rem;left:32rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#SDsgwMO3AUM7g3qSH2sXuoArSbN24wcT { position:absolute;display:block;z-index:15022;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:1.75rem;width:1.75rem;top:36rem;left:32.9375rem;overflow:hidden;display:block; }
#UMBStuJfGM2vrhssMgaFqTOceFUvMA7E { box-sizing:content-box;height:0.375rem;width:18.125rem;position:absolute;display:block;z-index:15030;background-color:rgba(255,255,255,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41rem;left:19rem;display:block; }
#GQtuT4i3r4a9ti0FmU1TUsgVJNgQnc0q { box-sizing:content-box;height:0.375rem;width:5.8125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41rem;left:19rem;display:block; }
#MowzUeCPvEpz9kIF2h39SL8fCGWa780h { color:#d1d5dc;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:41.9375rem;left:19rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uAHkxI2VrSC0apE6uHvLAVfzU95CSPeb { box-sizing:content-box;height:23.875rem;width:18rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(239,125,0,0.05), #000000);background-image: -moz-linear-gradient(135deg, rgba(239,125,0,0.05), #000000);background-image: -ms-linear-gradient(135deg, rgba(239,125,0,0.05), #000000);background-image: -o-linear-gradient(135deg, rgba(239,125,0,0.05), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d000c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d000c', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(239,125,0,0.05), #000000);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #231f1d;border-left:0.0625rem solid #231f1d;border-right:0.0625rem solid #231f1d;border-bottom:0.0625rem solid #231f1d;top:16.25rem;left:37.9375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#QZbNGz3c6CZ6ok5lnl0WqTVWpHUa7060 { color:#6a7282;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:23.375rem;left:39.4375rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#B4MJ9tVJPscpixTv82Oy9ikZtXOmQsW0 { color:#4a5565;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:21.75rem;left:39.4375rem;height:1.1375rem;font-style:normal;display:block; }
#kTRb5stZyFUHXt3ESxOWHmyDtsfQpcPL { color:#4a5565;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:27.1875rem;left:39.4375rem;height:2.59895625rem;display:block; }
#adhn9dL4E511iq3zMTOMzN226965nZUW { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15031;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:35.0625rem;left:50.9375rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#VXDhfqT8TQA8Vs6iKOO9tpm7iaML0OrT { position:absolute;display:block;z-index:15032;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:1.75rem;width:1.75rem;top:36rem;left:51.875rem;overflow:hidden;display:block; }
#vPT60tyT6eXMxqWmCdAfxNMdXBPxgy2y { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.2);border-left:0.125rem solid rgba(255,255,255,0.2);border-right:0.125rem solid rgba(255,255,255,0.2);border-bottom:0.125rem solid rgba(255,255,255,0.2);top:17.875rem;left:39.4375rem;display:block; }
#c8LZsJ1Bi5XgW5M6y5vsXKl1iy9oEGAD { color:#6a7282;display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:18.5rem;left:39.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#BPb1mC8PdyqSvS3UHLbLGtFi8ilVWM42 { box-sizing:content-box;height:0.375rem;width:18.125rem;position:absolute;display:block;z-index:15040;background-color:rgba(255,255,255,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41rem;left:37.9375rem;display:block; }
#o7MnKQUWHMEpedsk7Jc2CBmRU75cNNmp { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:18.125rem;height:24rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:16.25rem;left:0rem;display:block; }
#MEG4xg5bRAFe8mULSDfITsTccbh0qF5P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oerci9n1z3nezpRDiae3fJT5eXRbVgKB { box-sizing:content-box;height:23.875rem;width:18rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(239,125,0,0.05), #000000);background-image: -moz-linear-gradient(135deg, rgba(239,125,0,0.05), #000000);background-image: -ms-linear-gradient(135deg, rgba(239,125,0,0.05), #000000);background-image: -o-linear-gradient(135deg, rgba(239,125,0,0.05), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d000c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d000c', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(239,125,0,0.05), #000000);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #231f1d;border-left:0.0625rem solid #231f1d;border-right:0.0625rem solid #231f1d;border-bottom:0.0625rem solid #231f1d;top:16.25rem;left:56.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#AdP5DuqoTMbOSMncoR3JEQmOTTpB3IZs { color:#6a7282;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:23.375rem;left:58.375rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hwqy083nowsDbqikwMt5imyq69re3WZW { color:#4a5565;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:21.75rem;left:58.375rem;height:1.1375rem;font-style:normal;display:block; }
#XTtqAB1xNrIrGgbHebDBoSIIhBaDT6eK { color:#4a5565;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:27.1875rem;left:58.375rem;height:2.59895625rem;display:block; }
#iSXMLOItPyTPfnxeV10RaSN3svvalBVJ { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15040;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:35.0625rem;left:69.875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#doOnM0UOsci6M3u48WRQbVNAaMToZex0 { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15044;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.2);border-left:0.125rem solid rgba(255,255,255,0.2);border-right:0.125rem solid rgba(255,255,255,0.2);border-bottom:0.125rem solid rgba(255,255,255,0.2);top:17.875rem;left:58.375rem;display:block; }
#dSornoWCD03TixnA8XI55heWGCNsnQBN { color:#6a7282;display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:18.5rem;left:58.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#XOLauTty12Q991OR6RrZHLbZn6g1JT93 { position:absolute;display:block;z-index:15041;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:1.75rem;width:1.75rem;top:36rem;left:70.8125rem;overflow:hidden;display:block; }
#hXOIJ7BoT5ZxXhCZTIAq4XNE6uTAZy1p { box-sizing:content-box;height:0.375rem;width:18.125rem;position:absolute;display:block;z-index:15049;background-color:rgba(255,255,255,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41rem;left:56.875rem;display:block; }
#PlZy0LmZJovdObhFNTvU8fqrEehBH51D { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:18.125rem;height:24rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:16.25rem;left:0rem;display:block; }
#O8a35gXQzAaibh0M859ZeTVT531tRA2W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RdHTfrDZTeUTVEliBBVBfcV7xKcodaaL { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:18.125rem;height:24rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:16.25rem;left:19rem;display:block; }
#fy5BoZNz6ft1ZZcEsKT5fM6ZDOLr1NnJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yIAtk7kQPLfub85EcTyfDvldCPgEI30t { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:18.125rem;height:24rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:16.25rem;left:37.9375rem;display:block; }
#wDcHrPK9vQReNx1mUHy2ut87KxZU49fG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nCTbTwe2LDT4B4XuGIC2TFQWsizQ1vfo { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:18.125rem;height:24rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:16.25rem;left:56.875rem;display:block; }
#UV3qoVSZ6W2o7cx5fThSx5bTUVn1orH3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wVefT1l4UMXThwolVupCLHMPr210q5OW { position:relative;display:block; }#wVefT1l4UMXThwolVupCLHMPr210q5OW { background-color: transparent; background-image: none; }#wVefT1l4UMXThwolVupCLHMPr210q5OW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVefT1l4UMXThwolVupCLHMPr210q5OW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVefT1l4UMXThwolVupCLHMPr210q5OW > .row .container > .video-iframe-container { display: none; }#wVefT1l4UMXThwolVupCLHMPr210q5OW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVefT1l4UMXThwolVupCLHMPr210q5OW > .row > .video-iframe-container { display: none; }#wVefT1l4UMXThwolVupCLHMPr210q5OW > .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); }#wVefT1l4UMXThwolVupCLHMPr210q5OW { border-width: 0; border-radius: 0; }#wVefT1l4UMXThwolVupCLHMPr210q5OW > .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; }#wVefT1l4UMXThwolVupCLHMPr210q5OW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:22.375rem;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; }#awpTVkGFDQQ2FK0CNm0FOD1UJVLZFlVa { box-sizing:content-box;height:19.6875rem;width:0.0625rem;position:absolute;display:block;z-index:15000;background-color:#99a1af;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.375rem;left:1.5rem;display:block; }
#UZcmmNnHMaMUJHUyXGXHZyVO0yGMrBLG { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#000000;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.2);border-left:0.125rem solid rgba(255,255,255,0.2);border-right:0.125rem solid rgba(255,255,255,0.2);border-bottom:0.125rem solid rgba(255,255,255,0.2);top:0rem;left:0rem;display:block; }
#gKBlH6XqKDdGal4IQ9cg98Ti89V8DD3q { color:#6a7282;display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.625rem;left:0.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Z7FAswKlkkAiI8xbKAwWHSfN97s6A5PB { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#000000;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.2);border-left:0.125rem solid rgba(255,255,255,0.2);border-right:0.125rem solid rgba(255,255,255,0.2);border-bottom:0.125rem solid rgba(255,255,255,0.2);top:6.4375rem;left:0rem;display:block; }
#NJ2BiJRtR9phGfpWCk8nVB4la2WzNhvq { color:#6a7282;display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#yAEWnhWuJy8dpRTQ80yQsZdCxRXOZHvl { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#000000;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.2);border-left:0.125rem solid rgba(255,255,255,0.2);border-right:0.125rem solid rgba(255,255,255,0.2);border-bottom:0.125rem solid rgba(255,255,255,0.2);top:13rem;left:0rem;display:block; }
#G0Twbq9tUuv3vIQaB1vPIBeZ97btlXac { color:#6a7282;display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.625rem;left:0.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#uQuymUwMGBi5Wsm9GOqz33sv4Eq4BX7v { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#000000;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.2);border-left:0.125rem solid rgba(255,255,255,0.2);border-right:0.125rem solid rgba(255,255,255,0.2);border-bottom:0.125rem solid rgba(255,255,255,0.2);top:19.375rem;left:0rem;display:block; }
#fnNCVzRJfop00p3dOV6sX7X7LJcI6i6D { color:#6a7282;display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20rem;left:0.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#tLunaiPouiBkGTGwQr201yfv4TnFQ3Wk { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 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:2.875rem;height:2.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.0625rem;left:0rem;display:block; }
#uvVRyfw56gqnXyggos572U3LTnn95KNb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nzFofOJoWGqMIy7kbeO1NE48BUWio2xs { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 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:2.875rem;height:2.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:6.5rem;left:0rem;display:block; }
#VnTuVbWIO6gT34HbDe4szSi28t1hAAzs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FUFdCJh11cwekrKapSUbdEknXCHlKSa9 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 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:2.875rem;height:2.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.0625rem;left:0rem;display:block; }
#I9ydUAiTg8QsNAtPxfk9MyBLkLnkHpK4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZfazZkxsqNpqFyKT0BHWpnBXiWfluSmx { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 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:2.875rem;height:2.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:19.5rem;left:0rem;display:block; }
#yBDzz2LbasVBWlL8oVEmxTy8pHkTQSly { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lGJ0Cbh9carChb2IL4rWErAUPt8tTOwt { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#SCst3muh6llGT2gAyxEKifWfyhXyDqPg { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#v0u9TAmz6c2d5X5VOEb1yeJwvi7fEbzC { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Bc1CwlbWcXCQVhispSslDTopABqHlrcH { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK { position:relative;display:block; }#cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK { background-color: transparent; background-image: none; }#cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK > .row .container > .video-iframe-container { display: none; }#cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK > .row > .video-iframe-container { display: none; }#cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK > .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); }#cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK { border-width: 0; border-radius: 0; }#cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK > .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; }#cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:114.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lfgZhely75Tzom3T2t9My9yER1sJTlvE { box-sizing:content-box;height:106.5rem;width:67.5rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-image: -moz-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-image: -ms-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-image: -o-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff0c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff0c', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-size:auto !important;box-shadow: none;border-top:0.25rem solid rgba(239,125,0,0.5);border-left:0.25rem solid rgba(239,125,0,0.5);border-right:0.25rem solid rgba(239,125,0,0.5);border-bottom:0.25rem solid rgba(239,125,0,0.5);top:5.6875rem;left:3.5rem;border-top-right-radius:5.9375rem;border-bottom-right-radius:5.9375rem;border-bottom-left-radius:5.9375rem;border-top-left-radius:5.9375rem;display:block; }
#VCzeJ06nNLW5ttrrvOxqm3ptBz0iJbsV { box-sizing:content-box;height:5.375rem;width:5.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#ef7d00;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.5rem;left:7.65625rem;display:block; }
#vxpg1nwabrbSrVQw3N1MIxM5hk147ECa { color:#ffffff;display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:10.66250038147rem;left:9.15625rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#V4nftDV6dTXzTAmNLSnPLdDZMAdwTAIU { color:rgba(var(--color-primary-2),1);display:block;width:47.625rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:10.237500190735rem;left:14.46875rem;height:3.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nU3kQzbCrS0304FI7t4QBhzOfq8hcbGl { color:#ffffff;display:block;width:47.625rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:17.175000190735rem;left:11.84375rem;height:7.798625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZQ2wQqmcrp7E9OH3ZF7CnIQaPuW53qUG { color:#d1d5dc;display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:26.5625rem;left:11.84375rem;height:3.375rem;font-style:normal;display:block; }
#R1fKSs5GhtoGpdBOeR8ZoMaGG4ziWTsD { box-sizing:content-box;height:28.8125rem;width:51.1875rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/10b23a77-c520-4a5c-ab20-ead10a203f80/Video.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0rem 0rem 3.125rem rgba(239,125,0,0.4) ;border-top:0.0625rem solid rgba(239,125,0,0.3);border-left:0.0625rem solid rgba(239,125,0,0.3);border-right:0.0625rem solid rgba(239,125,0,0.3);border-bottom:0.0625rem solid rgba(239,125,0,0.3);top:31.3125rem;left:11.84375rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }#R1fKSs5GhtoGpdBOeR8ZoMaGG4ziWTsD.adaptive-delivery-prevent-bg, #R1fKSs5GhtoGpdBOeR8ZoMaGG4ziWTsD.lazyload, #R1fKSs5GhtoGpdBOeR8ZoMaGG4ziWTsD.lazyloading { background-image: none; }
#R1fKSs5GhtoGpdBOeR8ZoMaGG4ziWTsD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem; }#R1fKSs5GhtoGpdBOeR8ZoMaGG4ziWTsD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.26); }#qnC6a52G183U8VbmwSdSpROp8cs80EXf { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.875rem;width:51.1875rem;top:56.3125rem;left:11.90625rem;overflow:hidden;display:block; }
#h374TmsgGbMN4nTHaa99RvF9ACOu7zso { position:absolute;display:block;z-index:15027;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:7.875rem;width:7.875rem;top:41.84375rem;left:34.34375rem;overflow:hidden;display:block; }
#xh7ekBLvJeJTidDkK9TMV95tDsiRcOeR { color:rgba(var(--color-primary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:61.8125rem;left:11.875rem;height:3.375rem;font-style:normal;display:block; }
#E1dgzXCfZKBPTpfOFUwfsT5OkDB6bhxf { box-sizing:content-box;height:11.0625rem;width:16.4375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-image: -moz-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-image: -ms-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-image: -o-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff0c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff0c', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:68rem;left:11.84375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#emN1Gy4IfhGXs3laixxM0DTiqsyE2pf2 { box-sizing:content-box;height:0.0625rem;width:1.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(239,125,0,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.25rem;left:13.28125rem;display:block; }
#Fe7rMLT6eluu8lAaMTvd3hdvp9mT4sA1 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:69.875rem;left:13.28125rem;height:1.3rem;font-style:normal;display:block; }
#QPC6sGPTAmuP0BpgIrI4untsVOWKBzJ5 { color:#99a1af;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.4;letter-spacing:0;top:71.5625rem;left:13.3125rem;height:4.89930625rem;font-style:normal;display:block; }
#UpEr2rPvTt91JqHl72Zkf0m0QJKTlgMQ { box-sizing:content-box;height:11.0625rem;width:16.4375rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-image: -moz-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-image: -ms-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-image: -o-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff0c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff0c', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:68rem;left:29.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#scdm5lPlXcmtOZhLvZpqVJyFEpmdTgH0 { box-sizing:content-box;height:0.0625rem;width:1.9375rem;position:absolute;display:block;z-index:15010;background-color:rgba(239,125,0,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.25rem;left:30.75rem;display:block; }
#Iag8lbq1J49mDDoHuX4B1vTQI7FcQrUv { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:69.875rem;left:30.75rem;height:1.3rem;font-style:normal;display:block; }
#aN2WdErMcOAURfkzHgIalT0pszLdWyMW { color:#99a1af;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:71.5625rem;left:30.75rem;height:4.89930625rem;font-style:normal;display:block; }
#QHu6tOmqGv6kmJaELasSW4IRBufghBTf { box-sizing:content-box;height:11.0625rem;width:16.4375rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-image: -moz-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-image: -ms-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-image: -o-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff0c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff0c', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:68rem;left:46.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#WhzGyXbab7uS8MWh2vTJsUUi8eWmkXK8 { box-sizing:content-box;height:0.0625rem;width:1.9375rem;position:absolute;display:block;z-index:15014;background-color:rgba(239,125,0,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.25rem;left:48.1875rem;display:block; }
#H9DzxBoDvMm2Tuz1rzf42hs59npMWJxZ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:69.875rem;left:48.1875rem;height:1.3rem;font-style:normal;display:block; }
#PCFnr8hWcuG2IzbpflRzthDiFwCfrS1x { color:#99a1af;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.4;letter-spacing:0;top:71.5625rem;left:48.1875rem;height:4.89930625rem;font-style:normal;display:block; }
#TzoK5a5tSVRKnkwlUVWyS0QyeTzH4UfR { box-sizing:content-box;height:10.625rem;width:9.4375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-image: -moz-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-image: -ms-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-image: -o-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff0c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff0c', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:81.75rem;left:11.84375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#HRORE4gJ4VTfovJyAnP6oPTgzZGziswT { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.5625rem;width:9.4375rem;top:81.8125rem;left:11.90625rem;overflow:hidden;display:block; }
#COGskhz6aT1egSao12LU5AlKmBpx1JKo { box-sizing:content-box;height:4.125rem;width:9.4375rem;position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -moz-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -ms-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -o-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d0019', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d0019', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:88.3125rem;left:11.90625rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#ArFHWBDTuKnqFRDzr0Skkz5kPn5MFCRr { color:#ffffff;display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:89.401041984556rem;left:11.90625rem;height:1.94965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dMyF097vZnWlwNVhotVoKGMxNf69sTPG { box-sizing:content-box;height:10.625rem;width:9.4375rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-image: -moz-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-image: -ms-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-image: -o-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff0c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff0c', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:81.8125rem;left:22.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#leliQN8a4TfCl8zJd1oEvcvhNSnfLxa8 { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.5rem;width:9.3125rem;top:81.875rem;left:22.375rem;overflow:hidden;display:block; }
#VT8TT0Iiq1p3RhRhIPg5cL70zoKegW8u { box-sizing:content-box;height:4.125rem;width:9.4375rem;position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -moz-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -ms-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -o-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d0019', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d0019', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:88.375rem;left:22.375rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#Hbq4IutSkvkJKvWuuSGNT3thzLdhq5pB { color:#ffffff;display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:88.963542938231rem;left:22.395833969116rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iOPapN9f1gFFfWfBtkSp3voD2E9bnibf { box-sizing:content-box;height:10.625rem;width:9.4375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-image: -moz-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-image: -ms-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-image: -o-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff0c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff0c', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:81.8125rem;left:32.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Tz1FauTc0T2bu2cae4T5DZpnTrGwPXFp { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.5rem;width:9.3125rem;top:81.875rem;left:32.8125rem;overflow:hidden;display:block; }
#wfT5nZTMMyhK6SBlpm53rN1tTp4LegxK { box-sizing:content-box;height:4.125rem;width:9.4375rem;position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -moz-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -ms-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -o-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d0019', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d0019', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:88.375rem;left:32.8125rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#oyLSKwMmIH0GCK3xfBT6ID2hx3KTczrA { color:#ffffff;display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:89.399741172788rem;left:32.78125rem;height:1.94965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EJs8B5GAcl44KxMMXOTmPQtoVkwbHTf9 { box-sizing:content-box;height:10.625rem;width:9.4375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-image: -moz-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-image: -ms-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-image: -o-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff0c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff0c', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:81.8125rem;left:43.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#HNml7LiHK0nkPtqkybrfdKWsJ3gtyVvg { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.5rem;width:9.3125rem;top:81.875rem;left:43.3125rem;overflow:hidden;display:block; }
#XNJ8BXOqv4nGBJSN965c0QmoEpRF9W82 { box-sizing:content-box;height:4.125rem;width:9.4375rem;position:absolute;display:block;z-index:15052;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -moz-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -ms-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -o-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d0019', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d0019', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:88.375rem;left:43.3125rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#HVPBv6JSxydhdeSBbCWTse3vETxuFENq { color:#ffffff;display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:89.399741172788rem;left:43.25rem;height:1.94965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NDp84PgJx2e3mrplURLFTTmivNGqm7Q3 { box-sizing:content-box;height:10.625rem;width:9.4375rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-image: -moz-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-image: -ms-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-image: -o-linear-gradient(135deg, rgba(255,255,255,0.05), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff0c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff0c', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(255,255,255,0.05), #000000);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:81.8125rem;left:53.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#iZrew18IMFwJancddfknXgUgWRWbLEie { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.5rem;width:9.3125rem;top:81.875rem;left:53.8125rem;overflow:hidden;display:block; }
#cbb8CNufTZpioBXHIaxgvr2aVf26BdMD { box-sizing:content-box;height:4.125rem;width:9.4375rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -moz-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -ms-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -o-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d0019', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d0019', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:88.375rem;left:53.8125rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#Qd46GJ8u2QvfFAe3lF510eFN6Msav1zw { color:#ffffff;display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:88.914063453675rem;left:53.84375rem;height:2.924475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TZFD2Th1PeHTV8z20Fn2y0TcHJzpLHIO { position:absolute;display:block;z-index:15058;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:1.6875rem;width:1.6875rem;top:96.375rem;left:23.125rem;overflow:hidden;display:block; }
#l6zLbtJLnqW4ZZbxLoZz5NpOxCvClITQ { color:#6a7282;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:96.375rem;left:25.6875rem;height:1.70605625rem;display:block; }
#ikwkIDFzJ06r0ibUIA1Vu5SGb4b5nkvQ { position:absolute;display:block;z-index:15060;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:1.6875rem;width:1.6875rem;top:96.375rem;left:41.1875rem;overflow:hidden;display:block; }
#Et4RJCeH7BzUkydZXTeNlMq0fHqiwmny { color:#6a7282;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:96.375rem;left:43.75rem;height:1.70573125rem;display:block; }
#V6qllbVK2c8HWFP6nATNNpvClqS5DqXB { box-sizing:content-box;height:4.25rem;width:18rem;position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:99.8125rem;left:28.5rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#HG5ni5355roNGA9mCX3Q51Dk8xTkkvrN { color:#ffffff;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:101.20624923706rem;left:28.5rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#KssFdUnkDcixaV0xmliUUBws39iB5c21 { position:absolute;display:block;z-index:15064;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:1.25rem;width:1.25rem;top:101.3125rem;left:42.375rem;overflow:hidden;display:block; }
#vvvy6hvVRqUfmnMRC0kpqcPs5bcmIXbh { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 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:18rem;height:4.25rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:99.8125rem;left:28.5rem;display:block; }
#zVKrS1dTMFzPufiKshK93UbVFSDevIER { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aAonuHLLLofWIVnhCSEzId6RZS5GOWI1 { color:#6a7282;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:105.9375rem;left:20.40625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#biE8R1kfdp4fFmpzmmzW73lJeMRi17uA { box-sizing:content-box;height:3.625rem;width:3.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15066;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:100.125rem;left:28.90625rem;display:block; }
#SfPM7k3XEelebmEHbopgyhn4nsAxl0zQ { position:absolute;display:block;z-index:14997;height:28.8125rem;width:51.1875rem;top:31.375rem;left:11.90625rem;display:block; }
#Tssxk7d6tUTOH3dxLWqa8zzNhOAgCBI6 { position:absolute;display:block;z-index:15068;height:1.125rem;width:38.75rem;top:0rem;left:18.90625rem;display:block; }
#uImTs8ATZl60hTNpW0gNkvDeUbRSDXKz { position:relative;display:block; }#uImTs8ATZl60hTNpW0gNkvDeUbRSDXKz { background-color: transparent; background-image: none; }#uImTs8ATZl60hTNpW0gNkvDeUbRSDXKz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uImTs8ATZl60hTNpW0gNkvDeUbRSDXKz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uImTs8ATZl60hTNpW0gNkvDeUbRSDXKz > .row .container > .video-iframe-container { display: none; }#uImTs8ATZl60hTNpW0gNkvDeUbRSDXKz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uImTs8ATZl60hTNpW0gNkvDeUbRSDXKz > .row > .video-iframe-container { display: none; }#uImTs8ATZl60hTNpW0gNkvDeUbRSDXKz > .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); }#uImTs8ATZl60hTNpW0gNkvDeUbRSDXKz { border-width: 0; border-radius: 0; }#uImTs8ATZl60hTNpW0gNkvDeUbRSDXKz > .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; }#uImTs8ATZl60hTNpW0gNkvDeUbRSDXKz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:60.125rem;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; }#DGUwVa6X4s8nGmJTDi4y2d6lfCo6N5G9 { box-sizing:content-box;height:51.125rem;width:67.5rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.1), #000000);background-image: -moz-linear-gradient(135deg, rgba(255,255,255,0.1), #000000);background-image: -ms-linear-gradient(135deg, rgba(255,255,255,0.1), #000000);background-image: -o-linear-gradient(135deg, rgba(255,255,255,0.1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff19', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff19', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(255,255,255,0.1), #000000);background-size:auto !important;box-shadow: none;border-top:0.25rem solid rgba(209,213,220,0.12);border-left:0.25rem solid rgba(209,213,220,0.12);border-right:0.25rem solid rgba(209,213,220,0.12);border-bottom:0.25rem solid rgba(209,213,220,0.12);top:5.6875rem;left:3.5rem;border-top-right-radius:5.9375rem;border-bottom-right-radius:5.9375rem;border-bottom-left-radius:5.9375rem;border-top-left-radius:5.9375rem;display:block; }
#h9BARBrUbxakF7AQTr0E1TwT76XBei2r { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(255,255,255,0.1);border-left:0.1875rem solid rgba(255,255,255,0.1);border-right:0.1875rem solid rgba(255,255,255,0.1);border-bottom:0.1875rem solid rgba(255,255,255,0.1);top:9.8125rem;left:7.6875rem;display:block; }
#oa9RlttQCsscOvxJDCgno9QONd1PKTeO { color:#6a7282;display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:10.9375rem;left:9.3125rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#xX3A3Ww1OQ8kV43Sd5E7cGITeUEBS0zh { color:#6a7282;display:block;width:47.625rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:10.5625rem;left:14.5rem;height:3.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oki93BQGbeiX85oQW3Vtnn8dAgOcgUfG { color:#ffffff;display:block;width:47.625rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:17.5rem;left:11.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yOqWBZ6D4lnOg8s7X2fe2TyVLRfCJd37 { color:#d1d5dc;display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:29.9375rem;left:12.0625rem;height:13.5rem;font-style:normal;display:block; }
#n7esA7u8dpHvNtEVD8Kh18kKT9rSxEtt { color:#d1d5dc;display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:52.5625rem;left:11.8125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mDafQwqSHVZbHeNCKx7ZFJAZ1BQaT60m { box-sizing:content-box;height:0.375rem;width:51.375rem;position:absolute;display:block;z-index:15033;background-color:rgba(255,255,255,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.625rem;left:11.8125rem;display:block; }
#uufwoa8TENRZV7APKpJb6h9umZRTm95W { box-sizing:content-box;height:0.375rem;width:5.8125rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.625rem;left:11.875rem;display:block; }
#FFmImcFp6cV15WruAAz9ae6DCrxpTyJs { position:absolute;display:block;z-index:15069;height:1.125rem;width:38.75rem;top:0rem;left:18.9375rem;display:block; }
#PW5EQz7JBM8pshobT8mlx5TvbPfDnrnT { position:relative;display:block; }#PW5EQz7JBM8pshobT8mlx5TvbPfDnrnT { background-color: transparent; background-image: none; }#PW5EQz7JBM8pshobT8mlx5TvbPfDnrnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW5EQz7JBM8pshobT8mlx5TvbPfDnrnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW5EQz7JBM8pshobT8mlx5TvbPfDnrnT > .row .container > .video-iframe-container { display: none; }#PW5EQz7JBM8pshobT8mlx5TvbPfDnrnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW5EQz7JBM8pshobT8mlx5TvbPfDnrnT > .row > .video-iframe-container { display: none; }#PW5EQz7JBM8pshobT8mlx5TvbPfDnrnT > .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); }#PW5EQz7JBM8pshobT8mlx5TvbPfDnrnT { border-width: 0; border-radius: 0; }#PW5EQz7JBM8pshobT8mlx5TvbPfDnrnT > .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; }#PW5EQz7JBM8pshobT8mlx5TvbPfDnrnT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:131.375rem;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; }#FHmLtE655oFOxX0RhDsDw8MOQcKIC1Ps { box-sizing:content-box;height:122.125rem;width:67.5rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.1), #000000);background-image: -moz-linear-gradient(135deg, rgba(255,255,255,0.1), #000000);background-image: -ms-linear-gradient(135deg, rgba(255,255,255,0.1), #000000);background-image: -o-linear-gradient(135deg, rgba(255,255,255,0.1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff19', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff19', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(255,255,255,0.1), #000000);background-size:auto !important;box-shadow: none;border-top:0.25rem solid rgba(209,213,220,0.12);border-left:0.25rem solid rgba(209,213,220,0.12);border-right:0.25rem solid rgba(209,213,220,0.12);border-bottom:0.25rem solid rgba(209,213,220,0.12);top:5.6875rem;left:3.5rem;border-top-right-radius:5.9375rem;border-bottom-right-radius:5.9375rem;border-bottom-left-radius:5.9375rem;border-top-left-radius:5.9375rem;display:block; }
#o20Lc5lSS5iaAI2TPK0fvCwzva5pIaqQ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(255,255,255,0.1);border-left:0.1875rem solid rgba(255,255,255,0.1);border-right:0.1875rem solid rgba(255,255,255,0.1);border-bottom:0.1875rem solid rgba(255,255,255,0.1);top:9.8125rem;left:7.6875rem;display:block; }
#QuKz9nOex2ozGdBqLdZ288cJWp34ewnf { color:#6a7282;display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:10.9375rem;left:9.3125rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#XrcQlTKm9OdZIEcADBxVcEOGe1JQi81l { color:#6a7282;display:block;width:52.4375rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:10.5625rem;left:14.5rem;height:3.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SGyiKEaUckSo508cEabZmNHZM1JAHiFR { color:#ffffff;display:block;width:47.625rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:17.5rem;left:11.875rem;height:7.798625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fEumBcwAKw0pAUMITSkEv50va4kWT9N3 { color:#d1d5dc;display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:27.3125rem;left:11.875rem;height:5.0625rem;font-style:normal;display:block; }
#yLwSGFDfz3CTmVUFXnI1tglE7SSTDfzK { box-sizing:content-box;height:26.0625rem;width:15.9375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.05)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.05)', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:34.5625rem;left:11.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#xoL3Nv9J6suoDBtaBHLUtOf4dLHOfmiy { position:absolute;display:block;z-index:15030;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:17.75rem;width:13.25rem;top:36rem;left:13.25rem;overflow:hidden;display:block; }
#qx5mnS4roMBbrLNmF2fnO8KtrCMVnAGc { box-sizing:content-box;height:5.6875rem;width:15.9375rem;position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -moz-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -ms-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -o-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d0019', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d0019', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55rem;left:11.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#W4KQ5Np2KE0znFRlgunJWXPZB9PGa1kT { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:55.840637207031rem;left:11.9375rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#txcMKIpMdf41SxfkapN3sJ4o8qducewb { color:#99a1af;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:57.659362792969rem;left:11.9375rem;height:2.111975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RehHAhHo8VLnKLTcwhkqFwsd5oI0xLh2 { box-sizing:content-box;height:26.0625rem;width:15.9375rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.05)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.05)', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:34.5625rem;left:29.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#A16eTvQy5fGigpAvf34GyXHCv7D2oFde { position:absolute;display:block;z-index:15034;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:17.75rem;width:13.25rem;top:36rem;left:30.875rem;overflow:hidden;display:block; }
#g4i7C1C6GOIMx7bkgxEAxANS4pMxE1KU { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:55.8125rem;left:29.5625rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KxbDhkwTNUokMDQa1pxO0TCv4lNr9B2o { color:#99a1af;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:57.6875rem;left:29.5625rem;height:2.111975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o6GBl1pNu1Gr5sbkJ5nEWsIsrw0Ogfu4 { box-sizing:content-box;height:26.0625rem;width:15.9375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.05)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.05)', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:34.5625rem;left:47.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#vpLkyWz3rZtVde3VpwqEcON1JmxG5Tas { position:absolute;display:block;z-index:15038;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:17.75rem;width:13.25rem;top:36rem;left:48.4375rem;overflow:hidden;display:block; }
#LNrP1JZfSEwlazfpXqo3ybsCW8s95enT { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:55.8125rem;left:47.125rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#diGBoelr81OH6CJa7F6dgf8hr1nEPrxe { color:#99a1af;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:57.6875rem;left:47.125rem;height:2.111975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iT9F6wKRP5MQ0srIyyiUJkVJwP0BXh8H { box-sizing:content-box;height:26.0625rem;width:15.9375rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.05)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.05)', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:63.3125rem;left:20.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#kUwKGczqgRGZnlEAP3KoCH5xLhWHlRi5 { position:absolute;display:block;z-index:15043;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:17.75rem;width:13.25rem;top:64.75rem;left:22.0625rem;overflow:hidden;display:block; }
#sbmAUS77FfRyNxeXHPbe1LPzoiFNAsI7 { box-sizing:content-box;height:26.0625rem;width:15.9375rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.05)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.05)', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:63.3125rem;left:38.3125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#XLpypLihEK0fVKhU135NWhisbIfmL3gI { position:absolute;display:block;z-index:15047;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:17.75rem;width:13.25rem;top:64.75rem;left:39.6875rem;overflow:hidden;display:block; }
#guicXWZKEZpHoCWg20RX6XKov8qTxkRe { box-sizing:content-box;height:26.0625rem;width:15.9375rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.05)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.05)', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:92.0625rem;left:20.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Dq7N21Tm1pQeIFfWxnb0eS7kF8wmMb68 { position:absolute;display:block;z-index:15051;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:18.625rem;width:13.3125rem;top:93.5rem;left:22.0625rem;overflow:hidden;display:block; }
#ChIeMERLrArqALch0FN32aMzOhe8pyXd { box-sizing:content-box;height:5.6875rem;width:15.9375rem;position:absolute;display:block;z-index:15054;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -moz-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -ms-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -o-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d0019', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d0019', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:83.75rem;left:20.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#okvyFHeI3JnnBbhA6BUhQfkAzMkJWNuq { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:84.5625rem;left:20.75rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LIT0NDdPCC2ckVzoUm3tidkDn1akgdNQ { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:84.5625rem;left:38.375rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pKNlR4nRGmG9rdrlSBK9Jb8FfPZqTpXq { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:113.3125rem;left:20.75rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#blCE98SukygfefrmySNr5gikm39okKMt { color:#99a1af;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:86.4375rem;left:20.75rem;height:2.111975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AHVo3hQJhX88A5JynbiflBoPnEaXP5dB { color:#99a1af;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:86.4375rem;left:38.375rem;height:2.111975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FiZw9VqWyGLTzuUy2N1UG1wioBbOfWC4 { color:#99a1af;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:115.1875rem;left:20.75rem;height:2.111975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sbVgHA79mnyoZ3HaCb4S179yAimfJQde { box-sizing:content-box;height:0.375rem;width:51.375rem;position:absolute;display:block;z-index:15035;background-color:rgba(255,255,255,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:122.3125rem;left:11.8125rem;display:block; }
#qV5fXBIVCHwTD2eV0l0MZpFi5TgpFZd9 { color:#d1d5dc;display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:123.25rem;left:11.8125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gautazonKZJU7G2M6nahXV0lAatf7nKv { color:#6a7282;display:block;width:52.4375rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:10.5625rem;left:14.5rem;height:3.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#EBean6nKHa00ll74qITReiEpXmESsT1d { color:#6a7282;display:block;width:52.4375rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:10.5625rem;left:14.5rem;height:3.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#OkMx4tuTfzeg7hCNeb4TBMTXAb94mThq { box-sizing:content-box;height:5.6875rem;width:15.9375rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -moz-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -ms-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -o-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d0019', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d0019', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55rem;left:29.53125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#yzuLXtSghcASLpQ245ecQyINAf1NqMVG { box-sizing:content-box;height:5.6875rem;width:15.9375rem;position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -moz-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -ms-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -o-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d0019', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d0019', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55rem;left:47.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#XzP0E2DoeEE2vMWRRyOeVgJA44owyz0U { box-sizing:content-box;height:5.6875rem;width:15.9375rem;position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -moz-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -ms-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -o-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d0019', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d0019', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:83.75rem;left:38.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#cikpwdUqcEFiaoTCrNDweVpBMTXaCyWS { box-sizing:content-box;height:5.6875rem;width:15.9375rem;position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -moz-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -ms-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -o-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d0019', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d0019', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:112.5rem;left:20.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#BoXQbQIHFQX0hpAdrGARhdBvnVTAqkqW { box-sizing:content-box;height:26.0625rem;width:15.9375rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.05)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.05)', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-2),0.05), #000000);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:92.125rem;left:38.3125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#y1rhaOIqJ7pRHa4KQXOt4hg5iQATkcf2 { position:absolute;display:block;z-index:15056;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:18.625rem;width:13.3125rem;top:93.5625rem;left:39.6875rem;overflow:hidden;display:block; }
#oX2V1TD6W3udcIbxkNUf2r7WlgXqeIKS { box-sizing:content-box;height:5.6875rem;width:15.9375rem;position:absolute;display:block;z-index:15050;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -moz-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -ms-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-image: -o-linear-gradient(135deg, rgba(239,125,0,0.1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d0019', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d0019', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(239,125,0,0.1), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:112.5625rem;left:38.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#b11ZalMTbfWV8DeN3BBm1xD8UCg6Od2r { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:113.375rem;left:38.375rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qIBVkadfRCsrPilXLndUHt1Okp99cyNn { color:#99a1af;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15069;line-height:1.3;letter-spacing:0;top:115.25rem;left:38.375rem;height:2.111975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dcgnTQhO5VlO8z8OeqPGwPDuFfJ4cSyL { position:absolute;display:block;z-index:15070;height:1.125rem;width:38.75rem;top:0rem;left:18.125rem;display:block; }
#F69OddVVHLMdU0wlqMXC33T0KeaDXq5Z { position:relative;display:block; }#F69OddVVHLMdU0wlqMXC33T0KeaDXq5Z { background-color: transparent; background-image: none; }#F69OddVVHLMdU0wlqMXC33T0KeaDXq5Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F69OddVVHLMdU0wlqMXC33T0KeaDXq5Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F69OddVVHLMdU0wlqMXC33T0KeaDXq5Z > .row .container > .video-iframe-container { display: none; }#F69OddVVHLMdU0wlqMXC33T0KeaDXq5Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F69OddVVHLMdU0wlqMXC33T0KeaDXq5Z > .row > .video-iframe-container { display: none; }#F69OddVVHLMdU0wlqMXC33T0KeaDXq5Z > .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); }#F69OddVVHLMdU0wlqMXC33T0KeaDXq5Z { border-width: 0; border-radius: 0; }#F69OddVVHLMdU0wlqMXC33T0KeaDXq5Z > .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; }#F69OddVVHLMdU0wlqMXC33T0KeaDXq5Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:43.625rem;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; }#GkvsH5vUmaSdd4EPVgTk1GPUeL7JJdJq { box-sizing:content-box;height:37.4375rem;width:67.5rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.1), #000000);background-image: -moz-linear-gradient(135deg, rgba(255,255,255,0.1), #000000);background-image: -ms-linear-gradient(135deg, rgba(255,255,255,0.1), #000000);background-image: -o-linear-gradient(135deg, rgba(255,255,255,0.1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff19', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff19', endColorstr='#000000' );";background-image: linear-gradient(135deg, rgba(255,255,255,0.1), #000000);background-size:auto !important;box-shadow: none;border-top:0.25rem solid rgba(209,213,220,0.12);border-left:0.25rem solid rgba(209,213,220,0.12);border-right:0.25rem solid rgba(209,213,220,0.12);border-bottom:0.25rem solid rgba(209,213,220,0.12);top:5.6875rem;left:3.5rem;border-top-right-radius:5.9375rem;border-bottom-right-radius:5.9375rem;border-bottom-left-radius:5.9375rem;border-top-left-radius:5.9375rem;display:block; }
#M8PiNV2dD4JtHsoC4Wom4wFzVN57ITuy { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(255,255,255,0.1);border-left:0.1875rem solid rgba(255,255,255,0.1);border-right:0.1875rem solid rgba(255,255,255,0.1);border-bottom:0.1875rem solid rgba(255,255,255,0.1);top:9.8125rem;left:7.6875rem;display:block; }
#qNwO521kzi5F01MtqyvVKGvOw7HLqsih { color:#6a7282;display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:10.9375rem;left:9.3125rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#vQQtHeTxCSS4SCgm1C3wmnP98eVHSTGn { color:#6a7282;display:block;width:47.625rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:10.5625rem;left:14.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ns6dpFPbKxeUONUa15scwolNexAhqAQC { color:#ffffff;display:block;width:47.625rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:17.5rem;left:11.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JGl1vrP5cKFnVh5Gfw2FEI4LS9fXgZ1Z { color:#d1d5dc;display:block;width:39.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:23.3125rem;left:11.875rem;height:3.375rem;font-style:normal;display:block; }
#aJT49L9Em2q591Udqr3ZRQWDfTDikFpe { color:#d1d5dc;display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:38.6875rem;left:11.875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FOBlKmwuNcnxIabtDB4sHv8MxMhqfce3 { box-sizing:content-box;height:0.375rem;width:51.375rem;position:absolute;display:block;z-index:15033;background-color:rgba(255,255,255,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.75rem;left:11.875rem;display:block; }
#yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri { position:relative;display:block; }#yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri { background-color: transparent; background-image: none; }#yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri > .row .container > .video-iframe-container { display: none; }#yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri > .row > .video-iframe-container { display: none; }#yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri > .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); }#yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri { border-width: 0; border-radius: 0; }#yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri > .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; }#yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.4375rem;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; }#tF7euxkF9H0OPmLItG6TJE0UXqp1F1Gp { position:absolute;display:block;z-index:15071;height:1.125rem;width:38.75rem;top:3.15625rem;left:18.125rem;display:block; }
#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH { border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row .container { background-color: transparent; background-image: none; }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row .container > .video-iframe-container { display: none; }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row > .video-iframe-container { display: none; }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .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); }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row .container { border-width: 0; border-radius: 0; }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#JuuQTzT2X2UatctH5WKoTcDNdO21KA7Z { position:absolute;display:block;z-index:15000;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:1.75rem;width:7.625rem;top:4.8125rem;left:0rem;overflow:hidden;display:block; }
#aeXuPMERJEHOivuPGgwzHE4exRvTKTv5 { box-sizing:content-box;height:0.0625rem;width:4rem;position:absolute;display:block;z-index:15011;background-color:rgba(239,125,0,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.3125rem;left:0rem;display:block; }
#kQfoqDZWcEnovy10RaIVUZhGgohRmgWB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#99a1af;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:11.3125rem;left:0rem;display:block; }
#KLG5c6r077QFz1aHbfZ1wZHzvwQOvI7u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JILL6uxfSnxvopfsQFrqVkg9HgT7bm70 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#99a1af;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:1.875rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:13.875rem;left:1.4375rem;display:block; }
#Dwt19s6HThpsElppQMPmDxho523sNi1s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ShzwvBG1sFwEQeefAHeqq70SZya7Auey { position:absolute;display:block;z-index:15015;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:1rem;width:1rem;top:14.3125rem;left:0rem;overflow:hidden;display:block; }
#yV9sPOVbypsrB1b8U5kK4S1VCv9q9UTi { box-sizing:content-box;height:0.0625rem;width:4rem;position:absolute;display:block;z-index:15012;background-color:rgba(239,125,0,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.3125rem;left:23.75rem;display:block; }
#wmTNO9eC3Jo7MxhqQnyg9N5OK47sFI4W { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:4.625rem;left:23.75rem;height:1.625rem;font-style:normal;display:block; }
#qhsBkxyBBmzxubdqKBZwEoldn6tk0eZ2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#99a1af;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7rem;height:1.875rem;text-decoration:none;z-index:15032;text-align:left;text-align-last:left;top:8.6494140625rem;left:23.75rem;display:block; }
#hAekfGuTsE7ZJoQH4wtu4FlRLrDbU5RG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s7FgS9uvyZBT3C56FTPQWzqwN802zzOA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#99a1af;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:11.3125rem;left:23.75rem;display:block; }
#m7Jc00kRqu4JEqLQxyOUORT7fszgFQWE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GehA9Rb4spaqn4lvm84boxWlZkatqG9W { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#99a1af;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:1.875rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:13.875rem;left:23.75rem;display:block; }
#RlunZpr7P7oEDMVBHZPd1gNdoZzqGOpR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lqKtgf2Zupr6Hi3mwwmZKRq9yLZ6MmnX { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:4.625rem;left:47.6875rem;height:1.625rem;font-style:normal;display:block; }
#m4kn9UD9Ow2UVKbfIknsKAwam09b1lUB { box-sizing:content-box;height:0.0625rem;width:4rem;position:absolute;display:block;z-index:15014;background-color:rgba(239,125,0,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.3125rem;left:47.6875rem;display:block; }
#cpoT4VhTGAEDQNgfKQxGqqMhSMf2rOfH { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15019;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.9375rem;left:47.6875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#R56nzyv75Lx7XeiTcQWEEEBASLW2LrhN { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:3rem;height:3rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:8.9375rem;left:47.6875rem;display:block; }
#Ib9LHy0b3f8uVBrqknTVEDNPygQdiDrz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#se4kqWyTt8bTw1kKxF8L5dPVwfw1Mx2Z { position:absolute;display:block;z-index:15021;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:1.25rem;width:1.25rem;top:9.75rem;left:48.5rem;overflow:hidden;display:block; }
#W4Auf7BmLVvS8hXCxNJxZvrJJJO30h8g { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15022;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.9375rem;left:51.5625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#EacEsXheBigwifEuftNzwRi2yEauz74W { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:3rem;height:3rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:8.9375rem;left:51.5625rem;display:block; }
#IJkdD1VOgzF81NA6XARpvn82B5P2svxf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SKHUV3gBT2xuyt7oGBEVAoiUUmEcH86W { position:absolute;display:block;z-index:15024;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:1.25rem;width:1.25rem;top:9.75rem;left:52.375rem;overflow:hidden;display:block; }
#OV79bsNl8qO0I1Buqk3AftVCPnKqgUPb { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15025;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.9375rem;left:55.4375rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#SKm3ofH0zpPhwCCphT0aPKI626w5LEAl { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:3rem;height:3rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:8.9375rem;left:55.4375rem;display:block; }
#Fs11TosOyObv3qmiVRpXL8mU8lXrXM5a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hSywEiDOurovIal3dyUD8xXoXv9sN3M8 { position:absolute;display:block;z-index:15027;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:1.25rem;width:1.25rem;top:9.75rem;left:56.25rem;overflow:hidden;display:block; }
#EKNTAZeywSd0ukwhPU0oMEbCszFkaRmC { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15029;background-color:rgba(255,255,255,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:0rem;display:block; }
#p4LB8LFCzVyK8uwkkKwJoyc0HbGzIWN6 { color:#6a7282;display:block;width:46.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:20.375rem;left:0rem;height:1.1375rem;display:block; }
#W1gZH5f9rDquI3P0FvScnxNMTTwzQ8Bp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#6a7282;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:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:1.875rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:20.00625038147rem;left:61.0625rem;display:block; }
#ueUzKT3dTzJc2h9KvmAcQ3P7iX2qczHK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QpatWqZ6LExm0qWmT3SkMQyXE0WEyAwB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#6a7282;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:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:1.875rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:20.00625038147rem;left:70.6875rem;display:block; }
#LzcTDJLDz8zAA2DCV8lwkTd4vTfhe6dD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DOW1N0vgV47J8VCkE84tFkeMH8CSFq6T { position:absolute;display:block;z-index:15031;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:0.0625rem;width:75rem;top:24.1875rem;left:0rem;overflow:hidden;display:block; }
#zg1yixsFC1DwFTwAOBGKZm1G1VitP7Gx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:1.875rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:8.625rem;left:0rem;display:block; }
#nzhSM4oizZoJdQC2yERTGOxVpfK7166x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BfuD5CkHQbo0klkVMg8P9wDkT7rbXVrr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#6a7282;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:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.875rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:20.00625038147rem;left:50.5rem;display:block; }
#TmB700al1voOHh6JB4CN9VsuHOEETCZw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN { display:block; }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTTDL9vkLuJxkXRExh3SQMp90i2OODuX { width:18.75rem;height:3.6875rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV6yHerk21sVo84R1oTaVSCt06DKXOWx { width:5.5rem;height:1.875rem;top:1.5625rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5r29qFz6yLMQKNarIOa2hITzwEUi7JK { display:block; }
 }@media only screen and (max-width: 763px) { #fJTTOGHmUzC29TaFkr7MRua0AAnPUVZG { width:6.125rem;height:1.875rem;top:1.5625rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc0uCMTc9zU1KORH7ExLft8yX13aBP1a { display:block; }
 }@media only screen and (max-width: 763px) { #hLrqwrdR2pA9RO0ymTcNu8vaMPyoTAZf { width:6.0625rem;height:1.875rem;top:1.5625rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmSwcxx8qxpNLRnlml11EBJeTHyIpvMI { display:block; }
 }@media only screen and (max-width: 763px) { #neaSJ7s89epghvVn4MmQqFmS7sOlkZ2R { width:3.5rem;height:1.875rem;top:1.5625rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rONdutMFmZ22JHHT9JGyD45k4rFk8hPA { display:block; }
 }@media only screen and (max-width: 763px) { #EZo3X6uLkHd5wMn7KbS0kghSpHbEdphX { width:9.375rem;height:2.5rem;top:1.25rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJnWdq2ngpcEBWrCCV0BX4DtdTaxWEo1 { display:block; }
 }@media only screen and (max-width: 763px) { #c4JBI4voWbHrx9KQJhOUEeMWSh7rKSTM { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 { display:block; }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn { display:none; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LtWFc1UHZskJb4oOJ44t8iFt4JQOBN82 { width:5.5rem;height:1.875rem;top:1.5625rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR413d7FSRWDUGad16pUuxZhSUS6lRkE { display:block; }
 }@media only screen and (max-width: 763px) { #ZJfy7dcGVidmgXANNU63JzF4RcSSoT5Z { width:6.125rem;height:1.875rem;top:1.5625rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c68FyWb4d5VdFe6X3RvMTgGJ2566WUxN { display:block; }
 }@media only screen and (max-width: 763px) { #KnZAR1f3GlKDGfae8iwV3bfAmZkrxEEk { width:6.0625rem;height:1.875rem;top:1.5625rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs1254hL2gnNqGA7ZwHMf1WVyuMhdpkU { display:block; }
 }@media only screen and (max-width: 763px) { #ktH74VG7JLzTnbcvaDK960r9DtI21VS7 { width:3.5rem;height:1.875rem;top:1.5625rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6aal3rbzDyQsvnf1zW1PZJ8L9C2VWGo { display:block; }
 }@media only screen and (max-width: 763px) { #RqXlD4qwf8ON8P4q4JW4dongUFbnx86D { width:9.375rem;height:2.5rem;top:1.25rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOTBHhE9IUTFGnWRATg0GBQAas5E3TUA { display:block; }
 }@media only screen and (max-width: 763px) { #xd2UVbCGnMAefvrGNLmEbRqObTdBK60G { width:3.125rem;height:3.125rem;display:none; }
 }@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) { #wqyAepl89yTQIeCf8XlhWi9UgnAnwdkR { width:12rem;height:6rem;top:21.9375rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHRXonH7OWvMIBGpQ6mZZCTyATTnIQ1H { width:5rem;height:5rem;top:22.5625rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq4JpDs9dDUmbXPGwQtkvTDZuPpnRzvT { width:26.3125rem;height:3.875rem;top:31.25rem;left:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7HPLdDlZXvQf8RcIzt4OJ5SWUdDlcBn { width:47.75rem;height:;top:9rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNHDEv5M2b9eGTNXeTAmoC8dsTscxTwI { width:8rem;height:0.0625rem;top:16.1875rem;left:19.875002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxZA8Mc52UTNpomP5BEFzSvrTqNrbpTu { width:12rem;height:0.0625rem;top:25rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDk8zBVbX6sBadBFWe1xauovBne79qm6 { top:4.375rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0Weoy56u1gXBriKGwIc9kRhiI5T30sF { display:block; }#D0Weoy56u1gXBriKGwIc9kRhiI5T30sF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEvTUTxCukfGuOWApZmKCCU8QZbERe5z { width:23.8125rem;height:39rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVvhqrggRdmyZugvV60bVbQZ4r1VUU66 { width:23.125rem;height:20.9375rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfSF6aTzA4GSL0n4bcR0a6Vc1heLV4l9 { width:20rem;height:1.9375rem;top:8.0625rem;left:23.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEFDrnrBn3kkDBtsFHLmuziqmwi4c8s2 { width:32.4375rem;height:5.6875rem;top:11rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9x1tOOrlL6q9kmmbE50iUAcXqSAipI { width:20rem;height:;top:17.8125rem;left:23.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUhfTeeeQUaKiFGzq78hTNqk50fCQTOM { width:38rem;height:8.625rem;top:20.6875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHL6wxElk76kfQZL0So6gAQCq2lMT5ng { width:3rem;height:3rem;top:22.1875rem;left:24.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z826X6FXFMeBxMHnGon2OlvXyuGsmTeQ { width:31.375rem;height:1.625rem;top:22.3125rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEplXxUJyISB67u4ohQUWW9neqRTsgyT { width:26.8125rem;height:3.375rem;top:24.25rem;left:20.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7HFqRno3eWvwlnt87JvQOWwIHBft0P1 { width:1.5rem;height:1.5rem;top:23rem;left:25.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTNTGclWsqFbKHncrHB70aRWRAww6iX5 { width:38rem;height:8.625rem;top:30.4375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0sRCCXhLNlxwFS3W20DQhVT7J4rrDCH { width:26.8125rem;height:3.375rem;top:34rem;left:20.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekMRN830WPA3RLfmWR4QJdBQtHzVnWqK { width:31.375rem;height:;top:32.0625rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyXi5LiRBsmcyRv8aWg6ScudH165HJF7 { width:3rem;height:3rem;top:31.9375rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTZbRtm2X3twIaDk1fgRQcHvoUEdFn5S { width:1.5rem;height:1.5rem;top:32.75rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTxSCpvzTgawWTeesNpfbzfZcoMV1HwC { width:38rem;height:7rem;top:40.25rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAJ7FDnmbtc7u9FrGgFiFVPFqfh6mc3C { width:29.875rem;height:1.6875rem;top:43.8125rem;left:17.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvrbCZ9fnX6GhgUAABkvCuicX5BHbZn6 { width:31.375rem;height:;top:41.875rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBNfiefNvxc0WyTr0zusDgkacJ8xfnC3 { width:3rem;height:3rem;top:41.75rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8TW4HilT4l9i8y3UposlAkH7TlGBaVV { width:1.5rem;height:1.5rem;top:42.5625rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7kNOTxV7OMID49lN4MombibILlLcHPd { display:block; }#v7kNOTxV7OMID49lN4MombibILlLcHPd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKiFPT2Euc3VUO74z65K1xCGDQTNspDW { width:47.75rem;height:5.1875rem;top:4rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITAEgKeCxWZCK24An3RPmNULMLSdFNCe { width:8rem;height:0.0625rem;top:11.125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7tf5SPg22VZrmVM1yHya8CTmeqIBbEc { width:18rem;height:23.875rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWomHSFOt7bpaZZK6w5N56aC6WLg4yzd { width:3rem;height:3rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiMcXrzUNhqRGK786nh6Bs3WPWgBzO96 { width:2.125rem;height:0;top:18.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GToxh60au7Qia6D6nB3ckQJaKoF97Igs { width:12.5rem;height:1.125rem;top:21.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnGJnZW0GvRTdSiM43lJfc3fiQ7chW95 { width:16.6875rem;height:2.0625rem;top:23.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9tMmvh4XGNSTZHzbnxyDlnz21IlERfZ { width:15.0625rem;height:3.875rem;top:25.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5TMeqKfJiBIPWayegAD0Ex6s0rv6tVX { width:3.5rem;height:3.5rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZytHfubdrCnm7GpNnKN1naOAVBZIEtz { width:1.75rem;height:1.75rem;top:36rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOb12MqC1SGA7ZNc0ac3cXzrfJlS10Tq { width:18.125rem;height:0.375rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHEm1lRbwwTzsuTLyDcDPfHklmlPTnBF { width:18rem;height:23.875rem;top:16.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsmIXq76CsrJTBrxJ4h8S1X1TrrOf731 { width:16.6875rem;height:;top:23.25rem;left:6.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdGe5JEgsp8HxArHdKoX5em6Um9ueWxZ { width:12.5rem;height:1.125rem;top:21.75rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbLeHruxAQHWyL856kud1Wz1VxJXeqUA { width:16.375rem;height:2.625rem;top:25.625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNpcWCoAilf8bMnieHCHkT8ktCV0TRe8 { width:2.75rem;height:2.75rem;top:17.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z19MFgzqxIzTBuqyKbuU06sOFebnz4gw { width:2.125rem;height:1.625rem;top:18.5rem;left:7.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEZ1GRUUqDaUeGDQ8cGzZHmTwJApQlHu { width:3.5rem;height:3.5rem;top:35.0625rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDsgwMO3AUM7g3qSH2sXuoArSbN24wcT { width:1.75rem;height:1.75rem;top:36rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMBStuJfGM2vrhssMgaFqTOceFUvMA7E { width:18.125rem;height:0.375rem;top:41rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQtuT4i3r4a9ti0FmU1TUsgVJNgQnc0q { width:5.8125rem;height:0.375rem;top:41rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MowzUeCPvEpz9kIF2h39SL8fCGWa780h { width:18.125rem;height:1.3125rem;top:41.9375rem;left:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAHkxI2VrSC0apE6uHvLAVfzU95CSPeb { width:18rem;height:23.875rem;top:16.25rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZbNGz3c6CZ6ok5lnl0WqTVWpHUa7060 { width:16.6875rem;height:3.4375rem;top:23.375rem;left:25.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4MJ9tVJPscpixTv82Oy9ikZtXOmQsW0 { width:12.5rem;height:1.125rem;top:21.75rem;left:25.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTRb5stZyFUHXt3ESxOWHmyDtsfQpcPL { width:16.375rem;height:2.5625rem;top:27.1875rem;left:25.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #adhn9dL4E511iq3zMTOMzN226965nZUW { width:3.5rem;height:3.5rem;top:35.0625rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXDhfqT8TQA8Vs6iKOO9tpm7iaML0OrT { width:1.75rem;height:1.75rem;top:36rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPT60tyT6eXMxqWmCdAfxNMdXBPxgy2y { width:2.75rem;height:2.75rem;top:17.875rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8LZsJ1Bi5XgW5M6y5vsXKl1iy9oEGAD { width:2.125rem;height:1.625rem;top:18.5rem;left:26.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPb1mC8PdyqSvS3UHLbLGtFi8ilVWM42 { width:18.125rem;height:0.375rem;top:41rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7MnKQUWHMEpedsk7Jc2CBmRU75cNNmp { width:18.125rem;height:24rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEG4xg5bRAFe8mULSDfITsTccbh0qF5P { display:block; }
 }@media only screen and (max-width: 763px) { #oerci9n1z3nezpRDiae3fJT5eXRbVgKB { width:18rem;height:23.875rem;top:16.25rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdP5DuqoTMbOSMncoR3JEQmOTTpB3IZs { width:14.6875rem;height:3.4375rem;top:23.375rem;left:31.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwqy083nowsDbqikwMt5imyq69re3WZW { width:12.5rem;height:1.125rem;top:21.75rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTtqAB1xNrIrGgbHebDBoSIIhBaDT6eK { width:16.375rem;height:2.5625rem;top:27.1875rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSXMLOItPyTPfnxeV10RaSN3svvalBVJ { width:3.5rem;height:3.5rem;top:35.0625rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #doOnM0UOsci6M3u48WRQbVNAaMToZex0 { width:2.75rem;height:2.75rem;top:17.875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSornoWCD03TixnA8XI55heWGCNsnQBN { width:2.125rem;height:1.625rem;top:18.5rem;left:45.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOLauTty12Q991OR6RrZHLbZn6g1JT93 { width:1.75rem;height:1.75rem;top:36rem;left:46rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXOIJ7BoT5ZxXhCZTIAq4XNE6uTAZy1p { width:18.125rem;height:0.375rem;top:41rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlZy0LmZJovdObhFNTvU8fqrEehBH51D { width:18.125rem;height:24rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8a35gXQzAaibh0M859ZeTVT531tRA2W { display:block; }
 }@media only screen and (max-width: 763px) { #RdHTfrDZTeUTVEliBBVBfcV7xKcodaaL { width:18.125rem;height:24rem;top:16.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy5BoZNz6ft1ZZcEsKT5fM6ZDOLr1NnJ { display:block; }
 }@media only screen and (max-width: 763px) { #yIAtk7kQPLfub85EcTyfDvldCPgEI30t { width:18.125rem;height:24rem;top:16.25rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDcHrPK9vQReNx1mUHy2ut87KxZU49fG { display:block; }
 }@media only screen and (max-width: 763px) { #nCTbTwe2LDT4B4XuGIC2TFQWsizQ1vfo { width:18.125rem;height:24rem;top:16.25rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV3qoVSZ6W2o7cx5fThSx5bTUVn1orH3 { display:block; }
 }@media only screen and (max-width: 763px) { #wVefT1l4UMXThwolVupCLHMPr210q5OW { display:block; }#wVefT1l4UMXThwolVupCLHMPr210q5OW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awpTVkGFDQQ2FK0CNm0FOD1UJVLZFlVa { width:0.0625rem;height:19.6875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZcmmNnHMaMUJHUyXGXHZyVO0yGMrBLG { width:2.75rem;height:2.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKBlH6XqKDdGal4IQ9cg98Ti89V8DD3q { width:1.75rem;height:1.625rem;top:0.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7FAswKlkkAiI8xbKAwWHSfN97s6A5PB { width:2.75rem;height:2.75rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ2BiJRtR9phGfpWCk8nVB4la2WzNhvq { width:1.75rem;height:1.625rem;top:7.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAEWnhWuJy8dpRTQ80yQsZdCxRXOZHvl { width:2.75rem;height:2.75rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Twbq9tUuv3vIQaB1vPIBeZ97btlXac { width:1.75rem;height:1.625rem;top:13.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQuymUwMGBi5Wsm9GOqz33sv4Eq4BX7v { width:2.75rem;height:2.75rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnNCVzRJfop00p3dOV6sX7X7LJcI6i6D { width:1.75rem;height:1.625rem;top:20rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLunaiPouiBkGTGwQr201yfv4TnFQ3Wk { width:2.875rem;height:2.875rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvVRyfw56gqnXyggos572U3LTnn95KNb { display:block; }
 }@media only screen and (max-width: 763px) { #nzFofOJoWGqMIy7kbeO1NE48BUWio2xs { width:2.875rem;height:2.875rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnTuVbWIO6gT34HbDe4szSi28t1hAAzs { display:block; }
 }@media only screen and (max-width: 763px) { #FUFdCJh11cwekrKapSUbdEknXCHlKSa9 { width:2.875rem;height:2.875rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9ydUAiTg8QsNAtPxfk9MyBLkLnkHpK4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZfazZkxsqNpqFyKT0BHWpnBXiWfluSmx { width:2.875rem;height:2.875rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBDzz2LbasVBWlL8oVEmxTy8pHkTQSly { display:block; }
 }@media only screen and (max-width: 763px) { #lGJ0Cbh9carChb2IL4rWErAUPt8tTOwt { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SCst3muh6llGT2gAyxEKifWfyhXyDqPg { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0u9TAmz6c2d5X5VOEb1yeJwvi7fEbzC { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bc1CwlbWcXCQVhispSslDTopABqHlrcH { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK { display:block; }#cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lfgZhely75Tzom3T2t9My9yER1sJTlvE { width:47.25rem;height:106.5rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCzeJ06nNLW5ttrrvOxqm3ptBz0iJbsV { width:5.375rem;height:5.375rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxpg1nwabrbSrVQw3N1MIxM5hk147ECa { width:2.125rem;height:2.875rem;top:10.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4nftDV6dTXzTAmNLSnPLdDZMAdwTAIU { width:47.625rem;height:3.875rem;top:10.1875rem;left:0.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU3kQzbCrS0304FI7t4QBhzOfq8hcbGl { width:47.625rem;height:7.75rem;top:17.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ2wQqmcrp7E9OH3ZF7CnIQaPuW53qUG { width:47.75rem;height:3.375rem;top:26.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1fKSs5GhtoGpdBOeR8ZoMaGG4ziWTsD { width:47.625rem;height:28.8125rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnC6a52G183U8VbmwSdSpROp8cs80EXf { width:47.75rem;height:3.6147741147741rem;top:56.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h374TmsgGbMN4nTHaa99RvF9ACOu7zso { width:7.875rem;height:7.875rem;top:41.8125rem;left:20.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh7ekBLvJeJTidDkK9TMV95tDsiRcOeR { width:47.75rem;height:3.375rem;top:61.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1dgzXCfZKBPTpfOFUwfsT5OkDB6bhxf { width:16.4375rem;height:11.0625rem;top:68rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emN1Gy4IfhGXs3laixxM0DTiqsyE2pf2 { width:1.9375rem;height:0.0625rem;top:69.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe7rMLT6eluu8lAaMTvd3hdvp9mT4sA1 { width:12.5rem;height:1.25rem;top:69.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPC6sGPTAmuP0BpgIrI4untsVOWKBzJ5 { width:13.875rem;height:4.875rem;top:71.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpEr2rPvTt91JqHl72Zkf0m0QJKTlgMQ { width:16.4375rem;height:11.0625rem;top:68rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scdm5lPlXcmtOZhLvZpqVJyFEpmdTgH0 { width:1.9375rem;height:0.0625rem;top:69.25rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iag8lbq1J49mDDoHuX4B1vTQI7FcQrUv { width:12.5rem;height:1.25rem;top:69.875rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN2WdErMcOAURfkzHgIalT0pszLdWyMW { width:13.875rem;height:4.875rem;top:71.5625rem;left:17.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHu6tOmqGv6kmJaELasSW4IRBufghBTf { width:16.4375rem;height:11.0625rem;top:68rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhzGyXbab7uS8MWh2vTJsUUi8eWmkXK8 { width:1.9375rem;height:0.0625rem;top:69.25rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9DzxBoDvMm2Tuz1rzf42hs59npMWJxZ { width:12.5rem;height:1.25rem;top:69.875rem;left:34.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCFnr8hWcuG2IzbpflRzthDiFwCfrS1x { width:13.875rem;height:4.875rem;top:71.5625rem;left:33.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzoK5a5tSVRKnkwlUVWyS0QyeTzH4UfR { width:9.4375rem;height:10.625rem;top:81.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRORE4gJ4VTfovJyAnP6oPTgzZGziswT { width:9.4375rem;height:6.5625rem;top:81.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #COGskhz6aT1egSao12LU5AlKmBpx1JKo { width:9.4375rem;height:4.125rem;top:88.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArFHWBDTuKnqFRDzr0Skkz5kPn5MFCRr { width:9.4375rem;height:1.9375rem;top:89.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMyF097vZnWlwNVhotVoKGMxNf69sTPG { width:9.4375rem;height:10.625rem;top:81.8125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #leliQN8a4TfCl8zJd1oEvcvhNSnfLxa8 { width:9.3125rem;height:6.5rem;top:81.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT8TT0Iiq1p3RhRhIPg5cL70zoKegW8u { width:9.4375rem;height:4.125rem;top:88.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbq4IutSkvkJKvWuuSGNT3thzLdhq5pB { width:9.4375rem;height:2.875rem;top:88.9375rem;left:8.7708339691163rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOPapN9f1gFFfWfBtkSp3voD2E9bnibf { width:9.4375rem;height:10.625rem;top:81.8125rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz1FauTc0T2bu2cae4T5DZpnTrGwPXFp { width:9.3125rem;height:6.5rem;top:81.875rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfT5nZTMMyhK6SBlpm53rN1tTp4LegxK { width:9.4375rem;height:4.125rem;top:88.375rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyLSKwMmIH0GCK3xfBT6ID2hx3KTczrA { width:9.4375rem;height:1.9375rem;top:89.375rem;left:19.15625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJs8B5GAcl44KxMMXOTmPQtoVkwbHTf9 { width:9.4375rem;height:10.625rem;top:81.8125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNml7LiHK0nkPtqkybrfdKWsJ3gtyVvg { width:9.3125rem;height:6.5rem;top:81.875rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNJ8BXOqv4nGBJSN965c0QmoEpRF9W82 { width:9.4375rem;height:4.125rem;top:88.375rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVPBv6JSxydhdeSBbCWTse3vETxuFENq { width:9.4375rem;height:1.9375rem;top:89.375rem;left:29.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDp84PgJx2e3mrplURLFTTmivNGqm7Q3 { width:9.4375rem;height:10.625rem;top:81.8125rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZrew18IMFwJancddfknXgUgWRWbLEie { width:9.3125rem;height:6.5rem;top:81.875rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbb8CNufTZpioBXHIaxgvr2aVf26BdMD { width:9.4375rem;height:4.125rem;top:88.375rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd46GJ8u2QvfFAe3lF510eFN6Msav1zw { width:9.4375rem;height:2.875rem;top:88.875rem;left:38.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZFD2Th1PeHTV8z20Fn2y0TcHJzpLHIO { width:1.6875rem;height:1.6875rem;top:96.375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6zLbtJLnqW4ZZbxLoZz5NpOxCvClITQ { width:12.5rem;height:1.6875rem;top:96.375rem;left:12.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikwkIDFzJ06r0ibUIA1Vu5SGb4b5nkvQ { width:1.6875rem;height:1.6875rem;top:96.375rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et4RJCeH7BzUkydZXTeNlMq0fHqiwmny { width:12.5rem;height:1.6875rem;top:96.375rem;left:30.125002384186rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6qllbVK2c8HWFP6nATNNpvClqS5DqXB { width:18rem;height:4.25rem;top:99.8125rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG5ni5355roNGA9mCX3Q51Dk8xTkkvrN { width:18rem;height:1.4375rem;top:101.1875rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KssFdUnkDcixaV0xmliUUBws39iB5c21 { width:1.25rem;height:1.25rem;top:101.3125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvvy6hvVRqUfmnMRC0kpqcPs5bcmIXbh { width:18rem;height:4.25rem;top:99.8125rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVKrS1dTMFzPufiKshK93UbVFSDevIER { display:block; }
 }@media only screen and (max-width: 763px) { #aAonuHLLLofWIVnhCSEzId6RZS5GOWI1 { width:34.1875rem;height:1.25rem;top:105.9375rem;left:6.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biE8R1kfdp4fFmpzmmzW73lJeMRi17uA { top:100.125rem;left:15.28125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfPM7k3XEelebmEHbopgyhn4nsAxl0zQ { top:31.375rem;left:0rem;width:47.75rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tssxk7d6tUTOH3dxLWqa8zzNhOAgCBI6 { top:0rem;left:5.28125rem;width:38.75rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uImTs8ATZl60hTNpW0gNkvDeUbRSDXKz { display:block; }#uImTs8ATZl60hTNpW0gNkvDeUbRSDXKz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGUwVa6X4s8nGmJTDi4y2d6lfCo6N5G9 { width:47.25rem;height:51.125rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9BARBrUbxakF7AQTr0E1TwT76XBei2r { width:5rem;height:5rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa9RlttQCsscOvxJDCgno9QONd1PKTeO { width:2.125rem;height:2.875rem;top:10.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX3A3Ww1OQ8kV43Sd5E7cGITeUEBS0zh { width:47.625rem;height:;top:10.5625rem;left:0.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oki93BQGbeiX85oQW3Vtnn8dAgOcgUfG { width:47.625rem;height:;top:17.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOqWBZ6D4lnOg8s7X2fe2TyVLRfCJd37 { width:47.75rem;height:13.5rem;top:29.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7esA7u8dpHvNtEVD8Kh18kKT9rSxEtt { width:47.75rem;height:1.25rem;top:52.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDafQwqSHVZbHeNCKx7ZFJAZ1BQaT60m { width:47.75rem;height:0.375rem;top:51.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uufwoa8TENRZV7APKpJb6h9umZRTm95W { width:5.8125rem;height:0.375rem;top:51.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFmImcFp6cV15WruAAz9ae6DCrxpTyJs { top:0rem;left:5.3125rem;width:38.75rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW5EQz7JBM8pshobT8mlx5TvbPfDnrnT { display:block; }#PW5EQz7JBM8pshobT8mlx5TvbPfDnrnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHmLtE655oFOxX0RhDsDw8MOQcKIC1Ps { width:47.25rem;height:122.125rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o20Lc5lSS5iaAI2TPK0fvCwzva5pIaqQ { width:5rem;height:5rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuKz9nOex2ozGdBqLdZ288cJWp34ewnf { width:2.125rem;height:2.875rem;top:10.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrcQlTKm9OdZIEcADBxVcEOGe1JQi81l { width:47.75rem;height:3.875rem;top:10.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGyiKEaUckSo508cEabZmNHZM1JAHiFR { width:47.625rem;height:;top:17.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEumBcwAKw0pAUMITSkEv50va4kWT9N3 { width:47.75rem;height:5.0625rem;top:27.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLwSGFDfz3CTmVUFXnI1tglE7SSTDfzK { width:15.9375rem;height:26.0625rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoL3Nv9J6suoDBtaBHLUtOf4dLHOfmiy { width:13.25rem;height:17.75rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qx5mnS4roMBbrLNmF2fnO8KtrCMVnAGc { width:15.9375rem;height:5.6875rem;top:55rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4KQ5Np2KE0znFRlgunJWXPZB9PGa1kT { width:15.9375rem;height:1.375rem;top:55.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txcMKIpMdf41SxfkapN3sJ4o8qducewb { width:15.9375rem;height:2.0625rem;top:57.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RehHAhHo8VLnKLTcwhkqFwsd5oI0xLh2 { width:15.9375rem;height:26.0625rem;top:34.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A16eTvQy5fGigpAvf34GyXHCv7D2oFde { width:13.25rem;height:17.75rem;top:36rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4i7C1C6GOIMx7bkgxEAxANS4pMxE1KU { width:15.9375rem;height:1.375rem;top:55.8125rem;left:15.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxbDhkwTNUokMDQa1pxO0TCv4lNr9B2o { width:15.9375rem;height:2.0625rem;top:57.6875rem;left:15.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6GBl1pNu1Gr5sbkJ5nEWsIsrw0Ogfu4 { width:15.9375rem;height:26.0625rem;top:34.5625rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpLkyWz3rZtVde3VpwqEcON1JmxG5Tas { width:13.25rem;height:17.75rem;top:36rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNrP1JZfSEwlazfpXqo3ybsCW8s95enT { width:15.9375rem;height:1.375rem;top:55.8125rem;left:31.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #diGBoelr81OH6CJa7F6dgf8hr1nEPrxe { width:15.9375rem;height:2.0625rem;top:57.6875rem;left:31.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT9F6wKRP5MQ0srIyyiUJkVJwP0BXh8H { width:15.9375rem;height:26.0625rem;top:63.3125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUwKGczqgRGZnlEAP3KoCH5xLhWHlRi5 { width:13.25rem;height:17.75rem;top:64.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbmAUS77FfRyNxeXHPbe1LPzoiFNAsI7 { width:15.9375rem;height:26.0625rem;top:63.3125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLpypLihEK0fVKhU135NWhisbIfmL3gI { width:13.25rem;height:17.75rem;top:64.75rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guicXWZKEZpHoCWg20RX6XKov8qTxkRe { width:15.9375rem;height:26.0625rem;top:92.0625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq7N21Tm1pQeIFfWxnb0eS7kF8wmMb68 { width:13.3125rem;height:18.625rem;top:93.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChIeMERLrArqALch0FN32aMzOhe8pyXd { width:15.9375rem;height:5.6875rem;top:83.75rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okvyFHeI3JnnBbhA6BUhQfkAzMkJWNuq { width:15.9375rem;height:1.375rem;top:84.5625rem;left:7.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIT0NDdPCC2ckVzoUm3tidkDn1akgdNQ { width:15.9375rem;height:1.375rem;top:84.5625rem;left:24.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKNlR4nRGmG9rdrlSBK9Jb8FfPZqTpXq { width:15.9375rem;height:1.375rem;top:113.3125rem;left:7.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blCE98SukygfefrmySNr5gikm39okKMt { width:15.9375rem;height:2.0625rem;top:86.4375rem;left:7.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHVo3hQJhX88A5JynbiflBoPnEaXP5dB { width:15.9375rem;height:2.0625rem;top:86.4375rem;left:24.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiZw9VqWyGLTzuUy2N1UG1wioBbOfWC4 { width:15.9375rem;height:2.0625rem;top:115.1875rem;left:7.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbVgHA79mnyoZ3HaCb4S179yAimfJQde { width:47.75rem;height:0.375rem;top:122.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV5fXBIVCHwTD2eV0l0MZpFi5TgpFZd9 { width:47.75rem;height:1.25rem;top:123.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gautazonKZJU7G2M6nahXV0lAatf7nKv { width:12.875rem;height:;top:3.125rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EBean6nKHa00ll74qITReiEpXmESsT1d { width:12.875rem;height:;top:11.75rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OkMx4tuTfzeg7hCNeb4TBMTXAb94mThq { width:15.9375rem;height:5.6875rem;top:55rem;left:15.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzuLXtSghcASLpQ245ecQyINAf1NqMVG { width:15.9375rem;height:5.6875rem;top:55rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzP0E2DoeEE2vMWRRyOeVgJA44owyz0U { width:15.9375rem;height:5.6875rem;top:83.75rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cikpwdUqcEFiaoTCrNDweVpBMTXaCyWS { width:15.9375rem;height:5.6875rem;top:112.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoXQbQIHFQX0hpAdrGARhdBvnVTAqkqW { width:15.9375rem;height:26.0625rem;top:92.125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1rhaOIqJ7pRHa4KQXOt4hg5iQATkcf2 { width:13.3125rem;height:18.625rem;top:93.5625rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX2V1TD6W3udcIbxkNUf2r7WlgXqeIKS { width:15.9375rem;height:5.6875rem;top:112.5625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b11ZalMTbfWV8DeN3BBm1xD8UCg6Od2r { width:15.9375rem;height:1.375rem;top:113.375rem;left:24.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIBVkadfRCsrPilXLndUHt1Okp99cyNn { width:15.9375rem;height:2.0625rem;top:115.25rem;left:24.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcgnTQhO5VlO8z8OeqPGwPDuFfJ4cSyL { top:0rem;left:4.5rem;width:38.75rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F69OddVVHLMdU0wlqMXC33T0KeaDXq5Z { display:block; }#F69OddVVHLMdU0wlqMXC33T0KeaDXq5Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkvsH5vUmaSdd4EPVgTk1GPUeL7JJdJq { width:47.25rem;height:37.4375rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8PiNV2dD4JtHsoC4Wom4wFzVN57ITuy { width:5rem;height:5rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNwO521kzi5F01MtqyvVKGvOw7HLqsih { width:2.125rem;height:2.875rem;top:10.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQQtHeTxCSS4SCgm1C3wmnP98eVHSTGn { width:47.625rem;height:;top:10.5625rem;left:0.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns6dpFPbKxeUONUa15scwolNexAhqAQC { width:47.625rem;height:;top:17.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGl1vrP5cKFnVh5Gfw2FEI4LS9fXgZ1Z { width:39.8125rem;height:3.375rem;top:23.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJT49L9Em2q591Udqr3ZRQWDfTDikFpe { width:47.75rem;height:1.25rem;top:38.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOBlKmwuNcnxIabtDB4sHv8MxMhqfce3 { width:47.75rem;height:0.375rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri { display:block; }#yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tF7euxkF9H0OPmLItG6TJE0UXqp1F1Gp { top:3.125rem;left:4.5rem;width:38.75rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH { display:block; }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuuQTzT2X2UatctH5WKoTcDNdO21KA7Z { width:7.625rem;height:1.75rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeXuPMERJEHOivuPGgwzHE4exRvTKTv5 { width:4rem;height:0.0625rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQfoqDZWcEnovy10RaIVUZhGgohRmgWB { width:8.375rem;height:1.875rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLG5c6r077QFz1aHbfZ1wZHzvwQOvI7u { display:block; }
 }@media only screen and (max-width: 763px) { #JILL6uxfSnxvopfsQFrqVkg9HgT7bm70 { width:6.0625rem;height:1.875rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwt19s6HThpsElppQMPmDxho523sNi1s { display:block; }
 }@media only screen and (max-width: 763px) { #ShzwvBG1sFwEQeefAHeqq70SZya7Auey { width:1rem;height:1rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV9sPOVbypsrB1b8U5kK4S1VCv9q9UTi { width:4rem;height:0.0625rem;top:7.3125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmTNO9eC3Jo7MxhqQnyg9N5OK47sFI4W { width:12.5rem;height:1.625rem;top:4.625rem;left:10.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhsBkxyBBmzxubdqKBZwEoldn6tk0eZ2 { width:7rem;height:1.875rem;top:8.625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAekfGuTsE7ZJoQH4wtu4FlRLrDbU5RG { display:block; }
 }@media only screen and (max-width: 763px) { #s7FgS9uvyZBT3C56FTPQWzqwN802zzOA { width:8.125rem;height:1.875rem;top:11.3125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7Jc00kRqu4JEqLQxyOUORT7fszgFQWE { display:block; }
 }@media only screen and (max-width: 763px) { #GehA9Rb4spaqn4lvm84boxWlZkatqG9W { width:10rem;height:1.875rem;top:13.875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlunZpr7P7oEDMVBHZPd1gNdoZzqGOpR { display:block; }
 }@media only screen and (max-width: 763px) { #lqKtgf2Zupr6Hi3mwwmZKRq9yLZ6MmnX { width:12.5rem;height:1.625rem;top:4.625rem;left:34.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4kn9UD9Ow2UVKbfIknsKAwam09b1lUB { width:4rem;height:0.0625rem;top:7.3125rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpoT4VhTGAEDQNgfKQxGqqMhSMf2rOfH { width:3rem;height:3rem;top:8.9375rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R56nzyv75Lx7XeiTcQWEEEBASLW2LrhN { width:3rem;height:3rem;top:8.9375rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib9LHy0b3f8uVBrqknTVEDNPygQdiDrz { display:block; }
 }@media only screen and (max-width: 763px) { #se4kqWyTt8bTw1kKxF8L5dPVwfw1Mx2Z { width:1.25rem;height:1.25rem;top:9.75rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4Auf7BmLVvS8hXCxNJxZvrJJJO30h8g { width:3rem;height:3rem;top:8.9375rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EacEsXheBigwifEuftNzwRi2yEauz74W { width:3rem;height:3rem;top:8.9375rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJkdD1VOgzF81NA6XARpvn82B5P2svxf { display:block; }
 }@media only screen and (max-width: 763px) { #SKHUV3gBT2xuyt7oGBEVAoiUUmEcH86W { width:1.25rem;height:1.25rem;top:9.75rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV79bsNl8qO0I1Buqk3AftVCPnKqgUPb { width:3rem;height:3rem;top:8.9375rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKm3ofH0zpPhwCCphT0aPKI626w5LEAl { width:3rem;height:3rem;top:8.9375rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs11TosOyObv3qmiVRpXL8mU8lXrXM5a { display:block; }
 }@media only screen and (max-width: 763px) { #hSywEiDOurovIal3dyUD8xXoXv9sN3M8 { width:1.25rem;height:1.25rem;top:9.75rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKNTAZeywSd0ukwhPU0oMEbCszFkaRmC { width:47.75rem;height:0.0625rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4LB8LFCzVyK8uwkkKwJoyc0HbGzIWN6 { width:46.5625rem;height:1.125rem;top:20.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1gZH5f9rDquI3P0FvScnxNMTTwzQ8Bp { width:8.375rem;height:1.875rem;top:20rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueUzKT3dTzJc2h9KvmAcQ3P7iX2qczHK { display:block; }
 }@media only screen and (max-width: 763px) { #QpatWqZ6LExm0qWmT3SkMQyXE0WEyAwB { width:4.3125rem;height:1.875rem;top:20rem;left:43.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzcTDJLDz8zAA2DCV8lwkTd4vTfhe6dD { display:block; }
 }@media only screen and (max-width: 763px) { #DOW1N0vgV47J8VCkE84tFkeMH8CSFq6T { width:47.75rem;height:0.039791666666667rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg1yixsFC1DwFTwAOBGKZm1G1VitP7Gx { width:6.6875rem;height:1.875rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzhSM4oizZoJdQC2yERTGOxVpfK7166x { display:block; }
 }@media only screen and (max-width: 763px) { #BfuD5CkHQbo0klkVMg8P9wDkT7rbXVrr { width:9.5rem;height:1.875rem;top:20rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmB700al1voOHh6JB4CN9VsuHOEETCZw { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTTDL9vkLuJxkXRExh3SQMp90i2OODuX { width:13.75rem;height:2.625rem;top:0.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV6yHerk21sVo84R1oTaVSCt06DKXOWx { width:5.5rem;height:1.875rem;top:6.1875rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5r29qFz6yLMQKNarIOa2hITzwEUi7JK { display:block; }
 }@media only screen and (max-width: 763px) { #fJTTOGHmUzC29TaFkr7MRua0AAnPUVZG { width:6.125rem;height:1.875rem;top:9.3125rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cc0uCMTc9zU1KORH7ExLft8yX13aBP1a { display:block; }
 }@media only screen and (max-width: 763px) { #hLrqwrdR2pA9RO0ymTcNu8vaMPyoTAZf { width:6.0625rem;height:1.875rem;top:12.4375rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmSwcxx8qxpNLRnlml11EBJeTHyIpvMI { display:block; }
 }@media only screen and (max-width: 763px) { #neaSJ7s89epghvVn4MmQqFmS7sOlkZ2R { width:3.5rem;height:1.875rem;top:15.5625rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rONdutMFmZ22JHHT9JGyD45k4rFk8hPA { display:block; }
 }@media only screen and (max-width: 763px) { #EZo3X6uLkHd5wMn7KbS0kghSpHbEdphX { width:9.375rem;height:2.5rem;top:18.6875rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJnWdq2ngpcEBWrCCV0BX4DtdTaxWEo1 { display:block; }
 }@media only screen and (max-width: 763px) { #c4JBI4voWbHrx9KQJhOUEeMWSh7rKSTM { display:flex;top:1.09375rem;left:17.75rem;width:2.25rem;height:2.25rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 { display:block; }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn { position:relative;z-index:auto;display:block; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn { background-color: transparent; background-image: none; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row .container > .video-iframe-container { display: none; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row > .video-iframe-container { display: none; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .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); }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn { border-width: 0; border-radius: 0; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row .container { width:20rem;height:23.5625rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LtWFc1UHZskJb4oOJ44t8iFt4JQOBN82 { width:5.5rem;height:1.875rem;top:4.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR413d7FSRWDUGad16pUuxZhSUS6lRkE { display:block; }
 }@media only screen and (max-width: 763px) { #ZJfy7dcGVidmgXANNU63JzF4RcSSoT5Z { width:6.125rem;height:1.875rem;top:7.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c68FyWb4d5VdFe6X3RvMTgGJ2566WUxN { display:block; }
 }@media only screen and (max-width: 763px) { #KnZAR1f3GlKDGfae8iwV3bfAmZkrxEEk { width:6.0625rem;height:1.875rem;top:10.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs1254hL2gnNqGA7ZwHMf1WVyuMhdpkU { display:block; }
 }@media only screen and (max-width: 763px) { #ktH74VG7JLzTnbcvaDK960r9DtI21VS7 { width:3.5rem;height:1.875rem;top:13.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6aal3rbzDyQsvnf1zW1PZJ8L9C2VWGo { display:block; }
 }@media only screen and (max-width: 763px) { #RqXlD4qwf8ON8P4q4JW4dongUFbnx86D { width:9.375rem;height:2.5rem;top:18.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOTBHhE9IUTFGnWRATg0GBQAas5E3TUA { display:block; }
 }@media only screen and (max-width: 763px) { #xd2UVbCGnMAefvrGNLmEbRqObTdBK60G { display:flex;top:1.125rem;left:14.25rem;width:1.375rem;height:1.375rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqyAepl89yTQIeCf8XlhWi9UgnAnwdkR { width:9.5rem;height:4.6875rem;top:12.1875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHRXonH7OWvMIBGpQ6mZZCTyATTnIQ1H { width:4.0625rem;height:4.0625rem;top:12.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq4JpDs9dDUmbXPGwQtkvTDZuPpnRzvT { width:20rem;height:2.92448125rem;top:19.549999237061rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7HPLdDlZXvQf8RcIzt4OJ5SWUdDlcBn { width:20rem;height:2.11198125rem;top:6.9375rem;left:0rem;font-size:1.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gNHDEv5M2b9eGTNXeTAmoC8dsTscxTwI { width:8rem;height:0.0625rem;top:9.9496517181394rem;left:6.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxZA8Mc52UTNpomP5BEFzSvrTqNrbpTu { width:9.5rem;height:0.0625rem;top:14.625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDk8zBVbX6sBadBFWe1xauovBne79qm6 { width:20rem;height:3.0859375rem;top:2.4661445617676rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0Weoy56u1gXBriKGwIc9kRhiI5T30sF { display:block; }#D0Weoy56u1gXBriKGwIc9kRhiI5T30sF > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEvTUTxCukfGuOWApZmKCCU8QZbERe5z { width:10.375rem;height:17.0625rem;top:6.4375rem;left:-2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVvhqrggRdmyZugvV60bVbQZ4r1VUU66 { width:8.9375rem;height:8.0625rem;top:5.3812503814697rem;left:-1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfSF6aTzA4GSL0n4bcR0a6Vc1heLV4l9 { width:10.5625rem;height:1.625rem;top:8.6875rem;left:7.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEFDrnrBn3kkDBtsFHLmuziqmwi4c8s2 { width:12.125rem;height:8.921875rem;top:11.375rem;left:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9x1tOOrlL6q9kmmbE50iUAcXqSAipI { width:11.1875rem;height:1.625rem;top:22rem;left:7.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUhfTeeeQUaKiFGzq78hTNqk50fCQTOM { width:19.875rem;height:10.1875rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHL6wxElk76kfQZL0So6gAQCq2lMT5ng { width:3rem;height:3rem;top:26.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z826X6FXFMeBxMHnGon2OlvXyuGsmTeQ { width:13.75rem;height:2.6rem;top:26.325000762939rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEplXxUJyISB67u4ohQUWW9neqRTsgyT { width:17.9375rem;height:4.2rem;top:29.9375rem;left:1.0625rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #c7HFqRno3eWvwlnt87JvQOWwIHBft0P1 { width:1.5rem;height:1.5rem;top:26.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTNTGclWsqFbKHncrHB70aRWRAww6iX5 { width:19.875rem;height:8.9375rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0sRCCXhLNlxwFS3W20DQhVT7J4rrDCH { width:17.8125rem;height:2.8rem;top:41.4375rem;left:1.0625rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ekMRN830WPA3RLfmWR4QJdBQtHzVnWqK { width:13.9375rem;height:1.3rem;top:37.887500762939rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyXi5LiRBsmcyRv8aWg6ScudH165HJF7 { width:3rem;height:3rem;top:37.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTZbRtm2X3twIaDk1fgRQcHvoUEdFn5S { width:1.5rem;height:1.5rem;top:38.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTxSCpvzTgawWTeesNpfbzfZcoMV1HwC { width:19.875rem;height:8.6875rem;top:46.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAJ7FDnmbtc7u9FrGgFiFVPFqfh6mc3C { width:17.875rem;height:2.8rem;top:51.63125038147rem;left:1.0625rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ZvrbCZ9fnX6GhgUAABkvCuicX5BHbZn6 { width:11.75rem;height:1.3rem;top:48.66250038147rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBNfiefNvxc0WyTr0zusDgkacJ8xfnC3 { width:3rem;height:3rem;top:47.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8TW4HilT4l9i8y3UposlAkH7TlGBaVV { width:1.5rem;height:1.5rem;top:48.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7kNOTxV7OMID49lN4MombibILlLcHPd { display:block; }#v7kNOTxV7OMID49lN4MombibILlLcHPd > .row .container { width:20rem;height:108.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKiFPT2Euc3VUO74z65K1xCGDQTNspDW { width:20rem;height:2.4375rem;top:3.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITAEgKeCxWZCK24An3RPmNULMLSdFNCe { width:8rem;height:0.0625rem;top:7.7rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7tf5SPg22VZrmVM1yHya8CTmeqIBbEc { width:18rem;height:20.6875rem;top:9.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWomHSFOt7bpaZZK6w5N56aC6WLg4yzd { width:3rem;height:3rem;top:11.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiMcXrzUNhqRGK786nh6Bs3WPWgBzO96 { width:2.125rem;height:1.625rem;top:11.875rem;left:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GToxh60au7Qia6D6nB3ckQJaKoF97Igs { width:12.5rem;height:1.1375rem;top:15.125rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnGJnZW0GvRTdSiM43lJfc3fiQ7chW95 { width:16.6875rem;height:2.03125rem;top:16.625rem;left:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9tMmvh4XGNSTZHzbnxyDlnz21IlERfZ { width:12.5rem;height:3.8984375rem;top:19rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5TMeqKfJiBIPWayegAD0Ex6s0rv6tVX { width:3.5rem;height:3.5rem;top:25.25rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZytHfubdrCnm7GpNnKN1naOAVBZIEtz { width:1.75rem;height:1.75rem;top:26.1875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOb12MqC1SGA7ZNc0ac3cXzrfJlS10Tq { width:18.125rem;height:0.375rem;top:31.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHEm1lRbwwTzsuTLyDcDPfHklmlPTnBF { width:18rem;height:20.6875rem;top:33.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsmIXq76CsrJTBrxJ4h8S1X1TrrOf731 { width:16.375rem;height:2.03125rem;top:40.9375rem;left:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdGe5JEgsp8HxArHdKoX5em6Um9ueWxZ { width:12.5rem;height:1.1375rem;top:39.4375rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbLeHruxAQHWyL856kud1Wz1VxJXeqUA { width:16.375rem;height:2.6rem;top:43.3125rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNpcWCoAilf8bMnieHCHkT8ktCV0TRe8 { width:2.75rem;height:2.75rem;top:35.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z19MFgzqxIzTBuqyKbuU06sOFebnz4gw { width:2.125rem;height:1.625rem;top:36.1875rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEZ1GRUUqDaUeGDQ8cGzZHmTwJApQlHu { width:3.5rem;height:3.5rem;top:49.6875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDsgwMO3AUM7g3qSH2sXuoArSbN24wcT { width:1.75rem;height:1.75rem;top:50.625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMBStuJfGM2vrhssMgaFqTOceFUvMA7E { width:18.125rem;height:0.375rem;top:55.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQtuT4i3r4a9ti0FmU1TUsgVJNgQnc0q { width:5.8125rem;height:0.375rem;top:55.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MowzUeCPvEpz9kIF2h39SL8fCGWa780h { width:18.125rem;height:1.1375rem;top:56.700000762939rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAHkxI2VrSC0apE6uHvLAVfzU95CSPeb { width:18rem;height:20.6875rem;top:59.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZbNGz3c6CZ6ok5lnl0WqTVWpHUa7060 { width:16.0625rem;height:3.4375rem;top:67rem;left:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4MJ9tVJPscpixTv82Oy9ikZtXOmQsW0 { width:12.5rem;height:1.1375rem;top:65.375rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTRb5stZyFUHXt3ESxOWHmyDtsfQpcPL { width:16.375rem;height:2.6rem;top:70.8125rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #adhn9dL4E511iq3zMTOMzN226965nZUW { width:3.5rem;height:3.5rem;top:75.5625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXDhfqT8TQA8Vs6iKOO9tpm7iaML0OrT { width:1.75rem;height:1.75rem;top:76.5rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPT60tyT6eXMxqWmCdAfxNMdXBPxgy2y { width:2.75rem;height:2.75rem;top:61.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8LZsJ1Bi5XgW5M6y5vsXKl1iy9oEGAD { width:2.125rem;height:1.625rem;top:62.125rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPb1mC8PdyqSvS3UHLbLGtFi8ilVWM42 { width:18.125rem;height:0.375rem;top:81.575000762938rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7MnKQUWHMEpedsk7Jc2CBmRU75cNNmp { width:18.125rem;height:20.6875rem;top:9.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEG4xg5bRAFe8mULSDfITsTccbh0qF5P { display:block; }
 }@media only screen and (max-width: 763px) { #oerci9n1z3nezpRDiae3fJT5eXRbVgKB { width:18rem;height:20.6875rem;top:83.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdP5DuqoTMbOSMncoR3JEQmOTTpB3IZs { width:14.6875rem;height:3.4375rem;top:91.0625rem;left:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwqy083nowsDbqikwMt5imyq69re3WZW { width:12.5rem;height:1.1375rem;top:89.4375rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTtqAB1xNrIrGgbHebDBoSIIhBaDT6eK { width:16.375rem;height:2.6rem;top:94.875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSXMLOItPyTPfnxeV10RaSN3svvalBVJ { width:3.5rem;height:3.5rem;top:99.6875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #doOnM0UOsci6M3u48WRQbVNAaMToZex0 { width:2.75rem;height:2.75rem;top:85.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSornoWCD03TixnA8XI55heWGCNsnQBN { width:2.125rem;height:1.625rem;top:86.1875rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOLauTty12Q991OR6RrZHLbZn6g1JT93 { width:1.75rem;height:1.75rem;top:100.625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXOIJ7BoT5ZxXhCZTIAq4XNE6uTAZy1p { width:18.125rem;height:0.375rem;top:105.63750076294rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlZy0LmZJovdObhFNTvU8fqrEehBH51D { width:18.125rem;height:20.8125rem;top:9.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8a35gXQzAaibh0M859ZeTVT531tRA2W { display:block; }
 }@media only screen and (max-width: 763px) { #RdHTfrDZTeUTVEliBBVBfcV7xKcodaaL { width:18.125rem;height:20.8125rem;top:33.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy5BoZNz6ft1ZZcEsKT5fM6ZDOLr1NnJ { display:block; }
 }@media only screen and (max-width: 763px) { #yIAtk7kQPLfub85EcTyfDvldCPgEI30t { width:18.125rem;height:20.8125rem;top:59.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDcHrPK9vQReNx1mUHy2ut87KxZU49fG { display:block; }
 }@media only screen and (max-width: 763px) { #nCTbTwe2LDT4B4XuGIC2TFQWsizQ1vfo { width:18.125rem;height:20.8125rem;top:83.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV3qoVSZ6W2o7cx5fThSx5bTUVn1orH3 { display:block; }
 }@media only screen and (max-width: 763px) { #wVefT1l4UMXThwolVupCLHMPr210q5OW { display:block; }#wVefT1l4UMXThwolVupCLHMPr210q5OW > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awpTVkGFDQQ2FK0CNm0FOD1UJVLZFlVa { width:0.0625rem;height:12.1875rem;top:1.1875rem;left:1.1875rem;z-index:14995;background-color:rgba(153,161,175,0.4);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UZcmmNnHMaMUJHUyXGXHZyVO0yGMrBLG { width:1.625rem;height:1.625rem;top:0.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKBlH6XqKDdGal4IQ9cg98Ti89V8DD3q { width:1.75rem;height:1.1375rem;top:0.625rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7FAswKlkkAiI8xbKAwWHSfN97s6A5PB { width:1.625rem;height:1.625rem;top:4.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ2BiJRtR9phGfpWCk8nVB4la2WzNhvq { width:1.5rem;height:1.1375rem;top:4.5625rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAEWnhWuJy8dpRTQ80yQsZdCxRXOZHvl { width:1.625rem;height:1.625rem;top:8.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Twbq9tUuv3vIQaB1vPIBeZ97btlXac { width:1.125rem;height:1.1375rem;top:8.6875rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQuymUwMGBi5Wsm9GOqz33sv4Eq4BX7v { width:1.625rem;height:1.625rem;top:12.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnNCVzRJfop00p3dOV6sX7X7LJcI6i6D { width:1.0625rem;height:1.1375rem;top:12.6875rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLunaiPouiBkGTGwQr201yfv4TnFQ3Wk { width:1.625rem;height:1.625rem;top:0.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvVRyfw56gqnXyggos572U3LTnn95KNb { display:block; }
 }@media only screen and (max-width: 763px) { #nzFofOJoWGqMIy7kbeO1NE48BUWio2xs { width:1.625rem;height:1.625rem;top:4.375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnTuVbWIO6gT34HbDe4szSi28t1hAAzs { display:block; }
 }@media only screen and (max-width: 763px) { #FUFdCJh11cwekrKapSUbdEknXCHlKSa9 { width:1.625rem;height:1.625rem;top:8.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9ydUAiTg8QsNAtPxfk9MyBLkLnkHpK4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZfazZkxsqNpqFyKT0BHWpnBXiWfluSmx { width:1.625rem;height:1.625rem;top:12.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBDzz2LbasVBWlL8oVEmxTy8pHkTQSly { display:block; }
 }@media only screen and (max-width: 763px) { #lGJ0Cbh9carChb2IL4rWErAUPt8tTOwt { top:0rem;left:0.0625rem;width:2.375rem;height:2.375rem;z-index:14999;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SCst3muh6llGT2gAyxEKifWfyhXyDqPg { top:4rem;left:0rem;width:2.375rem;height:2.375rem;z-index:14998;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #v0u9TAmz6c2d5X5VOEb1yeJwvi7fEbzC { top:8.0625rem;left:0rem;width:2.375rem;height:2.375rem;z-index:14997;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Bc1CwlbWcXCQVhispSslDTopABqHlrcH { top:12.125rem;left:0rem;width:2.375rem;height:2.375rem;z-index:14996;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK { display:block; }#cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK > .row .container { width:20rem;height:127.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lfgZhely75Tzom3T2t9My9yER1sJTlvE { width:19.5rem;height:121.875rem;top:4.9375rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCzeJ06nNLW5ttrrvOxqm3ptBz0iJbsV { width:3rem;height:3rem;top:6.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxpg1nwabrbSrVQw3N1MIxM5hk147ECa { width:2.125rem;height:1.95rem;top:7.3125rem;left:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4nftDV6dTXzTAmNLSnPLdDZMAdwTAIU { width:12.6875rem;height:3.25rem;top:6.6875rem;left:6.15625rem;font-size:1.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nU3kQzbCrS0304FI7t4QBhzOfq8hcbGl { width:16.8125rem;height:3.57291875rem;top:11.487503051757rem;left:1.96875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ2wQqmcrp7E9OH3ZF7CnIQaPuW53qUG { width:16rem;height:6.5625rem;top:16.0625rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1fKSs5GhtoGpdBOeR8ZoMaGG4ziWTsD { width:16rem;height:8.9375rem;top:23.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnC6a52G183U8VbmwSdSpROp8cs80EXf { width:16rem;height:1.1875rem;top:31.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h374TmsgGbMN4nTHaa99RvF9ACOu7zso { width:4rem;height:4rem;top:26.0625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh7ekBLvJeJTidDkK9TMV95tDsiRcOeR { width:16rem;height:7.875rem;top:33.9375rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1dgzXCfZKBPTpfOFUwfsT5OkDB6bhxf { width:15.875rem;height:11.0625rem;top:43.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #emN1Gy4IfhGXs3laixxM0DTiqsyE2pf2 { width:1.9375rem;height:0.0625rem;top:44.6875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe7rMLT6eluu8lAaMTvd3hdvp9mT4sA1 { width:12.5rem;height:1.3rem;top:45.3125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPC6sGPTAmuP0BpgIrI4untsVOWKBzJ5 { width:12.9375rem;height:6.11979375rem;top:47rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpEr2rPvTt91JqHl72Zkf0m0QJKTlgMQ { width:15.875rem;height:9.75rem;top:55.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #scdm5lPlXcmtOZhLvZpqVJyFEpmdTgH0 { width:1.9375rem;height:0.0625rem;top:56.6875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iag8lbq1J49mDDoHuX4B1vTQI7FcQrUv { width:12.5rem;height:1.3rem;top:57.3125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN2WdErMcOAURfkzHgIalT0pszLdWyMW { width:13.875rem;height:4.89583125rem;top:59rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHu6tOmqGv6kmJaELasSW4IRBufghBTf { width:15.875rem;height:9.75rem;top:66.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhzGyXbab7uS8MWh2vTJsUUi8eWmkXK8 { width:1.9375rem;height:0.0625rem;top:67.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9DzxBoDvMm2Tuz1rzf42hs59npMWJxZ { width:12.5rem;height:1.3rem;top:68.0625rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCFnr8hWcuG2IzbpflRzthDiFwCfrS1x { width:13.875rem;height:4.89583125rem;top:69.75rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzoK5a5tSVRKnkwlUVWyS0QyeTzH4UfR { width:7.5rem;height:9.1875rem;top:79.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRORE4gJ4VTfovJyAnP6oPTgzZGziswT { width:7.5rem;height:5.1875rem;top:79.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COGskhz6aT1egSao12LU5AlKmBpx1JKo { width:7.5rem;height:4.125rem;top:84.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArFHWBDTuKnqFRDzr0Skkz5kPn5MFCRr { width:5.4375rem;height:2.921875rem;top:84.899744987487rem;left:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMyF097vZnWlwNVhotVoKGMxNf69sTPG { width:7.5rem;height:9.1875rem;top:79.125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #leliQN8a4TfCl8zJd1oEvcvhNSnfLxa8 { width:7.5rem;height:5.1875rem;top:79.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT8TT0Iiq1p3RhRhIPg5cL70zoKegW8u { width:7.5rem;height:4.125rem;top:84.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbq4IutSkvkJKvWuuSGNT3thzLdhq5pB { width:7.5rem;height:3.89583125rem;top:84.437505722044rem;left:10.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOPapN9f1gFFfWfBtkSp3voD2E9bnibf { width:7.5rem;height:9.1875rem;top:89.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz1FauTc0T2bu2cae4T5DZpnTrGwPXFp { width:7.5rem;height:5.1875rem;top:89.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfT5nZTMMyhK6SBlpm53rN1tTp4LegxK { width:7.5rem;height:4.125rem;top:94.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyLSKwMmIH0GCK3xfBT6ID2hx3KTczrA { width:4.6875rem;height:3.8958375rem;top:94.274744987487rem;left:3.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJs8B5GAcl44KxMMXOTmPQtoVkwbHTf9 { width:7.5rem;height:9.1875rem;top:89.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNml7LiHK0nkPtqkybrfdKWsJ3gtyVvg { width:7.5rem;height:5.1875rem;top:89.0625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNJ8BXOqv4nGBJSN965c0QmoEpRF9W82 { width:7.5rem;height:4.125rem;top:94.25rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVPBv6JSxydhdeSBbCWTse3vETxuFENq { width:5.5625rem;height:3.8958375rem;top:94.337244987487rem;left:11.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDp84PgJx2e3mrplURLFTTmivNGqm7Q3 { width:7.5rem;height:9.1875rem;top:99.0625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZrew18IMFwJancddfknXgUgWRWbLEie { width:7.5rem;height:5.1875rem;top:99.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbb8CNufTZpioBXHIaxgvr2aVf26BdMD { width:7.5rem;height:4.125rem;top:104.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd46GJ8u2QvfFAe3lF510eFN6Msav1zw { width:5.875rem;height:3.8958375rem;top:104.27474498749rem;left:7.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZFD2Th1PeHTV8z20Fn2y0TcHJzpLHIO { width:1.6875rem;height:1.6875rem;top:111.69686889649rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6zLbtJLnqW4ZZbxLoZz5NpOxCvClITQ { width:12.5rem;height:1.70625rem;top:111.6875rem;left:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikwkIDFzJ06r0ibUIA1Vu5SGb4b5nkvQ { width:1.6875rem;height:1.6875rem;top:114.25rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et4RJCeH7BzUkydZXTeNlMq0fHqiwmny { width:12.5rem;height:1.70573125rem;top:114.25rem;left:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6qllbVK2c8HWFP6nATNNpvClqS5DqXB { width:18rem;height:4.25rem;top:117.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG5ni5355roNGA9mCX3Q51Dk8xTkkvrN { width:18rem;height:1.4625rem;top:118.83124923706rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KssFdUnkDcixaV0xmliUUBws39iB5c21 { width:1.25rem;height:1.25rem;top:118.9375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvvy6hvVRqUfmnMRC0kpqcPs5bcmIXbh { width:18rem;height:4.25rem;top:117.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVKrS1dTMFzPufiKshK93UbVFSDevIER { display:block; }
 }@media only screen and (max-width: 763px) { #aAonuHLLLofWIVnhCSEzId6RZS5GOWI1 { width:15.0625rem;height:2.2734375rem;top:122.375rem;left:2.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biE8R1kfdp4fFmpzmmzW73lJeMRi17uA { width:3.625rem;height:3.625rem;top:117.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfPM7k3XEelebmEHbopgyhn4nsAxl0zQ { width:16rem;height:8.9375rem;top:23.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tssxk7d6tUTOH3dxLWqa8zzNhOAgCBI6 { width:20rem;height:1.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uImTs8ATZl60hTNpW0gNkvDeUbRSDXKz { display:block; }#uImTs8ATZl60hTNpW0gNkvDeUbRSDXKz > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGUwVa6X4s8nGmJTDi4y2d6lfCo6N5G9 { width:19.5rem;height:41.875rem;top:4.9375rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9BARBrUbxakF7AQTr0E1TwT76XBei2r { width:2.75rem;height:2.75rem;top:6.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa9RlttQCsscOvxJDCgno9QONd1PKTeO { width:2.125rem;height:1.95rem;top:7.375rem;left:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX3A3Ww1OQ8kV43Sd5E7cGITeUEBS0zh { width:11.375rem;height:3.25rem;top:6.75rem;left:6.1875rem;font-size:1.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #oki93BQGbeiX85oQW3Vtnn8dAgOcgUfG { width:16.5rem;height:7.1458125rem;top:11.5rem;left:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOqWBZ6D4lnOg8s7X2fe2TyVLRfCJd37 { width:16rem;height:19.6875rem;top:19.625rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7esA7u8dpHvNtEVD8Kh18kKT9rSxEtt { width:20rem;height:1.1375rem;top:43.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDafQwqSHVZbHeNCKx7ZFJAZ1BQaT60m { width:16rem;height:0.375rem;top:42.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uufwoa8TENRZV7APKpJb6h9umZRTm95W { width:5.8125rem;height:0.375rem;top:42.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFmImcFp6cV15WruAAz9ae6DCrxpTyJs { width:20rem;height:1.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW5EQz7JBM8pshobT8mlx5TvbPfDnrnT { display:block; }#PW5EQz7JBM8pshobT8mlx5TvbPfDnrnT > .row .container { width:20rem;height:97.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHmLtE655oFOxX0RhDsDw8MOQcKIC1Ps { width:19.5rem;height:92.5rem;top:4.9375rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o20Lc5lSS5iaAI2TPK0fvCwzva5pIaqQ { width:2.75rem;height:2.75rem;top:6.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuKz9nOex2ozGdBqLdZ288cJWp34ewnf { width:2.125rem;height:1.95rem;top:7.375rem;left:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrcQlTKm9OdZIEcADBxVcEOGe1JQi81l { width:12.875rem;height:0;top:3.125rem;left:5.8125rem;font-size:1.625rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #SGyiKEaUckSo508cEabZmNHZM1JAHiFR { width:16rem;height:3.57291875rem;top:11.5rem;left:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEumBcwAKw0pAUMITSkEv50va4kWT9N3 { width:16rem;height:6.5625rem;top:16.0625rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLwSGFDfz3CTmVUFXnI1tglE7SSTDfzK { width:7.5rem;height:15.0625rem;top:24.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoL3Nv9J6suoDBtaBHLUtOf4dLHOfmiy { width:6.1875rem;height:8.3125rem;top:25.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qx5mnS4roMBbrLNmF2fnO8KtrCMVnAGc { width:7.5rem;height:5.5625rem;top:34rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4KQ5Np2KE0znFRlgunJWXPZB9PGa1kT { width:7.5rem;height:2.2734375rem;top:34.5rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txcMKIpMdf41SxfkapN3sJ4o8qducewb { width:7.5rem;height:1.7864625rem;top:37.1875rem;left:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RehHAhHo8VLnKLTcwhkqFwsd5oI0xLh2 { width:7.5rem;height:15.0625rem;top:24.4375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A16eTvQy5fGigpAvf34GyXHCv7D2oFde { width:6.1875rem;height:8.3125rem;top:25.125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4i7C1C6GOIMx7bkgxEAxANS4pMxE1KU { width:7.5rem;height:2.2734375rem;top:34.5rem;left:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxbDhkwTNUokMDQa1pxO0TCv4lNr9B2o { width:7.5rem;height:1.7864625rem;top:37.1875rem;left:10.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6GBl1pNu1Gr5sbkJ5nEWsIsrw0Ogfu4 { width:7.5rem;height:15.0625rem;top:41.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpLkyWz3rZtVde3VpwqEcON1JmxG5Tas { width:6.1875rem;height:8.3125rem;top:41.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNrP1JZfSEwlazfpXqo3ybsCW8s95enT { width:7.5rem;height:2.2734375rem;top:51.5rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #diGBoelr81OH6CJa7F6dgf8hr1nEPrxe { width:7.5rem;height:1.7864625rem;top:54.0625rem;left:2.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT9F6wKRP5MQ0srIyyiUJkVJwP0BXh8H { width:7.5rem;height:15.0625rem;top:41.25rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUwKGczqgRGZnlEAP3KoCH5xLhWHlRi5 { width:6.1875rem;height:8.3125rem;top:41.9375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbmAUS77FfRyNxeXHPbe1LPzoiFNAsI7 { width:7.5rem;height:15.0625rem;top:58.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLpypLihEK0fVKhU135NWhisbIfmL3gI { width:6.1875rem;height:8.3125rem;top:58.75rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guicXWZKEZpHoCWg20RX6XKov8qTxkRe { width:7.5rem;height:15.0625rem;top:74.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq7N21Tm1pQeIFfWxnb0eS7kF8wmMb68 { width:6.1875rem;height:8.3125rem;top:75.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChIeMERLrArqALch0FN32aMzOhe8pyXd { width:7.5rem;height:5.5625rem;top:50.8125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #okvyFHeI3JnnBbhA6BUhQfkAzMkJWNuq { width:7.5rem;height:2.2734375rem;top:51.5rem;left:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIT0NDdPCC2ckVzoUm3tidkDn1akgdNQ { width:7.5rem;height:2.2734375rem;top:68.3125rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKNlR4nRGmG9rdrlSBK9Jb8FfPZqTpXq { width:7.5rem;height:2.2734375rem;top:85.1875rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blCE98SukygfefrmySNr5gikm39okKMt { width:7.5rem;height:1.7864625rem;top:54.0625rem;left:10.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHVo3hQJhX88A5JynbiflBoPnEaXP5dB { width:7.5rem;height:1.7864625rem;top:70.875rem;left:6.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiZw9VqWyGLTzuUy2N1UG1wioBbOfWC4 { width:7.5rem;height:1.7864625rem;top:87.75rem;left:2.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbVgHA79mnyoZ3HaCb4S179yAimfJQde { width:16rem;height:0.375rem;top:93rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV5fXBIVCHwTD2eV0l0MZpFi5TgpFZd9 { width:20rem;height:1.1375rem;top:94rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gautazonKZJU7G2M6nahXV0lAatf7nKv { width:12.875rem;height:1.625rem;top:6.8125rem;left:6.1875rem;font-size:1.625rem;line-height:1;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #EBean6nKHa00ll74qITReiEpXmESsT1d { width:12.875rem;height:1.25rem;top:8.6875rem;left:6.1875rem;font-size:1.25rem;line-height:1;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #OkMx4tuTfzeg7hCNeb4TBMTXAb94mThq { width:7.5rem;height:5.5625rem;top:34rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzuLXtSghcASLpQ245ecQyINAf1NqMVG { width:7.5rem;height:5.5625rem;top:50.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzP0E2DoeEE2vMWRRyOeVgJA44owyz0U { width:7.5rem;height:5.5625rem;top:67.625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cikpwdUqcEFiaoTCrNDweVpBMTXaCyWS { width:7.5rem;height:5.5625rem;top:84.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoXQbQIHFQX0hpAdrGARhdBvnVTAqkqW { width:7.5rem;height:15.0625rem;top:74.9375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1rhaOIqJ7pRHa4KQXOt4hg5iQATkcf2 { width:6.1875rem;height:8.3125rem;top:75.65625rem;left:11.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX2V1TD6W3udcIbxkNUf2r7WlgXqeIKS { width:7.5rem;height:5.5625rem;top:84.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b11ZalMTbfWV8DeN3BBm1xD8UCg6Od2r { width:7.5rem;height:2.2734375rem;top:85.1875rem;left:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIBVkadfRCsrPilXLndUHt1Okp99cyNn { width:7.5rem;height:1.7864625rem;top:87.774999618531rem;left:10.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcgnTQhO5VlO8z8OeqPGwPDuFfJ4cSyL { width:20rem;height:1.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F69OddVVHLMdU0wlqMXC33T0KeaDXq5Z { display:block; }#F69OddVVHLMdU0wlqMXC33T0KeaDXq5Z > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkvsH5vUmaSdd4EPVgTk1GPUeL7JJdJq { width:19.5rem;height:20.8125rem;top:4.9375rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8PiNV2dD4JtHsoC4Wom4wFzVN57ITuy { width:2.75rem;height:2.75rem;top:6.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNwO521kzi5F01MtqyvVKGvOw7HLqsih { width:2.125rem;height:1.95rem;top:7.375rem;left:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQQtHeTxCSS4SCgm1C3wmnP98eVHSTGn { width:11.8125rem;height:3.25rem;top:6.75rem;left:6.1875rem;font-size:1.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ns6dpFPbKxeUONUa15scwolNexAhqAQC { width:16rem;height:1.7875rem;top:11.5rem;left:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGl1vrP5cKFnVh5Gfw2FEI4LS9fXgZ1Z { width:16rem;height:3.9375rem;top:14.125rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJT49L9Em2q591Udqr3ZRQWDfTDikFpe { width:20rem;height:1.1375rem;top:22.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOBlKmwuNcnxIabtDB4sHv8MxMhqfce3 { width:16rem;height:0.375rem;top:21.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri { display:block; }#yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tF7euxkF9H0OPmLItG6TJE0UXqp1F1Gp { width:20rem;height:1.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH { display:block; }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuuQTzT2X2UatctH5WKoTcDNdO21KA7Z { width:7.625rem;height:1.75rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeXuPMERJEHOivuPGgwzHE4exRvTKTv5 { width:4rem;height:0.0625rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQfoqDZWcEnovy10RaIVUZhGgohRmgWB { width:7.3125rem;height:1.875rem;top:7.043749809265rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLG5c6r077QFz1aHbfZ1wZHzvwQOvI7u { display:block; }
 }@media only screen and (max-width: 763px) { #JILL6uxfSnxvopfsQFrqVkg9HgT7bm70 { width:5.25rem;height:1.875rem;top:8.9812507629394rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwt19s6HThpsElppQMPmDxho523sNi1s { display:block; }
 }@media only screen and (max-width: 763px) { #ShzwvBG1sFwEQeefAHeqq70SZya7Auey { width:1rem;height:1rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV9sPOVbypsrB1b8U5kK4S1VCv9q9UTi { width:4rem;height:0.0625rem;top:4.375rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmTNO9eC3Jo7MxhqQnyg9N5OK47sFI4W { width:7.8125rem;height:1.1375rem;top:2.1812496185302rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhsBkxyBBmzxubdqKBZwEoldn6tk0eZ2 { width:6.4375rem;height:1.875rem;top:5.1312503814697rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAekfGuTsE7ZJoQH4wtu4FlRLrDbU5RG { display:block; }
 }@media only screen and (max-width: 763px) { #s7FgS9uvyZBT3C56FTPQWzqwN802zzOA { width:7.125rem;height:1.875rem;top:7.043749809265rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7Jc00kRqu4JEqLQxyOUORT7fszgFQWE { display:block; }
 }@media only screen and (max-width: 763px) { #GehA9Rb4spaqn4lvm84boxWlZkatqG9W { width:8.8125rem;height:1.875rem;top:8.9812507629394rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlunZpr7P7oEDMVBHZPd1gNdoZzqGOpR { display:block; }
 }@media only screen and (max-width: 763px) { #lqKtgf2Zupr6Hi3mwwmZKRq9yLZ6MmnX { width:12.5rem;height:1.1375rem;top:13.60000038147rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m4kn9UD9Ow2UVKbfIknsKAwam09b1lUB { width:4rem;height:0.0625rem;top:15.8125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpoT4VhTGAEDQNgfKQxGqqMhSMf2rOfH { width:3rem;height:3rem;top:17.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R56nzyv75Lx7XeiTcQWEEEBASLW2LrhN { width:3rem;height:3rem;top:17.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib9LHy0b3f8uVBrqknTVEDNPygQdiDrz { display:block; }
 }@media only screen and (max-width: 763px) { #se4kqWyTt8bTw1kKxF8L5dPVwfw1Mx2Z { width:1.25rem;height:1.25rem;top:17.9375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4Auf7BmLVvS8hXCxNJxZvrJJJO30h8g { width:3rem;height:3rem;top:17.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EacEsXheBigwifEuftNzwRi2yEauz74W { width:3rem;height:3rem;top:17.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJkdD1VOgzF81NA6XARpvn82B5P2svxf { display:block; }
 }@media only screen and (max-width: 763px) { #SKHUV3gBT2xuyt7oGBEVAoiUUmEcH86W { width:1.25rem;height:1.25rem;top:18rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV79bsNl8qO0I1Buqk3AftVCPnKqgUPb { width:3rem;height:3rem;top:17.125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKm3ofH0zpPhwCCphT0aPKI626w5LEAl { width:3rem;height:3rem;top:17.125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs11TosOyObv3qmiVRpXL8mU8lXrXM5a { display:block; }
 }@media only screen and (max-width: 763px) { #hSywEiDOurovIal3dyUD8xXoXv9sN3M8 { width:1.25rem;height:1.25rem;top:18rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKNTAZeywSd0ukwhPU0oMEbCszFkaRmC { width:20rem;height:0.0625rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4LB8LFCzVyK8uwkkKwJoyc0HbGzIWN6 { width:18.1875rem;height:1.94791875rem;top:24rem;left:0.90625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W1gZH5f9rDquI3P0FvScnxNMTTwzQ8Bp { width:7.25rem;height:1.625rem;top:28.6875rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueUzKT3dTzJc2h9KvmAcQ3P7iX2qczHK { display:block; }
 }@media only screen and (max-width: 763px) { #QpatWqZ6LExm0qWmT3SkMQyXE0WEyAwB { width:3.625rem;height:1.625rem;top:28.6875rem;left:12.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzcTDJLDz8zAA2DCV8lwkTd4vTfhe6dD { display:block; }
 }@media only screen and (max-width: 763px) { #DOW1N0vgV47J8VCkE84tFkeMH8CSFq6T { width:20rem;height:0.0166666875rem;top:30.887499809265rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zg1yixsFC1DwFTwAOBGKZm1G1VitP7Gx { width:5.875rem;height:1.875rem;top:5.1062507629394rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzhSM4oizZoJdQC2yERTGOxVpfK7166x { display:block; }
 }@media only screen and (max-width: 763px) { #BfuD5CkHQbo0klkVMg8P9wDkT7rbXVrr { width:8.1875rem;height:1.625rem;top:27.137500762939rem;left:5.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmB700al1voOHh6JB4CN9VsuHOEETCZw { display:block; }
 }