.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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); }#SVvSiw7X5t280qnHwwIvXo9Db2tBrdts { position:relative;display:block; }#SVvSiw7X5t280qnHwwIvXo9Db2tBrdts { background-color: transparent; background-image: none; }#SVvSiw7X5t280qnHwwIvXo9Db2tBrdts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVvSiw7X5t280qnHwwIvXo9Db2tBrdts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVvSiw7X5t280qnHwwIvXo9Db2tBrdts > .row .container > .video-iframe-container { display: none; }#SVvSiw7X5t280qnHwwIvXo9Db2tBrdts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVvSiw7X5t280qnHwwIvXo9Db2tBrdts > .row > .video-iframe-container { display: none; }#SVvSiw7X5t280qnHwwIvXo9Db2tBrdts > .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); }#SVvSiw7X5t280qnHwwIvXo9Db2tBrdts { border-width: 0; border-radius: 0; }#SVvSiw7X5t280qnHwwIvXo9Db2tBrdts > .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; }#SVvSiw7X5t280qnHwwIvXo9Db2tBrdts > .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:9.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; }#MJpAJeQDMXvX7e0eE74oAcI6pEU87c9G { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.99975rem;width:5.562375rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#cdAy4t3BFlIcSP6AMRSOMft287IiefTd { box-sizing:content-box;height:3.5rem;width:27.0625rem;position:absolute;display:block;z-index:14999;background-color:#f7f7f7;background-image:none;box-shadow: none;border-top:0.0625rem solid #e6e7ea;border-left:0.0625rem solid #e6e7ea;border-right:0.0625rem solid #e6e7ea;border-bottom:0.0625rem solid #e6e7ea;top:3.1875rem;left:47.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#xOFyGb9Au5HnLF7ldwKu20CZauS5CT6n { color:#0a133f;display:block;width:3.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.375rem;left:51.9375rem;height:1.137275rem;font-style:normal;display:block; }
#xMP2N7WfHavAQ3M2WLeXbA7T670QvPrL { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:4.1875rem;left:49.3125rem;overflow:hidden;display:block; }
#aSNnF8ttipfET1T1QDprTcmlzt2934fm { box-sizing:content-box;height:1.875rem;width:0.0625rem;position:absolute;display:block;z-index:15004;background-color:#e6e7ea;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.0618801116943rem;left:65.124378204344rem;display:block; }
#GQ4oKlFZcxBO7ptH7d2uivowzIPSaQC3 { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#0a133f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.562125rem;height:2.99975rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:3.4678821563721rem;left:55.811756134033rem;display:block; }
#J5FE83rAcSwF66dsKNMJXpd9pIJKvFlq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lPKLslcpC8r5XDlrnx2fmS0LCABpTcp9 { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#0a133f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.124375rem;height:2.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:3.5621280670166rem;left:65.9140663147rem;display:block; }
#drha6rzb2nTtfpMTQi8BaCpClC705T9I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WJApEZ72MbafGloKx3rcvZ8HCDuH2h4s { position:relative;display:block; }#WJApEZ72MbafGloKx3rcvZ8HCDuH2h4s { background-color: transparent; background-image: none; }#WJApEZ72MbafGloKx3rcvZ8HCDuH2h4s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJApEZ72MbafGloKx3rcvZ8HCDuH2h4s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJApEZ72MbafGloKx3rcvZ8HCDuH2h4s > .row .container > .video-iframe-container { display: none; }#WJApEZ72MbafGloKx3rcvZ8HCDuH2h4s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJApEZ72MbafGloKx3rcvZ8HCDuH2h4s > .row > .video-iframe-container { display: none; }#WJApEZ72MbafGloKx3rcvZ8HCDuH2h4s > .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); }#WJApEZ72MbafGloKx3rcvZ8HCDuH2h4s { border-width: 0; border-radius: 0; }#WJApEZ72MbafGloKx3rcvZ8HCDuH2h4s > .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; }#WJApEZ72MbafGloKx3rcvZ8HCDuH2h4s > .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:54rem;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; }#bFOm0cOdPgtNISPsD2gHoTtwMmymx7Em { background-color:#d11310;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.562125rem;height:3.81200625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:39.373687744141rem;left:0.061849594116211rem;display:block; }
#mi9g0TDuXebL1n3W6KoEOtK4aK2aeWdQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SrC4zatndVQFuNIgtItq4IuOSPITgacs { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:39.373687744141rem;left:13.873701095581rem;overflow:hidden;display:block; }
#Jx90ES6o0a5UoFHDzGuerGAJK9bUOoT1 { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:3.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:39.373687744141rem;left:13.873701095581rem;display:block; }
#vmlMv9xRnEzk9IIBLQPR6V4POn6GgH7O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tnqn6UIDkmVxlhHKs7F8T8qrEci3HU3i { box-sizing:content-box;height:4.375rem;width:23.3125rem;position:absolute;display:block;z-index:15010;background-color:#f7f7f7;background-image:none;box-shadow: none;border-top:0.0625rem solid #e6e7ea;border-left:0.0625rem solid #e6e7ea;border-right:0.0625rem solid #e6e7ea;border-bottom:0.0625rem solid #e6e7ea;top:31.936614990234rem;left:0.061849594116211rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#HpPBnksxDBOvGlQk2hMdUCFJtFKnTFTp { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.75rem;width:38.375rem;top:3.8120040893555rem;left:36.566219329834rem;overflow:hidden;display:block; }
#krnaFTGeyDRfvpTfk3wJqofcemKPTnLH { color:#0a133f;display:block;width:5.68700625rem;position:absolute;font-family:alice;font-size:2rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:32.811187744141rem;left:1.3118495941162rem;height:;font-style:normal;display:block; }
#b9H2zAITQtIfyICuNlQVo0OcKcJVOPIf { color:#0a133f;display:block;width:14.87475rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:33.560974121094rem;left:7.4359836578369rem;height:1.5rem;font-style:normal;display:block; }
#KsbT7WWgaNFGshrNViw2wb9XUlZCnmwA { color:#51535d;display:block;width:28.999875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:24.061187744141rem;left:0.061849594116211rem;height:6rem;font-style:normal;display:block; }
#vpsUnJDX39S2SJDsp4WzWlZPkMFxDJ0q { color:#0a133f;display:block;width:28.68675rem;position:absolute;font-family:alice;font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.2495422363281rem;left:0.061849594116211rem;height:14.625rem;font-style:normal;display:block; }
#HXJXkiQEqwVhp5qZOyLEoCbRwn2csRQh { box-sizing:content-box;height:3.5rem;width:27.0625rem;position:absolute;display:block;z-index:14999;background-color:#f7f7f7;background-image:none;box-shadow: none;border-top:0.0625rem solid #e6e7ea;border-left:0.0625rem solid #e6e7ea;border-right:0.0625rem solid #e6e7ea;border-bottom:0.0625rem solid #e6e7ea;top:3.1875rem;left:47.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:none; }
#PPtOraTqzOOBqfrRZdUCARffkiupfoWr { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#0a133f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.124375rem;height:2.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:3.5621280670166rem;left:65.9140663147rem;display:none; }
#MewR8wAR1TTaTAV0qWlZe4xi0AX0bgcd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hc5AGv9CFudgWfOO6SUVBbes81CFbT5W { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#0a133f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.562125rem;height:2.99975rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:3.4678821563721rem;left:55.811756134033rem;display:none; }
#vM4uup4zClxIXSU7BJd1dEN6e3iXUQzn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gppglOnyQqFzGfsRTSdrfE9mBcNTmQ7W { color:#0a133f;display:block;width:3.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.375rem;left:51.9375rem;height:1.13738125rem;font-style:normal;display:none; }
#vOgtLUralyG8ZvwEqJohfzt7bxn0mKG0 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:4.1875rem;left:49.3125rem;overflow:hidden;display:none; }
#pk8T7Io1yTCwKvR0NGEZUPQgfttFVSIn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#pk8T7Io1yTCwKvR0NGEZUPQgfttFVSIn > .row .container { background-color: transparent; background-image: none; }#pk8T7Io1yTCwKvR0NGEZUPQgfttFVSIn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk8T7Io1yTCwKvR0NGEZUPQgfttFVSIn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk8T7Io1yTCwKvR0NGEZUPQgfttFVSIn > .row .container > .video-iframe-container { display: none; }#pk8T7Io1yTCwKvR0NGEZUPQgfttFVSIn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk8T7Io1yTCwKvR0NGEZUPQgfttFVSIn > .row > .video-iframe-container { display: none; }#pk8T7Io1yTCwKvR0NGEZUPQgfttFVSIn > .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); }#pk8T7Io1yTCwKvR0NGEZUPQgfttFVSIn > .row .container { border-width: 0; border-radius: 0; }#pk8T7Io1yTCwKvR0NGEZUPQgfttFVSIn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pk8T7Io1yTCwKvR0NGEZUPQgfttFVSIn > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#VP6eemo76cTMcJsQFK7iK3pewJCH12Dm { color:#0a133f;display:block;width:31.74975rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:4.1875rem;left:21.8125rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TsnweoMGEJWI4wZuu8FlsVFbVzgaiat1 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:74.9375rem;top:7.4007911682131rem;left:0rem;overflow:hidden;display:block; }
#Lz4zEPvLXPX1xzPGTIiGKbQ4Bynq5sdT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Lz4zEPvLXPX1xzPGTIiGKbQ4Bynq5sdT > .row .container { border-width: 0; border-radius: 0; }#Lz4zEPvLXPX1xzPGTIiGKbQ4Bynq5sdT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lz4zEPvLXPX1xzPGTIiGKbQ4Bynq5sdT > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:none; }#PKBqaIgNMP5XGxI0ApOrkMBNKsHI0Ez1 { color:#0a133f;display:block;width:31.74975rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:4.1875rem;left:21.8125rem;height:1.31200625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TaNQnzrNylmm1UCXxGuVtaBQQUv6zdeZ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:17.1875rem;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#0a133f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:53.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#nJdBFyNb8S6FEBQUSBhxJ3gX55OTo85y { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:37.5625rem;top:29.456848144531rem;left:37.36731338501rem;overflow:hidden;display:block; }
#M7uqLgRmlJwJcclRHylFWDS823rdcvnk { color:#ffffff;display:block;width:28.686125rem;position:absolute;font-family:alice;font-size:3rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:30.685760498047rem;left:0rem;height:7.799125rem;font-style:normal;display:block; }
#ScEkQOH0x1qD4ROFtgqB11X8BzbnrNZr { color:#d2d2d2;display:block;width:28.99925rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:39.311134338379rem;left:0rem;height:3rem;font-style:normal;display:block; }
#Nouqz6rhuhLiqmeiX3dS6JTDZfGovwax { background-color:#d11310;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5615rem;height:3.81200625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:44.061256408691rem;left:0rem;display:block; }
#IaslztF6RUmnZmRaTrieaduAT8iFKSm7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AkIpCArIT6zV2JAQcZKAUKT8h0Uie9rR { color:#d2d2d2;display:block;width:8.687375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:4.9357643127441rem;left:0rem;height:1.3125rem;font-style:normal;display:block; }
#ngJuO8vvXQzXWIClEWoaaQaJnXEThcHy { color:#d2d2d2;display:block;width:1.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:4.9370040893555rem;left:37.811878204346rem;height:1.5rem;font-style:normal;display:block; }
#n0sgZe5aefvPK9GVeCTXeJb1kpFIsTFo { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:alice;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.6868801116944rem;left:37.811878204346rem;height:1.949775rem;font-style:normal;display:block; }
#TOHNAevJUTgVoQA1TGdHpMA32Z1RThFX { color:#d2d2d2;display:block;width:13.436875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:10.749876022339rem;left:37.811878204346rem;height:2.625rem;font-style:normal;display:block; }
#UFWxsv4ErE3P15bihRBT0oAINUouKM7E { color:#d2d2d2;display:block;width:13.436875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:10.749876022339rem;left:57.874507904052rem;height:2.625rem;font-style:normal;display:block; }
#T4uNcaUPLRdpebZPUaeEG4eaLwbbl8iV { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:alice;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.6868801116944rem;left:57.874507904052rem;height:1.949775rem;font-style:normal;display:block; }
#WEUdrrPsQ0M5VMgJCmyKk9osWar5JWyT { color:#d2d2d2;display:block;width:1.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:4.9370040893555rem;left:57.874507904052rem;height:1.5rem;font-style:normal;display:block; }
#BzQ0Ulvi1fnKHo7qMpDZlmZqiDUbyHX0 { color:#d2d2d2;display:block;width:15.375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:22.499628067017rem;left:37.811878204346rem;height:2.625rem;font-style:normal;display:block; }
#ok4nENO1N2DGLfuNTL2flbFtmdc7UuLd { color:#d2d2d2;display:block;width:15.3125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:22.499628067017rem;left:57.874507904052rem;height:2.625rem;font-style:normal;display:block; }
#mDoLVhIPJcX9ORMmBE9uZnimmrFUPRXX { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:alice;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:19.437252044677rem;left:37.811878204346rem;height:1.949775rem;font-style:normal;display:block; }
#HzkM9wX0WI6mCsFb9kQrGur8FsTMvThh { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:alice;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.437252044677rem;left:57.874507904052rem;height:1.949775rem;font-style:normal;display:block; }
#mShaZAP6cpanVaFFz8PtFWzFKyM9gMrG { color:#d2d2d2;display:block;width:1.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:16.687376022339rem;left:37.811878204346rem;height:1.5rem;font-style:normal;display:block; }
#UFhJrEuBKU0tk3qLfyFJ6POGewrEVUPy { color:#d2d2d2;display:block;width:1.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:16.687376022339rem;left:57.874507904052rem;height:1.5rem;font-style:normal;display:block; }
#C5h4nTsptDnVnTbLZpH3glDRGvNqglTi { position:relative;display:none; }#C5h4nTsptDnVnTbLZpH3glDRGvNqglTi { border-width: 0; border-radius: 0; }#C5h4nTsptDnVnTbLZpH3glDRGvNqglTi > .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; }#C5h4nTsptDnVnTbLZpH3glDRGvNqglTi > .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:11.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#NMGMWKCyp6Dtqg8v9CGfZTXmbzhBaJ4A { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.437125rem;width:5.437125rem;top:2.8118801116943rem;left:0rem;overflow:hidden;display:block; }
#RaSQCcLom8V3HXksi2uhPgf5aTKz3Hkq { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.375rem;top:2.8118801116943rem;left:6.5612602233888rem;overflow:hidden;display:block; }
#cZQpchVtAOkBpT3LTZDQaUPkfEHlK7cT { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.375rem;top:2.8125rem;left:20rem;overflow:hidden;display:block; }
#Z8bJegE0HkHFWmw6Awi3z0307pQCozec { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.375rem;top:2.8125rem;left:13.4375rem;overflow:hidden;display:block; }
#UeBxIN9inW5AxB3hwC943vFu2WAmJnxi { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.375rem;top:2.8125rem;left:33.5rem;overflow:hidden;display:block; }
#qQBRfugDrhN9HKayJAT3hoD52T5xRm33 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.375rem;top:2.8125rem;left:26.9375rem;overflow:hidden;display:block; }
#A2TaurTcDIkdbtrpJFPQDo2KlLaILu3O { position:relative;display:block; }#A2TaurTcDIkdbtrpJFPQDo2KlLaILu3O { background-color: transparent; background-image: none; }#A2TaurTcDIkdbtrpJFPQDo2KlLaILu3O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2TaurTcDIkdbtrpJFPQDo2KlLaILu3O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2TaurTcDIkdbtrpJFPQDo2KlLaILu3O > .row .container > .video-iframe-container { display: none; }#A2TaurTcDIkdbtrpJFPQDo2KlLaILu3O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2TaurTcDIkdbtrpJFPQDo2KlLaILu3O > .row > .video-iframe-container { display: none; }#A2TaurTcDIkdbtrpJFPQDo2KlLaILu3O > .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); }#A2TaurTcDIkdbtrpJFPQDo2KlLaILu3O { border-width: 0; border-radius: 0; }#A2TaurTcDIkdbtrpJFPQDo2KlLaILu3O > .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; }#A2TaurTcDIkdbtrpJFPQDo2KlLaILu3O > .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:48.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; }#m3AHWSsL7zD3lHaTS5Tgfi20zHBCVgMz { position:absolute;display:block;z-index:15000;height:29.625rem;width:75rem;top:19.0625rem;left:0rem;display:block; }
#w1ahPGrTTdUVvMC98sUgymZe8bqduqUH { color:#0a133f;display:block;width:46.812375rem;position:absolute;font-family:alice;font-size:3rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:7.25rem;left:22.375rem;height:3.8997375rem;font-style:normal;display:block; }
#EFOdyBr2s8gRAnav5nZraR02UcZaHUxg { color:#51535d;display:block;width:10.5625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:8.0625rem;left:0rem;height:1.3125rem;font-style:normal;display:block; }
#rXeG7hHBvWoD8doIvTV6911QASW2wA3p { color:#51535d;display:block;width:38rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:12.3125rem;left:22.5rem;height:3rem;font-style:normal;display:block; }
#MaAtxoT9mBF6zyaG4SxbA0EwXXDTk3Cu { position:relative;display:block; }#MaAtxoT9mBF6zyaG4SxbA0EwXXDTk3Cu { background-color: transparent; background-image: none; }#MaAtxoT9mBF6zyaG4SxbA0EwXXDTk3Cu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaAtxoT9mBF6zyaG4SxbA0EwXXDTk3Cu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaAtxoT9mBF6zyaG4SxbA0EwXXDTk3Cu > .row .container > .video-iframe-container { display: none; }#MaAtxoT9mBF6zyaG4SxbA0EwXXDTk3Cu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaAtxoT9mBF6zyaG4SxbA0EwXXDTk3Cu > .row > .video-iframe-container { display: none; }#MaAtxoT9mBF6zyaG4SxbA0EwXXDTk3Cu > .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); }#MaAtxoT9mBF6zyaG4SxbA0EwXXDTk3Cu { border-width: 0; border-radius: 0; }#MaAtxoT9mBF6zyaG4SxbA0EwXXDTk3Cu > .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; }#MaAtxoT9mBF6zyaG4SxbA0EwXXDTk3Cu > .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:45.5625rem;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; }#yxZkTAMSNPvmrNxCLAPRkDy7FPSzfBhG { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:36.4375rem;top:7.187255859375rem;left:0rem;overflow:hidden;display:block; }
#WZqN45E6znlsvZqWC0br1EyyyZfbLpF5 { color:#0a133f;display:block;width:23.8125rem;position:absolute;font-family:alice;font-size:3rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.374374389649rem;left:40.937503814698rem;height:7.799125rem;font-style:normal;display:block; }
#lQWVDTTM95dZGSAX89y2AZ3ERDVUiwtH { color:#51535d;display:block;width:31.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:20.624755859375rem;left:40.937503814698rem;height:7.5rem;font-style:normal;display:block; }
#qmum6C9XUhvF9QnyOX9Me0PTCCO95QgE { color:#51535d;display:block;width:8.68675rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:9.062255859375rem;left:40.937503814698rem;height:1.3125rem;font-style:normal;display:block; }
#NmZ8SKC7lze7cvsL4t1CNqHXUzKnTuve { background-color:#d11310;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.560875rem;height:3.81200625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.999374389649rem;left:40.937503814698rem;display:block; }
#DKWBo2xQTyAexnR9z3bLP3Tfc7V6epFs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q6eNlkQPDTCmu4NX9dTC44yRBcZFGOZM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#q6eNlkQPDTCmu4NX9dTC44yRBcZFGOZM > .row .container { background-color: transparent; background-image: none; }#q6eNlkQPDTCmu4NX9dTC44yRBcZFGOZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6eNlkQPDTCmu4NX9dTC44yRBcZFGOZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6eNlkQPDTCmu4NX9dTC44yRBcZFGOZM > .row .container > .video-iframe-container { display: none; }#q6eNlkQPDTCmu4NX9dTC44yRBcZFGOZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6eNlkQPDTCmu4NX9dTC44yRBcZFGOZM > .row > .video-iframe-container { display: none; }#q6eNlkQPDTCmu4NX9dTC44yRBcZFGOZM > .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); }#q6eNlkQPDTCmu4NX9dTC44yRBcZFGOZM > .row .container { border-width: 0; border-radius: 0; }#q6eNlkQPDTCmu4NX9dTC44yRBcZFGOZM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q6eNlkQPDTCmu4NX9dTC44yRBcZFGOZM > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;position:relative;display:block; }#vyJqQSA0FMQsaSXLBMXcST0c7LqXvIpF { color:#0a133f;display:block;width:46.812375rem;position:absolute;font-family:alice;font-size:3rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:5.6855144500733rem;left:22.373512268066rem;height:15.5981875rem;font-style:normal;display:block; }
#Bxz41wKyPrs8KsKVvS6bTk30pdwrdLnK { color:#51535d;display:block;width:10.5625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.4986362457275rem;left:0rem;height:1.3125rem;font-style:normal;display:block; }
#EZiKGdUGs0fGD7EwBWhRyXqyByKKJ7ar { color:#51535d;display:block;width:14.1875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:35.748266220093rem;left:22.373512268066rem;height:5.625rem;font-style:normal;display:block; }
#bDkCVNNaOkX4xCdfLakfbkKKhJHuP9im { background-color:#0a133f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.56025rem;height:3.81200625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.415180206299rem;left:22.373512268066rem;display:block; }
#F2Dz3EBfMT6R9kDmh3nQQKMeqELg0aeu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oWRE9hu97IMimTOu8mGE052IJk87lXdq { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0a133f;border-left:0.0625rem solid #0a133f;border-right:0.0625rem solid #0a133f;border-bottom:0.0625rem solid #0a133f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#0a133f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.415180206299rem;left:36.556301116943rem;display:block; }
#vvpzwpoFbulcefBIJ6E5dbT82XorkdcF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WlxyOJihQCiTr9nThD8gKOS0pmu4d9NT { color:#0a133f;display:block;width:13.5rem;position:absolute;font-family:alice;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:32.838668823243rem;left:22.373512268066rem;height:1.949775rem;font-style:normal;display:block; }
#IZzaaAEkemNiZ3AZzwTIZzTTq7snO0yT { color:#51535d;display:block;width:14.1875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:35.8125rem;left:39.75rem;height:5.625rem;font-style:normal;display:block; }
#ignQEq31TdPTwafC3i1ZVRECObfdxInJ { color:#0a133f;display:block;width:15.375rem;position:absolute;font-family:alice;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:32.875rem;left:39.75rem;height:1.949775rem;font-style:normal;display:block; }
#x9Xpf4vwMMMEe46KVTZSg4v8Vm0b9evE { color:#51535d;display:block;width:14.1875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:35.8125rem;left:58.5625rem;height:5.625rem;font-style:normal;display:block; }
#zipMTkZdsBGwPorKNUkwXyP1ggOAUtFA { color:#0a133f;display:block;width:15.9375rem;position:absolute;font-family:alice;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:32.875rem;left:58.5625rem;height:1.949775rem;font-style:normal;display:block; }
#LQOTfGhMlszc6u4gTXCxeiCN2pxvRIz9 { position:relative;display:block; }#LQOTfGhMlszc6u4gTXCxeiCN2pxvRIz9 { background-color: transparent; background-image: none; }#LQOTfGhMlszc6u4gTXCxeiCN2pxvRIz9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQOTfGhMlszc6u4gTXCxeiCN2pxvRIz9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQOTfGhMlszc6u4gTXCxeiCN2pxvRIz9 > .row .container > .video-iframe-container { display: none; }#LQOTfGhMlszc6u4gTXCxeiCN2pxvRIz9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQOTfGhMlszc6u4gTXCxeiCN2pxvRIz9 > .row > .video-iframe-container { display: none; }#LQOTfGhMlszc6u4gTXCxeiCN2pxvRIz9 > .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); }#LQOTfGhMlszc6u4gTXCxeiCN2pxvRIz9 { border-width: 0; border-radius: 0; }#LQOTfGhMlszc6u4gTXCxeiCN2pxvRIz9 > .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; }#LQOTfGhMlszc6u4gTXCxeiCN2pxvRIz9 > .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:40.875rem;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; }#FA3fMXRaPdTRTgVpVDA2ss2rvkvI16zZ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:22.4375rem;top:9.875rem;left:0rem;overflow:hidden;display:block; }
#iOXhmGo989Nit64t4WrKN8X2WmVkpgkw { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.124375rem;width:24.0625rem;top:6.375rem;left:25.4375rem;overflow:hidden;display:block; }
#LQRXxEmZhJnKLlCK73f7efHCCMVZSRTa { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:22.375rem;top:9.875rem;left:52.5625rem;overflow:hidden;display:block; }
#l4D13MGkTbzC478f0gD5T3768Lo4hSnN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l4D13MGkTbzC478f0gD5T3768Lo4hSnN > .row .container { background-color: transparent; background-image: none; }#l4D13MGkTbzC478f0gD5T3768Lo4hSnN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4D13MGkTbzC478f0gD5T3768Lo4hSnN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4D13MGkTbzC478f0gD5T3768Lo4hSnN > .row .container > .video-iframe-container { display: none; }#l4D13MGkTbzC478f0gD5T3768Lo4hSnN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4D13MGkTbzC478f0gD5T3768Lo4hSnN > .row > .video-iframe-container { display: none; }#l4D13MGkTbzC478f0gD5T3768Lo4hSnN > .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); }#l4D13MGkTbzC478f0gD5T3768Lo4hSnN > .row .container { border-width: 0; border-radius: 0; }#l4D13MGkTbzC478f0gD5T3768Lo4hSnN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4D13MGkTbzC478f0gD5T3768Lo4hSnN > .row .container { font-size:0.875rem;font-family:arial;height:52.5625rem;width:75rem;position:relative;display:block; }#xVFQXd0Hlge5hEG2X6nbXLzydtTiBegM { color:#0a133f;display:block;width:47.5rem;position:absolute;font-family:alice;font-size:3rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:1.25rem;left:13.748760223389rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AdSLPXOMBEqdZAMTfodd7qJEKtSsAc0r { color:#51535d;display:block;width:29.1875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:2.3;letter-spacing:0;top:18.312252316624rem;left:5.8748741149903rem;height:6.46875rem;font-style:normal;display:block; }
#qRR3GgZXJZq7dU2Xv27FZIG3Q1eh9noU { color:#0a133f;display:block;width:12.8125rem;position:absolute;font-family:alice;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:15.624380383641rem;left:4.187126159668rem;height:1.949775rem;font-style:normal;display:block; }
#TIWLtMbQdVXNgChBQB9yR1VpMSJMs0KU { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.0625rem;top:18.812004361302rem;left:4.187126159668rem;overflow:hidden;display:block; }
#RTEXFkSVTUhapbBZR1NV8hH0JMHMeGsH { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0623rem;width:1.0623rem;top:20.999504361302rem;left:4.187126159668rem;overflow:hidden;display:block; }
#QTu2r0lQTowlQyfvWpHzTLmRdlXNFH1i { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0623rem;width:1.0623rem;top:23.062376294285rem;left:4.187126159668rem;overflow:hidden;display:block; }
#gFgvxzyR7d3G9AFs9ceOsmMD2sc1BdLq { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.24979375rem;width:3.24979375rem;top:11.062128338963rem;left:4.187126159668rem;overflow:hidden;display:block; }
#H4tt65DLMQKEdp3mEQNGRz5OdqXqvxHZ { box-sizing:content-box;height:17.125rem;width:34rem;position:absolute;display:block;z-index:15002;background-color:#f7f7f7;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:9.2497523166238rem;left:2.4993782043457rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#ALWN1wKcNKPgQMhyvSfXd6vuwaM5Q9lH { color:#51535d;display:block;width:29.1875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15023;line-height:2.3;letter-spacing:0;top:18.312252316624rem;left:41.875003814698rem;height:6.46875rem;font-style:normal;display:block; }
#O4xIluJL5GPt1ExR5Rp0bKHCfEVeSBer { color:#0a133f;display:block;width:19.5rem;position:absolute;font-family:alice;font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.624380383641rem;left:40.187252044677rem;height:1.949775rem;font-style:normal;display:block; }
#vufEsnT09q2rGVVs5WTk1GPW0xGeRaXX { box-sizing:content-box;height:17.125rem;width:34rem;position:absolute;display:block;z-index:15009;background-color:#f7f7f7;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:9.2497523166238rem;left:38.499507904052rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#HEfuvT6FvbHxrHRLH2USuTJaoWFu53kG { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:11.062128338963rem;left:40.187252044677rem;overflow:hidden;display:block; }
#uvqEFtkbZDsuOCb2J6eTVlg5tEPWlXhq { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.0625rem;top:18.812004361302rem;left:40.187252044677rem;overflow:hidden;display:block; }
#yAQoFDnfRsZW2sDQELTdlFMwnrUw8U5v { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0623rem;width:1.0623rem;top:20.999504361302rem;left:40.187252044677rem;overflow:hidden;display:block; }
#sOLMwPIQUucv0KWFnOEvR23LcDhB77ti { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0623rem;width:1.0623rem;top:23.062376294285rem;left:40.187252044677rem;overflow:hidden;display:block; }
#V74qFsq5t1XKN1TyN4xJwFSN5lhpCHFQ { box-sizing:content-box;height:17.125rem;width:34rem;position:absolute;display:block;z-index:15016;background-color:#f7f7f7;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:28.374876294285rem;left:2.4993782043457rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#NaFalAlV6lLocqTKAhDKNVqJ2f40cReX { box-sizing:content-box;height:17.125rem;width:34rem;position:absolute;display:block;z-index:15023;background-color:#f7f7f7;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:28.374876294285rem;left:38.499507904052rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#iLun2Pnrla3Hx540Ifw8eOTeo9MticqT { color:#51535d;display:block;width:30rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15030;line-height:2.3;letter-spacing:0;top:37.437376294285rem;left:5.8748741149903rem;height:6.46875rem;font-style:normal;display:block; }
#UUqf90f6XlFyoutO5CG30KfGr803PxhO { color:#51535d;display:block;width:29.1875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15037;line-height:2.3;letter-spacing:0;top:37.437376294285rem;left:41.875003814698rem;height:6.46875rem;font-style:normal;display:block; }
#vsl7NsfiBw9gwMSSFDvnGVLJpBeFCMeV { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0623rem;width:1.0623rem;top:42.187502179295rem;left:40.187252044677rem;overflow:hidden;display:block; }
#Unn5XeR5qX0zzJe34MmqvfSNhCZvM1nm { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0623rem;width:1.0623rem;top:40.124628338963rem;left:40.187252044677rem;overflow:hidden;display:block; }
#ivAlP0RVuRymSRgmRL0U8pRK7MrJsCVI { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.0625rem;top:37.937128338963rem;left:40.187252044677rem;overflow:hidden;display:block; }
#PSmfk9XuzStMoSqUxwSA1n0MKC7Me3Fv { color:#0a133f;display:block;width:14.75rem;position:absolute;font-family:alice;font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:34.74950626865rem;left:4.187126159668rem;height:1.949775rem;font-style:normal;display:block; }
#Z8w8TsH7Le9BHumqUELgt8TQC1Agc5Rp { color:#0a133f;display:block;width:26.5rem;position:absolute;font-family:alice;font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:34.74950626865rem;left:40.187252044677rem;height:1.949775rem;font-style:normal;display:block; }
#Ibawd07G1wqGidHGcTpNP7kyHPrS7qWb { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:30.187252316624rem;left:40.187252044677rem;overflow:hidden;display:block; }
#T0vdF3wFgPd1efavH36EE9qzPc6OIxys { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:30.187252316624rem;left:4.187126159668rem;overflow:hidden;display:block; }
#ZyQihTpWaTM8LUzMNToMwEFAEPTTMLgg { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.0625rem;top:37.937128338963rem;left:4.187126159668rem;overflow:hidden;display:block; }
#hIAiQIAqcrIT8BVbPgkPvhGkJD2QlKwr { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0623rem;width:1.0623rem;top:40.124628338963rem;left:4.187126159668rem;overflow:hidden;display:block; }
#LBpGde0TFIT9u8TqV5rPhaQnI6ODvhGd { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0623rem;width:1.0623rem;top:42.187502179295rem;left:4.187126159668rem;overflow:hidden;display:block; }
#lTso4ydm8cmwxUwlnACwxdUCNTJAHviz { position:relative;display:block; }#lTso4ydm8cmwxUwlnACwxdUCNTJAHviz { background-color: transparent; background-image: none; }#lTso4ydm8cmwxUwlnACwxdUCNTJAHviz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTso4ydm8cmwxUwlnACwxdUCNTJAHviz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTso4ydm8cmwxUwlnACwxdUCNTJAHviz > .row .container > .video-iframe-container { display: none; }#lTso4ydm8cmwxUwlnACwxdUCNTJAHviz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTso4ydm8cmwxUwlnACwxdUCNTJAHviz > .row > .video-iframe-container { display: none; }#lTso4ydm8cmwxUwlnACwxdUCNTJAHviz > .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); }#lTso4ydm8cmwxUwlnACwxdUCNTJAHviz { border-width: 0; border-radius: 0; }#lTso4ydm8cmwxUwlnACwxdUCNTJAHviz > .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; }#lTso4ydm8cmwxUwlnACwxdUCNTJAHviz > .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; }#USm6Rf7u9RPOM6DfQDg8gyRQcEx4cFoS { color:#0a133f;display:block;width:6.4375rem;position:absolute;font-family:alice;font-size:3.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:0.124755859375rem;left:0.68684959411619rem;height:4.22495rem;font-style:normal;display:block; }
#tUpH2DHUp9IA1ZVHXTPJq37PyZg70AeS { color:#51535d;display:block;width:13.6246875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15031;line-height:2.3;letter-spacing:0;top:4.3747520446778rem;left:0.6870040893555rem;height:2.875rem;font-style:normal;display:block; }
#WBF8no3ZEca6MNvxc2zvwgaSf1OqqMqU { color:#51535d;display:block;width:17.875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15033;line-height:2.3;letter-spacing:0;top:4.3747520446778rem;left:27.624629974365rem;height:2.875rem;font-style:normal;display:block; }
#eTUDoxEZ4iK4HD156IGRooKEAW5PhqpU { color:#0a133f;display:block;width:8.9375rem;position:absolute;font-family:alice;font-size:3.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:0.1246337890625rem;left:27.624629974365rem;height:;font-style:normal;display:block; }
#RvnTcO7r5sXRhdZ6B6zn7WTU230uvV7P { color:#51535d;display:block;width:14.375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15035;line-height:2.3;letter-spacing:0;top:4.3747520446778rem;left:59.874752044677rem;height:2.875rem;font-style:normal;display:block; }
#gCZCCa3eJeVQX5tbF9xNOfmu8WT78Ovg { color:#0a133f;display:block;width:8.0625rem;position:absolute;font-family:alice;font-size:3.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:0.125rem;left:59.874752044677rem;height:4.22495rem;font-style:normal;display:block; }
#pQE4u7y25ffBgfUr2lQZvzXi2MybNvMs { box-sizing:content-box;height:5.625rem;width:0.0623985625rem;position:absolute;display:block;z-index:15005;background-color:#e6e7ea;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.93725204467775rem;left:21.18737411499rem;display:block; }
#NEVyspAZGRfbhVEQirMTPSLFubT3d7wF { box-sizing:content-box;height:5.625rem;width:0.0623985625rem;position:absolute;display:block;z-index:15006;background-color:#e6e7ea;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.93725204467775rem;left:52.187503814698rem;display:block; }
#rc9t73v09XwkKfS81LSTtLx9TKkx1sPc { position:relative;display:block; }#rc9t73v09XwkKfS81LSTtLx9TKkx1sPc { background-color: transparent; background-image: none; }#rc9t73v09XwkKfS81LSTtLx9TKkx1sPc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc9t73v09XwkKfS81LSTtLx9TKkx1sPc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc9t73v09XwkKfS81LSTtLx9TKkx1sPc > .row .container > .video-iframe-container { display: none; }#rc9t73v09XwkKfS81LSTtLx9TKkx1sPc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc9t73v09XwkKfS81LSTtLx9TKkx1sPc > .row > .video-iframe-container { display: none; }#rc9t73v09XwkKfS81LSTtLx9TKkx1sPc > .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); }#rc9t73v09XwkKfS81LSTtLx9TKkx1sPc { border-width: 0; border-radius: 0; }#rc9t73v09XwkKfS81LSTtLx9TKkx1sPc > .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; }#rc9t73v09XwkKfS81LSTtLx9TKkx1sPc > .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:33.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; }#bxZixdI6uihy8GXxEKmOW0d8taTk4LvJ { color:#0a133f;display:block;width:27.312125rem;position:absolute;font-family:alice;font-size:3rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:3.9370079040527rem;left:3.125rem;height:7.799125rem;font-style:normal;display:block; }
#W0OHszt3s4JhhQ9rC6uchEznQsCNQq9i { color:#51535d;display:block;width:28.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:20.5625rem;left:3.125rem;height:3rem;font-style:normal;display:block; }
#TrISJMhfi4fi7LJsvvAzk1P6RtrTgSpx { background-color:#d11310;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.56075rem;height:3.81189375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:25.8125rem;left:3.125rem;display:block; }
#WvqAxhDbSWM8QFSIPPH82uq3obyBE977 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XaINXxAwkJHPzMtuKsD8Je77Xmma8grI { box-sizing:content-box;height:33.249625rem;width:74.999375rem;position:absolute;display:block;z-index:15000;background-color:#e6e9f8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#cROT0dwpGn6Gt2BffRZOIhuU9zJVFCZ4 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.062rem;width:34.061875rem;top:1.6875rem;left:39.375rem;overflow:hidden;display:block; }
#KKNkUgidI7q5zEtt2A6WCxO0mist7CSc { position:relative;display:block; }#KKNkUgidI7q5zEtt2A6WCxO0mist7CSc { background-color: transparent; background-image: none; }#KKNkUgidI7q5zEtt2A6WCxO0mist7CSc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKNkUgidI7q5zEtt2A6WCxO0mist7CSc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKNkUgidI7q5zEtt2A6WCxO0mist7CSc > .row .container > .video-iframe-container { display: none; }#KKNkUgidI7q5zEtt2A6WCxO0mist7CSc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKNkUgidI7q5zEtt2A6WCxO0mist7CSc > .row > .video-iframe-container { display: none; }#KKNkUgidI7q5zEtt2A6WCxO0mist7CSc > .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); }#KKNkUgidI7q5zEtt2A6WCxO0mist7CSc { border-width: 0; border-radius: 0; }#KKNkUgidI7q5zEtt2A6WCxO0mist7CSc > .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; }#KKNkUgidI7q5zEtt2A6WCxO0mist7CSc > .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:63.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EU8pKlvVCFAGcaCKRQTPCwct8pTyU5NH { position:absolute;display:block;z-index:15000;height:42.43675rem;width:74.99875rem;top:13.361470222473rem;left:0.0012397766113281rem;display:block; }
#yy0IITZkOXG0uv0Nzxo2LcThPfUUecnW { color:#0a133f;display:block;width:37.811875rem;position:absolute;font-family:alice;font-size:3rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:7.05357837677rem;left:18.592510223389rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qtTvJxgFQTCeBpVtT5oondHqfXMxRnJv { background-color:#0a133f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#qtTvJxgFQTCeBpVtT5oondHqfXMxRnJv > .row .container { background-color: transparent; background-image: none; }#qtTvJxgFQTCeBpVtT5oondHqfXMxRnJv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtTvJxgFQTCeBpVtT5oondHqfXMxRnJv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtTvJxgFQTCeBpVtT5oondHqfXMxRnJv > .row .container > .video-iframe-container { display: none; }#qtTvJxgFQTCeBpVtT5oondHqfXMxRnJv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtTvJxgFQTCeBpVtT5oondHqfXMxRnJv > .row > .video-iframe-container { display: none; }#qtTvJxgFQTCeBpVtT5oondHqfXMxRnJv > .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); }#qtTvJxgFQTCeBpVtT5oondHqfXMxRnJv > .row .container { border-width: 0; border-radius: 0; }#qtTvJxgFQTCeBpVtT5oondHqfXMxRnJv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qtTvJxgFQTCeBpVtT5oondHqfXMxRnJv > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:75rem;overflow:visible;position:relative;display:block; }#w4ML0ncVempObDTtMdbQLvKcVmrDUlRK { color:#ffffff;display:block;width:35.8745625rem;position:absolute;font-family:alice;font-size:3.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:11.81103515625rem;left:19.561630249024rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NoEEGPuMl7SNATcMFvoeZwBvffC0RDSt { color:#d2d2d2;display:block;width:32.562375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:23.24951171875rem;left:21.217758178711rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oVLiQ0QbK6DP4T2LefDSVRpAR0pbEUw4 { color:#ffffff;display:block;width:28.9985625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:27.9990234375rem;left:22.999752044677rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LONGcw1qRkSAvX9vAbc22qTh8r0rBm3X { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.559627375rem;height:3.747464875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:31.812286376953rem;left:39.812129974365rem;display:block; }
#TII3saO2ZlMBgFpxFX5e3C7izZcwJvGB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mf02R2BbDqr01XTy4FcpcIEeacD8W6dV { background-color:#d11310;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.55975rem;height:3.81189375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:31.812286376953rem;left:25.625rem;display:block; }
#RnlKPtJCT6xua2aAtVdeOaMfHp96qTbp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pebS8XrbaisneddXFQqK1vqAAgT9mH8B { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:4.9491577148438rem;left:34.030261993408rem;overflow:hidden;display:block; }
#zgRQKh0Hx62OQ2uctQrFcz8QRpvnfFgi { box-sizing:content-box;height:3.4999rem;width:27.0621875rem;position:absolute;display:block;z-index:15005;background-color:#1d2756;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:38.749908447266rem;left:23.99987411499rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#kNwu8SsPR9xWM58IOHG2Xd6ge2kn60sG { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6873rem;width:1.6873rem;top:39.750030517578rem;left:25.437126159668rem;overflow:hidden;display:block; }
#WObmUBFianHZRWe0wB9DJxSeToNALdJE { color:#ffffff;display:block;width:3.62469375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:39.937286376953rem;left:28.06237411499rem;height:1.137275rem;font-style:normal;display:block; }
#KvS11U0dhqqgKarqeODBfHoswatmqRsC { color:#ffffff;display:block;width:8.0620625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:39.999908447266rem;left:32.374752044677rem;height:1.137275rem;font-style:normal;display:block; }
#W8tg34C9IPux7JnyMvdTEAzxx3xNlJeT { box-sizing:content-box;height:1.875rem;width:0.0623985625rem;position:absolute;display:block;z-index:15010;background-color:rgba(230,231,234,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.624786376953rem;left:41.124752044677rem;display:block; }
#nIf0UDGB6lFCtCxxaaoX9IusFgr5tbVM { color:#ffffff;display:block;width:7.6871875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:39.999908447266rem;left:42.12487411499rem;height:1.137275rem;font-style:normal;display:block; }
#X5MDd5zTK0PQk1XTuv5m7QDzFke9CWDa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#091035;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; }#X5MDd5zTK0PQk1XTuv5m7QDzFke9CWDa > .row .container { background-color: transparent; background-image: none; }#X5MDd5zTK0PQk1XTuv5m7QDzFke9CWDa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5MDd5zTK0PQk1XTuv5m7QDzFke9CWDa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5MDd5zTK0PQk1XTuv5m7QDzFke9CWDa > .row .container > .video-iframe-container { display: none; }#X5MDd5zTK0PQk1XTuv5m7QDzFke9CWDa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5MDd5zTK0PQk1XTuv5m7QDzFke9CWDa > .row > .video-iframe-container { display: none; }#X5MDd5zTK0PQk1XTuv5m7QDzFke9CWDa > .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); }#X5MDd5zTK0PQk1XTuv5m7QDzFke9CWDa > .row .container { border-width: 0; border-radius: 0; }#X5MDd5zTK0PQk1XTuv5m7QDzFke9CWDa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X5MDd5zTK0PQk1XTuv5m7QDzFke9CWDa > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#sO7nK5TxDHl2rbB4npu6cDzzFVJFGoKz { color:#d2d2d2;display:block;width:32.561375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:0.84364700317381rem;left:21.218547821045rem;height:1.125375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SVvSiw7X5t280qnHwwIvXo9Db2tBrdts { display:block; }#SVvSiw7X5t280qnHwwIvXo9Db2tBrdts > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJpAJeQDMXvX7e0eE74oAcI6pEU87c9G { top:0.9375rem;left:0rem;width:5.5rem;height:7.9100429223129rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdAy4t3BFlIcSP6AMRSOMft287IiefTd { top:3.1875rem;left:20.5625rem;width:27rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOFyGb9Au5HnLF7ldwKu20CZauS5CT6n { top:4.375rem;left:38.3125rem;width:3.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMP2N7WfHavAQ3M2WLeXbA7T670QvPrL { top:4.1875rem;left:35.6875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSNnF8ttipfET1T1QDprTcmlzt2934fm { top:4rem;left:47.6875rem;width:0.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQ4oKlFZcxBO7ptH7d2uivowzIPSaQC3 { width:8.5rem;height:2.9375rem;top:3.4375rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5FE83rAcSwF66dsKNMJXpd9pIJKvFlq { display:block; }
 }@media only screen and (max-width: 763px) { #lPKLslcpC8r5XDlrnx2fmS0LCABpTcp9 { width:8.0625rem;height:2.8125rem;top:3.5rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drha6rzb2nTtfpMTQi8BaCpClC705T9I { display:block; }
 }@media only screen and (max-width: 763px) { #WJApEZ72MbafGloKx3rcvZ8HCDuH2h4s { display:block; }#WJApEZ72MbafGloKx3rcvZ8HCDuH2h4s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFOm0cOdPgtNISPsD2gHoTtwMmymx7Em { width:13.5rem;height:3.75rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi9g0TDuXebL1n3W6KoEOtK4aK2aeWdQ { display:block; }
 }@media only screen and (max-width: 763px) { #SrC4zatndVQFuNIgtItq4IuOSPITgacs { top:39.3125rem;left:0.24870109558106rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx90ES6o0a5UoFHDzGuerGAJK9bUOoT1 { width:3.875rem;height:3.75rem;top:39.3125rem;left:0.24870109558106rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmlMv9xRnEzk9IIBLQPR6V4POn6GgH7O { display:block; }
 }@media only screen and (max-width: 763px) { #tnqn6UIDkmVxlhHKs7F8T8qrEci3HU3i { top:31.875rem;left:0rem;width:23.25rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpPBnksxDBOvGlQk2hMdUCFJtFKnTFTp { top:3.75rem;left:9.375rem;width:38.375rem;height:42.750014250861rem;display:block; }
 }@media only screen and (max-width: 763px) { #krnaFTGeyDRfvpTfk3wJqofcemKPTnLH { top:32.75rem;left:0rem;width:5.625rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9H2zAITQtIfyICuNlQVo0OcKcJVOPIf { top:33.5rem;left:0rem;width:14.8125rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsbT7WWgaNFGshrNViw2wb9XUlZCnmwA { top:24rem;left:0rem;width:28.9375rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpsUnJDX39S2SJDsp4WzWlZPkMFxDJ0q { top:8.1875rem;left:0rem;width:28.625rem;height:14.5625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXJXkiQEqwVhp5qZOyLEoCbRwn2csRQh { top:3.1875rem;left:20.5625rem;width:27rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PPtOraTqzOOBqfrRZdUCARffkiupfoWr { width:8.0625rem;height:2.8125rem;top:3.5rem;left:39.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MewR8wAR1TTaTAV0qWlZe4xi0AX0bgcd { display:block; }
 }@media only screen and (max-width: 763px) { #hc5AGv9CFudgWfOO6SUVBbes81CFbT5W { width:8.5rem;height:2.9375rem;top:3.4375rem;left:39.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vM4uup4zClxIXSU7BJd1dEN6e3iXUQzn { display:block; }
 }@media only screen and (max-width: 763px) { #gppglOnyQqFzGfsRTSdrfE9mBcNTmQ7W { top:4.375rem;left:38.3125rem;width:3.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vOgtLUralyG8ZvwEqJohfzt7bxn0mKG0 { top:4.1875rem;left:35.6875rem;width:1.6875rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pk8T7Io1yTCwKvR0NGEZUPQgfttFVSIn { display:block; }#pk8T7Io1yTCwKvR0NGEZUPQgfttFVSIn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VP6eemo76cTMcJsQFK7iK3pewJCH12Dm { top:4.1875rem;left:8.1875rem;width:31.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsnweoMGEJWI4wZuu8FlsVFbVzgaiat1 { top:7.375rem;left:0rem;width:47.75rem;height:1.4735195996664rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz4zEPvLXPX1xzPGTIiGKbQ4Bynq5sdT { display:none; }#Lz4zEPvLXPX1xzPGTIiGKbQ4Bynq5sdT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PKBqaIgNMP5XGxI0ApOrkMBNKsHI0Ez1 { top:4.1875rem;left:8.1875rem;width:31.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaNQnzrNylmm1UCXxGuVtaBQQUv6zdeZ { width:17.1875rem;height:14rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJdBFyNb8S6FEBQUSBhxJ3gX55OTo85y { top:29.4375rem;left:10.1875rem;width:37.5625rem;height:19.875014559262rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7uqLgRmlJwJcclRHylFWDS823rdcvnk { top:30.625rem;left:0rem;width:28.625rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScEkQOH0x1qD4ROFtgqB11X8BzbnrNZr { top:39.25rem;left:0rem;width:28.9375rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nouqz6rhuhLiqmeiX3dS6JTDZfGovwax { width:13.5rem;height:3.75rem;top:44rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaslztF6RUmnZmRaTrieaduAT8iFKSm7 { display:block; }
 }@media only screen and (max-width: 763px) { #AkIpCArIT6zV2JAQcZKAUKT8h0Uie9rR { top:4.875rem;left:0rem;width:8.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngJuO8vvXQzXWIClEWoaaQaJnXEThcHy { top:4.875rem;left:24.186878204346rem;width:1.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0sgZe5aefvPK9GVeCTXeJb1kpFIsTFo { top:7.625rem;left:24.186878204346rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOHNAevJUTgVoQA1TGdHpMA32Z1RThFX { top:10.6875rem;left:24.186878204346rem;width:13.375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFWxsv4ErE3P15bihRBT0oAINUouKM7E { top:10.6875rem;left:34.375rem;width:13.375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4uNcaUPLRdpebZPUaeEG4eaLwbbl8iV { top:7.625rem;left:35.25rem;width:12.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEUdrrPsQ0M5VMgJCmyKk9osWar5JWyT { top:4.875rem;left:44.249507904052rem;width:1.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzQ0Ulvi1fnKHo7qMpDZlmZqiDUbyHX0 { top:22.4375rem;left:24.186878204346rem;width:15.375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok4nENO1N2DGLfuNTL2flbFtmdc7UuLd { top:22.4375rem;left:32.4375rem;width:15.3125rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDoLVhIPJcX9ORMmBE9uZnimmrFUPRXX { top:19.375rem;left:24.186878204346rem;width:15.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzkM9wX0WI6mCsFb9kQrGur8FsTMvThh { top:19.375rem;left:31.9375rem;width:15.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mShaZAP6cpanVaFFz8PtFWzFKyM9gMrG { top:16.625rem;left:24.186878204346rem;width:1.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFhJrEuBKU0tk3qLfyFJ6POGewrEVUPy { top:16.625rem;left:44.249507904052rem;width:1.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5h4nTsptDnVnTbLZpH3glDRGvNqglTi { display:block; }#C5h4nTsptDnVnTbLZpH3glDRGvNqglTi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMGMWKCyp6Dtqg8v9CGfZTXmbzhBaJ4A { top:2.75rem;left:0rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaSQCcLom8V3HXksi2uhPgf5aTKz3Hkq { top:2.75rem;left:0rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZQpchVtAOkBpT3LTZDQaUPkfEHlK7cT { top:2.8125rem;left:6.375rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8bJegE0HkHFWmw6Awi3z0307pQCozec { top:2.8125rem;left:0rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeBxIN9inW5AxB3hwC943vFu2WAmJnxi { top:2.8125rem;left:19.875rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQBRfugDrhN9HKayJAT3hoD52T5xRm33 { top:2.8125rem;left:13.3125rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2TaurTcDIkdbtrpJFPQDo2KlLaILu3O { display:block; }#A2TaurTcDIkdbtrpJFPQDo2KlLaILu3O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3AHWSsL7zD3lHaTS5Tgfi20zHBCVgMz { top:19.0625rem;left:0rem;width:47.75rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1ahPGrTTdUVvMC98sUgymZe8bqduqUH { top:7.25rem;left:1rem;width:46.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFOdyBr2s8gRAnav5nZraR02UcZaHUxg { top:8.0625rem;left:0rem;width:10.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXeG7hHBvWoD8doIvTV6911QASW2wA3p { top:12.3125rem;left:8.875rem;width:37.9375rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaAtxoT9mBF6zyaG4SxbA0EwXXDTk3Cu { display:block; }#MaAtxoT9mBF6zyaG4SxbA0EwXXDTk3Cu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxZkTAMSNPvmrNxCLAPRkDy7FPSzfBhG { top:7.125rem;left:0rem;width:36.375rem;height:29.886229493856rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZqN45E6znlsvZqWC0br1EyyyZfbLpF5 { top:11.3125rem;left:24rem;width:23.75rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQWVDTTM95dZGSAX89y2AZ3ERDVUiwtH { top:20.5625rem;left:16.1875rem;width:31.5625rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmum6C9XUhvF9QnyOX9Me0PTCCO95QgE { top:9rem;left:27.312503814698rem;width:8.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmZ8SKC7lze7cvsL4t1CNqHXUzKnTuve { width:13.5rem;height:3.75rem;top:31.9375rem;left:27.312503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKWBo2xQTyAexnR9z3bLP3Tfc7V6epFs { display:block; }
 }@media only screen and (max-width: 763px) { #q6eNlkQPDTCmu4NX9dTC44yRBcZFGOZM { display:block; }#q6eNlkQPDTCmu4NX9dTC44yRBcZFGOZM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vyJqQSA0FMQsaSXLBMXcST0c7LqXvIpF { top:5.625rem;left:1rem;width:46.75rem;height:15.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxz41wKyPrs8KsKVvS6bTk30pdwrdLnK { top:6.4375rem;left:0rem;width:10.5625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZiKGdUGs0fGD7EwBWhRyXqyByKKJ7ar { top:35.6875rem;left:8.7485122680662rem;width:14.1875rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDkCVNNaOkX4xCdfLakfbkKKhJHuP9im { width:13.5rem;height:3.75rem;top:24.375rem;left:8.7485122680662rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2Dz3EBfMT6R9kDmh3nQQKMeqELg0aeu { display:block; }
 }@media only screen and (max-width: 763px) { #oWRE9hu97IMimTOu8mGE052IJk87lXdq { width:9.625rem;height:3.8125rem;top:24.375rem;left:22.931301116943rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvpzwpoFbulcefBIJ6E5dbT82XorkdcF { display:block; }
 }@media only screen and (max-width: 763px) { #WlxyOJihQCiTr9nThD8gKOS0pmu4d9NT { top:32.8125rem;left:8.7485122680662rem;width:13.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZzaaAEkemNiZ3AZzwTIZzTTq7snO0yT { top:35.8125rem;left:26.125rem;width:14.125rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ignQEq31TdPTwafC3i1ZVRECObfdxInJ { top:32.875rem;left:26.125rem;width:15.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9Xpf4vwMMMEe46KVTZSg4v8Vm0b9evE { top:35.8125rem;left:33.625rem;width:14.125rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zipMTkZdsBGwPorKNUkwXyP1ggOAUtFA { top:32.875rem;left:31.8125rem;width:15.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQOTfGhMlszc6u4gTXCxeiCN2pxvRIz9 { display:block; }#LQOTfGhMlszc6u4gTXCxeiCN2pxvRIz9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FA3fMXRaPdTRTgVpVDA2ss2rvkvI16zZ { top:9.875rem;left:0rem;width:22.375rem;height:21.128474949721rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOXhmGo989Nit64t4WrKN8X2WmVkpgkw { top:6.375rem;left:11.8125rem;width:24.0625rem;height:28.124375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQRXxEmZhJnKLlCK73f7efHCCMVZSRTa { top:9.875rem;left:25.375rem;width:22.375rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4D13MGkTbzC478f0gD5T3768Lo4hSnN { display:block; }#l4D13MGkTbzC478f0gD5T3768Lo4hSnN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVFQXd0Hlge5hEG2X6nbXLzydtTiBegM { top:1.25rem;left:0.12376022338867rem;width:47.5rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdSLPXOMBEqdZAMTfodd7qJEKtSsAc0r { top:18.25rem;left:0rem;width:29.125rem;height:6.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRR3GgZXJZq7dU2Xv27FZIG3Q1eh9noU { top:15.5625rem;left:0rem;width:12.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIWLtMbQdVXNgChBQB9yR1VpMSJMs0KU { top:18.75rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTEXFkSVTUhapbBZR1NV8hH0JMHMeGsH { top:20.9375rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTu2r0lQTowlQyfvWpHzTLmRdlXNFH1i { top:23rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFgvxzyR7d3G9AFs9ceOsmMD2sc1BdLq { top:11rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4tt65DLMQKEdp3mEQNGRz5OdqXqvxHZ { top:9.1875rem;left:0rem;width:33.9375rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALWN1wKcNKPgQMhyvSfXd6vuwaM5Q9lH { top:18.25rem;left:18.625rem;width:29.125rem;height:6.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4xIluJL5GPt1ExR5Rp0bKHCfEVeSBer { top:15.5625rem;left:26.562252044677rem;width:19.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vufEsnT09q2rGVVs5WTk1GPW0xGeRaXX { top:9.1875rem;left:13.8125rem;width:33.9375rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEfuvT6FvbHxrHRLH2USuTJaoWFu53kG { top:11rem;left:26.562252044677rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvqEFtkbZDsuOCb2J6eTVlg5tEPWlXhq { top:18.75rem;left:26.562252044677rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAQoFDnfRsZW2sDQELTdlFMwnrUw8U5v { top:20.9375rem;left:26.562252044677rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOLMwPIQUucv0KWFnOEvR23LcDhB77ti { top:23rem;left:26.562252044677rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V74qFsq5t1XKN1TyN4xJwFSN5lhpCHFQ { top:28.3125rem;left:0rem;width:33.9375rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaFalAlV6lLocqTKAhDKNVqJ2f40cReX { top:28.3125rem;left:13.8125rem;width:33.9375rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLun2Pnrla3Hx540Ifw8eOTeo9MticqT { top:37.375rem;left:0rem;width:29.9375rem;height:6.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUqf90f6XlFyoutO5CG30KfGr803PxhO { top:37.375rem;left:18.625rem;width:29.125rem;height:6.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsl7NsfiBw9gwMSSFDvnGVLJpBeFCMeV { top:42.1875rem;left:26.562252044677rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unn5XeR5qX0zzJe34MmqvfSNhCZvM1nm { top:40.0625rem;left:26.562252044677rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivAlP0RVuRymSRgmRL0U8pRK7MrJsCVI { top:37.875rem;left:26.562252044677rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSmfk9XuzStMoSqUxwSA1n0MKC7Me3Fv { top:34.6875rem;left:0rem;width:14.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8w8TsH7Le9BHumqUELgt8TQC1Agc5Rp { top:34.6875rem;left:21.3125rem;width:26.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ibawd07G1wqGidHGcTpNP7kyHPrS7qWb { top:30.125rem;left:26.562252044677rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0vdF3wFgPd1efavH36EE9qzPc6OIxys { top:30.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyQihTpWaTM8LUzMNToMwEFAEPTTMLgg { top:37.875rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIAiQIAqcrIT8BVbPgkPvhGkJD2QlKwr { top:40.0625rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBpGde0TFIT9u8TqV5rPhaQnI6ODvhGd { top:42.1875rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTso4ydm8cmwxUwlnACwxdUCNTJAHviz { display:block; }#lTso4ydm8cmwxUwlnACwxdUCNTJAHviz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USm6Rf7u9RPOM6DfQDg8gyRQcEx4cFoS { top:0.0625rem;left:0rem;width:6.4375rem;height:4.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUpH2DHUp9IA1ZVHXTPJq37PyZg70AeS { top:4.3125rem;left:0rem;width:13.5625rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBF8no3ZEca6MNvxc2zvwgaSf1OqqMqU { top:4.3125rem;left:13.999629974365rem;width:17.8125rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTUDoxEZ4iK4HD156IGRooKEAW5PhqpU { top:0.0625rem;left:13.999256134033rem;width:8.9375rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvnTcO7r5sXRhdZ6B6zn7WTU230uvV7P { top:4.3125rem;left:33.375rem;width:14.375rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCZCCa3eJeVQX5tbF9xNOfmu8WT78Ovg { top:0.125rem;left:39.75rem;width:8rem;height:4.1875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQE4u7y25ffBgfUr2lQZvzXi2MybNvMs { top:0.875rem;left:7.56237411499rem;width:0;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEVyspAZGRfbhVEQirMTPSLFubT3d7wF { top:0.875rem;left:38.562503814698rem;width:0;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc9t73v09XwkKfS81LSTtLx9TKkx1sPc { display:block; }#rc9t73v09XwkKfS81LSTtLx9TKkx1sPc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxZixdI6uihy8GXxEKmOW0d8taTk4LvJ { top:3.875rem;left:0rem;width:27.25rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0OHszt3s4JhhQ9rC6uchEznQsCNQq9i { top:20.5625rem;left:0rem;width:28.0625rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrISJMhfi4fi7LJsvvAzk1P6RtrTgSpx { width:13.5rem;height:3.75rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvqAxhDbSWM8QFSIPPH82uq3obyBE977 { display:block; }
 }@media only screen and (max-width: 763px) { #XaINXxAwkJHPzMtuKsD8Je77Xmma8grI { top:0rem;left:0rem;width:47.75rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cROT0dwpGn6Gt2BffRZOIhuU9zJVFCZ4 { top:1.6875rem;left:13.75rem;width:34rem;height:30.007390961302rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKNkUgidI7q5zEtt2A6WCxO0mist7CSc { display:block; }#KKNkUgidI7q5zEtt2A6WCxO0mist7CSc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EU8pKlvVCFAGcaCKRQTPCwct8pTyU5NH { top:13.3125rem;left:0rem;width:47.75rem;height:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy0IITZkOXG0uv0Nzxo2LcThPfUUecnW { top:7rem;left:4.9675102233887rem;width:37.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtTvJxgFQTCeBpVtT5oondHqfXMxRnJv { display:block; }#qtTvJxgFQTCeBpVtT5oondHqfXMxRnJv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4ML0ncVempObDTtMdbQLvKcVmrDUlRK { top:11.75rem;left:5.9366302490234rem;width:35.8125rem;height:9.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoEEGPuMl7SNATcMFvoeZwBvffC0RDSt { top:23.1875rem;left:7.5927581787113rem;width:32.5rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVLiQ0QbK6DP4T2LefDSVRpAR0pbEUw4 { top:27.9375rem;left:9.3747520446775rem;width:28.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LONGcw1qRkSAvX9vAbc22qTh8r0rBm3X { width:9.5rem;height:3.6875rem;top:31.75rem;left:26.187129974365rem;display:block; }
 }@media only screen and (max-width: 763px) { #TII3saO2ZlMBgFpxFX5e3C7izZcwJvGB { display:block; }
 }@media only screen and (max-width: 763px) { #Mf02R2BbDqr01XTy4FcpcIEeacD8W6dV { width:13.5rem;height:3.75rem;top:31.75rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnlKPtJCT6xua2aAtVdeOaMfHp96qTbp { display:block; }
 }@media only screen and (max-width: 763px) { #pebS8XrbaisneddXFQqK1vqAAgT9mH8B { top:4.9375rem;left:20.405261993408rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgRQKh0Hx62OQ2uctQrFcz8QRpvnfFgi { top:38.6875rem;left:10.37487411499rem;width:27rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNwu8SsPR9xWM58IOHG2Xd6ge2kn60sG { top:39.75rem;left:11.812126159668rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WObmUBFianHZRWe0wB9DJxSeToNALdJE { top:39.875rem;left:14.43737411499rem;width:3.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvS11U0dhqqgKarqeODBfHoswatmqRsC { top:39.9375rem;left:18.749752044677rem;width:8rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8tg34C9IPux7JnyMvdTEAzxx3xNlJeT { top:39.5625rem;left:27.499752044677rem;width:0;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIf0UDGB6lFCtCxxaaoX9IusFgr5tbVM { top:39.9375rem;left:28.49987411499rem;width:7.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5MDd5zTK0PQk1XTuv5m7QDzFke9CWDa { display:block; }#X5MDd5zTK0PQk1XTuv5m7QDzFke9CWDa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sO7nK5TxDHl2rbB4npu6cDzzFVJFGoKz { top:0.8125rem;left:7.593547821045rem;width:32.5rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SVvSiw7X5t280qnHwwIvXo9Db2tBrdts { display:block; }#SVvSiw7X5t280qnHwwIvXo9Db2tBrdts > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJpAJeQDMXvX7e0eE74oAcI6pEU87c9G { width:3.4999rem;height:5.0624rem;top:0.8120040893555rem;left:8.2496281266212rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdAy4t3BFlIcSP6AMRSOMft287IiefTd { width:19.875rem;height:4.875rem;top:21.874603271484rem;left:0.12469565868377rem;display:none; }
 }@media only screen and (max-width: 763px) { #xOFyGb9Au5HnLF7ldwKu20CZauS5CT6n { width:2.8749rem;height:0.97453125rem;top:23.125rem;left:9.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMP2N7WfHavAQ3M2WLeXbA7T670QvPrL { width:1.1875rem;height:1.1875rem;top:23rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aSNnF8ttipfET1T1QDprTcmlzt2934fm { width:0.0625rem;height:1.875rem;top:11.283961618424rem;left:17.311889648438rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQ4oKlFZcxBO7ptH7d2uivowzIPSaQC3 { width:8.5rem;height:2.3125rem;top:24.187408447266rem;left:2.1245942115784rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5FE83rAcSwF66dsKNMJXpd9pIJKvFlq { display:block; }
 }@media only screen and (max-width: 763px) { #lPKLslcpC8r5XDlrnx2fmS0LCABpTcp9 { width:8.0625rem;height:2.125rem;top:24.25rem;left:10.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #drha6rzb2nTtfpMTQi8BaCpClC705T9I { display:block; }
 }@media only screen and (max-width: 763px) { #WJApEZ72MbafGloKx3rcvZ8HCDuH2h4s { display:block; }#WJApEZ72MbafGloKx3rcvZ8HCDuH2h4s > .row .container { width:20rem;height:64rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFOm0cOdPgtNISPsD2gHoTtwMmymx7Em { width:16.0625rem;height:3.75rem;top:26.312005996704rem;left:0.062003970146179rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi9g0TDuXebL1n3W6KoEOtK4aK2aeWdQ { display:block; }
 }@media only screen and (max-width: 763px) { #SrC4zatndVQFuNIgtItq4IuOSPITgacs { width:3.75rem;height:3.75rem;top:26.312005996704rem;left:16.187376081944rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx90ES6o0a5UoFHDzGuerGAJK9bUOoT1 { width:3.875rem;height:3.75rem;top:26.312005996704rem;left:16.124752104282rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmlMv9xRnEzk9IIBLQPR6V4POn6GgH7O { display:block; }
 }@media only screen and (max-width: 763px) { #tnqn6UIDkmVxlhHKs7F8T8qrEci3HU3i { width:19.875rem;height:3.625rem;top:20.845115661621rem;left:0.062003970146179rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpPBnksxDBOvGlQk2hMdUCFJtFKnTFTp { width:19.999375rem;height:22.27925rem;top:39.720363616943rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #krnaFTGeyDRfvpTfk3wJqofcemKPTnLH { width:4.6875rem;height:2.112475rem;top:21.46887588501rem;left:1.4998760819435rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9H2zAITQtIfyICuNlQVo0OcKcJVOPIf { width:11.9998125rem;height:1.21875rem;top:22.111236572266rem;left:6.7187500596044rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsbT7WWgaNFGshrNViw2wb9XUlZCnmwA { width:20rem;height:9rem;top:10.597721099854rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpsUnJDX39S2SJDsp4WzWlZPkMFxDJ0q { width:20rem;height:7.7996875rem;top:1.5494804382324rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXJXkiQEqwVhp5qZOyLEoCbRwn2csRQh { width:19.875rem;height:5.5625rem;top:32rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #PPtOraTqzOOBqfrRZdUCARffkiupfoWr { width:8.0620625rem;height:2.12459375rem;top:35rem;left:10.3125rem;font-size:0.8125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #MewR8wAR1TTaTAV0qWlZe4xi0AX0bgcd { display:block; }
 }@media only screen and (max-width: 763px) { #hc5AGv9CFudgWfOO6SUVBbes81CFbT5W { width:8.499875rem;height:2.3123rem;top:34.9375rem;left:1.6875rem;font-size:0.8125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #vM4uup4zClxIXSU7BJd1dEN6e3iXUQzn { display:block; }
 }@media only screen and (max-width: 763px) { #gppglOnyQqFzGfsRTSdrfE9mBcNTmQ7W { width:3.8125rem;height:1.21875rem;top:33.25rem;left:8.5rem;font-size:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #vOgtLUralyG8ZvwEqJohfzt7bxn0mKG0 { width:1.18709375rem;height:1.18709375rem;top:33.125rem;left:6.8125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #pk8T7Io1yTCwKvR0NGEZUPQgfttFVSIn { display:none; }#pk8T7Io1yTCwKvR0NGEZUPQgfttFVSIn > .row .container { width:20rem;height:17.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VP6eemo76cTMcJsQFK7iK3pewJCH12Dm { width:19.999375rem;height:2.62400625rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsnweoMGEJWI4wZuu8FlsVFbVzgaiat1 { width:40rem;height:1.25rem;top:5.1233875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz4zEPvLXPX1xzPGTIiGKbQ4Bynq5sdT { display:block; }#Lz4zEPvLXPX1xzPGTIiGKbQ4Bynq5sdT > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKBqaIgNMP5XGxI0ApOrkMBNKsHI0Ez1 { width:19.999375rem;height:2.625rem;top:1.811882019043rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaNQnzrNylmm1UCXxGuVtaBQQUv6zdeZ { top:6.2791404724119rem;left:0.78000992536544rem;width:18.625rem;height:15.1875rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:73.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJdBFyNb8S6FEBQUSBhxJ3gX55OTo85y { width:20rem;height:10.581875rem;top:60.685150146484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7uqLgRmlJwJcclRHylFWDS823rdcvnk { width:20rem;height:5.199775rem;top:4.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScEkQOH0x1qD4ROFtgqB11X8BzbnrNZr { width:20rem;height:4.5rem;top:10.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nouqz6rhuhLiqmeiX3dS6JTDZfGovwax { width:19.8125rem;height:3.75rem;top:54.06064414978rem;left:0.12338811159134rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaslztF6RUmnZmRaTrieaduAT8iFKSm7 { display:block; }
 }@media only screen and (max-width: 763px) { #AkIpCArIT6zV2JAQcZKAUKT8h0Uie9rR { width:8.6241875rem;height:1.3125rem;top:2.1242561340332rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngJuO8vvXQzXWIClEWoaaQaJnXEThcHy { width:1.5625rem;height:1.5rem;top:17.125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0sgZe5aefvPK9GVeCTXeJb1kpFIsTFo { width:12.5rem;height:1.949775rem;top:19.25rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOHNAevJUTgVoQA1TGdHpMA32Z1RThFX { width:13.3740625rem;height:2.625rem;top:21.8125rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFWxsv4ErE3P15bihRBT0oAINUouKM7E { width:13.3740625rem;height:2.625rem;top:30.9375rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4uNcaUPLRdpebZPUaeEG4eaLwbbl8iV { width:12.5rem;height:1.949775rem;top:28.375rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEUdrrPsQ0M5VMgJCmyKk9osWar5JWyT { width:1.5625rem;height:1.5rem;top:26.25rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzQ0Ulvi1fnKHo7qMpDZlmZqiDUbyHX0 { width:15.374375rem;height:2.625rem;top:40.125rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok4nENO1N2DGLfuNTL2flbFtmdc7UuLd { width:15.3125rem;height:2.625rem;top:49.125rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDoLVhIPJcX9ORMmBE9uZnimmrFUPRXX { width:15.3125rem;height:1.949775rem;top:37.5625rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzkM9wX0WI6mCsFb9kQrGur8FsTMvThh { width:15.8116875rem;height:1.949775rem;top:46.4375rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mShaZAP6cpanVaFFz8PtFWzFKyM9gMrG { width:1.5625rem;height:1.5rem;top:35.4375rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFhJrEuBKU0tk3qLfyFJ6POGewrEVUPy { width:1.5625rem;height:1.5rem;top:44.4375rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5h4nTsptDnVnTbLZpH3glDRGvNqglTi { display:none; }#C5h4nTsptDnVnTbLZpH3glDRGvNqglTi > .row .container { width:20rem;height:40.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NMGMWKCyp6Dtqg8v9CGfZTXmbzhBaJ4A { width:5.375rem;height:5.375rem;top:1.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaSQCcLom8V3HXksi2uhPgf5aTKz3Hkq { width:5.375rem;height:5.375rem;top:7.875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZQpchVtAOkBpT3LTZDQaUPkfEHlK7cT { width:5.375rem;height:5.375rem;top:21.125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8bJegE0HkHFWmw6Awi3z0307pQCozec { width:5.375rem;height:5.375rem;top:14.5rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeBxIN9inW5AxB3hwC943vFu2WAmJnxi { width:5.375rem;height:5.375rem;top:34.375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQBRfugDrhN9HKayJAT3hoD52T5xRm33 { width:5.375rem;height:5.375rem;top:27.75rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2TaurTcDIkdbtrpJFPQDo2KlLaILu3O { display:block; }#A2TaurTcDIkdbtrpJFPQDo2KlLaILu3O > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3AHWSsL7zD3lHaTS5Tgfi20zHBCVgMz { width:20rem;height:29.5625rem;top:16.00903125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1ahPGrTTdUVvMC98sUgymZe8bqduqUH { width:20rem;height:5.199775rem;top:3.8124rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFOdyBr2s8gRAnav5nZraR02UcZaHUxg { width:10.4991875rem;height:1.3125rem;top:1.4992618560791rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXeG7hHBvWoD8doIvTV6911QASW2wA3p { width:20rem;height:4.5rem;top:10.26075625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaAtxoT9mBF6zyaG4SxbA0EwXXDTk3Cu { display:block; }#MaAtxoT9mBF6zyaG4SxbA0EwXXDTk3Cu > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxZkTAMSNPvmrNxCLAPRkDy7FPSzfBhG { width:20rem;height:16.432125rem;top:32.059158325195rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZqN45E6znlsvZqWC0br1EyyyZfbLpF5 { width:20rem;height:5.199775rem;top:5.2442932128906rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQWVDTTM95dZGSAX89y2AZ3ERDVUiwtH { width:20rem;height:12rem;top:11.69270324707rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmum6C9XUhvF9QnyOX9Me0PTCCO95QgE { width:8.6241875rem;height:1.3125rem;top:3.1814270019531rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmZ8SKC7lze7cvsL4t1CNqHXUzKnTuve { width:20rem;height:3.75rem;top:25.68701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKWBo2xQTyAexnR9z3bLP3Tfc7V6epFs { display:block; }
 }@media only screen and (max-width: 763px) { #q6eNlkQPDTCmu4NX9dTC44yRBcZFGOZM { display:block; }#q6eNlkQPDTCmu4NX9dTC44yRBcZFGOZM > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vyJqQSA0FMQsaSXLBMXcST0c7LqXvIpF { width:20rem;height:15.5993125rem;top:3.8124rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxz41wKyPrs8KsKVvS6bTk30pdwrdLnK { width:10.5615625rem;height:1.3125rem;top:1.4992504119873rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZiKGdUGs0fGD7EwBWhRyXqyByKKJ7ar { width:13.93725rem;height:5.625rem;top:34.125rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDkCVNNaOkX4xCdfLakfbkKKhJHuP9im { width:20rem;height:3.75rem;top:20.812133789062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2Dz3EBfMT6R9kDmh3nQQKMeqELg0aeu { display:block; }
 }@media only screen and (max-width: 763px) { #oWRE9hu97IMimTOu8mGE052IJk87lXdq { width:20rem;height:3.75rem;top:25.187133789062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvpzwpoFbulcefBIJ6E5dbT82XorkdcF { display:block; }
 }@media only screen and (max-width: 763px) { #WlxyOJihQCiTr9nThD8gKOS0pmu4d9NT { width:13.4995rem;height:1.949775rem;top:31.5625rem;left:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZzaaAEkemNiZ3AZzwTIZzTTq7snO0yT { width:14.1245rem;height:5.625rem;top:44.0625rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ignQEq31TdPTwafC3i1ZVRECObfdxInJ { width:15.3745rem;height:1.949775rem;top:41.5rem;left:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9Xpf4vwMMMEe46KVTZSg4v8Vm0b9evE { width:14.1245rem;height:5.625rem;top:53.9375rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zipMTkZdsBGwPorKNUkwXyP1ggOAUtFA { width:15.936875rem;height:1.949775rem;top:51.4375rem;left:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQOTfGhMlszc6u4gTXCxeiCN2pxvRIz9 { display:block; }#LQOTfGhMlszc6u4gTXCxeiCN2pxvRIz9 > .row .container { width:20rem;height:65.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FA3fMXRaPdTRTgVpVDA2ss2rvkvI16zZ { width:17.437375rem;height:16.43725rem;top:3.6241321563721rem;left:1.2791419625283rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOXhmGo989Nit64t4WrKN8X2WmVkpgkw { width:20rem;height:23.375792207792rem;top:21.3854375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQRXxEmZhJnKLlCK73f7efHCCMVZSRTa { width:17.4375rem;height:16.375rem;top:46.198149681091rem;left:1.2791419625283rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4D13MGkTbzC478f0gD5T3768Lo4hSnN { display:block; }#l4D13MGkTbzC478f0gD5T3768Lo4hSnN > .row .container { width:20rem;height:107.24946801758rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVFQXd0Hlge5hEG2X6nbXLzydtTiBegM { width:20rem;height:5.199775rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdSLPXOMBEqdZAMTfodd7qJEKtSsAc0r { width:14.0625rem;height:11.20979375rem;top:16.947545051575rem;left:3.3747521042824rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRR3GgZXJZq7dU2Xv27FZIG3Q1eh9noU { width:12.8125rem;height:1.949775rem;top:14.072654345703rem;left:1.6878032684326rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIWLtMbQdVXNgChBQB9yR1VpMSJMs0KU { width:1rem;height:1rem;top:17.322916567326rem;left:1.6874999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTEXFkSVTUhapbBZR1NV8hH0JMHMeGsH { width:1rem;height:1rem;top:21.13541662693rem;left:1.6874999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTu2r0lQTowlQyfvWpHzTLmRdlXNFH1i { width:1rem;height:1rem;top:24.885169029236rem;left:1.6871281266212rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFgvxzyR7d3G9AFs9ceOsmMD2sc1BdLq { width:3.1875rem;height:3.1875rem;top:9.5104595214844rem;left:1.6878032684326rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4tt65DLMQKEdp3mEQNGRz5OdqXqvxHZ { width:20rem;height:22.5625rem;top:7.6979160308837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALWN1wKcNKPgQMhyvSfXd6vuwaM5Q9lH { width:15.25rem;height:11.20981875rem;top:42.5625rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4xIluJL5GPt1ExR5Rp0bKHCfEVeSBer { width:18.31225rem;height:3.89955625rem;top:37.577256441116rem;left:1.6871281266212rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vufEsnT09q2rGVVs5WTk1GPW0xGeRaXX { width:20rem;height:24.375rem;top:31.499877929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEfuvT6FvbHxrHRLH2USuTJaoWFu53kG { width:3.125rem;height:3.125rem;top:33.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvqEFtkbZDsuOCb2J6eTVlg5tEPWlXhq { width:1rem;height:1rem;top:43.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAQoFDnfRsZW2sDQELTdlFMwnrUw8U5v { width:1rem;height:1rem;top:46.624877929688rem;left:1.6871281266212rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOLMwPIQUucv0KWFnOEvR23LcDhB77ti { width:1rem;height:1rem;top:50.374633789062rem;left:1.6871281266212rem;display:block; }
 }@media only screen and (max-width: 763px) { #V74qFsq5t1XKN1TyN4xJwFSN5lhpCHFQ { width:20rem;height:22.1875rem;top:57.124877929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaFalAlV6lLocqTKAhDKNVqJ2f40cReX { width:19.999375rem;height:26.687125rem;top:80.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLun2Pnrla3Hx540Ifw8eOTeo9MticqT { width:15.1875rem;height:11.20981875rem;top:66.187377929688rem;left:3.4995041489601rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUqf90f6XlFyoutO5CG30KfGr803PxhO { width:15.125rem;height:11.20981875rem;top:94rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsl7NsfiBw9gwMSSFDvnGVLJpBeFCMeV { width:1rem;height:1rem;top:101.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unn5XeR5qX0zzJe34MmqvfSNhCZvM1nm { width:1rem;height:1rem;top:98.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivAlP0RVuRymSRgmRL0U8pRK7MrJsCVI { width:1rem;height:1rem;top:94.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSmfk9XuzStMoSqUxwSA1n0MKC7Me3Fv { width:14.6875rem;height:1.949775rem;top:63.5rem;left:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8w8TsH7Le9BHumqUELgt8TQC1Agc5Rp { width:17.875rem;height:5.84933125rem;top:87.0625rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ibawd07G1wqGidHGcTpNP7kyHPrS7qWb { width:3.1875rem;height:3.1875rem;top:82.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0vdF3wFgPd1efavH36EE9qzPc6OIxys { width:3.125rem;height:3.125rem;top:58.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyQihTpWaTM8LUzMNToMwEFAEPTTMLgg { width:1rem;height:1rem;top:66.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIAiQIAqcrIT8BVbPgkPvhGkJD2QlKwr { width:1rem;height:1rem;top:70.249633789062rem;left:1.6871281266212rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBpGde0TFIT9u8TqV5rPhaQnI6ODvhGd { width:1rem;height:1rem;top:74.12437438965rem;left:1.6871281266212rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTso4ydm8cmwxUwlnACwxdUCNTJAHviz { display:block; }#lTso4ydm8cmwxUwlnACwxdUCNTJAHviz > .row .container { width:20rem;height:31.874450683594rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USm6Rf7u9RPOM6DfQDg8gyRQcEx4cFoS { width:6.25rem;height:4.0625rem;top:3.1640625rem;left:6.8743801712987rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tUpH2DHUp9IA1ZVHXTPJq37PyZg70AeS { width:13.5623125rem;height:2.875rem;top:7.1868820190431rem;left:3.1870041489601rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBF8no3ZEca6MNvxc2zvwgaSf1OqqMqU { width:17.8125rem;height:2.875rem;top:18.062377929688rem;left:1.1247521042824rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTUDoxEZ4iK4HD156IGRooKEAW5PhqpU { width:8.25rem;height:4.0625rem;top:14.249755859375rem;left:6.0621281266212rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RvnTcO7r5sXRhdZ6B6zn7WTU230uvV7P { width:14.375rem;height:2.875rem;top:28.999877929688rem;left:2.8125000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCZCCa3eJeVQX5tbF9xNOfmu8WT78Ovg { width:7.9996875rem;height:4.0625rem;top:25.124626159668rem;left:5.9995041489601rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pQE4u7y25ffBgfUr2lQZvzXi2MybNvMs { width:0;height:5.625rem;top:9.223825rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #NEVyspAZGRfbhVEQirMTPSLFubT3d7wF { width:0;height:5.625rem;top:24.009918212891rem;left:9.9993801712987rem;display:none; }
 }@media only screen and (max-width: 763px) { #rc9t73v09XwkKfS81LSTtLx9TKkx1sPc { display:block; }#rc9t73v09XwkKfS81LSTtLx9TKkx1sPc > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxZixdI6uihy8GXxEKmOW0d8taTk4LvJ { width:17.68725rem;height:5.199775rem;top:21rem;left:1.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0OHszt3s4JhhQ9rC6uchEznQsCNQq9i { width:18.124375rem;height:4.5rem;top:26.875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrISJMhfi4fi7LJsvvAzk1P6RtrTgSpx { width:16.0615rem;height:3.74938125rem;top:34.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvqAxhDbSWM8QFSIPPH82uq3obyBE977 { display:block; }
 }@media only screen and (max-width: 763px) { #XaINXxAwkJHPzMtuKsD8Je77Xmma8grI { width:20rem;height:38.1875rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cROT0dwpGn6Gt2BffRZOIhuU9zJVFCZ4 { width:17.99975rem;height:15.874875rem;top:3.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKNkUgidI7q5zEtt2A6WCxO0mist7CSc { display:block; }#KKNkUgidI7q5zEtt2A6WCxO0mist7CSc > .row .container { width:20rem;height:74.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EU8pKlvVCFAGcaCKRQTPCwct8pTyU5NH { width:20rem;height:42.375rem;top:7.69835625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy0IITZkOXG0uv0Nzxo2LcThPfUUecnW { width:20rem;height:5.199775rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtTvJxgFQTCeBpVtT5oondHqfXMxRnJv { display:block; }#qtTvJxgFQTCeBpVtT5oondHqfXMxRnJv > .row .container { width:20rem;height:37.0703125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4ML0ncVempObDTtMdbQLvKcVmrDUlRK { width:19.999375rem;height:5.199775rem;top:11.249382019043rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoEEGPuMl7SNATcMFvoeZwBvffC0RDSt { width:19.999375rem;height:4.5rem;top:17.561510086059rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVLiQ0QbK6DP4T2LefDSVRpAR0pbEUw4 { width:19.999375rem;height:1.5rem;top:23.374628067017rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LONGcw1qRkSAvX9vAbc22qTh8r0rBm3X { width:19.920009875rem;height:3.608009875rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TII3saO2ZlMBgFpxFX5e3C7izZcwJvGB { display:block; }
 }@media only screen and (max-width: 763px) { #Mf02R2BbDqr01XTy4FcpcIEeacD8W6dV { width:20rem;height:3.75rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnlKPtJCT6xua2aAtVdeOaMfHp96qTbp { display:block; }
 }@media only screen and (max-width: 763px) { #pebS8XrbaisneddXFQqK1vqAAgT9mH8B { width:5.9375rem;height:5.9375rem;top:3.6861362457276rem;left:7.0306301712987rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgRQKh0Hx62OQ2uctQrFcz8QRpvnfFgi { width:20rem;height:7.5rem;top:34.320678710938rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kNwu8SsPR9xWM58IOHG2Xd6ge2kn60sG { width:1.625rem;height:1.625rem;top:35.321145996094rem;left:1.4371948242188rem;display:none; }
 }@media only screen and (max-width: 763px) { #WObmUBFianHZRWe0wB9DJxSeToNALdJE { width:3.56229375rem;height:1.13715rem;top:35.508340820312rem;left:4.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KvS11U0dhqqgKarqeODBfHoswatmqRsC { width:7.9991875rem;height:1.13715rem;top:37.500001907349rem;left:4.061880171299rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W8tg34C9IPux7JnyMvdTEAzxx3xNlJeT { width:0;height:1.875rem;top:35.195840820312rem;left:17.125099182129rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIf0UDGB6lFCtCxxaaoX9IusFgr5tbVM { width:7.6248125rem;height:1.13715rem;top:39.445066452026rem;left:4.061880171299rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5MDd5zTK0PQk1XTuv5m7QDzFke9CWDa { display:block; }#X5MDd5zTK0PQk1XTuv5m7QDzFke9CWDa > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sO7nK5TxDHl2rbB4npu6cDzzFVJFGoKz { width:20rem;height:1.125375rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }