.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33712001-9a6d-4f2c-a31a-51b9e4fbb242/Topene.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#TMgka4MqPsKdhNbGpVsbr1VnQ6SVfqpQ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#TMgka4MqPsKdhNbGpVsbr1VnQ6SVfqpQ > .row .container { background-color: transparent; background-image: none; }#TMgka4MqPsKdhNbGpVsbr1VnQ6SVfqpQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMgka4MqPsKdhNbGpVsbr1VnQ6SVfqpQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMgka4MqPsKdhNbGpVsbr1VnQ6SVfqpQ > .row .container > .video-iframe-container { display: none; }#TMgka4MqPsKdhNbGpVsbr1VnQ6SVfqpQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMgka4MqPsKdhNbGpVsbr1VnQ6SVfqpQ > .row > .video-iframe-container { display: none; }#TMgka4MqPsKdhNbGpVsbr1VnQ6SVfqpQ > .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); }#TMgka4MqPsKdhNbGpVsbr1VnQ6SVfqpQ > .row .container { border-width: 0; border-radius: 0; }#TMgka4MqPsKdhNbGpVsbr1VnQ6SVfqpQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMgka4MqPsKdhNbGpVsbr1VnQ6SVfqpQ > .row .container { width:75rem;height:5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#w2GZiDVXehoNNQ4lDNgWh8TF9lZoNwo9 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:9.125rem;top:1.2999992370606rem;left:3.125rem;overflow:hidden;display:block; }
#imclPTO8mfg634wxqsgP273Ci55N4sOa { 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:2.625rem;width:14.0625rem;top:0.8125rem;left:15.0625rem;overflow:hidden;display:block; }
#aRutEHKNXZkMByJIQqk3kFJxNRyoNM9d { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:10.5625rem;top:1.1875rem;left:16.8125rem;overflow:hidden;display:block; }
#kIc1rSQzn5a0sHLefcuIHC9DB4oUPPfC { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.75rem;top:0.875rem;left:29.125rem;overflow:hidden;display:block; }
#xvlgRo6wxQ56B8obmf50Km6NAXGGzU7X { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:9.375rem;top:1.3000000715256rem;left:30.4375rem;overflow:hidden;display:block; }
#Wbn4VxEQUEU1q4dpd3TBAXHqHAFAi4Uw { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:15rem;top:0.86250019073488rem;left:42.343746185302rem;overflow:hidden;display:block; }
#TOfZ9PkvmsRKTCT914gQMFqxJ3pczAvW { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:13.5625rem;top:1.3000001907349rem;left:43.062496185302rem;overflow:hidden;display:block; }
#aIa5OD4V6CPFuEn6iSRITl6EuhQx6g9o { 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:2.6875rem;width:13.3125rem;top:0.78125rem;left:1rem;overflow:hidden;display:block; }
#lgUucgicsXMFppG6pANhu8uIoBsIkMEL { position:absolute;display:block;z-index:14986;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.625rem;top:0.8125rem;left:66.4375rem;overflow:hidden;display:block; }
#tdOzH1V63WB8iS0KWCmyvoyCniJMgXbC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.3125rem;top:1.3000001907349rem;left:67.5937461853rem;overflow:hidden;display:block; }
#SFWWaHfwPVNuKW3TLOAcJGPeatsokhFT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:8.0625rem;top:0.8125rem;left:57.749998092651rem;overflow:hidden;display:block; }
#mRAU7QA6IONauGquBO9TaKgJJMSty7Zi { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.9375rem;top:1.2992187738419rem;left:58.812498092651rem;overflow:hidden;display:block; }
#o5mTqeE3EQ7TcNvtg1hvPKWFEFMLpoB3 { display:block; }#o5mTqeE3EQ7TcNvtg1hvPKWFEFMLpoB3 { background-color: transparent; background-image: none; }#o5mTqeE3EQ7TcNvtg1hvPKWFEFMLpoB3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5mTqeE3EQ7TcNvtg1hvPKWFEFMLpoB3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5mTqeE3EQ7TcNvtg1hvPKWFEFMLpoB3 > .row .container > .video-iframe-container { display: none; }#o5mTqeE3EQ7TcNvtg1hvPKWFEFMLpoB3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5mTqeE3EQ7TcNvtg1hvPKWFEFMLpoB3 > .row > .video-iframe-container { display: none; }#o5mTqeE3EQ7TcNvtg1hvPKWFEFMLpoB3 > .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); }#o5mTqeE3EQ7TcNvtg1hvPKWFEFMLpoB3 { border-width: 0; border-radius: 0; }#o5mTqeE3EQ7TcNvtg1hvPKWFEFMLpoB3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o5mTqeE3EQ7TcNvtg1hvPKWFEFMLpoB3 > .row .container { background-color:transparent;background-image:none;width:75rem;height:25.9375rem;font-size:0.875rem;font-family:arial;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;position:relative;display:block; }#IuaLPu1ziAdcUTo33bz4h2ce0avw76VI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:7.25rem;top:7.3958330154419rem;left:60.249996185302rem;overflow:hidden;display:block; }
#PkZqLXg67npuxbMGZK4d1N8tQd8T5Msu { 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:23.0625rem;width:42.5625rem;top:2.0208330154419rem;left:14.9375rem;overflow:hidden;display:block; }
#aHdJ43Q277M0NKHO7ads3BL3Ddwb2l32 { 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:39.8125rem;width:46.6875rem;top:1.1145830154419rem;left:-32.614642002208rem;overflow:hidden;display:block; }
#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { background-color: transparent; background-image: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container > .video-iframe-container { display: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container { display: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .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); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { border-width: 0; border-radius: 0; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;position:relative;display:block; }#wgtbiWDdHIIHEiMXpLGOl43xbVx5ly1I { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.6875rem;width:60rem;top:0rem;left:7.5rem;overflow:hidden;display:block; }
#roEfd1ZqDixCewg2PBnMaAtCxeIP03A5 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:30.375rem;top:3.3895835876465rem;left:10.75rem;overflow:hidden;display:block; }
#Xokh2BbbGiCEuFBChhQei49K1947G7xW { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:30.9375rem;top:12.25rem;left:0.0010414123535156rem;overflow:hidden;display:block; }
#oqtIx5AhuI0nsuargTgLlThw8dqBUllR { background-color:transparent;background-image:none;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:anybody;font-size:1.5rem;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:15020;text-align:center;text-align-last:center;top:8.8818359375rem;left:15.1328125rem;display:block; }
#sleRcJHAuhD1Bm5EwJzDqRy42tyv8Rto { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rrbxVqy75H9G6UUXSCgvLfCua94OAxdo { background-color:transparent;background-image:none;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:anybody;font-size:1.5rem;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:15018;text-align:center;text-align-last:center;top:11.19921875rem;left:20.3818359375rem;display:block; }
#yo96iTcrB50apZX5dPTKJtd0Xhf7PLRZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tV9bOCpU5S5Pmd1VoRBa9RnBBMGwGTdu { background-color:transparent;background-image:none;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:anybody;font-size:1.5rem;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:15021;text-align:center;text-align-last:center;top:13.7568359375rem;left:26.1943359375rem;display:block; }
#ybtHDzm0heCBrw3mmFZyb2N93bTr4Ecq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bFAscgz1tkK73vdJCZMOnp4qX3mQPaDy { background-color:transparent;background-image:none;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:anybody;font-size:1.5rem;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:15022;text-align:center;text-align-last:center;top:16.3818359375rem;left:28.974609375rem;display:block; }
#HEXENaX4iRzyCLgAz9wm6nnNkqWqPPEq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NxP8T3ChM2iPAeaH1i99Nd1hA85oDStl { background-color:transparent;background-image:none;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:anybody;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.875rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:21.6875rem;left:37.2568359375rem;display:block; }
#yAxO1rcibtC2HGytuLeuMgNhKO5ql53e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RK6qnvqFQxOF2aVzQDD6UfPoJV3usADt { background-color:transparent;background-image:none;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:anybody;font-size:1.5rem;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:15024;text-align:center;text-align-last:center;top:24.5rem;left:41.125rem;display:block; }
#iW1KSTyhXWl2X4JTRN7eOOHheRAeo1o4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZmyOMgm25wO3eNhOJq2MGr18ikwABZ0t { background-color:transparent;background-image:none;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:anybody;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:18.9375rem;left:34.3193359375rem;display:block; }
#Crffi3BItKn3S2OtTRrHbd8zkaERGyon { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T82DICKnTTTd47OJ11EDeM9POTcVZECq { background-color:transparent;background-image:none;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:anybody;font-size:1.5rem;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:15026;text-align:center;text-align-last:center;top:27.1875rem;left:45.3193359375rem;display:block; }
#FAubZ9N1UOOmbahLRHgqx9qX7M9V2iXl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WaysKFh8N9bFlOzAr8sgD8skEwuHnpiT { position:relative;display:block; }#WaysKFh8N9bFlOzAr8sgD8skEwuHnpiT { background-color: transparent; background-image: none; }#WaysKFh8N9bFlOzAr8sgD8skEwuHnpiT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaysKFh8N9bFlOzAr8sgD8skEwuHnpiT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaysKFh8N9bFlOzAr8sgD8skEwuHnpiT > .row .container > .video-iframe-container { display: none; }#WaysKFh8N9bFlOzAr8sgD8skEwuHnpiT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaysKFh8N9bFlOzAr8sgD8skEwuHnpiT > .row > .video-iframe-container { display: none; }#WaysKFh8N9bFlOzAr8sgD8skEwuHnpiT > .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); }#WaysKFh8N9bFlOzAr8sgD8skEwuHnpiT { border-width: 0; border-radius: 0; }#WaysKFh8N9bFlOzAr8sgD8skEwuHnpiT > .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; }#WaysKFh8N9bFlOzAr8sgD8skEwuHnpiT > .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:11rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HfK0yl6v5OXemnsXfTR0QTBw5UavB5LX { color:#000000;display:block;width:60.125rem;position:absolute;font-family:anybody;font-size:1.625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:1.7000007629394rem;left:6.3427085876462rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wdNI8Nhb63O8hBKVpXPalJbx2TIfH1yv { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:8.625rem;top:5.90625rem;left:10.655208587646rem;overflow:hidden;display:block; }
#s19TfLc8gAVhFTL0GAW8kkexhSViJKxk { position:absolute;display:block;z-index:15038;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:6.25rem;width:11.75rem;top:3.8125rem;left:0.35000038146973rem;overflow:hidden;display:block; }
#fk7TJaZx6IGbxbvSfuoDB6vNXPKPPqqh { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:5.6875rem;top:4.8125rem;left:19.985416412354rem;overflow:hidden;display:block; }
#SfiRxpfUXdn3sBMZvSAyVCIWxCoyUPdI { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4rem;top:4.78125rem;left:32.155208587646rem;overflow:hidden;display:block; }
#VvJo1B5n8LK3TIqOQf2xHKPCpGSOW0zs { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:5.375rem;top:4.71875rem;left:25.672916412354rem;overflow:hidden;display:block; }
#wmG033FpRtC6VSx7UdfQNApKJZETklSB { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.3125rem;top:5.34375rem;left:38.092708587646rem;overflow:hidden;display:block; }
#bENUl3J2HDT9TfWMRd1UgQcPSggpuCx0 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:9.875rem;top:5.6875rem;left:42.842708587646rem;overflow:hidden;display:block; }
#qq84G2AQ7RD3hr9wxorU0NUVJ3J3P0B7 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:9.6875rem;top:5.6875rem;left:53.780208587646rem;overflow:hidden;display:block; }
#ZKFkSXyF8XLWRkB0oHGhaQ1HwHHJ8UT2 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:9.4375rem;top:6.3125rem;left:64.405208587644rem;overflow:hidden;display:block; }
#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row .container { background-color: transparent; background-image: none; }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row .container > .video-iframe-container { display: none; }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row > .video-iframe-container { display: none; }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .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); }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row .container { border-width: 0; border-radius: 0; }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#CH7AnKeJlXuhH8NcknoSrXDZc2mZXawC { color:#ffffff;display:block;width:38.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.062501907349rem;left:17.25rem;height:4.875rem;font-style:normal;display:block; }
#giN0i5gZ5F2xUv0WNmDxqgtw9hSD6Toa { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:9.75rem;top:9.29921913147rem;left:7.5rem;overflow:hidden;display:block; }
#md8bULCSI0W8gFiR0XdEKIJS3UipxVkk { background-color:transparent;background-image:none;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:anybody;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:7.4580078125rem;left:22.875rem;display:block; }
#sShH245zOB2EBr5dcion9xZlgyZ3822o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hrAhNcm1cxn8XW9JTA5JOZDryVOeKiJt { background-color:transparent;background-image:none;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:anybody;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:1.9580078125rem;left:22.875rem;display:block; }
#JXvBmsGFZv9HX8lh35zmcC53vUxhRCzH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t166CHCMJr064T5UhLn8G4UaT7HMXywa { background-color:transparent;background-image:none;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:anybody;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:4.7080078125rem;left:23.625rem;display:block; }
#hClafxTfblh1amCBJcAIRTtMaa5Mbvry { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LuxdxchvRuMsvXua6yXAtdfdtRgT2kRU { background-color:transparent;background-image:none;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:anybody;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:10.111328125rem;left:22.875rem;display:block; }
#ILCiBVU09oTJTN6hlt8DasXSWkyLrAoo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#einlpHDPXFd0ZpttXRa6GfAEH6r44F3s { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.0625rem;width:29.6875rem;top:1.09375rem;left:41.437496185302rem;overflow:hidden;display:block; }
#OOixFtFtUKWZ3DEAXWvuZlgWHDDiTQcd { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.75rem;width:60rem;top:0rem;left:3.375rem;overflow:hidden;display:block; }
#LccugLwgFTMwheUMX6ZwhxlWzDQse18R { background-color:transparent;background-image:none;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:anybody;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:12.625rem;left:22.875rem;display:block; }
#U3sy8HoWrIAcZlP9aR17AGrkkqlEtVvx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RhV0t02D2UUlDWuGdF0TSsuLFCLMok0P { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.8125rem;top:23.255208015442rem;left:7.5rem;overflow:hidden;display:block; }
#uSMFU7mU5qN0rxrupKkKroQIUDTGr1ck { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:3.5625rem;top:23.442709922791rem;left:15.217708587646rem;overflow:hidden;display:block; }
#q3FT7bvpPOZOJbCOM8iwOoOFVlvHn43A { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:6rem;top:24.661459922791rem;left:21.092708587646rem;overflow:hidden;display:block; }
#vEVVmTafu1sFqyIx5Ulc25T6QiWD22Pb { box-sizing:content-box;height:4.5rem;width:8.3125rem;position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;top:23.4375rem;left:20.217708587646rem;display:block; }
#R5WpzPRWFlAyHUTToD00AfxCaQabeQJr { position:relative;display:block; }#R5WpzPRWFlAyHUTToD00AfxCaQabeQJr { background-color: transparent; background-image: none; }#R5WpzPRWFlAyHUTToD00AfxCaQabeQJr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5WpzPRWFlAyHUTToD00AfxCaQabeQJr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5WpzPRWFlAyHUTToD00AfxCaQabeQJr > .row .container > .video-iframe-container { display: none; }#R5WpzPRWFlAyHUTToD00AfxCaQabeQJr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5WpzPRWFlAyHUTToD00AfxCaQabeQJr > .row > .video-iframe-container { display: none; }#R5WpzPRWFlAyHUTToD00AfxCaQabeQJr > .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); }#R5WpzPRWFlAyHUTToD00AfxCaQabeQJr { border-width: 0; border-radius: 0; }#R5WpzPRWFlAyHUTToD00AfxCaQabeQJr > .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; }#R5WpzPRWFlAyHUTToD00AfxCaQabeQJr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vqF9CXykC0866X0lq6OMRx9RkwTzxVuv { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.75rem;width:28.1875rem;top:0rem;left:7.5rem;overflow:hidden;display:block; }
#yqO6QR19egNO13SuR46TOkGyCHDrxVXI { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5625rem;width:60rem;top:2.9375rem;left:7.5rem;overflow:hidden;display:block; }
#VTEVKWMacOSoraJ2HHPHK06Uen4kadSX { background-color:transparent;background-image:none;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:anybody;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:12.825000762939rem;left:34.217708587646rem;display:block; }
#vB9ykXDHdTNCOooVscmEe7mudzoq8a8c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HBfD2fvc3AJ3S50mFfA8JAgOk1uKv9JT { background-color:transparent;background-image:none;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:anybody;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.125rem;height:3.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:9.3875007629394rem;left:26.967708587646rem;display:block; }
#UqUEGht8AHGPRqchJJvTzkWr1bt1xKth { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nvzRTHb5AClCXhFrScULhcOmaKMkhkKc { background-color:transparent;background-image:none;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:anybody;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:16rem;left:34.217708587646rem;display:block; }
#qkr5xt9w5lqWAMu1OJgnTrisQHT4gW56 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gTFVfnvtOaK4LpZqgHbhlElJ32sHK6XD { background-color:transparent;background-image:none;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:anybody;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:26.0625rem;left:34.341796875rem;display:block; }
#puhHIHv8dH9MI3NNMJyz75eAtIalFbn5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IxTp8It4dk1bNeC90ea3gznVwT1CCNSM { background-color:transparent;background-image:none;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:anybody;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:22.875rem;left:34.287502288818rem;display:block; }
#Ths538tye7WtHr0WyHvVCp4nu73GDoxD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f3KiJ3MFauUqN5ADWUgpnNNuKEvN69Zf { background-color:transparent;background-image:none;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:anybody;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:19.4375rem;left:34.842708587646rem;display:block; }
#dvUS3dWgzuiOncnAMpvxSowUtzqfuZXD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nsB54itkMlHS8m9pkoVoJex3TMKuG66d { position:relative;display:block; }#nsB54itkMlHS8m9pkoVoJex3TMKuG66d { background-color: transparent; background-image: none; }#nsB54itkMlHS8m9pkoVoJex3TMKuG66d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsB54itkMlHS8m9pkoVoJex3TMKuG66d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsB54itkMlHS8m9pkoVoJex3TMKuG66d > .row .container > .video-iframe-container { display: none; }#nsB54itkMlHS8m9pkoVoJex3TMKuG66d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsB54itkMlHS8m9pkoVoJex3TMKuG66d > .row > .video-iframe-container { display: none; }#nsB54itkMlHS8m9pkoVoJex3TMKuG66d > .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); }#nsB54itkMlHS8m9pkoVoJex3TMKuG66d { border-width: 0; border-radius: 0; }#nsB54itkMlHS8m9pkoVoJex3TMKuG66d > .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; }#nsB54itkMlHS8m9pkoVoJex3TMKuG66d > .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:11rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zd7GrTHc5g6gArkRSc0y81RH3VrelVIH { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:8.0625rem;top:4.5125007629394rem;left:25.280208587646rem;overflow:hidden;display:block; }
#qq2eD73gzWd4bgwJmMihr7yfxOB775r0 { color:#000000;display:block;width:60.125rem;position:absolute;font-family:anybody;font-size:1.625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:1.7000007629394rem;left:6.3427085876462rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uADoFe0Ebqpu73e4EFOXLBeCrsOo10ys { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.75rem;top:5.1062507629394rem;left:38.592708587646rem;overflow:hidden;display:block; }
#hT0nhvvAzZWhTftBvzKfxyBWZM90Q9CU { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:5.8125rem;top:4.5125007629394rem;left:47.905208587646rem;overflow:hidden;display:block; }
#T9EkWnok6a9VEph65lDiFaorwCEkmnOW { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:4.6375007629394rem;left:18.155208587646rem;overflow:hidden;display:block; }
#GtFhikzE3KdXvAFdTTT10hauEoNpGSec { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.75rem;top:4.5125007629394rem;left:56.655208587646rem;overflow:hidden;display:block; }
#y8OKvL5P988TGMOrNrx6276ATwtipcaJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#y8OKvL5P988TGMOrNrx6276ATwtipcaJ > .row .container { background-color: transparent; background-image: none; }#y8OKvL5P988TGMOrNrx6276ATwtipcaJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8OKvL5P988TGMOrNrx6276ATwtipcaJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8OKvL5P988TGMOrNrx6276ATwtipcaJ > .row .container > .video-iframe-container { display: none; }#y8OKvL5P988TGMOrNrx6276ATwtipcaJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8OKvL5P988TGMOrNrx6276ATwtipcaJ > .row > .video-iframe-container { display: none; }#y8OKvL5P988TGMOrNrx6276ATwtipcaJ > .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); }#y8OKvL5P988TGMOrNrx6276ATwtipcaJ > .row .container { border-width: 0; border-radius: 0; }#y8OKvL5P988TGMOrNrx6276ATwtipcaJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y8OKvL5P988TGMOrNrx6276ATwtipcaJ > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#ZiqXTATr4S0IiNOceTs4GTebTkWfdGkg { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:60rem;top:1.25rem;left:7.5rem;overflow:hidden;display:block; }
#BObp95Tzr51E11q1qmFITFzC00uVRFdn { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:31.5625rem;top:14.625rem;left:7.5rem;overflow:hidden;display:block; }
#yiEeRTPTr1wpWSFokIcu1bek9qFmR4yt { color:#ffffff;display:block;width:25.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:5.0625038146972rem;left:11.875rem;height:1.95rem;font-style:normal;display:block; }
#QZPMqRCLJl1tnIAuy1Igm5e2F6iI7cy9 { color:#ffffff;display:block;width:46.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:8.01171875rem;left:11.875rem;height:3.8984375rem;font-style:normal;display:block; }
#IDkr9qyHSU87gzNn81mZT2QvGZlcnIEr { color:#ffffff;display:block;width:25.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:14.158203125rem;left:28.4375rem;height:1.95rem;font-style:normal;display:block; }
#u9oicnfpKtGfTWO8QnBRN7yQ4mxLvrfo { color:#ffffff;display:block;width:25.6875rem;position:absolute;font-family:anybody;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14.033332824707rem;left:11.875rem;height:1.95rem;font-style:normal;display:block; }
#NPfZo1yEWD4k3NafrwWh3hblEXs64FEI { background-color:transparent;background-image:none;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:anybody;font-size:1.5rem;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:15027;text-align:center;text-align-last:center;top:16.75rem;left:31.4375rem;display:block; }
#zIKKWST6gkKrI1iTqemqDNzL9TUzTGfH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B1m0wowg4DCdP73oNpiFysTGd6BpivLZ { background-color:transparent;background-image:none;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:anybody;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.1875rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:10.3984375rem;left:10.375rem;display:block; }
#XOlr9xIDBzR15H4m5m4tsGRGeTRUFoR5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iQX4OKT0TTH3F5fggeve3JpD0mzFtTDa { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5625rem;width:25.4375rem;top:0.71875rem;left:45.069789886474rem;overflow:hidden;display:block; }
#ikyLyulBgOMGTuT3WH3p817I05nraMFE { position:relative;display:block; }#ikyLyulBgOMGTuT3WH3p817I05nraMFE { background-color: transparent; background-image: none; }#ikyLyulBgOMGTuT3WH3p817I05nraMFE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikyLyulBgOMGTuT3WH3p817I05nraMFE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikyLyulBgOMGTuT3WH3p817I05nraMFE > .row .container > .video-iframe-container { display: none; }#ikyLyulBgOMGTuT3WH3p817I05nraMFE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikyLyulBgOMGTuT3WH3p817I05nraMFE > .row > .video-iframe-container { display: none; }#ikyLyulBgOMGTuT3WH3p817I05nraMFE > .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); }#ikyLyulBgOMGTuT3WH3p817I05nraMFE { border-width: 0; border-radius: 0; }#ikyLyulBgOMGTuT3WH3p817I05nraMFE > .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; }#ikyLyulBgOMGTuT3WH3p817I05nraMFE > .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:11rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HiAxO46F88ZCKZr5mqcgRyCTbl54LJK2 { color:#000000;display:block;width:60.125rem;position:absolute;font-family:anybody;font-size:1.625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:1.7000007629394rem;left:6.3427085876462rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WQOSOOQENL0SsLzEoUI8kSxF2nIOqF3C { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:9.625rem;top:5.7625007629394rem;left:38.217708587646rem;overflow:hidden;display:block; }
#P0JQiith4MuxvyB9JdSUuUxspWKz7w7Q { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:5.8125rem;top:5.1375007629394rem;left:49.342708587646rem;overflow:hidden;display:block; }
#q2R6mPbSCiMpUwAihFMCgaXKFGWsIfa1 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:6.625rem;top:5.3562507629394rem;left:21.530208587646rem;overflow:hidden;display:block; }
#HerGAH1DuG4XncTbsq33nXTDEnGvkzQt { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:4.1875rem;top:5.0197906494141rem;left:15.717708587646rem;overflow:hidden;display:block; }
#XvVcheu1wzToQVS3H3i35riCFHx391C8 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:6.625rem;top:6.1062507629394rem;left:30.600002288818rem;overflow:hidden;display:block; }
#utNHTid5XNaLmsyoTtCnBa5TkcNhBBxS { position:relative;display:block; }#utNHTid5XNaLmsyoTtCnBa5TkcNhBBxS { background-color: transparent; background-image: none; }#utNHTid5XNaLmsyoTtCnBa5TkcNhBBxS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utNHTid5XNaLmsyoTtCnBa5TkcNhBBxS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utNHTid5XNaLmsyoTtCnBa5TkcNhBBxS > .row .container > .video-iframe-container { display: none; }#utNHTid5XNaLmsyoTtCnBa5TkcNhBBxS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utNHTid5XNaLmsyoTtCnBa5TkcNhBBxS > .row > .video-iframe-container { display: none; }#utNHTid5XNaLmsyoTtCnBa5TkcNhBBxS > .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); }#utNHTid5XNaLmsyoTtCnBa5TkcNhBBxS { border-width: 0; border-radius: 0; }#utNHTid5XNaLmsyoTtCnBa5TkcNhBBxS > .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; }#utNHTid5XNaLmsyoTtCnBa5TkcNhBBxS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TT1500XTfMiLb1a2T5eUx38NOKXrDuBk { position:relative;display:block; }#TT1500XTfMiLb1a2T5eUx38NOKXrDuBk { background-color: transparent; background-image: none; }#TT1500XTfMiLb1a2T5eUx38NOKXrDuBk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT1500XTfMiLb1a2T5eUx38NOKXrDuBk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT1500XTfMiLb1a2T5eUx38NOKXrDuBk > .row .container > .video-iframe-container { display: none; }#TT1500XTfMiLb1a2T5eUx38NOKXrDuBk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT1500XTfMiLb1a2T5eUx38NOKXrDuBk > .row > .video-iframe-container { display: none; }#TT1500XTfMiLb1a2T5eUx38NOKXrDuBk > .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); }#TT1500XTfMiLb1a2T5eUx38NOKXrDuBk { border-width: 0; border-radius: 0; }#TT1500XTfMiLb1a2T5eUx38NOKXrDuBk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TT1500XTfMiLb1a2T5eUx38NOKXrDuBk > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#f1pU4iobTIx7JC7g6ko8xNt4mqSA6n8y { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:7.1875rem;top:0.9375rem;left:1.5625rem;overflow:hidden;display:block; }
#LfZkDPzFx7wQLFMNZlJmo8FPZkSRyrgg { 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:4.6875rem;width:11.0625rem;top:3.3749771118164rem;left:0.625rem;overflow:hidden;display:block; }
#Z1nenwIPCpUNEM3S1moh2hAKr8P4yNWw { box-sizing:content-box;height:6.9375rem;width:0.125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:0.9375rem;left:15.367659395973rem;display:block; }
#ancxi8wPrLx71uBlgkrzyBCk5Usi89tW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.9375rem;top:0.9375rem;left:17.8125rem;overflow:hidden;display:block; }
#WKLroLbNUdhhGBmiR4Rueu1vLTL5wun4 { 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:2.625rem;width:7.5rem;top:4.4052734375rem;left:17.8125rem;overflow:hidden;display:block; }
#cCWGf83SsUgLXA2XDZccOUgEGd8mp5Dz { 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:2.375rem;width:7.5rem;top:4.5302734375rem;left:27.375rem;overflow:hidden;display:block; }
#m7B02tVMPyssKsCGe7LDmtzF3cFg0C5l { 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:1.9375rem;width:7.5rem;top:4.7490234375rem;left:37.75rem;overflow:hidden;display:block; }
#dUOwVdkr0KnxxDPhyps0Aa11UktMZ12O { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:9.6875rem;left:0rem;display:block; }
#w9Ph2Ni4pRMmJU3DDaXiFHgyzoNrmivh { position:absolute;display:block;z-index:15003;background-color:#004673;background-image:none;background-position:top left !important;background-repeat: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:9.625rem;width:0.125rem;top:1rem;left:20.4375rem;display:none; }
#kFG6FOMI9ympgb6aPQzzu4FlcJcaDHRp { position:relative;display:block; }#kFG6FOMI9ympgb6aPQzzu4FlcJcaDHRp { background-color: transparent; background-image: none; }#kFG6FOMI9ympgb6aPQzzu4FlcJcaDHRp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFG6FOMI9ympgb6aPQzzu4FlcJcaDHRp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFG6FOMI9ympgb6aPQzzu4FlcJcaDHRp > .row .container > .video-iframe-container { display: none; }#kFG6FOMI9ympgb6aPQzzu4FlcJcaDHRp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFG6FOMI9ympgb6aPQzzu4FlcJcaDHRp > .row > .video-iframe-container { display: none; }#kFG6FOMI9ympgb6aPQzzu4FlcJcaDHRp > .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); }#kFG6FOMI9ympgb6aPQzzu4FlcJcaDHRp { border-width: 0; border-radius: 0; }#kFG6FOMI9ympgb6aPQzzu4FlcJcaDHRp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kFG6FOMI9ympgb6aPQzzu4FlcJcaDHRp > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#KFT6hVnW1LdgunpkONbiL47i97AixwoT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.3125rem;top:0.9375rem;left:1.25rem;overflow:hidden;display:block; }
#DVXCEUEUCrxwoTCXTdPIThAuPLWzicE8 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:13.3125rem;top:3.625rem;left:1.25rem;overflow:hidden;display:block; }
#xT7Rw57BF1brZeXv5UTU2trOSVEeutJ6 { 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:4.625rem;width:8.625rem;top:3.65625rem;left:15.90625rem;overflow:hidden;display:block; }
#hdhFpMmxJSKlS2FZnnK5CvMfvd9AG5xN { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:9.625rem;left:0rem;display:block; }
#qbrLSiEPvXh4U5SQCacGITD2OextfHur { position:relative;display:block; }#qbrLSiEPvXh4U5SQCacGITD2OextfHur { background-color: transparent; background-image: none; }#qbrLSiEPvXh4U5SQCacGITD2OextfHur::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbrLSiEPvXh4U5SQCacGITD2OextfHur > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbrLSiEPvXh4U5SQCacGITD2OextfHur > .row .container > .video-iframe-container { display: none; }#qbrLSiEPvXh4U5SQCacGITD2OextfHur > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbrLSiEPvXh4U5SQCacGITD2OextfHur > .row > .video-iframe-container { display: none; }#qbrLSiEPvXh4U5SQCacGITD2OextfHur > .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); }#qbrLSiEPvXh4U5SQCacGITD2OextfHur { border-width: 0; border-radius: 0; }#qbrLSiEPvXh4U5SQCacGITD2OextfHur > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbrLSiEPvXh4U5SQCacGITD2OextfHur > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#EcBCoP6V08NleWwsmBrKdMZT0mL9kM2f { 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:2.1875rem;width:17.125rem;top:0.8125rem;left:1.3125rem;overflow:hidden;display:block; }
#ps9x3d1w0Z3bAJPVdBIiUX7yRlQ54Wh9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:7.5rem;top:4.5rem;left:1.3125rem;overflow:hidden;display:block; }
#BAcGyN0eXEBk8ZccZDgEiyQytevIhcgW { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:9.375rem;left:0rem;display:block; }
#OePbXPFFio71vQTWi0ECfrDKtF0x228W { position:relative;display:block; }#OePbXPFFio71vQTWi0ECfrDKtF0x228W { background-color: transparent; background-image: none; }#OePbXPFFio71vQTWi0ECfrDKtF0x228W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OePbXPFFio71vQTWi0ECfrDKtF0x228W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OePbXPFFio71vQTWi0ECfrDKtF0x228W > .row .container > .video-iframe-container { display: none; }#OePbXPFFio71vQTWi0ECfrDKtF0x228W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OePbXPFFio71vQTWi0ECfrDKtF0x228W > .row > .video-iframe-container { display: none; }#OePbXPFFio71vQTWi0ECfrDKtF0x228W > .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); }#OePbXPFFio71vQTWi0ECfrDKtF0x228W { border-width: 0; border-radius: 0; }#OePbXPFFio71vQTWi0ECfrDKtF0x228W > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OePbXPFFio71vQTWi0ECfrDKtF0x228W > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ZM4agxRtCbWaWTT48rtBQNob2FgMzc4I { 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:2.1875rem;width:13.5rem;top:0.5625rem;left:1.9375rem;overflow:hidden;display:block; }
#JkVXXbVd0FbTBKu79SsOaTAs1zoCoXNo { 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:1.25rem;width:14.3125rem;top:5.9375190734863rem;left:29.5rem;overflow:hidden;display:block; }
#xxz8I4U5w6iy1FRZ0G9vNc3crikPAkn8 { 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:4.25rem;width:5rem;top:4.4375rem;left:1.9375rem;overflow:hidden;display:block; }
#g16d2LHxuqnug0pCItA3bWXChOi7nPA0 { 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:4.125rem;width:5rem;top:4.5rem;left:7.9375rem;overflow:hidden;display:block; }
#DDxt4TBt01CVnBmpMOHRLo2vSkvSFkl9 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.625rem;top:5.0000190734863rem;left:21.904167175293rem;overflow:hidden;display:block; }
#AXRbd6Ir0qsLtdHIEGn1WmHIrXmLC1Mx { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:3.75rem;top:4.5625190734863rem;left:15.4375rem;overflow:hidden;display:block; }
#f4aNrTtLxIgb9FNx4fsLCRWRtsWPT9c3 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3.75rem;top:5.2187690734863rem;left:52.71667098999rem;overflow:hidden;display:block; }
#IySvstdCrJ6zV09wT4iP2vostrM0yakV { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:6.25rem;top:4.3750190734863rem;left:44.850002288818rem;overflow:hidden;display:block; }
#WsxPl8aXAUhOUbssLJ9l0h24qNffJzgR { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:6.875rem;top:5.5000190734863rem;left:59.02917098999rem;overflow:hidden;display:block; }
#hDZbcblq3cvSpyPVzJlZ7zsJL4PSyKHw { box-sizing:content-box;height:0.1875rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:9.5rem;left:0rem;display:block; }
#UUzAMttrgy3nXqB1vkx0qHaznJpHed05 { position:relative;display:block; }#UUzAMttrgy3nXqB1vkx0qHaznJpHed05 { background-color: transparent; background-image: none; }#UUzAMttrgy3nXqB1vkx0qHaznJpHed05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUzAMttrgy3nXqB1vkx0qHaznJpHed05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUzAMttrgy3nXqB1vkx0qHaznJpHed05 > .row .container > .video-iframe-container { display: none; }#UUzAMttrgy3nXqB1vkx0qHaznJpHed05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUzAMttrgy3nXqB1vkx0qHaznJpHed05 > .row > .video-iframe-container { display: none; }#UUzAMttrgy3nXqB1vkx0qHaznJpHed05 > .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); }#UUzAMttrgy3nXqB1vkx0qHaznJpHed05 { border-width: 0; border-radius: 0; }#UUzAMttrgy3nXqB1vkx0qHaznJpHed05 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UUzAMttrgy3nXqB1vkx0qHaznJpHed05 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#hpXtKyoLZTPMdNcJsOoowvI394sulrGV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:13.875rem;top:1.1875rem;left:1.9027776718139rem;overflow:hidden;display:block; }
#xCpFwyDNllJ3wKRzJFsy2IlAybmwUXeH { 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:4.8125rem;width:5.1875rem;top:5.0869140625rem;left:1.90234375rem;overflow:hidden;display:block; }
#qh4PNtJhqNJLMykn2DhcsZHVx4oU05vH { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:6.375rem;top:6.0244140625rem;left:9.466796875rem;overflow:hidden;display:block; }
#fpaOBTpZZ0nazcThwuoJEbP7weNryiEq { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;top:11.375rem;left:0rem;display:block; }
#Z6bWFFO6MnLDcx4E8sTqgcwvHo6JyUTQ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:6.875rem;top:6.0869140625rem;left:18.75rem;overflow:hidden;display:block; }
#v7bllIQT8lCpR45NTRHUeu0cZOdUv4O7 { position:relative;display:block; }#v7bllIQT8lCpR45NTRHUeu0cZOdUv4O7 { background-color: transparent; background-image: none; }#v7bllIQT8lCpR45NTRHUeu0cZOdUv4O7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7bllIQT8lCpR45NTRHUeu0cZOdUv4O7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7bllIQT8lCpR45NTRHUeu0cZOdUv4O7 > .row .container > .video-iframe-container { display: none; }#v7bllIQT8lCpR45NTRHUeu0cZOdUv4O7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7bllIQT8lCpR45NTRHUeu0cZOdUv4O7 > .row > .video-iframe-container { display: none; }#v7bllIQT8lCpR45NTRHUeu0cZOdUv4O7 > .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); }#v7bllIQT8lCpR45NTRHUeu0cZOdUv4O7 { border-width: 0; border-radius: 0; }#v7bllIQT8lCpR45NTRHUeu0cZOdUv4O7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v7bllIQT8lCpR45NTRHUeu0cZOdUv4O7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#iEL6m3h9Xo23EFbk2X8Ooro03rP7Z5PG { 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:2.1875rem;width:11.9375rem;top:0.92499923706056rem;left:1.5302085876465rem;overflow:hidden;display:block; }
#twxK4zMOt8aqe8FI0QU1MFT6S8nl6Euf { 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:3.9375rem;width:4.0625rem;top:4.0810546875rem;left:1.716796875rem;overflow:hidden;display:block; }
#CyIXc5xnWeTZKcCp2EnBs6SQemAQvmrN { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:6.25rem;top:5.3625001907349rem;left:7.2875022888181rem;overflow:hidden;display:block; }
#RUGxwieL4COgMmvi2Q6D8JqDe2Vqh3U9 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.9375rem;top:5.3624992370606rem;left:15.467708587646rem;overflow:hidden;display:block; }
#sU4yzyIpL9rsOp74u9qUs3lkB87KErqP { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:11.125rem;top:4.6435546875rem;left:25.875rem;overflow:hidden;display:block; }
#W4aRLmOgGQ8fiUCr1Z5ITiC57uoFZ1Oe { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:10.6875rem;top:4.6748046875rem;left:37.9375rem;overflow:hidden;display:block; }
#shd2GvarZbkmUkN9mtWwEW4QnpcB9KfR { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:7.1875rem;top:4.8623046875rem;left:49.75rem;overflow:hidden;display:block; }
#NWftkOqZqk8pXzkGyE80ceU6eWm67n4t { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:8.8125rem;top:9.3125rem;left:48.9375rem;overflow:hidden;display:block; }
#sFXTS7QrSyDHEJG6qaX5cgiqtgtwAwLr { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:6.1875rem;top:10.625rem;left:1.716796875rem;overflow:hidden;display:block; }
#lBXqTZyWTyMGxex0lwxldK328mIxVnNh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:7.875rem;top:9.5625rem;left:10rem;overflow:hidden;display:block; }
#lToy4hbhaq1DdTo7mTMuFDyMpcsPhXR1 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:3.375rem;top:9.375rem;left:19.75rem;overflow:hidden;display:block; }
#k0dS7PNEmnfyGTVH4o0SowL56QJRplnE { position:absolute;display:block;z-index:15021;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.5rem;width:7.75rem;top:8.6875rem;left:26.625rem;overflow:hidden;display:block; }
#T5VpmRVHHfdsm2e2TFTdUypXDHc4snXJ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:8.5625rem;top:9.75rem;left:38.25rem;overflow:hidden;display:block; }
#BcTHQLAURvkGvCqfF0exI16ulR437mZy { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:14.25rem;left:0rem;display:block; }
#Qz3ne6p6QiImObevu1vOaNI3Chz618hm { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:7.1875rem;top:9.9375rem;left:60.125rem;overflow:hidden;display:block; }
#CTsOF4XoPRTMXZks8I56ZeEa9clQ8sGT { position:relative;display:block; }#CTsOF4XoPRTMXZks8I56ZeEa9clQ8sGT { background-color: transparent; background-image: none; }#CTsOF4XoPRTMXZks8I56ZeEa9clQ8sGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTsOF4XoPRTMXZks8I56ZeEa9clQ8sGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTsOF4XoPRTMXZks8I56ZeEa9clQ8sGT > .row .container > .video-iframe-container { display: none; }#CTsOF4XoPRTMXZks8I56ZeEa9clQ8sGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTsOF4XoPRTMXZks8I56ZeEa9clQ8sGT > .row > .video-iframe-container { display: none; }#CTsOF4XoPRTMXZks8I56ZeEa9clQ8sGT > .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); }#CTsOF4XoPRTMXZks8I56ZeEa9clQ8sGT { border-width: 0; border-radius: 0; }#CTsOF4XoPRTMXZks8I56ZeEa9clQ8sGT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CTsOF4XoPRTMXZks8I56ZeEa9clQ8sGT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#rlubkrdCZAyHhRunaI4GrJARZHavhhWf { 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:2.1875rem;width:7.875rem;top:0.8125rem;left:1.9375rem;overflow:hidden;display:block; }
#N3hM2R3Ova06epr8cbZ0vyngVP8FS4Vo { 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:4.25rem;width:3.3125rem;top:4.4375rem;left:1.9375rem;overflow:hidden;display:block; }
#Th2Wmx14T5F2o8KN5mcL9QT5ATg5dThk { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:5rem;top:5.6875rem;left:6.875rem;overflow:hidden;display:block; }
#buH6Q4lzHzCDwLJdnxREltLQNiHyzwPy { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.75rem;top:4.4375rem;left:13.75rem;overflow:hidden;display:block; }
#T2KQESeFTCBSZ5LyovCEFrTc61swa0zk { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:10.625rem;left:0rem;display:block; }
#eVLmyiwERniTDtOXfDwPtJOeFaccrGME { position:relative;display:block; }#eVLmyiwERniTDtOXfDwPtJOeFaccrGME { background-color: transparent; background-image: none; }#eVLmyiwERniTDtOXfDwPtJOeFaccrGME::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVLmyiwERniTDtOXfDwPtJOeFaccrGME > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVLmyiwERniTDtOXfDwPtJOeFaccrGME > .row .container > .video-iframe-container { display: none; }#eVLmyiwERniTDtOXfDwPtJOeFaccrGME > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVLmyiwERniTDtOXfDwPtJOeFaccrGME > .row > .video-iframe-container { display: none; }#eVLmyiwERniTDtOXfDwPtJOeFaccrGME > .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); }#eVLmyiwERniTDtOXfDwPtJOeFaccrGME { border-width: 0; border-radius: 0; }#eVLmyiwERniTDtOXfDwPtJOeFaccrGME > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eVLmyiwERniTDtOXfDwPtJOeFaccrGME > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#hiK78GLgyD069f1TloK219MxWsp2I2h8 { 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:2.1875rem;width:12.25rem;top:0.625rem;left:1.9375rem;overflow:hidden;display:block; }
#SWHdslr4tNVFTvUZnfDGTO9Xmoio2Ewi { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:5rem;top:4.3125rem;left:1.9375rem;overflow:hidden;display:block; }
#kwxBDQbCitgLaUK67P9uEfVWtKICUaiq { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:4.3125rem;left:8.875rem;overflow:hidden;display:block; }
#AqTUqbcfuXn4x6I5olvzqVQfMxAAB59d { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.75rem;top:4.375rem;left:14.75rem;overflow:hidden;display:block; }
#gFFMfQZ6Cl0nxngpFiv6dyKtGC5AVOEp { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6.25rem;top:5.1875rem;left:20.5rem;overflow:hidden;display:block; }
#bK8vSZTdBxriIzqwKCBRmMEsFnt8Teez { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:3.75rem;top:3.75rem;left:28.5rem;overflow:hidden;display:block; }
#e2yPCwBfONGiQlPZf9khFW9abZWJ3nkb { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:6.875rem;top:4.25rem;left:33.4375rem;overflow:hidden;display:block; }
#eaXAbPxiZaaJF29V9G82CDUTGc0gvxoz { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.0625rem;top:3.75rem;left:43.96875rem;overflow:hidden;display:block; }
#lTnziwaBsmb1FPCXR4IigRrL9Wg2nEt6 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.875rem;top:9.96875rem;left:34.9375rem;overflow:hidden;display:block; }
#Mnva2mwGv695AXvomfX4sucGiuSEIdoS { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.4375rem;top:9.71875rem;left:26.75rem;overflow:hidden;display:block; }
#DA9KqSwT36Tx3TyOg7bT1fNWEQQ0DaLT { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:8.875rem;left:18.5rem;overflow:hidden;display:block; }
#yw3q8HVVe0u9ylBhic8A2DAczLlcehcV { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:4.9375rem;top:10.34375rem;left:11.5234375rem;overflow:hidden;display:block; }
#unRx1uVkZPx2vcWJ46tuMvxlf4QJbppJ { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:9.875rem;top:10.1875rem;left:1.0859375rem;overflow:hidden;display:block; }
#llDadgdn73U3PA7VDwhWaPRzgLGmNnRM { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:15.5rem;left:0rem;display:block; }
#guTVXgZRmWSNLqsVl2B2T8LdEZQgupEk { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:7.5rem;top:9.96875rem;left:42.4375rem;overflow:hidden;display:block; }
#E2e4IqVRNhEL9vqUyhB3XAdI6nl0cS52 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:9.875rem;left:51rem;overflow:hidden;display:block; }
#lAd8Sscb0BAi3DtQ50uDHBtRWqpUhCAO { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:4.3125rem;left:50.59375rem;overflow:hidden;display:block; }
#UzJrcqTdE2WDoDCoZhhmmWDxU1BrQLBA { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:5.875rem;top:4.71875rem;left:57.1142578125rem;overflow:hidden;display:block; }
#B6UfBnPy3Dd9ZO7TXcuqgReFViLn0p64 { position:relative;display:block; }#B6UfBnPy3Dd9ZO7TXcuqgReFViLn0p64 { background-color: transparent; background-image: none; }#B6UfBnPy3Dd9ZO7TXcuqgReFViLn0p64::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6UfBnPy3Dd9ZO7TXcuqgReFViLn0p64 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6UfBnPy3Dd9ZO7TXcuqgReFViLn0p64 > .row .container > .video-iframe-container { display: none; }#B6UfBnPy3Dd9ZO7TXcuqgReFViLn0p64 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6UfBnPy3Dd9ZO7TXcuqgReFViLn0p64 > .row > .video-iframe-container { display: none; }#B6UfBnPy3Dd9ZO7TXcuqgReFViLn0p64 > .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); }#B6UfBnPy3Dd9ZO7TXcuqgReFViLn0p64 { border-width: 0; border-radius: 0; }#B6UfBnPy3Dd9ZO7TXcuqgReFViLn0p64 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B6UfBnPy3Dd9ZO7TXcuqgReFViLn0p64 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#RZsRiyV8BWOElCtI4baQhgaNZGo9oh9B { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.875rem;top:1.5000019073486rem;left:2.3125rem;overflow:hidden;display:block; }
#mPDIOVwoZTnTvohkDoqGWhAK0tE48MEI { 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:2.8125rem;width:5.3125rem;top:5.0645751953125rem;left:2.3125rem;overflow:hidden;display:block; }
#zquukJR1r9TofsXzMo4EWOBWdTwssXtS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:8.6875rem;top:5.064453125rem;left:37.2490234375rem;overflow:hidden;display:block; }
#nrnGRZTtLonLPcHUcTa0K8JBsET16w9r { 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:2.25rem;width:5.3125rem;top:4.564453125rem;left:30.875rem;overflow:hidden;display:block; }
#stcV8b9mcVgV5dcKaTRtH9AvJPNTcSuN { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:5.3125rem;top:4.84375rem;left:10.029296875rem;overflow:hidden;display:block; }
#xTAD0v3uFIMs6ahimnDoBEw9gabmz4B8 { 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:1.9375rem;width:5.3125rem;top:5.064453125rem;left:17.5rem;overflow:hidden;display:block; }
#pTd8vyAtssodwifRMvvXJx9qSctBWUdc { 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:1.75rem;width:7.125rem;top:5.064453125rem;left:47.3115234375rem;overflow:hidden;display:block; }
#lQcZ0vPtpsby1wMvmOQz40S52VC9p0Uk { 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:2.8125rem;width:5rem;top:4.283203125rem;left:24.091796875rem;overflow:hidden;display:block; }
#prkiMcBsaM4TF4qrL4QEhaFiSOUidSQs { position:relative;display:block; }#prkiMcBsaM4TF4qrL4QEhaFiSOUidSQs { background-color: transparent; background-image: none; }#prkiMcBsaM4TF4qrL4QEhaFiSOUidSQs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prkiMcBsaM4TF4qrL4QEhaFiSOUidSQs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prkiMcBsaM4TF4qrL4QEhaFiSOUidSQs > .row .container > .video-iframe-container { display: none; }#prkiMcBsaM4TF4qrL4QEhaFiSOUidSQs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prkiMcBsaM4TF4qrL4QEhaFiSOUidSQs > .row > .video-iframe-container { display: none; }#prkiMcBsaM4TF4qrL4QEhaFiSOUidSQs > .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); }#prkiMcBsaM4TF4qrL4QEhaFiSOUidSQs { border-width: 0; border-radius: 0; }#prkiMcBsaM4TF4qrL4QEhaFiSOUidSQs > .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; }#prkiMcBsaM4TF4qrL4QEhaFiSOUidSQs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WEo5MxTMXSbMFIclptal87Aw9l7pstDE { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:10.8125rem;top:1.3749980926514rem;left:4.9375rem;overflow:hidden;display:block; }
#SmUHuNAwtTTOZb1EidtmVzvZDagXiL7X { position:absolute;display:block;z-index:14988;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:17.25rem;top:1.5rem;left:2.46875rem;overflow:hidden;display:block; }
#Pfu9PTLJCwhEu0UzirMTC7CmyWmm9hfn { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:11.677734375rem;left:52.59375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#MwA3lac6t22BhvmvISgzkL23cTUZRtPo { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:11.67812538147rem;left:26.8125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#fMODty2CPd9hqmC79lqTP6fuAVpghNsT { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.5135440826419rem;left:26.8125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TFT1Gy0f8yM2cZkuM18K6qAW7f7Ln6gD { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:9.5126953125rem;left:52.59375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ecsfq2lSsSzMTDHTZKTTXJDfoAb8t8SE { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:23.4375rem;top:5.6875019073486rem;left:50.781246185302rem;overflow:hidden;display:block; }
#UyNSzL4UuD8FNlaEpNVLTRIunhlFJPrD { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:12.9775390625rem;left:52.59375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#UyIOGOqd3RDa4vMBqM9DKJOSURahmcDT { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:22.6875rem;top:5.6875019073486rem;left:25.78125rem;overflow:hidden;display:block; }
#WwcIz2zTPzcUGSgTIiP22X5plCThKR0X { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:22.6875rem;top:5.6875019073486rem;left:1.15625rem;overflow:hidden;display:block; }
#PEObR68JUkgnRvEaT06oXJR38Zh0FQMJ { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:12.97812461853rem;left:26.8125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#RBvhXsuSLRtv1VliPXsmsRCsRNECJAIo { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:11.67812538147rem;left:2.59375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#r4ag8nhCvIlMkP2aTsdcaThIz2haTniI { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:9.5135440826419rem;left:2.59375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eGiI7660PkoqW7eTDu1nQ0WhMKAyOE8H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#eGiI7660PkoqW7eTDu1nQ0WhMKAyOE8H > .row .container { background-color: transparent; background-image: none; }#eGiI7660PkoqW7eTDu1nQ0WhMKAyOE8H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGiI7660PkoqW7eTDu1nQ0WhMKAyOE8H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGiI7660PkoqW7eTDu1nQ0WhMKAyOE8H > .row .container > .video-iframe-container { display: none; }#eGiI7660PkoqW7eTDu1nQ0WhMKAyOE8H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGiI7660PkoqW7eTDu1nQ0WhMKAyOE8H > .row > .video-iframe-container { display: none; }#eGiI7660PkoqW7eTDu1nQ0WhMKAyOE8H > .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); }#eGiI7660PkoqW7eTDu1nQ0WhMKAyOE8H > .row .container { border-width: 0; border-radius: 0; }#eGiI7660PkoqW7eTDu1nQ0WhMKAyOE8H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eGiI7660PkoqW7eTDu1nQ0WhMKAyOE8H > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#ifDawLi5Eirso3ZJypGQODnIgwurIp9U { color:#004673;display:block;width:25.375rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:8.625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RySUVnQLRgZLoPs9r1Xxnk0PsCaT8Jgu { position:absolute;display:block;z-index:15002;background-color:#004673;background-image:none;background-position:top left !important;background-repeat: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:4.5625rem;width:0.125rem;top:0.95624923706056rem;left:31.062500953674rem;display:block; }
#LhE3ctwQ5fhTDX81t2Un32K8eoEfABed { color:#000000;display:block;width:27.625rem;position:absolute;font-family:"open sans";font-size:0.5rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);top:0.95624923706056rem;left:1.375rem;height:4.89453125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#PGBKEiVha9wkfaPs6VT78aK37yJMraXC { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:0.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.95624923706056rem;left:32.562500953674rem;height:1.298825rem;text-align:left;text-align-last:left;display:block; }
#navExq5QgT18Uoo5oa5wxpMSB16NuL8N { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.390625rem;left:32.562500953674rem;height:0.73125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kp5FNhWwFEITAsRV3LJtJaPoVLISkqoe { 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:2.6875rem;width:6.4375rem;top:0.95624923706056rem;left:50.584374427796rem;overflow:hidden;display:block; }
#Trr947h9TifClTHlQ0F9sr5avTBMDUus { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:10.75rem;top:0.95624923706056rem;left:61.596874237061rem;overflow:hidden;display:block; }
#TZLEoTtmNIs1rV0gcW5DKThgA2x3nmDm { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:1.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.3812561035156rem;left:62.159374237061rem;display:block; }
#XxyGxzJxkxvEttgdscWP2iApkcnsJ8C6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TMgka4MqPsKdhNbGpVsbr1VnQ6SVfqpQ { display:block; }#TMgka4MqPsKdhNbGpVsbr1VnQ6SVfqpQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2GZiDVXehoNNQ4lDNgWh8TF9lZoNwo9 { width:9.125rem;height:1.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #imclPTO8mfg634wxqsgP273Ci55N4sOa { width:14.0625rem;height:2.625rem;top:0.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRutEHKNXZkMByJIQqk3kFJxNRyoNM9d { width:10.5625rem;height:1.875rem;top:1.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIc1rSQzn5a0sHLefcuIHC9DB4oUPPfC { width:12.75rem;height:2.5rem;top:0.875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvlgRo6wxQ56B8obmf50Km6NAXGGzU7X { width:9.375rem;height:1.875rem;top:1.25rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbn4VxEQUEU1q4dpd3TBAXHqHAFAi4Uw { width:15rem;height:2.5rem;top:0.8125rem;left:28.718746185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOfZ9PkvmsRKTCT914gQMFqxJ3pczAvW { width:13.5625rem;height:1.875rem;top:1.25rem;left:29.437496185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIa5OD4V6CPFuEn6iSRITl6EuhQx6g9o { width:13.3125rem;height:2.6875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgUucgicsXMFppG6pANhu8uIoBsIkMEL { width:7.625rem;height:2.5rem;top:0.8125rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdOzH1V63WB8iS0KWCmyvoyCniJMgXbC { width:5.3125rem;height:1.875rem;top:1.25rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFWWaHfwPVNuKW3TLOAcJGPeatsokhFT { width:8.0625rem;height:2.5rem;top:0.8125rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRAU7QA6IONauGquBO9TaKgJJMSty7Zi { width:5.9375rem;height:1.875rem;top:1.25rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5mTqeE3EQ7TcNvtg1hvPKWFEFMLpoB3 { display:block; }#o5mTqeE3EQ7TcNvtg1hvPKWFEFMLpoB3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuaLPu1ziAdcUTo33bz4h2ce0avw76VI { width:7.25rem;height:5.6875rem;top:7.375rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkZqLXg67npuxbMGZK4d1N8tQd8T5Msu { width:42.5625rem;height:23.0625rem;top:2rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHdJ43Q277M0NKHO7ads3BL3Ddwb2l32 { width:46.6875rem;height:39.8125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { display:block; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgtbiWDdHIIHEiMXpLGOl43xbVx5ly1I { width:47.75rem;height:31.584635416667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #roEfd1ZqDixCewg2PBnMaAtCxeIP03A5 { width:30.375rem;height:5.5625rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xokh2BbbGiCEuFBChhQei49K1947G7xW { width:30.9375rem;height:28.0625rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqtIx5AhuI0nsuargTgLlThw8dqBUllR { width:17.5rem;height:3.4375rem;top:8.875rem;left:1.5078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sleRcJHAuhD1Bm5EwJzDqRy42tyv8Rto { display:block; }
 }@media only screen and (max-width: 763px) { #rrbxVqy75H9G6UUXSCgvLfCua94OAxdo { width:17.5rem;height:3.4375rem;top:11.1875rem;left:6.7568359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo96iTcrB50apZX5dPTKJtd0Xhf7PLRZ { display:block; }
 }@media only screen and (max-width: 763px) { #tV9bOCpU5S5Pmd1VoRBa9RnBBMGwGTdu { width:17.5rem;height:3.4375rem;top:13.75rem;left:12.5693359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybtHDzm0heCBrw3mmFZyb2N93bTr4Ecq { display:block; }
 }@media only screen and (max-width: 763px) { #bFAscgz1tkK73vdJCZMOnp4qX3mQPaDy { width:17.5rem;height:3.4375rem;top:16.375rem;left:15.349609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEXENaX4iRzyCLgAz9wm6nnNkqWqPPEq { display:block; }
 }@media only screen and (max-width: 763px) { #NxP8T3ChM2iPAeaH1i99Nd1hA85oDStl { width:19.875rem;height:3.4375rem;top:21.6875rem;left:23.6318359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAxO1rcibtC2HGytuLeuMgNhKO5ql53e { display:block; }
 }@media only screen and (max-width: 763px) { #RK6qnvqFQxOF2aVzQDD6UfPoJV3usADt { width:17.5rem;height:3.4375rem;top:24.5rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW1KSTyhXWl2X4JTRN7eOOHheRAeo1o4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZmyOMgm25wO3eNhOJq2MGr18ikwABZ0t { width:20.6875rem;height:3.4375rem;top:18.9375rem;left:20.6943359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crffi3BItKn3S2OtTRrHbd8zkaERGyon { display:block; }
 }@media only screen and (max-width: 763px) { #T82DICKnTTTd47OJ11EDeM9POTcVZECq { width:17.5rem;height:3.4375rem;top:27.1875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAubZ9N1UOOmbahLRHgqx9qX7M9V2iXl { display:block; }
 }@media only screen and (max-width: 763px) { #WaysKFh8N9bFlOzAr8sgD8skEwuHnpiT { display:block; }#WaysKFh8N9bFlOzAr8sgD8skEwuHnpiT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfK0yl6v5OXemnsXfTR0QTBw5UavB5LX { width:47.75rem;height:2.0625rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdNI8Nhb63O8hBKVpXPalJbx2TIfH1yv { width:8.625rem;height:2.0625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s19TfLc8gAVhFTL0GAW8kkexhSViJKxk { width:11.75rem;height:6.25rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk7TJaZx6IGbxbvSfuoDB6vNXPKPPqqh { width:5.6875rem;height:4.25rem;top:4.8125rem;left:6.3604164123538rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfiRxpfUXdn3sBMZvSAyVCIWxCoyUPdI { width:4rem;height:4.3125rem;top:4.75rem;left:18.530208587646rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvJo1B5n8LK3TIqOQf2xHKPCpGSOW0zs { width:5.375rem;height:4.4375rem;top:4.6875rem;left:12.047916412354rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmG033FpRtC6VSx7UdfQNApKJZETklSB { width:3.3125rem;height:3.1875rem;top:5.3125rem;left:24.467708587646rem;display:block; }
 }@media only screen and (max-width: 763px) { #bENUl3J2HDT9TfWMRd1UgQcPSggpuCx0 { width:9.875rem;height:2.5rem;top:5.6875rem;left:29.217708587646rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq84G2AQ7RD3hr9wxorU0NUVJ3J3P0B7 { width:9.6875rem;height:2.5rem;top:5.6875rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKFkSXyF8XLWRkB0oHGhaQ1HwHHJ8UT2 { width:9.4375rem;height:1.25rem;top:6.3125rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxTyeWitc2I5JHFShb7GT8eGT55pE5CD { display:block; }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CH7AnKeJlXuhH8NcknoSrXDZc2mZXawC { width:38.1875rem;height:4.875rem;top:16.0625rem;left:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #giN0i5gZ5F2xUv0WNmDxqgtw9hSD6Toa { width:9.75rem;height:8.8125rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #md8bULCSI0W8gFiR0XdEKIJS3UipxVkk { width:21rem;height:3.4375rem;top:7.4375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sShH245zOB2EBr5dcion9xZlgyZ3822o { display:block; }
 }@media only screen and (max-width: 763px) { #hrAhNcm1cxn8XW9JTA5JOZDryVOeKiJt { width:21rem;height:3.4375rem;top:1.9375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXvBmsGFZv9HX8lh35zmcC53vUxhRCzH { display:block; }
 }@media only screen and (max-width: 763px) { #t166CHCMJr064T5UhLn8G4UaT7HMXywa { width:19.5rem;height:3.4375rem;top:4.6875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #hClafxTfblh1amCBJcAIRTtMaa5Mbvry { display:block; }
 }@media only screen and (max-width: 763px) { #LuxdxchvRuMsvXua6yXAtdfdtRgT2kRU { width:21rem;height:3.4375rem;top:10.0625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILCiBVU09oTJTN6hlt8DasXSWkyLrAoo { display:block; }
 }@media only screen and (max-width: 763px) { #einlpHDPXFd0ZpttXRa6GfAEH6r44F3s { width:29.6875rem;height:23.0625rem;top:1.0625rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOixFtFtUKWZ3DEAXWvuZlgWHDDiTQcd { width:47.75rem;height:24.471875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LccugLwgFTMwheUMX6ZwhxlWzDQse18R { width:21rem;height:3.4375rem;top:12.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3sy8HoWrIAcZlP9aR17AGrkkqlEtVvx { display:block; }
 }@media only screen and (max-width: 763px) { #RhV0t02D2UUlDWuGdF0TSsuLFCLMok0P { width:4.8125rem;height:4.875rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSMFU7mU5qN0rxrupKkKroQIUDTGr1ck { width:3.5625rem;height:4.5rem;top:23.4375rem;left:1.5927085876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3FT7bvpPOZOJbCOM8iwOoOFVlvHn43A { width:6rem;height:2.0625rem;top:24.625rem;left:7.4677085876462rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEVVmTafu1sFqyIx5Ulc25T6QiWD22Pb { width:8.3125rem;height:4.5rem;top:23.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5WpzPRWFlAyHUTToD00AfxCaQabeQJr { display:block; }#R5WpzPRWFlAyHUTToD00AfxCaQabeQJr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqF9CXykC0866X0lq6OMRx9RkwTzxVuv { width:28.1875rem;height:26.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqO6QR19egNO13SuR46TOkGyCHDrxVXI { width:47.75rem;height:23.526822916667rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTEVKWMacOSoraJ2HHPHK06Uen4kadSX { width:21rem;height:3.4375rem;top:12.8125rem;left:20.592708587646rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB9ykXDHdTNCOooVscmEe7mudzoq8a8c { display:block; }
 }@media only screen and (max-width: 763px) { #HBfD2fvc3AJ3S50mFfA8JAgOk1uKv9JT { width:38.125rem;height:3.4375rem;top:9.375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqUEGht8AHGPRqchJJvTzkWr1bt1xKth { display:block; }
 }@media only screen and (max-width: 763px) { #nvzRTHb5AClCXhFrScULhcOmaKMkhkKc { width:21rem;height:3.4375rem;top:16rem;left:20.592708587646rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkr5xt9w5lqWAMu1OJgnTrisQHT4gW56 { display:block; }
 }@media only screen and (max-width: 763px) { #gTFVfnvtOaK4LpZqgHbhlElJ32sHK6XD { width:21rem;height:3.4375rem;top:26.0625rem;left:20.716796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puhHIHv8dH9MI3NNMJyz75eAtIalFbn5 { display:block; }
 }@media only screen and (max-width: 763px) { #IxTp8It4dk1bNeC90ea3gznVwT1CCNSM { width:21rem;height:3.4375rem;top:22.875rem;left:20.662502288818rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ths538tye7WtHr0WyHvVCp4nu73GDoxD { display:block; }
 }@media only screen and (max-width: 763px) { #f3KiJ3MFauUqN5ADWUgpnNNuKEvN69Zf { width:21rem;height:3.4375rem;top:19.4375rem;left:21.217708587646rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvUS3dWgzuiOncnAMpvxSowUtzqfuZXD { display:block; }
 }@media only screen and (max-width: 763px) { #nsB54itkMlHS8m9pkoVoJex3TMKuG66d { display:block; }#nsB54itkMlHS8m9pkoVoJex3TMKuG66d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zd7GrTHc5g6gArkRSc0y81RH3VrelVIH { width:8.0625rem;height:5rem;top:4.5rem;left:11.655208587646rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq2eD73gzWd4bgwJmMihr7yfxOB775r0 { width:47.75rem;height:2.0625rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uADoFe0Ebqpu73e4EFOXLBeCrsOo10ys { width:3.75rem;height:3.8125rem;top:5.0625rem;left:24.967708587646rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT0nhvvAzZWhTftBvzKfxyBWZM90Q9CU { width:5.8125rem;height:3.375rem;top:4.5rem;left:34.280208587646rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9EkWnok6a9VEph65lDiFaorwCEkmnOW { width:4.75rem;height:4.75rem;top:4.625rem;left:4.5302085876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtFhikzE3KdXvAFdTTT10hauEoNpGSec { width:4.75rem;height:4.6875rem;top:4.5rem;left:43rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8OKvL5P988TGMOrNrx6276ATwtipcaJ { display:block; }#y8OKvL5P988TGMOrNrx6276ATwtipcaJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZiqXTATr4S0IiNOceTs4GTebTkWfdGkg { width:47.75rem;height:24.372395833333rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BObp95Tzr51E11q1qmFITFzC00uVRFdn { width:31.5625rem;height:17.5625rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiEeRTPTr1wpWSFokIcu1bek9qFmR4yt { width:25.6875rem;height:1.9375rem;top:5.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZPMqRCLJl1tnIAuy1Igm5e2F6iI7cy9 { width:46.625rem;height:1.9375rem;top:8rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDkr9qyHSU87gzNn81mZT2QvGZlcnIEr { width:25.6875rem;height:1.9375rem;top:14.125rem;left:14.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9oicnfpKtGfTWO8QnBRN7yQ4mxLvrfo { width:25.6875rem;height:1.9375rem;top:14rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPfZo1yEWD4k3NafrwWh3hblEXs64FEI { width:17.5rem;height:3.4375rem;top:16.75rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIKKWST6gkKrI1iTqemqDNzL9TUzTGfH { display:block; }
 }@media only screen and (max-width: 763px) { #B1m0wowg4DCdP73oNpiFysTGd6BpivLZ { width:32.1875rem;height:3.4375rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOlr9xIDBzR15H4m5m4tsGRGeTRUFoR5 { display:block; }
 }@media only screen and (max-width: 763px) { #iQX4OKT0TTH3F5fggeve3JpD0mzFtTDa { width:25.4375rem;height:30.5625rem;top:0.6875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikyLyulBgOMGTuT3WH3p817I05nraMFE { display:block; }#ikyLyulBgOMGTuT3WH3p817I05nraMFE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HiAxO46F88ZCKZr5mqcgRyCTbl54LJK2 { width:47.75rem;height:2.0625rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQOSOOQENL0SsLzEoUI8kSxF2nIOqF3C { width:9.625rem;height:3.125rem;top:5.75rem;left:24.592708587646rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0JQiith4MuxvyB9JdSUuUxspWKz7w7Q { width:5.8125rem;height:4.375rem;top:5.125rem;left:35.717708587646rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2R6mPbSCiMpUwAihFMCgaXKFGWsIfa1 { width:6.625rem;height:3.9375rem;top:5.3125rem;left:7.9052085876462rem;display:block; }
 }@media only screen and (max-width: 763px) { #HerGAH1DuG4XncTbsq33nXTDEnGvkzQt { width:4.1875rem;height:3.9375rem;top:5rem;left:2.0927085876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvVcheu1wzToQVS3H3i35riCFHx391C8 { width:6.625rem;height:2.4375rem;top:6.0625rem;left:16.975002288818rem;display:block; }
 }@media only screen and (max-width: 763px) { #utNHTid5XNaLmsyoTtCnBa5TkcNhBBxS { display:block; }#utNHTid5XNaLmsyoTtCnBa5TkcNhBBxS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT1500XTfMiLb1a2T5eUx38NOKXrDuBk { display:block; }#TT1500XTfMiLb1a2T5eUx38NOKXrDuBk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1pU4iobTIx7JC7g6ko8xNt4mqSA6n8y { width:7.1875rem;height:2.1875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfZkDPzFx7wQLFMNZlJmo8FPZkSRyrgg { width:11.0625rem;height:4.6875rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1nenwIPCpUNEM3S1moh2hAKr8P4yNWw { width:0.125rem;height:6.9375rem;top:0.9375rem;left:1.7426593959731rem;display:block; }
 }@media only screen and (max-width: 763px) { #ancxi8wPrLx71uBlgkrzyBCk5Usi89tW { width:11.9375rem;height:2.1875rem;top:0.9375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKLroLbNUdhhGBmiR4Rueu1vLTL5wun4 { width:7.5rem;height:2.625rem;top:4.375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCWGf83SsUgLXA2XDZccOUgEGd8mp5Dz { width:7.5rem;height:2.375rem;top:4.5rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7B02tVMPyssKsCGe7LDmtzF3cFg0C5l { width:7.5rem;height:1.9375rem;top:4.6875rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUOwVdkr0KnxxDPhyps0Aa11UktMZ12O { width:47.75rem;height:0.125rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9Ph2Ni4pRMmJU3DDaXiFHgyzoNrmivh { width:0.125rem;height:9.625rem;top:1rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFG6FOMI9ympgb6aPQzzu4FlcJcaDHRp { display:block; }#kFG6FOMI9ympgb6aPQzzu4FlcJcaDHRp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFT6hVnW1LdgunpkONbiL47i97AixwoT { width:11.3125rem;height:2.1875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVXCEUEUCrxwoTCXTdPIThAuPLWzicE8 { width:13.3125rem;height:4.6875rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT7Rw57BF1brZeXv5UTU2trOSVEeutJ6 { width:8.625rem;height:4.625rem;top:3.625rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdhFpMmxJSKlS2FZnnK5CvMfvd9AG5xN { width:47.75rem;height:0.125rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbrLSiEPvXh4U5SQCacGITD2OextfHur { display:block; }#qbrLSiEPvXh4U5SQCacGITD2OextfHur > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcBCoP6V08NleWwsmBrKdMZT0mL9kM2f { width:17.125rem;height:2.1875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps9x3d1w0Z3bAJPVdBIiUX7yRlQ54Wh9 { width:7.5rem;height:3.5rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAcGyN0eXEBk8ZccZDgEiyQytevIhcgW { width:47.75rem;height:0.125rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OePbXPFFio71vQTWi0ECfrDKtF0x228W { display:block; }#OePbXPFFio71vQTWi0ECfrDKtF0x228W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZM4agxRtCbWaWTT48rtBQNob2FgMzc4I { width:13.5rem;height:2.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkVXXbVd0FbTBKu79SsOaTAs1zoCoXNo { width:14.3125rem;height:1.25rem;top:5.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxz8I4U5w6iy1FRZ0G9vNc3crikPAkn8 { width:5rem;height:4.25rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g16d2LHxuqnug0pCItA3bWXChOi7nPA0 { width:5rem;height:4.125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDxt4TBt01CVnBmpMOHRLo2vSkvSFkl9 { width:5.625rem;height:3.125rem;top:5rem;left:8.2791671752931rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXRbd6Ir0qsLtdHIEGn1WmHIrXmLC1Mx { width:3.75rem;height:4rem;top:4.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4aNrTtLxIgb9FNx4fsLCRWRtsWPT9c3 { width:3.75rem;height:2.6875rem;top:5.1875rem;left:39.09167098999rem;display:block; }
 }@media only screen and (max-width: 763px) { #IySvstdCrJ6zV09wT4iP2vostrM0yakV { width:6.25rem;height:4.375rem;top:4.375rem;left:31.225002288818rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsxPl8aXAUhOUbssLJ9l0h24qNffJzgR { width:6.875rem;height:2.125rem;top:5.5rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDZbcblq3cvSpyPVzJlZ7zsJL4PSyKHw { width:47.75rem;height:0.1875rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUzAMttrgy3nXqB1vkx0qHaznJpHed05 { display:block; }#UUzAMttrgy3nXqB1vkx0qHaznJpHed05 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpXtKyoLZTPMdNcJsOoowvI394sulrGV { width:13.875rem;height:2.1875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCpFwyDNllJ3wKRzJFsy2IlAybmwUXeH { width:5.1875rem;height:4.8125rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh4PNtJhqNJLMykn2DhcsZHVx4oU05vH { width:6.375rem;height:3.9375rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpaOBTpZZ0nazcThwuoJEbP7weNryiEq { width:47.75rem;height:0.125rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6bWFFO6MnLDcx4E8sTqgcwvHo6JyUTQ { width:6.875rem;height:2.8125rem;top:6.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7bllIQT8lCpR45NTRHUeu0cZOdUv4O7 { display:block; }#v7bllIQT8lCpR45NTRHUeu0cZOdUv4O7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEL6m3h9Xo23EFbk2X8Ooro03rP7Z5PG { width:11.9375rem;height:2.1875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #twxK4zMOt8aqe8FI0QU1MFT6S8nl6Euf { width:4.0625rem;height:3.9375rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyIXc5xnWeTZKcCp2EnBs6SQemAQvmrN { width:6.25rem;height:1.375rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUGxwieL4COgMmvi2Q6D8JqDe2Vqh3U9 { width:8.9375rem;height:1.25rem;top:5.3125rem;left:1.8427085876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU4yzyIpL9rsOp74u9qUs3lkB87KErqP { width:11.125rem;height:2.8125rem;top:4.625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4aRLmOgGQ8fiUCr1Z5ITiC57uoFZ1Oe { width:10.6875rem;height:2.75rem;top:4.625rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shd2GvarZbkmUkN9mtWwEW4QnpcB9KfR { width:7.1875rem;height:2.375rem;top:4.8125rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWftkOqZqk8pXzkGyE80ceU6eWm67n4t { width:8.8125rem;height:3rem;top:9.3125rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFXTS7QrSyDHEJG6qaX5cgiqtgtwAwLr { width:6.1875rem;height:1.625rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBXqTZyWTyMGxex0lwxldK328mIxVnNh { width:7.875rem;height:3.75rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lToy4hbhaq1DdTo7mTMuFDyMpcsPhXR1 { width:3.375rem;height:4.125rem;top:9.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0dS7PNEmnfyGTVH4o0SowL56QJRplnE { width:7.75rem;height:5.5rem;top:8.6875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5VpmRVHHfdsm2e2TFTdUypXDHc4snXJ { width:8.5625rem;height:2.75rem;top:9.75rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcTHQLAURvkGvCqfF0exI16ulR437mZy { width:47.75rem;height:0.125rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz3ne6p6QiImObevu1vOaNI3Chz618hm { width:7.1875rem;height:1.75rem;top:9.9375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTsOF4XoPRTMXZks8I56ZeEa9clQ8sGT { display:block; }#CTsOF4XoPRTMXZks8I56ZeEa9clQ8sGT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlubkrdCZAyHhRunaI4GrJARZHavhhWf { width:7.875rem;height:2.1875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3hM2R3Ova06epr8cbZ0vyngVP8FS4Vo { width:3.3125rem;height:4.25rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th2Wmx14T5F2o8KN5mcL9QT5ATg5dThk { width:5rem;height:1.75rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #buH6Q4lzHzCDwLJdnxREltLQNiHyzwPy { width:3.75rem;height:3.875rem;top:4.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2KQESeFTCBSZ5LyovCEFrTc61swa0zk { width:47.75rem;height:0.125rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVLmyiwERniTDtOXfDwPtJOeFaccrGME { display:block; }#eVLmyiwERniTDtOXfDwPtJOeFaccrGME > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiK78GLgyD069f1TloK219MxWsp2I2h8 { width:12.25rem;height:2.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWHdslr4tNVFTvUZnfDGTO9Xmoio2Ewi { width:5rem;height:4rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwxBDQbCitgLaUK67P9uEfVWtKICUaiq { width:3.9375rem;height:3.9375rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqTUqbcfuXn4x6I5olvzqVQfMxAAB59d { width:3.75rem;height:3.8125rem;top:4.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFFMfQZ6Cl0nxngpFiv6dyKtGC5AVOEp { width:6.25rem;height:2.25rem;top:5.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK8vSZTdBxriIzqwKCBRmMEsFnt8Teez { width:3.75rem;height:4.25rem;top:3.75rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2yPCwBfONGiQlPZf9khFW9abZWJ3nkb { width:6.875rem;height:4.125rem;top:4.25rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaXAbPxiZaaJF29V9G82CDUTGc0gvxoz { width:3.0625rem;height:3.75rem;top:3.75rem;left:30.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTnziwaBsmb1FPCXR4IigRrL9Wg2nEt6 { width:3.875rem;height:2.875rem;top:9.9375rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mnva2mwGv695AXvomfX4sucGiuSEIdoS { width:3.4375rem;height:3.375rem;top:9.6875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA9KqSwT36Tx3TyOg7bT1fNWEQQ0DaLT { width:5.0625rem;height:5.0625rem;top:8.875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw3q8HVVe0u9ylBhic8A2DAczLlcehcV { width:4.9375rem;height:2.8125rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #unRx1uVkZPx2vcWJ46tuMvxlf4QJbppJ { width:9.875rem;height:4.375rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #llDadgdn73U3PA7VDwhWaPRzgLGmNnRM { width:47.75rem;height:0.125rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guTVXgZRmWSNLqsVl2B2T8LdEZQgupEk { width:7.5rem;height:3.25rem;top:9.9375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2e4IqVRNhEL9vqUyhB3XAdI6nl0cS52 { width:3.6875rem;height:3.6875rem;top:9.875rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAd8Sscb0BAi3DtQ50uDHBtRWqpUhCAO { width:3.9375rem;height:3.9375rem;top:4.3125rem;left:36.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzJrcqTdE2WDoDCoZhhmmWDxU1BrQLBA { width:5.875rem;height:3.1875rem;top:4.6875rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6UfBnPy3Dd9ZO7TXcuqgReFViLn0p64 { display:block; }#B6UfBnPy3Dd9ZO7TXcuqgReFViLn0p64 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZsRiyV8BWOElCtI4baQhgaNZGo9oh9B { width:11.875rem;height:2.1875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPDIOVwoZTnTvohkDoqGWhAK0tE48MEI { width:5.3125rem;height:2.8125rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zquukJR1r9TofsXzMo4EWOBWdTwssXtS { width:8.6875rem;height:2.5625rem;top:5.0625rem;left:23.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrnGRZTtLonLPcHUcTa0K8JBsET16w9r { width:5.3125rem;height:2.25rem;top:4.5625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #stcV8b9mcVgV5dcKaTRtH9AvJPNTcSuN { width:5.3125rem;height:2.375rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTAD0v3uFIMs6ahimnDoBEw9gabmz4B8 { width:5.3125rem;height:1.9375rem;top:5.0625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTd8vyAtssodwifRMvvXJx9qSctBWUdc { width:7.125rem;height:1.75rem;top:5.0625rem;left:33.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQcZ0vPtpsby1wMvmOQz40S52VC9p0Uk { width:5rem;height:2.8125rem;top:4.25rem;left:10.466796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prkiMcBsaM4TF4qrL4QEhaFiSOUidSQs { display:block; }#prkiMcBsaM4TF4qrL4QEhaFiSOUidSQs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WEo5MxTMXSbMFIclptal87Aw9l7pstDE { width:10.8125rem;height:3.625rem;top:1.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmUHuNAwtTTOZb1EidtmVzvZDagXiL7X { width:17.25rem;height:3.375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfu9PTLJCwhEu0UzirMTC7CmyWmm9hfn { width:19.8125rem;height:1.25rem;top:11.625rem;left:27.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwA3lac6t22BhvmvISgzkL23cTUZRtPo { width:19.8125rem;height:1.25rem;top:11.625rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMODty2CPd9hqmC79lqTP6fuAVpghNsT { width:19.8125rem;height:1.4375rem;top:9.5rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFT1Gy0f8yM2cZkuM18K6qAW7f7Ln6gD { width:19.8125rem;height:1.4375rem;top:9.5rem;left:27.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecsfq2lSsSzMTDHTZKTTXJDfoAb8t8SE { width:23.4375rem;height:3.9375rem;top:5.6875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyNSzL4UuD8FNlaEpNVLTRIunhlFJPrD { width:19.8125rem;height:1.25rem;top:12.9375rem;left:27.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyIOGOqd3RDa4vMBqM9DKJOSURahmcDT { width:22.6875rem;height:3.9375rem;top:5.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwcIz2zTPzcUGSgTIiP22X5plCThKR0X { width:22.6875rem;height:3.9375rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEObR68JUkgnRvEaT06oXJR38Zh0FQMJ { width:19.8125rem;height:1.25rem;top:12.9375rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBvhXsuSLRtv1VliPXsmsRCsRNECJAIo { width:19.8125rem;height:1.25rem;top:11.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4ag8nhCvIlMkP2aTsdcaThIz2haTniI { width:19.8125rem;height:1.4375rem;top:9.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGiI7660PkoqW7eTDu1nQ0WhMKAyOE8H { display:block; }#eGiI7660PkoqW7eTDu1nQ0WhMKAyOE8H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifDawLi5Eirso3ZJypGQODnIgwurIp9U { width:25.375rem;height:0;top:4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RySUVnQLRgZLoPs9r1Xxnk0PsCaT8Jgu { width:0.125rem;height:4.5625rem;top:0.9375rem;left:17.437500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhE3ctwQ5fhTDX81t2Un32K8eoEfABed { top:0.9375rem;left:0rem;width:27.625rem;height:4.9rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGBKEiVha9wkfaPs6VT78aK37yJMraXC { width:13.75rem;height:1.3rem;top:0.9375rem;left:18.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #navExq5QgT18Uoo5oa5wxpMSB16NuL8N { width:12.5rem;height:0.73125rem;top:3.375rem;left:18.937500953674rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp5FNhWwFEITAsRV3LJtJaPoVLISkqoe { width:6.4375rem;height:2.6875rem;top:0.9375rem;left:36.959374427796rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trr947h9TifClTHlQ0F9sr5avTBMDUus { width:10.75rem;height:2.25rem;top:0.9375rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZLEoTtmNIs1rV0gcW5DKThgA2x3nmDm { width:9.625rem;height:1.1875rem;top:1.375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxyGxzJxkxvEttgdscWP2iApkcnsJ8C6 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TMgka4MqPsKdhNbGpVsbr1VnQ6SVfqpQ { background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#TMgka4MqPsKdhNbGpVsbr1VnQ6SVfqpQ > .row .container { background-color: transparent; background-image: none; }#TMgka4MqPsKdhNbGpVsbr1VnQ6SVfqpQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMgka4MqPsKdhNbGpVsbr1VnQ6SVfqpQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMgka4MqPsKdhNbGpVsbr1VnQ6SVfqpQ > .row .container > .video-iframe-container { display: none; }#TMgka4MqPsKdhNbGpVsbr1VnQ6SVfqpQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMgka4MqPsKdhNbGpVsbr1VnQ6SVfqpQ > .row > .video-iframe-container { display: none; }#TMgka4MqPsKdhNbGpVsbr1VnQ6SVfqpQ > .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); }#TMgka4MqPsKdhNbGpVsbr1VnQ6SVfqpQ > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2GZiDVXehoNNQ4lDNgWh8TF9lZoNwo9 { width:6.0625rem;height:1.25rem;top:1.34375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imclPTO8mfg634wxqsgP273Ci55N4sOa { width:9rem;height:1.625rem;top:1.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRutEHKNXZkMByJIQqk3kFJxNRyoNM9d { width:7rem;height:1.25rem;top:1.375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIc1rSQzn5a0sHLefcuIHC9DB4oUPPfC { width:9.5625rem;height:1.875rem;top:3.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvlgRo6wxQ56B8obmf50Km6NAXGGzU7X { width:6.25rem;height:1.25rem;top:3.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbn4VxEQUEU1q4dpd3TBAXHqHAFAi4Uw { width:10.6875rem;height:1.875rem;top:5.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOfZ9PkvmsRKTCT914gQMFqxJ3pczAvW { width:9rem;height:1.25rem;top:6.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIa5OD4V6CPFuEn6iSRITl6EuhQx6g9o { width:8.375rem;height:1.6875rem;top:1.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgUucgicsXMFppG6pANhu8uIoBsIkMEL { width:6.25rem;height:1.875rem;top:5.75rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdOzH1V63WB8iS0KWCmyvoyCniJMgXbC { width:3.5rem;height:1.25rem;top:6.0625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFWWaHfwPVNuKW3TLOAcJGPeatsokhFT { width:6rem;height:1.875rem;top:3.5rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRAU7QA6IONauGquBO9TaKgJJMSty7Zi { width:3.9375rem;height:1.25rem;top:3.8125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5mTqeE3EQ7TcNvtg1hvPKWFEFMLpoB3 { background-color:transparent;background-image:none;display:block; }#o5mTqeE3EQ7TcNvtg1hvPKWFEFMLpoB3 > .row .container { background-color: transparent; background-image: none; }#o5mTqeE3EQ7TcNvtg1hvPKWFEFMLpoB3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5mTqeE3EQ7TcNvtg1hvPKWFEFMLpoB3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5mTqeE3EQ7TcNvtg1hvPKWFEFMLpoB3 > .row .container > .video-iframe-container { display: none; }#o5mTqeE3EQ7TcNvtg1hvPKWFEFMLpoB3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5mTqeE3EQ7TcNvtg1hvPKWFEFMLpoB3 > .row > .video-iframe-container { display: none; }#o5mTqeE3EQ7TcNvtg1hvPKWFEFMLpoB3 > .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); }#o5mTqeE3EQ7TcNvtg1hvPKWFEFMLpoB3 > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuaLPu1ziAdcUTo33bz4h2ce0avw76VI { width:2rem;height:1.5625rem;top:9.25rem;left:16.468749046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkZqLXg67npuxbMGZK4d1N8tQd8T5Msu { width:10.9375rem;height:5.8125rem;top:7.9375rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHdJ43Q277M0NKHO7ads3BL3Ddwb2l32 { width:5.3125rem;height:4.5625rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { display:block; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgtbiWDdHIIHEiMXpLGOl43xbVx5ly1I { width:17.8125rem;height:33.8125rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #roEfd1ZqDixCewg2PBnMaAtCxeIP03A5 { width:12.3125rem;height:2.1875rem;top:6.3093757629394rem;left:3.84375rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #Xokh2BbbGiCEuFBChhQei49K1947G7xW { width:20rem;height:18.1416875rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqtIx5AhuI0nsuargTgLlThw8dqBUllR { width:17.5rem;height:3.4375rem;top:8.4968751668931rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sleRcJHAuhD1Bm5EwJzDqRy42tyv8Rto { display:block; }
 }@media only screen and (max-width: 763px) { #rrbxVqy75H9G6UUXSCgvLfCua94OAxdo { width:17.5rem;height:3.4375rem;top:11rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo96iTcrB50apZX5dPTKJtd0Xhf7PLRZ { display:block; }
 }@media only screen and (max-width: 763px) { #tV9bOCpU5S5Pmd1VoRBa9RnBBMGwGTdu { width:17.5rem;height:3.4375rem;top:13.1875rem;left:1.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybtHDzm0heCBrw3mmFZyb2N93bTr4Ecq { display:block; }
 }@media only screen and (max-width: 763px) { #bFAscgz1tkK73vdJCZMOnp4qX3mQPaDy { width:17.5rem;height:3.4375rem;top:15.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEXENaX4iRzyCLgAz9wm6nnNkqWqPPEq { display:block; }
 }@media only screen and (max-width: 763px) { #NxP8T3ChM2iPAeaH1i99Nd1hA85oDStl { width:17.5rem;height:3.4375rem;top:17.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAxO1rcibtC2HGytuLeuMgNhKO5ql53e { display:block; }
 }@media only screen and (max-width: 763px) { #RK6qnvqFQxOF2aVzQDD6UfPoJV3usADt { width:17.5rem;height:3.4375rem;top:19.625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW1KSTyhXWl2X4JTRN7eOOHheRAeo1o4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZmyOMgm25wO3eNhOJq2MGr18ikwABZ0t { width:17.5rem;height:3.4375rem;top:23.562503814698rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crffi3BItKn3S2OtTRrHbd8zkaERGyon { display:block; }
 }@media only screen and (max-width: 763px) { #T82DICKnTTTd47OJ11EDeM9POTcVZECq { width:17.5rem;height:3.4375rem;top:21.491666793823rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAubZ9N1UOOmbahLRHgqx9qX7M9V2iXl { display:block; }
 }@media only screen and (max-width: 763px) { #WaysKFh8N9bFlOzAr8sgD8skEwuHnpiT { display:block; }#WaysKFh8N9bFlOzAr8sgD8skEwuHnpiT > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfK0yl6v5OXemnsXfTR0QTBw5UavB5LX { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdNI8Nhb63O8hBKVpXPalJbx2TIfH1yv { width:6.0625rem;height:1.375rem;top:5.3812494277954rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s19TfLc8gAVhFTL0GAW8kkexhSViJKxk { width:8.4375rem;height:4.4375rem;top:3.8499984741211rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk7TJaZx6IGbxbvSfuoDB6vNXPKPPqqh { width:3.625rem;height:2.6875rem;top:8.5625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfiRxpfUXdn3sBMZvSAyVCIWxCoyUPdI { width:2.5rem;height:2.6875rem;top:4.7249994277954rem;left:15.781249046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvJo1B5n8LK3TIqOQf2xHKPCpGSOW0zs { width:3.875rem;height:3.1875rem;top:8.3125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmG033FpRtC6VSx7UdfQNApKJZETklSB { width:2.4375rem;height:2.3125rem;top:11.881249427796rem;left:15.812499046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #bENUl3J2HDT9TfWMRd1UgQcPSggpuCx0 { width:5.625rem;height:1.25rem;top:9.28125rem;left:2.3510408401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq84G2AQ7RD3hr9wxorU0NUVJ3J3P0B7 { width:6.4375rem;height:1.625rem;top:12.224999427796rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKFkSXyF8XLWRkB0oHGhaQ1HwHHJ8UT2 { width:5.875rem;height:0.75rem;top:12.662499427796rem;left:2.1010408401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxTyeWitc2I5JHFShb7GT8eGT55pE5CD { display:block; }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CH7AnKeJlXuhH8NcknoSrXDZc2mZXawC { width:16.6875rem;height:4.875rem;top:23.954166412354rem;left:1.65625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #giN0i5gZ5F2xUv0WNmDxqgtw9hSD6Toa { width:5.75rem;height:5.1875rem;top:7.8822937011719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #md8bULCSI0W8gFiR0XdEKIJS3UipxVkk { width:19rem;height:3.4375rem;top:18.762500762939rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sShH245zOB2EBr5dcion9xZlgyZ3822o { display:block; }
 }@media only screen and (max-width: 763px) { #hrAhNcm1cxn8XW9JTA5JOZDryVOeKiJt { width:19rem;height:3.4375rem;top:16.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXvBmsGFZv9HX8lh35zmcC53vUxhRCzH { display:block; }
 }@media only screen and (max-width: 763px) { #t166CHCMJr064T5UhLn8G4UaT7HMXywa { width:17.5rem;height:3.4375rem;top:12.375rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hClafxTfblh1amCBJcAIRTtMaa5Mbvry { display:block; }
 }@media only screen and (max-width: 763px) { #LuxdxchvRuMsvXua6yXAtdfdtRgT2kRU { width:19rem;height:3.4375rem;top:14.5625rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILCiBVU09oTJTN6hlt8DasXSWkyLrAoo { display:block; }
 }@media only screen and (max-width: 763px) { #einlpHDPXFd0ZpttXRa6GfAEH6r44F3s { width:20rem;height:15.4375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOixFtFtUKWZ3DEAXWvuZlgWHDDiTQcd { width:20rem;height:31.3125rem;top:4.5624961853028rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LccugLwgFTMwheUMX6ZwhxlWzDQse18R { width:19rem;height:3.4375rem;top:20.516664505005rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3sy8HoWrIAcZlP9aR17AGrkkqlEtVvx { display:block; }
 }@media only screen and (max-width: 763px) { #RhV0t02D2UUlDWuGdF0TSsuLFCLMok0P { width:3.1875rem;height:3.25rem;top:29.757290840149rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSMFU7mU5qN0rxrupKkKroQIUDTGr1ck { width:2.5rem;height:3.25rem;top:29.757290840149rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3FT7bvpPOZOJbCOM8iwOoOFVlvHn43A { width:4.8125rem;height:1.6875rem;top:30.538540840149rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEVVmTafu1sFqyIx5Ulc25T6QiWD22Pb { width:6rem;height:3.25rem;top:29.757290840149rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5WpzPRWFlAyHUTToD00AfxCaQabeQJr { display:block; }#R5WpzPRWFlAyHUTToD00AfxCaQabeQJr > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqF9CXykC0866X0lq6OMRx9RkwTzxVuv { width:17.5rem;height:16.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqO6QR19egNO13SuR46TOkGyCHDrxVXI { width:20rem;height:26.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTEVKWMacOSoraJ2HHPHK06Uen4kadSX { width:19rem;height:3.4375rem;top:15.6875rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB9ykXDHdTNCOooVscmEe7mudzoq8a8c { display:block; }
 }@media only screen and (max-width: 763px) { #HBfD2fvc3AJ3S50mFfA8JAgOk1uKv9JT { width:19rem;height:3.4375rem;top:13.1875rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqUEGht8AHGPRqchJJvTzkWr1bt1xKth { display:block; }
 }@media only screen and (max-width: 763px) { #nvzRTHb5AClCXhFrScULhcOmaKMkhkKc { width:19rem;height:3.4375rem;top:11.3125rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkr5xt9w5lqWAMu1OJgnTrisQHT4gW56 { display:block; }
 }@media only screen and (max-width: 763px) { #gTFVfnvtOaK4LpZqgHbhlElJ32sHK6XD { width:19rem;height:3.4375rem;top:20.875rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puhHIHv8dH9MI3NNMJyz75eAtIalFbn5 { display:block; }
 }@media only screen and (max-width: 763px) { #IxTp8It4dk1bNeC90ea3gznVwT1CCNSM { width:19rem;height:3.4375rem;top:23.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ths538tye7WtHr0WyHvVCp4nu73GDoxD { display:block; }
 }@media only screen and (max-width: 763px) { #f3KiJ3MFauUqN5ADWUgpnNNuKEvN69Zf { width:19rem;height:3.4375rem;top:18.4375rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvUS3dWgzuiOncnAMpvxSowUtzqfuZXD { display:block; }
 }@media only screen and (max-width: 763px) { #nsB54itkMlHS8m9pkoVoJex3TMKuG66d { display:block; }#nsB54itkMlHS8m9pkoVoJex3TMKuG66d > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zd7GrTHc5g6gArkRSc0y81RH3VrelVIH { width:5.1875rem;height:3.1875rem;top:4.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq2eD73gzWd4bgwJmMihr7yfxOB775r0 { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uADoFe0Ebqpu73e4EFOXLBeCrsOo10ys { width:2.4375rem;height:2.5rem;top:4.9375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT0nhvvAzZWhTftBvzKfxyBWZM90Q9CU { width:4.0625rem;height:2.3125rem;top:8.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9EkWnok6a9VEph65lDiFaorwCEkmnOW { width:3.125rem;height:3.125rem;top:4.5625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtFhikzE3KdXvAFdTTT10hauEoNpGSec { width:3.125rem;height:3.125rem;top:8rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8OKvL5P988TGMOrNrx6276ATwtipcaJ { display:block; }#y8OKvL5P988TGMOrNrx6276ATwtipcaJ > .row .container { width:20rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZiqXTATr4S0IiNOceTs4GTebTkWfdGkg { width:20rem;height:31.125rem;top:1.904167175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BObp95Tzr51E11q1qmFITFzC00uVRFdn { width:20rem;height:11.125rem;top:0.9833335876465rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yiEeRTPTr1wpWSFokIcu1bek9qFmR4yt { width:20rem;height:1.1375rem;top:12.108333587646rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZPMqRCLJl1tnIAuy1Igm5e2F6iI7cy9 { width:15.3125rem;height:2.275rem;top:15.882291793823rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IDkr9qyHSU87gzNn81mZT2QvGZlcnIEr { width:20rem;height:1.1375rem;top:13.807291030884rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u9oicnfpKtGfTWO8QnBRN7yQ4mxLvrfo { width:20rem;height:1.95rem;top:31.125020324707rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPfZo1yEWD4k3NafrwWh3hblEXs64FEI { width:17.5rem;height:3.4375rem;top:20.185417175293rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIKKWST6gkKrI1iTqemqDNzL9TUzTGfH { display:block; }
 }@media only screen and (max-width: 763px) { #B1m0wowg4DCdP73oNpiFysTGd6BpivLZ { width:19rem;height:3.4375rem;top:18.157291412354rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOlr9xIDBzR15H4m5m4tsGRGeTRUFoR5 { display:block; }
 }@media only screen and (max-width: 763px) { #iQX4OKT0TTH3F5fggeve3JpD0mzFtTDa { width:20rem;height:24.0291875rem;top:13.245834350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikyLyulBgOMGTuT3WH3p817I05nraMFE { display:block; }#ikyLyulBgOMGTuT3WH3p817I05nraMFE > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HiAxO46F88ZCKZr5mqcgRyCTbl54LJK2 { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQOSOOQENL0SsLzEoUI8kSxF2nIOqF3C { width:6.375rem;height:2rem;top:4.9187488555908rem;left:12.194790840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0JQiith4MuxvyB9JdSUuUxspWKz7w7Q { width:4.125rem;height:3.125rem;top:8.2937488555906rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2R6mPbSCiMpUwAihFMCgaXKFGWsIfa1 { width:5.25rem;height:3.125rem;top:4.3562488555908rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HerGAH1DuG4XncTbsq33nXTDEnGvkzQt { width:3.25rem;height:3.125rem;top:4.3562488555908rem;left:1.5697908401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvVcheu1wzToQVS3H3i35riCFHx391C8 { width:6.625rem;height:2.4375rem;top:8.6374988555906rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utNHTid5XNaLmsyoTtCnBa5TkcNhBBxS { display:block; }#utNHTid5XNaLmsyoTtCnBa5TkcNhBBxS > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT1500XTfMiLb1a2T5eUx38NOKXrDuBk { display:block; }#TT1500XTfMiLb1a2T5eUx38NOKXrDuBk > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1pU4iobTIx7JC7g6ko8xNt4mqSA6n8y { width:3.625rem;height:1rem;top:1.0520820617676rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfZkDPzFx7wQLFMNZlJmo8FPZkSRyrgg { width:6.125rem;height:2.5625rem;top:2.1875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1nenwIPCpUNEM3S1moh2hAKr8P4yNWw { width:0.125rem;height:6.9375rem;top:4.6875rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ancxi8wPrLx71uBlgkrzyBCk5Usi89tW { width:5.5rem;height:1rem;top:5.9375038146972rem;left:7.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WKLroLbNUdhhGBmiR4Rueu1vLTL5wun4 { width:4.625rem;height:1.5625rem;top:8rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCWGf83SsUgLXA2XDZccOUgEGd8mp5Dz { width:5.4375rem;height:1.75rem;top:7.96875rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7B02tVMPyssKsCGe7LDmtzF3cFg0C5l { width:4.6875rem;height:1.25rem;top:8.375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUOwVdkr0KnxxDPhyps0Aa11UktMZ12O { width:20rem;height:0.125rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9Ph2Ni4pRMmJU3DDaXiFHgyzoNrmivh { width:9.625rem;height:0.125rem;top:4.9375rem;left:4.8125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #kFG6FOMI9ympgb6aPQzzu4FlcJcaDHRp { display:block; }#kFG6FOMI9ympgb6aPQzzu4FlcJcaDHRp > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFT6hVnW1LdgunpkONbiL47i97AixwoT { width:6.5rem;height:1rem;top:0.47604370117188rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVXCEUEUCrxwoTCXTdPIThAuPLWzicE8 { width:7.25rem;height:2.4375rem;top:1.96875rem;left:2.1318359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT7Rw57BF1brZeXv5UTU2trOSVEeutJ6 { width:4.8125rem;height:2.625rem;top:1.875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdhFpMmxJSKlS2FZnnK5CvMfvd9AG5xN { width:20rem;height:0.125rem;top:4.6010417938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbrLSiEPvXh4U5SQCacGITD2OextfHur { display:block; }#qbrLSiEPvXh4U5SQCacGITD2OextfHur > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcBCoP6V08NleWwsmBrKdMZT0mL9kM2f { width:7.8125rem;height:1rem;top:0.65625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps9x3d1w0Z3bAJPVdBIiUX7yRlQ54Wh9 { width:5.0625rem;height:2.3125rem;top:0.0625rem;left:10.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAcGyN0eXEBk8ZccZDgEiyQytevIhcgW { width:20rem;height:0.125rem;top:2.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OePbXPFFio71vQTWi0ECfrDKtF0x228W { display:block; }#OePbXPFFio71vQTWi0ECfrDKtF0x228W > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZM4agxRtCbWaWTT48rtBQNob2FgMzc4I { width:6.125rem;height:1rem;top:0.6767578125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkVXXbVd0FbTBKu79SsOaTAs1zoCoXNo { width:10.125rem;height:0.8125rem;top:6.0281248092651rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxz8I4U5w6iy1FRZ0G9vNc3crikPAkn8 { width:2.9375rem;height:2.5rem;top:2.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g16d2LHxuqnug0pCItA3bWXChOi7nPA0 { width:3rem;height:2.5rem;top:2.375rem;left:5.1947908401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDxt4TBt01CVnBmpMOHRLo2vSkvSFkl9 { width:3.1875rem;height:1.875rem;top:2.6875rem;left:9.9447908401487rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXRbd6Ir0qsLtdHIEGn1WmHIrXmLC1Mx { width:2.3125rem;height:2.5625rem;top:2.34375rem;left:14.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4aNrTtLxIgb9FNx4fsLCRWRtsWPT9c3 { width:3.375rem;height:2.4375rem;top:7.809374809265rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IySvstdCrJ6zV09wT4iP2vostrM0yakV { width:6.25rem;height:4.375rem;top:6.840624809265rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsxPl8aXAUhOUbssLJ9l0h24qNffJzgR { width:5.625rem;height:1.6875rem;top:8.0208349227906rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDZbcblq3cvSpyPVzJlZ7zsJL4PSyKHw { width:20rem;height:0.1875rem;top:11.097916603088rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUzAMttrgy3nXqB1vkx0qHaznJpHed05 { display:block; }#UUzAMttrgy3nXqB1vkx0qHaznJpHed05 > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpXtKyoLZTPMdNcJsOoowvI394sulrGV { width:6.625rem;height:1rem;top:0.5625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCpFwyDNllJ3wKRzJFsy2IlAybmwUXeH { width:3.3125rem;height:3.125rem;top:1.5625rem;left:1.6318359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh4PNtJhqNJLMykn2DhcsZHVx4oU05vH { width:4.25rem;height:2.625rem;top:1.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpaOBTpZZ0nazcThwuoJEbP7weNryiEq { width:20rem;height:0.125rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6bWFFO6MnLDcx4E8sTqgcwvHo6JyUTQ { width:4.25rem;height:1.6875rem;top:2.28125rem;left:14.3232421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7bllIQT8lCpR45NTRHUeu0cZOdUv4O7 { display:block; }#v7bllIQT8lCpR45NTRHUeu0cZOdUv4O7 > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEL6m3h9Xo23EFbk2X8Ooro03rP7Z5PG { width:5.4375rem;height:1rem;top:0.7392578125rem;left:7.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #twxK4zMOt8aqe8FI0QU1MFT6S8nl6Euf { width:2.5625rem;height:2.5rem;top:1.7395858764649rem;left:1.5385408401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyIXc5xnWeTZKcCp2EnBs6SQemAQvmrN { width:6.25rem;height:1.375rem;top:2.3020858764649rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUGxwieL4COgMmvi2Q6D8JqDe2Vqh3U9 { width:6.875rem;height:0.875rem;top:5.5520858764649rem;left:1.5385408401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU4yzyIpL9rsOp74u9qUs3lkB87KErqP { width:7.375rem;height:1.875rem;top:5.0520858764649rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4aRLmOgGQ8fiUCr1Z5ITiC57uoFZ1Oe { width:7.25rem;height:1.875rem;top:8.177085876465rem;left:1.5385408401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #shd2GvarZbkmUkN9mtWwEW4QnpcB9KfR { width:5.625rem;height:1.875rem;top:8.177085876465rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWftkOqZqk8pXzkGyE80ceU6eWm67n4t { width:5.8125rem;height:2rem;top:2.3093748092651rem;left:12.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFXTS7QrSyDHEJG6qaX5cgiqtgtwAwLr { width:4.6875rem;height:1.25rem;top:11.177085876465rem;left:1.5385408401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBXqTZyWTyMGxex0lwxldK328mIxVnNh { width:4.9375rem;height:2.375rem;top:10.614585876465rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lToy4hbhaq1DdTo7mTMuFDyMpcsPhXR1 { width:2.1875rem;height:2.75rem;top:10.052085876465rem;left:14.194790840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0dS7PNEmnfyGTVH4o0SowL56QJRplnE { width:5.0625rem;height:3.625rem;top:13rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5VpmRVHHfdsm2e2TFTdUypXDHc4snXJ { width:4.875rem;height:1.5rem;top:13.9443359375rem;left:8.4130859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcTHQLAURvkGvCqfF0exI16ulR437mZy { width:20rem;height:0.125rem;top:16.569791793823rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz3ne6p6QiImObevu1vOaNI3Chz618hm { width:4.625rem;height:1.0625rem;top:14.28125rem;left:14.1943359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTsOF4XoPRTMXZks8I56ZeEa9clQ8sGT { display:block; }#CTsOF4XoPRTMXZks8I56ZeEa9clQ8sGT > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlubkrdCZAyHhRunaI4GrJARZHavhhWf { width:3.5625rem;height:1rem;top:0.6142578125rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3hM2R3Ova06epr8cbZ0vyngVP8FS4Vo { width:1.9375rem;height:2.5rem;top:2.3093738555908rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th2Wmx14T5F2o8KN5mcL9QT5ATg5dThk { width:3.5625rem;height:1.25rem;top:2.9343738555908rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buH6Q4lzHzCDwLJdnxREltLQNiHyzwPy { width:2.375rem;height:2.5rem;top:2.4343738555908rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2KQESeFTCBSZ5LyovCEFrTc61swa0zk { width:20rem;height:0.125rem;top:5.6145839691162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVLmyiwERniTDtOXfDwPtJOeFaccrGME { display:block; }#eVLmyiwERniTDtOXfDwPtJOeFaccrGME > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiK78GLgyD069f1TloK219MxWsp2I2h8 { width:5.5625rem;height:1rem;top:0.8017578125rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWHdslr4tNVFTvUZnfDGTO9Xmoio2Ewi { width:3.5rem;height:2.8125rem;top:2.6458339691162rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwxBDQbCitgLaUK67P9uEfVWtKICUaiq { width:2.8125rem;height:2.8125rem;top:2.6458339691162rem;left:11.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqTUqbcfuXn4x6I5olvzqVQfMxAAB59d { width:2.75rem;height:2.8125rem;top:2.6458339691162rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFFMfQZ6Cl0nxngpFiv6dyKtGC5AVOEp { width:5.1875rem;height:1.875rem;top:6.6458339691163rem;left:1.0385408401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK8vSZTdBxriIzqwKCBRmMEsFnt8Teez { width:2.6875rem;height:3.0625rem;top:2.5208339691162rem;left:15.781249046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2yPCwBfONGiQlPZf9khFW9abZWJ3nkb { width:4.125rem;height:2.5rem;top:6.6458339691163rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaXAbPxiZaaJF29V9G82CDUTGc0gvxoz { width:2.0625rem;height:2.5625rem;top:10.177083969116rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTnziwaBsmb1FPCXR4IigRrL9Wg2nEt6 { width:2.8125rem;height:2.125rem;top:6.5208339691163rem;left:15.718749046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mnva2mwGv695AXvomfX4sucGiuSEIdoS { width:2.625rem;height:2.625rem;top:10.145833969116rem;left:10.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA9KqSwT36Tx3TyOg7bT1fNWEQQ0DaLT { width:2.8125rem;height:2.8125rem;top:6.1770839691162rem;left:11.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw3q8HVVe0u9ylBhic8A2DAczLlcehcV { width:3.8125rem;height:2.1875rem;top:10.208333969116rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #unRx1uVkZPx2vcWJ46tuMvxlf4QJbppJ { width:6.1875rem;height:2.75rem;top:10.083333969116rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #llDadgdn73U3PA7VDwhWaPRzgLGmNnRM { width:20rem;height:0.125rem;top:16.6767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guTVXgZRmWSNLqsVl2B2T8LdEZQgupEk { width:3.75rem;height:1.5rem;top:13.8017578125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2e4IqVRNhEL9vqUyhB3XAdI6nl0cS52 { width:1.6875rem;height:1.6875rem;top:13.7080078125rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAd8Sscb0BAi3DtQ50uDHBtRWqpUhCAO { width:2.375rem;height:2.375rem;top:13.3642578125rem;left:10.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzJrcqTdE2WDoDCoZhhmmWDxU1BrQLBA { width:3.5625rem;height:1.8125rem;top:13.7392578125rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6UfBnPy3Dd9ZO7TXcuqgReFViLn0p64 { display:block; }#B6UfBnPy3Dd9ZO7TXcuqgReFViLn0p64 > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZsRiyV8BWOElCtI4baQhgaNZGo9oh9B { width:5.625rem;height:1rem;top:0.9375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPDIOVwoZTnTvohkDoqGWhAK0tE48MEI { width:4.125rem;height:2.1875rem;top:3.2499980926514rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zquukJR1r9TofsXzMo4EWOBWdTwssXtS { width:6.3125rem;height:1.875rem;top:9.75rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrnGRZTtLonLPcHUcTa0K8JBsET16w9r { width:4.375rem;height:1.875rem;top:6.3750019073488rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stcV8b9mcVgV5dcKaTRtH9AvJPNTcSuN { width:4.875rem;height:2.1875rem;top:3.15625rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTAD0v3uFIMs6ahimnDoBEw9gabmz4B8 { width:5.125rem;height:1.875rem;top:3.375rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTd8vyAtssodwifRMvvXJx9qSctBWUdc { width:6.0625rem;height:1.5rem;top:6.8197917938231rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQcZ0vPtpsby1wMvmOQz40S52VC9p0Uk { width:4.375rem;height:2.5rem;top:6.2500019073488rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prkiMcBsaM4TF4qrL4QEhaFiSOUidSQs { display:block; }#prkiMcBsaM4TF4qrL4QEhaFiSOUidSQs > .row .container { width:20rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WEo5MxTMXSbMFIclptal87Aw9l7pstDE { width:6.125rem;height:1.9375rem;top:1.6875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmUHuNAwtTTOZb1EidtmVzvZDagXiL7X { width:11.5625rem;height:2.1875rem;top:1.5625rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfu9PTLJCwhEu0UzirMTC7CmyWmm9hfn { width:19.8125rem;height:1.1375rem;top:18.150001525879rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwA3lac6t22BhvmvISgzkL23cTUZRtPo { width:19.8125rem;height:1.1375rem;top:11.412498474121rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMODty2CPd9hqmC79lqTP6fuAVpghNsT { width:19.8125rem;height:1.1375rem;top:10.14999961853rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFT1Gy0f8yM2cZkuM18K6qAW7f7Ln6gD { width:19.8125rem;height:1.1375rem;top:15.875rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecsfq2lSsSzMTDHTZKTTXJDfoAb8t8SE { width:13rem;height:2.1875rem;top:13.6875rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyNSzL4UuD8FNlaEpNVLTRIunhlFJPrD { width:19.8125rem;height:1.1375rem;top:17.012500762939rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyIOGOqd3RDa4vMBqM9DKJOSURahmcDT { width:12.5625rem;height:2.1875rem;top:8.08749961853rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwcIz2zTPzcUGSgTIiP22X5plCThKR0X { width:12.5rem;height:2.1875rem;top:3.6250076293945rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEObR68JUkgnRvEaT06oXJR38Zh0FQMJ { width:19.8125rem;height:1.1375rem;top:12.549999237061rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBvhXsuSLRtv1VliPXsmsRCsRNECJAIo { width:19.8125rem;height:1.1375rem;top:6.9500007629394rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4ag8nhCvIlMkP2aTsdcaThIz2haTniI { width:19.8125rem;height:1.1375rem;top:5.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGiI7660PkoqW7eTDu1nQ0WhMKAyOE8H { display:block; }#eGiI7660PkoqW7eTDu1nQ0WhMKAyOE8H > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifDawLi5Eirso3ZJypGQODnIgwurIp9U { width:15.4375rem;height:0;top:4.25rem;left:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RySUVnQLRgZLoPs9r1Xxnk0PsCaT8Jgu { width:9.625rem;height:0.125rem;top:0.875rem;left:5.1875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #LhE3ctwQ5fhTDX81t2Un32K8eoEfABed { width:17.9375rem;height:5.5125rem;top:1.5625rem;left:1.0625rem;font-size:0.4375rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #PGBKEiVha9wkfaPs6VT78aK37yJMraXC { width:11.625rem;height:1.1375rem;top:11.5625rem;left:1.0625rem;font-size:0.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #navExq5QgT18Uoo5oa5wxpMSB16NuL8N { width:12.5rem;height:0.65rem;top:10.4375rem;left:1.0625rem;font-size:0.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kp5FNhWwFEITAsRV3LJtJaPoVLISkqoe { width:6.4375rem;height:2.6875rem;top:8.9447898864744rem;left:12.632290840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trr947h9TifClTHlQ0F9sr5avTBMDUus { width:6.875rem;height:1.4375rem;top:8.3895835876462rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZLEoTtmNIs1rV0gcW5DKThgA2x3nmDm { width:6.625rem;height:1rem;top:8.9447898864744rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxyGxzJxkxvEttgdscWP2iApkcnsJ8C6 { display:block; }
 }