.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;
}
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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#fKTTwgDApfJ39cUveT0tLprwB87QIFTb { position:relative;display:block; }#fKTTwgDApfJ39cUveT0tLprwB87QIFTb { background-color: transparent; background-image: none; }#fKTTwgDApfJ39cUveT0tLprwB87QIFTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKTTwgDApfJ39cUveT0tLprwB87QIFTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKTTwgDApfJ39cUveT0tLprwB87QIFTb > .row .container > .video-iframe-container { display: none; }#fKTTwgDApfJ39cUveT0tLprwB87QIFTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKTTwgDApfJ39cUveT0tLprwB87QIFTb > .row > .video-iframe-container { display: none; }#fKTTwgDApfJ39cUveT0tLprwB87QIFTb > .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); }#fKTTwgDApfJ39cUveT0tLprwB87QIFTb { border-width: 0; border-radius: 0; }#fKTTwgDApfJ39cUveT0tLprwB87QIFTb > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c625710c-5995-42f6-add4-e84d7554cd40/TLoquest.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:0.875rem;font-family:arial;height:50.0625rem;width:75rem;position:relative;display:block; }#fKTTwgDApfJ39cUveT0tLprwB87QIFTb > .row .container.adaptive-delivery-prevent-bg, #fKTTwgDApfJ39cUveT0tLprwB87QIFTb > .row .container.lazyload, #fKTTwgDApfJ39cUveT0tLprwB87QIFTb > .row .container.lazyloading { background-image: none; }#GlExNuFP1beWTEMFSkTzpVPabE2yA9Vl { position:absolute;display:block;z-index:100041;background-color:rgba(128,167,248,0.39);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:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: -0.625rem 0.9375rem 1.1875rem rgba(55,53,62,0.39) ;height:14.75rem;width:47.875rem;top:23.2490234375rem;left:0rem;display:block; }
#W69nexFeF4fzT5TIguQvhAhZb2HR42DT { color:#ffffff;display:block;width:36.4355625rem;position:absolute;font-family:ivyjournal;font-size:2rem;font-weight:400;z-index:100042;line-height:1.3;letter-spacing:0;top:24.206816673279rem;left:1.7187509536743rem;height:7.7988375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TylJeJmS1w8O71oP3CFnFWkTNyC1rZbs { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:49.875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TbeXXIUenkz1Hxgb4vbsyZISXFnlCHs1 { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:23.5625rem;top:26.248698234558rem;left:51.499568462372rem;overflow:hidden;display:block; }
#JhxqTJb9RmRmhp1ZuZyDerDKZKEFD7hG { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.9980625rem;width:17.6230625rem;top:0.6875rem;left:0.96875rem;overflow:hidden;display:block; }
#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c625710c-5995-42f6-add4-e84d7554cd40/TLoquest.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;z-index:auto;display:block; }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF.adaptive-delivery-prevent-bg, #DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF.lazyload, #DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF.lazyloading { background-image: none; }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row .container { background-color: transparent; background-image: none; }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row .container > .video-iframe-container { display: none; }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row > .video-iframe-container { display: none; }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .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); }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row .container { border-width: 0; border-radius: 0; }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#cLi0GEbihUTC7GUR1frT8x4xvO14TOXb { color:#ffffff;display:block;width:40rem;position:absolute;font-family:ivyjournal;font-size:1.9375rem;font-weight:normal;z-index:100052;line-height:1.3;letter-spacing:0;top:24.3125rem;left:17.125rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#kvA1Tg9DbnyyNi9VJPWfBKAuirbJQRcF { color:#ffffff;display:block;width:43.9375rem;position:absolute;font-family:ivyjournal;font-size:1.9375rem;font-weight:normal;z-index:100053;line-height:1.3;letter-spacing:0;top:1.697265625rem;left:15.53125rem;height:7.5556875rem;text-align:center;text-align-last:center;display:block; }
#tT1L1pXTeA2GlNVrBViqpW1FtZTd5UZ8 { color:#ffffff;display:block;width:40rem;position:absolute;font-family:ivyjournal;font-size:1.375rem;font-weight:normal;z-index:100054;line-height:1.3;letter-spacing:0;top:21.5rem;left:10.375rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#si66FAqTrOdmiRxzzdlh1g4z4eqLDha8 { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:ivyjournal;font-size:1.375rem;font-weight:normal;z-index:100055;line-height:1.3;letter-spacing:0;top:21.5rem;left:51.1875rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#yk8GqucOB4I5NGbrrz1OImigEfK8zLsz { color:#ffffff;display:block;width:40rem;position:absolute;font-family:ivyjournal;font-size:1.375rem;font-weight:normal;z-index:100055;line-height:1.3;letter-spacing:0;top:28.4375rem;left:10.375rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#bOTXtZEpTvWTGHL0Athu6Z5pU0Se7bIs { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:ivyjournal;font-size:1.375rem;font-weight:normal;z-index:100056;line-height:1.3;letter-spacing:0;top:28.4375rem;left:51.1875rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#NLQEz08in03oissVDZO3OB3fnX0m20tu { position:absolute;display:block;z-index:100002;background-color:#2f2a80;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;height:6.25rem;width:58.3745625rem;top:0rem;left:8.3116321563719rem;display:none; }
#DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 .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; }
#DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff004c;background-image:none;color:#ffffff;padding-top:0.605rem;padding-right:0.53875rem;padding-bottom:0.605rem;padding-left:0.53875rem;display:block;align-items:center;width:3.23125rem;min-width:3.23125rem;height:3.25125rem;position:relative;font-family:arial;font-size:2.419375rem;font-weight:700;line-height:52.02px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 .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.378125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.30875rem;height:1.285625rem;position:relative;font-family:barlow;font-size:0.9075rem;font-weight:700;line-height:20.57px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 { 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;display:flex;justify-content:space-between;width:22.1875rem;height:6.125rem;padding-top:0.075625rem;padding-right:0.076875rem;padding-bottom:0.075625rem;padding-left:0.076875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:11rem;left:26.328125rem;z-index:100057; }
#DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #EqP4OM3zosUdqSD1RUv2hExxAI4qxDZT { display:flex;position:relative;top:0rem;left:0rem; }
#DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #eQI6F8pXePCzM6cuOoiG1rzcfBkSRxRL { width:auto; }
#DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #fgth3UgTkvWyZT3a9KxB8M2ax9KE5sRk {  }
#DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #aXHbUhCXTBaIxB1pHQyn5sQIzy9DnTFI { display:flex;position:relative;top:0rem;left:0rem; }
#DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #H2nQrbAW28vT7Un9u3bOIbxsuXnu4zwk {  }
#DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #b38ozilHaIl6UCMRDZvsqeITb3TPyPoW {  }
#DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #lQwSAzbELyU009gma5z8JZaID7MPmSFS { display:flex;position:relative;top:0rem;left:0rem; }
#DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #vcDTG44MH18wyuawXVvgv7gTgoGO8rmQ {  }
#DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #hqDFv7Ag6zCOqgILzl1igigAAmcCvsyl {  }
#DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #grcKb6BEcmRgaVOfhHEl0TfrsFPCUybc { display:flex;position:relative;top:0rem;left:0rem; }
#DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #azQBugablK0CJluTFEUFBgZQNrs8kpaK {  }
#DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #NkcP8Ea2f4o7CrzKkrt65PoCKJ3y4xch {  }
#ia6plTponUG2VgxE2LrSNTHhKVIMZ81W { position:relative;display:none; }#ia6plTponUG2VgxE2LrSNTHhKVIMZ81W { border-width: 0; border-radius: 0; }#ia6plTponUG2VgxE2LrSNTHhKVIMZ81W > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c625710c-5995-42f6-add4-e84d7554cd40/TLoquest.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:none; }#ia6plTponUG2VgxE2LrSNTHhKVIMZ81W > .row .container.adaptive-delivery-prevent-bg, #ia6plTponUG2VgxE2LrSNTHhKVIMZ81W > .row .container.lazyload, #ia6plTponUG2VgxE2LrSNTHhKVIMZ81W > .row .container.lazyloading { background-image: none; }#FAsFZu8G77sh4IQKy61DMG6AM5UiH8wl { color:#ffffff;display:block;width:74.875rem;position:absolute;font-family:barlow;font-size:1.875rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:11.394746780396rem;left:0.06163215637207rem;height:19.55903125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XJRaiCb5N6CsEJ1iqIHh5w2p0q9M6sk6 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.1875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#EWRS0NHInLXn1IWREngb5xKZi08QLVtr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d4c4ab;background-image:none;position:relative;display:none; }#EWRS0NHInLXn1IWREngb5xKZi08QLVtr > .row .container { border-width: 0; border-radius: 0; }#EWRS0NHInLXn1IWREngb5xKZi08QLVtr > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:none; }#DiaWbkgTp9q4qhs7prTQdRuq0QW9XQ9q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c625710c-5995-42f6-add4-e84d7554cd40/TLoquest.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#DiaWbkgTp9q4qhs7prTQdRuq0QW9XQ9q.adaptive-delivery-prevent-bg, #DiaWbkgTp9q4qhs7prTQdRuq0QW9XQ9q.lazyload, #DiaWbkgTp9q4qhs7prTQdRuq0QW9XQ9q.lazyloading { background-image: none; }#DiaWbkgTp9q4qhs7prTQdRuq0QW9XQ9q > .row .container { border-width: 0; border-radius: 0; }#DiaWbkgTp9q4qhs7prTQdRuq0QW9XQ9q > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:none; }#A0ZCRVEai7yJLHFE2yprMcF0u47Ncz43 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.8125rem;width:44.375rem;top:9.1865234375rem;left:15.3125rem;display:block; }
#TdFMmvQB2icMH8IPrASkVTAkiFLT4xvq { color:#f3eeee;display:block;width:55.625rem;position:absolute;font-family:ivyjournal;font-size:1.6875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.4811248779297rem;left:9.6875rem;height:6.5800625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vi8UTt1ZfzdLq3w64T2QaXAzysE6umBi { color:#ffffff;display:block;width:58.4375rem;position:absolute;font-family:ivyjournal;font-size:1.5rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:35.81982421875rem;left:8.28125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#NgVK1d6t6RxsWLmnWU6FSH7t1LVfyqhm { position:relative;display:none; }#NgVK1d6t6RxsWLmnWU6FSH7t1LVfyqhm { border-width: 0; border-radius: 0; }#NgVK1d6t6RxsWLmnWU6FSH7t1LVfyqhm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c625710c-5995-42f6-add4-e84d7554cd40/TLoquest.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;font-size:0.875rem;font-family:arial;height:100.125rem;width:75rem;position:relative;display:none; }#NgVK1d6t6RxsWLmnWU6FSH7t1LVfyqhm > .row .container.adaptive-delivery-prevent-bg, #NgVK1d6t6RxsWLmnWU6FSH7t1LVfyqhm > .row .container.lazyload, #NgVK1d6t6RxsWLmnWU6FSH7t1LVfyqhm > .row .container.lazyloading { background-image: none; }#SKdkbEAv6Dl2Uf8ZuxVFrxSu26IXX1WO { color:#ffffff;display:block;width:75rem;position:absolute;font-family:barlow;font-size:3.8125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.1859865188599rem;left:0rem;height:4.9566rem;text-align:center;text-align-last:center;display:block; }
#rpEI5T5uXftZcLuzD0KCfI7gJllyQAoJ { position:absolute;display:block;z-index:100003;background-color:#ffffff;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:37.5rem;width:15.625rem;top:11.062286376953rem;left:1.75rem;display:block; }
#EZWM8N81Ek8uLMCPq1IBgTIW1SMiy1sR { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.625rem;width:13.75rem;top:11.999786376953rem;left:2.6875rem;overflow:hidden;display:block; }
#FHXKKd2VsP6lwAIubBW0O8Jtsce67WGQ { color:#de2530;display:block;width:13.75rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:32.749572753906rem;left:2.6875rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S3AWGMMuAan5wJex7D8RR2UKy1ATTGdX { background-color:#ff2525;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;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:37.312271118164rem;left:1.75rem;display:block; }
#b99yurQsGisJayaXQfNbeC1fqaTsfD72 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WTvlTBWnEZT0qREhf0TStt8IVOTw9lqX { background-color:#0d074f;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;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:41.062271118164rem;left:1.75rem;display:block; }
#vG0pRPW3w2J38VoiKzQf5IQgIEwETh3d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#miSXH0ilMzJPnXIkM7Np2bxJSRzA3OAB { position:absolute;display:block;z-index:100008;background-color:#ffffff;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:37.5rem;width:15.625rem;top:11.062286376953rem;left:20.061850547791rem;display:block; }
#n86VLo1FofTAnKs8ko9aTQsWO7ukKrwN { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5rem;width:13.75rem;top:11.999786376953rem;left:20.999350547791rem;overflow:hidden;display:block; }
#zz9NIWIgOXXuzcfooG0oAe1r6aIELpl8 { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:32.749572753906rem;left:20.999350547791rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JJC0l26Pw0Cm4ilTd4OnOmXeda53S6Ne { background-color:#ff2525;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;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:37.312271118164rem;left:20.061850547791rem;display:block; }
#K5mt5RtdT6Xy5gI1tWRS9kEGtBHzpFEi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xT0ksffKswuwVzHPvIpZJAUPoo2TAaSc { background-color:#05084d;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;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:41.062271118164rem;left:20.061850547791rem;display:block; }
#gmxHDhIhlJmKsQ6iQs7pyyJLVKatfWrn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#boC4rqXGySzRTyEsQTuWyhMowBsoZEwM { position:absolute;display:block;z-index:100013;background-color:#ffffff;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;height:37.5rem;width:15.625rem;top:11.0625rem;left:39.5625rem;display:block; }
#OxAaUpAFkh7CEMwg1rqRLrtkftSDa4nO { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:13.875rem;top:18.255648612976rem;left:42.502123589839rem;overflow:hidden;display:block; }
#zwZWT77RiAeRK48LAoo2mUSCUlfJ1ObE { color:#9b0f0f;display:block;width:13.75rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:32.49153137207rem;left:40.499133110046rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sTyTWxrhbxqADhoa9hOTls4eCMTMGREk { background-color:#ff2525;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;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:37.3125rem;left:39.5625rem;display:block; }
#qvMF6sziEIRoUc9OH0ZZ1dxVGpcBAE1T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pAT6pd1nvhFVvqzwfGyeBf5xw3cXrJfs { background-color:#0d074f;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;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:41.0625rem;left:39.5625rem;display:block; }
#fAhxJkbI2QTVunqqgq4xhxTyfCIWkFW8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UAHbyF549ROFdb9i8Co64quDAgTP27IC { position:absolute;display:block;z-index:100018;background-color:#ffffff;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:37.5rem;width:15.625rem;top:11.062286376953rem;left:58.06250667572rem;display:block; }
#nS4ZTI3XV30HKlyLRCDUhEXyKKzk4SmD { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.625rem;width:13.75rem;top:11.999786376953rem;left:59.00000667572rem;overflow:hidden;display:block; }
#CL2xTeN6E71bGcklgzSxA3Q6qgog0oQV { color:#d02525;display:block;width:13.75rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:32.749572753906rem;left:59.00000667572rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ODecMJsXpkM6ir7M4vlgsKC4AepSHF0g { background-color:#ff2525;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;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:37.312271118164rem;left:58.06250667572rem;display:block; }
#G0ovdaMVens1STvKsa3HJoX57aXTuunt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KCaJ1bUSlK1mhLxtFiBWtCtKQX9pcili { background-color:#0d074f;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;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:41.062271118164rem;left:58.06250667572rem;display:block; }
#LWFDRm18XhWqiMk28FAfNlpTRXD5a0ZX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cmnCRVl5fTKCgoGUsg4X9rTePi3RK7W9 { position:absolute;display:block;z-index:100028;background-color:#ffffff;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:37.5rem;width:15.625rem;top:55.434036254882rem;left:20.060982704163rem;display:block; }
#sXBiHmnX2evteWdFPaA4deFbETI74gRH { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.4998125rem;width:13.75rem;top:56.815322875976rem;left:21.003907203674rem;overflow:hidden;display:block; }
#EHq2uz7rv08xKWfTVkBSfUARQQo7Ancx { color:#9b0f0f;display:block;width:13.75rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:77.123489379881rem;left:20.998482704163rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vScXQwAm8fnCUOANZrkUR2g4iNVHLrl6 { background-color:#ff2525;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;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:82.309036254881rem;left:20.060982704163rem;display:block; }
#NESMurU2J3qQNJgxaTi21E4tMleQXfx1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KFiLC7IQshT1B93JcJGZuG7OzCZtZ0vy { background-color:#0d074f;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;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100035;text-align:center;text-align-last:center;top:86.059036254881rem;left:20.060982704163rem;display:block; }
#zqbfWcaCT2CsFxc89cB941pe51dHgSS9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ySpDtTgiyznLX4GszhiBdkgHyPxER0Np { position:absolute;display:block;z-index:100023;background-color:#ffffff;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:37.5rem;width:15.625rem;top:55.43620300293rem;left:1.8125rem;display:block; }
#wAC77tfs5ArWVouxxArVvZgxnp8Tx8d8 { background-color:#ff2525;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;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:82.311203002931rem;left:1.8125rem;display:block; }
#hGpWLyBGZtJEgeQTUPnuTFOxATPtdCev { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OfEpJQX3yiHrKPq3PaACTkkmtf1GMvTR { background-color:#0d074f;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;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:86.061203002931rem;left:1.8125rem;display:block; }
#ITFZpJT9r49GE63y2TDwyWUvRiSvD0fF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nSX4xgZxhRpXVibgq3TgVUsW68RunxBh { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.625rem;width:13.75rem;top:56.37370300293rem;left:2.6241321563721rem;overflow:hidden;display:block; }
#sr2nm3xBJQ5pGV93Ud874iQTL8ZxmNIu { color:#9b0f0f;display:block;width:14.375rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:77.123489379881rem;left:2.4375rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NbNqnTd413RuWENXPVCiBZMPCQ1AffaI { color:#9b0f0f;display:block;width:14.375rem;position:absolute;font-family:"barlow condensed";font-size:1.875rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:45.4375rem;left:40.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nbTHXZoedicWCoFsfGZwCOA5NCaZHeOC { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:"barlow condensed";font-size:1.875rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:45.437271118164rem;left:2.375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TfQRDrid3IcaKBZhcehaaMTPrB2ylL3k { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:"barlow condensed";font-size:1.875rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:45.437271118164rem;left:20.686850547791rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OR82Beb9N5UtAcVE7GiwspTW3yNeoF4x { color:#d02525;display:block;width:14.375rem;position:absolute;font-family:"barlow condensed";font-size:1.875rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:45.437271118164rem;left:58.68750667572rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bEBCFn46rXaBGKa7xOqVSLh3SEa6Mf4T { color:#9b0f0f;display:block;width:14.375rem;position:absolute;font-family:"barlow condensed";font-size:1.875rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:90.123703002931rem;left:2.4375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R5T2LAmEClJVftlXnTdFoOG65qXTOoqX { color:#9b0f0f;display:block;width:14.375rem;position:absolute;font-family:"barlow condensed";font-size:1.875rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:90.121536254881rem;left:20.685982704163rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LWMNRFG763k8ZulOeFOqRpBbAiSM3DvA { color:#ffffff;display:block;width:75rem;position:absolute;font-family:barlow;font-size:2.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:6.1425867080689rem;left:0rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#IKdXl1tJiQmhdPcu2zU28wA17rcyzyEN { position:absolute;display:block;z-index:100030;background-color:#ffffff;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:37.5rem;width:15.625rem;top:55.40364074707rem;left:39.311634063721rem;display:block; }
#XQF8yc0IQB2FVnXtTt364Hw9534nz5hm { background-color:#ff2525;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;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100035;text-align:center;text-align-last:center;top:82.311203002931rem;left:39.311634063721rem;display:block; }
#t4LDoA7aRJdJ98uCLUlrRisCFdWw12wO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oyh99ERLLI1WSkuxOFlsZciw5qqIR8KX { background-color:#0d074f;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;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:86.061203002931rem;left:39.311634063721rem;display:block; }
#DFTbfnFgPOagt7LI8o1kZ1angmWekHga { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZN7eVQnftoabNIe4W8EWTr4TxanNacRy { color:#9b0f0f;display:block;width:14.375rem;position:absolute;font-family:"barlow condensed";font-size:1.875rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:90.185562133787rem;left:39.997398376465rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JJKkN2NUneUGOkHRTBZPxRxaxX29LDCa { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.9375rem;width:13.8125rem;top:56.660171508789rem;left:40.151260375976rem;overflow:hidden;display:block; }
#TBnWyyCFbNCygFWT00DLR94TcJy23ACL { color:#9b0f0f;display:block;width:13.75rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:78.130416870119rem;left:40.249134063721rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fPtnyT560FQx0EbrnEkgy9ptGdCLzh34 { position:absolute;display:block;z-index:100014;background-color:#f6f4ee;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;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:16.6873125rem;width:75rem;top:99.593106269838rem;left:0rem;display:none; }
#krOAIpg1e0Zi6KhhIFGhXHQXddTfS2Tc { position:absolute;display:block;z-index:100001;background-color:#f4c400;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.69) ;height:40.8125rem;width:18.6875rem;top:9.541015625rem;left:38.005644798279rem;display:block; }
#QTAOJ2W9GOs3DT10G2M0XXPCmeJHzRED { position:absolute;display:block;z-index:100031;background-color:#ffffff;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:37.5rem;width:15.625rem;top:55.434030056rem;left:57.811418533325rem;display:block; }
#UDRbvXTtySXaIKqIWOf3cRGCtn1psAxv { background-color:#ff2525;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;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:82.309030532837rem;left:57.811418533325rem;display:block; }
#IIqT5vJKrTMHantmhKtvHytEyfMinzeP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#S5GyESeTpNoNEb2vTTQU94C5zUJhd49n { background-color:#0d074f;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;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100037;text-align:center;text-align-last:center;top:86.059032440187rem;left:57.811418533325rem;display:block; }
#J3rb5uhNJUKaF8i2qaBA2SwUTK8KJ4Nr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RoNx6z2b7auaF9LbilNFkqqkK41IBiss { color:#9b0f0f;display:block;width:14.375rem;position:absolute;font-family:"barlow condensed";font-size:1.875rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:90.1914100647rem;left:58.686418533325rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EkVzpIbt8WKiPntP1uE5f4rqDpXBXoT3 { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.875rem;width:13.9375rem;top:56.766731954651rem;left:58.706785097759rem;overflow:hidden;display:block; }
#xwgv4dxkHN8X5O6ttAtSUTNIDgBtQvCp { color:#9b0f0f;display:block;width:13.75rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:77.294490814206rem;left:58.748918533325rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zMzyS4307Hwotzda6TdF4iEJwt3tyvRs { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.8125rem;width:12.4375rem;top:14.296007633209rem;left:40.542318344116rem;overflow:hidden;display:block; }
#R6wfGRkDhUXFFKtgxrkImBrFQUpqnm01 { position:absolute;display:block;z-index:100048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.375rem;width:12.25rem;top:10.796457027512rem;left:38.058833600595rem;overflow:hidden;display:block; }
#Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c625710c-5995-42f6-add4-e84d7554cd40/TLoquest.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }#Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK.adaptive-delivery-prevent-bg, #Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK.lazyload, #Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK.lazyloading { background-image: none; }#Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK > .row .container { background-color: transparent; background-image: none; }#Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK > .row .container > .video-iframe-container { display: none; }#Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK > .row > .video-iframe-container { display: none; }#Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK > .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); }#Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK > .row .container { border-width: 0; border-radius: 0; }#Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK > .row .container { font-size:0.875rem;font-family:arial;height:102.9375rem;width:75rem;position:relative;display:block; }#XqJucdGUFOCHceD0cEUEgEV7I0HT3swq { color:#ffffff;display:block;width:75rem;position:absolute;font-family:barlow;font-size:3.8125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.1859865188599rem;left:0rem;height:4.95605625rem;text-align:center;text-align-last:center;display:block; }
#c6i4ayFE1rvJ9rJU8PTWdc8ZZCqtbmLT { position:absolute;display:block;z-index:100008;background-color:#ffffff;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:30.25rem;width:70.9375rem;top:58.1875rem;left:2.03125rem;display:block; }
#N0Wi1325C2oGE9LhP77INexVk3sQtgi4 { position:absolute;display:block;z-index:100000;background-color:#ffffff;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:37.5rem;width:15.625rem;top:10.500001311302rem;left:29.6875rem;display:block; }
#D9It1B98mEUX8KX3S7yfv9HhdwdXu5HR { background-color:#ff2525;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;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:36.531251907349rem;left:29.6875rem;display:block; }
#whAUHWwBGrZ5TJGzb28DrMiTSsGy9gpA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XENm9U8s1DBwtnBTcBg0PS8QMw9OMzZ9 { background-color:#0d074f;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;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:40.21875rem;left:29.6875rem;display:block; }
#ZVXTv4g2ITCGKrHFKSP8NTmy2PKIlwoG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BPPvkUNpQOAIcOumA60qAiT6bMTrSz6V { color:#9b0f0f;display:block;width:14.375rem;position:absolute;font-family:"barlow condensed";font-size:1.875rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:45rem;left:30.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i5m5NZyQVWS3aIQV4JZvGQ0zUS0FrTTf { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:"barlow condensed";font-size:1.875rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:79rem;left:8.4375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fwULqZJCkHTvkh1THVRQnNMQWfr6otLX { color:#ffffff;display:block;width:75rem;position:absolute;font-family:barlow;font-size:2.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:6.1425867080689rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#vupiVfhafB49u8yB06rGuvhGaGlneZbP { position:absolute;display:block;z-index:100014;background-color:#f6f4ee;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;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:16.6873125rem;width:75rem;top:99.593106269838rem;left:0rem;display:none; }
#CpvfsUMwfI82NtPcElaLGrO0VMp3WehZ { position:absolute;display:block;z-index:100001;background-color:#f4c400;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.69) ;height:40.8125rem;width:18.6875rem;top:10.3125rem;left:28.5625rem;display:none; }
#Gr1PiMWPG7IZUVenLdLICVKuqNsOIQfq { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.125rem;width:16.1855625rem;top:13.84375rem;left:29.40625rem;overflow:hidden;display:block; }
#nm8fTzvu5dNxCyTW7HiNmdfVo40Aek1v { position:absolute;display:block;z-index:100048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.3730625rem;width:16.8105625rem;top:14.7822265625rem;left:52.0634765625rem;overflow:hidden;display:block; }
#xooCywoXxtRzI4ecGLfVWGEzMWgoB9uH { position:absolute;display:block;z-index:100009;background-color:#ffffff;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:37.5rem;width:15.625rem;top:10rem;left:7.8125rem;display:block; }
#IEcL7Jq63WXN0NItZ5lOcGy5h9EupvHf { position:absolute;display:block;z-index:100051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.2480625rem;width:16.3105625rem;top:13.0009765625rem;left:7.46875rem;overflow:hidden;display:block; }
#idGJT6BoMalE1tiLFyGzsyWBCqQsHs59 { color:#9b0f0f;display:block;width:13.75rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:34.5rem;left:7.8125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JgO7EPwC0mQQqpJITdbe2tHQnWNg2tCo { background-color:#ff2525;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;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:36.46875rem;left:7.8125rem;display:block; }
#fHzdT00bWg1atzEBWroATdiXsmlDHhns { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HKyW5HrTB8rFIu0F7HSATWMp7LOo7H5w { background-color:#0d074f;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;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:40.21875rem;left:7.8125rem;display:block; }
#fTlMaRvEFZR4DuoQANcPFhIlFiX2ODqh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MCGL9ec6EGTtzduqqsTkiL5TfVrI9sNl { color:#9b0f0f;display:block;width:14.375rem;position:absolute;font-family:"barlow condensed";font-size:1.875rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:45rem;left:9.125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rr8iJxhmNJEDWGxMsKgGHGkvbqimTfBe { position:absolute;display:block;z-index:100018;background-color:#ffffff;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:37.5rem;width:15.625rem;top:10.5rem;left:52.8125rem;display:block; }
#qOLWlHnLy0fdK5rVPWgUBGu0JQPwTDWV { color:#9b0f0f;display:block;width:13.75rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:34.4375rem;left:53.9375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o1CqFPVPrXUEM5Bu9Mk5yIFmfeww7d4I { background-color:#ff2525;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;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:36.46875rem;left:52.8125rem;display:block; }
#aRVmKwNSQe888hOWQJU2gTSSXEKP89T6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XcD8PUxItsEAt2keBRzp2bN78tdg1IXK { background-color:#0d074f;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;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:40.1875rem;left:52.8125rem;display:block; }
#onXD4OtotfCGGXJnhuTAX877h8MVUPrQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rU9crwnUBcKpKh2IWTn0vq80a3CPfCnx { color:#9b0f0f;display:block;width:14.375rem;position:absolute;font-family:"barlow condensed";font-size:1.875rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:45rem;left:53.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SV1kJxU06Fyp8qVoRJSvELWJeRgtMebL { color:#9b0f0f;display:block;width:13.75rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:34.5rem;left:30.625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R4yXd7fToUrufSMrablylx3HJAw9yJs1 { color:#000000;display:block;width:52.25rem;position:absolute;font-family:ivyjournal;font-size:4.0625rem;font-weight:700;z-index:100066;line-height:1.3;letter-spacing:0;top:51.576171875rem;left:13.8125rem;height:5.28125rem;font-style:normal;display:block; }
#Z7oi0ITgVtFNbNwWi4SlnQzbuqIDX7dl { position:absolute;display:block;z-index:100018;background-color:#ffffff;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:37.5rem;width:15.625rem;top:11.25rem;left:57.9375rem;display:none; }
#gcMTTCSFUgZk48dGpcvCs7pkrbtTWa5p { background-color:#ff2525;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;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:37.4375rem;left:24.4375rem;display:none; }
#Tad9zqRLa76lPzm1PX1x7PnWuPnUdBU4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cdiTzkJBUcgI8AK8qda015F0uweOmBXC { background-color:#0d074f;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;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:41.1875rem;left:24.4375rem;display:none; }
#Sfgv1iPqJwa2Ae76v6hac1qOEkuIV3nc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nCgDT5NmbTUxKz6oQTfWENWtNXB0MfWw { color:#9b0f0f;display:block;width:14.375rem;position:absolute;font-family:"barlow condensed";font-size:1.875rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:45.5625rem;left:25rem;height:2.43706875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kMHb7XyEurRk7S2l2WUJ0Fym5GTMK9SF { color:#9b0f0f;display:block;width:13.75rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:34.0625rem;left:25.4375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hUnl3t2R7NvLNyl1GO6RvtU2O8Thm3gx { color:#000000;display:block;width:42.625rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:normal;z-index:100016;line-height:1.5;letter-spacing:0;top:62.765625rem;left:27.4375rem;height:21.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NBm77NztpnrDpITtT5peiER27w7Sw83D { color:#000000;display:block;width:28.6875rem;position:absolute;font-family:ivyjournal;font-size:1.9375rem;font-weight:700;z-index:100031;line-height:1.4;letter-spacing:0;top:61.041015625rem;left:2.03125rem;height:2.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z5Ef3WHaeErcoJL61lCP6HDh4em8QF66 { position:absolute;display:block;z-index:100009;background-color:#ffffff;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:37.5rem;width:70.9375rem;top:57.34375rem;left:2.03125rem;display:none; }
#Z46HkRhHiEQCtb4AKunmbINqnLHzvkgq { position:absolute;display:block;z-index:100009;background-color:#ffffff;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:8.125rem;width:71rem;top:90.716796875rem;left:2.03125rem;display:block; }
#pPCLitqVT4Q4RBM7tpSs6yRs47S7y8lk { color:#000000;display:block;width:70.8125rem;position:absolute;font-family:barlow;font-size:2.8125rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:91.326171875rem;left:2.3125rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#wTqpsKgQbgHOaE5igJnwu6C5XRtoTq7q { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5rem;width:21.0625rem;top:65.625rem;left:5.09375rem;overflow:hidden;display:block; }
#hw74RxXuozXCQLgwywoTJ3O4xKL9b3Ao { color:#000000;display:block;width:70.8125rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:84.951171875rem;left:2.09375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT > .row .container { background-color: transparent; background-image: none; }#xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT > .row .container > .video-iframe-container { display: none; }#xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT > .row > .video-iframe-container { display: none; }#xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT > .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); }#xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT > .row .container { border-width: 0; border-radius: 0; }#xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#LeVmeB9eWIIzuq7r62NJ7UyTm1Ji9VZS { color:#4a86d1;display:block;width:57.3123125rem;position:absolute;font-family:ivyjournal;font-size:2.8125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.9203557968139rem;left:1.4973955154419rem;height:10.96875rem;font-style:normal;display:block; }
#QTMq8pOd08LwPoNsIDNDTdbrJ8Q3RuHu { z-index:100001;top:15.634766578674rem;left:51.788195610046rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #d02525, #e41b57);background-image: -moz-linear-gradient(178deg, #d02525, #e41b57);background-image: -ms-linear-gradient(178deg, #d02525, #e41b57);background-image: -o-linear-gradient(178deg, #d02525, #e41b57);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d02525', endColorstr='#e41b57' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d02525', endColorstr='#e41b57' );";background-image: linear-gradient(178deg, #d02525, #e41b57);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(66,38,46,0.35) ;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:15.999375rem;height:3.49935rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sTQHGc3KsVtFt1BmGsJtq1rzQOfJGEwZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wiTCs7KmXk3LS5QCPzT0RKeT8J9mUc3D { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.249125rem;width:15.374375rem;top:12.8125rem;left:59.625rem;overflow:hidden;display:block; }
#PTweOfgJOx4Vz47L6m0xxcVxMVsdbdDv { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.124375rem;width:15.2495625rem;top:2.125rem;left:59.75rem;overflow:hidden;display:block; }
#UvDay1Qel3Z4GRd8Uo42O9GQ14SudUZv { position:relative;display:none; }#UvDay1Qel3Z4GRd8Uo42O9GQ14SudUZv { border-width: 0; border-radius: 0; }#UvDay1Qel3Z4GRd8Uo42O9GQ14SudUZv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c625710c-5995-42f6-add4-e84d7554cd40/TLoquest.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:69.75rem;width:75rem;position:relative;display:none; }#UvDay1Qel3Z4GRd8Uo42O9GQ14SudUZv > .row .container.adaptive-delivery-prevent-bg, #UvDay1Qel3Z4GRd8Uo42O9GQ14SudUZv > .row .container.lazyload, #UvDay1Qel3Z4GRd8Uo42O9GQ14SudUZv > .row .container.lazyloading { background-image: none; }#UH1cx3C6py3yLHOqwqKchmh0TXNSAZhW { color:#d02525;display:block;width:17.1230625rem;position:absolute;font-family:barlow;font-size:3.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:4.1083984375rem;left:28.9375rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#xz4G9Z5gsU5u1RtmVJ02NEd3wyiaFFsJ { color:#000000;display:block;width:52.5615rem;position:absolute;font-family:barlow;font-size:2.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.1708984375rem;left:11.2177734375rem;height:3.3311625rem;text-align:center;text-align-last:center;display:block; }
#TTJuzXEH6gr9AHqJG4sAHZBQlFp671ru { color:#000000;display:block;width:70.18625rem;position:absolute;font-family:barlow;font-size:2.0625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:15.5654296875rem;left:4.0625rem;height:8.043625rem;text-align:center;text-align-last:center;display:block; }
#uTSTT4yQyRLEUtc40Up5Linp8b1mKl6R { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:4.0625rem;top:47.3125rem;left:0rem;overflow:hidden;display:none; }
#twsPDTKtKLDvf4DlLeCnwABkNUdNyxVq { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.69) ;height:21.8120625rem;width:15.3125rem;top:30.375rem;left:39.1875rem;overflow:hidden;display:block; }
#Mzusmo1yyzP2ZCF7a5MU1fJr7T2QLLsr { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.69) ;height:21.625rem;width:15.25rem;top:30.375rem;left:20.625rem;overflow:hidden;display:block; }
#sTTTw6aWIGUzOykC1IDUaJEW7yDf5wB6 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.69) ;height:21.8125rem;width:15.25rem;top:30.375rem;left:2.25rem;overflow:hidden;display:block; }
#RVoNOJPFKrVGR92ymTtOALFSIONZMmr6 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #44e133;border-left:0.25rem solid #44e133;border-right:0.25rem solid #44e133;border-bottom:0.25rem solid #44e133;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#c02121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:54.5625rem;left:3rem;display:block; }
#CTJTpKKEU63fQXoUm8leEa43CuQZlbad { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Z45kwPHCfC3JP2n0NL1w1J2nQqePORMS { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #44e133;border-left:0.25rem solid #44e133;border-right:0.25rem solid #44e133;border-bottom:0.25rem solid #44e133;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#c02121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:2.6875rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:54.748048782349rem;left:21.374784469604rem;display:block; }
#GU0gsH8gz2wPpHttzG4aFZxwBFlhcTt7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fQ7WCm9b8Hq8Ryu2JfcIILHyTWu4d25G { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #3bfd02;border-left:0.25rem solid #3bfd02;border-right:0.25rem solid #3bfd02;border-bottom:0.25rem solid #3bfd02;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#c02121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:2.8125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:54.686634063721rem;left:39.874135971069rem;display:block; }
#nTJi63VV6ZbrGJ74c5TePOmbt0ET1wWp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QkkODfNtDzKqTt1c2IoCoIi1bDqLMonN { color:#ffffff;display:block;width:70.1875rem;position:absolute;font-family:barlow;font-size:1.6875rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:63.6875rem;left:3rem;height:4.38671875rem;font-style:italic;display:block; }
#GOvs9yK6uCcvtUD8kUhfePOg2rPlUzIk { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #e13333;border-left:0.25rem solid #e13333;border-right:0.25rem solid #e13333;border-bottom:0.25rem solid #e13333;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-sizing:border-box;color:#c02121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.5625rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:25.25rem;left:28.1875rem;display:none; }
#Hq3tf4NGQJWNHmETDcCXW6cmazQkFCAq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#q1Q81l8qWl0JmiQV7hApRp1Tu7LQun2J { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #e13333;border-left:0.25rem solid #e13333;border-right:0.25rem solid #e13333;border-bottom:0.25rem solid #e13333;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-sizing:border-box;color:#c02121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.5625rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:25.25rem;left:28.1875rem;display:none; }
#TtxyZf6VXpeQnQzlrfE7zNUSbl5lXTzM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qzT7J8VgTtFfVmuwkw3JfdLwR02JwuA7 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #e13333;border-left:0.25rem solid #e13333;border-right:0.25rem solid #e13333;border-bottom:0.25rem solid #e13333;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-sizing:border-box;color:#c02121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.5625rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:25.25rem;left:28.1875rem;display:none; }
#Tmxrv0svwA3h4dyAfEobgOH8TZHP3e0W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dGHHeLWzH9TfRsaS7c3Ru8fbfxBiLxyR { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.5) ;height:21.75rem;width:15.0625rem;top:30.465279579163rem;left:57.599615097046rem;overflow:hidden;display:block; }
#Dcm3oMUKacIWLrav1uafeaObMk2xJsz4 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #4de133;border-left:0.25rem solid #4de133;border-right:0.25rem solid #4de133;border-bottom:0.25rem solid #4de133;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#c02121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6877425rem;height:3.0625rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:54.750002861023rem;left:58.036680221558rem;display:block; }
#ugWSJVmxhPBN0LmhUb9BduTh08vxPrEo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tECvDCfVSc8crvlpuKERu6bocPtLpbH7 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #e13333;border-left:0.25rem solid #e13333;border-right:0.25rem solid #e13333;border-bottom:0.25rem solid #e13333;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-sizing:border-box;color:#c02121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.5625rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:25.25rem;left:28.1875rem;display:none; }
#wQdBBSbNw62MutzFPeGW87oDVXvBwAHf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TeU8Hzn9zPUd9zfIqp4T6ipmrnzwDUaZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c625710c-5995-42f6-add4-e84d7554cd40/TLoquest.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#TeU8Hzn9zPUd9zfIqp4T6ipmrnzwDUaZ.adaptive-delivery-prevent-bg, #TeU8Hzn9zPUd9zfIqp4T6ipmrnzwDUaZ.lazyload, #TeU8Hzn9zPUd9zfIqp4T6ipmrnzwDUaZ.lazyloading { background-image: none; }#TeU8Hzn9zPUd9zfIqp4T6ipmrnzwDUaZ > .row .container { background-color: transparent; background-image: none; }#TeU8Hzn9zPUd9zfIqp4T6ipmrnzwDUaZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeU8Hzn9zPUd9zfIqp4T6ipmrnzwDUaZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeU8Hzn9zPUd9zfIqp4T6ipmrnzwDUaZ > .row .container > .video-iframe-container { display: none; }#TeU8Hzn9zPUd9zfIqp4T6ipmrnzwDUaZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeU8Hzn9zPUd9zfIqp4T6ipmrnzwDUaZ > .row > .video-iframe-container { display: none; }#TeU8Hzn9zPUd9zfIqp4T6ipmrnzwDUaZ > .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); }#TeU8Hzn9zPUd9zfIqp4T6ipmrnzwDUaZ > .row .container { border-width: 0; border-radius: 0; }#TeU8Hzn9zPUd9zfIqp4T6ipmrnzwDUaZ > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#iNQlDpkJO84KE2zINA1Rssd8JX8HhbF1 { z-index:100001;top:9.6842446327212rem;left:18.196616172791rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #ff005d, #ff004c);background-image: -moz-linear-gradient(178deg, #ff005d, #ff004c);background-image: -ms-linear-gradient(178deg, #ff005d, #ff004c);background-image: -o-linear-gradient(178deg, #ff005d, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff005d', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff005d', endColorstr='#ff004c' );";background-image: linear-gradient(178deg, #ff005d, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(118,103,108,0.35) ;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 medium semibold bold";font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:6.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tD5IWzNTqbHwH5JV7mkHXaCm5JzRuLEF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ItmGFdOuoMSrwBElZ6K2bATNdSUV1vQ6 { color:#ffffff;display:block;width:58.6870625rem;position:absolute;font-family:ivyjournal;font-size:1.9375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.6558165550232rem;left:7.6041669845581rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fr2QeUxWTHqgrpxQSCgKIQ9TgoSlK7GF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e31145;background-image:none;position:relative;display:none; }#fr2QeUxWTHqgrpxQSCgKIQ9TgoSlK7GF > .row .container { border-width: 0; border-radius: 0; }#fr2QeUxWTHqgrpxQSCgKIQ9TgoSlK7GF > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:none; }#M8dtxTRsC4koM3cTA4R43SNgV7TBhxg8 { color:#ffffff;display:block;width:56.0623125rem;position:absolute;font-family:ivyjournal;font-size:1.3125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.1065540313721rem;left:17.073566436767rem;height:18.76659375rem;text-align:right;text-align-last:right;display:block; }
#iUUJm4qOnRDISebzT2I33c6GuEU0r77l { color:#000000;display:block;width:62.5rem;position:absolute;font-family:ivyjournal;font-size:2.625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.1065540313721rem;left:10.567491531372rem;height:3.4125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qtRosiPag50LWgVeTU1XITBIMhFkyCsi { z-index:100002;top:25.745401382446rem;left:42.999501604825rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f16c74);background-image: -moz-linear-gradient(180deg, #ffffff, #f16c74);background-image: -ms-linear-gradient(180deg, #ffffff, #f16c74);background-image: -o-linear-gradient(180deg, #ffffff, #f16c74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f16c74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f16c74' );";background-image: linear-gradient(180deg, #ffffff, #f16c74);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(118,103,108,0.35) ;box-sizing:border-box;color:#ffffff;text-shadow:-0.4375rem 0.0625rem 0.375rem rgba(0,0,0,0.12);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"barlow medium semibold bold";font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.125rem;height:5.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#b1r7UvMO50ptSIKZxmSHiI1Dmp7HuET2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CmBLwOVV3J56AuVcxZ4MQrBxcuAsgTWT { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.186875rem;width:13.186875rem;top:21.775188446045rem;left:30.904949188233rem;overflow:hidden;display:block; }
#TmHJOcNTGEhbehHmpZUBTysQ084v4vdo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TmHJOcNTGEhbehHmpZUBTysQ084v4vdo > .row .container { background-color: transparent; background-image: none; }#TmHJOcNTGEhbehHmpZUBTysQ084v4vdo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmHJOcNTGEhbehHmpZUBTysQ084v4vdo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmHJOcNTGEhbehHmpZUBTysQ084v4vdo > .row .container > .video-iframe-container { display: none; }#TmHJOcNTGEhbehHmpZUBTysQ084v4vdo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmHJOcNTGEhbehHmpZUBTysQ084v4vdo > .row > .video-iframe-container { display: none; }#TmHJOcNTGEhbehHmpZUBTysQ084v4vdo > .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); }#TmHJOcNTGEhbehHmpZUBTysQ084v4vdo > .row .container { border-width: 0; border-radius: 0; }#TmHJOcNTGEhbehHmpZUBTysQ084v4vdo > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:75rem;position:relative;display:block; }#Ph9J51gcNHqMC4dvanqTAulR8gPK3c7D { position:absolute;display:block;z-index:100008;background-color:#0d074f;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:29.874125rem;width:21.436625rem;top:8.873698711395rem;left:1.7491321563721rem;display:block; }
#SFuWxw76V1n8ozJhPzHDiPemCUwwE6dB { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.124375rem;width:13.75rem;top:13.56116437912rem;left:5.5288639068604rem;overflow:hidden;display:block; }
#yGhyBPlhrOGiEs4GC6qaeOTBqDWVQ2zk { background-color:#de2530;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.374375rem;height:3.49935rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:46.685115814209rem;left:1.7491321563721rem;display:block; }
#JcM1OhJPuGV2sDPU5sPQVDbAvtXnMxaz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#K1vKWx9UfPRhgvVS6clzC3yNmyRchNX9 { color:#000000;display:block;width:41.0623125rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:9.1861982345581rem;left:31.312936782837rem;height:14.25rem;display:block; }
#JOaUIWtxDoxMJttKDu9lNUmCpAtTcky9 { color:#000000;display:block;width:42.9375rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:24.3125rem;left:32rem;height:14.625rem;text-align:justify;text-align-last:initial;display:block; }
#CGsH0ouoN0Ts6DMLZqhxHIrdRDBG8gTT { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.4365rem;width:36.1865rem;top:41.0634765625rem;left:36.2490234375rem;overflow:hidden;display:block; }
#hgPgTyTtCiW6Pd8gZEA9wfd4QM28OmPx { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.8125rem;width:28.125rem;top:41.93359375rem;left:40.4033203125rem;display:block; }
#NGdPfsiDSiytmSqV8cJiTBZpJiTLkq1r { color:#000000;display:block;width:22.249375rem;position:absolute;font-family:barlow;font-size:2.5625rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:41.933595657349rem;left:2.3415803909302rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#TkVCVA15pKydv7uEdcCIWfuV9rLIE3Pl { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:ivyjournal;font-size:3rem;font-weight:700;z-index:100029;line-height:1.4;letter-spacing:0;top:4.1959638595581rem;left:1.7491321563721rem;height:4.19965rem;font-style:normal;display:block; }
#s74yoGFc2DLA74v6xRKpObwcoqMQ2qHw { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:barlow;font-size:1.8125rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:38.74609375rem;left:44.5283203125rem;height:2.35625rem;display:block; }
#LdrGOrckLTSp8QSlpka7ND1TMAilXHMT { position:relative;display:block; }#LdrGOrckLTSp8QSlpka7ND1TMAilXHMT { background-color: transparent; background-image: none; }#LdrGOrckLTSp8QSlpka7ND1TMAilXHMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdrGOrckLTSp8QSlpka7ND1TMAilXHMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdrGOrckLTSp8QSlpka7ND1TMAilXHMT > .row .container > .video-iframe-container { display: none; }#LdrGOrckLTSp8QSlpka7ND1TMAilXHMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdrGOrckLTSp8QSlpka7ND1TMAilXHMT > .row > .video-iframe-container { display: none; }#LdrGOrckLTSp8QSlpka7ND1TMAilXHMT > .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); }#LdrGOrckLTSp8QSlpka7ND1TMAilXHMT { border-width: 0; border-radius: 0; }#LdrGOrckLTSp8QSlpka7ND1TMAilXHMT > .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:64.5625rem;width:75rem;position:relative;display:block; }#PwCvLwHBlEgdpCKkwr1SS8vUJeLN4FJu { background-color:#de2530;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.5rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:42.31120300293rem;left:2.0616321563721rem;display:block; }
#zIvUJqcuQGya0G9JeaoJTyudLEU6nsDf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Sy5kfJlx3a4akUIV5IJOqGp05g4LEKSu { color:#000000;display:block;width:41.311875rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:10.498075246811rem;left:31.999784469604rem;height:12.46875rem;display:block; }
#vvVsA4Q39WotDrSSBUNikZbsyRA8ZpbC { color:#000000;display:block;width:42.9375rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:24.3125rem;left:32rem;height:13rem;text-align:justify;text-align-last:initial;display:block; }
#TQ49lAvfFpmQSAIscmO7z7ePlHqogre0 { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.561875rem;width:38.2498125rem;top:39.937067031861rem;left:34.343534469604rem;overflow:hidden;display:block; }
#wO0CbhipfFmNN7iIUWDEok2PobCeLDCB { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.125rem;width:30.0625rem;top:40.684028625488rem;left:38.404081344604rem;display:block; }
#mv9TQKPulv81KZtFDxq667296Wo2Ccz5 { color:#000000;display:block;width:19.8730625rem;position:absolute;font-family:barlow;font-size:2.5625rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:38.432091236114rem;left:2.7484817504883rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#wLnulmr5pJEfPbzwSQlpH57Pw1i0HAEi { color:#000000;display:block;width:31.0623125rem;position:absolute;font-family:ivyjournal;font-size:3rem;font-weight:700;z-index:100030;line-height:1.4;letter-spacing:0;top:1.4995670318604rem;left:2.7484817504883rem;height:4.19965rem;font-style:normal;display:block; }
#Mk83ql9Ua6FQL819wMWaq2UtiQZCAXAF { position:absolute;display:block;z-index:100009;background-color:#0d074f;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:29.8730625rem;width:21.4355625rem;top:6.395399570465rem;left:2.7484817504883rem;display:block; }
#rAehEpMEXppJEVOtc2LyMMJ9v4HCZmD0 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.874125rem;width:14.3120625rem;top:11.393230117858rem;left:6.12109375rem;overflow:hidden;display:block; }
#BosMFqCIyJE5QFHV4d6DWBwxrF5sudOa { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:barlow;font-size:1.8125rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:37.6435546875rem;left:43.3408203125rem;height:2.35625rem;display:block; }
#cnFz3iUIXHVw1EfBB8VAT6Bob0bOU6F8 { position:relative;display:block; }#cnFz3iUIXHVw1EfBB8VAT6Bob0bOU6F8 { background-color: transparent; background-image: none; }#cnFz3iUIXHVw1EfBB8VAT6Bob0bOU6F8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnFz3iUIXHVw1EfBB8VAT6Bob0bOU6F8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnFz3iUIXHVw1EfBB8VAT6Bob0bOU6F8 > .row .container > .video-iframe-container { display: none; }#cnFz3iUIXHVw1EfBB8VAT6Bob0bOU6F8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnFz3iUIXHVw1EfBB8VAT6Bob0bOU6F8 > .row > .video-iframe-container { display: none; }#cnFz3iUIXHVw1EfBB8VAT6Bob0bOU6F8 > .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); }#cnFz3iUIXHVw1EfBB8VAT6Bob0bOU6F8 { border-width: 0; border-radius: 0; }#cnFz3iUIXHVw1EfBB8VAT6Bob0bOU6F8 > .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:62.5rem;width:75rem;position:relative;display:block; }#Z8f9R7p6OlRbZmD8bhvGtm3ZnlBV2IK2 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.186625rem;width:14.4998125rem;top:12.404514312744rem;left:5.654296875rem;overflow:hidden;display:block; }
#G43fWZAEyrmuxAeoLRqLhp9xma9e3NIE { background-color:#de2530;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8125rem;height:3.375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:42.999134063721rem;left:2.1875rem;display:block; }
#LyhzPxTJ6nXhMyhw5s8r0TNs9s4gx1ds { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a5Tqdpl477l93T2D1Zc5vLr8mw6M1vfe { color:#000000;display:block;width:40.999375rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:9.6245666742325rem;left:31.999784469604rem;height:12.46875rem;display:block; }
#TBbhuSMCtB7Gyg89PlOW0z1RNSE7QmeL { color:#000000;display:block;width:42.9375rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:23rem;left:32.0625rem;height:13rem;text-align:justify;text-align-last:initial;display:block; }
#GCMIeVqrNTRFKQq9wWG5KQc2ZTSwsD9V { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.624125rem;width:39.9370625rem;top:38.812934398651rem;left:35.062936782837rem;overflow:hidden;display:block; }
#bVGACkJL8tIER0ZOxDhSGTnDzhPMJxTO { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.75rem;width:31.0625rem;top:39.671258926392rem;left:39.524087905884rem;display:block; }
#b8J1l0rnfqDwUrGTCaecoyNWDyOPTGxt { color:#000000;display:block;width:19.8730625rem;position:absolute;font-family:barlow;font-size:2.5625rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:38.812900543213rem;left:2.1875rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#L4rTiZ4Sqdn54fquypNUT0piyIfCgTM9 { color:#000000;display:block;width:31.0623125rem;position:absolute;font-family:ivyjournal;font-size:3rem;font-weight:700;z-index:100031;line-height:1.4;letter-spacing:0;top:2.1245670318604rem;left:1.875rem;height:4.19965rem;font-style:normal;display:block; }
#Ta8lk9HymZDHKKQ0He12E84pupfM56PP { position:absolute;display:block;z-index:100010;background-color:#0d074f;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:29.8730625rem;width:21.4355625rem;top:7.5629558563231rem;left:2.1875rem;display:block; }
#GuJVxwCiP4KwLwDisWymZJtAezcbyvqa { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:barlow;font-size:1.8125rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:36.51953125rem;left:44.9033203125rem;height:2.35625rem;display:block; }
#JPlFogLiXezqLUnWc9w0cAcx9WwokTFw { position:relative;display:block; }#JPlFogLiXezqLUnWc9w0cAcx9WwokTFw { background-color: transparent; background-image: none; }#JPlFogLiXezqLUnWc9w0cAcx9WwokTFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPlFogLiXezqLUnWc9w0cAcx9WwokTFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPlFogLiXezqLUnWc9w0cAcx9WwokTFw > .row .container > .video-iframe-container { display: none; }#JPlFogLiXezqLUnWc9w0cAcx9WwokTFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPlFogLiXezqLUnWc9w0cAcx9WwokTFw > .row > .video-iframe-container { display: none; }#JPlFogLiXezqLUnWc9w0cAcx9WwokTFw > .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); }#JPlFogLiXezqLUnWc9w0cAcx9WwokTFw { border-width: 0; border-radius: 0; }#JPlFogLiXezqLUnWc9w0cAcx9WwokTFw > .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:3.125rem;width:75rem;position:relative;display:block; }#kNVqzCX6szAtZGqRplfTUmv9b2ErfRAX { position:absolute;display:block;z-index:100000;height:2.6875rem;width:22rem;top:0rem;left:0.34375rem;display:block; }
#eUZKsisWERfsnUIiGwVXIgWmqnlJz4lu { position:relative;display:none; }#eUZKsisWERfsnUIiGwVXIgWmqnlJz4lu { border-width: 0; border-radius: 0; }#eUZKsisWERfsnUIiGwVXIgWmqnlJz4lu > .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:62.5rem;width:75rem;position:relative;display:none; }#fUO7ZVlwPBNLiwzAK3HJo89xwIJTk3A8 { color:#9b0f0f;display:block;width:75rem;position:absolute;font-family:barlow;font-size:2rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
#t9dFe1b8vBOC1fn6AGkpdqCwk0SJJpXT { position:absolute;display:block;z-index:100008;background-color:#05084d;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;height:21.6875rem;width:15.625rem;top:7.9373168945312rem;left:1.0625rem;display:block; }
#ATqTB7y7UP9NNPdG1bUB18OKysHQQzBo { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.625rem;width:13.75rem;top:8.8748168945312rem;left:2rem;overflow:hidden;display:block; }
#AZXdPSZuh1bQ85odS4Iwqu9QDRWMnb1y { color:#ffffff;display:block;width:51.4375rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:100013;line-height:1.5;letter-spacing:0;top:8.75rem;left:18.75rem;height:19.59375rem;display:block; }
#ST63H90b5Tohm5Jd1LR1MbbNGFW8wNKa { color:#9b0f0f;display:block;width:15.75rem;position:absolute;font-family:"barlow condensed";font-size:2.625rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:33.125061035156rem;left:0.3125rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HqbW1Qk1zTfxs9KzrfrQfww3QWOvoeJJ { background-color:#de2530;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(53,43,43,0.82) ;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:36.875061035156rem;left:1.3747825622559rem;display:block; }
#P265d7qghboJBCGGHNQBB6pl4alcGrRN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Es8y5Xydv5rMyHOxCFgMQ8Az4VGRWfXS { color:#000000;display:block;width:56.1875rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:31.25rem;left:18.75rem;height:16.25rem;text-align:justify;text-align-last:initial;display:block; }
#tn0OcC9wm8WayOS1aNbQfaL44G5SHm7i { background-color:#9b0f0f;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1245625rem;height:3.4375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:50.249556541443rem;left:23.936633110046rem;display:block; }
#LrSEPG7VMf2NfxsDl7ib6v1nrTAc8L8k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vFxm17tbu1WD4Sl3l90C7OqrQr32TtSC { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30rem;width:46.75rem;top:56.75rem;left:14.125rem;display:block; }
#vfTUSmMnh0HNHzqp98L4MflmEbHd3Tot { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.1875rem;width:61rem;top:55.3125rem;left:7rem;overflow:hidden;display:block; }
#yNN4KrGRfaHrGOnpd1n11yNT120iKkml { position:relative;display:none; }#yNN4KrGRfaHrGOnpd1n11yNT120iKkml { border-width: 0; border-radius: 0; }#yNN4KrGRfaHrGOnpd1n11yNT120iKkml > .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:62.5rem;width:75rem;position:relative;display:none; }#f3uENPq7TXhzpgQDEOQ1lBgdo1XtEVtp { color:#9b0f0f;display:block;width:75rem;position:absolute;font-family:barlow;font-size:2rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
#ZX2h09blwv61LGn9QGHdtIpypTKwfrWT { position:absolute;display:block;z-index:100008;background-color:#d6c3a5;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;height:21.6875rem;width:15.625rem;top:7.9375rem;left:0rem;display:block; }
#PTv0fRrzFMFmeaTg2e9PD70s3cQd1Pbp { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5rem;width:13.75rem;top:8.875rem;left:0.9375rem;overflow:hidden;display:block; }
#NWpWdAL8Jbb065Qec8HQRZxCzuvPGQef { background-color:#9b0f0f;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1245625rem;height:3.4375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:49.499780654907rem;left:22.812502861023rem;display:block; }
#knHQVlef188MLFnmDA6yUx08N2NX6GdL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wT1Np83mW1ZcppQ9OXdXPH5rShdVzrW7 { color:#9b0f0f;display:block;width:15.75rem;position:absolute;font-family:"barlow condensed";font-size:2.625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:33.125rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CoI3rGaZqJ7kA3XldDM71sXBKkGQ6S0V { background-color:#9b0f0f;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:36.875rem;left:0.625rem;display:block; }
#cMQyLUHkKTsVxO1gCu4mPBW0mHzlhUaA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PdrKrVQCd0wvvsO9DPfT1E805RSAnqsw { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:8.75rem;left:18.75rem;height:7.125rem;display:block; }
#IEXbvy0indm0bCz4qVdXMP8xh7TbV7MX { color:#000000;display:block;width:55rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:31.25rem;left:18.750001907349rem;height:11.375rem;text-align:justify;text-align-last:initial;display:block; }
#I0N6U2dd4HJJGKtnzFDy9qRoru92gWER { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.1875rem;width:61rem;top:54.3125rem;left:7rem;overflow:hidden;display:block; }
#iyD1Ts1w27t0MW3cdZTTKtk9c1gIpxrC { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30rem;width:46.75rem;top:55.75rem;left:14.125rem;display:block; }
#TFLQ6kNVmH2feVVHdSpmnc2173XOdubA { position:relative;display:none; }#TFLQ6kNVmH2feVVHdSpmnc2173XOdubA { border-width: 0; border-radius: 0; }#TFLQ6kNVmH2feVVHdSpmnc2173XOdubA > .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:62.5rem;width:75rem;position:relative;display:none; }#qc9QNi6wrzaV6ksU2hTc3zxiAo30e4sD { color:#9b0f0f;display:block;width:75rem;position:absolute;font-family:barlow;font-size:1.9375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:2.51871875rem;text-align:left;text-align-last:left;display:block; }
#e3naatvRIFoKvQeSnzMgBiFUOQN2zvVk { position:absolute;display:block;z-index:100008;background-color:#d6c3a5;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;height:21.6875rem;width:15.625rem;top:7.937255859375rem;left:0.9375rem;display:block; }
#r3evGfrDWUqiZZS0rwHI57u1B0og3v6i { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.625rem;width:13.75rem;top:8.874755859375rem;left:1.875rem;overflow:hidden;display:block; }
#k0UJc5zMBCWP23p7J7JSxTpgkCdhMzVa { background-color:#9b0f0f;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1245625rem;height:3.4375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:49.687489986419rem;left:23.936633110046rem;display:block; }
#w07cpRqmaAxHwrWIXFTRHiComXDX1TJq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gm7uXEI0SmWqbThTBNc3mqnDgh7zgX6D { color:#9b0f0f;display:block;width:15.75rem;position:absolute;font-family:"barlow condensed";font-size:2.625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:33.125rem;left:0.75rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vtgu0HnPKbMLQmFk3hDZ0A7HLfuiLwTu { background-color:#9b0f0f;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:36.875rem;left:1.375rem;display:block; }
#h7eGTw41ueIaBBcKCO05GgTVzGgLlXpR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ID88xQNw3xVkscKM3yM8DpmhNS71KTm3 { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:8.75rem;left:18.75rem;height:12.46875rem;display:block; }
#qUUS9V7UzUCR1pVWktXMEp615pWptpaL { color:#000000;display:block;width:56.1875rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:31.25rem;left:18.75rem;height:4.875rem;text-align:justify;text-align-last:initial;display:block; }
#iOkxMTlOeD9Du8cQ17BzbLFkdfldsAG7 { position:absolute;display:block;z-index:100022;height:21.875rem;width:4.1875rem;top:7.8125rem;left:0rem;display:block; }
#l9mVvlbdp5ss9D0RTsRuuPbnTsKkmHae { position:absolute;display:block;z-index:100024;height:21.875rem;width:4.1875rem;top:7.8125rem;left:70.8125rem;display:block; }
#HPMMMZhNsFRcvhFcZBGZn2sxKTgpoVFV { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.1875rem;width:61rem;top:56.8125rem;left:7rem;overflow:hidden;display:block; }
#NlDXFdLrNHbvLQU38oNoEeD4mniXyKi8 { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30rem;width:46.75rem;top:58.25rem;left:14.125rem;display:block; }
#bF3gEoDlkQgUyaDz4pC0TDwOVut5Mu0a { position:relative;display:none; }#bF3gEoDlkQgUyaDz4pC0TDwOVut5Mu0a { border-width: 0; border-radius: 0; }#bF3gEoDlkQgUyaDz4pC0TDwOVut5Mu0a > .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:62.5rem;width:75rem;position:relative;display:none; }#U4D3FsUXI5Oe1BV4aATHUUr7zznJTwRy { color:#9b0f0f;display:block;width:75rem;position:absolute;font-family:barlow;font-size:2rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:5.19921875rem;text-align:left;text-align-last:left;display:block; }
#EIQEnw1HseBMsIbKyveOkwD1MESQDClt { position:absolute;display:block;z-index:100008;background-color:#d6c3a5;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;height:21.6875rem;width:15.625rem;top:7.937255859375rem;left:0.75rem;display:block; }
#MJEpXi7EKn1pJTcAQiOgOqyWXJNiMKGT { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5rem;width:13.75rem;top:8.874755859375rem;left:1.6875rem;overflow:hidden;display:block; }
#WOgHH9OJTnirtR823oqOZGbnTZB5Mlc9 { background-color:#9b0f0f;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.125rem;height:3.4375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:49.375rem;left:18.75rem;display:block; }
#r88qSUdEbS3Ol3R2vfVObaHD3ds6zbJD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iyVeAoUTvJVqmqtC785dKsRPxJdHE1Ma { color:#9b0f0f;display:block;width:18.6875rem;position:absolute;font-family:"barlow condensed";font-size:2.625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:33.123901367188rem;left:0.56206607818604rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TEJFlWT4OP6881V1zPCwwBEXtninez1r { background-color:#9b0f0f;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:36.874938964844rem;left:1.1875rem;display:block; }
#HIO3hAR8DfF4MVSKwu2WFcP2oucQHNvx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#B5rV6Tt9mqrxedzMe7gN31H3sybMkhqJ { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:8.75rem;left:18.75rem;height:10.6875rem;display:block; }
#mikMh8MTs7wswGNe1E0Af5cRIIohHTKK { color:#000000;display:block;width:56.1875rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:21.9375rem;left:18.8125rem;height:6.5rem;text-align:justify;text-align-last:initial;display:block; }
#FF2nxgMyb4REbLyN43wMemn2bFSJi3EG { color:#9b0f0f;display:block;width:13.75rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:29.625rem;left:18.75rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UpWOTwCqhaJqOab2ay64z51UFGne11Pv { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"barlow semi condensed";font-size:1.3125rem;font-weight:normal;z-index:100063;line-height:1.3;letter-spacing:0;top:33.125rem;left:19.0625rem;height:11.94239375rem;display:block; }
#PMkaw7E6SlrbT3HTpsPrfPXPGFdMPwcD { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"barlow semi condensed";font-size:1.3125rem;font-weight:normal;z-index:100064;line-height:1.3;letter-spacing:0;top:33.125rem;left:29.8125rem;height:10.2363375rem;display:block; }
#LFR9nXvspchAvlgzRO4oBpssAvIiOqoi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"barlow semi condensed";font-size:1.3125rem;font-weight:normal;z-index:100064;line-height:1.3;letter-spacing:0;top:33.25rem;left:46.25rem;height:11.94239375rem;display:block; }
#pfs1xuQDvVGPdzP3mVXaL7n0EcV1CT4N { color:#9b0f0f;display:block;width:13.75rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:29.625rem;left:45.9375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s9NSIuN08SC9BRayGaGQDsTR5R2HVsDN { position:absolute;display:block;z-index:100023;height:21.875rem;width:4.1875rem;top:7.8125rem;left:0rem;display:block; }
#gxVfNrfx3XQQAkAPdQbSK6ENKWRTv6HD { position:absolute;display:block;z-index:100025;height:21.875rem;width:4.1875rem;top:7.8125rem;left:70.8125rem;display:block; }
#iUPGHFTDKLKlOBTr2htBF3ghAU38QTXJ { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.1875rem;width:61rem;top:55.8125rem;left:7rem;overflow:hidden;display:block; }
#iDlLQpvD68sIN5fM1TJDalX786iQL3vh { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30rem;width:46.75rem;top:57.25rem;left:14.125rem;display:block; }
#aHnCall9TtCHZDEw9O6uwHJid5FkTdsM { position:relative;display:none; }#aHnCall9TtCHZDEw9O6uwHJid5FkTdsM { border-width: 0; border-radius: 0; }#aHnCall9TtCHZDEw9O6uwHJid5FkTdsM > .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:62.5rem;width:75rem;position:relative;display:none; }#zxJ4q0EBpEEaCmBGzQVyCK27x7Zg6wMr { color:#9b0f0f;display:block;width:75rem;position:absolute;font-family:barlow;font-size:2rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:5.19921875rem;text-align:left;text-align-last:left;display:block; }
#xS4WBH2GqskTW99r7SI00iwdIlXIHiVq { position:absolute;display:block;z-index:100008;background-color:#d6c3a5;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;height:21.6875rem;width:15.625rem;top:7.9373779296875rem;left:0.9375rem;display:block; }
#lehgXu8TC4cVxoPv2GpXyGhoGWaL85mA { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.4375rem;width:13.6875rem;top:8.8748779296875rem;left:1.875rem;overflow:hidden;display:block; }
#pxTeBRCsfpoWHFAFu7SJvAyH0Ps8O479 { background-color:#9b0f0f;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.125rem;height:3.4375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:49.375rem;left:18.75rem;display:block; }
#TK5fvFdkUMTVbd0dT6K4EITxNw07OZ2N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TsHs8PGJGTaZsgt3ssVanTM4x7TGn080 { color:#9b0f0f;display:block;width:15.75rem;position:absolute;font-family:"barlow condensed";font-size:2.625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:33.125rem;left:0.9375rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FX5sB2BGNWJZO2XeJhssdzT8k29CyQTn { background-color:#9b0f0f;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:36.875rem;left:1.5625rem;display:block; }
#P9LgmtBkENrDbzQlNIb4r3d3EUXSXTvD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OtQh4NTQCTK8xT7drLZC5DNUt4tubEy1 { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:8.75rem;left:18.75rem;height:7.125rem;display:block; }
#TUzPnZONq31ND4OGWhdlxKa2OWpxOUua { color:#000000;display:block;width:56.1875rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:21.9375rem;left:18.8125rem;height:11.375rem;text-align:justify;text-align-last:initial;display:block; }
#XIbO6G0D9vFs2EpLAp2KsVOxz7qDWCQv { position:absolute;display:block;z-index:100023;height:21.875rem;width:4.1875rem;top:7.8125rem;left:0rem;display:block; }
#tAFQPEDJ61KZCcZHwlv5gwVvwJeTmuOZ { position:absolute;display:block;z-index:100025;height:21.875rem;width:4.1875rem;top:7.8125rem;left:70.8125rem;display:block; }
#tv9NkcVVVV7i29H79tsFwhMi861lxPLB { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.1870625rem;width:60.999375rem;top:55.373292207718rem;left:6.99978351593rem;overflow:hidden;display:block; }
#kBbh7GLTk49m282nf1txN09tDJnMPWg1 { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30rem;width:46.75rem;top:57.25rem;left:14.125rem;display:block; }
#WHxGHsZxDDlZn2bx1Wb2fQcb6NaawQKP { position:relative;display:none; }#WHxGHsZxDDlZn2bx1Wb2fQcb6NaawQKP { border-width: 0; border-radius: 0; }#WHxGHsZxDDlZn2bx1Wb2fQcb6NaawQKP > .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:62.5rem;width:75rem;position:relative;display:none; }#ecfC0XahcTee6TW6HkwqTuRLISm3lrFA { color:#9b0f0f;display:block;width:75rem;position:absolute;font-family:barlow;font-size:2rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
#tusnMgXVI26hdSHt3BUyXP8Iyf3K1CcT { position:absolute;display:block;z-index:100008;background-color:#d6c3a5;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;height:21.6875rem;width:15.625rem;top:7.9373779296875rem;left:1.0625rem;display:block; }
#dTBsCRmv3CGyaliD5PkZqGTyTosTe2tV { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.625rem;width:13.75rem;top:8.8748779296875rem;left:2rem;overflow:hidden;display:block; }
#dvMPkk5WpB3e18TAtt6LRdH9ngerRkzN { background-color:#9b0f0f;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1245625rem;height:3.4375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:49.874106407166rem;left:24.560548782349rem;display:block; }
#a9O61fMuQxbBcg00KcDCT54NH6c452pP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#C7QB5ybHrMDLH50w40re0CennTb5lzkP { color:#9b0f0f;display:block;width:17.25rem;position:absolute;font-family:"barlow condensed";font-size:2.625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:39.623413085938rem;left:30.249567985534rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#avPT66k4wIdtrmGGO4P5IH8KAkg0lOZG { background-color:#9b0f0f;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:36.875rem;left:0.625rem;display:none; }
#TpDbHRTCW540QiEo7zeRxVfsJbB8nw6I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Q1gT4HaUEBqG5NOlUuZiPrMBiXGiz4Nl { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:8.75rem;left:18.75rem;height:8.90625rem;display:block; }
#wNwFeOPrTurPh0kvzFB1tTtk5s1z1lJo { color:#000000;display:block;width:56.1875rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:31.25rem;left:18.75rem;height:4.875rem;text-align:justify;text-align-last:initial;display:block; }
#fbVRhJweXiAEyluWDmed1TWdT2MbFe6G { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.1875rem;width:61rem;top:56.8125rem;left:7rem;overflow:hidden;display:block; }
#GnhDP4aR0IdtuK3TPTSKTgKoTwKyghL2 { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30rem;width:46.75rem;top:58.25rem;left:14.125rem;display:block; }
#F8Opyg9lyIpZtvW2SCrcLvbxXpINF4uy { background-color:#9b0f0f;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:43.75rem;height:3.4375rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:44.561606407166rem;left:17.254774093628rem;display:block; }
#QZBvTGZqaAhARER5PEpmxpauSDhpmdCl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ak0CGHSnyz7EBasRphdLKg5iLsuIhMou { color:#9b0f0f;display:block;width:17.3123125rem;position:absolute;font-family:"barlow condensed";font-size:2.625rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:30.374349594116rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LXWmBcRlLitw7x7eDz1g0HkDn1GMgLsh { position:relative;display:none; }#LXWmBcRlLitw7x7eDz1g0HkDn1GMgLsh { border-width: 0; border-radius: 0; }#LXWmBcRlLitw7x7eDz1g0HkDn1GMgLsh > .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:62.5rem;width:75rem;position:relative;display:none; }#M1tzR5etQvsIuT2lo389pqxXbEsZpMzp { color:#9b0f0f;display:block;width:75rem;position:absolute;font-family:barlow;font-size:2rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
#Cxg1qmW320kULiw23vy1SrgXGnvpXkKQ { position:absolute;display:block;z-index:100008;background-color:#d6c3a5;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;height:21.6875rem;width:15.625rem;top:7.9373779296875rem;left:1.0625rem;display:block; }
#gyMwW3O4ULg68BZrGVaqKDC3E7bpHPSW { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.4375rem;width:13.75rem;top:9.1873779296875rem;left:2.0622825622559rem;overflow:hidden;display:block; }
#N0UOye0nxsDXThRpWQk7KL2CTza3Qtew { background-color:#9b0f0f;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.125rem;height:3.4375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:49.8125rem;left:27.0625rem;display:block; }
#TZv7rID8SeLmDi6KCb1FNWN5770VvxnC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rbNwzgytoTzPhvbqKwg67Lszrp0issoT { color:#9b0f0f;display:block;width:15.75rem;position:absolute;font-family:"barlow condensed";font-size:2.625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:33.125rem;left:1.0625rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w2rSOwPWuLWQvZWMJRw7RkxTm3V6Tbxm { background-color:#9b0f0f;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:36.875rem;left:0.625rem;display:none; }
#KWLU0KqVEJxzv4vrhVxV5mIIdPKwTmwb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qdJewLoMyTlmUtTT7mTGhxMrrJeK57Sb { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:8.75rem;left:18.75rem;height:12.46875rem;display:block; }
#XgAFCLdca3tqASdcLPBPP3QvgWvr1ikm { color:#000000;display:block;width:56.1870625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:30.374350547791rem;left:18.812932968139rem;height:11.375rem;text-align:justify;text-align-last:initial;display:block; }
#N4RuUT5OBfSU1HDrAAVD7ozAMGSBM193 { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.1875rem;width:61rem;top:56.8125rem;left:7rem;overflow:hidden;display:block; }
#Tt8ull2F8hNzHZJJoA7lLHAEBmod2kCT { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30rem;width:46.75rem;top:58.25rem;left:14.125rem;display:block; }
#r9ePFWh9T35dFw2Hwwz6SyL3hq2TTqec { background-color:#9b0f0f;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.49935rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:37.123509407044rem;left:0rem;display:block; }
#B3bk8M8SXkMpcbz0G3iTUghaLkkSt20z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#M7H9lsJTumR7T40UL5CupXtx0fGc6s9s { position:relative;display:none; }#M7H9lsJTumR7T40UL5CupXtx0fGc6s9s { border-width: 0; border-radius: 0; }#M7H9lsJTumR7T40UL5CupXtx0fGc6s9s > .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:62.5rem;width:75rem;position:relative;display:none; }#bnHguuupzSFAV99fB6TpGJVha2yL8UgR { color:#9b0f0f;display:block;width:75rem;position:absolute;font-family:barlow;font-size:2rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#DmTQtysLMpcTiagguswHxru1sxCK7Jcy { position:absolute;display:block;z-index:100008;background-color:#d6c3a5;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;height:21.6875rem;width:15.625rem;top:7.9375rem;left:0rem;display:block; }
#T5DPrAuKcTbX5rSEL6PFwSTcPkdI3q3g { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5rem;width:13.75rem;top:8.875rem;left:0.9375rem;overflow:hidden;display:block; }
#ayTaZW3dKaA70uhznuRUD62UicHASfDv { background-color:#9b0f0f;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.125rem;height:3.4375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:49.375rem;left:18.75rem;display:block; }
#Pg1ZpU9EWh842e2mSHgCEEsgWCIPhT47 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yAKBTsUXPziPl6S225kiKfvhOJU7nU1f { color:#9b0f0f;display:block;width:15.75rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:31.25rem;left:0rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#sOEQpmFak2y9kXVqqP3L2oK1xzLz9XTR { color:#9b0f0f;display:block;width:15.75rem;position:absolute;font-family:"barlow condensed";font-size:2.625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:33.125rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IS1cfspyOmPGUxGr2n6T7ZV2xPSet25T { background-color:#9b0f0f;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:36.875rem;left:0.625rem;display:block; }
#UhdJcF44ciO9Cho0M2DaHXfwssMhrDEl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#X52hU5OOv8iTBDHGg33qTwblT9LDgLTQ { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:8.75rem;left:18.75rem;height:16.03125rem;display:block; }
#mfGr7QBfpSGk5R92epo51eauT2MkEdJD { position:absolute;display:block;z-index:100024;height:21.875rem;width:4.1875rem;top:7.8125rem;left:0rem;display:block; }
#AJ5q8MDkV84Oeq2izlApf3uEmZ5XbuTs { position:absolute;display:block;z-index:100026;height:21.875rem;width:4.1875rem;top:7.8125rem;left:70.8125rem;display:block; }
#rAwMspUhWChGbG53JSnNaoZXUfMTS4tq { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.1875rem;width:61rem;top:56.375rem;left:7rem;overflow:hidden;display:block; }
#SOuwOWUmSpNUgHm6qUbrMi3qHOGqPe9T { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30rem;width:46.75rem;top:57.8125rem;left:14.125rem;display:block; }
#E7tF11dG2nd4DTFwcMMGBNcn1lbFpiTw { position:relative;display:none; }#E7tF11dG2nd4DTFwcMMGBNcn1lbFpiTw { border-width: 0; border-radius: 0; }#E7tF11dG2nd4DTFwcMMGBNcn1lbFpiTw > .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:62.5rem;width:75rem;position:relative;display:none; }#avsWq2SibGc9nysdupxWSW53D39tHJ2t { color:#9b0f0f;display:block;width:75rem;position:absolute;font-family:barlow;font-size:2rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:2.56944375rem;text-align:left;text-align-last:left;display:block; }
#Cqo4VOKOA4TgFNOWpTnmAhLJm7gTKrvx { position:absolute;display:block;z-index:100008;background-color:#d6c3a5;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;height:21.6875rem;width:15.625rem;top:7.9375rem;left:0rem;display:block; }
#fWbk9m4O8gNNGoEP3F6TKHpIi01PGadc { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5rem;width:13.75rem;top:8.875rem;left:0.9375rem;overflow:hidden;display:block; }
#Gp1hHgTRDAwFEIhpzIrio77h8XW9eaQi { background-color:#9b0f0f;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.125rem;height:3.4375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:49.375rem;left:18.75rem;display:block; }
#TaJRQTAFAD6D1TUA6RrMub90UxyDeiMw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RhmQPnwlfwL6s7BndENFfueQFPwWR3Q2 { color:#9b0f0f;display:block;width:15.75rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:31.25rem;left:0rem;height:1.7361125rem;text-align:center;text-align-last:center;display:block; }
#t3n7BLu6hXOBOPpBNABiWEehXNUfmFHx { color:#9b0f0f;display:block;width:15.75rem;position:absolute;font-family:"barlow condensed";font-size:2.625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:33.125rem;left:0rem;height:3.402775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p7THvigmW3EnzMTlg7sb0TMx8IhEJ0WK { background-color:#9b0f0f;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:36.875rem;left:0.625rem;display:block; }
#mSRXwrMdbdPnavRRPzrtuQ08UCKT7TDU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#X6PchOKHSQvmZ7ESPt1L9HmCBrcxQN2o { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:16.125rem;top:41.875rem;left:-0.625rem;overflow:hidden;display:block; }
#vzEhyPglyczmXQ4FypVgRGtXENwT8cAz { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:8.75rem;left:18.75rem;height:17.361125rem;display:block; }
#JfcpBUManoxVHnnizi911ZBsJakhMxsF { position:absolute;display:block;z-index:100025;height:21.875rem;width:4.1875rem;top:7.8125rem;left:0rem;display:block; }
#gI5LGI20eSxPBk4vxX16UOTz2m91iL94 { position:absolute;display:block;z-index:100027;height:21.875rem;width:4.1875rem;top:7.8125rem;left:70.8125rem;display:block; }
#AkcKgORHABOFgPJS5V5epZy3s1TAKcXM { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.1875rem;width:61rem;top:56.375rem;left:7rem;overflow:hidden;display:block; }
#qw32Iz0ULADXDQTGQq0FeI7sNCEV61Zu { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30rem;width:46.75rem;top:57.8125rem;left:14.125rem;display:block; }
#ODV3wI4flWVuhTxw3kUBv98fhqPiGphA { position:relative;display:none; }#ODV3wI4flWVuhTxw3kUBv98fhqPiGphA { border-width: 0; border-radius: 0; }#ODV3wI4flWVuhTxw3kUBv98fhqPiGphA > .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:62.5rem;width:75rem;position:relative;display:none; }#vKyMb5Fr3UQbFz4y1oZehwskJlsDnqdg { color:#9b0f0f;display:block;width:75rem;position:absolute;font-family:barlow;font-size:2rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:2.56944375rem;text-align:left;text-align-last:left;display:block; }
#GEs44fnlbGqScQcM8xKnklqZMVUC4Agy { position:absolute;display:block;z-index:100008;background-color:#d6c3a5;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;height:21.6875rem;width:15.625rem;top:7.9375rem;left:0rem;display:block; }
#XoBGbO22afGXAxerTwfgR5iZVginsRuf { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5rem;width:13.75rem;top:8.875rem;left:0.9375rem;overflow:hidden;display:block; }
#htz22LxL10gTis2QnlIN15QmHek8KRBt { background-color:#9b0f0f;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.125rem;height:3.4375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:49.375rem;left:18.75rem;display:block; }
#dRVJV57cT2NOsQpocgsXJnbLlAx9g2y6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fUcJqZlLbl84iVedtxM8f1vIHQHpil38 { color:#9b0f0f;display:block;width:15.75rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:31.25rem;left:0rem;height:1.7361125rem;text-align:center;text-align-last:center;display:block; }
#w0QIWesGMBoUbno93KFWPgMQvr1V5uOT { color:#9b0f0f;display:block;width:15.75rem;position:absolute;font-family:"barlow condensed";font-size:2.625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:33.125rem;left:0rem;height:3.402775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EfsMinIWeVPhc0M3T1Jx6qqwxCaELT2U { background-color:#9b0f0f;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:36.875rem;left:0.625rem;display:block; }
#HQiMHDWZSBqIxWsfZbxFMhdiq5TDsZ0m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Nv5X0uJ7bU0w75Cq5R5KZxkLO9aFAR54 { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:8.75rem;left:18.75rem;height:22.5694625rem;display:block; }
#ZB2d9ZnAySGO3ZROxKenqh4tGhRNx9We { position:absolute;display:block;z-index:100026;height:21.875rem;width:4.1875rem;top:7.8125rem;left:0rem;display:block; }
#Ft0OJwMUDlnHoq9eTrg8SXa5k0TTi74b { position:absolute;display:block;z-index:100028;height:21.875rem;width:4.1875rem;top:7.8125rem;left:70.8125rem;display:block; }
#JLUW7iv4GXfCgWc2X7FdLdWkdcroQE3K { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.1875rem;width:61rem;top:56.0625rem;left:7rem;overflow:hidden;display:block; }
#zvJNHcPXtJnTZpSUwvqKTBNAl7UQu5Xt { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30rem;width:46.75rem;top:57.5rem;left:14.125rem;display:block; }
#fCELrfuRh1vwEXrPkWy0QJItl3zH2CpT { position:relative;display:none; }#fCELrfuRh1vwEXrPkWy0QJItl3zH2CpT { border-width: 0; border-radius: 0; }#fCELrfuRh1vwEXrPkWy0QJItl3zH2CpT > .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:62.5rem;width:75rem;position:relative;display:none; }#cxsu33vUmXHyaP3skDcDZyn2o266NJGz { color:#9b0f0f;display:block;width:75rem;position:absolute;font-family:barlow;font-size:2rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:2.56944375rem;text-align:left;text-align-last:left;display:block; }
#Q2tM8T6TObT8F9n73uWCJugIZDKumctT { position:absolute;display:block;z-index:100008;background-color:#d6c3a5;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;height:21.6875rem;width:15.625rem;top:7.9375rem;left:0rem;display:block; }
#n0ZQ8BQFoLoT8TcUuaQHT6wp0ZVCTHwJ { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5rem;width:13.75rem;top:8.875rem;left:0.9375rem;overflow:hidden;display:block; }
#mBGMr3vnsilMke8SlQZXdRk3Uslue2id { background-color:#9b0f0f;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.125rem;height:3.4375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:49.375rem;left:18.75rem;display:block; }
#hSUFchaPAvzlsiMgVwdLPrsEEKgsC1I0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#z4xR6GQQa7LRxMnUywG18RGCEMToxAWK { color:#9b0f0f;display:block;width:15.75rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:31.25rem;left:0rem;height:1.7361125rem;text-align:center;text-align-last:center;display:block; }
#Zws0LZhUi56qhcF1q4CvbrxZ2i54paON { color:#9b0f0f;display:block;width:15.75rem;position:absolute;font-family:"barlow condensed";font-size:2.625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:33.125rem;left:0rem;height:3.402775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J2Gi57ia1lC7D3Ort48APFFzBqx6l01o { background-color:#9b0f0f;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:36.875rem;left:0.625rem;display:block; }
#iNExfTTwG2y4UaH6ZqGbzDCsgkamCszH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qgZL0aRIKHD3mTrX4wLhFE8mTi6zvURE { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:8.75rem;left:18.75rem;height:19.09723125rem;display:block; }
#TqBUWzCiOBXSm0FEWQQRySBZD06QUPCv { position:absolute;display:block;z-index:100027;height:21.875rem;width:4.1875rem;top:7.8125rem;left:0rem;display:block; }
#MtHSCeoFMTeF3un19Xu5fbrOKflPsk5G { position:absolute;display:block;z-index:100029;height:21.875rem;width:4.1875rem;top:7.8125rem;left:70.8125rem;display:block; }
#EcgEJpT86zqWveohbyBaFcBx399oTVOR { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.1875rem;width:61rem;top:56.3125rem;left:7rem;overflow:hidden;display:block; }
#UmJn2unMEQy8k6VTScVQ7AD9qOd3acH5 { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30rem;width:46.75rem;top:57.75rem;left:14.125rem;display:block; }
#U5IDwUlsKHb35dIsNn8VQygkJwHBfWes { color:#f18929;display:block;width:58.1875rem;position:absolute;font-family:"barlow semi condensed";font-size:2.625rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:33.625rem;left:16.8125rem;height:6.80555rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l { position:relative;display:block; }#XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l { background-color: transparent; background-image: none; }#XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l > .row .container > .video-iframe-container { display: none; }#XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l > .row > .video-iframe-container { display: none; }#XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l > .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); }#XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l { border-width: 0; border-radius: 0; }#XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l > .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:3.125rem;width:75rem;position:relative;display:block; }#ciid8kTCpBtC1SFxai4JcHcuxreaViwu { position:absolute;display:block;z-index:100000;height:3.0625rem;width:75rem;top:0rem;left:0.34375rem;display:block; }
#CaghS15CRkZ83Pie5niCeL2NkvHPv5E8 { position:relative;display:none; }#CaghS15CRkZ83Pie5niCeL2NkvHPv5E8 { border-width: 0; border-radius: 0; }#CaghS15CRkZ83Pie5niCeL2NkvHPv5E8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d02525;background-image:none;font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:none; }#GrZvFnZlfLszE5IkRwFcKWa4IGBuL8Dd { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3125rem;width:51.875rem;top:40.875rem;left:11.5625rem;overflow:hidden;display:block; }
#flfgezfzP4CIbaXfFoME1QADNrN1Lc7V { position:relative;display:block; }#flfgezfzP4CIbaXfFoME1QADNrN1Lc7V { background-color: transparent; background-image: none; }#flfgezfzP4CIbaXfFoME1QADNrN1Lc7V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flfgezfzP4CIbaXfFoME1QADNrN1Lc7V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flfgezfzP4CIbaXfFoME1QADNrN1Lc7V > .row .container > .video-iframe-container { display: none; }#flfgezfzP4CIbaXfFoME1QADNrN1Lc7V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flfgezfzP4CIbaXfFoME1QADNrN1Lc7V > .row > .video-iframe-container { display: none; }#flfgezfzP4CIbaXfFoME1QADNrN1Lc7V > .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); }#flfgezfzP4CIbaXfFoME1QADNrN1Lc7V { border-width: 0; border-radius: 0; }#flfgezfzP4CIbaXfFoME1QADNrN1Lc7V > .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:34.1875rem;width:75rem;position:relative;display:block; }#MNy2OO1UHX7MgJTNdSwTQo0OzbuZgHJ6 { position:absolute;display:block;z-index:100000;height:25.4375rem;width:75rem;top:6.09375rem;left:0rem;display:block; }
#EOxDgV46y1POMEbaE6XMO58kHTxKLob0 { color:#9b0f0f;display:block;width:75rem;position:absolute;font-family:"barlow semi condensed";font-size:2.625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uhP1sFMcxyE7MRaLwqaXKbT1tkeZucMX { position:relative;display:block; }#uhP1sFMcxyE7MRaLwqaXKbT1tkeZucMX { background-color: transparent; background-image: none; }#uhP1sFMcxyE7MRaLwqaXKbT1tkeZucMX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhP1sFMcxyE7MRaLwqaXKbT1tkeZucMX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhP1sFMcxyE7MRaLwqaXKbT1tkeZucMX > .row .container > .video-iframe-container { display: none; }#uhP1sFMcxyE7MRaLwqaXKbT1tkeZucMX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhP1sFMcxyE7MRaLwqaXKbT1tkeZucMX > .row > .video-iframe-container { display: none; }#uhP1sFMcxyE7MRaLwqaXKbT1tkeZucMX > .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); }#uhP1sFMcxyE7MRaLwqaXKbT1tkeZucMX { border-width: 0; border-radius: 0; }#uhP1sFMcxyE7MRaLwqaXKbT1tkeZucMX > .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:24.375rem;width:75rem;position:relative;display:block; }#QcpXVeE9HtANTH1x3kSedN9hrQPcszTK { color:#9b0f0f;display:block;width:75rem;position:absolute;font-family:"barlow semi condensed";font-size:2.625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xquw7D2JiV5cnIse6E0Wry0zogWXtPqI { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.5625rem;width:24.125rem;top:7.15625rem;left:0rem;display:block; }
#bn3kNo7ck1LoSVMW53dbKpUR1nluc70Q { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.5625rem;width:24.125rem;top:7.15625rem;left:25.4375rem;display:block; }
#mJcd18PSFfTiVI4Ln0XRPsU60PTru57Q { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.5625rem;width:24.125rem;top:7.15625rem;left:50.875rem;display:block; }
#hZHcaCKT62pTPoUzKBqu0EsLGh5i11t8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hZHcaCKT62pTPoUzKBqu0EsLGh5i11t8 > .row .container { background-color: transparent; background-image: none; }#hZHcaCKT62pTPoUzKBqu0EsLGh5i11t8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZHcaCKT62pTPoUzKBqu0EsLGh5i11t8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZHcaCKT62pTPoUzKBqu0EsLGh5i11t8 > .row .container > .video-iframe-container { display: none; }#hZHcaCKT62pTPoUzKBqu0EsLGh5i11t8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZHcaCKT62pTPoUzKBqu0EsLGh5i11t8 > .row > .video-iframe-container { display: none; }#hZHcaCKT62pTPoUzKBqu0EsLGh5i11t8 > .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); }#hZHcaCKT62pTPoUzKBqu0EsLGh5i11t8 > .row .container { border-width: 0; border-radius: 0; }#hZHcaCKT62pTPoUzKBqu0EsLGh5i11t8 > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#ipXZ9re4er8TA0cLfWvit3E3xETGaHrg { color:#9b0f0f;display:block;width:75rem;position:absolute;font-family:"barlow semi condensed";font-size:2.625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cWnsIoSOCIdkfuFXuoB7KkWA5vfHSOQi { box-sizing:content-box;color:#9b0f0f;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:11.3125rem;left:-1.875rem;display:block; }
#F51Tc5dWBeouIwS2QFeekzVry1aEZ2qF { color:#9b0f0f;display:block;width:62.5rem;position:absolute;font-family:"barlow semi condensed";font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:11.6875rem;left:0rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T7Q9StiiPK7nLu3OMMxEG2J9q5DtAqoV { position:relative;display:block; }#T7Q9StiiPK7nLu3OMMxEG2J9q5DtAqoV { background-color: transparent; background-image: none; }#T7Q9StiiPK7nLu3OMMxEG2J9q5DtAqoV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7Q9StiiPK7nLu3OMMxEG2J9q5DtAqoV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7Q9StiiPK7nLu3OMMxEG2J9q5DtAqoV > .row .container > .video-iframe-container { display: none; }#T7Q9StiiPK7nLu3OMMxEG2J9q5DtAqoV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7Q9StiiPK7nLu3OMMxEG2J9q5DtAqoV > .row > .video-iframe-container { display: none; }#T7Q9StiiPK7nLu3OMMxEG2J9q5DtAqoV > .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); }#T7Q9StiiPK7nLu3OMMxEG2J9q5DtAqoV { border-width: 0; border-radius: 0; }#T7Q9StiiPK7nLu3OMMxEG2J9q5DtAqoV > .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:9.5625rem;width:75rem;position:relative;display:block; }#GAt6dTNWNe0X06QcqgtfNULlykzmI8sg { color:#000000;display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:9.0986375rem;display:block; }
#exQRIV6mvfDLEFaaXkCHGOv5qo9RNUbE { position:relative;display:block; }#exQRIV6mvfDLEFaaXkCHGOv5qo9RNUbE { background-color: transparent; background-image: none; }#exQRIV6mvfDLEFaaXkCHGOv5qo9RNUbE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exQRIV6mvfDLEFaaXkCHGOv5qo9RNUbE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exQRIV6mvfDLEFaaXkCHGOv5qo9RNUbE > .row .container > .video-iframe-container { display: none; }#exQRIV6mvfDLEFaaXkCHGOv5qo9RNUbE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exQRIV6mvfDLEFaaXkCHGOv5qo9RNUbE > .row > .video-iframe-container { display: none; }#exQRIV6mvfDLEFaaXkCHGOv5qo9RNUbE > .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); }#exQRIV6mvfDLEFaaXkCHGOv5qo9RNUbE { border-width: 0; border-radius: 0; }#exQRIV6mvfDLEFaaXkCHGOv5qo9RNUbE > .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:2.5625rem;width:75rem;position:relative;display:block; }#QBVEWBaLzCdvwAFTA0WrsJnVmkQ8gcqX { box-sizing:content-box;color:#9b0f0f;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:0.625rem;left:-1.875rem;display:block; }
#iEGTSR38Jvq0S97L6WHdML4g1i7xsk0A { color:#9b0f0f;display:block;width:62.5rem;position:absolute;font-family:"barlow semi condensed";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#evn13Dm3ZN5rE9OT0FNPXTAiAQNVb0gP { position:relative;display:block; }#evn13Dm3ZN5rE9OT0FNPXTAiAQNVb0gP { background-color: transparent; background-image: none; }#evn13Dm3ZN5rE9OT0FNPXTAiAQNVb0gP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evn13Dm3ZN5rE9OT0FNPXTAiAQNVb0gP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evn13Dm3ZN5rE9OT0FNPXTAiAQNVb0gP > .row .container > .video-iframe-container { display: none; }#evn13Dm3ZN5rE9OT0FNPXTAiAQNVb0gP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evn13Dm3ZN5rE9OT0FNPXTAiAQNVb0gP > .row > .video-iframe-container { display: none; }#evn13Dm3ZN5rE9OT0FNPXTAiAQNVb0gP > .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); }#evn13Dm3ZN5rE9OT0FNPXTAiAQNVb0gP { border-width: 0; border-radius: 0; }#evn13Dm3ZN5rE9OT0FNPXTAiAQNVb0gP > .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:11.375rem;width:75rem;position:relative;display:block; }#SOiLlEIDRQpEx7WrV9pmDiCw7LXketnv { color:#000000;display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:0.93619918823244rem;left:0rem;height:10.39845rem;display:block; }
#SkhSH6egd9M793DRDZoKHS4U1VDom8qs { position:relative;display:block; }#SkhSH6egd9M793DRDZoKHS4U1VDom8qs { background-color: transparent; background-image: none; }#SkhSH6egd9M793DRDZoKHS4U1VDom8qs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkhSH6egd9M793DRDZoKHS4U1VDom8qs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkhSH6egd9M793DRDZoKHS4U1VDom8qs > .row .container > .video-iframe-container { display: none; }#SkhSH6egd9M793DRDZoKHS4U1VDom8qs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkhSH6egd9M793DRDZoKHS4U1VDom8qs > .row > .video-iframe-container { display: none; }#SkhSH6egd9M793DRDZoKHS4U1VDom8qs > .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); }#SkhSH6egd9M793DRDZoKHS4U1VDom8qs { border-width: 0; border-radius: 0; }#SkhSH6egd9M793DRDZoKHS4U1VDom8qs > .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:3.5rem;width:75rem;position:relative;display:block; }#K21Cd7zb1DqpoU9ZRcwmghbWcdM716hv { box-sizing:content-box;color:#9b0f0f;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:0.625rem;left:-1.875rem;display:block; }
#wn8OcK9t2nq0u5vWc5hLdQwPlqe18RBZ { color:#9b0f0f;display:block;width:62.5rem;position:absolute;font-family:"barlow semi condensed";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fghEDEzqmll70JToBuhsTybQF0SJoTMz { position:relative;display:block; }#fghEDEzqmll70JToBuhsTybQF0SJoTMz { background-color: transparent; background-image: none; }#fghEDEzqmll70JToBuhsTybQF0SJoTMz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fghEDEzqmll70JToBuhsTybQF0SJoTMz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fghEDEzqmll70JToBuhsTybQF0SJoTMz > .row .container > .video-iframe-container { display: none; }#fghEDEzqmll70JToBuhsTybQF0SJoTMz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fghEDEzqmll70JToBuhsTybQF0SJoTMz > .row > .video-iframe-container { display: none; }#fghEDEzqmll70JToBuhsTybQF0SJoTMz > .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); }#fghEDEzqmll70JToBuhsTybQF0SJoTMz { border-width: 0; border-radius: 0; }#fghEDEzqmll70JToBuhsTybQF0SJoTMz > .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:5.8125rem;width:75rem;position:relative;display:block; }#PZwDZE1miP9G6aZwnzwepIiFRINWNDvH { color:#000000;display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:6.49903125rem;display:block; }
#mzfQkrnusXCapqbLT4O9bGA4qKzapmOz { position:relative;display:block; }#mzfQkrnusXCapqbLT4O9bGA4qKzapmOz { background-color: transparent; background-image: none; }#mzfQkrnusXCapqbLT4O9bGA4qKzapmOz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzfQkrnusXCapqbLT4O9bGA4qKzapmOz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzfQkrnusXCapqbLT4O9bGA4qKzapmOz > .row .container > .video-iframe-container { display: none; }#mzfQkrnusXCapqbLT4O9bGA4qKzapmOz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzfQkrnusXCapqbLT4O9bGA4qKzapmOz > .row > .video-iframe-container { display: none; }#mzfQkrnusXCapqbLT4O9bGA4qKzapmOz > .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); }#mzfQkrnusXCapqbLT4O9bGA4qKzapmOz { border-width: 0; border-radius: 0; }#mzfQkrnusXCapqbLT4O9bGA4qKzapmOz > .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:3.0625rem;width:75rem;position:relative;display:block; }#TA02qI5TARZqd8RPramevNmCrxSPUIlT { box-sizing:content-box;color:#9b0f0f;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:0.625rem;left:-1.875rem;display:block; }
#tbn5VVdhEDcK5qotTdFQTuUa4a4wh96T { color:#9b0f0f;display:block;width:62.5rem;position:absolute;font-family:"barlow semi condensed";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1;letter-spacing:0;top:0rem;left:0rem;height:2.2504375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IvT7DcmlkoI7U4v5EqTdmSFqvvgDzBh3 { position:relative;display:block; }#IvT7DcmlkoI7U4v5EqTdmSFqvvgDzBh3 { background-color: transparent; background-image: none; }#IvT7DcmlkoI7U4v5EqTdmSFqvvgDzBh3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvT7DcmlkoI7U4v5EqTdmSFqvvgDzBh3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvT7DcmlkoI7U4v5EqTdmSFqvvgDzBh3 > .row .container > .video-iframe-container { display: none; }#IvT7DcmlkoI7U4v5EqTdmSFqvvgDzBh3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvT7DcmlkoI7U4v5EqTdmSFqvvgDzBh3 > .row > .video-iframe-container { display: none; }#IvT7DcmlkoI7U4v5EqTdmSFqvvgDzBh3 > .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); }#IvT7DcmlkoI7U4v5EqTdmSFqvvgDzBh3 { border-width: 0; border-radius: 0; }#IvT7DcmlkoI7U4v5EqTdmSFqvvgDzBh3 > .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:4.4375rem;width:75rem;position:relative;display:block; }#UzMRcSTgbUS7Cld9AcfXSt37a2RM3MGc { color:#000000;display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.8994125rem;display:block; }
#hBD7HNVPGt8BBKwySOe5kvTZhQfiyd7g { position:relative;display:block; }#hBD7HNVPGt8BBKwySOe5kvTZhQfiyd7g { background-color: transparent; background-image: none; }#hBD7HNVPGt8BBKwySOe5kvTZhQfiyd7g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBD7HNVPGt8BBKwySOe5kvTZhQfiyd7g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBD7HNVPGt8BBKwySOe5kvTZhQfiyd7g > .row .container > .video-iframe-container { display: none; }#hBD7HNVPGt8BBKwySOe5kvTZhQfiyd7g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBD7HNVPGt8BBKwySOe5kvTZhQfiyd7g > .row > .video-iframe-container { display: none; }#hBD7HNVPGt8BBKwySOe5kvTZhQfiyd7g > .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); }#hBD7HNVPGt8BBKwySOe5kvTZhQfiyd7g { border-width: 0; border-radius: 0; }#hBD7HNVPGt8BBKwySOe5kvTZhQfiyd7g > .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:3.5rem;width:75rem;position:relative;display:block; }#IdtIZCAbE55SyL0MSM9WRNfzhbpuNkEG { box-sizing:content-box;color:#9b0f0f;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:0.625rem;left:-1.875rem;display:block; }
#J8cqQBTXUgI7PzCknMB81HbwhM8uPKnb { color:#9b0f0f;display:block;width:62.5rem;position:absolute;font-family:"barlow semi condensed";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vq8kAmcan10JXvk3BNUqUCPV9Ql74a00 { position:relative;display:block; }#vq8kAmcan10JXvk3BNUqUCPV9Ql74a00 { background-color: transparent; background-image: none; }#vq8kAmcan10JXvk3BNUqUCPV9Ql74a00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vq8kAmcan10JXvk3BNUqUCPV9Ql74a00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vq8kAmcan10JXvk3BNUqUCPV9Ql74a00 > .row .container > .video-iframe-container { display: none; }#vq8kAmcan10JXvk3BNUqUCPV9Ql74a00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vq8kAmcan10JXvk3BNUqUCPV9Ql74a00 > .row > .video-iframe-container { display: none; }#vq8kAmcan10JXvk3BNUqUCPV9Ql74a00 > .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); }#vq8kAmcan10JXvk3BNUqUCPV9Ql74a00 { border-width: 0; border-radius: 0; }#vq8kAmcan10JXvk3BNUqUCPV9Ql74a00 > .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:3.6875rem;width:75rem;position:relative;display:block; }#a5iuryq5MI8s0amHpfKGTm8MJsOsnNwG { color:#000000;display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.5996125rem;display:block; }
#aciNsraf5tF5r9xTLU4sxougmQNKqqDC { position:relative;display:block; }#aciNsraf5tF5r9xTLU4sxougmQNKqqDC { background-color: transparent; background-image: none; }#aciNsraf5tF5r9xTLU4sxougmQNKqqDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aciNsraf5tF5r9xTLU4sxougmQNKqqDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aciNsraf5tF5r9xTLU4sxougmQNKqqDC > .row .container > .video-iframe-container { display: none; }#aciNsraf5tF5r9xTLU4sxougmQNKqqDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aciNsraf5tF5r9xTLU4sxougmQNKqqDC > .row > .video-iframe-container { display: none; }#aciNsraf5tF5r9xTLU4sxougmQNKqqDC > .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); }#aciNsraf5tF5r9xTLU4sxougmQNKqqDC { border-width: 0; border-radius: 0; }#aciNsraf5tF5r9xTLU4sxougmQNKqqDC > .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:3.5rem;width:75rem;position:relative;display:block; }#EsHdayzRt5z6g6k1p0k62L6CiTmeO08P { box-sizing:content-box;color:#9b0f0f;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:0.625rem;left:-1.875rem;display:block; }
#oPFXnREQ384uGZWhfm5QTvbJiM13t44p { color:#9b0f0f;display:block;width:62.5rem;position:absolute;font-family:"barlow semi condensed";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SRRHKamdcrdLoWkIyzu2rESeNdoGp3JU { position:relative;display:block; }#SRRHKamdcrdLoWkIyzu2rESeNdoGp3JU { background-color: transparent; background-image: none; }#SRRHKamdcrdLoWkIyzu2rESeNdoGp3JU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRRHKamdcrdLoWkIyzu2rESeNdoGp3JU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRRHKamdcrdLoWkIyzu2rESeNdoGp3JU > .row .container > .video-iframe-container { display: none; }#SRRHKamdcrdLoWkIyzu2rESeNdoGp3JU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRRHKamdcrdLoWkIyzu2rESeNdoGp3JU > .row > .video-iframe-container { display: none; }#SRRHKamdcrdLoWkIyzu2rESeNdoGp3JU > .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); }#SRRHKamdcrdLoWkIyzu2rESeNdoGp3JU { border-width: 0; border-radius: 0; }#SRRHKamdcrdLoWkIyzu2rESeNdoGp3JU > .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:3.6875rem;width:75rem;position:relative;display:block; }#Vrvh92JBGcebWGlFttpHEq80geVuqvRd { color:#000000;display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.3rem;display:block; }
#Tfy5iHRehBaHqt20r27MIcZGf8NI6zx2 { position:relative;display:block; }#Tfy5iHRehBaHqt20r27MIcZGf8NI6zx2 { background-color: transparent; background-image: none; }#Tfy5iHRehBaHqt20r27MIcZGf8NI6zx2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tfy5iHRehBaHqt20r27MIcZGf8NI6zx2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tfy5iHRehBaHqt20r27MIcZGf8NI6zx2 > .row .container > .video-iframe-container { display: none; }#Tfy5iHRehBaHqt20r27MIcZGf8NI6zx2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tfy5iHRehBaHqt20r27MIcZGf8NI6zx2 > .row > .video-iframe-container { display: none; }#Tfy5iHRehBaHqt20r27MIcZGf8NI6zx2 > .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); }#Tfy5iHRehBaHqt20r27MIcZGf8NI6zx2 { border-width: 0; border-radius: 0; }#Tfy5iHRehBaHqt20r27MIcZGf8NI6zx2 > .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:3.5rem;width:75rem;position:relative;display:block; }#BOahvFEIFFUGKHKv92xsXUCHPxKqQqcn { box-sizing:content-box;color:#9b0f0f;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:0.625rem;left:-1.875rem;display:block; }
#QWPcAKXZMIrGEtRuSGikTFdTOzm2URPO { color:#9b0f0f;display:block;width:62.5rem;position:absolute;font-family:"barlow semi condensed";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SKNT72JJoGqOkCAUQCUf989Ab7M8OvpH { position:relative;display:block; }#SKNT72JJoGqOkCAUQCUf989Ab7M8OvpH { background-color: transparent; background-image: none; }#SKNT72JJoGqOkCAUQCUf989Ab7M8OvpH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKNT72JJoGqOkCAUQCUf989Ab7M8OvpH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKNT72JJoGqOkCAUQCUf989Ab7M8OvpH > .row .container > .video-iframe-container { display: none; }#SKNT72JJoGqOkCAUQCUf989Ab7M8OvpH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKNT72JJoGqOkCAUQCUf989Ab7M8OvpH > .row > .video-iframe-container { display: none; }#SKNT72JJoGqOkCAUQCUf989Ab7M8OvpH > .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); }#SKNT72JJoGqOkCAUQCUf989Ab7M8OvpH { border-width: 0; border-radius: 0; }#SKNT72JJoGqOkCAUQCUf989Ab7M8OvpH > .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:4.8125rem;width:75rem;position:relative;display:block; }#zrhvcTtqXgWqMrQPNxfQVu87SsE1bId1 { color:#000000;display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.8994125rem;display:block; }
#saxTFGscSvgRAg7CoCifRPhXE6cwPu3v { position:relative;display:block; }#saxTFGscSvgRAg7CoCifRPhXE6cwPu3v { background-color: transparent; background-image: none; }#saxTFGscSvgRAg7CoCifRPhXE6cwPu3v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saxTFGscSvgRAg7CoCifRPhXE6cwPu3v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saxTFGscSvgRAg7CoCifRPhXE6cwPu3v > .row .container > .video-iframe-container { display: none; }#saxTFGscSvgRAg7CoCifRPhXE6cwPu3v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saxTFGscSvgRAg7CoCifRPhXE6cwPu3v > .row > .video-iframe-container { display: none; }#saxTFGscSvgRAg7CoCifRPhXE6cwPu3v > .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); }#saxTFGscSvgRAg7CoCifRPhXE6cwPu3v { border-width: 0; border-radius: 0; }#saxTFGscSvgRAg7CoCifRPhXE6cwPu3v > .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:3.5rem;width:75rem;position:relative;display:block; }#w6zPAtAUDTeHJrrPBLa2aqTGW67FIxeT { box-sizing:content-box;color:#9b0f0f;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:0.625rem;left:-1.875rem;display:block; }
#ni3OhUKPsUtiAsPaISDfJK3v4taAEC88 { color:#9b0f0f;display:block;width:62.5rem;position:absolute;font-family:"barlow semi condensed";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nuBg9x4wK6o2dd8xPOnVrECe4Tw3S1gA { position:relative;display:block; }#nuBg9x4wK6o2dd8xPOnVrECe4Tw3S1gA { background-color: transparent; background-image: none; }#nuBg9x4wK6o2dd8xPOnVrECe4Tw3S1gA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nuBg9x4wK6o2dd8xPOnVrECe4Tw3S1gA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nuBg9x4wK6o2dd8xPOnVrECe4Tw3S1gA > .row .container > .video-iframe-container { display: none; }#nuBg9x4wK6o2dd8xPOnVrECe4Tw3S1gA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nuBg9x4wK6o2dd8xPOnVrECe4Tw3S1gA > .row > .video-iframe-container { display: none; }#nuBg9x4wK6o2dd8xPOnVrECe4Tw3S1gA > .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); }#nuBg9x4wK6o2dd8xPOnVrECe4Tw3S1gA { border-width: 0; border-radius: 0; }#nuBg9x4wK6o2dd8xPOnVrECe4Tw3S1gA > .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:4.8125rem;width:75rem;position:relative;display:block; }#ZMPIcToBhymZ8wFHMEdWobKfyNBTkqCv { color:#000000;display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.5996125rem;display:block; }
#IVKE8z9pDIWFh7NVQTX0CHdEEX5VLgKD { position:relative;display:block; }#IVKE8z9pDIWFh7NVQTX0CHdEEX5VLgKD { background-color: transparent; background-image: none; }#IVKE8z9pDIWFh7NVQTX0CHdEEX5VLgKD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVKE8z9pDIWFh7NVQTX0CHdEEX5VLgKD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVKE8z9pDIWFh7NVQTX0CHdEEX5VLgKD > .row .container > .video-iframe-container { display: none; }#IVKE8z9pDIWFh7NVQTX0CHdEEX5VLgKD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVKE8z9pDIWFh7NVQTX0CHdEEX5VLgKD > .row > .video-iframe-container { display: none; }#IVKE8z9pDIWFh7NVQTX0CHdEEX5VLgKD > .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); }#IVKE8z9pDIWFh7NVQTX0CHdEEX5VLgKD { border-width: 0; border-radius: 0; }#IVKE8z9pDIWFh7NVQTX0CHdEEX5VLgKD > .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:3.5rem;width:75rem;position:relative;display:block; }#g0TfRLumRBhx3CzN4m5wJOoBVJaPlXsN { box-sizing:content-box;color:#9b0f0f;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:0.625rem;left:-1.875rem;display:block; }
#sLvUDX9ElqukXqbcJsM5ikS1shypgrKP { color:#9b0f0f;display:block;width:62.5rem;position:absolute;font-family:"barlow semi condensed";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kaTFheOHuREOoaaUQx4dIrBPxlG1yTXT { position:relative;display:block; }#kaTFheOHuREOoaaUQx4dIrBPxlG1yTXT { background-color: transparent; background-image: none; }#kaTFheOHuREOoaaUQx4dIrBPxlG1yTXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaTFheOHuREOoaaUQx4dIrBPxlG1yTXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaTFheOHuREOoaaUQx4dIrBPxlG1yTXT > .row .container > .video-iframe-container { display: none; }#kaTFheOHuREOoaaUQx4dIrBPxlG1yTXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaTFheOHuREOoaaUQx4dIrBPxlG1yTXT > .row > .video-iframe-container { display: none; }#kaTFheOHuREOoaaUQx4dIrBPxlG1yTXT > .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); }#kaTFheOHuREOoaaUQx4dIrBPxlG1yTXT { border-width: 0; border-radius: 0; }#kaTFheOHuREOoaaUQx4dIrBPxlG1yTXT > .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:3.875rem;width:75rem;position:relative;display:block; }#Sekp2gcHTWFMTBTm3fQXiralBGJTTPK0 { color:#000000;display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.5996125rem;display:block; }
#BBmmJmMNzRseuyqTQ0E1M6Tq6ViI75cX { position:relative;display:block; }#BBmmJmMNzRseuyqTQ0E1M6Tq6ViI75cX { background-color: transparent; background-image: none; }#BBmmJmMNzRseuyqTQ0E1M6Tq6ViI75cX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBmmJmMNzRseuyqTQ0E1M6Tq6ViI75cX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBmmJmMNzRseuyqTQ0E1M6Tq6ViI75cX > .row .container > .video-iframe-container { display: none; }#BBmmJmMNzRseuyqTQ0E1M6Tq6ViI75cX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBmmJmMNzRseuyqTQ0E1M6Tq6ViI75cX > .row > .video-iframe-container { display: none; }#BBmmJmMNzRseuyqTQ0E1M6Tq6ViI75cX > .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); }#BBmmJmMNzRseuyqTQ0E1M6Tq6ViI75cX { border-width: 0; border-radius: 0; }#BBmmJmMNzRseuyqTQ0E1M6Tq6ViI75cX > .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:3.5rem;width:75rem;position:relative;display:block; }#oTAL47m1L0TfwfK1TANvS2P4VNT9fxTM { box-sizing:content-box;color:#9b0f0f;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:0.625rem;left:-1.875rem;display:block; }
#PrC1CvxMn5u8c2roRBGGHbQ53r8pTRng { color:#9b0f0f;display:block;width:62.5rem;position:absolute;font-family:"barlow semi condensed";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rsmCwpTHlHFMzk5IAmO9xdaiVzxGFtow { position:relative;display:block; }#rsmCwpTHlHFMzk5IAmO9xdaiVzxGFtow { background-color: transparent; background-image: none; }#rsmCwpTHlHFMzk5IAmO9xdaiVzxGFtow::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsmCwpTHlHFMzk5IAmO9xdaiVzxGFtow > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsmCwpTHlHFMzk5IAmO9xdaiVzxGFtow > .row .container > .video-iframe-container { display: none; }#rsmCwpTHlHFMzk5IAmO9xdaiVzxGFtow > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsmCwpTHlHFMzk5IAmO9xdaiVzxGFtow > .row > .video-iframe-container { display: none; }#rsmCwpTHlHFMzk5IAmO9xdaiVzxGFtow > .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); }#rsmCwpTHlHFMzk5IAmO9xdaiVzxGFtow { border-width: 0; border-radius: 0; }#rsmCwpTHlHFMzk5IAmO9xdaiVzxGFtow > .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:3.875rem;width:75rem;position:relative;display:block; }#uqRKx0qanoomMBvEcc8uJlZIFIar8hIc { color:#000000;display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.5996125rem;display:block; }
#voXDezpMUG9dgtOWETqkOD8EUb8Wgl24 { position:relative;display:block; }#voXDezpMUG9dgtOWETqkOD8EUb8Wgl24 { background-color: transparent; background-image: none; }#voXDezpMUG9dgtOWETqkOD8EUb8Wgl24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voXDezpMUG9dgtOWETqkOD8EUb8Wgl24 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voXDezpMUG9dgtOWETqkOD8EUb8Wgl24 > .row .container > .video-iframe-container { display: none; }#voXDezpMUG9dgtOWETqkOD8EUb8Wgl24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voXDezpMUG9dgtOWETqkOD8EUb8Wgl24 > .row > .video-iframe-container { display: none; }#voXDezpMUG9dgtOWETqkOD8EUb8Wgl24 > .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); }#voXDezpMUG9dgtOWETqkOD8EUb8Wgl24 { border-width: 0; border-radius: 0; }#voXDezpMUG9dgtOWETqkOD8EUb8Wgl24 > .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:3.5rem;width:75rem;position:relative;display:block; }#pDSMAkdNPnMvwnAr2t7tbkabP9EZgtdq { box-sizing:content-box;color:#9b0f0f;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:0.625rem;left:-1.875rem;display:block; }
#kgoKxz36uaJX4hl6nnLGtOLPJFgxT0Fg { color:#9b0f0f;display:block;width:62.5rem;position:absolute;font-family:"barlow semi condensed";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fsJrs0Gl1KFd8IckphgfeIQ01dTRkuVL { position:relative;display:block; }#fsJrs0Gl1KFd8IckphgfeIQ01dTRkuVL { background-color: transparent; background-image: none; }#fsJrs0Gl1KFd8IckphgfeIQ01dTRkuVL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsJrs0Gl1KFd8IckphgfeIQ01dTRkuVL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsJrs0Gl1KFd8IckphgfeIQ01dTRkuVL > .row .container > .video-iframe-container { display: none; }#fsJrs0Gl1KFd8IckphgfeIQ01dTRkuVL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsJrs0Gl1KFd8IckphgfeIQ01dTRkuVL > .row > .video-iframe-container { display: none; }#fsJrs0Gl1KFd8IckphgfeIQ01dTRkuVL > .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); }#fsJrs0Gl1KFd8IckphgfeIQ01dTRkuVL { border-width: 0; border-radius: 0; }#fsJrs0Gl1KFd8IckphgfeIQ01dTRkuVL > .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:3.875rem;width:75rem;position:relative;display:block; }#ELTmJEMkwfgc5uuenF1k7qswPZirxxWO { color:#000000;display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.3rem;display:block; }
#BzTxKWciShfadT6ZfzQnglAZ67z68hSS { position:relative;display:block; }#BzTxKWciShfadT6ZfzQnglAZ67z68hSS { background-color: transparent; background-image: none; }#BzTxKWciShfadT6ZfzQnglAZ67z68hSS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzTxKWciShfadT6ZfzQnglAZ67z68hSS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzTxKWciShfadT6ZfzQnglAZ67z68hSS > .row .container > .video-iframe-container { display: none; }#BzTxKWciShfadT6ZfzQnglAZ67z68hSS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzTxKWciShfadT6ZfzQnglAZ67z68hSS > .row > .video-iframe-container { display: none; }#BzTxKWciShfadT6ZfzQnglAZ67z68hSS > .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); }#BzTxKWciShfadT6ZfzQnglAZ67z68hSS { border-width: 0; border-radius: 0; }#BzTxKWciShfadT6ZfzQnglAZ67z68hSS > .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:3.125rem;width:75rem;position:relative;display:block; }#ptnTNp1E6PO0afI349HD9yEZdx3W3iZI { box-sizing:content-box;color:#9b0f0f;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:0.625rem;left:-1.875rem;display:block; }
#MT9nDnJDUWgchFg98uVBRJGT6QyEPH3A { color:#9b0f0f;display:block;width:62.5rem;position:absolute;font-family:"barlow semi condensed";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zgxz14cclI4NbSwlvbzC7c3p1gzUZPCE { position:relative;display:block; }#zgxz14cclI4NbSwlvbzC7c3p1gzUZPCE { background-color: transparent; background-image: none; }#zgxz14cclI4NbSwlvbzC7c3p1gzUZPCE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgxz14cclI4NbSwlvbzC7c3p1gzUZPCE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgxz14cclI4NbSwlvbzC7c3p1gzUZPCE > .row .container > .video-iframe-container { display: none; }#zgxz14cclI4NbSwlvbzC7c3p1gzUZPCE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgxz14cclI4NbSwlvbzC7c3p1gzUZPCE > .row > .video-iframe-container { display: none; }#zgxz14cclI4NbSwlvbzC7c3p1gzUZPCE > .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); }#zgxz14cclI4NbSwlvbzC7c3p1gzUZPCE { border-width: 0; border-radius: 0; }#zgxz14cclI4NbSwlvbzC7c3p1gzUZPCE > .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:3rem;width:75rem;position:relative;display:block; }#yNA2plBBmEIRJmgpsyHmlcTwFiLaT8ST { color:#000000;display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.5996125rem;display:block; }
#CacUe5CgfehZIe5mFlvtdBSTNOR2nKaA { position:relative;display:block; }#CacUe5CgfehZIe5mFlvtdBSTNOR2nKaA { background-color: transparent; background-image: none; }#CacUe5CgfehZIe5mFlvtdBSTNOR2nKaA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CacUe5CgfehZIe5mFlvtdBSTNOR2nKaA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CacUe5CgfehZIe5mFlvtdBSTNOR2nKaA > .row .container > .video-iframe-container { display: none; }#CacUe5CgfehZIe5mFlvtdBSTNOR2nKaA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CacUe5CgfehZIe5mFlvtdBSTNOR2nKaA > .row > .video-iframe-container { display: none; }#CacUe5CgfehZIe5mFlvtdBSTNOR2nKaA > .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); }#CacUe5CgfehZIe5mFlvtdBSTNOR2nKaA { border-width: 0; border-radius: 0; }#CacUe5CgfehZIe5mFlvtdBSTNOR2nKaA > .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:3.5rem;width:75rem;position:relative;display:block; }#PTmZzbKTPWHpnmJqOJAOrKPUtz5X49iB { box-sizing:content-box;color:#9b0f0f;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:0.625rem;left:-1.875rem;display:block; }
#zfO9uOHRQTJE4VOpH7ZSoin5BllxUUcX { color:#9b0f0f;display:block;width:62.5rem;position:absolute;font-family:"barlow semi condensed";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qFzT79nCKwFpyRgWub2GW0Tu0iFK3AOp { position:relative;display:block; }#qFzT79nCKwFpyRgWub2GW0Tu0iFK3AOp { background-color: transparent; background-image: none; }#qFzT79nCKwFpyRgWub2GW0Tu0iFK3AOp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFzT79nCKwFpyRgWub2GW0Tu0iFK3AOp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFzT79nCKwFpyRgWub2GW0Tu0iFK3AOp > .row .container > .video-iframe-container { display: none; }#qFzT79nCKwFpyRgWub2GW0Tu0iFK3AOp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFzT79nCKwFpyRgWub2GW0Tu0iFK3AOp > .row > .video-iframe-container { display: none; }#qFzT79nCKwFpyRgWub2GW0Tu0iFK3AOp > .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); }#qFzT79nCKwFpyRgWub2GW0Tu0iFK3AOp { border-width: 0; border-radius: 0; }#qFzT79nCKwFpyRgWub2GW0Tu0iFK3AOp > .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:55.6875rem;width:75rem;position:relative;display:block; }#lTQNMre5WdrW9RJC3PlbpkROeoIqaCk0 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:20.375rem;top:0.87339973449706rem;left:0rem;overflow:hidden;display:block; }
#KTtyeZTwtyaxoIEDozOSvbi6s9QZnVim { color:#000000;display:block;width:73.875rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:22.432698249817rem;left:0rem;height:15.4296875rem;display:block; }
#EICkfS3Nxp9TC8XWUDscn1Oh7uNJLlSX { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.99935rem;width:22.1245625rem;top:40.561036109924rem;left:43.123918533325rem;overflow:hidden;display:block; }
#yfnxxMny89qr2xgUH0qr7xCvEOPRanQz { position:relative;display:none; }#yfnxxMny89qr2xgUH0qr7xCvEOPRanQz { border-width: 0; border-radius: 0; }#yfnxxMny89qr2xgUH0qr7xCvEOPRanQz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a1b441b0-1200-4897-a20c-cd616a9ad061/redbackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:75.4375rem;width:75rem;position:relative;display:none; }#yfnxxMny89qr2xgUH0qr7xCvEOPRanQz > .row .container.adaptive-delivery-prevent-bg, #yfnxxMny89qr2xgUH0qr7xCvEOPRanQz > .row .container.lazyload, #yfnxxMny89qr2xgUH0qr7xCvEOPRanQz > .row .container.lazyloading { background-image: none; }#Epbak40tLfLa9fxEcxQiL8DzqWcXLlJb { color:#ffffff;display:block;width:64.1875rem;position:absolute;font-family:barlow;font-size:1.875rem;font-weight:normal;z-index:100058;line-height:1.3;letter-spacing:0;top:21.230469226837rem;left:5.4047298431396rem;height:29.307325rem;text-align:center;text-align-last:center;display:block; }
#CQI5TrKu1zFwopoBR2DNNEoE9KdtQHMU { color:#ffffff;display:block;width:74.8125rem;position:absolute;font-family:barlow;font-size:2.4375rem;font-weight:700;z-index:100059;line-height:1.3;letter-spacing:0;top:3.4296875rem;left:0rem;height:6.3346375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PfGWP6ZQosgKlV3Jq2sOaS3HNbnH58zQ { z-index:100001;top:14.982638835907rem;left:25.093317031861rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3eff00, #029943);background-image: -moz-linear-gradient(180deg, #3eff00, #029943);background-image: -ms-linear-gradient(180deg, #3eff00, #029943);background-image: -o-linear-gradient(180deg, #3eff00, #029943);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eff00', endColorstr='#029943' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eff00', endColorstr='#029943' );";background-image: linear-gradient(180deg, #3eff00, #029943);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(64,6,23,0.35) ;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.810125rem;height:3.49718125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#z3Z60UnPLBOqR1QCspvGpaPft7KHrxpb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gTG2Il5DHxHRSWccSXpLFnIkE21OqgSZ { color:#0cff78;display:block;width:59.559875rem;position:absolute;font-family:barlow;font-size:1.875rem;font-weight:normal;z-index:100061;line-height:1.3;letter-spacing:0;top:51.980470657349rem;left:9.4661464691163rem;height:12.1853375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XEv0oFh0X9C0q1By4y7XuCwme6VWknBF { z-index:100002;top:67.794921875rem;left:25.0947265625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3eff00, #029943);background-image: -moz-linear-gradient(180deg, #3eff00, #029943);background-image: -ms-linear-gradient(180deg, #3eff00, #029943);background-image: -o-linear-gradient(180deg, #3eff00, #029943);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eff00', endColorstr='#029943' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eff00', endColorstr='#029943' );";background-image: linear-gradient(180deg, #3eff00, #029943);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(64,6,23,0.35) ;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8095625rem;height:3.49706875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Mk1yfLlDd2VgfI8Ng3OgPJUgXCuNuHU7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d02525;background-image:url("https://images.assets-landingi.com/uc/c625710c-5995-42f6-add4-e84d7554cd40/TLoquest.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE.adaptive-delivery-prevent-bg, #La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE.lazyload, #La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE.lazyloading { background-image: none; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container { background-color: transparent; background-image: none; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container > .video-iframe-container { display: none; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row > .video-iframe-container { display: none; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .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); }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container { border-width: 0; border-radius: 0; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;position:relative;display:block; }#T2H55UVHDSSOQrXAg3Mc4hBbWIlHQ9Wp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:1.875rem;left:8.0625rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#H5t03daUyyHR0kVvktM6zHuuSheyOiJf { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.9375rem;width:15.6875rem;top:4.5rem;left:9rem;overflow:hidden;display:block; }
#u8kXpAqP0ExrUbfJs4TT6WE3TWRvkrza { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:1.875rem;left:27.625rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#wcB9XAsfoHxBf5WoAkHJwrt2zuwpv9Ad { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:4.5rem;left:27.9375rem;height:9.098625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TzzySscKV3W8GBRFTVMEpRCk3DLnzf6g { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:1.96875rem;left:45.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#mrIJ12xHMfPzFKzz9JyR3rLzE9MmdCAE { color:#000000;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:4.5rem;left:46.75rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#FMTrx4gFKhl1CAVPACJW2X8Mp0to8e82 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:14.25rem;top:10.6875rem;left:39.5625rem;overflow:hidden;display:block; }
#Xs68i3Ugata7dzX26f0E7UeknugT5ZG8 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:13.1875rem;top:10.6875rem;left:54.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fKTTwgDApfJ39cUveT0tLprwB87QIFTb { display:block; }#fKTTwgDApfJ39cUveT0tLprwB87QIFTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GlExNuFP1beWTEMFSkTzpVPabE2yA9Vl { width:47.75rem;height:14.75rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W69nexFeF4fzT5TIguQvhAhZb2HR42DT { width:36.375rem;height:7.75rem;top:24.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TylJeJmS1w8O71oP3CFnFWkTNyC1rZbs { width:47.75rem;height:31.75375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbeXXIUenkz1Hxgb4vbsyZISXFnlCHs1 { width:23.5625rem;height:23.750188993546rem;top:26.1875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhxqTJb9RmRmhp1ZuZyDerDKZKEFD7hG { width:17.5625rem;height:11.95683058244rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF { display:block; }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLi0GEbihUTC7GUR1frT8x4xvO14TOXb { width:40rem;height:2.5rem;top:24.3125rem;left:3.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvA1Tg9DbnyyNi9VJPWfBKAuirbJQRcF { width:43.9375rem;height:7.5rem;top:1.6875rem;left:1.90625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT1L1pXTeA2GlNVrBViqpW1FtZTd5UZ8 { width:40rem;height:3.5625rem;top:21.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #si66FAqTrOdmiRxzzdlh1g4z4eqLDha8 { width:16.9375rem;height:3.5625rem;top:21.5rem;left:30.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk8GqucOB4I5NGbrrz1OImigEfK8zLsz { width:40rem;height:3.5625rem;top:28.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOTXtZEpTvWTGHL0Athu6Z5pU0Se7bIs { width:16.9375rem;height:3.5625rem;top:28.4375rem;left:30.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLQEz08in03oissVDZO3OB3fnX0m20tu { width:47.75rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 .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; }
#DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 .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; }
#DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 { width:18rem;height:5.0625rem;display:flex;top:13.3125rem;left:0rem;z-index:100057; }
 }@media only screen and (max-width: 763px) { #DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #EqP4OM3zosUdqSD1RUv2hExxAI4qxDZT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #eQI6F8pXePCzM6cuOoiG1rzcfBkSRxRL {  }
 }@media only screen and (max-width: 763px) { #DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #fgth3UgTkvWyZT3a9KxB8M2ax9KE5sRk {  }
 }@media only screen and (max-width: 763px) { #DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #aXHbUhCXTBaIxB1pHQyn5sQIzy9DnTFI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #H2nQrbAW28vT7Un9u3bOIbxsuXnu4zwk {  }
 }@media only screen and (max-width: 763px) { #DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #b38ozilHaIl6UCMRDZvsqeITb3TPyPoW {  }
 }@media only screen and (max-width: 763px) { #DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #lQwSAzbELyU009gma5z8JZaID7MPmSFS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #vcDTG44MH18wyuawXVvgv7gTgoGO8rmQ {  }
 }@media only screen and (max-width: 763px) { #DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #hqDFv7Ag6zCOqgILzl1igigAAmcCvsyl {  }
 }@media only screen and (max-width: 763px) { #DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #grcKb6BEcmRgaVOfhHEl0TfrsFPCUybc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #azQBugablK0CJluTFEUFBgZQNrs8kpaK {  }
 }@media only screen and (max-width: 763px) { #DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #NkcP8Ea2f4o7CrzKkrt65PoCKJ3y4xch {  }
 }@media only screen and (max-width: 763px) { #ia6plTponUG2VgxE2LrSNTHhKVIMZ81W { display:block; }#ia6plTponUG2VgxE2LrSNTHhKVIMZ81W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAsFZu8G77sh4IQKy61DMG6AM5UiH8wl { width:47.75rem;height:19.5rem;top:11.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJRaiCb5N6CsEJ1iqIHh5w2p0q9M6sk6 { width:47.75rem;height:5.849375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWRS0NHInLXn1IWREngb5xKZi08QLVtr { display:none; }#EWRS0NHInLXn1IWREngb5xKZi08QLVtr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DiaWbkgTp9q4qhs7prTQdRuq0QW9XQ9q { display:none; }#DiaWbkgTp9q4qhs7prTQdRuq0QW9XQ9q > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A0ZCRVEai7yJLHFE2yprMcF0u47Ncz43 { width:44.375rem;height:24.8125rem;top:9.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdFMmvQB2icMH8IPrASkVTAkiFLT4xvq { width:47.75rem;height:6.625rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi8UTt1ZfzdLq3w64T2QaXAzysE6umBi { width:47.75rem;height:3.875rem;top:35.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgVK1d6t6RxsWLmnWU6FSH7t1LVfyqhm { display:block; }#NgVK1d6t6RxsWLmnWU6FSH7t1LVfyqhm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKdkbEAv6Dl2Uf8ZuxVFrxSu26IXX1WO { width:47.75rem;height:4.9375rem;top:1.125rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpEI5T5uXftZcLuzD0KCfI7gJllyQAoJ { width:15.625rem;height:37.5rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZWM8N81Ek8uLMCPq1IBgTIW1SMiy1sR { width:13.75rem;height:19.6245625rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHXKKd2VsP6lwAIubBW0O8Jtsce67WGQ { width:13.75rem;height:4rem;top:32.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3AWGMMuAan5wJex7D8RR2UKy1ATTGdX { width:15.625rem;height:3.75rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b99yurQsGisJayaXQfNbeC1fqaTsfD72 { display:block; }
 }@media only screen and (max-width: 763px) { #WTvlTBWnEZT0qREhf0TStt8IVOTw9lqX { width:15.625rem;height:3.75rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG0pRPW3w2J38VoiKzQf5IQgIEwETh3d { display:block; }
 }@media only screen and (max-width: 763px) { #miSXH0ilMzJPnXIkM7Np2bxJSRzA3OAB { width:15.625rem;height:37.5rem;top:11rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n86VLo1FofTAnKs8ko9aTQsWO7ukKrwN { width:13.75rem;height:19.4998125rem;top:11.9375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz9NIWIgOXXuzcfooG0oAe1r6aIELpl8 { width:13.75rem;height:4.125rem;top:32.6875rem;left:10.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJC0l26Pw0Cm4ilTd4OnOmXeda53S6Ne { width:15.625rem;height:3.75rem;top:37.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5mt5RtdT6Xy5gI1tWRS9kEGtBHzpFEi { display:block; }
 }@media only screen and (max-width: 763px) { #xT0ksffKswuwVzHPvIpZJAUPoo2TAaSc { width:15.625rem;height:3.75rem;top:41rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmxHDhIhlJmKsQ6iQs7pyyJLVKatfWrn { display:block; }
 }@media only screen and (max-width: 763px) { #boC4rqXGySzRTyEsQTuWyhMowBsoZEwM { width:15.625rem;height:37.5rem;top:11.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxAaUpAFkh7CEMwg1rqRLrtkftSDa4nO { width:13.875rem;height:15.5rem;top:18.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwZWT77RiAeRK48LAoo2mUSCUlfJ1ObE { width:13.75rem;height:4.125rem;top:32.4375rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTyTWxrhbxqADhoa9hOTls4eCMTMGREk { width:15.625rem;height:3.75rem;top:37.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvMF6sziEIRoUc9OH0ZZ1dxVGpcBAE1T { display:block; }
 }@media only screen and (max-width: 763px) { #pAT6pd1nvhFVvqzwfGyeBf5xw3cXrJfs { width:15.625rem;height:3.75rem;top:41.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAhxJkbI2QTVunqqgq4xhxTyfCIWkFW8 { display:block; }
 }@media only screen and (max-width: 763px) { #UAHbyF549ROFdb9i8Co64quDAgTP27IC { width:15.625rem;height:37.5rem;top:11rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS4ZTI3XV30HKlyLRCDUhEXyKKzk4SmD { width:13.75rem;height:19.6245625rem;top:11.9375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL2xTeN6E71bGcklgzSxA3Q6qgog0oQV { width:13.75rem;height:2rem;top:32.6875rem;left:34rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODecMJsXpkM6ir7M4vlgsKC4AepSHF0g { width:15.625rem;height:3.75rem;top:37.25rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0ovdaMVens1STvKsa3HJoX57aXTuunt { display:block; }
 }@media only screen and (max-width: 763px) { #KCaJ1bUSlK1mhLxtFiBWtCtKQX9pcili { width:15.625rem;height:3.75rem;top:41rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWFDRm18XhWqiMk28FAfNlpTRXD5a0ZX { display:block; }
 }@media only screen and (max-width: 763px) { #cmnCRVl5fTKCgoGUsg4X9rTePi3RK7W9 { width:15.625rem;height:37.5rem;top:55.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXBiHmnX2evteWdFPaA4deFbETI74gRH { width:13.75rem;height:19.4998125rem;top:56.8125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHq2uz7rv08xKWfTVkBSfUARQQo7Ancx { width:13.75rem;height:4.125rem;top:77.0625rem;left:10.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vScXQwAm8fnCUOANZrkUR2g4iNVHLrl6 { width:15.625rem;height:3.75rem;top:82.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NESMurU2J3qQNJgxaTi21E4tMleQXfx1 { display:block; }
 }@media only screen and (max-width: 763px) { #KFiLC7IQshT1B93JcJGZuG7OzCZtZ0vy { width:15.625rem;height:3.75rem;top:86rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqbfWcaCT2CsFxc89cB941pe51dHgSS9 { display:block; }
 }@media only screen and (max-width: 763px) { #ySpDtTgiyznLX4GszhiBdkgHyPxER0Np { width:15.625rem;height:37.5rem;top:55.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAC77tfs5ArWVouxxArVvZgxnp8Tx8d8 { width:15.625rem;height:3.75rem;top:82.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGpWLyBGZtJEgeQTUPnuTFOxATPtdCev { display:block; }
 }@media only screen and (max-width: 763px) { #OfEpJQX3yiHrKPq3PaACTkkmtf1GMvTR { width:15.625rem;height:3.75rem;top:86rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITFZpJT9r49GE63y2TDwyWUvRiSvD0fF { display:block; }
 }@media only screen and (max-width: 763px) { #nSX4xgZxhRpXVibgq3TgVUsW68RunxBh { width:13.75rem;height:19.6245625rem;top:56.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr2nm3xBJQ5pGV93Ud874iQTL8ZxmNIu { width:14.375rem;height:4.125rem;top:77.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbNqnTd413RuWENXPVCiBZMPCQ1AffaI { width:14.375rem;height:2.375rem;top:45.375rem;left:23.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbTHXZoedicWCoFsfGZwCOA5NCaZHeOC { width:14.375rem;height:2.375rem;top:45.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfQRDrid3IcaKBZhcehaaMTPrB2ylL3k { width:14.375rem;height:2.375rem;top:45.375rem;left:9.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR82Beb9N5UtAcVE7GiwspTW3yNeoF4x { width:14.375rem;height:2.375rem;top:45.375rem;left:33.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEBCFn46rXaBGKa7xOqVSLh3SEa6Mf4T { width:14.375rem;height:2.375rem;top:90.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5T2LAmEClJVftlXnTdFoOG65qXTOoqX { width:14.375rem;height:2.375rem;top:90.0625rem;left:9.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWMNRFG763k8ZulOeFOqRpBbAiSM3DvA { width:47.75rem;height:2.875rem;top:6.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKdXl1tJiQmhdPcu2zU28wA17rcyzyEN { width:15.625rem;height:37.5rem;top:55.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQF8yc0IQB2FVnXtTt364Hw9534nz5hm { width:15.625rem;height:3.75rem;top:82.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4LDoA7aRJdJ98uCLUlrRisCFdWw12wO { display:block; }
 }@media only screen and (max-width: 763px) { #oyh99ERLLI1WSkuxOFlsZciw5qqIR8KX { width:15.625rem;height:3.75rem;top:86rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFTbfnFgPOagt7LI8o1kZ1angmWekHga { display:block; }
 }@media only screen and (max-width: 763px) { #ZN7eVQnftoabNIe4W8EWTr4TxanNacRy { width:14.375rem;height:2.375rem;top:90.125rem;left:23.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJKkN2NUneUGOkHRTBZPxRxaxX29LDCa { width:13.8125rem;height:19.937964670347rem;top:56.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBnWyyCFbNCygFWT00DLR94TcJy23ACL { width:13.75rem;height:2rem;top:78.125rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPtnyT560FQx0EbrnEkgy9ptGdCLzh34 { width:47.75rem;height:16.625rem;top:99.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #krOAIpg1e0Zi6KhhIFGhXHQXddTfS2Tc { width:18.6875rem;height:40.8125rem;top:9.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTAOJ2W9GOs3DT10G2M0XXPCmeJHzRED { width:15.625rem;height:37.5rem;top:55.375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDRbvXTtySXaIKqIWOf3cRGCtn1psAxv { width:15.625rem;height:3.75rem;top:82.25rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIqT5vJKrTMHantmhKtvHytEyfMinzeP { display:block; }
 }@media only screen and (max-width: 763px) { #S5GyESeTpNoNEb2vTTQU94C5zUJhd49n { width:15.625rem;height:3.75rem;top:86rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3rb5uhNJUKaF8i2qaBA2SwUTK8KJ4Nr { display:block; }
 }@media only screen and (max-width: 763px) { #RoNx6z2b7auaF9LbilNFkqqkK41IBiss { width:14.375rem;height:2.375rem;top:90.1875rem;left:33.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkVzpIbt8WKiPntP1uE5f4rqDpXBXoT3 { width:13.9375rem;height:19.875372781251rem;top:56.75rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwgv4dxkHN8X5O6ttAtSUTNIDgBtQvCp { width:13.75rem;height:4.125rem;top:77.25rem;left:34rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMzyS4307Hwotzda6TdF4iEJwt3tyvRs { width:12.4375rem;height:13.81236086194rem;top:14.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6wfGRkDhUXFFKtgxrkImBrFQUpqnm01 { width:12.25rem;height:13.375244910454rem;top:10.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK { display:block; }#Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqJucdGUFOCHceD0cEUEgEV7I0HT3swq { width:47.75rem;height:4.9375rem;top:1.125rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6i4ayFE1rvJ9rJU8PTWdc8ZZCqtbmLT { width:47.75rem;height:30.25rem;top:58.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0Wi1325C2oGE9LhP77INexVk3sQtgi4 { width:15.625rem;height:37.5rem;top:10.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9It1B98mEUX8KX3S7yfv9HhdwdXu5HR { width:15.625rem;height:3.75rem;top:36.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #whAUHWwBGrZ5TJGzb28DrMiTSsGy9gpA { display:block; }
 }@media only screen and (max-width: 763px) { #XENm9U8s1DBwtnBTcBg0PS8QMw9OMzZ9 { width:15.625rem;height:3.75rem;top:40.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVXTv4g2ITCGKrHFKSP8NTmy2PKIlwoG { display:block; }
 }@media only screen and (max-width: 763px) { #BPPvkUNpQOAIcOumA60qAiT6bMTrSz6V { width:14.375rem;height:2.4375rem;top:45rem;left:9.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5m5NZyQVWS3aIQV4JZvGQ0zUS0FrTTf { width:14.375rem;height:2.4375rem;top:79rem;left:1.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwULqZJCkHTvkh1THVRQnNMQWfr6otLX { width:47.75rem;height:;top:6.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vupiVfhafB49u8yB06rGuvhGaGlneZbP { width:47.75rem;height:16.625rem;top:99.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CpvfsUMwfI82NtPcElaLGrO0VMp3WehZ { width:18.625rem;height:40.75rem;top:10.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr1PiMWPG7IZUVenLdLICVKuqNsOIQfq { width:16.125rem;height:18.057180589183rem;top:13.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm8fTzvu5dNxCyTW7HiNmdfVo40Aek1v { width:16.75rem;height:18.306870866159rem;top:14.75rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #xooCywoXxtRzI4ecGLfVWGEzMWgoB9uH { width:15.625rem;height:37.5rem;top:10rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEcL7Jq63WXN0NItZ5lOcGy5h9EupvHf { width:16.25rem;height:18.180305898402rem;top:13rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #idGJT6BoMalE1tiLFyGzsyWBCqQsHs59 { width:13.75rem;height:2rem;top:34.5rem;left:1rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgO7EPwC0mQQqpJITdbe2tHQnWNg2tCo { width:15.625rem;height:3.75rem;top:36.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHzdT00bWg1atzEBWroATdiXsmlDHhns { display:block; }
 }@media only screen and (max-width: 763px) { #HKyW5HrTB8rFIu0F7HSATWMp7LOo7H5w { width:15.625rem;height:3.75rem;top:40.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTlMaRvEFZR4DuoQANcPFhIlFiX2ODqh { display:block; }
 }@media only screen and (max-width: 763px) { #MCGL9ec6EGTtzduqqsTkiL5TfVrI9sNl { width:14.375rem;height:2.4375rem;top:45rem;left:2.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr8iJxhmNJEDWGxMsKgGHGkvbqimTfBe { width:15.625rem;height:37.5rem;top:10.5rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOLWlHnLy0fdK5rVPWgUBGu0JQPwTDWV { width:13.75rem;height:2rem;top:34.4375rem;left:33.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1CqFPVPrXUEM5Bu9Mk5yIFmfeww7d4I { width:15.625rem;height:3.75rem;top:36.4375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRVmKwNSQe888hOWQJU2gTSSXEKP89T6 { display:block; }
 }@media only screen and (max-width: 763px) { #XcD8PUxItsEAt2keBRzp2bN78tdg1IXK { width:15.625rem;height:3.75rem;top:40.1875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onXD4OtotfCGGXJnhuTAX877h8MVUPrQ { display:block; }
 }@media only screen and (max-width: 763px) { #rU9crwnUBcKpKh2IWTn0vq80a3CPfCnx { width:14.375rem;height:2.4375rem;top:45rem;left:33.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV1kJxU06Fyp8qVoRJSvELWJeRgtMebL { width:13.75rem;height:2rem;top:34.5rem;left:10.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4yXd7fToUrufSMrablylx3HJAw9yJs1 { width:47.75rem;height:5.25rem;top:51.5625rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7oi0ITgVtFNbNwWi4SlnQzbuqIDX7dl { width:15.625rem;height:37.5rem;top:11.25rem;left:32.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gcMTTCSFUgZk48dGpcvCs7pkrbtTWa5p { width:15.625rem;height:3.75rem;top:37.4375rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tad9zqRLa76lPzm1PX1x7PnWuPnUdBU4 { display:block; }
 }@media only screen and (max-width: 763px) { #cdiTzkJBUcgI8AK8qda015F0uweOmBXC { width:15.625rem;height:3.75rem;top:41.1875rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sfgv1iPqJwa2Ae76v6hac1qOEkuIV3nc { display:block; }
 }@media only screen and (max-width: 763px) { #nCgDT5NmbTUxKz6oQTfWENWtNXB0MfWw { width:14.375rem;height:2.4375rem;top:90.625rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMHb7XyEurRk7S2l2WUJ0Fym5GTMK9SF { width:13.75rem;height:2rem;top:370.875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUnl3t2R7NvLNyl1GO6RvtU2O8Thm3gx { width:42.625rem;height:21.0625rem;top:62.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBm77NztpnrDpITtT5peiER27w7Sw83D { width:28.6875rem;height:2.6875rem;top:61rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5Ef3WHaeErcoJL61lCP6HDh4em8QF66 { width:47.75rem;height:37.5rem;top:57.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z46HkRhHiEQCtb4AKunmbINqnLHzvkgq { width:47.75rem;height:8.125rem;top:90.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPCLitqVT4Q4RBM7tpSs6yRs47S7y8lk { width:47.75rem;height:7.3125rem;top:91.3125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTqpsKgQbgHOaE5igJnwu6C5XRtoTq7q { width:21.0625rem;height:10.5rem;top:65.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw74RxXuozXCQLgwywoTJ3O4xKL9b3Ao { width:47.75rem;height:2.4375rem;top:84.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT { display:block; }#xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeVmeB9eWIIzuq7r62NJ7UyTm1Ji9VZS { width:47.75rem;height:11rem;top:3.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTMq8pOd08LwPoNsIDNDTdbrJ8Q3RuHu { top:15.625rem;left:31.8125rem;width:15.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTQHGc3KsVtFt1BmGsJtq1rzQOfJGEwZ { display:block; }
 }@media only screen and (max-width: 763px) { #wiTCs7KmXk3LS5QCPzT0RKeT8J9mUc3D { width:15.3125rem;height:9.2108431745194rem;top:12.8125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTweOfgJOx4Vz47L6m0xxcVxMVsdbdDv { width:15.1875rem;height:9.0878739097287rem;top:2.125rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvDay1Qel3Z4GRd8Uo42O9GQ14SudUZv { display:none; }#UvDay1Qel3Z4GRd8Uo42O9GQ14SudUZv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UH1cx3C6py3yLHOqwqKchmh0TXNSAZhW { width:17.0625rem;height:4.0625rem;top:4.0625rem;left:15.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz4G9Z5gsU5u1RtmVJ02NEd3wyiaFFsJ { width:47.75rem;height:3.3125rem;top:8.125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTJuzXEH6gr9AHqJG4sAHZBQlFp671ru { width:47.75rem;height:7.875rem;top:15.5625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTSTT4yQyRLEUtc40Up5Linp8b1mKl6R { width:4.0625rem;height:4.0625rem;top:47.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #twsPDTKtKLDvf4DlLeCnwABkNUdNyxVq { width:15.3125rem;height:21.8120625rem;top:30.375rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzusmo1yyzP2ZCF7a5MU1fJr7T2QLLsr { width:15.25rem;height:21.625rem;top:30.375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTTTw6aWIGUzOykC1IDUaJEW7yDf5wB6 { width:15.1875rem;height:21.723292010426rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVoNOJPFKrVGR92ymTtOALFSIONZMmr6 { width:13.6875rem;height:3rem;top:54.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTJTpKKEU63fQXoUm8leEa43CuQZlbad { display:block; }
 }@media only screen and (max-width: 763px) { #Z45kwPHCfC3JP2n0NL1w1J2nQqePORMS { width:13.6875rem;height:2.6875rem;top:54.6875rem;left:7.7497844696044rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU0gsH8gz2wPpHttzG4aFZxwBFlhcTt7 { display:block; }
 }@media only screen and (max-width: 763px) { #fQ7WCm9b8Hq8Ryu2JfcIILHyTWu4d25G { width:13.6875rem;height:2.6875rem;top:54.625rem;left:26.249135971069rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTJi63VV6ZbrGJ74c5TePOmbt0ET1wWp { display:block; }
 }@media only screen and (max-width: 763px) { #QkkODfNtDzKqTt1c2IoCoIi1bDqLMonN { width:47.75rem;height:4.375rem;top:63.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOvs9yK6uCcvtUD8kUhfePOg2rPlUzIk { width:18.6875rem;height:3.5625rem;top:25.25rem;left:14.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hq3tf4NGQJWNHmETDcCXW6cmazQkFCAq { display:block; }
 }@media only screen and (max-width: 763px) { #q1Q81l8qWl0JmiQV7hApRp1Tu7LQun2J { width:18.6875rem;height:3.5625rem;top:25.25rem;left:14.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtxyZf6VXpeQnQzlrfE7zNUSbl5lXTzM { display:block; }
 }@media only screen and (max-width: 763px) { #qzT7J8VgTtFfVmuwkw3JfdLwR02JwuA7 { width:18.6875rem;height:3.5625rem;top:25.25rem;left:14.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tmxrv0svwA3h4dyAfEobgOH8TZHP3e0W { display:block; }
 }@media only screen and (max-width: 763px) { #dGHHeLWzH9TfRsaS7c3Ru8fbfxBiLxyR { width:15.0625rem;height:21.750027490768rem;top:30.4375rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dcm3oMUKacIWLrav1uafeaObMk2xJsz4 { width:13.5625rem;height:3.0625rem;top:54.75rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugWSJVmxhPBN0LmhUb9BduTh08vxPrEo { display:block; }
 }@media only screen and (max-width: 763px) { #tECvDCfVSc8crvlpuKERu6bocPtLpbH7 { width:18.6875rem;height:3.5625rem;top:25.25rem;left:14.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQdBBSbNw62MutzFPeGW87oDVXvBwAHf { display:block; }
 }@media only screen and (max-width: 763px) { #TeU8Hzn9zPUd9zfIqp4T6ipmrnzwDUaZ { display:block; }#TeU8Hzn9zPUd9zfIqp4T6ipmrnzwDUaZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNQlDpkJO84KE2zINA1Rssd8JX8HhbF1 { top:9.625rem;left:0rem;width:37.5rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD5IWzNTqbHwH5JV7mkHXaCm5JzRuLEF { display:block; }
 }@media only screen and (max-width: 763px) { #ItmGFdOuoMSrwBElZ6K2bATNdSUV1vQ6 { width:47.75rem;height:5rem;top:1.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr2QeUxWTHqgrpxQSCgKIQ9TgoSlK7GF { display:block; }#fr2QeUxWTHqgrpxQSCgKIQ9TgoSlK7GF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8dtxTRsC4koM3cTA4R43SNgV7TBhxg8 { width:47.75rem;height:18.9375rem;top:3.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUUJm4qOnRDISebzT2I33c6GuEU0r77l { width:47.75rem;height:3.375rem;top:3.0625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtRosiPag50LWgVeTU1XITBIMhFkyCsi { top:25.6875rem;left:10.25rem;width:29.125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1r7UvMO50ptSIKZxmSHiI1Dmp7HuET2 { display:block; }
 }@media only screen and (max-width: 763px) { #CmBLwOVV3J56AuVcxZ4MQrBxcuAsgTWT { width:13.125rem;height:13.125rem;top:21.75rem;left:17.279949188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmHJOcNTGEhbehHmpZUBTysQ084v4vdo { display:block; }#TmHJOcNTGEhbehHmpZUBTysQ084v4vdo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ph9J51gcNHqMC4dvanqTAulR8gPK3c7D { width:21.375rem;height:29.8125rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFuWxw76V1n8ozJhPzHDiPemCUwwE6dB { width:13.75rem;height:19.124375rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGhyBPlhrOGiEs4GC6qaeOTBqDWVQ2zk { width:20.3125rem;height:3.4375rem;top:46.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcM1OhJPuGV2sDPU5sPQVDbAvtXnMxaz { display:block; }
 }@media only screen and (max-width: 763px) { #K1vKWx9UfPRhgvVS6clzC3yNmyRchNX9 { width:41rem;height:14.25rem;top:9.125rem;left:6.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOaUIWtxDoxMJttKDu9lNUmCpAtTcky9 { width:42.9375rem;height:14.625rem;top:24.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGsH0ouoN0Ts6DMLZqhxHIrdRDBG8gTT { width:36.125rem;height:21.40006805024rem;top:41.0625rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgPgTyTtCiW6Pd8gZEA9wfd4QM28OmPx { width:28.125rem;height:17.8125rem;top:41.875rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGdPfsiDSiytmSqV8cJiTBZpJiTLkq1r { width:22.1875rem;height:3.3125rem;top:41.875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkVCVA15pKydv7uEdcCIWfuV9rLIE3Pl { width:23.4375rem;height:3.6875rem;top:4.1875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #s74yoGFc2DLA74v6xRKpObwcoqMQ2qHw { width:23.9375rem;height:2.1875rem;top:38.6875rem;left:23.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdrGOrckLTSp8QSlpka7ND1TMAilXHMT { display:block; }#LdrGOrckLTSp8QSlpka7ND1TMAilXHMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwCvLwHBlEgdpCKkwr1SS8vUJeLN4FJu { width:18.3125rem;height:3.5rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIvUJqcuQGya0G9JeaoJTyudLEU6nsDf { display:block; }
 }@media only screen and (max-width: 763px) { #Sy5kfJlx3a4akUIV5IJOqGp05g4LEKSu { width:41.25rem;height:12.4375rem;top:10.4375rem;left:6.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvVsA4Q39WotDrSSBUNikZbsyRA8ZpbC { width:42.875rem;height:12.75rem;top:24.25rem;left:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ49lAvfFpmQSAIscmO7z7ePlHqogre0 { width:38.1875rem;height:22.525119608429rem;top:39.875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO0CbhipfFmNN7iIUWDEok2PobCeLDCB { width:30.0625rem;height:19.12477260442rem;top:40.625rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv9TQKPulv81KZtFDxq667296Wo2Ccz5 { width:19.8125rem;height:3.3125rem;top:38.375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLnulmr5pJEfPbzwSQlpH57Pw1i0HAEi { width:31rem;height:4.1875rem;top:1.4375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk83ql9Ua6FQL819wMWaq2UtiQZCAXAF { width:21.375rem;height:29.8125rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAehEpMEXppJEVOtc2LyMMJ9v4HCZmD0 { width:14.25rem;height:19.787943299577rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BosMFqCIyJE5QFHV4d6DWBwxrF5sudOa { width:23.9375rem;height:2.3125rem;top:37.625rem;left:23.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnFz3iUIXHVw1EfBB8VAT6Bob0bOU6F8 { display:block; }#cnFz3iUIXHVw1EfBB8VAT6Bob0bOU6F8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8f9R7p6OlRbZmD8bhvGtm3ZnlBV2IK2 { width:14.4375rem;height:20.099873597503rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G43fWZAEyrmuxAeoLRqLhp9xma9e3NIE { width:19.8125rem;height:3.375rem;top:42.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyhzPxTJ6nXhMyhw5s8r0TNs9s4gx1ds { display:block; }
 }@media only screen and (max-width: 763px) { #a5Tqdpl477l93T2D1Zc5vLr8mw6M1vfe { width:40.9375rem;height:12.625rem;top:9.5625rem;left:6.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBbhuSMCtB7Gyg89PlOW0z1RNSE7QmeL { width:42.9375rem;height:13rem;top:23rem;left:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCMIeVqrNTRFKQq9wWG5KQc2ZTSwsD9V { width:39.875rem;height:23.587412929406rem;top:38.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVGACkJL8tIER0ZOxDhSGTnDzhPMJxTO { width:31.0625rem;height:19.749494212239rem;top:39.625rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8J1l0rnfqDwUrGTCaecoyNWDyOPTGxt { width:19.8125rem;height:3.3125rem;top:38.8125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4rTiZ4Sqdn54fquypNUT0piyIfCgTM9 { width:31rem;height:4.1875rem;top:2.0625rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta8lk9HymZDHKKQ0He12E84pupfM56PP { width:21.375rem;height:29.8125rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuJVxwCiP4KwLwDisWymZJtAezcbyvqa { width:23.9375rem;height:2.3125rem;top:36.5rem;left:23.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPlFogLiXezqLUnWc9w0cAcx9WwokTFw { display:block; }#JPlFogLiXezqLUnWc9w0cAcx9WwokTFw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNVqzCX6szAtZGqRplfTUmv9b2ErfRAX { width:22rem;height:2.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUZKsisWERfsnUIiGwVXIgWmqnlJz4lu { display:block; }#eUZKsisWERfsnUIiGwVXIgWmqnlJz4lu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUO7ZVlwPBNLiwzAK3HJo89xwIJTk3A8 { width:47.75rem;height:2.5625rem;top:2.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9dFe1b8vBOC1fn6AGkpdqCwk0SJJpXT { width:15.625rem;height:21.6875rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATqTB7y7UP9NNPdG1bUB18OKysHQQzBo { width:13.75rem;height:19.6245625rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZXdPSZuh1bQ85odS4Iwqu9QDRWMnb1y { width:47.75rem;height:19.0625rem;top:8.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST63H90b5Tohm5Jd1LR1MbbNGFW8wNKa { width:15.6875rem;height:3.375rem;top:33.125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqbW1Qk1zTfxs9KzrfrQfww3QWOvoeJJ { width:14.375rem;height:3.4375rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P265d7qghboJBCGGHNQBB6pl4alcGrRN { display:block; }
 }@media only screen and (max-width: 763px) { #Es8y5Xydv5rMyHOxCFgMQ8Az4VGRWfXS { width:47.75rem;height:15.9375rem;top:31.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn0OcC9wm8WayOS1aNbQfaL44G5SHm7i { width:27.0625rem;height:3.4375rem;top:50.1875rem;left:10.311633110046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrSEPG7VMf2NfxsDl7ib6v1nrTAc8L8k { display:block; }
 }@media only screen and (max-width: 763px) { #vFxm17tbu1WD4Sl3l90C7OqrQr32TtSC { width:46.75rem;height:30rem;top:56.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfTUSmMnh0HNHzqp98L4MflmEbHd3Tot { width:47.75rem;height:28.327100409836rem;top:55.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNN4KrGRfaHrGOnpd1n11yNT120iKkml { display:block; }#yNN4KrGRfaHrGOnpd1n11yNT120iKkml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3uENPq7TXhzpgQDEOQ1lBgdo1XtEVtp { width:47.75rem;height:2.5625rem;top:2.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX2h09blwv61LGn9QGHdtIpypTKwfrWT { width:15.625rem;height:21.6875rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTv0fRrzFMFmeaTg2e9PD70s3cQd1Pbp { width:13.75rem;height:19.5rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWpWdAL8Jbb065Qec8HQRZxCzuvPGQef { width:27.0625rem;height:3.4375rem;top:49.4375rem;left:9.1875028610231rem;display:block; }
 }@media only screen and (max-width: 763px) { #knHQVlef188MLFnmDA6yUx08N2NX6GdL { display:block; }
 }@media only screen and (max-width: 763px) { #wT1Np83mW1ZcppQ9OXdXPH5rShdVzrW7 { width:15.6875rem;height:3.375rem;top:33.125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoI3rGaZqJ7kA3XldDM71sXBKkGQ6S0V { width:14.375rem;height:3.4375rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMQyLUHkKTsVxO1gCu4mPBW0mHzlhUaA { display:block; }
 }@media only screen and (max-width: 763px) { #PdrKrVQCd0wvvsO9DPfT1E805RSAnqsw { width:47.75rem;height:7rem;top:8.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEXbvy0indm0bCz4qVdXMP8xh7TbV7MX { width:47.75rem;height:11.1875rem;top:31.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0N6U2dd4HJJGKtnzFDy9qRoru92gWER { width:47.75rem;height:28.327100409836rem;top:54.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyD1Ts1w27t0MW3cdZTTKtk9c1gIpxrC { width:46.75rem;height:30rem;top:55.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFLQ6kNVmH2feVVHdSpmnc2173XOdubA { display:block; }#TFLQ6kNVmH2feVVHdSpmnc2173XOdubA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qc9QNi6wrzaV6ksU2hTc3zxiAo30e4sD { width:47.75rem;height:2.5rem;top:2.75rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3naatvRIFoKvQeSnzMgBiFUOQN2zvVk { width:15.625rem;height:21.6875rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3evGfrDWUqiZZS0rwHI57u1B0og3v6i { width:13.75rem;height:19.6245625rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0UJc5zMBCWP23p7J7JSxTpgkCdhMzVa { width:27.0625rem;height:3.4375rem;top:49.625rem;left:10.311633110046rem;display:block; }
 }@media only screen and (max-width: 763px) { #w07cpRqmaAxHwrWIXFTRHiComXDX1TJq { display:block; }
 }@media only screen and (max-width: 763px) { #gm7uXEI0SmWqbThTBNc3mqnDgh7zgX6D { width:15.6875rem;height:3.375rem;top:33.125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vtgu0HnPKbMLQmFk3hDZ0A7HLfuiLwTu { width:14.375rem;height:3.4375rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7eGTw41ueIaBBcKCO05GgTVzGgLlXpR { display:block; }
 }@media only screen and (max-width: 763px) { #ID88xQNw3xVkscKM3yM8DpmhNS71KTm3 { width:47.75rem;height:12.25rem;top:8.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUUS9V7UzUCR1pVWktXMEp615pWptpaL { width:47.75rem;height:4.875rem;top:31.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOkxMTlOeD9Du8cQ17BzbLFkdfldsAG7 { width:4.1875rem;height:21.875rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9mVvlbdp5ss9D0RTsRuuPbnTsKkmHae { width:4.1875rem;height:21.875rem;top:7.8125rem;left:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPMMMZhNsFRcvhFcZBGZn2sxKTgpoVFV { width:47.75rem;height:28.327100409836rem;top:56.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlDXFdLrNHbvLQU38oNoEeD4mniXyKi8 { width:46.75rem;height:30rem;top:58.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF3gEoDlkQgUyaDz4pC0TDwOVut5Mu0a { display:block; }#bF3gEoDlkQgUyaDz4pC0TDwOVut5Mu0a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4D3FsUXI5Oe1BV4aATHUUr7zznJTwRy { width:47.75rem;height:5.1875rem;top:1.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIQEnw1HseBMsIbKyveOkwD1MESQDClt { width:15.625rem;height:21.6875rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJEpXi7EKn1pJTcAQiOgOqyWXJNiMKGT { width:13.75rem;height:19.4998125rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOgHH9OJTnirtR823oqOZGbnTZB5Mlc9 { width:27.125rem;height:3.4375rem;top:49.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r88qSUdEbS3Ol3R2vfVObaHD3ds6zbJD { display:block; }
 }@media only screen and (max-width: 763px) { #iyVeAoUTvJVqmqtC785dKsRPxJdHE1Ma { width:18.625rem;height:3.375rem;top:33.0625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEJFlWT4OP6881V1zPCwwBEXtninez1r { width:14.375rem;height:3.4375rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIO3hAR8DfF4MVSKwu2WFcP2oucQHNvx { display:block; }
 }@media only screen and (max-width: 763px) { #B5rV6Tt9mqrxedzMe7gN31H3sybMkhqJ { width:47.75rem;height:10.5rem;top:8.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mikMh8MTs7wswGNe1E0Af5cRIIohHTKK { width:47.75rem;height:8.0625rem;top:21.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF2nxgMyb4REbLyN43wMemn2bFSJi3EG { width:13.75rem;height:2rem;top:29.625rem;left:5.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpWOTwCqhaJqOab2ay64z51UFGne11Pv { width:10.6875rem;height:11.8125rem;top:33.125rem;left:5.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMkaw7E6SlrbT3HTpsPrfPXPGFdMPwcD { width:10.6875rem;height:10.125rem;top:33.125rem;left:16.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFR9nXvspchAvlgzRO4oBpssAvIiOqoi { width:12.5rem;height:11.8125rem;top:33.25rem;left:32.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfs1xuQDvVGPdzP3mVXaL7n0EcV1CT4N { width:13.75rem;height:2rem;top:29.625rem;left:32.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9NSIuN08SC9BRayGaGQDsTR5R2HVsDN { width:4.1875rem;height:21.875rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxVfNrfx3XQQAkAPdQbSK6ENKWRTv6HD { width:4.1875rem;height:21.875rem;top:7.8125rem;left:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUPGHFTDKLKlOBTr2htBF3ghAU38QTXJ { width:47.75rem;height:28.327100409836rem;top:55.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDlLQpvD68sIN5fM1TJDalX786iQL3vh { width:46.75rem;height:30rem;top:57.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHnCall9TtCHZDEw9O6uwHJid5FkTdsM { display:block; }#aHnCall9TtCHZDEw9O6uwHJid5FkTdsM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxJ4q0EBpEEaCmBGzQVyCK27x7Zg6wMr { width:47.75rem;height:5.125rem;top:1.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS4WBH2GqskTW99r7SI00iwdIlXIHiVq { width:15.625rem;height:21.6875rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lehgXu8TC4cVxoPv2GpXyGhoGWaL85mA { width:13.6875rem;height:19.437496289836rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxTeBRCsfpoWHFAFu7SJvAyH0Ps8O479 { width:27.125rem;height:3.4375rem;top:49.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK5fvFdkUMTVbd0dT6K4EITxNw07OZ2N { display:block; }
 }@media only screen and (max-width: 763px) { #TsHs8PGJGTaZsgt3ssVanTM4x7TGn080 { width:15.6875rem;height:3.375rem;top:33.125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX5sB2BGNWJZO2XeJhssdzT8k29CyQTn { width:14.375rem;height:3.4375rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9LgmtBkENrDbzQlNIb4r3d3EUXSXTvD { display:block; }
 }@media only screen and (max-width: 763px) { #OtQh4NTQCTK8xT7drLZC5DNUt4tubEy1 { width:47.75rem;height:7.125rem;top:8.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUzPnZONq31ND4OGWhdlxKa2OWpxOUua { width:47.75rem;height:11.125rem;top:21.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIbO6G0D9vFs2EpLAp2KsVOxz7qDWCQv { width:4.1875rem;height:21.875rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAFQPEDJ61KZCcZHwlv5gwVvwJeTmuOZ { width:4.1875rem;height:21.875rem;top:7.8125rem;left:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv9NkcVVVV7i29H79tsFwhMi861lxPLB { width:47.75rem;height:28.327048176723rem;top:55.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBbh7GLTk49m282nf1txN09tDJnMPWg1 { width:46.75rem;height:30rem;top:57.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHxGHsZxDDlZn2bx1Wb2fQcb6NaawQKP { display:block; }#WHxGHsZxDDlZn2bx1Wb2fQcb6NaawQKP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ecfC0XahcTee6TW6HkwqTuRLISm3lrFA { width:47.75rem;height:2.5625rem;top:2.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tusnMgXVI26hdSHt3BUyXP8Iyf3K1CcT { width:15.625rem;height:21.6875rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTBsCRmv3CGyaliD5PkZqGTyTosTe2tV { width:13.75rem;height:19.6245625rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvMPkk5WpB3e18TAtt6LRdH9ngerRkzN { width:27.0625rem;height:3.4375rem;top:49.8125rem;left:10.935548782349rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9O61fMuQxbBcg00KcDCT54NH6c452pP { display:block; }
 }@media only screen and (max-width: 763px) { #C7QB5ybHrMDLH50w40re0CennTb5lzkP { width:17.1875rem;height:3.375rem;top:39.5625rem;left:16.624567985534rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avPT66k4wIdtrmGGO4P5IH8KAkg0lOZG { width:14.375rem;height:3.4375rem;top:36.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpDbHRTCW540QiEo7zeRxVfsJbB8nw6I { display:block; }
 }@media only screen and (max-width: 763px) { #Q1gT4HaUEBqG5NOlUuZiPrMBiXGiz4Nl { width:47.75rem;height:8.75rem;top:8.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNwFeOPrTurPh0kvzFB1tTtk5s1z1lJo { width:47.75rem;height:4.875rem;top:31.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbVRhJweXiAEyluWDmed1TWdT2MbFe6G { width:47.75rem;height:28.327100409836rem;top:56.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnhDP4aR0IdtuK3TPTSKTgKoTwKyghL2 { width:46.75rem;height:30rem;top:58.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8Opyg9lyIpZtvW2SCrcLvbxXpINF4uy { width:43.75rem;height:3.4375rem;top:44.5rem;left:3.6297740936279rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZBvTGZqaAhARER5PEpmxpauSDhpmdCl { display:block; }
 }@media only screen and (max-width: 763px) { #Ak0CGHSnyz7EBasRphdLKg5iLsuIhMou { width:17.25rem;height:3.375rem;top:30.3125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXWmBcRlLitw7x7eDz1g0HkDn1GMgLsh { display:block; }#LXWmBcRlLitw7x7eDz1g0HkDn1GMgLsh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1tzR5etQvsIuT2lo389pqxXbEsZpMzp { width:47.75rem;height:2.5625rem;top:2.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxg1qmW320kULiw23vy1SrgXGnvpXkKQ { width:15.625rem;height:21.6875rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyMwW3O4ULg68BZrGVaqKDC3E7bpHPSW { width:13.75rem;height:19.4375rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0UOye0nxsDXThRpWQk7KL2CTza3Qtew { width:27.125rem;height:3.4375rem;top:49.8125rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZv7rID8SeLmDi6KCb1FNWN5770VvxnC { display:block; }
 }@media only screen and (max-width: 763px) { #rbNwzgytoTzPhvbqKwg67Lszrp0issoT { width:15.6875rem;height:3.375rem;top:33.125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2rSOwPWuLWQvZWMJRw7RkxTm3V6Tbxm { width:14.375rem;height:3.4375rem;top:36.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KWLU0KqVEJxzv4vrhVxV5mIIdPKwTmwb { display:block; }
 }@media only screen and (max-width: 763px) { #qdJewLoMyTlmUtTT7mTGhxMrrJeK57Sb { width:47.75rem;height:7.25rem;top:8.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgAFCLdca3tqASdcLPBPP3QvgWvr1ikm { width:47.75rem;height:11.3125rem;top:30.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4RuUT5OBfSU1HDrAAVD7ozAMGSBM193 { width:47.75rem;height:28.327100409836rem;top:56.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt8ull2F8hNzHZJJoA7lLHAEBmod2kCT { width:46.75rem;height:30rem;top:58.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9ePFWh9T35dFw2Hwwz6SyL3hq2TTqec { width:17.5rem;height:3.4375rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3bk8M8SXkMpcbz0G3iTUghaLkkSt20z { display:block; }
 }@media only screen and (max-width: 763px) { #M7H9lsJTumR7T40UL5CupXtx0fGc6s9s { display:block; }#M7H9lsJTumR7T40UL5CupXtx0fGc6s9s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bnHguuupzSFAV99fB6TpGJVha2yL8UgR { width:47.75rem;height:2.5625rem;top:2.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmTQtysLMpcTiagguswHxru1sxCK7Jcy { width:15.625rem;height:21.6875rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5DPrAuKcTbX5rSEL6PFwSTcPkdI3q3g { width:13.75rem;height:19.5rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayTaZW3dKaA70uhznuRUD62UicHASfDv { width:27.125rem;height:3.4375rem;top:49.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg1ZpU9EWh842e2mSHgCEEsgWCIPhT47 { display:block; }
 }@media only screen and (max-width: 763px) { #yAKBTsUXPziPl6S225kiKfvhOJU7nU1f { width:15.75rem;height:1.75rem;top:31.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOEQpmFak2y9kXVqqP3L2oK1xzLz9XTR { width:15.75rem;height:3.375rem;top:33.125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS1cfspyOmPGUxGr2n6T7ZV2xPSet25T { width:14.375rem;height:3.4375rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhdJcF44ciO9Cho0M2DaHXfwssMhrDEl { display:block; }
 }@media only screen and (max-width: 763px) { #X52hU5OOv8iTBDHGg33qTwblT9LDgLTQ { width:47.75rem;height:15.75rem;top:8.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfGr7QBfpSGk5R92epo51eauT2MkEdJD { width:4.1875rem;height:21.875rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ5q8MDkV84Oeq2izlApf3uEmZ5XbuTs { width:4.1875rem;height:21.875rem;top:7.8125rem;left:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAwMspUhWChGbG53JSnNaoZXUfMTS4tq { width:47.75rem;height:28.327100409836rem;top:56.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOuwOWUmSpNUgHm6qUbrMi3qHOGqPe9T { width:46.75rem;height:30rem;top:57.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7tF11dG2nd4DTFwcMMGBNcn1lbFpiTw { display:block; }#E7tF11dG2nd4DTFwcMMGBNcn1lbFpiTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avsWq2SibGc9nysdupxWSW53D39tHJ2t { width:47.75rem;height:2.5625rem;top:2.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqo4VOKOA4TgFNOWpTnmAhLJm7gTKrvx { width:15.625rem;height:21.6875rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWbk9m4O8gNNGoEP3F6TKHpIi01PGadc { width:13.75rem;height:19.5rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp1hHgTRDAwFEIhpzIrio77h8XW9eaQi { width:27.125rem;height:3.4375rem;top:49.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaJRQTAFAD6D1TUA6RrMub90UxyDeiMw { display:block; }
 }@media only screen and (max-width: 763px) { #RhmQPnwlfwL6s7BndENFfueQFPwWR3Q2 { width:15.75rem;height:1.75rem;top:31.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3n7BLu6hXOBOPpBNABiWEehXNUfmFHx { width:15.75rem;height:3.375rem;top:33.125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7THvigmW3EnzMTlg7sb0TMx8IhEJ0WK { width:14.375rem;height:3.4375rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSRXwrMdbdPnavRRPzrtuQ08UCKT7TDU { display:block; }
 }@media only screen and (max-width: 763px) { #X6PchOKHSQvmZ7ESPt1L9HmCBrcxQN2o { width:16.125rem;height:6.0625rem;top:41.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzEhyPglyczmXQ4FypVgRGtXENwT8cAz { width:47.75rem;height:17.5rem;top:8.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfcpBUManoxVHnnizi911ZBsJakhMxsF { width:4.1875rem;height:21.875rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI5LGI20eSxPBk4vxX16UOTz2m91iL94 { width:4.1875rem;height:21.875rem;top:7.8125rem;left:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkcKgORHABOFgPJS5V5epZy3s1TAKcXM { width:47.75rem;height:28.327100409836rem;top:56.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw32Iz0ULADXDQTGQq0FeI7sNCEV61Zu { width:46.75rem;height:30rem;top:57.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODV3wI4flWVuhTxw3kUBv98fhqPiGphA { display:block; }#ODV3wI4flWVuhTxw3kUBv98fhqPiGphA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKyMb5Fr3UQbFz4y1oZehwskJlsDnqdg { width:47.75rem;height:2.5625rem;top:2.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEs44fnlbGqScQcM8xKnklqZMVUC4Agy { width:15.625rem;height:21.6875rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoBGbO22afGXAxerTwfgR5iZVginsRuf { width:13.75rem;height:19.5rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #htz22LxL10gTis2QnlIN15QmHek8KRBt { width:27.125rem;height:3.4375rem;top:49.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRVJV57cT2NOsQpocgsXJnbLlAx9g2y6 { display:block; }
 }@media only screen and (max-width: 763px) { #fUcJqZlLbl84iVedtxM8f1vIHQHpil38 { width:15.75rem;height:1.75rem;top:31.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0QIWesGMBoUbno93KFWPgMQvr1V5uOT { width:15.75rem;height:3.375rem;top:33.125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfsMinIWeVPhc0M3T1Jx6qqwxCaELT2U { width:14.375rem;height:3.4375rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQiMHDWZSBqIxWsfZbxFMhdiq5TDsZ0m { display:block; }
 }@media only screen and (max-width: 763px) { #Nv5X0uJ7bU0w75Cq5R5KZxkLO9aFAR54 { width:47.75rem;height:22.75rem;top:8.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB2d9ZnAySGO3ZROxKenqh4tGhRNx9We { width:4.1875rem;height:21.875rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ft0OJwMUDlnHoq9eTrg8SXa5k0TTi74b { width:4.1875rem;height:21.875rem;top:7.8125rem;left:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLUW7iv4GXfCgWc2X7FdLdWkdcroQE3K { width:47.75rem;height:28.327100409836rem;top:56.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvJNHcPXtJnTZpSUwvqKTBNAl7UQu5Xt { width:46.75rem;height:30rem;top:57.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCELrfuRh1vwEXrPkWy0QJItl3zH2CpT { display:block; }#fCELrfuRh1vwEXrPkWy0QJItl3zH2CpT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxsu33vUmXHyaP3skDcDZyn2o266NJGz { width:47.75rem;height:2.5625rem;top:2.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2tM8T6TObT8F9n73uWCJugIZDKumctT { width:15.625rem;height:21.6875rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0ZQ8BQFoLoT8TcUuaQHT6wp0ZVCTHwJ { width:13.75rem;height:19.5rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBGMr3vnsilMke8SlQZXdRk3Uslue2id { width:27.125rem;height:3.4375rem;top:49.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSUFchaPAvzlsiMgVwdLPrsEEKgsC1I0 { display:block; }
 }@media only screen and (max-width: 763px) { #z4xR6GQQa7LRxMnUywG18RGCEMToxAWK { width:15.75rem;height:1.75rem;top:31.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zws0LZhUi56qhcF1q4CvbrxZ2i54paON { width:15.75rem;height:3.375rem;top:33.125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2Gi57ia1lC7D3Ort48APFFzBqx6l01o { width:14.375rem;height:3.4375rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNExfTTwG2y4UaH6ZqGbzDCsgkamCszH { display:block; }
 }@media only screen and (max-width: 763px) { #qgZL0aRIKHD3mTrX4wLhFE8mTi6zvURE { width:47.75rem;height:19.25rem;top:8.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqBUWzCiOBXSm0FEWQQRySBZD06QUPCv { width:4.1875rem;height:21.875rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtHSCeoFMTeF3un19Xu5fbrOKflPsk5G { width:4.1875rem;height:21.875rem;top:7.8125rem;left:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcgEJpT86zqWveohbyBaFcBx399oTVOR { width:47.75rem;height:28.327100409836rem;top:56.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmJn2unMEQy8k6VTScVQ7AD9qOd3acH5 { width:46.75rem;height:30rem;top:57.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5IDwUlsKHb35dIsNn8VQygkJwHBfWes { width:47.75rem;height:6.75rem;top:33.625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l { display:block; }#XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ciid8kTCpBtC1SFxai4JcHcuxreaViwu { width:47.75rem;height:3.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaghS15CRkZ83Pie5niCeL2NkvHPv5E8 { display:block; }#CaghS15CRkZ83Pie5niCeL2NkvHPv5E8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrZvFnZlfLszE5IkRwFcKWa4IGBuL8Dd { width:47.75rem;height:2.1286144578313rem;top:40.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #flfgezfzP4CIbaXfFoME1QADNrN1Lc7V { display:block; }#flfgezfzP4CIbaXfFoME1QADNrN1Lc7V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNy2OO1UHX7MgJTNdSwTQo0OzbuZgHJ6 { width:47.75rem;height:25.4375rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOxDgV46y1POMEbaE6XMO58kHTxKLob0 { width:47.75rem;height:3.375rem;top:1.9375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhP1sFMcxyE7MRaLwqaXKbT1tkeZucMX { display:block; }#uhP1sFMcxyE7MRaLwqaXKbT1tkeZucMX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcpXVeE9HtANTH1x3kSedN9hrQPcszTK { width:47.75rem;height:3.375rem;top:1.9375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xquw7D2JiV5cnIse6E0Wry0zogWXtPqI { width:24.125rem;height:13.5625rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn3kNo7ck1LoSVMW53dbKpUR1nluc70Q { width:24.125rem;height:13.5625rem;top:7.125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJcd18PSFfTiVI4Ln0XRPsU60PTru57Q { width:24.125rem;height:13.5625rem;top:7.125rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZHcaCKT62pTPoUzKBqu0EsLGh5i11t8 { display:block; }#hZHcaCKT62pTPoUzKBqu0EsLGh5i11t8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipXZ9re4er8TA0cLfWvit3E3xETGaHrg { width:47.75rem;height:3.375rem;top:4.375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWnsIoSOCIdkfuFXuoB7KkWA5vfHSOQi { width:1.875rem;height:1.875rem;top:11.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F51Tc5dWBeouIwS2QFeekzVry1aEZ2qF { width:47.75rem;height:1.4375rem;top:11.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Q9StiiPK7nLu3OMMxEG2J9q5DtAqoV { display:block; }#T7Q9StiiPK7nLu3OMMxEG2J9q5DtAqoV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAt6dTNWNe0X06QcqgtfNULlykzmI8sg { width:47.75rem;height:9.0625rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #exQRIV6mvfDLEFaaXkCHGOv5qo9RNUbE { display:block; }#exQRIV6mvfDLEFaaXkCHGOv5qo9RNUbE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBVEWBaLzCdvwAFTA0WrsJnVmkQ8gcqX { width:1.875rem;height:1.875rem;top:0.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEGTSR38Jvq0S97L6WHdML4g1i7xsk0A { width:47.75rem;height:1.4375rem;top:0.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evn13Dm3ZN5rE9OT0FNPXTAiAQNVb0gP { display:block; }#evn13Dm3ZN5rE9OT0FNPXTAiAQNVb0gP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOiLlEIDRQpEx7WrV9pmDiCw7LXketnv { width:47.75rem;height:10.375rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkhSH6egd9M793DRDZoKHS4U1VDom8qs { display:block; }#SkhSH6egd9M793DRDZoKHS4U1VDom8qs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K21Cd7zb1DqpoU9ZRcwmghbWcdM716hv { width:1.875rem;height:1.875rem;top:0.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn8OcK9t2nq0u5vWc5hLdQwPlqe18RBZ { width:47.75rem;height:1.4375rem;top:0.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fghEDEzqmll70JToBuhsTybQF0SJoTMz { display:block; }#fghEDEzqmll70JToBuhsTybQF0SJoTMz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZwDZE1miP9G6aZwnzwepIiFRINWNDvH { width:47.75rem;height:6.4375rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzfQkrnusXCapqbLT4O9bGA4qKzapmOz { display:block; }#mzfQkrnusXCapqbLT4O9bGA4qKzapmOz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TA02qI5TARZqd8RPramevNmCrxSPUIlT { width:1.875rem;height:1.875rem;top:0.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbn5VVdhEDcK5qotTdFQTuUa4a4wh96T { width:47.75rem;height:2.25rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvT7DcmlkoI7U4v5EqTdmSFqvvgDzBh3 { display:block; }#IvT7DcmlkoI7U4v5EqTdmSFqvvgDzBh3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UzMRcSTgbUS7Cld9AcfXSt37a2RM3MGc { width:47.75rem;height:3.75rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBD7HNVPGt8BBKwySOe5kvTZhQfiyd7g { display:block; }#hBD7HNVPGt8BBKwySOe5kvTZhQfiyd7g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdtIZCAbE55SyL0MSM9WRNfzhbpuNkEG { width:1.875rem;height:1.875rem;top:0.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8cqQBTXUgI7PzCknMB81HbwhM8uPKnb { width:47.75rem;height:1.4375rem;top:0.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq8kAmcan10JXvk3BNUqUCPV9Ql74a00 { display:block; }#vq8kAmcan10JXvk3BNUqUCPV9Ql74a00 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a5iuryq5MI8s0amHpfKGTm8MJsOsnNwG { width:47.75rem;height:2.5rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aciNsraf5tF5r9xTLU4sxougmQNKqqDC { display:block; }#aciNsraf5tF5r9xTLU4sxougmQNKqqDC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsHdayzRt5z6g6k1p0k62L6CiTmeO08P { width:1.875rem;height:1.875rem;top:0.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPFXnREQ384uGZWhfm5QTvbJiM13t44p { width:47.75rem;height:1.4375rem;top:0.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRRHKamdcrdLoWkIyzu2rESeNdoGp3JU { display:block; }#SRRHKamdcrdLoWkIyzu2rESeNdoGp3JU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vrvh92JBGcebWGlFttpHEq80geVuqvRd { width:47.75rem;height:1.25rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfy5iHRehBaHqt20r27MIcZGf8NI6zx2 { display:block; }#Tfy5iHRehBaHqt20r27MIcZGf8NI6zx2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOahvFEIFFUGKHKv92xsXUCHPxKqQqcn { width:1.875rem;height:1.875rem;top:0.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWPcAKXZMIrGEtRuSGikTFdTOzm2URPO { width:47.75rem;height:1.4375rem;top:0.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKNT72JJoGqOkCAUQCUf989Ab7M8OvpH { display:block; }#SKNT72JJoGqOkCAUQCUf989Ab7M8OvpH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrhvcTtqXgWqMrQPNxfQVu87SsE1bId1 { width:47.75rem;height:3.75rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #saxTFGscSvgRAg7CoCifRPhXE6cwPu3v { display:block; }#saxTFGscSvgRAg7CoCifRPhXE6cwPu3v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6zPAtAUDTeHJrrPBLa2aqTGW67FIxeT { width:1.875rem;height:1.875rem;top:0.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni3OhUKPsUtiAsPaISDfJK3v4taAEC88 { width:47.75rem;height:1.4375rem;top:0.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuBg9x4wK6o2dd8xPOnVrECe4Tw3S1gA { display:block; }#nuBg9x4wK6o2dd8xPOnVrECe4Tw3S1gA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMPIcToBhymZ8wFHMEdWobKfyNBTkqCv { width:47.75rem;height:2.5rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVKE8z9pDIWFh7NVQTX0CHdEEX5VLgKD { display:block; }#IVKE8z9pDIWFh7NVQTX0CHdEEX5VLgKD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g0TfRLumRBhx3CzN4m5wJOoBVJaPlXsN { width:1.875rem;height:1.875rem;top:0.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLvUDX9ElqukXqbcJsM5ikS1shypgrKP { width:47.75rem;height:1.4375rem;top:0.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaTFheOHuREOoaaUQx4dIrBPxlG1yTXT { display:block; }#kaTFheOHuREOoaaUQx4dIrBPxlG1yTXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sekp2gcHTWFMTBTm3fQXiralBGJTTPK0 { width:47.75rem;height:2.5rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBmmJmMNzRseuyqTQ0E1M6Tq6ViI75cX { display:block; }#BBmmJmMNzRseuyqTQ0E1M6Tq6ViI75cX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTAL47m1L0TfwfK1TANvS2P4VNT9fxTM { width:1.875rem;height:1.875rem;top:0.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrC1CvxMn5u8c2roRBGGHbQ53r8pTRng { width:47.75rem;height:1.4375rem;top:0.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsmCwpTHlHFMzk5IAmO9xdaiVzxGFtow { display:block; }#rsmCwpTHlHFMzk5IAmO9xdaiVzxGFtow > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqRKx0qanoomMBvEcc8uJlZIFIar8hIc { width:47.75rem;height:2.5rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #voXDezpMUG9dgtOWETqkOD8EUb8Wgl24 { display:block; }#voXDezpMUG9dgtOWETqkOD8EUb8Wgl24 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDSMAkdNPnMvwnAr2t7tbkabP9EZgtdq { width:1.875rem;height:1.875rem;top:0.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgoKxz36uaJX4hl6nnLGtOLPJFgxT0Fg { width:47.75rem;height:1.4375rem;top:0.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsJrs0Gl1KFd8IckphgfeIQ01dTRkuVL { display:block; }#fsJrs0Gl1KFd8IckphgfeIQ01dTRkuVL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELTmJEMkwfgc5uuenF1k7qswPZirxxWO { width:47.75rem;height:1.25rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzTxKWciShfadT6ZfzQnglAZ67z68hSS { display:block; }#BzTxKWciShfadT6ZfzQnglAZ67z68hSS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ptnTNp1E6PO0afI349HD9yEZdx3W3iZI { width:1.875rem;height:1.875rem;top:0.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT9nDnJDUWgchFg98uVBRJGT6QyEPH3A { width:47.75rem;height:1.4375rem;top:0.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgxz14cclI4NbSwlvbzC7c3p1gzUZPCE { display:block; }#zgxz14cclI4NbSwlvbzC7c3p1gzUZPCE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yNA2plBBmEIRJmgpsyHmlcTwFiLaT8ST { width:47.75rem;height:2.5625rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CacUe5CgfehZIe5mFlvtdBSTNOR2nKaA { display:block; }#CacUe5CgfehZIe5mFlvtdBSTNOR2nKaA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTmZzbKTPWHpnmJqOJAOrKPUtz5X49iB { width:1.875rem;height:1.875rem;top:0.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfO9uOHRQTJE4VOpH7ZSoin5BllxUUcX { width:47.75rem;height:1.4375rem;top:0.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFzT79nCKwFpyRgWub2GW0Tu0iFK3AOp { display:block; }#qFzT79nCKwFpyRgWub2GW0Tu0iFK3AOp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTQNMre5WdrW9RJC3PlbpkROeoIqaCk0 { width:20.375rem;height:20rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTtyeZTwtyaxoIEDozOSvbi6s9QZnVim { width:47.75rem;height:15.5rem;top:22.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EICkfS3Nxp9TC8XWUDscn1Oh7uNJLlSX { width:22.0625rem;height:5.9825209820533rem;top:40.5rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfnxxMny89qr2xgUH0qr7xCvEOPRanQz { display:block; }#yfnxxMny89qr2xgUH0qr7xCvEOPRanQz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Epbak40tLfLa9fxEcxQiL8DzqWcXLlJb { width:47.75rem;height:29.4375rem;top:21.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQI5TrKu1zFwopoBR2DNNEoE9KdtQHMU { width:47.75rem;height:6.25rem;top:3.375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfGWP6ZQosgKlV3Jq2sOaS3HNbnH58zQ { top:14.9375rem;left:11.468317031861rem;width:24.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3Z60UnPLBOqR1QCspvGpaPft7KHrxpb { display:block; }
 }@media only screen and (max-width: 763px) { #gTG2Il5DHxHRSWccSXpLFnIkE21OqgSZ { width:47.75rem;height:12.25rem;top:51.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEv0oFh0X9C0q1By4y7XuCwme6VWknBF { top:67.75rem;left:11.4697265625rem;width:24.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk1yfLlDd2VgfI8Ng3OgPJUgXCuNuHU7 { display:block; }
 }@media only screen and (max-width: 763px) { #La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE { display:block; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2H55UVHDSSOQrXAg3Mc4hBbWIlHQ9Wp { width:12.5rem;height:1.4375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5t03daUyyHR0kVvktM6zHuuSheyOiJf { width:15.6875rem;height:10.9375rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8kXpAqP0ExrUbfJs4TT6WE3TWRvkrza { width:12.5rem;height:1.4375rem;top:1.875rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcB9XAsfoHxBf5WoAkHJwrt2zuwpv9Ad { width:23.4375rem;height:8.75rem;top:4.5rem;left:14.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzzySscKV3W8GBRFTVMEpRCk3DLnzf6g { width:10.1875rem;height:1.25rem;top:1.9375rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrIJ12xHMfPzFKzz9JyR3rLzE9MmdCAE { width:13.25rem;height:2.5rem;top:4.5rem;left:33.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMTrx4gFKhl1CAVPACJW2X8Mp0to8e82 { width:14.25rem;height:4.9375rem;top:10.6875rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs68i3Ugata7dzX26f0E7UeknugT5ZG8 { width:13.1875rem;height:4.8125rem;top:10.6875rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); } }@media only screen and (max-width: 763px) { #fKTTwgDApfJ39cUveT0tLprwB87QIFTb { display:block; }#fKTTwgDApfJ39cUveT0tLprwB87QIFTb { background-color: transparent; background-image: none; }#fKTTwgDApfJ39cUveT0tLprwB87QIFTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKTTwgDApfJ39cUveT0tLprwB87QIFTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKTTwgDApfJ39cUveT0tLprwB87QIFTb > .row .container > .video-iframe-container { display: none; }#fKTTwgDApfJ39cUveT0tLprwB87QIFTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKTTwgDApfJ39cUveT0tLprwB87QIFTb > .row > .video-iframe-container { display: none; }#fKTTwgDApfJ39cUveT0tLprwB87QIFTb > .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); }#fKTTwgDApfJ39cUveT0tLprwB87QIFTb > .row .container { width:20rem;height:23.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c625710c-5995-42f6-add4-e84d7554cd40/TLoquest.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#fKTTwgDApfJ39cUveT0tLprwB87QIFTb > .row .container.adaptive-delivery-prevent-bg, #fKTTwgDApfJ39cUveT0tLprwB87QIFTb > .row .container.lazyload, #fKTTwgDApfJ39cUveT0tLprwB87QIFTb > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #GlExNuFP1beWTEMFSkTzpVPabE2yA9Vl { width:20rem;height:5.375rem;top:16.6240234375rem;left:0rem;z-index:100040;background-color:rgba(128,167,248,0.93);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #W69nexFeF4fzT5TIguQvhAhZb2HR42DT { width:20rem;height:2.9238375rem;top:17.3623046875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:100046;display:block; }
 }@media only screen and (max-width: 763px) { #TylJeJmS1w8O71oP3CFnFWkTNyC1rZbs { width:20rem;height:13.332rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbeXXIUenkz1Hxgb4vbsyZISXFnlCHs1 { width:8.2498125rem;height:8.3745625rem;top:15.125rem;left:11.748860061169rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #JhxqTJb9RmRmhp1ZuZyDerDKZKEFD7hG { width:5.375rem;height:3.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF { position:relative;z-index:auto;display:block; }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLi0GEbihUTC7GUR1frT8x4xvO14TOXb { width:20rem;height:2.51855625rem;top:20.1787109375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvA1Tg9DbnyyNi9VJPWfBKAuirbJQRcF { width:20rem;height:15.1113125rem;top:0rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT1L1pXTeA2GlNVrBViqpW1FtZTd5UZ8 { width:20rem;height:5.361325rem;top:23.96875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #si66FAqTrOdmiRxzzdlh1g4z4eqLDha8 { width:16.9375rem;height:3.57421875rem;top:29.912109375rem;left:1.53125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk8GqucOB4I5NGbrrz1OImigEfK8zLsz { width:20rem;height:5.361325rem;top:37.13671875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOTXtZEpTvWTGHL0Athu6Z5pU0Se7bIs { width:16.9375rem;height:3.57421875rem;top:43.083984375rem;left:1.53125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLQEz08in03oissVDZO3OB3fnX0m20tu { width:20rem;height:6.25rem;top:17.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 .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; }
#DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 .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; }
#DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 { width:18rem;height:5.0625rem;display:flex;top:16.0537109375rem;left:0.9375rem;z-index:100057; }
 }@media only screen and (max-width: 763px) { #DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #EqP4OM3zosUdqSD1RUv2hExxAI4qxDZT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #eQI6F8pXePCzM6cuOoiG1rzcfBkSRxRL {  }
 }@media only screen and (max-width: 763px) { #DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #fgth3UgTkvWyZT3a9KxB8M2ax9KE5sRk {  }
 }@media only screen and (max-width: 763px) { #DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #aXHbUhCXTBaIxB1pHQyn5sQIzy9DnTFI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #H2nQrbAW28vT7Un9u3bOIbxsuXnu4zwk {  }
 }@media only screen and (max-width: 763px) { #DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #b38ozilHaIl6UCMRDZvsqeITb3TPyPoW {  }
 }@media only screen and (max-width: 763px) { #DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #lQwSAzbELyU009gma5z8JZaID7MPmSFS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #vcDTG44MH18wyuawXVvgv7gTgoGO8rmQ {  }
 }@media only screen and (max-width: 763px) { #DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #hqDFv7Ag6zCOqgILzl1igigAAmcCvsyl {  }
 }@media only screen and (max-width: 763px) { #DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #grcKb6BEcmRgaVOfhHEl0TfrsFPCUybc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #azQBugablK0CJluTFEUFBgZQNrs8kpaK {  }
 }@media only screen and (max-width: 763px) { #DDlZFVuFaZFIe4vN9HKAPp1B0aAFUQU3 #NkcP8Ea2f4o7CrzKkrt65PoCKJ3y4xch {  }
 }@media only screen and (max-width: 763px) { #ia6plTponUG2VgxE2LrSNTHhKVIMZ81W { display:block; }#ia6plTponUG2VgxE2LrSNTHhKVIMZ81W > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAsFZu8G77sh4IQKy61DMG6AM5UiH8wl { width:20rem;height:51.240825rem;top:4.94921875rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJRaiCb5N6CsEJ1iqIHh5w2p0q9M6sk6 { width:20rem;height:2.45rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWRS0NHInLXn1IWREngb5xKZi08QLVtr { display:none; }#EWRS0NHInLXn1IWREngb5xKZi08QLVtr > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DiaWbkgTp9q4qhs7prTQdRuq0QW9XQ9q { display:none; }#DiaWbkgTp9q4qhs7prTQdRuq0QW9XQ9q > .row .container { width:20rem;height:29.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A0ZCRVEai7yJLHFE2yprMcF0u47Ncz43 { height:11.182625rem;width:20rem;top:8.87109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdFMmvQB2icMH8IPrASkVTAkiFLT4xvq { width:20rem;height:6.499rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi8UTt1ZfzdLq3w64T2QaXAzysE6umBi { width:20rem;height:5.19921875rem;top:21.42822265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgVK1d6t6RxsWLmnWU6FSH7t1LVfyqhm { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a1b441b0-1200-4897-a20c-cd616a9ad061/redbackground.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#NgVK1d6t6RxsWLmnWU6FSH7t1LVfyqhm.adaptive-delivery-prevent-bg, #NgVK1d6t6RxsWLmnWU6FSH7t1LVfyqhm.lazyload, #NgVK1d6t6RxsWLmnWU6FSH7t1LVfyqhm.lazyloading { background-image: none; }#NgVK1d6t6RxsWLmnWU6FSH7t1LVfyqhm > .row .container { border-width: 0; border-radius: 0; }#NgVK1d6t6RxsWLmnWU6FSH7t1LVfyqhm > .row .container { width:20rem;height:345.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SKdkbEAv6Dl2Uf8ZuxVFrxSu26IXX1WO { width:20rem;height:5.19748125rem;top:1.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpEI5T5uXftZcLuzD0KCfI7gJllyQAoJ { width:15.625rem;height:37.5rem;top:17.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZWM8N81Ek8uLMCPq1IBgTIW1SMiy1sR { width:13.75rem;height:19.625rem;top:18.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHXKKd2VsP6lwAIubBW0O8Jtsce67WGQ { width:13.75rem;height:4.125rem;top:38.8125rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3AWGMMuAan5wJex7D8RR2UKy1ATTGdX { width:15.625rem;height:3.75rem;top:43.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b99yurQsGisJayaXQfNbeC1fqaTsfD72 { display:block; }
 }@media only screen and (max-width: 763px) { #WTvlTBWnEZT0qREhf0TStt8IVOTw9lqX { width:15.625rem;height:3.75rem;top:47.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG0pRPW3w2J38VoiKzQf5IQgIEwETh3d { display:block; }
 }@media only screen and (max-width: 763px) { #miSXH0ilMzJPnXIkM7Np2bxJSRzA3OAB { width:15.625rem;height:37.5rem;top:55.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n86VLo1FofTAnKs8ko9aTQsWO7ukKrwN { width:13.75rem;height:19.5625rem;top:56.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz9NIWIgOXXuzcfooG0oAe1r6aIELpl8 { width:13.75rem;height:4.125rem;top:77.5625rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJC0l26Pw0Cm4ilTd4OnOmXeda53S6Ne { width:15.625rem;height:3.75rem;top:82.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5mt5RtdT6Xy5gI1tWRS9kEGtBHzpFEi { display:block; }
 }@media only screen and (max-width: 763px) { #xT0ksffKswuwVzHPvIpZJAUPoo2TAaSc { width:15.625rem;height:3.75rem;top:85.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmxHDhIhlJmKsQ6iQs7pyyJLVKatfWrn { display:block; }
 }@media only screen and (max-width: 763px) { #boC4rqXGySzRTyEsQTuWyhMowBsoZEwM { width:15.625rem;height:37.5rem;top:94.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxAaUpAFkh7CEMwg1rqRLrtkftSDa4nO { width:12.9375rem;height:14.3125rem;top:100.87392234803rem;left:6.1294644799531rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwZWT77RiAeRK48LAoo2mUSCUlfJ1ObE { width:13.75rem;height:4.125rem;top:116.1875rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTyTWxrhbxqADhoa9hOTls4eCMTMGREk { width:15.625rem;height:3.75rem;top:120.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvMF6sziEIRoUc9OH0ZZ1dxVGpcBAE1T { display:block; }
 }@media only screen and (max-width: 763px) { #pAT6pd1nvhFVvqzwfGyeBf5xw3cXrJfs { width:15.625rem;height:3.75rem;top:124.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAhxJkbI2QTVunqqgq4xhxTyfCIWkFW8 { display:block; }
 }@media only screen and (max-width: 763px) { #UAHbyF549ROFdb9i8Co64quDAgTP27IC { width:15.625rem;height:37.5rem;top:139.99932861328rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS4ZTI3XV30HKlyLRCDUhEXyKKzk4SmD { width:13.75rem;height:19.625rem;top:140.93682861328rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL2xTeN6E71bGcklgzSxA3Q6qgog0oQV { width:13.75rem;height:2.03125rem;top:161.68664550781rem;left:3.1250000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODecMJsXpkM6ir7M4vlgsKC4AepSHF0g { width:15.625rem;height:3.75rem;top:166.24932861328rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0ovdaMVens1STvKsa3HJoX57aXTuunt { display:block; }
 }@media only screen and (max-width: 763px) { #KCaJ1bUSlK1mhLxtFiBWtCtKQX9pcili { width:15.625rem;height:3.75rem;top:169.99932861328rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWFDRm18XhWqiMk28FAfNlpTRXD5a0ZX { display:block; }
 }@media only screen and (max-width: 763px) { #cmnCRVl5fTKCgoGUsg4X9rTePi3RK7W9 { width:15.625rem;height:37.5rem;top:217.62414550781rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXBiHmnX2evteWdFPaA4deFbETI74gRH { width:13.75rem;height:19.5rem;top:218.56164550781rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHq2uz7rv08xKWfTVkBSfUARQQo7Ancx { width:13.75rem;height:4.125rem;top:239.3125rem;left:3.1250000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vScXQwAm8fnCUOANZrkUR2g4iNVHLrl6 { width:15.625rem;height:3.75rem;top:244.49914550781rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NESMurU2J3qQNJgxaTi21E4tMleQXfx1 { display:block; }
 }@media only screen and (max-width: 763px) { #KFiLC7IQshT1B93JcJGZuG7OzCZtZ0vy { width:15.625rem;height:3.75rem;top:248.24914550781rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqbfWcaCT2CsFxc89cB941pe51dHgSS9 { display:block; }
 }@media only screen and (max-width: 763px) { #ySpDtTgiyznLX4GszhiBdkgHyPxER0Np { width:15.625rem;height:37.5rem;top:178.6875rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAC77tfs5ArWVouxxArVvZgxnp8Tx8d8 { width:15.625rem;height:3.75rem;top:205.5625rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGpWLyBGZtJEgeQTUPnuTFOxATPtdCev { display:block; }
 }@media only screen and (max-width: 763px) { #OfEpJQX3yiHrKPq3PaACTkkmtf1GMvTR { width:15.625rem;height:3.75rem;top:209.3125rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITFZpJT9r49GE63y2TDwyWUvRiSvD0fF { display:block; }
 }@media only screen and (max-width: 763px) { #nSX4xgZxhRpXVibgq3TgVUsW68RunxBh { width:13.75rem;height:19.625rem;top:179.625rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr2nm3xBJQ5pGV93Ud874iQTL8ZxmNIu { width:14.375rem;height:4.125rem;top:200.37481689453rem;left:2.8125000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbNqnTd413RuWENXPVCiBZMPCQ1AffaI { width:14.375rem;height:2.4375rem;top:128.875rem;left:2.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbTHXZoedicWCoFsfGZwCOA5NCaZHeOC { width:14.375rem;height:2.4375rem;top:51.5rem;left:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfQRDrid3IcaKBZhcehaaMTPrB2ylL3k { width:14.375rem;height:2.4375rem;top:90.25rem;left:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR82Beb9N5UtAcVE7GiwspTW3yNeoF4x { width:14.375rem;height:2.4375rem;top:174.4368724823rem;left:2.8125000596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEBCFn46rXaBGKa7xOqVSLh3SEa6Mf4T { width:14.375rem;height:2.4375rem;top:213.375rem;left:2.8125000596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5T2LAmEClJVftlXnTdFoOG65qXTOoqX { width:14.375rem;height:2.4375rem;top:252.31164550781rem;left:2.8125000596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWMNRFG763k8ZulOeFOqRpBbAiSM3DvA { width:20rem;height:5.19748125rem;top:8.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKdXl1tJiQmhdPcu2zU28wA17rcyzyEN { width:15.625rem;height:37.5rem;top:259.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQF8yc0IQB2FVnXtTt364Hw9534nz5hm { width:15.625rem;height:3.75rem;top:286.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4LDoA7aRJdJ98uCLUlrRisCFdWw12wO { display:block; }
 }@media only screen and (max-width: 763px) { #oyh99ERLLI1WSkuxOFlsZciw5qqIR8KX { width:15.625rem;height:3.75rem;top:290rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFTbfnFgPOagt7LI8o1kZ1angmWekHga { display:block; }
 }@media only screen and (max-width: 763px) { #ZN7eVQnftoabNIe4W8EWTr4TxanNacRy { width:14.375rem;height:2.4375rem;top:294.125rem;left:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJKkN2NUneUGOkHRTBZPxRxaxX29LDCa { width:13.8125rem;height:19.9375rem;top:260.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBnWyyCFbNCygFWT00DLR94TcJy23ACL { width:13.75rem;height:2.03125rem;top:282.0625rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPtnyT560FQx0EbrnEkgy9ptGdCLzh34 { width:20rem;height:16.625rem;top:532.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #krOAIpg1e0Zi6KhhIFGhXHQXddTfS2Tc { width:18.6875rem;height:283.375rem;top:15.4375rem;left:0.65625rem;z-index:100001;background-color:#d02525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QTAOJ2W9GOs3DT10G2M0XXPCmeJHzRED { width:15.625rem;height:37.5rem;top:300.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDRbvXTtySXaIKqIWOf3cRGCtn1psAxv { width:15.625rem;height:3.75rem;top:327.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIqT5vJKrTMHantmhKtvHytEyfMinzeP { display:block; }
 }@media only screen and (max-width: 763px) { #S5GyESeTpNoNEb2vTTQU94C5zUJhd49n { width:15.625rem;height:3.75rem;top:331.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3rb5uhNJUKaF8i2qaBA2SwUTK8KJ4Nr { display:block; }
 }@media only screen and (max-width: 763px) { #RoNx6z2b7auaF9LbilNFkqqkK41IBiss { width:14.375rem;height:2.4375rem;top:335.375rem;left:3.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkVzpIbt8WKiPntP1uE5f4rqDpXBXoT3 { width:13.9375rem;height:19.875372781251rem;top:301.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwgv4dxkHN8X5O6ttAtSUTNIDgBtQvCp { width:13.75rem;height:4.125rem;top:322.5rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMzyS4307Hwotzda6TdF4iEJwt3tyvRs { width:12.4370625rem;height:13.811875rem;top:98.187283515931rem;left:3.7803821563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6wfGRkDhUXFFKtgxrkImBrFQUpqnm01 { width:12.249375rem;height:13.3745625rem;top:95.99870586395rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a1b441b0-1200-4897-a20c-cd616a9ad061/redbackground.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK.adaptive-delivery-prevent-bg, #Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK.lazyload, #Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK.lazyloading { background-image: none; }#Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK > .row .container { background-color: transparent; background-image: none; }#Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK > .row .container > .video-iframe-container { display: none; }#Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK > .row > .video-iframe-container { display: none; }#Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK > .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); }#Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK > .row .container { border-width: 0; border-radius: 0; }#Sco4PJkv1UsrAwaJnodowkkLNqbCTHSK > .row .container { width:20rem;height:207.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqJucdGUFOCHceD0cEUEgEV7I0HT3swq { width:20rem;height:5.19965rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6i4ayFE1rvJ9rJU8PTWdc8ZZCqtbmLT { width:15.625rem;height:37.5rem;top:96.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0Wi1325C2oGE9LhP77INexVk3sQtgi4 { width:15.625rem;height:37.5rem;top:94.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9It1B98mEUX8KX3S7yfv9HhdwdXu5HR { width:15.625rem;height:3.75rem;top:334.5rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #whAUHWwBGrZ5TJGzb28DrMiTSsGy9gpA { display:block; }
 }@media only screen and (max-width: 763px) { #XENm9U8s1DBwtnBTcBg0PS8QMw9OMzZ9 { width:15.625rem;height:3.75rem;top:338.24913597107rem;left:2.1875rem;color:rgba(0,0,0,0);background-color:#d02525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #ZVXTv4g2ITCGKrHFKSP8NTmy2PKIlwoG { display:block; }
 }@media only screen and (max-width: 763px) { #BPPvkUNpQOAIcOumA60qAiT6bMTrSz6V { width:14.375rem;height:2.4375rem;top:339rem;left:3.9375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i5m5NZyQVWS3aIQV4JZvGQ0zUS0FrTTf { width:14.375rem;height:2.4375rem;top:162.419921875rem;left:3.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwULqZJCkHTvkh1THVRQnNMQWfr6otLX { width:18.5rem;height:7.7988125rem;top:7.13671875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vupiVfhafB49u8yB06rGuvhGaGlneZbP { width:20rem;height:16.625rem;top:532.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CpvfsUMwfI82NtPcElaLGrO0VMp3WehZ { width:18.6875rem;height:182.5625rem;top:15.125rem;left:0.65625rem;z-index:100001;background-color:#d02525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Gr1PiMWPG7IZUVenLdLICVKuqNsOIQfq { width:16.1230625rem;height:18.0546875rem;top:57.978515625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm8fTzvu5dNxCyTW7HiNmdfVo40Aek1v { width:16.75rem;height:18.3056875rem;top:100.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xooCywoXxtRzI4ecGLfVWGEzMWgoB9uH { width:15.625rem;height:37.5rem;top:16.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEcL7Jq63WXN0NItZ5lOcGy5h9EupvHf { width:16.25rem;height:18.1796875rem;top:19.6875rem;left:1.875rem;z-index:100050;display:block; }
 }@media only screen and (max-width: 763px) { #idGJT6BoMalE1tiLFyGzsyWBCqQsHs59 { width:13.75rem;height:2.03125rem;top:39.734375rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgO7EPwC0mQQqpJITdbe2tHQnWNg2tCo { width:15.625rem;height:3.75rem;top:43.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHzdT00bWg1atzEBWroATdiXsmlDHhns { display:block; }
 }@media only screen and (max-width: 763px) { #HKyW5HrTB8rFIu0F7HSATWMp7LOo7H5w { width:15.625rem;height:3.75rem;top:47.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTlMaRvEFZR4DuoQANcPFhIlFiX2ODqh { display:block; }
 }@media only screen and (max-width: 763px) { #MCGL9ec6EGTtzduqqsTkiL5TfVrI9sNl { width:14.375rem;height:2.4375rem;top:51.25rem;left:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr8iJxhmNJEDWGxMsKgGHGkvbqimTfBe { width:19.75rem;height:0.125rem;top:343.49999046326rem;left:0.125rem;background-color:#d02525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:99999;display:none; }
 }@media only screen and (max-width: 763px) { #qOLWlHnLy0fdK5rVPWgUBGu0JQPwTDWV { width:13.75rem;height:2.03125rem;top:120.87499978812rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1CqFPVPrXUEM5Bu9Mk5yIFmfeww7d4I { width:15.625rem;height:3.75rem;top:123.71875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRVmKwNSQe888hOWQJU2gTSSXEKP89T6 { display:block; }
 }@media only screen and (max-width: 763px) { #XcD8PUxItsEAt2keBRzp2bN78tdg1IXK { width:15.625rem;height:3.75rem;top:127.46875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onXD4OtotfCGGXJnhuTAX877h8MVUPrQ { display:block; }
 }@media only screen and (max-width: 763px) { #rU9crwnUBcKpKh2IWTn0vq80a3CPfCnx { width:14.375rem;height:2.4375rem;top:131.21875rem;left:3.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV1kJxU06Fyp8qVoRJSvELWJeRgtMebL { width:12.625rem;height:2.03125rem;top:331.7500038147rem;left:2.75rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4yXd7fToUrufSMrablylx3HJAw9yJs1 { width:15.0625rem;height:5.19965rem;top:137.92578125rem;left:2.46875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7oi0ITgVtFNbNwWi4SlnQzbuqIDX7dl { width:15.625rem;height:37.5rem;top:56.1923828125rem;left:2.1875rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #gcMTTCSFUgZk48dGpcvCs7pkrbtTWa5p { width:15.625rem;height:3.75rem;top:81.560546875rem;left:2.1875rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #Tad9zqRLa76lPzm1PX1x7PnWuPnUdBU4 { display:block; }
 }@media only screen and (max-width: 763px) { #cdiTzkJBUcgI8AK8qda015F0uweOmBXC { width:15.625rem;height:3.75rem;top:85.310546875rem;left:2.1875rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #Sfgv1iPqJwa2Ae76v6hac1qOEkuIV3nc { display:block; }
 }@media only screen and (max-width: 763px) { #nCgDT5NmbTUxKz6oQTfWENWtNXB0MfWw { width:14.375rem;height:2.4375rem;top:90.685546875rem;left:2.8125rem;font-size:1.875rem;z-index:100032;display:block; }
 }@media only screen and (max-width: 763px) { #kMHb7XyEurRk7S2l2WUJ0Fym5GTMK9SF { width:13.75rem;height:2.03125rem;top:78.248046875rem;left:3.125rem;font-size:1.5625rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #hUnl3t2R7NvLNyl1GO6RvtU2O8Thm3gx { width:20rem;height:17.8125rem;top:166.09375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBm77NztpnrDpITtT5peiER27w7Sw83D { width:20rem;height:5.423825rem;top:144rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z5Ef3WHaeErcoJL61lCP6HDh4em8QF66 { width:20rem;height:53.25rem;top:143.125rem;left:0rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #Z46HkRhHiEQCtb4AKunmbINqnLHzvkgq { width:20rem;height:12rem;top:183.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPCLitqVT4Q4RBM7tpSs6yRs47S7y8lk { width:20rem;height:10.3984375rem;top:184.46875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTqpsKgQbgHOaE5igJnwu6C5XRtoTq7q { width:20rem;height:9.96975rem;top:151.2421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw74RxXuozXCQLgwywoTJ3O4xKL9b3Ao { width:20rem;height:7.3125rem;top:198.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT { display:block; }#xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeVmeB9eWIIzuq7r62NJ7UyTm1Ji9VZS { width:20rem;height:6.82425rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTMq8pOd08LwPoNsIDNDTdbrJ8Q3RuHu { top:12.964410781861rem;left:2.0312500596046rem;width:15.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTQHGc3KsVtFt1BmGsJtq1rzQOfJGEwZ { display:block; }
 }@media only screen and (max-width: 763px) { #wiTCs7KmXk3LS5QCPzT0RKeT8J9mUc3D { width:11.1870625rem;height:6.624375rem;top:15.024956941604rem;left:4.3739151954651rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTweOfgJOx4Vz47L6m0xxcVxMVsdbdDv { width:11.1870625rem;height:6.6873125rem;top:8.968099832535rem;left:4.3739151954651rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvDay1Qel3Z4GRd8Uo42O9GQ14SudUZv { display:none; }#UvDay1Qel3Z4GRd8Uo42O9GQ14SudUZv > .row .container { width:20rem;height:145.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UH1cx3C6py3yLHOqwqKchmh0TXNSAZhW { width:17.125rem;height:2.5625rem;top:1.25rem;left:1.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz4G9Z5gsU5u1RtmVJ02NEd3wyiaFFsJ { width:20rem;height:1.8125rem;top:5.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTJuzXEH6gr9AHqJG4sAHZBQlFp671ru { width:17.5rem;height:7.5rem;top:10.9150390625rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTSTT4yQyRLEUtc40Up5Linp8b1mKl6R { width:2.75rem;height:2.75rem;top:10.2900390625rem;left:0rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #twsPDTKtKLDvf4DlLeCnwABkNUdNyxVq { width:14.4375rem;height:20.625rem;top:79.625rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzusmo1yyzP2ZCF7a5MU1fJr7T2QLLsr { width:13.8125rem;height:19.625rem;top:50.75rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTTTw6aWIGUzOykC1IDUaJEW7yDf5wB6 { width:13.125rem;height:18.8125rem;top:21.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVoNOJPFKrVGR92ymTtOALFSIONZMmr6 { width:13.6875rem;height:3rem;top:54.5625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTJTpKKEU63fQXoUm8leEa43CuQZlbad { display:block; }
 }@media only screen and (max-width: 763px) { #Z45kwPHCfC3JP2n0NL1w1J2nQqePORMS { width:13.6875rem;height:2.6875rem;top:54.6875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GU0gsH8gz2wPpHttzG4aFZxwBFlhcTt7 { display:block; }
 }@media only screen and (max-width: 763px) { #fQ7WCm9b8Hq8Ryu2JfcIILHyTWu4d25G { width:13.6875rem;height:2.6875rem;top:54.625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTJi63VV6ZbrGJ74c5TePOmbt0ET1wWp { display:block; }
 }@media only screen and (max-width: 763px) { #QkkODfNtDzKqTt1c2IoCoIi1bDqLMonN { width:20rem;height:4.3125rem;top:136.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOvs9yK6uCcvtUD8kUhfePOg2rPlUzIk { width:14.1875rem;height:3.3125rem;top:42.375rem;left:2.90625rem;z-index:100004;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq3tf4NGQJWNHmETDcCXW6cmazQkFCAq { display:block; }
 }@media only screen and (max-width: 763px) { #q1Q81l8qWl0JmiQV7hApRp1Tu7LQun2J { width:14.1875rem;height:3.3125rem;top:72.625rem;left:2.90625rem;z-index:100005;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtxyZf6VXpeQnQzlrfE7zNUSbl5lXTzM { display:block; }
 }@media only screen and (max-width: 763px) { #qzT7J8VgTtFfVmuwkw3JfdLwR02JwuA7 { width:14.1875rem;height:3.3125rem;top:102.875rem;left:2.90625rem;z-index:100006;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmxrv0svwA3h4dyAfEobgOH8TZHP3e0W { display:block; }
 }@media only screen and (max-width: 763px) { #dGHHeLWzH9TfRsaS7c3Ru8fbfxBiLxyR { width:10.75rem;height:15.375rem;top:111.125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dcm3oMUKacIWLrav1uafeaObMk2xJsz4 { width:13.5625rem;height:3.0625rem;top:54.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugWSJVmxhPBN0LmhUb9BduTh08vxPrEo { display:block; }
 }@media only screen and (max-width: 763px) { #tECvDCfVSc8crvlpuKERu6bocPtLpbH7 { width:14.1875rem;height:3.3125rem;top:127.875rem;left:2.90625rem;z-index:100007;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQdBBSbNw62MutzFPeGW87oDVXvBwAHf { display:block; }
 }@media only screen and (max-width: 763px) { #TeU8Hzn9zPUd9zfIqp4T6ipmrnzwDUaZ { display:block; }#TeU8Hzn9zPUd9zfIqp4T6ipmrnzwDUaZ > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNQlDpkJO84KE2zINA1Rssd8JX8HhbF1 { top:10.360243558884rem;left:1.5310330986977rem;width:16.936875rem;height:6.06228125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD5IWzNTqbHwH5JV7mkHXaCm5JzRuLEF { display:block; }
 }@media only screen and (max-width: 763px) { #ItmGFdOuoMSrwBElZ6K2bATNdSUV1vQ6 { width:20rem;height:7.472625rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr2QeUxWTHqgrpxQSCgKIQ9TgoSlK7GF { display:none; }#fr2QeUxWTHqgrpxQSCgKIQ9TgoSlK7GF > .row .container { width:20rem;height:70.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M8dtxTRsC4koM3cTA4R43SNgV7TBhxg8 { width:20rem;height:40.9453375rem;top:7.69938125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUUJm4qOnRDISebzT2I33c6GuEU0r77l { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtRosiPag50LWgVeTU1XITBIMhFkyCsi { top:64.26188125rem;left:0.5rem;width:19rem;height:5.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1r7UvMO50ptSIKZxmSHiI1Dmp7HuET2 { display:block; }
 }@media only screen and (max-width: 763px) { #CmBLwOVV3J56AuVcxZ4MQrBxcuAsgTWT { width:13.125rem;height:13.125rem;top:49.88688125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmHJOcNTGEhbehHmpZUBTysQ084v4vdo { display:block; }#TmHJOcNTGEhbehHmpZUBTysQ084v4vdo > .row .container { width:20rem;height:112.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ph9J51gcNHqMC4dvanqTAulR8gPK3c7D { width:15.625rem;height:21.6875rem;top:5.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFuWxw76V1n8ozJhPzHDiPemCUwwE6dB { width:13.75rem;height:19.0625rem;top:6.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGhyBPlhrOGiEs4GC6qaeOTBqDWVQ2zk { width:14.749375rem;height:3.18685rem;top:31.124145507812rem;left:2.6247830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcM1OhJPuGV2sDPU5sPQVDbAvtXnMxaz { display:block; }
 }@media only screen and (max-width: 763px) { #K1vKWx9UfPRhgvVS6clzC3yNmyRchNX9 { width:18.75rem;height:26.71875rem;top:35.810548305511rem;left:0.62500005960463rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOaUIWtxDoxMJttKDu9lNUmCpAtTcky9 { width:18.75rem;height:29.25rem;top:62.529296875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGsH0ouoN0Ts6DMLZqhxHIrdRDBG8gTT { width:20rem;height:11.8630625rem;top:95.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgPgTyTtCiW6Pd8gZEA9wfd4QM28OmPx { height:9.6875rem;width:15.3125rem;top:96.7119140625rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGdPfsiDSiytmSqV8cJiTBZpJiTLkq1r { width:16.62325rem;height:2.4375rem;top:27.860244750976rem;left:3.3138020634651rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkVCVA15pKydv7uEdcCIWfuV9rLIE3Pl { width:20rem;height:2.79980625rem;top:1.6720914840698rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s74yoGFc2DLA74v6xRKpObwcoqMQ2qHw { width:20rem;height:2.35595625rem;top:92.4990234375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdrGOrckLTSp8QSlpka7ND1TMAilXHMT { display:block; }#LdrGOrckLTSp8QSlpka7ND1TMAilXHMT > .row .container { width:20rem;height:105.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwCvLwHBlEgdpCKkwr1SS8vUJeLN4FJu { width:14.375rem;height:3.4375rem;top:36.6875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIvUJqcuQGya0G9JeaoJTyudLEU6nsDf { display:block; }
 }@media only screen and (max-width: 763px) { #Sy5kfJlx3a4akUIV5IJOqGp05g4LEKSu { width:18.75rem;height:19.59375rem;top:40.125rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvVsA4Q39WotDrSSBUNikZbsyRA8ZpbC { width:18.75rem;height:26rem;top:59.71875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ49lAvfFpmQSAIscmO7z7ePlHqogre0 { width:20rem;height:11.86425rem;top:89.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO0CbhipfFmNN7iIUWDEok2PobCeLDCB { height:9.6875rem;width:15.3125rem;top:89.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv9TQKPulv81KZtFDxq667296Wo2Ccz5 { width:14.749375rem;height:2.4375rem;top:33.441881656647rem;left:2.9134116768837rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLnulmr5pJEfPbzwSQlpH57Pw1i0HAEi { width:20rem;height:2.79980625rem;top:0.74869823455813rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk83ql9Ua6FQL819wMWaq2UtiQZCAXAF { width:20rem;height:29.8123125rem;top:3.5677084922791rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAehEpMEXppJEVOtc2LyMMJ9v4HCZmD0 { width:13.75rem;height:19.0625rem;top:8.9409728050231rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BosMFqCIyJE5QFHV4d6DWBwxrF5sudOa { width:20rem;height:2.35595625rem;top:86.2998046875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnFz3iUIXHVw1EfBB8VAT6Bob0bOU6F8 { display:block; }#cnFz3iUIXHVw1EfBB8VAT6Bob0bOU6F8 > .row .container { width:20rem;height:112.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8f9R7p6OlRbZmD8bhvGtm3ZnlBV2IK2 { width:13.75rem;height:18.9995625rem;top:10.872395515442rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #G43fWZAEyrmuxAeoLRqLhp9xma9e3NIE { width:14.375rem;height:3.4375rem;top:39.565945625305rem;left:2.8125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyhzPxTJ6nXhMyhw5s8r0TNs9s4gx1ds { display:block; }
 }@media only screen and (max-width: 763px) { #a5Tqdpl477l93T2D1Zc5vLr8mw6M1vfe { width:18.75rem;height:21.375rem;top:43.0029296875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBbhuSMCtB7Gyg89PlOW0z1RNSE7QmeL { width:18.6865rem;height:24.375rem;top:64.3779296875rem;left:0.6552734375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCMIeVqrNTRFKQq9wWG5KQc2ZTSwsD9V { width:20rem;height:11.86425rem;top:92.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVGACkJL8tIER0ZOxDhSGTnDzhPMJxTO { height:9.6875rem;width:15.3125rem;top:92.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8J1l0rnfqDwUrGTCaecoyNWDyOPTGxt { width:14.1873125rem;height:2.4375rem;top:36.499567985534rem;left:3.1250000596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4rTiZ4Sqdn54fquypNUT0piyIfCgTM9 { width:20rem;height:2.79980625rem;top:2.0616331100464rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta8lk9HymZDHKKQ0He12E84pupfM56PP { width:20rem;height:29.8123125rem;top:5.9364156723022rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuJVxwCiP4KwLwDisWymZJtAezcbyvqa { width:20rem;height:2.35595625rem;top:89.4873046875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPlFogLiXezqLUnWc9w0cAcx9WwokTFw { display:block; }#JPlFogLiXezqLUnWc9w0cAcx9WwokTFw > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNVqzCX6szAtZGqRplfTUmv9b2ErfRAX { width:20rem;height:2.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUZKsisWERfsnUIiGwVXIgWmqnlJz4lu { display:none; }#eUZKsisWERfsnUIiGwVXIgWmqnlJz4lu > .row .container { width:20rem;height:143.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fUO7ZVlwPBNLiwzAK3HJo89xwIJTk3A8 { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t9dFe1b8vBOC1fn6AGkpdqCwk0SJJpXT { width:15.625rem;height:21.6875rem;top:10.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATqTB7y7UP9NNPdG1bUB18OKysHQQzBo { width:13.75rem;height:19.625rem;top:11.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZXdPSZuh1bQ85odS4Iwqu9QDRWMnb1y { width:18.75rem;height:32.0625rem;top:46.5rem;left:0.62500005960463rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST63H90b5Tohm5Jd1LR1MbbNGFW8wNKa { width:15.75rem;height:2.5996125rem;top:35.625rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqbW1Qk1zTfxs9KzrfrQfww3QWOvoeJJ { width:14.375rem;height:3.4375rem;top:39.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P265d7qghboJBCGGHNQBB6pl4alcGrRN { display:block; }
 }@media only screen and (max-width: 763px) { #Es8y5Xydv5rMyHOxCFgMQ8Az4VGRWfXS { width:18.75rem;height:42.25rem;top:80.1240234375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn0OcC9wm8WayOS1aNbQfaL44G5SHm7i { width:18.75rem;height:3.4375rem;top:125.0625rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrSEPG7VMf2NfxsDl7ib6v1nrTAc8L8k { display:block; }
 }@media only screen and (max-width: 763px) { #vFxm17tbu1WD4Sl3l90C7OqrQr32TtSC { height:9.75rem;width:15.3125rem;top:131.248046875rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfTUSmMnh0HNHzqp98L4MflmEbHd3Tot { width:20rem;height:11.86325rem;top:130.6923828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNN4KrGRfaHrGOnpd1n11yNT120iKkml { display:none; }#yNN4KrGRfaHrGOnpd1n11yNT120iKkml > .row .container { width:20rem;height:115rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f3uENPq7TXhzpgQDEOQ1lBgdo1XtEVtp { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZX2h09blwv61LGn9QGHdtIpypTKwfrWT { width:15.625rem;height:21.6875rem;top:7.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTv0fRrzFMFmeaTg2e9PD70s3cQd1Pbp { width:13.75rem;height:19.5625rem;top:8.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWpWdAL8Jbb065Qec8HQRZxCzuvPGQef { width:18.75rem;height:3.4375rem;top:95.0625rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knHQVlef188MLFnmDA6yUx08N2NX6GdL { display:block; }
 }@media only screen and (max-width: 763px) { #wT1Np83mW1ZcppQ9OXdXPH5rShdVzrW7 { width:15.75rem;height:2.5996125rem;top:32.8125rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoI3rGaZqJ7kA3XldDM71sXBKkGQ6S0V { width:14.375rem;height:3.4375rem;top:36.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMQyLUHkKTsVxO1gCu4mPBW0mHzlhUaA { display:block; }
 }@media only screen and (max-width: 763px) { #PdrKrVQCd0wvvsO9DPfT1E805RSAnqsw { width:18.75rem;height:12.46875rem;top:43.375rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEXbvy0indm0bCz4qVdXMP8xh7TbV7MX { width:18.75rem;height:34.125rem;top:58.125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0N6U2dd4HJJGKtnzFDy9qRoru92gWER { width:20rem;height:11.86325rem;top:102.01171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyD1Ts1w27t0MW3cdZTTKtk9c1gIpxrC { height:9.75rem;width:15.3125rem;top:102.5625rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFLQ6kNVmH2feVVHdSpmnc2173XOdubA { display:none; }#TFLQ6kNVmH2feVVHdSpmnc2173XOdubA > .row .container { width:20rem;height:110rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qc9QNi6wrzaV6ksU2hTc3zxiAo30e4sD { width:20rem;height:12.9980625rem;top:1.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e3naatvRIFoKvQeSnzMgBiFUOQN2zvVk { width:15.625rem;height:21.6875rem;top:15.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3evGfrDWUqiZZS0rwHI57u1B0og3v6i { width:13.75rem;height:19.625rem;top:16.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0UJc5zMBCWP23p7J7JSxTpgkCdhMzVa { width:18.75rem;height:3.4375rem;top:93.0625rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w07cpRqmaAxHwrWIXFTRHiComXDX1TJq { display:block; }
 }@media only screen and (max-width: 763px) { #gm7uXEI0SmWqbThTBNc3mqnDgh7zgX6D { width:15.75rem;height:2.5996125rem;top:40.5625rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vtgu0HnPKbMLQmFk3hDZ0A7HLfuiLwTu { width:14.375rem;height:3.4375rem;top:43.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7eGTw41ueIaBBcKCO05GgTVzGgLlXpR { display:block; }
 }@media only screen and (max-width: 763px) { #ID88xQNw3xVkscKM3yM8DpmhNS71KTm3 { width:18.75rem;height:23.15625rem;top:55.5rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUUS9V7UzUCR1pVWktXMEp615pWptpaL { width:18.75rem;height:13rem;top:79.3125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOkxMTlOeD9Du8cQ17BzbLFkdfldsAG7 { width:4.1875rem;height:21.875rem;top:15.21875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9mVvlbdp5ss9D0RTsRuuPbnTsKkmHae { width:4.1875rem;height:21.875rem;top:15.21875rem;left:15.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HPMMMZhNsFRcvhFcZBGZn2sxKTgpoVFV { width:20rem;height:11.864754098361rem;top:98.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlDXFdLrNHbvLQU38oNoEeD4mniXyKi8 { height:9.6875rem;width:15.3125rem;top:98.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF3gEoDlkQgUyaDz4pC0TDwOVut5Mu0a { display:none; }#bF3gEoDlkQgUyaDz4pC0TDwOVut5Mu0a > .row .container { width:20rem;height:167.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U4D3FsUXI5Oe1BV4aATHUUr7zznJTwRy { width:20rem;height:20.796875rem;top:1.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIQEnw1HseBMsIbKyveOkwD1MESQDClt { width:15.625rem;height:21.6875rem;top:22.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJEpXi7EKn1pJTcAQiOgOqyWXJNiMKGT { width:13.75rem;height:19.5rem;top:23.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOgHH9OJTnirtR823oqOZGbnTZB5Mlc9 { width:18.75rem;height:3.4375rem;top:149.875rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r88qSUdEbS3Ol3R2vfVObaHD3ds6zbJD { display:block; }
 }@media only screen and (max-width: 763px) { #iyVeAoUTvJVqmqtC785dKsRPxJdHE1Ma { width:15.75rem;height:2.5996125rem;top:47.625rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEJFlWT4OP6881V1zPCwwBEXtninez1r { width:14.375rem;height:3.4375rem;top:50.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIO3hAR8DfF4MVSKwu2WFcP2oucQHNvx { display:block; }
 }@media only screen and (max-width: 763px) { #B5rV6Tt9mqrxedzMe7gN31H3sybMkhqJ { width:18.75rem;height:21.375rem;top:62.875rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mikMh8MTs7wswGNe1E0Af5cRIIohHTKK { width:18.75rem;height:22.75rem;top:85rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF2nxgMyb4REbLyN43wMemn2bFSJi3EG { width:13.75rem;height:2.03125rem;top:107.6875rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpWOTwCqhaJqOab2ay64z51UFGne11Pv { width:10.6875rem;height:11.94239375rem;top:110.6875rem;left:4.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMkaw7E6SlrbT3HTpsPrfPXPGFdMPwcD { width:10.6875rem;height:10.2363375rem;top:122.5rem;left:4.65625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFR9nXvspchAvlgzRO4oBpssAvIiOqoi { width:12.5rem;height:11.94239375rem;top:136.8125rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfs1xuQDvVGPdzP3mVXaL7n0EcV1CT4N { width:13.75rem;height:2.03125rem;top:134.125rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9NSIuN08SC9BRayGaGQDsTR5R2HVsDN { width:4.1875rem;height:21.875rem;top:22.46875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gxVfNrfx3XQQAkAPdQbSK6ENKWRTv6HD { width:4.1875rem;height:21.875rem;top:22.46875rem;left:15.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iUPGHFTDKLKlOBTr2htBF3ghAU38QTXJ { width:20rem;height:11.864754098361rem;top:154.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDlLQpvD68sIN5fM1TJDalX786iQL3vh { height:9.6875rem;width:15.3125rem;top:155.025390625rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHnCall9TtCHZDEw9O6uwHJid5FkTdsM { display:none; }#aHnCall9TtCHZDEw9O6uwHJid5FkTdsM > .row .container { width:20rem;height:167.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zxJ4q0EBpEEaCmBGzQVyCK27x7Zg6wMr { width:20rem;height:18.19725rem;top:1.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS4WBH2GqskTW99r7SI00iwdIlXIHiVq { width:15.625rem;height:21.6875rem;top:22.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lehgXu8TC4cVxoPv2GpXyGhoGWaL85mA { width:13.75rem;height:19.5rem;top:23.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxTeBRCsfpoWHFAFu7SJvAyH0Ps8O479 { width:18.75rem;height:3.4375rem;top:149.875rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK5fvFdkUMTVbd0dT6K4EITxNw07OZ2N { display:block; }
 }@media only screen and (max-width: 763px) { #TsHs8PGJGTaZsgt3ssVanTM4x7TGn080 { width:15.75rem;height:2.5996125rem;top:47.625rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX5sB2BGNWJZO2XeJhssdzT8k29CyQTn { width:14.375rem;height:3.4375rem;top:50.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9LgmtBkENrDbzQlNIb4r3d3EUXSXTvD { display:block; }
 }@media only screen and (max-width: 763px) { #OtQh4NTQCTK8xT7drLZC5DNUt4tubEy1 { width:18.75rem;height:19.59375rem;top:62.875rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUzPnZONq31ND4OGWhdlxKa2OWpxOUua { width:18.75rem;height:35.75rem;top:85rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIbO6G0D9vFs2EpLAp2KsVOxz7qDWCQv { width:4.1875rem;height:21.875rem;top:22.46875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tAFQPEDJ61KZCcZHwlv5gwVvwJeTmuOZ { width:4.1875rem;height:21.875rem;top:22.46875rem;left:15.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tv9NkcVVVV7i29H79tsFwhMi861lxPLB { width:20rem;height:11.864754098361rem;top:154.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBbh7GLTk49m282nf1txN09tDJnMPWg1 { height:9.6875rem;width:15.3125rem;top:155.025390625rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHxGHsZxDDlZn2bx1Wb2fQcb6NaawQKP { display:none; }#WHxGHsZxDDlZn2bx1Wb2fQcb6NaawQKP > .row .container { width:20rem;height:99.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ecfC0XahcTee6TW6HkwqTuRLISm3lrFA { width:20rem;height:2.5996125rem;top:1.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tusnMgXVI26hdSHt3BUyXP8Iyf3K1CcT { width:15.625rem;height:21.6875rem;top:5.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTBsCRmv3CGyaliD5PkZqGTyTosTe2tV { width:13.75rem;height:19.625rem;top:6.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvMPkk5WpB3e18TAtt6LRdH9ngerRkzN { width:18.75rem;height:3.4375rem;top:76.375rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9O61fMuQxbBcg00KcDCT54NH6c452pP { display:block; }
 }@media only screen and (max-width: 763px) { #C7QB5ybHrMDLH50w40re0CennTb5lzkP { width:15.75rem;height:2.5996125rem;top:30.625rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #avPT66k4wIdtrmGGO4P5IH8KAkg0lOZG { width:14.375rem;height:3.4375rem;top:33.8125rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpDbHRTCW540QiEo7zeRxVfsJbB8nw6I { display:block; }
 }@media only screen and (max-width: 763px) { #Q1gT4HaUEBqG5NOlUuZiPrMBiXGiz4Nl { width:18.75rem;height:16.03125rem;top:45.0625rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNwFeOPrTurPh0kvzFB1tTtk5s1z1lJo { width:18.75rem;height:13rem;top:61.75rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbVRhJweXiAEyluWDmed1TWdT2MbFe6G { width:20rem;height:11.864754098361rem;top:81.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnhDP4aR0IdtuK3TPTSKTgKoTwKyghL2 { height:9.6875rem;width:15.3125rem;top:82.087890625rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8Opyg9lyIpZtvW2SCrcLvbxXpINF4uy { width:19rem;height:3.5625rem;top:33.1875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZBvTGZqaAhARER5PEpmxpauSDhpmdCl { display:block; }
 }@media only screen and (max-width: 763px) { #Ak0CGHSnyz7EBasRphdLKg5iLsuIhMou { width:17.249375rem;height:2.5996125rem;top:94.613758789063rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXWmBcRlLitw7x7eDz1g0HkDn1GMgLsh { display:none; }#LXWmBcRlLitw7x7eDz1g0HkDn1GMgLsh > .row .container { width:20rem;height:136.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M1tzR5etQvsIuT2lo389pqxXbEsZpMzp { width:20rem;height:5.19921875rem;top:1.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cxg1qmW320kULiw23vy1SrgXGnvpXkKQ { width:15.625rem;height:21.6875rem;top:9.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyMwW3O4ULg68BZrGVaqKDC3E7bpHPSW { width:13.75rem;height:19.4375rem;top:10rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0UOye0nxsDXThRpWQk7KL2CTza3Qtew { width:18.75rem;height:3.4375rem;top:77.371965408325rem;left:0.62500005960463rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZv7rID8SeLmDi6KCb1FNWN5770VvxnC { display:block; }
 }@media only screen and (max-width: 763px) { #rbNwzgytoTzPhvbqKwg67Lszrp0issoT { width:15.75rem;height:2.5996125rem;top:30.625rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2rSOwPWuLWQvZWMJRw7RkxTm3V6Tbxm { width:14.375rem;height:3.4375rem;top:33.8125rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KWLU0KqVEJxzv4vrhVxV5mIIdPKwTmwb { display:block; }
 }@media only screen and (max-width: 763px) { #qdJewLoMyTlmUtTT7mTGhxMrrJeK57Sb { width:18.75rem;height:37.40625rem;top:38.311524391174rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgAFCLdca3tqASdcLPBPP3QvgWvr1ikm { width:18.75rem;height:37.375rem;top:81.746963500975rem;left:0.62500005960463rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4RuUT5OBfSU1HDrAAVD7ozAMGSBM193 { width:20rem;height:11.864754098361rem;top:121.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt8ull2F8hNzHZJJoA7lLHAEBmod2kCT { height:9.6875rem;width:15.3125rem;top:121.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9ePFWh9T35dFw2Hwwz6SyL3hq2TTqec { width:19rem;height:3.5625rem;top:33.1875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3bk8M8SXkMpcbz0G3iTUghaLkkSt20z { display:block; }
 }@media only screen and (max-width: 763px) { #M7H9lsJTumR7T40UL5CupXtx0fGc6s9s { display:none; }#M7H9lsJTumR7T40UL5CupXtx0fGc6s9s > .row .container { width:20rem;height:92.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bnHguuupzSFAV99fB6TpGJVha2yL8UgR { width:20rem;height:5.1388875rem;top:1.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DmTQtysLMpcTiagguswHxru1sxCK7Jcy { width:15.625rem;height:21.6875rem;top:7.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5DPrAuKcTbX5rSEL6PFwSTcPkdI3q3g { width:13.75rem;height:19.5rem;top:8.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayTaZW3dKaA70uhznuRUD62UicHASfDv { width:19rem;height:3.4375rem;top:75.25rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg1ZpU9EWh842e2mSHgCEEsgWCIPhT47 { display:block; }
 }@media only screen and (max-width: 763px) { #yAKBTsUXPziPl6S225kiKfvhOJU7nU1f { width:15.75rem;height:1.7361125rem;top:29.9375rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOEQpmFak2y9kXVqqP3L2oK1xzLz9XTR { width:15.75rem;height:2.56944375rem;top:32.375rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS1cfspyOmPGUxGr2n6T7ZV2xPSet25T { width:14.375rem;height:3.4375rem;top:35.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhdJcF44ciO9Cho0M2DaHXfwssMhrDEl { display:block; }
 }@media only screen and (max-width: 763px) { #X52hU5OOv8iTBDHGg33qTwblT9LDgLTQ { width:18.75rem;height:26.0416625rem;top:48.0625rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfGr7QBfpSGk5R92epo51eauT2MkEdJD { width:4.1875rem;height:21.875rem;top:7.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ5q8MDkV84Oeq2izlApf3uEmZ5XbuTs { width:4.1875rem;height:21.875rem;top:7.40625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAwMspUhWChGbG53JSnNaoZXUfMTS4tq { width:20rem;height:11.864754098361rem;top:79.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOuwOWUmSpNUgHm6qUbrMi3qHOGqPe9T { height:9.6875rem;width:15.3125rem;top:80.400390625rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7tF11dG2nd4DTFwcMMGBNcn1lbFpiTw { display:none; }#E7tF11dG2nd4DTFwcMMGBNcn1lbFpiTw > .row .container { width:20rem;height:109.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #avsWq2SibGc9nysdupxWSW53D39tHJ2t { width:20rem;height:7.7083125rem;top:1.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cqo4VOKOA4TgFNOWpTnmAhLJm7gTKrvx { width:15.625rem;height:21.6875rem;top:10rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWbk9m4O8gNNGoEP3F6TKHpIi01PGadc { width:13.75rem;height:19.5rem;top:10.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp1hHgTRDAwFEIhpzIrio77h8XW9eaQi { width:18.75rem;height:3.4375rem;top:91.875rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaJRQTAFAD6D1TUA6RrMub90UxyDeiMw { display:block; }
 }@media only screen and (max-width: 763px) { #RhmQPnwlfwL6s7BndENFfueQFPwWR3Q2 { width:15.75rem;height:1.7361125rem;top:32.5625rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3n7BLu6hXOBOPpBNABiWEehXNUfmFHx { width:15.75rem;height:2.56944375rem;top:34.9375rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7THvigmW3EnzMTlg7sb0TMx8IhEJ0WK { width:14.375rem;height:3.4375rem;top:38.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSRXwrMdbdPnavRRPzrtuQ08UCKT7TDU { display:block; }
 }@media only screen and (max-width: 763px) { #X6PchOKHSQvmZ7ESPt1L9HmCBrcxQN2o { width:16.125rem;height:6.0625rem;top:42.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzEhyPglyczmXQ4FypVgRGtXENwT8cAz { width:18.75rem;height:39.93058125rem;top:50.625rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfcpBUManoxVHnnizi911ZBsJakhMxsF { width:4.1875rem;height:21.875rem;top:9.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI5LGI20eSxPBk4vxX16UOTz2m91iL94 { width:4.1875rem;height:21.875rem;top:9.90625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkcKgORHABOFgPJS5V5epZy3s1TAKcXM { width:20rem;height:11.864754098361rem;top:96.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw32Iz0ULADXDQTGQq0FeI7sNCEV61Zu { height:9.6875rem;width:15.3125rem;top:97.087890625rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODV3wI4flWVuhTxw3kUBv98fhqPiGphA { display:none; }#ODV3wI4flWVuhTxw3kUBv98fhqPiGphA > .row .container { width:20rem;height:118.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vKyMb5Fr3UQbFz4y1oZehwskJlsDnqdg { width:20rem;height:7.7083125rem;top:1.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GEs44fnlbGqScQcM8xKnklqZMVUC4Agy { width:15.625rem;height:21.6875rem;top:9.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoBGbO22afGXAxerTwfgR5iZVginsRuf { width:13.75rem;height:19.5rem;top:10.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htz22LxL10gTis2QnlIN15QmHek8KRBt { width:18.75rem;height:3.4375rem;top:100.3125rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRVJV57cT2NOsQpocgsXJnbLlAx9g2y6 { display:block; }
 }@media only screen and (max-width: 763px) { #fUcJqZlLbl84iVedtxM8f1vIHQHpil38 { width:15.75rem;height:1.7361125rem;top:32.5rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0QIWesGMBoUbno93KFWPgMQvr1V5uOT { width:15.75rem;height:2.56944375rem;top:35rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfsMinIWeVPhc0M3T1Jx6qqwxCaELT2U { width:14.375rem;height:3.4375rem;top:38.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQiMHDWZSBqIxWsfZbxFMhdiq5TDsZ0m { display:block; }
 }@media only screen and (max-width: 763px) { #Nv5X0uJ7bU0w75Cq5R5KZxkLO9aFAR54 { width:18.75rem;height:48.6111125rem;top:50.1875rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB2d9ZnAySGO3ZROxKenqh4tGhRNx9We { width:4.1875rem;height:21.875rem;top:9.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ft0OJwMUDlnHoq9eTrg8SXa5k0TTi74b { width:4.1875rem;height:21.875rem;top:9.9375rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLUW7iv4GXfCgWc2X7FdLdWkdcroQE3K { width:20rem;height:11.864754098361rem;top:105rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvJNHcPXtJnTZpSUwvqKTBNAl7UQu5Xt { height:9.6875rem;width:15.3125rem;top:105.5625rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCELrfuRh1vwEXrPkWy0QJItl3zH2CpT { display:none; }#fCELrfuRh1vwEXrPkWy0QJItl3zH2CpT > .row .container { width:20rem;height:122.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cxsu33vUmXHyaP3skDcDZyn2o266NJGz { width:20rem;height:7.7083125rem;top:1.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q2tM8T6TObT8F9n73uWCJugIZDKumctT { width:15.625rem;height:21.6875rem;top:9.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0ZQ8BQFoLoT8TcUuaQHT6wp0ZVCTHwJ { width:13.75rem;height:19.5rem;top:10.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBGMr3vnsilMke8SlQZXdRk3Uslue2id { width:18.75rem;height:3.4375rem;top:93.75rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSUFchaPAvzlsiMgVwdLPrsEEKgsC1I0 { display:block; }
 }@media only screen and (max-width: 763px) { #z4xR6GQQa7LRxMnUywG18RGCEMToxAWK { width:15.75rem;height:1.7361125rem;top:32.5rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zws0LZhUi56qhcF1q4CvbrxZ2i54paON { width:15.75rem;height:2.56944375rem;top:35rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2Gi57ia1lC7D3Ort48APFFzBqx6l01o { width:14.375rem;height:3.4375rem;top:38.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNExfTTwG2y4UaH6ZqGbzDCsgkamCszH { display:block; }
 }@media only screen and (max-width: 763px) { #qgZL0aRIKHD3mTrX4wLhFE8mTi6zvURE { width:20rem;height:41.66665rem;top:50.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqBUWzCiOBXSm0FEWQQRySBZD06QUPCv { width:4.1875rem;height:21.875rem;top:9.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtHSCeoFMTeF3un19Xu5fbrOKflPsk5G { width:4.1875rem;height:21.875rem;top:9.78125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcgEJpT86zqWveohbyBaFcBx399oTVOR { width:20rem;height:11.864754098361rem;top:98.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmJn2unMEQy8k6VTScVQ7AD9qOd3acH5 { height:9.6875rem;width:15.3125rem;top:98.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5IDwUlsKHb35dIsNn8VQygkJwHBfWes { width:20rem;height:10.27775625rem;top:111.55175rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l { display:block; }#XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ciid8kTCpBtC1SFxai4JcHcuxreaViwu { width:20rem;height:3.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaghS15CRkZ83Pie5niCeL2NkvHPv5E8 { display:none; }#CaghS15CRkZ83Pie5niCeL2NkvHPv5E8 > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GrZvFnZlfLszE5IkRwFcKWa4IGBuL8Dd { width:20rem;height:0.89156626506025rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #flfgezfzP4CIbaXfFoME1QADNrN1Lc7V { display:block; }#flfgezfzP4CIbaXfFoME1QADNrN1Lc7V > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNy2OO1UHX7MgJTNdSwTQo0OzbuZgHJ6 { width:20rem;height:25.25rem;top:9.82421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOxDgV46y1POMEbaE6XMO58kHTxKLob0 { width:20rem;height:7.7995rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uhP1sFMcxyE7MRaLwqaXKbT1tkeZucMX { display:block; }#uhP1sFMcxyE7MRaLwqaXKbT1tkeZucMX > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcpXVeE9HtANTH1x3kSedN9hrQPcszTK { width:20rem;height:5.19965rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xquw7D2JiV5cnIse6E0Wry0zogWXtPqI { height:11.243523316062rem;width:20rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn3kNo7ck1LoSVMW53dbKpUR1nluc70Q { height:11.243523316062rem;width:20rem;top:20.19240625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJcd18PSFfTiVI4Ln0XRPsU60PTru57Q { height:11.243523316062rem;width:20rem;top:32.68559375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZHcaCKT62pTPoUzKBqu0EsLGh5i11t8 { display:block; }#hZHcaCKT62pTPoUzKBqu0EsLGh5i11t8 > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipXZ9re4er8TA0cLfWvit3E3xETGaHrg { width:20rem;height:5.19965rem;top:1.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cWnsIoSOCIdkfuFXuoB7KkWA5vfHSOQi { width:1.875rem;height:1.875rem;top:7.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F51Tc5dWBeouIwS2QFeekzVry1aEZ2qF { width:18.125rem;height:1.4624rem;top:7.8125rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Q9StiiPK7nLu3OMMxEG2J9q5DtAqoV { display:block; }#T7Q9StiiPK7nLu3OMMxEG2J9q5DtAqoV > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAt6dTNWNe0X06QcqgtfNULlykzmI8sg { width:20rem;height:20.79685625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #exQRIV6mvfDLEFaaXkCHGOv5qo9RNUbE { display:block; }#exQRIV6mvfDLEFaaXkCHGOv5qo9RNUbE > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBVEWBaLzCdvwAFTA0WrsJnVmkQ8gcqX { width:1.875rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEGTSR38Jvq0S97L6WHdML4g1i7xsk0A { width:18.125rem;height:1.4624rem;top:1.5625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evn13Dm3ZN5rE9OT0FNPXTAiAQNVb0gP { display:block; }#evn13Dm3ZN5rE9OT0FNPXTAiAQNVb0gP > .row .container { width:20rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOiLlEIDRQpEx7WrV9pmDiCw7LXketnv { width:20rem;height:23.39649375rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkhSH6egd9M793DRDZoKHS4U1VDom8qs { display:block; }#SkhSH6egd9M793DRDZoKHS4U1VDom8qs > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K21Cd7zb1DqpoU9ZRcwmghbWcdM716hv { width:1.875rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn8OcK9t2nq0u5vWc5hLdQwPlqe18RBZ { width:18.125rem;height:1.4624rem;top:1.5625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fghEDEzqmll70JToBuhsTybQF0SJoTMz { display:block; }#fghEDEzqmll70JToBuhsTybQF0SJoTMz > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZwDZE1miP9G6aZwnzwepIiFRINWNDvH { width:20rem;height:14.2978625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzfQkrnusXCapqbLT4O9bGA4qKzapmOz { display:block; }#mzfQkrnusXCapqbLT4O9bGA4qKzapmOz > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TA02qI5TARZqd8RPramevNmCrxSPUIlT { width:1.875rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbn5VVdhEDcK5qotTdFQTuUa4a4wh96T { width:18.125rem;height:3.375rem;top:1.5625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvT7DcmlkoI7U4v5EqTdmSFqvvgDzBh3 { display:block; }#IvT7DcmlkoI7U4v5EqTdmSFqvvgDzBh3 > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UzMRcSTgbUS7Cld9AcfXSt37a2RM3MGc { width:20rem;height:12.9980625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBD7HNVPGt8BBKwySOe5kvTZhQfiyd7g { display:block; }#hBD7HNVPGt8BBKwySOe5kvTZhQfiyd7g > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdtIZCAbE55SyL0MSM9WRNfzhbpuNkEG { width:1.875rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8cqQBTXUgI7PzCknMB81HbwhM8uPKnb { width:18.125rem;height:1.4624rem;top:1.5625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq8kAmcan10JXvk3BNUqUCPV9Ql74a00 { display:block; }#vq8kAmcan10JXvk3BNUqUCPV9Ql74a00 > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a5iuryq5MI8s0amHpfKGTm8MJsOsnNwG { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aciNsraf5tF5r9xTLU4sxougmQNKqqDC { display:block; }#aciNsraf5tF5r9xTLU4sxougmQNKqqDC > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsHdayzRt5z6g6k1p0k62L6CiTmeO08P { width:1.875rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPFXnREQ384uGZWhfm5QTvbJiM13t44p { width:18.125rem;height:2.923825rem;top:1.5625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRRHKamdcrdLoWkIyzu2rESeNdoGp3JU { display:block; }#SRRHKamdcrdLoWkIyzu2rESeNdoGp3JU > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vrvh92JBGcebWGlFttpHEq80geVuqvRd { width:20rem;height:2.599825rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfy5iHRehBaHqt20r27MIcZGf8NI6zx2 { display:block; }#Tfy5iHRehBaHqt20r27MIcZGf8NI6zx2 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOahvFEIFFUGKHKv92xsXUCHPxKqQqcn { width:1.875rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWPcAKXZMIrGEtRuSGikTFdTOzm2URPO { width:18.125rem;height:5.84765625rem;top:1.5625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKNT72JJoGqOkCAUQCUf989Ab7M8OvpH { display:block; }#SKNT72JJoGqOkCAUQCUf989Ab7M8OvpH > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrhvcTtqXgWqMrQPNxfQVu87SsE1bId1 { width:20rem;height:14.297875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #saxTFGscSvgRAg7CoCifRPhXE6cwPu3v { display:block; }#saxTFGscSvgRAg7CoCifRPhXE6cwPu3v > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6zPAtAUDTeHJrrPBLa2aqTGW67FIxeT { width:1.875rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni3OhUKPsUtiAsPaISDfJK3v4taAEC88 { width:18.125rem;height:4.38574375rem;top:1.5625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuBg9x4wK6o2dd8xPOnVrECe4Tw3S1gA { display:block; }#nuBg9x4wK6o2dd8xPOnVrECe4Tw3S1gA > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMPIcToBhymZ8wFHMEdWobKfyNBTkqCv { width:20rem;height:6.499rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVKE8z9pDIWFh7NVQTX0CHdEEX5VLgKD { display:block; }#IVKE8z9pDIWFh7NVQTX0CHdEEX5VLgKD > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g0TfRLumRBhx3CzN4m5wJOoBVJaPlXsN { width:1.875rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLvUDX9ElqukXqbcJsM5ikS1shypgrKP { width:18.125rem;height:1.4624rem;top:1.5625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaTFheOHuREOoaaUQx4dIrBPxlG1yTXT { display:block; }#kaTFheOHuREOoaaUQx4dIrBPxlG1yTXT > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sekp2gcHTWFMTBTm3fQXiralBGJTTPK0 { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBmmJmMNzRseuyqTQ0E1M6Tq6ViI75cX { display:block; }#BBmmJmMNzRseuyqTQ0E1M6Tq6ViI75cX > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTAL47m1L0TfwfK1TANvS2P4VNT9fxTM { width:1.875rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrC1CvxMn5u8c2roRBGGHbQ53r8pTRng { width:18.125rem;height:2.923825rem;top:1.5625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsmCwpTHlHFMzk5IAmO9xdaiVzxGFtow { display:block; }#rsmCwpTHlHFMzk5IAmO9xdaiVzxGFtow > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqRKx0qanoomMBvEcc8uJlZIFIar8hIc { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #voXDezpMUG9dgtOWETqkOD8EUb8Wgl24 { display:block; }#voXDezpMUG9dgtOWETqkOD8EUb8Wgl24 > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDSMAkdNPnMvwnAr2t7tbkabP9EZgtdq { width:1.875rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgoKxz36uaJX4hl6nnLGtOLPJFgxT0Fg { width:18.125rem;height:2.923825rem;top:1.5625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsJrs0Gl1KFd8IckphgfeIQ01dTRkuVL { display:block; }#fsJrs0Gl1KFd8IckphgfeIQ01dTRkuVL > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELTmJEMkwfgc5uuenF1k7qswPZirxxWO { width:20rem;height:2.599825rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzTxKWciShfadT6ZfzQnglAZ67z68hSS { display:block; }#BzTxKWciShfadT6ZfzQnglAZ67z68hSS > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ptnTNp1E6PO0afI349HD9yEZdx3W3iZI { width:1.875rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT9nDnJDUWgchFg98uVBRJGT6QyEPH3A { width:18.125rem;height:2.923825rem;top:1.5625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgxz14cclI4NbSwlvbzC7c3p1gzUZPCE { display:block; }#zgxz14cclI4NbSwlvbzC7c3p1gzUZPCE > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yNA2plBBmEIRJmgpsyHmlcTwFiLaT8ST { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CacUe5CgfehZIe5mFlvtdBSTNOR2nKaA { display:block; }#CacUe5CgfehZIe5mFlvtdBSTNOR2nKaA > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTmZzbKTPWHpnmJqOJAOrKPUtz5X49iB { width:1.875rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfO9uOHRQTJE4VOpH7ZSoin5BllxUUcX { width:18.125rem;height:2.923825rem;top:1.5625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFzT79nCKwFpyRgWub2GW0Tu0iFK3AOp { display:block; }#qFzT79nCKwFpyRgWub2GW0Tu0iFK3AOp > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTQNMre5WdrW9RJC3PlbpkROeoIqaCk0 { width:20rem;height:19.68085106383rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTtyeZTwtyaxoIEDozOSvbi6s9QZnVim { width:20rem;height:32.40234375rem;top:22.1806875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EICkfS3Nxp9TC8XWUDscn1Oh7uNJLlSX { width:20rem;height:5.4237288135593rem;top:54.9306875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfnxxMny89qr2xgUH0qr7xCvEOPRanQz { display:none; }#yfnxxMny89qr2xgUH0qr7xCvEOPRanQz > .row .container { width:20rem;height:105.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a1b441b0-1200-4897-a20c-cd616a9ad061/redbackground.jpg");background-position:bottom center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#yfnxxMny89qr2xgUH0qr7xCvEOPRanQz > .row .container.adaptive-delivery-prevent-bg, #yfnxxMny89qr2xgUH0qr7xCvEOPRanQz > .row .container.lazyload, #yfnxxMny89qr2xgUH0qr7xCvEOPRanQz > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #Epbak40tLfLa9fxEcxQiL8DzqWcXLlJb { width:20rem;height:68.42529375rem;top:2.5596656799316rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQI5TrKu1zFwopoBR2DNNEoE9KdtQHMU { width:20rem;height:12.1528rem;top:1.25rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PfGWP6ZQosgKlV3Jq2sOaS3HNbnH58zQ { top:68.5625rem;left:0.56163197755814rem;width:19rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3Z60UnPLBOqR1QCspvGpaPft7KHrxpb { display:block; }
 }@media only screen and (max-width: 763px) { #gTG2Il5DHxHRSWccSXpLFnIkE21OqgSZ { width:20rem;height:26.8077rem;top:73.186864376069rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEv0oFh0X9C0q1By4y7XuCwme6VWknBF { top:101.2490234375rem;left:0.5rem;width:19rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk1yfLlDd2VgfI8Ng3OgPJUgXCuNuHU7 { display:block; }
 }@media only screen and (max-width: 763px) { #La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE { display:block; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2H55UVHDSSOQrXAg3Mc4hBbWIlHQ9Wp { width:12.5rem;height:1.2999125rem;top:1.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5t03daUyyHR0kVvktM6zHuuSheyOiJf { width:15.6875rem;height:10.9375rem;top:3.1875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8kXpAqP0ExrUbfJs4TT6WE3TWRvkrza { width:12.5rem;height:1.2999125rem;top:15.625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcB9XAsfoHxBf5WoAkHJwrt2zuwpv9Ad { width:20rem;height:9.098625rem;top:16.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzzySscKV3W8GBRFTVMEpRCk3DLnzf6g { width:10.1875rem;height:1.2999125rem;top:26.8125rem;left:4.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrIJ12xHMfPzFKzz9JyR3rLzE9MmdCAE { width:13.25rem;height:2.5996125rem;top:28.9375rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMTrx4gFKhl1CAVPACJW2X8Mp0to8e82 { width:14.25rem;height:4.9375rem;top:32.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs68i3Ugata7dzX26f0E7UeknugT5ZG8 { width:13.1875rem;height:4.8125rem;top:38.9375rem;left:3.40625rem;display:block; }
 }