.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;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); }#Z0u3sk95IrX1SaGTiQ1ZV4ITHshZTTvn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c3241;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z0u3sk95IrX1SaGTiQ1ZV4ITHshZTTvn > .row .container { background-color: transparent; background-image: none; }#Z0u3sk95IrX1SaGTiQ1ZV4ITHshZTTvn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0u3sk95IrX1SaGTiQ1ZV4ITHshZTTvn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0u3sk95IrX1SaGTiQ1ZV4ITHshZTTvn > .row .container > .video-iframe-container { display: none; }#Z0u3sk95IrX1SaGTiQ1ZV4ITHshZTTvn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0u3sk95IrX1SaGTiQ1ZV4ITHshZTTvn > .row > .video-iframe-container { display: none; }#Z0u3sk95IrX1SaGTiQ1ZV4ITHshZTTvn > .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); }#Z0u3sk95IrX1SaGTiQ1ZV4ITHshZTTvn > .row .container { border-width: 0; border-radius: 0; }#Z0u3sk95IrX1SaGTiQ1ZV4ITHshZTTvn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z0u3sk95IrX1SaGTiQ1ZV4ITHshZTTvn > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;position:relative;display:block; }#n71aafvSEDO8nPqq0GEarC8fN5TcbOIs { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:12.375rem;top:0.90625rem;left:0.625rem;overflow:hidden;display:block; }
#t3iEJzO0UIQ1cCymCv6uH0IUSTwdwXIK { color:#ffffff;display:block;width:4.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.8187501430511rem;left:20.3125rem;height:1.3rem;display:block; }
#lyCcqcZpKgToMV2TBo2Fsz3uQ3ToELqc { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.8187501430511rem;left:25.125rem;height:1.3rem;display:block; }
#qryVHLXbbWAc0v7Ms4db8GFwxvgtTSK3 { color:#ffffff;display:block;width:4.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.8187501430511rem;left:41.436717987061rem;height:1.3rem;display:block; }
#ZVSTvqAhEG7wm2wsFnGA7cfOexEtiVEd { color:#ffffff;display:block;width:5.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.8187501430511rem;left:46.249217987061rem;height:1.3rem;display:block; }
#CLB07pUH79PDgEKTauiJx4M6cfyTgFUO { background-color:#ee0e69;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:3rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.96875rem;left:52.1875rem;display:block; }
#AGMF4WrkPLKuPpBAhtvQylVkZRSK56l5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FTvmtvn7zMaIiMoitMyzVvDCqb6ywrOR { color:#ffffff;display:block;width:3.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.8187501430511rem;left:37.624217987061rem;height:1.3rem;display:block; }
#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { position:relative;display:block; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { background-color: transparent; background-image: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container > .video-iframe-container { display: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container { display: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .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); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { border-width: 0; border-radius: 0; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .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:40.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { color:#310e76;display:block;width:29.9375rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffe959;top:8.5rem;left:0rem;height:10.722625rem;font-style:normal;display:block; }
#ETTcx7iRoQ8RtTEE78T07gXN0XT6puQf { color:#2c3241;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:20.75rem;left:0rem;height:5.0625rem;display:block; }
#dM2gHTDG0Cuw3uEnGabcJ6aNlIAdOVHn { background-color:#ee0e69;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.625rem #ffe959 ;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:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:31.25rem;left:1.375rem;display:block; }
#HAvXN6kec8gyyM27UTa8ibsL72KMgQci { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vod3QVv1T5pUSugnAcTJfdNV3kCdzFsN { color:#ee0e69;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:27.5rem;left:8.75rem;height:3.4931625rem;display:block; }
#gC8PA7LTzEplt6QnOweZMxw4BRrlpzZm { color:#0a193f;display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:1.625rem;display:block; }
#PbZUzbkBMsWnBbmHNHSrwwoiXq3hDetx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.875rem;width:24.1875rem;top:2.625rem;left:33.5rem;overflow:hidden;display:block; }
#Vcl0qUxuIVWT8Z716wpDpDyBxUDhtvAT { color:#000000;display:block;width:5.75rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:28.0625rem;left:2.5625rem;height:2.2744125rem;display:block; }
#hFAPWXpBoHex5KTmiGPOOwpQmkAymNAg { position:relative;display:block; }#hFAPWXpBoHex5KTmiGPOOwpQmkAymNAg { background-color: transparent; background-image: none; }#hFAPWXpBoHex5KTmiGPOOwpQmkAymNAg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFAPWXpBoHex5KTmiGPOOwpQmkAymNAg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFAPWXpBoHex5KTmiGPOOwpQmkAymNAg > .row .container > .video-iframe-container { display: none; }#hFAPWXpBoHex5KTmiGPOOwpQmkAymNAg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFAPWXpBoHex5KTmiGPOOwpQmkAymNAg > .row > .video-iframe-container { display: none; }#hFAPWXpBoHex5KTmiGPOOwpQmkAymNAg > .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); }#hFAPWXpBoHex5KTmiGPOOwpQmkAymNAg { border-width: 0; border-radius: 0; }#hFAPWXpBoHex5KTmiGPOOwpQmkAymNAg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hFAPWXpBoHex5KTmiGPOOwpQmkAymNAg > .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:10.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MwlWOXmZBuqmucAIq855LBZgKUMWXLTN { color:#2c3241;display:block;width:53.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0703125rem;left:2.65625rem;height:7.796875rem;text-align:center;text-align-last:center;display:block; }
#qE33TQQZKsCDtQDESWpA03PqpzbxQThT { position:relative;display:block; }#qE33TQQZKsCDtQDESWpA03PqpzbxQThT { background-color: transparent; background-image: none; }#qE33TQQZKsCDtQDESWpA03PqpzbxQThT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qE33TQQZKsCDtQDESWpA03PqpzbxQThT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qE33TQQZKsCDtQDESWpA03PqpzbxQThT > .row .container > .video-iframe-container { display: none; }#qE33TQQZKsCDtQDESWpA03PqpzbxQThT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qE33TQQZKsCDtQDESWpA03PqpzbxQThT > .row > .video-iframe-container { display: none; }#qE33TQQZKsCDtQDESWpA03PqpzbxQThT > .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); }#qE33TQQZKsCDtQDESWpA03PqpzbxQThT { border-width: 0; border-radius: 0; }#qE33TQQZKsCDtQDESWpA03PqpzbxQThT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qE33TQQZKsCDtQDESWpA03PqpzbxQThT > .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.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cooGHeoEMuzVFRGsbBf1EgCXybgqwTOI { color:#2c3241;display:block;width:31.75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:0.8125rem;left:14.125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jm9HBRAdL92sP87IPbUhUlvyc6MVSbCv { position:relative;display:block; }#Jm9HBRAdL92sP87IPbUhUlvyc6MVSbCv { background-color: transparent; background-image: none; }#Jm9HBRAdL92sP87IPbUhUlvyc6MVSbCv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jm9HBRAdL92sP87IPbUhUlvyc6MVSbCv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jm9HBRAdL92sP87IPbUhUlvyc6MVSbCv > .row .container > .video-iframe-container { display: none; }#Jm9HBRAdL92sP87IPbUhUlvyc6MVSbCv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jm9HBRAdL92sP87IPbUhUlvyc6MVSbCv > .row > .video-iframe-container { display: none; }#Jm9HBRAdL92sP87IPbUhUlvyc6MVSbCv > .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); }#Jm9HBRAdL92sP87IPbUhUlvyc6MVSbCv { border-width: 0; border-radius: 0; }#Jm9HBRAdL92sP87IPbUhUlvyc6MVSbCv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Jm9HBRAdL92sP87IPbUhUlvyc6MVSbCv > .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:15.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QlznQmt48aKFBDA1u9l1CAI3wrxVOA3K { color:#2c3241;display:block;width:50.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.90234375rem;left:4.96875rem;height:11.6953125rem;text-align:center;text-align-last:center;display:block; }
#gRmTJuVJNIyzVZdHZT4xlF5U7BwzkyK7 { position:relative;display:block; }#gRmTJuVJNIyzVZdHZT4xlF5U7BwzkyK7 { background-color: transparent; background-image: none; }#gRmTJuVJNIyzVZdHZT4xlF5U7BwzkyK7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRmTJuVJNIyzVZdHZT4xlF5U7BwzkyK7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRmTJuVJNIyzVZdHZT4xlF5U7BwzkyK7 > .row .container > .video-iframe-container { display: none; }#gRmTJuVJNIyzVZdHZT4xlF5U7BwzkyK7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRmTJuVJNIyzVZdHZT4xlF5U7BwzkyK7 > .row > .video-iframe-container { display: none; }#gRmTJuVJNIyzVZdHZT4xlF5U7BwzkyK7 > .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); }#gRmTJuVJNIyzVZdHZT4xlF5U7BwzkyK7 { border-width: 0; border-radius: 0; }#gRmTJuVJNIyzVZdHZT4xlF5U7BwzkyK7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gRmTJuVJNIyzVZdHZT4xlF5U7BwzkyK7 > .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.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PlesROf6iB3ZT8bbNI5R4HTyNkkfJvJO { color:#2c3241;display:block;width:47.25rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.75rem;left:6.375rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bul2FXnraFT642gtE1NIvbrVMhJutgM6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bul2FXnraFT642gtE1NIvbrVMhJutgM6 > .row .container { background-color: transparent; background-image: none; }#Bul2FXnraFT642gtE1NIvbrVMhJutgM6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bul2FXnraFT642gtE1NIvbrVMhJutgM6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bul2FXnraFT642gtE1NIvbrVMhJutgM6 > .row .container > .video-iframe-container { display: none; }#Bul2FXnraFT642gtE1NIvbrVMhJutgM6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bul2FXnraFT642gtE1NIvbrVMhJutgM6 > .row > .video-iframe-container { display: none; }#Bul2FXnraFT642gtE1NIvbrVMhJutgM6 > .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); }#Bul2FXnraFT642gtE1NIvbrVMhJutgM6 > .row .container { border-width: 0; border-radius: 0; }#Bul2FXnraFT642gtE1NIvbrVMhJutgM6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bul2FXnraFT642gtE1NIvbrVMhJutgM6 > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:60rem;position:relative;display:block; }#xovgp1xtLk8CpaJNuNadIqrhZQmqDnTN { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:29rem;left:0.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F6GQXtPzdJCeuVmlaIGsvLwqlZARuIHW { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:33.625rem;left:0.625rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KMXK63N1cz1BcZlqvQMMVwyTaJHaAXF3 { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:33.625rem;left:20.625rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rZhOKbAWFIxxzMr2cN2rVkTtwhvJTHgK { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:29rem;left:20.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vIloigPxSXZgtf0r3SDb6ogUrslF8kr4 { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:33.625rem;left:40.625rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GD6tIcU5DWhzN8lpVtWeqd2HF8oMQpqn { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29rem;left:40.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ivTnmp7wtTfvX3VEKyUBgZxbgnCTbXtc { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.625rem;left:0.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xKH92GU9qr28MOu8pPmh0Z0CPPQCTD1R { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.625rem;left:20.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uRSCaFqcpGKxoThK19TvQXeDRNA5wrpg { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:12.4375rem;left:0.625rem;height:8.999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XZKWmxFeGz2N78LDVUzAN3tTkHwfVSp7 { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:13rem;left:20.625rem;height:12.598625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AfOmgPlnOMwNBIt8SXWT6Ox8ueCV1KJM { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:13rem;left:40.625rem;height:8.999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pET2tXw05wGTWMIUfaRhMrdlEOP0d2Z3 { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.625rem;left:40.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gkplBOhRrBAWZPyQSTfng8iBXkpi3zkq { color:#2c3241;display:block;width:47.375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.9375rem;left:6.3125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr { position:relative;display:block; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr { background-color: transparent; background-image: none; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container > .video-iframe-container { display: none; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row > .video-iframe-container { display: none; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .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); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr { border-width: 0; border-radius: 0; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .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:59.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Kx3gSvGxLVRxGvqz1GWCBu3rHFZgMvub { color:#2c3241;display:block;width:47.375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.1875rem;left:6.3125rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T1TLWx4ZdEvM8xWmMczOsq3enpcp9akv { position:absolute;display:block;z-index:15010;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:10.5625rem;width:17.75rem;top:17.6875rem;left:0.6875rem;display:block; }
#ZJnA3uz7smJ7fAT5soOr2Gfq1yNTZ85R { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.6875rem;left:3.75rem;height:1.4619125rem;font-style:normal;display:block; }
#I7ENkDS8lVexQZrxQPsICfLtNFxDJSJX { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:20.513671875rem;left:3.75rem;height:6.499rem;font-style:normal;display:block; }
#iWarAKDP8RkMK6LOuuyZg91mThf2TRZP { position:absolute;display:block;z-index:15014;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:11.4375rem;width:17.5rem;top:29.4375rem;left:0.8125rem;display:block; }
#AELrdl9QHnNDrM1f3SezOnqTqQfQ36ux { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:32.4453125rem;left:4rem;height:7.1953125rem;font-style:normal;display:block; }
#DDcm6peG5OlVw7yw8VQgkqvVa4ILR4dK { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:30.6015625rem;left:4.125rem;height:1.4619125rem;font-style:normal;display:block; }
#iCw3JnJhPrGy38lTt4a7b7886ku37LTA { position:absolute;display:block;z-index:15018;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:9.8125rem;width:18.1875rem;top:23rem;left:40.8115234375rem;display:block; }
#QUSZ9IUgU3OzUTu6Lt9rQqmKo6KxENy8 { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:27.01171875rem;left:41.2412109375rem;height:5.19921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EQEVFfeewamnc7Z7UdICZICyi9d1zyyk { color:#000000;display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:23.7060546875rem;left:41.2724609375rem;height:2.923825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xErIWcx57AT9vAvmZcaXDCnwXOidzA2m { position:absolute;display:block;z-index:15022;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:9.375rem;width:18.3125rem;top:34.4375rem;left:40.6865234375rem;display:block; }
#hLFVxbipSa9RqeEuniweU8fQiiITd1VI { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:37.0625rem;left:40.999217987061rem;height:5.99609375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QuvKgxFFReBtrNE0xFepJIrP0v7rzMf5 { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:35.3125rem;left:42.562496185302rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#s3S33Zuci6r9TFzE0VZ7RsKhseZ5Ki9u { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:20.0859375rem;left:1.3125rem; }
#apewKqWD48G9x08XtbAgI0laTLhsOxDk { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:32.0625rem;left:1.3125rem; }
#I4kR1XiAP7XP7iVtX2o3dNEc5dRSEQ0b { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:36.7734375rem;left:55.5537109375rem; }
#xmEyme1XuG70AwsZLwFhCgkFEM0T6RWh { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:27.25rem;left:55.5537109375rem; }
#TVmZB3Gx9vCwm79RXT0AKN45NHtXVbJv { color:#5e376d;display:block;width:34.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:10.3125rem;left:12.2705078125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cmCxk2OsoyxaSlmOvirOpDiCgur5GTvZ { background-color:#ee0e69;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.125rem 0.25rem 0.625rem #ffe959 ;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.0625rem;height:4.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:49.28125rem;left:17.46875rem;display:block; }
#iISa6QDF9KB09dwTWoTWRQHKMORXnnmw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QMpLWoXyvAshfZ90U85qkiJeUlEnRhbA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.5rem;width:22.5625rem;top:13.78125rem;left:18.115215264188rem;overflow:hidden;display:block; }
#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { background-color: transparent; background-image: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container > .video-iframe-container { display: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container { display: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .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); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { border-width: 0; border-radius: 0; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:block; }#P3khNtl9uQRgm68QHFOKcp2QZ9o46saP { color:#000000;display:block;width:39rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:2.875rem;left:21rem;height:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RrcPg1QCJCC44Ntm3zaQzDnSf4bGVyg1 { color:#2c3241;display:block;width:31.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:1rem;left:14.125rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gfuh4G9Eq4PALHII5HhVkTGu05AHcidc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gfuh4G9Eq4PALHII5HhVkTGu05AHcidc > .row .container { background-color: transparent; background-image: none; }#Gfuh4G9Eq4PALHII5HhVkTGu05AHcidc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gfuh4G9Eq4PALHII5HhVkTGu05AHcidc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gfuh4G9Eq4PALHII5HhVkTGu05AHcidc > .row .container > .video-iframe-container { display: none; }#Gfuh4G9Eq4PALHII5HhVkTGu05AHcidc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gfuh4G9Eq4PALHII5HhVkTGu05AHcidc > .row > .video-iframe-container { display: none; }#Gfuh4G9Eq4PALHII5HhVkTGu05AHcidc > .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); }#Gfuh4G9Eq4PALHII5HhVkTGu05AHcidc > .row .container { border-width: 0; border-radius: 0; }#Gfuh4G9Eq4PALHII5HhVkTGu05AHcidc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gfuh4G9Eq4PALHII5HhVkTGu05AHcidc > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#WeyVu6prh5UGdvZKuZ2dhTC3NEbok9Cf { color:#310e76;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0625rem;left:1.25rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qLpAczUWggzB1CAuin4IWMyzXuCWpqkA { color:#2c3241;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:12.21875rem;left:1.25rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i3Or8s1zvhNhlHr06vqZb679F3AR7ex9 { color:#2c3241;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.21875rem;left:16.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mK1NqBATSVoRk05GZdzgfdDCtfx5Ba9J { color:#310e76;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:16.25rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kIggQgMvG9yHtFdPQSi6fl4klEbF6g4r { color:#2c3241;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.21875rem;left:31.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zS1dmzJn449IzUEmb7et4aMZNNJmDL3r { color:#310e76;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:31.25rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xvhmXe7MppGTkZODEBg0l0TECGTloL4g { color:#2c3241;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.21875rem;left:46.25rem;height:7.3095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O5p4pMmZhav0uwirTSWFPIetMhAmnI3y { color:#310e76;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:5.0625rem;left:46.25rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H0nTRvwda5ziFT0D109qGw4fbgWsCKCU { position:absolute;display:block;z-index:15008;background-color:#ee0e69;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:10.875rem;left:5.3125rem;display:block; }
#w0T2wK43wytJLnEd9Jyr2LrnNAdz9Wdb { position:absolute;display:block;z-index:15009;background-color:#ee0e69;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:10.875rem;left:20.3125rem;display:block; }
#ZErN34uGzBVAkd3BJB4gH39AApma4SPE { position:absolute;display:block;z-index:15010;background-color:#ee0e69;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:10.875rem;left:35.3125rem;display:block; }
#UQ8wIt5sRZdWldQNUkO42JkOxNg6Xl44 { position:absolute;display:block;z-index:15011;background-color:#ee0e69;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:10.875rem;left:50.3125rem;display:block; }
#gETaTFTDXbVTwiupgxHthUo5olfBNoTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gETaTFTDXbVTwiupgxHthUo5olfBNoTA > .row .container { background-color: transparent; background-image: none; }#gETaTFTDXbVTwiupgxHthUo5olfBNoTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gETaTFTDXbVTwiupgxHthUo5olfBNoTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gETaTFTDXbVTwiupgxHthUo5olfBNoTA > .row .container > .video-iframe-container { display: none; }#gETaTFTDXbVTwiupgxHthUo5olfBNoTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gETaTFTDXbVTwiupgxHthUo5olfBNoTA > .row > .video-iframe-container { display: none; }#gETaTFTDXbVTwiupgxHthUo5olfBNoTA > .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); }#gETaTFTDXbVTwiupgxHthUo5olfBNoTA > .row .container { border-width: 0; border-radius: 0; }#gETaTFTDXbVTwiupgxHthUo5olfBNoTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gETaTFTDXbVTwiupgxHthUo5olfBNoTA > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:60rem;position:relative;display:block; }#VIcqZUZJmkXsxqNQdUTlWxc5EiKNRJhU { color:#310e76;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0625rem;left:1.25rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a73DdBTBlBET42J7nr3PfQcnLwGOIELT { color:#2c3241;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:12.21875rem;left:1.25rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rgl3QD6MuTUxEG1qKAmdFc63eDnflA5w { color:#2c3241;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.21875rem;left:16.25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l9pTp7uFyELnz70SxyGW6e0rOFm4TTpZ { color:#310e76;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:16.25rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eLmrPSg5vZVdwPkCUbhZ4oKGveTnJAeb { color:#2c3241;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.21875rem;left:31.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ocmAhGLNQ0Sw0zlBeiu9U74gk7dXU706 { color:#310e76;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:31.25rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z6CTJDyZssAEqinhX4xSl4ApOWT3P8e9 { color:#2c3241;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.21875rem;left:46.25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aPXpPNXrXJOytcInmfkhWTcg4ZaRSnEL { color:#310e76;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:5.0625rem;left:46.25rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AblgKWQdUZLQzsVTeFNxwEfAupTTVTx1 { position:absolute;display:block;z-index:15008;background-color:#ee0e69;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:10.875rem;left:5.3125rem;display:block; }
#kLb6rommJz4XTkHa8TawSeHoG4RfDPeJ { position:absolute;display:block;z-index:15009;background-color:#ee0e69;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:10.875rem;left:20.3125rem;display:block; }
#SlMc2tdPw8TarmLZRrlf3NnBEJh0k6eV { position:absolute;display:block;z-index:15010;background-color:#ee0e69;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:10.875rem;left:35.3125rem;display:block; }
#JxIkfRlZ1fFZWQXyWArDtNckZOWZm9BR { position:absolute;display:block;z-index:15011;background-color:#ee0e69;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:10.875rem;left:50.3125rem;display:block; }
#HQVmmN377zaEsmaMddpJH21GhrmxiAxV { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/zf3hI1DG/bg2.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HQVmmN377zaEsmaMddpJH21GhrmxiAxV.adaptive-delivery-prevent-bg, #HQVmmN377zaEsmaMddpJH21GhrmxiAxV.lazyload, #HQVmmN377zaEsmaMddpJH21GhrmxiAxV.lazyloading { background-image: none; }#HQVmmN377zaEsmaMddpJH21GhrmxiAxV > .row .container { background-color: transparent; background-image: none; }#HQVmmN377zaEsmaMddpJH21GhrmxiAxV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQVmmN377zaEsmaMddpJH21GhrmxiAxV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQVmmN377zaEsmaMddpJH21GhrmxiAxV > .row .container > .video-iframe-container { display: none; }#HQVmmN377zaEsmaMddpJH21GhrmxiAxV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQVmmN377zaEsmaMddpJH21GhrmxiAxV > .row > .video-iframe-container { display: none; }#HQVmmN377zaEsmaMddpJH21GhrmxiAxV > .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); }#HQVmmN377zaEsmaMddpJH21GhrmxiAxV > .row .container { border-width: 0; border-radius: 0; }#HQVmmN377zaEsmaMddpJH21GhrmxiAxV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HQVmmN377zaEsmaMddpJH21GhrmxiAxV > .row .container { font-size:0.875rem;font-family:arial;height:105.25rem;width:60rem;position:relative;display:block; }#l3ntEoeZKE75FuuO2ReelEtHyNFmkruE { display:block;width:26rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.6875rem;left:33.6875rem;height:13.6464875rem;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:right;text-align-last:right;font-style:normal;color:#25231b;display:block; }
#bDokOTd8fnlDLgoJ4D0GSrvy50PW0dBo { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.6875rem;width:38.6875rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#B44wUT7Q3KzlQVTXNLNtkmbWodO8M0Rg { color:#2c3241;display:block;width:24.8125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:8.75rem;left:35.1875rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vOaOLAG8Ho8OtCCv5JOCHuzAdeWsi7N8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29rem;width:29rem;top:42.28125rem;left:1.375rem;overflow:hidden;display:block; }
#MSXCeHMfV66bHLiSJanJpJch2mbpyRRz { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.9375rem;width:28.9375rem;top:42.3125rem;left:30.375rem;overflow:hidden;display:block; }
#xCXNh0rP81KehV5NdGFvxVi0OpBEwiJN { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.25rem;width:29.25rem;top:71.8125rem;left:1.375rem;overflow:hidden;display:block; }
#hnQDCehgsb90835G10QXzSlGUVqc8X2u { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29rem;width:29rem;top:71.96875rem;left:30.1875rem;overflow:hidden;display:block; }
#CGBNQANc4laIzCnNqCXTaRw7ogDubxmS { position:relative;display:block; }#CGBNQANc4laIzCnNqCXTaRw7ogDubxmS { background-color: transparent; background-image: none; }#CGBNQANc4laIzCnNqCXTaRw7ogDubxmS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGBNQANc4laIzCnNqCXTaRw7ogDubxmS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGBNQANc4laIzCnNqCXTaRw7ogDubxmS > .row .container > .video-iframe-container { display: none; }#CGBNQANc4laIzCnNqCXTaRw7ogDubxmS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGBNQANc4laIzCnNqCXTaRw7ogDubxmS > .row > .video-iframe-container { display: none; }#CGBNQANc4laIzCnNqCXTaRw7ogDubxmS > .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); }#CGBNQANc4laIzCnNqCXTaRw7ogDubxmS { border-width: 0; border-radius: 0; }#CGBNQANc4laIzCnNqCXTaRw7ogDubxmS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CGBNQANc4laIzCnNqCXTaRw7ogDubxmS > .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:10.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iAGIw1fDJGe69io16qCtuZlDooyzhZbd { color:#2c3241;display:block;width:39.5rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:4.125rem;left:10.25rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vmp4Jibn44tQyLU9sFR5tcRD5TZrQxt5 { position:relative;display:block; }#Vmp4Jibn44tQyLU9sFR5tcRD5TZrQxt5 { background-color: transparent; background-image: none; }#Vmp4Jibn44tQyLU9sFR5tcRD5TZrQxt5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vmp4Jibn44tQyLU9sFR5tcRD5TZrQxt5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vmp4Jibn44tQyLU9sFR5tcRD5TZrQxt5 > .row .container > .video-iframe-container { display: none; }#Vmp4Jibn44tQyLU9sFR5tcRD5TZrQxt5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vmp4Jibn44tQyLU9sFR5tcRD5TZrQxt5 > .row > .video-iframe-container { display: none; }#Vmp4Jibn44tQyLU9sFR5tcRD5TZrQxt5 > .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); }#Vmp4Jibn44tQyLU9sFR5tcRD5TZrQxt5 { border-width: 0; border-radius: 0; }#Vmp4Jibn44tQyLU9sFR5tcRD5TZrQxt5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Vmp4Jibn44tQyLU9sFR5tcRD5TZrQxt5 > .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:35.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iTdDafveNv05nFzL2iiQKU7TJhlxoufh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.625rem;width:56.8125rem;top:1.90625rem;left:1.4638297872341rem;display:block; }
#yqTrrqZ21BmO0M2B8gIZGHRkTKWRPwSu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yqTrrqZ21BmO0M2B8gIZGHRkTKWRPwSu > .row .container { background-color: transparent; background-image: none; }#yqTrrqZ21BmO0M2B8gIZGHRkTKWRPwSu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqTrrqZ21BmO0M2B8gIZGHRkTKWRPwSu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqTrrqZ21BmO0M2B8gIZGHRkTKWRPwSu > .row .container > .video-iframe-container { display: none; }#yqTrrqZ21BmO0M2B8gIZGHRkTKWRPwSu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqTrrqZ21BmO0M2B8gIZGHRkTKWRPwSu > .row > .video-iframe-container { display: none; }#yqTrrqZ21BmO0M2B8gIZGHRkTKWRPwSu > .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); }#yqTrrqZ21BmO0M2B8gIZGHRkTKWRPwSu > .row .container { border-width: 0; border-radius: 0; }#yqTrrqZ21BmO0M2B8gIZGHRkTKWRPwSu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yqTrrqZ21BmO0M2B8gIZGHRkTKWRPwSu > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;position:relative;display:block; }#vqT4lw75LOmIRNSPt4cf9owMyWRQXrmX { color:#e3e4e6;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MHdwBUT0ekuV0XZvbs5g70ckoPs8bvyz { color:#ee0e69;display:block;width:12.75rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.75rem;left:7.1875rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tpNE4pGNlB7TCo61G6bHNtAaSbRnkzI0 { color:#2c3241;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.875rem;left:1rem;height:10.233375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WawKO2wxPO1eBuxn4WplUlktbPnksguW { color:#2c3241;display:block;width:18.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.875rem;left:20.875rem;height:8.771475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k4fDZXXUMgURbPvTLLETRtzMk1iS9Bt3 { color:#e3e4e6;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.6875rem;left:20.0625rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HdSkSmQRt26VcT0Dz4zAIPzt4L8Jb3v7 { color:#ee0e69;display:block;width:12.375rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.75rem;left:27.625rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XmQt49tXgQAdepwohP2xhUKHzPaSQhxa { color:#2c3241;display:block;width:18.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:16.875rem;left:40.75rem;height:11.69530625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lsawv9PqxrEEtbrQWKihuTALGKEGCTRa { color:#e3e4e6;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:8.6875rem;left:40.0625rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ndg0yH9Giedq6f1s9KBOllWth9BfxCem { color:#ee0e69;display:block;width:12.125rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.4375rem;left:47.875rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rgdZgUAgJaXftCLSFS6TlXKbQIB51rh3 { color:#2c3241;display:block;width:47.375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.625rem;left:6.3125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i2uQu7sdD18hwaO5twhdiFphGRDpoltu { position:relative;display:block; }#i2uQu7sdD18hwaO5twhdiFphGRDpoltu { background-color: transparent; background-image: none; }#i2uQu7sdD18hwaO5twhdiFphGRDpoltu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2uQu7sdD18hwaO5twhdiFphGRDpoltu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2uQu7sdD18hwaO5twhdiFphGRDpoltu > .row .container > .video-iframe-container { display: none; }#i2uQu7sdD18hwaO5twhdiFphGRDpoltu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2uQu7sdD18hwaO5twhdiFphGRDpoltu > .row > .video-iframe-container { display: none; }#i2uQu7sdD18hwaO5twhdiFphGRDpoltu > .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); }#i2uQu7sdD18hwaO5twhdiFphGRDpoltu { border-width: 0; border-radius: 0; }#i2uQu7sdD18hwaO5twhdiFphGRDpoltu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#i2uQu7sdD18hwaO5twhdiFphGRDpoltu > .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:13.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TD7V7R3OZRCuvNIgZv5gCwK4y2SE9NvE { color:#2c3241;display:block;width:51.25rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:3.5rem;left:4.375rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VmOZOHLpJQayp8wTF7q52HX9hyMcJEDo { position:relative;display:block; }#VmOZOHLpJQayp8wTF7q52HX9hyMcJEDo { background-color: transparent; background-image: none; }#VmOZOHLpJQayp8wTF7q52HX9hyMcJEDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmOZOHLpJQayp8wTF7q52HX9hyMcJEDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmOZOHLpJQayp8wTF7q52HX9hyMcJEDo > .row .container > .video-iframe-container { display: none; }#VmOZOHLpJQayp8wTF7q52HX9hyMcJEDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmOZOHLpJQayp8wTF7q52HX9hyMcJEDo > .row > .video-iframe-container { display: none; }#VmOZOHLpJQayp8wTF7q52HX9hyMcJEDo > .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); }#VmOZOHLpJQayp8wTF7q52HX9hyMcJEDo { border-width: 0; border-radius: 0; }#VmOZOHLpJQayp8wTF7q52HX9hyMcJEDo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VmOZOHLpJQayp8wTF7q52HX9hyMcJEDo > .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:27.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SPLwxpVkyq4FQEpHr5U274WaoeOPf1bU { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:3.53125rem;height:22.75rem;display:block; }
#xISnpVQBzRP8URJy1DkRWVmFRVAOnTN8 { position:relative;display:block; }#xISnpVQBzRP8URJy1DkRWVmFRVAOnTN8 { background-color: transparent; background-image: none; }#xISnpVQBzRP8URJy1DkRWVmFRVAOnTN8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xISnpVQBzRP8URJy1DkRWVmFRVAOnTN8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xISnpVQBzRP8URJy1DkRWVmFRVAOnTN8 > .row .container > .video-iframe-container { display: none; }#xISnpVQBzRP8URJy1DkRWVmFRVAOnTN8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xISnpVQBzRP8URJy1DkRWVmFRVAOnTN8 > .row > .video-iframe-container { display: none; }#xISnpVQBzRP8URJy1DkRWVmFRVAOnTN8 > .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); }#xISnpVQBzRP8URJy1DkRWVmFRVAOnTN8 { border-width: 0; border-radius: 0; }#xISnpVQBzRP8URJy1DkRWVmFRVAOnTN8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xISnpVQBzRP8URJy1DkRWVmFRVAOnTN8 > .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:31.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pHTxSHATIFUSGUgmtySP1XdUoQ5B9Unf { color:#000000;display:block;width:35.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.25rem;left:2.28125rem;height:11.375rem;display:block; }
#UdFqrDfPZReUm5OVWetheU9zsa4qRTHU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:18.6875rem;top:1.8125rem;left:38.96875rem;overflow:hidden;display:block; }
#kfR1BQmUtclUHcxeO1qPeUdprUlglAxs { background-color:#ee0e69;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.125rem 0.25rem 0.625rem #ffe959 ;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.0625rem;height:4.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.5rem;left:7.5rem;display:block; }
#uLDDVRrLBMw2Eq8Nz6X1pENalh5E3Ink { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rT8LnQSqyc5is2MKr127PTbrDeUhH1td { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rT8LnQSqyc5is2MKr127PTbrDeUhH1td > .row .container { background-color: transparent; background-image: none; }#rT8LnQSqyc5is2MKr127PTbrDeUhH1td::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT8LnQSqyc5is2MKr127PTbrDeUhH1td > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT8LnQSqyc5is2MKr127PTbrDeUhH1td > .row .container > .video-iframe-container { display: none; }#rT8LnQSqyc5is2MKr127PTbrDeUhH1td > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT8LnQSqyc5is2MKr127PTbrDeUhH1td > .row > .video-iframe-container { display: none; }#rT8LnQSqyc5is2MKr127PTbrDeUhH1td > .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); }#rT8LnQSqyc5is2MKr127PTbrDeUhH1td > .row .container { border-width: 0; border-radius: 0; }#rT8LnQSqyc5is2MKr127PTbrDeUhH1td > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rT8LnQSqyc5is2MKr127PTbrDeUhH1td > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:60rem;position:relative;display:block; }#QddtG3v8vfA6NsInn18OKP8QrC93HV6J { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:29.0625rem;top:7.625rem;left:0rem;display:block; }
#TuJOv1dW9zIXPt0TNJo1EK44tvFTkBON { color:#585858;display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:8.9375rem;left:1.40625rem;height:25.59375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QPSKeW9kpws3AuUKN9BPFJzKp1D2BwnV { color:#000000;display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:35.4375rem;left:1.0625rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#micSXk9gbnQMDO2w2T5qQweOvsnVEe24 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.75rem;width:29.0625rem;top:7.75rem;left:30.5625rem;display:block; }
#P6fpEunudhcRXgNNvF0i6DIzDuFKFZFs { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:32.19921875rem;left:35.3125rem;height:1.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WqHVEL3PhOpwlLUiZBWTJqbwitCwu2Pr { color:#585858;display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:8.9375rem;left:31.5rem;height:22.089875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BNp8B8y01KJhdd6TB8rcslgsNRIQtirx { color:#2c3241;display:block;width:51.25rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:2.875rem;left:4.75rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cVksMhkisCO07F1PxBh8ZBCbEa6UXIac { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cVksMhkisCO07F1PxBh8ZBCbEa6UXIac > .row .container { background-color: transparent; background-image: none; }#cVksMhkisCO07F1PxBh8ZBCbEa6UXIac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVksMhkisCO07F1PxBh8ZBCbEa6UXIac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVksMhkisCO07F1PxBh8ZBCbEa6UXIac > .row .container > .video-iframe-container { display: none; }#cVksMhkisCO07F1PxBh8ZBCbEa6UXIac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVksMhkisCO07F1PxBh8ZBCbEa6UXIac > .row > .video-iframe-container { display: none; }#cVksMhkisCO07F1PxBh8ZBCbEa6UXIac > .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); }#cVksMhkisCO07F1PxBh8ZBCbEa6UXIac > .row .container { border-width: 0; border-radius: 0; }#cVksMhkisCO07F1PxBh8ZBCbEa6UXIac > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cVksMhkisCO07F1PxBh8ZBCbEa6UXIac > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:60rem;position:relative;display:block; }#NaRp0NDEl6tDfN5tLLKcECk4aSz1cJPO { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:29.0625rem;top:0.9375rem;left:0rem;display:block; }
#V80cnyueUphlGqBuCDDkox7tiGS0XrD0 { color:#585858;display:block;width:27rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:2.53125rem;left:1.5rem;height:11.19725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RQJXt2LkfcthPct15BI0HS3USxoINetl { color:#000000;display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:14.5400390625rem;left:1.0625rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XxtiCliPiTm52NwtHKdh55LQC6JsRgdE { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.5625rem;width:29.0625rem;top:0.9375rem;left:30.5625rem;display:block; }
#R4tQaQFg3qmeqLRbST1NA8TDz0Tvi9Ds { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:35.01171875rem;left:35rem;height:1.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i1J3Vbtontf8SDhxkWGsnKHKNN75PgkT { color:#585858;display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:2.53125rem;left:31.6875rem;height:30.586rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BThOt755o4X6uJkeJt0QlAZsEKWsfFNb { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.0625rem;width:29.0625rem;top:18.125rem;left:0rem;display:block; }
#V1FILqTTJexUKfbd9XBcEhxcXuLQIDyM { color:#585858;display:block;width:27.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:19.40625rem;left:1.125rem;height:17.5956875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EXy7esqGTxdQ5MArwDhS63mNd40DXf2T { color:#000000;display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:38.75rem;left:1.0625rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SdWDtKBKMWFZ7snh2ILGcPMxnc9xm3h1 { position:relative;display:block; }#SdWDtKBKMWFZ7snh2ILGcPMxnc9xm3h1 { background-color: transparent; background-image: none; }#SdWDtKBKMWFZ7snh2ILGcPMxnc9xm3h1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdWDtKBKMWFZ7snh2ILGcPMxnc9xm3h1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdWDtKBKMWFZ7snh2ILGcPMxnc9xm3h1 > .row .container > .video-iframe-container { display: none; }#SdWDtKBKMWFZ7snh2ILGcPMxnc9xm3h1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdWDtKBKMWFZ7snh2ILGcPMxnc9xm3h1 > .row > .video-iframe-container { display: none; }#SdWDtKBKMWFZ7snh2ILGcPMxnc9xm3h1 > .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); }#SdWDtKBKMWFZ7snh2ILGcPMxnc9xm3h1 { border-width: 0; border-radius: 0; }#SdWDtKBKMWFZ7snh2ILGcPMxnc9xm3h1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SdWDtKBKMWFZ7snh2ILGcPMxnc9xm3h1 > .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:43.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wda37oUzgZXODV2evmMWeB6mPOeixRTK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:39.4375rem;width:22.125rem;top:1.5625rem;left:3.9375rem;display:block; }
#uc0tvi9TlZzaWxKCZm2aZyWmwFHuJIPq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:39.625rem;width:22.1875rem;top:1.46875rem;left:33.90625rem;display:block; }
#nGSBlfqwtW7a3dv8k3Etx9Ghy4MGgAAV { position:relative;display:block; }#nGSBlfqwtW7a3dv8k3Etx9Ghy4MGgAAV { background-color: transparent; background-image: none; }#nGSBlfqwtW7a3dv8k3Etx9Ghy4MGgAAV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGSBlfqwtW7a3dv8k3Etx9Ghy4MGgAAV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGSBlfqwtW7a3dv8k3Etx9Ghy4MGgAAV > .row .container > .video-iframe-container { display: none; }#nGSBlfqwtW7a3dv8k3Etx9Ghy4MGgAAV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGSBlfqwtW7a3dv8k3Etx9Ghy4MGgAAV > .row > .video-iframe-container { display: none; }#nGSBlfqwtW7a3dv8k3Etx9Ghy4MGgAAV > .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); }#nGSBlfqwtW7a3dv8k3Etx9Ghy4MGgAAV { border-width: 0; border-radius: 0; }#nGSBlfqwtW7a3dv8k3Etx9Ghy4MGgAAV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nGSBlfqwtW7a3dv8k3Etx9Ghy4MGgAAV > .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:53.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ftNx7n8GQEugxFQrq2M5trV7Pa0aAhmB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:39.4375rem;width:22.125rem;top:1.5625rem;left:3.9375rem;display:block; }
#vRHdv88KhCVS0qwqwE1bipdodXZJQiTM { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:39.625rem;width:22.1875rem;top:1.46875rem;left:33.90625rem;display:block; }
#BJhiXbKiSa9wxFoC4EXEAwFLFQZuEFqm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BJhiXbKiSa9wxFoC4EXEAwFLFQZuEFqm > .row .container { background-color: transparent; background-image: none; }#BJhiXbKiSa9wxFoC4EXEAwFLFQZuEFqm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJhiXbKiSa9wxFoC4EXEAwFLFQZuEFqm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJhiXbKiSa9wxFoC4EXEAwFLFQZuEFqm > .row .container > .video-iframe-container { display: none; }#BJhiXbKiSa9wxFoC4EXEAwFLFQZuEFqm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJhiXbKiSa9wxFoC4EXEAwFLFQZuEFqm > .row > .video-iframe-container { display: none; }#BJhiXbKiSa9wxFoC4EXEAwFLFQZuEFqm > .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); }#BJhiXbKiSa9wxFoC4EXEAwFLFQZuEFqm > .row .container { border-width: 0; border-radius: 0; }#BJhiXbKiSa9wxFoC4EXEAwFLFQZuEFqm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BJhiXbKiSa9wxFoC4EXEAwFLFQZuEFqm > .row .container { font-size:0.875rem;font-family:arial;height:66.5625rem;width:60rem;position:relative;display:block; }#tn0IrAGxFT2mp46stIFEv3cz8mWDmvtN { position:absolute;display:block;z-index:15008;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.125rem solid #ee0e69;border-left:0.125rem solid #ee0e69;border-right:0.125rem solid #ee0e69;border-bottom:0.125rem solid #ee0e69;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:45.125rem;width:23.9375rem;top:9.6875rem;left:30.8125rem;display:block; }
#SEpJy4ZBJHlfZW48869m90Ph7qHHMssJ { position:absolute;display:block;z-index:15000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:31.1875rem;width:21.6875rem;top:11.9375rem;left:7.03125rem;display:block; }
#JAoU0N3nIQhfZEnOIaydK7qtOVV699LF { position:absolute;display:block;z-index:15019;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:23.46875rem;left:10.0625rem;display:block; }
#ubrkOiz9EqcJV6I1E6h1G0alIIRfAb3q { color:#2c3241;display:block;width:18.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:25.23046875rem;left:8.9375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#ubrkOiz9EqcJV6I1E6h1G0alIIRfAb3q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ubrkOiz9EqcJV6I1E6h1G0alIIRfAb3q li:before{  }
#DIcBTtANBuadTpc72m982dQT76ghaNVU { color:#ee0e69;display:block;width:7.875rem;position:absolute;font-family:roboto;font-size:4.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:20.80859375rem;left:35.1875rem;height:5.4433625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QGKTXSiTPKz0kTg2uUFkpPtLEEVQBTxP { position:absolute;display:block;z-index:15020;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:26.40625rem;left:35.09375rem;display:block; }
#Cg2Ow66rk9E3TcnhJOeQ6pu4TxMOJkCr { background-color:#ee0e69;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:4.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:36.375rem;left:9.09375rem;display:block; }
#vrmCFyMTqKeJKTBNqWgJNL3ncmSnh0d9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d8RFXkmZEbfJTZFsuJ1kgNbBIN2QV3rE { color:#2c3241;display:block;width:14.5625rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:13.375rem;left:10.625rem;height:2.51855625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zR0Tx2WuHac4qIkQJ3Oev0NpLOaUxQ5V { color:#ee0e69;display:block;width:2.5625rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.75rem;left:9.875rem;height:2.35546875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rcA7mF89UFKO7pJy3oBgfzHfTSJWGcca { color:#ee0e69;display:block;width:5.625rem;position:absolute;font-family:roboto;font-size:4.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:17.75rem;left:12.1875rem;height:5.4433625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#a1PFmvUXTKTsD0C2T9nATus1ob25SCP5 { position:absolute;display:block;z-index:15010;background-color:#ee0e69;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.3125rem;width:24.125rem;top:9.625rem;left:30.875rem;display:block; }
#hv7EPsZT0gN5mS6kZaiTeUtHvSDXu6TJ { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:10rem;left:30.9375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kIPenzuqxyAOxkA9PFl9SDFI1LsQqn4o { color:#310e76;display:block;width:20rem;position:absolute;font-family:roboto;font-size:2.0625rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:13.375rem;left:32.90625rem;height:6.1875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#d7Tt6uz3MUyGGTNiZL00HWinMTL2oyM2 { background-color:#ee0e69;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:4.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:48.6875rem;left:34.125rem;display:block; }
#ET4g1DB7oqqe9PK37iLZfDQv2VN6fLEc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TcWEiOt818AcJPFs1paKuH8l9wacRbEZ { color:#000000;display:block;width:24.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:56.9375rem;left:30.75rem;height:2.4375rem;display:block; }
#nZZGzb9gOVhfkdx3bpes5Mxks9ZeJKvN { color:#ee0e69;display:block;width:2.5625rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:20.80859375rem;left:32.6875rem;height:2.35546875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#y0IiPznIyrcezB94FwM1weiCPJVAb7aT { color:#2c3241;display:block;width:20.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:27.9375rem;left:32.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#y0IiPznIyrcezB94FwM1weiCPJVAb7aT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y0IiPznIyrcezB94FwM1weiCPJVAb7aT li:before{  }
#VMtD1ZVNJaUMNMPSPDW6t2m6mT1ps2Ks { color:#2c3241;display:block;width:51.25rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:2.3125rem;left:4.9375rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cLKIuGDzCekliV6qMiT7T2ZwvNDoVM1d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cLKIuGDzCekliV6qMiT7T2ZwvNDoVM1d > .row .container { background-color: transparent; background-image: none; }#cLKIuGDzCekliV6qMiT7T2ZwvNDoVM1d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLKIuGDzCekliV6qMiT7T2ZwvNDoVM1d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLKIuGDzCekliV6qMiT7T2ZwvNDoVM1d > .row .container > .video-iframe-container { display: none; }#cLKIuGDzCekliV6qMiT7T2ZwvNDoVM1d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLKIuGDzCekliV6qMiT7T2ZwvNDoVM1d > .row > .video-iframe-container { display: none; }#cLKIuGDzCekliV6qMiT7T2ZwvNDoVM1d > .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); }#cLKIuGDzCekliV6qMiT7T2ZwvNDoVM1d > .row .container { border-width: 0; border-radius: 0; }#cLKIuGDzCekliV6qMiT7T2ZwvNDoVM1d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cLKIuGDzCekliV6qMiT7T2ZwvNDoVM1d > .row .container { font-size:0.875rem;font-family:arial;height:85.375rem;width:60rem;position:relative;display:block; }#Ku2R75kRRG4C4ZHMCdr1O1JcuAfb8UzM { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:10.0625rem;left:21.71875rem;height:7.871125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VNzyXMqveM9sriqLWvpRBk5RzgfPAxTu { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:5.875rem;left:21.71875rem;height:3.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ccBPODM9WsDlPTH5u3pSwCndqRSNIBTp { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.3125rem;left:21.8125rem;height:2.923825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Plgvw8CVApmus6cosHKrzXTK0E6PC6Nt { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:23.625rem;left:21.8125rem;height:6.7480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XXT0Lz6uhhuhdG4h4ZSgHEolB6SJkPw8 { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:8.4248046875rem;left:42.1875rem;height:8.7715rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dvD8XhlqXfdTxV10OQTa0dKhyg4nQOmV { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5.875rem;left:42.1875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ax65lHfVS6HnweLMpdXZ4JkoNMO3F0Nv { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:19.3125rem;left:42.1875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#f0Mt3NUd3lHOIdrTMQDu8U9gSxNUeTBu { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22.6875rem;left:42.25rem;height:7.3095625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JlNLqT9wx0u5xw2VMOCtooR2WsURktlT { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:22.3125rem;left:1.0625rem;height:8.7715rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Tfsn7Ddy84svPdFyFCl7l7nGe1vIQc3k { color:#000000;display:block;width:16.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:19.3125rem;left:1.125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KSdWkDJqi7y246g5xkXmzG0K4G57bu7n { color:rgba(0,0,0,0.5);display:block;width:17.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:10.0625rem;left:1.09375rem;height:7.871125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ibqFcxeTNQA2vlvBx9UZS5OALEpH43wQ { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:5.5625rem;left:1.0625rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aHJC8zzX9KVE3rg0VDkWd96Rf81fC7rJ { color:#2c3241;display:block;width:38.1875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:0.5625rem;left:11.6875rem;height:3.25rem;display:block; }
#ApkfDzlZ3VXiGzac5o6DvHCXyfF41UTB { background-color:#ee0e69;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.125rem 0.25rem 0.625rem #ffe959 ;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:5.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:78.19921875rem;left:16.25rem;display:block; }
#yh7eSRtFo8wz9qQeaVWDUKGNh4649Apr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lnKzo9TibULmqRRrRBn9hi3LqWCdIJLw { color:#000000;display:block;width:16.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:34rem;left:1.15625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IBlmEFFTqXqN3NyTKSpTsMOGTMkDW1KQ { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:36.625rem;left:1.0625rem;height:10.233375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CG55GsUtTU6MK5QCX1oivXociCrdwmyt { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:33.15625rem;left:22.1875rem;height:2.923825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nIqeRHcSPV7oBLuukeaysF2S0AsOO7FP { color:rgba(0,0,0,0.5);display:block;width:16.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:37.63671875rem;left:22.15625rem;height:9.44725rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sJ1U9ide3aG1EIppG0MIfiWoVvTx5xEU { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:32.650390625rem;left:42.1875rem;height:4.38574375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZA6MziGdKX4tiDqHTzq7DJKZ2ADL5MLF { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:38.0859375rem;left:41.71875rem;height:7.3095625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dTARQWbdtM5A4Qg5qdJUC3dMIvX5JT22 { color:#000000;display:block;width:42.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:49.96875rem;left:7.1875rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RIqFio9eaIUaRG8wIuxFZmctioiQ8nSM { color:rgba(0,0,0,0.5);display:block;width:49.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:53.07421875rem;left:5.4375rem;height:22.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#z2Vu7Z864gGZd2OuFynTA4QIm9KO3zEX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c3241;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z2Vu7Z864gGZd2OuFynTA4QIm9KO3zEX > .row .container { background-color: transparent; background-image: none; }#z2Vu7Z864gGZd2OuFynTA4QIm9KO3zEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2Vu7Z864gGZd2OuFynTA4QIm9KO3zEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2Vu7Z864gGZd2OuFynTA4QIm9KO3zEX > .row .container > .video-iframe-container { display: none; }#z2Vu7Z864gGZd2OuFynTA4QIm9KO3zEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2Vu7Z864gGZd2OuFynTA4QIm9KO3zEX > .row > .video-iframe-container { display: none; }#z2Vu7Z864gGZd2OuFynTA4QIm9KO3zEX > .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); }#z2Vu7Z864gGZd2OuFynTA4QIm9KO3zEX > .row .container { border-width: 0; border-radius: 0; }#z2Vu7Z864gGZd2OuFynTA4QIm9KO3zEX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2Vu7Z864gGZd2OuFynTA4QIm9KO3zEX > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#tIMB4dkMTwrKzWJ0CnpVsooRhlfTtuZO { box-sizing:content-box;color:#ffffff;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:6.84375rem;left:19.625rem;display:block; }
#FEh44cultyuHTkOCIZ6XrCtsSXE1uAU2 { box-sizing:content-box;color:#ffffff;font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:6.5625rem;left:24.625rem;display:block; }
#isUrXyfrNtSc9gH7UATG1F0zEUQTWlMP { box-sizing:content-box;color:#ffffff;font-size:3.625rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:6.78125rem;left:30.1875rem;display:block; }
#N1Xqp736gOOuHzgwzX5GMTdrTNafybpT { box-sizing:content-box;color:#ffffff;font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:6.6875rem;left:35.375rem;display:block; }
#n3bPFkkM6JM8XEfGFmBKbKALGon44cUH { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.7734375rem;left:19.4375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#TXvDtCMv64dG9NaUrEnt7OZKH5TOVV57 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.3984375rem;left:0.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#yfciUqCgWqKTbKOHkfSpyIPKXGHFeRUf { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.3984375rem;left:23.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#iLF46VcECC8KTIt4P1XSgKhKGT20w1zJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.3984375rem;left:45rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Z0u3sk95IrX1SaGTiQ1ZV4ITHshZTTvn { display:block; }#Z0u3sk95IrX1SaGTiQ1ZV4ITHshZTTvn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n71aafvSEDO8nPqq0GEarC8fN5TcbOIs { top:0.875rem;left:0rem;width:12.375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3iEJzO0UIQ1cCymCv6uH0IUSTwdwXIK { top:3.8125rem;left:14.1875rem;width:4.1875rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyCcqcZpKgToMV2TBo2Fsz3uQ3ToELqc { top:3.8125rem;left:19rem;width:11.3125rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qryVHLXbbWAc0v7Ms4db8GFwxvgtTSK3 { top:3.8125rem;left:35.311717987061rem;width:4.1875rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVSTvqAhEG7wm2wsFnGA7cfOexEtiVEd { top:3.8125rem;left:40.124217987061rem;width:5.1875rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLB07pUH79PDgEKTauiJx4M6cfyTgFUO { width:7.8125rem;height:3rem;top:2.9375rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGMF4WrkPLKuPpBAhtvQylVkZRSK56l5 { display:block; }
 }@media only screen and (max-width: 763px) { #FTvmtvn7zMaIiMoitMyzVvDCqb6ywrOR { top:3.8125rem;left:31.499217987061rem;width:3.8125rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { display:block; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { top:8.5rem;left:0rem;width:29.9375rem;height:10.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETTcx7iRoQ8RtTEE78T07gXN0XT6puQf { top:20.75rem;left:0rem;width:26.8125rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM2gHTDG0Cuw3uEnGabcJ6aNlIAdOVHn { width:17.5rem;height:3.4375rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAvXN6kec8gyyM27UTa8ibsL72KMgQci { display:block; }
 }@media only screen and (max-width: 763px) { #vod3QVv1T5pUSugnAcTJfdNV3kCdzFsN { top:27.5rem;left:5.6875rem;width:12.5rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC8PA7LTzEplt6QnOweZMxw4BRrlpzZm { top:5.4375rem;left:0rem;width:17.875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbZUzbkBMsWnBbmHNHSrwwoiXq3hDetx { top:2.625rem;left:23.5625rem;width:24.1875rem;height:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcl0qUxuIVWT8Z716wpDpDyBxUDhtvAT { top:28.0625rem;left:0rem;width:5.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFAPWXpBoHex5KTmiGPOOwpQmkAymNAg { display:block; }#hFAPWXpBoHex5KTmiGPOOwpQmkAymNAg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwlWOXmZBuqmucAIq855LBZgKUMWXLTN { top:3.0625rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE33TQQZKsCDtQDESWpA03PqpzbxQThT { display:block; }#qE33TQQZKsCDtQDESWpA03PqpzbxQThT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cooGHeoEMuzVFRGsbBf1EgCXybgqwTOI { top:0.8125rem;left:8rem;width:31.75rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm9HBRAdL92sP87IPbUhUlvyc6MVSbCv { display:block; }#Jm9HBRAdL92sP87IPbUhUlvyc6MVSbCv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlznQmt48aKFBDA1u9l1CAI3wrxVOA3K { top:0.875rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRmTJuVJNIyzVZdHZT4xlF5U7BwzkyK7 { display:block; }#gRmTJuVJNIyzVZdHZT4xlF5U7BwzkyK7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlesROf6iB3ZT8bbNI5R4HTyNkkfJvJO { top:1.75rem;left:0.25rem;width:47.25rem;height:5.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bul2FXnraFT642gtE1NIvbrVMhJutgM6 { display:block; }#Bul2FXnraFT642gtE1NIvbrVMhJutgM6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xovgp1xtLk8CpaJNuNadIqrhZQmqDnTN { width:18.75rem;height:3.25rem;top:29rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6GQXtPzdJCeuVmlaIGsvLwqlZARuIHW { width:18.75rem;height:7.1875rem;top:33.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMXK63N1cz1BcZlqvQMMVwyTaJHaAXF3 { width:18.75rem;height:7.1875rem;top:33.625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZhOKbAWFIxxzMr2cN2rVkTtwhvJTHgK { width:18.75rem;height:3.25rem;top:29rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIloigPxSXZgtf0r3SDb6ogUrslF8kr4 { width:18.75rem;height:;top:33.625rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD6tIcU5DWhzN8lpVtWeqd2HF8oMQpqn { width:18.75rem;height:3.25rem;top:29rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivTnmp7wtTfvX3VEKyUBgZxbgnCTbXtc { width:18.75rem;height:3.25rem;top:8.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKH92GU9qr28MOu8pPmh0Z0CPPQCTD1R { width:18.75rem;height:3.25rem;top:8.625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRSCaFqcpGKxoThK19TvQXeDRNA5wrpg { width:18.75rem;height:8.9375rem;top:12.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZKWmxFeGz2N78LDVUzAN3tTkHwfVSp7 { width:18.75rem;height:12.5625rem;top:13rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfOmgPlnOMwNBIt8SXWT6Ox8ueCV1KJM { width:18.75rem;height:8.9375rem;top:13rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pET2tXw05wGTWMIUfaRhMrdlEOP0d2Z3 { width:18.75rem;height:3.25rem;top:8.625rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkplBOhRrBAWZPyQSTfng8iBXkpi3zkq { top:1.9375rem;left:0rem;width:47.375rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr { display:block; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kx3gSvGxLVRxGvqz1GWCBu3rHFZgMvub { top:4.1875rem;left:0.1875rem;width:47.375rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1TLWx4ZdEvM8xWmMczOsq3enpcp9akv { width:17.75rem;height:10.5625rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJnA3uz7smJ7fAT5soOr2Gfq1yNTZ85R { width:13.3125rem;height:1.4375rem;top:18.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ENkDS8lVexQZrxQPsICfLtNFxDJSJX { width:13.9375rem;height:6.4375rem;top:20.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWarAKDP8RkMK6LOuuyZg91mThf2TRZP { width:17.5rem;height:11.4375rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AELrdl9QHnNDrM1f3SezOnqTqQfQ36ux { width:13.1875rem;height:7.1875rem;top:32.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDcm6peG5OlVw7yw8VQgkqvVa4ILR4dK { width:12.8125rem;height:1.4375rem;top:30.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCw3JnJhPrGy38lTt4a7b7886ku37LTA { width:18.1875rem;height:9.8125rem;top:23rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUSZ9IUgU3OzUTu6Lt9rQqmKo6KxENy8 { width:14.3125rem;height:5.1875rem;top:27rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQEVFfeewamnc7Z7UdICZICyi9d1zyyk { width:14.25rem;height:2.9375rem;top:23.6875rem;left:33.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xErIWcx57AT9vAvmZcaXDCnwXOidzA2m { width:18.3125rem;height:9.375rem;top:34.4375rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLFVxbipSa9RqeEuniweU8fQiiITd1VI { width:14.5625rem;height:5.9375rem;top:37.0625rem;left:33.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuvKgxFFReBtrNE0xFepJIrP0v7rzMf5 { width:12.9375rem;height:1.4375rem;top:35.3125rem;left:34.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3S33Zuci6r9TFzE0VZ7RsKhseZ5Ki9u { width:2.5rem;height:2.5rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #apewKqWD48G9x08XtbAgI0laTLhsOxDk { width:2.5rem;height:2.5rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4kR1XiAP7XP7iVtX2o3dNEc5dRSEQ0b { width:2.5rem;height:2.5rem;top:36.75rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmEyme1XuG70AwsZLwFhCgkFEM0T6RWh { width:2.5rem;height:2.5rem;top:27.25rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVmZB3Gx9vCwm79RXT0AKN45NHtXVbJv { top:10.3125rem;left:6.1455078125rem;width:34.25rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmCxk2OsoyxaSlmOvirOpDiCgur5GTvZ { width:25.0625rem;height:4.8125rem;top:49.25rem;left:11.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iISa6QDF9KB09dwTWoTWRQHKMORXnnmw { display:block; }
 }@media only screen and (max-width: 763px) { #QMpLWoXyvAshfZ90U85qkiJeUlEnRhbA { top:13.75rem;left:11.990215264187rem;width:22.5625rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV { display:block; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3khNtl9uQRgm68QHFOKcp2QZ9o46saP { top:2.875rem;left:8.75rem;width:39rem;height:3.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrcPg1QCJCC44Ntm3zaQzDnSf4bGVyg1 { top:1rem;left:8rem;width:31.75rem;height:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfuh4G9Eq4PALHII5HhVkTGu05AHcidc { display:block; }#Gfuh4G9Eq4PALHII5HhVkTGu05AHcidc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WeyVu6prh5UGdvZKuZ2dhTC3NEbok9Cf { width:12.5rem;height:4.9375rem;top:5.0625rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLpAczUWggzB1CAuin4IWMyzXuCWpqkA { width:12.5rem;height:5.8125rem;top:12.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3Or8s1zvhNhlHr06vqZb679F3AR7ex9 { width:12.5rem;height:3.25rem;top:12.1875rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK1NqBATSVoRk05GZdzgfdDCtfx5Ba9J { width:12.5rem;height:4.9375rem;top:5.0625rem;left:11.375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIggQgMvG9yHtFdPQSi6fl4klEbF6g4r { width:12.5rem;height:3.25rem;top:12.1875rem;left:23.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS1dmzJn449IzUEmb7et4aMZNNJmDL3r { width:12.5rem;height:4.9375rem;top:5.0625rem;left:23.3125rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvhmXe7MppGTkZODEBg0l0TECGTloL4g { width:12.5rem;height:7.25rem;top:12.1875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5p4pMmZhav0uwirTSWFPIetMhAmnI3y { width:12.5rem;height:4.9375rem;top:5.0625rem;left:35.25rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0nTRvwda5ziFT0D109qGw4fbgWsCKCU { top:10.875rem;left:3.78125rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0T2wK43wytJLnEd9Jyr2LrnNAdz9Wdb { top:10.875rem;left:15.71875rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZErN34uGzBVAkd3BJB4gH39AApma4SPE { top:10.875rem;left:27.65625rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ8wIt5sRZdWldQNUkO42JkOxNg6Xl44 { top:10.875rem;left:39.59375rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gETaTFTDXbVTwiupgxHthUo5olfBNoTA { display:block; }#gETaTFTDXbVTwiupgxHthUo5olfBNoTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VIcqZUZJmkXsxqNQdUTlWxc5EiKNRJhU { width:12.5rem;height:4.9375rem;top:5.0625rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a73DdBTBlBET42J7nr3PfQcnLwGOIELT { width:12.5rem;height:5.8125rem;top:12.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rgl3QD6MuTUxEG1qKAmdFc63eDnflA5w { width:12.5rem;height:4.875rem;top:12.1875rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9pTp7uFyELnz70SxyGW6e0rOFm4TTpZ { width:12.5rem;height:4.9375rem;top:5.0625rem;left:11.375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLmrPSg5vZVdwPkCUbhZ4oKGveTnJAeb { width:12.5rem;height:3.25rem;top:12.1875rem;left:23.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocmAhGLNQ0Sw0zlBeiu9U74gk7dXU706 { width:12.5rem;height:4.9375rem;top:5.0625rem;left:23.3125rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6CTJDyZssAEqinhX4xSl4ApOWT3P8e9 { width:12.5rem;height:4.875rem;top:12.1875rem;left:35.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPXpPNXrXJOytcInmfkhWTcg4ZaRSnEL { width:12.5rem;height:4.9375rem;top:5.0625rem;left:35.25rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AblgKWQdUZLQzsVTeFNxwEfAupTTVTx1 { top:10.875rem;left:3.78125rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLb6rommJz4XTkHa8TawSeHoG4RfDPeJ { top:10.875rem;left:15.71875rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlMc2tdPw8TarmLZRrlf3NnBEJh0k6eV { top:10.875rem;left:27.65625rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxIkfRlZ1fFZWQXyWArDtNckZOWZm9BR { top:10.875rem;left:39.59375rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQVmmN377zaEsmaMddpJH21GhrmxiAxV { display:block; }#HQVmmN377zaEsmaMddpJH21GhrmxiAxV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3ntEoeZKE75FuuO2ReelEtHyNFmkruE { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDokOTd8fnlDLgoJ4D0GSrvy50PW0dBo { top:0.75rem;left:0rem;width:38.6875rem;height:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B44wUT7Q3KzlQVTXNLNtkmbWodO8M0Rg { top:8.75rem;left:22.9375rem;width:24.8125rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOaOLAG8Ho8OtCCv5JOCHuzAdeWsi7N8 { top:42.25rem;left:0rem;width:29rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSXCeHMfV66bHLiSJanJpJch2mbpyRRz { top:42.3125rem;left:18.8125rem;width:28.9375rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCXNh0rP81KehV5NdGFvxVi0OpBEwiJN { top:71.8125rem;left:0rem;width:29.25rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnQDCehgsb90835G10QXzSlGUVqc8X2u { top:71.9375rem;left:18.0625rem;width:29rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGBNQANc4laIzCnNqCXTaRw7ogDubxmS { display:block; }#CGBNQANc4laIzCnNqCXTaRw7ogDubxmS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iAGIw1fDJGe69io16qCtuZlDooyzhZbd { top:4.125rem;left:4.125rem;width:39.5rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmp4Jibn44tQyLU9sFR5tcRD5TZrQxt5 { display:block; }#Vmp4Jibn44tQyLU9sFR5tcRD5TZrQxt5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTdDafveNv05nFzL2iiQKU7TJhlxoufh { top:1.875rem;left:0rem;width:47.75rem;height:26.580308030803rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqTrrqZ21BmO0M2B8gIZGHRkTKWRPwSu { display:block; }#yqTrrqZ21BmO0M2B8gIZGHRkTKWRPwSu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqT4lw75LOmIRNSPt4cf9owMyWRQXrmX { width:7.5625rem;height:7.6875rem;top:8.6875rem;left:0rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHdwBUT0ekuV0XZvbs5g70ckoPs8bvyz { width:12.75rem;height:2.25rem;top:11.75rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpNE4pGNlB7TCo61G6bHNtAaSbRnkzI0 { width:18.125rem;height:10.1875rem;top:16.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WawKO2wxPO1eBuxn4WplUlktbPnksguW { width:18.25rem;height:8.75rem;top:16.875rem;left:13.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4fDZXXUMgURbPvTLLETRtzMk1iS9Bt3 { width:7.5625rem;height:7.6875rem;top:8.6875rem;left:15.875rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdSkSmQRt26VcT0Dz4zAIPzt4L8Jb3v7 { width:12.375rem;height:2.25rem;top:11.75rem;left:19.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmQt49tXgQAdepwohP2xhUKHzPaSQhxa { width:18.375rem;height:11.6875rem;top:16.875rem;left:28.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsawv9PqxrEEtbrQWKihuTALGKEGCTRa { width:7.5625rem;height:7.6875rem;top:8.6875rem;left:31.75rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndg0yH9Giedq6f1s9KBOllWth9BfxCem { width:12.125rem;height:2.25rem;top:11.4375rem;left:35.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgdZgUAgJaXftCLSFS6TlXKbQIB51rh3 { top:3.625rem;left:0rem;width:47.375rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2uQu7sdD18hwaO5twhdiFphGRDpoltu { display:block; }#i2uQu7sdD18hwaO5twhdiFphGRDpoltu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TD7V7R3OZRCuvNIgZv5gCwK4y2SE9NvE { top:3.5rem;left:0rem;width:47.75rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmOZOHLpJQayp8wTF7q52HX9hyMcJEDo { display:block; }#VmOZOHLpJQayp8wTF7q52HX9hyMcJEDo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPLwxpVkyq4FQEpHr5U274WaoeOPf1bU { top:1.8125rem;left:0rem;width:47.75rem;height:22.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xISnpVQBzRP8URJy1DkRWVmFRVAOnTN8 { display:block; }#xISnpVQBzRP8URJy1DkRWVmFRVAOnTN8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHTxSHATIFUSGUgmtySP1XdUoQ5B9Unf { top:4.25rem;left:0rem;width:35.5rem;height:11.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdFqrDfPZReUm5OVWetheU9zsa4qRTHU { top:1.8125rem;left:29.0625rem;width:18.6875rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfR1BQmUtclUHcxeO1qPeUdprUlglAxs { width:25.0625rem;height:4.8125rem;top:20.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLDDVRrLBMw2Eq8Nz6X1pENalh5E3Ink { display:block; }
 }@media only screen and (max-width: 763px) { #rT8LnQSqyc5is2MKr127PTbrDeUhH1td { display:block; }#rT8LnQSqyc5is2MKr127PTbrDeUhH1td > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QddtG3v8vfA6NsInn18OKP8QrC93HV6J { width:29.0625rem;height:30.0625rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuJOv1dW9zIXPt0TNJo1EK44tvFTkBON { width:27.1875rem;height:25.5625rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPSKeW9kpws3AuUKN9BPFJzKp1D2BwnV { width:27.875rem;height:1.5625rem;top:35.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #micSXk9gbnQMDO2w2T5qQweOvsnVEe24 { width:29.0625rem;height:26.75rem;top:7.75rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6fpEunudhcRXgNNvF0i6DIzDuFKFZFs { width:20.5625rem;height:1.6875rem;top:32.1875rem;left:26.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqHVEL3PhOpwlLUiZBWTJqbwitCwu2Pr { width:27.1875rem;height:22.0625rem;top:8.9375rem;left:20.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNp8B8y01KJhdd6TB8rcslgsNRIQtirx { top:2.875rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVksMhkisCO07F1PxBh8ZBCbEa6UXIac { display:block; }#cVksMhkisCO07F1PxBh8ZBCbEa6UXIac > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NaRp0NDEl6tDfN5tLLKcECk4aSz1cJPO { width:29.0625rem;height:15.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V80cnyueUphlGqBuCDDkox7tiGS0XrD0 { width:27rem;height:11.1875rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQJXt2LkfcthPct15BI0HS3USxoINetl { width:27.875rem;height:1.5625rem;top:14.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxtiCliPiTm52NwtHKdh55LQC6JsRgdE { width:29.0625rem;height:36.5625rem;top:0.9375rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4tQaQFg3qmeqLRbST1NA8TDz0Tvi9Ds { width:20.5625rem;height:1.6875rem;top:35rem;left:25.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1J3Vbtontf8SDhxkWGsnKHKNN75PgkT { width:27.1875rem;height:30.5625rem;top:2.5rem;left:20.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BThOt755o4X6uJkeJt0QlAZsEKWsfFNb { width:29.0625rem;height:23.0625rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1FILqTTJexUKfbd9XBcEhxcXuLQIDyM { width:27.375rem;height:17.625rem;top:19.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXy7esqGTxdQ5MArwDhS63mNd40DXf2T { width:27.875rem;height:1.5625rem;top:38.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdWDtKBKMWFZ7snh2ILGcPMxnc9xm3h1 { display:block; }#SdWDtKBKMWFZ7snh2ILGcPMxnc9xm3h1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wda37oUzgZXODV2evmMWeB6mPOeixRTK { top:1.5625rem;left:0.875rem;width:22.125rem;height:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc0tvi9TlZzaWxKCZm2aZyWmwFHuJIPq { top:1.4375rem;left:24.71875rem;width:22.1875rem;height:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGSBlfqwtW7a3dv8k3Etx9Ghy4MGgAAV { display:block; }#nGSBlfqwtW7a3dv8k3Etx9Ghy4MGgAAV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ftNx7n8GQEugxFQrq2M5trV7Pa0aAhmB { top:1.5625rem;left:0.875rem;width:22.125rem;height:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRHdv88KhCVS0qwqwE1bipdodXZJQiTM { top:1.4375rem;left:24.71875rem;width:22.1875rem;height:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJhiXbKiSa9wxFoC4EXEAwFLFQZuEFqm { display:block; }#BJhiXbKiSa9wxFoC4EXEAwFLFQZuEFqm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tn0IrAGxFT2mp46stIFEv3cz8mWDmvtN { top:9.6875rem;left:23.5625rem;width:23.9375rem;height:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEpJy4ZBJHlfZW48869m90Ph7qHHMssJ { top:11.9375rem;left:2.1875rem;width:21.6875rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAoU0N3nIQhfZEnOIaydK7qtOVV699LF { top:23.4375rem;left:7rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubrkOiz9EqcJV6I1E6h1G0alIIRfAb3q { width:18.0625rem;height:;top:25.1875rem;left:5.8125rem;font-size:1.0625rem;display:block; }#ubrkOiz9EqcJV6I1E6h1G0alIIRfAb3q li:before{  }
 }@media only screen and (max-width: 763px) { #DIcBTtANBuadTpc72m982dQT76ghaNVU { width:7.875rem;height:5.4375rem;top:20.75rem;left:26rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGKTXSiTPKz0kTg2uUFkpPtLEEVQBTxP { top:26.375rem;left:25.90625rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg2Ow66rk9E3TcnhJOeQ6pu4TxMOJkCr { width:17.5625rem;height:4.1875rem;top:36.375rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrmCFyMTqKeJKTBNqWgJNL3ncmSnh0d9 { display:block; }
 }@media only screen and (max-width: 763px) { #d8RFXkmZEbfJTZFsuJ1kgNbBIN2QV3rE { width:14.5625rem;height:;top:13.375rem;left:7.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR0Tx2WuHac4qIkQJ3Oev0NpLOaUxQ5V { width:2.5625rem;height:;top:17.75rem;left:6.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcA7mF89UFKO7pJy3oBgfzHfTSJWGcca { width:5.625rem;height:5.4375rem;top:17.75rem;left:9.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1PFmvUXTKTsD0C2T9nATus1ob25SCP5 { width:24.125rem;height:2.3125rem;top:9.625rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv7EPsZT0gN5mS6kZaiTeUtHvSDXu6TJ { width:24.0625rem;height:;top:10rem;left:23.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPenzuqxyAOxkA9PFl9SDFI1LsQqn4o { width:20rem;height:6.1875rem;top:13.375rem;left:23.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7Tt6uz3MUyGGTNiZL00HWinMTL2oyM2 { width:17.5625rem;height:4.1875rem;top:48.6875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET4g1DB7oqqe9PK37iLZfDQv2VN6fLEc { display:block; }
 }@media only screen and (max-width: 763px) { #TcWEiOt818AcJPFs1paKuH8l9wacRbEZ { top:56.9375rem;left:23.4375rem;width:24.3125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZZGzb9gOVhfkdx3bpes5Mxks9ZeJKvN { width:2.5625rem;height:2.3125rem;top:20.75rem;left:23.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0IiPznIyrcezB94FwM1weiCPJVAb7aT { width:20.1875rem;height:;top:27.9375rem;left:23.875rem;font-size:1.0625rem;display:block; }#y0IiPznIyrcezB94FwM1weiCPJVAb7aT li:before{  }
 }@media only screen and (max-width: 763px) { #VMtD1ZVNJaUMNMPSPDW6t2m6mT1ps2Ks { top:2.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLKIuGDzCekliV6qMiT7T2ZwvNDoVM1d { display:block; }#cLKIuGDzCekliV6qMiT7T2ZwvNDoVM1d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ku2R75kRRG4C4ZHMCdr1O1JcuAfb8UzM { width:16.5625rem;height:7.8125rem;top:10.0625rem;left:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNzyXMqveM9sriqLWvpRBk5RzgfPAxTu { width:15.625rem;height:3.125rem;top:5.875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccBPODM9WsDlPTH5u3pSwCndqRSNIBTp { width:15.625rem;height:2.875rem;top:19.3125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Plgvw8CVApmus6cosHKrzXTK0E6PC6Nt { width:16.5625rem;height:6.6875rem;top:23.625rem;left:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXT0Lz6uhhuhdG4h4ZSgHEolB6SJkPw8 { width:16.5625rem;height:8.75rem;top:8.375rem;left:31.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvD8XhlqXfdTxV10OQTa0dKhyg4nQOmV { width:15.625rem;height:1.6875rem;top:5.875rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax65lHfVS6HnweLMpdXZ4JkoNMO3F0Nv { width:15.625rem;height:1.6875rem;top:19.3125rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0Mt3NUd3lHOIdrTMQDu8U9gSxNUeTBu { width:16.5625rem;height:7.25rem;top:22.6875rem;left:31.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlNLqT9wx0u5xw2VMOCtooR2WsURktlT { width:16.5625rem;height:8.75rem;top:22.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfsn7Ddy84svPdFyFCl7l7nGe1vIQc3k { width:16.375rem;height:1.6875rem;top:19.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSdWkDJqi7y246g5xkXmzG0K4G57bu7n { width:17.5rem;height:7.8125rem;top:10.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibqFcxeTNQA2vlvBx9UZS5OALEpH43wQ { width:15.625rem;height:3.375rem;top:5.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHJC8zzX9KVE3rg0VDkWd96Rf81fC7rJ { top:0.5625rem;left:0rem;width:38.1875rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApkfDzlZ3VXiGzac5o6DvHCXyfF41UTB { width:27.5rem;height:5.1875rem;top:78.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh7eSRtFo8wz9qQeaVWDUKGNh4649Apr { display:block; }
 }@media only screen and (max-width: 763px) { #lnKzo9TibULmqRRrRBn9hi3LqWCdIJLw { width:16.375rem;height:;top:34rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBlmEFFTqXqN3NyTKSpTsMOGTMkDW1KQ { width:16.5625rem;height:10.1875rem;top:36.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG55GsUtTU6MK5QCX1oivXociCrdwmyt { width:15.625rem;height:2.875rem;top:33.125rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIqeRHcSPV7oBLuukeaysF2S0AsOO7FP { width:16.125rem;height:9.4375rem;top:37.625rem;left:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ1U9ide3aG1EIppG0MIfiWoVvTx5xEU { width:15.625rem;height:4.375rem;top:32.625rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA6MziGdKX4tiDqHTzq7DJKZ2ADL5MLF { width:16.5625rem;height:7.25rem;top:38.0625rem;left:31.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTARQWbdtM5A4Qg5qdJUC3dMIvX5JT22 { width:42.0625rem;height:1.625rem;top:49.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIqFio9eaIUaRG8wIuxFZmctioiQ8nSM { width:47.75rem;height:22.75rem;top:53.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2Vu7Z864gGZd2OuFynTA4QIm9KO3zEX { display:block; }#z2Vu7Z864gGZd2OuFynTA4QIm9KO3zEX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIMB4dkMTwrKzWJ0CnpVsooRhlfTtuZO { top:6.8125rem;left:13.5rem;width:5.0625rem;height:5.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEh44cultyuHTkOCIZ6XrCtsSXE1uAU2 { top:6.5625rem;left:18.5rem;width:5.625rem;height:5.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isUrXyfrNtSc9gH7UATG1F0zEUQTWlMP { top:6.75rem;left:24.0625rem;width:5.1875rem;height:5.1875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1Xqp736gOOuHzgwzX5GMTdrTNafybpT { top:6.6875rem;left:29.25rem;width:5.375rem;height:5.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3bPFkkM6JM8XEfGFmBKbKALGon44cUH { top:3.75rem;left:13.3125rem;width:21.125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXvDtCMv64dG9NaUrEnt7OZKH5TOVV57 { top:15.375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfciUqCgWqKTbKOHkfSpyIPKXGHFeRUf { top:15.375rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLF46VcECC8KTIt4P1XSgKhKGT20w1zJ { top:15.375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Z0u3sk95IrX1SaGTiQ1ZV4ITHshZTTvn { display:block; }#Z0u3sk95IrX1SaGTiQ1ZV4ITHshZTTvn > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n71aafvSEDO8nPqq0GEarC8fN5TcbOIs { width:7.25rem;height:3.125rem;top:0.6875rem;left:6.3749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3iEJzO0UIQ1cCymCv6uH0IUSTwdwXIK { width:4.1875rem;height:0.65rem;top:5.0687499046326rem;left:0.21796876192093rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lyCcqcZpKgToMV2TBo2Fsz3uQ3ToELqc { width:5.875rem;height:0.65rem;top:5.0687499046326rem;left:2.1875001192093rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qryVHLXbbWAc0v7Ms4db8GFwxvgtTSK3 { width:2.625rem;height:0.65rem;top:5.0687499046326rem;left:10.468750357628rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZVSTvqAhEG7wm2wsFnGA7cfOexEtiVEd { width:3.375rem;height:0.65rem;top:5.0687499046326rem;left:13.031250357628rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CLB07pUH79PDgEKTauiJx4M6cfyTgFUO { width:4rem;height:1.5rem;top:4.642578125rem;left:15.999348938465rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGMF4WrkPLKuPpBAhtvQylVkZRSK56l5 { display:block; }
 }@media only screen and (max-width: 763px) { #FTvmtvn7zMaIiMoitMyzVvDCqb6ywrOR { width:1.875rem;height:0.65rem;top:5.0687499046326rem;left:8.5000003576281rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { display:block; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container { width:20rem;height:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { width:20rem;height:6.597625rem;top:3.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETTcx7iRoQ8RtTEE78T07gXN0XT6puQf { width:18.4375rem;height:6rem;top:11.1484375rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dM2gHTDG0Cuw3uEnGabcJ6aNlIAdOVHn { width:15.4375rem;height:2.9375rem;top:22.060546875rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAvXN6kec8gyyM27UTa8ibsL72KMgQci { display:block; }
 }@media only screen and (max-width: 763px) { #vod3QVv1T5pUSugnAcTJfdNV3kCdzFsN { width:9.5625rem;height:2.5996125rem;top:18.5341796875rem;left:6.90625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gC8PA7LTzEplt6QnOweZMxw4BRrlpzZm { width:18.125rem;height:1.4619125rem;top:1.75rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PbZUzbkBMsWnBbmHNHSrwwoiXq3hDetx { width:11.4375rem;height:17.9375rem;top:25.6875rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcl0qUxuIVWT8Z716wpDpDyBxUDhtvAT { width:5.3125rem;height:1.625rem;top:19.0224609375rem;left:3.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hFAPWXpBoHex5KTmiGPOOwpQmkAymNAg { display:block; }#hFAPWXpBoHex5KTmiGPOOwpQmkAymNAg > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwlWOXmZBuqmucAIq855LBZgKUMWXLTN { width:18.8125rem;height:9.0986375rem;top:2.4375rem;left:0.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qE33TQQZKsCDtQDESWpA03PqpzbxQThT { display:block; }#qE33TQQZKsCDtQDESWpA03PqpzbxQThT > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cooGHeoEMuzVFRGsbBf1EgCXybgqwTOI { width:20rem;height:1.6494125rem;top:0.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Jm9HBRAdL92sP87IPbUhUlvyc6MVSbCv { display:block; }#Jm9HBRAdL92sP87IPbUhUlvyc6MVSbCv > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlznQmt48aKFBDA1u9l1CAI3wrxVOA3K { width:18.8125rem;height:15.59766875rem;top:1.375rem;left:0.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRmTJuVJNIyzVZdHZT4xlF5U7BwzkyK7 { display:block; }#gRmTJuVJNIyzVZdHZT4xlF5U7BwzkyK7 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlesROf6iB3ZT8bbNI5R4HTyNkkfJvJO { width:20rem;height:4.94824375rem;top:2.212890625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Bul2FXnraFT642gtE1NIvbrVMhJutgM6 { display:block; }#Bul2FXnraFT642gtE1NIvbrVMhJutgM6 > .row .container { width:20rem;height:80.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xovgp1xtLk8CpaJNuNadIqrhZQmqDnTN { width:18.75rem;height:2.5996125rem;top:15.82324375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6GQXtPzdJCeuVmlaIGsvLwqlZARuIHW { width:18.75rem;height:6.3984375rem;top:19.67285625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMXK63N1cz1BcZlqvQMMVwyTaJHaAXF3 { width:18.75rem;height:6.3984375rem;top:45.86720625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZhOKbAWFIxxzMr2cN2rVkTtwhvJTHgK { width:18.75rem;height:2.5996125rem;top:42.01759375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIloigPxSXZgtf0r3SDb6ogUrslF8kr4 { width:18.75rem;height:4.798825rem;top:68.86330625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD6tIcU5DWhzN8lpVtWeqd2HF8oMQpqn { width:18.75rem;height:2.5996125rem;top:65.01369375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivTnmp7wtTfvX3VEKyUBgZxbgnCTbXtc { width:18.75rem;height:1.29980625rem;top:5.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKH92GU9qr28MOu8pPmh0Z0CPPQCTD1R { width:18.75rem;height:2.5996125rem;top:27.32129375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRSCaFqcpGKxoThK19TvQXeDRNA5wrpg { width:18.75rem;height:6.3984375rem;top:8.17480625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZKWmxFeGz2N78LDVUzAN3tTkHwfVSp7 { width:18.75rem;height:9.597625rem;top:31.17090625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfOmgPlnOMwNBIt8SXWT6Ox8ueCV1KJM { width:18.75rem;height:6.3984375rem;top:57.36525625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pET2tXw05wGTWMIUfaRhMrdlEOP0d2Z3 { width:18.75rem;height:2.5996125rem;top:53.51564375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkplBOhRrBAWZPyQSTfng8iBXkpi3zkq { width:20rem;height:3.125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr { display:block; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container { width:20rem;height:80.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kx3gSvGxLVRxGvqz1GWCBu3rHFZgMvub { width:20rem;height:3.125rem;top:0.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1TLWx4ZdEvM8xWmMczOsq3enpcp9akv { width:18.3125rem;height:8.875rem;top:10.47265625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJnA3uz7smJ7fAT5soOr2Gfq1yNTZ85R { width:13.375rem;height:1.29980625rem;top:11.47265625rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ENkDS8lVexQZrxQPsICfLtNFxDJSJX { width:13.9375rem;height:5.15625rem;top:13.00390625rem;left:3.875rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iWarAKDP8RkMK6LOuuyZg91mThf2TRZP { width:18.3125rem;height:9.5625rem;top:21rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AELrdl9QHnNDrM1f3SezOnqTqQfQ36ux { width:13.1875rem;height:5.15625rem;top:24rem;left:4.0625rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DDcm6peG5OlVw7yw8VQgkqvVa4ILR4dK { width:12.5rem;height:1.29980625rem;top:22.1875rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCw3JnJhPrGy38lTt4a7b7886ku37LTA { width:18.3125rem;height:9.8125rem;top:54.330078125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUSZ9IUgU3OzUTu6Lt9rQqmKo6KxENy8 { width:14.375rem;height:4.5rem;top:58.642578125rem;left:1.3671875rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EQEVFfeewamnc7Z7UdICZICyi9d1zyyk { width:12.5rem;height:2.5996125rem;top:55.3486328125rem;left:3.1796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xErIWcx57AT9vAvmZcaXDCnwXOidzA2m { width:18.3125rem;height:8.8125rem;top:65.716796875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLFVxbipSa9RqeEuniweU8fQiiITd1VI { width:14.4375rem;height:5.15625rem;top:68.341796875rem;left:1.125rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QuvKgxFFReBtrNE0xFepJIrP0v7rzMf5 { width:12.5rem;height:1.29980625rem;top:66.591796875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3S33Zuci6r9TFzE0VZ7RsKhseZ5Ki9u { width:2.5rem;height:2.5rem;top:12.87109375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apewKqWD48G9x08XtbAgI0laTLhsOxDk { width:2.5rem;height:2.5rem;top:23.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4kR1XiAP7XP7iVtX2o3dNEc5dRSEQ0b { width:2.5rem;height:2.5rem;top:68.052734375rem;left:15.6796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmEyme1XuG70AwsZLwFhCgkFEM0T6RWh { width:2.5rem;height:2.5rem;top:58.642578125rem;left:15.6171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVmZB3Gx9vCwm79RXT0AKN45NHtXVbJv { width:18.6875rem;height:3.59765625rem;top:5.625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cmCxk2OsoyxaSlmOvirOpDiCgur5GTvZ { width:17.5rem;height:3.4375rem;top:75.779296875rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iISa6QDF9KB09dwTWoTWRQHKMORXnnmw { display:block; }
 }@media only screen and (max-width: 763px) { #QMpLWoXyvAshfZ90U85qkiJeUlEnRhbA { width:15.4375rem;height:24.1875rem;top:30.517578125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV { display:block; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3khNtl9uQRgm68QHFOKcp2QZ9o46saP { width:17.9375rem;height:0;top:4.375rem;left:1rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RrcPg1QCJCC44Ntm3zaQzDnSf4bGVyg1 { width:20rem;height:1.79980625rem;top:3.287109375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Gfuh4G9Eq4PALHII5HhVkTGu05AHcidc { display:block; }#Gfuh4G9Eq4PALHII5HhVkTGu05AHcidc > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WeyVu6prh5UGdvZKuZ2dhTC3NEbok9Cf { width:12.5rem;height:3.8994125rem;top:0rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLpAczUWggzB1CAuin4IWMyzXuCWpqkA { width:15.625rem;height:3.8994125rem;top:5.8125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3Or8s1zvhNhlHr06vqZb679F3AR7ex9 { width:12.5rem;height:2.5996125rem;top:16rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK1NqBATSVoRk05GZdzgfdDCtfx5Ba9J { width:12.5rem;height:3.8994125rem;top:10.375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIggQgMvG9yHtFdPQSi6fl4klEbF6g4r { width:12.5rem;height:2.5996125rem;top:25.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS1dmzJn449IzUEmb7et4aMZNNJmDL3r { width:12.5rem;height:3.8994125rem;top:19.75rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvhmXe7MppGTkZODEBg0l0TECGTloL4g { width:14.125rem;height:5.19921875rem;top:35rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5p4pMmZhav0uwirTSWFPIetMhAmnI3y { width:12.5rem;height:3.8994125rem;top:29.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0nTRvwda5ziFT0D109qGw4fbgWsCKCU { width:4.375rem;height:0.25rem;top:4.5625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0T2wK43wytJLnEd9Jyr2LrnNAdz9Wdb { width:4.375rem;height:0.25rem;top:14.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZErN34uGzBVAkd3BJB4gH39AApma4SPE { width:4.375rem;height:0.25rem;top:24.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ8wIt5sRZdWldQNUkO42JkOxNg6Xl44 { width:4.375rem;height:0.25rem;top:33.5625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gETaTFTDXbVTwiupgxHthUo5olfBNoTA { display:block; }#gETaTFTDXbVTwiupgxHthUo5olfBNoTA > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VIcqZUZJmkXsxqNQdUTlWxc5EiKNRJhU { width:12.5rem;height:3.8994125rem;top:1.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #a73DdBTBlBET42J7nr3PfQcnLwGOIELT { width:12.5rem;height:5.19921875rem;top:7.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rgl3QD6MuTUxEG1qKAmdFc63eDnflA5w { width:12.5rem;height:2.5996125rem;top:19rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9pTp7uFyELnz70SxyGW6e0rOFm4TTpZ { width:12.5rem;height:3.8994125rem;top:13.375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLmrPSg5vZVdwPkCUbhZ4oKGveTnJAeb { width:12.5rem;height:1.29980625rem;top:28.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocmAhGLNQ0Sw0zlBeiu9U74gk7dXU706 { width:12.5rem;height:3.8994125rem;top:22.75rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6CTJDyZssAEqinhX4xSl4ApOWT3P8e9 { width:12.5rem;height:3.8994125rem;top:36.8125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPXpPNXrXJOytcInmfkhWTcg4ZaRSnEL { width:12.5rem;height:3.8994125rem;top:31.0625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AblgKWQdUZLQzsVTeFNxwEfAupTTVTx1 { width:4.375rem;height:0.25rem;top:5.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLb6rommJz4XTkHa8TawSeHoG4RfDPeJ { width:4.375rem;height:0.25rem;top:17.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlMc2tdPw8TarmLZRrlf3NnBEJh0k6eV { width:4.375rem;height:0.25rem;top:27.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxIkfRlZ1fFZWQXyWArDtNckZOWZm9BR { width:4.375rem;height:0.25rem;top:35.375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQVmmN377zaEsmaMddpJH21GhrmxiAxV { display:block; }#HQVmmN377zaEsmaMddpJH21GhrmxiAxV > .row .container { width:20rem;height:122.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3ntEoeZKE75FuuO2ReelEtHyNFmkruE { width:19rem;height:9.75rem;top:26.9375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDokOTd8fnlDLgoJ4D0GSrvy50PW0dBo { width:20rem;height:20rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B44wUT7Q3KzlQVTXNLNtkmbWodO8M0Rg { width:18.6875rem;height:3.125rem;top:0.9375rem;left:0.8125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vOaOLAG8Ho8OtCCv5JOCHuzAdeWsi7N8 { width:20rem;height:20rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSXCeHMfV66bHLiSJanJpJch2mbpyRRz { width:20rem;height:20rem;top:59.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCXNh0rP81KehV5NdGFvxVi0OpBEwiJN { width:20rem;height:20rem;top:80.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnQDCehgsb90835G10QXzSlGUVqc8X2u { width:20rem;height:20rem;top:101.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGBNQANc4laIzCnNqCXTaRw7ogDubxmS { display:block; }#CGBNQANc4laIzCnNqCXTaRw7ogDubxmS > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iAGIw1fDJGe69io16qCtuZlDooyzhZbd { width:20rem;height:3.125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vmp4Jibn44tQyLU9sFR5tcRD5TZrQxt5 { display:block; }#Vmp4Jibn44tQyLU9sFR5tcRD5TZrQxt5 > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTdDafveNv05nFzL2iiQKU7TJhlxoufh { height:11.171597633136rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqTrrqZ21BmO0M2B8gIZGHRkTKWRPwSu { display:block; }#yqTrrqZ21BmO0M2B8gIZGHRkTKWRPwSu > .row .container { width:20rem;height:50.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqT4lw75LOmIRNSPt4cf9owMyWRQXrmX { width:7.5625rem;height:2.5996125rem;top:6.625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHdwBUT0ekuV0XZvbs5g70ckoPs8bvyz { width:14.25rem;height:1.29980625rem;top:7.2744140625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpNE4pGNlB7TCo61G6bHNtAaSbRnkzI0 { width:17.3125rem;height:9.666rem;top:9.7431640625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WawKO2wxPO1eBuxn4WplUlktbPnksguW { width:17.3125rem;height:8.285175rem;top:24.453125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4fDZXXUMgURbPvTLLETRtzMk1iS9Bt3 { width:7.5625rem;height:2.5996125rem;top:20.4775390625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdSkSmQRt26VcT0Dz4zAIPzt4L8Jb3v7 { width:14.25rem;height:1.29980625rem;top:21.126953125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmQt49tXgQAdepwohP2xhUKHzPaSQhxa { width:17.5625rem;height:11.046875rem;top:37.439453125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsawv9PqxrEEtbrQWKihuTALGKEGCTRa { width:7.5625rem;height:2.5996125rem;top:34.02734375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndg0yH9Giedq6f1s9KBOllWth9BfxCem { width:14.25rem;height:1.29980625rem;top:34.6767578125rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgdZgUAgJaXftCLSFS6TlXKbQIB51rh3 { width:16.6875rem;height:3.125rem;top:1.25rem;left:1.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i2uQu7sdD18hwaO5twhdiFphGRDpoltu { display:block; }#i2uQu7sdD18hwaO5twhdiFphGRDpoltu > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TD7V7R3OZRCuvNIgZv5gCwK4y2SE9NvE { width:20rem;height:4.6875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VmOZOHLpJQayp8wTF7q52HX9hyMcJEDo { display:block; }#VmOZOHLpJQayp8wTF7q52HX9hyMcJEDo > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPLwxpVkyq4FQEpHr5U274WaoeOPf1bU { width:18.25rem;height:38.664025rem;top:1.25rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xISnpVQBzRP8URJy1DkRWVmFRVAOnTN8 { display:block; }#xISnpVQBzRP8URJy1DkRWVmFRVAOnTN8 > .row .container { width:20rem;height:51.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHTxSHATIFUSGUgmtySP1XdUoQ5B9Unf { width:18.375rem;height:19.004875rem;top:1.9375rem;left:0.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UdFqrDfPZReUm5OVWetheU9zsa4qRTHU { width:14.625rem;height:22.0625rem;top:27.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfR1BQmUtclUHcxeO1qPeUdprUlglAxs { width:15.5rem;height:3.8125rem;top:22.5rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLDDVRrLBMw2Eq8Nz6X1pENalh5E3Ink { display:block; }
 }@media only screen and (max-width: 763px) { #rT8LnQSqyc5is2MKr127PTbrDeUhH1td { display:block; }#rT8LnQSqyc5is2MKr127PTbrDeUhH1td > .row .container { width:20rem;height:85.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QddtG3v8vfA6NsInn18OKP8QrC93HV6J { width:19.625rem;height:43.125rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuJOv1dW9zIXPt0TNJo1EK44tvFTkBON { width:18.75rem;height:36.79105rem;top:6.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPSKeW9kpws3AuUKN9BPFJzKp1D2BwnV { width:17.4375rem;height:2.798825rem;top:45.2275390625rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #micSXk9gbnQMDO2w2T5qQweOvsnVEe24 { width:19.625rem;height:33.0625rem;top:50.6435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6fpEunudhcRXgNNvF0i6DIzDuFKFZFs { width:20rem;height:1.5996125rem;top:81.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqHVEL3PhOpwlLUiZBWTJqbwitCwu2Pr { width:18.75rem;height:28.793rem;top:51.5810546875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNp8B8y01KJhdd6TB8rcslgsNRIQtirx { width:20rem;height:3.125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cVksMhkisCO07F1PxBh8ZBCbEa6UXIac { display:block; }#cVksMhkisCO07F1PxBh8ZBCbEa6UXIac > .row .container { width:20rem;height:101.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NaRp0NDEl6tDfN5tLLKcECk4aSz1cJPO { width:19.625rem;height:18.4375rem;top:1.037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V80cnyueUphlGqBuCDDkox7tiGS0XrD0 { width:18.75rem;height:14.3965rem;top:2.0771484375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQJXt2LkfcthPct15BI0HS3USxoINetl { width:20rem;height:1.5996125rem;top:17.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxtiCliPiTm52NwtHKdh55LQC6JsRgdE { width:19.625rem;height:45.75rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4tQaQFg3qmeqLRbST1NA8TDz0Tvi9Ds { width:17.625rem;height:2.798825rem;top:63.177734375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #i1J3Vbtontf8SDhxkWGsnKHKNN75PgkT { width:18.75rem;height:39.99025rem;top:22.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BThOt755o4X6uJkeJt0QlAZsEKWsfFNb { width:19.625rem;height:29.875rem;top:68.740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1FILqTTJexUKfbd9XBcEhxcXuLQIDyM { width:18.75rem;height:25.59375rem;top:69.771484375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXy7esqGTxdQ5MArwDhS63mNd40DXf2T { width:20rem;height:1.5996125rem;top:96.490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdWDtKBKMWFZ7snh2ILGcPMxnc9xm3h1 { display:block; }#SdWDtKBKMWFZ7snh2ILGcPMxnc9xm3h1 > .row .container { width:20rem;height:75.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wda37oUzgZXODV2evmMWeB6mPOeixRTK { width:20rem;height:35.649717514124rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc0tvi9TlZzaWxKCZm2aZyWmwFHuJIPq { width:20rem;height:35.718309859155rem;top:38.1494375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGSBlfqwtW7a3dv8k3Etx9Ghy4MGgAAV { display:block; }#nGSBlfqwtW7a3dv8k3Etx9Ghy4MGgAAV > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ftNx7n8GQEugxFQrq2M5trV7Pa0aAhmB { width:20rem;height:35.649717514124rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRHdv88KhCVS0qwqwE1bipdodXZJQiTM { width:20rem;height:35.718309859155rem;top:38.1494375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJhiXbKiSa9wxFoC4EXEAwFLFQZuEFqm { display:block; }#BJhiXbKiSa9wxFoC4EXEAwFLFQZuEFqm > .row .container { width:20rem;height:78.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tn0IrAGxFT2mp46stIFEv3cz8mWDmvtN { width:19.75rem;height:37.1875rem;top:32.2431640625rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #SEpJy4ZBJHlfZW48869m90Ph7qHHMssJ { width:20rem;height:22.8125rem;top:5.625rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #JAoU0N3nIQhfZEnOIaydK7qtOVV699LF { width:15.625rem;height:0.125rem;top:13.84375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubrkOiz9EqcJV6I1E6h1G0alIIRfAb3q { width:16.5625rem;height:6.9970625rem;top:14.3916015625rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:14999;display:block; }#ubrkOiz9EqcJV6I1E6h1G0alIIRfAb3q li:before{  }
 }@media only screen and (max-width: 763px) { #DIcBTtANBuadTpc72m982dQT76ghaNVU { width:7.875rem;height:3.65625rem;top:41.12109375rem;left:3.25rem;text-align:center;text-align-last:center;font-size:2.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #QGKTXSiTPKz0kTg2uUFkpPtLEEVQBTxP { width:15.625rem;height:0.125rem;top:44.77734375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg2Ow66rk9E3TcnhJOeQ6pu4TxMOJkCr { width:15.1875rem;height:3.4375rem;top:23.4375rem;left:2.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrmCFyMTqKeJKTBNqWgJNL3ncmSnh0d9 { display:block; }
 }@media only screen and (max-width: 763px) { #d8RFXkmZEbfJTZFsuJ1kgNbBIN2QV3rE { width:14.5625rem;height:2.4375rem;top:6.5625rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:1.875rem;z-index:14999;color:#2c3241;display:block; }
 }@media only screen and (max-width: 763px) { #zR0Tx2WuHac4qIkQJ3Oev0NpLOaUxQ5V { width:2.5625rem;height:2.35546875rem;top:9.5rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rcA7mF89UFKO7pJy3oBgfzHfTSJWGcca { width:5.625rem;height:3.65625rem;top:10.25rem;left:3.25rem;text-align:center;text-align-last:center;font-size:2.8125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #a1PFmvUXTKTsD0C2T9nATus1ob25SCP5 { width:20rem;height:2.3125rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv7EPsZT0gN5mS6kZaiTeUtHvSDXu6TJ { width:20rem;height:1.79980625rem;top:30.443359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #kIPenzuqxyAOxkA9PFl9SDFI1LsQqn4o { width:16.75rem;height:5.625rem;top:33.8125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #d7Tt6uz3MUyGGTNiZL00HWinMTL2oyM2 { width:15.875rem;height:3.6875rem;top:64.125rem;left:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET4g1DB7oqqe9PK37iLZfDQv2VN6fLEc { display:block; }
 }@media only screen and (max-width: 763px) { #TcWEiOt818AcJPFs1paKuH8l9wacRbEZ { width:18.25rem;height:3.41015625rem;top:71.0556640625rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZZGzb9gOVhfkdx3bpes5Mxks9ZeJKvN { width:2.5625rem;height:2.35546875rem;top:40.015625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #y0IiPznIyrcezB94FwM1weiCPJVAb7aT { width:17.1875rem;height:16.2305rem;top:45.7373046875rem;left:1.40625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:14999;display:block; }#y0IiPznIyrcezB94FwM1weiCPJVAb7aT li:before{  }
 }@media only screen and (max-width: 763px) { #VMtD1ZVNJaUMNMPSPDW6t2m6mT1ps2Ks { width:17.3125rem;height:3.125rem;top:1.25rem;left:1.34375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cLKIuGDzCekliV6qMiT7T2ZwvNDoVM1d { display:block; }#cLKIuGDzCekliV6qMiT7T2ZwvNDoVM1d > .row .container { width:20rem;height:154rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ku2R75kRRG4C4ZHMCdr1O1JcuAfb8UzM { width:16.5625rem;height:4.875rem;top:29.4375rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VNzyXMqveM9sriqLWvpRBk5RzgfPAxTu { width:15.625rem;height:2.5996125rem;top:26.125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ccBPODM9WsDlPTH5u3pSwCndqRSNIBTp { width:15.625rem;height:2.5996125rem;top:36.125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Plgvw8CVApmus6cosHKrzXTK0E6PC6Nt { width:16.5625rem;height:4.5rem;top:39.3125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXT0Lz6uhhuhdG4h4ZSgHEolB6SJkPw8 { width:16.5625rem;height:6.09375rem;top:46.375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvD8XhlqXfdTxV10OQTa0dKhyg4nQOmV { width:15.625rem;height:1.5rem;top:44.875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax65lHfVS6HnweLMpdXZ4JkoNMO3F0Nv { width:15.625rem;height:1.5rem;top:54.6875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0Mt3NUd3lHOIdrTMQDu8U9gSxNUeTBu { width:16.5625rem;height:4.875rem;top:56.875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JlNLqT9wx0u5xw2VMOCtooR2WsURktlT { width:16.5625rem;height:6.09375rem;top:18.54296875rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfsn7Ddy84svPdFyFCl7l7nGe1vIQc3k { width:16.375rem;height:1.5rem;top:16.54296875rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSdWkDJqi7y246g5xkXmzG0K4G57bu7n { width:17.375rem;height:4.875rem;top:10.111328125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ibqFcxeTNQA2vlvBx9UZS5OALEpH43wQ { width:15.625rem;height:2.5996125rem;top:6.94921875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aHJC8zzX9KVE3rg0VDkWd96Rf81fC7rJ { width:20rem;height:3.4375rem;top:1.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ApkfDzlZ3VXiGzac5o6DvHCXyfF41UTB { width:16.75rem;height:4rem;top:145.4560546875rem;left:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh7eSRtFo8wz9qQeaVWDUKGNh4649Apr { display:block; }
 }@media only screen and (max-width: 763px) { #lnKzo9TibULmqRRrRBn9hi3LqWCdIJLw { width:16.375rem;height:1.5rem;top:63.5rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBlmEFFTqXqN3NyTKSpTsMOGTMkDW1KQ { width:16.5625rem;height:7.3125rem;top:66.25rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG55GsUtTU6MK5QCX1oivXociCrdwmyt { width:15.625rem;height:2.5996125rem;top:74.8125rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nIqeRHcSPV7oBLuukeaysF2S0AsOO7FP { width:16.125rem;height:6.75rem;top:78.6875rem;left:2rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ1U9ide3aG1EIppG0MIfiWoVvTx5xEU { width:15.625rem;height:3.8994125rem;top:86.6875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA6MziGdKX4tiDqHTzq7DJKZ2ADL5MLF { width:16.5625rem;height:4.875rem;top:91.8125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dTARQWbdtM5A4Qg5qdJUC3dMIvX5JT22 { width:18.4375rem;height:3.25rem;top:97.8935546875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RIqFio9eaIUaRG8wIuxFZmctioiQ8nSM { width:18.9375rem;height:40.15724375rem;top:102.5810546875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2Vu7Z864gGZd2OuFynTA4QIm9KO3zEX { display:block; }#z2Vu7Z864gGZd2OuFynTA4QIm9KO3zEX > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIMB4dkMTwrKzWJ0CnpVsooRhlfTtuZO { width:3.5rem;height:3.5rem;top:3.9375rem;left:2.2749999761581rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEh44cultyuHTkOCIZ6XrCtsSXE1uAU2 { width:4.125rem;height:4.125rem;top:3.625rem;left:5.7250002622604rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isUrXyfrNtSc9gH7UATG1F0zEUQTWlMP { width:4rem;height:4rem;top:3.6875rem;left:9.8000005483625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1Xqp736gOOuHzgwzX5GMTdrTNafybpT { width:4.0625rem;height:4.0625rem;top:3.65625rem;left:13.750000357628rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3bPFkkM6JM8XEfGFmBKbKALGon44cUH { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXvDtCMv64dG9NaUrEnt7OZKH5TOVV57 { width:12.5rem;height:1.1375rem;top:8.5000019073488rem;left:3.7499998807907rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yfciUqCgWqKTbKOHkfSpyIPKXGHFeRUf { width:12.5rem;height:1.1375rem;top:10.261720657349rem;left:3.7499998807907rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iLF46VcECC8KTIt4P1XSgKhKGT20w1zJ { width:12.5rem;height:1.1375rem;top:11.96249961853rem;left:3.7499998807907rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }