.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6EIXOzN6GsG7y1aJyFdnbC5JxoetGcb { position:relative;display:block; }#p6EIXOzN6GsG7y1aJyFdnbC5JxoetGcb { background-color: transparent; background-image: none; }#p6EIXOzN6GsG7y1aJyFdnbC5JxoetGcb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6EIXOzN6GsG7y1aJyFdnbC5JxoetGcb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6EIXOzN6GsG7y1aJyFdnbC5JxoetGcb > .row .container > .video-iframe-container { display: none; }#p6EIXOzN6GsG7y1aJyFdnbC5JxoetGcb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6EIXOzN6GsG7y1aJyFdnbC5JxoetGcb > .row > .video-iframe-container { display: none; }#p6EIXOzN6GsG7y1aJyFdnbC5JxoetGcb > .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); }#p6EIXOzN6GsG7y1aJyFdnbC5JxoetGcb { border-width: 0; border-radius: 0; }#p6EIXOzN6GsG7y1aJyFdnbC5JxoetGcb > .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; }#p6EIXOzN6GsG7y1aJyFdnbC5JxoetGcb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#051e50;background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }#v8pbX2TpDU0z2SXWVFEi32kpPVQl2nTe { position:relative;display:block; }#v8pbX2TpDU0z2SXWVFEi32kpPVQl2nTe { background-color: transparent; background-image: none; }#v8pbX2TpDU0z2SXWVFEi32kpPVQl2nTe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8pbX2TpDU0z2SXWVFEi32kpPVQl2nTe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8pbX2TpDU0z2SXWVFEi32kpPVQl2nTe > .row .container > .video-iframe-container { display: none; }#v8pbX2TpDU0z2SXWVFEi32kpPVQl2nTe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8pbX2TpDU0z2SXWVFEi32kpPVQl2nTe > .row > .video-iframe-container { display: none; }#v8pbX2TpDU0z2SXWVFEi32kpPVQl2nTe > .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); }#v8pbX2TpDU0z2SXWVFEi32kpPVQl2nTe { border-width: 0; border-radius: 0; }#v8pbX2TpDU0z2SXWVFEi32kpPVQl2nTe > .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; }#v8pbX2TpDU0z2SXWVFEi32kpPVQl2nTe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffd700;background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#ZsGrx1ow5XHsnPf02BuHJ2Zl5fdXb3tT { color:#051e50;display:block;width:28.4375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:3.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:15.78125rem;height:4.7125rem;display:block; }
#ALbkUWnHZrWSIEtShKfvQuDnleW4nk4t { 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.625rem;width:6.125rem;top:1.5625rem;left:1.3896484375rem;overflow:hidden;display:block; }
#TXeHTwH5JGSDpUMTe84n7B38PDwk29GJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#TXeHTwH5JGSDpUMTe84n7B38PDwk29GJ > .row .container { background-color: transparent; background-image: none; }#TXeHTwH5JGSDpUMTe84n7B38PDwk29GJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXeHTwH5JGSDpUMTe84n7B38PDwk29GJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXeHTwH5JGSDpUMTe84n7B38PDwk29GJ > .row .container > .video-iframe-container { display: none; }#TXeHTwH5JGSDpUMTe84n7B38PDwk29GJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXeHTwH5JGSDpUMTe84n7B38PDwk29GJ > .row > .video-iframe-container { display: none; }#TXeHTwH5JGSDpUMTe84n7B38PDwk29GJ > .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); }#TXeHTwH5JGSDpUMTe84n7B38PDwk29GJ > .row .container { border-width: 0; border-radius: 0; }#TXeHTwH5JGSDpUMTe84n7B38PDwk29GJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXeHTwH5JGSDpUMTe84n7B38PDwk29GJ > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:60rem;position:relative;display:block; }#CsnQALddMBzGOdsNFmSGqlCJkqoHiHa2 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:19.75rem;top:25.625rem;left:0rem;display:block; }
#xK1875oNhUetWtEswxeFGEeuNp3qBIVs { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.206268310547rem;left:0.875rem;display:block; }
#ye9gH2QvIU1BEwTgRXNdbRlTRSNE699I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SUtNZJpzRMrv7NLJPgyb7382KJxV9prw { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:19.75rem;top:25.625rem;left:20.125001907349rem;display:block; }
#sFPmecc6vfvPQEfsaoOikVT9QrztOSdc { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:19.75rem;top:25.625rem;left:40.125001907349rem;display:block; }
#mAkkCewF3TvWOgpy0TLtg21tQCw9fqWD { color:#050b26;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:3.25rem;left:0rem;height:6.075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MMPbB3b1ikTbpbWLPaIHV5WTcpVB9Vva { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:0.875rem;left:0.125rem;height:2.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a8FTChQxXAGCWbBZ3VMqAXxxGypQHVAe { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.75rem;width:9.25rem;top:10.543762207031rem;left:5.3250007629394rem;overflow:hidden;display:block; }
#rkNuFdhozCpPqncJMoaQtU1gCUVtaEBx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:26.175018310547rem;left:15.700002670288rem; }
#rkNuFdhozCpPqncJMoaQtU1gCUVtaEBx > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#UxL1VyMkC3fTBRs4D36ZVdlMoKOHXl7M { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.25rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:26.1875rem;left:21.03750038147rem;display:block; }
#i3Xvcg5Vqa9OIs8gcifMlRCNBEH7DfLU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mkyTXaUI05FbW2cTF0aUlhSa9G5mcyzU { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:26.1875rem;left:40.78750038147rem;display:block; }
#qTSxaTbfqTZ3mhc4iJwVFmyfNdGQiNMa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AS83FRvsaHPTXXPHipQiri7nI2FJ6vS8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:26.15625rem;left:35.85000038147rem; }
#AS83FRvsaHPTXXPHipQiri7nI2FJ6vS8 > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#t9bF2TSQehBqadBtvpnqwqVOknZcwoTQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:26.15625rem;left:55.85000038147rem; }
#t9bF2TSQehBqadBtvpnqwqVOknZcwoTQ > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#xe3xVeL4qRgmufQmf7oxTZFXdxqT2Hfo { position:absolute;display:block;z-index:15002;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.6875rem;width:9.25rem;top:10.575012207031rem;left:25.325002670288rem;overflow:hidden;display:block; }
#m09ZO2Zgr6OMTJTLdGvggCZutoSip4Kw { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.625rem;width:9.25rem;top:10.606262207031rem;left:45.325002670288rem;overflow:hidden;display:block; }
#bu1GHNIPHwhHMe2MeCJQNhVSemr9GuJA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#bu1GHNIPHwhHMe2MeCJQNhVSemr9GuJA > .row .container { background-color: transparent; background-image: none; }#bu1GHNIPHwhHMe2MeCJQNhVSemr9GuJA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bu1GHNIPHwhHMe2MeCJQNhVSemr9GuJA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bu1GHNIPHwhHMe2MeCJQNhVSemr9GuJA > .row .container > .video-iframe-container { display: none; }#bu1GHNIPHwhHMe2MeCJQNhVSemr9GuJA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bu1GHNIPHwhHMe2MeCJQNhVSemr9GuJA > .row > .video-iframe-container { display: none; }#bu1GHNIPHwhHMe2MeCJQNhVSemr9GuJA > .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); }#bu1GHNIPHwhHMe2MeCJQNhVSemr9GuJA > .row .container { border-width: 0; border-radius: 0; }#bu1GHNIPHwhHMe2MeCJQNhVSemr9GuJA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bu1GHNIPHwhHMe2MeCJQNhVSemr9GuJA > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:60rem;position:relative;display:block; }#S3ogDhHdi48D1lsGRIOb23tS4kbSr35g { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:19.75rem;top:15.8125rem;left:0rem;display:block; }
#tkvzNPwwq35WBfXaTNuQD9MrWgUSIgRx { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.375rem;left:0.875rem;display:block; }
#UJ4u7ATtTf4ug4dI1B8ADTcSbJmrGQQw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTZ80E2lZAiqTVgSHP9P4x3mP63owQ31 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:19.75rem;top:15.8125rem;left:20.125rem;display:block; }
#qiEfpsM874P8nmN0vMz5SH0DGgGUdGTv { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:19.75rem;top:15.8125rem;left:40.125rem;display:block; }
#XoUaaaJsoeqAQdx15tquuJTkazcnnwG2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:16.375rem;left:15.6875rem; }
#XoUaaaJsoeqAQdx15tquuJTkazcnnwG2 > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#AT8CkTFLS0cGVviI7rDOGQhTnJXETTQe { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.25rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:16.375rem;left:21.0625rem;display:block; }
#WmMsa84FJyKXnWZZDhAqXTXuLluCcvih { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E7JoqThE1hVxumD9ouEPMTSuH6A1uSXA { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:16.375rem;left:40.8125rem;display:block; }
#kSzAma1ddtUVlXX5RVs9J9kEWk1wygln { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dlnWAXB4JAQXdMGAyg5Rng4rVrFTWmcX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:16.375rem;left:35.875rem; }
#dlnWAXB4JAQXdMGAyg5Rng4rVrFTWmcX > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#CAl71H2KA2v8EMvaUDB1KfnO5gRRFTkn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.375rem;left:55.875rem; }
#CAl71H2KA2v8EMvaUDB1KfnO5gRRFTkn > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#i7XtBGHvtv8q3aTlBnPA614BfM813x7C { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.5rem;width:9.25rem;top:0.84375rem;left:5.3250007629394rem;overflow:hidden;display:block; }
#JmftISkx4xpVhXPGmVy4ut6Tad0f1Zib { position:absolute;display:block;z-index:15011;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.625rem;width:9.25rem;top:0.8125rem;left:25.325002670288rem;overflow:hidden;display:block; }
#AITSiGAv3PFJW9ov1TpyD6LNTyP8QSG5 { position:absolute;display:block;z-index:15053;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.75rem;width:9.25rem;top:0.71875rem;left:45.325002670288rem;overflow:hidden;display:block; }
#TPgdnkfWmwv5Ex1hSXfFaH79knxyerrs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#TPgdnkfWmwv5Ex1hSXfFaH79knxyerrs > .row .container { background-color: transparent; background-image: none; }#TPgdnkfWmwv5Ex1hSXfFaH79knxyerrs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPgdnkfWmwv5Ex1hSXfFaH79knxyerrs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPgdnkfWmwv5Ex1hSXfFaH79knxyerrs > .row .container > .video-iframe-container { display: none; }#TPgdnkfWmwv5Ex1hSXfFaH79knxyerrs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPgdnkfWmwv5Ex1hSXfFaH79knxyerrs > .row > .video-iframe-container { display: none; }#TPgdnkfWmwv5Ex1hSXfFaH79knxyerrs > .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); }#TPgdnkfWmwv5Ex1hSXfFaH79knxyerrs > .row .container { border-width: 0; border-radius: 0; }#TPgdnkfWmwv5Ex1hSXfFaH79knxyerrs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPgdnkfWmwv5Ex1hSXfFaH79knxyerrs > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:60rem;position:relative;display:block; }#U4kx4WQLENZLelAeq3qZOPooHH7Adash { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:19.75rem;top:15.8125rem;left:0rem;display:block; }
#ahndW9HtlTXGtr2TTNiR7lIAuvC56nIF { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.375rem;left:0.875rem;display:block; }
#mBNpTxuJFHDcgE8WycPZNg3ZXAdP9960 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CBdToSxtdDOZ4VVsM4HKGCDmmoF4DKfl { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:19.75rem;top:15.8125rem;left:20.125rem;display:block; }
#WinbhI2tCqT2wHh8JUa7XTSGqBCWFFs7 { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:19.75rem;top:15.8125rem;left:40.125rem;display:block; }
#QOvPm9Iul9wh9FbJZWDpvNEoREV8Kty2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:16.375rem;left:15.6875rem; }
#QOvPm9Iul9wh9FbJZWDpvNEoREV8Kty2 > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#Qsdqw7mT8CxZnrspn3xsZ7a2yhMiOu9I { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.25rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:16.375rem;left:21.0625rem;display:block; }
#iQmfCxShrPdFp9hCvlNVXfETyDuH05Lq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N0RnJplmSlasyFsnTpwQ7plXlhpTmTTy { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:16.375rem;left:40.8125rem;display:block; }
#tII0RQk2HauteOeNvkChGwfwzK0SxFO7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MeFNBB9d1ycNXhkrv1vMQpKOklx7h1Tb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.375rem;left:55.875rem; }
#MeFNBB9d1ycNXhkrv1vMQpKOklx7h1Tb > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#bBsd1EF28K5dVBCSNTgJSFWuDbcc3Z4m { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.75rem;width:9.25rem;top:0.75000095367431rem;left:5.3250007629394rem;overflow:hidden;display:block; }
#xZ5NaBk7L3eRnTf8x5NILln7ImVmzJxz { position:absolute;display:block;z-index:15014;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.5rem;width:9.25rem;top:1.3437509536743rem;left:25.325002670288rem;overflow:hidden;display:block; }
#Ex7UmRdLODTWCLPWgpnM0H8dgg3a8SSq { position:absolute;display:block;z-index:15016;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.0625rem;width:9.25rem;top:1.0937509536743rem;left:45.325002670288rem;overflow:hidden;display:block; }
#S0oUI5cQf1VtvMNxuNnvHRlQmuiXEudU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#S0oUI5cQf1VtvMNxuNnvHRlQmuiXEudU > .row .container { background-color: transparent; background-image: none; }#S0oUI5cQf1VtvMNxuNnvHRlQmuiXEudU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0oUI5cQf1VtvMNxuNnvHRlQmuiXEudU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0oUI5cQf1VtvMNxuNnvHRlQmuiXEudU > .row .container > .video-iframe-container { display: none; }#S0oUI5cQf1VtvMNxuNnvHRlQmuiXEudU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0oUI5cQf1VtvMNxuNnvHRlQmuiXEudU > .row > .video-iframe-container { display: none; }#S0oUI5cQf1VtvMNxuNnvHRlQmuiXEudU > .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); }#S0oUI5cQf1VtvMNxuNnvHRlQmuiXEudU > .row .container { border-width: 0; border-radius: 0; }#S0oUI5cQf1VtvMNxuNnvHRlQmuiXEudU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S0oUI5cQf1VtvMNxuNnvHRlQmuiXEudU > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:60rem;position:relative;display:block; }#cJyEwexUDTGT2IFAbO355BtKxErqazyr { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:19.75rem;top:15.8125rem;left:0rem;display:block; }
#hQpBinlISb9LZVaqielTlT3HNeoOifLQ { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.375rem;left:0.875rem;display:block; }
#sJ4KKXfsFuW2hKohU6MQmw2mnqHWWVsU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZafmywDFT99KirsJTVtxVgReIDP1tFdI { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:19.75rem;top:15.8125rem;left:20.125rem;display:block; }
#WmMh3pmfnvXn7upDnUoPXZiSBRh71C5A { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:19.75rem;top:15.8125rem;left:40.125rem;display:block; }
#RhwIkbrStxkPbyVShiSicL5eXHZTkaxy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:16.375rem;left:15.6875rem; }
#RhwIkbrStxkPbyVShiSicL5eXHZTkaxy > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#TNUFXg69Qkaerl9WdICGPaJtIaWIEyKH { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.25rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:16.375rem;left:21.0625rem;display:block; }
#SPOOEpk2tU4IyRXxydI7mQwodF8UU8V2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s88uATUbkPhb9RqTwXetns0IEh2aT7WN { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:16.375rem;left:40.8125rem;display:block; }
#dIrrwFh5fPl8bKnugtyK7X9cFgqJ4Cxf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XqgXeEU3tlholyQFmkQrKrqoFHSZeipR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.375rem;left:55.875rem; }
#XqgXeEU3tlholyQFmkQrKrqoFHSZeipR > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#ZszNyS5J0MehNVETFeoO11zvdzfHTIsN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:16.34375rem;left:36.28750038147rem; }
#ZszNyS5J0MehNVETFeoO11zvdzfHTIsN > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#KRvDi7wW957lliELa4xTMt8fz80gdXRe { position:absolute;display:block;z-index:15017;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13rem;width:9.25rem;top:1.09375rem;left:5.3250007629394rem;overflow:hidden;display:block; }
#kG5AggQwao6XunqRHfxtpu0UTVNTsTZM { position:absolute;display:block;z-index:15015;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.1875rem;width:9.25rem;top:1.03125rem;left:25.325002670288rem;overflow:hidden;display:block; }
#E1TrFLrz3xmkBFH5S1TA4bO3PTyMQxyv { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.5rem;width:9.25rem;top:0.84375rem;left:45.325002670288rem;overflow:hidden;display:block; }
#azLT5Pwso8PymHJ5gIHrQHRXMapgF84K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#azLT5Pwso8PymHJ5gIHrQHRXMapgF84K > .row .container { background-color: transparent; background-image: none; }#azLT5Pwso8PymHJ5gIHrQHRXMapgF84K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azLT5Pwso8PymHJ5gIHrQHRXMapgF84K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azLT5Pwso8PymHJ5gIHrQHRXMapgF84K > .row .container > .video-iframe-container { display: none; }#azLT5Pwso8PymHJ5gIHrQHRXMapgF84K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azLT5Pwso8PymHJ5gIHrQHRXMapgF84K > .row > .video-iframe-container { display: none; }#azLT5Pwso8PymHJ5gIHrQHRXMapgF84K > .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); }#azLT5Pwso8PymHJ5gIHrQHRXMapgF84K > .row .container { border-width: 0; border-radius: 0; }#azLT5Pwso8PymHJ5gIHrQHRXMapgF84K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#azLT5Pwso8PymHJ5gIHrQHRXMapgF84K > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:60rem;position:relative;display:block; }#DPKQmmch2OLlZ5zzGritKtbqh4vIs48c { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:19.75rem;top:15.8125rem;left:0rem;display:block; }
#ngppOUuTwoiuPECX7FfkiqzT6uGuMGWb { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.375rem;left:0.875rem;display:block; }
#MSsWlP7qCMbbzT48sv5OxW7wtbd12mXg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VXx6uGVhyn9e57hTwsBnQtHqD7NUBnyF { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:19.75rem;top:15.8125rem;left:20.125rem;display:block; }
#q6JIpT5O757s5Xb4Q1FqKXgw4r7MV7Oh { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:19.75rem;top:15.8125rem;left:40.125rem;display:block; }
#kNnP06KFL0yzJSGnpg324HxNk0Il5K3U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:16.375rem;left:15.6875rem; }
#kNnP06KFL0yzJSGnpg324HxNk0Il5K3U > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#f6QWBc9GRqOhnVfsn6f3sU78r6ipEy6g { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.25rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:16.375rem;left:21.0625rem;display:block; }
#hHSfg4SXE36sOFskODDMbQs6bQopDIZI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dLlzHLIGdJayThGGG05cRyo6hOWcDoWU { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:16.375rem;left:40.8125rem;display:block; }
#bXyhInEl7VWHsZV47xkAQzICizOb5ZBi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aMq746QnAwivVor8S3HfXxEsvFrCyEns { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.375rem;left:55.875rem; }
#aMq746QnAwivVor8S3HfXxEsvFrCyEns > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#XP4Qi2cF0gZwHb8AW7NzRyKSUkbf4DmW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:16.34375rem;left:36.28750038147rem; }
#XP4Qi2cF0gZwHb8AW7NzRyKSUkbf4DmW > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#vINn53i4TpgRx9fMVDNpNumelusa9Oyo { position:absolute;display:block;z-index:15016;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.1875rem;width:9.25rem;top:1.0312509536743rem;left:5.3250007629394rem;overflow:hidden;display:block; }
#c6tiIPRPIBQdNKUtDlwK3e5fWN6AJnaF { position:absolute;display:block;z-index:15017;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.1875rem;width:9.25rem;top:1.0000009536743rem;left:25.325002670288rem;overflow:hidden;display:block; }
#X8h3x9UXOAfux2K0qbxUXyvSmTI2nyKh { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.1875rem;width:9.25rem;top:1.0312509536743rem;left:45.325002670288rem;overflow:hidden;display:block; }
#TfD1NxU7lZFs52sdTxAzmnrQuxBStCwp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#TfD1NxU7lZFs52sdTxAzmnrQuxBStCwp > .row .container { background-color: transparent; background-image: none; }#TfD1NxU7lZFs52sdTxAzmnrQuxBStCwp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfD1NxU7lZFs52sdTxAzmnrQuxBStCwp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfD1NxU7lZFs52sdTxAzmnrQuxBStCwp > .row .container > .video-iframe-container { display: none; }#TfD1NxU7lZFs52sdTxAzmnrQuxBStCwp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfD1NxU7lZFs52sdTxAzmnrQuxBStCwp > .row > .video-iframe-container { display: none; }#TfD1NxU7lZFs52sdTxAzmnrQuxBStCwp > .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); }#TfD1NxU7lZFs52sdTxAzmnrQuxBStCwp > .row .container { border-width: 0; border-radius: 0; }#TfD1NxU7lZFs52sdTxAzmnrQuxBStCwp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TfD1NxU7lZFs52sdTxAzmnrQuxBStCwp > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:60rem;position:relative;display:block; }#U4QAZZWqcibQEdnQod1hypNd4ksfoyy3 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:19.75rem;top:15.8125rem;left:0rem;display:block; }
#GytHTxTNaNkbfn5opXB4nl5GxJt3r4Bo { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.375rem;left:0.875rem;display:block; }
#bvA2pvaUPpcdUhMwoFLOGs5nkStqNad7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X2IpcicAbuyyg3KiJ8M3tTdGk6cMLmBM { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:19.75rem;top:15.8125rem;left:20.125rem;display:block; }
#IVOOulTZxHVxzUyWGNma2UV8xTM1suaQ { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:19.75rem;top:15.8125rem;left:40.125rem;display:block; }
#COTHmT92ba8xpEUMpnBF5CRUeUl2To2w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:16.375rem;left:15.6875rem; }
#COTHmT92ba8xpEUMpnBF5CRUeUl2To2w > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#KxIsRNyGfT9Q5PD46TeEqXHU44VBtGd1 { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.25rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:16.375rem;left:21.0625rem;display:block; }
#FtyiH4UPzXXSeZRIDJTAlkmewh2W48LQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K05Xh3IQBrKdeM11Tovaoxpm4ZI2azdO { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:16.375rem;left:40.8125rem;display:block; }
#hxvuwdE699SBXpc7dVuRu97mzKeFQKMp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fvz9BchwzGlTxn3bvP9WUWC3QhvVgSWt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.375rem;left:55.875rem; }
#Fvz9BchwzGlTxn3bvP9WUWC3QhvVgSWt > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#NZTKNLUGxraED0uSTl7eglLzTMQSUSTa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:16.34375rem;left:36.28750038147rem; }
#NZTKNLUGxraED0uSTl7eglLzTMQSUSTa > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#iBWnDPi9oJTbrQLdy092q97HfCfGLwc7 { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.1875rem;width:9.25rem;top:1rem;left:5.3250007629394rem;overflow:hidden;display:block; }
#TiEqrOOTXUBlwuDLOzPXPnrB20vsfoIA { position:absolute;display:block;z-index:15022;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.125rem;width:9.25rem;top:1.0625rem;left:25.325002670288rem;overflow:hidden;display:block; }
#n70uEFXfZL6l2IzrC8J3uOsE9zOkt5Qz { position:absolute;display:block;z-index:15023;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.0625rem;width:9.25rem;top:1.0625rem;left:45.325002670288rem;overflow:hidden;display:block; }
#B00yRLGKhHCRzxZqP6o7B9MEqmkvkx2s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#B00yRLGKhHCRzxZqP6o7B9MEqmkvkx2s > .row .container { background-color: transparent; background-image: none; }#B00yRLGKhHCRzxZqP6o7B9MEqmkvkx2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B00yRLGKhHCRzxZqP6o7B9MEqmkvkx2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B00yRLGKhHCRzxZqP6o7B9MEqmkvkx2s > .row .container > .video-iframe-container { display: none; }#B00yRLGKhHCRzxZqP6o7B9MEqmkvkx2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B00yRLGKhHCRzxZqP6o7B9MEqmkvkx2s > .row > .video-iframe-container { display: none; }#B00yRLGKhHCRzxZqP6o7B9MEqmkvkx2s > .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); }#B00yRLGKhHCRzxZqP6o7B9MEqmkvkx2s > .row .container { border-width: 0; border-radius: 0; }#B00yRLGKhHCRzxZqP6o7B9MEqmkvkx2s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B00yRLGKhHCRzxZqP6o7B9MEqmkvkx2s > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:60rem;position:relative;display:block; }#hwVZH1bTMDqQKAfRXUhgg42hVk6PtoVN { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:19.75rem;top:15.8125rem;left:0rem;display:block; }
#EcVRVlduSE631tyrAb95TPSTRMTHJN1n { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.375rem;left:0.875rem;display:block; }
#TaVSU5XHeh9WqriBvQGXyU7qWfCKbGv2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ODk6z7nIXGeG2EIL37xtQhBT5psDWW4b { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:19.75rem;top:15.8125rem;left:20.125rem;display:block; }
#D1aLNOyT2H7LCGy9Dx5xFQIf9yvBJmIT { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:19.75rem;top:15.8125rem;left:40.125rem;display:block; }
#p7N0AJM8Kyl8PAZrodsB5Z9oCwkf3MNf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:16.375rem;left:15.6875rem; }
#p7N0AJM8Kyl8PAZrodsB5Z9oCwkf3MNf > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#npSZZ74dc4a8TtbO8BJ9BFBh0qihkb1I { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.25rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:16.375rem;left:21.0625rem;display:block; }
#QdmfJLWarl1KCRHcvTr43512rTTxyxle { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OtyZVyg3fUpXKGD6ztCprUfgLELCOAJK { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:16.375rem;left:40.8125rem;display:block; }
#twQgsP5b3fX7Ws21sFkyK3RdpNDLWIra { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IS4pIr2T5yJZMvw7PbCTxStuLzTmZ97c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.375rem;left:55.875rem; }
#IS4pIr2T5yJZMvw7PbCTxStuLzTmZ97c > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#ExkOQr9fsPOa7Sne6XNB2Zr2uE8etXZK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:16.34375rem;left:36.28750038147rem; }
#ExkOQr9fsPOa7Sne6XNB2Zr2uE8etXZK > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#f9z8ebTqrZAn2oWHQOzr7EZafXMusOsv { position:absolute;display:block;z-index:15023;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.0625rem;width:9.25rem;top:1.0937509536743rem;left:5.3250007629394rem;overflow:hidden;display:block; }
#kJ1ICSVSiBapqdGk2EAfOZr16a4wSMtH { position:absolute;display:block;z-index:15026;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.0625rem;width:9.25rem;top:1.0625009536743rem;left:25.325002670288rem;overflow:hidden;display:block; }
#yhoio7awUcgDLXVJ2t1MCETJclKriHOG { position:absolute;display:block;z-index:15023;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13rem;width:9.25rem;top:1.1250009536743rem;left:45.325002670288rem;overflow:hidden;display:block; }
#CPXDL1LU4p1VeycVMMFHQwHFF16HJqA8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#CPXDL1LU4p1VeycVMMFHQwHFF16HJqA8 > .row .container { background-color: transparent; background-image: none; }#CPXDL1LU4p1VeycVMMFHQwHFF16HJqA8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPXDL1LU4p1VeycVMMFHQwHFF16HJqA8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPXDL1LU4p1VeycVMMFHQwHFF16HJqA8 > .row .container > .video-iframe-container { display: none; }#CPXDL1LU4p1VeycVMMFHQwHFF16HJqA8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPXDL1LU4p1VeycVMMFHQwHFF16HJqA8 > .row > .video-iframe-container { display: none; }#CPXDL1LU4p1VeycVMMFHQwHFF16HJqA8 > .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); }#CPXDL1LU4p1VeycVMMFHQwHFF16HJqA8 > .row .container { border-width: 0; border-radius: 0; }#CPXDL1LU4p1VeycVMMFHQwHFF16HJqA8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CPXDL1LU4p1VeycVMMFHQwHFF16HJqA8 > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;position:relative;display:block; }#wKPdQP4vPEVaQ23FDI8fZQxqeQSWHkTV { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:19.75rem;top:26.375003814698rem;left:0rem;display:block; }
#dxiNkJx1qNHWotO14PQu4TuA8VW7tXom { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.956249237061rem;left:0.875rem;display:block; }
#TDh6eoaPgvXc1uR3Dfftgvz0lIyN7PBK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xBT0ZZPiEK19EQVdwO4V7PlZWfvxDmuG { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:19.75rem;top:26.375003814698rem;left:20.125001907349rem;display:block; }
#EiBmoUhWzdi3g7pPKTTgbxTNnZhJMUa9 { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:19.75rem;top:26.375003814698rem;left:40.125001907349rem;display:block; }
#dILfT4ohx93xvE6oJU8DIytB3zxkW8oE { color:#050b26;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:4.0625rem;left:0rem;height:6.075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E1RfXPaJDpCvLy33b75UVy3AfpvSsPwT { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:0.875rem;left:0rem;height:2.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZU5PH0dbanQsfwZbygeTZ39MyarpkhkS { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:2.25rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:26.9375rem;left:21.03750038147rem;display:block; }
#uBTNG7pE8nE6HGVARF4zHkHNcOfEOXUv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BEmwFk97AkGCvmSz348yvdcAGyCNXAWK { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:2.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:26.9375rem;left:40.78750038147rem;display:block; }
#dadIu64vFuZsJk8KNu6bQTg6maSLUZ0K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vvxMn0yltxIVQuPTqr6M0letZcW0R8qs { position:absolute;display:block;z-index:15020;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.125rem;width:9.25rem;top:11.606249809265rem;left:5.3250007629394rem;overflow:hidden;display:block; }
#AP3PHAhchlHG1E4JKUEOMgvHT6RpsvMd { position:absolute;display:block;z-index:15021;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13rem;width:9.25rem;top:11.668749809265rem;left:25.325002670288rem;overflow:hidden;display:block; }
#XMpdKdhH6eZRrF9O1EsnWhQx6QJ5b6Md { position:absolute;display:block;z-index:15022;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.125rem;width:9.25rem;top:11.606249809265rem;left:45.325002670288rem;overflow:hidden;display:block; }
#Xz8fAK3RwEF5JPyE4vJre1OTTZQx5XBd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#Xz8fAK3RwEF5JPyE4vJre1OTTZQx5XBd > .row .container { background-color: transparent; background-image: none; }#Xz8fAK3RwEF5JPyE4vJre1OTTZQx5XBd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xz8fAK3RwEF5JPyE4vJre1OTTZQx5XBd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xz8fAK3RwEF5JPyE4vJre1OTTZQx5XBd > .row .container > .video-iframe-container { display: none; }#Xz8fAK3RwEF5JPyE4vJre1OTTZQx5XBd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xz8fAK3RwEF5JPyE4vJre1OTTZQx5XBd > .row > .video-iframe-container { display: none; }#Xz8fAK3RwEF5JPyE4vJre1OTTZQx5XBd > .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); }#Xz8fAK3RwEF5JPyE4vJre1OTTZQx5XBd > .row .container { border-width: 0; border-radius: 0; }#Xz8fAK3RwEF5JPyE4vJre1OTTZQx5XBd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xz8fAK3RwEF5JPyE4vJre1OTTZQx5XBd > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#xdeFlytTObox5hCRf6raDqiHysWNDoC5 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:19.75rem;top:15.75rem;left:0rem;display:block; }
#EG8HCfHgCu7tPNWrdGQUzTpQ5I8B0W3q { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.331249237061rem;left:0.875rem;display:block; }
#gHWCeese0CFPIvTG9O6oqEtJhdquJKtB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#trs2dXnZRIXcVLGLb7P5ZNgbC5gswMST { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:19.75rem;top:15.75rem;left:20.125001907349rem;display:block; }
#XlrKwmxRlveTD7VUANvL4tm8QP8PJXGx { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:19.75rem;top:15.75rem;left:40.125001907349rem;display:block; }
#gztLpTWpAuKUMbHZfzsNC01Sr48PNR00 { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:2.25rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:16.3125rem;left:21.03750038147rem;display:block; }
#WedOQvDbpPKUeKe1uIUv4JHbn2n8At0v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SdoqzIJkIF5wwFO5EucAls894KnXvKEi { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:2.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:16.3125rem;left:40.78750038147rem;display:block; }
#HqSw6MBLPbxRv34vewdqllXWfGZ18i9C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ln2VAd4qPKfV3aIRb7Z3V2cKOXF0dMiq { position:absolute;display:block;z-index:15023;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13rem;width:9.25rem;top:1.04296875rem;left:5.3250007629394rem;overflow:hidden;display:block; }
#wzuxzLR03tXFoylab0GxXI2cNK1ETXPV { position:absolute;display:block;z-index:15024;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13rem;width:8.8125rem;top:1.04296875rem;left:25.543752670288rem;overflow:hidden;display:block; }
#xGhEqB1OmKvo4fP4E2ecK7VWGZ9M1FEZ { position:absolute;display:block;z-index:15025;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13rem;width:8.8125rem;top:1.04296875rem;left:45.543752670288rem;overflow:hidden;display:block; }
#inkGvUmTHGmDH4fhoF8Jk7T18QsZeNq7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#inkGvUmTHGmDH4fhoF8Jk7T18QsZeNq7 > .row .container { background-color: transparent; background-image: none; }#inkGvUmTHGmDH4fhoF8Jk7T18QsZeNq7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inkGvUmTHGmDH4fhoF8Jk7T18QsZeNq7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inkGvUmTHGmDH4fhoF8Jk7T18QsZeNq7 > .row .container > .video-iframe-container { display: none; }#inkGvUmTHGmDH4fhoF8Jk7T18QsZeNq7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inkGvUmTHGmDH4fhoF8Jk7T18QsZeNq7 > .row > .video-iframe-container { display: none; }#inkGvUmTHGmDH4fhoF8Jk7T18QsZeNq7 > .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); }#inkGvUmTHGmDH4fhoF8Jk7T18QsZeNq7 > .row .container { border-width: 0; border-radius: 0; }#inkGvUmTHGmDH4fhoF8Jk7T18QsZeNq7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#inkGvUmTHGmDH4fhoF8Jk7T18QsZeNq7 > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#nJ7cntlQv9lrTTzwWXvJIBeTWnCTvsSC { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:19.75rem;top:15.75rem;left:0rem;display:block; }
#ZyIlauo9Myl5rRKpGPuubnwpm4zRbyTr { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.331249237061rem;left:0.875rem;display:block; }
#nas7m7PI5yDXLTGHWNxy9uhRotzNxmsc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C7zMF9qtJL1aNS3uHc094OaCtiuy5qir { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:19.75rem;top:15.75rem;left:20.125001907349rem;display:block; }
#Dcl6iKIbxvK5CvI7HTlgJ3EdpFaplyfL { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:19.75rem;top:15.75rem;left:40.125001907349rem;display:block; }
#dizl3mvK6zXQJfr4iw4XxaKbBug7pitE { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:2.25rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:16.3125rem;left:21.03750038147rem;display:block; }
#PP9IFLMRWSQp65LxcJBFOhg59el48a8u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zbnPb1F30koePXOyQbOrbCnrEwZcIFz1 { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:2.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:16.3125rem;left:40.78750038147rem;display:block; }
#IHdsG9RfrsJeSInyQCtX3lKzxdmuU8qq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yWnB6GmRAW6LqqBTy1DBUzkzTslFmTEd { position:absolute;display:block;z-index:15026;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.125rem;width:9.25rem;top:0.98046875rem;left:5.3250007629394rem;overflow:hidden;display:block; }
#sV9Rlr01hxtVs86qTqrWMVeM5sDnL2Rx { position:absolute;display:block;z-index:15027;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.0625rem;width:9.25rem;top:1.01171875rem;left:25.325002670288rem;overflow:hidden;display:block; }
#IvqctRLTV7I1SpDelPExT1vTwXadEwgS { position:absolute;display:block;z-index:15028;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13rem;width:9.25rem;top:1.04296875rem;left:45.325002670288rem;overflow:hidden;display:block; }
#ax7uvIPUHraFfecL4hmOFGzGyfJ8ZQ68 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#ax7uvIPUHraFfecL4hmOFGzGyfJ8ZQ68 > .row .container { background-color: transparent; background-image: none; }#ax7uvIPUHraFfecL4hmOFGzGyfJ8ZQ68::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ax7uvIPUHraFfecL4hmOFGzGyfJ8ZQ68 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ax7uvIPUHraFfecL4hmOFGzGyfJ8ZQ68 > .row .container > .video-iframe-container { display: none; }#ax7uvIPUHraFfecL4hmOFGzGyfJ8ZQ68 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ax7uvIPUHraFfecL4hmOFGzGyfJ8ZQ68 > .row > .video-iframe-container { display: none; }#ax7uvIPUHraFfecL4hmOFGzGyfJ8ZQ68 > .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); }#ax7uvIPUHraFfecL4hmOFGzGyfJ8ZQ68 > .row .container { border-width: 0; border-radius: 0; }#ax7uvIPUHraFfecL4hmOFGzGyfJ8ZQ68 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ax7uvIPUHraFfecL4hmOFGzGyfJ8ZQ68 > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#O6SWzA37kscHRNQ7nPq65uBS0FoHnhce { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:19.75rem;top:15.75rem;left:0rem;display:block; }
#TT7PQyizTusJ3nNErP8TLFnXzOOlLixR { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.331249237061rem;left:0.875rem;display:block; }
#E06B4T81L1Jrdl3ODFRzT0vKPv2FqPeW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#brkCKyxv03ySbJcU3V8TvIhe8rvLZiJx { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:19.75rem;top:15.75rem;left:20.125001907349rem;display:block; }
#uNCDLKIhrPrHrKuMl3aZkOh436cfVr1D { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:19.75rem;top:15.75rem;left:40.125001907349rem;display:block; }
#hD17Kmfr5buycpRxsc3MpWEQW4CLprUL { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:2.25rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:16.3125rem;left:21.03750038147rem;display:block; }
#HVGxdlgmObHH5U1C8rioe3chMZPegsEB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IMDicuQ8AkSIPZEM8zVPqZa79QORfgOy { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:2.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:16.3125rem;left:40.78750038147rem;display:block; }
#atRKf5eVIMaRBrp3bwOcNzAO0Irz6SlV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FfSpc8O4JHnU6rcM5gVpMpOgRLXWkDvr { position:absolute;display:block;z-index:15029;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.125rem;width:9.25rem;top:0.98046875rem;left:5.3250007629394rem;overflow:hidden;display:block; }
#rNqkX95Qy8LH7B9gtZcuBaPi06Fafd0F { position:absolute;display:block;z-index:15030;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13rem;width:9.25rem;top:1.04296875rem;left:25.325002670288rem;overflow:hidden;display:block; }
#e3Zrgb4aZQfCLHyqduiONABOnvawX2P1 { position:absolute;display:block;z-index:15031;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13rem;width:9.25rem;top:1.04296875rem;left:45.112501144409rem;overflow:hidden;display:block; }
#Pvr52bbKHUzFZo7PfRNxEvfT7P7LrGPE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#Pvr52bbKHUzFZo7PfRNxEvfT7P7LrGPE > .row .container { background-color: transparent; background-image: none; }#Pvr52bbKHUzFZo7PfRNxEvfT7P7LrGPE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pvr52bbKHUzFZo7PfRNxEvfT7P7LrGPE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pvr52bbKHUzFZo7PfRNxEvfT7P7LrGPE > .row .container > .video-iframe-container { display: none; }#Pvr52bbKHUzFZo7PfRNxEvfT7P7LrGPE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pvr52bbKHUzFZo7PfRNxEvfT7P7LrGPE > .row > .video-iframe-container { display: none; }#Pvr52bbKHUzFZo7PfRNxEvfT7P7LrGPE > .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); }#Pvr52bbKHUzFZo7PfRNxEvfT7P7LrGPE > .row .container { border-width: 0; border-radius: 0; }#Pvr52bbKHUzFZo7PfRNxEvfT7P7LrGPE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pvr52bbKHUzFZo7PfRNxEvfT7P7LrGPE > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#dx6zTzXUvHBdBPRgRSLTDMcEsXtQZFmf { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:19.75rem;top:15.75rem;left:0rem;display:block; }
#dTimqzx47FhxqBV98etcQXTOuSibnz7w { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.331249237061rem;left:0.875rem;display:block; }
#qHGsIV9BTULeqA88PnV7LVXx7GlXl7kB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m7Su1lImPP5p16pzEkDeMn25a1wWTB0M { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:19.75rem;top:15.75rem;left:20.125001907349rem;display:block; }
#xsHJBc6DLdXvRqiEe0Uk2edAJTOX9LEF { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:2.25rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:16.3125rem;left:21.03750038147rem;display:block; }
#ZayFLeGAOkRX8dCns7JrST27a67ub9gw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dedaQBaxfd0vTmwSQS3drCcgslsumgK8 { position:absolute;display:block;z-index:15032;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13rem;width:8.8125rem;top:1.04296875rem;left:5.5437507629394rem;overflow:hidden;display:block; }
#hGRbacgiO6qzEpopF5mKesxbSxTl4VF0 { position:absolute;display:block;z-index:15033;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13rem;width:8.8125rem;top:1.04296875rem;left:25.543752670288rem;overflow:hidden;display:block; }
#PfOqpgneO9N3JB5ZCRsCQHLUgoz6MAT9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#PfOqpgneO9N3JB5ZCRsCQHLUgoz6MAT9 > .row .container { background-color: transparent; background-image: none; }#PfOqpgneO9N3JB5ZCRsCQHLUgoz6MAT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfOqpgneO9N3JB5ZCRsCQHLUgoz6MAT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfOqpgneO9N3JB5ZCRsCQHLUgoz6MAT9 > .row .container > .video-iframe-container { display: none; }#PfOqpgneO9N3JB5ZCRsCQHLUgoz6MAT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfOqpgneO9N3JB5ZCRsCQHLUgoz6MAT9 > .row > .video-iframe-container { display: none; }#PfOqpgneO9N3JB5ZCRsCQHLUgoz6MAT9 > .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); }#PfOqpgneO9N3JB5ZCRsCQHLUgoz6MAT9 > .row .container { border-width: 0; border-radius: 0; }#PfOqpgneO9N3JB5ZCRsCQHLUgoz6MAT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PfOqpgneO9N3JB5ZCRsCQHLUgoz6MAT9 > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:60rem;position:relative;display:block; }#XzPyJJ3xBUihBODVAWoT9KWWtatycEsA { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:19.75rem;top:23.375rem;left:0rem;display:block; }
#O6euoKNuSioDbbbE18TJixnonPuAI8t5 { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.956253051757rem;left:0.875rem;display:block; }
#pgQWrqXhzUDKt4TN3uKIhNrplnVZ8nwc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qR6EsNn7GNkAiPh7GlEkBG4cQKoD6vq0 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:19.75rem;top:23.375rem;left:20.125001907349rem;display:block; }
#lN14ZrT0fG26CnINc3b6rLhBhrBaRd8d { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:19.75rem;top:23.375rem;left:40.125001907349rem;display:block; }
#mg3pTICsNnXOFe0IxUMAxOaZQ7ttfqSc { color:#050b26;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:4.0625rem;left:0rem;height:4.05rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CJlxSL8HKsHUAs5FqRMGIq3WcPVWEx22 { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:0.875rem;left:0rem;height:2.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NTPLnwTMMgDJX1JVPfdWUs3CiqIlLPTv { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:2.25rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:23.9375rem;left:21.03750038147rem;display:block; }
#oawTVLpbN3I5KeeSE61xTRyF9nHIiSbP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F1CuNTMrwg7BQx4PFHtTJqNLExnOlmm9 { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:2.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:23.9375rem;left:40.78750038147rem;display:block; }
#fWCfn1v2qpR36vx7ruqOZZyh5wTwqbLD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cJ6AvxNmLC0d90RLp7mIa2TfWPy29lOh { position:absolute;display:block;z-index:15034;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13rem;width:8.8125rem;top:8.6687507629394rem;left:5.5437507629394rem;overflow:hidden;display:block; }
#DOKsTrVZIyQP1ECCcLpK5EImtsTVg0ff { position:absolute;display:block;z-index:15035;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13rem;width:8.8125rem;top:8.6687507629394rem;left:25.543752670288rem;overflow:hidden;display:block; }
#e3xAF072P2bghSR3Zldst4ofyN9TzTqG { position:absolute;display:block;z-index:15036;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13rem;width:8.8125rem;top:8.6687507629394rem;left:45.543752670288rem;overflow:hidden;display:block; }
#GJfpHn8XfaQxaPFqsF4Dstx7qiM1mmr0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#GJfpHn8XfaQxaPFqsF4Dstx7qiM1mmr0 > .row .container { background-color: transparent; background-image: none; }#GJfpHn8XfaQxaPFqsF4Dstx7qiM1mmr0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJfpHn8XfaQxaPFqsF4Dstx7qiM1mmr0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJfpHn8XfaQxaPFqsF4Dstx7qiM1mmr0 > .row .container > .video-iframe-container { display: none; }#GJfpHn8XfaQxaPFqsF4Dstx7qiM1mmr0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJfpHn8XfaQxaPFqsF4Dstx7qiM1mmr0 > .row > .video-iframe-container { display: none; }#GJfpHn8XfaQxaPFqsF4Dstx7qiM1mmr0 > .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); }#GJfpHn8XfaQxaPFqsF4Dstx7qiM1mmr0 > .row .container { border-width: 0; border-radius: 0; }#GJfpHn8XfaQxaPFqsF4Dstx7qiM1mmr0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GJfpHn8XfaQxaPFqsF4Dstx7qiM1mmr0 > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:60rem;position:relative;display:block; }#vPO8MHCs8nbCf1EePznw8zcSyKgV9I2Z { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:19.75rem;top:15.8125rem;left:0rem;display:block; }
#ryRg5BLAcFwT6lyFoSS3SO2ypeRuUmkk { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.393753051757rem;left:0.875rem;display:block; }
#w4FPFqyG0ExTTt240lq6Tqzwxamtihl4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ziIs7ikal6L9kgypnckNbzNLgb1eBbTR { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:19.75rem;top:15.8125rem;left:20.125001907349rem;display:block; }
#uTD2Bw4lffgnTMGF2JadSTTUNBXvyumZ { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:19.75rem;top:15.8125rem;left:40.125001907349rem;display:block; }
#IAOFRInQpb51HXmgHE7KBaPWklss2mLR { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:2.25rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:16.375rem;left:21.03750038147rem;display:block; }
#q4xJOnG3sig93iWMbdmx7Xb1y6ZVsA1C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AZHtZOqv0sxPEknDhWPRMw9VTOvTCc8H { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:2.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:16.375rem;left:40.78750038147rem;display:block; }
#ebdUagZ3cEexniLbolr1rn2Wz5cnL0mb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m2Zbb3A1T4ZPsJRoqnbVPkbnek7rFBml { position:absolute;display:block;z-index:15037;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13rem;width:8.8125rem;top:1.10546875rem;left:5.5437507629394rem;overflow:hidden;display:block; }
#XIe6D65IvObxHH7wIvguP0h7h9Sm7x5w { position:absolute;display:block;z-index:15038;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13rem;width:8.8125rem;top:1.10546875rem;left:25.543752670288rem;overflow:hidden;display:block; }
#nhCVEadTduiDEwInGSEzOfTEiZSdxe2d { position:absolute;display:block;z-index:15039;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13rem;width:9.25rem;top:1.10546875rem;left:45.325002670288rem;overflow:hidden;display:block; }
#P84esKN6VBUcUnPplW95VZTNAxlZnAT9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#P84esKN6VBUcUnPplW95VZTNAxlZnAT9 > .row .container { background-color: transparent; background-image: none; }#P84esKN6VBUcUnPplW95VZTNAxlZnAT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P84esKN6VBUcUnPplW95VZTNAxlZnAT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P84esKN6VBUcUnPplW95VZTNAxlZnAT9 > .row .container > .video-iframe-container { display: none; }#P84esKN6VBUcUnPplW95VZTNAxlZnAT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P84esKN6VBUcUnPplW95VZTNAxlZnAT9 > .row > .video-iframe-container { display: none; }#P84esKN6VBUcUnPplW95VZTNAxlZnAT9 > .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); }#P84esKN6VBUcUnPplW95VZTNAxlZnAT9 > .row .container { border-width: 0; border-radius: 0; }#P84esKN6VBUcUnPplW95VZTNAxlZnAT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P84esKN6VBUcUnPplW95VZTNAxlZnAT9 > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:60rem;position:relative;display:block; }#n5OAakGwxW2Fks1GkKQn0XuoXELaoTVW { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:19.75rem;top:15.8125rem;left:0rem;display:block; }
#SVc5pZNK37MpPXNliGpqfbh4aebHkXBh { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.393753051757rem;left:0.875rem;display:block; }
#hnpspFTLlIQlBXAUJlT0TRog2wrkoPJb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yQeX2MQom7ks1DXtRxH91m5LG0XDbwqn { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:19.75rem;top:15.8125rem;left:20.125001907349rem;display:block; }
#tQduz4NPVV0HND8E4cHgkWuwgowFnZOB { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:19.75rem;top:15.8125rem;left:40.125001907349rem;display:block; }
#PVOhHdW15qoenwLo02FNl5AGHywUydyR { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:2.25rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:16.375rem;left:21.03750038147rem;display:block; }
#M99tL8ekKTwKg2otTP0TIxDnWzZLLEdo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BVDuyccgL5pCZIxb7HUBG7xwpUk2wk1f { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:2.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:16.375rem;left:40.78750038147rem;display:block; }
#a8EgF3JCniKhvAW09ti8XeDCwFWKS7vo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ecZ1C8Tx1m7aS1HQBSdTBlSbg4ZyLEIX { position:absolute;display:block;z-index:15040;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13rem;width:9.125rem;top:1.10546875rem;left:5.3875007629394rem;overflow:hidden;display:block; }
#gutBrnDBCa6CGRgyG2kq57k1aUc7Ezcl { position:absolute;display:block;z-index:15041;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13rem;width:9.125rem;top:1.10546875rem;left:25.387502670288rem;overflow:hidden;display:block; }
#mNXlmn2tU0qsm24DZl76U0HPklGubcgq { position:absolute;display:block;z-index:15042;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13rem;width:9.25rem;top:1.10546875rem;left:45.325002670288rem;overflow:hidden;display:block; }
#xcQCXeKyaaTxV63ydOSub0qsQmhmvdGX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#xcQCXeKyaaTxV63ydOSub0qsQmhmvdGX > .row .container { background-color: transparent; background-image: none; }#xcQCXeKyaaTxV63ydOSub0qsQmhmvdGX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcQCXeKyaaTxV63ydOSub0qsQmhmvdGX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcQCXeKyaaTxV63ydOSub0qsQmhmvdGX > .row .container > .video-iframe-container { display: none; }#xcQCXeKyaaTxV63ydOSub0qsQmhmvdGX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcQCXeKyaaTxV63ydOSub0qsQmhmvdGX > .row > .video-iframe-container { display: none; }#xcQCXeKyaaTxV63ydOSub0qsQmhmvdGX > .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); }#xcQCXeKyaaTxV63ydOSub0qsQmhmvdGX > .row .container { border-width: 0; border-radius: 0; }#xcQCXeKyaaTxV63ydOSub0qsQmhmvdGX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xcQCXeKyaaTxV63ydOSub0qsQmhmvdGX > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:60rem;position:relative;display:block; }#Vt6zFECkpFwTkJSMxvJ1tBAt5TGh9bhG { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:19.75rem;top:15.8125rem;left:0rem;display:block; }
#TXQpQbWqFDA81KXuEIFwrxqT3pku3zS3 { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.393753051757rem;left:0.875rem;display:block; }
#TPnXzbiadgaQryE194Wx9cKxLO7gIq5b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oh9Hs4Uau2ICKyypwH5NioLsckRw6O0q { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:19.75rem;top:15.8125rem;left:20.125001907349rem;display:block; }
#UJuaOJlAZnVECSQDkz1y2zEeqftMyKGc { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:19.75rem;top:15.8125rem;left:40.125001907349rem;display:block; }
#MVdxIRHhldW7r9T3DGvdghMNxmgK5rhs { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:2.25rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:16.375rem;left:21.03750038147rem;display:block; }
#HKIp9l4C4wPskVrpTVb7lTzVuxNE7TGu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gQMAnnSG5oGtkFcg9FO0RgZCOqfcLZKq { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:2.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:16.375rem;left:40.78750038147rem;display:block; }
#mq91kgO6WKZO2Kxkqa35Hp0KqkeygfHW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BM5OZ50MZoIb1hrETDPfTxgm0Vul5XBl { position:absolute;display:block;z-index:15043;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.0625rem;width:9.25rem;top:1.07421875rem;left:5.3250007629394rem;overflow:hidden;display:block; }
#cPMZy4l3x2vbqfhJ5RGfI0f7XFw24aAC { position:absolute;display:block;z-index:15044;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13rem;width:9.25rem;top:1.10546875rem;left:25.143751144409rem;overflow:hidden;display:block; }
#iLMgMbZVwDgFTfuDRuq5xhVmxuXdV1XG { position:absolute;display:block;z-index:15045;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13rem;width:8.8125rem;top:1.10546875rem;left:45.543752670288rem;overflow:hidden;display:block; }
#OZGgJouWQ3uFxr4zUwt9d7PhzaBeqKoG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#OZGgJouWQ3uFxr4zUwt9d7PhzaBeqKoG > .row .container { background-color: transparent; background-image: none; }#OZGgJouWQ3uFxr4zUwt9d7PhzaBeqKoG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZGgJouWQ3uFxr4zUwt9d7PhzaBeqKoG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZGgJouWQ3uFxr4zUwt9d7PhzaBeqKoG > .row .container > .video-iframe-container { display: none; }#OZGgJouWQ3uFxr4zUwt9d7PhzaBeqKoG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZGgJouWQ3uFxr4zUwt9d7PhzaBeqKoG > .row > .video-iframe-container { display: none; }#OZGgJouWQ3uFxr4zUwt9d7PhzaBeqKoG > .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); }#OZGgJouWQ3uFxr4zUwt9d7PhzaBeqKoG > .row .container { border-width: 0; border-radius: 0; }#OZGgJouWQ3uFxr4zUwt9d7PhzaBeqKoG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OZGgJouWQ3uFxr4zUwt9d7PhzaBeqKoG > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;position:relative;display:block; }#vPx9w6WuqLQJE4I3MKaVhJi9qdBFnNCc { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:19.75rem;top:18.875rem;left:0rem;display:block; }
#f0FNv46NcrlgJ1Z0RU9UBNaWWGhUT59g { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:19.456249237061rem;left:0.875rem;display:block; }
#muCyZSC9lel8kURf8aIKUOTghi1b9cmR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uR1WG58HCnoKzNeg5wqQ4hWHoa7nMIUV { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:19.75rem;top:18.875rem;left:20.125001907349rem;display:block; }
#JVrXTktQtfArPmXrsImGRqEUWdON5wXC { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:19.75rem;top:18.875rem;left:40.125001907349rem;display:block; }
#OHMaTnfzaMJvQ1UaLCcGbXNkqTpwJoNa { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:0.875rem;left:0rem;height:2.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cGibJ7WDa434lTO83lKAoKlqGzbEynys { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:2.25rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:19.4375rem;left:21.03750038147rem;display:block; }
#uZPwyQ6OnkDCXQq73zEuU3avWdIxT0kE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ibE4pkmTRnnlJealKdLiSqfTUTXFayXw { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:2.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:19.4375rem;left:40.78750038147rem;display:block; }
#i4QviaV7GwBwfAVZtpBIHB0oOoWgoPJw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fBvWTWkSX3UQR4OSkB7cyTTnnb97IewP { position:absolute;display:block;z-index:15046;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.0625rem;width:9.25rem;top:4.1375000476837rem;left:5.3250007629394rem;overflow:hidden;display:block; }
#O9aibh5I6k05GntH0llWW9x6C83t07RF { position:absolute;display:block;z-index:15047;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.0625rem;width:9.25rem;top:4.1375000476837rem;left:25.325002670288rem;overflow:hidden;display:block; }
#dqFkBFIdHHP9iKiGc7xatFmDu879xL3N { position:absolute;display:block;z-index:15048;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.0625rem;width:9.25rem;top:4.1375000476837rem;left:45.325002670288rem;overflow:hidden;display:block; }
#ybKiacgTPL6lVr7XCkvcRT7EUBDMzPTx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#ybKiacgTPL6lVr7XCkvcRT7EUBDMzPTx > .row .container { background-color: transparent; background-image: none; }#ybKiacgTPL6lVr7XCkvcRT7EUBDMzPTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybKiacgTPL6lVr7XCkvcRT7EUBDMzPTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybKiacgTPL6lVr7XCkvcRT7EUBDMzPTx > .row .container > .video-iframe-container { display: none; }#ybKiacgTPL6lVr7XCkvcRT7EUBDMzPTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybKiacgTPL6lVr7XCkvcRT7EUBDMzPTx > .row > .video-iframe-container { display: none; }#ybKiacgTPL6lVr7XCkvcRT7EUBDMzPTx > .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); }#ybKiacgTPL6lVr7XCkvcRT7EUBDMzPTx > .row .container { border-width: 0; border-radius: 0; }#ybKiacgTPL6lVr7XCkvcRT7EUBDMzPTx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ybKiacgTPL6lVr7XCkvcRT7EUBDMzPTx > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:60rem;position:relative;display:block; }#wRkZNqtp4OP5y7e4KDnPt9SwUlEFflqr { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:19.75rem;top:15.9375rem;left:0rem;display:block; }
#HhsZItAeKBuX6gUyTJaaxkcGDMcE5iaz { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.518753051757rem;left:0.875rem;display:block; }
#H6K02lCPXXC2GJ5fJPzgCXWC6sxp9nVt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I56dbneN1JuD5IHX8mXTLUQmfVDF1Tyh { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:19.75rem;top:15.9375rem;left:20.125001907349rem;display:block; }
#r440e9WM4rLuDUwCnPmlQqNNs8vHnDaG { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:19.75rem;top:15.9375rem;left:40.125001907349rem;display:block; }
#VRM3pzzRazotyCTQ9d1oqOhVTchtW3yZ { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:2.25rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:16.5rem;left:21.03750038147rem;display:block; }
#KPQPCMBCFrkr2ZB9Kr4V5P9HFp6Vzedg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVfNSpvTC8lhLrO4KEZM7r15xiphIRz4 { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:2.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:16.5rem;left:40.78750038147rem;display:block; }
#vUXRUKuaDVNsnLhMeJlIuAkQGG7uiie3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qldUgWSKkTzUNA8yGE0bJZxwopJbZ9XN { position:absolute;display:block;z-index:15049;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.0625rem;width:9.25rem;top:1.19921875rem;left:5.3250007629394rem;overflow:hidden;display:block; }
#pslEo4bZTR4uzrIktDzoZwIDN3hbmTdR { position:absolute;display:block;z-index:15050;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.0625rem;width:9.25rem;top:1.19921875rem;left:25.325002670288rem;overflow:hidden;display:block; }
#czlwfqQlBADZFGPgq7A3pSLauZyMfUGh { position:absolute;display:block;z-index:15051;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13rem;width:8.9375rem;top:1.23046875rem;left:45.481252670288rem;overflow:hidden;display:block; }
#PN6GfQGVacmlZWZfm5Ra2yDf11DXFaIL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#PN6GfQGVacmlZWZfm5Ra2yDf11DXFaIL > .row .container { background-color: transparent; background-image: none; }#PN6GfQGVacmlZWZfm5Ra2yDf11DXFaIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PN6GfQGVacmlZWZfm5Ra2yDf11DXFaIL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PN6GfQGVacmlZWZfm5Ra2yDf11DXFaIL > .row .container > .video-iframe-container { display: none; }#PN6GfQGVacmlZWZfm5Ra2yDf11DXFaIL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PN6GfQGVacmlZWZfm5Ra2yDf11DXFaIL > .row > .video-iframe-container { display: none; }#PN6GfQGVacmlZWZfm5Ra2yDf11DXFaIL > .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); }#PN6GfQGVacmlZWZfm5Ra2yDf11DXFaIL > .row .container { border-width: 0; border-radius: 0; }#PN6GfQGVacmlZWZfm5Ra2yDf11DXFaIL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PN6GfQGVacmlZWZfm5Ra2yDf11DXFaIL > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:60rem;position:relative;display:block; }#O3ytkTHKtliSrhKFNuCTUxxDXgFQlyoT { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:19.75rem;top:15.9375rem;left:0rem;display:block; }
#VC4TFZnGHATMuEA6hkaaSyqbDCIcFivb { background-color:#051e50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffd700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.518753051757rem;left:0.875rem;display:block; }
#AQgNVnUsXQo4y4IT5rhM48bNEONCORhW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TEoI3RnTD6UsBx9EhBhLlK3TU6FW6HfI { position:absolute;display:block;z-index:15052;border-top:0.0625rem solid #051e50;border-left:0.0625rem solid #051e50;border-right:0.0625rem solid #051e50;border-bottom:0.0625rem solid #051e50;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.0625rem;width:9.25rem;top:1.19921875rem;left:5.2000007629394rem;overflow:hidden;display:block; }
#arsw3QONWr07EDEevoUuvva18F942Lgn { position:relative;display:block; }#arsw3QONWr07EDEevoUuvva18F942Lgn { background-color: transparent; background-image: none; }#arsw3QONWr07EDEevoUuvva18F942Lgn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arsw3QONWr07EDEevoUuvva18F942Lgn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arsw3QONWr07EDEevoUuvva18F942Lgn > .row .container > .video-iframe-container { display: none; }#arsw3QONWr07EDEevoUuvva18F942Lgn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arsw3QONWr07EDEevoUuvva18F942Lgn > .row > .video-iframe-container { display: none; }#arsw3QONWr07EDEevoUuvva18F942Lgn > .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); }#arsw3QONWr07EDEevoUuvva18F942Lgn { border-width: 0; border-radius: 0; }#arsw3QONWr07EDEevoUuvva18F942Lgn > .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; }#arsw3QONWr07EDEevoUuvva18F942Lgn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#051e50;background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #p6EIXOzN6GsG7y1aJyFdnbC5JxoetGcb { display:block; }#p6EIXOzN6GsG7y1aJyFdnbC5JxoetGcb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8pbX2TpDU0z2SXWVFEi32kpPVQl2nTe { display:block; }#v8pbX2TpDU0z2SXWVFEi32kpPVQl2nTe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsGrx1ow5XHsnPf02BuHJ2Zl5fdXb3tT { top:0rem;left:9.65625rem;width:28.4375rem;height:4.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALbkUWnHZrWSIEtShKfvQuDnleW4nk4t { top:1.5625rem;left:0rem;width:6.125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXeHTwH5JGSDpUMTe84n7B38PDwk29GJ { display:block; }#TXeHTwH5JGSDpUMTe84n7B38PDwk29GJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsnQALddMBzGOdsNFmSGqlCJkqoHiHa2 { width:19.75rem;height:3.375rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK1875oNhUetWtEswxeFGEeuNp3qBIVs { width:12.6875rem;height:2.25rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye9gH2QvIU1BEwTgRXNdbRlTRSNE699I { display:block; }
 }@media only screen and (max-width: 763px) { #SUtNZJpzRMrv7NLJPgyb7382KJxV9prw { width:19.75rem;height:3.5rem;top:25.625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFPmecc6vfvPQEfsaoOikVT9QrztOSdc { width:19.75rem;height:3.5625rem;top:25.625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAkkCewF3TvWOgpy0TLtg21tQCw9fqWD { width:47.75rem;height:6.0625rem;top:3.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMPbB3b1ikTbpbWLPaIHV5WTcpVB9Vva { width:47.75rem;height:2.375rem;top:0.875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8FTChQxXAGCWbBZ3VMqAXxxGypQHVAe { top:10.5rem;left:3.2625007629394rem;width:9.25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkNuFdhozCpPqncJMoaQtU1gCUVtaEBx { top:26.125rem;left:13.5625rem;width:2.3125rem;height:2.3125rem;display:block; }
#rkNuFdhozCpPqncJMoaQtU1gCUVtaEBx > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #UxL1VyMkC3fTBRs4D36ZVdlMoKOHXl7M { width:12.6875rem;height:2.25rem;top:26.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3Xvcg5Vqa9OIs8gcifMlRCNBEH7DfLU { display:block; }
 }@media only screen and (max-width: 763px) { #mkyTXaUI05FbW2cTF0aUlhSa9G5mcyzU { width:12.6875rem;height:2.25rem;top:26.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTSxaTbfqTZ3mhc4iJwVFmyfNdGQiNMa { display:block; }
 }@media only screen and (max-width: 763px) { #AS83FRvsaHPTXXPHipQiri7nI2FJ6vS8 { top:26.125rem;left:29.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
#AS83FRvsaHPTXXPHipQiri7nI2FJ6vS8 > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #t9bF2TSQehBqadBtvpnqwqVOknZcwoTQ { top:26.125rem;left:45.3125rem;width:2.3125rem;height:2.3125rem;display:block; }
#t9bF2TSQehBqadBtvpnqwqVOknZcwoTQ > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #xe3xVeL4qRgmufQmf7oxTZFXdxqT2Hfo { top:10.5625rem;left:19.137502670288rem;width:9.25rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m09ZO2Zgr6OMTJTLdGvggCZutoSip4Kw { top:10.5625rem;left:35.012502670288rem;width:9.25rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu1GHNIPHwhHMe2MeCJQNhVSemr9GuJA { display:block; }#bu1GHNIPHwhHMe2MeCJQNhVSemr9GuJA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3ogDhHdi48D1lsGRIOb23tS4kbSr35g { width:19.75rem;height:3.375rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkvzNPwwq35WBfXaTNuQD9MrWgUSIgRx { width:12.6875rem;height:2.25rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ4u7ATtTf4ug4dI1B8ADTcSbJmrGQQw { display:block; }
 }@media only screen and (max-width: 763px) { #QTZ80E2lZAiqTVgSHP9P4x3mP63owQ31 { width:19.75rem;height:3.5rem;top:15.8125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiEfpsM874P8nmN0vMz5SH0DGgGUdGTv { width:19.75rem;height:3.5625rem;top:15.8125rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoUaaaJsoeqAQdx15tquuJTkazcnnwG2 { top:16.375rem;left:13.5625rem;width:2.3125rem;height:2.3125rem;display:block; }
#XoUaaaJsoeqAQdx15tquuJTkazcnnwG2 > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #AT8CkTFLS0cGVviI7rDOGQhTnJXETTQe { width:12.6875rem;height:2.25rem;top:16.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmMsa84FJyKXnWZZDhAqXTXuLluCcvih { display:block; }
 }@media only screen and (max-width: 763px) { #E7JoqThE1hVxumD9ouEPMTSuH6A1uSXA { width:12.6875rem;height:2.25rem;top:16.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSzAma1ddtUVlXX5RVs9J9kEWk1wygln { display:block; }
 }@media only screen and (max-width: 763px) { #dlnWAXB4JAQXdMGAyg5Rng4rVrFTWmcX { top:16.375rem;left:29.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
#dlnWAXB4JAQXdMGAyg5Rng4rVrFTWmcX > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #CAl71H2KA2v8EMvaUDB1KfnO5gRRFTkn { top:16.375rem;left:45.3125rem;width:2.3125rem;height:2.3125rem;display:block; }
#CAl71H2KA2v8EMvaUDB1KfnO5gRRFTkn > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #i7XtBGHvtv8q3aTlBnPA614BfM813x7C { top:0.8125rem;left:3.2625007629394rem;width:9.25rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmftISkx4xpVhXPGmVy4ut6Tad0f1Zib { top:0.8125rem;left:19.137502670288rem;width:9.25rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AITSiGAv3PFJW9ov1TpyD6LNTyP8QSG5 { top:0.6875rem;left:35.012502670288rem;width:9.25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPgdnkfWmwv5Ex1hSXfFaH79knxyerrs { display:block; }#TPgdnkfWmwv5Ex1hSXfFaH79knxyerrs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4kx4WQLENZLelAeq3qZOPooHH7Adash { width:19.75rem;height:3.375rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahndW9HtlTXGtr2TTNiR7lIAuvC56nIF { width:12.6875rem;height:2.25rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBNpTxuJFHDcgE8WycPZNg3ZXAdP9960 { display:block; }
 }@media only screen and (max-width: 763px) { #CBdToSxtdDOZ4VVsM4HKGCDmmoF4DKfl { width:19.75rem;height:3.5rem;top:15.8125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #WinbhI2tCqT2wHh8JUa7XTSGqBCWFFs7 { width:19.75rem;height:3.5625rem;top:15.8125rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOvPm9Iul9wh9FbJZWDpvNEoREV8Kty2 { top:16.375rem;left:13.5625rem;width:2.3125rem;height:2.3125rem;display:block; }
#QOvPm9Iul9wh9FbJZWDpvNEoREV8Kty2 > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #Qsdqw7mT8CxZnrspn3xsZ7a2yhMiOu9I { width:12.6875rem;height:2.25rem;top:16.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQmfCxShrPdFp9hCvlNVXfETyDuH05Lq { display:block; }
 }@media only screen and (max-width: 763px) { #N0RnJplmSlasyFsnTpwQ7plXlhpTmTTy { width:12.6875rem;height:2.25rem;top:16.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tII0RQk2HauteOeNvkChGwfwzK0SxFO7 { display:block; }
 }@media only screen and (max-width: 763px) { #MeFNBB9d1ycNXhkrv1vMQpKOklx7h1Tb { top:16.375rem;left:45.3125rem;width:2.3125rem;height:2.3125rem;display:block; }
#MeFNBB9d1ycNXhkrv1vMQpKOklx7h1Tb > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #bBsd1EF28K5dVBCSNTgJSFWuDbcc3Z4m { top:0.75rem;left:3.2625007629394rem;width:9.25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ5NaBk7L3eRnTf8x5NILln7ImVmzJxz { top:1.3125rem;left:19.137502670288rem;width:9.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex7UmRdLODTWCLPWgpnM0H8dgg3a8SSq { top:1.0625rem;left:35.012502670288rem;width:9.25rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0oUI5cQf1VtvMNxuNnvHRlQmuiXEudU { display:block; }#S0oUI5cQf1VtvMNxuNnvHRlQmuiXEudU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJyEwexUDTGT2IFAbO355BtKxErqazyr { width:19.75rem;height:3.375rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQpBinlISb9LZVaqielTlT3HNeoOifLQ { width:12.6875rem;height:2.25rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ4KKXfsFuW2hKohU6MQmw2mnqHWWVsU { display:block; }
 }@media only screen and (max-width: 763px) { #ZafmywDFT99KirsJTVtxVgReIDP1tFdI { width:19.75rem;height:3.5rem;top:15.8125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmMh3pmfnvXn7upDnUoPXZiSBRh71C5A { width:19.75rem;height:3.5625rem;top:15.8125rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhwIkbrStxkPbyVShiSicL5eXHZTkaxy { top:16.375rem;left:13.5625rem;width:2.3125rem;height:2.3125rem;display:block; }
#RhwIkbrStxkPbyVShiSicL5eXHZTkaxy > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #TNUFXg69Qkaerl9WdICGPaJtIaWIEyKH { width:12.6875rem;height:2.25rem;top:16.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPOOEpk2tU4IyRXxydI7mQwodF8UU8V2 { display:block; }
 }@media only screen and (max-width: 763px) { #s88uATUbkPhb9RqTwXetns0IEh2aT7WN { width:12.6875rem;height:2.25rem;top:16.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIrrwFh5fPl8bKnugtyK7X9cFgqJ4Cxf { display:block; }
 }@media only screen and (max-width: 763px) { #XqgXeEU3tlholyQFmkQrKrqoFHSZeipR { top:16.375rem;left:45.3125rem;width:2.3125rem;height:2.3125rem;display:block; }
#XqgXeEU3tlholyQFmkQrKrqoFHSZeipR > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #ZszNyS5J0MehNVETFeoO11zvdzfHTIsN { top:16.3125rem;left:29.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
#ZszNyS5J0MehNVETFeoO11zvdzfHTIsN > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #KRvDi7wW957lliELa4xTMt8fz80gdXRe { top:1.0625rem;left:3.2625007629394rem;width:9.25rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG5AggQwao6XunqRHfxtpu0UTVNTsTZM { top:1rem;left:19.137502670288rem;width:9.25rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1TrFLrz3xmkBFH5S1TA4bO3PTyMQxyv { top:0.8125rem;left:35.012502670288rem;width:9.25rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #azLT5Pwso8PymHJ5gIHrQHRXMapgF84K { display:block; }#azLT5Pwso8PymHJ5gIHrQHRXMapgF84K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPKQmmch2OLlZ5zzGritKtbqh4vIs48c { width:19.75rem;height:3.375rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngppOUuTwoiuPECX7FfkiqzT6uGuMGWb { width:12.6875rem;height:2.25rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSsWlP7qCMbbzT48sv5OxW7wtbd12mXg { display:block; }
 }@media only screen and (max-width: 763px) { #VXx6uGVhyn9e57hTwsBnQtHqD7NUBnyF { width:19.75rem;height:3.5rem;top:15.8125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6JIpT5O757s5Xb4Q1FqKXgw4r7MV7Oh { width:19.75rem;height:3.5625rem;top:15.8125rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNnP06KFL0yzJSGnpg324HxNk0Il5K3U { top:16.375rem;left:13.5625rem;width:2.3125rem;height:2.3125rem;display:block; }
#kNnP06KFL0yzJSGnpg324HxNk0Il5K3U > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #f6QWBc9GRqOhnVfsn6f3sU78r6ipEy6g { width:12.6875rem;height:2.25rem;top:16.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHSfg4SXE36sOFskODDMbQs6bQopDIZI { display:block; }
 }@media only screen and (max-width: 763px) { #dLlzHLIGdJayThGGG05cRyo6hOWcDoWU { width:12.6875rem;height:2.25rem;top:16.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXyhInEl7VWHsZV47xkAQzICizOb5ZBi { display:block; }
 }@media only screen and (max-width: 763px) { #aMq746QnAwivVor8S3HfXxEsvFrCyEns { top:16.375rem;left:45.3125rem;width:2.3125rem;height:2.3125rem;display:block; }
#aMq746QnAwivVor8S3HfXxEsvFrCyEns > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #XP4Qi2cF0gZwHb8AW7NzRyKSUkbf4DmW { top:16.3125rem;left:29.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
#XP4Qi2cF0gZwHb8AW7NzRyKSUkbf4DmW > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #vINn53i4TpgRx9fMVDNpNumelusa9Oyo { top:1rem;left:3.2625007629394rem;width:9.25rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6tiIPRPIBQdNKUtDlwK3e5fWN6AJnaF { top:1rem;left:19.137502670288rem;width:9.25rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8h3x9UXOAfux2K0qbxUXyvSmTI2nyKh { top:1rem;left:35.012502670288rem;width:9.25rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfD1NxU7lZFs52sdTxAzmnrQuxBStCwp { display:block; }#TfD1NxU7lZFs52sdTxAzmnrQuxBStCwp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4QAZZWqcibQEdnQod1hypNd4ksfoyy3 { width:19.75rem;height:3.375rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GytHTxTNaNkbfn5opXB4nl5GxJt3r4Bo { width:12.6875rem;height:2.25rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvA2pvaUPpcdUhMwoFLOGs5nkStqNad7 { display:block; }
 }@media only screen and (max-width: 763px) { #X2IpcicAbuyyg3KiJ8M3tTdGk6cMLmBM { width:19.75rem;height:3.5rem;top:15.8125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVOOulTZxHVxzUyWGNma2UV8xTM1suaQ { width:19.75rem;height:3.5625rem;top:15.8125rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COTHmT92ba8xpEUMpnBF5CRUeUl2To2w { top:16.375rem;left:13.5625rem;width:2.3125rem;height:2.3125rem;display:block; }
#COTHmT92ba8xpEUMpnBF5CRUeUl2To2w > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #KxIsRNyGfT9Q5PD46TeEqXHU44VBtGd1 { width:12.6875rem;height:2.25rem;top:16.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtyiH4UPzXXSeZRIDJTAlkmewh2W48LQ { display:block; }
 }@media only screen and (max-width: 763px) { #K05Xh3IQBrKdeM11Tovaoxpm4ZI2azdO { width:12.6875rem;height:2.25rem;top:16.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxvuwdE699SBXpc7dVuRu97mzKeFQKMp { display:block; }
 }@media only screen and (max-width: 763px) { #Fvz9BchwzGlTxn3bvP9WUWC3QhvVgSWt { top:16.375rem;left:45.3125rem;width:2.3125rem;height:2.3125rem;display:block; }
#Fvz9BchwzGlTxn3bvP9WUWC3QhvVgSWt > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #NZTKNLUGxraED0uSTl7eglLzTMQSUSTa { top:16.3125rem;left:29.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
#NZTKNLUGxraED0uSTl7eglLzTMQSUSTa > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #iBWnDPi9oJTbrQLdy092q97HfCfGLwc7 { top:1rem;left:3.2625007629394rem;width:9.25rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiEqrOOTXUBlwuDLOzPXPnrB20vsfoIA { top:1.0625rem;left:19.137502670288rem;width:9.25rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n70uEFXfZL6l2IzrC8J3uOsE9zOkt5Qz { top:1.0625rem;left:35.012502670288rem;width:9.25rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B00yRLGKhHCRzxZqP6o7B9MEqmkvkx2s { display:block; }#B00yRLGKhHCRzxZqP6o7B9MEqmkvkx2s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwVZH1bTMDqQKAfRXUhgg42hVk6PtoVN { width:19.75rem;height:3.375rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcVRVlduSE631tyrAb95TPSTRMTHJN1n { width:12.6875rem;height:2.25rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaVSU5XHeh9WqriBvQGXyU7qWfCKbGv2 { display:block; }
 }@media only screen and (max-width: 763px) { #ODk6z7nIXGeG2EIL37xtQhBT5psDWW4b { width:19.75rem;height:3.5rem;top:15.8125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1aLNOyT2H7LCGy9Dx5xFQIf9yvBJmIT { width:19.75rem;height:3.5625rem;top:15.8125rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7N0AJM8Kyl8PAZrodsB5Z9oCwkf3MNf { top:16.375rem;left:13.5625rem;width:2.3125rem;height:2.3125rem;display:block; }
#p7N0AJM8Kyl8PAZrodsB5Z9oCwkf3MNf > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #npSZZ74dc4a8TtbO8BJ9BFBh0qihkb1I { width:12.6875rem;height:2.25rem;top:16.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdmfJLWarl1KCRHcvTr43512rTTxyxle { display:block; }
 }@media only screen and (max-width: 763px) { #OtyZVyg3fUpXKGD6ztCprUfgLELCOAJK { width:12.6875rem;height:2.25rem;top:16.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #twQgsP5b3fX7Ws21sFkyK3RdpNDLWIra { display:block; }
 }@media only screen and (max-width: 763px) { #IS4pIr2T5yJZMvw7PbCTxStuLzTmZ97c { top:16.375rem;left:45.3125rem;width:2.3125rem;height:2.3125rem;display:block; }
#IS4pIr2T5yJZMvw7PbCTxStuLzTmZ97c > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #ExkOQr9fsPOa7Sne6XNB2Zr2uE8etXZK { top:16.3125rem;left:29.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
#ExkOQr9fsPOa7Sne6XNB2Zr2uE8etXZK > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #f9z8ebTqrZAn2oWHQOzr7EZafXMusOsv { top:1.0625rem;left:3.2625007629394rem;width:9.25rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ1ICSVSiBapqdGk2EAfOZr16a4wSMtH { top:1.0625rem;left:19.137502670288rem;width:9.25rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhoio7awUcgDLXVJ2t1MCETJclKriHOG { top:1.125rem;left:35.012502670288rem;width:9.25rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPXDL1LU4p1VeycVMMFHQwHFF16HJqA8 { display:block; }#CPXDL1LU4p1VeycVMMFHQwHFF16HJqA8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wKPdQP4vPEVaQ23FDI8fZQxqeQSWHkTV { width:19.75rem;height:3.375rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxiNkJx1qNHWotO14PQu4TuA8VW7tXom { width:17.625rem;height:2.25rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDh6eoaPgvXc1uR3Dfftgvz0lIyN7PBK { display:block; }
 }@media only screen and (max-width: 763px) { #xBT0ZZPiEK19EQVdwO4V7PlZWfvxDmuG { width:19.75rem;height:3.5rem;top:26.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiBmoUhWzdi3g7pPKTTgbxTNnZhJMUa9 { width:19.75rem;height:3.5625rem;top:26.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dILfT4ohx93xvE6oJU8DIytB3zxkW8oE { width:47.75rem;height:6.0625rem;top:4.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1RfXPaJDpCvLy33b75UVy3AfpvSsPwT { width:47.75rem;height:2.375rem;top:0.875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU5PH0dbanQsfwZbygeTZ39MyarpkhkS { width:17.5625rem;height:2.25rem;top:26.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBTNG7pE8nE6HGVARF4zHkHNcOfEOXUv { display:block; }
 }@media only screen and (max-width: 763px) { #BEmwFk97AkGCvmSz348yvdcAGyCNXAWK { width:18rem;height:2.25rem;top:26.9375rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dadIu64vFuZsJk8KNu6bQTg6maSLUZ0K { display:block; }
 }@media only screen and (max-width: 763px) { #vvxMn0yltxIVQuPTqr6M0letZcW0R8qs { top:11.5625rem;left:3.2625007629394rem;width:9.25rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP3PHAhchlHG1E4JKUEOMgvHT6RpsvMd { top:11.625rem;left:19.137502670288rem;width:9.25rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMpdKdhH6eZRrF9O1EsnWhQx6QJ5b6Md { top:11.5625rem;left:35.012502670288rem;width:9.25rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz8fAK3RwEF5JPyE4vJre1OTTZQx5XBd { display:block; }#Xz8fAK3RwEF5JPyE4vJre1OTTZQx5XBd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdeFlytTObox5hCRf6raDqiHysWNDoC5 { width:19.75rem;height:3.375rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG8HCfHgCu7tPNWrdGQUzTpQ5I8B0W3q { width:17.625rem;height:2.25rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHWCeese0CFPIvTG9O6oqEtJhdquJKtB { display:block; }
 }@media only screen and (max-width: 763px) { #trs2dXnZRIXcVLGLb7P5ZNgbC5gswMST { width:19.75rem;height:3.5rem;top:15.75rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlrKwmxRlveTD7VUANvL4tm8QP8PJXGx { width:19.75rem;height:3.5625rem;top:15.75rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gztLpTWpAuKUMbHZfzsNC01Sr48PNR00 { width:17.5625rem;height:2.25rem;top:16.3125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WedOQvDbpPKUeKe1uIUv4JHbn2n8At0v { display:block; }
 }@media only screen and (max-width: 763px) { #SdoqzIJkIF5wwFO5EucAls894KnXvKEi { width:18rem;height:2.25rem;top:16.3125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqSw6MBLPbxRv34vewdqllXWfGZ18i9C { display:block; }
 }@media only screen and (max-width: 763px) { #Ln2VAd4qPKfV3aIRb7Z3V2cKOXF0dMiq { top:1rem;left:3.2625007629394rem;width:9.25rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzuxzLR03tXFoylab0GxXI2cNK1ETXPV { top:1rem;left:19.356252670288rem;width:8.8125rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGhEqB1OmKvo4fP4E2ecK7VWGZ9M1FEZ { top:1rem;left:35.231252670288rem;width:8.8125rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #inkGvUmTHGmDH4fhoF8Jk7T18QsZeNq7 { display:block; }#inkGvUmTHGmDH4fhoF8Jk7T18QsZeNq7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJ7cntlQv9lrTTzwWXvJIBeTWnCTvsSC { width:19.75rem;height:3.375rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyIlauo9Myl5rRKpGPuubnwpm4zRbyTr { width:17.625rem;height:2.25rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nas7m7PI5yDXLTGHWNxy9uhRotzNxmsc { display:block; }
 }@media only screen and (max-width: 763px) { #C7zMF9qtJL1aNS3uHc094OaCtiuy5qir { width:19.75rem;height:3.5rem;top:15.75rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dcl6iKIbxvK5CvI7HTlgJ3EdpFaplyfL { width:19.75rem;height:3.5625rem;top:15.75rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dizl3mvK6zXQJfr4iw4XxaKbBug7pitE { width:17.5625rem;height:2.25rem;top:16.3125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP9IFLMRWSQp65LxcJBFOhg59el48a8u { display:block; }
 }@media only screen and (max-width: 763px) { #zbnPb1F30koePXOyQbOrbCnrEwZcIFz1 { width:18rem;height:2.25rem;top:16.3125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHdsG9RfrsJeSInyQCtX3lKzxdmuU8qq { display:block; }
 }@media only screen and (max-width: 763px) { #yWnB6GmRAW6LqqBTy1DBUzkzTslFmTEd { top:0.9375rem;left:3.2625007629394rem;width:9.25rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV9Rlr01hxtVs86qTqrWMVeM5sDnL2Rx { top:1rem;left:19.137502670288rem;width:9.25rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvqctRLTV7I1SpDelPExT1vTwXadEwgS { top:1rem;left:35.012502670288rem;width:9.25rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax7uvIPUHraFfecL4hmOFGzGyfJ8ZQ68 { display:block; }#ax7uvIPUHraFfecL4hmOFGzGyfJ8ZQ68 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6SWzA37kscHRNQ7nPq65uBS0FoHnhce { width:19.75rem;height:3.375rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT7PQyizTusJ3nNErP8TLFnXzOOlLixR { width:17.625rem;height:2.25rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E06B4T81L1Jrdl3ODFRzT0vKPv2FqPeW { display:block; }
 }@media only screen and (max-width: 763px) { #brkCKyxv03ySbJcU3V8TvIhe8rvLZiJx { width:19.75rem;height:3.5rem;top:15.75rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNCDLKIhrPrHrKuMl3aZkOh436cfVr1D { width:19.75rem;height:3.5625rem;top:15.75rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD17Kmfr5buycpRxsc3MpWEQW4CLprUL { width:17.5625rem;height:2.25rem;top:16.3125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVGxdlgmObHH5U1C8rioe3chMZPegsEB { display:block; }
 }@media only screen and (max-width: 763px) { #IMDicuQ8AkSIPZEM8zVPqZa79QORfgOy { width:18rem;height:2.25rem;top:16.3125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atRKf5eVIMaRBrp3bwOcNzAO0Irz6SlV { display:block; }
 }@media only screen and (max-width: 763px) { #FfSpc8O4JHnU6rcM5gVpMpOgRLXWkDvr { top:0.9375rem;left:3.2625007629394rem;width:9.25rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNqkX95Qy8LH7B9gtZcuBaPi06Fafd0F { top:1rem;left:19.137502670288rem;width:9.25rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3Zrgb4aZQfCLHyqduiONABOnvawX2P1 { top:1rem;left:34.800001144409rem;width:9.25rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvr52bbKHUzFZo7PfRNxEvfT7P7LrGPE { display:block; }#Pvr52bbKHUzFZo7PfRNxEvfT7P7LrGPE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dx6zTzXUvHBdBPRgRSLTDMcEsXtQZFmf { width:19.75rem;height:3.375rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTimqzx47FhxqBV98etcQXTOuSibnz7w { width:17.625rem;height:2.25rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHGsIV9BTULeqA88PnV7LVXx7GlXl7kB { display:block; }
 }@media only screen and (max-width: 763px) { #m7Su1lImPP5p16pzEkDeMn25a1wWTB0M { width:19.75rem;height:3.5rem;top:15.75rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsHJBc6DLdXvRqiEe0Uk2edAJTOX9LEF { width:17.5625rem;height:2.25rem;top:16.3125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZayFLeGAOkRX8dCns7JrST27a67ub9gw { display:block; }
 }@media only screen and (max-width: 763px) { #dedaQBaxfd0vTmwSQS3drCcgslsumgK8 { top:1rem;left:3.4812507629394rem;width:8.8125rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGRbacgiO6qzEpopF5mKesxbSxTl4VF0 { top:1rem;left:19.356252670288rem;width:8.8125rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfOqpgneO9N3JB5ZCRsCQHLUgoz6MAT9 { display:block; }#PfOqpgneO9N3JB5ZCRsCQHLUgoz6MAT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzPyJJ3xBUihBODVAWoT9KWWtatycEsA { width:19.75rem;height:3.375rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6euoKNuSioDbbbE18TJixnonPuAI8t5 { width:17.625rem;height:2.25rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgQWrqXhzUDKt4TN3uKIhNrplnVZ8nwc { display:block; }
 }@media only screen and (max-width: 763px) { #qR6EsNn7GNkAiPh7GlEkBG4cQKoD6vq0 { width:19.75rem;height:3.5rem;top:23.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN14ZrT0fG26CnINc3b6rLhBhrBaRd8d { width:19.75rem;height:3.5625rem;top:23.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg3pTICsNnXOFe0IxUMAxOaZQ7ttfqSc { width:47.75rem;height:4rem;top:4.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJlxSL8HKsHUAs5FqRMGIq3WcPVWEx22 { width:47.75rem;height:2.375rem;top:0.875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTPLnwTMMgDJX1JVPfdWUs3CiqIlLPTv { width:17.5625rem;height:2.25rem;top:23.9375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oawTVLpbN3I5KeeSE61xTRyF9nHIiSbP { display:block; }
 }@media only screen and (max-width: 763px) { #F1CuNTMrwg7BQx4PFHtTJqNLExnOlmm9 { width:18rem;height:2.25rem;top:23.9375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWCfn1v2qpR36vx7ruqOZZyh5wTwqbLD { display:block; }
 }@media only screen and (max-width: 763px) { #cJ6AvxNmLC0d90RLp7mIa2TfWPy29lOh { top:8.625rem;left:3.4812507629394rem;width:8.8125rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOKsTrVZIyQP1ECCcLpK5EImtsTVg0ff { top:8.625rem;left:19.356252670288rem;width:8.8125rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3xAF072P2bghSR3Zldst4ofyN9TzTqG { top:8.625rem;left:35.231252670288rem;width:8.8125rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJfpHn8XfaQxaPFqsF4Dstx7qiM1mmr0 { display:block; }#GJfpHn8XfaQxaPFqsF4Dstx7qiM1mmr0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPO8MHCs8nbCf1EePznw8zcSyKgV9I2Z { width:19.75rem;height:3.375rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryRg5BLAcFwT6lyFoSS3SO2ypeRuUmkk { width:17.625rem;height:2.25rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4FPFqyG0ExTTt240lq6Tqzwxamtihl4 { display:block; }
 }@media only screen and (max-width: 763px) { #ziIs7ikal6L9kgypnckNbzNLgb1eBbTR { width:19.75rem;height:3.5rem;top:15.8125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTD2Bw4lffgnTMGF2JadSTTUNBXvyumZ { width:19.75rem;height:3.5625rem;top:15.8125rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAOFRInQpb51HXmgHE7KBaPWklss2mLR { width:17.5625rem;height:2.25rem;top:16.375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4xJOnG3sig93iWMbdmx7Xb1y6ZVsA1C { display:block; }
 }@media only screen and (max-width: 763px) { #AZHtZOqv0sxPEknDhWPRMw9VTOvTCc8H { width:18rem;height:2.25rem;top:16.375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebdUagZ3cEexniLbolr1rn2Wz5cnL0mb { display:block; }
 }@media only screen and (max-width: 763px) { #m2Zbb3A1T4ZPsJRoqnbVPkbnek7rFBml { top:1.0625rem;left:3.4812507629394rem;width:8.8125rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIe6D65IvObxHH7wIvguP0h7h9Sm7x5w { top:1.0625rem;left:19.356252670288rem;width:8.8125rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhCVEadTduiDEwInGSEzOfTEiZSdxe2d { top:1.0625rem;left:35.012502670288rem;width:9.25rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #P84esKN6VBUcUnPplW95VZTNAxlZnAT9 { display:block; }#P84esKN6VBUcUnPplW95VZTNAxlZnAT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n5OAakGwxW2Fks1GkKQn0XuoXELaoTVW { width:19.75rem;height:3.375rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVc5pZNK37MpPXNliGpqfbh4aebHkXBh { width:17.625rem;height:2.25rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnpspFTLlIQlBXAUJlT0TRog2wrkoPJb { display:block; }
 }@media only screen and (max-width: 763px) { #yQeX2MQom7ks1DXtRxH91m5LG0XDbwqn { width:19.75rem;height:3.5rem;top:15.8125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQduz4NPVV0HND8E4cHgkWuwgowFnZOB { width:19.75rem;height:3.5625rem;top:15.8125rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVOhHdW15qoenwLo02FNl5AGHywUydyR { width:17.5625rem;height:2.25rem;top:16.375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M99tL8ekKTwKg2otTP0TIxDnWzZLLEdo { display:block; }
 }@media only screen and (max-width: 763px) { #BVDuyccgL5pCZIxb7HUBG7xwpUk2wk1f { width:18rem;height:2.25rem;top:16.375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8EgF3JCniKhvAW09ti8XeDCwFWKS7vo { display:block; }
 }@media only screen and (max-width: 763px) { #ecZ1C8Tx1m7aS1HQBSdTBlSbg4ZyLEIX { top:1.0625rem;left:3.3250007629394rem;width:9.125rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #gutBrnDBCa6CGRgyG2kq57k1aUc7Ezcl { top:1.0625rem;left:19.200002670288rem;width:9.125rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNXlmn2tU0qsm24DZl76U0HPklGubcgq { top:1.0625rem;left:35.012502670288rem;width:9.25rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcQCXeKyaaTxV63ydOSub0qsQmhmvdGX { display:block; }#xcQCXeKyaaTxV63ydOSub0qsQmhmvdGX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vt6zFECkpFwTkJSMxvJ1tBAt5TGh9bhG { width:19.75rem;height:3.375rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXQpQbWqFDA81KXuEIFwrxqT3pku3zS3 { width:17.625rem;height:2.25rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPnXzbiadgaQryE194Wx9cKxLO7gIq5b { display:block; }
 }@media only screen and (max-width: 763px) { #Oh9Hs4Uau2ICKyypwH5NioLsckRw6O0q { width:19.75rem;height:3.5rem;top:15.8125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJuaOJlAZnVECSQDkz1y2zEeqftMyKGc { width:19.75rem;height:3.5625rem;top:15.8125rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVdxIRHhldW7r9T3DGvdghMNxmgK5rhs { width:17.5625rem;height:2.25rem;top:16.375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKIp9l4C4wPskVrpTVb7lTzVuxNE7TGu { display:block; }
 }@media only screen and (max-width: 763px) { #gQMAnnSG5oGtkFcg9FO0RgZCOqfcLZKq { width:18rem;height:2.25rem;top:16.375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq91kgO6WKZO2Kxkqa35Hp0KqkeygfHW { display:block; }
 }@media only screen and (max-width: 763px) { #BM5OZ50MZoIb1hrETDPfTxgm0Vul5XBl { top:1.0625rem;left:3.2625007629394rem;width:9.25rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPMZy4l3x2vbqfhJ5RGfI0f7XFw24aAC { top:1.0625rem;left:18.956251144409rem;width:9.25rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLMgMbZVwDgFTfuDRuq5xhVmxuXdV1XG { top:1.0625rem;left:35.231252670288rem;width:8.8125rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZGgJouWQ3uFxr4zUwt9d7PhzaBeqKoG { display:block; }#OZGgJouWQ3uFxr4zUwt9d7PhzaBeqKoG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPx9w6WuqLQJE4I3MKaVhJi9qdBFnNCc { width:19.75rem;height:3.375rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0FNv46NcrlgJ1Z0RU9UBNaWWGhUT59g { width:17.625rem;height:2.25rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #muCyZSC9lel8kURf8aIKUOTghi1b9cmR { display:block; }
 }@media only screen and (max-width: 763px) { #uR1WG58HCnoKzNeg5wqQ4hWHoa7nMIUV { width:19.75rem;height:3.5rem;top:18.875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVrXTktQtfArPmXrsImGRqEUWdON5wXC { width:19.75rem;height:3.5625rem;top:18.875rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHMaTnfzaMJvQ1UaLCcGbXNkqTpwJoNa { width:47.75rem;height:2.375rem;top:0.875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGibJ7WDa434lTO83lKAoKlqGzbEynys { width:17.5625rem;height:2.25rem;top:19.4375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZPwyQ6OnkDCXQq73zEuU3avWdIxT0kE { display:block; }
 }@media only screen and (max-width: 763px) { #ibE4pkmTRnnlJealKdLiSqfTUTXFayXw { width:18rem;height:2.25rem;top:19.4375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4QviaV7GwBwfAVZtpBIHB0oOoWgoPJw { display:block; }
 }@media only screen and (max-width: 763px) { #fBvWTWkSX3UQR4OSkB7cyTTnnb97IewP { top:4.125rem;left:3.2625007629394rem;width:9.25rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9aibh5I6k05GntH0llWW9x6C83t07RF { top:4.125rem;left:19.137502670288rem;width:9.25rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqFkBFIdHHP9iKiGc7xatFmDu879xL3N { top:4.125rem;left:35.012502670288rem;width:9.25rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybKiacgTPL6lVr7XCkvcRT7EUBDMzPTx { display:block; }#ybKiacgTPL6lVr7XCkvcRT7EUBDMzPTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRkZNqtp4OP5y7e4KDnPt9SwUlEFflqr { width:19.75rem;height:3.375rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhsZItAeKBuX6gUyTJaaxkcGDMcE5iaz { width:17.625rem;height:2.25rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6K02lCPXXC2GJ5fJPzgCXWC6sxp9nVt { display:block; }
 }@media only screen and (max-width: 763px) { #I56dbneN1JuD5IHX8mXTLUQmfVDF1Tyh { width:19.75rem;height:3.5rem;top:15.9375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #r440e9WM4rLuDUwCnPmlQqNNs8vHnDaG { width:19.75rem;height:3.5625rem;top:15.9375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRM3pzzRazotyCTQ9d1oqOhVTchtW3yZ { width:17.5625rem;height:2.25rem;top:16.5rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPQPCMBCFrkr2ZB9Kr4V5P9HFp6Vzedg { display:block; }
 }@media only screen and (max-width: 763px) { #MVfNSpvTC8lhLrO4KEZM7r15xiphIRz4 { width:18rem;height:2.25rem;top:16.5rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUXRUKuaDVNsnLhMeJlIuAkQGG7uiie3 { display:block; }
 }@media only screen and (max-width: 763px) { #qldUgWSKkTzUNA8yGE0bJZxwopJbZ9XN { top:1.1875rem;left:3.2625007629394rem;width:9.25rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pslEo4bZTR4uzrIktDzoZwIDN3hbmTdR { top:1.1875rem;left:19.137502670288rem;width:9.25rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #czlwfqQlBADZFGPgq7A3pSLauZyMfUGh { top:1.1875rem;left:35.168752670288rem;width:8.9375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN6GfQGVacmlZWZfm5Ra2yDf11DXFaIL { display:block; }#PN6GfQGVacmlZWZfm5Ra2yDf11DXFaIL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3ytkTHKtliSrhKFNuCTUxxDXgFQlyoT { width:19.75rem;height:3.375rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC4TFZnGHATMuEA6hkaaSyqbDCIcFivb { width:17.625rem;height:2.25rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQgNVnUsXQo4y4IT5rhM48bNEONCORhW { display:block; }
 }@media only screen and (max-width: 763px) { #TEoI3RnTD6UsBx9EhBhLlK3TU6FW6HfI { top:1.1875rem;left:3.1375007629394rem;width:9.25rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #arsw3QONWr07EDEevoUuvva18F942Lgn { display:block; }#arsw3QONWr07EDEevoUuvva18F942Lgn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #p6EIXOzN6GsG7y1aJyFdnbC5JxoetGcb { display:block; }#p6EIXOzN6GsG7y1aJyFdnbC5JxoetGcb > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8pbX2TpDU0z2SXWVFEi32kpPVQl2nTe { display:block; }#v8pbX2TpDU0z2SXWVFEi32kpPVQl2nTe > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsGrx1ow5XHsnPf02BuHJ2Zl5fdXb3tT { width:20rem;height:2.6rem;top:4.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALbkUWnHZrWSIEtShKfvQuDnleW4nk4t { width:6.125rem;height:1.625rem;top:1.25rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXeHTwH5JGSDpUMTe84n7B38PDwk29GJ { display:block; }#TXeHTwH5JGSDpUMTe84n7B38PDwk29GJ > .row .container { width:20rem;height:174.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsnQALddMBzGOdsNFmSGqlCJkqoHiHa2 { width:19.75rem;height:15.625rem;top:28.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK1875oNhUetWtEswxeFGEeuNp3qBIVs { width:18.25rem;height:3.4375rem;top:40rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye9gH2QvIU1BEwTgRXNdbRlTRSNE699I { display:block; }
 }@media only screen and (max-width: 763px) { #SUtNZJpzRMrv7NLJPgyb7382KJxV9prw { width:19.75rem;height:15.625rem;top:60.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFPmecc6vfvPQEfsaoOikVT9QrztOSdc { width:19.75rem;height:15.625rem;top:91.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAkkCewF3TvWOgpy0TLtg21tQCw9fqWD { width:18rem;height:9.45rem;top:6.375rem;left:1rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMPbB3b1ikTbpbWLPaIHV5WTcpVB9Vva { width:20rem;height:2rem;top:108.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8FTChQxXAGCWbBZ3VMqAXxxGypQHVAe { width:9.25rem;height:13.75rem;top:112.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkNuFdhozCpPqncJMoaQtU1gCUVtaEBx { display:flex;width:2.3125rem;height:2.3125rem;top:127.1625rem;left:8.8125rem; }
#rkNuFdhozCpPqncJMoaQtU1gCUVtaEBx > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #UxL1VyMkC3fTBRs4D36ZVdlMoKOHXl7M { width:12.6875rem;height:2.25rem;top:145.7625rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3Xvcg5Vqa9OIs8gcifMlRCNBEH7DfLU { display:block; }
 }@media only screen and (max-width: 763px) { #mkyTXaUI05FbW2cTF0aUlhSa9G5mcyzU { width:12.6875rem;height:2.25rem;top:167.8rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTSxaTbfqTZ3mhc4iJwVFmyfNdGQiNMa { display:block; }
 }@media only screen and (max-width: 763px) { #AS83FRvsaHPTXXPHipQiri7nI2FJ6vS8 { display:flex;width:2.3125rem;height:2.3125rem;top:149.2625rem;left:8.8125rem; }
#AS83FRvsaHPTXXPHipQiri7nI2FJ6vS8 > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #t9bF2TSQehBqadBtvpnqwqVOknZcwoTQ { display:flex;width:2.3125rem;height:2.3125rem;top:171.3rem;left:8.8125rem; }
#t9bF2TSQehBqadBtvpnqwqVOknZcwoTQ > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #xe3xVeL4qRgmufQmf7oxTZFXdxqT2Hfo { width:9.25rem;height:13.6875rem;top:130.725rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m09ZO2Zgr6OMTJTLdGvggCZutoSip4Kw { width:9.25rem;height:13.625rem;top:152.825rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu1GHNIPHwhHMe2MeCJQNhVSemr9GuJA { display:block; }#bu1GHNIPHwhHMe2MeCJQNhVSemr9GuJA > .row .container { width:20rem;height:171.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3ogDhHdi48D1lsGRIOb23tS4kbSr35g { width:19.75rem;height:15.625rem;top:28.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkvzNPwwq35WBfXaTNuQD9MrWgUSIgRx { width:18.25rem;height:3.4375rem;top:40rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ4u7ATtTf4ug4dI1B8ADTcSbJmrGQQw { display:block; }
 }@media only screen and (max-width: 763px) { #QTZ80E2lZAiqTVgSHP9P4x3mP63owQ31 { width:19.75rem;height:15.625rem;top:60.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiEfpsM874P8nmN0vMz5SH0DGgGUdGTv { width:19.75rem;height:15.625rem;top:91.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoUaaaJsoeqAQdx15tquuJTkazcnnwG2 { display:flex;width:2.3125rem;height:2.3125rem;top:123.6625rem;left:8.8125rem; }
#XoUaaaJsoeqAQdx15tquuJTkazcnnwG2 > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #AT8CkTFLS0cGVviI7rDOGQhTnJXETTQe { width:12.6875rem;height:2.25rem;top:142.2rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmMsa84FJyKXnWZZDhAqXTXuLluCcvih { display:block; }
 }@media only screen and (max-width: 763px) { #E7JoqThE1hVxumD9ouEPMTSuH6A1uSXA { width:12.6875rem;height:2.25rem;top:164.3625rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSzAma1ddtUVlXX5RVs9J9kEWk1wygln { display:block; }
 }@media only screen and (max-width: 763px) { #dlnWAXB4JAQXdMGAyg5Rng4rVrFTWmcX { display:flex;width:2.3125rem;height:2.3125rem;top:145.7rem;left:8.8125rem; }
#dlnWAXB4JAQXdMGAyg5Rng4rVrFTWmcX > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #CAl71H2KA2v8EMvaUDB1KfnO5gRRFTkn { display:flex;width:2.3125rem;height:2.3125rem;top:167.8625rem;left:8.8125rem; }
#CAl71H2KA2v8EMvaUDB1KfnO5gRRFTkn > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #i7XtBGHvtv8q3aTlBnPA614BfM813x7C { width:9.25rem;height:13.5rem;top:108.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmftISkx4xpVhXPGmVy4ut6Tad0f1Zib { width:9.25rem;height:13.625rem;top:127.225rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AITSiGAv3PFJW9ov1TpyD6LNTyP8QSG5 { width:9.25rem;height:13.75rem;top:149.2625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPgdnkfWmwv5Ex1hSXfFaH79knxyerrs { display:block; }#TPgdnkfWmwv5Ex1hSXfFaH79knxyerrs > .row .container { width:20rem;height:166.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4kx4WQLENZLelAeq3qZOPooHH7Adash { width:19.75rem;height:15.625rem;top:28.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahndW9HtlTXGtr2TTNiR7lIAuvC56nIF { width:18.25rem;height:3.4375rem;top:40rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBNpTxuJFHDcgE8WycPZNg3ZXAdP9960 { display:block; }
 }@media only screen and (max-width: 763px) { #CBdToSxtdDOZ4VVsM4HKGCDmmoF4DKfl { width:19.75rem;height:15.625rem;top:60.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WinbhI2tCqT2wHh8JUa7XTSGqBCWFFs7 { width:19.75rem;height:15.625rem;top:91.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOvPm9Iul9wh9FbJZWDpvNEoREV8Kty2 { display:flex;width:2.3125rem;height:2.3125rem;top:123.9125rem;left:8.8125rem; }
#QOvPm9Iul9wh9FbJZWDpvNEoREV8Kty2 > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #Qsdqw7mT8CxZnrspn3xsZ7a2yhMiOu9I { width:12.6875rem;height:2.25rem;top:141.325rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQmfCxShrPdFp9hCvlNVXfETyDuH05Lq { display:block; }
 }@media only screen and (max-width: 763px) { #N0RnJplmSlasyFsnTpwQ7plXlhpTmTTy { width:12.6875rem;height:2.25rem;top:159.2375rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tII0RQk2HauteOeNvkChGwfwzK0SxFO7 { display:block; }
 }@media only screen and (max-width: 763px) { #MeFNBB9d1ycNXhkrv1vMQpKOklx7h1Tb { display:flex;width:2.3125rem;height:2.3125rem;top:162.7375rem;left:8.8125rem; }
#MeFNBB9d1ycNXhkrv1vMQpKOklx7h1Tb > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #bBsd1EF28K5dVBCSNTgJSFWuDbcc3Z4m { width:9.25rem;height:13.75rem;top:108.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ5NaBk7L3eRnTf8x5NILln7ImVmzJxz { width:9.25rem;height:12.5rem;top:127.475rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex7UmRdLODTWCLPWgpnM0H8dgg3a8SSq { width:9.25rem;height:13.0625rem;top:144.825rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0oUI5cQf1VtvMNxuNnvHRlQmuiXEudU { display:block; }#S0oUI5cQf1VtvMNxuNnvHRlQmuiXEudU > .row .container { width:20rem;height:170.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJyEwexUDTGT2IFAbO355BtKxErqazyr { width:19.75rem;height:15.625rem;top:28.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQpBinlISb9LZVaqielTlT3HNeoOifLQ { width:18.25rem;height:3.4375rem;top:40rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ4KKXfsFuW2hKohU6MQmw2mnqHWWVsU { display:block; }
 }@media only screen and (max-width: 763px) { #ZafmywDFT99KirsJTVtxVgReIDP1tFdI { width:19.75rem;height:15.625rem;top:60.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmMh3pmfnvXn7upDnUoPXZiSBRh71C5A { width:19.75rem;height:15.625rem;top:91.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhwIkbrStxkPbyVShiSicL5eXHZTkaxy { display:flex;width:2.3125rem;height:2.3125rem;top:123.1625rem;left:8.8125rem; }
#RhwIkbrStxkPbyVShiSicL5eXHZTkaxy > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #TNUFXg69Qkaerl9WdICGPaJtIaWIEyKH { width:12.6875rem;height:2.25rem;top:141.2625rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPOOEpk2tU4IyRXxydI7mQwodF8UU8V2 { display:block; }
 }@media only screen and (max-width: 763px) { #s88uATUbkPhb9RqTwXetns0IEh2aT7WN { width:12.6875rem;height:2.25rem;top:163.175rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIrrwFh5fPl8bKnugtyK7X9cFgqJ4Cxf { display:block; }
 }@media only screen and (max-width: 763px) { #XqgXeEU3tlholyQFmkQrKrqoFHSZeipR { display:flex;width:2.3125rem;height:2.3125rem;top:166.675rem;left:8.8125rem; }
#XqgXeEU3tlholyQFmkQrKrqoFHSZeipR > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #ZszNyS5J0MehNVETFeoO11zvdzfHTIsN { display:flex;width:2.3125rem;height:2.3125rem;top:144.7625rem;left:8.8125rem; }
#ZszNyS5J0MehNVETFeoO11zvdzfHTIsN > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #KRvDi7wW957lliELa4xTMt8fz80gdXRe { width:9.25rem;height:13rem;top:108.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG5AggQwao6XunqRHfxtpu0UTVNTsTZM { width:9.25rem;height:13.1875rem;top:126.725rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1TrFLrz3xmkBFH5S1TA4bO3PTyMQxyv { width:9.25rem;height:13.5rem;top:148.325rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #azLT5Pwso8PymHJ5gIHrQHRXMapgF84K { display:block; }#azLT5Pwso8PymHJ5gIHrQHRXMapgF84K > .row .container { width:20rem;height:170.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPKQmmch2OLlZ5zzGritKtbqh4vIs48c { width:19.75rem;height:15.625rem;top:28.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngppOUuTwoiuPECX7FfkiqzT6uGuMGWb { width:18.25rem;height:3.4375rem;top:40rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSsWlP7qCMbbzT48sv5OxW7wtbd12mXg { display:block; }
 }@media only screen and (max-width: 763px) { #VXx6uGVhyn9e57hTwsBnQtHqD7NUBnyF { width:19.75rem;height:15.625rem;top:60.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6JIpT5O757s5Xb4Q1FqKXgw4r7MV7Oh { width:19.75rem;height:15.625rem;top:91.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNnP06KFL0yzJSGnpg324HxNk0Il5K3U { display:flex;width:2.3125rem;height:2.3125rem;top:123.35rem;left:8.8125rem; }
#kNnP06KFL0yzJSGnpg324HxNk0Il5K3U > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #f6QWBc9GRqOhnVfsn6f3sU78r6ipEy6g { width:12.6875rem;height:2.25rem;top:141.45rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHSfg4SXE36sOFskODDMbQs6bQopDIZI { display:block; }
 }@media only screen and (max-width: 763px) { #dLlzHLIGdJayThGGG05cRyo6hOWcDoWU { width:12.6875rem;height:2.25rem;top:163.05rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXyhInEl7VWHsZV47xkAQzICizOb5ZBi { display:block; }
 }@media only screen and (max-width: 763px) { #aMq746QnAwivVor8S3HfXxEsvFrCyEns { display:flex;width:2.3125rem;height:2.3125rem;top:166.55rem;left:8.8125rem; }
#aMq746QnAwivVor8S3HfXxEsvFrCyEns > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #XP4Qi2cF0gZwHb8AW7NzRyKSUkbf4DmW { display:flex;width:2.3125rem;height:2.3125rem;top:144.95rem;left:8.8125rem; }
#XP4Qi2cF0gZwHb8AW7NzRyKSUkbf4DmW > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #vINn53i4TpgRx9fMVDNpNumelusa9Oyo { width:9.25rem;height:13.1875rem;top:108.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6tiIPRPIBQdNKUtDlwK3e5fWN6AJnaF { width:9.25rem;height:13.1875rem;top:126.9125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8h3x9UXOAfux2K0qbxUXyvSmTI2nyKh { width:9.25rem;height:13.1875rem;top:148.5125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfD1NxU7lZFs52sdTxAzmnrQuxBStCwp { display:block; }#TfD1NxU7lZFs52sdTxAzmnrQuxBStCwp > .row .container { width:20rem;height:169.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4QAZZWqcibQEdnQod1hypNd4ksfoyy3 { width:19.75rem;height:15.625rem;top:28.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GytHTxTNaNkbfn5opXB4nl5GxJt3r4Bo { width:18.25rem;height:3.4375rem;top:40rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvA2pvaUPpcdUhMwoFLOGs5nkStqNad7 { display:block; }
 }@media only screen and (max-width: 763px) { #X2IpcicAbuyyg3KiJ8M3tTdGk6cMLmBM { width:19.75rem;height:15.625rem;top:60.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVOOulTZxHVxzUyWGNma2UV8xTM1suaQ { width:19.75rem;height:15.625rem;top:91.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COTHmT92ba8xpEUMpnBF5CRUeUl2To2w { display:flex;width:2.3125rem;height:2.3125rem;top:123.35rem;left:8.8125rem; }
#COTHmT92ba8xpEUMpnBF5CRUeUl2To2w > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #KxIsRNyGfT9Q5PD46TeEqXHU44VBtGd1 { width:12.6875rem;height:2.25rem;top:141.3875rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtyiH4UPzXXSeZRIDJTAlkmewh2W48LQ { display:block; }
 }@media only screen and (max-width: 763px) { #K05Xh3IQBrKdeM11Tovaoxpm4ZI2azdO { width:12.6875rem;height:2.25rem;top:162.8625rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxvuwdE699SBXpc7dVuRu97mzKeFQKMp { display:block; }
 }@media only screen and (max-width: 763px) { #Fvz9BchwzGlTxn3bvP9WUWC3QhvVgSWt { display:flex;width:2.3125rem;height:2.3125rem;top:166.3625rem;left:8.8125rem; }
#Fvz9BchwzGlTxn3bvP9WUWC3QhvVgSWt > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #NZTKNLUGxraED0uSTl7eglLzTMQSUSTa { display:flex;width:2.3125rem;height:2.3125rem;top:144.8875rem;left:8.8125rem; }
#NZTKNLUGxraED0uSTl7eglLzTMQSUSTa > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #iBWnDPi9oJTbrQLdy092q97HfCfGLwc7 { width:9.25rem;height:13.1875rem;top:108.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiEqrOOTXUBlwuDLOzPXPnrB20vsfoIA { width:9.25rem;height:13.125rem;top:126.9125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n70uEFXfZL6l2IzrC8J3uOsE9zOkt5Qz { width:9.25rem;height:13.0625rem;top:148.45rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B00yRLGKhHCRzxZqP6o7B9MEqmkvkx2s { display:block; }#B00yRLGKhHCRzxZqP6o7B9MEqmkvkx2s > .row .container { width:20rem;height:169.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwVZH1bTMDqQKAfRXUhgg42hVk6PtoVN { width:19.75rem;height:15.625rem;top:28.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcVRVlduSE631tyrAb95TPSTRMTHJN1n { width:18.25rem;height:3.4375rem;top:40rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaVSU5XHeh9WqriBvQGXyU7qWfCKbGv2 { display:block; }
 }@media only screen and (max-width: 763px) { #ODk6z7nIXGeG2EIL37xtQhBT5psDWW4b { width:19.75rem;height:15.625rem;top:60.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1aLNOyT2H7LCGy9Dx5xFQIf9yvBJmIT { width:19.75rem;height:15.625rem;top:91.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7N0AJM8Kyl8PAZrodsB5Z9oCwkf3MNf { display:flex;width:2.3125rem;height:2.3125rem;top:123.225rem;left:8.8125rem; }
#p7N0AJM8Kyl8PAZrodsB5Z9oCwkf3MNf > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #npSZZ74dc4a8TtbO8BJ9BFBh0qihkb1I { width:12.6875rem;height:2.25rem;top:141.2rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdmfJLWarl1KCRHcvTr43512rTTxyxle { display:block; }
 }@media only screen and (max-width: 763px) { #OtyZVyg3fUpXKGD6ztCprUfgLELCOAJK { width:12.6875rem;height:2.25rem;top:162.6125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #twQgsP5b3fX7Ws21sFkyK3RdpNDLWIra { display:block; }
 }@media only screen and (max-width: 763px) { #IS4pIr2T5yJZMvw7PbCTxStuLzTmZ97c { display:flex;width:2.3125rem;height:2.3125rem;top:166.1125rem;left:8.8125rem; }
#IS4pIr2T5yJZMvw7PbCTxStuLzTmZ97c > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #ExkOQr9fsPOa7Sne6XNB2Zr2uE8etXZK { display:flex;width:2.3125rem;height:2.3125rem;top:144.7rem;left:8.8125rem; }
#ExkOQr9fsPOa7Sne6XNB2Zr2uE8etXZK > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #f9z8ebTqrZAn2oWHQOzr7EZafXMusOsv { width:9.25rem;height:13.0625rem;top:108.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ1ICSVSiBapqdGk2EAfOZr16a4wSMtH { width:9.25rem;height:13.0625rem;top:126.7875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhoio7awUcgDLXVJ2t1MCETJclKriHOG { width:9.25rem;height:13rem;top:148.2625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPXDL1LU4p1VeycVMMFHQwHFF16HJqA8 { display:block; }#CPXDL1LU4p1VeycVMMFHQwHFF16HJqA8 > .row .container { width:20rem;height:174.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wKPdQP4vPEVaQ23FDI8fZQxqeQSWHkTV { width:19.75rem;height:15.625rem;top:28.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxiNkJx1qNHWotO14PQu4TuA8VW7tXom { width:18.25rem;height:3.4375rem;top:40rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDh6eoaPgvXc1uR3Dfftgvz0lIyN7PBK { display:block; }
 }@media only screen and (max-width: 763px) { #xBT0ZZPiEK19EQVdwO4V7PlZWfvxDmuG { width:19.75rem;height:15.625rem;top:60.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiBmoUhWzdi3g7pPKTTgbxTNnZhJMUa9 { width:19.75rem;height:15.625rem;top:91.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dILfT4ohx93xvE6oJU8DIytB3zxkW8oE { width:18rem;height:9.45rem;top:6.375rem;left:1rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1RfXPaJDpCvLy33b75UVy3AfpvSsPwT { width:20rem;height:6rem;top:108.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU5PH0dbanQsfwZbygeTZ39MyarpkhkS { width:17.5625rem;height:2.25rem;top:144.8875rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBTNG7pE8nE6HGVARF4zHkHNcOfEOXUv { display:block; }
 }@media only screen and (max-width: 763px) { #BEmwFk97AkGCvmSz348yvdcAGyCNXAWK { width:18rem;height:2.25rem;top:162.8625rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dadIu64vFuZsJk8KNu6bQTg6maSLUZ0K { display:block; }
 }@media only screen and (max-width: 763px) { #vvxMn0yltxIVQuPTqr6M0letZcW0R8qs { width:9.25rem;height:13.125rem;top:116.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP3PHAhchlHG1E4JKUEOMgvHT6RpsvMd { width:9.25rem;height:13rem;top:130.5375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMpdKdhH6eZRrF9O1EsnWhQx6QJ5b6Md { width:9.25rem;height:13.125rem;top:148.3875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz8fAK3RwEF5JPyE4vJre1OTTZQx5XBd { display:block; }#Xz8fAK3RwEF5JPyE4vJre1OTTZQx5XBd > .row .container { width:20rem;height:174.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdeFlytTObox5hCRf6raDqiHysWNDoC5 { width:19.75rem;height:15.625rem;top:28.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG8HCfHgCu7tPNWrdGQUzTpQ5I8B0W3q { width:18.25rem;height:3.4375rem;top:40rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHWCeese0CFPIvTG9O6oqEtJhdquJKtB { display:block; }
 }@media only screen and (max-width: 763px) { #trs2dXnZRIXcVLGLb7P5ZNgbC5gswMST { width:19.75rem;height:15.625rem;top:60.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlrKwmxRlveTD7VUANvL4tm8QP8PJXGx { width:19.75rem;height:15.625rem;top:91.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gztLpTWpAuKUMbHZfzsNC01Sr48PNR00 { width:17.5625rem;height:2.25rem;top:137.5125rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WedOQvDbpPKUeKe1uIUv4JHbn2n8At0v { display:block; }
 }@media only screen and (max-width: 763px) { #SdoqzIJkIF5wwFO5EucAls894KnXvKEi { width:18rem;height:2.25rem;top:155.3625rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqSw6MBLPbxRv34vewdqllXWfGZ18i9C { display:block; }
 }@media only screen and (max-width: 763px) { #Ln2VAd4qPKfV3aIRb7Z3V2cKOXF0dMiq { width:9.25rem;height:13rem;top:108.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzuxzLR03tXFoylab0GxXI2cNK1ETXPV { width:8.8125rem;height:13rem;top:123.1625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGhEqB1OmKvo4fP4E2ecK7VWGZ9M1FEZ { width:8.8125rem;height:13rem;top:141.0125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inkGvUmTHGmDH4fhoF8Jk7T18QsZeNq7 { display:block; }#inkGvUmTHGmDH4fhoF8Jk7T18QsZeNq7 > .row .container { width:20rem;height:174.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJ7cntlQv9lrTTzwWXvJIBeTWnCTvsSC { width:19.75rem;height:15.625rem;top:28.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyIlauo9Myl5rRKpGPuubnwpm4zRbyTr { width:18.25rem;height:3.4375rem;top:40rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nas7m7PI5yDXLTGHWNxy9uhRotzNxmsc { display:block; }
 }@media only screen and (max-width: 763px) { #C7zMF9qtJL1aNS3uHc094OaCtiuy5qir { width:19.75rem;height:15.625rem;top:60.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dcl6iKIbxvK5CvI7HTlgJ3EdpFaplyfL { width:19.75rem;height:15.625rem;top:91.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dizl3mvK6zXQJfr4iw4XxaKbBug7pitE { width:17.5625rem;height:2.25rem;top:137.7rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP9IFLMRWSQp65LxcJBFOhg59el48a8u { display:block; }
 }@media only screen and (max-width: 763px) { #zbnPb1F30koePXOyQbOrbCnrEwZcIFz1 { width:18rem;height:2.25rem;top:155.55rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHdsG9RfrsJeSInyQCtX3lKzxdmuU8qq { display:block; }
 }@media only screen and (max-width: 763px) { #yWnB6GmRAW6LqqBTy1DBUzkzTslFmTEd { width:9.25rem;height:13.125rem;top:108.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV9Rlr01hxtVs86qTqrWMVeM5sDnL2Rx { width:9.25rem;height:13.0625rem;top:123.2875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvqctRLTV7I1SpDelPExT1vTwXadEwgS { width:9.25rem;height:13rem;top:141.2rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax7uvIPUHraFfecL4hmOFGzGyfJ8ZQ68 { display:block; }#ax7uvIPUHraFfecL4hmOFGzGyfJ8ZQ68 > .row .container { width:20rem;height:174.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6SWzA37kscHRNQ7nPq65uBS0FoHnhce { width:19.75rem;height:15.625rem;top:28.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT7PQyizTusJ3nNErP8TLFnXzOOlLixR { width:18.25rem;height:3.4375rem;top:40rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E06B4T81L1Jrdl3ODFRzT0vKPv2FqPeW { display:block; }
 }@media only screen and (max-width: 763px) { #brkCKyxv03ySbJcU3V8TvIhe8rvLZiJx { width:19.75rem;height:15.625rem;top:60.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNCDLKIhrPrHrKuMl3aZkOh436cfVr1D { width:19.75rem;height:15.625rem;top:91.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD17Kmfr5buycpRxsc3MpWEQW4CLprUL { width:17.5625rem;height:2.25rem;top:137.6375rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVGxdlgmObHH5U1C8rioe3chMZPegsEB { display:block; }
 }@media only screen and (max-width: 763px) { #IMDicuQ8AkSIPZEM8zVPqZa79QORfgOy { width:18rem;height:2.25rem;top:155.4875rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #atRKf5eVIMaRBrp3bwOcNzAO0Irz6SlV { display:block; }
 }@media only screen and (max-width: 763px) { #FfSpc8O4JHnU6rcM5gVpMpOgRLXWkDvr { width:9.25rem;height:13.125rem;top:108.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNqkX95Qy8LH7B9gtZcuBaPi06Fafd0F { width:9.25rem;height:13rem;top:123.2875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3Zrgb4aZQfCLHyqduiONABOnvawX2P1 { width:9.25rem;height:13rem;top:141.1375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvr52bbKHUzFZo7PfRNxEvfT7P7LrGPE { display:block; }#Pvr52bbKHUzFZo7PfRNxEvfT7P7LrGPE > .row .container { width:20rem;height:174.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dx6zTzXUvHBdBPRgRSLTDMcEsXtQZFmf { width:19.75rem;height:15.625rem;top:28.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTimqzx47FhxqBV98etcQXTOuSibnz7w { width:18.25rem;height:3.4375rem;top:40rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHGsIV9BTULeqA88PnV7LVXx7GlXl7kB { display:block; }
 }@media only screen and (max-width: 763px) { #m7Su1lImPP5p16pzEkDeMn25a1wWTB0M { width:19.75rem;height:15.625rem;top:60.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsHJBc6DLdXvRqiEe0Uk2edAJTOX9LEF { width:17.5625rem;height:2.25rem;top:105.7625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZayFLeGAOkRX8dCns7JrST27a67ub9gw { display:block; }
 }@media only screen and (max-width: 763px) { #dedaQBaxfd0vTmwSQS3drCcgslsumgK8 { width:8.8125rem;height:13rem;top:77.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGRbacgiO6qzEpopF5mKesxbSxTl4VF0 { width:8.8125rem;height:13rem;top:91.4125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfOqpgneO9N3JB5ZCRsCQHLUgoz6MAT9 { display:block; }#PfOqpgneO9N3JB5ZCRsCQHLUgoz6MAT9 > .row .container { width:20rem;height:174.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzPyJJ3xBUihBODVAWoT9KWWtatycEsA { width:19.75rem;height:15.625rem;top:28.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6euoKNuSioDbbbE18TJixnonPuAI8t5 { width:18.25rem;height:3.4375rem;top:40rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgQWrqXhzUDKt4TN3uKIhNrplnVZ8nwc { display:block; }
 }@media only screen and (max-width: 763px) { #qR6EsNn7GNkAiPh7GlEkBG4cQKoD6vq0 { width:19.75rem;height:15.625rem;top:60.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN14ZrT0fG26CnINc3b6rLhBhrBaRd8d { width:19.75rem;height:15.625rem;top:91.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg3pTICsNnXOFe0IxUMAxOaZQ7ttfqSc { width:18rem;height:4.05rem;top:6.375rem;left:1rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJlxSL8HKsHUAs5FqRMGIq3WcPVWEx22 { width:20rem;height:2rem;top:108.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTPLnwTMMgDJX1JVPfdWUs3CiqIlLPTv { width:17.5625rem;height:2.25rem;top:140.7625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oawTVLpbN3I5KeeSE61xTRyF9nHIiSbP { display:block; }
 }@media only screen and (max-width: 763px) { #F1CuNTMrwg7BQx4PFHtTJqNLExnOlmm9 { width:18rem;height:2.25rem;top:158.6125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWCfn1v2qpR36vx7ruqOZZyh5wTwqbLD { display:block; }
 }@media only screen and (max-width: 763px) { #cJ6AvxNmLC0d90RLp7mIa2TfWPy29lOh { width:8.8125rem;height:13rem;top:112.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOKsTrVZIyQP1ECCcLpK5EImtsTVg0ff { width:8.8125rem;height:13rem;top:126.4125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3xAF072P2bghSR3Zldst4ofyN9TzTqG { width:8.8125rem;height:13rem;top:144.2625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJfpHn8XfaQxaPFqsF4Dstx7qiM1mmr0 { display:block; }#GJfpHn8XfaQxaPFqsF4Dstx7qiM1mmr0 > .row .container { width:20rem;height:174.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPO8MHCs8nbCf1EePznw8zcSyKgV9I2Z { width:19.75rem;height:15.625rem;top:28.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryRg5BLAcFwT6lyFoSS3SO2ypeRuUmkk { width:18.25rem;height:3.4375rem;top:40rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4FPFqyG0ExTTt240lq6Tqzwxamtihl4 { display:block; }
 }@media only screen and (max-width: 763px) { #ziIs7ikal6L9kgypnckNbzNLgb1eBbTR { width:19.75rem;height:15.625rem;top:60.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTD2Bw4lffgnTMGF2JadSTTUNBXvyumZ { width:19.75rem;height:15.625rem;top:91.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAOFRInQpb51HXmgHE7KBaPWklss2mLR { width:17.5625rem;height:2.25rem;top:137.5125rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4xJOnG3sig93iWMbdmx7Xb1y6ZVsA1C { display:block; }
 }@media only screen and (max-width: 763px) { #AZHtZOqv0sxPEknDhWPRMw9VTOvTCc8H { width:18rem;height:2.25rem;top:155.3625rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebdUagZ3cEexniLbolr1rn2Wz5cnL0mb { display:block; }
 }@media only screen and (max-width: 763px) { #m2Zbb3A1T4ZPsJRoqnbVPkbnek7rFBml { width:8.8125rem;height:13rem;top:108.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIe6D65IvObxHH7wIvguP0h7h9Sm7x5w { width:8.8125rem;height:13rem;top:123.1625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhCVEadTduiDEwInGSEzOfTEiZSdxe2d { width:9.25rem;height:13rem;top:141.0125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P84esKN6VBUcUnPplW95VZTNAxlZnAT9 { display:block; }#P84esKN6VBUcUnPplW95VZTNAxlZnAT9 > .row .container { width:20rem;height:174.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n5OAakGwxW2Fks1GkKQn0XuoXELaoTVW { width:19.75rem;height:15.625rem;top:28.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVc5pZNK37MpPXNliGpqfbh4aebHkXBh { width:18.25rem;height:3.4375rem;top:40rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnpspFTLlIQlBXAUJlT0TRog2wrkoPJb { display:block; }
 }@media only screen and (max-width: 763px) { #yQeX2MQom7ks1DXtRxH91m5LG0XDbwqn { width:19.75rem;height:15.625rem;top:60.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQduz4NPVV0HND8E4cHgkWuwgowFnZOB { width:19.75rem;height:15.625rem;top:91.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVOhHdW15qoenwLo02FNl5AGHywUydyR { width:17.5625rem;height:2.25rem;top:137.5125rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M99tL8ekKTwKg2otTP0TIxDnWzZLLEdo { display:block; }
 }@media only screen and (max-width: 763px) { #BVDuyccgL5pCZIxb7HUBG7xwpUk2wk1f { width:18rem;height:2.25rem;top:155.3625rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8EgF3JCniKhvAW09ti8XeDCwFWKS7vo { display:block; }
 }@media only screen and (max-width: 763px) { #ecZ1C8Tx1m7aS1HQBSdTBlSbg4ZyLEIX { width:9.125rem;height:13rem;top:108.8125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gutBrnDBCa6CGRgyG2kq57k1aUc7Ezcl { width:9.125rem;height:13rem;top:123.1625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNXlmn2tU0qsm24DZl76U0HPklGubcgq { width:9.25rem;height:13rem;top:141.0125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcQCXeKyaaTxV63ydOSub0qsQmhmvdGX { display:block; }#xcQCXeKyaaTxV63ydOSub0qsQmhmvdGX > .row .container { width:20rem;height:174.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vt6zFECkpFwTkJSMxvJ1tBAt5TGh9bhG { width:19.75rem;height:15.625rem;top:28.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXQpQbWqFDA81KXuEIFwrxqT3pku3zS3 { width:18.25rem;height:3.4375rem;top:40rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPnXzbiadgaQryE194Wx9cKxLO7gIq5b { display:block; }
 }@media only screen and (max-width: 763px) { #Oh9Hs4Uau2ICKyypwH5NioLsckRw6O0q { width:19.75rem;height:15.625rem;top:60.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJuaOJlAZnVECSQDkz1y2zEeqftMyKGc { width:19.75rem;height:15.625rem;top:91.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVdxIRHhldW7r9T3DGvdghMNxmgK5rhs { width:17.5625rem;height:2.25rem;top:137.575rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKIp9l4C4wPskVrpTVb7lTzVuxNE7TGu { display:block; }
 }@media only screen and (max-width: 763px) { #gQMAnnSG5oGtkFcg9FO0RgZCOqfcLZKq { width:18rem;height:2.25rem;top:155.425rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq91kgO6WKZO2Kxkqa35Hp0KqkeygfHW { display:block; }
 }@media only screen and (max-width: 763px) { #BM5OZ50MZoIb1hrETDPfTxgm0Vul5XBl { width:9.25rem;height:13.0625rem;top:108.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPMZy4l3x2vbqfhJ5RGfI0f7XFw24aAC { width:9.25rem;height:13rem;top:123.225rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLMgMbZVwDgFTfuDRuq5xhVmxuXdV1XG { width:8.8125rem;height:13rem;top:141.075rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZGgJouWQ3uFxr4zUwt9d7PhzaBeqKoG { display:block; }#OZGgJouWQ3uFxr4zUwt9d7PhzaBeqKoG > .row .container { width:20rem;height:174.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPx9w6WuqLQJE4I3MKaVhJi9qdBFnNCc { width:19.75rem;height:15.625rem;top:28.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0FNv46NcrlgJ1Z0RU9UBNaWWGhUT59g { width:18.25rem;height:3.4375rem;top:40rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #muCyZSC9lel8kURf8aIKUOTghi1b9cmR { display:block; }
 }@media only screen and (max-width: 763px) { #uR1WG58HCnoKzNeg5wqQ4hWHoa7nMIUV { width:19.75rem;height:15.625rem;top:60.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVrXTktQtfArPmXrsImGRqEUWdON5wXC { width:19.75rem;height:15.625rem;top:91.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHMaTnfzaMJvQ1UaLCcGbXNkqTpwJoNa { width:20rem;height:4rem;top:108.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGibJ7WDa434lTO83lKAoKlqGzbEynys { width:17.5625rem;height:2.25rem;top:142.8875rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZPwyQ6OnkDCXQq73zEuU3avWdIxT0kE { display:block; }
 }@media only screen and (max-width: 763px) { #ibE4pkmTRnnlJealKdLiSqfTUTXFayXw { width:18rem;height:2.25rem;top:160.8rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4QviaV7GwBwfAVZtpBIHB0oOoWgoPJw { display:block; }
 }@media only screen and (max-width: 763px) { #fBvWTWkSX3UQR4OSkB7cyTTnnb97IewP { width:9.25rem;height:13.0625rem;top:114.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9aibh5I6k05GntH0llWW9x6C83t07RF { width:9.25rem;height:13.0625rem;top:128.475rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqFkBFIdHHP9iKiGc7xatFmDu879xL3N { width:9.25rem;height:13.0625rem;top:146.3875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybKiacgTPL6lVr7XCkvcRT7EUBDMzPTx { display:block; }#ybKiacgTPL6lVr7XCkvcRT7EUBDMzPTx > .row .container { width:20rem;height:174.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRkZNqtp4OP5y7e4KDnPt9SwUlEFflqr { width:19.75rem;height:15.625rem;top:28.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhsZItAeKBuX6gUyTJaaxkcGDMcE5iaz { width:18.25rem;height:3.4375rem;top:40rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6K02lCPXXC2GJ5fJPzgCXWC6sxp9nVt { display:block; }
 }@media only screen and (max-width: 763px) { #I56dbneN1JuD5IHX8mXTLUQmfVDF1Tyh { width:19.75rem;height:15.625rem;top:60.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r440e9WM4rLuDUwCnPmlQqNNs8vHnDaG { width:19.75rem;height:15.625rem;top:91.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRM3pzzRazotyCTQ9d1oqOhVTchtW3yZ { width:17.5625rem;height:2.25rem;top:137.6375rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPQPCMBCFrkr2ZB9Kr4V5P9HFp6Vzedg { display:block; }
 }@media only screen and (max-width: 763px) { #MVfNSpvTC8lhLrO4KEZM7r15xiphIRz4 { width:18rem;height:2.25rem;top:155.4875rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUXRUKuaDVNsnLhMeJlIuAkQGG7uiie3 { display:block; }
 }@media only screen and (max-width: 763px) { #qldUgWSKkTzUNA8yGE0bJZxwopJbZ9XN { width:9.25rem;height:13.0625rem;top:108.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pslEo4bZTR4uzrIktDzoZwIDN3hbmTdR { width:9.25rem;height:13.0625rem;top:123.225rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czlwfqQlBADZFGPgq7A3pSLauZyMfUGh { width:8.9375rem;height:13rem;top:141.1375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN6GfQGVacmlZWZfm5Ra2yDf11DXFaIL { display:block; }#PN6GfQGVacmlZWZfm5Ra2yDf11DXFaIL > .row .container { width:20rem;height:174.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3ytkTHKtliSrhKFNuCTUxxDXgFQlyoT { width:19.75rem;height:4.875rem;top:28.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC4TFZnGHATMuEA6hkaaSyqbDCIcFivb { width:18.25rem;height:3.4375rem;top:29.187799453736rem;left:0.87421876192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQgNVnUsXQo4y4IT5rhM48bNEONCORhW { display:block; }
 }@media only screen and (max-width: 763px) { #TEoI3RnTD6UsBx9EhBhLlK3TU6FW6HfI { width:9.25rem;height:13.0625rem;top:34.8125rem;left:5.3249998688698rem;display:block; }
 }@media only screen and (max-width: 763px) { #arsw3QONWr07EDEevoUuvva18F942Lgn { display:block; }#arsw3QONWr07EDEevoUuvva18F942Lgn > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }