.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:230,241,239;--color-primary-1:179,214,206;--color-primary-2:128,187,173;--color-primary-3:67,82,84;--color-primary-4:26,37,35;--color-secondary-0:253,252,248;--color-secondary-1:247,246,233;--color-secondary-2:239,236,210;--color-secondary-3:120,118,105;--color-secondary-4:36,35,32;--color-tertiary-0:255,255,255;--color-tertiary-1:179,214,206;--color-tertiary-2:128,187,173;--color-tertiary-3:67,82,84;--color-tertiary-4:0,63,45;--headlines-font-family:"Calibre";--paragraphs-font-family:"Calibre"; }@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:rgba(var(--color-tertiary-0),1);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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#cad1d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;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:4.375rem;width:75rem;overflow:visible;position:relative;display:block; }#RBTccn8a6TOwzSEsh6WrcwdSwsZKgq6V { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:6.5rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#M3VV5FdXOd4pV41CngsTzT1VPex2Qur5 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.875rem;left:35.6875rem;display:block; }
#xucDv0UloTiyANqmEF5FkLFQB2CG3cet { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PZ5hxnybETg2xLsE4WXLlsmbQRKukgZK { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.875rem;left:44.8125rem;display:block; }
#vu2Mu7z1x19kUZbeqe4XwboELVDKi9yc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QZ2bZfqFTlLnB0xIk7X02rzVzVTFrd8x { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.875rem;left:54.1875rem;display:block; }
#g9KTa8m2wQTADUBQeUx4Zl0lLbNVuwhi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kyElV3c7tbo2AG2RvhsHuhQzqSWPTDhH { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);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:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.75rem;left:62.25rem;display:block; }
#Tr7EE6vo0D3MFerDXtkxTeQIL2xZJGTg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#szTu1DrmxVGPI1XOHRT9dSbuO8B0xufC { 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; }
#B937aWZHaaTAdGCN9CTpFKk5ArCKmqkL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cad1d3;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; }#B937aWZHaaTAdGCN9CTpFKk5ArCKmqkL > .row .container { background-color: transparent; background-image: none; }#B937aWZHaaTAdGCN9CTpFKk5ArCKmqkL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B937aWZHaaTAdGCN9CTpFKk5ArCKmqkL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B937aWZHaaTAdGCN9CTpFKk5ArCKmqkL > .row .container > .video-iframe-container { display: none; }#B937aWZHaaTAdGCN9CTpFKk5ArCKmqkL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B937aWZHaaTAdGCN9CTpFKk5ArCKmqkL > .row > .video-iframe-container { display: none; }#B937aWZHaaTAdGCN9CTpFKk5ArCKmqkL > .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); }#B937aWZHaaTAdGCN9CTpFKk5ArCKmqkL > .row .container { border-width: 0; border-radius: 0; }#B937aWZHaaTAdGCN9CTpFKk5ArCKmqkL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B937aWZHaaTAdGCN9CTpFKk5ArCKmqkL > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#qINPzcd7ozvXRtx9HepwWaD8kZtt1n81 { background-color:#cad1d3;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:none; }#qINPzcd7ozvXRtx9HepwWaD8kZtt1n81 > .row .container { border-width: 0; border-radius: 0; }#qINPzcd7ozvXRtx9HepwWaD8kZtt1n81 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qINPzcd7ozvXRtx9HepwWaD8kZtt1n81 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;overflow:visible;position:relative;display:none; }#eTLeLzhGEWsP8hpJlp6zk9VO8R9MP8W2 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1rem;left:35.6875rem;display:none; }
#aQeNf3qoJvib1PkRouLTLCxtRCRO1vLp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d9CXrPCal1Lx5mvBvSffQV3UkRmhRkGf { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1rem;left:44.8125rem;display:none; }
#dPZPXzR19U4bSiFHBQ79nkQyXlZadvdI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Roengv5BCgbirMpgBT9nPUE7wzVwXvk6 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1rem;left:54.1875rem;display:none; }
#Vm33EryzfXEKCh0cMtUmHBMobxudHaDk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BnlZlwyb30MU2xSa3F9QilbSBFhdmQfT { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);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:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.75rem;left:62.25rem;display:none; }
#fSd2xGG4uQPcVo0S92kdPJoI2XB6tvTc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7961aea2-4c50-41ca-b709-782463c41474/Artboard1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7.adaptive-delivery-prevent-bg, #ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7.lazyload, #ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7.lazyloading { background-image: none; }#ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7 > .row .container { background-color: transparent; background-image: none; }#ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7 > .row .container > .video-iframe-container { display: none; }#ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7 > .row > .video-iframe-container { display: none; }#ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7 > .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); }#ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7 > .row .container { border-width: 0; border-radius: 0; }#ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7 > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;position:relative;display:block; }#XufMDupVLAbkc7io2LITuTn3c96nNXhL { color:rgba(var(--color-tertiary-0),1);display:block;width:35.875rem;position:absolute;font-family:financier;font-size:4.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.5rem;left:39.125rem;height:12.6738125rem;display:block; }
#yypa7fPUFJG63tiH9FR5tiMxaZw0VAA0 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.9375rem;left:39.125rem;height:3.3311625rem;display:block; }
#h5gn7NiVPc3MMUADb4Bo6532hwVdrGNk { color:rgba(var(--color-tertiary-0),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:2;letter-spacing:0;top:20.25rem;left:39.125rem;height:2.25rem;display:block; }
#LiUWE27bD0MvHzRlB9FADasuNNqA0ach { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:17.5rem;left:39.125rem;display:block; }
#rQCc4zD5vMUHBduPbncGxUNmPh0zVAuR { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);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:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.3125rem;left:39.125rem;display:block; }
#gETFe0V29kBO8UbznSzBg2wMBVpnvT6H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nloWkGu19HTJA8Bi9TEzQbiMyvmsqvTr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:20.4375rem;left:36.75rem; }
#b5BQyKKxP5l9sRO0T49gpnyNQxN6PbzD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:22.75rem;left:36.75rem; }
#r5H3du0fF3GlGQtqPWlBiuK6nT5bxVRF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:25rem;left:36.75rem; }
#Z2ochJZHg8ABlphgecLb0TLV8mG2rGUc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:27.25rem;left:36.75rem; }
#ol4A3Hqbap9qQOBXf6xhTqZdM8Ph7Fuu { position:absolute;display:block;z-index:14999;background-color:#c0d4cb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:41.25rem;top:43rem;left:0rem;display:block; }
#TmtMxnoExbQlmmkAATqbUgKcNgTduvyw { color:rgba(var(--color-tertiary-3),1);display:block;width:31.125rem;position:absolute;font-family:financier;font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:45.125rem;left:5.9375rem;height:3.4125rem;display:block; }
#UwzDfLhuB0Ooa9hcDmeV5VlTymc9Lm6Q { color:rgba(var(--color-tertiary-0),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:22.5625rem;left:39.125rem;height:2.25043125rem;display:block; }
#H2iiUkPiQamXGGKB5Zn5vBRJhN5B9mGh { color:rgba(var(--color-tertiary-0),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:2;letter-spacing:0;top:24.875rem;left:39.125rem;height:4.5rem;display:block; }
#KHnSq07s9d8766pu34roXNTqmbw9bGXQ { color:rgba(var(--color-tertiary-0),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:2;letter-spacing:0;top:27.0625rem;left:39.125rem;height:2.25043125rem;display:block; }
#D0A6I5vUVAJf33BOrbIMpXXIxrHOBQQv { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:37.9375rem;top:20.281280517578rem;left:36.750003814698rem;display:block; }
#oFLQfcJcLWVz4y6yAK0GLzC3Pf8AeuEL { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:37.9375rem;top:22.5rem;left:36rem;display:block; }
#zmPgxdsSUOZhz7uysJEtmX0nkpvnMrZb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:20.4375rem;left:36.75rem; }
#vA6a8MauPKIFqmVLzxL1MQN98UI5FF2U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.75rem;left:36.75rem; }
#To3Pl5AauDfq0HAzJIUV94Hok1nLlHup { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:25rem;left:36.75rem; }
#qTddX5aMdv18kIoI8aQHcKiSDQXDsd1t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:27.25rem;left:36.75rem; }
#Tclq4iETZ7NJfo7SwX7HlgM3REAiVGcE { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:37.9375rem;top:24.75rem;left:36rem;display:block; }
#ohKAEdkPKW9BIv6nxTaTp2o9e8cLu2lA { position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:37.9375rem;top:27.125rem;left:36.0625rem;display:block; }
#PR8llHG09b2CaLgTs1MnbbpdSUiNn0eO { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:41.25rem;top:43.625rem;left:0.625rem;display:block; }
#moToFWoxP1lCgJn8KbHsWqNPHSTEdb34 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);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: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:8.5625rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.6875rem;left:50.53125rem;display:block; }
#BwxFCNC5UmmRAaeTlm0EAlC6OtWkRUN0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V7MamGb5XcD59JJ80TJNUv1soiBadUIQ { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:0.0625rem;top:45.612499237061rem;left:3.5rem;display:block; }
#UFwenQeiP4G3fFgZimXwOtm2eqxwXZng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UFwenQeiP4G3fFgZimXwOtm2eqxwXZng > .row .container { background-color: transparent; background-image: none; }#UFwenQeiP4G3fFgZimXwOtm2eqxwXZng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFwenQeiP4G3fFgZimXwOtm2eqxwXZng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFwenQeiP4G3fFgZimXwOtm2eqxwXZng > .row .container > .video-iframe-container { display: none; }#UFwenQeiP4G3fFgZimXwOtm2eqxwXZng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFwenQeiP4G3fFgZimXwOtm2eqxwXZng > .row > .video-iframe-container { display: none; }#UFwenQeiP4G3fFgZimXwOtm2eqxwXZng > .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); }#UFwenQeiP4G3fFgZimXwOtm2eqxwXZng > .row .container { border-width: 0; border-radius: 0; }#UFwenQeiP4G3fFgZimXwOtm2eqxwXZng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UFwenQeiP4G3fFgZimXwOtm2eqxwXZng > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#cPh3rfKBImwunyHlxdpllvxk6iNiZ4on { color:rgba(var(--color-tertiary-3),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.57501220703125rem;left:5.9375rem;height:2.275rem;display:block; }
#TDATkiol3T1yTRDc0vJy8fOdTV91LZUd { color:rgba(var(--color-tertiary-3),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3624992370606rem;left:5.9375rem;height:11.6953125rem;font-style:normal;display:block; }
#oSTgvtWbTGl3S30d0PTQXCcvBiq3hWpI { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.3062438964844rem;left:45.5625rem;height:3.493925rem;font-style:normal;display:block; }
#MnOs1UkuxgnimXKfSBSwcCvSXhoTCuzW { color:rgba(var(--color-tertiary-0),1);display:block;width:6.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4750061035156rem;left:49.875rem;height:2.275rem;font-style:normal;display:block; }
#HU6Onx64IAm3JQd4ccIFVfsQGwiog17w { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.0562438964844rem;left:55.5rem;height:4.14388125rem;font-style:normal;display:block; }
#KOgaIDX26nKv2o7zLDp2tJ9sogJOpGQy { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.1625061035156rem;left:58.5rem;height:2.84375rem;display:block; }
#N4WMCOK5D4gXDqeupmCOO1HU6yWKzqBP { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:0.0625rem;top:4.4874992370606rem;left:3.5rem;display:block; }
#xHpEWTVW6Tq7nGh0ECIHed7o73DxBKpF { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:41.25rem;top:43.625rem;left:0.625rem;display:none; }
#tlBZabZ4dUTJ47JWzno5rNf74KBd9Lsc { position:absolute;display:block;z-index:14999;background-color:#cad1d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:41.25rem;top:43rem;left:0rem;display:none; }
#pvZ8000zgaML9nqDHKdG2OewFNTQSOIe { color:rgba(var(--color-tertiary-3),1);display:block;width:31.125rem;position:absolute;font-family:financier;font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:45.5625rem;left:5.9375rem;height:3.4125rem;display:none; }
#CHRteku0lJdegpsM0FTu3IgwddGlKk3G { position:relative;display:block; }#CHRteku0lJdegpsM0FTu3IgwddGlKk3G { background-color: transparent; background-image: none; }#CHRteku0lJdegpsM0FTu3IgwddGlKk3G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHRteku0lJdegpsM0FTu3IgwddGlKk3G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHRteku0lJdegpsM0FTu3IgwddGlKk3G > .row .container > .video-iframe-container { display: none; }#CHRteku0lJdegpsM0FTu3IgwddGlKk3G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHRteku0lJdegpsM0FTu3IgwddGlKk3G > .row > .video-iframe-container { display: none; }#CHRteku0lJdegpsM0FTu3IgwddGlKk3G > .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); }#CHRteku0lJdegpsM0FTu3IgwddGlKk3G { border-width: 0; border-radius: 0; }#CHRteku0lJdegpsM0FTu3IgwddGlKk3G > .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; }#CHRteku0lJdegpsM0FTu3IgwddGlKk3G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.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; }#xSzF48FvCC39li5ak7k2yIOw08KdzFNe { position:relative;display:block; }#xSzF48FvCC39li5ak7k2yIOw08KdzFNe { background-color: transparent; background-image: none; }#xSzF48FvCC39li5ak7k2yIOw08KdzFNe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSzF48FvCC39li5ak7k2yIOw08KdzFNe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSzF48FvCC39li5ak7k2yIOw08KdzFNe > .row .container > .video-iframe-container { display: none; }#xSzF48FvCC39li5ak7k2yIOw08KdzFNe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSzF48FvCC39li5ak7k2yIOw08KdzFNe > .row > .video-iframe-container { display: none; }#xSzF48FvCC39li5ak7k2yIOw08KdzFNe > .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); }#xSzF48FvCC39li5ak7k2yIOw08KdzFNe { border-width: 0; border-radius: 0; }#xSzF48FvCC39li5ak7k2yIOw08KdzFNe > .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; }#xSzF48FvCC39li5ak7k2yIOw08KdzFNe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.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; }#udORv1ytesiyh1HCSABPHVyTFnBFfNqH { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:financier;font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#ebKJ00cWUb43Us3ZmghJ7hKoFT24vRUX { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:9.09375rem;left:34.375rem;display:block; }
#OA3nwpfbIWC59ihsDTNvv0hzDqIJ6d1Z { position:relative;display:block; }#OA3nwpfbIWC59ihsDTNvv0hzDqIJ6d1Z { background-color: transparent; background-image: none; }#OA3nwpfbIWC59ihsDTNvv0hzDqIJ6d1Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OA3nwpfbIWC59ihsDTNvv0hzDqIJ6d1Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OA3nwpfbIWC59ihsDTNvv0hzDqIJ6d1Z > .row .container > .video-iframe-container { display: none; }#OA3nwpfbIWC59ihsDTNvv0hzDqIJ6d1Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OA3nwpfbIWC59ihsDTNvv0hzDqIJ6d1Z > .row > .video-iframe-container { display: none; }#OA3nwpfbIWC59ihsDTNvv0hzDqIJ6d1Z > .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); }#OA3nwpfbIWC59ihsDTNvv0hzDqIJ6d1Z { border-width: 0; border-radius: 0; }#OA3nwpfbIWC59ihsDTNvv0hzDqIJ6d1Z > .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; }#OA3nwpfbIWC59ihsDTNvv0hzDqIJ6d1Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.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; }#p6Sl6219HzFEE9l4V7e6Pxq0VLA912R5 { position:absolute;display:block;z-index:15000;height:18.125rem;width:66.5625rem;top:0.3125rem;left:4.21875rem;display:block; }
#f7vLEQK5CtTqIJLOhFR7Fb2SyzRA3dpD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:8.40625rem;left:0rem; }
#lnIJursM9MfClM9faQtkQSkTlIfn0J0O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:8.40625rem;left:73.0625rem; }
#LEcdZ7cqVCXhNibb67KtOzlUAKkgTyZP { position:relative;display:block; }#LEcdZ7cqVCXhNibb67KtOzlUAKkgTyZP { background-color: transparent; background-image: none; }#LEcdZ7cqVCXhNibb67KtOzlUAKkgTyZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEcdZ7cqVCXhNibb67KtOzlUAKkgTyZP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEcdZ7cqVCXhNibb67KtOzlUAKkgTyZP > .row .container > .video-iframe-container { display: none; }#LEcdZ7cqVCXhNibb67KtOzlUAKkgTyZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEcdZ7cqVCXhNibb67KtOzlUAKkgTyZP > .row > .video-iframe-container { display: none; }#LEcdZ7cqVCXhNibb67KtOzlUAKkgTyZP > .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); }#LEcdZ7cqVCXhNibb67KtOzlUAKkgTyZP { border-width: 0; border-radius: 0; }#LEcdZ7cqVCXhNibb67KtOzlUAKkgTyZP > .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; }#LEcdZ7cqVCXhNibb67KtOzlUAKkgTyZP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.5rem;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; }#EFC8RSHhrTyAnPGg5WxHD2yk7ZsrT7fX { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);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:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:4.8125rem;left:32.75rem;display:block; }
#fNT66dyZl2D5DXECVrr11UZ6gT0wz1HZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BOWleFaw82zleEdtXkwIDE945enGLD5r { color:rgba(var(--color-tertiary-2),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.3125rem;left:20.15625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kzX8hWbMNm5PkZ8IeyF9GxMIgeN90y7t { position:relative;display:block; }#kzX8hWbMNm5PkZ8IeyF9GxMIgeN90y7t { background-color: transparent; background-image: none; }#kzX8hWbMNm5PkZ8IeyF9GxMIgeN90y7t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzX8hWbMNm5PkZ8IeyF9GxMIgeN90y7t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzX8hWbMNm5PkZ8IeyF9GxMIgeN90y7t > .row .container > .video-iframe-container { display: none; }#kzX8hWbMNm5PkZ8IeyF9GxMIgeN90y7t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzX8hWbMNm5PkZ8IeyF9GxMIgeN90y7t > .row > .video-iframe-container { display: none; }#kzX8hWbMNm5PkZ8IeyF9GxMIgeN90y7t > .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); }#kzX8hWbMNm5PkZ8IeyF9GxMIgeN90y7t { border-width: 0; border-radius: 0; }#kzX8hWbMNm5PkZ8IeyF9GxMIgeN90y7t > .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; }#kzX8hWbMNm5PkZ8IeyF9GxMIgeN90y7t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.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; }#euLKb9PH9gtQ4vfS8zN61yaDpTvxsI07 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:financier;font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.8125rem;left:19.5rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#HPUAwQIXC7B22Kc6EgeH7ZGGPIwphNyq { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#CLTQsOQ64wpODwIifVT4FsQszatt23No { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:75rem;top:0rem;left:0rem;display:block; }
#ybRmEVHmFn1MoDZsWzx0bIcwmlZWuewP { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:41.25rem;top:1.75rem;left:16.75rem;display:block; }
#bHbDNLl5ppMmo3mylxWNwBuLl6N9tPJp { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:9.3125rem;left:21.8125rem;display:block; }
#TMa2Rgr7VKWWz17dTJ3BHSz0HGfhV6AG { position:absolute;display:block;z-index:15011;height:15.25rem;width:41.25rem;top:1.71875rem;left:16.75rem;display:block; }
#wLbXZmfmixzdwbAhtwaGsKiyn1rk836P { position:relative;display:block; }#wLbXZmfmixzdwbAhtwaGsKiyn1rk836P { background-color: transparent; background-image: none; }#wLbXZmfmixzdwbAhtwaGsKiyn1rk836P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLbXZmfmixzdwbAhtwaGsKiyn1rk836P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLbXZmfmixzdwbAhtwaGsKiyn1rk836P > .row .container > .video-iframe-container { display: none; }#wLbXZmfmixzdwbAhtwaGsKiyn1rk836P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLbXZmfmixzdwbAhtwaGsKiyn1rk836P > .row > .video-iframe-container { display: none; }#wLbXZmfmixzdwbAhtwaGsKiyn1rk836P > .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); }#wLbXZmfmixzdwbAhtwaGsKiyn1rk836P { border-width: 0; border-radius: 0; }#wLbXZmfmixzdwbAhtwaGsKiyn1rk836P > .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; }#wLbXZmfmixzdwbAhtwaGsKiyn1rk836P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.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; }#q1cvNHoc4BqV0xV46Epr7EnHu3MmHfmS { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:financier;font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#qHSSdSTOya9ehsvJ0zmkbZGXOzQfTHUz { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:9.09375rem;left:34.375rem;display:block; }
#OMPrR9EVRmVu0l4CfolKDzzr7mp2oOfD { position:relative;display:block; }#OMPrR9EVRmVu0l4CfolKDzzr7mp2oOfD { background-color: transparent; background-image: none; }#OMPrR9EVRmVu0l4CfolKDzzr7mp2oOfD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMPrR9EVRmVu0l4CfolKDzzr7mp2oOfD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMPrR9EVRmVu0l4CfolKDzzr7mp2oOfD > .row .container > .video-iframe-container { display: none; }#OMPrR9EVRmVu0l4CfolKDzzr7mp2oOfD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMPrR9EVRmVu0l4CfolKDzzr7mp2oOfD > .row > .video-iframe-container { display: none; }#OMPrR9EVRmVu0l4CfolKDzzr7mp2oOfD > .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); }#OMPrR9EVRmVu0l4CfolKDzzr7mp2oOfD { border-width: 0; border-radius: 0; }#OMPrR9EVRmVu0l4CfolKDzzr7mp2oOfD > .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; }#OMPrR9EVRmVu0l4CfolKDzzr7mp2oOfD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.9375rem;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; }#l5Tk3cWJ5TTmMgOBDnCS2SMTbZDNP6JH { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:17.5rem;top:18rem;left:0rem;display:block; }
#UhSqUPTpAbQx0D5d4mDhbzda6Ud3MQFg { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:18.762499809265rem;left:0rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vGFipB34SDNxTqqg7o8OnBavIOPJ8qCo { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:17.5rem;top:18rem;left:19.125rem;display:block; }
#f1MuEWeGy9RfWyJ3qXg0C5fVpfI08EvD { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:18.762499809265rem;left:18.8125rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sc2ZHZI4EtpISlKJo3XgExBNMzJaFtuX { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:17.5rem;top:17.9375rem;left:57.5rem;display:block; }
#MkNiV0Rl0SG0niludBqXUlqDwKsnT0F5 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:18.762499809265rem;left:57.5rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Acq8AEQgzQhflRu3s4dHmZIWyiUEywRJ { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:17.5rem;top:18rem;left:38.3125rem;display:block; }
#dSCe5N8Bwh9JGI15mCWEQPhiFrE58Bz8 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:18.762499809265rem;left:38rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kr2DuseCFNhThwA9HpJI2r7a14M4Vivw { position:absolute;display:block;z-index:15013;background-color:#cad1d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:17.5rem;top:0rem;left:0rem;display:block; }
#EkomniiCu3IRiqMaZKGynd5kN4M8Jhfp { position:absolute;display:block;z-index:15014;background-color:#cad1d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:17.5rem;top:0rem;left:19.125rem;display:block; }
#NLIAJP3zSIXxMewlrNxbpR5VpgvP4WmM { position:absolute;display:block;z-index:15015;background-color:#cad1d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:17.5rem;top:0rem;left:38.3125rem;display:block; }
#PuyV5nXTu6sTqehZ3O44lVXT48tJvG03 { position:absolute;display:block;z-index:15016;background-color:#cad1d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:17.5rem;top:0rem;left:57.5rem;display:block; }
#kekLvgFgmGq3ZQ1sTZ1MzclKBOgHVxLy { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:14.125rem;top:0.625rem;left:59.1875rem;overflow:hidden;display:block; }
#hiLlQaygJp1gTlrqJ0iumPM0XoJH7tFu { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14.25rem;top:1.25rem;left:20.75rem;overflow:hidden;display:block; }
#EkwJQxKryhCgRZZPwu3rNoSFeTk7LkUQ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:13.75rem;top:0.3125rem;left:40.1875rem;overflow:hidden;display:block; }
#Vr6a5z3E4M8KKtkrcJw8drPklTS1VZyK { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:15.0625rem;top:0.8125rem;left:1.21875rem;overflow:hidden;display:block; }
#O9zVfTA3q1ZmITtmTeKIsbZtHlnoCmPk { position:relative;display:none; }#O9zVfTA3q1ZmITtmTeKIsbZtHlnoCmPk { border-width: 0; border-radius: 0; }#O9zVfTA3q1ZmITtmTeKIsbZtHlnoCmPk > .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; }#O9zVfTA3q1ZmITtmTeKIsbZtHlnoCmPk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.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:none; }#kAB0V1LLHNHNL2H3Wqpvx1TEhykvczoD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:17.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#VIeT4yQ2kpiwTTcko2Tk8wUTtE13kOAr { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:17.5rem;top:11.625rem;left:0rem;display:block; }
#CHSPR1cRLhMx23VmqRda54ph0TqTGTks { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:12.575000762939rem;left:0rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NxSTSStiLcr7gR7BN8q5P0CtoEJJb5Jy { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:17.5rem;top:13.287498474121rem;left:19.125rem;display:block; }
#cZynHXM5RvJfqeDZdBkPa7F4BtdL0Rb2 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:14.362499237061rem;left:18.8125rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hxzLZ5AnklXu1WlsgWE7GERHcebPSxBy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:17.5rem;top:1.6875rem;left:19.125rem;overflow:hidden;display:block; }
#WMfMCbLFFOsd8TTViTezZtxLiHVs05ZT { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:17.5rem;top:1.8125rem;left:57.5rem;overflow:hidden;display:block; }
#c0zIrHFOEIBh9KvR3pf4AzdQUTpynzOL { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:17.5rem;top:13.375rem;left:57.5rem;display:block; }
#TXdBuKT2ywZMtn9nEHZATsb9vt0qtqzX { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:14.375rem;left:57.5rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#toS624Zkp1wdXFnUfgfRZ8RWf7fVPihb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:17.5rem;top:0rem;left:38.3125rem;overflow:hidden;display:block; }
#ZEru6Vg8V1R9s2vqIvxMaTInv16vDKGL { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:17.5rem;top:11.625rem;left:38.3125rem;display:block; }
#qikzgmCitRSGtQNLKqq1TVqZqgzRAUk9 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:12.575000762939rem;left:38rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m5UEkZEa3WTxeSXaAPQ7Tes7J2m4JIvs { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:5.9375rem;left:0rem;display:block; }
#Vl5DbI402QBzktOTzdDuqT8nugCKuAvt { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:7.6875rem;left:19.125rem;display:block; }
#LoATuROmL0cZVsEzSySuIBJgo9d0SpLS { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:5.9375rem;left:38.3125rem;display:block; }
#i1TELGfXmeM5KBx3UxmgP0FLskASpfOF { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:7.6875rem;left:57.4375rem;display:block; }
#JccwM7VIkInzPlDIe3qqiL3NR2siVu5y { 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:15013;opacity:1;top:4.375rem;left:7.1875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5)); }
#wniqxmLkZk7OiK3pt3x1QNkDnscnUQNc { 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:15014;opacity:1;top:6.0625rem;left:26.3125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5)); }
#rnWk8bfKgdQUhPWTNUkBoDd5qiWAoxku { 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:15015;opacity:1;top:6.0625rem;left:64.6875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5)); }
#IPApIGbpxevk93bMhOwb1Swg7FX5Qm7t { 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:15014;opacity:1;top:4.375rem;left:45.5rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5)); }
#cRuaMQqSg3FqafzhOwssdmzX0a91xufw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cRuaMQqSg3FqafzhOwssdmzX0a91xufw > .row .container { background-color: transparent; background-image: none; }#cRuaMQqSg3FqafzhOwssdmzX0a91xufw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRuaMQqSg3FqafzhOwssdmzX0a91xufw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRuaMQqSg3FqafzhOwssdmzX0a91xufw > .row .container > .video-iframe-container { display: none; }#cRuaMQqSg3FqafzhOwssdmzX0a91xufw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRuaMQqSg3FqafzhOwssdmzX0a91xufw > .row > .video-iframe-container { display: none; }#cRuaMQqSg3FqafzhOwssdmzX0a91xufw > .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); }#cRuaMQqSg3FqafzhOwssdmzX0a91xufw > .row .container { border-width: 0; border-radius: 0; }#cRuaMQqSg3FqafzhOwssdmzX0a91xufw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cRuaMQqSg3FqafzhOwssdmzX0a91xufw > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#PJDgaFif34WoN09a0ABOzzRMw9uhcRFe { position:absolute;display:block;z-index:15000;height:18.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#KFlycQHwH1zqCrOgMcvO7gmzvXNMA2zh { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:financier;font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#vU2zn8J6bCzKgwbh5oRHTBXLHG4hpy2Q { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:46.9375rem;top:4.125rem;left:14.0625rem;display:block; }
#Ss5TyE1C8k10A5lN68IdVcD3TJcH19p7 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);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:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:11.6875rem;left:31.75rem;display:block; }
#BTmHPkIORmP7tU7hInDCZfk37JvwDovJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GWTnF9ddqSKBnpLTV1eTnFQip5w88c7E { position:absolute;display:block;z-index:15004;height:9rem;width:46.9375rem;top:4.1437492370606rem;left:14.03125rem;display:block; }
#GxwJPNTEb6GQh9EsHM134XoMEReHWWeQ { position:relative;display:block; }#GxwJPNTEb6GQh9EsHM134XoMEReHWWeQ { background-color: transparent; background-image: none; }#GxwJPNTEb6GQh9EsHM134XoMEReHWWeQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxwJPNTEb6GQh9EsHM134XoMEReHWWeQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxwJPNTEb6GQh9EsHM134XoMEReHWWeQ > .row .container > .video-iframe-container { display: none; }#GxwJPNTEb6GQh9EsHM134XoMEReHWWeQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxwJPNTEb6GQh9EsHM134XoMEReHWWeQ > .row > .video-iframe-container { display: none; }#GxwJPNTEb6GQh9EsHM134XoMEReHWWeQ > .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); }#GxwJPNTEb6GQh9EsHM134XoMEReHWWeQ { border-width: 0; border-radius: 0; }#GxwJPNTEb6GQh9EsHM134XoMEReHWWeQ > .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; }#GxwJPNTEb6GQh9EsHM134XoMEReHWWeQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.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; }#nLarhqF9ZzflOpe9TUmXpJbUJIrFsk1I { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:financier;font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#dxVgcgbqRP1LhGqXveunpceVkafJOioD { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:9.09375rem;left:34.375rem;display:block; }
#puX7DFEF2GeCJOadgw7odUJGu0DiMSTM { position:relative;display:block; }#puX7DFEF2GeCJOadgw7odUJGu0DiMSTM { background-color: transparent; background-image: none; }#puX7DFEF2GeCJOadgw7odUJGu0DiMSTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puX7DFEF2GeCJOadgw7odUJGu0DiMSTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puX7DFEF2GeCJOadgw7odUJGu0DiMSTM > .row .container > .video-iframe-container { display: none; }#puX7DFEF2GeCJOadgw7odUJGu0DiMSTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puX7DFEF2GeCJOadgw7odUJGu0DiMSTM > .row > .video-iframe-container { display: none; }#puX7DFEF2GeCJOadgw7odUJGu0DiMSTM > .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); }#puX7DFEF2GeCJOadgw7odUJGu0DiMSTM { border-width: 0; border-radius: 0; }#puX7DFEF2GeCJOadgw7odUJGu0DiMSTM > .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; }#puX7DFEF2GeCJOadgw7odUJGu0DiMSTM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.6875rem;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; }#UCTJfqVKNNQTl49aZdsbX4FgourXOtU0 { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5rem;position:absolute;font-family:financier;font-size:4.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:11.1875rem;height:6.41875rem;text-align:center;text-align-last:center;display:block; }
#UVVBfKEesaoUDoTGKCSX5vSdy255XKqJ { color:rgba(var(--color-tertiary-3),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.75rem;left:9.09375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#EtlH89C6CzlPAMDn8pwzUJZy52r94lTV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:11.125rem;left:12.15625rem;overflow:hidden;display:block; }
#FqFlIndQhuhiK1qmWWL2zKFkKVkmqSOG { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:7.1875rem;left:10.5625rem;display:block; }
#XgFTZSTGG0VIs272MTW3TKU5XK6N3eSc { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5rem;position:absolute;font-family:financier;font-size:4.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.9375rem;left:27.0625rem;height:6.41875rem;text-align:center;text-align-last:center;display:block; }
#t2nOyubIc0I7R5z6SZZ9CPF0I0KZwykR { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:7.1875rem;left:26.4375rem;display:block; }
#EtyLlfWUIJckdXQq2GvqIgILvMTNDBKv { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.75rem;left:23.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#HpV6RVmAVdG5TOc7BM329SHPTGy1dSZb { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:11rem;left:27.65625rem;overflow:hidden;display:block; }
#DzutDg2zKzDfx65DJTcEkCrJVAthKB69 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.6875rem;top:11.125rem;left:59.46875rem;overflow:hidden;display:block; }
#nA99fVA5Anry1MQKGEMMp421VBBX2boW { color:rgba(var(--color-tertiary-3),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.75rem;left:40.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#FgzK95q2FgbXTBp6ieVOVTlOFxzxWs2u { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:10.375rem;left:43.15625rem;overflow:hidden;display:block; }
#yVvRZpZeAUku2DJ0yWbpGeOgc46goctQ { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:7.1875rem;left:42.3125rem;display:block; }
#sqGA65efBTMBnTsRw8To5Oq4R4nv5CnL { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5rem;position:absolute;font-family:financier;font-size:4.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:0.9375rem;left:58.5625rem;height:6.41875rem;text-align:center;text-align-last:center;display:block; }
#bqaqBPbJOVJTw3Aym69xLaAMly4hUl4d { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:7.1875rem;left:57.9375rem;display:block; }
#HuWOA3U6kQm5U9spXNH1QP3moyzhi2Mk { color:rgba(var(--color-tertiary-3),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.75rem;left:54.28125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#nMS4wmC7ZW5nITGWZUPnaosW6faZwXXf { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5rem;position:absolute;font-family:financier;font-size:4.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:0.9375rem;left:42.9375rem;height:6.41875rem;text-align:center;text-align-last:center;display:block; }
#QglTmTVyc0Q5X1N9WMZKJ6uea5gcoFd0 { position:absolute;display:block;z-index:15018;height:16.75rem;width:15.375rem;top:0rem;left:53.625rem;display:block; }
#DgdfvdDwEIrCK9h95Ggcvy3xlv11D65M { position:absolute;display:block;z-index:15019;height:16.75rem;width:15.375rem;top:0rem;left:37.75rem;display:block; }
#yliUvJtOUphXT26KCi9vCHcBKB2TWwnb { position:absolute;display:block;z-index:15020;height:16.75rem;width:15.375rem;top:0rem;left:21.875rem;display:block; }
#eCyHLwD1S14qO2pdn6DMXk14LlqAi6sk { position:absolute;display:block;z-index:15021;height:16.75rem;width:15.375rem;top:0rem;left:6rem;display:block; }
#ODLL7LXidPF4InyyhM7XnwMwNqF1WdPX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cad1d3;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; }#ODLL7LXidPF4InyyhM7XnwMwNqF1WdPX > .row .container { background-color: transparent; background-image: none; }#ODLL7LXidPF4InyyhM7XnwMwNqF1WdPX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODLL7LXidPF4InyyhM7XnwMwNqF1WdPX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODLL7LXidPF4InyyhM7XnwMwNqF1WdPX > .row .container > .video-iframe-container { display: none; }#ODLL7LXidPF4InyyhM7XnwMwNqF1WdPX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODLL7LXidPF4InyyhM7XnwMwNqF1WdPX > .row > .video-iframe-container { display: none; }#ODLL7LXidPF4InyyhM7XnwMwNqF1WdPX > .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); }#ODLL7LXidPF4InyyhM7XnwMwNqF1WdPX > .row .container { border-width: 0; border-radius: 0; }#ODLL7LXidPF4InyyhM7XnwMwNqF1WdPX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ODLL7LXidPF4InyyhM7XnwMwNqF1WdPX > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:75rem;position:relative;display:block; }#SB1oDDEvIhUxrLPd9dp69rK3wRC749wb { color:rgba(var(--color-tertiary-3),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.3125rem;left:5.9375rem;height:2.923825rem;font-style:normal;display:block; }
#l0Di9IZJG75NAIQML817OulZVaZwahVC { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);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:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.875rem;left:5.9375rem;display:block; }
#J31nt0TP4H8F7Oe6lT68TSCzKr2nsyJs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HillzClLPzEEOf5WMgghtPPigPLZfHNA { color:rgba(var(--color-tertiary-3),1);display:block;width:39.4375rem;position:absolute;font-family:financier;font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.25rem;left:5.9375rem;height:4.2246125rem;text-align:left;text-align-last:left;display:block; }
#ouwNF8ce1mATU1CzKtUchs2TBeCoQJRw { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:0.0625rem;top:4.75rem;left:3.5rem;display:block; }
#xnVioldeqAy3e0tMOMf5olakvC2FEI6a { color:rgba(var(--color-tertiary-3),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.43124961853rem;left:5.9375rem;height:1.7875rem;font-style:normal;display:block; }
#TI9Cqz4RKMEDnZsrV6K80NwshhSAdahA { color:rgba(var(--color-tertiary-3),1);display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.52499961853rem;left:5.9375rem;height:2.923825rem;font-style:normal;display:block; }
#nbp0pJgMITJXSKrI18gXz51peUApoHsB { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:31.25rem;top:2.4375rem;left:43.75rem;overflow:hidden;display:block; }
#lD5AmJZGIdmd1ECiRUiMBxHwTeTNuoWv { color:rgba(var(--color-tertiary-3),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:14rem;left:65.5625rem;height:1.462675rem;font-style:normal;display:block; }
#kOT8RRP5G5r4KUGD3aFULXvWu7T73Row { color:rgba(var(--color-tertiary-3),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:15.5625rem;left:65.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#aBNqz9XWHW08TEbHolI613gFRlb6JapW { position:relative;display:none; }#aBNqz9XWHW08TEbHolI613gFRlb6JapW { border-width: 0; border-radius: 0; }#aBNqz9XWHW08TEbHolI613gFRlb6JapW > .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; }#aBNqz9XWHW08TEbHolI613gFRlb6JapW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.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:none; }#VUDu1V2eoTvDD0JXv9MqAA6s42xJeSCJ { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:financier;font-size:2.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:3.41145625rem;text-align:center;text-align-last:center;display:block; }
#v9RHKwkStygv7yTn76DbxcnyhTz58JTM { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:8.5625rem;left:34.375rem;display:block; }
#Tv9hJNckcSwOXKcLrqzDpnZazF9TaNLu { position:relative;display:block; }#Tv9hJNckcSwOXKcLrqzDpnZazF9TaNLu { background-color: transparent; background-image: none; }#Tv9hJNckcSwOXKcLrqzDpnZazF9TaNLu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tv9hJNckcSwOXKcLrqzDpnZazF9TaNLu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tv9hJNckcSwOXKcLrqzDpnZazF9TaNLu > .row .container > .video-iframe-container { display: none; }#Tv9hJNckcSwOXKcLrqzDpnZazF9TaNLu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tv9hJNckcSwOXKcLrqzDpnZazF9TaNLu > .row > .video-iframe-container { display: none; }#Tv9hJNckcSwOXKcLrqzDpnZazF9TaNLu > .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); }#Tv9hJNckcSwOXKcLrqzDpnZazF9TaNLu { border-width: 0; border-radius: 0; }#Tv9hJNckcSwOXKcLrqzDpnZazF9TaNLu > .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; }#Tv9hJNckcSwOXKcLrqzDpnZazF9TaNLu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.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; }#Svhm4V8pBCmMzFipNJP5FOEBHftfX0sc { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:financier;font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:3.412325rem;text-align:center;text-align-last:center;display:block; }
#lr2nJrJQMl9nwFuvMBlBHqLRekWAdJbm { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:9.09375rem;left:34.375rem;display:block; }
#qs5K5w5a5wcNX3fXnoZ4lKSHywffBdxv { position:relative;display:block; }#qs5K5w5a5wcNX3fXnoZ4lKSHywffBdxv { background-color: transparent; background-image: none; }#qs5K5w5a5wcNX3fXnoZ4lKSHywffBdxv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qs5K5w5a5wcNX3fXnoZ4lKSHywffBdxv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qs5K5w5a5wcNX3fXnoZ4lKSHywffBdxv > .row .container > .video-iframe-container { display: none; }#qs5K5w5a5wcNX3fXnoZ4lKSHywffBdxv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qs5K5w5a5wcNX3fXnoZ4lKSHywffBdxv > .row > .video-iframe-container { display: none; }#qs5K5w5a5wcNX3fXnoZ4lKSHywffBdxv > .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); }#qs5K5w5a5wcNX3fXnoZ4lKSHywffBdxv { border-width: 0; border-radius: 0; }#qs5K5w5a5wcNX3fXnoZ4lKSHywffBdxv > .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; }#qs5K5w5a5wcNX3fXnoZ4lKSHywffBdxv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;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; }#G3mIG5atbdsAtr4kueCstI2d98ByiwOs { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:45.5rem;top:0rem;left:12.1875rem;display:block; }
#QxcdLoS3HDdtAaGTKKghPl3avOmToBpH { color:rgba(var(--color-tertiary-0),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.8125rem;left:13.375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OQvspK6v87hHeBRQV2wz4iW6OI9DxJsI { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.5rem;left:52.3125rem;display:block; }
#nN0ASo8veTBfxEnRgXSIfHksVTwro9zx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KkTIbEFotxPwvWOqSaBRoEeh8DRrBM19 { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5rem;position:absolute;font-family:financier;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.92812538146975rem;left:5.625rem;height:1.94921875rem;text-align:right;text-align-last:right;display:block; }
#JXahpikQyHgh4XLTBQFlWUtPZCyb51E5 { position:relative;display:block; }#JXahpikQyHgh4XLTBQFlWUtPZCyb51E5 { background-color: transparent; background-image: none; }#JXahpikQyHgh4XLTBQFlWUtPZCyb51E5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXahpikQyHgh4XLTBQFlWUtPZCyb51E5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXahpikQyHgh4XLTBQFlWUtPZCyb51E5 > .row .container > .video-iframe-container { display: none; }#JXahpikQyHgh4XLTBQFlWUtPZCyb51E5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXahpikQyHgh4XLTBQFlWUtPZCyb51E5 > .row > .video-iframe-container { display: none; }#JXahpikQyHgh4XLTBQFlWUtPZCyb51E5 > .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); }#JXahpikQyHgh4XLTBQFlWUtPZCyb51E5 { border-width: 0; border-radius: 0; }#JXahpikQyHgh4XLTBQFlWUtPZCyb51E5 > .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; }#JXahpikQyHgh4XLTBQFlWUtPZCyb51E5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;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; }#I0Ryku7SxtP1qTx2euDESdecJMczq8Fs { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:45.5rem;top:0rem;left:12.1875rem;display:block; }
#NLsO7MWV0aJeuWehz5mpRfw6NeZO6DC5 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.8125rem;left:13.375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oKzDX7ykCP2CJeheTcRgdTygR4aToGM3 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.5rem;left:52.3125rem;display:block; }
#hn6ndvHxPuNKtIMQ7Hqu7qT6fSCMLPWf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AtcGKPTPQKB8kuTmPRNI7nagJ4ekEvea { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5rem;position:absolute;font-family:financier;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.92812538146975rem;left:5.625rem;height:1.94965rem;text-align:right;text-align-last:right;display:block; }
#BLpZDSoaruciEhHE4hlNyikUD5gpfCe2 { position:relative;display:block; }#BLpZDSoaruciEhHE4hlNyikUD5gpfCe2 { background-color: transparent; background-image: none; }#BLpZDSoaruciEhHE4hlNyikUD5gpfCe2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLpZDSoaruciEhHE4hlNyikUD5gpfCe2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLpZDSoaruciEhHE4hlNyikUD5gpfCe2 > .row .container > .video-iframe-container { display: none; }#BLpZDSoaruciEhHE4hlNyikUD5gpfCe2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLpZDSoaruciEhHE4hlNyikUD5gpfCe2 > .row > .video-iframe-container { display: none; }#BLpZDSoaruciEhHE4hlNyikUD5gpfCe2 > .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); }#BLpZDSoaruciEhHE4hlNyikUD5gpfCe2 { border-width: 0; border-radius: 0; }#BLpZDSoaruciEhHE4hlNyikUD5gpfCe2 > .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; }#BLpZDSoaruciEhHE4hlNyikUD5gpfCe2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;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; }#QKtyqyMHTLrMMDTQWgxAIfQ1ZPDDhT4X { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:45.5rem;top:0rem;left:12.1875rem;display:block; }
#JDtxgMUHWamuNT58scc7lmTEp3M8l1ZG { color:rgba(var(--color-tertiary-0),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.8125rem;left:13.375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KpiU9dPbLHBklbD97wt527L2mOqCTtUL { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.5rem;left:52.3125rem;display:block; }
#ORDA5yzKlhh1e6ozHeK7f0yUrEHHHC8J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JMECnyWaHpPftMOB5MODBD6zOLxmPczP { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5rem;position:absolute;font-family:financier;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.92812538146975rem;left:5.625rem;height:1.94965rem;text-align:right;text-align-last:right;display:block; }
#xaKfsJoiDDgsCBuc2xMLpAuSPlpteDyG { position:relative;display:block; }#xaKfsJoiDDgsCBuc2xMLpAuSPlpteDyG { background-color: transparent; background-image: none; }#xaKfsJoiDDgsCBuc2xMLpAuSPlpteDyG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xaKfsJoiDDgsCBuc2xMLpAuSPlpteDyG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xaKfsJoiDDgsCBuc2xMLpAuSPlpteDyG > .row .container > .video-iframe-container { display: none; }#xaKfsJoiDDgsCBuc2xMLpAuSPlpteDyG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xaKfsJoiDDgsCBuc2xMLpAuSPlpteDyG > .row > .video-iframe-container { display: none; }#xaKfsJoiDDgsCBuc2xMLpAuSPlpteDyG > .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); }#xaKfsJoiDDgsCBuc2xMLpAuSPlpteDyG { border-width: 0; border-radius: 0; }#xaKfsJoiDDgsCBuc2xMLpAuSPlpteDyG > .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; }#xaKfsJoiDDgsCBuc2xMLpAuSPlpteDyG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;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; }#SeVXpgUVRabJ21hys3t4n0kxeKoxaV0e { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:45.5rem;top:0rem;left:12.5rem;display:block; }
#EeRcDLvNHImP8XopcVlMG78EsBnkzPlW { color:rgba(var(--color-tertiary-0),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.8125rem;left:13.375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GB6kkuGy1vC5oR3fp8puu10EZnSSspDu { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.5rem;left:52.3125rem;display:block; }
#bWQlT2dDrF92IPvEndXo6Hw6Bs7gwwIF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ew8S2KCALw4b4oZ5nUFewALTdu5iwBtg { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5rem;position:absolute;font-family:financier;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.92812538146975rem;left:5.625rem;height:1.94921875rem;text-align:right;text-align-last:right;display:block; }
#idtEbWaAJ9luD8LXCtZgsicH8QmaIKwm { position:relative;display:block; }#idtEbWaAJ9luD8LXCtZgsicH8QmaIKwm { background-color: transparent; background-image: none; }#idtEbWaAJ9luD8LXCtZgsicH8QmaIKwm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idtEbWaAJ9luD8LXCtZgsicH8QmaIKwm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idtEbWaAJ9luD8LXCtZgsicH8QmaIKwm > .row .container > .video-iframe-container { display: none; }#idtEbWaAJ9luD8LXCtZgsicH8QmaIKwm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idtEbWaAJ9luD8LXCtZgsicH8QmaIKwm > .row > .video-iframe-container { display: none; }#idtEbWaAJ9luD8LXCtZgsicH8QmaIKwm > .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); }#idtEbWaAJ9luD8LXCtZgsicH8QmaIKwm { border-width: 0; border-radius: 0; }#idtEbWaAJ9luD8LXCtZgsicH8QmaIKwm > .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; }#idtEbWaAJ9luD8LXCtZgsicH8QmaIKwm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;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; }#gQE7TdZtEXkbqWiA2LcXpdxLyT3E9spb { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:45.5rem;top:0rem;left:12.1875rem;display:block; }
#xlVOrgsgPEiH0yVG7gUZz2mdiSbFUUxh { color:rgba(var(--color-tertiary-0),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.8125rem;left:13.375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kCQA1GcT3y6G49aSDzDnNyCTlZd11TDB { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.5rem;left:52.3125rem;display:block; }
#vRAJ6IzWbiIT8SoIolpKfi4ri0RhlaAh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QF3M2KcRmqZLevukzHJdD9VbVTqtWvMI { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5rem;position:absolute;font-family:financier;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.92812538146975rem;left:5.625rem;height:1.94921875rem;text-align:right;text-align-last:right;display:block; }
#f4cyt1JiikcSrCFKGM0CLmIpDEecau8H { position:relative;display:block; }#f4cyt1JiikcSrCFKGM0CLmIpDEecau8H { background-color: transparent; background-image: none; }#f4cyt1JiikcSrCFKGM0CLmIpDEecau8H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4cyt1JiikcSrCFKGM0CLmIpDEecau8H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4cyt1JiikcSrCFKGM0CLmIpDEecau8H > .row .container > .video-iframe-container { display: none; }#f4cyt1JiikcSrCFKGM0CLmIpDEecau8H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4cyt1JiikcSrCFKGM0CLmIpDEecau8H > .row > .video-iframe-container { display: none; }#f4cyt1JiikcSrCFKGM0CLmIpDEecau8H > .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); }#f4cyt1JiikcSrCFKGM0CLmIpDEecau8H { border-width: 0; border-radius: 0; }#f4cyt1JiikcSrCFKGM0CLmIpDEecau8H > .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; }#f4cyt1JiikcSrCFKGM0CLmIpDEecau8H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;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; }#KNC9mNHLEqH7cZdJtyKfz3BfQmQVgyhR { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:45.5rem;top:0rem;left:12.1875rem;display:block; }
#bDdlkJH7Dr3ypta2fM88t9Z3zciKlEMy { color:rgba(var(--color-tertiary-0),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.8125rem;left:13.375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zG1loNsnHTb0AoM9t1TW4343hy94cqNJ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.5rem;left:52.3125rem;display:block; }
#vLeugKkbJJZBfUNETle1n8zikpZheUdH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OA7t44wQSHrv7DfdSQg3hw8sGTF5ZCQT { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5rem;position:absolute;font-family:financier;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.92812538146975rem;left:5.625rem;height:1.94921875rem;text-align:right;text-align-last:right;display:block; }
#HNxDGc2KIrB28uC9gP0KUN8BntsPZtu5 { position:relative;display:block; }#HNxDGc2KIrB28uC9gP0KUN8BntsPZtu5 { background-color: transparent; background-image: none; }#HNxDGc2KIrB28uC9gP0KUN8BntsPZtu5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNxDGc2KIrB28uC9gP0KUN8BntsPZtu5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNxDGc2KIrB28uC9gP0KUN8BntsPZtu5 > .row .container > .video-iframe-container { display: none; }#HNxDGc2KIrB28uC9gP0KUN8BntsPZtu5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNxDGc2KIrB28uC9gP0KUN8BntsPZtu5 > .row > .video-iframe-container { display: none; }#HNxDGc2KIrB28uC9gP0KUN8BntsPZtu5 > .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); }#HNxDGc2KIrB28uC9gP0KUN8BntsPZtu5 { border-width: 0; border-radius: 0; }#HNxDGc2KIrB28uC9gP0KUN8BntsPZtu5 > .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; }#HNxDGc2KIrB28uC9gP0KUN8BntsPZtu5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;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; }#uJfJfPWFfKsoVOwLM9GetTU21kqdhgEb { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:45.5rem;top:0rem;left:12.1875rem;display:block; }
#ZPASyoAOALhZ00eQuRWs2vZU1c9HeopG { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.8125rem;left:13.375rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HuXFGFAe1JvTiSDdBdUJMrKc2g9WU5K9 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.5rem;left:52.3125rem;display:block; }
#Tpstegr9kSGybgeETAaGgMgERdSIqTuT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rh5FfDubowTSk6VQyDLuIeMX32arBedt { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5rem;position:absolute;font-family:financier;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.92812538146975rem;left:5.625rem;height:1.94921875rem;text-align:right;text-align-last:right;display:block; }
#NyGDFHSt3QvasvrR6t8iAC7g0o8xtZZZ { position:relative;display:block; }#NyGDFHSt3QvasvrR6t8iAC7g0o8xtZZZ { background-color: transparent; background-image: none; }#NyGDFHSt3QvasvrR6t8iAC7g0o8xtZZZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyGDFHSt3QvasvrR6t8iAC7g0o8xtZZZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyGDFHSt3QvasvrR6t8iAC7g0o8xtZZZ > .row .container > .video-iframe-container { display: none; }#NyGDFHSt3QvasvrR6t8iAC7g0o8xtZZZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyGDFHSt3QvasvrR6t8iAC7g0o8xtZZZ > .row > .video-iframe-container { display: none; }#NyGDFHSt3QvasvrR6t8iAC7g0o8xtZZZ > .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); }#NyGDFHSt3QvasvrR6t8iAC7g0o8xtZZZ { border-width: 0; border-radius: 0; }#NyGDFHSt3QvasvrR6t8iAC7g0o8xtZZZ > .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; }#NyGDFHSt3QvasvrR6t8iAC7g0o8xtZZZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;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; }#QmXCWmwWesPAJWT9Vfq2gM5riduwsmXd { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:45.5rem;top:0rem;left:12.1875rem;display:block; }
#BWcw5WBb3UXaLlKoXup9xJSbUnL9gh8m { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.8125rem;left:13.375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DzdwNVV2btWwr6kJVKoBMQQoZZNUXQyv { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.5rem;left:52.3125rem;display:block; }
#hpwUQM15Np6w65fdsVXbTewtf8H00HR9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GGXnyfThG2vguXgmuxCKmwiuTlSuRGNF { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5rem;position:absolute;font-family:financier;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.92812538146975rem;left:5.625rem;height:1.94921875rem;text-align:right;text-align-last:right;display:block; }
#FKA6ztOAi2QUTxKdeSWaooAtdmaULgkf { position:relative;display:block; }#FKA6ztOAi2QUTxKdeSWaooAtdmaULgkf { background-color: transparent; background-image: none; }#FKA6ztOAi2QUTxKdeSWaooAtdmaULgkf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKA6ztOAi2QUTxKdeSWaooAtdmaULgkf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKA6ztOAi2QUTxKdeSWaooAtdmaULgkf > .row .container > .video-iframe-container { display: none; }#FKA6ztOAi2QUTxKdeSWaooAtdmaULgkf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKA6ztOAi2QUTxKdeSWaooAtdmaULgkf > .row > .video-iframe-container { display: none; }#FKA6ztOAi2QUTxKdeSWaooAtdmaULgkf > .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); }#FKA6ztOAi2QUTxKdeSWaooAtdmaULgkf { border-width: 0; border-radius: 0; }#FKA6ztOAi2QUTxKdeSWaooAtdmaULgkf > .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; }#FKA6ztOAi2QUTxKdeSWaooAtdmaULgkf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.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; }#CpEC8xTA8pUfLgTzthaTntz160Mv2bZq { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:45.5rem;top:0rem;left:12.125rem;display:block; }
#QNu136Z13k8ZDAGzsqhD7WwGmMtKrrTw { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.8125rem;left:52.25rem;display:block; }
#eGflqaPMStpTNN8pxJHxrmtK5vuETulA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t6RiyIxGoF3aykFzayhTfIdGIVpAMThN { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5rem;position:absolute;font-family:financier;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:5.5625rem;height:1.94921875rem;text-align:right;text-align-last:right;display:block; }
#ivUgqhrGMdUodKW5r4CCxJIIP3vN0fLQ { color:rgba(var(--color-tertiary-0),1);display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:0.875rem;left:13.375rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pNXvbZTdodwfQ40q7WamiZbzWVJycq8V { position:relative;display:block; }#pNXvbZTdodwfQ40q7WamiZbzWVJycq8V { background-color: transparent; background-image: none; }#pNXvbZTdodwfQ40q7WamiZbzWVJycq8V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNXvbZTdodwfQ40q7WamiZbzWVJycq8V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNXvbZTdodwfQ40q7WamiZbzWVJycq8V > .row .container > .video-iframe-container { display: none; }#pNXvbZTdodwfQ40q7WamiZbzWVJycq8V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNXvbZTdodwfQ40q7WamiZbzWVJycq8V > .row > .video-iframe-container { display: none; }#pNXvbZTdodwfQ40q7WamiZbzWVJycq8V > .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); }#pNXvbZTdodwfQ40q7WamiZbzWVJycq8V { border-width: 0; border-radius: 0; }#pNXvbZTdodwfQ40q7WamiZbzWVJycq8V > .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; }#pNXvbZTdodwfQ40q7WamiZbzWVJycq8V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.5rem;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; }#eymBIeELLwX9xlWJVL3XwDWotGM30P8s { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:45.5rem;top:0rem;left:12.125rem;display:block; }
#dR1VDHmb69wgkgTIHoVgbTmOSuNBqKQR { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.8125rem;left:52.25rem;display:block; }
#EmkF2q6Dd6hWM5QGKfLTyQ7wuTAxzvNr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kf2TE8nUsXxsndZdqPUP9CSedPeyHOky { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5rem;position:absolute;font-family:financier;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:5.5625rem;height:1.94921875rem;text-align:right;text-align-last:right;display:block; }
#dW1D4EKGsZ0P3cDCD9zJlTHiZDvNQBiJ { color:rgba(var(--color-tertiary-0),1);display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:0.875rem;left:13.125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GRVQcJmOh5DAfaBTDg1KXkpAapRrBtux { position:relative;display:block; }#GRVQcJmOh5DAfaBTDg1KXkpAapRrBtux { background-color: transparent; background-image: none; }#GRVQcJmOh5DAfaBTDg1KXkpAapRrBtux::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRVQcJmOh5DAfaBTDg1KXkpAapRrBtux > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRVQcJmOh5DAfaBTDg1KXkpAapRrBtux > .row .container > .video-iframe-container { display: none; }#GRVQcJmOh5DAfaBTDg1KXkpAapRrBtux > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRVQcJmOh5DAfaBTDg1KXkpAapRrBtux > .row > .video-iframe-container { display: none; }#GRVQcJmOh5DAfaBTDg1KXkpAapRrBtux > .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); }#GRVQcJmOh5DAfaBTDg1KXkpAapRrBtux { border-width: 0; border-radius: 0; }#GRVQcJmOh5DAfaBTDg1KXkpAapRrBtux > .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; }#GRVQcJmOh5DAfaBTDg1KXkpAapRrBtux > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#hISo8mlEbETXzwydCamT32ypgVGtSSJc { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:45.5rem;top:0rem;left:12.125rem;display:block; }
#g4bdrrzVqDETHunxQ7ZTeDtZLsAG4Rzy { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.8125rem;left:52.25rem;display:block; }
#WbkQ4hH1DlTm6Frm3JSq5WP08HZnpWBq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ghuhiQJmnFLNFdwNEh3WmWvAC5yQTrFq { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5rem;position:absolute;font-family:financier;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:5.5625rem;height:1.94921875rem;text-align:right;text-align-last:right;display:block; }
#hzw4WuLCCW4kRrQ8R6tMCZB8utlTLM9g { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:0.875rem;left:13.375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SqKBGlxPTeBds7tULmSzV8nLyTS0xvw0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SqKBGlxPTeBds7tULmSzV8nLyTS0xvw0 > .row .container { background-color: transparent; background-image: none; }#SqKBGlxPTeBds7tULmSzV8nLyTS0xvw0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqKBGlxPTeBds7tULmSzV8nLyTS0xvw0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqKBGlxPTeBds7tULmSzV8nLyTS0xvw0 > .row .container > .video-iframe-container { display: none; }#SqKBGlxPTeBds7tULmSzV8nLyTS0xvw0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqKBGlxPTeBds7tULmSzV8nLyTS0xvw0 > .row > .video-iframe-container { display: none; }#SqKBGlxPTeBds7tULmSzV8nLyTS0xvw0 > .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); }#SqKBGlxPTeBds7tULmSzV8nLyTS0xvw0 > .row .container { border-width: 0; border-radius: 0; }#SqKBGlxPTeBds7tULmSzV8nLyTS0xvw0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SqKBGlxPTeBds7tULmSzV8nLyTS0xvw0 > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#ifMp5UHBH5wqLAvmAzXxwE1JDUJT3OLQ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.5625rem;width:43.75rem;top:0rem;left:0rem;display:block; }
#X8SfrWuZzTTCsbTZyVZqbeRIFxBCeTGi { color:rgba(var(--color-tertiary-3),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.875rem;left:49.375rem;height:6.5rem;font-style:normal;display:block; }
#GtWg5Q52qAXNkv8JqrvEZQPtfdMZFL4K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:15.375rem;left:49.375rem; }
#GtWg5Q52qAXNkv8JqrvEZQPtfdMZFL4K > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#OwcClbFcXxVL60MHAB7euAWEVpy2vxEu { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:15.375rem;left:53.0625rem; }
#OwcClbFcXxVL60MHAB7euAWEVpy2vxEu > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#NnPbTL7dpQSxfGM8LGQR9F0svzvVbTAR { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:0.0625rem;top:6.1875rem;left:47rem;display:block; }
#LtHS8y1TNXmms5byxdehUSb3zUZGeCF0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cad1d3;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; }#LtHS8y1TNXmms5byxdehUSb3zUZGeCF0 > .row .container { background-color: transparent; background-image: none; }#LtHS8y1TNXmms5byxdehUSb3zUZGeCF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtHS8y1TNXmms5byxdehUSb3zUZGeCF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtHS8y1TNXmms5byxdehUSb3zUZGeCF0 > .row .container > .video-iframe-container { display: none; }#LtHS8y1TNXmms5byxdehUSb3zUZGeCF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtHS8y1TNXmms5byxdehUSb3zUZGeCF0 > .row > .video-iframe-container { display: none; }#LtHS8y1TNXmms5byxdehUSb3zUZGeCF0 > .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); }#LtHS8y1TNXmms5byxdehUSb3zUZGeCF0 > .row .container { border-width: 0; border-radius: 0; }#LtHS8y1TNXmms5byxdehUSb3zUZGeCF0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LtHS8y1TNXmms5byxdehUSb3zUZGeCF0 > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#slIFzJm86CsZThuqT4VLCZ3FDwOzSdcM { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:2.375rem;left:15.1875rem;height:1.50065rem;font-style:normal;display:block; }
#tnUSsfHVxRxQPZmo18T0EhJXM2TlOlzZ { color:rgba(var(--color-tertiary-4),1);display:block;width:6.624875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:2.375rem;left:30.125rem;height:1.50065rem;font-style:normal;display:block; }
#x0yVX2qat3HQQdTPOXzOqAXMpLT6RxcH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:6.4375rem;top:2.25rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RBTccn8a6TOwzSEsh6WrcwdSwsZKgq6V { top:1.375rem;left:0rem;width:6.5rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3VV5FdXOd4pV41CngsTzT1VPex2Qur5 { width:8.3125rem;height:2.5rem;top:0.875rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xucDv0UloTiyANqmEF5FkLFQB2CG3cet { display:block; }
 }@media only screen and (max-width: 763px) { #PZ5hxnybETg2xLsE4WXLlsmbQRKukgZK { width:8.3125rem;height:2.5rem;top:0.875rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu2Mu7z1x19kUZbeqe4XwboELVDKi9yc { display:block; }
 }@media only screen and (max-width: 763px) { #QZ2bZfqFTlLnB0xIk7X02rzVzVTFrd8x { width:6.375rem;height:2.5rem;top:0.875rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9KTa8m2wQTADUBQeUx4Zl0lLbNVuwhi { display:block; }
 }@media only screen and (max-width: 763px) { #kyElV3c7tbo2AG2RvhsHuhQzqSWPTDhH { width:12.75rem;height:2.875rem;top:0.75rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr7EE6vo0D3MFerDXtkxTeQIL2xZJGTg { display:block; }
 }@media only screen and (max-width: 763px) { #szTu1DrmxVGPI1XOHRT9dSbuO8B0xufC { display:none; }
 }@media only screen and (max-width: 763px) { #B937aWZHaaTAdGCN9CTpFKk5ArCKmqkL { display:block; }#B937aWZHaaTAdGCN9CTpFKk5ArCKmqkL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qINPzcd7ozvXRtx9HepwWaD8kZtt1n81 { display:block; }#qINPzcd7ozvXRtx9HepwWaD8kZtt1n81 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTLeLzhGEWsP8hpJlp6zk9VO8R9MP8W2 { width:8.3125rem;height:2.5rem;top:1rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQeNf3qoJvib1PkRouLTLCxtRCRO1vLp { display:block; }
 }@media only screen and (max-width: 763px) { #d9CXrPCal1Lx5mvBvSffQV3UkRmhRkGf { width:8.3125rem;height:2.5rem;top:1rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPZPXzR19U4bSiFHBQ79nkQyXlZadvdI { display:block; }
 }@media only screen and (max-width: 763px) { #Roengv5BCgbirMpgBT9nPUE7wzVwXvk6 { width:6.375rem;height:2.5rem;top:1rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm33EryzfXEKCh0cMtUmHBMobxudHaDk { display:block; }
 }@media only screen and (max-width: 763px) { #BnlZlwyb30MU2xSa3F9QilbSBFhdmQfT { width:12.75rem;height:2.875rem;top:0.75rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSd2xGG4uQPcVo0S92kdPJoI2XB6tvTc { display:block; }
 }@media only screen and (max-width: 763px) { #ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7 { display:block; }#ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XufMDupVLAbkc7io2LITuTn3c96nNXhL { top:7.5rem;left:11.875rem;width:35.875rem;height:6.3125rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yypa7fPUFJG63tiH9FR5tiMxaZw0VAA0 { top:12.9375rem;left:21.9375rem;width:25.8125rem;height:3.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5gn7NiVPc3MMUADb4Bo6532hwVdrGNk { top:20.25rem;left:13.5rem;width:34.25rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiUWE27bD0MvHzRlB9FADasuNNqA0ach { top:17.5rem;left:25.5rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQCc4zD5vMUHBduPbncGxUNmPh0zVAuR { width:9.5rem;height:3rem;top:32.3125rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gETFe0V29kBO8UbznSzBg2wMBVpnvT6H { display:block; }
 }@media only screen and (max-width: 763px) { #nloWkGu19HTJA8Bi9TEzQbiMyvmsqvTr { top:20.4375rem;left:23.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5BQyKKxP5l9sRO0T49gpnyNQxN6PbzD { top:22.75rem;left:23.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5H3du0fF3GlGQtqPWlBiuK6nT5bxVRF { top:25rem;left:23.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2ochJZHg8ABlphgecLb0TLV8mG2rGUc { top:27.25rem;left:23.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol4A3Hqbap9qQOBXf6xhTqZdM8Ph7Fuu { top:43rem;left:0rem;width:41.25rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmtMxnoExbQlmmkAATqbUgKcNgTduvyw { top:45.125rem;left:0rem;width:31.125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwzDfLhuB0Ooa9hcDmeV5VlTymc9Lm6Q { top:22.5625rem;left:13.5rem;width:34.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2iiUkPiQamXGGKB5Zn5vBRJhN5B9mGh { top:24.875rem;left:13.5rem;width:34.25rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHnSq07s9d8766pu34roXNTqmbw9bGXQ { top:27.0625rem;left:13.5rem;width:34.25rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0A6I5vUVAJf33BOrbIMpXXIxrHOBQQv { top:20.25rem;left:9.8125rem;width:37.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFLQfcJcLWVz4y6yAK0GLzC3Pf8AeuEL { top:22.5rem;left:9.8125rem;width:37.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmPgxdsSUOZhz7uysJEtmX0nkpvnMrZb { top:20.4375rem;left:23.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA6a8MauPKIFqmVLzxL1MQN98UI5FF2U { top:22.75rem;left:23.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #To3Pl5AauDfq0HAzJIUV94Hok1nLlHup { top:25rem;left:23.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTddX5aMdv18kIoI8aQHcKiSDQXDsd1t { top:27.25rem;left:23.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tclq4iETZ7NJfo7SwX7HlgM3REAiVGcE { top:24.75rem;left:9.8125rem;width:37.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohKAEdkPKW9BIv6nxTaTp2o9e8cLu2lA { top:27.125rem;left:9.8125rem;width:37.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR8llHG09b2CaLgTs1MnbbpdSUiNn0eO { top:43.625rem;left:0rem;width:41.25rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #moToFWoxP1lCgJn8KbHsWqNPHSTEdb34 { width:8.5625rem;height:2.1875rem;top:32.6875rem;left:36.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwxFCNC5UmmRAaeTlm0EAlC6OtWkRUN0 { display:block; }
 }@media only screen and (max-width: 763px) { #V7MamGb5XcD59JJ80TJNUv1soiBadUIQ { top:45.5625rem;left:0rem;width:0.0625rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFwenQeiP4G3fFgZimXwOtm2eqxwXZng { display:block; }#UFwenQeiP4G3fFgZimXwOtm2eqxwXZng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPh3rfKBImwunyHlxdpllvxk6iNiZ4on { top:0.5625rem;left:0rem;width:31.1875rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDATkiol3T1yTRDc0vJy8fOdTV91LZUd { top:4.3125rem;left:0rem;width:32.875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSTgvtWbTGl3S30d0PTQXCcvBiq3hWpI { top:1.25rem;left:31.9375rem;width:10rem;height:0;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnOs1UkuxgnimXKfSBSwcCvSXhoTCuzW { top:4.4375rem;left:36.25rem;width:6.6875rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU6Onx64IAm3JQd4ccIFVfsQGwiog17w { top:1rem;left:28.25rem;width:19.5rem;height:4.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOgaIDX26nKv2o7zLDp2tJ9sogJOpGQy { top:4.125rem;left:36.125rem;width:11.625rem;height:2.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4WMCOK5D4gXDqeupmCOO1HU6yWKzqBP { top:4.4375rem;left:0rem;width:0.0625rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHpEWTVW6Tq7nGh0ECIHed7o73DxBKpF { top:43.625rem;left:0rem;width:41.25rem;height:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tlBZabZ4dUTJ47JWzno5rNf74KBd9Lsc { top:43rem;left:0rem;width:41.25rem;height:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pvZ8000zgaML9nqDHKdG2OewFNTQSOIe { top:45.5625rem;left:0rem;width:31.125rem;height:3.375rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHRteku0lJdegpsM0FTu3IgwddGlKk3G { display:block; }#CHRteku0lJdegpsM0FTu3IgwddGlKk3G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSzF48FvCC39li5ak7k2yIOw08KdzFNe { display:block; }#xSzF48FvCC39li5ak7k2yIOw08KdzFNe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udORv1ytesiyh1HCSABPHVyTFnBFfNqH { top:4.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebKJ00cWUb43Us3ZmghJ7hKoFT24vRUX { top:9.0625rem;left:20.75rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA3nwpfbIWC59ihsDTNvv0hzDqIJ6d1Z { display:block; }#OA3nwpfbIWC59ihsDTNvv0hzDqIJ6d1Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6Sl6219HzFEE9l4V7e6Pxq0VLA912R5 { top:0.3125rem;left:0rem;width:47.75rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7vLEQK5CtTqIJLOhFR7Fb2SyzRA3dpD { top:8.375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnIJursM9MfClM9faQtkQSkTlIfn0J0O { top:8.375rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEcdZ7cqVCXhNibb67KtOzlUAKkgTyZP { display:block; }#LEcdZ7cqVCXhNibb67KtOzlUAKkgTyZP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EFC8RSHhrTyAnPGg5WxHD2yk7ZsrT7fX { width:9.5rem;height:3rem;top:4.8125rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNT66dyZl2D5DXECVrr11UZ6gT0wz1HZ { display:block; }
 }@media only screen and (max-width: 763px) { #BOWleFaw82zleEdtXkwIDE945enGLD5r { top:0.3125rem;left:6.53125rem;width:34.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzX8hWbMNm5PkZ8IeyF9GxMIgeN90y7t { display:block; }#kzX8hWbMNm5PkZ8IeyF9GxMIgeN90y7t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euLKb9PH9gtQ4vfS8zN61yaDpTvxsI07 { top:7.8125rem;left:5.875rem;width:38.75rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPUAwQIXC7B22Kc6EgeH7ZGGPIwphNyq { top:0rem;left:0rem;width:47.75rem;height:11.897708333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLTQsOQ64wpODwIifVT4FsQszatt23No { top:0rem;left:0rem;width:47.75rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybRmEVHmFn1MoDZsWzx0bIcwmlZWuewP { top:1.75rem;left:3.125rem;width:41.25rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHbDNLl5ppMmo3mylxWNwBuLl6N9tPJp { top:9.3125rem;left:8.1875rem;width:2.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMa2Rgr7VKWWz17dTJ3BHSz0HGfhV6AG { top:1.6875rem;left:3.125rem;width:41.25rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLbXZmfmixzdwbAhtwaGsKiyn1rk836P { display:block; }#wLbXZmfmixzdwbAhtwaGsKiyn1rk836P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1cvNHoc4BqV0xV46Epr7EnHu3MmHfmS { top:4.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHSSdSTOya9ehsvJ0zmkbZGXOzQfTHUz { top:9.0625rem;left:20.75rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMPrR9EVRmVu0l4CfolKDzzr7mp2oOfD { display:block; }#OMPrR9EVRmVu0l4CfolKDzzr7mp2oOfD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l5Tk3cWJ5TTmMgOBDnCS2SMTbZDNP6JH { top:18rem;left:0rem;width:17.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhSqUPTpAbQx0D5d4mDhbzda6Ud3MQFg { top:18.75rem;left:0rem;width:17.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGFipB34SDNxTqqg7o8OnBavIOPJ8qCo { top:18rem;left:5.5rem;width:17.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1MuEWeGy9RfWyJ3qXg0C5fVpfI08EvD { top:18.75rem;left:5.1875rem;width:18.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc2ZHZI4EtpISlKJo3XgExBNMzJaFtuX { top:17.9375rem;left:30.25rem;width:17.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkNiV0Rl0SG0niludBqXUlqDwKsnT0F5 { top:18.75rem;left:30.25rem;width:17.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acq8AEQgzQhflRu3s4dHmZIWyiUEywRJ { top:18rem;left:24.6875rem;width:17.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSCe5N8Bwh9JGI15mCWEQPhiFrE58Bz8 { top:18.75rem;left:24.375rem;width:18.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr2DuseCFNhThwA9HpJI2r7a14M4Vivw { top:0rem;left:0rem;width:17.5rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkomniiCu3IRiqMaZKGynd5kN4M8Jhfp { top:0rem;left:5.5rem;width:17.5rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLIAJP3zSIXxMewlrNxbpR5VpgvP4WmM { top:0rem;left:24.6875rem;width:17.5rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuyV5nXTu6sTqehZ3O44lVXT48tJvG03 { top:0rem;left:30.25rem;width:17.5rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #kekLvgFgmGq3ZQ1sTZ1MzclKBOgHVxLy { top:0.625rem;left:33.625rem;width:14.125rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiLlQaygJp1gTlrqJ0iumPM0XoJH7tFu { top:1.25rem;left:7.125rem;width:14.25rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkwJQxKryhCgRZZPwu3rNoSFeTk7LkUQ { top:0.3125rem;left:26.5625rem;width:13.75rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr6a5z3E4M8KKtkrcJw8drPklTS1VZyK { top:0.8125rem;left:0rem;width:15.0625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9zVfTA3q1ZmITtmTeKIsbZtHlnoCmPk { display:block; }#O9zVfTA3q1ZmITtmTeKIsbZtHlnoCmPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAB0V1LLHNHNL2H3Wqpvx1TEhykvczoD { top:0rem;left:0rem;width:17.5rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIeT4yQ2kpiwTTcko2Tk8wUTtE13kOAr { top:11.625rem;left:0rem;width:17.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHSPR1cRLhMx23VmqRda54ph0TqTGTks { top:12.5625rem;left:0rem;width:17.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxSTSStiLcr7gR7BN8q5P0CtoEJJb5Jy { top:13.25rem;left:5.5rem;width:17.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZynHXM5RvJfqeDZdBkPa7F4BtdL0Rb2 { top:14.3125rem;left:5.1875rem;width:18.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxzLZ5AnklXu1WlsgWE7GERHcebPSxBy { top:1.6875rem;left:5.5rem;width:17.5rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMfMCbLFFOsd8TTViTezZtxLiHVs05ZT { top:1.8125rem;left:30.25rem;width:17.5rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0zIrHFOEIBh9KvR3pf4AzdQUTpynzOL { top:13.375rem;left:30.25rem;width:17.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXdBuKT2ywZMtn9nEHZATsb9vt0qtqzX { top:14.375rem;left:30.25rem;width:17.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toS624Zkp1wdXFnUfgfRZ8RWf7fVPihb { top:0rem;left:24.6875rem;width:17.5rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEru6Vg8V1R9s2vqIvxMaTInv16vDKGL { top:11.625rem;left:24.6875rem;width:17.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qikzgmCitRSGtQNLKqq1TVqZqgzRAUk9 { top:12.5625rem;left:24.375rem;width:18.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5UEkZEa3WTxeSXaAPQ7Tes7J2m4JIvs { top:5.9375rem;left:0rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl5DbI402QBzktOTzdDuqT8nugCKuAvt { top:7.6875rem;left:5.5rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoATuROmL0cZVsEzSySuIBJgo9d0SpLS { top:5.9375rem;left:24.6875rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1TELGfXmeM5KBx3UxmgP0FLskASpfOF { top:7.6875rem;left:41.5rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JccwM7VIkInzPlDIe3qqiL3NR2siVu5y { top:4.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wniqxmLkZk7OiK3pt3x1QNkDnscnUQNc { top:6.0625rem;left:12.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnWk8bfKgdQUhPWTNUkBoDd5qiWAoxku { top:6.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPApIGbpxevk93bMhOwb1Swg7FX5Qm7t { top:4.375rem;left:31.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRuaMQqSg3FqafzhOwssdmzX0a91xufw { display:block; }#cRuaMQqSg3FqafzhOwssdmzX0a91xufw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJDgaFif34WoN09a0ABOzzRMw9uhcRFe { top:0rem;left:0rem;width:47.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFlycQHwH1zqCrOgMcvO7gmzvXNMA2zh { top:6.9375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU2zn8J6bCzKgwbh5oRHTBXLHG4hpy2Q { top:4.125rem;left:0.4375rem;width:46.9375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss5TyE1C8k10A5lN68IdVcD3TJcH19p7 { width:11.5rem;height:3rem;top:11.6875rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTmHPkIORmP7tU7hInDCZfk37JvwDovJ { display:block; }
 }@media only screen and (max-width: 763px) { #GWTnF9ddqSKBnpLTV1eTnFQip5w88c7E { top:4.125rem;left:0.40625rem;width:46.9375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxwJPNTEb6GQh9EsHM134XoMEReHWWeQ { display:block; }#GxwJPNTEb6GQh9EsHM134XoMEReHWWeQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLarhqF9ZzflOpe9TUmXpJbUJIrFsk1I { top:4.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxVgcgbqRP1LhGqXveunpceVkafJOioD { top:9.0625rem;left:20.75rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puX7DFEF2GeCJOadgw7odUJGu0DiMSTM { display:block; }#puX7DFEF2GeCJOadgw7odUJGu0DiMSTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCTJfqVKNNQTl49aZdsbX4FgourXOtU0 { top:0.9375rem;left:0rem;width:5.5rem;height:0;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVVBfKEesaoUDoTGKCSX5vSdy255XKqJ { top:8.75rem;left:0rem;width:9.1875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtlH89C6CzlPAMDn8pwzUJZy52r94lTV { top:11.125rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqFlIndQhuhiK1qmWWL2zKFkKVkmqSOG { top:7.1875rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgFTZSTGG0VIs272MTW3TKU5XK6N3eSc { top:0.9375rem;left:13.4375rem;width:5.5rem;height:6.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2nOyubIc0I7R5z6SZZ9CPF0I0KZwykR { top:7.1875rem;left:12.8125rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtyLlfWUIJckdXQq2GvqIgILvMTNDBKv { top:8.75rem;left:9.90625rem;width:12.5625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpV6RVmAVdG5TOc7BM329SHPTGy1dSZb { top:11rem;left:14.03125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzutDg2zKzDfx65DJTcEkCrJVAthKB69 { top:11.125rem;left:44.0625rem;width:3.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA99fVA5Anry1MQKGEMMp421VBBX2boW { top:8.75rem;left:27.25rem;width:9.1875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgzK95q2FgbXTBp6ieVOVTlOFxzxWs2u { top:10.375rem;left:29.53125rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVvRZpZeAUku2DJ0yWbpGeOgc46goctQ { top:7.1875rem;left:28.6875rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqGA65efBTMBnTsRw8To5Oq4R4nv5CnL { top:0.9375rem;left:42.25rem;width:5.5rem;height:6.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqaqBPbJOVJTw3Aym69xLaAMly4hUl4d { top:7.1875rem;left:41.5rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuWOA3U6kQm5U9spXNH1QP3moyzhi2Mk { top:8.75rem;left:33.6875rem;width:14.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMS4wmC7ZW5nITGWZUPnaosW6faZwXXf { top:0.9375rem;left:29.3125rem;width:5.5rem;height:6.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QglTmTVyc0Q5X1N9WMZKJ6uea5gcoFd0 { top:0rem;left:32.375rem;width:15.375rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgdfvdDwEIrCK9h95Ggcvy3xlv11D65M { top:0rem;left:24.125rem;width:15.375rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yliUvJtOUphXT26KCi9vCHcBKB2TWwnb { top:0rem;left:8.25rem;width:15.375rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCyHLwD1S14qO2pdn6DMXk14LlqAi6sk { top:0rem;left:0rem;width:15.375rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODLL7LXidPF4InyyhM7XnwMwNqF1WdPX { display:block; }#ODLL7LXidPF4InyyhM7XnwMwNqF1WdPX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SB1oDDEvIhUxrLPd9dp69rK3wRC749wb { top:5.3125rem;left:0rem;width:36.8125rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0Di9IZJG75NAIQML817OulZVaZwahVC { width:13.3125rem;height:3rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J31nt0TP4H8F7Oe6lT68TSCzKr2nsyJs { display:block; }
 }@media only screen and (max-width: 763px) { #HillzClLPzEEOf5WMgghtPPigPLZfHNA { top:16.25rem;left:0rem;width:39.4375rem;height:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouwNF8ce1mATU1CzKtUchs2TBeCoQJRw { top:4.75rem;left:0rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnVioldeqAy3e0tMOMf5olakvC2FEI6a { top:9.375rem;left:0rem;width:32.875rem;height:0;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI9Cqz4RKMEDnZsrV6K80NwshhSAdahA { top:12.5rem;left:0rem;width:41.875rem;height:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbp0pJgMITJXSKrI18gXz51peUApoHsB { top:2.4375rem;left:16.5rem;width:31.25rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD5AmJZGIdmd1ECiRUiMBxHwTeTNuoWv { top:14rem;left:38.3125rem;width:9.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOT8RRP5G5r4KUGD3aFULXvWu7T73Row { top:15.5625rem;left:38.8125rem;width:8.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBNqz9XWHW08TEbHolI613gFRlb6JapW { display:block; }#aBNqz9XWHW08TEbHolI613gFRlb6JapW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUDu1V2eoTvDD0JXv9MqAA6s42xJeSCJ { top:4.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9RHKwkStygv7yTn76DbxcnyhTz58JTM { top:8.5625rem;left:20.75rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv9hJNckcSwOXKcLrqzDpnZazF9TaNLu { display:block; }#Tv9hJNckcSwOXKcLrqzDpnZazF9TaNLu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Svhm4V8pBCmMzFipNJP5FOEBHftfX0sc { top:4.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr2nJrJQMl9nwFuvMBlBHqLRekWAdJbm { top:9.0625rem;left:20.75rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs5K5w5a5wcNX3fXnoZ4lKSHywffBdxv { display:block; }#qs5K5w5a5wcNX3fXnoZ4lKSHywffBdxv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3mIG5atbdsAtr4kueCstI2d98ByiwOs { top:0rem;left:0rem;width:45.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxcdLoS3HDdtAaGTKKghPl3avOmToBpH { top:0.8125rem;left:0rem;width:37.0625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQvspK6v87hHeBRQV2wz4iW6OI9DxJsI { width:10.5625rem;height:2.625rem;top:0.5rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN0ASo8veTBfxEnRgXSIfHksVTwro9zx { display:block; }
 }@media only screen and (max-width: 763px) { #KkTIbEFotxPwvWOqSaBRoEeh8DRrBM19 { top:0.875rem;left:0rem;width:5.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXahpikQyHgh4XLTBQFlWUtPZCyb51E5 { display:block; }#JXahpikQyHgh4XLTBQFlWUtPZCyb51E5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0Ryku7SxtP1qTx2euDESdecJMczq8Fs { top:0rem;left:0rem;width:45.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLsO7MWV0aJeuWehz5mpRfw6NeZO6DC5 { top:0.8125rem;left:0rem;width:37.0625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKzDX7ykCP2CJeheTcRgdTygR4aToGM3 { width:10.5625rem;height:2.625rem;top:0.5rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hn6ndvHxPuNKtIMQ7Hqu7qT6fSCMLPWf { display:block; }
 }@media only screen and (max-width: 763px) { #AtcGKPTPQKB8kuTmPRNI7nagJ4ekEvea { top:0.875rem;left:0rem;width:5.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLpZDSoaruciEhHE4hlNyikUD5gpfCe2 { display:block; }#BLpZDSoaruciEhHE4hlNyikUD5gpfCe2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKtyqyMHTLrMMDTQWgxAIfQ1ZPDDhT4X { top:0rem;left:0rem;width:45.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDtxgMUHWamuNT58scc7lmTEp3M8l1ZG { top:0.8125rem;left:0rem;width:37.0625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpiU9dPbLHBklbD97wt527L2mOqCTtUL { width:10.5625rem;height:2.625rem;top:0.5rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORDA5yzKlhh1e6ozHeK7f0yUrEHHHC8J { display:block; }
 }@media only screen and (max-width: 763px) { #JMECnyWaHpPftMOB5MODBD6zOLxmPczP { top:0.875rem;left:0rem;width:5.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaKfsJoiDDgsCBuc2xMLpAuSPlpteDyG { display:block; }#xaKfsJoiDDgsCBuc2xMLpAuSPlpteDyG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeVXpgUVRabJ21hys3t4n0kxeKoxaV0e { top:0rem;left:0rem;width:45.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeRcDLvNHImP8XopcVlMG78EsBnkzPlW { top:0.8125rem;left:0rem;width:37.0625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB6kkuGy1vC5oR3fp8puu10EZnSSspDu { width:10.5625rem;height:2.625rem;top:0.5rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWQlT2dDrF92IPvEndXo6Hw6Bs7gwwIF { display:block; }
 }@media only screen and (max-width: 763px) { #ew8S2KCALw4b4oZ5nUFewALTdu5iwBtg { top:0.875rem;left:0rem;width:5.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #idtEbWaAJ9luD8LXCtZgsicH8QmaIKwm { display:block; }#idtEbWaAJ9luD8LXCtZgsicH8QmaIKwm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQE7TdZtEXkbqWiA2LcXpdxLyT3E9spb { top:0rem;left:0rem;width:45.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlVOrgsgPEiH0yVG7gUZz2mdiSbFUUxh { top:0.8125rem;left:0rem;width:37.0625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCQA1GcT3y6G49aSDzDnNyCTlZd11TDB { width:10.5625rem;height:2.625rem;top:0.5rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRAJ6IzWbiIT8SoIolpKfi4ri0RhlaAh { display:block; }
 }@media only screen and (max-width: 763px) { #QF3M2KcRmqZLevukzHJdD9VbVTqtWvMI { top:0.875rem;left:0rem;width:5.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4cyt1JiikcSrCFKGM0CLmIpDEecau8H { display:block; }#f4cyt1JiikcSrCFKGM0CLmIpDEecau8H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNC9mNHLEqH7cZdJtyKfz3BfQmQVgyhR { top:0rem;left:0rem;width:45.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDdlkJH7Dr3ypta2fM88t9Z3zciKlEMy { top:0.8125rem;left:0rem;width:32.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG1loNsnHTb0AoM9t1TW4343hy94cqNJ { width:10.5625rem;height:2.625rem;top:0.5rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLeugKkbJJZBfUNETle1n8zikpZheUdH { display:block; }
 }@media only screen and (max-width: 763px) { #OA7t44wQSHrv7DfdSQg3hw8sGTF5ZCQT { top:0.875rem;left:0rem;width:5.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNxDGc2KIrB28uC9gP0KUN8BntsPZtu5 { display:block; }#HNxDGc2KIrB28uC9gP0KUN8BntsPZtu5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJfJfPWFfKsoVOwLM9GetTU21kqdhgEb { top:0rem;left:0rem;width:45.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPASyoAOALhZ00eQuRWs2vZU1c9HeopG { top:0.8125rem;left:0rem;width:26.1875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuXFGFAe1JvTiSDdBdUJMrKc2g9WU5K9 { width:10.5625rem;height:2.625rem;top:0.5rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpstegr9kSGybgeETAaGgMgERdSIqTuT { display:block; }
 }@media only screen and (max-width: 763px) { #Rh5FfDubowTSk6VQyDLuIeMX32arBedt { top:0.875rem;left:0rem;width:5.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyGDFHSt3QvasvrR6t8iAC7g0o8xtZZZ { display:block; }#NyGDFHSt3QvasvrR6t8iAC7g0o8xtZZZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmXCWmwWesPAJWT9Vfq2gM5riduwsmXd { top:0rem;left:0rem;width:45.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWcw5WBb3UXaLlKoXup9xJSbUnL9gh8m { top:0.8125rem;left:0rem;width:29.0625rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzdwNVV2btWwr6kJVKoBMQQoZZNUXQyv { width:10.5625rem;height:2.625rem;top:0.5rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpwUQM15Np6w65fdsVXbTewtf8H00HR9 { display:block; }
 }@media only screen and (max-width: 763px) { #GGXnyfThG2vguXgmuxCKmwiuTlSuRGNF { top:0.875rem;left:0rem;width:5.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKA6ztOAi2QUTxKdeSWaooAtdmaULgkf { display:block; }#FKA6ztOAi2QUTxKdeSWaooAtdmaULgkf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpEC8xTA8pUfLgTzthaTntz160Mv2bZq { top:0rem;left:0rem;width:45.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNu136Z13k8ZDAGzsqhD7WwGmMtKrrTw { width:10.5625rem;height:2.625rem;top:0.8125rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGflqaPMStpTNN8pxJHxrmtK5vuETulA { display:block; }
 }@media only screen and (max-width: 763px) { #t6RiyIxGoF3aykFzayhTfIdGIVpAMThN { top:1.25rem;left:0rem;width:5.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivUgqhrGMdUodKW5r4CCxJIIP3vN0fLQ { top:0.875rem;left:0rem;width:34.875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNXvbZTdodwfQ40q7WamiZbzWVJycq8V { display:block; }#pNXvbZTdodwfQ40q7WamiZbzWVJycq8V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eymBIeELLwX9xlWJVL3XwDWotGM30P8s { top:0rem;left:0rem;width:45.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR1VDHmb69wgkgTIHoVgbTmOSuNBqKQR { width:10.5625rem;height:2.625rem;top:0.8125rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmkF2q6Dd6hWM5QGKfLTyQ7wuTAxzvNr { display:block; }
 }@media only screen and (max-width: 763px) { #kf2TE8nUsXxsndZdqPUP9CSedPeyHOky { top:1.25rem;left:0rem;width:5.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW1D4EKGsZ0P3cDCD9zJlTHiZDvNQBiJ { top:0.875rem;left:0rem;width:42.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRVQcJmOh5DAfaBTDg1KXkpAapRrBtux { display:block; }#GRVQcJmOh5DAfaBTDg1KXkpAapRrBtux > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hISo8mlEbETXzwydCamT32ypgVGtSSJc { top:0rem;left:0rem;width:45.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4bdrrzVqDETHunxQ7ZTeDtZLsAG4Rzy { width:10.5625rem;height:2.625rem;top:0.8125rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbkQ4hH1DlTm6Frm3JSq5WP08HZnpWBq { display:block; }
 }@media only screen and (max-width: 763px) { #ghuhiQJmnFLNFdwNEh3WmWvAC5yQTrFq { top:1.25rem;left:0rem;width:5.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzw4WuLCCW4kRrQ8R6tMCZB8utlTLM9g { top:0.875rem;left:0rem;width:26.1875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqKBGlxPTeBds7tULmSzV8nLyTS0xvw0 { display:block; }#SqKBGlxPTeBds7tULmSzV8nLyTS0xvw0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifMp5UHBH5wqLAvmAzXxwE1JDUJT3OLQ { top:0rem;left:0rem;width:43.75rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8SfrWuZzTTCsbTZyVZqbeRIFxBCeTGi { top:6.875rem;left:22.125rem;width:25.625rem;height:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtWg5Q52qAXNkv8JqrvEZQPtfdMZFL4K { top:15.375rem;left:35.75rem;width:1.875rem;height:1.875rem;display:block; }
#GtWg5Q52qAXNkv8JqrvEZQPtfdMZFL4K > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #OwcClbFcXxVL60MHAB7euAWEVpy2vxEu { top:15.375rem;left:39.4375rem;width:1.875rem;height:1.875rem;display:block; }
#OwcClbFcXxVL60MHAB7euAWEVpy2vxEu > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #NnPbTL7dpQSxfGM8LGQR9F0svzvVbTAR { top:6.1875rem;left:33.375rem;width:0.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtHS8y1TNXmms5byxdehUSb3zUZGeCF0 { display:block; }#LtHS8y1TNXmms5byxdehUSb3zUZGeCF0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slIFzJm86CsZThuqT4VLCZ3FDwOzSdcM { top:2.375rem;left:1.5625rem;width:13rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnUSsfHVxRxQPZmo18T0EhJXM2TlOlzZ { top:2.375rem;left:16.5rem;width:6.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0yVX2qat3HQQdTPOXzOqAXMpLT6RxcH { top:2.25rem;left:0rem;width:6.4375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RBTccn8a6TOwzSEsh6WrcwdSwsZKgq6V { width:6.5rem;height:1.625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3VV5FdXOd4pV41CngsTzT1VPex2Qur5 { width:8.3125rem;height:2.5rem;top:0.875rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xucDv0UloTiyANqmEF5FkLFQB2CG3cet { display:block; }
 }@media only screen and (max-width: 763px) { #PZ5hxnybETg2xLsE4WXLlsmbQRKukgZK { width:8.3125rem;height:2.5rem;top:0.875rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vu2Mu7z1x19kUZbeqe4XwboELVDKi9yc { display:block; }
 }@media only screen and (max-width: 763px) { #QZ2bZfqFTlLnB0xIk7X02rzVzVTFrd8x { width:6.375rem;height:2.5rem;top:0.875rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9KTa8m2wQTADUBQeUx4Zl0lLbNVuwhi { display:block; }
 }@media only screen and (max-width: 763px) { #kyElV3c7tbo2AG2RvhsHuhQzqSWPTDhH { width:12.75rem;height:2.875rem;top:0.75rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tr7EE6vo0D3MFerDXtkxTeQIL2xZJGTg { display:block; }
 }@media only screen and (max-width: 763px) { #szTu1DrmxVGPI1XOHRT9dSbuO8B0xufC { display:flex;top:0.5rem;left:17.4375rem;width:2.5625rem;height:2.5625rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #B937aWZHaaTAdGCN9CTpFKk5ArCKmqkL { display:none; }#B937aWZHaaTAdGCN9CTpFKk5ArCKmqkL > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qINPzcd7ozvXRtx9HepwWaD8kZtt1n81 { display:block; }#qINPzcd7ozvXRtx9HepwWaD8kZtt1n81 > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTLeLzhGEWsP8hpJlp6zk9VO8R9MP8W2 { width:8.3125rem;height:2.5rem;top:1.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQeNf3qoJvib1PkRouLTLCxtRCRO1vLp { display:block; }
 }@media only screen and (max-width: 763px) { #d9CXrPCal1Lx5mvBvSffQV3UkRmhRkGf { width:8.3125rem;height:2.5rem;top:5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPZPXzR19U4bSiFHBQ79nkQyXlZadvdI { display:block; }
 }@media only screen and (max-width: 763px) { #Roengv5BCgbirMpgBT9nPUE7wzVwXvk6 { width:6.375rem;height:2.5rem;top:8.1875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm33EryzfXEKCh0cMtUmHBMobxudHaDk { display:block; }
 }@media only screen and (max-width: 763px) { #BnlZlwyb30MU2xSa3F9QilbSBFhdmQfT { width:12.75rem;height:2.875rem;top:11.875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSd2xGG4uQPcVo0S92kdPJoI2XB6tvTc { display:block; }
 }@media only screen and (max-width: 763px) { #ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7961aea2-4c50-41ca-b709-782463c41474/Artboard1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7.adaptive-delivery-prevent-bg, #ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7.lazyload, #ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7.lazyloading { background-image: none; }#ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7 > .row .container { background-color: transparent; background-image: none; }#ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,82,84,0.68); }#ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7 > .row .container > .video-iframe-container { display: none; }#ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,82,84,0.68); }#ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7 > .row > .video-iframe-container { display: none; }#ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7 > .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); }#ZGq5CrzaTpiEfmoIEBWCNo8y386yqiG7 > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XufMDupVLAbkc7io2LITuTn3c96nNXhL { width:20rem;height:3.49375rem;top:3.6000003814698rem;left:0rem;font-size:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yypa7fPUFJG63tiH9FR5tiMxaZw0VAA0 { width:20rem;height:2.19375rem;top:6.6312561035156rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h5gn7NiVPc3MMUADb4Bo6532hwVdrGNk { width:14.5625rem;height:2.79948125rem;top:12.5rem;left:2.8125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LiUWE27bD0MvHzRlB9FADasuNNqA0ach { width:6.25rem;height:0.1875rem;top:9.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQCc4zD5vMUHBduPbncGxUNmPh0zVAuR { width:8.5rem;height:3rem;top:29.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gETFe0V29kBO8UbznSzBg2wMBVpnvT6H { display:block; }
 }@media only screen and (max-width: 763px) { #nloWkGu19HTJA8Bi9TEzQbiMyvmsqvTr { display:flex;width:1.625rem;height:1.625rem;top:12.375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #b5BQyKKxP5l9sRO0T49gpnyNQxN6PbzD { display:flex;width:1.625rem;height:1.625rem;top:16.25rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #r5H3du0fF3GlGQtqPWlBiuK6nT5bxVRF { display:flex;width:1.625rem;height:1.625rem;top:20.25rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #Z2ochJZHg8ABlphgecLb0TLV8mG2rGUc { display:flex;width:1.625rem;height:1.625rem;top:24.0625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #ol4A3Hqbap9qQOBXf6xhTqZdM8Ph7Fuu { width:20rem;height:22.0625rem;top:44.45rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmtMxnoExbQlmmkAATqbUgKcNgTduvyw { width:20rem;height:0;top:47.0125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #UwzDfLhuB0Ooa9hcDmeV5VlTymc9Lm6Q { width:15.75rem;height:2.79948125rem;top:16.3125rem;left:2.8125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #H2iiUkPiQamXGGKB5Zn5vBRJhN5B9mGh { width:17rem;height:2.79948125rem;top:20.25rem;left:2.8125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KHnSq07s9d8766pu34roXNTqmbw9bGXQ { width:16.125rem;height:2.79948125rem;top:24.1875rem;left:2.8125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #D0A6I5vUVAJf33BOrbIMpXXIxrHOBQQv { width:20rem;height:3.6875rem;top:11.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFLQfcJcLWVz4y6yAK0GLzC3Pf8AeuEL { width:20rem;height:3.6875rem;top:15.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmPgxdsSUOZhz7uysJEtmX0nkpvnMrZb { display:flex;width:1.625rem;height:1.625rem;top:12.375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #vA6a8MauPKIFqmVLzxL1MQN98UI5FF2U { display:flex;width:1.625rem;height:1.625rem;top:16.25rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #To3Pl5AauDfq0HAzJIUV94Hok1nLlHup { display:flex;width:1.625rem;height:1.625rem;top:20.25rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #qTddX5aMdv18kIoI8aQHcKiSDQXDsd1t { display:flex;width:1.625rem;height:1.625rem;top:24.0625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #Tclq4iETZ7NJfo7SwX7HlgM3REAiVGcE { width:20rem;height:3.8125rem;top:19.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohKAEdkPKW9BIv6nxTaTp2o9e8cLu2lA { width:20rem;height:3.875rem;top:23.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR8llHG09b2CaLgTs1MnbbpdSUiNn0eO { width:20rem;height:22.0625rem;top:67.7625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #moToFWoxP1lCgJn8KbHsWqNPHSTEdb34 { width:8.9375rem;height:2.1875rem;top:29.875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwxFCNC5UmmRAaeTlm0EAlC6OtWkRUN0 { display:block; }
 }@media only screen and (max-width: 763px) { #V7MamGb5XcD59JJ80TJNUv1soiBadUIQ { width:0.0625rem;height:10.125rem;top:33.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFwenQeiP4G3fFgZimXwOtm2eqxwXZng { display:block; }#UFwenQeiP4G3fFgZimXwOtm2eqxwXZng > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPh3rfKBImwunyHlxdpllvxk6iNiZ4on { width:10.875rem;height:1.70625rem;top:7.171875rem;left:4.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDATkiol3T1yTRDc0vJy8fOdTV91LZUd { width:14.125rem;height:16.89743125rem;top:10rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSTgvtWbTGl3S30d0PTQXCcvBiq3hWpI { width:10rem;height:2.19375rem;top:30.724998474121rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnOs1UkuxgnimXKfSBSwcCvSXhoTCuzW { width:6.6875rem;height:2.1125rem;top:33.106246948243rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU6Onx64IAm3JQd4ccIFVfsQGwiog17w { width:13.8125rem;height:2.84375rem;top:30.074996948243rem;left:6.1875rem;font-size:2.1875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #KOgaIDX26nKv2o7zLDp2tJ9sogJOpGQy { width:11.125rem;height:2.6rem;top:32.981246948243rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4WMCOK5D4gXDqeupmCOO1HU6yWKzqBP { width:0.0625rem;height:20.5rem;top:5.1875rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHpEWTVW6Tq7nGh0ECIHed7o73DxBKpF { width:18.75rem;height:24.4375rem;top:3.75rem;left:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #tlBZabZ4dUTJ47JWzno5rNf74KBd9Lsc { width:18.75rem;height:24.4375rem;top:3.125rem;left:0.3125rem;z-index:15000;background-color:#c0d4cb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pvZ8000zgaML9nqDHKdG2OewFNTQSOIe { width:12.25rem;height:2.19375rem;top:4.9781246185303rem;left:4.125rem;font-size:1.6875rem;z-index:15002;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CHRteku0lJdegpsM0FTu3IgwddGlKk3G { display:block; }#CHRteku0lJdegpsM0FTu3IgwddGlKk3G > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSzF48FvCC39li5ak7k2yIOw08KdzFNe { display:block; }#xSzF48FvCC39li5ak7k2yIOw08KdzFNe > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udORv1ytesiyh1HCSABPHVyTFnBFfNqH { width:20rem;height:6.5244375rem;top:0rem;left:0rem;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ebKJ00cWUb43Us3ZmghJ7hKoFT24vRUX { width:6.25rem;height:0.1875rem;top:7.27499961853rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA3nwpfbIWC59ihsDTNvv0hzDqIJ6d1Z { display:block; }#OA3nwpfbIWC59ihsDTNvv0hzDqIJ6d1Z > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6Sl6219HzFEE9l4V7e6Pxq0VLA912R5 { width:20rem;height:10.5625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7vLEQK5CtTqIJLOhFR7Fb2SyzRA3dpD { display:flex;width:1.9375rem;height:1.9375rem;top:1.0625rem;left:7.125rem; }
 }@media only screen and (max-width: 763px) { #lnIJursM9MfClM9faQtkQSkTlIfn0J0O { display:flex;width:1.9375rem;height:1.9375rem;top:1.0625rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #LEcdZ7cqVCXhNibb67KtOzlUAKkgTyZP { display:block; }#LEcdZ7cqVCXhNibb67KtOzlUAKkgTyZP > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EFC8RSHhrTyAnPGg5WxHD2yk7ZsrT7fX { width:9.5rem;height:3rem;top:3.8rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNT66dyZl2D5DXECVrr11UZ6gT0wz1HZ { display:block; }
 }@media only screen and (max-width: 763px) { #BOWleFaw82zleEdtXkwIDE945enGLD5r { width:20rem;height:1.3rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzX8hWbMNm5PkZ8IeyF9GxMIgeN90y7t { display:block; }#kzX8hWbMNm5PkZ8IeyF9GxMIgeN90y7t > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euLKb9PH9gtQ4vfS8zN61yaDpTvxsI07 { width:20rem;height:2.1125rem;top:2.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPUAwQIXC7B22Kc6EgeH7ZGGPIwphNyq { width:20rem;height:4.98333125rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLTQsOQ64wpODwIifVT4FsQszatt23No { width:20rem;height:5rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybRmEVHmFn1MoDZsWzx0bIcwmlZWuewP { width:20rem;height:6.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHbDNLl5ppMmo3mylxWNwBuLl6N9tPJp { width:2.5rem;height:0.125rem;top:2.5625rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMa2Rgr7VKWWz17dTJ3BHSz0HGfhV6AG { width:20rem;height:15.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLbXZmfmixzdwbAhtwaGsKiyn1rk836P { display:block; }#wLbXZmfmixzdwbAhtwaGsKiyn1rk836P > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1cvNHoc4BqV0xV46Epr7EnHu3MmHfmS { width:17.0625rem;height:4.3496125rem;top:0rem;left:1.46875rem;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qHSSdSTOya9ehsvJ0zmkbZGXOzQfTHUz { width:6.25rem;height:0.1875rem;top:5.2000007629394rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMPrR9EVRmVu0l4CfolKDzzr7mp2oOfD { display:block; }#OMPrR9EVRmVu0l4CfolKDzzr7mp2oOfD > .row .container { width:20rem;height:94.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l5Tk3cWJ5TTmMgOBDnCS2SMTbZDNP6JH { width:17.5rem;height:3.5625rem;top:18.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhSqUPTpAbQx0D5d4mDhbzda6Ud3MQFg { width:17.5625rem;height:1.7875rem;top:19.4375rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGFipB34SDNxTqqg7o8OnBavIOPJ8qCo { width:17.5rem;height:3.5625rem;top:41.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1MuEWeGy9RfWyJ3qXg0C5fVpfI08EvD { width:18.125rem;height:1.7875rem;top:41.875rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc2ZHZI4EtpISlKJo3XgExBNMzJaFtuX { width:17.5rem;height:3.5625rem;top:86.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkNiV0Rl0SG0niludBqXUlqDwKsnT0F5 { width:17.5rem;height:1.7875rem;top:87.1875rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acq8AEQgzQhflRu3s4dHmZIWyiUEywRJ { width:17.5rem;height:3.5625rem;top:63.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSCe5N8Bwh9JGI15mCWEQPhiFrE58Bz8 { width:18.125rem;height:1.7875rem;top:64.4375rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr2DuseCFNhThwA9HpJI2r7a14M4Vivw { width:17.5rem;height:18rem;top:0.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkomniiCu3IRiqMaZKGynd5kN4M8Jhfp { width:17.5rem;height:18rem;top:23.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLIAJP3zSIXxMewlrNxbpR5VpgvP4WmM { width:17.5rem;height:18rem;top:45.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuyV5nXTu6sTqehZ3O44lVXT48tJvG03 { width:17.5rem;height:18rem;top:68.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kekLvgFgmGq3ZQ1sTZ1MzclKBOgHVxLy { width:14.125rem;height:17.375rem;top:69rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiLlQaygJp1gTlrqJ0iumPM0XoJH7tFu { width:14.25rem;height:16.75rem;top:24.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkwJQxKryhCgRZZPwu3rNoSFeTk7LkUQ { width:13.75rem;height:17.6875rem;top:46.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr6a5z3E4M8KKtkrcJw8drPklTS1VZyK { width:15.0625rem;height:17.1875rem;top:1.5rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9zVfTA3q1ZmITtmTeKIsbZtHlnoCmPk { display:none; }#O9zVfTA3q1ZmITtmTeKIsbZtHlnoCmPk > .row .container { width:20rem;height:69.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kAB0V1LLHNHNL2H3Wqpvx1TEhykvczoD { width:17.5rem;height:11.625rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIeT4yQ2kpiwTTcko2Tk8wUTtE13kOAr { width:17.5rem;height:3.5625rem;top:12.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHSPR1cRLhMx23VmqRda54ph0TqTGTks { width:17.5625rem;height:1.7875rem;top:13.8125rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxSTSStiLcr7gR7BN8q5P0CtoEJJb5Jy { width:17.5rem;height:3.5625rem;top:29.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZynHXM5RvJfqeDZdBkPa7F4BtdL0Rb2 { width:18.125rem;height:1.7875rem;top:30.0625rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxzLZ5AnklXu1WlsgWE7GERHcebPSxBy { width:17.5rem;height:11.625rem;top:17.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMfMCbLFFOsd8TTViTezZtxLiHVs05ZT { width:17.5rem;height:11.625rem;top:50.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0zIrHFOEIBh9KvR3pf4AzdQUTpynzOL { width:17.5rem;height:3.5625rem;top:61.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXdBuKT2ywZMtn9nEHZATsb9vt0qtqzX { width:17.5rem;height:1.7875rem;top:62.8125rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toS624Zkp1wdXFnUfgfRZ8RWf7fVPihb { width:17.5rem;height:11.625rem;top:33.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEru6Vg8V1R9s2vqIvxMaTInv16vDKGL { width:17.5rem;height:3.5625rem;top:45.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qikzgmCitRSGtQNLKqq1TVqZqgzRAUk9 { width:18.125rem;height:1.7875rem;top:46.3125rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5UEkZEa3WTxeSXaAPQ7Tes7J2m4JIvs { width:6.25rem;height:0.1875rem;top:7.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl5DbI402QBzktOTzdDuqT8nugCKuAvt { width:6.25rem;height:0.1875rem;top:23.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoATuROmL0cZVsEzSySuIBJgo9d0SpLS { width:6.25rem;height:0.1875rem;top:39.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1TELGfXmeM5KBx3UxmgP0FLskASpfOF { width:6.25rem;height:0.1875rem;top:56.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JccwM7VIkInzPlDIe3qqiL3NR2siVu5y { display:flex;width:3.125rem;height:3.125rem;top:5.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #wniqxmLkZk7OiK3pt3x1QNkDnscnUQNc { display:flex;width:3.125rem;height:3.125rem;top:21.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #rnWk8bfKgdQUhPWTNUkBoDd5qiWAoxku { display:flex;width:3.125rem;height:3.125rem;top:54.4375rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #IPApIGbpxevk93bMhOwb1Swg7FX5Qm7t { display:flex;width:3.125rem;height:3.125rem;top:38.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #cRuaMQqSg3FqafzhOwssdmzX0a91xufw { display:block; }#cRuaMQqSg3FqafzhOwssdmzX0a91xufw > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJDgaFif34WoN09a0ABOzzRMw9uhcRFe { width:20rem;height:18rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFlycQHwH1zqCrOgMcvO7gmzvXNMA2zh { width:20rem;height:4.3496125rem;top:5.7250003814697rem;left:0rem;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vU2zn8J6bCzKgwbh5oRHTBXLHG4hpy2Q { width:20rem;height:9rem;top:4.0124998092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss5TyE1C8k10A5lN68IdVcD3TJcH19p7 { width:11.5rem;height:3rem;top:11.512499809265rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTmHPkIORmP7tU7hInDCZfk37JvwDovJ { display:block; }
 }@media only screen and (max-width: 763px) { #GWTnF9ddqSKBnpLTV1eTnFQip5w88c7E { width:20rem;height:9rem;top:4.0124998092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxwJPNTEb6GQh9EsHM134XoMEReHWWeQ { display:block; }#GxwJPNTEb6GQh9EsHM134XoMEReHWWeQ > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLarhqF9ZzflOpe9TUmXpJbUJIrFsk1I { width:14rem;height:4.3496125rem;top:3.7250003814698rem;left:3rem;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dxVgcgbqRP1LhGqXveunpceVkafJOioD { width:6.25rem;height:0.1875rem;top:8.7625007629394rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puX7DFEF2GeCJOadgw7odUJGu0DiMSTM { display:block; }#puX7DFEF2GeCJOadgw7odUJGu0DiMSTM > .row .container { width:20rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCTJfqVKNNQTl49aZdsbX4FgourXOtU0 { width:5.5rem;height:3.4125rem;top:0.75rem;left:2.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVVBfKEesaoUDoTGKCSX5vSdy255XKqJ { width:7rem;height:1.3rem;top:5.2937498092651rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtlH89C6CzlPAMDn8pwzUJZy52r94lTV { width:2.75rem;height:2.75rem;top:7.5874938964844rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqFlIndQhuhiK1qmWWL2zKFkKVkmqSOG { width:6.25rem;height:0.0625rem;top:4.1625003814697rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgFTZSTGG0VIs272MTW3TKU5XK6N3eSc { width:5.5rem;height:3.4125rem;top:0.75rem;left:12.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2nOyubIc0I7R5z6SZZ9CPF0I0KZwykR { width:6.25rem;height:0.0625rem;top:4.1625003814697rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtyLlfWUIJckdXQq2GvqIgILvMTNDBKv { width:7.9375rem;height:1.3rem;top:5.2937498092651rem;left:11.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpV6RVmAVdG5TOc7BM329SHPTGy1dSZb { width:2.6875rem;height:2.6875rem;top:7.3999938964844rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzutDg2zKzDfx65DJTcEkCrJVAthKB69 { width:2.8125rem;height:2.8125rem;top:19.5rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA99fVA5Anry1MQKGEMMp421VBBX2boW { width:7.25rem;height:1.3rem;top:16.39999961853rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgzK95q2FgbXTBp6ieVOVTlOFxzxWs2u { width:3.875rem;height:3.875rem;top:18.4375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVvRZpZeAUku2DJ0yWbpGeOgc46goctQ { width:6.25rem;height:0.0625rem;top:14.862499237061rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqGA65efBTMBnTsRw8To5Oq4R4nv5CnL { width:5.5rem;height:3.4125rem;top:11.512500762939rem;left:12.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqaqBPbJOVJTw3Aym69xLaAMly4hUl4d { width:6.25rem;height:0.0625rem;top:14.862499237061rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuWOA3U6kQm5U9spXNH1QP3moyzhi2Mk { width:7.5rem;height:2.5996125rem;top:16.39999961853rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMS4wmC7ZW5nITGWZUPnaosW6faZwXXf { width:5.5rem;height:3.4125rem;top:11.450000762939rem;left:2.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QglTmTVyc0Q5X1N9WMZKJ6uea5gcoFd0 { width:15.375rem;height:16.75rem;top:0rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DgdfvdDwEIrCK9h95Ggcvy3xlv11D65M { width:15.375rem;height:16.75rem;top:0rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yliUvJtOUphXT26KCi9vCHcBKB2TWwnb { width:15.375rem;height:16.75rem;top:0rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eCyHLwD1S14qO2pdn6DMXk14LlqAi6sk { width:15.375rem;height:16.75rem;top:0rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ODLL7LXidPF4InyyhM7XnwMwNqF1WdPX { display:block; }#ODLL7LXidPF4InyyhM7XnwMwNqF1WdPX > .row .container { width:20rem;height:41.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SB1oDDEvIhUxrLPd9dp69rK3wRC749wb { width:17.625rem;height:3.8994125rem;top:3.9375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0Di9IZJG75NAIQML817OulZVaZwahVC { width:13.3125rem;height:3rem;top:21.35000038147rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J31nt0TP4H8F7Oe6lT68TSCzKr2nsyJs { display:block; }
 }@media only screen and (max-width: 763px) { #HillzClLPzEEOf5WMgghtPPigPLZfHNA { width:17.875rem;height:3.57421875rem;top:15.4375rem;left:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouwNF8ce1mATU1CzKtUchs2TBeCoQJRw { width:0.0625rem;height:15.4375rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnVioldeqAy3e0tMOMf5olakvC2FEI6a { width:14.6875rem;height:1.7875rem;top:8.6687507629394rem;left:1.84375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI9Cqz4RKMEDnZsrV6K80NwshhSAdahA { width:18.3125rem;height:2.5996125rem;top:11.075000762939rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbp0pJgMITJXSKrI18gXz51peUApoHsB { width:17.8125rem;height:15.5rem;top:25.600006103516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD5AmJZGIdmd1ECiRUiMBxHwTeTNuoWv { width:8rem;height:1.3rem;top:31.71249961853rem;left:12rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kOT8RRP5G5r4KUGD3aFULXvWu7T73Row { width:8rem;height:1.94921875rem;top:33.200000762939rem;left:12rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aBNqz9XWHW08TEbHolI613gFRlb6JapW { display:none; }#aBNqz9XWHW08TEbHolI613gFRlb6JapW > .row .container { width:20rem;height:10.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VUDu1V2eoTvDD0JXv9MqAA6s42xJeSCJ { width:20rem;height:4.34895625rem;top:2.3125rem;left:0rem;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #v9RHKwkStygv7yTn76DbxcnyhTz58JTM { width:6.25rem;height:0.1875rem;top:7.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv9hJNckcSwOXKcLrqzDpnZazF9TaNLu { display:block; }#Tv9hJNckcSwOXKcLrqzDpnZazF9TaNLu > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Svhm4V8pBCmMzFipNJP5FOEBHftfX0sc { width:17.375rem;height:6.5244375rem;top:3.75rem;left:1.3125rem;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lr2nJrJQMl9nwFuvMBlBHqLRekWAdJbm { width:6.25rem;height:0.1875rem;top:10.924987792969rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs5K5w5a5wcNX3fXnoZ4lKSHywffBdxv { display:block; }#qs5K5w5a5wcNX3fXnoZ4lKSHywffBdxv > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3mIG5atbdsAtr4kueCstI2d98ByiwOs { width:14.5625rem;height:5.625rem;top:0rem;left:2.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxcdLoS3HDdtAaGTKKghPl3avOmToBpH { width:12.0625rem;height:2.92448125rem;top:0.91145324707031rem;left:3.9062502980233rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQvspK6v87hHeBRQV2wz4iW6OI9DxJsI { width:10.5625rem;height:2.625rem;top:4.1497344970703rem;left:4.8437502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN0ASo8veTBfxEnRgXSIfHksVTwro9zx { display:block; }
 }@media only screen and (max-width: 763px) { #KkTIbEFotxPwvWOqSaBRoEeh8DRrBM19 { width:1.75rem;height:1.95rem;top:1.5874996185302rem;left:0.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXahpikQyHgh4XLTBQFlWUtPZCyb51E5 { display:block; }#JXahpikQyHgh4XLTBQFlWUtPZCyb51E5 > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0Ryku7SxtP1qTx2euDESdecJMczq8Fs { width:14.5625rem;height:5.625rem;top:0rem;left:2.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLsO7MWV0aJeuWehz5mpRfw6NeZO6DC5 { width:12.5rem;height:2.92448125rem;top:0.91250610351562rem;left:3.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oKzDX7ykCP2CJeheTcRgdTygR4aToGM3 { width:10.5625rem;height:2.625rem;top:4.2109375rem;left:4.7187502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #hn6ndvHxPuNKtIMQ7Hqu7qT6fSCMLPWf { display:block; }
 }@media only screen and (max-width: 763px) { #AtcGKPTPQKB8kuTmPRNI7nagJ4ekEvea { width:1.75rem;height:1.95rem;top:0.83746337890625rem;left:0.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLpZDSoaruciEhHE4hlNyikUD5gpfCe2 { display:block; }#BLpZDSoaruciEhHE4hlNyikUD5gpfCe2 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKtyqyMHTLrMMDTQWgxAIfQ1ZPDDhT4X { width:14.5625rem;height:5.625rem;top:0rem;left:2.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDtxgMUHWamuNT58scc7lmTEp3M8l1ZG { width:12.625rem;height:2.92448125rem;top:0.91250610351562rem;left:3.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KpiU9dPbLHBklbD97wt527L2mOqCTtUL { width:10.5625rem;height:2.625rem;top:4.2734375rem;left:4.7187502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORDA5yzKlhh1e6ozHeK7f0yUrEHHHC8J { display:block; }
 }@media only screen and (max-width: 763px) { #JMECnyWaHpPftMOB5MODBD6zOLxmPczP { width:1.75rem;height:1.95rem;top:0.8125rem;left:0.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaKfsJoiDDgsCBuc2xMLpAuSPlpteDyG { display:block; }#xaKfsJoiDDgsCBuc2xMLpAuSPlpteDyG > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeVXpgUVRabJ21hys3t4n0kxeKoxaV0e { width:14.5625rem;height:5.625rem;top:0rem;left:2.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeRcDLvNHImP8XopcVlMG78EsBnkzPlW { width:12.6875rem;height:2.92448125rem;top:0.91250610351562rem;left:3.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GB6kkuGy1vC5oR3fp8puu10EZnSSspDu { width:10.5625rem;height:2.625rem;top:4.3984375rem;left:4.7187502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWQlT2dDrF92IPvEndXo6Hw6Bs7gwwIF { display:block; }
 }@media only screen and (max-width: 763px) { #ew8S2KCALw4b4oZ5nUFewALTdu5iwBtg { width:1.75rem;height:1.95rem;top:1.5874996185302rem;left:0.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #idtEbWaAJ9luD8LXCtZgsicH8QmaIKwm { display:block; }#idtEbWaAJ9luD8LXCtZgsicH8QmaIKwm > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQE7TdZtEXkbqWiA2LcXpdxLyT3E9spb { width:14.5625rem;height:6.0625rem;top:0rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlVOrgsgPEiH0yVG7gUZz2mdiSbFUUxh { width:12.6875rem;height:2.923825rem;top:0.91250610351562rem;left:3.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kCQA1GcT3y6G49aSDzDnNyCTlZd11TDB { width:10.5625rem;height:2.625rem;top:4.5625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRAJ6IzWbiIT8SoIolpKfi4ri0RhlaAh { display:block; }
 }@media only screen and (max-width: 763px) { #QF3M2KcRmqZLevukzHJdD9VbVTqtWvMI { width:1.75rem;height:1.95rem;top:1.5874996185302rem;left:0.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4cyt1JiikcSrCFKGM0CLmIpDEecau8H { display:block; }#f4cyt1JiikcSrCFKGM0CLmIpDEecau8H > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNC9mNHLEqH7cZdJtyKfz3BfQmQVgyhR { width:14.5625rem;height:5.9375rem;top:0rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDdlkJH7Dr3ypta2fM88t9Z3zciKlEMy { width:12.6875rem;height:2.923825rem;top:0.91250610351562rem;left:3.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zG1loNsnHTb0AoM9t1TW4343hy94cqNJ { width:10.5625rem;height:2.625rem;top:4.4375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLeugKkbJJZBfUNETle1n8zikpZheUdH { display:block; }
 }@media only screen and (max-width: 763px) { #OA7t44wQSHrv7DfdSQg3hw8sGTF5ZCQT { width:1.75rem;height:1.95rem;top:1.5874996185302rem;left:0.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNxDGc2KIrB28uC9gP0KUN8BntsPZtu5 { display:block; }#HNxDGc2KIrB28uC9gP0KUN8BntsPZtu5 > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJfJfPWFfKsoVOwLM9GetTU21kqdhgEb { width:14.5625rem;height:6.0625rem;top:0rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPASyoAOALhZ00eQuRWs2vZU1c9HeopG { width:12.6875rem;height:2.923825rem;top:0.91250610351562rem;left:3.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HuXFGFAe1JvTiSDdBdUJMrKc2g9WU5K9 { width:10.5625rem;height:2.625rem;top:4.625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpstegr9kSGybgeETAaGgMgERdSIqTuT { display:block; }
 }@media only screen and (max-width: 763px) { #Rh5FfDubowTSk6VQyDLuIeMX32arBedt { width:1.75rem;height:1.95rem;top:1.5874996185302rem;left:0.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyGDFHSt3QvasvrR6t8iAC7g0o8xtZZZ { display:block; }#NyGDFHSt3QvasvrR6t8iAC7g0o8xtZZZ > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmXCWmwWesPAJWT9Vfq2gM5riduwsmXd { width:14.5625rem;height:6.1875rem;top:0rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWcw5WBb3UXaLlKoXup9xJSbUnL9gh8m { width:12.6875rem;height:2.923825rem;top:0.91250610351562rem;left:3.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DzdwNVV2btWwr6kJVKoBMQQoZZNUXQyv { width:10.5625rem;height:2.625rem;top:4.75rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpwUQM15Np6w65fdsVXbTewtf8H00HR9 { display:block; }
 }@media only screen and (max-width: 763px) { #GGXnyfThG2vguXgmuxCKmwiuTlSuRGNF { width:1.75rem;height:1.95rem;top:1.5874996185302rem;left:0.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKA6ztOAi2QUTxKdeSWaooAtdmaULgkf { display:block; }#FKA6ztOAi2QUTxKdeSWaooAtdmaULgkf > .row .container { width:20rem;height:14.0234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpEC8xTA8pUfLgTzthaTntz160Mv2bZq { width:20rem;height:3.5625rem;top:4.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNu136Z13k8ZDAGzsqhD7WwGmMtKrrTw { width:10.5625rem;height:2.625rem;top:10.1484375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGflqaPMStpTNN8pxJHxrmtK5vuETulA { display:block; }
 }@media only screen and (max-width: 763px) { #t6RiyIxGoF3aykFzayhTfIdGIVpAMThN { width:5.5rem;height:0;top:1.25rem;left:7.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivUgqhrGMdUodKW5r4CCxJIIP3vN0fLQ { width:20rem;height:0;top:5.32421875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pNXvbZTdodwfQ40q7WamiZbzWVJycq8V { display:block; }#pNXvbZTdodwfQ40q7WamiZbzWVJycq8V > .row .container { width:20rem;height:13.13671875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eymBIeELLwX9xlWJVL3XwDWotGM30P8s { width:20rem;height:3.5625rem;top:4.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR1VDHmb69wgkgTIHoVgbTmOSuNBqKQR { width:10.5625rem;height:2.625rem;top:9.26171875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmkF2q6Dd6hWM5QGKfLTyQ7wuTAxzvNr { display:block; }
 }@media only screen and (max-width: 763px) { #kf2TE8nUsXxsndZdqPUP9CSedPeyHOky { width:5.5rem;height:0;top:1.25rem;left:7.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW1D4EKGsZ0P3cDCD9zJlTHiZDvNQBiJ { width:20rem;height:0;top:5.32421875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GRVQcJmOh5DAfaBTDg1KXkpAapRrBtux { display:block; }#GRVQcJmOh5DAfaBTDg1KXkpAapRrBtux > .row .container { width:20rem;height:13.13671875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hISo8mlEbETXzwydCamT32ypgVGtSSJc { width:20rem;height:3.5625rem;top:4.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4bdrrzVqDETHunxQ7ZTeDtZLsAG4Rzy { width:10.5625rem;height:2.625rem;top:9.26171875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbkQ4hH1DlTm6Frm3JSq5WP08HZnpWBq { display:block; }
 }@media only screen and (max-width: 763px) { #ghuhiQJmnFLNFdwNEh3WmWvAC5yQTrFq { width:5.5rem;height:0;top:1.25rem;left:7.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzw4WuLCCW4kRrQ8R6tMCZB8utlTLM9g { width:20rem;height:0;top:5.32421875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SqKBGlxPTeBds7tULmSzV8nLyTS0xvw0 { display:block; }#SqKBGlxPTeBds7tULmSzV8nLyTS0xvw0 > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifMp5UHBH5wqLAvmAzXxwE1JDUJT3OLQ { height:11.228125rem;width:20rem;top:13.460416793823rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8SfrWuZzTTCsbTZyVZqbeRIFxBCeTGi { width:18rem;height:7.3095625rem;top:0.4375rem;left:1.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GtWg5Q52qAXNkv8JqrvEZQPtfdMZFL4K { display:flex;width:1.875rem;height:1.875rem;top:9rem;left:1.8125rem; }
#GtWg5Q52qAXNkv8JqrvEZQPtfdMZFL4K > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #OwcClbFcXxVL60MHAB7euAWEVpy2vxEu { display:flex;width:1.875rem;height:1.875rem;top:9rem;left:4.875rem; }
#OwcClbFcXxVL60MHAB7euAWEVpy2vxEu > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #NnPbTL7dpQSxfGM8LGQR9F0svzvVbTAR { width:0.0625rem;height:7.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtHS8y1TNXmms5byxdehUSb3zUZGeCF0 { display:block; }#LtHS8y1TNXmms5byxdehUSb3zUZGeCF0 > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slIFzJm86CsZThuqT4VLCZ3FDwOzSdcM { width:10.999375rem;height:1.5rem;top:5.0625rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tnUSsfHVxRxQPZmo18T0EhJXM2TlOlzZ { width:6.5625rem;height:1.5rem;top:7.125rem;left:6.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x0yVX2qat3HQQdTPOXzOqAXMpLT6RxcH { width:6.4375rem;height:1.5625rem;top:1.5rem;left:6.78125rem;display:block; }
 }