.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;
}
@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:#ffffff;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); }#T0u1wha6RgD1V0GyeLcP1DPuDurz4gpe { border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #000000;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#T0u1wha6RgD1V0GyeLcP1DPuDurz4gpe > .row .container { border-width: 0; border-radius: 0; }#T0u1wha6RgD1V0GyeLcP1DPuDurz4gpe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0u1wha6RgD1V0GyeLcP1DPuDurz4gpe > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:none; }#I4JrtSLa0vAyv3r3MakQ15WfVpFJoNe2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#4f4f4f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.18575rem;height:2.436525rem;text-decoration:none;z-index:14982;text-align:center;text-align-last:center;top:0.96896708011625rem;left:16.62380695343rem;display:block; }
#CpGB7tXBiQJJXWU7WhgPuTOdZ6X5qLcR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JU7kXMGAuQo47FbQZTF9nTCeli1e4pcG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#4f4f4f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.2948125rem;height:2.3117375rem;text-decoration:none;z-index:14983;text-align:center;text-align-last:center;top:1.0313585996627rem;left:24.319661140442rem;display:block; }
#wRSNeLl3pcSPPFgUbT4tR7hLeoHb0eRU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HpJTcELH5b3BDWuOOmTt8n6SRMph1R0d { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#4f4f4f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.186625rem;height:2.43713125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.9375rem;left:33.9375rem;display:block; }
#ZwlTqSlBDTBgnHlVtgADSGXCbmai7f5q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jp4TbwmbtL8GETfCrIiHSR61vGnAiKpi { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:15.1875rem;top:1.4375rem;left:2.62353515625rem;overflow:hidden;display:block; }
#nRv9H6lAB3TLiJsd43werad2wvrCrDpa { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#4f4f4f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.18525rem;height:2.436525rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.96896708011625rem;left:51.685654640197rem;display:block; }
#pcqBlXkv9gJVaLM3dJIHeGMC81zdqQIC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aW5eK47R8VU3uR8DvNAwfuOcrryfnxNn { background-color:#ff6200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.7183837890625rem;left:62.40966796875rem;display:block; }
#qrfD5Ur6mNASssqNrr4tIhI5FdhGbaFF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XVTNd87OBSynAtsR3L3uooM7dH24dV2T { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#4f4f4f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.18575rem;height:2.436525rem;text-decoration:none;z-index:14981;text-align:center;text-align-last:center;top:0.96896708011625rem;left:43.87478351593rem;display:block; }
#N6gP4v3eeakeaR1ftlTJ6Auya75HWFGJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qlvGkOwtW8S1TD85Zubu2Tdg3WdkcOb2 { border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #000000;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#qlvGkOwtW8S1TD85Zubu2Tdg3WdkcOb2 > .row .container { background-color: transparent; background-image: none; }#qlvGkOwtW8S1TD85Zubu2Tdg3WdkcOb2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlvGkOwtW8S1TD85Zubu2Tdg3WdkcOb2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlvGkOwtW8S1TD85Zubu2Tdg3WdkcOb2 > .row .container > .video-iframe-container { display: none; }#qlvGkOwtW8S1TD85Zubu2Tdg3WdkcOb2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlvGkOwtW8S1TD85Zubu2Tdg3WdkcOb2 > .row > .video-iframe-container { display: none; }#qlvGkOwtW8S1TD85Zubu2Tdg3WdkcOb2 > .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); }#qlvGkOwtW8S1TD85Zubu2Tdg3WdkcOb2 > .row .container { border-width: 0; border-radius: 0; }#qlvGkOwtW8S1TD85Zubu2Tdg3WdkcOb2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qlvGkOwtW8S1TD85Zubu2Tdg3WdkcOb2 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#yROU4uTb1PKaHkKbVFd39qEa7tD0DOqm { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:15.1875rem;top:1.4375rem;left:2.62353515625rem;overflow:hidden;display:block; }
#I1uqDdbp3M8QDaHwlfeF66UkKz7eH1yJ { background-color:#ff6200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.7183837890625rem;left:62.40966796875rem;display:block; }
#vLEWEsU9HTP3EMzJdAqZ7kq5rBtrezzN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vL47Oiprz6rzK6DMN2rHV849sRX9unTy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#4f4f4f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.18575rem;height:2.436525rem;text-decoration:none;z-index:14992;text-align:center;text-align-last:center;top:1rem;left:17.8125rem;display:block; }
#i26zcfBqJOxH86O8cBP8IEmeIyI9BouS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iliENtW77PK87TpVMlqR68n7JuQaBmWk { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#4f4f4f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.18525rem;height:2.436525rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1rem;left:52.875rem;display:block; }
#CONalhpPXWLU3sq5EERT3SiXyCdzZnNa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CGlVe7H97Ep1qtLT1VT9IQxg0QKk0kzs { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#4f4f4f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.18575rem;height:2.436525rem;text-decoration:none;z-index:14991;text-align:center;text-align-last:center;top:1rem;left:45.0625rem;display:block; }
#gUGT3Fx9r9LAwmU00ylbfUuI7kAQgLWS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mirm1z5Q9SarynhzCCETPGXmLqbOgHzu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#4f4f4f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.2948125rem;height:2.3117375rem;text-decoration:none;z-index:14993;text-align:center;text-align-last:center;top:1.0625rem;left:25.5rem;display:block; }
#VWcdpeWh3J8Hk7pJpKALtJ85CHJpSge5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KKHlv7R2LyJUC6iyKRueTpJ2fcoHbtex { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#4f4f4f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.186625rem;height:2.43713125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1rem;left:35.125rem;display:block; }
#ws0WSqEGoyHeErbr2lQl9epSVItM6Lu8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a1510da7-e21f-4dc7-87d8-37bd8887e4bd/BFLandingPagePhoto5.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;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; }#NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW.adaptive-delivery-prevent-bg, #NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW.lazyload, #NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW.lazyloading { background-image: none; }#NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW > .row .container { background-color: transparent; background-image: none; }#NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.23); }#NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW > .row .container > .video-iframe-container { display: none; }#NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.23); }#NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW > .row > .video-iframe-container { display: none; }#NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW > .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); }#NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW > .row .container { border-width: 0; border-radius: 0; }#NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#XTABq5OEHfrVIcwn9FJsDBAGG1GT9QeV { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:6rem;top:16.5rem;left:4.0625rem;overflow:hidden;display:block; }
#EhT5FPDCUkPNmUMhb54SERxh6eq9TKJK { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:6rem;top:18.8125rem;left:4.0625rem;overflow:hidden;display:block; }
#T9Gdf6E34Q8FblHGMh4U1KPKEz4tTgD3 { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.5rem;left:8.6875rem;height:1.62475625rem;font-style:normal;display:block; }
#iV0W4H3imVBg6Zd3ZRdibEcqqf3Zuunr { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:18.125rem;left:8.5625rem;height:1.625rem;font-style:normal;display:block; }
#Sg28bEArRPXlT0iyJl3KqV3RJc7JG5NR { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.6875rem;top:24.6875rem;left:4.75rem;overflow:hidden;display:block; }
#pUBIHGLB7LTXgw4RZTS6TMJHwKmn0S0T { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:4.25rem;top:22.125rem;left:4.9375rem;overflow:hidden;display:block; }
#Irouky192GmUOPuh1T4gmL4J27ilE5zE { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:23.0625rem;left:8.5625rem;height:1.625rem;font-style:normal;display:block; }
#g3TZHINeWlJoEBzutgntsbV4grs3Kyep { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:28.3125rem;left:8.625rem;height:1.625rem;font-style:normal;display:block; }
#ECJStytCqhkUNVMcgcL18dQLMqrK9qmL { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:25.625rem;left:8.5625rem;height:1.625rem;font-style:normal;display:block; }
#uGPFeX4aCDPZaAfPVZqgNFidqi8MP4pX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:27.875rem;left:5.8125rem; }
#tESvxamadd65fgied8BqwWhtL7vIWix4 { color:#000000;display:block;width:27.5rem;position:absolute;font-family:barlow;font-size:3.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:7.15625rem;left:43.40625rem;height:4.0625rem;text-align:center;text-align-last:center;display:none; }
#UTfJu1iJ20wSlwDBQEclL7tBvLBw4dDf { color:#ffffff;display:block;width:27rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:14.6875rem;left:5.8125rem;height:1.46179375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lLcuFAlT7uSwGMwglqKqAVN7t96Lk2Wl { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:31.375rem;top:6.3125rem;left:3.625rem;overflow:hidden;display:block; }
#gSdkHBsf0tT2EtxGpNK3mc7lEHdDgThL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:26.5rem;display:none; }
#rTHvJbHZI8zThiSw5JkxLatUudTF72Sp { box-sizing:content-box;height:1.875rem;width:21.625rem;position:absolute;display:block;z-index:14999;background-color:#c6ff00;background-image:none;top:12.375rem;left:8.6875rem;display:block; }
#WDDIQ3iZgFgNJC3Os8ysceKMc8Wcc2vL { box-sizing:content-box;height:31.3125rem;width:30.25rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0.54);background-image:none;top:5.37451171875rem;left:4.0625rem;display:block; }
#W2BMT6JyiWhLdubBzgSL3r3z4VtP9XXT { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:31.6875rem;left:10.5625rem;display:block; }
#OMEv0DNp4zTwGurBvaT8xATr5Gnmx8Rv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B2Mg6U5SrZbm5J8WdGC72eoskbed01hT { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.6875rem;left:13.125rem;height:1.625rem;font-style:normal;display:none; }
#Q88TTlFwRAnnTziaI7epqMhTcObx3Zvo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#dREDDUh0CUmTL4aZrv63d4T9mTBRizXk { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:6.125rem;top:18.125rem;left:8.375rem;overflow:hidden;display:none; }
#zUrGoN90bJgoNgsCBQHQv36CoFDdO8s2 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:4.25rem;top:21.5rem;left:9.3125rem;overflow:hidden;display:none; }
#eD4UB3qOEPUGS56BL8UFMc6MRfTXF8vy { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.875rem;left:13.125rem;height:1.625rem;font-style:normal;display:none; }
#tDCnt6tvmKrwtm8NKCzKxhfFasxfDPnP { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.6875rem;left:13.125rem;height:1.625rem;font-style:normal;display:none; }
#kFJcCOvKRAZ7SVdqBxiuVGRI2emdwGlW { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:6rem;top:15.5625rem;left:8.4375rem;overflow:hidden;display:none; }
#RJJPTXyhcNoBeThCIuevu7VR0It1EFxr { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.6875rem;top:24.375rem;left:9.125rem;overflow:hidden;display:none; }
#oOB9nHEkpsPuviVICN8T17MqZBZ4CLqD { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.125rem;left:13.125rem;height:1.625rem;font-style:normal;display:none; }
#gk1mqctZoK2ZrwKTgMWun4fAiWCXgVJT { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.5rem;left:13.125rem;height:1.625rem;font-style:normal;display:none; }
#XealHfBPHaT7tLxnVCSTCSFiDJFOpGox { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:barlow;font-size:1.6875rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:6.0625rem;left:11.6875rem;height:2.19375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a { position:relative;display:none; }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a { border-width: 0; border-radius: 0; }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a > .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; }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FI1SmIJ0OElpiw0KzE8a8bZcIhBXCMTb { color:#000000;display:block;width:55.37475rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:6.4990234375rem;left:9.8114013671875rem;height:3.75rem;text-align:center;text-align-last:center;display:none; }
#VITvzuPQyMik2qPMUUbSCLWTVEcWHNGG { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:barlow;font-size:3.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.625rem;left:13.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#yfpRTDSr8gFiyFmQahKwC8cLhZkw494s { position:relative;display:none; }#yfpRTDSr8gFiyFmQahKwC8cLhZkw494s { border-width: 0; border-radius: 0; }#yfpRTDSr8gFiyFmQahKwC8cLhZkw494s > .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; }#yfpRTDSr8gFiyFmQahKwC8cLhZkw494s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wcIMJUOFxlFOneqfMuiZb95ckaP8pcTq { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4364375rem;height:2.37413125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.498264312744rem;left:30.78125rem;display:none; }
#qGWfTbgfVKRhkvF2fTa8IpA1XeDHQ555 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DHHyNoBC8Okh7kqZCbmW4ELoXLW8xm7E { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#o27XgsStLFVUCWPK277v3Wzvs9Nb0H4Z { background-color:#ff6200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7498125rem;height:3.87478125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.437284469604rem;left:5.9375009536743rem;display:none; }
#H6HX4skn0F6odf5eDLQc8LTav89RoEFQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sThoo93uR1ld6JQTbrNnPtk0ImMIatxD { color:#ff6900;display:block;width:9.5rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:37.0625rem;left:45.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#fa3Z6ard2ZOacTPgIgBkA723iW40mZyV { 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:none; }#fa3Z6ard2ZOacTPgIgBkA723iW40mZyV > .row .container { border-width: 0; border-radius: 0; }#fa3Z6ard2ZOacTPgIgBkA723iW40mZyV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fa3Z6ard2ZOacTPgIgBkA723iW40mZyV > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:none; }#hWrHH3hZs4RzBn3A4dcEVt32xH4sly61 { color:#000000;display:block;width:48.4365rem;position:absolute;font-family:barlow;font-size:2.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.48291015625rem;left:13.28173828125rem;height:3.8188rem;text-align:center;text-align-last:center;display:block; }
#xWUrayifa0z2IrUkR3fc7nxxs8EuAR5x { position:relative;display:none; }#xWUrayifa0z2IrUkR3fc7nxxs8EuAR5x { border-width: 0; border-radius: 0; }#xWUrayifa0z2IrUkR3fc7nxxs8EuAR5x > .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; }#xWUrayifa0z2IrUkR3fc7nxxs8EuAR5x > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MsABMcmfEWByZFXDKxMUtr2ofQK8u81T { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#trlXQKbgTSJAPnBukpzoub2iDJNh32I7 { background-color:#ff6200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7498125rem;height:3.87478125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.437284469604rem;left:5.9375009536743rem;display:none; }
#Xt1kIJQSgXnw1T8q2aQrCEDnwd45dgZL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z9LiZR30gu2N6NolpGavSDIBfwmsrV7A { color:#ff6900;display:block;width:9.5rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:37.0625rem;left:45.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#RzyM1yTLW06tHF59IRwXR6XHTo0qUn5S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);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; }#RzyM1yTLW06tHF59IRwXR6XHTo0qUn5S > .row .container { background-color: transparent; background-image: none; }#RzyM1yTLW06tHF59IRwXR6XHTo0qUn5S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzyM1yTLW06tHF59IRwXR6XHTo0qUn5S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzyM1yTLW06tHF59IRwXR6XHTo0qUn5S > .row .container > .video-iframe-container { display: none; }#RzyM1yTLW06tHF59IRwXR6XHTo0qUn5S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzyM1yTLW06tHF59IRwXR6XHTo0qUn5S > .row > .video-iframe-container { display: none; }#RzyM1yTLW06tHF59IRwXR6XHTo0qUn5S > .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); }#RzyM1yTLW06tHF59IRwXR6XHTo0qUn5S > .row .container { border-width: 0; border-radius: 0; }#RzyM1yTLW06tHF59IRwXR6XHTo0qUn5S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RzyM1yTLW06tHF59IRwXR6XHTo0qUn5S > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#auCWefoN9cTPGqGSzfgUzhaSh5DxvJFc { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:barlow;font-size:3.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.625rem;left:13.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#U2TO0v2ITUszH8IlSBVnwN9cz5aMamsC { color:#000000;display:block;width:55.37475rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:6.4990234375rem;left:9.8114013671875rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#SCC9du8qQuM7HAOR0mMcMOvdRUCbk0Lz { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:14.3125rem;top:12.717232704162rem;left:4.6869578361511rem;overflow:hidden;display:block; }
#kEgzTPnCAe2y7lqTo5QUI1DJtLxqA8bc { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.187375rem;width:14.437375rem;top:12.747721672058rem;left:21.686198234558rem;overflow:hidden;display:block; }
#E0EMn6zRVshiJcsGZe3BLN9DxkvTLzT7 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:14.0625rem;top:12.875rem;left:39rem;overflow:hidden;display:block; }
#yDZN01AEEgeLoH26Bb1ZSf82xv6FJUTD { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:13.5625rem;top:12.935873031616rem;left:56.655816078186rem;overflow:hidden;display:block; }
#lXr6wA41HTRpby7azXgWaoVsvREx7iNa { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:14.125rem;top:22.6875rem;left:4.375rem;overflow:hidden;display:block; }
#tGdXgdJJcFv7UFdCr2HQRFawNSvT7FxU { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:14.1875rem;top:22.9375rem;left:21.75rem;overflow:hidden;display:block; }
#br1i0wfgTn7P2spXaE2SUCmnaLyD80RC { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:13.5rem;top:22.9375rem;left:38.875rem;overflow:hidden;display:block; }
#LcnOxyNWQXx46oN27kT4RnipOh7XtBnU { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:14.375rem;top:22.5625rem;left:56.1875rem;overflow:hidden;display:block; }
#vzJA9beOVhBrXTp7lUtTXum8bvTvRglZ { background-color:#ff6200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.435125rem;height:2.9351125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37.1875rem;left:29.8125rem;display:block; }
#TRtVgWmkdkAHBliCAf0OH0D8KbKTikAk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eeiKivPpqLyle8E26ez65NrslyhEM140 { color:#000000;display:block;width:12.0621875rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.351021766663rem;left:5.4682078361511rem;height:1.46179375rem;text-align:center;text-align-last:center;display:block; }
#sRTEZ4OxqTWTvLdg72h1IGkpFZzfxOBS { color:#000000;display:block;width:13.6870625rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.381295204163rem;left:22.060005187988rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#KLQhBDFr1HgeC9zGe6EH2Rrfcbd46CF8 { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:19.3125rem;left:40.625rem;height:1.46179375rem;text-align:center;text-align-last:center;display:block; }
#PJ9n54rwTeBmKbqfb8L7UyghHidAh8KL { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:19.3125rem;left:58rem;height:1.46179375rem;text-align:center;text-align-last:center;display:block; }
#NWSbwPvAvFDQVKtxbkkVPlU6yNyTS0VB { color:#000000;display:block;width:13.25rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:29.3125rem;left:4.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Z2ilWhGrOukViE6VKkQi2zUtoSANaNxK { color:#000000;display:block;width:13.25rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:29.3125rem;left:22rem;height:1.46179375rem;text-align:center;text-align-last:center;display:block; }
#JTLecTpN0asG4tuRtoFZueoqfHfrkv4I { color:#000000;display:block;width:13.25rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:29.4375rem;left:39.375rem;height:1.46179375rem;text-align:center;text-align-last:center;display:block; }
#IC79kISmBM0TH7TTxCsTivPf31vOv6X4 { color:#000000;display:block;width:13.25rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:29.4375rem;left:56.75rem;height:1.46179375rem;text-align:center;text-align-last:center;display:block; }
#PdtllXwyRIOs6xQcUm3bsROvqKEOXUbn { color:#000000;display:block;width:7.4365rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:14992;line-height:1.3;letter-spacing:0;top:20.9375rem;left:7.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#K7aDnWgul4hlBv7X3GnLic7sOywdGBVX { color:#000000;display:block;width:7.4370625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:14994;line-height:1.3;letter-spacing:0;top:20.9375rem;left:25.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#eEk3IzEZfVsQa4ZgTQZnAHTLMzRSZtOq { box-sizing:content-box;height:1.5rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:#ff6900;background-image:none;top:21rem;left:28.8125rem;display:block; }
#NnpTXpc9F0hv1kTH3Zmdc26qtRapaRff { color:#000000;display:block;width:7.4365rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.8125rem;left:42.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#EFAxszmaVSTUSn6G3GTBih0c5W7uGlb3 { color:#000000;display:block;width:7.4365rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:14996;line-height:1.3;letter-spacing:0;top:31.875rem;left:59.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#WBbeHWOuC9KAJAs0G4G2KmoVGlb1dxFK { box-sizing:content-box;height:1.49956875rem;width:2.56239375rem;position:absolute;display:block;z-index:14995;background-color:#ff6900;background-image:none;top:31.9375rem;left:63.375rem;display:block; }
#NvDGVotZNwUdfnGPPKdA1xEvk8XA9uM4 { color:#000000;display:block;width:5.68739375rem;position:absolute;font-family:barlow;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:30.6875rem;left:60.5625rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#Ki77NOtcIzlBhGDWTeazEHtnENF2NaFz { box-sizing:content-box;height:1.49956875rem;width:3.37456875rem;position:absolute;display:block;z-index:14991;background-color:#ff6900;background-image:none;top:21.0625rem;left:11.5rem;display:block; }
#GoBcSAtFB1OTU9DCLEd1ZHFKSw9LBmVg { box-sizing:content-box;height:1.49956875rem;width:3.37456875rem;position:absolute;display:block;z-index:15001;background-color:#ff6900;background-image:none;top:20.9375rem;left:46rem;display:block; }
#trHyBoaRyJM5QphQAJ8EOu5VfqGeDVmF { color:#000000;display:block;width:7.4365rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.9375rem;left:59.75rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#gbWAVI0063F4XWcTEpe1M05DqltXLvIq { box-sizing:content-box;height:1.49956875rem;width:3.37456875rem;position:absolute;display:block;z-index:15003;background-color:#ff6900;background-image:none;top:21.0625rem;left:63.4375rem;display:block; }
#IwbUfDGIuThhzzEIrsAdJOOZ7Fnsaiou { color:#000000;display:block;width:7.4365rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:31rem;left:8.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Jiv4Q431wJTceoCiE0eAZyq0VdhMhpT1 { box-sizing:content-box;height:1.49956875rem;width:3.37456875rem;position:absolute;display:block;z-index:15005;background-color:#ff6900;background-image:none;top:31.125rem;left:11.6875rem;display:block; }
#a1Wq5QL70aVIetu6GTPpmu84N8L7NNnt { color:#000000;display:block;width:7.4365rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:31rem;left:25.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ubErhsJQSqIPwNPGlig11qcLVwRApTzC { box-sizing:content-box;height:1.49956875rem;width:3.37456875rem;position:absolute;display:block;z-index:15007;background-color:#ff6900;background-image:none;top:31.125rem;left:28.75rem;display:block; }
#bGo8FU40Taim7VSxPazWPTb2R00DMWzR { color:#000000;display:block;width:7.436rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:31rem;left:42.3125rem;height:1.62475625rem;text-align:center;text-align-last:center;display:block; }
#PTkN1qxENapTQ2gRQFmVWEZ6hRzGbbTu { box-sizing:content-box;height:1.5rem;width:3rem;position:absolute;display:block;z-index:15009;background-color:#ff6900;background-image:none;top:31.125rem;left:46.0625rem;display:block; }
#XXb4HT6tT5DeDNcXGkqmkfrDMf5ZczTO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(197,197,197,0.55);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; }#XXb4HT6tT5DeDNcXGkqmkfrDMf5ZczTO > .row .container { background-color: transparent; background-image: none; }#XXb4HT6tT5DeDNcXGkqmkfrDMf5ZczTO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXb4HT6tT5DeDNcXGkqmkfrDMf5ZczTO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXb4HT6tT5DeDNcXGkqmkfrDMf5ZczTO > .row .container > .video-iframe-container { display: none; }#XXb4HT6tT5DeDNcXGkqmkfrDMf5ZczTO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXb4HT6tT5DeDNcXGkqmkfrDMf5ZczTO > .row > .video-iframe-container { display: none; }#XXb4HT6tT5DeDNcXGkqmkfrDMf5ZczTO > .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); }#XXb4HT6tT5DeDNcXGkqmkfrDMf5ZczTO > .row .container { border-width: 0; border-radius: 0; }#XXb4HT6tT5DeDNcXGkqmkfrDMf5ZczTO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XXb4HT6tT5DeDNcXGkqmkfrDMf5ZczTO > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;position:relative;display:block; }#sTXBxgGgI6DgXlaxk6zskQ1N94Emogob { color:#000000;display:block;width:39.75rem;position:absolute;font-family:barlow;font-size:3.75rem;font-weight:normal;z-index:15004;line-height:.9;letter-spacing:0;top:3.98828125rem;left:17.123046875rem;height:3.37463125rem;text-align:center;text-align-last:center;display:block; }
#WdQ60H8EhTHGSlHMyzNrGfe3qJeWP7nC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:18.3125rem;top:8.1632080078125rem;left:10.123291015625rem;overflow:hidden;display:block; }
#uUCPVw8aJkI0gaFIfrAGbLsdNbIbpsEh { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:14.9365rem;top:23.1875rem;left:31.3125rem;overflow:hidden;display:block; }
#bLe0PzUtSThPB6NBEpfqaorcllq3qFfT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:15.4996875rem;top:23.0625rem;left:48.25rem;overflow:hidden;display:block; }
#fR9HpBJhZkATiGS6pyAytRbD6QldkGsG { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.499875rem;width:15rem;top:9.875rem;left:48.625rem;overflow:hidden;display:block; }
#uOt0ShQ9EzWyQPKTzW9lGuRcEoH5WXab { background-color:#ff6200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4365rem;height:2.936525rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.125rem;left:29.6875rem;display:block; }
#uIuFGd1s1Ti9LD62eygoHGERyuDOd9wW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#owMWSMOBG6rTTnV9GzHVMucwyQ05rICl { color:#000000;display:block;width:13.2498125rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:16.375rem;left:32.3125rem;height:1.46179375rem;text-align:center;text-align-last:center;display:block; }
#odCtkVJdUAh09CnCO5edApeWKQXBUK9O { color:#000000;display:block;width:13.2498125rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.375rem;left:49.5rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#nzCkWbGIPnDXvaOSXWvF39KrtysTgCpR { color:#000000;display:block;width:14.6245625rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:29.625rem;left:31.5rem;height:1.46179375rem;text-align:center;text-align-last:center;display:block; }
#n6ukNfLyy7srdxnST7tuZvSBoReJo8Zg { color:#000000;display:block;width:14.624rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:29.625rem;left:48.6875rem;height:1.46179375rem;text-align:center;text-align-last:center;display:block; }
#fns6wqJJUO7LUCJvAEf8lzLgmR57Pa3b { color:#000000;display:block;width:13.2495rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:16.37451171875rem;left:12.808837890625rem;height:1.46179375rem;text-align:center;text-align-last:center;display:block; }
#GL9AgJDWiohcOi3swJ63b9FRvXsT8q4B { color:#000000;display:block;width:6.5rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:18.2177734375rem;left:35.6552734375rem;height:1.62475625rem;text-align:center;text-align-last:center;display:block; }
#vUXqbeTBrR3BW83p7tk5HmOhXxFPCNE7 { box-sizing:content-box;height:1.5rem;width:3.125rem;position:absolute;display:block;z-index:15011;background-color:#ff6900;background-image:none;top:18.3125rem;left:38.8125rem;display:block; }
#FL1H5n93RwstcdvoNmBETvdXOTPHu8bb { color:#000000;display:block;width:5.8125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:18.2177734375rem;left:53.21826171875rem;height:1.62475625rem;text-align:center;text-align-last:center;display:block; }
#hclKyb2tthETiFTOkneH0lF8yynom7pe { box-sizing:content-box;height:1.5rem;width:3.0625rem;position:absolute;display:block;z-index:15013;background-color:#ff6900;background-image:none;top:18.3125rem;left:56.125rem;display:block; }
#X8ANfRWzfQxa41cGX9lGEXTfmmSrGw6I { color:#000000;display:block;width:6.312375rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:31.625rem;left:35.625rem;height:1.62475625rem;text-align:center;text-align-last:center;display:block; }
#V13WP0DqOUZba3td7rGTkby6AoXdzLIk { box-sizing:content-box;height:1.5rem;width:3.1875rem;position:absolute;display:block;z-index:15013;background-color:#ff6900;background-image:none;top:31.625rem;left:38.625rem;display:block; }
#qzaUu7NEySw9iJoAcHHobIkundoWXh6N { color:#000000;display:block;width:9.375rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.1875rem;left:14.75rem;height:1.62475625rem;text-align:center;text-align-last:center;display:block; }
#LGBB9GRwk5eIgiSAQihezlthDdGwAhim { box-sizing:content-box;height:1.5rem;width:4.1875rem;position:absolute;display:block;z-index:15002;background-color:#ff6900;background-image:none;top:18.25rem;left:19.3125rem;display:block; }
#J4xRCAM2o8ZwKVXbcCiNC8lSwd5pGa6C { color:#000000;display:block;width:6.25rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:31.625rem;left:52.8125rem;height:1.62475625rem;text-align:center;text-align-last:center;display:block; }
#D5dVRBAgtA3OlAURhJgEPWHHLTMHkVcx { box-sizing:content-box;height:1.5rem;width:3.125rem;position:absolute;display:block;z-index:15013;background-color:#ff6900;background-image:none;top:31.625rem;left:56.0625rem;display:block; }
#ySpzAqVBE5kbWlvQ9Ku2g10heLTpi0rI { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.874625rem;width:19.312125rem;top:21.093383789062rem;left:9.779052734375rem;overflow:hidden;display:block; }
#RzE777bGZRQhg1ePaKOTThhAoEP8piUD { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:31.625rem;left:15.1875rem;height:1.62475625rem;text-align:center;text-align-last:center;display:block; }
#rEJ9NhqK8QqITamPPJRKTUyuOXfyFFoH { box-sizing:content-box;height:1.5rem;width:3.8125rem;position:absolute;display:block;z-index:15015;background-color:#ff6900;background-image:none;top:31.6875rem;left:19.4375rem;display:block; }
#lBkMyWsUJxgVOxMTuNEQQNClJSHPUBLs { color:#000000;display:block;width:14.624rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:29.624633789062rem;left:12.123413085938rem;height:1.46179375rem;text-align:center;text-align-last:center;display:block; }
#tc1usZ6KQEbo8yLZt75DutD8LO5VFawH { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:14.875rem;top:10.138549804688rem;left:31.279907226562rem;overflow:hidden;display:block; }
#ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,105,0,0.89);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; }#ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 > .row .container { background-color: transparent; background-image: none; }#ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 > .row .container > .video-iframe-container { display: none; }#ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 > .row > .video-iframe-container { display: none; }#ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 > .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); }#ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 > .row .container { border-width: 0; border-radius: 0; }#ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr { 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; }#y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr > .row .container { background-color: transparent; background-image: none; }#y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr > .row .container > .video-iframe-container { display: none; }#y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr > .row > .video-iframe-container { display: none; }#y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr > .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); }#y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr > .row .container { border-width: 0; border-radius: 0; }#y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:75rem;position:relative;display:block; }#Op85Mrmcc28gp2W9quVhIeVVuq615Lb7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:35.625rem;top:4.99951171875rem;left:1.248046875rem;overflow:hidden;display:block; }
#ApJXoXmLnSwtQ4IHbgtFkA11zhO0LnUC { position:absolute;display:block;z-index:15001;height:19.9370625rem;width:35.625rem;top:19.31033039093rem;left:1.2472877502441rem;display:block; }
#HScmMLRFhFt8UMMTlcZzUlnr7HxXdWrf { color:#000000;display:block;width:25.2485rem;position:absolute;font-family:barlow;font-size:4.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.8125rem;left:40.375rem;height:5.76875rem;text-align:left;text-align-last:left;display:block; }
#Mau36byRrHnDw0LJyVIoAlsX9g5ZU9kc { color:#ff6900;display:block;width:28.936625rem;position:absolute;font-family:saira;font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.5625rem;left:40.375rem;height:2.6001rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#u9MkL3T2wZLGOnx4U3iOHSXFM5Tkemk6 { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:15.6875rem;left:40.375rem;height:13.999rem;display:block; }
#KfeaWNUhortbtL0y6L8WbO3f7ScfrtbZ { color:#000000;display:block;width:29.9370625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:20.6875rem;left:40.375rem;height:7.5rem;display:block; }
#aeIu1ypbchZOtCqLHTfzGhcw078SDKyU { background-color:#ff6200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4365rem;height:2.936525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.0625rem;left:40.375rem;display:block; }
#Qyd0Ss2kGMgykFTBT9oeu1nvMbgfH6Ka { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J6X4QSN923pDSN5G3fqMXvneqhmEFA4S { background-color:#ff6200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7498125rem;height:3.87478125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.437284469604rem;left:5.9375009536743rem;display:none; }
#qM60tkSPRHO044VNtdqIz7GQEUkKJoFH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oWVCyQRMDg6UIpepiXt5CNrq6TgtGkCS { color:#ff6900;display:block;width:9.5rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:37.0625rem;left:45.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#BQMGIL2J4k6TCcuqebrmULnon6mPgpcf { 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; }#BQMGIL2J4k6TCcuqebrmULnon6mPgpcf > .row .container { background-color: transparent; background-image: none; }#BQMGIL2J4k6TCcuqebrmULnon6mPgpcf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQMGIL2J4k6TCcuqebrmULnon6mPgpcf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQMGIL2J4k6TCcuqebrmULnon6mPgpcf > .row .container > .video-iframe-container { display: none; }#BQMGIL2J4k6TCcuqebrmULnon6mPgpcf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQMGIL2J4k6TCcuqebrmULnon6mPgpcf > .row > .video-iframe-container { display: none; }#BQMGIL2J4k6TCcuqebrmULnon6mPgpcf > .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); }#BQMGIL2J4k6TCcuqebrmULnon6mPgpcf > .row .container { border-width: 0; border-radius: 0; }#BQMGIL2J4k6TCcuqebrmULnon6mPgpcf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BQMGIL2J4k6TCcuqebrmULnon6mPgpcf > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:75rem;position:relative;display:block; }#eFp4okwCcNeHa1BtTEKTv7vAwuico5nT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:35.6875rem;top:4.123046875rem;left:37.40234375rem;overflow:hidden;display:block; }
#vhWzu9dncqJHKFgE2PVbLr5NJN3dqw1q { position:absolute;display:block;z-index:15001;height:19.875rem;width:35.5625rem;top:18.560653686524rem;left:37.433270454407rem;display:block; }
#fEHDGN1AZKzoBrUTvmkVV0yWK8eQS8nT { color:#000000;display:block;width:25.2485625rem;position:absolute;font-family:barlow;font-size:4.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.125rem;left:2.375rem;height:5.76875rem;display:block; }
#GKrHa394xO1nTCIlz3HTZW2oiNift60R { color:#ff6900;display:block;width:27.374125rem;position:absolute;font-family:saira;font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.6875rem;left:2.375rem;height:2.6001rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#oKQtr1wfCpWuHoXtVd2BhVK4kpdkVkl2 { color:#000000;display:block;width:32.9996875rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.375rem;height:12.99829375rem;display:block; }
#xIqU88AvXph2Z5hQz5Ahbwa8Ds9fKZXf { color:#000000;display:block;width:29.9365rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:21.8125rem;left:2.375rem;height:5.625rem;display:block; }
#yJVW5pylr5r4F2P5zgBIvbTDUQ4FSGxO { background-color:#ff6200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4365rem;height:2.936525rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30.625rem;left:2.375rem;display:block; }
#VRd0BUN34KB3m5Hc10NPCceWahxTqluF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p1QpBMSshTFyEMakgtgQvRyHkNxtkA80 { background-color:#ff6200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7498125rem;height:3.87478125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.437284469604rem;left:5.9375009536743rem;display:none; }
#ZE9llQXXsvM0vdffbgenJwPP3iZ1klAc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tT49fE3MQ0dNRDy5CvyrR8MsMGSKh8EL { color:#ff6900;display:block;width:9.5rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:37.0625rem;left:45.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#LTyJaoy0T6654XriIm1zXdNGaexbldQz { 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; }#LTyJaoy0T6654XriIm1zXdNGaexbldQz > .row .container { background-color: transparent; background-image: none; }#LTyJaoy0T6654XriIm1zXdNGaexbldQz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTyJaoy0T6654XriIm1zXdNGaexbldQz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTyJaoy0T6654XriIm1zXdNGaexbldQz > .row .container > .video-iframe-container { display: none; }#LTyJaoy0T6654XriIm1zXdNGaexbldQz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTyJaoy0T6654XriIm1zXdNGaexbldQz > .row > .video-iframe-container { display: none; }#LTyJaoy0T6654XriIm1zXdNGaexbldQz > .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); }#LTyJaoy0T6654XriIm1zXdNGaexbldQz > .row .container { border-width: 0; border-radius: 0; }#LTyJaoy0T6654XriIm1zXdNGaexbldQz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTyJaoy0T6654XriIm1zXdNGaexbldQz > .row .container { font-size:0.875rem;font-family:arial;height:43.6875rem;width:75rem;position:relative;display:block; }#FoVsOv1dBRFLlGFT0HtAHHx5rZq0wLXv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:35.6875rem;top:4.99951171875rem;left:1.248046875rem;overflow:hidden;display:block; }
#vwfudwwZXUAwB7oONzOtr9brJT3gTBT6 { position:absolute;display:block;z-index:15001;height:20.25rem;width:35.75rem;top:19.498382568359rem;left:1.2787542343139rem;display:block; }
#v4QeQ4U5okV9LBLn1ON40PoJ7QiOw51q { color:#000000;display:block;width:25.2495rem;position:absolute;font-family:barlow;font-size:4.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.25rem;left:40rem;height:5.76875rem;display:block; }
#vR7VxOZsT17S0ofMO7ucS4SV8KznqJRb { color:#ff6900;display:block;width:25.37475rem;position:absolute;font-family:saira;font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.875rem;left:40rem;height:2.6001rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#zoNOXyIpPoWv7L5mcR7ytQCQb3tUnigQ { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.5625rem;left:40rem;height:12.99829375rem;display:block; }
#WRzBI0xkhp7t8ZEXMfAZTsZTi51GFNI0 { color:#000000;display:block;width:29.936rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:23.25rem;left:40rem;height:5.625rem;display:block; }
#A6e4noS8PWpZEbPmtFdGDzX3pB1mMrXS { background-color:#ff6200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4365rem;height:2.936525rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:32.9375rem;left:40rem;display:block; }
#kdIBn5OLf3EZBDB3Mx4unp6KNTD1RTKD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ln4CeIB3QChKPIJXXI4usQZbRSgArk8h { background-color:#ff6200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7498125rem;height:3.87478125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.437284469604rem;left:5.9375009536743rem;display:none; }
#LZ3v9fruViTNkrWh93xSTtE4I7SNOrsR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GIk9bdyalTwiTQD8l6Ukr8ZyOOwLVeHm { color:#ff6900;display:block;width:9.5rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:37.0625rem;left:45.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,105,0,0.89);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; }#Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 > .row .container { background-color: transparent; background-image: none; }#Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 > .row .container > .video-iframe-container { display: none; }#Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 > .row > .video-iframe-container { display: none; }#Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 > .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); }#Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 > .row .container { border-width: 0; border-radius: 0; }#Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#GWApgX0TCoq1LnAQOSgdIhDngBU7hsM3 { position:absolute;display:block;z-index:15000;height:35.68725rem;width:71.936875rem;top:0.62255859375rem;left:1.53076171875rem;display:block; }
#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8353ae8c-25d0-479e-89da-1de6cd7b0c53/Untitleddesign49.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do.adaptive-delivery-prevent-bg, #JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do.lazyload, #JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do.lazyloading { background-image: none; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row .container { background-color: transparent; background-image: none; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row .container > .video-iframe-container { display: none; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row > .video-iframe-container { display: none; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .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); }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row .container { border-width: 0; border-radius: 0; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row .container { font-size:0.875rem;font-family:arial;height:72.625rem;width:75rem;position:relative;display:block; }#v9ZOJ0ANpISzTxsoHcVGeX0iKsukTODi { box-sizing:content-box;height:14.5625rem;width:23.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.33);background-image:none;top:57.375rem;left:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #ff6900;border-left:0.0625rem solid #ff6900;border-right:0.0625rem solid #ff6900;border-bottom:0.0625rem solid #ff6900;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#iAFe3VBAJsg4NeUPm4ad148bQlFngPoL { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.875rem;width:3.4375rem;top:67.0625rem;left:27.875rem;overflow:hidden;display:block; }
#C3eTVPyoMQZFX7LbTPyVF7hZVqFQ2PfN { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:67.125rem;left:51.875rem;overflow:hidden;display:block; }
#L1wy1HLtuCbPpKwavd0iXz2WyD7TTR08 { color:#ffffff;display:block;width:14.374rem;position:absolute;font-family:saira;font-size:0.875rem;font-weight:400;z-index:15065;line-height:1.5;letter-spacing:0;top:68.3125rem;left:56.5625rem;height:1.31286875rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nMDM29FeZdyOGcvkCfywrQwrv7QB228K { color:#ffffff;display:block;width:14.3735625rem;position:absolute;font-family:saira;font-size:0.875rem;font-weight:400;z-index:15063;line-height:1.5;letter-spacing:0;top:69rem;left:7.625rem;height:1.31286875rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lZzhuNexUJdMGe3mkZUi0dx4iXz66KTw { color:#ffffff;display:block;width:14.3745rem;position:absolute;font-family:saira;font-size:0.875rem;font-weight:400;z-index:15064;line-height:1.5;letter-spacing:0;top:68.5625rem;left:32.8125rem;height:1.31286875rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TkliGSAF7qP7xfh1qPlAaQ9cWtL2mU3c { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:66.9375rem;left:32.625rem; }
#HhLiSLylZSVQ5Ve7E95h7oxvWmepTm6o { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:66.9375rem;left:34.3125rem; }
#Uq68ZLuZt0iUn7Nht2XZcrNmXR1fpkPM { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:66.9375rem;left:36rem; }
#x3VLq9iShTDkpc4vUXQwRmhxQ75bvQPu { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:66.9375rem;left:37.625rem; }
#WXyQPJPFFOJZN2JZgRs2qfxXDJK3nFcV { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:66.9375rem;left:39.3125rem; }
#v9xREbr7axqGL4bXIMJzn8mk2QHPt19L { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:barlow;font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.5;letter-spacing:0;top:58.5625rem;left:27.5625rem;height:6.5643125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aXKfQxpeDcbbuSWUgmzte9CcbMJpahl7 { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:barlow;font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.5;letter-spacing:0;top:58.75rem;left:3.125rem;height:5.2514625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bK0Qkzlr7il59vabQNdpeghvXghsAPQx { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:barlow;font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.5;letter-spacing:0;top:58.09375rem;left:51.12353515625rem;height:7.8771875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cr5JkNh3H7wanTZfSANVSTuBRGeBrWnB { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:67.3125rem;left:14.125rem; }
#X7p2UMq7bG1T1el4elzHQGZgAsyLru6F { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:67.3125rem;left:12.4375rem; }
#Hz2tOQq9op3ND2bWpd5T2TS3Rb0T9GVQ { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:67.3125rem;left:10.8125rem; }
#qlirRxE9cEoKTqUbbgrQZ8IDa0dQwpAc { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:67.3125rem;left:9.125rem; }
#JWpwLDVcBHGIexMmxT24Teu0SVl19gfy { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:67.3125rem;left:7.4375rem; }
#PeUDhJQ2d2z50O4oK5X0PvpHxkcWTRih { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:67.0625rem;left:63.0625rem; }
#gvnxEIHX2cE0GW6kXkUzyStzXpevLaTN { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:67.0625rem;left:61.375rem; }
#hfGKzRnPcOvoV0lwCTZTz2M9XTOzesdO { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:67.0625rem;left:59.75rem; }
#GQJDVWQRmkVrADeEvzgg6JCh0AWxw9th { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:67.0625rem;left:58.0625rem; }
#KJkaIyn90MdCL6TXK6OiEZiWflJ1D0mg { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:67.0625rem;left:56.375rem; }
#UkIhQQ1Bep6PvMUz67bmAISGXxPExhaE { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:66.9375rem;left:3.125rem;overflow:hidden;display:block; }
#OKA8Atul4wxsOblJ1ih9Z9QERcfyDJN0 { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:13.5625rem;left:27.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Ld0yRWxgzhR2KUvH1DDmNAKA7mB61bAU { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:barlow;font-size:3.375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:9.1875rem;left:18.3125rem;height:4.38781875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BfoVkJrVb60aoIVUtsptA9OMyQxCcdPc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:.52;top:4rem;left:19.9375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#J58MCgmncCsrB47OuBMJcsU68uut7hiR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:.52;top:3.9375rem;left:26.5rem; }
#l58n1Zpf4cH2RIvoAJQD7Hu0vWVgJ82m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:.52;top:3.875rem;left:33.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#Dzh7wVmuEGzOBTVcVk7T0SXe5EnyaPoX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:.52;top:3.8125rem;left:39.6875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#K5KlmbPeIiRa9mWpKIGaoWZJcrTOFGqk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:.52;top:5.25rem;left:47.5rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#CU9x8USpfyJtGTJVO9yxMXSlgJ0TMDmy { position:absolute;display:block;z-index:15049;height:37.18725rem;width:66.375rem;top:18.249755859375rem;left:4.81201171875rem;display:block; }
#kgwSA81LAhMSsGR8gQgeHuQgUfT8VVup { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#Egavbg33yEAHqDvsNGmPTlxbAg9X6AuD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#wSHJe37JiRzIA2EHhFU2qC0vlRMOb1mH { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:barlow;font-size:3.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:5.36328125rem;left:18.96875rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wVmyMv8z4Qq4Quym7RZOx3qGfckVvJqa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#N34xpMAe87dfOOkNg5ICyTqGzauiey7K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#ivOsHNyXCHRnT2ReyM86QDB1vcMDVNw2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#T2RahLwdytXqmhclqRKOB64b7pZN9Q21 { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:9.75rem;left:28.1875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#w2g3808q6PgBa9SzWsx3m8RfTyaAM5zw { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#Mys70O1ygl1buiwNnzw3twLvrtDnpoJx { box-sizing:content-box;height:14.5625rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.33);background-image:none;top:57.375rem;left:25.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #ff6900;border-left:0.0625rem solid #ff6900;border-right:0.0625rem solid #ff6900;border-bottom:0.0625rem solid #ff6900;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#L2PlXdcUGHqV665D3zIRTdFhcFNFFFxF { box-sizing:content-box;height:14.5625rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.33);background-image:none;top:57.375rem;left:50.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #ff6900;border-left:0.0625rem solid #ff6900;border-right:0.0625rem solid #ff6900;border-bottom:0.0625rem solid #ff6900;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070707;background-image:url("https://images.assets-landingi.com/uc/771c23ad-79df-4708-8fb8-e34a1e9656a9/GIFTCARDSECTION7.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa.adaptive-delivery-prevent-bg, #ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa.lazyload, #ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa.lazyloading { background-image: none; }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row .container { background-color: transparent; background-image: none; }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row .container > .video-iframe-container { display: none; }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row > .video-iframe-container { display: none; }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .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); }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row .container { border-width: 0; border-radius: 0; }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;position:relative;display:block; }#zg2pDLpOp1SfrS8rAWQ6BdSuyUetvIbt { color:#ffffff;display:block;width:34.75rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9rem;left:4.125rem;height:3.25rem;text-align:justify;text-align-last:initial;display:block; }
#ue1MoiIe4gOX8vHVksTsI0os4d8QeUkS { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:barlow;font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.6289072036743rem;left:4.125rem;height:3.4125rem;display:block; }
#AEfnTCftdQyu1FnfxI07TBwISnWyN3GZ { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:saira;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:14.312500953674rem;left:4.125rem;display:block; }
#ntti2GcrWJrIFXZVeIdwT4Ez7iiFkrle { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WwqedM15q4d9N4sDKBqth7U53Tq4AR9D { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:barlow;font-size:3.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.0611982345581rem;left:25rem;height:3.981325rem;display:block; }
#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.77);background-image:url("https://images.assets-landingi.com/uc/18b38623-4685-4770-945a-e5018d406094/Untitleddesign57.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6.adaptive-delivery-prevent-bg, #Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6.lazyload, #Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6.lazyloading { background-image: none; }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row .container { background-color: transparent; background-image: none; }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row .container > .video-iframe-container { display: none; }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row > .video-iframe-container { display: none; }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .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); }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row .container { border-width: 0; border-radius: 0; }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:block; }#zrxhZsT60TSlbZ8PhmI5GTrWpQn70aAi { color:#ffffff;display:block;width:65.625rem;position:absolute;font-family:barlow;font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.541015625rem;left:3.5618495941162rem;height:2.11181875rem;text-align:center;text-align-last:center;display:block; }
#MZ3EXUn7tDwlH5IOZ99dBZNldIywgWwz { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.625rem;left:25.0302734375rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#TFScaXHZOgDOi8W1aHhleiWGwqyLmd3i { color:#ffffff;display:block;width:29.125rem;position:absolute;font-family:barlow;font-size:3.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.6529960632324rem;left:21.811851501465rem;height:5.1188125rem;text-align:center;text-align-last:center;display:block; }
#dUEKFMeMt480gspFqkecyvZXrXvvfNz0 { background-color:#ff6200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:2.9375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:16.875rem;left:27.499351501465rem;display:block; }
#MNOPi4NKLlO5pPTMsRBp907uyoD6tqps { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZyObV9ymtC5QcC9a7ft0H3RqJBeMFCBt { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:saira;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:14.312500953674rem;left:4.125rem;display:none; }
#obbcIDlREXgkxpNqiOk3Krg7hhr41SLq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx { 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; }#pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx > .row .container { background-color: transparent; background-image: none; }#pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx > .row .container > .video-iframe-container { display: none; }#pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx > .row > .video-iframe-container { display: none; }#pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx > .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); }#pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx > .row .container { border-width: 0; border-radius: 0; }#pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx > .row .container { font-size:0.875rem;font-family:arial;height:68.25rem;width:75rem;position:relative;display:block; }#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#dedede;background-image:none;vertical-align:top; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 .accordion-heading-text { display:block;position:relative;width:100%;font-family:barlow;font-weight:400;font-size:1.25rem;font-style:normal;line-height:1.5;overflow:hidden;height:auto; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.0625rem;font-family:barlow;height:auto; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 .accordion-trigger.adaptive-delivery-prevent-bg, #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 .accordion-trigger.lazyload, #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 .accordion-trigger.lazyloading { background-image: none; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 { box-sizing:content-box;height:auto;width:42.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.311968803406rem;left:15.000000953674rem;border-top:0.125rem solid #ff6900;border-left:0.125rem solid #ff6900;border-right:0.125rem solid #ff6900;border-bottom:0.125rem solid #ff6900; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #ITnUvsHxBTVihvn0mwSnA0OdrXtwGp3b { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #asZKa8KuGxcCVE9N8vwXHnAUVA0nO80C { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #VvPA4m89TiI09KVkZgrmAZOCrC5Qh6vX { display:block;position:relative; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #AitQr3EHW5HOc04mOKQHgE7dlRR5DpiT {  }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #rbaOw0V7sxtsTHvW06qZzTSWlx7bkVqu {  }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #Xlp6ONBAMD4PW3dSqxKmTuvlCcB2pzmK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #lczDSKfC2mDJX6dH1PzTNKvkV1xwVduP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #CeHSKLBqc6PDxGccVQ2y8PRTs1cIXJK2 { display:block;position:relative; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #sfof8ToKsMtnTEUwSiCzcFFpBIsgAtKu {  }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #rAgd32W55AUImcqNI7g7eAmgZhy4M9OQ { display:none; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #gWcssE0t50n6UulLDHkrb7lm2htroFdL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #uGvPN8KxfQuhzsv7IyVZmr4qXQWgaAsQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #MgE41e2APXkBptntLI1ZOq37LuxHmLGC { display:block;position:relative; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #AGsKPipahnFWMONRnWuhG6ct5RgNRdDJ {  }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #fNygDoUUPfF7n50G4ynFGVqXz2dfaTJX { display:none; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #LHBQPiKy7t1yQ9WxTufinDABBhAPG0eb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #zgut7PoHSex3UdrME2AbBHBcQ3MiQfR0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #gb6ZJrTCqfw40wtEK66yqSK8xtP3wagh { display:block;position:relative; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #tHUonRKS63rwuVAwc7UtOOoizRNpolpJ {  }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #nQCCJ3q2rSmbWQ0VF5Hg26w8Naul37hZ { display:none; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #JLg2Xz55W6v2sBd873aoAZEJeh3EZLDV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #sqBuTUH40wBaaucZ0NtvWE5QvbnBZ2do { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #oocc25w6AL8lnfK6rwpVn4ieA7cF6Edo { display:block;position:relative; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #xRhBPmsny5r8XRhzg5BaRg6hLh2KT8gH {  }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #LpmDFmxoT2k4ReWbLzC1TchTx6SmqGpg { display:none; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #pU75aoWWZOva5nKxArvKNyDoPXu43J7A { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #TDctnNaxa4aOzbU6ux0fqSZQEkMdzCDw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #koNfKttzPaUySwCBqazIQEPRyPJyymFC { display:block;position:relative; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #xFIA99E1SkGQXUogTydhTP9w4cHeb05h {  }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #wxlAPdmWC3mMfAzOfJxmeJp2aUrJ4CZA { display:none; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #lvBn3z4EwCaOWJ9t9tWD0vG6b81z9TfV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #O09qpkFNr04OUw5SwDP39HUPgSkVmCms { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #suMnq9TbXmhu1a2tAwfwpnK9S3c16Du4 { display:block;position:relative; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #bwp9tBn5Eww2nfA2mBy8ErtSUr2EtEg5 {  }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #WzE4x18u8NgO01hViSyNDyTMJFT3QT92 { display:none; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #CkKQkkgCIqz4vsvqbZOGMPwOUe7VaTmv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #OInTSFo5ROt9MEvMQ8TVmxzMRUZG8RED { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #uDPZu9nscQkXZFL0ISdCbtKEz0wxxkbp { display:block;position:relative; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #WK244KVRr2CIgvz0U4A4ShN6HMqySSFd {  }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #dmVQcomggidXW3ccOhuvVXChu1z49BCI { display:none; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #aPMNSVTwdZhgCiPJTph3SP5Ddpd0U8o1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #i9RbsRuGQr7TmbLwTqzGnemVnZBsrqXp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #dQ545pbSZh1HaFga6hAEfE9soQXlyGSQ { display:block;position:relative; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #WNzrlcApuLvRXaTF3mvsLr1hJftyG2iH {  }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #B5ASNxPWValys7hk2uBC6UUbKiJnTnlm { display:none; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #tkvTqbfhSDycpKcobauPstQm7EJe1M1L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #xRioFTDCeWkym9areVlBSwzfvIUFDnEz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #CdO2yAn7ia7KSrtTlCPlEkJqVczGQop0 { display:block;position:relative; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #Xrig0DOOeQVG93wQf7xmVtiPCGTw4s29 {  }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #rgpcXk17TJzJ4xwCFovwX8vtF0VT5GZK { display:none; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #zJpswWW6JuOuqbvk7gu8R4L88wka1Mqm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #gX0Hb8ZZRXvmkstEPvQ8rEka1pszLIop { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #kGXAZkWHzsd1dwwnMwfa7ySEqa13B9Wo { display:block;position:relative; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #TT4yKunEqazEkRCWR1RFm0k9bkcPS2b0 {  }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #FShgux0pzaK8R9RwGdz6MahVPKv1eZ8C { display:none; }
#WZzFNsf3RPnTCIXtxIsRIk0cTxT0CXUC { color:#ff6900;display:block;width:36.3748125rem;position:absolute;font-family:barlow;font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1277122497559rem;left:19.312066078186rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#hsMZmArMK7AbNzha6oxdXoZhnbp922wA { color:#000000;display:block;width:57.1245625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.7827682495119rem;left:8.9366331100462rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MvenChorNOy262NZeDi0TMCmogOwMmPm { box-sizing:content-box;height:0.1875rem;width:73.625rem;position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;top:67.50000190735rem;left:0.6875rem;display:block; }
#WgvO8u2q5luT8R9dfJZQprUaMxrd0OsG { 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;z-index:auto;display:block; }#WgvO8u2q5luT8R9dfJZQprUaMxrd0OsG > .row .container { background-color: transparent; background-image: none; }#WgvO8u2q5luT8R9dfJZQprUaMxrd0OsG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgvO8u2q5luT8R9dfJZQprUaMxrd0OsG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgvO8u2q5luT8R9dfJZQprUaMxrd0OsG > .row .container > .video-iframe-container { display: none; }#WgvO8u2q5luT8R9dfJZQprUaMxrd0OsG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgvO8u2q5luT8R9dfJZQprUaMxrd0OsG > .row > .video-iframe-container { display: none; }#WgvO8u2q5luT8R9dfJZQprUaMxrd0OsG > .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); }#WgvO8u2q5luT8R9dfJZQprUaMxrd0OsG > .row .container { border-width: 0; border-radius: 0; }#WgvO8u2q5luT8R9dfJZQprUaMxrd0OsG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WgvO8u2q5luT8R9dfJZQprUaMxrd0OsG > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#d1d5f7876bbb13eacf7e02dc76916376 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:18.3125rem;top:2.03125rem;left:4.686279296875rem;overflow:hidden;display:block; }
#A6618e0ed6b36bc9a608b429c554c96e { color:rgba(0,0,0,0.91);display:block;width:6.75rem;position:absolute;font-family:"barlow font";font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:54.5625rem;height:1.2994375rem;font-style:normal;display:block; }
#o12214d0f4fb8e8172ca6c343bad504b { color:rgba(50,72,160,0.91);display:block;width:7.9375rem;position:absolute;font-family:"barlow font";font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:62.375rem;height:1.2994375rem;font-style:normal;display:block; }
#IM9xmsLKb9bJHggNeGZciT6uKgFDVNsf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#IM9xmsLKb9bJHggNeGZciT6uKgFDVNsf > .row .container { background-color: transparent; background-image: none; }#IM9xmsLKb9bJHggNeGZciT6uKgFDVNsf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IM9xmsLKb9bJHggNeGZciT6uKgFDVNsf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IM9xmsLKb9bJHggNeGZciT6uKgFDVNsf > .row .container > .video-iframe-container { display: none; }#IM9xmsLKb9bJHggNeGZciT6uKgFDVNsf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IM9xmsLKb9bJHggNeGZciT6uKgFDVNsf > .row > .video-iframe-container { display: none; }#IM9xmsLKb9bJHggNeGZciT6uKgFDVNsf > .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); }#IM9xmsLKb9bJHggNeGZciT6uKgFDVNsf > .row .container { border-width: 0; border-radius: 0; }#IM9xmsLKb9bJHggNeGZciT6uKgFDVNsf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IM9xmsLKb9bJHggNeGZciT6uKgFDVNsf > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.21);background-image:none;color:#ffffff;padding-top:0.510625rem;padding-right:0.484375rem;padding-bottom:0.510625rem;padding-left:0.484375rem;display:block;align-items:center;width:2.905rem;min-width:2.905rem;height:2.74125rem;position:relative;font-family:barlow;font-size:2.041875rem;font-weight:700;line-height:43.86px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.874375rem;height:1.081875rem;position:relative;font-family:barlow;font-size:0.765625rem;font-weight:400;line-height:17.31px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:19.5rem;height:5.163125rem;padding-top:0.0975rem;padding-right:0.104375rem;padding-bottom:0.0975rem;padding-left:0.104375rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.25rem;left:51.3125rem;z-index:15049; }
#BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #OxUaiZq70th2Hq4G63Msx6IpMRZC4KhV { display:flex;position:relative;top:0rem;left:0rem; }
#BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #HDmkagyAHZ81l9loXBziwIRehQ4MxA5u { width:auto; }
#BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #XI53IezLixyki5BAdeJi26gv7MikzBAd {  }
#BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #uJ28s9HTFUAIXILfg8HfF1SolRGQaZXX { display:flex;position:relative;top:0rem;left:0rem; }
#BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #d8S2Jrhkm0Kf5WBBx8M4Fk5nJVmEJBVB {  }
#BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #Crs1G2PVuyIebr6AuTemOizJfMeIgAuS {  }
#BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #HUz1Fi16iTTG4wOA9a4iiWzt9X5SrXeh { display:flex;position:relative;top:0rem;left:0rem; }
#BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #XF32hJHILM39aUQCNEpfMk7BOghufxJT {  }
#BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #VJMeEufQ9SPgrJMN7B7R18OLkmzdacpT {  }
#BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #v0cBC6eIqNeT34BmxfChrUfcvXvO2Ddp { display:flex;position:relative;top:0rem;left:0rem; }
#BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #wFliBaZwTmmWdXZrI9sgcxTwvITKQJMB {  }
#BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #P7Kr0hiMbVEFMwXXmm1QZbZsGvfcwLS2 {  }
#R7XWwn32ZxPLkOABBVgGAP7a8VoGSQHo { color:#ffffff;display:block;width:43.312375rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:1.8125rem;left:4rem;height:1.381225rem;text-align:center;text-align-last:center;display:block; }
#B6HaGemdQk6XZyVG3m1COsN71AdF9Ina { box-sizing:content-box;height:3.125rem;width:42.1875rem;position:absolute;display:block;z-index:15052;background-color:#c6ff00;background-image:none;top:3.375rem;left:4.5rem;display:block; }
#Ra8M05maP2eDbz3ThmmvZH79IOJA5Khv { color:#000000;display:block;width:42.062375rem;position:absolute;font-family:barlow;font-size:2.875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:3.125rem;left:4.625rem;height:3.73718125rem;text-align:center;text-align-last:center;display:block; }
#dTG20dPL5mc9h7FNTt4TCOFVCVLFkUeg { color:#ffffff;display:block;width:10.187375rem;position:absolute;font-family:barlow;font-size:0.75rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:1.1875rem;left:56.0625rem;height:0.97473125rem;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) { #T0u1wha6RgD1V0GyeLcP1DPuDurz4gpe { display:none; }#T0u1wha6RgD1V0GyeLcP1DPuDurz4gpe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I4JrtSLa0vAyv3r3MakQ15WfVpFJoNe2 { width:13.125rem;height:2.375rem;top:0.9375rem;left:2.9988069534302rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpGB7tXBiQJJXWU7WhgPuTOdZ6X5qLcR { display:block; }
 }@media only screen and (max-width: 763px) { #JU7kXMGAuQo47FbQZTF9nTCeli1e4pcG { width:13.25rem;height:2.25rem;top:1rem;left:10.694661140442rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRSNeLl3pcSPPFgUbT4tR7hLeoHb0eRU { display:block; }
 }@media only screen and (max-width: 763px) { #HpJTcELH5b3BDWuOOmTt8n6SRMph1R0d { width:13.125rem;height:2.375rem;top:0.9375rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwlTqSlBDTBgnHlVtgADSGXCbmai7f5q { display:block; }
 }@media only screen and (max-width: 763px) { #Jp4TbwmbtL8GETfCrIiHSR61vGnAiKpi { top:1.4375rem;left:0rem;width:15.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRv9H6lAB3TLiJsd43werad2wvrCrDpa { width:13.125rem;height:2.375rem;top:0.9375rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcqBlXkv9gJVaLM3dJIHeGMC81zdqQIC { display:block; }
 }@media only screen and (max-width: 763px) { #aW5eK47R8VU3uR8DvNAwfuOcrryfnxNn { width:11rem;height:2.9375rem;top:0.6875rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrfD5Ur6mNASssqNrr4tIhI5FdhGbaFF { display:block; }
 }@media only screen and (max-width: 763px) { #XVTNd87OBSynAtsR3L3uooM7dH24dV2T { width:13.125rem;height:2.375rem;top:0.9375rem;left:30.24978351593rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6gP4v3eeakeaR1ftlTJ6Auya75HWFGJ { display:block; }
 }@media only screen and (max-width: 763px) { #qlvGkOwtW8S1TD85Zubu2Tdg3WdkcOb2 { display:block; }#qlvGkOwtW8S1TD85Zubu2Tdg3WdkcOb2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yROU4uTb1PKaHkKbVFd39qEa7tD0DOqm { top:1.4375rem;left:0rem;width:15.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1uqDdbp3M8QDaHwlfeF66UkKz7eH1yJ { width:11rem;height:2.9375rem;top:0.6875rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLEWEsU9HTP3EMzJdAqZ7kq5rBtrezzN { display:block; }
 }@media only screen and (max-width: 763px) { #vL47Oiprz6rzK6DMN2rHV849sRX9unTy { width:13.125rem;height:2.375rem;top:1rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i26zcfBqJOxH86O8cBP8IEmeIyI9BouS { display:block; }
 }@media only screen and (max-width: 763px) { #iliENtW77PK87TpVMlqR68n7JuQaBmWk { width:13.125rem;height:2.375rem;top:1rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CONalhpPXWLU3sq5EERT3SiXyCdzZnNa { display:block; }
 }@media only screen and (max-width: 763px) { #CGlVe7H97Ep1qtLT1VT9IQxg0QKk0kzs { width:13.125rem;height:2.375rem;top:1rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUGT3Fx9r9LAwmU00ylbfUuI7kAQgLWS { display:block; }
 }@media only screen and (max-width: 763px) { #mirm1z5Q9SarynhzCCETPGXmLqbOgHzu { width:13.25rem;height:2.25rem;top:1.0625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWcdpeWh3J8Hk7pJpKALtJ85CHJpSge5 { display:block; }
 }@media only screen and (max-width: 763px) { #KKHlv7R2LyJUC6iyKRueTpJ2fcoHbtex { width:13.125rem;height:2.375rem;top:1rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws0WSqEGoyHeErbr2lQl9epSVItM6Lu8 { display:block; }
 }@media only screen and (max-width: 763px) { #NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW { display:block; }#NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTABq5OEHfrVIcwn9FJsDBAGG1GT9QeV { top:16.5rem;left:0rem;width:6rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhT5FPDCUkPNmUMhb54SERxh6eq9TKJK { top:18.8125rem;left:0rem;width:6rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Gdf6E34Q8FblHGMh4U1KPKEz4tTgD3 { top:20.5rem;left:0rem;width:24.8125rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV0W4H3imVBg6Zd3ZRdibEcqqf3Zuunr { top:18.125rem;left:0rem;width:17.5625rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg28bEArRPXlT0iyJl3KqV3RJc7JG5NR { top:24.6875rem;left:0rem;width:4.6875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUBIHGLB7LTXgw4RZTS6TMJHwKmn0S0T { top:22.125rem;left:0rem;width:4.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Irouky192GmUOPuh1T4gmL4J27ilE5zE { top:23.0625rem;left:0rem;width:20.0625rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3TZHINeWlJoEBzutgntsbV4grs3Kyep { top:28.3125rem;left:0rem;width:22.6875rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECJStytCqhkUNVMcgcL18dQLMqrK9qmL { top:25.625rem;left:0rem;width:22.6875rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGPFeX4aCDPZaAfPVZqgNFidqi8MP4pX { top:27.875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tESvxamadd65fgied8BqwWhtL7vIWix4 { top:9.3125rem;left:0rem;width:15.875rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTfJu1iJ20wSlwDBQEclL7tBvLBw4dDf { top:14.6875rem;left:0rem;width:27rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLcuFAlT7uSwGMwglqKqAVN7t96Lk2Wl { top:6.3125rem;left:0rem;width:31.375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSdkHBsf0tT2EtxGpNK3mc7lEHdDgThL { width:26.5rem;height:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTHvJbHZI8zThiSw5JkxLatUudTF72Sp { top:12.375rem;left:0rem;width:21.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDDIQ3iZgFgNJC3Os8ysceKMc8Wcc2vL { top:5.3125rem;left:0rem;width:30.25rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2BMT6JyiWhLdubBzgSL3r3z4VtP9XXT { width:17.5rem;height:3.4375rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMEv0DNp4zTwGurBvaT8xATr5Gnmx8Rv { display:block; }
 }@media only screen and (max-width: 763px) { #B2Mg6U5SrZbm5J8WdGC72eoskbed01hT { top:39.25rem;left:0rem;width:10.8125rem;height:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q88TTlFwRAnnTziaI7epqMhTcObx3Zvo { display:none; }
 }@media only screen and (max-width: 763px) { #dREDDUh0CUmTL4aZrv63d4T9mTBRizXk { top:18.125rem;left:0rem;width:6.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUrGoN90bJgoNgsCBQHQv36CoFDdO8s2 { top:21.5rem;left:0rem;width:4.25rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eD4UB3qOEPUGS56BL8UFMc6MRfTXF8vy { top:19.875rem;left:0rem;width:16.0625rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tDCnt6tvmKrwtm8NKCzKxhfFasxfDPnP { top:22.6875rem;left:0rem;width:20.0625rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFJcCOvKRAZ7SVdqBxiuVGRI2emdwGlW { top:15.5625rem;left:0rem;width:6rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RJJPTXyhcNoBeThCIuevu7VR0It1EFxr { top:24.375rem;left:0rem;width:4.6875rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOB9nHEkpsPuviVICN8T17MqZBZ4CLqD { top:17.125rem;left:0rem;width:17.5625rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gk1mqctZoK2ZrwKTgMWun4fAiWCXgVJT { top:25.5rem;left:0rem;width:22.6875rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XealHfBPHaT7tLxnVCSTCSFiDJFOpGox { top:6.0625rem;left:0rem;width:15.25rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a { display:none; }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FI1SmIJ0OElpiw0KzE8a8bZcIhBXCMTb { top:6.4375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VITvzuPQyMik2qPMUUbSCLWTVEcWHNGG { top:1.625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfpRTDSr8gFiyFmQahKwC8cLhZkw494s { display:none; }#yfpRTDSr8gFiyFmQahKwC8cLhZkw494s > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wcIMJUOFxlFOneqfMuiZb95ckaP8pcTq { width:13.375rem;height:2.3125rem;top:33.4375rem;left:17.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qGWfTbgfVKRhkvF2fTa8IpA1XeDHQ555 { display:block; }
 }@media only screen and (max-width: 763px) { #DHHyNoBC8Okh7kqZCbmW4ELoXLW8xm7E { display:none; }
 }@media only screen and (max-width: 763px) { #o27XgsStLFVUCWPK277v3Wzvs9Nb0H4Z { width:20.6875rem;height:3.8125rem;top:25.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H6HX4skn0F6odf5eDLQc8LTav89RoEFQ { display:block; }
 }@media only screen and (max-width: 763px) { #sThoo93uR1ld6JQTbrNnPtk0ImMIatxD { top:37.6875rem;left:32.75rem;width:9.5rem;height:1.25rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fa3Z6ard2ZOacTPgIgBkA723iW40mZyV { display:none; }#fa3Z6ard2ZOacTPgIgBkA723iW40mZyV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hWrHH3hZs4RzBn3A4dcEVt32xH4sly61 { top:2.4375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWUrayifa0z2IrUkR3fc7nxxs8EuAR5x { display:none; }#xWUrayifa0z2IrUkR3fc7nxxs8EuAR5x > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MsABMcmfEWByZFXDKxMUtr2ofQK8u81T { display:none; }
 }@media only screen and (max-width: 763px) { #trlXQKbgTSJAPnBukpzoub2iDJNh32I7 { width:20.6875rem;height:3.8125rem;top:25.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xt1kIJQSgXnw1T8q2aQrCEDnwd45dgZL { display:block; }
 }@media only screen and (max-width: 763px) { #Z9LiZR30gu2N6NolpGavSDIBfwmsrV7A { top:37.6875rem;left:32.75rem;width:9.5rem;height:1.25rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzyM1yTLW06tHF59IRwXR6XHTo0qUn5S { display:block; }#RzyM1yTLW06tHF59IRwXR6XHTo0qUn5S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #auCWefoN9cTPGqGSzfgUzhaSh5DxvJFc { top:1.625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2TO0v2ITUszH8IlSBVnwN9cz5aMamsC { top:6.4375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCC9du8qQuM7HAOR0mMcMOvdRUCbk0Lz { top:12.6875rem;left:0rem;width:14.3125rem;height:8.1252483700375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEgzTPnCAe2y7lqTo5QUI1DJtLxqA8bc { top:12.6875rem;left:8.0611982345581rem;width:14.375rem;height:8.1520023982892rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0EMn6zRVshiJcsGZe3BLN9DxkvTLzT7 { top:12.875rem;left:25.375rem;width:14.0625rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDZN01AEEgeLoH26Bb1ZSf82xv6FJUTD { top:12.875rem;left:34.1875rem;width:13.5625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXr6wA41HTRpby7azXgWaoVsvREx7iNa { top:22.6875rem;left:0rem;width:14.0625rem;height:7.9643611337268rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGdXgdJJcFv7UFdCr2HQRFawNSvT7FxU { top:22.9375rem;left:8.125rem;width:14.125rem;height:8.0266528852804rem;display:block; }
 }@media only screen and (max-width: 763px) { #br1i0wfgTn7P2spXaE2SUCmnaLyD80RC { top:22.9375rem;left:25.25rem;width:13.4375rem;height:7.6516695177733rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcnOxyNWQXx46oN27kT4RnipOh7XtBnU { top:22.5625rem;left:33.375rem;width:14.375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzJA9beOVhBrXTp7lUtTXum8bvTvRglZ { width:15.375rem;height:2.875rem;top:37.1875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRtVgWmkdkAHBliCAf0OH0D8KbKTikAk { display:block; }
 }@media only screen and (max-width: 763px) { #eeiKivPpqLyle8E26ez65NrslyhEM140 { top:19.3125rem;left:0rem;width:12rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRTEZ4OxqTWTvLdg72h1IGkpFZzfxOBS { top:19.375rem;left:8.4350051879881rem;width:13.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLQhBDFr1HgeC9zGe6EH2Rrfcbd46CF8 { top:19.3125rem;left:27rem;width:10.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ9n54rwTeBmKbqfb8L7UyghHidAh8KL { top:19.3125rem;left:36.9375rem;width:10.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWSbwPvAvFDQVKtxbkkVPlU6yNyTS0VB { top:29.3125rem;left:0rem;width:13.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2ilWhGrOukViE6VKkQi2zUtoSANaNxK { top:29.3125rem;left:8.375rem;width:13.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTLecTpN0asG4tuRtoFZueoqfHfrkv4I { top:29.4375rem;left:25.75rem;width:13.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC79kISmBM0TH7TTxCsTivPf31vOv6X4 { top:29.4375rem;left:34.5rem;width:13.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdtllXwyRIOs6xQcUm3bsROvqKEOXUbn { top:20.9375rem;left:0rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7aDnWgul4hlBv7X3GnLic7sOywdGBVX { top:20.9375rem;left:11.5625rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEk3IzEZfVsQa4ZgTQZnAHTLMzRSZtOq { top:21rem;left:15.1875rem;width:3.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnpTXpc9F0hv1kTH3Zmdc26qtRapaRff { top:20.8125rem;left:28.6875rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFAxszmaVSTUSn6G3GTBih0c5W7uGlb3 { top:31.875rem;left:40.375rem;width:7.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBbeHWOuC9KAJAs0G4G2KmoVGlb1dxFK { top:31.9375rem;left:45.25rem;width:2.5rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvDGVotZNwUdfnGPPKdA1xEvk8XA9uM4 { top:30.6875rem;left:42.125rem;width:5.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki77NOtcIzlBhGDWTeazEHtnENF2NaFz { top:21.0625rem;left:0rem;width:3.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoBcSAtFB1OTU9DCLEd1ZHFKSw9LBmVg { top:20.9375rem;left:32.375rem;width:3.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trHyBoaRyJM5QphQAJ8EOu5VfqGeDVmF { top:20.9375rem;left:40.375rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbWAVI0063F4XWcTEpe1M05DqltXLvIq { top:21.0625rem;left:44.4375rem;width:3.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwbUfDGIuThhzzEIrsAdJOOZ7Fnsaiou { top:31rem;left:0rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jiv4Q431wJTceoCiE0eAZyq0VdhMhpT1 { top:31.125rem;left:0rem;width:3.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1Wq5QL70aVIetu6GTPpmu84N8L7NNnt { top:31rem;left:11.5625rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubErhsJQSqIPwNPGlig11qcLVwRApTzC { top:31.125rem;left:15.125rem;width:3.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGo8FU40Taim7VSxPazWPTb2R00DMWzR { top:30.9375rem;left:28.68701171875rem;width:7.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTkN1qxENapTQ2gRQFmVWEZ6hRzGbbTu { top:31.125rem;left:32.4375rem;width:2.9375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXb4HT6tT5DeDNcXGkqmkfrDMf5ZczTO { display:block; }#XXb4HT6tT5DeDNcXGkqmkfrDMf5ZczTO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTXBxgGgI6DgXlaxk6zskQ1N94Emogob { top:3.9375rem;left:3.498046875rem;width:39.75rem;height:3.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdQ60H8EhTHGSlHMyzNrGfe3qJeWP7nC { top:8.125rem;left:0rem;width:18.3125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUCPVw8aJkI0gaFIfrAGbLsdNbIbpsEh { top:23.1875rem;left:17.6875rem;width:14.875rem;height:8.4030756355267rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLe0PzUtSThPB6NBEpfqaorcllq3qFfT { top:23.0625rem;left:32.3125rem;width:15.4375rem;height:8.7151394422311rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR9HpBJhZkATiGS6pyAytRbD6QldkGsG { top:9.875rem;left:32.75rem;width:15rem;height:8.4995rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOt0ShQ9EzWyQPKTzW9lGuRcEoH5WXab { width:15.375rem;height:2.875rem;top:37.125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIuFGd1s1Ti9LD62eygoHGERyuDOd9wW { display:block; }
 }@media only screen and (max-width: 763px) { #owMWSMOBG6rTTnV9GzHVMucwyQ05rICl { top:16.375rem;left:18.6875rem;width:13.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odCtkVJdUAh09CnCO5edApeWKQXBUK9O { top:16.375rem;left:34.5625rem;width:13.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzCkWbGIPnDXvaOSXWvF39KrtysTgCpR { top:29.625rem;left:17.875rem;width:14.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6ukNfLyy7srdxnST7tuZvSBoReJo8Zg { top:29.625rem;left:33.1875rem;width:14.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fns6wqJJUO7LUCJvAEf8lzLgmR57Pa3b { top:16.3125rem;left:0rem;width:13.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL9AgJDWiohcOi3swJ63b9FRvXsT8q4B { top:18.1875rem;left:22.0302734375rem;width:6.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUXqbeTBrR3BW83p7tk5HmOhXxFPCNE7 { top:18.3125rem;left:25.1875rem;width:3.125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL1H5n93RwstcdvoNmBETvdXOTPHu8bb { top:18.1875rem;left:39.59326171875rem;width:5.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hclKyb2tthETiFTOkneH0lF8yynom7pe { top:18.3125rem;left:42.5rem;width:3.0625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8ANfRWzfQxa41cGX9lGEXTfmmSrGw6I { top:31.625rem;left:22rem;width:6.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V13WP0DqOUZba3td7rGTkby6AoXdzLIk { top:31.625rem;left:25rem;width:3.125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzaUu7NEySw9iJoAcHHobIkundoWXh6N { top:18.1875rem;left:1.125rem;width:9.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGBB9GRwk5eIgiSAQihezlthDdGwAhim { top:18.25rem;left:5.6875rem;width:4.125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xRCAM2o8ZwKVXbcCiNC8lSwd5pGa6C { top:31.625rem;left:39.1875rem;width:6.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5dVRBAgtA3OlAURhJgEPWHHLTMHkVcx { top:31.625rem;left:42.4375rem;width:3.125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySpzAqVBE5kbWlvQ9Ku2g10heLTpi0rI { top:21.0625rem;left:0rem;width:19.25rem;height:10.83964251733rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzE777bGZRQhg1ePaKOTThhAoEP8piUD { top:31.625rem;left:1.5625rem;width:8.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEJ9NhqK8QqITamPPJRKTUyuOXfyFFoH { top:31.6875rem;left:5.8125rem;width:3.75rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBkMyWsUJxgVOxMTuNEQQNClJSHPUBLs { top:29.5625rem;left:0rem;width:14.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc1usZ6KQEbo8yLZt75DutD8LO5VFawH { top:10.125rem;left:17.654907226562rem;width:14.875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 { display:block; }#ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr { display:block; }#y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Op85Mrmcc28gp2W9quVhIeVVuq615Lb7 { top:4.9375rem;left:0rem;width:35.625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApJXoXmLnSwtQ4IHbgtFkA11zhO0LnUC { top:19.25rem;left:0rem;width:35.625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HScmMLRFhFt8UMMTlcZzUlnr7HxXdWrf { top:7.8125rem;left:22.5625rem;width:25.1875rem;height:5.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mau36byRrHnDw0LJyVIoAlsX9g5ZU9kc { top:12.5625rem;left:18.875rem;width:28.875rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9MkL3T2wZLGOnx4U3iOHSXFM5Tkemk6 { top:15.6875rem;left:14.9375rem;width:32.8125rem;height:13.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfeaWNUhortbtL0y6L8WbO3f7ScfrtbZ { top:20.6875rem;left:17.875rem;width:29.875rem;height:7.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeIu1ypbchZOtCqLHTfzGhcw078SDKyU { width:15.375rem;height:2.875rem;top:31.0625rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qyd0Ss2kGMgykFTBT9oeu1nvMbgfH6Ka { display:block; }
 }@media only screen and (max-width: 763px) { #J6X4QSN923pDSN5G3fqMXvneqhmEFA4S { width:20.6875rem;height:3.8125rem;top:25.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qM60tkSPRHO044VNtdqIz7GQEUkKJoFH { display:block; }
 }@media only screen and (max-width: 763px) { #oWVCyQRMDg6UIpepiXt5CNrq6TgtGkCS { top:37.6875rem;left:32.75rem;width:9.5rem;height:1.25rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQMGIL2J4k6TCcuqebrmULnon6mPgpcf { display:block; }#BQMGIL2J4k6TCcuqebrmULnon6mPgpcf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eFp4okwCcNeHa1BtTEKTv7vAwuico5nT { top:4.0625rem;left:11.5625rem;width:35.6875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhWzu9dncqJHKFgE2PVbLr5NJN3dqw1q { top:18.5rem;left:12.1875rem;width:35.5625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEHDGN1AZKzoBrUTvmkVV0yWK8eQS8nT { top:8.125rem;left:0rem;width:25.1875rem;height:5.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKrHa394xO1nTCIlz3HTZW2oiNift60R { top:12.6875rem;left:0rem;width:27.3125rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKQtr1wfCpWuHoXtVd2BhVK4kpdkVkl2 { top:15.8125rem;left:0rem;width:32.9375rem;height:12.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIqU88AvXph2Z5hQz5Ahbwa8Ds9fKZXf { top:21.8125rem;left:0rem;width:29.875rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJVW5pylr5r4F2P5zgBIvbTDUQ4FSGxO { width:15.375rem;height:2.875rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRd0BUN34KB3m5Hc10NPCceWahxTqluF { display:block; }
 }@media only screen and (max-width: 763px) { #p1QpBMSshTFyEMakgtgQvRyHkNxtkA80 { width:20.6875rem;height:3.8125rem;top:25.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZE9llQXXsvM0vdffbgenJwPP3iZ1klAc { display:block; }
 }@media only screen and (max-width: 763px) { #tT49fE3MQ0dNRDy5CvyrR8MsMGSKh8EL { top:37.6875rem;left:32.75rem;width:9.5rem;height:1.25rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTyJaoy0T6654XriIm1zXdNGaexbldQz { display:block; }#LTyJaoy0T6654XriIm1zXdNGaexbldQz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoVsOv1dBRFLlGFT0HtAHHx5rZq0wLXv { top:4.9375rem;left:0rem;width:35.6875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwfudwwZXUAwB7oONzOtr9brJT3gTBT6 { top:19.4375rem;left:0rem;width:35.75rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4QeQ4U5okV9LBLn1ON40PoJ7QiOw51q { top:8.25rem;left:22.5625rem;width:25.1875rem;height:5.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR7VxOZsT17S0ofMO7ucS4SV8KznqJRb { top:12.875rem;left:22.4375rem;width:25.3125rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoNOXyIpPoWv7L5mcR7ytQCQb3tUnigQ { top:17.5625rem;left:14.9375rem;width:32.8125rem;height:12.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRzBI0xkhp7t8ZEXMfAZTsZTi51GFNI0 { top:23.25rem;left:17.875rem;width:29.875rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6e4noS8PWpZEbPmtFdGDzX3pB1mMrXS { width:15.375rem;height:2.875rem;top:32.9375rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdIBn5OLf3EZBDB3Mx4unp6KNTD1RTKD { display:block; }
 }@media only screen and (max-width: 763px) { #Ln4CeIB3QChKPIJXXI4usQZbRSgArk8h { width:20.6875rem;height:3.8125rem;top:25.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZ3v9fruViTNkrWh93xSTtE4I7SNOrsR { display:block; }
 }@media only screen and (max-width: 763px) { #GIk9bdyalTwiTQD8l6Ukr8ZyOOwLVeHm { top:37.6875rem;left:32.75rem;width:9.5rem;height:1.25rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 { display:block; }#Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWApgX0TCoq1LnAQOSgdIhDngBU7hsM3 { top:0.5625rem;left:0rem;width:47.75rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do { display:block; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9ZOJ0ANpISzTxsoHcVGeX0iKsukTODi { top:57.375rem;left:0rem;width:23.75rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAFe3VBAJsg4NeUPm4ad148bQlFngPoL { top:67.0625rem;left:14.25rem;width:3.4375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3eTVPyoMQZFX7LbTPyVF7hZVqFQ2PfN { top:67.125rem;left:38.25rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1wy1HLtuCbPpKwavd0iXz2WyD7TTR08 { top:68.3125rem;left:33.4375rem;width:14.3125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMDM29FeZdyOGcvkCfywrQwrv7QB228K { top:69rem;left:0rem;width:14.3125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZzhuNexUJdMGe3mkZUi0dx4iXz66KTw { top:68.5625rem;left:19.1875rem;width:14.3125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkliGSAF7qP7xfh1qPlAaQ9cWtL2mU3c { top:66.9375rem;left:19rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhLiSLylZSVQ5Ve7E95h7oxvWmepTm6o { top:66.9375rem;left:20.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq68ZLuZt0iUn7Nht2XZcrNmXR1fpkPM { top:66.9375rem;left:22.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3VLq9iShTDkpc4vUXQwRmhxQ75bvQPu { top:66.9375rem;left:24rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXyQPJPFFOJZN2JZgRs2qfxXDJK3nFcV { top:66.9375rem;left:25.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9xREbr7axqGL4bXIMJzn8mk2QHPt19L { top:58.5625rem;left:13.9375rem;width:19.875rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXKfQxpeDcbbuSWUgmzte9CcbMJpahl7 { top:58.75rem;left:0rem;width:19.875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK0Qkzlr7il59vabQNdpeghvXghsAPQx { top:58.0625rem;left:27.875rem;width:19.875rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr5JkNh3H7wanTZfSANVSTuBRGeBrWnB { top:67.3125rem;left:0.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7p2UMq7bG1T1el4elzHQGZgAsyLru6F { top:67.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz2tOQq9op3ND2bWpd5T2TS3Rb0T9GVQ { top:67.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlirRxE9cEoKTqUbbgrQZ8IDa0dQwpAc { top:67.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWpwLDVcBHGIexMmxT24Teu0SVl19gfy { top:67.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeUDhJQ2d2z50O4oK5X0PvpHxkcWTRih { top:67.0625rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvnxEIHX2cE0GW6kXkUzyStzXpevLaTN { top:67.0625rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfGKzRnPcOvoV0lwCTZTz2M9XTOzesdO { top:67.0625rem;left:46.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQJDVWQRmkVrADeEvzgg6JCh0AWxw9th { top:67.0625rem;left:44.4375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJkaIyn90MdCL6TXK6OiEZiWflJ1D0mg { top:67.0625rem;left:42.75rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkIhQQ1Bep6PvMUz67bmAISGXxPExhaE { top:66.9375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKA8Atul4wxsOblJ1ih9Z9QERcfyDJN0 { width:18.5625rem;height:1.1875rem;top:13.5625rem;left:13.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld0yRWxgzhR2KUvH1DDmNAKA7mB61bAU { width:38.4375rem;height:4.375rem;top:9.1875rem;left:4.6875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfoVkJrVb60aoIVUtsptA9OMyQxCcdPc { top:4rem;left:6.3125rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J58MCgmncCsrB47OuBMJcsU68uut7hiR { top:3.9375rem;left:12.875rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l58n1Zpf4cH2RIvoAJQD7Hu0vWVgJ82m { top:3.875rem;left:19.4375rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzh7wVmuEGzOBTVcVk7T0SXe5EnyaPoX { top:3.8125rem;left:26.0625rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5KlmbPeIiRa9mWpKIGaoWZJcrTOFGqk { top:5.25rem;left:33.875rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU9x8USpfyJtGTJVO9yxMXSlgJ0TMDmy { top:18.1875rem;left:0rem;width:47.75rem;height:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgwSA81LAhMSsGR8gQgeHuQgUfT8VVup { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Egavbg33yEAHqDvsNGmPTlxbAg9X6AuD { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wSHJe37JiRzIA2EHhFU2qC0vlRMOb1mH { width:20rem;height:2.5625rem;top:3rem;left:0rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wVmyMv8z4Qq4Quym7RZOx3qGfckVvJqa { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N34xpMAe87dfOOkNg5ICyTqGzauiey7K { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ivOsHNyXCHRnT2ReyM86QDB1vcMDVNw2 { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2RahLwdytXqmhclqRKOB64b7pZN9Q21 { width:18.625rem;height:1.1875rem;top:9.75rem;left:14.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w2g3808q6PgBa9SzWsx3m8RfTyaAM5zw { display:none; }
 }@media only screen and (max-width: 763px) { #Mys70O1ygl1buiwNnzw3twLvrtDnpoJx { top:57.375rem;left:11.9375rem;width:23.75rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2PlXdcUGHqV665D3zIRTdFhcFNFFFxF { top:57.375rem;left:23.875rem;width:23.75rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa { display:block; }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zg2pDLpOp1SfrS8rAWQ6BdSuyUetvIbt { top:9rem;left:0rem;width:34.75rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue1MoiIe4gOX8vHVksTsI0os4d8QeUkS { top:5.625rem;left:0rem;width:32.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEfnTCftdQyu1FnfxI07TBwISnWyN3GZ { width:12.3125rem;height:3rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntti2GcrWJrIFXZVeIdwT4Ez7iiFkrle { display:block; }
 }@media only screen and (max-width: 763px) { #WwqedM15q4d9N4sDKBqth7U53Tq4AR9D { top:5rem;left:11.375rem;width:17.3125rem;height:3.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 { display:block; }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrxhZsT60TSlbZ8PhmI5GTrWpQn70aAi { top:2.5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ3EXUn7tDwlH5IOZ99dBZNldIywgWwz { top:14.625rem;left:11.4052734375rem;width:22.6875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFScaXHZOgDOi8W1aHhleiWGwqyLmd3i { top:4.625rem;left:8.186851501465rem;width:29.125rem;height:5.0625rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUEKFMeMt480gspFqkecyvZXrXvvfNz0 { width:17.75rem;height:2.9375rem;top:16.875rem;left:13.874351501465rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNOPi4NKLlO5pPTMsRBp907uyoD6tqps { display:block; }
 }@media only screen and (max-width: 763px) { #ZyObV9ymtC5QcC9a7ft0H3RqJBeMFCBt { width:12.3125rem;height:3rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #obbcIDlREXgkxpNqiOk3Krg7hhr41SLq { display:block; }
 }@media only screen and (max-width: 763px) { #pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx { display:block; }#pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 { display:flex;height:auto;width:45.25rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #ITnUvsHxBTVihvn0mwSnA0OdrXtwGp3b {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #asZKa8KuGxcCVE9N8vwXHnAUVA0nO80C {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #VvPA4m89TiI09KVkZgrmAZOCrC5Qh6vX {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #AitQr3EHW5HOc04mOKQHgE7dlRR5DpiT {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #rbaOw0V7sxtsTHvW06qZzTSWlx7bkVqu {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #Xlp6ONBAMD4PW3dSqxKmTuvlCcB2pzmK {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #lczDSKfC2mDJX6dH1PzTNKvkV1xwVduP {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #CeHSKLBqc6PDxGccVQ2y8PRTs1cIXJK2 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #sfof8ToKsMtnTEUwSiCzcFFpBIsgAtKu {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #rAgd32W55AUImcqNI7g7eAmgZhy4M9OQ {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #gWcssE0t50n6UulLDHkrb7lm2htroFdL {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #uGvPN8KxfQuhzsv7IyVZmr4qXQWgaAsQ {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #MgE41e2APXkBptntLI1ZOq37LuxHmLGC {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #AGsKPipahnFWMONRnWuhG6ct5RgNRdDJ {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #fNygDoUUPfF7n50G4ynFGVqXz2dfaTJX {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #LHBQPiKy7t1yQ9WxTufinDABBhAPG0eb {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #zgut7PoHSex3UdrME2AbBHBcQ3MiQfR0 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #gb6ZJrTCqfw40wtEK66yqSK8xtP3wagh {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #tHUonRKS63rwuVAwc7UtOOoizRNpolpJ {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #nQCCJ3q2rSmbWQ0VF5Hg26w8Naul37hZ {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #JLg2Xz55W6v2sBd873aoAZEJeh3EZLDV {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #sqBuTUH40wBaaucZ0NtvWE5QvbnBZ2do {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #oocc25w6AL8lnfK6rwpVn4ieA7cF6Edo {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #xRhBPmsny5r8XRhzg5BaRg6hLh2KT8gH {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #LpmDFmxoT2k4ReWbLzC1TchTx6SmqGpg {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #pU75aoWWZOva5nKxArvKNyDoPXu43J7A {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #TDctnNaxa4aOzbU6ux0fqSZQEkMdzCDw {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #koNfKttzPaUySwCBqazIQEPRyPJyymFC {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #xFIA99E1SkGQXUogTydhTP9w4cHeb05h {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #wxlAPdmWC3mMfAzOfJxmeJp2aUrJ4CZA {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #lvBn3z4EwCaOWJ9t9tWD0vG6b81z9TfV {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #O09qpkFNr04OUw5SwDP39HUPgSkVmCms {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #suMnq9TbXmhu1a2tAwfwpnK9S3c16Du4 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #bwp9tBn5Eww2nfA2mBy8ErtSUr2EtEg5 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #WzE4x18u8NgO01hViSyNDyTMJFT3QT92 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #CkKQkkgCIqz4vsvqbZOGMPwOUe7VaTmv {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #OInTSFo5ROt9MEvMQ8TVmxzMRUZG8RED {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #uDPZu9nscQkXZFL0ISdCbtKEz0wxxkbp {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #WK244KVRr2CIgvz0U4A4ShN6HMqySSFd {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #dmVQcomggidXW3ccOhuvVXChu1z49BCI {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #aPMNSVTwdZhgCiPJTph3SP5Ddpd0U8o1 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #i9RbsRuGQr7TmbLwTqzGnemVnZBsrqXp {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #dQ545pbSZh1HaFga6hAEfE9soQXlyGSQ {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #WNzrlcApuLvRXaTF3mvsLr1hJftyG2iH {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #B5ASNxPWValys7hk2uBC6UUbKiJnTnlm {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #tkvTqbfhSDycpKcobauPstQm7EJe1M1L {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #xRioFTDCeWkym9areVlBSwzfvIUFDnEz {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #CdO2yAn7ia7KSrtTlCPlEkJqVczGQop0 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #Xrig0DOOeQVG93wQf7xmVtiPCGTw4s29 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #rgpcXk17TJzJ4xwCFovwX8vtF0VT5GZK {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #zJpswWW6JuOuqbvk7gu8R4L88wka1Mqm {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #gX0Hb8ZZRXvmkstEPvQ8rEka1pszLIop {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #kGXAZkWHzsd1dwwnMwfa7ySEqa13B9Wo {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #TT4yKunEqazEkRCWR1RFm0k9bkcPS2b0 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #FShgux0pzaK8R9RwGdz6MahVPKv1eZ8C {  }
 }@media only screen and (max-width: 763px) { #WZzFNsf3RPnTCIXtxIsRIk0cTxT0CXUC { top:3.125rem;left:5.6870660781861rem;width:36.3125rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsMZmArMK7AbNzha6oxdXoZhnbp922wA { top:6.75rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvenChorNOy262NZeDi0TMCmogOwMmPm { top:67.5rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgvO8u2q5luT8R9dfJZQprUaMxrd0OsG { display:block; }#WgvO8u2q5luT8R9dfJZQprUaMxrd0OsG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1d5f7876bbb13eacf7e02dc76916376 { width:18.3125rem;height:2.1875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6618e0ed6b36bc9a608b429c554c96e { width:6.6875rem;height:1.25rem;top:2.5rem;left:40.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o12214d0f4fb8e8172ca6c343bad504b { width:7.875rem;height:1.25rem;top:2.5rem;left:39.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM9xmsLKb9bJHggNeGZciT6uKgFDVNsf { display:block; }#IM9xmsLKb9bJHggNeGZciT6uKgFDVNsf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 { display:flex;width:18rem;height:5.0625rem;top:32.625rem;left:21.625rem; }
 }@media only screen and (max-width: 763px) { #BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #OxUaiZq70th2Hq4G63Msx6IpMRZC4KhV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #HDmkagyAHZ81l9loXBziwIRehQ4MxA5u {  }
 }@media only screen and (max-width: 763px) { #BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #XI53IezLixyki5BAdeJi26gv7MikzBAd {  }
 }@media only screen and (max-width: 763px) { #BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #uJ28s9HTFUAIXILfg8HfF1SolRGQaZXX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #d8S2Jrhkm0Kf5WBBx8M4Fk5nJVmEJBVB {  }
 }@media only screen and (max-width: 763px) { #BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #Crs1G2PVuyIebr6AuTemOizJfMeIgAuS {  }
 }@media only screen and (max-width: 763px) { #BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #HUz1Fi16iTTG4wOA9a4iiWzt9X5SrXeh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #XF32hJHILM39aUQCNEpfMk7BOghufxJT {  }
 }@media only screen and (max-width: 763px) { #BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #VJMeEufQ9SPgrJMN7B7R18OLkmzdacpT {  }
 }@media only screen and (max-width: 763px) { #BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #v0cBC6eIqNeT34BmxfChrUfcvXvO2Ddp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #wFliBaZwTmmWdXZrI9sgcxTwvITKQJMB {  }
 }@media only screen and (max-width: 763px) { #BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #P7Kr0hiMbVEFMwXXmm1QZbZsGvfcwLS2 {  }
 }@media only screen and (max-width: 763px) { #R7XWwn32ZxPLkOABBVgGAP7a8VoGSQHo { top:1.8125rem;left:0rem;width:43.25rem;height:1.375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6HaGemdQk6XZyVG3m1COsN71AdF9Ina { top:3.375rem;left:0rem;width:42.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra8M05maP2eDbz3ThmmvZH79IOJA5Khv { top:3.125rem;left:0rem;width:42rem;height:3.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTG20dPL5mc9h7FNTt4TCOFVCVLFkUeg { top:1.1875rem;left:37.625rem;width:10.125rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T0u1wha6RgD1V0GyeLcP1DPuDurz4gpe { position:fixed;z-index:199999;background-color:#ffffff;background-image:none;top:0rem;left:0rem;right:0rem;display:block; }#T0u1wha6RgD1V0GyeLcP1DPuDurz4gpe > .row .container { background-color: transparent; background-image: none; }#T0u1wha6RgD1V0GyeLcP1DPuDurz4gpe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0u1wha6RgD1V0GyeLcP1DPuDurz4gpe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0u1wha6RgD1V0GyeLcP1DPuDurz4gpe > .row .container > .video-iframe-container { display: none; }#T0u1wha6RgD1V0GyeLcP1DPuDurz4gpe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0u1wha6RgD1V0GyeLcP1DPuDurz4gpe > .row > .video-iframe-container { display: none; }#T0u1wha6RgD1V0GyeLcP1DPuDurz4gpe > .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); }#T0u1wha6RgD1V0GyeLcP1DPuDurz4gpe > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4JrtSLa0vAyv3r3MakQ15WfVpFJoNe2 { width:1.74926875rem;height:1.811525rem;top:1.65576171875rem;left:1.31103515625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpGB7tXBiQJJXWU7WhgPuTOdZ6X5qLcR { display:block; }
 }@media only screen and (max-width: 763px) { #JU7kXMGAuQo47FbQZTF9nTCeli1e4pcG { width:3.81225625rem;height:2.1875rem;top:1.4677734375rem;left:3.482666015625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRSNeLl3pcSPPFgUbT4tR7hLeoHb0eRU { display:block; }
 }@media only screen and (max-width: 763px) { #HpJTcELH5b3BDWuOOmTt8n6SRMph1R0d { width:3.8745125rem;height:2.24975625rem;top:1.437255859375rem;left:8.062744140625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwlTqSlBDTBgnHlVtgADSGXCbmai7f5q { display:block; }
 }@media only screen and (max-width: 763px) { #Jp4TbwmbtL8GETfCrIiHSR61vGnAiKpi { width:8.625rem;height:0.875rem;top:0.84326171875rem;left:5.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nRv9H6lAB3TLiJsd43werad2wvrCrDpa { width:1.499025rem;height:2.37426875rem;top:1.375rem;left:12.779541015625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcqBlXkv9gJVaLM3dJIHeGMC81zdqQIC { display:block; }
 }@media only screen and (max-width: 763px) { #aW5eK47R8VU3uR8DvNAwfuOcrryfnxNn { width:6.25rem;height:1.124025rem;top:3.46728515625rem;left:6.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrfD5Ur6mNASssqNrr4tIhI5FdhGbaFF { display:block; }
 }@media only screen and (max-width: 763px) { #XVTNd87OBSynAtsR3L3uooM7dH24dV2T { width:3.18725625rem;height:2.37426875rem;top:1.375rem;left:15.06103515625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6gP4v3eeakeaR1ftlTJ6Auya75HWFGJ { display:block; }
 }@media only screen and (max-width: 763px) { #qlvGkOwtW8S1TD85Zubu2Tdg3WdkcOb2 { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:none; }#qlvGkOwtW8S1TD85Zubu2Tdg3WdkcOb2 > .row .container { width:20rem;height:23.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yROU4uTb1PKaHkKbVFd39qEa7tD0DOqm { width:8.625rem;height:0.875rem;top:0.84326171875rem;left:5.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #I1uqDdbp3M8QDaHwlfeF66UkKz7eH1yJ { width:6.25rem;height:1.124025rem;top:3.46728515625rem;left:6.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLEWEsU9HTP3EMzJdAqZ7kq5rBtrezzN { display:block; }
 }@media only screen and (max-width: 763px) { #vL47Oiprz6rzK6DMN2rHV849sRX9unTy { width:13.125rem;height:2.375rem;top:5.840453125rem;left:3.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i26zcfBqJOxH86O8cBP8IEmeIyI9BouS { display:block; }
 }@media only screen and (max-width: 763px) { #iliENtW77PK87TpVMlqR68n7JuQaBmWk { width:13.125rem;height:2.375rem;top:20.215453125rem;left:3.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CONalhpPXWLU3sq5EERT3SiXyCdzZnNa { display:block; }
 }@media only screen and (max-width: 763px) { #CGlVe7H97Ep1qtLT1VT9IQxg0QKk0kzs { width:13.125rem;height:2.375rem;top:16.590453125rem;left:3.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUGT3Fx9r9LAwmU00ylbfUuI7kAQgLWS { display:block; }
 }@media only screen and (max-width: 763px) { #mirm1z5Q9SarynhzCCETPGXmLqbOgHzu { width:13.25rem;height:2.25rem;top:9.465453125rem;left:3.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWcdpeWh3J8Hk7pJpKALtJ85CHJpSge5 { display:block; }
 }@media only screen and (max-width: 763px) { #KKHlv7R2LyJUC6iyKRueTpJ2fcoHbtex { width:13.125rem;height:2.375rem;top:12.965453125rem;left:3.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws0WSqEGoyHeErbr2lQl9epSVItM6Lu8 { display:block; }
 }@media only screen and (max-width: 763px) { #NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e1416577-c962-42d3-9f49-aaa0c3c12cd1/BTBFMobile7.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW.adaptive-delivery-prevent-bg, #NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW.lazyload, #NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW.lazyloading { background-image: none; }#NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW > .row .container { background-color: transparent; background-image: none; }#NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.08); }#NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW > .row .container > .video-iframe-container { display: none; }#NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.08); }#NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW > .row > .video-iframe-container { display: none; }#NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW > .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); }#NdDv6cSHCQza9nyGqmRkmLTS98q7VrKW > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTABq5OEHfrVIcwn9FJsDBAGG1GT9QeV { width:4.375rem;height:3.5625rem;top:34.518230438233rem;left:1.125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #EhT5FPDCUkPNmUMhb54SERxh6eq9TKJK { width:4.75rem;height:3.9375rem;top:38.125rem;left:0.9375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #T9Gdf6E34Q8FblHGMh4U1KPKEz4tTgD3 { width:14.5625rem;height:0;top:39.625rem;left:4.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #iV0W4H3imVBg6Zd3ZRdibEcqqf3Zuunr { width:10.3125rem;height:0;top:35.8125rem;left:4.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Sg28bEArRPXlT0iyJl3KqV3RJc7JG5NR { width:4.1875rem;height:3.4375rem;top:40.375rem;left:1.1875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #pUBIHGLB7LTXgw4RZTS6TMJHwKmn0S0T { width:3.125rem;height:2.5625rem;top:37rem;left:1.5625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Irouky192GmUOPuh1T4gmL4J27ilE5zE { width:10.25rem;height:0;top:37.8125rem;left:4.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #g3TZHINeWlJoEBzutgntsbV4grs3Kyep { width:11.6875rem;height:0;top:43.8125rem;left:4.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ECJStytCqhkUNVMcgcL18dQLMqrK9qmL { width:11.875rem;height:0;top:41.5625rem;left:4.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #uGPFeX4aCDPZaAfPVZqgNFidqi8MP4pX { display:flex;width:1.9375rem;height:1.9375rem;top:43.375rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tESvxamadd65fgied8BqwWhtL7vIWix4 { width:15.875rem;height:1.9494625rem;top:6.1875rem;left:2.0625rem;font-size:0.75rem;z-index:15040;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UTfJu1iJ20wSlwDBQEclL7tBvLBw4dDf { width:20rem;height:0;top:55.52197578125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #lLcuFAlT7uSwGMwglqKqAVN7t96Lk2Wl { width:20rem;height:5.5rem;top:47.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSdkHBsf0tT2EtxGpNK3mc7lEHdDgThL { top:0.875rem;left:1.4375rem;width:17.1875rem;height:5.375rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rTHvJbHZI8zThiSw5JkxLatUudTF72Sp { width:11.5rem;height:1.25rem;top:4.8125rem;left:4.125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #WDDIQ3iZgFgNJC3Os8ysceKMc8Wcc2vL { width:20rem;height:31.3125rem;top:5.3125rem;left:0rem;background-color:rgba(255,255,255,0.54);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #W2BMT6JyiWhLdubBzgSL3r3z4VtP9XXT { width:11.625rem;height:2.125rem;top:28.6875rem;left:4.1875rem;font-size:0.9375rem;font-family:saira;display:block; }
 }@media only screen and (max-width: 763px) { #OMEv0DNp4zTwGurBvaT8xATr5Gnmx8Rv { display:block; }
 }@media only screen and (max-width: 763px) { #B2Mg6U5SrZbm5J8WdGC72eoskbed01hT { width:10.8125rem;height:1.13769375rem;top:26.5rem;left:5.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #Q88TTlFwRAnnTziaI7epqMhTcObx3Zvo { display:flex;top:26.5625rem;left:4.5rem;width:1rem;height:1rem;z-index:15046; }
 }@media only screen and (max-width: 763px) { #dREDDUh0CUmTL4aZrv63d4T9mTBRizXk { width:2.75rem;height:2.1875rem;top:24.375rem;left:9.5rem;overflow:hidden;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #zUrGoN90bJgoNgsCBQHQv36CoFDdO8s2 { width:1.9375rem;height:1.375rem;top:24.8125rem;left:0.1875rem;overflow:hidden;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #eD4UB3qOEPUGS56BL8UFMc6MRfTXF8vy { width:7.125rem;height:0.812375rem;top:25.0625rem;left:11.625rem;font-size:0.625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #tDCnt6tvmKrwtm8NKCzKxhfFasxfDPnP { width:8.625rem;height:0.812375rem;top:25.0625rem;left:1.6875rem;font-size:0.625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #kFJcCOvKRAZ7SVdqBxiuVGRI2emdwGlW { width:2.5rem;height:1.9375rem;top:23.5625rem;left:9.625rem;overflow:hidden;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #RJJPTXyhcNoBeThCIuevu7VR0It1EFxr { width:2.3125rem;height:1.75rem;top:23.6875rem;left:0rem;overflow:hidden;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #oOB9nHEkpsPuviVICN8T17MqZBZ4CLqD { width:8.25rem;height:0.812375rem;top:24.125rem;left:11.625rem;font-size:0.625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #gk1mqctZoK2ZrwKTgMWun4fAiWCXgVJT { width:8.5rem;height:0.812375rem;top:24.0625rem;left:1.6875rem;font-size:0.625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #XealHfBPHaT7tLxnVCSTCSFiDJFOpGox { width:15.25rem;height:0;top:6.125rem;left:2.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a { background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a > .row .container { background-color: transparent; background-image: none; }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a > .row .container > .video-iframe-container { display: none; }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a > .row > .video-iframe-container { display: none; }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a > .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); }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a > .row .container { border-width: 0; border-radius: 0; }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aAilRkJ0c5VvvnJvWwGbgH9Opp8Q1Z4a > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FI1SmIJ0OElpiw0KzE8a8bZcIhBXCMTb { width:20rem;height:1.499025rem;top:3.7852649688721rem;left:0rem;font-size:0.625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #VITvzuPQyMik2qPMUUbSCLWTVEcWHNGG { width:20rem;height:2.6001rem;top:1.1875rem;left:0rem;font-size:2rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #yfpRTDSr8gFiyFmQahKwC8cLhZkw494s { background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yfpRTDSr8gFiyFmQahKwC8cLhZkw494s > .row .container { background-color: transparent; background-image: none; }#yfpRTDSr8gFiyFmQahKwC8cLhZkw494s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfpRTDSr8gFiyFmQahKwC8cLhZkw494s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfpRTDSr8gFiyFmQahKwC8cLhZkw494s > .row .container > .video-iframe-container { display: none; }#yfpRTDSr8gFiyFmQahKwC8cLhZkw494s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfpRTDSr8gFiyFmQahKwC8cLhZkw494s > .row > .video-iframe-container { display: none; }#yfpRTDSr8gFiyFmQahKwC8cLhZkw494s > .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); }#yfpRTDSr8gFiyFmQahKwC8cLhZkw494s > .row .container { border-width: 0; border-radius: 0; }#yfpRTDSr8gFiyFmQahKwC8cLhZkw494s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yfpRTDSr8gFiyFmQahKwC8cLhZkw494s > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wcIMJUOFxlFOneqfMuiZb95ckaP8pcTq { width:8.3735rem;height:1.62489375rem;top:11.92165851593rem;left:5.8127174377441rem;font-size:0.75rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #qGWfTbgfVKRhkvF2fTa8IpA1XeDHQ555 { display:block; }
 }@media only screen and (max-width: 763px) { #DHHyNoBC8Okh7kqZCbmW4ELoXLW8xm7E { top:0rem;left:0rem;width:20rem;height:11.375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #o27XgsStLFVUCWPK277v3Wzvs9Nb0H4Z { width:12.1235rem;height:2.3112rem;top:10.1103515625rem;left:3.9375rem;font-size:0.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #H6HX4skn0F6odf5eDLQc8LTav89RoEFQ { display:block; }
 }@media only screen and (max-width: 763px) { #sThoo93uR1ld6JQTbrNnPtk0ImMIatxD { width:9.498875rem;height:0.89294375rem;top:9.256591796875rem;left:5.2496337890625rem;font-size:0.6875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #fa3Z6ard2ZOacTPgIgBkA723iW40mZyV { background-color:rgba(197,197,197,0.5);background-image:none;display:block; }#fa3Z6ard2ZOacTPgIgBkA723iW40mZyV > .row .container { background-color: transparent; background-image: none; }#fa3Z6ard2ZOacTPgIgBkA723iW40mZyV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fa3Z6ard2ZOacTPgIgBkA723iW40mZyV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fa3Z6ard2ZOacTPgIgBkA723iW40mZyV > .row .container > .video-iframe-container { display: none; }#fa3Z6ard2ZOacTPgIgBkA723iW40mZyV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fa3Z6ard2ZOacTPgIgBkA723iW40mZyV > .row > .video-iframe-container { display: none; }#fa3Z6ard2ZOacTPgIgBkA723iW40mZyV > .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); }#fa3Z6ard2ZOacTPgIgBkA723iW40mZyV > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWrHH3hZs4RzBn3A4dcEVt32xH4sly61 { width:20rem;height:2.2749rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWUrayifa0z2IrUkR3fc7nxxs8EuAR5x { background-color:rgba(197,197,197,0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xWUrayifa0z2IrUkR3fc7nxxs8EuAR5x > .row .container { background-color: transparent; background-image: none; }#xWUrayifa0z2IrUkR3fc7nxxs8EuAR5x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWUrayifa0z2IrUkR3fc7nxxs8EuAR5x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWUrayifa0z2IrUkR3fc7nxxs8EuAR5x > .row .container > .video-iframe-container { display: none; }#xWUrayifa0z2IrUkR3fc7nxxs8EuAR5x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWUrayifa0z2IrUkR3fc7nxxs8EuAR5x > .row > .video-iframe-container { display: none; }#xWUrayifa0z2IrUkR3fc7nxxs8EuAR5x > .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); }#xWUrayifa0z2IrUkR3fc7nxxs8EuAR5x > .row .container { border-width: 0; border-radius: 0; }#xWUrayifa0z2IrUkR3fc7nxxs8EuAR5x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xWUrayifa0z2IrUkR3fc7nxxs8EuAR5x > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsABMcmfEWByZFXDKxMUtr2ofQK8u81T { top:0rem;left:0rem;width:20rem;height:11.3748125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #trlXQKbgTSJAPnBukpzoub2iDJNh32I7 { width:12.1230625rem;height:2.3110375rem;top:10.4365234375rem;left:3.93798828125rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Xt1kIJQSgXnw1T8q2aQrCEDnwd45dgZL { display:block; }
 }@media only screen and (max-width: 763px) { #Z9LiZR30gu2N6NolpGavSDIBfwmsrV7A { width:9.4983125rem;height:0.89294375rem;top:9.5831298828125rem;left:5.250244140625rem;font-size:0.6875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #RzyM1yTLW06tHF59IRwXR6XHTo0qUn5S { display:none; }#RzyM1yTLW06tHF59IRwXR6XHTo0qUn5S > .row .container { width:20rem;height:178.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #auCWefoN9cTPGqGSzfgUzhaSh5DxvJFc { width:20rem;height:2.59928125rem;top:0.78125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2TO0v2ITUszH8IlSBVnwN9cz5aMamsC { width:20rem;height:1.4995625rem;top:3.380859375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCC9du8qQuM7HAOR0mMcMOvdRUCbk0Lz { width:13.5625rem;height:7.6875rem;top:17.630209375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEgzTPnCAe2y7lqTo5QUI1DJtLxqA8bc { width:14.4375rem;height:8.1875rem;top:28.148896875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0EMn6zRVshiJcsGZe3BLN9DxkvTLzT7 { width:14.0625rem;height:8rem;top:38.670834375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDZN01AEEgeLoH26Bb1ZSf82xv6FJUTD { width:13.5rem;height:7.6875rem;top:49.420646875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXr6wA41HTRpby7azXgWaoVsvREx7iNa { width:14.0625rem;height:8rem;top:59.877459375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGdXgdJJcFv7UFdCr2HQRFawNSvT7FxU { width:14.125rem;height:8rem;top:70.876834375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #br1i0wfgTn7P2spXaE2SUCmnaLyD80RC { width:14.125rem;height:8rem;top:81.833834375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcnOxyNWQXx46oN27kT4RnipOh7XtBnU { width:14.375rem;height:8.125rem;top:92.790834375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzJA9beOVhBrXTp7lUtTXum8bvTvRglZ { width:15.375rem;height:2.875rem;top:104.43305677032rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRtVgWmkdkAHBliCAf0OH0D8KbKTikAk { display:block; }
 }@media only screen and (max-width: 763px) { #eeiKivPpqLyle8E26ez65NrslyhEM140 { width:12.0625rem;height:0;top:108.55805677032rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRTEZ4OxqTWTvLdg72h1IGkpFZzfxOBS { width:13.6875rem;height:0;top:111.24555677032rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLQhBDFr1HgeC9zGe6EH2Rrfcbd46CF8 { width:10.8125rem;height:0;top:113.93305677032rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ9n54rwTeBmKbqfb8L7UyghHidAh8KL { width:10.8125rem;height:0;top:116.62055677032rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWSbwPvAvFDQVKtxbkkVPlU6yNyTS0VB { width:13.25rem;height:0;top:119.30805677032rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2ilWhGrOukViE6VKkQi2zUtoSANaNxK { width:13.25rem;height:0;top:121.99555677032rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTLecTpN0asG4tuRtoFZueoqfHfrkv4I { width:13.25rem;height:0;top:124.68305677032rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC79kISmBM0TH7TTxCsTivPf31vOv6X4 { width:13.25rem;height:0;top:127.37055677032rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdtllXwyRIOs6xQcUm3bsROvqKEOXUbn { width:7.375rem;height:0;top:130.05805677033rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7aDnWgul4hlBv7X3GnLic7sOywdGBVX { width:7.375rem;height:0;top:135.55805677033rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEk3IzEZfVsQa4ZgTQZnAHTLMzRSZtOq { width:3.3125rem;height:1.4375rem;top:138.37055677033rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnpTXpc9F0hv1kTH3Zmdc26qtRapaRff { width:7.375rem;height:0;top:141.05805677033rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFAxszmaVSTUSn6G3GTBih0c5W7uGlb3 { width:7.375rem;height:0;top:170.93305677033rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBbeHWOuC9KAJAs0G4G2KmoVGlb1dxFK { width:2.5rem;height:1.4375rem;top:173.74555677033rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvDGVotZNwUdfnGPPKdA1xEvk8XA9uM4 { width:5.625rem;height:0;top:168.55805677033rem;left:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki77NOtcIzlBhGDWTeazEHtnENF2NaFz { width:3.3125rem;height:1.4375rem;top:132.87055677033rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoBcSAtFB1OTU9DCLEd1ZHFKSw9LBmVg { width:3.3125rem;height:1.4375rem;top:143.87055677033rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trHyBoaRyJM5QphQAJ8EOu5VfqGeDVmF { width:7.375rem;height:0;top:146.55805677033rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbWAVI0063F4XWcTEpe1M05DqltXLvIq { width:3.3125rem;height:1.4375rem;top:149.37055677033rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwbUfDGIuThhzzEIrsAdJOOZ7Fnsaiou { width:7.375rem;height:0;top:152.05805677033rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jiv4Q431wJTceoCiE0eAZyq0VdhMhpT1 { width:3.3125rem;height:1.4375rem;top:154.87055677033rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1Wq5QL70aVIetu6GTPpmu84N8L7NNnt { width:7.375rem;height:0;top:157.55805677033rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubErhsJQSqIPwNPGlig11qcLVwRApTzC { width:3.3125rem;height:1.4375rem;top:160.37055677033rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGo8FU40Taim7VSxPazWPTb2R00DMWzR { width:7.375rem;height:0;top:163.05805677033rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTkN1qxENapTQ2gRQFmVWEZ6hRzGbbTu { width:2.9375rem;height:1.4375rem;top:165.87055677033rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXb4HT6tT5DeDNcXGkqmkfrDMf5ZczTO { display:none; }#XXb4HT6tT5DeDNcXGkqmkfrDMf5ZczTO > .row .container { width:20rem;height:70.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sTXBxgGgI6DgXlaxk6zskQ1N94Emogob { width:20rem;height:0.67436875rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WdQ60H8EhTHGSlHMyzNrGfe3qJeWP7nC { width:5.4375rem;height:3.0625rem;top:3.173825rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUCPVw8aJkI0gaFIfrAGbLsdNbIbpsEh { width:11.1875rem;height:6.375rem;top:40.572628710938rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLe0PzUtSThPB6NBEpfqaorcllq3qFfT { width:9.25rem;height:5.25rem;top:51.822628710938rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR9HpBJhZkATiGS6pyAytRbD6QldkGsG { width:10.9375rem;height:6.25rem;top:42.558626501465rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOt0ShQ9EzWyQPKTzW9lGuRcEoH5WXab { width:15.375rem;height:2.875rem;top:66.010128710937rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIuFGd1s1Ti9LD62eygoHGERyuDOd9wW { display:block; }
 }@media only screen and (max-width: 763px) { #owMWSMOBG6rTTnV9GzHVMucwyQ05rICl { width:13.1875rem;height:0;top:22.51025078125rem;left:5.0621337890625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #odCtkVJdUAh09CnCO5edApeWKQXBUK9O { width:13.1875rem;height:0;top:49.371633707046rem;left:3.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nzCkWbGIPnDXvaOSXWvF39KrtysTgCpR { width:14.5625rem;height:0;top:47.010128710938rem;left:4.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n6ukNfLyy7srdxnST7tuZvSBoReJo8Zg { width:14.5625rem;height:0;top:58.385128710938rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fns6wqJJUO7LUCJvAEf8lzLgmR57Pa3b { width:13.1875rem;height:0;top:11.385128710938rem;left:6.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GL9AgJDWiohcOi3swJ63b9FRvXsT8q4B { width:5.625rem;height:0;top:24.3535125rem;left:8.405029296875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vUXqbeTBrR3BW83p7tk5HmOhXxFPCNE7 { width:3.125rem;height:1.5rem;top:24.448116992188rem;left:11.562377929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL1H5n93RwstcdvoNmBETvdXOTPHu8bb { width:5.75rem;height:0;top:57.621633707046rem;left:7.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hclKyb2tthETiFTOkneH0lF8yynom7pe { width:3.3125rem;height:1.4375rem;top:60.434133707046rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8ANfRWzfQxa41cGX9lGEXTfmmSrGw6I { width:6.25rem;height:0;top:49.010128710938rem;left:8.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V13WP0DqOUZba3td7rGTkby6AoXdzLIk { width:3.125rem;height:1.4375rem;top:49.010128710938rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzaUu7NEySw9iJoAcHHobIkundoWXh6N { width:9.375rem;height:0;top:13.198116992188rem;left:10.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LGBB9GRwk5eIgiSAQihezlthDdGwAhim { width:4.125rem;height:1.4375rem;top:13.260616992188rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xRCAM2o8ZwKVXbcCiNC8lSwd5pGa6C { width:6.25rem;height:0;top:60.385128710938rem;left:9.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5dVRBAgtA3OlAURhJgEPWHHLTMHkVcx { width:3.125rem;height:1.4375rem;top:60.385128710938rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySpzAqVBE5kbWlvQ9Ku2g10heLTpi0rI { width:19.25rem;height:10.83964251733rem;top:27.2285125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzE777bGZRQhg1ePaKOTThhAoEP8piUD { width:8.4375rem;height:0;top:37.760128710938rem;left:5.783447265625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rEJ9NhqK8QqITamPPJRKTUyuOXfyFFoH { width:3.75rem;height:1.4375rem;top:37.822628710938rem;left:10.033447265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBkMyWsUJxgVOxMTuNEQQNClJSHPUBLs { width:14.5625rem;height:0;top:35.7597625rem;left:2.7193603515625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tc1usZ6KQEbo8yLZt75DutD8LO5VFawH { width:14.875rem;height:8.4375rem;top:10.125rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 { display:block; }#ld1ngfT5gG2q1hPu7W4yBTFKLXeJNNX1 > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr { display:block; }#y9K9V0xiGeOxVUvR7lNkv2zU40luE8pr > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Op85Mrmcc28gp2W9quVhIeVVuq615Lb7 { width:19.5625rem;height:7.6875rem;top:7.925449848175rem;left:0.18663203716278rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ApJXoXmLnSwtQ4IHbgtFkA11zhO0LnUC { width:20rem;height:11.875rem;top:15.880208969116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HScmMLRFhFt8UMMTlcZzUlnr7HxXdWrf { width:17.3746875rem;height:3.57495rem;top:1.1501741409302rem;left:1.3123915195465rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mau36byRrHnDw0LJyVIoAlsX9g5ZU9kc { width:16.9998125rem;height:2.19360625rem;top:4.0993928909302rem;left:1.4995660781861rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u9MkL3T2wZLGOnx4U3iOHSXFM5Tkemk6 { width:17.0625rem;height:8.39845rem;top:28.37890625rem;left:1.46875rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #KfeaWNUhortbtL0y6L8WbO3f7ScfrtbZ { width:16.875rem;height:4.87305rem;top:31.107856750488rem;left:1.5625002384186rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeIu1ypbchZOtCqLHTfzGhcw078SDKyU { width:15.374375rem;height:2.87489375rem;top:40.732965469361rem;left:2.312283039093rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qyd0Ss2kGMgykFTBT9oeu1nvMbgfH6Ka { display:block; }
 }@media only screen and (max-width: 763px) { #J6X4QSN923pDSN5G3fqMXvneqhmEFA4S { width:12.1230625rem;height:2.3110375rem;top:37.77294921875rem;left:3.93798828125rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #qM60tkSPRHO044VNtdqIz7GQEUkKJoFH { display:block; }
 }@media only screen and (max-width: 763px) { #oWVCyQRMDg6UIpepiXt5CNrq6TgtGkCS { width:9.5rem;height:0.89294375rem;top:36.94189453125rem;left:5.25rem;font-size:0.6875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #BQMGIL2J4k6TCcuqebrmULnon6mPgpcf { display:block; }#BQMGIL2J4k6TCcuqebrmULnon6mPgpcf > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eFp4okwCcNeHa1BtTEKTv7vAwuico5nT { width:20rem;height:7.875rem;top:8.0488319396975rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vhWzu9dncqJHKFgE2PVbLr5NJN3dqw1q { width:20rem;height:12.125rem;top:16.367186546326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEHDGN1AZKzoBrUTvmkVV0yWK8eQS8nT { width:13.9371875rem;height:3.57495rem;top:1.25rem;left:3rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GKrHa394xO1nTCIlz3HTZW2oiNift60R { width:18.4375rem;height:1.950075rem;top:4.25rem;left:0.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oKQtr1wfCpWuHoXtVd2BhVK4kpdkVkl2 { width:17.75rem;height:7.82311875rem;top:29.611330032349rem;left:1.125rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xIqU88AvXph2Z5hQz5Ahbwa8Ds9fKZXf { width:17.875rem;height:3.6547875rem;top:33.028756141662rem;left:1.1554906368256rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJVW5pylr5r4F2P5zgBIvbTDUQ4FSGxO { width:15.374375rem;height:2.87489375rem;top:40.979816436767rem;left:2.312283039093rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRd0BUN34KB3m5Hc10NPCceWahxTqluF { display:block; }
 }@media only screen and (max-width: 763px) { #p1QpBMSshTFyEMakgtgQvRyHkNxtkA80 { width:12.1235rem;height:2.3112rem;top:38.68115234375rem;left:3.9375rem;font-size:0.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ZE9llQXXsvM0vdffbgenJwPP3iZ1klAc { display:block; }
 }@media only screen and (max-width: 763px) { #tT49fE3MQ0dNRDy5CvyrR8MsMGSKh8EL { width:9.5rem;height:0.89294375rem;top:37.87060546875rem;left:5.25rem;font-size:0.6875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #LTyJaoy0T6654XriIm1zXdNGaexbldQz { display:block; }#LTyJaoy0T6654XriIm1zXdNGaexbldQz > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoVsOv1dBRFLlGFT0HtAHHx5rZq0wLXv { width:20rem;height:7.875rem;top:7.2493495941163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwfudwwZXUAwB7oONzOtr9brJT3gTBT6 { width:20rem;height:12rem;top:15.679687976837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4QeQ4U5okV9LBLn1ON40PoJ7QiOw51q { width:15.9375rem;height:3.57495rem;top:1.5rem;left:2.0625rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vR7VxOZsT17S0ofMO7ucS4SV8KznqJRb { width:18.125rem;height:1.950075rem;top:4.375rem;left:0.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zoNOXyIpPoWv7L5mcR7ytQCQb3tUnigQ { width:18.125rem;height:7.82311875rem;top:28.429039001465rem;left:0.9375rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #WRzBI0xkhp7t8ZEXMfAZTsZTi51GFNI0 { width:17.3746875rem;height:3.6547875rem;top:31.971570968628rem;left:0.8748915195465rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6e4noS8PWpZEbPmtFdGDzX3pB1mMrXS { width:15.374875rem;height:2.87489375rem;top:39.859588623047rem;left:2.3117406368256rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kdIBn5OLf3EZBDB3Mx4unp6KNTD1RTKD { display:block; }
 }@media only screen and (max-width: 763px) { #Ln4CeIB3QChKPIJXXI4usQZbRSgArk8h { width:12.1230625rem;height:2.3110375rem;top:37.2041015625rem;left:3.93798828125rem;font-size:0.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #LZ3v9fruViTNkrWh93xSTtE4I7SNOrsR { display:block; }
 }@media only screen and (max-width: 763px) { #GIk9bdyalTwiTQD8l6Ukr8ZyOOwLVeHm { width:9.5rem;height:0.89294375rem;top:36.31298828125rem;left:5.25rem;font-size:0.6875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 { display:block; }#Tpfv10Gm1GzMTUMPTyp9rm6qA4XmcTi9 > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWApgX0TCoq1LnAQOSgdIhDngBU7hsM3 { width:20rem;height:35.625rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/108e48c3-6f16-4704-920e-4f141f397a95/Untitled320x800px.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do.adaptive-delivery-prevent-bg, #JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do.lazyload, #JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do.lazyloading { background-image: none; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row .container { background-color: transparent; background-image: none; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row .container > .video-iframe-container { display: none; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row > .video-iframe-container { display: none; }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .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); }#JeVesG3SpHX9oQu5yriwxJ0Fhs3Bn7do > .row .container { width:20rem;height:63.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9ZOJ0ANpISzTxsoHcVGeX0iKsukTODi { width:19.875rem;height:14.5625rem;top:57.375rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #iAFe3VBAJsg4NeUPm4ad148bQlFngPoL { width:3.4375rem;height:3.875rem;top:67.0625rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3eTVPyoMQZFX7LbTPyVF7hZVqFQ2PfN { width:3.75rem;height:3.75rem;top:67.125rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L1wy1HLtuCbPpKwavd0iXz2WyD7TTR08 { width:14.3125rem;height:auto;top:68.3125rem;left:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nMDM29FeZdyOGcvkCfywrQwrv7QB228K { width:14.3125rem;height:auto;top:69rem;left:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lZzhuNexUJdMGe3mkZUi0dx4iXz66KTw { width:14.3125rem;height:auto;top:68.5625rem;left:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkliGSAF7qP7xfh1qPlAaQ9cWtL2mU3c { display:flex;width:1.375rem;height:1.375rem;top:66.9375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhLiSLylZSVQ5Ve7E95h7oxvWmepTm6o { display:flex;width:1.375rem;height:1.375rem;top:66.9375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uq68ZLuZt0iUn7Nht2XZcrNmXR1fpkPM { display:flex;width:1.375rem;height:1.375rem;top:66.9375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3VLq9iShTDkpc4vUXQwRmhxQ75bvQPu { display:flex;width:1.375rem;height:1.375rem;top:66.9375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXyQPJPFFOJZN2JZgRs2qfxXDJK3nFcV { display:flex;width:1.375rem;height:1.375rem;top:66.9375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9xREbr7axqGL4bXIMJzn8mk2QHPt19L { width:19.875rem;height:auto;top:58.5625rem;left:0.0625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #aXKfQxpeDcbbuSWUgmzte9CcbMJpahl7 { width:19.875rem;height:auto;top:58.75rem;left:0.0625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #bK0Qkzlr7il59vabQNdpeghvXghsAPQx { width:19.875rem;height:auto;top:58.0625rem;left:0.0625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #cr5JkNh3H7wanTZfSANVSTuBRGeBrWnB { display:flex;width:1.375rem;height:1.375rem;top:67.3125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7p2UMq7bG1T1el4elzHQGZgAsyLru6F { display:flex;width:1.375rem;height:1.375rem;top:67.3125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hz2tOQq9op3ND2bWpd5T2TS3Rb0T9GVQ { display:flex;width:1.375rem;height:1.375rem;top:67.3125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qlirRxE9cEoKTqUbbgrQZ8IDa0dQwpAc { display:flex;width:1.375rem;height:1.375rem;top:67.3125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWpwLDVcBHGIexMmxT24Teu0SVl19gfy { display:flex;width:1.375rem;height:1.375rem;top:67.3125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PeUDhJQ2d2z50O4oK5X0PvpHxkcWTRih { display:flex;width:1.375rem;height:1.375rem;top:67.0625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvnxEIHX2cE0GW6kXkUzyStzXpevLaTN { display:flex;width:1.375rem;height:1.375rem;top:67.0625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfGKzRnPcOvoV0lwCTZTz2M9XTOzesdO { display:flex;width:1.375rem;height:1.375rem;top:67.0625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQJDVWQRmkVrADeEvzgg6JCh0AWxw9th { display:flex;width:1.375rem;height:1.375rem;top:67.0625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KJkaIyn90MdCL6TXK6OiEZiWflJ1D0mg { display:flex;width:1.375rem;height:1.375rem;top:67.0625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UkIhQQ1Bep6PvMUz67bmAISGXxPExhaE { width:3.75rem;height:3.75rem;top:66.9375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKA8Atul4wxsOblJ1ih9Z9QERcfyDJN0 { width:18.5625rem;height:0;top:45.3501rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Ld0yRWxgzhR2KUvH1DDmNAKA7mB61bAU { width:19.9995rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #BfoVkJrVb60aoIVUtsptA9OMyQxCcdPc { display:flex;width:8.8125rem;height:8.8125rem;top:5.1001rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J58MCgmncCsrB47OuBMJcsU68uut7hiR { display:flex;width:8.8125rem;height:8.8125rem;top:15.1626rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l58n1Zpf4cH2RIvoAJQD7Hu0vWVgJ82m { display:flex;width:8.8125rem;height:8.8125rem;top:25.2251rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dzh7wVmuEGzOBTVcVk7T0SXe5EnyaPoX { display:flex;width:8.8125rem;height:8.8125rem;top:35.2876rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5KlmbPeIiRa9mWpKIGaoWZJcrTOFGqk { display:flex;width:6.1875rem;height:6.1875rem;top:5.25rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CU9x8USpfyJtGTJVO9yxMXSlgJ0TMDmy { width:20rem;height:37.125rem;top:7.38134765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgwSA81LAhMSsGR8gQgeHuQgUfT8VVup { display:flex;width:4.5rem;height:4.5rem;top:0.65625rem;left:7.75rem;opacity:.55;z-index:15031; }
 }@media only screen and (max-width: 763px) { #Egavbg33yEAHqDvsNGmPTlxbAg9X6AuD { display:flex;width:4.375rem;height:4.375rem;top:0.71875rem;left:4.75rem;opacity:.55;z-index:15030; }
 }@media only screen and (max-width: 763px) { #wSHJe37JiRzIA2EHhFU2qC0vlRMOb1mH { width:20rem;height:3.16894375rem;top:2.26953125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.4375rem;font-weight:700;font-style:normal;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #wVmyMv8z4Qq4Quym7RZOx3qGfckVvJqa { display:flex;width:4.4375rem;height:4.4375rem;top:0.6875rem;left:1.6875rem;opacity:.55;z-index:15029; }
 }@media only screen and (max-width: 763px) { #N34xpMAe87dfOOkNg5ICyTqGzauiey7K { display:flex;width:4.625rem;height:4.625rem;top:0.59375rem;left:10.875rem;opacity:.55;z-index:15031; }
 }@media only screen and (max-width: 763px) { #ivOsHNyXCHRnT2ReyM86QDB1vcMDVNw2 { display:flex;width:3.25rem;height:3.25rem;top:1.34375rem;left:14.8125rem;z-index:15033;opacity:.55; }
 }@media only screen and (max-width: 763px) { #T2RahLwdytXqmhclqRKOB64b7pZN9Q21 { width:18.625rem;height:1.4624rem;top:5.15625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:italic;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #w2g3808q6PgBa9SzWsx3m8RfTyaAM5zw { top:39.13330078125rem;left:0rem;width:20rem;height:23.75rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #Mys70O1ygl1buiwNnzw3twLvrtDnpoJx { width:19.875rem;height:14.5625rem;top:57.375rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #L2PlXdcUGHqV665D3zIRTdFhcFNFFFxF { width:19.875rem;height:14.5625rem;top:57.375rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007329a6-f6cc-4c52-af2f-2f07cc7cd8cf/GIFTCARDSECTION6.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa.adaptive-delivery-prevent-bg, #ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa.lazyload, #ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa.lazyloading { background-image: none; }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row .container { background-color: transparent; background-image: none; }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row .container > .video-iframe-container { display: none; }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row > .video-iframe-container { display: none; }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .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); }#ezbdLTTACpnSbKc6RIrC9zEi6hsiiWpa > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zg2pDLpOp1SfrS8rAWQ6BdSuyUetvIbt { width:17.75rem;height:2.92419375rem;top:6.302734375rem;left:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue1MoiIe4gOX8vHVksTsI0os4d8QeUkS { width:20rem;height:2.03125rem;top:1.75rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEfnTCftdQyu1FnfxI07TBwISnWyN3GZ { width:9.4375rem;height:2.125rem;top:20.728515625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntti2GcrWJrIFXZVeIdwT4Ez7iiFkrle { display:block; }
 }@media only screen and (max-width: 763px) { #WwqedM15q4d9N4sDKBqth7U53Tq4AR9D { width:17.3125rem;height:3.16894375rem;top:3.1875rem;left:1.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 { background-color:rgba(0,0,0,0.76);background-image:url("https://images.assets-landingi.com/uc/18b38623-4685-4770-945a-e5018d406094/Untitleddesign57.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6.adaptive-delivery-prevent-bg, #Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6.lazyload, #Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6.lazyloading { background-image: none; }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row .container { background-color: transparent; background-image: none; }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row .container > .video-iframe-container { display: none; }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row > .video-iframe-container { display: none; }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .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); }#Zbi3Ld2iFre3ZQA4XWmsfZBhD0axHlD6 > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrxhZsT60TSlbZ8PhmI5GTrWpQn70aAi { width:20rem;height:1.05615rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ3EXUn7tDwlH5IOZ99dBZNldIywgWwz { width:18.5625rem;height:1.05590625rem;top:4.875rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFScaXHZOgDOi8W1aHhleiWGwqyLmd3i { width:20rem;height:2.6001rem;top:2.3046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUEKFMeMt480gspFqkecyvZXrXvvfNz0 { width:17.75rem;height:2.9375rem;top:16.875rem;left:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNOPi4NKLlO5pPTMsRBp907uyoD6tqps { display:block; }
 }@media only screen and (max-width: 763px) { #ZyObV9ymtC5QcC9a7ft0H3RqJBeMFCBt { width:11.5625rem;height:2.1875rem;top:6.0625rem;left:4.1875rem;z-index:15006;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #obbcIDlREXgkxpNqiOk3Krg7hhr41SLq { display:block; }
 }@media only screen and (max-width: 763px) { #pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx { display:block; }#pyhN9hnyACmDsSBKKRocnqmUfh6UKdnx > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 .accordion-heading-text { font-size:0.75rem;height:auto;line-height:1.6;overflow:hidden; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 .accordion-desc-text { font-family:barlow;font-size:0.75rem;height:auto; }
#cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 { display:flex;height:auto;width:17.5rem;top:7.4599609375rem;left:0rem;gap:0.4375rem;border-top:0.0625rem solid #ff6900;border-left:0.0625rem solid #ff6900;border-right:0.0625rem solid #ff6900;border-bottom:0.0625rem solid #ff6900; }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #ITnUvsHxBTVihvn0mwSnA0OdrXtwGp3b {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #asZKa8KuGxcCVE9N8vwXHnAUVA0nO80C {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #VvPA4m89TiI09KVkZgrmAZOCrC5Qh6vX {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #AitQr3EHW5HOc04mOKQHgE7dlRR5DpiT {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #rbaOw0V7sxtsTHvW06qZzTSWlx7bkVqu {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #Xlp6ONBAMD4PW3dSqxKmTuvlCcB2pzmK {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #lczDSKfC2mDJX6dH1PzTNKvkV1xwVduP {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #CeHSKLBqc6PDxGccVQ2y8PRTs1cIXJK2 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #sfof8ToKsMtnTEUwSiCzcFFpBIsgAtKu {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #rAgd32W55AUImcqNI7g7eAmgZhy4M9OQ {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #gWcssE0t50n6UulLDHkrb7lm2htroFdL {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #uGvPN8KxfQuhzsv7IyVZmr4qXQWgaAsQ {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #MgE41e2APXkBptntLI1ZOq37LuxHmLGC {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #AGsKPipahnFWMONRnWuhG6ct5RgNRdDJ {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #fNygDoUUPfF7n50G4ynFGVqXz2dfaTJX {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #LHBQPiKy7t1yQ9WxTufinDABBhAPG0eb {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #zgut7PoHSex3UdrME2AbBHBcQ3MiQfR0 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #gb6ZJrTCqfw40wtEK66yqSK8xtP3wagh {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #tHUonRKS63rwuVAwc7UtOOoizRNpolpJ {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #nQCCJ3q2rSmbWQ0VF5Hg26w8Naul37hZ {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #JLg2Xz55W6v2sBd873aoAZEJeh3EZLDV {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #sqBuTUH40wBaaucZ0NtvWE5QvbnBZ2do {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #oocc25w6AL8lnfK6rwpVn4ieA7cF6Edo {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #xRhBPmsny5r8XRhzg5BaRg6hLh2KT8gH {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #LpmDFmxoT2k4ReWbLzC1TchTx6SmqGpg {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #pU75aoWWZOva5nKxArvKNyDoPXu43J7A {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #TDctnNaxa4aOzbU6ux0fqSZQEkMdzCDw {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #koNfKttzPaUySwCBqazIQEPRyPJyymFC {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #xFIA99E1SkGQXUogTydhTP9w4cHeb05h {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #wxlAPdmWC3mMfAzOfJxmeJp2aUrJ4CZA {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #lvBn3z4EwCaOWJ9t9tWD0vG6b81z9TfV {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #O09qpkFNr04OUw5SwDP39HUPgSkVmCms {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #suMnq9TbXmhu1a2tAwfwpnK9S3c16Du4 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #bwp9tBn5Eww2nfA2mBy8ErtSUr2EtEg5 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #WzE4x18u8NgO01hViSyNDyTMJFT3QT92 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #CkKQkkgCIqz4vsvqbZOGMPwOUe7VaTmv {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #OInTSFo5ROt9MEvMQ8TVmxzMRUZG8RED {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #uDPZu9nscQkXZFL0ISdCbtKEz0wxxkbp {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #WK244KVRr2CIgvz0U4A4ShN6HMqySSFd {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #dmVQcomggidXW3ccOhuvVXChu1z49BCI {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #aPMNSVTwdZhgCiPJTph3SP5Ddpd0U8o1 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #i9RbsRuGQr7TmbLwTqzGnemVnZBsrqXp {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #dQ545pbSZh1HaFga6hAEfE9soQXlyGSQ {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #WNzrlcApuLvRXaTF3mvsLr1hJftyG2iH {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #B5ASNxPWValys7hk2uBC6UUbKiJnTnlm {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #tkvTqbfhSDycpKcobauPstQm7EJe1M1L {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #xRioFTDCeWkym9areVlBSwzfvIUFDnEz {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #CdO2yAn7ia7KSrtTlCPlEkJqVczGQop0 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #Xrig0DOOeQVG93wQf7xmVtiPCGTw4s29 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #rgpcXk17TJzJ4xwCFovwX8vtF0VT5GZK {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #zJpswWW6JuOuqbvk7gu8R4L88wka1Mqm {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #gX0Hb8ZZRXvmkstEPvQ8rEka1pszLIop {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #kGXAZkWHzsd1dwwnMwfa7ySEqa13B9Wo {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #TT4yKunEqazEkRCWR1RFm0k9bkcPS2b0 {  }
 }@media only screen and (max-width: 763px) { #cpnqJoiMSqVqmLIHOnuEyms4mbwZM2t9 #FShgux0pzaK8R9RwGdz6MahVPKv1eZ8C {  }
 }@media only screen and (max-width: 763px) { #WZzFNsf3RPnTCIXtxIsRIk0cTxT0CXUC { width:20rem;height:2.2749rem;top:1.9375004768372rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsMZmArMK7AbNzha6oxdXoZhnbp922wA { width:20rem;height:2.436525rem;top:4.2109379768372rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvenChorNOy262NZeDi0TMCmogOwMmPm { width:20rem;height:0.1875rem;top:56.942739136719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgvO8u2q5luT8R9dfJZQprUaMxrd0OsG { position:relative;z-index:auto;display:block; }#WgvO8u2q5luT8R9dfJZQprUaMxrd0OsG > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1d5f7876bbb13eacf7e02dc76916376 { width:10.249625rem;height:1.124875rem;top:2.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6618e0ed6b36bc9a608b429c554c96e { width:6.74925rem;height:1.05590625rem;top:1.25rem;left:12.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o12214d0f4fb8e8172ca6c343bad504b { width:7.936375rem;height:1.05590625rem;top:2.5625rem;left:11.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IM9xmsLKb9bJHggNeGZciT6uKgFDVNsf { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#IM9xmsLKb9bJHggNeGZciT6uKgFDVNsf > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 .widget-text.counter-number { padding-top:0.26375rem;padding-right:0.2425rem;padding-bottom:0.26375rem;padding-left:0.2425rem;width:1.455rem;min-width:1.455rem;height:1.42rem;font-size:1.056875rem;line-height:22.72px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.165rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.94rem;height:0.560625rem;font-size:0.39625rem;line-height:8.97px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 { display:flex;width:11.124875rem;height:2.6245125rem;top:4.79248046875rem;left:4.3902587890625rem;padding-top:0.04375rem;padding-right:0.04625rem;padding-bottom:0.04375rem;padding-left:0.04625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #OxUaiZq70th2Hq4G63Msx6IpMRZC4KhV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #HDmkagyAHZ81l9loXBziwIRehQ4MxA5u {  }
 }@media only screen and (max-width: 763px) { #BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #XI53IezLixyki5BAdeJi26gv7MikzBAd {  }
 }@media only screen and (max-width: 763px) { #BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #uJ28s9HTFUAIXILfg8HfF1SolRGQaZXX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #d8S2Jrhkm0Kf5WBBx8M4Fk5nJVmEJBVB {  }
 }@media only screen and (max-width: 763px) { #BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #Crs1G2PVuyIebr6AuTemOizJfMeIgAuS {  }
 }@media only screen and (max-width: 763px) { #BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #HUz1Fi16iTTG4wOA9a4iiWzt9X5SrXeh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #XF32hJHILM39aUQCNEpfMk7BOghufxJT {  }
 }@media only screen and (max-width: 763px) { #BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #VJMeEufQ9SPgrJMN7B7R18OLkmzdacpT {  }
 }@media only screen and (max-width: 763px) { #BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #v0cBC6eIqNeT34BmxfChrUfcvXvO2Ddp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #wFliBaZwTmmWdXZrI9sgcxTwvITKQJMB {  }
 }@media only screen and (max-width: 763px) { #BRCl4TsssdopAsqs62Cw4Qbps9T8pTM9 #P7Kr0hiMbVEFMwXXmm1QZbZsGvfcwLS2 {  }
 }@media only screen and (max-width: 763px) { #R7XWwn32ZxPLkOABBVgGAP7a8VoGSQHo { width:20rem;height:0.6494125rem;top:1.2091064453125rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6HaGemdQk6XZyVG3m1COsN71AdF9Ina { width:18.375rem;height:1.5625rem;top:1.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra8M05maP2eDbz3ThmmvZH79IOJA5Khv { width:18.125rem;height:1.54358125rem;top:1.85791015625rem;left:0.9375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTG20dPL5mc9h7FNTt4TCOFVCVLFkUeg { width:10.123875rem;height:0.7312rem;top:4.0618896484375rem;left:4.937744140625rem;font-size:0.5625rem;display:block; }
 }