.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heW3sELE3bwE3aT1oG4psoWOLVoi5IFg { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#heW3sELE3bwE3aT1oG4psoWOLVoi5IFg { background-color: transparent; background-image: none; }#heW3sELE3bwE3aT1oG4psoWOLVoi5IFg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heW3sELE3bwE3aT1oG4psoWOLVoi5IFg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heW3sELE3bwE3aT1oG4psoWOLVoi5IFg > .row .container > .video-iframe-container { display: none; }#heW3sELE3bwE3aT1oG4psoWOLVoi5IFg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heW3sELE3bwE3aT1oG4psoWOLVoi5IFg > .row > .video-iframe-container { display: none; }#heW3sELE3bwE3aT1oG4psoWOLVoi5IFg > .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); }#heW3sELE3bwE3aT1oG4psoWOLVoi5IFg { border-width: 0; border-radius: 0; }#heW3sELE3bwE3aT1oG4psoWOLVoi5IFg > .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; }#heW3sELE3bwE3aT1oG4psoWOLVoi5IFg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.25rem;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; }#GqNanquSzqGo0fvlbaRTxzt3mIURU7Tx { position:absolute;display:block;z-index:15000;height:4rem;width:60rem;top:0rem;left:0rem;display:block; }
#pHf4TSkl1v417WIIxxxLLdlJm812z54d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.14);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; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container { background-color: transparent; background-image: none; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container > .video-iframe-container { display: none; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row > .video-iframe-container { display: none; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .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); }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container { border-width: 0; border-radius: 0; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#CEVFVlWuh5wbbXBZCldfOANBeQvUBXKf { position:relative;display:block; }#CEVFVlWuh5wbbXBZCldfOANBeQvUBXKf { background-color: transparent; background-image: none; }#CEVFVlWuh5wbbXBZCldfOANBeQvUBXKf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEVFVlWuh5wbbXBZCldfOANBeQvUBXKf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEVFVlWuh5wbbXBZCldfOANBeQvUBXKf > .row .container > .video-iframe-container { display: none; }#CEVFVlWuh5wbbXBZCldfOANBeQvUBXKf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEVFVlWuh5wbbXBZCldfOANBeQvUBXKf > .row > .video-iframe-container { display: none; }#CEVFVlWuh5wbbXBZCldfOANBeQvUBXKf > .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); }#CEVFVlWuh5wbbXBZCldfOANBeQvUBXKf { border-width: 0; border-radius: 0; }#CEVFVlWuh5wbbXBZCldfOANBeQvUBXKf > .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; }#CEVFVlWuh5wbbXBZCldfOANBeQvUBXKf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uUb08lfxKFQ4mdBmTyqXacrkLeIq5bC9 { color:#071638;display:block;width:60rem;position:absolute;font-family:play;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3124990463257rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oL6pwJwFWi7TlhelTMWylV1yH161SkBI { position:relative;display:block; }#oL6pwJwFWi7TlhelTMWylV1yH161SkBI { background-color: transparent; background-image: none; }#oL6pwJwFWi7TlhelTMWylV1yH161SkBI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oL6pwJwFWi7TlhelTMWylV1yH161SkBI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oL6pwJwFWi7TlhelTMWylV1yH161SkBI > .row .container > .video-iframe-container { display: none; }#oL6pwJwFWi7TlhelTMWylV1yH161SkBI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oL6pwJwFWi7TlhelTMWylV1yH161SkBI > .row > .video-iframe-container { display: none; }#oL6pwJwFWi7TlhelTMWylV1yH161SkBI > .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); }#oL6pwJwFWi7TlhelTMWylV1yH161SkBI { border-width: 0; border-radius: 0; }#oL6pwJwFWi7TlhelTMWylV1yH161SkBI > .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; }#oL6pwJwFWi7TlhelTMWylV1yH161SkBI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;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; }#CbZrkPOntofZNqDN9FPOU0gLIAaw0QgQ { color:#1a2d4e;display:block;width:12rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.6875rem;left:24rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UxeL6JoMfiZ0SE8kfGVu1PPAmlM6paEa { position:absolute;display:block;z-index:15003;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.0625rem solid #13223f;border-left:0;border-right:0;border-bottom:0.0625rem solid #13223f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:14.375rem;top:3.375rem;left:22.8125rem;display:block; }
#QAKZkfBg1xOnRqkkqUMwsJgBJtOEzzcE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1rem;left:28.4375rem; }
#P6t8UlKDIsqb06C6Qr9UxQqHD2bbxpN4 { position:absolute;display:block;z-index:15006;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:2.5625rem;width:3.75rem;top:1.1875rem;left:28.125rem;display:block; }
#s2Z8u7emHnxXNt75fQgsJvpkUWcAcV6g { position:relative;display:block; }#s2Z8u7emHnxXNt75fQgsJvpkUWcAcV6g { background-color: transparent; background-image: none; }#s2Z8u7emHnxXNt75fQgsJvpkUWcAcV6g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2Z8u7emHnxXNt75fQgsJvpkUWcAcV6g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2Z8u7emHnxXNt75fQgsJvpkUWcAcV6g > .row .container > .video-iframe-container { display: none; }#s2Z8u7emHnxXNt75fQgsJvpkUWcAcV6g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2Z8u7emHnxXNt75fQgsJvpkUWcAcV6g > .row > .video-iframe-container { display: none; }#s2Z8u7emHnxXNt75fQgsJvpkUWcAcV6g > .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); }#s2Z8u7emHnxXNt75fQgsJvpkUWcAcV6g { border-width: 0; border-radius: 0; }#s2Z8u7emHnxXNt75fQgsJvpkUWcAcV6g > .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; }#s2Z8u7emHnxXNt75fQgsJvpkUWcAcV6g > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k5LnFTR4R9E7lpZzdhtyRfWU0wZKZTii { position:relative;display:block; }#k5LnFTR4R9E7lpZzdhtyRfWU0wZKZTii { background-color: transparent; background-image: none; }#k5LnFTR4R9E7lpZzdhtyRfWU0wZKZTii::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5LnFTR4R9E7lpZzdhtyRfWU0wZKZTii > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5LnFTR4R9E7lpZzdhtyRfWU0wZKZTii > .row .container > .video-iframe-container { display: none; }#k5LnFTR4R9E7lpZzdhtyRfWU0wZKZTii > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5LnFTR4R9E7lpZzdhtyRfWU0wZKZTii > .row > .video-iframe-container { display: none; }#k5LnFTR4R9E7lpZzdhtyRfWU0wZKZTii > .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); }#k5LnFTR4R9E7lpZzdhtyRfWU0wZKZTii { border-width: 0; border-radius: 0; }#k5LnFTR4R9E7lpZzdhtyRfWU0wZKZTii > .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; }#k5LnFTR4R9E7lpZzdhtyRfWU0wZKZTii > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.875rem;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; }#LWUxIJkzN6zz9voc0CbnsexBO0DlyfAZ { color:#04253a;display:block;width:15rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yb2e6mdfWDsosFXhhkfHdV4Suc5ck6Cw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:4.375rem;overflow:hidden;display:block; }
#qnlvGigNxdXl4fAGbShR6N1oyvl0kxGt { color:#04253a;display:block;width:15rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:6.3125rem;left:45rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bk501UsKxuTmHX66fSeMWdW9vrFUvvAg { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:49.375rem;overflow:hidden;display:block; }
#hMkS4nt3XtlxI8o8Uul7ENz8IxC8LgVi { color:#04253a;display:block;width:15rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:6.3125rem;left:30rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QW7sp59pUVaLTruelxdb03Bf57dR3GeI { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:34.375rem;overflow:hidden;display:block; }
#IxXkC0apTNqv0tuZFNNmRek8svFooXHp { color:#04253a;display:block;width:15rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:6.25rem;left:15rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SplvFhc87Dk5IaUoV9aJdyad8s4JOS7C { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:19.375rem;overflow:hidden;display:block; }
#iahA3EPzBELfdaS4ozyEFhTzwAbdiWd8 { position:relative;display:block; }#iahA3EPzBELfdaS4ozyEFhTzwAbdiWd8 { background-color: transparent; background-image: none; }#iahA3EPzBELfdaS4ozyEFhTzwAbdiWd8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iahA3EPzBELfdaS4ozyEFhTzwAbdiWd8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iahA3EPzBELfdaS4ozyEFhTzwAbdiWd8 > .row .container > .video-iframe-container { display: none; }#iahA3EPzBELfdaS4ozyEFhTzwAbdiWd8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iahA3EPzBELfdaS4ozyEFhTzwAbdiWd8 > .row > .video-iframe-container { display: none; }#iahA3EPzBELfdaS4ozyEFhTzwAbdiWd8 > .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); }#iahA3EPzBELfdaS4ozyEFhTzwAbdiWd8 { border-width: 0; border-radius: 0; }#iahA3EPzBELfdaS4ozyEFhTzwAbdiWd8 > .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; }#iahA3EPzBELfdaS4ozyEFhTzwAbdiWd8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.875rem;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; }#v9ZxPfwvo1DiF7m7XWHd3FyLMJsU2sEI { color:#04253a;display:block;width:15rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:6.25rem;left:45rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QsM6TBx0J5ZgmnpVa2xAhGDGAV9kATZn { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:49.375rem;overflow:hidden;display:block; }
#BXqOHJmbuJ37Ur50adxhezpU3v1WTfP2 { color:#04253a;display:block;width:15rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:6.3125rem;left:15rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HTeIpvxpBLoxw32IZ0qTtUIETxTzaVOa { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:19.375rem;overflow:hidden;display:block; }
#dWNBZgew8L9GxmNmu0k1lr6wiPEk91Fy { color:#04253a;display:block;width:15rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.25rem;left:30rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G8PPKaULk4igtw4eMUd2eUQUGZI8vRxP { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:34.375rem;overflow:hidden;display:block; }
#nLxPF1Ck9l7nXEbn80XOAqB7c4teSJwT { color:#04253a;display:block;width:15rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bkqs9XStBdvTBNVWcIryfyfe6ux9NoM2 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:4.375rem;overflow:hidden;display:block; }
#GWTe3BhzNCZ2K6upfVHMRUNsmMP8VHiU { position:relative;display:block; }#GWTe3BhzNCZ2K6upfVHMRUNsmMP8VHiU { background-color: transparent; background-image: none; }#GWTe3BhzNCZ2K6upfVHMRUNsmMP8VHiU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWTe3BhzNCZ2K6upfVHMRUNsmMP8VHiU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWTe3BhzNCZ2K6upfVHMRUNsmMP8VHiU > .row .container > .video-iframe-container { display: none; }#GWTe3BhzNCZ2K6upfVHMRUNsmMP8VHiU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWTe3BhzNCZ2K6upfVHMRUNsmMP8VHiU > .row > .video-iframe-container { display: none; }#GWTe3BhzNCZ2K6upfVHMRUNsmMP8VHiU > .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); }#GWTe3BhzNCZ2K6upfVHMRUNsmMP8VHiU { border-width: 0; border-radius: 0; }#GWTe3BhzNCZ2K6upfVHMRUNsmMP8VHiU > .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; }#GWTe3BhzNCZ2K6upfVHMRUNsmMP8VHiU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.875rem;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; }#AnKqBEl5VzlDmTRxUksLH1OPoR8VE863 { color:#04253a;display:block;width:15rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:6.3125rem;left:15rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o9E1GtPCb9XTWX29NU4u1UiofExAnOHm { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:19.375rem;overflow:hidden;display:block; }
#stpFPDMDprJMswgTs0z0mEB5RImDWvGU { color:#04253a;display:block;width:15rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kFwOEW6hXnvqVoLN6UePKD2pi64azMFd { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:4.375rem;overflow:hidden;display:block; }
#ThOkEoXUfKKumeBF55vgump1cK0QcZ25 { color:#04253a;display:block;width:15rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:6.25rem;left:45rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MXJGtf4Xrb8WPvOsOIT7JMQtEUcnXmBb { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:49.375rem;overflow:hidden;display:block; }
#WiiDwLJAu7s6eW7AwZ2BFhtttIwMXeuX { color:#04253a;display:block;width:15rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:6.25rem;left:30rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p3yVA9kmbPtCp6Qg7fFQd4aZfIh6wGdN { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:34.375rem;overflow:hidden;display:block; }
#cRT5DPbzT9LHZJEhGLMGEqoPColvLFkp { position:relative;display:block; }#cRT5DPbzT9LHZJEhGLMGEqoPColvLFkp { background-color: transparent; background-image: none; }#cRT5DPbzT9LHZJEhGLMGEqoPColvLFkp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRT5DPbzT9LHZJEhGLMGEqoPColvLFkp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRT5DPbzT9LHZJEhGLMGEqoPColvLFkp > .row .container > .video-iframe-container { display: none; }#cRT5DPbzT9LHZJEhGLMGEqoPColvLFkp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRT5DPbzT9LHZJEhGLMGEqoPColvLFkp > .row > .video-iframe-container { display: none; }#cRT5DPbzT9LHZJEhGLMGEqoPColvLFkp > .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); }#cRT5DPbzT9LHZJEhGLMGEqoPColvLFkp { border-width: 0; border-radius: 0; }#cRT5DPbzT9LHZJEhGLMGEqoPColvLFkp > .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; }#cRT5DPbzT9LHZJEhGLMGEqoPColvLFkp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.875rem;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; }#OUwxsFdQdrfI6E4ow5XTfSu0vryu6cbL { color:#04253a;display:block;width:15rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:6.25rem;left:15rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gHo7n0w4G3oE7r5MxTepzbI84rH85cQE { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:19.375rem;overflow:hidden;display:block; }
#HsGTw9fG7RH9INh6KSu77nuXrAOlKWfJ { color:#04253a;display:block;width:15rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:6.25rem;left:30rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TbKx2vcqpuRZzhiCuZAXh4iKrr9kM1gh { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:34.375rem;overflow:hidden;display:block; }
#drncKTSe3AyS397bgEvw7braT6snEUdm { position:relative;display:block; }#drncKTSe3AyS397bgEvw7braT6snEUdm { background-color: transparent; background-image: none; }#drncKTSe3AyS397bgEvw7braT6snEUdm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drncKTSe3AyS397bgEvw7braT6snEUdm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drncKTSe3AyS397bgEvw7braT6snEUdm > .row .container > .video-iframe-container { display: none; }#drncKTSe3AyS397bgEvw7braT6snEUdm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drncKTSe3AyS397bgEvw7braT6snEUdm > .row > .video-iframe-container { display: none; }#drncKTSe3AyS397bgEvw7braT6snEUdm > .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); }#drncKTSe3AyS397bgEvw7braT6snEUdm { border-width: 0; border-radius: 0; }#drncKTSe3AyS397bgEvw7braT6snEUdm > .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; }#drncKTSe3AyS397bgEvw7braT6snEUdm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JE0zl4ZdgPxzGZlSTXGiGhpNtuBMtOXb { color:#1a2d4e;display:block;width:19.5625rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.8125rem;left:20.25rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fJPQcrFQzmghEEPfkKkGINTxWFbiPTOO { position:absolute;display:block;z-index:15003;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.0625rem solid #13223f;border-left:0;border-right:0;border-bottom:0.0625rem solid #13223f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:14.375rem;top:3.5rem;left:22.8125rem;display:block; }
#RdQRKvSZZ9q8k6mfcrzwZWpdm9cuIpoT { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:3.75rem;top:1.3125rem;left:28.125rem;display:block; }
#mZqFRKMhWH45rNUay6TeQ6UdRyMoiMTi { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:0.8125rem;left:28.4375rem;overflow:hidden;display:block; }
#PNgcoftEPDEVlKgCepGbrygyryTgEQKv { position:relative;display:block; }#PNgcoftEPDEVlKgCepGbrygyryTgEQKv { background-color: transparent; background-image: none; }#PNgcoftEPDEVlKgCepGbrygyryTgEQKv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNgcoftEPDEVlKgCepGbrygyryTgEQKv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNgcoftEPDEVlKgCepGbrygyryTgEQKv > .row .container > .video-iframe-container { display: none; }#PNgcoftEPDEVlKgCepGbrygyryTgEQKv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNgcoftEPDEVlKgCepGbrygyryTgEQKv > .row > .video-iframe-container { display: none; }#PNgcoftEPDEVlKgCepGbrygyryTgEQKv > .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); }#PNgcoftEPDEVlKgCepGbrygyryTgEQKv { border-width: 0; border-radius: 0; }#PNgcoftEPDEVlKgCepGbrygyryTgEQKv > .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; }#PNgcoftEPDEVlKgCepGbrygyryTgEQKv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.875rem;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; }#doqs6cxIEFu2W0H6oHXwJ06571vzxUVQ { color:#04253a;display:block;width:15rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dh1qQ2PLHB2ToOTW0TzFh62ByO71NtBW { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:4.375rem;overflow:hidden;display:block; }
#SPXTw95rLhT9iFFU2MpX4CauqO5kukLm { color:#04253a;display:block;width:15rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:6.25rem;left:15rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zMhBUTn01XBBIHaElQEbNRCGaB42AIle { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:19.375rem;overflow:hidden;display:block; }
#G5gGuGg8xOxLQpARiSc1oMXaxZzUiXKr { color:#04253a;display:block;width:15rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:6.25rem;left:30rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VBUJOFkvgsshOl3S9v06UPynnDq39dfg { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:34.375rem;overflow:hidden;display:block; }
#xmChetBT9gb0BWHdy63280puRaT4Soas { color:#04253a;display:block;width:15rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:6.25rem;left:45rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iMXZq1HMon6voRJagnIPperw98VpvT76 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:49.375rem;overflow:hidden;display:block; }
#pG1P2ieMOy0h6bsh5tZGJpPPOsVzHBxk { position:relative;display:block; }#pG1P2ieMOy0h6bsh5tZGJpPPOsVzHBxk { background-color: transparent; background-image: none; }#pG1P2ieMOy0h6bsh5tZGJpPPOsVzHBxk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pG1P2ieMOy0h6bsh5tZGJpPPOsVzHBxk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pG1P2ieMOy0h6bsh5tZGJpPPOsVzHBxk > .row .container > .video-iframe-container { display: none; }#pG1P2ieMOy0h6bsh5tZGJpPPOsVzHBxk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pG1P2ieMOy0h6bsh5tZGJpPPOsVzHBxk > .row > .video-iframe-container { display: none; }#pG1P2ieMOy0h6bsh5tZGJpPPOsVzHBxk > .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); }#pG1P2ieMOy0h6bsh5tZGJpPPOsVzHBxk { border-width: 0; border-radius: 0; }#pG1P2ieMOy0h6bsh5tZGJpPPOsVzHBxk > .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; }#pG1P2ieMOy0h6bsh5tZGJpPPOsVzHBxk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.875rem;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; }#NNUsSegUvTRULuyJyV1n3PBU07lJxwXd { color:#04253a;display:block;width:15rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:6.25rem;left:15rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vGPy7WP5Tuz5cA63WpKMTm7QRTefCPyI { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:19.375rem;overflow:hidden;display:block; }
#bHFmS4QBW6ZCckQ3wCvO3iaNuN4DwvMf { color:#04253a;display:block;width:15rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:6.25rem;left:30rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pX87TawVHbxMZop70RP5pOBJd9ItWBI4 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:34.375rem;overflow:hidden;display:block; }
#l88Wf9DEODcPzFiR8zqoKTDQfsKx8bb3 { position:relative;display:block; }#l88Wf9DEODcPzFiR8zqoKTDQfsKx8bb3 { background-color: transparent; background-image: none; }#l88Wf9DEODcPzFiR8zqoKTDQfsKx8bb3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l88Wf9DEODcPzFiR8zqoKTDQfsKx8bb3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l88Wf9DEODcPzFiR8zqoKTDQfsKx8bb3 > .row .container > .video-iframe-container { display: none; }#l88Wf9DEODcPzFiR8zqoKTDQfsKx8bb3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l88Wf9DEODcPzFiR8zqoKTDQfsKx8bb3 > .row > .video-iframe-container { display: none; }#l88Wf9DEODcPzFiR8zqoKTDQfsKx8bb3 > .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); }#l88Wf9DEODcPzFiR8zqoKTDQfsKx8bb3 { border-width: 0; border-radius: 0; }#l88Wf9DEODcPzFiR8zqoKTDQfsKx8bb3 > .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; }#l88Wf9DEODcPzFiR8zqoKTDQfsKx8bb3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BbW0EuZ465imlQeGkxMUsxmKODMtReqQ { color:#1a2d4e;display:block;width:19.5625rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.6875rem;left:20.25rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#K0xCv0C2CHUmcano7KTKfx2fGMIGJtOP { position:absolute;display:block;z-index:15003;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.0625rem solid #13223f;border-left:0;border-right:0;border-bottom:0.0625rem solid #13223f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:14.375rem;top:3.375rem;left:22.8125rem;display:block; }
#rVTJnaZQuaPV6UA80XPz7ymtu56wlNON { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:0.875rem;left:28.4375rem; }
#XaSxPfFNlMWZr30LP2fxAMcaS1Iu80T0 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:3.75rem;top:1.1875rem;left:28.125rem;display:block; }
#NBSK6Z5q92ChspFnBiUS6b8ybFOT168X { position:relative;display:block; }#NBSK6Z5q92ChspFnBiUS6b8ybFOT168X { background-color: transparent; background-image: none; }#NBSK6Z5q92ChspFnBiUS6b8ybFOT168X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBSK6Z5q92ChspFnBiUS6b8ybFOT168X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBSK6Z5q92ChspFnBiUS6b8ybFOT168X > .row .container > .video-iframe-container { display: none; }#NBSK6Z5q92ChspFnBiUS6b8ybFOT168X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBSK6Z5q92ChspFnBiUS6b8ybFOT168X > .row > .video-iframe-container { display: none; }#NBSK6Z5q92ChspFnBiUS6b8ybFOT168X > .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); }#NBSK6Z5q92ChspFnBiUS6b8ybFOT168X { border-width: 0; border-radius: 0; }#NBSK6Z5q92ChspFnBiUS6b8ybFOT168X > .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; }#NBSK6Z5q92ChspFnBiUS6b8ybFOT168X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.25rem;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; }#SrlNlUydLiMyXxZCeaWGpEABsxIOTLbl { color:#04253a;display:block;width:15rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:6.25rem;left:15rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TASsPn4JpvGEQtBwFPU0yS6dwsJVTT3Q { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:19.375rem;overflow:hidden;display:block; }
#ts1rhN4wh3f1SxQ06ppVgU3JysMG3mpW { position:relative;display:block; }#ts1rhN4wh3f1SxQ06ppVgU3JysMG3mpW { background-color: transparent; background-image: none; }#ts1rhN4wh3f1SxQ06ppVgU3JysMG3mpW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ts1rhN4wh3f1SxQ06ppVgU3JysMG3mpW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ts1rhN4wh3f1SxQ06ppVgU3JysMG3mpW > .row .container > .video-iframe-container { display: none; }#ts1rhN4wh3f1SxQ06ppVgU3JysMG3mpW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ts1rhN4wh3f1SxQ06ppVgU3JysMG3mpW > .row > .video-iframe-container { display: none; }#ts1rhN4wh3f1SxQ06ppVgU3JysMG3mpW > .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); }#ts1rhN4wh3f1SxQ06ppVgU3JysMG3mpW { border-width: 0; border-radius: 0; }#ts1rhN4wh3f1SxQ06ppVgU3JysMG3mpW > .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; }#ts1rhN4wh3f1SxQ06ppVgU3JysMG3mpW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J0iazMgEE3eVlGuRXdfy8eBldAepAiuG { color:#1a2d4e;display:block;width:10.875rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.125rem;left:24.5625rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pAg0RgMRewwp1t7kNLXu3fUAIdI7b4SR { position:absolute;display:block;z-index:15003;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.0625rem solid #13223f;border-left:0;border-right:0;border-bottom:0.0625rem solid #13223f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:14.375rem;top:2.8125rem;left:22.8125rem;display:block; }
#Fhq3RoNmQv4hI0eWH4cFIkvlQniZPMKi { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0.4375rem;left:28.75rem; }
#PEM6pQ8TnMksavwIc4lDmXTBBIn1GBoD { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:3.75rem;top:0.625rem;left:28.125rem;display:block; }
#HTZbQ4NTTzlDaR60vdRbtBPkF2iwa4bW { position:relative;display:block; }#HTZbQ4NTTzlDaR60vdRbtBPkF2iwa4bW { background-color: transparent; background-image: none; }#HTZbQ4NTTzlDaR60vdRbtBPkF2iwa4bW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTZbQ4NTTzlDaR60vdRbtBPkF2iwa4bW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTZbQ4NTTzlDaR60vdRbtBPkF2iwa4bW > .row .container > .video-iframe-container { display: none; }#HTZbQ4NTTzlDaR60vdRbtBPkF2iwa4bW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTZbQ4NTTzlDaR60vdRbtBPkF2iwa4bW > .row > .video-iframe-container { display: none; }#HTZbQ4NTTzlDaR60vdRbtBPkF2iwa4bW > .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); }#HTZbQ4NTTzlDaR60vdRbtBPkF2iwa4bW { border-width: 0; border-radius: 0; }#HTZbQ4NTTzlDaR60vdRbtBPkF2iwa4bW > .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; }#HTZbQ4NTTzlDaR60vdRbtBPkF2iwa4bW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.25rem;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; }#ueR5odXHXICeKIANCocCEpe9Tv4LohJ0 { color:#04253a;display:block;width:15rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VOVDv5iKdNniKM41eRTno2HI39sVTb0G { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:4.375rem;overflow:hidden;display:block; }
#bug1hD9fa6xfAwfTa6WcFnaK4wCxGitP { color:#04253a;display:block;width:15rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:6.25rem;left:15rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#plGp7iUDHraBREEsl98VCeIADIaqdg7S { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:19.375rem;overflow:hidden;display:block; }
#bzwUSzEDv7qgGvQWLdBOq5a4qntMCopO { color:#04253a;display:block;width:15rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:6.25rem;left:30rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TRMx3eL4oGa9EqwKm95V53Nrny49GsuZ { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:34.375rem;overflow:hidden;display:block; }
#n3C8hmJ4hpMNvdsDGgOJgUNiKA1EuaMv { color:#04253a;display:block;width:15rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:6.25rem;left:45rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r3vZayN2lChAg4qDFmgPFzJiXOUAylVU { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:49.375rem;overflow:hidden;display:block; }
#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg { position:relative;display:block; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg { background-color: transparent; background-image: none; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row .container > .video-iframe-container { display: none; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row > .video-iframe-container { display: none; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .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); }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg { border-width: 0; border-radius: 0; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .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; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wrAI3OD1Jr3F9uaKZgpiqGqdMl6rv93k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#13223f;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; }#wrAI3OD1Jr3F9uaKZgpiqGqdMl6rv93k > .row .container { background-color: transparent; background-image: none; }#wrAI3OD1Jr3F9uaKZgpiqGqdMl6rv93k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrAI3OD1Jr3F9uaKZgpiqGqdMl6rv93k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrAI3OD1Jr3F9uaKZgpiqGqdMl6rv93k > .row .container > .video-iframe-container { display: none; }#wrAI3OD1Jr3F9uaKZgpiqGqdMl6rv93k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrAI3OD1Jr3F9uaKZgpiqGqdMl6rv93k > .row > .video-iframe-container { display: none; }#wrAI3OD1Jr3F9uaKZgpiqGqdMl6rv93k > .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); }#wrAI3OD1Jr3F9uaKZgpiqGqdMl6rv93k > .row .container { border-width: 0; border-radius: 0; }#wrAI3OD1Jr3F9uaKZgpiqGqdMl6rv93k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wrAI3OD1Jr3F9uaKZgpiqGqdMl6rv93k > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;position:relative;display:block; }#MwKm3JibVZLSx80iGvyb32TovtpV5rWy { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.375rem;left:42.75rem;height:1.7875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pot5kGihTToEbCFmxeeqEQDqA4zZfpVb { color:#fbfbfb;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:15.519790649414rem;left:26.6875rem;height:1.6rem;display:block; }
#WlrO0xciNkppfQtqT9SptwfEI9Rf5UuJ { color:#fbfbfb;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:3.9375rem;left:45.1875rem;height:1.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VGLRnnX1CVwZDZzQb6ffZx8gzm4I0XwR { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.9375rem;left:42.75rem; }
#RgTFoqpJI4c5hs3xtvNL88xgg8EUDvpL { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:6.4375rem;left:42.75rem; }
#r5FGbQZlGKJvMK1Phgz7NZRAUPk31y0S { color:#fbfbfb;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:6.4375rem;left:45.1875rem;height:1.6rem;display:block; }
#s0sNZXbbt7uuvWwRA0ftxRhFs6JB2Stn { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:8.8125rem;left:42.75rem; }
#S3pInJSKZ90yi1BdoqrRcmTkqA6hMt5X { color:#fbfbfb;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:8.75rem;left:45.1875rem;height:4.8rem;display:block; }
#or3xmozlv5xLll9UbJT6VxsQtXRaKNwn { 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:0.0625rem;width:56.875rem;top:14.875rem;left:1.5625rem;display:block; }
#cTTrkAIoIgzrNUmgy8IhMSV9TixIIdAE { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.75rem;height:1.7875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gsXA2PawBlRZzmM4W5lrMJGfALsn0E8G { color:#fbfbfb;display:block;width:9.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:3.9375rem;left:5.1875rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#UwdmDwy2E2Gx8KreM7NCFt4VTksKW9gM { color:#fbfbfb;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:6.4187507629394rem;left:5.1875rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#TETeylPvZ0KHhx5CMTe26uFh78kdxnAJ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:6.4375rem;left:2.75rem; }
#OSTIcoLybryLvvRBZgnOTByIrrFURXgi { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.9562492370606rem;left:2.875rem; }
#VOruRNvp9A5ZUEsTvgdDq7gKR78tQ2BD { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.4874992370606rem;left:26rem; }
#VOruRNvp9A5ZUEsTvgdDq7gKR78tQ2BD > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#S2vkhBkoymvKW1UD7cZAncwVEIAam2Tx { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.3624992370606rem;left:29.0625rem; }
#S2vkhBkoymvKW1UD7cZAncwVEIAam2Tx > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#IexOnLyXvD8yZNMiSg5gBgXRo3dwF2gx { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.3624992370606rem;left:32.5rem; }
#IexOnLyXvD8yZNMiSg5gBgXRo3dwF2gx > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#ACKQTQfBkSEv6IKv8vWHHdV3NESOgItg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:9.8125rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:17.119792938233rem;left:14.875rem;display:block; }
#Ctll9nsurm70ylEeOfKReFu4NiTdq69G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eHoX214TnivUhkTm3dT9cwwdSKU0t7B6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:9.625rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:17.119792938233rem;left:24.8125rem;display:block; }
#fS5Gf4oKRZhpgJAN1MIyu616TMWWPiDu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cDeKB3yLrCepgRoNabhR2Itumzd7wTCs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:10.875rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:17.119791030884rem;left:34.1875rem;display:block; }
#rJ8rywldJs1QMS8JoT7IeWon3ODRhOb6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container { background-color: transparent; background-image: none; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container > .video-iframe-container { display: none; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row > .video-iframe-container { display: none; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .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); }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container { border-width: 0; border-radius: 0; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:60rem;position:relative;display:block; }#piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:0.0625rem;left:58rem; }
#piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #heW3sELE3bwE3aT1oG4psoWOLVoi5IFg { display:block; }#heW3sELE3bwE3aT1oG4psoWOLVoi5IFg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqNanquSzqGo0fvlbaRTxzt3mIURU7Tx { top:0rem;left:0rem;width:47.75rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHf4TSkl1v417WIIxxxLLdlJm812z54d { display:block; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEVFVlWuh5wbbXBZCldfOANBeQvUBXKf { display:block; }#CEVFVlWuh5wbbXBZCldfOANBeQvUBXKf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUb08lfxKFQ4mdBmTyqXacrkLeIq5bC9 { top:2.3125rem;left:0rem;width:47.75rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL6pwJwFWi7TlhelTMWylV1yH161SkBI { display:block; }#oL6pwJwFWi7TlhelTMWylV1yH161SkBI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbZrkPOntofZNqDN9FPOU0gLIAaw0QgQ { top:3.6875rem;left:17.875rem;width:12rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxeL6JoMfiZ0SE8kfGVu1PPAmlM6paEa { top:3.375rem;left:16.6875rem;width:14.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAKZkfBg1xOnRqkkqUMwsJgBJtOEzzcE { top:1rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6t8UlKDIsqb06C6Qr9UxQqHD2bbxpN4 { top:1.1875rem;left:22rem;width:3.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2Z8u7emHnxXNt75fQgsJvpkUWcAcV6g { display:block; }#s2Z8u7emHnxXNt75fQgsJvpkUWcAcV6g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5LnFTR4R9E7lpZzdhtyRfWU0wZKZTii { display:block; }#k5LnFTR4R9E7lpZzdhtyRfWU0wZKZTii > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWUxIJkzN6zz9voc0CbnsexBO0DlyfAZ { width:15rem;height:2.875rem;top:6.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb2e6mdfWDsosFXhhkfHdV4Suc5ck6Cw { top:0rem;left:2.84375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnlvGigNxdXl4fAGbShR6N1oyvl0kxGt { width:15rem;height:2.875rem;top:6.3125rem;left:32.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk501UsKxuTmHX66fSeMWdW9vrFUvvAg { top:0rem;left:38.65625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMkS4nt3XtlxI8o8Uul7ENz8IxC8LgVi { width:15rem;height:2.875rem;top:6.3125rem;left:20.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW7sp59pUVaLTruelxdb03Bf57dR3GeI { top:0rem;left:26.71875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxXkC0apTNqv0tuZFNNmRek8svFooXHp { width:15rem;height:2.875rem;top:6.25rem;left:8.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SplvFhc87Dk5IaUoV9aJdyad8s4JOS7C { top:0rem;left:14.78125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iahA3EPzBELfdaS4ozyEFhTzwAbdiWd8 { display:block; }#iahA3EPzBELfdaS4ozyEFhTzwAbdiWd8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9ZxPfwvo1DiF7m7XWHd3FyLMJsU2sEI { width:15rem;height:2.875rem;top:6.25rem;left:32.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsM6TBx0J5ZgmnpVa2xAhGDGAV9kATZn { top:0rem;left:38.65625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXqOHJmbuJ37Ur50adxhezpU3v1WTfP2 { width:15rem;height:2.875rem;top:6.3125rem;left:8.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTeIpvxpBLoxw32IZ0qTtUIETxTzaVOa { top:0rem;left:14.78125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWNBZgew8L9GxmNmu0k1lr6wiPEk91Fy { width:15rem;height:2.875rem;top:6.25rem;left:20.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8PPKaULk4igtw4eMUd2eUQUGZI8vRxP { top:0rem;left:26.71875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLxPF1Ck9l7nXEbn80XOAqB7c4teSJwT { width:15rem;height:2.875rem;top:6.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkqs9XStBdvTBNVWcIryfyfe6ux9NoM2 { top:0rem;left:2.84375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWTe3BhzNCZ2K6upfVHMRUNsmMP8VHiU { display:block; }#GWTe3BhzNCZ2K6upfVHMRUNsmMP8VHiU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AnKqBEl5VzlDmTRxUksLH1OPoR8VE863 { width:15rem;height:2.875rem;top:6.3125rem;left:8.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9E1GtPCb9XTWX29NU4u1UiofExAnOHm { top:0rem;left:14.78125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #stpFPDMDprJMswgTs0z0mEB5RImDWvGU { width:15rem;height:2.875rem;top:6.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFwOEW6hXnvqVoLN6UePKD2pi64azMFd { top:0rem;left:2.84375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThOkEoXUfKKumeBF55vgump1cK0QcZ25 { width:15rem;height:2.875rem;top:6.25rem;left:32.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXJGtf4Xrb8WPvOsOIT7JMQtEUcnXmBb { top:0rem;left:38.65625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiiDwLJAu7s6eW7AwZ2BFhtttIwMXeuX { width:15rem;height:2.875rem;top:6.25rem;left:20.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3yVA9kmbPtCp6Qg7fFQd4aZfIh6wGdN { top:0rem;left:26.71875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRT5DPbzT9LHZJEhGLMGEqoPColvLFkp { display:block; }#cRT5DPbzT9LHZJEhGLMGEqoPColvLFkp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUwxsFdQdrfI6E4ow5XTfSu0vryu6cbL { width:15rem;height:2.875rem;top:6.25rem;left:8.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHo7n0w4G3oE7r5MxTepzbI84rH85cQE { top:0rem;left:14.78125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsGTw9fG7RH9INh6KSu77nuXrAOlKWfJ { width:15rem;height:0;top:6.25rem;left:20.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbKx2vcqpuRZzhiCuZAXh4iKrr9kM1gh { top:0rem;left:26.71875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #drncKTSe3AyS397bgEvw7braT6snEUdm { display:block; }#drncKTSe3AyS397bgEvw7braT6snEUdm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JE0zl4ZdgPxzGZlSTXGiGhpNtuBMtOXb { top:3.8125rem;left:14.125rem;width:19.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJPQcrFQzmghEEPfkKkGINTxWFbiPTOO { top:3.5rem;left:16.6875rem;width:14.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdQRKvSZZ9q8k6mfcrzwZWpdm9cuIpoT { top:1.3125rem;left:22rem;width:3.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZqFRKMhWH45rNUay6TeQ6UdRyMoiMTi { top:0.8125rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNgcoftEPDEVlKgCepGbrygyryTgEQKv { display:block; }#PNgcoftEPDEVlKgCepGbrygyryTgEQKv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doqs6cxIEFu2W0H6oHXwJ06571vzxUVQ { width:15rem;height:2.875rem;top:6.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh1qQ2PLHB2ToOTW0TzFh62ByO71NtBW { top:0rem;left:2.84375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPXTw95rLhT9iFFU2MpX4CauqO5kukLm { width:15rem;height:2.875rem;top:6.25rem;left:8.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMhBUTn01XBBIHaElQEbNRCGaB42AIle { top:0rem;left:14.78125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5gGuGg8xOxLQpARiSc1oMXaxZzUiXKr { width:15rem;height:2.875rem;top:6.25rem;left:20.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBUJOFkvgsshOl3S9v06UPynnDq39dfg { top:0rem;left:26.71875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmChetBT9gb0BWHdy63280puRaT4Soas { width:15rem;height:2.875rem;top:6.25rem;left:32.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMXZq1HMon6voRJagnIPperw98VpvT76 { top:0rem;left:38.65625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pG1P2ieMOy0h6bsh5tZGJpPPOsVzHBxk { display:block; }#pG1P2ieMOy0h6bsh5tZGJpPPOsVzHBxk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNUsSegUvTRULuyJyV1n3PBU07lJxwXd { width:15rem;height:2.875rem;top:6.25rem;left:8.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGPy7WP5Tuz5cA63WpKMTm7QRTefCPyI { top:0rem;left:14.78125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHFmS4QBW6ZCckQ3wCvO3iaNuN4DwvMf { width:15rem;height:2.875rem;top:6.25rem;left:20.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX87TawVHbxMZop70RP5pOBJd9ItWBI4 { top:0rem;left:26.71875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l88Wf9DEODcPzFiR8zqoKTDQfsKx8bb3 { display:block; }#l88Wf9DEODcPzFiR8zqoKTDQfsKx8bb3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbW0EuZ465imlQeGkxMUsxmKODMtReqQ { top:3.6875rem;left:14.125rem;width:19.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0xCv0C2CHUmcano7KTKfx2fGMIGJtOP { top:3.375rem;left:16.6875rem;width:14.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVTJnaZQuaPV6UA80XPz7ymtu56wlNON { top:0.875rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaSxPfFNlMWZr30LP2fxAMcaS1Iu80T0 { top:1.1875rem;left:22rem;width:3.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBSK6Z5q92ChspFnBiUS6b8ybFOT168X { display:block; }#NBSK6Z5q92ChspFnBiUS6b8ybFOT168X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrlNlUydLiMyXxZCeaWGpEABsxIOTLbl { width:15rem;height:2.875rem;top:6.25rem;left:8.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TASsPn4JpvGEQtBwFPU0yS6dwsJVTT3Q { top:0rem;left:14.78125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts1rhN4wh3f1SxQ06ppVgU3JysMG3mpW { display:block; }#ts1rhN4wh3f1SxQ06ppVgU3JysMG3mpW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0iazMgEE3eVlGuRXdfy8eBldAepAiuG { top:3.125rem;left:18.4375rem;width:10.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAg0RgMRewwp1t7kNLXu3fUAIdI7b4SR { top:2.8125rem;left:16.6875rem;width:14.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhq3RoNmQv4hI0eWH4cFIkvlQniZPMKi { top:0.4375rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEM6pQ8TnMksavwIc4lDmXTBBIn1GBoD { top:0.625rem;left:22rem;width:3.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTZbQ4NTTzlDaR60vdRbtBPkF2iwa4bW { display:block; }#HTZbQ4NTTzlDaR60vdRbtBPkF2iwa4bW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueR5odXHXICeKIANCocCEpe9Tv4LohJ0 { width:15rem;height:2.875rem;top:6.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOVDv5iKdNniKM41eRTno2HI39sVTb0G { top:0rem;left:2.84375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bug1hD9fa6xfAwfTa6WcFnaK4wCxGitP { width:15rem;height:2.875rem;top:6.25rem;left:8.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plGp7iUDHraBREEsl98VCeIADIaqdg7S { top:0rem;left:14.78125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzwUSzEDv7qgGvQWLdBOq5a4qntMCopO { width:15rem;height:2.875rem;top:6.25rem;left:20.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRMx3eL4oGa9EqwKm95V53Nrny49GsuZ { top:0rem;left:26.71875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3C8hmJ4hpMNvdsDGgOJgUNiKA1EuaMv { width:15rem;height:2.875rem;top:6.25rem;left:32.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3vZayN2lChAg4qDFmgPFzJiXOUAylVU { top:0rem;left:38.65625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg { display:block; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wrAI3OD1Jr3F9uaKZgpiqGqdMl6rv93k { display:block; }#wrAI3OD1Jr3F9uaKZgpiqGqdMl6rv93k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwKm3JibVZLSx80iGvyb32TovtpV5rWy { top:1.375rem;left:36.625rem;width:5.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pot5kGihTToEbCFmxeeqEQDqA4zZfpVb { top:15.5rem;left:20.5625rem;width:6.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlrO0xciNkppfQtqT9SptwfEI9Rf5UuJ { top:3.9375rem;left:39.0625rem;width:6.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGLRnnX1CVwZDZzQb6ffZx8gzm4I0XwR { top:3.9375rem;left:36.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgTFoqpJI4c5hs3xtvNL88xgg8EUDvpL { top:6.4375rem;left:36.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5FGbQZlGKJvMK1Phgz7NZRAUPk31y0S { top:6.4375rem;left:35.6875rem;width:12.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0sNZXbbt7uuvWwRA0ftxRhFs6JB2Stn { top:8.8125rem;left:36.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3pInJSKZ90yi1BdoqrRcmTkqA6hMt5X { top:8.75rem;left:34.4375rem;width:13.3125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #or3xmozlv5xLll9UbJT6VxsQtXRaKNwn { width:47.75rem;height:0.0625rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTrkAIoIgzrNUmgy8IhMSV9TixIIdAE { top:1.375rem;left:0rem;width:12.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsXA2PawBlRZzmM4W5lrMJGfALsn0E8G { top:3.9375rem;left:0rem;width:9.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwdmDwy2E2Gx8KreM7NCFt4VTksKW9gM { top:6.375rem;left:0rem;width:12.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TETeylPvZ0KHhx5CMTe26uFh78kdxnAJ { top:6.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSTIcoLybryLvvRBZgnOTByIrrFURXgi { top:3.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOruRNvp9A5ZUEsTvgdDq7gKR78tQ2BD { top:1.4375rem;left:19.875rem;width:1.5625rem;height:1.5625rem;display:block; }
#VOruRNvp9A5ZUEsTvgdDq7gKR78tQ2BD > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #S2vkhBkoymvKW1UD7cZAncwVEIAam2Tx { top:1.3125rem;left:22.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#S2vkhBkoymvKW1UD7cZAncwVEIAam2Tx > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #IexOnLyXvD8yZNMiSg5gBgXRo3dwF2gx { top:1.3125rem;left:26.375rem;width:1.8125rem;height:1.8125rem;display:block; }
#IexOnLyXvD8yZNMiSg5gBgXRo3dwF2gx > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #ACKQTQfBkSEv6IKv8vWHHdV3NESOgItg { width:9.8125rem;height:2.625rem;top:17.0625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ctll9nsurm70ylEeOfKReFu4NiTdq69G { display:block; }
 }@media only screen and (max-width: 763px) { #eHoX214TnivUhkTm3dT9cwwdSKU0t7B6 { width:9.625rem;height:2.625rem;top:17.0625rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS5Gf4oKRZhpgJAN1MIyu616TMWWPiDu { display:block; }
 }@media only screen and (max-width: 763px) { #cDeKB3yLrCepgRoNabhR2Itumzd7wTCs { width:10.875rem;height:2.625rem;top:17.0625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ8rywldJs1QMS8JoT7IeWon3ODRhOb6 { display:block; }
 }@media only screen and (max-width: 763px) { #pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx { display:block; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 { top:0.0625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #heW3sELE3bwE3aT1oG4psoWOLVoi5IFg { position:relative;z-index:auto;display:block; }#heW3sELE3bwE3aT1oG4psoWOLVoi5IFg > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqNanquSzqGo0fvlbaRTxzt3mIURU7Tx { width:20rem;height:4.25rem;top:0rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #pHf4TSkl1v417WIIxxxLLdlJm812z54d { display:block; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEVFVlWuh5wbbXBZCldfOANBeQvUBXKf { display:block; }#CEVFVlWuh5wbbXBZCldfOANBeQvUBXKf > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUb08lfxKFQ4mdBmTyqXacrkLeIq5bC9 { width:20rem;height:5.2rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oL6pwJwFWi7TlhelTMWylV1yH161SkBI { display:block; }#oL6pwJwFWi7TlhelTMWylV1yH161SkBI > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbZrkPOntofZNqDN9FPOU0gLIAaw0QgQ { width:12rem;height:2.19375rem;top:2.5625rem;left:4rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UxeL6JoMfiZ0SE8kfGVu1PPAmlM6paEa { width:14.375rem;height:2.5625rem;top:2.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAKZkfBg1xOnRqkkqUMwsJgBJtOEzzcE { display:flex;width:3.125rem;height:3.125rem;top:0rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #P6t8UlKDIsqb06C6Qr9UxQqHD2bbxpN4 { width:3.75rem;height:2.5625rem;top:0.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2Z8u7emHnxXNt75fQgsJvpkUWcAcV6g { display:block; }#s2Z8u7emHnxXNt75fQgsJvpkUWcAcV6g > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5LnFTR4R9E7lpZzdhtyRfWU0wZKZTii { display:block; }#k5LnFTR4R9E7lpZzdhtyRfWU0wZKZTii > .row .container { width:20rem;height:46.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWUxIJkzN6zz9voc0CbnsexBO0DlyfAZ { width:15rem;height:2.925rem;top:8.4375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb2e6mdfWDsosFXhhkfHdV4Suc5ck6Cw { width:7.5rem;height:7.5rem;top:0.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnlvGigNxdXl4fAGbShR6N1oyvl0kxGt { width:15rem;height:2.925rem;top:42.087501525879rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk501UsKxuTmHX66fSeMWdW9vrFUvvAg { width:7.5rem;height:7.5rem;top:34.58749961853rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMkS4nt3XtlxI8o8Uul7ENz8IxC8LgVi { width:15rem;height:2.925rem;top:30.91250038147rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW7sp59pUVaLTruelxdb03Bf57dR3GeI { width:7.5rem;height:7.5rem;top:23.41250038147rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxXkC0apTNqv0tuZFNNmRek8svFooXHp { width:15rem;height:2.925rem;top:19.674999237061rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SplvFhc87Dk5IaUoV9aJdyad8s4JOS7C { width:7.5rem;height:7.5rem;top:12.174999237061rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iahA3EPzBELfdaS4ozyEFhTzwAbdiWd8 { display:block; }#iahA3EPzBELfdaS4ozyEFhTzwAbdiWd8 > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9ZxPfwvo1DiF7m7XWHd3FyLMJsU2sEI { width:15rem;height:2.925rem;top:42.3125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsM6TBx0J5ZgmnpVa2xAhGDGAV9kATZn { width:7.5rem;height:7.5rem;top:34.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXqOHJmbuJ37Ur50adxhezpU3v1WTfP2 { width:15rem;height:2.925rem;top:18.924999237061rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTeIpvxpBLoxw32IZ0qTtUIETxTzaVOa { width:7.5rem;height:7.3125rem;top:11.424999237061rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWNBZgew8L9GxmNmu0k1lr6wiPEk91Fy { width:15rem;height:2.925rem;top:30.60000038147rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8PPKaULk4igtw4eMUd2eUQUGZI8vRxP { width:7.5rem;height:7.5rem;top:23.10000038147rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLxPF1Ck9l7nXEbn80XOAqB7c4teSJwT { width:15rem;height:2.925rem;top:7.5rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkqs9XStBdvTBNVWcIryfyfe6ux9NoM2 { width:7.5rem;height:7.5rem;top:0rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWTe3BhzNCZ2K6upfVHMRUNsmMP8VHiU { display:block; }#GWTe3BhzNCZ2K6upfVHMRUNsmMP8VHiU > .row .container { width:20rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AnKqBEl5VzlDmTRxUksLH1OPoR8VE863 { width:15rem;height:2.925rem;top:19.362499237061rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9E1GtPCb9XTWX29NU4u1UiofExAnOHm { width:7.5rem;height:7.5rem;top:11.862499237061rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #stpFPDMDprJMswgTs0z0mEB5RImDWvGU { width:9rem;height:2.925rem;top:7.5rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFwOEW6hXnvqVoLN6UePKD2pi64azMFd { width:7.5rem;height:7.5rem;top:0rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThOkEoXUfKKumeBF55vgump1cK0QcZ25 { width:15rem;height:2.925rem;top:43.1875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXJGtf4Xrb8WPvOsOIT7JMQtEUcnXmBb { width:7.5rem;height:7.5rem;top:35.6875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiiDwLJAu7s6eW7AwZ2BFhtttIwMXeuX { width:15rem;height:2.925rem;top:31.037503051758rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3yVA9kmbPtCp6Qg7fFQd4aZfIh6wGdN { width:7.5rem;height:7.5rem;top:23.60000038147rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRT5DPbzT9LHZJEhGLMGEqoPColvLFkp { display:block; }#cRT5DPbzT9LHZJEhGLMGEqoPColvLFkp > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUwxsFdQdrfI6E4ow5XTfSu0vryu6cbL { width:15rem;height:2.925rem;top:7.5rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHo7n0w4G3oE7r5MxTepzbI84rH85cQE { width:7.5rem;height:7.5rem;top:11.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsGTw9fG7RH9INh6KSu77nuXrAOlKWfJ { width:15rem;height:2.925rem;top:18.875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbKx2vcqpuRZzhiCuZAXh4iKrr9kM1gh { width:7.5rem;height:7.5rem;top:0rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #drncKTSe3AyS397bgEvw7braT6snEUdm { display:block; }#drncKTSe3AyS397bgEvw7braT6snEUdm > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JE0zl4ZdgPxzGZlSTXGiGhpNtuBMtOXb { width:19.5625rem;height:2.19375rem;top:2.9375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fJPQcrFQzmghEEPfkKkGINTxWFbiPTOO { width:14.375rem;height:2.5625rem;top:2.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdQRKvSZZ9q8k6mfcrzwZWpdm9cuIpoT { width:3.75rem;height:2.5625rem;top:0.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZqFRKMhWH45rNUay6TeQ6UdRyMoiMTi { width:3.125rem;height:3.125rem;top:0rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNgcoftEPDEVlKgCepGbrygyryTgEQKv { display:block; }#PNgcoftEPDEVlKgCepGbrygyryTgEQKv > .row .container { width:20rem;height:46.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doqs6cxIEFu2W0H6oHXwJ06571vzxUVQ { width:15rem;height:2.925rem;top:7.5rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh1qQ2PLHB2ToOTW0TzFh62ByO71NtBW { width:7.5rem;height:7.25rem;top:0rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPXTw95rLhT9iFFU2MpX4CauqO5kukLm { width:15rem;height:2.925rem;top:30.8125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMhBUTn01XBBIHaElQEbNRCGaB42AIle { width:7.5rem;height:7.5rem;top:23.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5gGuGg8xOxLQpARiSc1oMXaxZzUiXKr { width:15rem;height:2.925rem;top:42.5rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBUJOFkvgsshOl3S9v06UPynnDq39dfg { width:7.5rem;height:7.5rem;top:35rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmChetBT9gb0BWHdy63280puRaT4Soas { width:15rem;height:2.925rem;top:19.25rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMXZq1HMon6voRJagnIPperw98VpvT76 { width:7.5rem;height:7.5rem;top:11.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pG1P2ieMOy0h6bsh5tZGJpPPOsVzHBxk { display:block; }#pG1P2ieMOy0h6bsh5tZGJpPPOsVzHBxk > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNUsSegUvTRULuyJyV1n3PBU07lJxwXd { width:15rem;height:2.925rem;top:6.25rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGPy7WP5Tuz5cA63WpKMTm7QRTefCPyI { width:6.25rem;height:6.25rem;top:0rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHFmS4QBW6ZCckQ3wCvO3iaNuN4DwvMf { width:15rem;height:2.925rem;top:17.9375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX87TawVHbxMZop70RP5pOBJd9ItWBI4 { width:6.25rem;height:6.25rem;top:10.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l88Wf9DEODcPzFiR8zqoKTDQfsKx8bb3 { display:block; }#l88Wf9DEODcPzFiR8zqoKTDQfsKx8bb3 > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbW0EuZ465imlQeGkxMUsxmKODMtReqQ { width:19.5625rem;height:2.19375rem;top:2.75rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K0xCv0C2CHUmcano7KTKfx2fGMIGJtOP { width:14.375rem;height:2.5625rem;top:2.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVTJnaZQuaPV6UA80XPz7ymtu56wlNON { display:flex;width:3.125rem;height:3.125rem;top:0rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #XaSxPfFNlMWZr30LP2fxAMcaS1Iu80T0 { width:3.75rem;height:2.5625rem;top:0.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBSK6Z5q92ChspFnBiUS6b8ybFOT168X { display:block; }#NBSK6Z5q92ChspFnBiUS6b8ybFOT168X > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrlNlUydLiMyXxZCeaWGpEABsxIOTLbl { width:15rem;height:2.925rem;top:8.375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TASsPn4JpvGEQtBwFPU0yS6dwsJVTT3Q { width:7.5rem;height:7.25rem;top:0.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts1rhN4wh3f1SxQ06ppVgU3JysMG3mpW { display:block; }#ts1rhN4wh3f1SxQ06ppVgU3JysMG3mpW > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0iazMgEE3eVlGuRXdfy8eBldAepAiuG { width:10.875rem;height:2.19375rem;top:3.5rem;left:4.5625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pAg0RgMRewwp1t7kNLXu3fUAIdI7b4SR { width:14.375rem;height:2.5625rem;top:3.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhq3RoNmQv4hI0eWH4cFIkvlQniZPMKi { display:flex;width:2.5rem;height:2.5rem;top:0.875rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #PEM6pQ8TnMksavwIc4lDmXTBBIn1GBoD { width:3.75rem;height:2.5625rem;top:1.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTZbQ4NTTzlDaR60vdRbtBPkF2iwa4bW { display:block; }#HTZbQ4NTTzlDaR60vdRbtBPkF2iwa4bW > .row .container { width:20rem;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueR5odXHXICeKIANCocCEpe9Tv4LohJ0 { width:15rem;height:2.925rem;top:7.4375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOVDv5iKdNniKM41eRTno2HI39sVTb0G { width:7.5rem;height:7.5rem;top:0rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bug1hD9fa6xfAwfTa6WcFnaK4wCxGitP { width:15rem;height:2.925rem;top:19rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plGp7iUDHraBREEsl98VCeIADIaqdg7S { width:7.5rem;height:7.5rem;top:11.5625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzwUSzEDv7qgGvQWLdBOq5a4qntMCopO { width:15rem;height:2.925rem;top:30.6875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRMx3eL4oGa9EqwKm95V53Nrny49GsuZ { width:7.5rem;height:7.5rem;top:23.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3C8hmJ4hpMNvdsDGgOJgUNiKA1EuaMv { width:15rem;height:2.925rem;top:42.5625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3vZayN2lChAg4qDFmgPFzJiXOUAylVU { width:7.5rem;height:7.3125rem;top:35.125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg { display:block; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wrAI3OD1Jr3F9uaKZgpiqGqdMl6rv93k { background-color:#52c1fd;background-image:url("https://images.assets-landingi.com/x5DLTEjq/bg1_hd.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wrAI3OD1Jr3F9uaKZgpiqGqdMl6rv93k.adaptive-delivery-prevent-bg, #wrAI3OD1Jr3F9uaKZgpiqGqdMl6rv93k.lazyload, #wrAI3OD1Jr3F9uaKZgpiqGqdMl6rv93k.lazyloading { background-image: none; }#wrAI3OD1Jr3F9uaKZgpiqGqdMl6rv93k > .row .container { background-color: transparent; background-image: none; }#wrAI3OD1Jr3F9uaKZgpiqGqdMl6rv93k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrAI3OD1Jr3F9uaKZgpiqGqdMl6rv93k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrAI3OD1Jr3F9uaKZgpiqGqdMl6rv93k > .row .container > .video-iframe-container { display: none; }#wrAI3OD1Jr3F9uaKZgpiqGqdMl6rv93k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrAI3OD1Jr3F9uaKZgpiqGqdMl6rv93k > .row > .video-iframe-container { display: none; }#wrAI3OD1Jr3F9uaKZgpiqGqdMl6rv93k > .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); }#wrAI3OD1Jr3F9uaKZgpiqGqdMl6rv93k > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwKm3JibVZLSx80iGvyb32TovtpV5rWy { width:17.1875rem;height:1.70625rem;top:12.25rem;left:1.4375rem;font-size:1.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Pot5kGihTToEbCFmxeeqEQDqA4zZfpVb { width:6.5625rem;height:1.6rem;top:27.875rem;left:6.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WlrO0xciNkppfQtqT9SptwfEI9Rf5UuJ { width:6.5625rem;height:1.6rem;top:14.9375rem;left:5.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VGLRnnX1CVwZDZzQb6ffZx8gzm4I0XwR { display:flex;width:1.5625rem;height:1.5625rem;top:14.9375rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #RgTFoqpJI4c5hs3xtvNL88xgg8EUDvpL { display:flex;width:1.5625rem;height:1.5625rem;top:17.1875rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #r5FGbQZlGKJvMK1Phgz7NZRAUPk31y0S { width:12.0625rem;height:1.6rem;top:17.1875rem;left:5.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s0sNZXbbt7uuvWwRA0ftxRhFs6JB2Stn { display:flex;width:1.5625rem;height:1.5625rem;top:19.5rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #S3pInJSKZ90yi1BdoqrRcmTkqA6hMt5X { width:13.3125rem;height:4.8rem;top:19.5rem;left:5.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #or3xmozlv5xLll9UbJT6VxsQtXRaKNwn { width:20rem;height:0.0625rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTrkAIoIgzrNUmgy8IhMSV9TixIIdAE { width:12.375rem;height:1.70625rem;top:4.375rem;left:3.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #gsXA2PawBlRZzmM4W5lrMJGfALsn0E8G { width:9.9375rem;height:1.6rem;top:6.875rem;left:6.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UwdmDwy2E2Gx8KreM7NCFt4VTksKW9gM { width:8.1875rem;height:1.6rem;top:8.72500038147rem;left:6.28125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TETeylPvZ0KHhx5CMTe26uFh78kdxnAJ { display:flex;width:1.5625rem;height:1.5625rem;top:8.72500038147rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #OSTIcoLybryLvvRBZgnOTByIrrFURXgi { display:flex;width:1.5625rem;height:1.5625rem;top:6.875rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #VOruRNvp9A5ZUEsTvgdDq7gKR78tQ2BD { display:flex;width:1.5625rem;height:1.5625rem;top:1.5187492370606rem;left:5.21875rem; }
#VOruRNvp9A5ZUEsTvgdDq7gKR78tQ2BD > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #S2vkhBkoymvKW1UD7cZAncwVEIAam2Tx { display:flex;width:1.8125rem;height:1.8125rem;top:1.3937492370606rem;left:9.09375rem; }
#S2vkhBkoymvKW1UD7cZAncwVEIAam2Tx > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #IexOnLyXvD8yZNMiSg5gBgXRo3dwF2gx { display:flex;width:1.5625rem;height:1.5625rem;top:1.5187492370606rem;left:13.28125rem; }
#IexOnLyXvD8yZNMiSg5gBgXRo3dwF2gx > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #ACKQTQfBkSEv6IKv8vWHHdV3NESOgItg { width:8.4375rem;height:2.625rem;top:30.0625rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ctll9nsurm70ylEeOfKReFu4NiTdq69G { display:block; }
 }@media only screen and (max-width: 763px) { #eHoX214TnivUhkTm3dT9cwwdSKU0t7B6 { width:9.625rem;height:2.625rem;top:30.0625rem;left:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS5Gf4oKRZhpgJAN1MIyu616TMWWPiDu { display:block; }
 }@media only screen and (max-width: 763px) { #cDeKB3yLrCepgRoNabhR2Itumzd7wTCs { width:9.625rem;height:2.625rem;top:32.125rem;left:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ8rywldJs1QMS8JoT7IeWon3ODRhOb6 { display:block; }
 }@media only screen and (max-width: 763px) { #pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 { display:flex;width:2rem;height:2rem;top:1.25rem;left:9rem; }
#piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }