.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfdff;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; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container { background-color: transparent; background-image: none; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container > .video-iframe-container { display: none; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row > .video-iframe-container { display: none; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .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); }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container { border-width: 0; border-radius: 0; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#Gs3DSiAgMRJyT37BVTFQWJTHtTStFHif { 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.875rem;width:8.75rem;top:0.40625rem;left:1.3125rem;overflow:hidden;display:block; }
#oG9mGFsEsNLILtthFpv1pJBREd6tgD4w { color:#e80000;display:block;width:21.1865rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6064453125rem;left:11.6943359375rem;height:1.7871125rem;font-style:normal;display:block; }
#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE { 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; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { background-color: transparent; background-image: none; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container > .video-iframe-container { display: none; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row > .video-iframe-container { display: none; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .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); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { border-width: 0; border-radius: 0; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:60rem;position:relative;display:block; }#cOZdf83Vh6beeevgpFQxBSoFTMRZEhKK { color:#000000;display:block;width:28.75rem;position:absolute;font-family:oswald;font-size:3.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.5615234375rem;left:0.8115234375rem;height:14.38086875rem;text-align:left;text-align-last:left;display:block; }
#ryPgDFENXhhdvxgWHtAcS33u0ZvVMXBx { color:#000000;display:block;width:48.625rem;position:absolute;font-family:oswald;font-size:5.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:31.710205078125rem;left:0.811767578125rem;height:15.1123125rem;text-align:left;text-align-last:left;display:block; }
#aFfU429rqOZvqLsXPvrWIhviT8FStWhr { 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:39.875rem;width:59.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ifWr6hh1q0bwi6Wtdnamy0qTtUk23DVU { position:absolute;display:block;z-index:15007;background-color:rgba(245,246,248,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:48rem;top:32.684463500976rem;left:0rem;display:block; }
#DKcENZPDIALJlFv9yNSOeZRQfNO5T3fd { position:absolute;display:block;z-index:15008;background-color:rgba(245,246,248,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:28.5rem;top:27.8134765625rem;left:0rem;display:block; }
#SidDzVoZ2Tl6sE6z4vrXMguCteLUShMT { position:absolute;display:block;z-index:15008;background-color:rgba(245,246,248,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:18.25rem;top:23.125rem;left:0rem;display:block; }
#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf { 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; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { background-color: transparent; background-image: none; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container > .video-iframe-container { display: none; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row > .video-iframe-container { display: none; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .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); }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { border-width: 0; border-radius: 0; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:60rem;position:relative;display:block; }#RsENMZAX0FMGcHTzdsc6ZNzxNalDr7tk { color:#000000;display:block;width:51.124125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9041061401367rem;left:3.125rem;height:4.875rem;font-style:normal;display:block; }
#dttrMSxSTXxVGBQTBpl0qxk9khN6IKtz { color:#000000;display:block;width:47.5rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.9639739990238rem;left:3.1250009536743rem;height:15.43619375rem;font-style:normal;display:block; }
#TJ8W44zeOKJ70cKITgUaaDz1GTzp7N8l { 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; }#TJ8W44zeOKJ70cKITgUaaDz1GTzp7N8l > .row .container { background-color: transparent; background-image: none; }#TJ8W44zeOKJ70cKITgUaaDz1GTzp7N8l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJ8W44zeOKJ70cKITgUaaDz1GTzp7N8l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJ8W44zeOKJ70cKITgUaaDz1GTzp7N8l > .row .container > .video-iframe-container { display: none; }#TJ8W44zeOKJ70cKITgUaaDz1GTzp7N8l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJ8W44zeOKJ70cKITgUaaDz1GTzp7N8l > .row > .video-iframe-container { display: none; }#TJ8W44zeOKJ70cKITgUaaDz1GTzp7N8l > .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); }#TJ8W44zeOKJ70cKITgUaaDz1GTzp7N8l > .row .container { border-width: 0; border-radius: 0; }#TJ8W44zeOKJ70cKITgUaaDz1GTzp7N8l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJ8W44zeOKJ70cKITgUaaDz1GTzp7N8l > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:60rem;position:relative;display:block; }#w4BMztHK0rk1Vf9gZsGqJm9dp72qR1hs { color:#000000;display:block;width:51.1230625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3368053436279rem;left:3.2606344223023rem;height:2.4375rem;font-style:normal;display:block; }
#GnKsoc2F95g46oh61gT9S9sxHWZrhUNt { 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:16.6873125rem;width:27.249375rem;top:4.9348964691162rem;left:26.565756797791rem;overflow:hidden;display:block; }
#KTty2qPrTEnmDFLfQlbPvoKU7S9GWUQg { color:#000000;display:block;width:20.125rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.825000762939rem;left:3.2604179382324rem;height:6.174475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KGW6cTtFLQUcZqiegVSx5Tg4lSm6EnpT { color:#000000;display:block;width:20.125rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.7312507629394rem;left:3.2604179382324rem;height:9.26171875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 { 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; }#vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 > .row .container { background-color: transparent; background-image: none; }#vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 > .row .container > .video-iframe-container { display: none; }#vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 > .row > .video-iframe-container { display: none; }#vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 > .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); }#vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 > .row .container { border-width: 0; border-radius: 0; }#vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:60rem;position:relative;display:block; }#wIzTb9Ne8ORODf2AeyQN1clxeHSV7N7z { color:#000000;display:block;width:44.6245625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0870225429535rem;left:3.1239156723023rem;height:2.4375rem;font-style:normal;display:block; }
#bLNPSLVTBh6sXk5r0tyx8QJEAUyw5BUg { color:#000000;display:block;width:20rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.686767578125rem;left:3.123779296875rem;height:1.70605625rem;display:block; }
#ymGbCbihHaWR1An5LT5PKLJhIyrcWw2T { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:20.374755859375rem;left:3.87451171875rem;height:;display:block; }#ymGbCbihHaWR1An5LT5PKLJhIyrcWw2T li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ymGbCbihHaWR1An5LT5PKLJhIyrcWw2T li:before{  }
#pQew8b9LMTUwlxRXffWDW5Oll0aQyIKL { color:#000000;display:block;width:50.625rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:5.7125015258789rem;left:3.1239585876465rem;height:4.63085625rem;display:block; }
#rIBXQGbglKH9gGSMI62aXpfFs69EAmcB { z-index:15003;top:11.328125rem;left:3.123779296875rem;background-color:#06b087;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tlJByJW8BKNeNnmGXEy9BnV9HkHpWlWr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WVTkPpFncOmI5AcCVFbLx1QS8TND897o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef0000;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; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container { background-color: transparent; background-image: none; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container > .video-iframe-container { display: none; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row > .video-iframe-container { display: none; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .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); }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container { border-width: 0; border-radius: 0; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:60rem;position:relative;display:block; }#p1vQyN9pTfBE6HZEpchZTQQ5vHN22qMW { position:absolute;display:block;z-index:15000;background-color:#ef0000;background-image:none;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:12.125rem;width:39rem;top:3.787109375rem;left:12.6494140625rem;display:block; }
#yXChZVfKgmygWmV6BvwHTl1VG8h4dynq { color:#e4e4e4;display:block;width:36.75rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.7858047485351rem;left:21.085071563721rem;height:2.92448125rem;font-style:normal;display:block; }
#P6wQ79Zk8Wq4fvfk4f332UzAqOPkkdda { color:#e4e4e4;display:block;width:27.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:6.038818359375rem;left:21.085205078125rem;height:4.4609375rem;display:block; }
#tifCIRqQdJgaDvH5xUPOc4DCK4pml08s { background-color:#fffdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ff0000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.37426875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:11.7431640625rem;left:21.085205078125rem;display:block; }
#sv6LVXnT4UVmPTgOAZOXfMN1nrET2A7u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WQbReqheztZDBo2OUGyxdQHOJxZWCwf9 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/lIARjDjV/455142_PF969X_678BAJA.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.9375rem;width:17.8125rem;top:2.1158905029297rem;left:0rem;display:block; }#WQbReqheztZDBo2OUGyxdQHOJxZWCwf9.adaptive-delivery-prevent-bg, #WQbReqheztZDBo2OUGyxdQHOJxZWCwf9.lazyload, #WQbReqheztZDBo2OUGyxdQHOJxZWCwf9.lazyloading { background-image: none; }
#IknuN8ruCxeT6PXQh8JBoxBOhkF7OIk3 { position:relative;display:block; }#IknuN8ruCxeT6PXQh8JBoxBOhkF7OIk3 { background-color: transparent; background-image: none; }#IknuN8ruCxeT6PXQh8JBoxBOhkF7OIk3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IknuN8ruCxeT6PXQh8JBoxBOhkF7OIk3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IknuN8ruCxeT6PXQh8JBoxBOhkF7OIk3 > .row .container > .video-iframe-container { display: none; }#IknuN8ruCxeT6PXQh8JBoxBOhkF7OIk3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IknuN8ruCxeT6PXQh8JBoxBOhkF7OIk3 > .row > .video-iframe-container { display: none; }#IknuN8ruCxeT6PXQh8JBoxBOhkF7OIk3 > .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); }#IknuN8ruCxeT6PXQh8JBoxBOhkF7OIk3 { border-width: 0; border-radius: 0; }#IknuN8ruCxeT6PXQh8JBoxBOhkF7OIk3 > .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; }#IknuN8ruCxeT6PXQh8JBoxBOhkF7OIk3 > .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:21.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iLA9OfetrXdBGJdiZlfo9aKGRgG6XwK2 { color:#000000;display:block;width:45.625rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.7135467529297rem;left:2.4312515258789rem;height:3.0872375rem;font-style:normal;display:block; }
#S15kspwIb56zHGqooUPJvy5i8SrRlvaR { color:#000000;display:block;width:51.1230625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2775611877441rem;left:2.431640625rem;height:2.4375rem;font-style:normal;display:block; }
#aXh9mQSZgk7dQmwcJqmIClUMtCMp39NZ { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.810546875rem;left:6.3115234375rem;height:2.76171875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qD3PbvBdFB3ubqVEzwVGkUkQ5KuWeHPg { color:#000000;display:block;width:39.436875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.3357219696044rem;left:2.431640625rem;height:;font-style:normal;display:block; }
#RnyfUaeaazpgqT2qSTgOiGIPkxB0eLy1 { 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:4rem;width:31.8125rem;top:10.191665649414rem;left:6.3114585876462rem;overflow:hidden;display:block; }
#SGDTEduQkFNyODxzxkDtuusWQa6NF2P0 { position:relative;display:block; }#SGDTEduQkFNyODxzxkDtuusWQa6NF2P0 { background-color: transparent; background-image: none; }#SGDTEduQkFNyODxzxkDtuusWQa6NF2P0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGDTEduQkFNyODxzxkDtuusWQa6NF2P0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGDTEduQkFNyODxzxkDtuusWQa6NF2P0 > .row .container > .video-iframe-container { display: none; }#SGDTEduQkFNyODxzxkDtuusWQa6NF2P0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGDTEduQkFNyODxzxkDtuusWQa6NF2P0 > .row > .video-iframe-container { display: none; }#SGDTEduQkFNyODxzxkDtuusWQa6NF2P0 > .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); }#SGDTEduQkFNyODxzxkDtuusWQa6NF2P0 { border-width: 0; border-radius: 0; }#SGDTEduQkFNyODxzxkDtuusWQa6NF2P0 > .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; }#SGDTEduQkFNyODxzxkDtuusWQa6NF2P0 > .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:22.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fTKGeUcVR7NXdbkF9STXJHUROHAdqJTT { color:#000000;display:block;width:41.9375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.712890625rem;left:2.431640625rem;height:15.43619375rem;font-style:normal;display:block; }
#qu2CBCwRxBRWFcK70HwuALA0OdSgVdI1 { color:#000000;display:block;width:51.1230625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2775611877441rem;left:2.431640625rem;height:2.4375rem;font-style:normal;display:block; }
#Tshole2F6gUgrh9HTwTUXy3BWwlX9RW5 { color:#000000;display:block;width:39.436875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.3357219696044rem;left:2.431640625rem;height:;font-style:normal;display:block; }
#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd { position:relative;display:block; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd { background-color: transparent; background-image: none; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container > .video-iframe-container { display: none; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row > .video-iframe-container { display: none; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .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); }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd { border-width: 0; border-radius: 0; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .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; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcd9da;background-image:none;font-size:0.875rem;font-family:arial;height:4rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ElNNfpa7ICUSemIJUoKTT7b8xFcoc8Ld { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.5614156723023rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb { position:relative;display:block; }#ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb { background-color: transparent; background-image: none; }#ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb > .row .container > .video-iframe-container { display: none; }#ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb > .row > .video-iframe-container { display: none; }#ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb > .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); }#ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb { border-width: 0; border-radius: 0; }#ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb > .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; }#ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb > .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:8.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RXsPaIVNHNRVu2SPWoVVTPbX5UbsF4Be { 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.5rem;width:9.6875rem;top:2.4365234375rem;left:17.65625rem;overflow:hidden;display:block; }
#XgNnyXpKGsWmi68WWzPyazHxCLac8tDo { 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.99805rem;width:8.061rem;top:2.5002174377441rem;left:33.468970298767rem;overflow:hidden;display:block; }
#ptxlPXgcDqd9lu7TtBn38L5O83ZrCrTe { 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:1.25rem;width:11.625rem;top:3.4375rem;left:1.6875rem;overflow:hidden;display:block; }
#t8puwUqWekKJS2uySTOb7MrByQ3aPTIf { 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:1.25rem;width:8.25rem;top:4.9970703125rem;left:3.375rem;overflow:hidden;display:block; }
#QmDRoTSkt5MA64ECiKoLv6Ki3TWtTih8 { 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:1.25rem;width:7.9375rem;top:4.9970703125rem;left:18.53125rem;overflow:hidden;display:block; }
#kLSPHb8AobdPTLEAT9ol7LKqN0WATTX2 { 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.25rem;width:4rem;top:5.0615234375rem;left:35.5rem;overflow:hidden;display:block; }
#b2U2FfxgoqWOIK3ikC76NhGVl9Q7CQpK { 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.6875rem;width:8rem;top:2.9658203125rem;left:48.5rem;overflow:hidden;display:block; }
#Bx0N89aK2MVVao6tHn8qz0u2e3wnmzKx { 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.25rem;width:8.0625rem;top:5.060546875rem;left:48.65625rem;overflow:hidden;display:block; }
#slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA { position:relative;display:block; }#slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA { background-color: transparent; background-image: none; }#slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA > .row .container > .video-iframe-container { display: none; }#slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA > .row > .video-iframe-container { display: none; }#slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA > .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); }#slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA { border-width: 0; border-radius: 0; }#slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA > .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; }#slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcd9da;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#M1teTZh5o1uDvAZ2d4B8LLtBcrNTGccN { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.0601119995118rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s { position:relative;display:block; }#sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s { background-color: transparent; background-image: none; }#sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s > .row .container > .video-iframe-container { display: none; }#sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s > .row > .video-iframe-container { display: none; }#sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s > .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); }#sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s { border-width: 0; border-radius: 0; }#sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s > .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; }#sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s > .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:7.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CyEslBXWdfmfMaZ5u4beDO5WLohmJL29 { 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.0625rem;width:13.18725rem;top:1.842041015625rem;left:45.904541015625rem;overflow:hidden;display:block; }
#LcW6mp6TxlU52hWz8aqWk56WzZqzSeBx { 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.4375rem;width:6.8125rem;top:1.68359375rem;left:5.060546875rem;overflow:hidden;display:block; }
#q34i8Wpb1QxmQv74pgmBA97SwtNPABfU { 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.25rem;width:8.0625rem;top:5.341796875rem;left:4.435546875rem;overflow:hidden;display:block; }
#OVOrTkQd50C3w01obVOs60VFD810hH7z { 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:2.06055rem;width:11.9360625rem;top:2.843017578125rem;left:16.53076171875rem;overflow:hidden;display:block; }
#AAEiTcgJKISKh7cJGr96IiCXdtr1pEvO { 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:0.99975625rem;width:1.499025rem;top:5.6689453125rem;left:21.75048828125rem;overflow:hidden;display:block; }
#QuHeSF9RWiXuXi9RKBWP6OBH9fc7OA0Z { 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.5rem;width:7.3108125rem;top:2.623291015625rem;left:33.843994140625rem;overflow:hidden;display:block; }
#WODAu2OxJNsvQDT64BNuKHaVpQ33VbbK { 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:0.74829375rem;width:8.6853125rem;top:5.48291015625rem;left:33.15673828125rem;overflow:hidden;display:block; }
#wTZC9WkdZwwtHu2lKBLAdXB6a1vF09se { 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:0.9375rem;width:6.12426875rem;top:5.592041015625rem;left:48.624267578125rem;overflow:hidden;display:block; }
#iiyK52wlLDxmlldqmccXcku9WU2nSp8q { position:relative;display:block; }#iiyK52wlLDxmlldqmccXcku9WU2nSp8q { background-color: transparent; background-image: none; }#iiyK52wlLDxmlldqmccXcku9WU2nSp8q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiyK52wlLDxmlldqmccXcku9WU2nSp8q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiyK52wlLDxmlldqmccXcku9WU2nSp8q > .row .container > .video-iframe-container { display: none; }#iiyK52wlLDxmlldqmccXcku9WU2nSp8q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiyK52wlLDxmlldqmccXcku9WU2nSp8q > .row > .video-iframe-container { display: none; }#iiyK52wlLDxmlldqmccXcku9WU2nSp8q > .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); }#iiyK52wlLDxmlldqmccXcku9WU2nSp8q { border-width: 0; border-radius: 0; }#iiyK52wlLDxmlldqmccXcku9WU2nSp8q > .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; }#iiyK52wlLDxmlldqmccXcku9WU2nSp8q > .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:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F2HRyW6hKFJegL5Lz9UvOfOXvm6JvAf1 { position:absolute;display:block;z-index:15059;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:6.875rem;top:2.03125rem;left:4.6240234375rem;overflow:hidden;display:block; }
#sNOHTIg0E3sl7mATMmspXJRupVeIahaK { position:absolute;display:block;z-index:15060;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.06175rem;top:2.8125rem;left:16.46728515625rem;overflow:hidden;display:block; }
#HxZuxD2w3sNRiy4aznw5rnrspmMJ8fUZ { 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:0.9985375rem;width:1.499025rem;top:5.78125rem;left:6.749267578125rem;overflow:hidden;display:block; }
#GtcR8fsLxRoFnKgZkz2qKtX3vuWE4Czw { 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:0.9973125rem;width:1.499025rem;top:5.78125rem;left:21.75048828125rem;overflow:hidden;display:block; }
#ZvxCkiQLsBEmt17MkNc9NpzEgVGwChTv { 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:1.499025rem;width:10.9375rem;top:3.155517578125rem;left:32.03125rem;overflow:hidden;display:block; }
#bVgoM3nf0NXWapw3PwcMOgFEnumcsbav { 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:0.9375rem;width:6.12305rem;top:5.78125rem;left:34.4384765625rem;overflow:hidden;display:block; }
#NcsZtwq0xIMBKovfOAB6odiVhnqT5ldt { 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:4.311525rem;width:11.1853125rem;top:1.749267578125rem;left:46.90673828125rem;overflow:hidden;display:block; }
#vpIgTZAVg1dsX6Q4pCcDvFuM32pNRtTM { 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:0.9973125rem;width:1.499025rem;top:5.78125rem;left:52.374267578125rem;overflow:hidden;display:block; }
#C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh { position:relative;display:block; }#C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh { background-color: transparent; background-image: none; }#C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh > .row .container > .video-iframe-container { display: none; }#C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh > .row > .video-iframe-container { display: none; }#C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh > .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); }#C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh { border-width: 0; border-radius: 0; }#C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh > .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; }#C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcd9da;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#iUSaXeiVP1ptrvm2Kb2vL9yOcUS6Trlu { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.84309768676756rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 { position:relative;display:block; }#Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 { background-color: transparent; background-image: none; }#Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 > .row .container > .video-iframe-container { display: none; }#Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 > .row > .video-iframe-container { display: none; }#Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 > .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); }#Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 { border-width: 0; border-radius: 0; }#Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 > .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; }#Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 > .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:7.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kaRHG7VPpX4shSPNnX4NExlk9wfl6g2D { 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.5rem;width:12.3118125rem;top:2.5621480941773rem;left:1.3432173728943rem;overflow:hidden;display:block; }
#xs4rpiL0XZIN8E0w3wNNBQNGiT8cTaES { 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:0.99964375rem;width:1.49946875rem;top:5.0621452331543rem;left:6.7498226165769rem;overflow:hidden;display:block; }
#PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 { position:relative;display:block; }#PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 { background-color: transparent; background-image: none; }#PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 > .row .container > .video-iframe-container { display: none; }#PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 > .row > .video-iframe-container { display: none; }#PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 > .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); }#PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 { border-width: 0; border-radius: 0; }#PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 > .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; }#PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcd9da;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cdPSyZGwJxEPse7Dox5vJZHPEGEgPbLT { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.84309768676756rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 { position:relative;display:block; }#vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 { background-color: transparent; background-image: none; }#vqapoIxhFd7ytPAFfnXLLFHs84xckBa5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 > .row .container > .video-iframe-container { display: none; }#vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 > .row > .video-iframe-container { display: none; }#vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 > .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); }#vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 { border-width: 0; border-radius: 0; }#vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 > .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; }#vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 > .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:7.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zZcQT8cKV04kqpDGJ5iSuBmzB9I3KAAq { 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.1875rem;width:8.0619375rem;top:2.46875rem;left:18.467684745789rem;overflow:hidden;display:block; }
#d33NC2SEiydr2wPrJIprwoutw7tB4WBm { position:absolute;display:block;z-index:15059;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.4375rem;width:10.37375rem;top:2.0303611755371rem;left:32.311787605286rem;overflow:hidden;display:block; }
#AgUo0mdDoQvl9Or46JulwJFpNUNXqrQJ { position:absolute;display:block;z-index:15060;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:4.875rem;top:0.7421875rem;left:5.0922307968139rem;overflow:hidden;display:block; }
#yksVuF4qpkIGFKhutyhWToaILLSHI5qa { position:absolute;display:block;z-index:15060;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.12446875rem;width:10.3125rem;top:2.6873226165771rem;left:47.342862129211rem;overflow:hidden;display:block; }
#ZOpwtIwLwvxDJkLF10riUlGJ8N3nHsTG { 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.25rem;width:4.0625rem;top:4.7407774925232rem;left:5.8123226165771rem;overflow:hidden;display:block; }
#aMaxnFZscnO9fvOidNXAdeKSLQT9sxCl { 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.25rem;width:1.9375rem;top:4.614875793457rem;left:22.24964427948rem;overflow:hidden;display:block; }
#p5uTVlo9bLTrqSrktbXDkSHqaQO9Q1nl { 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:1.25rem;width:4.875rem;top:4.9902324676514rem;left:35.874466896057rem;overflow:hidden;display:block; }
#mdirIucbNOiy8KQMTyuEWkfIowodCF5T { 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.25rem;width:6.5625rem;top:5.0307168960571rem;left:49.999112129211rem;overflow:hidden;display:block; }
#syuJkx3fULqQ52EDG9A7IT95QT8EqJcS { position:relative;display:block; }#syuJkx3fULqQ52EDG9A7IT95QT8EqJcS { background-color: transparent; background-image: none; }#syuJkx3fULqQ52EDG9A7IT95QT8EqJcS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syuJkx3fULqQ52EDG9A7IT95QT8EqJcS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syuJkx3fULqQ52EDG9A7IT95QT8EqJcS > .row .container > .video-iframe-container { display: none; }#syuJkx3fULqQ52EDG9A7IT95QT8EqJcS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syuJkx3fULqQ52EDG9A7IT95QT8EqJcS > .row > .video-iframe-container { display: none; }#syuJkx3fULqQ52EDG9A7IT95QT8EqJcS > .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); }#syuJkx3fULqQ52EDG9A7IT95QT8EqJcS { border-width: 0; border-radius: 0; }#syuJkx3fULqQ52EDG9A7IT95QT8EqJcS > .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; }#syuJkx3fULqQ52EDG9A7IT95QT8EqJcS > .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:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TSXLXBHmaLRLA5ug9K5OC6ZQ5UBvvXs5 { 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:3.125rem;width:12.1245625rem;top:2.0280532836914rem;left:1.4364347457886rem;overflow:hidden;display:block; }
#g9VpXwc4G9VIU66Lb5LT6pp0MkTavwvo { 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.56214375rem;width:12.0623125rem;top:2.6242899894714rem;left:16.436434745789rem;overflow:hidden;display:block; }
#TMWOen0pmDTygyFyEumifIwgCgSt0zh1 { 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:3.4375rem;width:5.4359rem;top:1.8696727752686rem;left:34.780716896057rem;overflow:hidden;display:block; }
#Fi5IiViW7C1MJwTwbcSHrb1ISamndod6 { 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:0.7484rem;width:8.6860625rem;top:4.4673376083374rem;left:3.1560726165771rem;overflow:hidden;display:block; }
#w2XHbDtmIIeeHOPMcHkPTxF6H2bn34Eh { 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:1.93714375rem;width:10.625rem;top:2.6566047668457rem;left:47.186612129211rem;overflow:hidden;display:block; }
#K7yr9RoK2e6Oth3KVbGUesyhAu6A8RW9 { 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:0.99786875rem;width:1.49946875rem;top:4.2169737815857rem;left:21.749821662903rem;overflow:hidden;display:block; }
#WGTvUBw1nfzBwBZAWTwBpsiKb9md60cL { 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:1rem;width:4.75rem;top:5.40234375rem;left:35.125000715256rem;overflow:hidden;display:block; }
#XohRg0vU6O0WRAxmbi3iFmM03e1gdvhE { 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:0.99698125rem;width:1.49946875rem;top:4.2169742584229rem;left:51.749821662903rem;overflow:hidden;display:block; }
#tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D { position:relative;display:block; }#tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D { background-color: transparent; background-image: none; }#tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D > .row .container > .video-iframe-container { display: none; }#tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D > .row > .video-iframe-container { display: none; }#tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D > .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); }#tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D { border-width: 0; border-radius: 0; }#tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D > .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; }#tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D > .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:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M0V6ovIOQ86TZTfT2tuQkUkwdFJHRZM2 { 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.2492875rem;width:9.0625rem;top:1.3370018005371rem;left:2.96875rem;overflow:hidden;display:block; }
#Ty4xdOaxq1NECnVTPrMLrFls3FkGJXM6 { 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:0.74805rem;width:8.6855625rem;top:4.9609375rem;left:2.96875rem;overflow:hidden;display:block; }
#A2nSCAGkERbUuxcUsyCTxQi2JcIIovlX { 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.625rem;width:8rem;top:1.6484375rem;left:18.5rem;overflow:hidden;display:block; }
#B3vJd69o9ESSXkMe752bX5UwSbSBoI4M { 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:0.749025rem;width:5rem;top:4.5859375rem;left:20rem;overflow:hidden;display:block; }
#DDKhOpOZ5CJFqzi6VxHu7ziaI3r0eHOi { 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.6875rem;width:5.125rem;top:0rem;left:24.34375rem;overflow:hidden;display:block; }
#wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 { position:relative;display:block; }#wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 { background-color: transparent; background-image: none; }#wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 > .row .container > .video-iframe-container { display: none; }#wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 > .row > .video-iframe-container { display: none; }#wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 > .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); }#wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 { border-width: 0; border-radius: 0; }#wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 > .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; }#wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcd9da;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#taEa3T1dElJsAAbrOhDnA6JLa3xnEQWT { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.84309768676756rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#emuyyvL8aAGSvzlLb78TfQPV5smB35X3 { position:relative;display:block; }#emuyyvL8aAGSvzlLb78TfQPV5smB35X3 { background-color: transparent; background-image: none; }#emuyyvL8aAGSvzlLb78TfQPV5smB35X3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emuyyvL8aAGSvzlLb78TfQPV5smB35X3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emuyyvL8aAGSvzlLb78TfQPV5smB35X3 > .row .container > .video-iframe-container { display: none; }#emuyyvL8aAGSvzlLb78TfQPV5smB35X3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emuyyvL8aAGSvzlLb78TfQPV5smB35X3 > .row > .video-iframe-container { display: none; }#emuyyvL8aAGSvzlLb78TfQPV5smB35X3 > .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); }#emuyyvL8aAGSvzlLb78TfQPV5smB35X3 { border-width: 0; border-radius: 0; }#emuyyvL8aAGSvzlLb78TfQPV5smB35X3 > .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; }#emuyyvL8aAGSvzlLb78TfQPV5smB35X3 > .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:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Zu7mquKPCGK7Les0aQoKOk9pEQylrPVZ { 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.6875rem;width:12.0625rem;top:1.3411455154419rem;left:1.4366321563721rem;overflow:hidden;display:block; }
#vnAwcJonrvf1pvdDRbp2MG2aiD2D3zGf { 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.374025rem;width:10rem;top:1.4970703125rem;left:17.5rem;overflow:hidden;display:block; }
#XVRJse0ctZ5TVyXKRz8JyvxwDvpQOgHg { 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:12.75rem;top:0.9345703125rem;left:31.125rem;overflow:hidden;display:block; }
#al4ScSoxv8tBppoND2iEJV8RiwGVw2VL { 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:0.99698125rem;width:1.49946875rem;top:4.0278759002686rem;left:6.7498226165769rem;overflow:hidden;display:block; }
#AeMoJ8TOKbe3UDiBI3N1qEXgtWZMuZCH { 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:0.99609375rem;width:1.499025rem;top:4.3388671875rem;left:21.75rem;overflow:hidden;display:block; }
#UwwABOyPEd5Fl0g3zqgDN54J2ETp3NoI { 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:0.99609375rem;width:1.499025rem;top:4.4345703125rem;left:36.75rem;overflow:hidden;display:block; }
#tHCuTmLhNPHgEiBTMQpKd29D6afReb1H { position:relative;display:block; }#tHCuTmLhNPHgEiBTMQpKd29D6afReb1H { background-color: transparent; background-image: none; }#tHCuTmLhNPHgEiBTMQpKd29D6afReb1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHCuTmLhNPHgEiBTMQpKd29D6afReb1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHCuTmLhNPHgEiBTMQpKd29D6afReb1H > .row .container > .video-iframe-container { display: none; }#tHCuTmLhNPHgEiBTMQpKd29D6afReb1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHCuTmLhNPHgEiBTMQpKd29D6afReb1H > .row > .video-iframe-container { display: none; }#tHCuTmLhNPHgEiBTMQpKd29D6afReb1H > .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); }#tHCuTmLhNPHgEiBTMQpKd29D6afReb1H { border-width: 0; border-radius: 0; }#tHCuTmLhNPHgEiBTMQpKd29D6afReb1H > .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; }#tHCuTmLhNPHgEiBTMQpKd29D6afReb1H > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcd9da;background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xWtkNZ3tndW9Vct9UcLk8FaeL948nCz6 { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.87348175048825rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM { position:relative;display:block; }#UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM { background-color: transparent; background-image: none; }#UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM > .row .container > .video-iframe-container { display: none; }#UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM > .row > .video-iframe-container { display: none; }#UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM > .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); }#UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM { border-width: 0; border-radius: 0; }#UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM > .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; }#UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM > .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:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RCptaQXIEQEwy8TiEnQTs9zvOorvKHT9 { 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:3.6875rem;width:4.25rem;top:1.6875rem;left:19.9990234375rem;overflow:hidden;display:block; }
#gfatBW15tbidvMGx6L7TzKkLwpvEmTbD { 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:1.93555rem;width:10.8105625rem;top:2.515625rem;left:32.09375rem;overflow:hidden;display:block; }
#ykBOprAScToh2sbxRJ8JZXJyPrWaW7lx { 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:0.9375rem;width:3.374025rem;top:5.328125rem;left:20.8125rem;overflow:hidden;display:block; }
#cK9oTPRDi1LRnmuJF5dciUi9uxhUOl1E { 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:4.81055rem;width:5.87305rem;top:1.078125rem;left:49.5634765625rem;overflow:hidden;display:block; }
#FtHkZBa8taQgLZ03ndSqs6COvqlwTsPd { 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:0.9375rem;width:6.125rem;top:5.328125rem;left:34.4375rem;overflow:hidden;display:block; }
#dyvPwgwDHtM25rg8Xi7lfPnEiO0Hcisw { 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:0.9375rem;width:6.125rem;top:5.328125rem;left:49.4375rem;overflow:hidden;display:block; }
#gaJvw2nMIUknNRQdVO9b1qSzxoHlrwJs { 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:0.99609375rem;width:1.499025rem;top:5.625rem;left:6.625rem;overflow:hidden;display:block; }
#cLKTiHEHb9ga9itpTH2rTAGhu5aag4TB { 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.75rem;width:3.75rem;top:1.6875rem;left:5.3740234375rem;overflow:hidden;display:block; }
#gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg { position:relative;display:block; }#gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg { background-color: transparent; background-image: none; }#gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg > .row .container > .video-iframe-container { display: none; }#gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg > .row > .video-iframe-container { display: none; }#gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg > .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); }#gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg { border-width: 0; border-radius: 0; }#gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg > .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; }#gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg > .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:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BZfTTrsnUrDaJdBOk3fQfNfNWDcUeUHx { 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:4.1875rem;width:7.375rem;top:0.875rem;left:18.8125rem;overflow:hidden;display:block; }
#JybERJ4HHdy65ZUyHh4oGc2wUFbZeXNl { 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:0.9375rem;width:6.125rem;top:4.1875rem;left:19.4375rem;overflow:hidden;display:block; }
#hIeVdZL17uTZyhrtgeDTvZU32QOSH7oB { 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.62305rem;width:12.9980625rem;top:2.15625rem;left:31rem;overflow:hidden;display:block; }
#LTpQhiWEytmfO4tNsOONqE8htyzwv4VM { 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.5rem;width:8.875rem;top:0.21875rem;left:3.0625rem;overflow:hidden;display:block; }
#M8HLbGJIRIRfgt6rhZ1ZsbbGnAZyH9cw { 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:0.9375rem;width:6.125rem;top:4.1875rem;left:4.4375rem;overflow:hidden;display:block; }
#fIDSIsPcG7t5nErwFcGRcJU2ECrZAybg { 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:0.9375rem;width:6.125rem;top:4.1875rem;left:34.4375rem;overflow:hidden;display:block; }
#u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 { position:relative;display:block; }#u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 { background-color: transparent; background-image: none; }#u6sQ4hNS5u2tqazrsOkVowSu261mnmm6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 > .row .container > .video-iframe-container { display: none; }#u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 > .row > .video-iframe-container { display: none; }#u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 > .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); }#u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 { border-width: 0; border-radius: 0; }#u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 > .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; }#u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcd9da;background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#yd8rubEpz9k6C8L8RP4qvu6ihvGQy5Ha { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.8734703063965rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE { position:relative;display:block; }#TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE { background-color: transparent; background-image: none; }#TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE > .row .container > .video-iframe-container { display: none; }#TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE > .row > .video-iframe-container { display: none; }#TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE > .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); }#TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE { border-width: 0; border-radius: 0; }#TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE > .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; }#TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE > .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:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sLPMvXdJ8aiOXINA2FMJhsHyeAw0eTPH { 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:6.3125rem;top:1.927734375rem;left:4.34375rem;overflow:hidden;display:block; }
#DXCkOnhX7cVhXLLaPMd1VxDDaqDk3pKs { 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:4.0625rem;top:4.115234375rem;left:5.46875rem;overflow:hidden;display:block; }
#AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my { position:relative;display:block; }#AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my { background-color: transparent; background-image: none; }#AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my > .row .container > .video-iframe-container { display: none; }#AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my > .row > .video-iframe-container { display: none; }#AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my > .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); }#AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my { border-width: 0; border-radius: 0; }#AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my > .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; }#AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcd9da;background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#EzqGx9idzkdrgheBzGnCRQOSyydWLsgz { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.8734703063965rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 { position:relative;display:block; }#V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 { background-color: transparent; background-image: none; }#V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 > .row .container > .video-iframe-container { display: none; }#V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 > .row > .video-iframe-container { display: none; }#V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 > .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); }#V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 { border-width: 0; border-radius: 0; }#V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 > .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; }#V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 > .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:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Fe7yl8EfGsIgwD8rvDIfbtrOV3GlCeZl { 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:3.37456875rem;width:6.3748125rem;top:1.3031678199768rem;left:4.3109798431396rem;overflow:hidden;display:block; }
#vPnLTVWJOlw5uXG8MZ7AfRP9U6SiVItA { 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.75rem;width:9.5rem;top:1.3374557495118rem;left:17.187500953674rem;overflow:hidden;display:block; }
#zDgmLsCxWSzXJUelJAdSNq1oswZa5VVp { 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:3.06196875rem;width:11.1239375rem;top:2.3748226165771rem;left:31.938031196594rem;overflow:hidden;display:block; }
#ko0Rsrt8XgOcx5DLg7PNXhKJ6XWiCamV { 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:4.0625rem;top:4.6768455505371rem;left:5.8123226165771rem;overflow:hidden;display:block; }
#Wd8oQ48Z17PLINi7EX9xFAqb1d4SIW9K { 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:0.9375rem;width:3.37446875rem;top:4.6759586334229rem;left:35.780362129211rem;overflow:hidden;display:block; }
#Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM { position:relative;display:block; }#Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM { background-color: transparent; background-image: none; }#Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM > .row .container > .video-iframe-container { display: none; }#Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM > .row > .video-iframe-container { display: none; }#Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM > .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); }#Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM { border-width: 0; border-radius: 0; }#Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM > .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; }#Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcd9da;background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#M3cyG3mWh4vSf9aUtz8uUr9PGUJy3f30 { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.87348556518556rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mmRDheLPNAwMfw0yT5867nL5DzZD6k8J { position:relative;display:block; }#mmRDheLPNAwMfw0yT5867nL5DzZD6k8J { background-color: transparent; background-image: none; }#mmRDheLPNAwMfw0yT5867nL5DzZD6k8J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmRDheLPNAwMfw0yT5867nL5DzZD6k8J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmRDheLPNAwMfw0yT5867nL5DzZD6k8J > .row .container > .video-iframe-container { display: none; }#mmRDheLPNAwMfw0yT5867nL5DzZD6k8J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmRDheLPNAwMfw0yT5867nL5DzZD6k8J > .row > .video-iframe-container { display: none; }#mmRDheLPNAwMfw0yT5867nL5DzZD6k8J > .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); }#mmRDheLPNAwMfw0yT5867nL5DzZD6k8J { border-width: 0; border-radius: 0; }#mmRDheLPNAwMfw0yT5867nL5DzZD6k8J > .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; }#mmRDheLPNAwMfw0yT5867nL5DzZD6k8J > .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:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GzwfnBZ1pEzPTecMDsCNvMLS7wLwGNya { 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.625rem;width:8.625rem;top:2.08251953125rem;left:2.935791015625rem;overflow:hidden;display:block; }
#ca5mMsxx6e3qmSp4RFVNvEltU2NZDG40 { 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:1.93685rem;width:12.061625rem;top:2.4604034423828rem;left:16.467507362366rem;overflow:hidden;display:block; }
#GbsphpSqVv5POVbr4LPH9rQADgAQLL3E { 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.5rem;width:7.6875rem;top:2.1770820617676rem;left:34.157552719116rem;overflow:hidden;display:block; }
#tNkdlF3wridTG0fl83Oz9csTInhQQ6Nq { 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.3739375rem;width:6.93625rem;top:2.1129245758057rem;left:49.030537605286rem;overflow:hidden;display:block; }
#Jxx3L4ASfyqITNtoUxy3hZlPCcCsXUOF { 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:0.9375rem;width:3.37446875rem;top:4.5197086334229rem;left:20.780362129211rem;overflow:hidden;display:block; }
#gTEmooiI3LaUwlpTKb9VQ9R0K1cbJTbs { 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:0.9375rem;width:6.124825rem;top:4.7057304382324rem;left:34.434896469116rem;overflow:hidden;display:block; }
#k9KWyLO8gARcqVHGioy4r54Fe1ZTfcaz { 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:0.99609375rem;width:1.49946875rem;top:4.7688217163086rem;left:51.749821662903rem;overflow:hidden;display:block; }
#QNLl5KCU3FJzMDN3ZdDK2qycCPOhQtUe { 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:0.9375rem;width:3.374025rem;top:4.26953125rem;left:5.936767578125rem;overflow:hidden;display:block; }
#MOEtHAac77wxlr55m4ElfSSLLM0dtFiG { position:relative;display:block; }#MOEtHAac77wxlr55m4ElfSSLLM0dtFiG { background-color: transparent; background-image: none; }#MOEtHAac77wxlr55m4ElfSSLLM0dtFiG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOEtHAac77wxlr55m4ElfSSLLM0dtFiG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOEtHAac77wxlr55m4ElfSSLLM0dtFiG > .row .container > .video-iframe-container { display: none; }#MOEtHAac77wxlr55m4ElfSSLLM0dtFiG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOEtHAac77wxlr55m4ElfSSLLM0dtFiG > .row > .video-iframe-container { display: none; }#MOEtHAac77wxlr55m4ElfSSLLM0dtFiG > .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); }#MOEtHAac77wxlr55m4ElfSSLLM0dtFiG { border-width: 0; border-radius: 0; }#MOEtHAac77wxlr55m4ElfSSLLM0dtFiG > .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; }#MOEtHAac77wxlr55m4ElfSSLLM0dtFiG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcd9da;background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VaWtoUFi36r5uFwt0uARnclmId8fBJNm { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.87456703186037rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh { position:relative;display:block; }#iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh { background-color: transparent; background-image: none; }#iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh > .row .container > .video-iframe-container { display: none; }#iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh > .row > .video-iframe-container { display: none; }#iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh > .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); }#iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh { border-width: 0; border-radius: 0; }#iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh > .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; }#iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh > .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:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DIyn3wqua21AwGaUdlxzy5TPH7A8oB3N { 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:4.18728125rem;width:4.0625rem;top:1.5201826095581rem;left:5.4361972808838rem;overflow:hidden;display:block; }
#tGRabn4zULI7SVXUlSweyTcZFwQ7q17Q { 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:1.25rem;width:13.3125rem;top:2.98828125rem;left:15.843099594116rem;overflow:hidden;display:block; }
#fRbATfsPJioJcgbRStsmqhmvEnqctIV7 { 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:0.625rem;width:12.874375rem;top:3.6241321563721rem;left:31.062284469604rem;overflow:hidden;display:block; }
#GUOEyaOx6MlywLwqnR8elDrRIhIvE4dJ { 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:0.9375rem;width:6.124825rem;top:5.3929328918457rem;left:4.4362573623658rem;overflow:hidden;display:block; }
#JbUpOtRGmrqxoLaRSIgBviPFpZ7prMIi { 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:0.99609375rem;width:1.49946875rem;top:4.7718391418457rem;left:21.749821662903rem;overflow:hidden;display:block; }
#LAl6m2aWhSmPDnLF1qGTHuTp1GAhRQQ1 { 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:0.99609375rem;width:1.49946875rem;top:4.7718391418457rem;left:36.749821662903rem;overflow:hidden;display:block; }
#IrnfuRboE1FJ9xxNT9bOIG7yddxORFCl { 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:0.99583125rem;width:1.49895625rem;top:4.9770832061767rem;left:51.751037597656rem;overflow:hidden;display:block; }
#FEDRz4tmV0ULJVR5E92eXleebPchCogQ { 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:3.375rem;width:5.125rem;top:1.90625rem;left:49.9375rem;overflow:hidden;display:block; }
#VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ { position:relative;display:block; }#VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ { background-color: transparent; background-image: none; }#VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ > .row .container > .video-iframe-container { display: none; }#VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ > .row > .video-iframe-container { display: none; }#VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ > .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); }#VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ { border-width: 0; border-radius: 0; }#VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ > .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; }#VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ > .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:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yBMm2lL2fZkFFHvMT7IkQyV128XLkzQT { 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:4.1875rem;width:8.125rem;top:1.123046875rem;left:18.95703125rem;overflow:hidden;display:block; }
#wypWRhi2T2QQJI2AMW53085LZNs9MLn4 { 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.99805rem;width:8.3105625rem;top:1.716796875rem;left:33.34375rem;overflow:hidden;display:block; }
#fsPqPVdqTroVdRGxyM4dRLvFEnUAXPpB { 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:0.99609375rem;width:1.499025rem;top:4.939453125rem;left:20.8125rem;overflow:hidden;display:block; }
#pg8ckGwSlWE2c8xSQ08CEzLQsZpfyFyF { 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:0.99609375rem;width:1.499025rem;top:4.748046875rem;left:36.75rem;overflow:hidden;display:block; }
#wEeX8G8e89VqVkdHTX3zsmLU50gsnWuF { 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:3.31176875rem;width:6.0620125rem;top:2.249755859375rem;left:4.4677734375rem;overflow:hidden;display:block; }
#uzkWsyMMQdb2ND9WsWAZWLRCw0VgXbHr { 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:0.99609375rem;width:1.499025rem;top:5.001953125rem;left:6.75rem;overflow:hidden;display:block; }
#LwRpXf35xxB3LWFnR2KSJ6hUZu47uKeD { 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:0.9375rem;width:3.374025rem;top:4.998046875rem;left:22.9375rem;overflow:hidden;display:block; }
#DerTc1sgM5eG84p5HT2JgTmKb592BoXJ { position:relative;display:block; }#DerTc1sgM5eG84p5HT2JgTmKb592BoXJ { background-color: transparent; background-image: none; }#DerTc1sgM5eG84p5HT2JgTmKb592BoXJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DerTc1sgM5eG84p5HT2JgTmKb592BoXJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DerTc1sgM5eG84p5HT2JgTmKb592BoXJ > .row .container > .video-iframe-container { display: none; }#DerTc1sgM5eG84p5HT2JgTmKb592BoXJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DerTc1sgM5eG84p5HT2JgTmKb592BoXJ > .row > .video-iframe-container { display: none; }#DerTc1sgM5eG84p5HT2JgTmKb592BoXJ > .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); }#DerTc1sgM5eG84p5HT2JgTmKb592BoXJ { border-width: 0; border-radius: 0; }#DerTc1sgM5eG84p5HT2JgTmKb592BoXJ > .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; }#DerTc1sgM5eG84p5HT2JgTmKb592BoXJ > .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:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aD7NAPv91qTlhhbmOfoyAPQUaq7XZfGL { 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:3.874025rem;width:6.999rem;top:1.3125rem;left:33.9990234375rem;overflow:hidden;display:block; }
#gLg4AecBTzt24SnboNtDow07J7XeZrp9 { 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.4375rem;width:3.4375rem;top:1.3125rem;left:50.5625rem;overflow:hidden;display:block; }
#K1QtUu7Vhi8SRuNI2cfHOeaPEVMTFCHo { 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:1.25rem;width:7.1875rem;top:3.9990234375rem;left:33.90625rem;overflow:hidden;display:block; }
#ToM5RWvXou7ehyuaso4OyvWMSTkGwdNc { 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.0625rem;width:1.6875rem;top:5.1865234375rem;left:51.65625rem;overflow:hidden;display:block; }
#Q6JWGvc59P2lqEwZxSlGgwZPzfJ607q8 { 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:1.0625rem;width:7.875rem;top:4.1865234375rem;left:18.5625rem;overflow:hidden;display:block; }
#xfTmU1Kn51WhM3NHe6ZETbwfbsksRZWt { 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:8.5625rem;top:2.5625rem;left:18.25rem;overflow:hidden;display:block; }
#R0TxUTNNFnCo8tSr8BaBr6WTT6mDhMKa { 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:1.375rem;width:5.5rem;top:2.5625rem;left:4.75rem;overflow:hidden;display:block; }
#GtrTqo5X3mDt5kiAn1x3EOSsr3kUnszq { 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:1.0625rem;width:4.25rem;top:4.1865234375rem;left:5.375rem;overflow:hidden;display:block; }
#XZaloAli4vldJzKRs3RMl1xbDSw2JhhS { position:relative;display:block; }#XZaloAli4vldJzKRs3RMl1xbDSw2JhhS { background-color: transparent; background-image: none; }#XZaloAli4vldJzKRs3RMl1xbDSw2JhhS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZaloAli4vldJzKRs3RMl1xbDSw2JhhS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZaloAli4vldJzKRs3RMl1xbDSw2JhhS > .row .container > .video-iframe-container { display: none; }#XZaloAli4vldJzKRs3RMl1xbDSw2JhhS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZaloAli4vldJzKRs3RMl1xbDSw2JhhS > .row > .video-iframe-container { display: none; }#XZaloAli4vldJzKRs3RMl1xbDSw2JhhS > .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); }#XZaloAli4vldJzKRs3RMl1xbDSw2JhhS { border-width: 0; border-radius: 0; }#XZaloAli4vldJzKRs3RMl1xbDSw2JhhS > .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; }#XZaloAli4vldJzKRs3RMl1xbDSw2JhhS > .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:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vk7Q51bl59WOzlEkWZH8eThL7KnsQNgK { 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:1.31185rem;width:7.999125rem;top:2.625rem;left:33.5rem;overflow:hidden;display:block; }
#TpTLyd6Q7tBWoT6SN03M9zQvRxZWS000 { 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:0.99609375rem;width:1.49805rem;top:4.3115234375rem;left:36.7509765625rem;overflow:hidden;display:block; }
#PC85Qxg2Ei3cHv9tkkWKbFr1mruQ5TG5 { 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:0.99583125rem;width:1.49895625rem;top:4.875rem;left:21.75rem;overflow:hidden;display:block; }
#t7T3qI20F8UQUbiIww6hqKzRQ5El6398 { 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.68645625rem;width:5.25rem;top:2rem;left:19.875rem;overflow:hidden;display:block; }
#NDT6EFE1sHZVLKRiKRXdzpBgpq7O8UXx { 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:3.125rem;width:5.625rem;top:2.1875rem;left:4.6875rem;overflow:hidden;display:block; }
#lBpxgTXtVMo7PKFiA9tNamiCxv3gUS0X { 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:0.9375rem;width:3.374025rem;top:4.75rem;left:5.75rem;overflow:hidden;display:block; }
#WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW { position:relative;display:block; }#WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW { background-color: transparent; background-image: none; }#WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW > .row .container > .video-iframe-container { display: none; }#WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW > .row > .video-iframe-container { display: none; }#WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW > .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); }#WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW { border-width: 0; border-radius: 0; }#WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW > .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; }#WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW > .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:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KMqu2PTqyewOJBZn4C6F8yyaDKP4LPiq { 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:3.375rem;width:3.4375rem;top:1.6875rem;left:50.8125rem;overflow:hidden;display:block; }
#U3tTzJdMrbRqqyyZU2zggI0k95TVMkgy { 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:0.99583125rem;width:1.49895625rem;top:5.25rem;left:51.8125rem;overflow:hidden;display:block; }
#pOTdkDpvzbFyezohqAo19xkkEv0Au5EL { 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:0.99609375rem;width:1.49805rem;top:4.3125rem;left:36.75rem;overflow:hidden;display:block; }
#zsl26DGClSD5B5Eb2kM0mHuhfwobxtDq { 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.3112rem;width:10.3736875rem;top:2.625rem;left:32.3125rem;overflow:hidden;display:block; }
#m20CRzzbJtSmD8oPblVdbEKBS4xNIBHL { 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.624025rem;width:5.561525rem;top:2.0625rem;left:4.71875rem;overflow:hidden;display:block; }
#zkpG0bKccKSghCuqoiUONeDVkmWBsDAM { 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:0.74706875rem;width:8.6845625rem;top:5.125rem;left:3.1875rem;overflow:hidden;display:block; }
#fVgiPMEhdCdmpibOOzHTu72WORfJMKsh { 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:6.0625rem;width:12.5rem;top:0.8125rem;left:16.046370967742rem;overflow:hidden;display:block; }
#KTV50TUtbEJEQyT3m1Q3M0dl6WXqT2lu { 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:1.125rem;width:3.3125rem;top:1.375rem;left:20.84375rem;overflow:hidden;display:block; }
#o48zd2PKcRO9DGsaSZAFSSnacQIs9mXK { 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:0.9375rem;width:6.125rem;top:4.625rem;left:19.96875rem;overflow:hidden;display:block; }
#PTsJoOgHtXJuPUW666ce3VKeTinvpuxR { position:relative;display:block; }#PTsJoOgHtXJuPUW666ce3VKeTinvpuxR { background-color: transparent; background-image: none; }#PTsJoOgHtXJuPUW666ce3VKeTinvpuxR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTsJoOgHtXJuPUW666ce3VKeTinvpuxR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTsJoOgHtXJuPUW666ce3VKeTinvpuxR > .row .container > .video-iframe-container { display: none; }#PTsJoOgHtXJuPUW666ce3VKeTinvpuxR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTsJoOgHtXJuPUW666ce3VKeTinvpuxR > .row > .video-iframe-container { display: none; }#PTsJoOgHtXJuPUW666ce3VKeTinvpuxR > .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); }#PTsJoOgHtXJuPUW666ce3VKeTinvpuxR { border-width: 0; border-radius: 0; }#PTsJoOgHtXJuPUW666ce3VKeTinvpuxR > .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; }#PTsJoOgHtXJuPUW666ce3VKeTinvpuxR > .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:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vz6H5BsO5tgUBZdZHDsBQFoEOER49d6D { 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:0.9375rem;width:6.124025rem;top:5.0625rem;left:49.75rem;overflow:hidden;display:block; }
#BvU9v3d8xk4lZgTXxmTQLBWXqlbddvDZ { 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:3.311525rem;width:6.4355625rem;top:1.8125rem;left:49.625rem;overflow:hidden;display:block; }
#TGM9TuQwwmi63uwxfAm7nSbMdLlLAJ3H { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:8.1875rem;top:3.375rem;left:33.4375rem;overflow:hidden;display:block; }
#m2uum0a3FAtD1I45SuWETsQEogO7nMZ2 { 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:0.9375rem;width:3.374025rem;top:5.25rem;left:35.8125rem;overflow:hidden;display:block; }
#AKxltGBf11bd3I3TwZXQRbSa8nwqUhec { position:absolute;display:block;z-index:15028;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.125rem;width:3.3125rem;top:1.625rem;left:35.875rem;overflow:hidden;display:block; }
#q4ilC0l1uXud8J9NuiEHiqI52HgLCiem { 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:1.25rem;width:9.8125rem;top:3.8125rem;left:17.625rem;overflow:hidden;display:block; }
#cKb3o88PbSJflrhQC1cbIsPBmXkcbMET { 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:0.9375rem;width:3.374025rem;top:5.1875rem;left:20.8125rem;overflow:hidden;display:block; }
#K1560FbCmB28fOXUWckisWpOryNBaMON { position:absolute;display:block;z-index:15029;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.125rem;width:3.3125rem;top:1.6875rem;left:20.8125rem;overflow:hidden;display:block; }
#P7v1P5RvwIN1nWzwAqSND9UqTZvswKLb { 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:6rem;top:2.1875rem;left:4.5rem;overflow:hidden;display:block; }
#QMokpqTOBEooKE97MKkO7FHQ9vMKCAW6 { 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:0.9375rem;width:3.374025rem;top:5.125rem;left:5.8125rem;overflow:hidden;display:block; }
#vNehkS4TnTt8HU9spEzSiESnAxyauutq { 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:1.125rem;width:3.3125rem;top:0.75rem;left:5.84375rem;overflow:hidden;display:block; }
#FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J { position:relative;display:block; }#FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J { background-color: transparent; background-image: none; }#FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J > .row .container > .video-iframe-container { display: none; }#FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J > .row > .video-iframe-container { display: none; }#FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J > .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); }#FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J { border-width: 0; border-radius: 0; }#FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J > .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; }#FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J > .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:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kqBWkCSn0oCBP3w250nO33KXq7ZpOQyb { 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:9.25rem;top:2.7802734375rem;left:47.25rem;overflow:hidden;display:block; }
#tVkKCwH71cPdTJ6q3DDC0kqqrWl0XIdN { 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:0.99511875rem;width:1.49805rem;top:5.060546875rem;left:52.25rem;overflow:hidden;display:block; }
#JdKcpLPIFBuTVbgUnlcUxH0zI5Ug9BR6 { 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:3.1875rem;width:3.9375rem;top:1.5rem;left:35.4384765625rem;overflow:hidden;display:block; }
#WG0xsdSVRp1BhfyDCq4UVSBCRs5UmciD { 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:0.99609375rem;width:1.49805rem;top:5.25390625rem;left:36.7509765625rem;overflow:hidden;display:block; }
#m2J8iSOGQb3TAGKntfzPnL7avT5TRrHw { position:absolute;display:block;z-index:15027;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.9375rem;width:7.6875rem;top:1.9365234375rem;left:18.65625rem;overflow:hidden;display:block; }
#q0KIOerTkJOycU5lyM0L8cwQbMdKS0Zb { 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:0.99609375rem;width:1.49805rem;top:5.0595703125rem;left:21.75rem;overflow:hidden;display:block; }
#ZDHdaSqfgp5wyH0D3XxcHItTZrJ6dw4p { 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:0.99609375rem;width:1.499025rem;top:5.0595703125rem;left:6.75rem;overflow:hidden;display:block; }
#LXRKShIyGZ5CQ8af1x0Wn3LtAoOiPl5N { 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:1.686525rem;width:7.3115rem;top:2.5615234375rem;left:3.8427734375rem;overflow:hidden;display:block; }
#NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 { position:relative;display:block; }#NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 { background-color: transparent; background-image: none; }#NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 > .row .container > .video-iframe-container { display: none; }#NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 > .row > .video-iframe-container { display: none; }#NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 > .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); }#NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 { border-width: 0; border-radius: 0; }#NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 > .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; }#NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcd9da;background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FRAJCIJCykcbiqlid6Ivk7nNuU6PtQAE { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.87348556518556rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 { position:relative;display:block; }#dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 { background-color: transparent; background-image: none; }#dOsfcTvCXbFwuHtXdeekKcCITGRCqS27::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 > .row .container > .video-iframe-container { display: none; }#dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 > .row > .video-iframe-container { display: none; }#dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 > .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); }#dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 { border-width: 0; border-radius: 0; }#dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 > .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; }#dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 > .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:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Jm5pUcwWRZ8TZbtsl2eWnRNL4GpBFdzo { 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:3.31163125rem;width:5rem;top:1.4116754531861rem;left:5rem;overflow:hidden;display:block; }
#xnDkGMSlT2WJamvML5x5aMnwiqwlQ17D { 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.43706875rem;width:8.75rem;top:1.8478736877441rem;left:18.125001907349rem;overflow:hidden;display:block; }
#pPNyD8v2ihUFnBeUGGaJD8bb2FpDD0aN { 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.56185rem;width:6.436625rem;top:2.0969429016113rem;left:34.280893325806rem;overflow:hidden;display:block; }
#x9kEFKhWE2gOdx4blc1NuX9zx3PRSIM4 { 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.93685rem;width:7.249375rem;top:2.6594429016113rem;left:48.841440200806rem;overflow:hidden;display:block; }
#EH77EQgJVoUQTFJ7v46UPqu0VTWJZImU { 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:0.99609375rem;width:1.49946875rem;top:4.7230129241943rem;left:6.7498226165769rem;overflow:hidden;display:block; }
#EiQkJ81idC30WogMrfU3hXp9weciXI98 { 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:0.99609375rem;width:1.49946875rem;top:4.7230129241943rem;left:21.749822616577rem;overflow:hidden;display:block; }
#n5htXXh7BI2XrmvRDz9tipuruAKwAeil { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99609375rem;width:1.49946875rem;top:4.7230129241943rem;left:36.06178855896rem;overflow:hidden;display:block; }
#SHqU7JQ24HcW5I709xCQ9upMbVRP3uKR { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99609375rem;width:1.49946875rem;top:4.7230129241943rem;left:51.748933792114rem;overflow:hidden;display:block; }
#PD1ep5lxFSLURBzznpLGrkEPTAounA4F { position:relative;display:block; }#PD1ep5lxFSLURBzznpLGrkEPTAounA4F { background-color: transparent; background-image: none; }#PD1ep5lxFSLURBzznpLGrkEPTAounA4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PD1ep5lxFSLURBzznpLGrkEPTAounA4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PD1ep5lxFSLURBzznpLGrkEPTAounA4F > .row .container > .video-iframe-container { display: none; }#PD1ep5lxFSLURBzznpLGrkEPTAounA4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PD1ep5lxFSLURBzznpLGrkEPTAounA4F > .row > .video-iframe-container { display: none; }#PD1ep5lxFSLURBzznpLGrkEPTAounA4F > .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); }#PD1ep5lxFSLURBzznpLGrkEPTAounA4F { border-width: 0; border-radius: 0; }#PD1ep5lxFSLURBzznpLGrkEPTAounA4F > .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; }#PD1ep5lxFSLURBzznpLGrkEPTAounA4F > .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:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XVGXf26uHNAWbT28mQFmEpIvfTNL7pGd { 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:3.75rem;width:7.8125rem;top:1.2490234375rem;left:3.59375rem;overflow:hidden;display:block; }
#BuohCrptV2xOPHg68fgzCVPnTPMu28Np { 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.31228125rem;width:6.06228125rem;top:1.5935745239257rem;left:19.435369491577rem;overflow:hidden;display:block; }
#CJQpW0UyNqLTFNwaNpyN9XuG9Tm2VHyk { 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.0625rem;width:8.25rem;top:2.250358581543rem;left:33.311433792114rem;overflow:hidden;display:block; }
#ntwxJxWXQBmgo67fSKh6fXsEua5Cm86N { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99609375rem;width:1.49946875rem;top:4.1875rem;left:36.4375rem;overflow:hidden;display:block; }
#b7uM2W00mAoG2rM2V35HuZQW5lBM9ouc { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99609375rem;width:1.49946875rem;top:4.1875rem;left:22.125rem;overflow:hidden;display:block; }
#pTTcfwg7QUK5fZETvZhbC0IlTXiILHZy { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99609375rem;width:1.499025rem;top:5.18310546875rem;left:6.749267578125rem;overflow:hidden;display:block; }
#kewOX04irQpS6O3JIv0qQfP5vRZtrcQV { position:relative;display:block; }#kewOX04irQpS6O3JIv0qQfP5vRZtrcQV { background-color: transparent; background-image: none; }#kewOX04irQpS6O3JIv0qQfP5vRZtrcQV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kewOX04irQpS6O3JIv0qQfP5vRZtrcQV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kewOX04irQpS6O3JIv0qQfP5vRZtrcQV > .row .container > .video-iframe-container { display: none; }#kewOX04irQpS6O3JIv0qQfP5vRZtrcQV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kewOX04irQpS6O3JIv0qQfP5vRZtrcQV > .row > .video-iframe-container { display: none; }#kewOX04irQpS6O3JIv0qQfP5vRZtrcQV > .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); }#kewOX04irQpS6O3JIv0qQfP5vRZtrcQV { border-width: 0; border-radius: 0; }#kewOX04irQpS6O3JIv0qQfP5vRZtrcQV > .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; }#kewOX04irQpS6O3JIv0qQfP5vRZtrcQV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcd9da;background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#XhXzQPTdiBualPm9vwTPKxZPmmKN3AEr { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.87348175048825rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Aywaqce0eRotI6h4PHgipR5TNxf4LydE { position:relative;display:block; }#Aywaqce0eRotI6h4PHgipR5TNxf4LydE { background-color: transparent; background-image: none; }#Aywaqce0eRotI6h4PHgipR5TNxf4LydE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aywaqce0eRotI6h4PHgipR5TNxf4LydE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aywaqce0eRotI6h4PHgipR5TNxf4LydE > .row .container > .video-iframe-container { display: none; }#Aywaqce0eRotI6h4PHgipR5TNxf4LydE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aywaqce0eRotI6h4PHgipR5TNxf4LydE > .row > .video-iframe-container { display: none; }#Aywaqce0eRotI6h4PHgipR5TNxf4LydE > .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); }#Aywaqce0eRotI6h4PHgipR5TNxf4LydE { border-width: 0; border-radius: 0; }#Aywaqce0eRotI6h4PHgipR5TNxf4LydE > .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; }#Aywaqce0eRotI6h4PHgipR5TNxf4LydE > .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:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oEdtWyg6dPQD5hqTVgtiDhL5famGSL4f { 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:5.3125rem;top:2.75rem;left:4.875rem;overflow:hidden;display:block; }
#gdqasmtZrILJ5iccCFG7uyCW0ci05Xbp { 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:1.99978125rem;width:8.9995625rem;top:2.75rem;left:32.4375rem;overflow:hidden;display:block; }
#DgqSIppc2XhN12UTtAxvOR4IfATdsB22 { 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.06163125rem;width:9.4998125rem;top:2.75rem;left:47.1875rem;overflow:hidden;display:block; }
#Tv45ncg5rUCtTaCNL0fbcc00TIuagiwE { 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:0.99609375rem;width:1.49946875rem;top:4.75rem;left:36rem;overflow:hidden;display:block; }
#H7yokliV19DbpZ36G5xbp38ssNn6FUxg { 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:0.99609375rem;width:1.49946875rem;top:5.4375rem;left:6.625rem;overflow:hidden;display:block; }
#RmzM41zmaul9UUCTyGRoIQ0AhkAvAOBd { 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:0.99609375rem;width:1.4987rem;top:4.625rem;left:51.75rem;overflow:hidden;display:block; }
#cB7sHamD8egZ3HVHP3U8M1ZyJNUK6Vy8 { 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.4375rem;width:5.1875rem;top:1.5625rem;left:19.90625rem;overflow:hidden;display:block; }
#n6sWEvBqolEEaTE5JyaT45oUEUU0HghH { 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:0.99609375rem;width:1.4987rem;top:5.25rem;left:21.75rem;overflow:hidden;display:block; }
#sl7MG71eL9bEuaNy32I1C2H9Hro9T99K { position:relative;display:block; }#sl7MG71eL9bEuaNy32I1C2H9Hro9T99K { background-color: transparent; background-image: none; }#sl7MG71eL9bEuaNy32I1C2H9Hro9T99K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sl7MG71eL9bEuaNy32I1C2H9Hro9T99K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sl7MG71eL9bEuaNy32I1C2H9Hro9T99K > .row .container > .video-iframe-container { display: none; }#sl7MG71eL9bEuaNy32I1C2H9Hro9T99K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sl7MG71eL9bEuaNy32I1C2H9Hro9T99K > .row > .video-iframe-container { display: none; }#sl7MG71eL9bEuaNy32I1C2H9Hro9T99K > .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); }#sl7MG71eL9bEuaNy32I1C2H9Hro9T99K { border-width: 0; border-radius: 0; }#sl7MG71eL9bEuaNy32I1C2H9Hro9T99K > .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; }#sl7MG71eL9bEuaNy32I1C2H9Hro9T99K > .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:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IS9Z2eE2XUoobTl3LCrzJLZb238F5NpN { 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.875rem;width:7.3125rem;top:2rem;left:18.875rem;overflow:hidden;display:block; }
#RUToOTRSfT6vWPtbeVqzWysRhp8X1tCE { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99609375rem;width:1.4987rem;top:4.875rem;left:21.75rem;overflow:hidden;display:block; }
#m1STZuWXoFt4nLKDHquOA3wUruRl41BH { 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:3.6875rem;width:5.1875rem;top:1.90625rem;left:4.40625rem;overflow:hidden;display:block; }
#dvKtPVsEN0dLCkEbLW7t3QEfg1a3zBFC { 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:0.9375rem;width:6.1237rem;top:5.87109375rem;left:4.4375rem;overflow:hidden;display:block; }
#HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u { position:relative;display:block; }#HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u { background-color: transparent; background-image: none; }#HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u > .row .container > .video-iframe-container { display: none; }#HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u > .row > .video-iframe-container { display: none; }#HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u > .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); }#HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u { border-width: 0; border-radius: 0; }#HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u > .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; }#HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcd9da;background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#QrQ70ZvaP7l6IcBAVvuNRTBSUrB2OKDg { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.87456607818606rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rATE4xInRnaTXs3rtylTewwckhRHieDW { position:relative;display:block; }#rATE4xInRnaTXs3rtylTewwckhRHieDW { background-color: transparent; background-image: none; }#rATE4xInRnaTXs3rtylTewwckhRHieDW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rATE4xInRnaTXs3rtylTewwckhRHieDW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rATE4xInRnaTXs3rtylTewwckhRHieDW > .row .container > .video-iframe-container { display: none; }#rATE4xInRnaTXs3rtylTewwckhRHieDW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rATE4xInRnaTXs3rtylTewwckhRHieDW > .row > .video-iframe-container { display: none; }#rATE4xInRnaTXs3rtylTewwckhRHieDW > .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); }#rATE4xInRnaTXs3rtylTewwckhRHieDW { border-width: 0; border-radius: 0; }#rATE4xInRnaTXs3rtylTewwckhRHieDW > .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; }#rATE4xInRnaTXs3rtylTewwckhRHieDW > .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:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#g7mDSzPREKWHr10VSUWGkWIEAlO1G3B5 { 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:3.62413125rem;width:3.56228125rem;top:1.997688293457rem;left:5.71644115448rem;overflow:hidden;display:block; }
#CoD9EU4lK7K64fXAmIKS6OIFZyfyw579 { 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:1.375rem;width:10.125rem;top:3.2172383069992rem;left:17.623697280884rem;overflow:hidden;display:block; }
#DcfrEw54ntzUo65E5LHlJq24HZxt6Fz0 { 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:3.31163125rem;width:5.68685rem;top:1.9969787597656rem;left:34.03053855896rem;overflow:hidden;display:block; }
#vmirW2fAsy5lvX4d7gpUi4y9GfaO683S { 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:0.99609375rem;width:1.49946875rem;top:5rem;left:21.5625rem;overflow:hidden;display:block; }
#wM4WTTdt7GbT0IvkktZULBTBWmaThMzt { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99609375rem;width:1.49946875rem;top:5.8125rem;left:6.5625rem;overflow:hidden;display:block; }
#J9H1ny9FmuexzMBqycuFKuRW6TgEfXJr { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99609375rem;width:1.49946875rem;top:5.8125rem;left:36.625rem;overflow:hidden;display:block; }
#PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld { position:relative;display:block; }#PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld { background-color: transparent; background-image: none; }#PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld > .row .container > .video-iframe-container { display: none; }#PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld > .row > .video-iframe-container { display: none; }#PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld > .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); }#PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld { border-width: 0; border-radius: 0; }#PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld > .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; }#PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld > .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:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NQ2DJ3xvkeBumORxSrpC5a10ROHeMnCB { 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:1.37478125rem;width:8.624125rem;top:2.9895248413086rem;left:3.1862568855286rem;overflow:hidden;display:block; }
#TO04gQu4JkV14nzLvTV0OiJfE9QIpJqb { 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:1.25rem;width:7.874625rem;top:3.05078125rem;left:18.56178855896rem;overflow:hidden;display:block; }
#F43ero9Ta5iUDTpMf7Vo0eFu4GtWVsNT { 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:3.81185rem;width:6.311875rem;top:1.4554290771484rem;left:34.28053855896rem;overflow:hidden;display:block; }
#Fw2pOnkT0wfSCbnkwwcTFvRkQr3LOVdr { 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.56185rem;width:7.999125rem;top:2.0179290771484rem;left:48.498754501343rem;overflow:hidden;display:block; }
#r1gXnppk1i3ba3cVIegNquN7KeeoI78q { 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:0.746625rem;width:8.6843125rem;top:4.6429123878479rem;left:3.15607213974rem;overflow:hidden;display:block; }
#ekKHgJob0cbi4rIslNkngrwpaVS9dVO8 { 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:0.7457375rem;width:8.6843125rem;top:4.8955965042114rem;left:18.156959533691rem;overflow:hidden;display:block; }
#iPzDF2QbTDZHVLvUiJ2T8hHXbNcPvnIE { 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:0.74485rem;width:8.6843125rem;top:4.8973722457886rem;left:33.156072616577rem;overflow:hidden;display:block; }
#xvsClQFTLJWDPfdQuoUGesXeurwqVKp7 { 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:0.875rem;width:3.3125rem;top:4.6106758117676rem;left:50.750001907349rem;overflow:hidden;display:block; }
#LxZuk6hGATD5lDUzTsov1RHntCDVwukr { position:relative;display:block; }#LxZuk6hGATD5lDUzTsov1RHntCDVwukr { background-color: transparent; background-image: none; }#LxZuk6hGATD5lDUzTsov1RHntCDVwukr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxZuk6hGATD5lDUzTsov1RHntCDVwukr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxZuk6hGATD5lDUzTsov1RHntCDVwukr > .row .container > .video-iframe-container { display: none; }#LxZuk6hGATD5lDUzTsov1RHntCDVwukr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxZuk6hGATD5lDUzTsov1RHntCDVwukr > .row > .video-iframe-container { display: none; }#LxZuk6hGATD5lDUzTsov1RHntCDVwukr > .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); }#LxZuk6hGATD5lDUzTsov1RHntCDVwukr { border-width: 0; border-radius: 0; }#LxZuk6hGATD5lDUzTsov1RHntCDVwukr > .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; }#LxZuk6hGATD5lDUzTsov1RHntCDVwukr > .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:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vsmOZe6LgaXQLdxIJ5bkdR3ItZq64wAM { 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.68663125rem;width:11.749125rem;top:1.6460494995118rem;left:2.4034290313721rem;overflow:hidden;display:block; }
#mgv6KA8QD3x5OaLiAJzogd4FUAXBW6ts { 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:0.7457375rem;width:8.6843125rem;top:4.9547233581543rem;left:3.15607213974rem;overflow:hidden;display:block; }
#AxtZobPUcP2qJNKAZAcGrlL6sqhcIdQh { position:relative;display:block; }#AxtZobPUcP2qJNKAZAcGrlL6sqhcIdQh { background-color: transparent; background-image: none; }#AxtZobPUcP2qJNKAZAcGrlL6sqhcIdQh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxtZobPUcP2qJNKAZAcGrlL6sqhcIdQh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxtZobPUcP2qJNKAZAcGrlL6sqhcIdQh > .row .container > .video-iframe-container { display: none; }#AxtZobPUcP2qJNKAZAcGrlL6sqhcIdQh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxtZobPUcP2qJNKAZAcGrlL6sqhcIdQh > .row > .video-iframe-container { display: none; }#AxtZobPUcP2qJNKAZAcGrlL6sqhcIdQh > .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); }#AxtZobPUcP2qJNKAZAcGrlL6sqhcIdQh { border-width: 0; border-radius: 0; }#AxtZobPUcP2qJNKAZAcGrlL6sqhcIdQh > .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; }#AxtZobPUcP2qJNKAZAcGrlL6sqhcIdQh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HzXdiS7r72P6SHQlU2QqP77qdWTh2UB7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:12.8125rem;top:0.34375rem;left:0rem;overflow:hidden;display:block; }
#loJOdRpKori1mTamrSFr6XVfV54pZscD { color:#000000;display:block;width:18.25rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.96484375rem;left:13.70703125rem;height:9.26171875rem;display:block; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-form-header {  }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:1.1875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#5d92ff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.5rem;height:2.75rem;font-family:roboto;overflow:hidden;line-height:.6; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-container:first-of-type{padding-top:0;}#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-container:last-of-type{padding-bottom:0;}#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.96484375rem;left:34.852863311767rem; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 {display:block;}#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.96484375rem;left:34.852863311767rem; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 #aEJQbg2zu1P2mUzJvSFN5otQq3Q4eoXo { position:relative; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 #nIXwgyswVTpfTkApqAD3HEX7Co1sA7ih { position:relative;display:block; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 #sszTw4tIlRBLp33opKDfbyAuoUEp7u5i { position:relative; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 #JikAmEfOPi1oo7kGs4fdSHchDrXRQUeb { position:relative; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 #XwB9FTAwFBeKLAMvOgZqcPWUNaVxrVnk { position:relative; }
#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef0000;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; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container { background-color: transparent; background-image: none; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container > .video-iframe-container { display: none; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row > .video-iframe-container { display: none; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .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); }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container { border-width: 0; border-radius: 0; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:60rem;position:relative;display:block; }#ScSz7DgXSObLdOigUzT0vsUpMDFTLJwB { color:#ffffff;display:block;width:36.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.314453125rem;left:5.9364147186279rem;height:9.75rem;font-style:normal;display:block; }
#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO { 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; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container { background-color: transparent; background-image: none; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container > .video-iframe-container { display: none; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row > .video-iframe-container { display: none; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .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); }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container { border-width: 0; border-radius: 0; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;position:relative;display:block; }#LcUKFfwFfJgT0F1WrHXaXe1nwc1npUmr { 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.0625rem;width:12.8125rem;top:3.0403671264649rem;left:17.186416625976rem;overflow:hidden;display:block; }
#QNDuI3CrPTIaOwncO2axbUwvdFmmJtlH { 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:9.437125rem;width:11.7498125rem;top:2.4677734375rem;left:2.1298828125rem;overflow:hidden;display:block; }
#DSh62cTb5pUAg9G0QBFzF8OUFaZRbaOt { color:#000000;display:block;width:26.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4479217529297rem;left:30.625rem;height:4.0625rem;font-style:italic;display:block; }
#Mo52b06WAzCbq6uu2f8OffV9ciwAi5F8 { color:#282828;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:12.7578125rem;left:0rem;height:1.0559875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw { display:block; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gs3DSiAgMRJyT37BVTFQWJTHtTStFHif { top:0.375rem;left:0rem;width:8.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG9mGFsEsNLILtthFpv1pJBREd6tgD4w { top:1.5625rem;left:5.5693359375rem;width:21.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdCqxBg9BpsxXignxUOrZdKN96PwAmfE { display:block; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOZdf83Vh6beeevgpFQxBSoFTMRZEhKK { top:22.5rem;left:0rem;width:28.75rem;height:9.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryPgDFENXhhdvxgWHtAcS33u0ZvVMXBx { top:31.6875rem;left:0rem;width:47.75rem;height:7.5rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFfU429rqOZvqLsXPvrWIhviT8FStWhr { top:0rem;left:0rem;width:47.75rem;height:31.800104384134rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifWr6hh1q0bwi6Wtdnamy0qTtUk23DVU { top:32.625rem;left:0rem;width:47.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKcENZPDIALJlFv9yNSOeZRQfNO5T3fd { top:27.8125rem;left:0rem;width:28.5rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #SidDzVoZ2Tl6sE6z4vrXMguCteLUShMT { top:23.125rem;left:0rem;width:18.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf { display:block; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RsENMZAX0FMGcHTzdsc6ZNzxNalDr7tk { top:3.875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dttrMSxSTXxVGBQTBpl0qxk9khN6IKtz { top:6.9375rem;left:0rem;width:47.5rem;height:15.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ8W44zeOKJ70cKITgUaaDz1GTzp7N8l { display:block; }#TJ8W44zeOKJ70cKITgUaaDz1GTzp7N8l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4BMztHK0rk1Vf9gZsGqJm9dp72qR1hs { top:1.3125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnKsoc2F95g46oh61gT9S9sxHWZrhUNt { top:4.875rem;left:20.440756797791rem;width:27.1875rem;height:16.649420714924rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTty2qPrTEnmDFLfQlbPvoKU7S9GWUQg { top:16.8125rem;left:0rem;width:20.125rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGW6cTtFLQUcZqiegVSx5Tg4lSm6EnpT { top:4.6875rem;left:0rem;width:20.125rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 { display:block; }#vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIzTb9Ne8ORODf2AeyQN1clxeHSV7N7z { top:3.0625rem;left:0rem;width:44.5625rem;height:2.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLNPSLVTBh6sXk5r0tyx8QJEAUyw5BUg { top:17.625rem;left:0rem;width:20rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymGbCbihHaWR1An5LT5PKLJhIyrcWw2T { top:20.3125rem;left:0rem;width:47.75rem;height:;font-size:0.6875rem;display:block; }#ymGbCbihHaWR1An5LT5PKLJhIyrcWw2T li:before{  }
 }@media only screen and (max-width: 763px) { #pQew8b9LMTUwlxRXffWDW5Oll0aQyIKL { top:5.6875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIBXQGbglKH9gGSMI62aXpfFs69EAmcB { top:11.3125rem;left:0rem;width:17.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlJByJW8BKNeNnmGXEy9BnV9HkHpWlWr { display:block; }
 }@media only screen and (max-width: 763px) { #WVTkPpFncOmI5AcCVFbLx1QS8TND897o { display:block; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1vQyN9pTfBE6HZEpchZTQQ5vHN22qMW { top:3.75rem;left:0.3125rem;width:39rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXChZVfKgmygWmV6BvwHTl1VG8h4dynq { top:3.75rem;left:11rem;width:36.75rem;height:2.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6wQ79Zk8Wq4fvfk4f332UzAqOPkkdda { top:6rem;left:14.9599609375rem;width:27.5rem;height:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tifCIRqQdJgaDvH5xUPOc4DCK4pml08s { width:10.3125rem;height:2.3125rem;top:11.6875rem;left:14.960205078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv6LVXnT4UVmPTgOAZOXfMN1nrET2A7u { display:block; }
 }@media only screen and (max-width: 763px) { #WQbReqheztZDBo2OUGyxdQHOJxZWCwf9 { top:2.0625rem;left:0rem;width:17.8125rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IknuN8ruCxeT6PXQh8JBoxBOhkF7OIk3 { display:block; }#IknuN8ruCxeT6PXQh8JBoxBOhkF7OIk3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLA9OfetrXdBGJdiZlfo9aKGRgG6XwK2 { top:4.6875rem;left:0rem;width:45.625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S15kspwIb56zHGqooUPJvy5i8SrRlvaR { top:2.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXh9mQSZgk7dQmwcJqmIClUMtCMp39NZ { top:14.75rem;left:0.18645858764649rem;width:39.9375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD3PbvBdFB3ubqVEzwVGkUkQ5KuWeHPg { top:6.3125rem;left:0rem;width:39.375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnyfUaeaazpgqT2qSTgOiGIPkxB0eLy1 { top:10.1875rem;left:0.18645858764649rem;width:31.8125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGDTEduQkFNyODxzxkDtuusWQa6NF2P0 { display:block; }#SGDTEduQkFNyODxzxkDtuusWQa6NF2P0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTKGeUcVR7NXdbkF9STXJHUROHAdqJTT { top:4.6875rem;left:0rem;width:41.9375rem;height:15.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu2CBCwRxBRWFcK70HwuALA0OdSgVdI1 { top:2.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tshole2F6gUgrh9HTwTUXy3BWwlX9RW5 { top:6.3125rem;left:0rem;width:39.375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd { display:block; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElNNfpa7ICUSemIJUoKTT7b8xFcoc8Ld { top:1.5rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb { display:block; }#ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXsPaIVNHNRVu2SPWoVVTPbX5UbsF4Be { top:2.375rem;left:13.0625rem;width:9.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgNnyXpKGsWmi68WWzPyazHxCLac8tDo { top:2.5rem;left:25.812720298767rem;width:8rem;height:2.9753628582062rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptxlPXgcDqd9lu7TtBn38L5O83ZrCrTe { top:3.4375rem;left:0.15625rem;width:11.625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8puwUqWekKJS2uySTOb7MrByQ3aPTIf { top:4.9375rem;left:1.84375rem;width:8.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmDRoTSkt5MA64ECiKoLv6Ki3TWtTih8 { top:4.9375rem;left:13.9375rem;width:7.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLSPHb8AobdPTLEAT9ol7LKqN0WATTX2 { top:5rem;left:27.84375rem;width:4rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2U2FfxgoqWOIK3ikC76NhGVl9Q7CQpK { top:2.9375rem;left:37.78125rem;width:8rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx0N89aK2MVVao6tHn8qz0u2e3wnmzKx { top:5rem;left:37.9375rem;width:8.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA { display:block; }#slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1teTZh5o1uDvAZ2d4B8LLtBcrNTGccN { top:1rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s { display:block; }#sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CyEslBXWdfmfMaZ5u4beDO5WLohmJL29 { top:1.8125rem;left:34.5625rem;width:13.125rem;height:4.0433230961724rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcW6mp6TxlU52hWz8aqWk56WzZqzSeBx { top:1.625rem;left:3.529296875rem;width:6.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q34i8Wpb1QxmQv74pgmBA97SwtNPABfU { top:5.3125rem;left:2.904296875rem;width:8.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVOrTkQd50C3w01obVOs60VFD810hH7z { top:2.8125rem;left:11.9375rem;width:11.875rem;height:2.0500086397839rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAEiTcgJKISKh7cJGr96IiCXdtr1pEvO { top:5.625rem;left:17.15673828125rem;width:1.4375rem;height:0.9587229094745rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuHeSF9RWiXuXi9RKBWP6OBH9fc7OA0Z { top:2.5625rem;left:26.187744140625rem;width:7.25rem;height:2.4792046027716rem;display:block; }
 }@media only screen and (max-width: 763px) { #WODAu2OxJNsvQDT64BNuKHaVpQ33VbbK { top:5.4375rem;left:25.50048828125rem;width:8.625rem;height:0.743097452596rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTZC9WkdZwwtHu2lKBLAdXB6a1vF09se { top:5.5625rem;left:37.905517578125rem;width:6.0625rem;height:0.92804447061537rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiyK52wlLDxmlldqmccXcku9WU2nSp8q { display:block; }#iiyK52wlLDxmlldqmccXcku9WU2nSp8q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2HRyW6hKFJegL5Lz9UvOfOXvm6JvAf1 { width:6.875rem;height:3.75rem;top:2rem;left:3.0927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNOHTIg0E3sl7mATMmspXJRupVeIahaK { top:2.8125rem;left:11.8125rem;width:12rem;height:2.1763011171679rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxZuxD2w3sNRiy4aznw5rnrspmMJ8fUZ { top:5.75rem;left:5.218017578125rem;width:1.4375rem;height:0.957554181051rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtcR8fsLxRoFnKgZkz2qKtX3vuWE4Czw { top:5.75rem;left:17.15673828125rem;width:1.4375rem;height:0.95637945914844rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvxCkiQLsBEmt17MkNc9NpzEgVGwChTv { top:3.125rem;left:24.375rem;width:10.9375rem;height:1.499025rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVgoM3nf0NXWapw3PwcMOgFEnumcsbav { top:5.75rem;left:26.7822265625rem;width:6.0625rem;height:0.92822919133437rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcsZtwq0xIMBKovfOAB6odiVhnqT5ldt { top:1.6875rem;left:36.18798828125rem;width:11.125rem;height:4.2882767580253rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpIgTZAVg1dsX6Q4pCcDvFuM32pNRtTM { top:5.75rem;left:41.655517578125rem;width:1.4375rem;height:0.95637945914844rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh { display:block; }#C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUSaXeiVP1ptrvm2Kb2vL9yOcUS6Trlu { top:0.8125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 { display:block; }#Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaRHG7VPpX4shSPNnX4NExlk9wfl6g2D { top:2.5rem;left:0rem;width:12.25rem;height:2.4874485377356rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs4rpiL0XZIN8E0w3wNNBQNGiT8cTaES { top:5rem;left:5.2185726165771rem;width:1.4375rem;height:0.95833133609819rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 { display:block; }#PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdPSyZGwJxEPse7Dox5vJZHPEGEgPbLT { top:0.8125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 { display:block; }#vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZcQT8cKV04kqpDGJ5iSuBmzB9I3KAAq { width:8rem;height:2.1706940794319rem;top:2.4375rem;left:13.873934745789rem;display:block; }
 }@media only screen and (max-width: 763px) { #d33NC2SEiydr2wPrJIprwoutw7tB4WBm { width:10.3125rem;height:3.4172038799856rem;top:2rem;left:24.655537605286rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgUo0mdDoQvl9Or46JulwJFpNUNXqrQJ { top:0.6875rem;left:3.5609807968139rem;width:4.875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #yksVuF4qpkIGFKhutyhWToaILLSHI5qa { width:10.3125rem;height:2.12446875rem;top:2.625rem;left:36.624112129211rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOpwtIwLwvxDJkLF10riUlGJ8N3nHsTG { top:4.6875rem;left:4.2810726165771rem;width:4.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMaxnFZscnO9fvOidNXAdeKSLQT9sxCl { top:4.5625rem;left:17.65589427948rem;width:1.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5uTVlo9bLTrqSrktbXDkSHqaQO9Q1nl { top:4.9375rem;left:28.218216896057rem;width:4.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdirIucbNOiy8KQMTyuEWkfIowodCF5T { top:5rem;left:39.280362129211rem;width:6.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #syuJkx3fULqQ52EDG9A7IT95QT8EqJcS { display:block; }#syuJkx3fULqQ52EDG9A7IT95QT8EqJcS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSXLXBHmaLRLA5ug9K5OC6ZQ5UBvvXs5 { top:2rem;left:0rem;width:12.0625rem;height:3.1090359862056rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9VpXwc4G9VIU66Lb5LT6pp0MkTavwvo { top:2.5625rem;left:11.875rem;width:12rem;height:2.5489080141142rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMWOen0pmDTygyFyEumifIwgCgSt0zh1 { top:1.8125rem;left:27.124466896057rem;width:5.375rem;height:3.3989886679299rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi5IiViW7C1MJwTwbcSHrb1ISamndod6 { top:4.4375rem;left:1.6248226165771rem;width:8.625rem;height:0.74313879274988rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2XHbDtmIIeeHOPMcHkPTxF6H2bn34Eh { top:2.625rem;left:36.467862129211rem;width:10.625rem;height:1.93625625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7yr9RoK2e6Oth3KVbGUesyhAu6A8RW9 { top:4.1875rem;left:17.156071662903rem;width:1.4375rem;height:0.95662969176581rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGTvUBw1nfzBwBZAWTwBpsiKb9md60cL { top:5.375rem;left:27.468750715256rem;width:4.75rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XohRg0vU6O0WRAxmbi3iFmM03e1gdvhE { top:4.1875rem;left:41.031071662903rem;width:1.4375rem;height:0.95577886959962rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D { display:block; }#tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0V6ovIOQ86TZTfT2tuQkUkwdFJHRZM2 { top:1.3125rem;left:1.4375rem;width:9.0625rem;height:3.2492875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty4xdOaxq1NECnVTPrMLrFls3FkGJXM6 { top:4.9375rem;left:1.4375rem;width:8.625rem;height:0.74283401334112rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2nSCAGkERbUuxcUsyCTxQi2JcIIovlX { top:1.625rem;left:13.90625rem;width:8rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3vJd69o9ESSXkMe752bX5UwSbSBoI4M { top:4.5625rem;left:15.40625rem;width:5rem;height:0.749025rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDKhOpOZ5CJFqzi6VxHu7ziaI3r0eHOi { top:0rem;left:18.75rem;width:5.125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 { display:block; }#wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taEa3T1dElJsAAbrOhDnA6JLa3xnEQWT { top:0.8125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emuyyvL8aAGSvzlLb78TfQPV5smB35X3 { display:block; }#emuyyvL8aAGSvzlLb78TfQPV5smB35X3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zu7mquKPCGK7Les0aQoKOk9pEQylrPVZ { top:1.3125rem;left:0rem;width:12.0625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnAwcJonrvf1pvdDRbp2MG2aiD2D3zGf { top:1.4375rem;left:12.90625rem;width:10rem;height:2.374025rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVRJse0ctZ5TVyXKRz8JyvxwDvpQOgHg { top:0.875rem;left:23.0625rem;width:12.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #al4ScSoxv8tBppoND2iEJV8RiwGVw2VL { top:4rem;left:5.2185726165771rem;width:1.4375rem;height:0.95577886959962rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeMoJ8TOKbe3UDiBI3N1qEXgtWZMuZCH { top:4.3125rem;left:17.15625rem;width:1.4375rem;height:0.955210730725rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwwABOyPEd5Fl0g3zqgDN54J2ETp3NoI { top:4.375rem;left:29.09375rem;width:1.4375rem;height:0.955210730725rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHCuTmLhNPHgEiBTMQpKd29D6afReb1H { display:block; }#tHCuTmLhNPHgEiBTMQpKd29D6afReb1H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWtkNZ3tndW9Vct9UcLk8FaeL948nCz6 { top:0.8125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM { display:block; }#UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCptaQXIEQEwy8TiEnQTs9zvOorvKHT9 { top:1.6875rem;left:15.4052734375rem;width:4.25rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfatBW15tbidvMGx6L7TzKkLwpvEmTbD { top:2.5rem;left:24.4375rem;width:10.75rem;height:1.9247067393579rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykBOprAScToh2sbxRJ8JZXJyPrWaW7lx { top:5.3125rem;left:16.21875rem;width:3.3125rem;height:0.92040478360413rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK9oTPRDi1LRnmuJF5dciUi9uxhUOl1E { top:1.0625rem;left:38.8447265625rem;width:5.8125rem;height:4.7609541677663rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtHkZBa8taQgLZ03ndSqs6COvqlwTsPd { top:5.3125rem;left:26.78125rem;width:6.125rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyvPwgwDHtM25rg8Xi7lfPnEiO0Hcisw { top:5.3125rem;left:38.71875rem;width:6.125rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaJvw2nMIUknNRQdVO9b1qSzxoHlrwJs { top:5.625rem;left:5.09375rem;width:1.4375rem;height:0.955210730725rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLKTiHEHb9ga9itpTH2rTAGhu5aag4TB { top:1.6875rem;left:3.8427734375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg { display:block; }#gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZfTTrsnUrDaJdBOk3fQfNfNWDcUeUHx { top:0.875rem;left:14.21875rem;width:7.375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JybERJ4HHdy65ZUyHh4oGc2wUFbZeXNl { top:4.1875rem;left:14.84375rem;width:6.125rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIeVdZL17uTZyhrtgeDTvZU32QOSH7oB { top:2.125rem;left:22.875rem;width:12.9375rem;height:1.6154876447932rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTpQhiWEytmfO4tNsOONqE8htyzwv4VM { top:0.1875rem;left:1.53125rem;width:8.875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8HLbGJIRIRfgt6rhZ1ZsbbGnAZyH9cw { top:4.1875rem;left:2.90625rem;width:6.125rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIDSIsPcG7t5nErwFcGRcJU2ECrZAybg { top:4.1875rem;left:26.78125rem;width:6.125rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 { display:block; }#u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yd8rubEpz9k6C8L8RP4qvu6ihvGQy5Ha { top:0.8125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE { display:block; }#TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLPMvXdJ8aiOXINA2FMJhsHyeAw0eTPH { top:1.875rem;left:2.8125rem;width:6.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXCkOnhX7cVhXLLaPMd1VxDDaqDk3pKs { top:4.0625rem;left:3.9375rem;width:4.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my { display:block; }#AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzqGx9idzkdrgheBzGnCRQOSyydWLsgz { top:0.8125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 { display:block; }#V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fe7yl8EfGsIgwD8rvDIfbtrOV3GlCeZl { top:1.25rem;left:2.7797298431396rem;width:6.3125rem;height:3.3415830245007rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPnLTVWJOlw5uXG8MZ7AfRP9U6SiVItA { top:1.3125rem;left:12.593750953674rem;width:9.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDgmLsCxWSzXJUelJAdSNq1oswZa5VVp { top:2.3125rem;left:24.281781196594rem;width:11.0625rem;height:3.0450574984689rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko0Rsrt8XgOcx5DLg7PNXhKJ6XWiCamV { top:4.625rem;left:4.2810726165771rem;width:4.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd8oQ48Z17PLINi7EX9xFAqb1d4SIW9K { top:4.625rem;left:28.124112129211rem;width:3.3125rem;height:0.92028374836781rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM { display:block; }#Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3cyG3mWh4vSf9aUtz8uUr9PGUJy3f30 { top:0.8125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmRDheLPNAwMfw0yT5867nL5DzZD6k8J { display:block; }#mmRDheLPNAwMfw0yT5867nL5DzZD6k8J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GzwfnBZ1pEzPTecMDsCNvMLS7wLwGNya { top:2.0625rem;left:1.404541015625rem;width:8.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca5mMsxx6e3qmSp4RFVNvEltU2NZDG40 { top:2.4375rem;left:11.875rem;width:12rem;height:1.9263935165274rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbsphpSqVv5POVbr4LPH9rQADgAQLL3E { top:2.125rem;left:26.501302719116rem;width:7.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNkdlF3wridTG0fl83Oz9csTInhQQ6Nq { top:2.0625rem;left:38.311787605286rem;width:6.875rem;height:2.3529746350694rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxx3L4ASfyqITNtoUxy3hZlPCcCsXUOF { top:4.5rem;left:16.186612129211rem;width:3.3125rem;height:0.92028374836781rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTEmooiI3LaUwlpTKb9VQ9R0K1cbJTbs { top:4.6875rem;left:26.778646469116rem;width:6.0625rem;height:0.92813066446756rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9KWyLO8gARcqVHGioy4r54Fe1ZTfcaz { top:4.75rem;left:41.031071662903rem;width:1.4375rem;height:0.95492804743344rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNLl5KCU3FJzMDN3ZdDK2qycCPOhQtUe { top:4.25rem;left:4.405517578125rem;width:3.3125rem;height:0.92040478360413rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOEtHAac77wxlr55m4ElfSSLLM0dtFiG { display:block; }#MOEtHAac77wxlr55m4ElfSSLLM0dtFiG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VaWtoUFi36r5uFwt0uARnclmId8fBJNm { top:0.8125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh { display:block; }#iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIyn3wqua21AwGaUdlxzy5TPH7A8oB3N { top:1.5rem;left:3.9049472808838rem;width:4.0625rem;height:4.18728125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGRabn4zULI7SVXUlSweyTcZFwQ7q17Q { top:2.9375rem;left:10.5625rem;width:13.3125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRbATfsPJioJcgbRStsmqhmvEnqctIV7 { top:3.5625rem;left:23rem;width:12.8125rem;height:0.62199621340842rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUOEyaOx6MlywLwqnR8elDrRIhIvE4dJ { top:5.375rem;left:2.9050073623658rem;width:6.0625rem;height:0.92796018661756rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbUpOtRGmrqxoLaRSIgBviPFpZ7prMIi { top:4.75rem;left:17.156071662903rem;width:1.4375rem;height:0.95492804743344rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAl6m2aWhSmPDnLF1qGTHuTp1GAhRQQ1 { top:4.75rem;left:29.093571662903rem;width:1.4375rem;height:0.95492804743344rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrnfuRboE1FJ9xxNT9bOIG7yddxORFCl { top:4.9375rem;left:41.032287597656rem;width:1.4375rem;height:0.9550028040345rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEDRz4tmV0ULJVR5E92eXleebPchCogQ { top:1.875rem;left:39.21875rem;width:5.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ { display:block; }#VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yBMm2lL2fZkFFHvMT7IkQyV128XLkzQT { top:1.0625rem;left:14.36328125rem;width:8.125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wypWRhi2T2QQJI2AMW53085LZNs9MLn4 { top:1.6875rem;left:25.6875rem;width:8.25rem;height:2.9762019718882rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsPqPVdqTroVdRGxyM4dRLvFEnUAXPpB { top:4.9375rem;left:16.21875rem;width:1.4375rem;height:0.955210730725rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg8ckGwSlWE2c8xSQ08CEzLQsZpfyFyF { top:4.6875rem;left:29.09375rem;width:1.4375rem;height:0.955210730725rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEeX8G8e89VqVkdHTX3zsmLU50gsnWuF { top:2.1875rem;left:2.9365234375rem;width:6rem;height:3.2778903870621rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzkWsyMMQdb2ND9WsWAZWLRCw0VgXbHr { top:5rem;left:5.21875rem;width:1.4375rem;height:0.955210730725rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwRpXf35xxB3LWFnR2KSJ6hUZu47uKeD { top:4.9375rem;left:18.34375rem;width:3.3125rem;height:0.92040478360413rem;display:block; }
 }@media only screen and (max-width: 763px) { #DerTc1sgM5eG84p5HT2JgTmKb592BoXJ { display:block; }#DerTc1sgM5eG84p5HT2JgTmKb592BoXJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aD7NAPv91qTlhhbmOfoyAPQUaq7XZfGL { top:1.3125rem;left:26.3427734375rem;width:6.9375rem;height:3.8399840602229rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLg4AecBTzt24SnboNtDow07J7XeZrp9 { top:1.3125rem;left:39.84375rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1QtUu7Vhi8SRuNI2cfHOeaPEVMTFCHo { top:3.9375rem;left:26.25rem;width:7.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToM5RWvXou7ehyuaso4OyvWMSTkGwdNc { top:5.125rem;left:40.9375rem;width:1.6875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6JWGvc59P2lqEwZxSlGgwZPzfJ607q8 { top:4.125rem;left:13.96875rem;width:7.875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfTmU1Kn51WhM3NHe6ZETbwfbsksRZWt { top:2.5625rem;left:13.65625rem;width:8.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0TxUTNNFnCo8tSr8BaBr6WTT6mDhMKa { top:2.5625rem;left:3.21875rem;width:5.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtrTqo5X3mDt5kiAn1x3EOSsr3kUnszq { top:4.125rem;left:3.84375rem;width:4.25rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZaloAli4vldJzKRs3RMl1xbDSw2JhhS { display:block; }#XZaloAli4vldJzKRs3RMl1xbDSw2JhhS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vk7Q51bl59WOzlEkWZH8eThL7KnsQNgK { top:2.625rem;left:25.84375rem;width:7.9375rem;height:1.3014413911114rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpTLyd6Q7tBWoT6SN03M9zQvRxZWS000 { top:4.25rem;left:29.0947265625rem;width:1.4375rem;height:0.95583242590369rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC85Qxg2Ei3cHv9tkkWKbFr1mruQ5TG5 { top:4.875rem;left:17.15625rem;width:1.4375rem;height:0.954896834635rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7T3qI20F8UQUbiIww6hqKzRQ5El6398 { top:2rem;left:15.28125rem;width:5.25rem;height:2.68555rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDT6EFE1sHZVLKRiKRXdzpBgpq7O8UXx { top:2.1875rem;left:3.15625rem;width:5.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBpxgTXtVMo7PKFiA9tNamiCxv3gUS0X { top:4.75rem;left:4.21875rem;width:3.3125rem;height:0.92040478360413rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW { display:block; }#WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMqu2PTqyewOJBZn4C6F8yyaDKP4LPiq { top:1.6875rem;left:40.09375rem;width:3.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3tTzJdMrbRqqyyZU2zggI0k95TVMkgy { top:5.25rem;left:41.09375rem;width:1.4375rem;height:0.954896834635rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOTdkDpvzbFyezohqAo19xkkEv0Au5EL { top:4.3125rem;left:29.09375rem;width:1.4375rem;height:0.95583242590369rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsl26DGClSD5B5Eb2kM0mHuhfwobxtDq { top:2.625rem;left:24.65625rem;width:10.3125rem;height:1.3028984328399rem;display:block; }
 }@media only screen and (max-width: 763px) { #m20CRzzbJtSmD8oPblVdbEKBS4xNIBHL { top:2.0625rem;left:3.1875rem;width:5.5rem;height:2.5949964263399rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkpG0bKccKSghCuqoiUONeDVkmWBsDAM { top:5.125rem;left:1.65625rem;width:8.625rem;height:0.741945028175rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVgiPMEhdCdmpibOOzHTu72WORfJMKsh { top:0.8125rem;left:11.75rem;width:12.5rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTV50TUtbEJEQyT3m1Q3M0dl6WXqT2lu { top:1.375rem;left:16.25rem;width:3.3125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o48zd2PKcRO9DGsaSZAFSSnacQIs9mXK { top:4.625rem;left:15.375rem;width:6.125rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTsJoOgHtXJuPUW666ce3VKeTinvpuxR { display:block; }#PTsJoOgHtXJuPUW666ce3VKeTinvpuxR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vz6H5BsO5tgUBZdZHDsBQFoEOER49d6D { top:5.0625rem;left:39.03125rem;width:6.0625rem;height:0.92808140887731rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvU9v3d8xk4lZgTXxmTQLBWXqlbddvDZ { top:1.8125rem;left:38.90625rem;width:6.375rem;height:3.2803615651312rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGM9TuQwwmi63uwxfAm7nSbMdLlLAJ3H { top:3.375rem;left:25.78125rem;width:8.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2uum0a3FAtD1I45SuWETsQEogO7nMZ2 { top:5.25rem;left:28.15625rem;width:3.3125rem;height:0.92040478360413rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKxltGBf11bd3I3TwZXQRbSa8nwqUhec { top:1.625rem;left:28.21875rem;width:3.3125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4ilC0l1uXud8J9NuiEHiqI52HgLCiem { top:3.8125rem;left:13.03125rem;width:9.8125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKb3o88PbSJflrhQC1cbIsPBmXkcbMET { top:5.1875rem;left:16.21875rem;width:3.3125rem;height:0.92040478360413rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1560FbCmB28fOXUWckisWpOryNBaMON { top:1.6875rem;left:16.21875rem;width:3.3125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7v1P5RvwIN1nWzwAqSND9UqTZvswKLb { top:2.1875rem;left:2.96875rem;width:6rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMokpqTOBEooKE97MKkO7FHQ9vMKCAW6 { top:5.125rem;left:4.28125rem;width:3.3125rem;height:0.92040478360413rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNehkS4TnTt8HU9spEzSiESnAxyauutq { top:0.75rem;left:4.3125rem;width:3.3125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J { display:block; }#FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqBWkCSn0oCBP3w250nO33KXq7ZpOQyb { top:2.75rem;left:36.53125rem;width:9.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVkKCwH71cPdTJ6q3DDC0kqqrWl0XIdN { top:5rem;left:41.53125rem;width:1.4375rem;height:0.954896834635rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdKcpLPIFBuTVbgUnlcUxH0zI5Ug9BR6 { top:1.5rem;left:27.7822265625rem;width:3.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WG0xsdSVRp1BhfyDCq4UVSBCRs5UmciD { top:5.25rem;left:29.0947265625rem;width:1.4375rem;height:0.95583242590369rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2J8iSOGQb3TAGKntfzPnL7avT5TRrHw { top:1.875rem;left:14.0625rem;width:7.6875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0KIOerTkJOycU5lyM0L8cwQbMdKS0Zb { top:5rem;left:17.15625rem;width:1.4375rem;height:0.95583242590369rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDHdaSqfgp5wyH0D3XxcHItTZrJ6dw4p { top:5rem;left:5.21875rem;width:1.4375rem;height:0.955210730725rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXRKShIyGZ5CQ8af1x0Wn3LtAoOiPl5N { top:2.5rem;left:2.3115234375rem;width:7.25rem;height:1.6723389523354rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 { display:block; }#NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRAJCIJCykcbiqlid6Ivk7nNuU6PtQAE { top:0.8125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 { display:block; }#dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jm5pUcwWRZ8TZbtsl2eWnRNL4GpBFdzo { top:1.375rem;left:3.46875rem;width:5rem;height:3.31163125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnDkGMSlT2WJamvML5x5aMnwiqwlQ17D { top:1.8125rem;left:13.531251907349rem;width:8.75rem;height:2.43706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPNyD8v2ihUFnBeUGGaJD8bb2FpDD0aN { top:2.0625rem;left:26.624643325806rem;width:6.375rem;height:2.5368083809949rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9kEFKhWE2gOdx4blc1NuX9zx3PRSIM4 { top:2.625rem;left:38.122690200806rem;width:7.1875rem;height:1.9198954022245rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH77EQgJVoUQTFJ7v46UPqu0VTWJZImU { top:4.6875rem;left:5.2185726165771rem;width:1.4375rem;height:0.95492804743344rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiQkJ81idC30WogMrfU3hXp9weciXI98 { top:4.6875rem;left:17.156072616577rem;width:1.4375rem;height:0.95492804743344rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5htXXh7BI2XrmvRDz9tipuruAKwAeil { top:4.6875rem;left:28.40553855896rem;width:1.4375rem;height:0.95492804743344rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHqU7JQ24HcW5I709xCQ9upMbVRP3uKR { top:4.6875rem;left:41.030183792114rem;width:1.4375rem;height:0.95492804743344rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD1ep5lxFSLURBzznpLGrkEPTAounA4F { display:block; }#PD1ep5lxFSLURBzznpLGrkEPTAounA4F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVGXf26uHNAWbT28mQFmEpIvfTNL7pGd { top:1.1875rem;left:2.0625rem;width:7.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuohCrptV2xOPHg68fgzCVPnTPMu28Np { top:1.5625rem;left:14.841619491577rem;width:6rem;height:2.2882235644189rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJQpW0UyNqLTFNwaNpyN9XuG9Tm2VHyk { top:2.25rem;left:25.655183792114rem;width:8.25rem;height:2.0624968747396rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntwxJxWXQBmgo67fSKh6fXsEua5Cm86N { top:4.1875rem;left:28.78125rem;width:1.4375rem;height:0.95492804743344rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7uM2W00mAoG2rM2V35HuZQW5lBM9ouc { top:4.1875rem;left:17.53125rem;width:1.4375rem;height:0.95492804743344rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTTcfwg7QUK5fZETvZhbC0IlTXiILHZy { top:5.125rem;left:5.218017578125rem;width:1.4375rem;height:0.955210730725rem;display:block; }
 }@media only screen and (max-width: 763px) { #kewOX04irQpS6O3JIv0qQfP5vRZtrcQV { display:block; }#kewOX04irQpS6O3JIv0qQfP5vRZtrcQV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhXzQPTdiBualPm9vwTPKxZPmmKN3AEr { top:0.8125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aywaqce0eRotI6h4PHgipR5TNxf4LydE { display:block; }#Aywaqce0eRotI6h4PHgipR5TNxf4LydE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEdtWyg6dPQD5hqTVgtiDhL5famGSL4f { top:2.75rem;left:3.34375rem;width:5.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdqasmtZrILJ5iccCFG7uyCW0ci05Xbp { top:2.75rem;left:24.78125rem;width:8.9375rem;height:1.9851096340439rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgqSIppc2XhN12UTtAxvOR4IfATdsB22 { top:2.75rem;left:36.46875rem;width:9.4375rem;height:2.047922410333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv45ncg5rUCtTaCNL0fbcc00TIuagiwE { top:4.75rem;left:28.34375rem;width:1.4375rem;height:0.95541787257288rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7yokliV19DbpZ36G5xbp38ssNn6FUxg { top:5.4375rem;left:5.09375rem;width:1.4375rem;height:0.95541787257288rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmzM41zmaul9UUCTyGRoIQ0AhkAvAOBd { top:4.625rem;left:41.03125rem;width:1.4375rem;height:0.95541787257288rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB7sHamD8egZ3HVHP3U8M1ZyJNUK6Vy8 { top:1.5625rem;left:15.3125rem;width:5.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6sWEvBqolEEaTE5JyaT45oUEUU0HghH { top:5.25rem;left:17.15625rem;width:1.4375rem;height:0.95541787257288rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl7MG71eL9bEuaNy32I1C2H9Hro9T99K { display:block; }#sl7MG71eL9bEuaNy32I1C2H9Hro9T99K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IS9Z2eE2XUoobTl3LCrzJLZb238F5NpN { top:2rem;left:14.28125rem;width:7.3125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUToOTRSfT6vWPtbeVqzWysRhp8X1tCE { top:4.875rem;left:17.15625rem;width:1.4375rem;height:0.95541787257288rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1STZuWXoFt4nLKDHquOA3wUruRl41BH { top:1.875rem;left:2.875rem;width:5.1875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvKtPVsEN0dLCkEbLW7t3QEfg1a3zBFC { top:5.8125rem;left:2.90625rem;width:6.0625rem;height:0.92813066446756rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u { display:block; }#HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrQ70ZvaP7l6IcBAVvuNRTBSUrB2OKDg { top:0.8125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rATE4xInRnaTXs3rtylTewwckhRHieDW { display:block; }#rATE4xInRnaTXs3rtylTewwckhRHieDW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7mDSzPREKWHr10VSUWGkWIEAlO1G3B5 { top:1.9375rem;left:4.18519115448rem;width:3.5rem;height:3.5610718634955rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoD9EU4lK7K64fXAmIKS6OIFZyfyw579 { top:3.1875rem;left:13.029947280884rem;width:10.125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcfrEw54ntzUo65E5LHlJq24HZxt6Fz0 { top:1.9375rem;left:26.37428855896rem;width:5.625rem;height:3.2757644254073rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmirW2fAsy5lvX4d7gpUi4y9GfaO683S { top:5rem;left:16.96875rem;width:1.4375rem;height:0.95492804743344rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM4WTTdt7GbT0IvkktZULBTBWmaThMzt { top:5.8125rem;left:5.03125rem;width:1.4375rem;height:0.95492804743344rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9H1ny9FmuexzMBqycuFKuRW6TgEfXJr { top:5.8125rem;left:28.96875rem;width:1.4375rem;height:0.95541787257288rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld { display:block; }#PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQ2DJ3xvkeBumORxSrpC5a10ROHeMnCB { top:2.9375rem;left:1.6550068855286rem;width:8.5625rem;height:1.3644969851359rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO04gQu4JkV14nzLvTV0OiJfE9QIpJqb { top:3rem;left:13.96803855896rem;width:7.8125rem;height:1.2401384192898rem;display:block; }
 }@media only screen and (max-width: 763px) { #F43ero9Ta5iUDTpMf7Vo0eFu4GtWVsNT { top:1.4375rem;left:26.62428855896rem;width:6.25rem;height:3.774268419489rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw2pOnkT0wfSCbnkwwcTFvRkQr3LOVdr { top:2rem;left:37.780004501343rem;width:7.9375rem;height:2.5415839896705rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1gXnppk1i3ba3cVIegNquN7KeeoI78q { top:4.625rem;left:1.62482213974rem;width:8.625rem;height:0.741525667691rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekKHgJob0cbi4rIslNkngrwpaVS9dVO8 { top:4.875rem;left:13.563209533691rem;width:8.625rem;height:0.74064422917762rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPzDF2QbTDZHVLvUiJ2T8hHXbNcPvnIE { top:4.875rem;left:25.499822616577rem;width:8.625rem;height:0.73976279066419rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvsClQFTLJWDPfdQuoUGesXeurwqVKp7 { top:4.5625rem;left:40.031251907349rem;width:3.3125rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxZuk6hGATD5lDUzTsov1RHntCDVwukr { display:block; }#LxZuk6hGATD5lDUzTsov1RHntCDVwukr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsmOZe6LgaXQLdxIJ5bkdR3ItZq64wAM { top:1.625rem;left:0.1875rem;width:11.6875rem;height:2.6725396771568rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgv6KA8QD3x5OaLiAJzogd4FUAXBW6ts { top:4.9375rem;left:1.62482213974rem;width:8.625rem;height:0.74064422917762rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxtZobPUcP2qJNKAZAcGrlL6sqhcIdQh { display:block; }#AxtZobPUcP2qJNKAZAcGrlL6sqhcIdQh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzXdiS7r72P6SHQlU2QqP77qdWTh2UB7 { top:0.3125rem;left:0rem;width:12.8125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #loJOdRpKori1mTamrSFr6XVfV54pZscD { top:2.9375rem;left:7.58203125rem;width:18.25rem;height:9.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1  { width:17.5rem;height:8rem;top:2.9375rem;left:27.75rem; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 {display:block;}#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 { width:17.5rem;height:8rem;top:2.9375rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 #aEJQbg2zu1P2mUzJvSFN5otQq3Q4eoXo {  }
 }@media only screen and (max-width: 763px) { #uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 #nIXwgyswVTpfTkApqAD3HEX7Co1sA7ih { display:block; }
 }@media only screen and (max-width: 763px) { #uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 #sszTw4tIlRBLp33opKDfbyAuoUEp7u5i {  }
 }@media only screen and (max-width: 763px) { #uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 #JikAmEfOPi1oo7kGs4fdSHchDrXRQUeb {  }
 }@media only screen and (max-width: 763px) { #uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 #XwB9FTAwFBeKLAMvOgZqcPWUNaVxrVnk {  }
 }@media only screen and (max-width: 763px) { #MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh { display:block; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScSz7DgXSObLdOigUzT0vsUpMDFTLJwB { top:2.3125rem;left:0rem;width:36.875rem;height:13rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO { display:block; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LcUKFfwFfJgT0F1WrHXaXe1nwc1npUmr { top:3rem;left:11.0625rem;width:12.8125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNDuI3CrPTIaOwncO2axbUwvdFmmJtlH { top:2.4375rem;left:0rem;width:11.6875rem;height:9.3870773203825rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSh62cTb5pUAg9G0QBFzF8OUFaZRbaOt { top:4.4375rem;left:21rem;width:26.75rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo52b06WAzCbq6uu2f8OffV9ciwAi5F8 { top:12.75rem;left:0rem;width:47.75rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw { display:block; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gs3DSiAgMRJyT37BVTFQWJTHtTStFHif { width:8.75rem;height:3.875rem;top:0.875rem;left:5.8541669845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG9mGFsEsNLILtthFpv1pJBREd6tgD4w { width:20rem;height:1.7858875rem;top:5.8105473518372rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdCqxBg9BpsxXignxUOrZdKN96PwAmfE { display:block; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOZdf83Vh6beeevgpFQxBSoFTMRZEhKK { width:16.1875rem;height:3.25rem;top:8.1259765625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryPgDFENXhhdvxgWHtAcS33u0ZvVMXBx { width:18.5rem;height:2.11230625rem;top:11.7451171875rem;left:0.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFfU429rqOZvqLsXPvrWIhviT8FStWhr { width:20rem;height:13.25rem;top:0.9990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifWr6hh1q0bwi6Wtdnamy0qTtUk23DVU { width:14.3125rem;height:1.5625rem;top:9.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKcENZPDIALJlFv9yNSOeZRQfNO5T3fd { width:8.375rem;height:1.4375rem;top:8.1884765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SidDzVoZ2Tl6sE6z4vrXMguCteLUShMT { width:17.875rem;height:2.0625rem;top:11.8076171875rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf { display:block; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RsENMZAX0FMGcHTzdsc6ZNzxNalDr7tk { width:19.3125rem;height:3.41064375rem;top:2.5523681640625rem;left:0.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dttrMSxSTXxVGBQTBpl0qxk9khN6IKtz { width:19.0625rem;height:15.83861875rem;top:8.24040222168rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ8W44zeOKJ70cKITgUaaDz1GTzp7N8l { display:block; }#TJ8W44zeOKJ70cKITgUaaDz1GTzp7N8l > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4BMztHK0rk1Vf9gZsGqJm9dp72qR1hs { width:19.0625rem;height:3.73779375rem;top:2.552375793457rem;left:0.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnKsoc2F95g46oh61gT9S9sxHWZrhUNt { width:17.6239375rem;height:10.7489375rem;top:20.876041412354rem;left:1.1885414123535rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTty2qPrTEnmDFLfQlbPvoKU7S9GWUQg { width:13.3739375rem;height:4.223625rem;top:15.77499961853rem;left:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGW6cTtFLQUcZqiegVSx5Tg4lSm6EnpT { width:18.8125rem;height:6.33545rem;top:7.359375rem;left:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 { display:block; }#vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIzTb9Ne8ORODf2AeyQN1clxeHSV7N7z { width:18.8745rem;height:3.73779375rem;top:2.98828125rem;left:0.5615234375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLNPSLVTBh6sXk5r0tyx8QJEAUyw5BUg { width:14.375rem;height:1.13769375rem;top:16.268310546875rem;left:1.43798828125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymGbCbihHaWR1An5LT5PKLJhIyrcWw2T { width:17.312rem;height:7.6684375rem;top:18.369140625rem;left:0rem;font-size:0.6875rem;display:block; }#ymGbCbihHaWR1An5LT5PKLJhIyrcWw2T li:before{  }
 }@media only screen and (max-width: 763px) { #pQew8b9LMTUwlxRXffWDW5Oll0aQyIKL { width:18.5608125rem;height:5.27954375rem;top:8.1005859375rem;left:1.43798828125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIBXQGbglKH9gGSMI62aXpfFs69EAmcB { top:28.62548828125rem;left:1.09375rem;width:17.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlJByJW8BKNeNnmGXEy9BnV9HkHpWlWr { display:block; }
 }@media only screen and (max-width: 763px) { #WVTkPpFncOmI5AcCVFbLx1QS8TND897o { display:block; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1vQyN9pTfBE6HZEpchZTQQ5vHN22qMW { width:20rem;height:10.8125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXChZVfKgmygWmV6BvwHTl1VG8h4dynq { width:20rem;height:3.73779375rem;top:0.625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P6wQ79Zk8Wq4fvfk4f332UzAqOPkkdda { width:20rem;height:3.41308125rem;top:15.370010375976rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tifCIRqQdJgaDvH5xUPOc4DCK4pml08s { width:10.3125rem;height:1.749825rem;top:20.392399787903rem;left:4.1539415121079rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv6LVXnT4UVmPTgOAZOXfMN1nrET2A7u { display:block; }
 }@media only screen and (max-width: 763px) { #WQbReqheztZDBo2OUGyxdQHOJxZWCwf9 { width:11.311875rem;height:9.4998125rem;top:5.0575084686279rem;left:3.6555989384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #IknuN8ruCxeT6PXQh8JBoxBOhkF7OIk3 { display:block; }#IknuN8ruCxeT6PXQh8JBoxBOhkF7OIk3 > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLA9OfetrXdBGJdiZlfo9aKGRgG6XwK2 { width:18.8125rem;height:3.167725rem;top:5.6718730926514rem;left:0.59375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S15kspwIb56zHGqooUPJvy5i8SrRlvaR { width:18.9375rem;height:3.73779375rem;top:1.25rem;left:0.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXh9mQSZgk7dQmwcJqmIClUMtCMp39NZ { width:16.0618125rem;height:2.4353rem;top:13.370916366577rem;left:1.968217253685rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD3PbvBdFB3ubqVEzwVGkUkQ5KuWeHPg { width:20rem;height:0;top:10.895775rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnyfUaeaazpgqT2qSTgOiGIPkxB0eLy1 { width:16.0618125rem;height:1.93714375rem;top:11.435548782349rem;left:1.968217253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGDTEduQkFNyODxzxkDtuusWQa6NF2P0 { display:block; }#SGDTEduQkFNyODxzxkDtuusWQa6NF2P0 > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTKGeUcVR7NXdbkF9STXJHUROHAdqJTT { width:18.4375rem;height:13.7268rem;top:4.0325622558594rem;left:0.90625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu2CBCwRxBRWFcK70HwuALA0OdSgVdI1 { width:18.9375rem;height:1.86889375rem;top:1.25rem;left:0.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tshole2F6gUgrh9HTwTUXy3BWwlX9RW5 { width:20rem;height:0;top:10.895775rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd { display:block; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElNNfpa7ICUSemIJUoKTT7b8xFcoc8Ld { width:20rem;height:1.70605625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb { display:block; }#ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXsPaIVNHNRVu2SPWoVVTPbX5UbsF4Be { width:7.749rem;height:1.93555rem;top:6.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgNnyXpKGsWmi68WWzPyazHxCLac8tDo { width:6.6230625rem;height:2.311525rem;top:12rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptxlPXgcDqd9lu7TtBn38L5O83ZrCrTe { width:12.0625rem;height:1.375rem;top:1.408203125rem;left:4.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8puwUqWekKJS2uySTOb7MrByQ3aPTIf { width:8.125rem;height:1.25rem;top:2.783203125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmDRoTSkt5MA64ECiKoLv6Ki3TWtTih8 { width:8rem;height:1.25rem;top:8.310546875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLSPHb8AobdPTLEAT9ol7LKqN0WATTX2 { width:4.0625rem;height:1.25rem;top:14.3115234375rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2U2FfxgoqWOIK3ikC76NhGVl9Q7CQpK { width:8rem;height:1.6875rem;top:18.8125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx0N89aK2MVVao6tHn8qz0u2e3wnmzKx { width:8.0625rem;height:1.25rem;top:20.4375rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA { display:block; }#slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1teTZh5o1uDvAZ2d4B8LLtBcrNTGccN { width:20rem;height:1.70605625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s { display:block; }#sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CyEslBXWdfmfMaZ5u4beDO5WLohmJL29 { width:13.5608125rem;height:4.1870125rem;top:17.96630859375rem;left:3.997802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcW6mp6TxlU52hWz8aqWk56WzZqzSeBx { width:5.8125rem;height:2.9375rem;top:2.599609375rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q34i8Wpb1QxmQv74pgmBA97SwtNPABfU { width:7.9375rem;height:1.25rem;top:5.537109375rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVOrTkQd50C3w01obVOs60VFD810hH7z { width:9.56175rem;height:1.5625rem;top:8.736572265625rem;left:5.21728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAEiTcgJKISKh7cJGr96IiCXdtr1pEvO { width:1.5rem;height:0.999025rem;top:10.8623046875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuHeSF9RWiXuXi9RKBWP6OBH9fc7OA0Z { width:7.2485625rem;height:2.47680625rem;top:13.72802734375rem;left:6.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WODAu2OxJNsvQDT64BNuKHaVpQ33VbbK { width:8.62425rem;height:0.74340625rem;top:16.20361328125rem;left:5.419921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTZC9WkdZwwtHu2lKBLAdXB6a1vF09se { width:6.0620125rem;height:0.9277375rem;top:21.302490234375rem;left:6.968994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiyK52wlLDxmlldqmccXcku9WU2nSp8q { display:block; }#iiyK52wlLDxmlldqmccXcku9WU2nSp8q > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2HRyW6hKFJegL5Lz9UvOfOXvm6JvAf1 { width:6.875rem;height:3.75rem;top:1.248779296875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNOHTIg0E3sl7mATMmspXJRupVeIahaK { width:12.0605625rem;height:2.1875rem;top:7.57421875rem;left:3.968505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxZuxD2w3sNRiy4aznw5rnrspmMJ8fUZ { width:1.43676875rem;height:0.95703125rem;top:4.811279296875rem;left:9.281005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtcR8fsLxRoFnKgZkz2qKtX3vuWE4Czw { width:1.43676875rem;height:0.95703125rem;top:9.490234375rem;left:9.281005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvxCkiQLsBEmt17MkNc9NpzEgVGwChTv { width:9.2480625rem;height:1.3110375rem;top:12.6552734375rem;left:5.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVgoM3nf0NXWapw3PwcMOgFEnumcsbav { width:6.0620125rem;height:0.9277375rem;top:14.27880859375rem;left:6.968994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcsZtwq0xIMBKovfOAB6odiVhnqT5ldt { width:9.6228125rem;height:3.62305rem;top:16.25048828125rem;left:5.18798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpIgTZAVg1dsX6Q4pCcDvFuM32pNRtTM { width:1.43676875rem;height:0.95703125rem;top:19.18212890625rem;left:9.281005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh { display:block; }#C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUSaXeiVP1ptrvm2Kb2vL9yOcUS6Trlu { width:20rem;height:1.70605625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 { display:block; }#Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaRHG7VPpX4shSPNnX4NExlk9wfl6g2D { width:12.3125rem;height:2.5000380716458rem;top:1.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs4rpiL0XZIN8E0w3wNNBQNGiT8cTaES { width:1.437325rem;height:0.95703125rem;top:3.9277410507202rem;left:9.2808946371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 { display:block; }#PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdPSyZGwJxEPse7Dox5vJZHPEGEgPbLT { width:20rem;height:1.70605625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 { display:block; }#vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZcQT8cKV04kqpDGJ5iSuBmzB9I3KAAq { width:5.37375625rem;height:1.7489375rem;top:13.477449417114rem;left:7.3117898702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #d33NC2SEiydr2wPrJIprwoutw7tB4WBm { width:6.7489375rem;height:2.3117875rem;top:7.51953125rem;left:6.6246446371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgUo0mdDoQvl9Or46JulwJFpNUNXqrQJ { width:4.8739375rem;height:3.99946875rem;top:1.5589487552643rem;left:7.5621446371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #yksVuF4qpkIGFKhutyhWToaILLSHI5qa { width:8.3745625rem;height:1.62435rem;top:19.331599235534rem;left:5.8116324543953rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOpwtIwLwvxDJkLF10riUlGJ8N3nHsTG { width:4rem;height:1.25rem;top:5.6196732521057rem;left:8.3114341497419rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMaxnFZscnO9fvOidNXAdeKSLQT9sxCl { width:1.9375rem;height:1.25rem;top:9.8295450210569rem;left:9.2808946371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5uTVlo9bLTrqSrktbXDkSHqaQO9Q1nl { width:5.125rem;height:1.25rem;top:15.225496292114rem;left:8.4055398702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdirIucbNOiy8KQMTyuEWkfIowodCF5T { width:6.5625rem;height:1.25rem;top:21.142754554749rem;left:7.499111533165rem;display:block; }
 }@media only screen and (max-width: 763px) { #syuJkx3fULqQ52EDG9A7IT95QT8EqJcS { display:block; }#syuJkx3fULqQ52EDG9A7IT95QT8EqJcS > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSXLXBHmaLRLA5ug9K5OC6ZQ5UBvvXs5 { width:8.8743125rem;height:2.5rem;top:1.3742897510529rem;left:5.561967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9VpXwc4G9VIU66Lb5LT6pp0MkTavwvo { width:12.0614375rem;height:2.56125625rem;top:7.1207427978512rem;left:3.9683946371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMWOen0pmDTygyFyEumifIwgCgSt0zh1 { width:4.562325rem;height:2.8125rem;top:11.935901165009rem;left:7.6864341497419rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi5IiViW7C1MJwTwbcSHrb1ISamndod6 { width:8.6248125rem;height:0.7421875rem;top:3.5708312988281rem;left:5.561967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2XHbDtmIIeeHOPMcHkPTxF6H2bn34Eh { width:10.625rem;height:1.93625625rem;top:18.375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7yr9RoK2e6Oth3KVbGUesyhAu6A8RW9 { width:1.437325rem;height:0.95525625rem;top:8.7862219810487rem;left:9.2808946371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGTvUBw1nfzBwBZAWTwBpsiKb9md60cL { width:4.74964375rem;height:0.99964375rem;top:14.818358898163rem;left:7.6242898702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #XohRg0vU6O0WRAxmbi3iFmM03e1gdvhE { width:1.437325rem;height:0.95525625rem;top:20.25rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D { display:block; }#tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0V6ovIOQ86TZTfT2tuQkUkwdFJHRZM2 { width:10.625rem;height:3.8734rem;top:0.8123416900635rem;left:4.6874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty4xdOaxq1NECnVTPrMLrFls3FkGJXM6 { width:8.625rem;height:0.74283401334112rem;top:5.9345734375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2nSCAGkERbUuxcUsyCTxQi2JcIIovlX { width:8rem;height:2.625rem;top:7.9267578125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3vJd69o9ESSXkMe752bX5UwSbSBoI4M { width:5rem;height:0.749025rem;top:10.8642578125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDKhOpOZ5CJFqzi6VxHu7ziaI3r0eHOi { width:5.125rem;height:1.6875rem;top:2.75rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 { display:block; }#wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taEa3T1dElJsAAbrOhDnA6JLa3xnEQWT { width:20rem;height:1.70605625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emuyyvL8aAGSvzlLb78TfQPV5smB35X3 { display:block; }#emuyyvL8aAGSvzlLb78TfQPV5smB35X3 > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zu7mquKPCGK7Les0aQoKOk9pEQylrPVZ { width:10.875rem;height:2.25rem;top:2.4912109375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnAwcJonrvf1pvdDRbp2MG2aiD2D3zGf { width:10rem;height:2.37305rem;top:9.1787109375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVRJse0ctZ5TVyXKRz8JyvxwDvpQOgHg { width:12.749rem;height:3.49805rem;top:15.2431640625rem;left:3.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #al4ScSoxv8tBppoND2iEJV8RiwGVw2VL { width:1.436525rem;height:0.955075rem;top:4.6787109375rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeMoJ8TOKbe3UDiBI3N1qEXgtWZMuZCH { width:1.436525rem;height:0.9541rem;top:12.115234375rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwwABOyPEd5Fl0g3zqgDN54J2ETp3NoI { width:1.436525rem;height:0.9541rem;top:17.849609375rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHCuTmLhNPHgEiBTMQpKd29D6afReb1H { display:block; }#tHCuTmLhNPHgEiBTMQpKd29D6afReb1H > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWtkNZ3tndW9Vct9UcLk8FaeL948nCz6 { width:20rem;height:1.70605625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM { display:block; }#UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCptaQXIEQEwy8TiEnQTs9zvOorvKHT9 { width:5.186525rem;height:4.375rem;top:8.0595703125rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfatBW15tbidvMGx6L7TzKkLwpvEmTbD { width:9.6230625rem;height:1.62305rem;top:16.2626953125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykBOprAScToh2sbxRJ8JZXJyPrWaW7lx { width:3.3125rem;height:0.91796875rem;top:12.3720703125rem;left:8.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK9oTPRDi1LRnmuJF5dciUi9uxhUOl1E { width:5.81055rem;height:4.7578125rem;top:20.71484375rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtHkZBa8taQgLZ03ndSqs6COvqlwTsPd { width:6.0625rem;height:0.9277375rem;top:18.01171875rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyvPwgwDHtM25rg8Xi7lfPnEiO0Hcisw { width:6.125rem;height:0.9375rem;top:24.72265625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaJvw2nMIUknNRQdVO9b1qSzxoHlrwJs { width:1.4375rem;height:0.955075rem;top:5.1650390625rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLKTiHEHb9ga9itpTH2rTAGhu5aag4TB { width:3.75rem;height:3.75rem;top:1.1025390625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg { display:block; }#gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZfTTrsnUrDaJdBOk3fQfNfNWDcUeUHx { width:7.375rem;height:4.1875rem;top:2.8125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JybERJ4HHdy65ZUyHh4oGc2wUFbZeXNl { width:6.125rem;height:0.9375rem;top:6.375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIeVdZL17uTZyhrtgeDTvZU32QOSH7oB { width:12.9355625rem;height:1.6162125rem;top:10.7578125rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTpQhiWEytmfO4tNsOONqE8htyzwv4VM { width:8.875rem;height:4.5rem;top:16.0478515625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8HLbGJIRIRfgt6rhZ1ZsbbGnAZyH9cw { width:6.125rem;height:0.9375rem;top:19.9853515625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIDSIsPcG7t5nErwFcGRcJU2ECrZAybg { width:6.125rem;height:0.9375rem;top:12.5625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 { display:block; }#u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yd8rubEpz9k6C8L8RP4qvu6ihvGQy5Ha { width:20rem;height:1.70605625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE { display:block; }#TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLPMvXdJ8aiOXINA2FMJhsHyeAw0eTPH { width:5.9375rem;height:2.0625rem;top:2.3133687973023rem;left:6.9997833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXCkOnhX7cVhXLLaPMd1VxDDaqDk3pKs { width:4rem;height:1.25rem;top:5.3746385574341rem;left:8.3114341497419rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my { display:block; }#AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzqGx9idzkdrgheBzGnCRQOSyydWLsgz { width:20rem;height:1.70605625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 { display:block; }#V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fe7yl8EfGsIgwD8rvDIfbtrOV3GlCeZl { width:5.9375rem;height:3.06206875rem;top:2.3133687973023rem;left:6.9997833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPnLTVWJOlw5uXG8MZ7AfRP9U6SiVItA { width:7.874rem;height:2.124025rem;top:9.248046875rem;left:6.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDgmLsCxWSzXJUelJAdSNq1oswZa5VVp { width:11.0623125rem;height:3.04470625rem;top:14.124350547791rem;left:4.4683163762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko0Rsrt8XgOcx5DLg7PNXhKJ6XWiCamV { width:4rem;height:1.25rem;top:5.3746385574341rem;left:8.3114341497419rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd8oQ48Z17PLINi7EX9xFAqb1d4SIW9K { width:3.3125rem;height:0.92028374836781rem;top:16.310369491577rem;left:8.3123220205306rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM { display:block; }#Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3cyG3mWh4vSf9aUtz8uUr9PGUJy3f30 { width:20rem;height:1.70605625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmRDheLPNAwMfw0yT5867nL5DzZD6k8J { display:block; }#mmRDheLPNAwMfw0yT5867nL5DzZD6k8J > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GzwfnBZ1pEzPTecMDsCNvMLS7wLwGNya { width:7.8125rem;height:2.3120125rem;top:1.810302734375rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca5mMsxx6e3qmSp4RFVNvEltU2NZDG40 { width:11.9998125rem;height:1.92708125rem;top:7.8135852813719rem;left:3.9995663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbsphpSqVv5POVbr4LPH9rQADgAQLL3E { width:8.9995625rem;height:2.99913125rem;top:13.240016937256rem;left:5.4991324543953rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNkdlF3wridTG0fl83Oz9csTInhQQ6Nq { width:6.875rem;height:2.3505875rem;top:19.3017578125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxx3L4ASfyqITNtoUxy3hZlPCcCsXUOF { width:3.3125rem;height:0.92028374836781rem;top:9.7398787736894rem;left:8.3114341497419rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTEmooiI3LaUwlpTKb9VQ9R0K1cbJTbs { width:6.0625rem;height:0.92796018661756rem;top:16.238457798958rem;left:6.968217253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9KWyLO8gARcqVHGioy4r54Fe1ZTfcaz { width:1.4375rem;height:0.9541rem;top:21.83984375rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNLl5KCU3FJzMDN3ZdDK2qycCPOhQtUe { width:3.3125rem;height:0.92040478360413rem;top:4.122314453125rem;left:8.343505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOEtHAac77wxlr55m4ElfSSLLM0dtFiG { display:block; }#MOEtHAac77wxlr55m4ElfSSLLM0dtFiG > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VaWtoUFi36r5uFwt0uARnclmId8fBJNm { width:20rem;height:1.70605625rem;top:0.95703125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh { display:block; }#iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIyn3wqua21AwGaUdlxzy5TPH7A8oB3N { width:2.68663125rem;height:2.74956875rem;top:2.3111763000488rem;left:8.6566842198375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGRabn4zULI7SVXUlSweyTcZFwQ7q17Q { width:13.311625rem;height:1.25rem;top:8.6252174377444rem;left:3.3430989384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRbATfsPJioJcgbRStsmqhmvEnqctIV7 { width:12.8125rem;height:0.621745rem;top:14.500869750976rem;left:4.4368494153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUOEyaOx6MlywLwqnR8elDrRIhIvE4dJ { width:6.0625rem;height:0.928125rem;top:5.0614585876465rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbUpOtRGmrqxoLaRSIgBviPFpZ7prMIi { width:1.4375rem;height:0.95520625rem;top:10.515625rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAl6m2aWhSmPDnLF1qGTHuTp1GAhRQQ1 { width:1.4375rem;height:0.955075rem;top:15.7099609375rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrnfuRboE1FJ9xxNT9bOIG7yddxORFCl { width:1.4375rem;height:0.9541rem;top:21.2900390625rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEDRz4tmV0ULJVR5E92eXleebPchCogQ { width:5.125rem;height:3.375rem;top:18.227874755859rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ { display:block; }#VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yBMm2lL2fZkFFHvMT7IkQyV128XLkzQT { width:7.5rem;height:3.93555rem;top:7.1064453125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wypWRhi2T2QQJI2AMW53085LZNs9MLn4 { width:8.2480625rem;height:2.9746125rem;top:14.76171875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsPqPVdqTroVdRGxyM4dRLvFEnUAXPpB { width:1.4375rem;height:0.9541rem;top:4.6220703125rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg8ckGwSlWE2c8xSQ08CEzLQsZpfyFyF { width:1.4375rem;height:0.953125rem;top:17.736328125rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEeX8G8e89VqVkdHTX3zsmLU50gsnWuF { width:6.8115rem;height:3.5620125rem;top:1.136474609375rem;left:6.593017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzkWsyMMQdb2ND9WsWAZWLRCw0VgXbHr { width:1.4375rem;height:0.9541rem;top:11.0419921875rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwRpXf35xxB3LWFnR2KSJ6hUZu47uKeD { width:3.3125rem;height:0.919925rem;top:17.736328125rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DerTc1sgM5eG84p5HT2JgTmKb592BoXJ { display:block; }#DerTc1sgM5eG84p5HT2JgTmKb592BoXJ > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aD7NAPv91qTlhhbmOfoyAPQUaq7XZfGL { width:8rem;height:4rem;top:11.75rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLg4AecBTzt24SnboNtDow07J7XeZrp9 { width:3.874025rem;height:3.874025rem;top:18.333984375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1QtUu7Vhi8SRuNI2cfHOeaPEVMTFCHo { width:6.875rem;height:1.25rem;top:14.5625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToM5RWvXou7ehyuaso4OyvWMSTkGwdNc { width:1.4375rem;height:0.955075rem;top:22.419921875rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6JWGvc59P2lqEwZxSlGgwZPzfJ607q8 { width:6.0625rem;height:0.9277375rem;top:9.7236328125rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfTmU1Kn51WhM3NHe6ZETbwfbsksRZWt { width:7.75rem;height:1.25rem;top:8.1611328125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0TxUTNNFnCo8tSr8BaBr6WTT6mDhMKa { width:5rem;height:1.25rem;top:2.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtrTqo5X3mDt5kiAn1x3EOSsr3kUnszq { width:3.3125rem;height:0.91894375rem;top:3.875rem;left:8.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZaloAli4vldJzKRs3RMl1xbDSw2JhhS { display:block; }#XZaloAli4vldJzKRs3RMl1xbDSw2JhhS > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vk7Q51bl59WOzlEkWZH8eThL7KnsQNgK { width:7.3123125rem;height:1.25rem;top:2.6877174377441rem;left:6.3433163762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpTLyd6Q7tBWoT6SN03M9zQvRxZWS000 { width:1.4375rem;height:0.95520625rem;top:4.3099060058594rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC85Qxg2Ei3cHv9tkkWKbFr1mruQ5TG5 { width:1.43676875rem;height:0.9545875rem;top:21.68701171875rem;left:9.281005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7T3qI20F8UQUbiIww6hqKzRQ5El6398 { width:5.68725625rem;height:2.8125rem;top:17.811279296875rem;left:7.15576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDT6EFE1sHZVLKRiKRXdzpBgpq7O8UXx { width:6.5625rem;height:3.5620125rem;top:8.697509765625rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBpxgTXtVMo7PKFiA9tNamiCxv3gUS0X { width:3.31176875rem;height:0.9191875rem;top:13.13232421875rem;left:8.343505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW { display:block; }#WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMqu2PTqyewOJBZn4C6F8yyaDKP4LPiq { width:4.6875rem;height:4.499025rem;top:15.375rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3tTzJdMrbRqqyyZU2zggI0k95TVMkgy { width:1.4375rem;height:0.955075rem;top:20.498046875rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOTdkDpvzbFyezohqAo19xkkEv0Au5EL { width:1.4375rem;height:0.955075rem;top:12.2734375rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsl26DGClSD5B5Eb2kM0mHuhfwobxtDq { width:10.3125rem;height:1.30175625rem;top:10.7822265625rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m20CRzzbJtSmD8oPblVdbEKBS4xNIBHL { width:5.499025rem;height:2.59375rem;top:2.875rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkpG0bKccKSghCuqoiUONeDVkmWBsDAM { width:8.625rem;height:0.7421875rem;top:5.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVgiPMEhdCdmpibOOzHTu72WORfJMKsh { width:12.875rem;height:6.1875rem;top:23.1396484375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTV50TUtbEJEQyT3m1Q3M0dl6WXqT2lu { width:3.3125rem;height:1.125rem;top:24.4521484375rem;left:8.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o48zd2PKcRO9DGsaSZAFSSnacQIs9mXK { width:6.125rem;height:0.9375rem;top:27.3271484375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTsJoOgHtXJuPUW666ce3VKeTinvpuxR { display:block; }#PTsJoOgHtXJuPUW666ce3VKeTinvpuxR > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vz6H5BsO5tgUBZdZHDsBQFoEOER49d6D { width:6.0625rem;height:0.92796018661756rem;top:3.87109375rem;left:6.966796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvU9v3d8xk4lZgTXxmTQLBWXqlbddvDZ { width:7rem;height:3.3125rem;top:1.078125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGM9TuQwwmi63uwxfAm7nSbMdLlLAJ3H { width:8.1875rem;height:1.6875rem;top:24.51368125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2uum0a3FAtD1I45SuWETsQEogO7nMZ2 { width:3.3125rem;height:0.92040478360413rem;top:26.388671875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKxltGBf11bd3I3TwZXQRbSa8nwqUhec { width:3.3125rem;height:1.125rem;top:22.638671875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4ilC0l1uXud8J9NuiEHiqI52HgLCiem { width:9.8125rem;height:1.25rem;top:17.46875625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKb3o88PbSJflrhQC1cbIsPBmXkcbMET { width:3.3125rem;height:0.92040478360413rem;top:18.78125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1560FbCmB28fOXUWckisWpOryNBaMON { width:3.3125rem;height:1.125rem;top:15.71875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7v1P5RvwIN1nWzwAqSND9UqTZvswKLb { width:6rem;height:2.8125rem;top:8.86133125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMokpqTOBEooKE97MKkO7FHQ9vMKCAW6 { width:3.3125rem;height:0.92040478360413rem;top:11.986328125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNehkS4TnTt8HU9spEzSiESnAxyauutq { width:3.3125rem;height:1.125rem;top:7.486328125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J { display:block; }#FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqBWkCSn0oCBP3w250nO33KXq7ZpOQyb { width:9rem;height:1.25rem;top:20.4375rem;left:5.65625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tVkKCwH71cPdTJ6q3DDC0kqqrWl0XIdN { width:1.4375rem;height:0.954425rem;top:16.60546875rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdKcpLPIFBuTVbgUnlcUxH0zI5Ug9BR6 { width:5.125rem;height:4.1875rem;top:11.66796875rem;left:7.34375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WG0xsdSVRp1BhfyDCq4UVSBCRs5UmciD { width:1.4375rem;height:0.9541rem;top:5.35546875rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2J8iSOGQb3TAGKntfzPnL7avT5TRrHw { width:8.5rem;height:3.0625rem;top:1.98046875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0KIOerTkJOycU5lyM0L8cwQbMdKS0Zb { width:1.4375rem;height:0.95541787257288rem;top:21.9189453125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDHdaSqfgp5wyH0D3XxcHItTZrJ6dw4p { width:1.4375rem;height:0.954425rem;top:9.3798828125rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXRKShIyGZ5CQ8af1x0Wn3LtAoOiPl5N { width:6.3111875rem;height:1.3737rem;top:7.8125rem;left:6.8408203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 { display:block; }#NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRAJCIJCykcbiqlid6Ivk7nNuU6PtQAE { width:20rem;height:1.70605625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 { display:block; }#dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jm5pUcwWRZ8TZbtsl2eWnRNL4GpBFdzo { width:4.12435rem;height:2.62478125rem;top:1.3758678436279rem;left:7.9372838139531rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnDkGMSlT2WJamvML5x5aMnwiqwlQ17D { width:6.9998125rem;height:1.875rem;top:7.125rem;left:6.499467253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPNyD8v2ihUFnBeUGGaJD8bb2FpDD0aN { width:6.3748125rem;height:2.53689375rem;top:12.4375rem;left:6.811967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9kEFKhWE2gOdx4blc1NuX9zx3PRSIM4 { width:7.1875rem;height:1.9194875rem;top:18.411743164062rem;left:6.4062498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH77EQgJVoUQTFJ7v46UPqu0VTWJZImU { width:1.4375rem;height:0.95492804743344rem;top:3.9985580444336rem;left:9.2808946371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiQkJ81idC30WogMrfU3hXp9weciXI98 { width:1.4375rem;height:0.95492804743344rem;top:9.2839131355287rem;left:9.2808946371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5htXXh7BI2XrmvRDz9tipuruAKwAeil { width:1.4375rem;height:0.95492804743344rem;top:14.846058368683rem;left:9.2808946371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHqU7JQ24HcW5I709xCQ9upMbVRP3uKR { width:1.4375rem;height:0.95492804743344rem;top:20.391867160797rem;left:9.2808946371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD1ep5lxFSLURBzznpLGrkEPTAounA4F { display:block; }#PD1ep5lxFSLURBzznpLGrkEPTAounA4F > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVGXf26uHNAWbT28mQFmEpIvfTNL7pGd { width:3.9375rem;height:2.0625rem;top:2.1878509521484rem;left:5.561967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuohCrptV2xOPHg68fgzCVPnTPMu28Np { width:5.99935rem;height:2.287325rem;top:7.0633850097656rem;left:6.999289393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJQpW0UyNqLTFNwaNpyN9XuG9Tm2VHyk { width:8.2493125rem;height:2.0614375rem;top:12.974925041199rem;left:5.8425067663193rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntwxJxWXQBmgo67fSKh6fXsEua5Cm86N { width:1.4375rem;height:0.95492804743344rem;top:15.070135116577rem;left:9.2808946371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7uM2W00mAoG2rM2V35HuZQW5lBM9ouc { width:1.4375rem;height:0.95492804743344rem;top:9.97230052948rem;left:9.2808946371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTTcfwg7QUK5fZETvZhbC0IlTXiILHZy { width:1.4375rem;height:0.95492804743344rem;top:4.0984115600586rem;left:9.2808946371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #kewOX04irQpS6O3JIv0qQfP5vRZtrcQV { display:block; }#kewOX04irQpS6O3JIv0qQfP5vRZtrcQV > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhXzQPTdiBualPm9vwTPKxZPmmKN3AEr { width:20rem;height:1.70605625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aywaqce0eRotI6h4PHgipR5TNxf4LydE { display:block; }#Aywaqce0eRotI6h4PHgipR5TNxf4LydE > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEdtWyg6dPQD5hqTVgtiDhL5famGSL4f { width:4.81228125rem;height:1.875rem;top:1.9997844696045rem;left:7.5607646107675rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdqasmtZrILJ5iccCFG7uyCW0ci05Xbp { width:8.936625rem;height:1.98459375rem;top:15.1875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgqSIppc2XhN12UTtAxvOR4IfATdsB22 { width:9.436875rem;height:2.04644375rem;top:20.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv45ncg5rUCtTaCNL0fbcc00TIuagiwE { width:1.4375rem;height:0.95492804743344rem;top:17.3125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7yokliV19DbpZ36G5xbp38ssNn6FUxg { width:1.4375rem;height:0.95492804743344rem;top:4.4868440628052rem;left:9.2808946371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmzM41zmaul9UUCTyGRoIQ0AhkAvAOBd { width:1.4375rem;height:0.95492804743344rem;top:22.8125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB7sHamD8egZ3HVHP3U8M1ZyJNUK6Vy8 { width:5.1875rem;height:3.4375rem;top:8.3955078125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6sWEvBqolEEaTE5JyaT45oUEUU0HghH { width:1.4375rem;height:0.954425rem;top:11.963541984558rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl7MG71eL9bEuaNy32I1C2H9Hro9T99K { display:block; }#sl7MG71eL9bEuaNy32I1C2H9Hro9T99K > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IS9Z2eE2XUoobTl3LCrzJLZb238F5NpN { width:6.0625rem;height:2.5625rem;top:11.8046875rem;left:6.3020834922787rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUToOTRSfT6vWPtbeVqzWysRhp8X1tCE { width:1.4375rem;height:0.954425rem;top:15.03515625rem;left:8.5833339691163rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1STZuWXoFt4nLKDHquOA3wUruRl41BH { width:4.25rem;height:3.0625rem;top:3.8828125rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvKtPVsEN0dLCkEbLW7t3QEfg1a3zBFC { width:6.0625rem;height:0.92813066446756rem;top:7.4882609061894rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u { display:block; }#HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrQ70ZvaP7l6IcBAVvuNRTBSUrB2OKDg { width:20rem;height:1.70605625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rATE4xInRnaTXs3rtylTewwckhRHieDW { display:block; }#rATE4xInRnaTXs3rtylTewwckhRHieDW > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7mDSzPREKWHr10VSUWGkWIEAlO1G3B5 { width:3.49935rem;height:3.49935rem;top:1.9987487792969rem;left:8.2492898702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoD9EU4lK7K64fXAmIKS6OIFZyfyw579 { width:10.1248125rem;height:1.37478125rem;top:8.5628356933594rem;left:5.6232241392136rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcfrEw54ntzUo65E5LHlJq24HZxt6Fz0 { width:5.625rem;height:3.27365625rem;top:13.999816894531rem;left:7.1874994039538rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmirW2fAsy5lvX4d7gpUi4y9GfaO683S { width:1.4375rem;height:0.95492804743344rem;top:9.9992895126344rem;left:9.2808946371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM4WTTdt7GbT0IvkktZULBTBWmaThMzt { width:1.4375rem;height:0.95492804743344rem;top:5.7079210281372rem;left:9.2808946371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9H1ny9FmuexzMBqycuFKuRW6TgEfXJr { width:1.4375rem;height:0.95492804743344rem;top:17.52272605896rem;left:9.2808946371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld { display:block; }#PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQ2DJ3xvkeBumORxSrpC5a10ROHeMnCB { width:8.311625rem;height:1.25rem;top:2.5629062652588rem;left:5.8430994153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO04gQu4JkV14nzLvTV0OiJfE9QIpJqb { width:7.874375rem;height:1.25rem;top:7.9371337890625rem;left:6.0289415121079rem;display:block; }
 }@media only screen and (max-width: 763px) { #F43ero9Ta5iUDTpMf7Vo0eFu4GtWVsNT { width:6.25rem;height:3.77308125rem;top:12.24964427948rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw2pOnkT0wfSCbnkwwcTFvRkQr3LOVdr { width:7.9368125rem;height:2.541725rem;top:19.523258686066rem;left:6.030717253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1gXnppk1i3ba3cVIegNquN7KeeoI78q { width:8.625rem;height:0.741525667691rem;top:4.0621557235717rem;left:5.6862567663193rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekKHgJob0cbi4rIslNkngrwpaVS9dVO8 { width:8.625rem;height:0.74064422917762rem;top:9.56214427948rem;left:5.6862567663193rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPzDF2QbTDZHVLvUiJ2T8hHXbNcPvnIE { width:8.625rem;height:0.73976279066419rem;top:15.583445549011rem;left:6.0289415121079rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvsClQFTLJWDPfdQuoUGesXeurwqVKp7 { width:4rem;height:1.25rem;top:22.472300052643rem;left:5.6862567663193rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxZuk6hGATD5lDUzTsov1RHntCDVwukr { display:block; }#LxZuk6hGATD5lDUzTsov1RHntCDVwukr > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsmOZe6LgaXQLdxIJ5bkdR3ItZq64wAM { width:10.3730625rem;height:2.37305rem;top:4.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgv6KA8QD3x5OaLiAJzogd4FUAXBW6ts { width:8.625rem;height:0.7402375rem;top:7.49609375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxtZobPUcP2qJNKAZAcGrlL6sqhcIdQh { display:block; }#AxtZobPUcP2qJNKAZAcGrlL6sqhcIdQh > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzXdiS7r72P6SHQlU2QqP77qdWTh2UB7 { width:12.8125rem;height:14.8125rem;top:1.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #loJOdRpKori1mTamrSFr6XVfV54pZscD { width:18.25rem;height:4.22363125rem;top:17.312500635162rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-regular-label { width:13.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto;display:block; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-input-text { width:13.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-textarea { width:13.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-input-select { width:13.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-input-button { width:13.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;line-height:.5;height:2.5rem; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .widget-checkbox-label { width:11.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1  { width:13.1875rem;height:auto;top:22.757818222046rem;left:2.15625rem; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 .radio-container { width:13.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 {display:block;}#uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 { width:13.1875rem;height:auto;top:22.757818222046rem;left:2.15625rem; }
 }@media only screen and (max-width: 763px) { #uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 #aEJQbg2zu1P2mUzJvSFN5otQq3Q4eoXo {  }
 }@media only screen and (max-width: 763px) { #uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 #nIXwgyswVTpfTkApqAD3HEX7Co1sA7ih { display:block; }
 }@media only screen and (max-width: 763px) { #uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 #sszTw4tIlRBLp33opKDfbyAuoUEp7u5i {  }
 }@media only screen and (max-width: 763px) { #uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 #JikAmEfOPi1oo7kGs4fdSHchDrXRQUeb {  }
 }@media only screen and (max-width: 763px) { #uliglf8Zk3zAOVoInoD2hzHmoPBOkyC1 #XwB9FTAwFBeKLAMvOgZqcPWUNaVxrVnk {  }
 }@media only screen and (max-width: 763px) { #MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh { display:block; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScSz7DgXSObLdOigUzT0vsUpMDFTLJwB { width:20rem;height:9.503175rem;top:1.5614585876465rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO { display:block; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LcUKFfwFfJgT0F1WrHXaXe1nwc1npUmr { width:7.5625rem;height:3rem;top:1.8701171875rem;left:6.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QNDuI3CrPTIaOwncO2axbUwvdFmmJtlH { width:9.874rem;height:7.9365rem;top:9.8388671875rem;left:5.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSh62cTb5pUAg9G0QBFzF8OUFaZRbaOt { width:18.4375rem;height:2.59765rem;top:6.3076171875rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mo52b06WAzCbq6uu2f8OffV9ciwAi5F8 { width:17.9375rem;height:1.4624rem;top:19.898956298828rem;left:1.03125rem;font-size:0.5625rem;display:block; }
 }