.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#0a1651;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); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { background-color: transparent; background-image: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .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); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { border-width: 0; border-radius: 0; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#mgLKykKfOqPE2FTGqdGZRfvRaa5BSN71 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.49960625rem;width:3.06210625rem;top:1.4355467557907rem;left:44.0625rem;overflow:hidden;display:block; }
#lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;display:none; }
#t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5.49913125rem;top:0.625rem;left:7.5rem;overflow:hidden;display:block; }
#u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.9375rem;display:none; }
#BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { z-index:15012;top:1.3746093511581rem;left:47.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1f80d1, #085da9);background-image: -moz-linear-gradient(90deg, #1f80d1, #085da9);background-image: -ms-linear-gradient(90deg, #1f80d1, #085da9);background-image: -o-linear-gradient(90deg, #1f80d1, #085da9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80d1', endColorstr='#085da9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80d1', endColorstr='#085da9' );";background-image: linear-gradient(90deg, #1f80d1, #085da9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:mukta;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { z-index:15006;top:1.37109375rem;left:61.0625rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #085da9;border-left:0.125rem solid #085da9;border-right:0.125rem solid #085da9;border-bottom:0.125rem solid #085da9;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#085da9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.499rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00162f;background-image:url("https://images.assets-landingi.com/uc/a300cc1d-1f72-4c08-ab4b-37b702844571/LP_akademia_bonusow.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3.adaptive-delivery-prevent-bg, #oygLyom0mpqqQCqK4m8zKPeTsACl27O3.lazyload, #oygLyom0mpqqQCqK4m8zKPeTsACl27O3.lazyloading { background-image: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container { background-color: transparent; background-image: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container > .video-iframe-container { display: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row > .video-iframe-container { display: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .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); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container { border-width: 0; border-radius: 0; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;position:relative;display:block; }#yBGyvllDoSmhXUWJwxuuFGwSP2rg17S2 { color:#ffffff;display:block;width:69.436875rem;position:absolute;font-family:mukta;font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XBXckv8BKJ64S1xTlot33f5WTtRaO1MR { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:6.4375rem;top:9.9037907123569rem;left:9.0292248725894rem;overflow:hidden;display:none; }
#TCwwVVvbPUp6Jb9Pl8rkTcPXhq43cxAV { color:#ffffff;display:block;width:40.5625rem;position:absolute;font-family:mukta;font-size:2.875rem;font-weight:400;z-index:15072;line-height:01.2;letter-spacing:0;top:11.370702266693rem;left:5.0625rem;height:3.448825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c2oZK5w7Zp9EWKigXXR10Q2cxBQgDDgl { color:#ffffff;display:block;width:27.4991875rem;position:absolute;font-family:mukta;font-size:2.4375rem;font-weight:400;z-index:15073;line-height:01.2;letter-spacing:0;top:7.9347653388975rem;left:5.0625rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TCGgyrCx4pRPuVSrXbtQvnqT7E4NmLVX { color:#ffffff;display:block;width:45.812375rem;position:absolute;font-family:mukta;font-size:1.875rem;font-weight:400;z-index:15071;line-height:1;letter-spacing:0;top:12.49942111969rem;left:5.0614876747131rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#THAKtxKmkcXEU6ATu7pB8h8MtQx5RgBG { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#CWEzvgfUlrrv9kzrRzlKq3CFqm10bsD7 { color:#ffffff;display:block;width:17.374125rem;position:absolute;font-family:mukta;font-size:1.875rem;font-weight:400;z-index:15075;line-height:1;letter-spacing:0;top:15.437500476837rem;left:5.0607643127441rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#VZtWV4WB4WR15OrdfcSzPJ1p6DF7Dww4 { z-index:15163;top:18.561415195465rem;left:4.873046875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.18) ;box-sizing:border-box;color:#355ba2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.2480625rem;height:2.87218125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#TcI3oTV2IyMe9AlpiKMe7sggEXavvbaG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212f90;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; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container { background-color: transparent; background-image: none; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container > .video-iframe-container { display: none; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row > .video-iframe-container { display: none; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .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); }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container { border-width: 0; border-radius: 0; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;position:relative;display:block; }#yAgZbUrOoKLJMqBtB2q2BBUoZTR8TgmT { color:#ffffff;display:block;width:69.436875rem;position:absolute;font-family:mukta;font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#KP9AHawbw4ZwFF7iA9v4RxOdzZQmqMvT { box-sizing:content-box;height:4rem;width:14.0625rem;position:absolute;display:block;z-index:15011;background-color:rgba(225,0,255,0.2);background-image:none;top:12.1875rem;left:17.875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mK8NHtgFS80Gy0KT2FdEChB3DltmP7a5 { box-sizing:content-box;height:6.8125rem;width:6.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(207deg, rgba(64,26,125,0.08), rgba(188,30,116,0.87));background-image: -moz-linear-gradient(207deg, rgba(64,26,125,0.08), rgba(188,30,116,0.87));background-image: -ms-linear-gradient(207deg, rgba(64,26,125,0.08), rgba(188,30,116,0.87));background-image: -o-linear-gradient(207deg, rgba(64,26,125,0.08), rgba(188,30,116,0.87));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#14401a7d', endColorstr='#ddbc1e74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#14401a7d', endColorstr='#ddbc1e74' );";background-image: linear-gradient(207deg, rgba(64,26,125,0.08), rgba(188,30,116,0.87));background-size:auto !important;top:4.1875rem;left:21.1875rem;border-top:0.3125rem solid #a04dc8;border-left:0.3125rem solid #a04dc8;border-right:0.3125rem solid #a04dc8;border-bottom:0.3125rem solid #a04dc8;display:block; }
#d3B4Hh6Z1PbTPakqrSJgmp0fo5Tl6J94 { color:#b22bb7;display:block;width:7.5rem;position:absolute;font-family:mukta;font-size:1.4375rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:19.5625rem;left:18rem;height:1.8691375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zIUFlNctPyyDNXlwGMvT6MXdQTCoX4HE { color:#fffefb;display:block;width:14.75rem;position:absolute;font-family:mukta;font-size:1.1875rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:22.125rem;left:17.3125rem;height:3.084375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lPvwyJgmyqcnmAuywbwKCiMVVHbTEMor { position:absolute;display:block;z-index:15154;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:5.3125rem;left:22.25rem;overflow:hidden;display:block; }
#w8fpMLvZTBLH4XfTe1RDxuP9TGGNnmHH { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;display:none; }
#aVty4OVTiRaRlJ4lmZGs5X9P3TIyZu0y { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;display:none; }
#tmrQ38DAyLWXL7IBqXX8AehGGWJ0sxqG { color:#ffffff;display:block;width:29.436875rem;position:absolute;font-family:mukta;font-size:1.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:16.052245140076rem;left:24.999185562134rem;height:2.4373375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#x0kNiggROoXMbNR7AhbkQOvH0A9RA88h { color:#ffffff;display:block;width:29.436875rem;position:absolute;font-family:mukta;font-size:1.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:16.052245140076rem;left:24.999185562134rem;height:2.4373375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EysIlDuCpELNJWWfnUhFQF0VexLeRAyG { color:#8b0f4c;display:block;width:1.9375rem;position:absolute;font-family:"mukta extrabold";font-size:3rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:12.124217987061rem;left:19.9375rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tw35QsH2EwKuUAtIgEQkOBWS3obCENqT { color:#ff53a8;display:block;width:8.5625rem;position:absolute;font-family:mukta;font-size:1.875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:13rem;left:22.3125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HtzSJIPvpF2yB0glERxCgCQkwVFlzRBc { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:7.25rem;top:3.9375rem;left:22.625rem;overflow:hidden;display:block; }
#tgnlfvUTOCzBSI4afXKbNHGgQFuEVTrX { color:#ffffff;display:block;width:29.436875rem;position:absolute;font-family:mukta;font-size:1.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:16.052245140076rem;left:24.999185562134rem;height:2.4373375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TvAJpxlm0EhWuJRMZ9MxP0NIZ0PUCBEQ { color:#ffffff;display:block;width:29.436875rem;position:absolute;font-family:mukta;font-size:1.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:16.052245140076rem;left:24.999185562134rem;height:2.4373375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#KmKxKk62wZybcpPvzaJtTSSMRtXzGqaU { color:#ffffff;display:block;width:29.436875rem;position:absolute;font-family:mukta;font-size:1.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:16.052245140076rem;left:24.999185562134rem;height:2.4373375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RODI2bnP3eb0pMwohmdxx5oLC52nPZLg { color:#ffffff;display:block;width:29.436875rem;position:absolute;font-family:mukta;font-size:1.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:16.052245140076rem;left:24.999185562134rem;height:2.4373375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cKg6DlGOTxvUFWSElAucqEJW9wueh0kZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15161;opacity:1;top:16.6875rem;left:23.8125rem; }
#LuApCM6PhpFiJptQUWOzRuxV2MssuMLI { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15000;background-color:#b22bb7;background-image:none;top:19.5rem;left:25.75rem;display:block; }
#yAeQOchVO2XqS6zs1vyVye9Gk3QbIZEF { box-sizing:content-box;height:26.8125rem;width:20.3125rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(225,0,255,0.4));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(225,0,255,0.4));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(225,0,255,0.4));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(225,0,255,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66e100ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66e100ff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(225,0,255,0.4));background-size:auto !important;top:4.125rem;left:14.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ePBWP9KyznvzBdCn2N9VH2MNNFcnHzLh { color:#ffffff;display:block;width:29.436875rem;position:absolute;font-family:mukta;font-size:1.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:16.052245140076rem;left:24.999185562134rem;height:2.4373375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Xv3LUgbPOo2RJby1evdEEOZFxButxbhk { color:#ffffff;display:block;width:29.436875rem;position:absolute;font-family:mukta;font-size:1.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:16.052245140076rem;left:24.999185562134rem;height:2.4373375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#DHggWbquzguNl0JLN1FpLrXLg2TiO2En { color:#ffffff;display:block;width:29.436875rem;position:absolute;font-family:mukta;font-size:1.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:16.052245140076rem;left:24.999185562134rem;height:2.4373375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nGkFuJ34T5V0rwT0oaGxAIDVWQA8zT3X { color:#ffffff;display:block;width:29.436875rem;position:absolute;font-family:mukta;font-size:1.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:16.052245140076rem;left:24.999185562134rem;height:2.4373375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#seKipOPH8bmEXsPFZWc3Tr4I6rNSWsVL { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:7.25rem;top:4.0625rem;left:44.0625rem;overflow:hidden;display:block; }
#bRqPpMHnvDoERqIIEiLMCX5H5q97l9Ti { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:6.875rem;top:5.1875rem;left:46.1875rem;overflow:hidden;display:block; }
#I2HB8fLzId9y3iv2ln0lBDpIBUlAF2TK { box-sizing:content-box;height:6.8125rem;width:6.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(207deg, #1b37a5, rgba(151,206,255,0.57));background-image: -moz-linear-gradient(207deg, #1b37a5, rgba(151,206,255,0.57));background-image: -ms-linear-gradient(207deg, #1b37a5, rgba(151,206,255,0.57));background-image: -o-linear-gradient(207deg, #1b37a5, rgba(151,206,255,0.57));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b37a5', endColorstr='#9197ceff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b37a5', endColorstr='#9197ceff' );";background-image: linear-gradient(207deg, #1b37a5, rgba(151,206,255,0.57));background-size:auto !important;top:4.1875rem;left:46.125rem;border-top:0.3125rem solid #6aaeec;border-left:0.3125rem solid #6aaeec;border-right:0.3125rem solid #6aaeec;border-bottom:0.3125rem solid #6aaeec;display:block; }
#twT3kQcPdMrmNQVqIq0oCKxKNQ4dlbTx { color:#b22bb7;display:block;width:5.9375rem;position:absolute;font-family:mukta;font-size:1.4375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:19.625rem;left:26.0625rem;height:1.8691375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QH2m9bLNmPEHEdlIyIZAoL7CeZ1TW4Db { color:#ffc100;display:block;width:5.6875rem;position:absolute;font-family:mukta;font-size:1.5rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:27.749673843384rem;left:17.31201171875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tBOToVuPilVJ1wMCiXuKBLe3O9e4P6eK { color:#ffc100;display:block;width:3.6875rem;position:absolute;font-family:"mukta extrabold";font-size:3rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:26.561717987061rem;left:22.748435974121rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wN0TekMPOEsyXZef91kIL6JdZFWsQ7Tw { color:#ffc100;display:block;width:12.1875rem;position:absolute;font-family:mukta;font-size:1.5rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:27.812107086182rem;left:26.186325073243rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OhCs6skMxsh32s2Uyb2rodOXPTJP2JrT { color:#ffc100;display:block;width:6rem;position:absolute;font-family:mukta;font-size:1.5rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:27.999673843384rem;left:52.749837875366rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TfwvrvSar9QmmIqiKQCJRMhrrFMfN52A { box-sizing:content-box;height:26.8125rem;width:20.3125rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,113,255,0.4));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,113,255,0.4));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,113,255,0.4));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,113,255,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#660071ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#660071ff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,113,255,0.4));background-size:auto !important;top:4.375rem;left:39.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CQoUlB6BxHFPeWlM09Pwf4XMec4Gg9uy { color:#fffefb;display:block;width:14.75rem;position:absolute;font-family:mukta;font-size:1.1875rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:22.123043060302rem;left:42.248435974121rem;height:3.084375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pdL03FTE4zozAXFfQunwCp7Uke9Qod5F { color:#ffc100;display:block;width:5.25rem;position:absolute;font-family:"mukta extrabold";font-size:3rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:26.749673843384rem;left:47.561849594116rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vh9MDBP8MeGTUOyadcQVThFE9LfybTK0 { box-sizing:content-box;height:4rem;width:14.0625rem;position:absolute;display:block;z-index:15026;background-color:rgba(0,113,255,0.2);background-image:none;top:12.4375rem;left:42.8125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pLxuWXKKRXq51OmBtdTlTSmGNLcVzb13 { color:#ff53a8;display:block;width:8.5625rem;position:absolute;font-family:mukta;font-size:1.875rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:13.25rem;left:48.3125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m6cDTThKSGMCN1K3knfwDDMygeiCCRpZ { color:#8b0f4c;display:block;width:3.5rem;position:absolute;font-family:"mukta extrabold";font-size:3rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:12.375rem;left:44.4375rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mO0IF2SbGST0WJe2PM9rZS4iu3GlGXIR { color:#ffc100;display:block;width:5.6875rem;position:absolute;font-family:mukta;font-size:1.5rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:27.93701171875rem;left:42.249349594116rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FfoA3lUnM1dslKRuTGg2DWam7D4e6t3T { color:#ffffff;display:block;width:20.49925rem;position:absolute;font-family:mukta;font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:34.434814453125rem;left:27.24853515625rem;height:1.70625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xKhg4GX6rlCI9EQXBxbNXOpWt0HWiqwA { color:#ffffff;display:block;width:29.436875rem;position:absolute;font-family:mukta;font-size:1.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:16.052245140076rem;left:24.999185562134rem;height:2.4373375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dX9T7TXCUT4d92CTsxA9huiRUxTdSAqo { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:mukta;font-size:1.1875rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:16.052245140076rem;left:24.999185562134rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#mXtezkUd7C2IC7G0H8gLaLU5xoET7nTR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15161;opacity:1;top:16.6875rem;left:23.8125rem; }
#ZNmkor8G7M3N5vhIDWl8uvxWqtPuhPEV { color:#b22bb7;display:block;width:7.49925rem;position:absolute;font-family:mukta;font-size:1.4375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:19.562356472016rem;left:42.811056613922rem;height:1.8691375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UcysffmRphO4Zfpo7AwZGl2GWFzxFEXp { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15001;background-color:#0a3aff;background-image:none;top:19.417101860046rem;left:50.303099155426rem;display:block; }
#bUAimPNueERCITZzoCC6ksycKm0HTNyA { color:#b22bb7;display:block;width:4.6875rem;position:absolute;font-family:mukta;font-size:1.4375rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:19.491794586182rem;left:51.364448547363rem;height:1.8691375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qwqNblc2qunvPb1wQWMxMBdpNpsuWOEq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12456875rem;width:2.12456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15162;opacity:1;top:16.795140266419rem;left:48.561201572418rem; }
#KT6PUmGvluO4Af24yyCnpBPN8SKOo150 { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:mukta;font-size:1.1875rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:16.052245140076rem;left:24.999185562134rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZTgtuo9xVfyKn10Ww9oL9pJlAOwNIbOA { color:#fffefb;display:block;width:14.749375rem;position:absolute;font-family:mukta;font-size:1.1875rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:25.3349609375rem;left:42.561849594116rem;height:1.5421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JDQWE2QgRrqZE0NxC1PmAmHatOoLh97h { color:#b22bb7;display:block;width:5.9375rem;position:absolute;font-family:mukta;font-size:1.4375rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:19.562175750733rem;left:52.780759811401rem;height:1.867675rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#DTxufcIBUL5qTzdSxuRdCWVvdQJP8mCk { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15001;background-color:#0a3aff;background-image:none;top:19.417101860046rem;left:50.303099155426rem;display:none; }
#o5h4vpS8OiTyhwpTlwTrDJfGUUwLmf4Z { color:#b22bb7;display:block;width:7.49925rem;position:absolute;font-family:mukta;font-size:1.4375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:19.562356472016rem;left:42.811056613922rem;height:1.867675rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lq5Zc4uwqkPEm3pvDRKPZvdFlp1mqPSu { color:#b22bb7;display:block;width:5.9375rem;position:absolute;font-family:mukta;font-size:1.4375rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:19.562175750733rem;left:52.780759811401rem;height:1.867675rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#MQmKa4p2BTTkhE75g52ClybPF3ATRfOM { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15001;background-color:#0a3aff;background-image:none;top:19.417101860046rem;left:50.303099155426rem;display:none; }
#mALJbGzIaNkImzKWE5s8Sypxr7Vt5GpD { color:#b22bb7;display:block;width:7.49925rem;position:absolute;font-family:mukta;font-size:1.4375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:19.562356472016rem;left:42.811056613922rem;height:1.867675rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#QNABUaS2KdVJh7LstQVsthGMhPnfksex { color:#ffffff;display:block;width:29.436875rem;position:absolute;font-family:mukta;font-size:1.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:16.052245140076rem;left:24.999185562134rem;height:2.4373375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HC4zSJGFFDLx2okZ8IgI6b2Jv2zxFRm8 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15000;background-color:#b22bb7;background-image:none;top:19.5rem;left:25.75rem;display:none; }
#TbmeCHP5NhtTRB6H9hqFsvvCP1fCRBFN { color:#ffffff;display:block;width:29.436875rem;position:absolute;font-family:mukta;font-size:1.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:16.052245140076rem;left:24.999185562134rem;height:2.4373375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212f90;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; }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row .container { background-color: transparent; background-image: none; }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row .container > .video-iframe-container { display: none; }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row > .video-iframe-container { display: none; }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .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); }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row .container { border-width: 0; border-radius: 0; }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:block; }#li4LSv0BIZ3mheby4qkoo66kAZutbhft { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:mukta;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:3.6875rem;left:5.0625009536743rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PM1OnrOG6O3dVITIW3qTINH7kZvrpXdR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:13.1875rem;display:none; }
#ICex0oRC6AHuCw8TQnKX9yZHZTwTxTVy { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15161;background-color:rgba(77,214,255,0.3);background-image:none;top:2.4361991882324rem;left:5.0625009536743rem;display:block; }
#yem5Br48g04OuOBw5FGXVIDXytBTBIwb { box-sizing:content-box;height:11.25rem;width:10rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5578ed', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5578ed', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:10.841666221619rem;left:4.9989585876465rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ROmwfHp3Wqf58nKcOJsfetdXkCQJC1t3 { position:absolute;display:block;z-index:15157;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:13.937125rem;top:11.84765625rem;left:2.7374992370606rem;overflow:hidden;display:none; }
#bGFmz7SWRDEp3xHsnoSn0qk1TlfNfCt0 { position:absolute;display:block;z-index:15152;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.93671875rem;width:13.0605625rem;top:10.83984375rem;left:17.560546875rem;overflow:hidden;display:none; }
#GvoW35GwT8IJtN8SpLPhkASPBF5a3fy1 { box-sizing:content-box;height:9.5rem;width:10rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -o-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#4c5578ed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#4c5578ed' );";background-image: linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-size:auto !important;top:10.778907775879rem;left:19.091014862061rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#bmaS4sdqLX1otyM3yRJCppTNDrcoQ79l { position:absolute;display:block;z-index:15159;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1855625rem;width:14.1855625rem;top:7.9429664611819rem;left:30.87109375rem;overflow:hidden;display:none; }
#A8wAT450v6RMFhQBwWpVqUAUsKRRZaha { box-sizing:content-box;height:9.625rem;width:10rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #8e4eac);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #8e4eac);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #8e4eac);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #8e4eac);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5578ed', endColorstr='#8e4eac' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5578ed', endColorstr='#8e4eac' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #8e4eac);background-size:auto !important;top:10.717449188233rem;left:47.338543891907rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#v2WltgED5yTQwWp2RGwEkQ9u4alBtPmF { position:absolute;display:block;z-index:15165;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9355625rem;width:11.9355625rem;top:8.6894512176512rem;left:46.350776672363rem;overflow:hidden;display:none; }
#FeXsfKirQUoouahaipXMRU69xvC8GTbz { box-sizing:content-box;height:9.1875rem;width:10rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -o-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#4c5578ed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#4c5578ed' );";background-image: linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-size:auto !important;top:10.716148376465rem;left:33.184895515442rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#cpENXPQiTLiXGhD3CZiOBcX1yVqXIIv5 { position:absolute;display:block;z-index:15157;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6241875rem;width:10.6241875rem;top:9.5343723297119rem;left:61.315620422363rem;overflow:hidden;display:none; }
#OTCGMhQNsXdu5Z5muo5QwLbsCTx4s8lS { box-sizing:content-box;height:9.25rem;width:10rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5578ed', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5578ed', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:10.780207633972rem;left:61.503126144409rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#oIH8B6xE4WUSknlxrZNHmvWnfgmL7H6K { position:absolute;display:block;z-index:15158;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.749625rem;width:10.749625rem;top:23.085154533386rem;left:25.134372711182rem;overflow:hidden;display:none; }
#vhaPcxrd7ebAAHzlk6GsZVpaKpIKqX4X { box-sizing:content-box;height:9.25rem;width:10rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5578ed', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5578ed', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:24.375rem;left:25.5625rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#nJsCQ4plQ7HAtJv50ItfKm4TPfQoKgN5 { position:absolute;display:block;z-index:15159;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.749625rem;width:10.749625rem;top:22.836326599121rem;left:39.073432922363rem;overflow:hidden;display:none; }
#GxJVoEwnUTbZ36Ocg1urS4BUQTSHHWG7 { box-sizing:content-box;height:9.25rem;width:10rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5578ed', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5578ed', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:24.375rem;left:39.4375rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#cXaVmETza47TdPCOJ3tCez2IdnIssQQt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:15.875rem;display:none; }
#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212f90;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; }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row .container { background-color: transparent; background-image: none; }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row .container > .video-iframe-container { display: none; }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row > .video-iframe-container { display: none; }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .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); }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row .container { border-width: 0; border-radius: 0; }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#utbpZEq9IIGQlR13TfrZ6EeDceoZWTqQ { color:#ffffff;display:block;width:13.8745rem;position:absolute;font-family:mukta;font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:14.9375rem;left:5.9375rem;height:4.14491875rem;text-align:center;text-align-last:center;display:block; }
#B136SWLNNZzkqTcOkzqfyI9CxnsZQlB1 { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:33.0625rem;top:12.374998092651rem;left:12.312500208616rem;display:block; }
#MPrnoxoobviOeIuFTGKvfKzgeNWosvdT { color:#ffffff;display:block;width:12.2480625rem;position:absolute;font-family:mukta;font-size:1.0625rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:15rem;left:20.125001907349rem;height:2.76328125rem;text-align:center;text-align-last:center;display:block; }
#yUvodvbD97KbfEJWXcs2ZE6hThk87IEV { color:#551266;display:block;width:1.43676875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:11.9375rem;left:11.6875rem;height:1.5421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rcmnJidXHb7142At4MsefNWJ9FC3KyIl { color:#551266;display:block;width:1.8112rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:11.9375rem;left:25.375rem;height:1.5421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kVpgw729HcQHsi3zGnG6Ta8BGi3nqQqF { color:#ffffff;display:block;width:10rem;position:absolute;font-family:mukta;font-size:1.0625rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:15.000722885132rem;left:33.746672153473rem;height:5.5265625rem;text-align:center;text-align-last:center;display:block; }
#wlVzTkXliKM4gdBOwRgaslkFSBhT1PVJ { color:#551266;display:block;width:1.6862rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:11.874610900879rem;left:37.874214172363rem;height:1.5421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LhOFlbJJxBKMzxsT8klokHxbf0r0fC2T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:8.25rem;left:25.187501907349rem; }
#XI8dtVhczHEIK7fGl6y9XTGl3r3ngKcy { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.8125rem;left:19.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#UEkarviBamcKzKFsqvUg5CKqT0mxDUJT { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.8125rem;left:19.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#A4su9cC4XZAc8II0SIkk0d1tyD7nLq9m { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.8125rem;left:19.6875rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#BhJSpOyueTNJL5R94DkZkRSn2p9rn56h { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#VACDOEKscQfDy6CLt9TnkhCTgpMQwLnK { box-sizing:content-box;height:15.437125rem;width:64.6875rem;position:absolute;display:block;z-index:14998;background-color:rgba(77,214,255,0.11);background-image:none;top:6.6867184042931rem;left:5.935546875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#CLehWogXfcHeOcMgcE5gQl2VlK8evfAf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:11.125000476837rem;left:61.312503814698rem; }
#Wy6G909WE6rh2ReriRXqAnOAD4P4EI5G { color:#ffffff;display:block;width:12.49925rem;position:absolute;font-family:mukta;font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:14.934764325619rem;left:56.121871948243rem;height:5.5265625rem;text-align:center;text-align-last:center;display:block; }
#JkUACAlBud4E4rUCwsGSQps90BVtSTKW { color:#ffffff;display:block;width:54.25rem;position:absolute;font-family:mukta;font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:23.791343688965rem;left:9.6858730316163rem;height:5.11875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qO1STaWkdChOe3PLucIcmrWDEAg8xvRk { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:11.25rem;left:37.375rem;display:block; }
#gDTWQ3qoLEBOPBDp0eDUDiiVyqsLwhl5 { box-sizing:content-box;height:2.687175rem;width:2.687175rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:11.25rem;left:24.9375rem;display:block; }
#UgVDsmC3fNzyq2p6SAlezszo96sLGqzV { box-sizing:content-box;height:2.687175rem;width:2.687175rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:11.25rem;left:11.125rem;display:block; }
#Zo035x28KJdu012n3syh5TTmpOHdxeHy { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffc100);background-image: -moz-linear-gradient(90deg, #ffffff, #ffc100);background-image: -ms-linear-gradient(90deg, #ffffff, #ffc100);background-image: -o-linear-gradient(90deg, #ffffff, #ffc100);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffc100' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffc100' );";background-image: linear-gradient(90deg, #ffffff, #ffc100);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.5rem;width:17.25rem;top:12.375000476837rem;left:45.187503814698rem;display:block; }
#tO3yz0K2Tc0tcO77Du1mJHy3tQS2P0JX { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:mukta;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.7354164123535rem;left:6.2156238555908rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TW0Kq2srKmeCUGS87Ew19SErP6XMvTqS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:8.4375rem;left:11.687501907349rem; }
#TucTyQk7ULN6zN11vfskFsr2dQqcyDGo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:8.1246109008787rem;left:37.5625rem; }
#bNSUJbFmWaGSLdTViaxvPrt1xctPctzR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15056;opacity:1;top:8.1875004768369rem;left:61.312503814698rem; }
#ds2RWF2wJeG9s9yIdt25MRf86FuIZFNe { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15161;background-color:rgba(77,214,255,0.3);background-image:none;top:1.8125rem;left:6.2156238555908rem;display:block; }
#wUhbQpTM9ZmkTooAEDmMxgIg7yTNSJUl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15162;opacity:1;top:24.87370300293rem;left:6rem; }
#q0TfMMyIQKTGDEoSrP4AL8Fbqy784eSU { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:#085da9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:9rem;height:1.81171875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:18.324608266354rem;left:21.819530487061rem;display:block; }
#S48vNddDM5e1cUdpvFdZ6lkOGGEh3Wet { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AZQzSVfSwTTBPqIemASc6VG9bNeJwdfx { color:#ffffff;display:block;width:8.1855625rem;position:absolute;font-family:mukta;font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:14.935546875rem;left:46.244140625rem;height:5.5265625rem;text-align:center;text-align-last:center;display:block; }
#yTtLUnS9GmRIZvLzB8kxhdNLJqhB3mKF { box-sizing:content-box;height:2.68710625rem;width:2.68710625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#ffeec5;background-image:none;top:11.279296338558rem;left:48.808982849121rem;display:block; }
#vCH7t0T7KKp4dDFSIagX8LHxCAFXSmHl { color:#551266;display:block;width:1.6862rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:11.875780522823rem;left:49.274604797363rem;height:1.5421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lq2yDppUq3T5LvWUclQbQUdl6HmX9mJ8 { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.8125rem;left:19.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#lsHGKMw71PaMmuwmTOwByb0o85syykku { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:8.2812509536744rem;left:49.308594703674rem; }
#QTeRPy1HUI23RaLvLJLNNEQ7450RVvdS { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Z5QSL3zdm1I0c8DQBfcmSDG9cTWTe9cd { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.8125rem;left:19.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { position:relative;display:none; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { border-width: 0; border-radius: 0; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke > .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; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #105ab7, #379fe5);background-image: -moz-linear-gradient(90deg, #105ab7, #379fe5);background-image: -ms-linear-gradient(90deg, #105ab7, #379fe5);background-image: -o-linear-gradient(90deg, #105ab7, #379fe5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#105ab7', endColorstr='#379fe5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#105ab7', endColorstr='#379fe5' );";background-image: linear-gradient(90deg, #105ab7, #379fe5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row .container { background-color: transparent; background-image: none; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row .container > .video-iframe-container { display: none; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row > .video-iframe-container { display: none; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .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); }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row .container { border-width: 0; border-radius: 0; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#dAn9nZ23DOZVU3iSdrgSSrD08aeJLlEu { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:mukta;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:5.3125rem;left:4.25rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VbIhcSgQUQ4duWHukLgsiKJscXEzEWy8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15021;opacity:1;top:11.1875rem;left:4.1875rem; }
#kTs1AIOgLliT0gu0TuvLgSnTAcNEdGXu { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:mukta;font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.8;letter-spacing:0;top:10.875rem;left:6.625rem;height:7.0875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BFQI31Uuo26p1LIrFQ7Ke7hJBaTFHJyr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15022;opacity:1;top:13.625rem;left:4.1875rem; }
#buPQL9SAMNxwpbQqlN92kVv2alcmKbPQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15023;opacity:1;top:15.9375rem;left:4.1875rem; }
#eOS5QtX0TOAscxPfCCJTkIBAfvffabsf { color:#ffffff;display:block;width:15.1236875rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:7.8658866882325rem;left:55.992191314698rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c4QoJWRBQIp2qWaKJLz34ISihTHqFZo7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.43671875rem;width:1.43671875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:16.71875rem;left:63.3398475647rem; }
#m2l5glLFGlhtetg5auRcHSXKalf6s62z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5620125rem;width:3.5620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:5.875rem;left:10.3125rem;display:none; }
#ET09oCRrJsNHGGWBqbc3HlAnzA1vyC1M { background-color:#ffa200;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:mukta;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:12.0991875rem;height:2.1875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:13.997396469116rem;left:57.809894561767rem;display:block; }
#O5TUZZhzpbwuAqUJPTqMrK0UhpNmOP1k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HFOl1PkzemXgax1NWDH64FqNSza80EEk { background-color:#ffa200;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:mukta;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:12.0991875rem;height:2.09960625rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:18.653648376465rem;left:57.809894561767rem;display:block; }
#CxNxo0gmT4FcTAdTWL2sooScAureImyK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DrXTZNs4AApqO63AcWlTGfDt4wQDe6fU { box-sizing:content-box;height:17.6875rem;width:35.25rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cffffff', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;top:5.5rem;left:39.748699188233rem;border-top-left-radius:9.375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#so5Imb4XnGQ09QsGNt64iT9IxSMdnH9x { position:absolute;display:block;z-index:15163;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:16.125rem;top:2rem;left:38.660160064698rem;overflow:hidden;display:block; }
#lG3J4srsUmmdqevumVrNPseidKZ3p17D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #105ab7, #379fe5);background-image: -moz-linear-gradient(90deg, #105ab7, #379fe5);background-image: -ms-linear-gradient(90deg, #105ab7, #379fe5);background-image: -o-linear-gradient(90deg, #105ab7, #379fe5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#105ab7', endColorstr='#379fe5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#105ab7', endColorstr='#379fe5' );";background-image: linear-gradient(90deg, #105ab7, #379fe5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container { background-color: transparent; background-image: none; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container > .video-iframe-container { display: none; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row > .video-iframe-container { display: none; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .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); }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container { border-width: 0; border-radius: 0; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:75rem;position:relative;display:block; }#bHDt5E9GClaxDtncfgGqOhHoI1exJGTU { position:absolute;display:block;z-index:15149;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:17.375rem;top:4.75rem;left:34.000003814698rem;overflow:hidden;display:block; }
#v4fn2nvSIKTd3umxks0d62VRQaxxhZWJ { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:11.75rem;top:10.1875rem;left:60.992191314698rem;overflow:hidden;display:block; }
#zZSayCPW1vXCLLAD6B3fzExmMbVMRJ3d { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:11.75rem;top:10.33333375rem;left:49.242408455522rem;overflow:hidden;display:block; }
#T2kwT5vequomAST5w1O2EUx2Imd0KTTu { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:mukta;font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:5.5621109008789rem;left:4.4367179870606rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ewQAwebJtJ0OeTZOXaHU8EyPxnJXhu5l { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:#355ba2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:14.747375rem;height:2.8125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:14.125rem;left:4.3125rem;display:block; }
#HSiI3RivWqO91goe5VVg480KleDoefvW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uG6feLqZVr1mpsXRMNuS653Wb6vskUxX { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:mukta;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1rem;left:4.4375rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lUX43eJioKDilvQ5i49uNq59v48zMWAp { box-sizing:content-box;height:17.4375rem;width:35.0625rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cffffff', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;top:2.75rem;left:39.687503814698rem;border-top-left-radius:9.375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#HruueVE0bpcSL7Pdxrk5qMEaHBTlNLRX { box-sizing:content-box;height:8.125rem;width:9.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15060;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/24b4af47-e183-4cc9-a421-22d43b4f4cae/winto_logo_podstawowe_walor_CMYK6.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.375rem;left:19rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HruueVE0bpcSL7Pdxrk5qMEaHBTlNLRX.adaptive-delivery-prevent-bg, #HruueVE0bpcSL7Pdxrk5qMEaHBTlNLRX.lazyload, #HruueVE0bpcSL7Pdxrk5qMEaHBTlNLRX.lazyloading { background-image: none; }
#RdbGQdCSpDLz7P3nsphGspwoiEXWBiEq { color:#ffffff;display:block;width:31.749625rem;position:absolute;font-family:mukta;font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:9.76171875rem;left:4.435546875rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vX0JKeagASSm0USKtUTr9GuO33vxTdTn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container { background-color: transparent; background-image: none; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container > .video-iframe-container { display: none; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row > .video-iframe-container { display: none; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .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); }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container { border-width: 0; border-radius: 0; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#LG9yPI8Bfrl9BM3FKUUxDDZKgO4oMZmu { color:#141436;display:block;width:20.6875rem;position:absolute;font-family:mukta;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:1.9992179870606rem;left:27.062496185302rem;height:2.25043125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#urhvFrbmxzmNSqQMJBOb2XxqJ2WxXu6n { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.0623626708984rem;left:52.062067508698rem; }
#DTvPKLmL3LQxRdBeBuTofeOics7TH3gf { position:absolute;display:block;z-index:15002;background-color:#171717;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;box-shadow: none;height:2.25rem;width:1.625rem;top:1.8120727539062rem;left:52.062067508698rem;display:block; }
#am4f6WSHQfKf3Swu1as0BIOFP2Xtd6pJ { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(23,23,23,0.25);border-left:0.0625rem solid rgba(23,23,23,0.25);border-right:0.0625rem solid rgba(23,23,23,0.25);border-bottom:0.0625rem solid rgba(23,23,23,0.25);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.875rem;width:29.8125rem;top:1.1239471435547rem;left:25.061460494995rem;display:block; }
#Ar7HsOW0EqFd37wCS2ax3nXMmZ0tbH48 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:14.9375rem;left:58.9375rem;display:none; }
#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container { background-color: transparent; background-image: none; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container > .video-iframe-container { display: none; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row > .video-iframe-container { display: none; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .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); }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container { border-width: 0; border-radius: 0; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:75rem;position:relative;display:block; }#WwHxsSTpEvfT8dG0Rby1MeL9JmJmTf4y { color:#053b67;display:block;width:69.5625rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:18.0615234375rem;left:1.9990234375rem;height:1.4625rem;font-style:normal;display:block; }
#hwtsM3RxIyp3flioyrwa5VvPTzlUazPn { color:#053b67;display:block;width:52.0625rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.837497711182rem;left:1.935546875rem;height:2.925rem;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; }
#oxbZz2uqZ7WgRkgJXaPhXAo7LsTH7l3o { color:#000000;display:block;width:34.875rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:16.061199188233rem;left:0.81119918823244rem;height:1.8rem;font-style:normal;display:block; }
#bULCE8JDsSiwSKIV3WXPq6NW17ETpBHU { color:#000000;display:block;width:43.9995625rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.125rem;left:0.8125rem;height:1.4625rem;font-style:normal;display:block; }
#IUSS1L9RWSlt18CDSa2yXHqJWzaWaXVW { color:#053b67;display:block;width:57rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.6875rem;left:2rem;height:1.4625rem;font-style:normal;display:block; }
#iqzHLSQPRKssTkIxqTmKFDB9KiPTFmcA { color:#000000;display:block;width:23.74925rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:5.6875rem;left:0.8125rem;height:1.8rem;font-style:normal;display:block; }
#D7LpXTGOEg9vadeuHkR0LDsVVUTH7UrA { color:#053b67;display:block;width:42.8125rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.4375rem;left:1.9375rem;height:1.4625rem;font-style:normal;display:block; }
#Cdd3FsZi4okWz2wTzKJePTot7BWz7PZI { color:#000000;display:block;width:28.2494375rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:1.5189528465271rem;left:0.998263835907rem;height:1.8rem;font-style:normal;display:block; }
#zMTnPknnfdxG5eJoCTUA4rcWpOBsMkc4 { color:#053b67;display:block;width:67.375rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0.8125rem;height:1.46195rem;font-style:normal;display:none; }
#w8qaTL69r0MUOa27Umr7lQhbN8L1z1TJ { color:#053b67;display:block;width:67.375rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.75rem;left:0.8125rem;height:1.4619125rem;font-style:normal;display:none; }
#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row .container { background-color: transparent; background-image: none; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row .container > .video-iframe-container { display: none; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row > .video-iframe-container { display: none; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .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); }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row .container { border-width: 0; border-radius: 0; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#oqt3Et5VKwUelhH52xVnruITJ7sISDe4 { color:#141436;display:block;width:24.1875rem;position:absolute;font-family:mukta;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:1.6861991882324rem;left:25.060909748077rem;height:2.25043125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Nua14NdAUS6ywAoZHD1TR4IPVLtMklHJ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.2482604980469rem;left:52.247976779938rem; }
#AizdI9Xb10nIykTd21NkZXHN90RWQ3Ux { position:absolute;display:block;z-index:15002;background-color:#171717;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;box-shadow: none;height:2.25rem;width:1.625rem;top:1.7795104980469rem;left:52.247976779938rem;display:block; }
#CSvcATayEzQEHzTylcXWR6sEz9WvoCuE { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(23,23,23,0.25);border-left:0.0625rem solid rgba(23,23,23,0.25);border-right:0.0625rem solid rgba(23,23,23,0.25);border-bottom:0.0625rem solid rgba(23,23,23,0.25);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:4rem;width:29.8125rem;top:0.8109130859375rem;left:24.998264789581rem;display:block; }
#lNvThamQ9OabLxpVJ2LzS8e9OD6mLz3g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:14.9375rem;left:58.9375rem;display:none; }
#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row .container { background-color: transparent; background-image: none; }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row .container > .video-iframe-container { display: none; }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row > .video-iframe-container { display: none; }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .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); }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row .container { border-width: 0; border-radius: 0; }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;position:relative;display:block; }#MP6tg8m1Qh2iss12VIQcP1GUpODtgac0 { color:#000000;display:block;width:28.25rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:1.3544921875rem;left:0.6875rem;height:1.8rem;font-style:normal;display:block; }
#HzTDd0IoGaeXXCeCAV3ilhpLE1Uidw6W { color:#053b67;display:block;width:42.4375rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:3.564453125rem;left:1.7490234375rem;height:1.4625rem;font-style:normal;display:block; }
#a5LO5lsBoA7m0SkFgLig2LvAqLH3ogW4 { color:#053b67;display:block;width:72.375rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.55859375rem;left:1.7486991882324rem;height:1.4625rem;font-style:normal;display:block; }
#g5gZKzATwud7T7geleH4vz0M0I7vg3KN { color:#000000;display:block;width:46.875rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:9.810546875rem;left:0.6865234375rem;height:1.8rem;font-style:normal;display:block; }
#zRuGytoCqhuSxE9TaDqTfX40NFI9pQSN { color:#000000;display:block;width:23.75rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:5.6250001192093rem;left:0.6875rem;height:1.8rem;font-style:normal;display:block; }
#A1xCrtFNK96UqUfEgImJfvH5O3Mv8mzV { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.625rem;width:75rem;top:0.9423828125rem;left:0rem;display:block; }
#ECppW3GCIKKkXpZPmaiRFgDJCrFQhIuR { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.625rem;width:75rem;top:21.736328125rem;left:0rem;display:none; }
#viHxQ0wD75rVICOVO44UEytgTSeEdnyQ { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.625rem;width:75rem;top:21.7802734375rem;left:0rem;display:none; }
#o24ZJao3hQKxR1zkuTg3bTdXTUtnX1zO { color:#053b67;display:block;width:72.3125rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.5rem;left:1.75rem;height:0;font-style:normal;display:block; }#o24ZJao3hQKxR1zkuTg3bTdXTUtnX1zO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o24ZJao3hQKxR1zkuTg3bTdXTUtnX1zO li:before{  }
#RJ4dH7OcwPXrNt2hofnv7fVlnFJ3EDBP { color:#053b67;display:block;width:72rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:26.349609375rem;left:1.75rem;height:1.4619125rem;font-style:normal;display:none; }
#CRlU5865ObuKP49KHfNPHI7dLvqtkVTd { color:#000000;display:block;width:32.4355625rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:20.9375rem;left:0.625rem;height:1.8rem;font-style:normal;display:block; }
#ipkXqygt2L8H0z1WPoxil9bMQEyQJrze { color:#053b67;display:block;width:73.2475rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:27.4375rem;left:1.4375rem;height:1.4625rem;font-style:normal;display:none; }
#fNJ79zT1hPIVqgVN3MTgBy7bLWLwRyg0 { color:#053b67;display:block;width:61rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:12.0625rem;left:1.625rem;height:2.925rem;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; }
#I8tpRKZb1CcJUVKV8AxZhkJb0R680ACr { color:#000000;display:block;width:32.434875rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:16.5rem;left:0.9375rem;height:1.8rem;font-style:normal;display:block; }
#anehPHcAJmORKyENhlHsPAcS28lOtUiF { color:#053b67;display:block;width:19.625rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.4375rem;left:2rem;height:1.4625rem;font-style:normal;display:block; }
#wAT3JrlNrSL29T5icBXIo5oKqK08WTgf { color:#053b67;display:block;width:73.2475rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:23.1875rem;left:1.8125rem;height:1.4625rem;font-style:normal;display:block; }
#znbO6yD4fms08oznezQmrgt5OA64THTd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container { background-color: transparent; background-image: none; }#znbO6yD4fms08oznezQmrgt5OA64THTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container > .video-iframe-container { display: none; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row > .video-iframe-container { display: none; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .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); }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container { border-width: 0; border-radius: 0; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:block; }#nLK5U2Ru73yPb7B2TL2Ovkbom6FtRZVP { color:#000000;display:block;width:15rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.75rem;left:0.4375rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sTz2D2O7pBknkEODrQt5CGKkQJvEuqUv { position:absolute;display:block;z-index:15017;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14rem;top:4.625rem;left:0.5rem;display:block; }
#LQmPy19UZEPFhN5vNNE21VWbtey78clN { color:#000000;display:block;width:30.6875rem;position:absolute;font-family:mukta;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0.375rem;height:3.41366875rem;font-style:normal;display:block; }
#qudPWhVwzDLVWaXL0m8lTLhts3Mq0aiE { color:#000000;display:block;width:15rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.75rem;left:38.3125rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rAeucmTzxvCTdV8qPPmvp0sriky82tuh { position:absolute;display:block;z-index:15018;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14rem;top:4.625rem;left:38.375rem;display:block; }
#yhUlR4wi8iUyimVnps2Q65SNz03pc9fi { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:mukta;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:5.4353847503662rem;left:38.311361312866rem;height:1.1378875rem;font-style:normal;display:block; }
#Lz9nCE1b6BV2DWLOn00xHkRJtli8kAVC { position:absolute;display:block;z-index:15017;background-color:#fefbe9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14rem;top:7rem;left:0.5rem;display:none; }
#riTpnUoZQ5Gbih0hJ74hUll5AmTBgZJ7 { color:#000000;display:block;width:36.56175rem;position:absolute;font-family:mukta;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.9929103851319rem;left:38.438223361969rem;height:1.1378875rem;font-style:normal;display:block; }
#ECurAhv4UUiTsQXx27iHIPHgkVtzNATM { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:16.4375rem;top:9.5rem;left:0rem;overflow:hidden;display:block; }
#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row .container { background-color: transparent; background-image: none; }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row .container > .video-iframe-container { display: none; }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row > .video-iframe-container { display: none; }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .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); }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row .container { border-width: 0; border-radius: 0; }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;position:relative;display:block; }#bKXu6TZ1ZQ1enJQOktqV4adq1oalD1iq { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:1.5411932468414rem;left:5.46875rem;height:2.7rem;display:block; }
#TNKgOByQiDfhvgEffqt2OLgfAqQ4z7Vu { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:8.0625rem;left:5.46875rem;height:2.4328125rem;display:block; }
#v9L83Mv9epnRTZKmBCaB1FzALdVtaNmG { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:13.0625rem;left:5.5625rem;height:2.4328125rem;display:block; }
#vVnxmCMsTUOREMg5xL1GhxsTKw0dARgr { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:19.125rem;left:5.5rem;height:2.4328125rem;display:block; }
#X5J98e27Gopg2csmr65e9Ed5CnvPwPHZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:2.6692743301392rem;left:5.46875rem;height:1.621875rem;display:block; }
#sINZPs0kMqReLxLcib4AOXXLNITRPzpk { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:6.8454895019531rem;left:5.46875rem;height:0.97511875rem;display:block; }
#QhsNMLEiUZawa9h6Cx9DUSA3dQznqzTV { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:11.8125rem;left:5.5625rem;height:0.97511875rem;display:block; }
#rWsRy8edRAPoSGwLvDNDmk86viOLrM0p { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:17.875rem;left:5.5rem;height:0.97511875rem;display:block; }
#IAiXS3zLqiSxt8AkymaUMx31hT7qbXNB { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:1.541015625rem;left:29.1875rem;height:0.97511875rem;display:block; }
#gTqzFBXGIVOXyziMfbAxPHUHO4v3vJi6 { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:4.0625rem;left:29.1875rem;height:1.05rem;display:block; }
#fUioHFxTLZs0ZJZnTTzAywFhR9lVTB7k { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:6.5625rem;left:29.125rem;height:0.97511875rem;display:block; }
#Hgo4NnUpwe0aHW8qnNv24wcTgoLK0BHl { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:9.0625rem;left:29.125rem;height:0.97511875rem;display:block; }
#e0XPRGGigIKFe0ZuTOSKNxetxTRwTIFD { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:11.875rem;left:29.1875rem;height:0.97511875rem;display:block; }
#JVJHpM3SIFtkJIVxRFQFW1TVAT0oHSQc { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:14.375rem;left:29.1875rem;height:0.97511875rem;display:block; }
#QinEMOGMElDqDupLoNQWyWdNOm2KFrQ4 { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:16.875rem;left:29.1875rem;height:0.97511875rem;display:block; }
#IWUC48PNKy9aIn3ncA3F6bJaKolRhTry { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:19.0625rem;left:29.1875rem;height:0.97511875rem;display:block; }
#Gefe3IK7kt4VP58Z3lhSWuFCyJDmxMKR { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:21.5625rem;left:29.1875rem;height:0.97511875rem;display:block; }
#TQfwAmHen5hJwx6lT8mIFCmW9AOvQ0lt { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:24.0625rem;left:29.1875rem;height:0.97511875rem;display:block; }
#PZOZN99MrcQlVZKGZtXrTWXSRdQ7LLNR { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:26.5625rem;left:29.1875rem;height:0.97511875rem;display:block; }
#F6S4q8eSgonEEp4qqNnMLd6UDPfc988K { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:29.0625rem;left:29.1875rem;height:0.97511875rem;display:block; }
#lIodefKlTTXHm60NBsKv6wyux7WdrDRf { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:14.25rem;left:60.5625rem;height:0.97511875rem;display:block; }
#zw5OyslqGinavtnBXLyy52T5zhJ6pd5v { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:20.1875rem;left:60.5rem;height:0.97511875rem;display:block; }
#WqzoAmrViFxLzGVuG9MsWHRPwS0TM7xr { color:#000000;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:15.5rem;left:60.5625rem;height:2.4328125rem;display:block; }
#EiOJCWq1vkymWtyiZ84HoF4d4QTnZxsv { color:#000000;display:block;width:14.4993125rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:21.4375rem;left:60.5rem;height:2.4328125rem;display:block; }
#lGgJH1BWa7FDdTeWEXOGdFdIMJUte7tU { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:1.5394172668457rem;left:2.3748226165771rem;overflow:hidden;display:block; }
#vJxT8sOw4dZB1ghdULrLthARwp8llH5I { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.875rem;top:6.8454895019531rem;left:2.3741321563721rem;overflow:hidden;display:block; }
#IkfIZVUil6LA6fqFblBrn9nOUZtHl82U { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.4375rem;top:17.310760498047rem;left:2.5920143127441rem;overflow:hidden;display:block; }
#lKFIvT60nqSKypsRSANTEVH9BcNdT1R5 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.25rem;top:31.713542938233rem;left:4.25rem;overflow:hidden;display:block; }
#CcwDOGpor4k6mgBLlHLmrq2o5kN6Ztl6 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.8125rem;top:31.713542938233rem;left:2.4055991172791rem;overflow:hidden;display:block; }
#rScZbAoCvhR6GB2L1nrbTH0OStOnVR35 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.25rem;top:31.713542938233rem;left:6.5rem;overflow:hidden;display:block; }
#H1egXPepPJlFfw5yHWxL3LGnDOciX2Il { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.8125rem;top:31.713542938233rem;left:8.75rem;overflow:hidden;display:block; }
#qOD1T1kWyQeDnlPifGRQo5WC4Ft9sdK9 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:28rem;top:2.4140625rem;left:47.0009765625rem;overflow:hidden;display:block; }
#LXa2qJg1HUlVJQJ3BpK6ud8O492T3SeS { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:3.5rem;left:52.9375rem;height:2.925rem;display:block; }
#xINfOCMLInfyo4E7JQ0wzw7GuyFeFGO2 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:8rem;top:5.4930458068847rem;left:48.1875rem;overflow:hidden;display:block; }
#Nrx12P6Aho9BdRxwcIDhnZvU6rpM2JpJ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:8rem;top:5.5625rem;left:56.9375rem;overflow:hidden;display:block; }
#nUQcoHlK4FloytXxgaQNMFSUxQtGKz3k { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:8rem;top:5.5625rem;left:65.875rem;overflow:hidden;display:block; }
#XaNU122ix2uiAsgT9azE4GA140grWL6m { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:6.8125rem;top:14.15625rem;left:49.1875rem;overflow:hidden;display:block; }
#rt8mtQ7NuggNPmPgxQ5LXBUk6kcqi47e { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:5.625rem;top:19.8125rem;left:49.9375rem;overflow:hidden;display:block; }
#amDBMyBJTAN7uRSLeTgCVOIX2gBTTbl2 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:2rem;top:11.625rem;left:2.25rem;overflow:hidden;display:block; }
#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#888888;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; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { background-color: transparent; background-image: none; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container > .video-iframe-container { display: none; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row > .video-iframe-container { display: none; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .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); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { border-width: 0; border-radius: 0; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { color:#ffffff;display:block;width:14.124625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1.0085220336914rem;left:1.9841976165771rem;height:0.8109375rem;display:block; }
#O1VfT0gBMLlVaP0T93sS1yrcoBGAeM0m { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#O1VfT0gBMLlVaP0T93sS1yrcoBGAeM0m { border-width: 0; border-radius: 0; }#O1VfT0gBMLlVaP0T93sS1yrcoBGAeM0m > .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; }#O1VfT0gBMLlVaP0T93sS1yrcoBGAeM0m > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#byeKoqUGxi5SHOI6ne4LmoBeS2Gx5shH { color:#d05042;display:block;width:13.0625rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15162;line-height:1;letter-spacing:0;top:1.5625rem;left:58.0625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#EwQBoiEBfun0E0LQaggTrTtGwDC8wS0r { color:#d05042;display:block;width:13.0625rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15162;line-height:1;letter-spacing:0;top:1.5625rem;left:58.0625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#eqxMcp9nPZfFKiGIiAaMyog8CAJVEMA5 { color:#d05042;display:block;width:13.0625rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15163;line-height:1;letter-spacing:0;top:2.46875rem;left:37.9375rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#qz6360XteCgncl5eaUE7xomrPHHfTm19 { box-sizing:content-box;height:9.0625rem;width:28.0625rem;position:absolute;display:block;z-index:15160;background-color:transparent;background-image: -webkit-linear-gradient(119deg, #9b4ca0, #58195d);background-image: -moz-linear-gradient(119deg, #9b4ca0, #58195d);background-image: -ms-linear-gradient(119deg, #9b4ca0, #58195d);background-image: -o-linear-gradient(119deg, #9b4ca0, #58195d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4ca0', endColorstr='#58195d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4ca0', endColorstr='#58195d' );";background-image: linear-gradient(119deg, #9b4ca0, #58195d);background-size:auto !important;top:0.625rem;left:43.4345703125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.1875rem solid rgba(251,203,253,0.48);border-left:0.1875rem solid rgba(251,203,253,0.48);border-right:0.1875rem solid rgba(251,203,253,0.48);border-bottom:0.1875rem solid rgba(251,203,253,0.48);box-shadow: 0rem 0rem 0.75rem rgba(188,30,116,0.22) ;display:block; }
#MaBw86IJ7CnESamS7bR3dOzJ4e6uxO6l { z-index:15165;top:6.1416015625rem;left:59.5rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.18) ;box-sizing:border-box;color:#355ba2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.999375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ATxcm9oRz73JrTmaX7Tad9arF7TLQXEB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KLm9W48K2XLkon5yJvwlDP8AdIPc3MC5 { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:mukta;font-size:2.125rem;font-weight:400;z-index:15166;line-height:1.3;letter-spacing:0;top:1.3876953125rem;left:49.0322265625rem;height:5.523rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZsUzvp7Fo30bIBokxepHKKeiKDC9yHMt { color:#ffffff;display:block;width:22.3123125rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:300;z-index:15167;line-height:1.3;letter-spacing:0;top:3.962890625rem;left:49.46875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gvw7pUyBVJytSh52zcTklP29TGrch5QA { position:absolute;display:block;z-index:15164;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.99935rem;width:5.99935rem;top:2.29296875rem;left:44.09765625rem;overflow:hidden;display:block; }
#BnVfz1XmexMqO67MmhxV8KScSgSgvJxL { color:#ffffff;display:block;width:22.3123125rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:300;z-index:15167;line-height:1.3;letter-spacing:0;top:7.2113761901856rem;left:49.469619750976rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
body { position:relative;display:block; }
#TIfkXlaJcGtaummXydimTMNqrMzyCIvU { display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { width:47.75rem;position:relative;display:block; }#mgLKykKfOqPE2FTGqdGZRfvRaa5BSN71 { top:1.375rem;left:30.4375rem;width:3rem;height:2.4485652575106rem;display:block; }
#lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { width:;height:;top:0rem;display:none; }
#t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { top:0.625rem;left:0rem;width:5.4375rem;height:3.7087012668128rem;display:block; }
#u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { width:12.5rem;height:8.375rem;top:0rem;display:none; }
#BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { top:1.3125rem;left:33.4375rem;width:12.5rem;height:2.625rem;display:block; }
#yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block; }
#LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { top:1.3125rem;left:35.3125rem;width:12.4375rem;height:2.625rem;display:block; }
#UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block; }
#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 { display:block; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container { width:47.75rem;position:relative;display:block; }#yBGyvllDoSmhXUWJwxuuFGwSP2rg17S2 { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
#XBXckv8BKJ64S1xTlot33f5WTtRaO1MR { top:9.875rem;left:0rem;width:6.5rem;height:5rem;display:none; }
#TCwwVVvbPUp6Jb9Pl8rkTcPXhq43cxAV { top:11.3125rem;left:0rem;width:40.5625rem;height:3.4375rem;font-size:2.875rem;display:block; }
#c2oZK5w7Zp9EWKigXXR10Q2cxBQgDDgl { top:7.875rem;left:0rem;width:27.4375rem;height:2.875rem;font-size:2.4375rem;display:block; }
#TCGgyrCx4pRPuVSrXbtQvnqT7E4NmLVX { top:7.3125rem;left:0rem;width:13.9375rem;height:3.125rem;font-size:1.3125rem;display:none; }
#THAKtxKmkcXEU6ATu7pB8h8MtQx5RgBG { display:none; }
#CWEzvgfUlrrv9kzrRzlKq3CFqm10bsD7 { top:15.4375rem;left:0rem;width:17.3125rem;height:1.875rem;font-size:1.25rem;display:none; }
#VZtWV4WB4WR15OrdfcSzPJ1p6DF7Dww4 { top:18.5rem;left:0rem;width:24.1875rem;height:2.8125rem;display:none; }
#TcI3oTV2IyMe9AlpiKMe7sggEXavvbaG { display:block; }
#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr { display:block; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container { width:47.75rem;position:relative;display:block; }#yAgZbUrOoKLJMqBtB2q2BBUoZTR8TgmT { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
#KP9AHawbw4ZwFF7iA9v4RxOdzZQmqMvT { top:12.1875rem;left:4.25rem;width:14.0625rem;height:3.9375rem;display:block; }
#mK8NHtgFS80Gy0KT2FdEChB3DltmP7a5 { top:4.1875rem;left:7.5625rem;width:6.75rem;height:6.75rem;display:block; }
#d3B4Hh6Z1PbTPakqrSJgmp0fo5Tl6J94 { top:19.5625rem;left:4.375rem;width:7.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
#zIUFlNctPyyDNXlwGMvT6MXdQTCoX4HE { top:22.125rem;left:3.6875rem;width:14.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
#lPvwyJgmyqcnmAuywbwKCiMVVHbTEMor { top:5.3125rem;left:8.625rem;width:5.25rem;height:5.25rem;display:block; }
#w8fpMLvZTBLH4XfTe1RDxuP9TGGNnmHH { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
#aVty4OVTiRaRlJ4lmZGs5X9P3TIyZu0y { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
#tmrQ38DAyLWXL7IBqXX8AehGGWJ0sxqG { top:11.125rem;left:0rem;width:13.1875rem;height:1.5rem;font-size:1.1875rem;display:none; }
#x0kNiggROoXMbNR7AhbkQOvH0A9RA88h { top:27.375rem;left:0rem;width:19.375rem;height:1.1875rem;font-size:1rem;display:none; }
#EysIlDuCpELNJWWfnUhFQF0VexLeRAyG { top:12.0625rem;left:6.3125rem;width:1.9375rem;height:3.875rem;font-size:3rem;display:block; }
#tw35QsH2EwKuUAtIgEQkOBWS3obCENqT { top:13rem;left:8.6875rem;width:8.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
#HtzSJIPvpF2yB0glERxCgCQkwVFlzRBc { top:3.9375rem;left:9rem;width:7.1875rem;height:9.9145324476019rem;display:block; }
#tgnlfvUTOCzBSI4afXKbNHGgQFuEVTrX { top:18.0625rem;left:0rem;width:3.1875rem;height:3.1875rem;font-size:2.5rem;display:none; }
#TvAJpxlm0EhWuJRMZ9MxP0NIZ0PUCBEQ { top:6.0625rem;left:0rem;width:2.3125rem;height:2.625rem;font-size:2.0625rem;display:none; }
#KmKxKk62wZybcpPvzaJtTSSMRtXzGqaU { top:15rem;left:0rem;width:5.4375rem;height:1.5rem;font-size:1.1875rem;display:none; }
#RODI2bnP3eb0pMwohmdxx5oLC52nPZLg { top:54.9375rem;left:0rem;width:6.9375rem;height:1.1875rem;font-size:1.25rem;display:none; }
#cKg6DlGOTxvUFWSElAucqEJW9wueh0kZ { top:16.6875rem;left:10.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
#LuApCM6PhpFiJptQUWOzRuxV2MssuMLI { top:19.5rem;left:12.125rem;width:6.1875rem;height:2.0625rem;display:block; }
#yAeQOchVO2XqS6zs1vyVye9Gk3QbIZEF { top:4.125rem;left:1.3125rem;width:20.3125rem;height:26.8125rem;display:block; }
#ePBWP9KyznvzBdCn2N9VH2MNNFcnHzLh { top:48rem;left:0rem;width:6.9375rem;height:1.625rem;font-size:1.25rem;display:none; }
#Xv3LUgbPOo2RJby1evdEEOZFxButxbhk { top:35.0625rem;left:0rem;width:4.1875rem;height:3.1875rem;font-size:2.5rem;display:none; }
#DHggWbquzguNl0JLN1FpLrXLg2TiO2En { top:54.9375rem;left:0rem;width:6.9375rem;height:1.1875rem;font-size:1.25rem;display:none; }
#nGkFuJ34T5V0rwT0oaGxAIDVWQA8zT3X { top:88.0625rem;left:0rem;width:6.9375rem;height:1.625rem;font-size:1.25rem;display:none; }
#seKipOPH8bmEXsPFZWc3Tr4I6rNSWsVL { top:4.0625rem;left:30.4375rem;width:7.1875rem;height:9.9145324476019rem;display:block; }
#bRqPpMHnvDoERqIIEiLMCX5H5q97l9Ti { top:5.1875rem;left:32.5625rem;width:6.8125rem;height:5.0170701992054rem;display:block; }
#I2HB8fLzId9y3iv2ln0lBDpIBUlAF2TK { top:4.1875rem;left:32.5rem;width:6.75rem;height:6.75rem;display:block; }
#twT3kQcPdMrmNQVqIq0oCKxKNQ4dlbTx { top:19.5625rem;left:12.437496185302rem;width:5.875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
#QH2m9bLNmPEHEdlIyIZAoL7CeZ1TW4Db { top:27.6875rem;left:3.68701171875rem;width:5.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
#tBOToVuPilVJ1wMCiXuKBLe3O9e4P6eK { top:26.5rem;left:9.1234359741213rem;width:3.625rem;height:3.875rem;font-size:3rem;display:block; }
#wN0TekMPOEsyXZef91kIL6JdZFWsQ7Tw { top:27.75rem;left:12.561325073243rem;width:12.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
#OhCs6skMxsh32s2Uyb2rodOXPTJP2JrT { top:27.9375rem;left:39.124837875366rem;width:6rem;height:1.9375rem;font-size:1.5rem;display:block; }
#TfwvrvSar9QmmIqiKQCJRMhrrFMfN52A { top:4.375rem;left:26.25rem;width:20.25rem;height:26.8125rem;display:block; }
#CQoUlB6BxHFPeWlM09Pwf4XMec4Gg9uy { top:22.0625rem;left:28.623435974121rem;width:14.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
#pdL03FTE4zozAXFfQunwCp7Uke9Qod5F { top:26.6875rem;left:33.936714172363rem;width:5.25rem;height:3.875rem;font-size:3rem;display:block; }
#vh9MDBP8MeGTUOyadcQVThFE9LfybTK0 { top:12.4375rem;left:29.1875rem;width:14.0625rem;height:3.9375rem;display:block; }
#pLxuWXKKRXq51OmBtdTlTSmGNLcVzb13 { top:13.25rem;left:34.6875rem;width:8.5rem;height:2.4375rem;font-size:1.1875rem;display:block; }
#m6cDTThKSGMCN1K3knfwDDMygeiCCRpZ { top:12.3125rem;left:30.8125rem;width:3.4375rem;height:3.875rem;font-size:2.0625rem;display:block; }
#mO0IF2SbGST0WJe2PM9rZS4iu3GlGXIR { top:27.875rem;left:28.624349594116rem;width:5.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
#FfoA3lUnM1dslKRuTGg2DWam7D4e6t3T { top:34.375rem;left:13.623435974121rem;width:20.4375rem;height:1.6875rem;font-size:1rem;display:block; }
#xKhg4GX6rlCI9EQXBxbNXOpWt0HWiqwA { top:14.875rem;left:0rem;width:6.1875rem;height:1.5rem;font-size:1.1875rem;display:none; }
#dX9T7TXCUT4d92CTsxA9huiRUxTdSAqo { top:16rem;left:11.373554706574rem;width:20.375rem;height:1.5rem;font-size:1.1875rem;display:none; }
#mXtezkUd7C2IC7G0H8gLaLU5xoET7nTR { top:16.6875rem;left:10.1875rem;width:2.0625rem;height:2.0625rem;display:none; }
#ZNmkor8G7M3N5vhIDWl8uvxWqtPuhPEV { top:19.5rem;left:29.186056613922rem;width:7.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
#UcysffmRphO4Zfpo7AwZGl2GWFzxFEXp { top:19.375rem;left:36.678099155426rem;width:6.1875rem;height:2.0625rem;display:block; }
#bUAimPNueERCITZzoCC6ksycKm0HTNyA { top:19.4375rem;left:37.739448547363rem;width:4.6875rem;height:1.875rem;font-size:1.4375rem;display:block; }
#qwqNblc2qunvPb1wQWMxMBdpNpsuWOEq { top:16.75rem;left:34.936201572418rem;width:2.0625rem;height:2.0625rem;display:none; }
#KT6PUmGvluO4Af24yyCnpBPN8SKOo150 { top:37.875rem;left:0rem;width:19.375rem;height:1.375rem;font-size:1.1875rem;display:none; }
#ZTgtuo9xVfyKn10Ww9oL9pJlAOwNIbOA { top:25.3125rem;left:28.936849594116rem;width:14.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
#JDQWE2QgRrqZE0NxC1PmAmHatOoLh97h { top:19.5rem;left:39.155759811401rem;width:5.9375rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#DTxufcIBUL5qTzdSxuRdCWVvdQJP8mCk { top:19.375rem;left:36.678099155426rem;width:6.1875rem;height:2.0625rem;display:none; }
#o5h4vpS8OiTyhwpTlwTrDJfGUUwLmf4Z { top:19.5rem;left:29.186056613922rem;width:7.4375rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#lq5Zc4uwqkPEm3pvDRKPZvdFlp1mqPSu { top:19.5rem;left:39.155759811401rem;width:5.9375rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#MQmKa4p2BTTkhE75g52ClybPF3ATRfOM { top:19.375rem;left:36.678099155426rem;width:6.1875rem;height:2.0625rem;display:none; }
#mALJbGzIaNkImzKWE5s8Sypxr7Vt5GpD { top:19.5rem;left:29.186056613922rem;width:7.4375rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#QNABUaS2KdVJh7LstQVsthGMhPnfksex { top:31.625rem;left:0rem;width:6.1875rem;height:1.5rem;font-size:1.1875rem;display:none; }
#HC4zSJGFFDLx2okZ8IgI6b2Jv2zxFRm8 { top:19.5rem;left:12.125rem;width:6.1875rem;height:2.0625rem;display:none; }
#TbmeCHP5NhtTRB6H9hqFsvvCP1fCRBFN { top:11.125rem;left:0rem;width:13.1875rem;height:1.5rem;font-size:1.1875rem;display:none; }
#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd { display:block; }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row .container { width:47.75rem;position:relative;display:block; }#li4LSv0BIZ3mheby4qkoo66kAZutbhft { top:3.6875rem;left:0rem;width:21.75rem;height:1.9375rem;font-size:1.375rem;display:block; }
#PM1OnrOG6O3dVITIW3qTINH7kZvrpXdR { width:13.1875rem;height:14.5rem;display:none; }
#ICex0oRC6AHuCw8TQnKX9yZHZTwTxTVy { top:2.375rem;left:0rem;width:18.75rem;height:0.0625rem;display:block; }
#yem5Br48g04OuOBw5FGXVIDXytBTBIwb { top:10.8125rem;left:0rem;width:10rem;height:11.25rem;display:none; }
#ROmwfHp3Wqf58nKcOJsfetdXkCQJC1t3 { top:11.8125rem;left:0rem;width:13.875rem;height:6.346583316143rem;display:none; }
#bGFmz7SWRDEp3xHsnoSn0qk1TlfNfCt0 { top:10.8125rem;left:3.935546875rem;width:13rem;height:5.9091898798386rem;display:none; }
#GvoW35GwT8IJtN8SpLPhkASPBF5a3fy1 { top:10.75rem;left:5.4660148620606rem;width:10rem;height:9.5rem;display:none; }
#bmaS4sdqLX1otyM3yRJCppTNDrcoQ79l { top:7.9375rem;left:17.24609375rem;width:14.125rem;height:14.125rem;display:none; }
#A8wAT450v6RMFhQBwWpVqUAUsKRRZaha { top:10.6875rem;left:33.713543891907rem;width:10rem;height:9.625rem;display:none; }
#v2WltgED5yTQwWp2RGwEkQ9u4alBtPmF { top:8.6875rem;left:32.725776672363rem;width:11.875rem;height:11.875rem;display:none; }
#FeXsfKirQUoouahaipXMRU69xvC8GTbz { top:10.6875rem;left:19.559895515442rem;width:10rem;height:9.1875rem;display:none; }
#cpENXPQiTLiXGhD3CZiOBcX1yVqXIIv5 { top:9.5rem;left:37.1875rem;width:10.5625rem;height:10.5625rem;display:none; }
#OTCGMhQNsXdu5Z5muo5QwLbsCTx4s8lS { top:10.75rem;left:37.75rem;width:10rem;height:9.25rem;display:none; }
#oIH8B6xE4WUSknlxrZNHmvWnfgmL7H6K { top:23.0625rem;left:11.509372711182rem;width:10.6875rem;height:10.6875rem;display:none; }
#vhaPcxrd7ebAAHzlk6GsZVpaKpIKqX4X { top:24.375rem;left:11.9375rem;width:9.9375rem;height:9.1875rem;display:none; }
#nJsCQ4plQ7HAtJv50ItfKm4TPfQoKgN5 { top:22.8125rem;left:25.448432922363rem;width:10.6875rem;height:10.6875rem;display:none; }
#GxJVoEwnUTbZ36Ocg1urS4BUQTSHHWG7 { top:24.375rem;left:25.8125rem;width:9.9375rem;height:9.1875rem;display:none; }
#cXaVmETza47TdPCOJ3tCez2IdnIssQQt { width:15.875rem;height:14.5rem;display:none; }
#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T { display:block; }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row .container { width:47.75rem;position:relative;display:block; }#utbpZEq9IIGQlR13TfrZ6EeDceoZWTqQ { top:14.9375rem;left:0rem;width:13.8125rem;height:4.125rem;font-size:1.0625rem;display:block; }
#B136SWLNNZzkqTcOkzqfyI9CxnsZQlB1 { top:12.3125rem;left:0rem;width:33.0625rem;height:0.5rem;display:block; }
#MPrnoxoobviOeIuFTGKvfKzgeNWosvdT { top:15rem;left:6.4996070861819rem;width:12.1875rem;height:2.75rem;font-size:0.9375rem;display:block; }
#yUvodvbD97KbfEJWXcs2ZE6hThk87IEV { top:11.9375rem;left:0rem;width:1.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
#rcmnJidXHb7142At4MsefNWJ9FC3KyIl { top:11.9375rem;left:11.75rem;width:1.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
#kVpgw729HcQHsi3zGnG6Ta8BGi3nqQqF { top:15rem;left:20.121482849121rem;width:9.9375rem;height:5.5rem;font-size:1.0625rem;display:block; }
#wlVzTkXliKM4gdBOwRgaslkFSBhT1PVJ { top:11.8125rem;left:24.249214172363rem;width:1.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
#LhOFlbJJxBKMzxsT8klokHxbf0r0fC2T { top:8.25rem;left:11.562501907349rem;width:2.25rem;height:2.25rem;display:block; }
#XI8dtVhczHEIK7fGl6y9XTGl3r3ngKcy { top:20.75rem;left:0rem;width:12.375rem;height:3.625rem;font-size:0.9375rem;display:none; }
#UEkarviBamcKzKFsqvUg5CKqT0mxDUJT { top:26.6875rem;left:0rem;width:11.875rem;height:3.625rem;font-size:0.9375rem;display:none; }
#A4su9cC4XZAc8II0SIkk0d1tyD7nLq9m { top:1.125rem;left:0rem;width:10rem;height:3.875rem;font-size:0.9375rem;display:none; }
#BhJSpOyueTNJL5R94DkZkRSn2p9rn56h { display:none; }
#VACDOEKscQfDy6CLt9TnkhCTgpMQwLnK { top:6.625rem;left:0rem;width:47.75rem;height:15.375rem;display:block; }
#CLehWogXfcHeOcMgcE5gQl2VlK8evfAf { top:11.125rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
#Wy6G909WE6rh2ReriRXqAnOAD4P4EI5G { top:14.875rem;left:35.3125rem;width:12.4375rem;height:5.5rem;font-size:1.0625rem;display:block; }
#JkUACAlBud4E4rUCwsGSQps90BVtSTKW { top:23.75rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1rem;display:block; }
#qO1STaWkdChOe3PLucIcmrWDEAg8xvRk { top:11.25rem;left:23.75rem;width:2.6875rem;height:2.6875rem;display:block; }
#gDTWQ3qoLEBOPBDp0eDUDiiVyqsLwhl5 { top:11.25rem;left:11.3125rem;width:2.625rem;height:2.625rem;display:block; }
#UgVDsmC3fNzyq2p6SAlezszo96sLGqzV { top:11.25rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#Zo035x28KJdu012n3syh5TTmpOHdxeHy { top:12.375rem;left:30.5rem;width:17.25rem;height:0.5rem;display:block; }
#tO3yz0K2Tc0tcO77Du1mJHy3tQS2P0JX { top:2.6875rem;left:0rem;width:20.3125rem;height:1.9375rem;font-size:1.375rem;display:block; }
#TW0Kq2srKmeCUGS87Ew19SErP6XMvTqS { top:8.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
#TucTyQk7ULN6zN11vfskFsr2dQqcyDGo { top:8.0625rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
#bNSUJbFmWaGSLdTViaxvPrt1xctPctzR { top:8.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
#ds2RWF2wJeG9s9yIdt25MRf86FuIZFNe { top:1.8125rem;left:0rem;width:18.75rem;height:0.125rem;display:block; }
#wUhbQpTM9ZmkTooAEDmMxgIg7yTNSJUl { top:24.8125rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
#q0TfMMyIQKTGDEoSrP4AL8Fbqy784eSU { width:9rem;height:1.75rem;top:18.3125rem;left:8.1945304870606rem;display:block; }
#S48vNddDM5e1cUdpvFdZ6lkOGGEh3Wet { display:block; }
#AZQzSVfSwTTBPqIemASc6VG9bNeJwdfx { top:14.875rem;left:32.618354797363rem;width:8.125rem;height:5.5rem;font-size:1.0625rem;display:block; }
#yTtLUnS9GmRIZvLzB8kxhdNLJqhB3mKF { top:11.25rem;left:35.183982849121rem;width:2.625rem;height:2.625rem;display:block; }
#vCH7t0T7KKp4dDFSIagX8LHxCAFXSmHl { top:11.875rem;left:35.649604797363rem;width:1.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
#Lq2yDppUq3T5LvWUclQbQUdl6HmX9mJ8 { top:34.5625rem;left:0rem;width:11.875rem;height:3.625rem;font-size:0.9375rem;display:none; }
#lsHGKMw71PaMmuwmTOwByb0o85syykku { top:8.25rem;left:35.683594703674rem;width:2.4375rem;height:2.4375rem;display:block; }
#QTeRPy1HUI23RaLvLJLNNEQ7450RVvdS { display:none; }
#Z5QSL3zdm1I0c8DQBfcmSDG9cTWTe9cd { top:43rem;left:0rem;width:19rem;height:6.0625rem;font-size:0.9375rem;display:none; }
#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { display:block; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke > .row .container { width:47.75rem;position:relative;display:block; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 { display:block; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row .container { width:47.75rem;position:relative;display:block; }#dAn9nZ23DOZVU3iSdrgSSrD08aeJLlEu { top:5.3125rem;left:0rem;width:26.375rem;height:3.875rem;font-size:1.125rem;display:block; }
#VbIhcSgQUQ4duWHukLgsiKJscXEzEWy8 { top:11.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
#kTs1AIOgLliT0gu0TuvLgSnTAcNEdGXu { top:10.875rem;left:0rem;width:27.3125rem;height:7.0625rem;font-size:0.875rem;display:block; }
#BFQI31Uuo26p1LIrFQ7Ke7hJBaTFHJyr { top:13.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
#buPQL9SAMNxwpbQqlN92kVv2alcmKbPQ { top:15.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
#eOS5QtX0TOAscxPfCCJTkIBAfvffabsf { top:7.8125rem;left:32.6875rem;width:15.0625rem;height:4.5rem;font-size:1.25rem;display:block; }
#c4QoJWRBQIp2qWaKJLz34ISihTHqFZo7 { top:16.6875rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
#m2l5glLFGlhtetg5auRcHSXKalf6s62z { top:5.875rem;left:0rem;width:3.5rem;height:3.5rem;display:none; }
#ET09oCRrJsNHGGWBqbc3HlAnzA1vyC1M { width:12.125rem;height:2.1875rem;top:13.9375rem;left:35.625rem;display:block; }
#O5TUZZhzpbwuAqUJPTqMrK0UhpNmOP1k { display:block; }
#HFOl1PkzemXgax1NWDH64FqNSza80EEk { width:12.0625rem;height:2.0625rem;top:18.625rem;left:35.6875rem;display:block; }
#CxNxo0gmT4FcTAdTWL2sooScAureImyK { display:block; }
#DrXTZNs4AApqO63AcWlTGfDt4wQDe6fU { top:5.5rem;left:12.5rem;width:35.25rem;height:17.6875rem;display:block; }
#so5Imb4XnGQ09QsGNt64iT9IxSMdnH9x { top:2rem;left:25.035160064698rem;width:16.125rem;height:21.25rem;display:none; }
#lG3J4srsUmmdqevumVrNPseidKZ3p17D { display:block; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container { width:47.75rem;position:relative;display:block; }#bHDt5E9GClaxDtncfgGqOhHoI1exJGTU { top:4.75rem;left:20.375003814698rem;width:17.375rem;height:14.6875rem;display:block; }
#v4fn2nvSIKTd3umxks0d62VRQaxxhZWJ { top:10.1875rem;left:36rem;width:11.75rem;height:3.8125rem;display:block; }
#zZSayCPW1vXCLLAD6B3fzExmMbVMRJ3d { top:10.3125rem;left:35.617408455522rem;width:11.75rem;height:3.625rem;display:block; }
#T2kwT5vequomAST5w1O2EUx2Imd0KTTu { top:5.5rem;left:0rem;width:31.6875rem;height:3.375rem;font-size:0.875rem;display:block; }
#ewQAwebJtJ0OeTZOXaHU8EyPxnJXhu5l { width:14.6875rem;height:2.8125rem;top:14.125rem;left:0rem;display:block; }
#HSiI3RivWqO91goe5VVg480KleDoefvW { display:block; }
#uG6feLqZVr1mpsXRMNuS653Wb6vskUxX { top:0.9375rem;left:0rem;width:35.625rem;height:3.875rem;font-size:1.125rem;display:block; }
#lUX43eJioKDilvQ5i49uNq59v48zMWAp { top:2.75rem;left:12.6875rem;width:35.0625rem;height:17.4375rem;display:block; }
#HruueVE0bpcSL7Pdxrk5qMEaHBTlNLRX { top:11.375rem;left:5.375rem;width:9.5rem;height:8.125rem;display:block; }
#RdbGQdCSpDLz7P3nsphGspwoiEXWBiEq { top:9.75rem;left:0rem;width:31.6875rem;height:1.6875rem;font-size:0.875rem;display:block; }
#vX0JKeagASSm0USKtUTr9GuO33vxTdTn { display:block; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container { width:47.75rem;position:relative;display:block; }#LG9yPI8Bfrl9BM3FKUUxDDZKgO4oMZmu { top:1.9375rem;left:13.437496185302rem;width:20.6875rem;height:2.25rem;font-size:1.0625rem;display:block; }
#urhvFrbmxzmNSqQMJBOb2XxqJ2WxXu6n { top:2rem;left:38.437067508698rem;width:1.625rem;height:1.625rem;display:block; }
#DTvPKLmL3LQxRdBeBuTofeOics7TH3gf { top:1.75rem;left:38.437067508698rem;width:1.625rem;height:2.25rem;display:block; }
#am4f6WSHQfKf3Swu1as0BIOFP2Xtd6pJ { top:1.0625rem;left:11.436460494995rem;width:29.8125rem;height:3.875rem;display:block; }
#Ar7HsOW0EqFd37wCS2ax3nXMmZ0tbH48 { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW { display:block; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container { width:47.75rem;position:relative;display:block; }#WwHxsSTpEvfT8dG0Rby1MeL9JmJmTf4y { top:18rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
#hwtsM3RxIyp3flioyrwa5VvPTzlUazPn { top:11.8125rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:0.9375rem;display:block; }
#oxbZz2uqZ7WgRkgJXaPhXAo7LsTH7l3o { top:16rem;left:0rem;width:34.875rem;height:1.8125rem;font-size:0.9375rem;display:block; }
#bULCE8JDsSiwSKIV3WXPq6NW17ETpBHU { top:10.125rem;left:0rem;width:17.75rem;height:1.875rem;font-size:0.9375rem;display:block; }
#IUSS1L9RWSlt18CDSa2yXHqJWzaWaXVW { top:7.6875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
#iqzHLSQPRKssTkIxqTmKFDB9KiPTFmcA { top:5.6875rem;left:0rem;width:23.6875rem;height:1.75rem;font-size:0.9375rem;display:block; }
#D7LpXTGOEg9vadeuHkR0LDsVVUTH7UrA { top:3.375rem;left:0rem;width:42.75rem;height:3.125rem;font-size:0.875rem;display:block; }
#Cdd3FsZi4okWz2wTzKJePTot7BWz7PZI { top:1.5rem;left:0rem;width:28.1875rem;height:1.75rem;font-size:0.9375rem;display:block; }
#zMTnPknnfdxG5eJoCTUA4rcWpOBsMkc4 { top:11.8125rem;left:0rem;width:17.125rem;height:2.0625rem;font-size:0.875rem;display:none; }
#w8qaTL69r0MUOa27Umr7lQhbN8L1z1TJ { top:14.4375rem;left:0rem;width:19.375rem;height:2.0625rem;font-size:0.875rem;display:none; }
#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 { display:block; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row .container { width:47.75rem;position:relative;display:block; }#oqt3Et5VKwUelhH52xVnruITJ7sISDe4 { top:1.625rem;left:11.435909748077rem;width:24.1875rem;height:2.25rem;font-size:1.0625rem;display:block; }
#Nua14NdAUS6ywAoZHD1TR4IPVLtMklHJ { top:2.1875rem;left:38.622976779938rem;width:1.625rem;height:1.625rem;display:block; }
#AizdI9Xb10nIykTd21NkZXHN90RWQ3Ux { top:1.75rem;left:38.622976779938rem;width:1.625rem;height:2.25rem;display:block; }
#CSvcATayEzQEHzTylcXWR6sEz9WvoCuE { top:0.75rem;left:11.373264789581rem;width:29.8125rem;height:4rem;display:block; }
#lNvThamQ9OabLxpVJ2LzS8e9OD6mLz3g { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o { display:block; }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row .container { width:47.75rem;position:relative;display:block; }#MP6tg8m1Qh2iss12VIQcP1GUpODtgac0 { top:1.3125rem;left:0rem;width:28.1875rem;height:1.75rem;font-size:0.9375rem;display:block; }
#HzTDd0IoGaeXXCeCAV3ilhpLE1Uidw6W { top:3.5625rem;left:0rem;width:42.375rem;height:1.4375rem;font-size:0.875rem;display:block; }
#a5LO5lsBoA7m0SkFgLig2LvAqLH3ogW4 { top:7.5rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
#g5gZKzATwud7T7geleH4vz0M0I7vg3KN { top:9.75rem;left:0rem;width:46.875rem;height:1.75rem;font-size:0.9375rem;display:block; }
#zRuGytoCqhuSxE9TaDqTfX40NFI9pQSN { top:5.625rem;left:0rem;width:23.75rem;height:1.75rem;font-size:0.9375rem;display:block; }
#A1xCrtFNK96UqUfEgImJfvH5O3Mv8mzV { top:0.9375rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
#ECppW3GCIKKkXpZPmaiRFgDJCrFQhIuR { top:21.6875rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
#viHxQ0wD75rVICOVO44UEytgTSeEdnyQ { top:21.75rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
#o24ZJao3hQKxR1zkuTg3bTdXTUtnX1zO { top:16.5rem;left:0rem;width:47.75rem;height:0;font-size:1.125rem;display:block; }#o24ZJao3hQKxR1zkuTg3bTdXTUtnX1zO li:before{  }
#RJ4dH7OcwPXrNt2hofnv7fVlnFJ3EDBP { top:14.4375rem;left:0rem;width:18.75rem;height:4.5rem;font-size:0.875rem;display:none; }
#CRlU5865ObuKP49KHfNPHI7dLvqtkVTd { top:20.9375rem;left:0rem;width:32.375rem;height:1.75rem;font-size:0.9375rem;display:block; }
#ipkXqygt2L8H0z1WPoxil9bMQEyQJrze { top:23.25rem;left:0rem;width:17.75rem;height:2.25rem;font-size:0.875rem;display:block; }
#fNJ79zT1hPIVqgVN3MTgBy7bLWLwRyg0 { top:12rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.9375rem;display:block; }
#I8tpRKZb1CcJUVKV8AxZhkJb0R680ACr { top:16.5rem;left:0rem;width:32.375rem;height:1.75rem;font-size:0.9375rem;display:block; }
#anehPHcAJmORKyENhlHsPAcS28lOtUiF { top:18.375rem;left:0rem;width:19.5625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#wAT3JrlNrSL29T5icBXIo5oKqK08WTgf { top:23.125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
#znbO6yD4fms08oznezQmrgt5OA64THTd { display:block; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container { width:47.75rem;position:relative;display:block; }#nLK5U2Ru73yPb7B2TL2Ovkbom6FtRZVP { top:2.75rem;left:0rem;width:15rem;height:1.625rem;font-size:0.9375rem;display:block; }
#sTz2D2O7pBknkEODrQt5CGKkQJvEuqUv { top:4.625rem;left:0rem;width:14rem;height:0.0625rem;display:block; }
#LQmPy19UZEPFhN5vNNE21VWbtey78clN { top:5.4375rem;left:0rem;width:30.6875rem;height:3.375rem;font-size:0.75rem;display:block; }
#qudPWhVwzDLVWaXL0m8lTLhts3Mq0aiE { top:2.75rem;left:23.875rem;width:14.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
#rAeucmTzxvCTdV8qPPmvp0sriky82tuh { top:4.625rem;left:23.875rem;width:14rem;height:0.0625rem;display:block; }
#yhUlR4wi8iUyimVnps2Q65SNz03pc9fi { top:5.375rem;left:11.25rem;width:36.5rem;height:1.125rem;font-size:0.875rem;display:block; }
#Lz9nCE1b6BV2DWLOn00xHkRJtli8kAVC { top:7rem;left:0rem;width:14rem;height:0.0625rem;display:none; }
#riTpnUoZQ5Gbih0hJ74hUll5AmTBgZJ7 { top:6.9375rem;left:11.25rem;width:36.5rem;height:1.125rem;font-size:0.875rem;display:block; }
#ECurAhv4UUiTsQXx27iHIPHgkVtzNATM { top:9.5rem;left:0rem;width:16.4375rem;height:3.3125rem;display:block; }
#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq { display:block; }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row .container { width:47.75rem;position:relative;display:block; }#bKXu6TZ1ZQ1enJQOktqV4adq1oalD1iq { top:1.5rem;left:0.90625rem;width:14.0625rem;height:2.6875rem;font-size:0.75rem;display:block; }
#TNKgOByQiDfhvgEffqt2OLgfAqQ4z7Vu { top:8.0625rem;left:0.90625rem;width:14.8125rem;height:1.625rem;font-size:0.625rem;display:block; }
#v9L83Mv9epnRTZKmBCaB1FzALdVtaNmG { top:13.0625rem;left:1rem;width:13.9375rem;height:2.4375rem;font-size:0.625rem;display:block; }
#vVnxmCMsTUOREMg5xL1GhxsTKw0dARgr { top:19.125rem;left:0.9375rem;width:13.5rem;height:2.4375rem;font-size:0.625rem;display:block; }
#X5J98e27Gopg2csmr65e9Ed5CnvPwPHZ { top:2.625rem;left:0.90625rem;width:12.5rem;height:1.625rem;font-size:0.625rem;display:block; }
#sINZPs0kMqReLxLcib4AOXXLNITRPzpk { top:6.8125rem;left:0.90625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#QhsNMLEiUZawa9h6Cx9DUSA3dQznqzTV { top:11.8125rem;left:1rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#rWsRy8edRAPoSGwLvDNDmk86viOLrM0p { top:17.875rem;left:0.9375rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#IAiXS3zLqiSxt8AkymaUMx31hT7qbXNB { top:1.5rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#gTqzFBXGIVOXyziMfbAxPHUHO4v3vJi6 { top:4.0625rem;left:15.875rem;width:12.5rem;height:1rem;font-size:0.75rem;display:block; }
#fUioHFxTLZs0ZJZnTTzAywFhR9lVTB7k { top:6.5625rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#Hgo4NnUpwe0aHW8qnNv24wcTgoLK0BHl { top:9.0625rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#e0XPRGGigIKFe0ZuTOSKNxetxTRwTIFD { top:11.875rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#JVJHpM3SIFtkJIVxRFQFW1TVAT0oHSQc { top:14.375rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#QinEMOGMElDqDupLoNQWyWdNOm2KFrQ4 { top:16.875rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#IWUC48PNKy9aIn3ncA3F6bJaKolRhTry { top:19.0625rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#Gefe3IK7kt4VP58Z3lhSWuFCyJDmxMKR { top:21.5625rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#TQfwAmHen5hJwx6lT8mIFCmW9AOvQ0lt { top:24.0625rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#PZOZN99MrcQlVZKGZtXrTWXSRdQ7LLNR { top:26.5625rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#F6S4q8eSgonEEp4qqNnMLd6UDPfc988K { top:29.0625rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#lIodefKlTTXHm60NBsKv6wyux7WdrDRf { top:14.25rem;left:35.125rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#zw5OyslqGinavtnBXLyy52T5zhJ6pd5v { top:20.1875rem;left:35.125rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#WqzoAmrViFxLzGVuG9MsWHRPwS0TM7xr { top:15.5rem;left:33.25rem;width:14.375rem;height:2.4375rem;font-size:0.625rem;display:block; }
#EiOJCWq1vkymWtyiZ84HoF4d4QTnZxsv { top:21.4375rem;left:33.1875rem;width:14.4375rem;height:2.4375rem;font-size:0.625rem;display:block; }
#lGgJH1BWa7FDdTeWEXOGdFdIMJUte7tU { top:1.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
#vJxT8sOw4dZB1ghdULrLthARwp8llH5I { top:6.8125rem;left:0rem;width:1.875rem;height:1.6875rem;display:block; }
#IkfIZVUil6LA6fqFblBrn9nOUZtHl82U { top:17.25rem;left:0rem;width:1.4375rem;height:1.875rem;display:block; }
#lKFIvT60nqSKypsRSANTEVH9BcNdT1R5 { top:31.6875rem;left:0rem;width:2.25rem;height:1.5rem;display:block; }
#CcwDOGpor4k6mgBLlHLmrq2o5kN6Ztl6 { top:31.6875rem;left:0rem;width:1.8125rem;height:1.5rem;display:block; }
#rScZbAoCvhR6GB2L1nrbTH0OStOnVR35 { top:31.6875rem;left:1.9375rem;width:2.25rem;height:1.5rem;display:block; }
#H1egXPepPJlFfw5yHWxL3LGnDOciX2Il { top:31.6875rem;left:4.1875rem;width:1.8125rem;height:1.5rem;display:block; }
#qOD1T1kWyQeDnlPifGRQo5WC4Ft9sdK9 { top:2.375rem;left:3.75rem;width:28rem;height:7.1875rem;display:block; }
#LXa2qJg1HUlVJQJ3BpK6ud8O492T3SeS { top:3.5rem;left:31.6875rem;width:15.9375rem;height:2.8125rem;font-size:0.75rem;display:block; }
#xINfOCMLInfyo4E7JQ0wzw7GuyFeFGO2 { top:5.4375rem;left:23.75rem;width:8rem;height:2.625rem;display:block; }
#Nrx12P6Aho9BdRxwcIDhnZvU6rpM2JpJ { top:5.5625rem;left:34.125rem;width:8rem;height:2.625rem;display:block; }
#nUQcoHlK4FloytXxgaQNMFSUxQtGKz3k { top:5.5625rem;left:39.625rem;width:8rem;height:2.625rem;display:block; }
#XaNU122ix2uiAsgT9azE4GA140grWL6m { top:14.125rem;left:24.9375rem;width:6.8125rem;height:3.75rem;display:block; }
#rt8mtQ7NuggNPmPgxQ5LXBUk6kcqi47e { top:19.8125rem;left:26.125rem;width:5.625rem;height:3.375rem;display:block; }
#amDBMyBJTAN7uRSLeTgCVOIX2gBTTbl2 { top:11.625rem;left:0rem;width:2rem;height:1.8125rem;display:block; }
#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { width:47.75rem;position:relative;display:block; }#r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { top:1rem;left:0rem;width:14.0625rem;height:0.75rem;font-size:0.625rem;display:block; }
#O1VfT0gBMLlVaP0T93sS1yrcoBGAeM0m { display:none; }#O1VfT0gBMLlVaP0T93sS1yrcoBGAeM0m > .row .container { width:47.75rem;position:relative;display:none; }#byeKoqUGxi5SHOI6ne4LmoBeS2Gx5shH { top:1.5625rem;left:34.6875rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
#EwQBoiEBfun0E0LQaggTrTtGwDC8wS0r { top:1.5625rem;left:34.6875rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
#eqxMcp9nPZfFKiGIiAaMyog8CAJVEMA5 { top:2.4375rem;left:24.3125rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
#qz6360XteCgncl5eaUE7xomrPHHfTm19 { top:0.625rem;left:19.3125rem;width:28.0625rem;height:9.0625rem;display:block; }
#MaBw86IJ7CnESamS7bR3dOzJ4e6uxO6l { top:6.125rem;left:36.8125rem;width:10.9375rem;height:2.5rem;display:block; }
#ATxcm9oRz73JrTmaX7Tad9arF7TLQXEB { display:block; }
#KLm9W48K2XLkon5yJvwlDP8AdIPc3MC5 { top:1.375rem;left:24.6875rem;width:23.0625rem;height:5.5rem;font-size:1.4375rem;display:block; }
#ZsUzvp7Fo30bIBokxepHKKeiKDC9yHMt { top:3.9375rem;left:25.5rem;width:22.25rem;height:1.75rem;font-size:1.375rem;display:block; }
#Gvw7pUyBVJytSh52zcTklP29TGrch5QA { top:2.25rem;left:30.47265625rem;width:5.9375rem;height:5.9375rem;display:block; }
#BnVfz1XmexMqO67MmhxV8KScSgSgvJxL { top:3.3125rem;left:0rem;width:13.125rem;height:3.0625rem;font-size:1.1875rem;display:none; }
body { position:relative;background-color:#212f90;background-image:none;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); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { background-color: transparent; background-image: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .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); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { border-width: 0; border-radius: 0; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { width:20rem;height:2.31228125rem;position:relative;display:block; }#mgLKykKfOqPE2FTGqdGZRfvRaa5BSN71 { width:3rem;height:2.4488041090633rem;top:4.530274609375rem;left:17rem;display:none; }
#lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { top:0.40495300292969rem;left:16.498699188233rem;width:1.875rem;height:1.875rem;z-index:15012;overflow:hidden;display:block; }
#t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { width:5.4375rem;height:3.7087012668128rem;top:0.625rem;left:7.25rem;display:none; }
#u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { top:0rem;left:5.3125rem;width:3.625rem;height:2.3125rem;z-index:15013;overflow:hidden;display:block; }
#BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { top:4.1550781011581rem;left:3.75rem;width:12.5rem;height:2.625rem;display:none; }
#yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block; }
#LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { top:8.0300781011581rem;left:3.75rem;width:12.4375rem;height:2.625rem;display:none; }
#UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block; }
#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 { display:block; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 { background-color: transparent; background-image: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container > .video-iframe-container { display: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row > .video-iframe-container { display: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .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); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 { border-width: 0; border-radius: 0; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container { width:20rem;height:16.25rem;background-color:#212f90;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#yBGyvllDoSmhXUWJwxuuFGwSP2rg17S2 { width:20rem;height:0;top:34.6875rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
#XBXckv8BKJ64S1xTlot33f5WTtRaO1MR { width:20rem;height:15.375rem;top:0rem;left:0rem;z-index:14999;overflow:hidden;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TCwwVVvbPUp6Jb9Pl8rkTcPXhq43cxAV { width:19.99925rem;height:4.80035rem;top:22.312277608109rem;left:0rem;font-size:2rem;line-height:1.2;display:none; }
#c2oZK5w7Zp9EWKigXXR10Q2cxBQgDDgl { width:20rem;height:auto;top:7.875rem;left:0rem;font-size:2rem;line-height:1.2;display:none; }
#TCGgyrCx4pRPuVSrXbtQvnqT7E4NmLVX { width:13.9980625rem;height:3.15104375rem;top:5.2801649570465rem;left:0.80815976858137rem;font-size:1.3125rem;line-height:1.2;z-index:15074;font-weight:700;font-style:normal;display:block; }
#THAKtxKmkcXEU6ATu7pB8h8MtQx5RgBG { top:0rem;left:0rem;width:20rem;height:15.4375rem;z-index:15003;background-color:rgba(0,0,0,0.4);background-image:none;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;display:block; }
#CWEzvgfUlrrv9kzrRzlKq3CFqm10bsD7 { width:11.4985rem;height:1.49956875rem;top:9.3734810352325rem;left:0.80729168653488rem;font-size:1.25rem;line-height:1.2;z-index:15163;display:block; }
#VZtWV4WB4WR15OrdfcSzPJ1p6DF7Dww4 { top:12.060764551162rem;left:2.1875000596046rem;width:15.625rem;height:2.5rem;font-size:1.125rem;background-color:#ffffff;background-image:none;text-align:center;text-align-last:center;line-height:.9;z-index:15165;display:block; }
#TcI3oTV2IyMe9AlpiKMe7sggEXavvbaG { display:block; }
#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr { display:block; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr { background-color: transparent; background-image: none; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container > .video-iframe-container { display: none; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row > .video-iframe-container { display: none; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .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); }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container { width:20rem;height:46.5625rem;background-color:#212f90;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#yAgZbUrOoKLJMqBtB2q2BBUoZTR8TgmT { width:20rem;height:0;top:29.4375rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
#KP9AHawbw4ZwFF7iA9v4RxOdzZQmqMvT { width:9rem;height:2.5rem;top:6.2472648620606rem;left:5.3718746304512rem;display:block; }
#mK8NHtgFS80Gy0KT2FdEChB3DltmP7a5 { width:5.625rem;height:5.625rem;top:0rem;left:7.3125rem;border-top:0.1875rem solid #e547eb;border-left:0.1875rem solid #e547eb;border-right:0.1875rem solid #e547eb;border-bottom:0.1875rem solid #e547eb;display:block; }
#d3B4Hh6Z1PbTPakqrSJgmp0fo5Tl6J94 { width:19.125rem;height:0;top:75.073435900881rem;left:-0.68789291381838rem;font-size:1.4375rem;display:none; }
#zIUFlNctPyyDNXlwGMvT6MXdQTCoX4HE { width:14.75rem;height:0;top:77.948039172362rem;left:1.125rem;font-size:1.1875rem;display:none; }
#lPvwyJgmyqcnmAuywbwKCiMVVHbTEMor { width:4.8125rem;height:4.8125rem;top:0.62421846389771rem;left:7.7499998211863rem;display:block; }
#w8fpMLvZTBLH4XfTe1RDxuP9TGGNnmHH { width:3.75rem;height:3.75rem;top:12.95263671875rem;left:-25.663818359375rem;z-index:15155;display:block; }
#aVty4OVTiRaRlJ4lmZGs5X9P3TIyZu0y { width:3.75rem;height:3.75rem;top:23.0625rem;left:-28.625rem;z-index:15156;display:block; }
#tmrQ38DAyLWXL7IBqXX8AehGGWJ0sxqG { width:6.25rem;height:1.54296875rem;top:11.135850906372rem;left:3.9035151600837rem;font-size:1.1875rem;z-index:15055;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;font-style:normal;display:block; }
#x0kNiggROoXMbNR7AhbkQOvH0A9RA88h { width:19.4375rem;height:1.3997375rem;top:13.103443622589rem;left:0.24726557731628rem;font-size:1rem;z-index:15054;text-align:center;text-align-last:center;color:#ffffff;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#EysIlDuCpELNJWWfnUhFQF0VexLeRAyG { width:1.9375rem;height:0;top:15.0625rem;left:9rem;font-size:2rem;display:none; }
#tw35QsH2EwKuUAtIgEQkOBWS3obCENqT { width:8.5rem;height:0;top:16rem;left:5.75rem;font-size:1.0625rem;display:none; }
#HtzSJIPvpF2yB0glERxCgCQkwVFlzRBc { width:6.121875rem;height:8.559375rem;top:0.96445369720456rem;left:5.8124998211861rem;overflow:hidden;display:block; }
#tgnlfvUTOCzBSI4afXKbNHGgQFuEVTrX { width:3.1875rem;height:3.24978125rem;top:14.312337242067rem;left:7.9980466961863rem;font-size:2.5rem;z-index:15055;text-align:left;text-align-last:left;color:#ffffff;font-weight:700;font-style:normal;display:block; }
#TvAJpxlm0EhWuJRMZ9MxP0NIZ0PUCBEQ { width:1.4375rem;height:2.68125rem;top:6.1207027435303rem;left:6.6203120350838rem;font-size:2.0625rem;z-index:15055;text-align:right;text-align-last:right;color:#ffffff;font-weight:700;font-style:normal;display:block; }
#KmKxKk62wZybcpPvzaJtTSSMRtXzGqaU { width:6.6875rem;height:1.54296875rem;top:6.80859375rem;left:8.5597646832469rem;font-size:1.1875rem;z-index:15056;text-align:left;text-align-last:left;color:#ffffff;font-weight:400;font-style:normal;display:block; }
#RODI2bnP3eb0pMwohmdxx5oLC52nPZLg { width:4.25rem;height:1.6253875rem;top:15.37353515625rem;left:3.6855466961861rem;font-size:1.25rem;z-index:15054;text-align:left;text-align-last:left;color:#ffffff;font-weight:400;font-style:normal;display:block; }
#cKg6DlGOTxvUFWSElAucqEJW9wueh0kZ { display:flex;width:1.561775rem;height:1.561775rem;top:9.1383109092712rem;left:9.2167966961863rem;font-size:1.0625rem; }
#LuApCM6PhpFiJptQUWOzRuxV2MssuMLI { width:5.4375rem;height:1.5rem;top:11.124276876449rem;left:10.695702373981rem;display:block; }
#yAeQOchVO2XqS6zs1vyVye9Gk3QbIZEF { width:18.25rem;height:12.1875rem;top:5.6861981153488rem;left:0.87187486886981rem;z-index:14993;display:block; }
#ePBWP9KyznvzBdCn2N9VH2MNNFcnHzLh { width:6.9375rem;height:1.6253875rem;top:15.31168615818rem;left:11.123436748981rem;font-size:1.25rem;z-index:15055;text-align:left;text-align-last:left;color:#ffffff;font-weight:400;font-style:normal;display:block; }
#Xv3LUgbPOo2RJby1evdEEOZFxButxbhk { width:4.25rem;height:3.24978125rem;top:35.124673843384rem;left:7.3113277554513rem;font-size:2.5rem;z-index:15056;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;font-style:normal;display:block; }
#DHggWbquzguNl0JLN1FpLrXLg2TiO2En { width:4.25rem;height:1.6253875rem;top:36.062173843384rem;left:2.9988279938698rem;font-size:1.25rem;z-index:15055;text-align:left;text-align-last:left;color:#ffffff;font-weight:400;font-style:normal;display:block; }
#nGkFuJ34T5V0rwT0oaGxAIDVWQA8zT3X { width:5rem;height:1.6253875rem;top:35.999509811401rem;left:11.998827755451rem;font-size:1.25rem;z-index:15056;text-align:left;text-align-last:left;color:#ffffff;font-weight:400;font-style:normal;display:block; }
#seKipOPH8bmEXsPFZWc3Tr4I6rNSWsVL { width:7.187125rem;height:9.9140625rem;top:18.85445690155rem;left:8.0613277554513rem;overflow:hidden;display:block; }
#bRqPpMHnvDoERqIIEiLMCX5H5q97l9Ti { width:5.87456875rem;height:4.24985625rem;top:20.937067031861rem;left:6.9316399693488rem;z-index:15163;display:block; }
#I2HB8fLzId9y3iv2ln0lBDpIBUlAF2TK { width:5.624275rem;height:5.624275rem;top:20.063947677613rem;left:6.9996088147163rem;background-color:transparent;background-image: -webkit-linear-gradient(207deg, rgba(27,55,165,0.42), #4694d0);background-image: -moz-linear-gradient(207deg, rgba(27,55,165,0.42), #4694d0);background-image: -ms-linear-gradient(207deg, rgba(27,55,165,0.42), #4694d0);background-image: -o-linear-gradient(207deg, rgba(27,55,165,0.42), #4694d0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b1b37a5', endColorstr='#4694d0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b1b37a5', endColorstr='#4694d0' );";background-image: linear-gradient(207deg, rgba(27,55,165,0.42), #4694d0);background-size:auto !important;border-top:0.1875rem solid #6aaeec;border-left:0.1875rem solid #6aaeec;border-right:0.1875rem solid #6aaeec;border-bottom:0.1875rem solid #6aaeec;display:block; }
#twT3kQcPdMrmNQVqIq0oCKxKNQ4dlbTx { width:5.875rem;height:0;top:22.5625rem;left:7.0625rem;font-size:1.4375rem;display:none; }
#QH2m9bLNmPEHEdlIyIZAoL7CeZ1TW4Db { width:5.625rem;height:0;top:30.6875rem;left:7.1875rem;font-size:1.5rem;display:none; }
#tBOToVuPilVJ1wMCiXuKBLe3O9e4P6eK { width:3.625rem;height:0;top:29.5rem;left:8.1875rem;font-size:2rem;display:none; }
#wN0TekMPOEsyXZef91kIL6JdZFWsQ7Tw { width:12.1875rem;height:0;top:30.75rem;left:3.875rem;font-size:1.5rem;display:none; }
#OhCs6skMxsh32s2Uyb2rodOXPTJP2JrT { width:6rem;height:0;top:114.42734050751rem;left:12.875389099121rem;font-size:1.5rem;display:none; }
#TfwvrvSar9QmmIqiKQCJRMhrrFMfN52A { width:18.375rem;height:19.375rem;top:21.059895515442rem;left:0.80976551771162rem;z-index:14992;display:block; }
#CQoUlB6BxHFPeWlM09Pwf4XMec4Gg9uy { width:14.6875rem;height:0;top:108.80234050751rem;left:2.3753890991211rem;font-size:1.1875rem;display:none; }
#pdL03FTE4zozAXFfQunwCp7Uke9Qod5F { width:5.25rem;height:0;top:113.17694997787rem;left:7.6875rem;font-size:2rem;display:none; }
#vh9MDBP8MeGTUOyadcQVThFE9LfybTK0 { width:9rem;height:2.5rem;top:26.37398815155rem;left:5.4996088147163rem;display:block; }
#pLxuWXKKRXq51OmBtdTlTSmGNLcVzb13 { width:5.0625rem;height:1.54296875rem;top:26.99898815155rem;left:9.1863277554513rem;font-size:1.1875rem;display:block; }
#m6cDTThKSGMCN1K3knfwDDMygeiCCRpZ { width:3.43710625rem;height:2.68125rem;top:26.436923027039rem;left:6.5613277554513rem;font-size:2.0625rem;display:block; }
#mO0IF2SbGST0WJe2PM9rZS4iu3GlGXIR { width:5.625rem;height:0;top:114.36523103714rem;left:2.3753890991211rem;font-size:1.5rem;display:none; }
#FfoA3lUnM1dslKRuTGg2DWam7D4e6t3T { width:19.874875rem;height:1.2999125rem;top:45.047889709472rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#xKhg4GX6rlCI9EQXBxbNXOpWt0HWiqwA { width:6.25rem;height:1.54296875rem;top:11.117838621139rem;left:10.215233623981rem;font-size:1.1875rem;z-index:15056;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;font-style:normal;display:block; }
#dX9T7TXCUT4d92CTsxA9huiRUxTdSAqo { width:19.4366875rem;height:1.3997375rem;top:33.998698234558rem;left:0.27773433923721rem;font-size:1rem;z-index:15055;text-align:center;text-align-last:center;color:#ffffff;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#mXtezkUd7C2IC7G0H8gLaLU5xoET7nTR { display:flex;width:1.56210625rem;height:1.56210625rem;top:29.575667381287rem;left:9.0234373211863rem;font-size:1.0625rem;z-index:15162; }
#ZNmkor8G7M3N5vhIDWl8uvxWqtPuhPEV { width:7.4375rem;height:0;top:22.5rem;left:6.25rem;font-size:1.4375rem;display:none; }
#UcysffmRphO4Zfpo7AwZGl2GWFzxFEXp { width:5.43691875rem;height:1.49956875rem;top:47.847373168945rem;left:7.25rem;display:none; }
#bUAimPNueERCITZzoCC6ksycKm0HTNyA { width:4.6875rem;height:0;top:22.4375rem;left:7.625rem;font-size:1.4375rem;display:none; }
#qwqNblc2qunvPb1wQWMxMBdpNpsuWOEq { display:flex;width:2.0625rem;height:2.0625rem;top:19.75rem;left:8.9375rem;font-size:1.0625rem;z-index:15162;display:none; }
#KT6PUmGvluO4Af24yyCnpBPN8SKOo150 { width:19.4360625rem;height:1.3997375rem;top:38.560934066772rem;left:0rem;font-size:1rem;z-index:15056;text-align:center;text-align-last:center;color:#ffffff;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#ZTgtuo9xVfyKn10Ww9oL9pJlAOwNIbOA { width:14.6875rem;height:0;top:28.3125rem;left:2.625rem;font-size:1.1875rem;display:none; }
#JDQWE2QgRrqZE0NxC1PmAmHatOoLh97h { width:5.9375rem;height:0;top:36.167153358459rem;left:15.34895837307rem;font-size:1.4375rem;z-index:15055;display:none; }
#DTxufcIBUL5qTzdSxuRdCWVvdQJP8mCk { width:5.43691875rem;height:1.49956875rem;top:36.021479606628rem;left:14.05843102932rem;z-index:15004;display:none; }
#o5h4vpS8OiTyhwpTlwTrDJfGUUwLmf4Z { width:7.4375rem;height:0;top:36.167151451111rem;left:6.5665715932844rem;font-size:1.4375rem;z-index:15054;display:none; }
#lq5Zc4uwqkPEm3pvDRKPZvdFlp1mqPSu { width:5.9375rem;height:0;top:47.042154312134rem;left:15.34895837307rem;font-size:1.4375rem;z-index:15058;display:none; }
#MQmKa4p2BTTkhE75g52ClybPF3ATRfOM { width:5.43691875rem;height:1.49956875rem;top:46.146480560302rem;left:15.80843102932rem;z-index:15007;display:none; }
#mALJbGzIaNkImzKWE5s8Sypxr7Vt5GpD { width:7.4375rem;height:0;top:47.042152404785rem;left:9.0665715932844rem;font-size:1.4375rem;z-index:15057;display:none; }
#QNABUaS2KdVJh7LstQVsthGMhPnfksex { width:6.25rem;height:1.54296875rem;top:31.637371063233rem;left:10.497655689716rem;font-size:1.1875rem;z-index:15059;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;font-style:normal;display:block; }
#HC4zSJGFFDLx2okZ8IgI6b2Jv2zxFRm8 { width:5.4375rem;height:1.5rem;top:31.6875rem;left:10.874998867512rem;z-index:15003;background-color:#0a3aff;background-image:none;display:block; }
#TbmeCHP5NhtTRB6H9hqFsvvCP1fCRBFN { width:6.25rem;height:1.54296875rem;top:31.727865219116rem;left:3.9035151600837rem;font-size:1.1875rem;z-index:15058;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;font-style:normal;display:block; }
#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd { background-color:#212f90;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;display:block; }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row .container { background-color: transparent; background-image: none; }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row .container > .video-iframe-container { display: none; }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row > .video-iframe-container { display: none; }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .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); }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row .container { border-width: 0; border-radius: 0; }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row .container { width:20rem;height:41.25rem;position:relative;display:block; }#li4LSv0BIZ3mheby4qkoo66kAZutbhft { width:20rem;height:1.7871125rem;top:2.2184581756592rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#PM1OnrOG6O3dVITIW3qTINH7kZvrpXdR { top:36.50156211853rem;left:1.1249999403954rem;width:3.0609375rem;height:3.375rem;z-index:15169;overflow:hidden;display:block; }
#ICex0oRC6AHuCw8TQnKX9yZHZTwTxTVy { width:15.625rem;height:0.0625rem;top:1.25rem;left:1.9371092915535rem;display:block; }
#yem5Br48g04OuOBw5FGXVIDXytBTBIwb { width:6.25rem;height:5.8125rem;top:7.1875rem;left:2.0625rem;z-index:14997;display:block; }
#ROmwfHp3Wqf58nKcOJsfetdXkCQJC1t3 { width:9.5625rem;height:4.06171875rem;top:8.0625rem;left:0.25rem;overflow:hidden;z-index:15159;display:block; }
#bGFmz7SWRDEp3xHsnoSn0qk1TlfNfCt0 { width:9.25rem;height:4rem;top:8rem;left:9.5rem;overflow:hidden;z-index:15154;display:block; }
#GvoW35GwT8IJtN8SpLPhkASPBF5a3fy1 { width:6.25rem;height:6.25rem;top:6.875rem;left:11.125rem;z-index:14996;display:block; }
#bmaS4sdqLX1otyM3yRJCppTNDrcoQ79l { width:9.062125rem;height:9.062125rem;top:13.875rem;left:0.5rem;overflow:hidden;z-index:15161;display:block; }
#A8wAT450v6RMFhQBwWpVqUAUsKRRZaha { width:6.25rem;height:6.25rem;top:15.3125rem;left:2.125rem;z-index:15000;display:block; }
#v2WltgED5yTQwWp2RGwEkQ9u4alBtPmF { width:6.999625rem;height:6.999625rem;top:14.905076980591rem;left:10.642576992512rem;overflow:hidden;z-index:15167;display:block; }
#FeXsfKirQUoouahaipXMRU69xvC8GTbz { width:6.24960625rem;height:6.24960625rem;top:15.49960899353rem;left:10.998045742512rem;background-color:transparent;background-image: -webkit-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -o-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#4c5578ed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#4c5578ed' );";background-image: linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-size:auto !important;z-index:14999;display:block; }
#cpENXPQiTLiXGhD3CZiOBcX1yVqXIIv5 { width:8.499625rem;height:8.499625rem;top:22.4375rem;left:1.125rem;overflow:hidden;z-index:15159;display:block; }
#OTCGMhQNsXdu5Z5muo5QwLbsCTx4s8lS { width:6.25rem;height:6.25rem;top:23.5625rem;left:2.125rem;z-index:14995;display:block; }
#oIH8B6xE4WUSknlxrZNHmvWnfgmL7H6K { width:7.6241875rem;height:7.6241875rem;top:22.9375rem;left:10.25rem;overflow:hidden;z-index:15160;display:block; }
#vhaPcxrd7ebAAHzlk6GsZVpaKpIKqX4X { width:6.25rem;height:6.25rem;top:23.625rem;left:10.9375rem;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #8e4eac);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #8e4eac);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #8e4eac);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #8e4eac);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5578ed', endColorstr='#8e4eac' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5578ed', endColorstr='#8e4eac' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #8e4eac);background-size:auto !important;display:block; }
#nJsCQ4plQ7HAtJv50ItfKm4TPfQoKgN5 { width:6.9375rem;height:6.9375rem;top:31.5625rem;left:6.5rem;overflow:hidden;z-index:15161;display:block; }
#GxJVoEwnUTbZ36Ocg1urS4BUQTSHHWG7 { width:6.25rem;height:6.25rem;top:32.125rem;left:6.875rem;z-index:14995;display:block; }
#cXaVmETza47TdPCOJ3tCez2IdnIssQQt { top:21.560155391693rem;left:18.005858242512rem;width:1.81171875rem;height:1.62421875rem;z-index:15169;overflow:hidden;display:block; }
#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T { background-color:#212f90;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;display:block; }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row .container { background-color: transparent; background-image: none; }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row .container > .video-iframe-container { display: none; }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row > .video-iframe-container { display: none; }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .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); }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row .container { border-width: 0; border-radius: 0; }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; }#utbpZEq9IIGQlR13TfrZ6EeDceoZWTqQ { width:10.375rem;height:0;top:2.88671875rem;left:8.6236985325812rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
#B136SWLNNZzkqTcOkzqfyI9CxnsZQlB1 { width:20rem;height:0.5rem;top:65.3125rem;left:0rem;display:none; }
#MPrnoxoobviOeIuFTGKvfKzgeNWosvdT { width:10.0605625rem;height:2.4375rem;top:13.683983087539rem;left:6.3718746304513rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
#yUvodvbD97KbfEJWXcs2ZE6hThk87IEV { width:1.4375rem;height:1.2999125rem;top:7.4367182254794rem;left:3.0624998211861rem;font-size:1rem;text-align:center;text-align-last:center;color:#13213a;display:block; }
#rcmnJidXHb7142At4MsefNWJ9FC3KyIl { width:1.8125rem;height:1.2999125rem;top:14.06249833107rem;left:2.8749998211861rem;font-size:1rem;text-align:center;text-align-last:center;color:#13213a;z-index:15053;display:block; }
#kVpgw729HcQHsi3zGnG6Ta8BGi3nqQqF { width:9.9375rem;height:auto;top:15rem;left:5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
#wlVzTkXliKM4gdBOwRgaslkFSBhT1PVJ { width:1.6875rem;height:1.2999125rem;top:21.311718225479rem;left:2.9980466961861rem;font-size:1rem;text-align:center;text-align-last:center;color:#13213a;z-index:15054;display:block; }
#LhOFlbJJxBKMzxsT8klokHxbf0r0fC2T { display:flex;width:2.0625rem;height:2.0625rem;top:13.75rem;left:1.125rem;display:none; }
#XI8dtVhczHEIK7fGl6y9XTGl3r3ngKcy { width:12.375rem;height:3.65625rem;top:20.776908874512rem;left:6.30787050724rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15031;display:block; }
#UEkarviBamcKzKFsqvUg5CKqT0mxDUJT { width:11.9375rem;height:3.65625rem;top:26.746093392372rem;left:6.2484374642372rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15032;display:block; }
#A4su9cC4XZAc8II0SIkk0d1tyD7nLq9m { width:10.0615rem;height:3.6556rem;top:6.7499992847444rem;left:6.2499998211861rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15031;display:block; }
#BhJSpOyueTNJL5R94DkZkRSn2p9rn56h { top:8.372802734375rem;left:3.6240234375rem;width:0.375rem;height:16.6875rem;z-index:15036;background-color:#ffffff;background-image:none;display:block; }
#VACDOEKscQfDy6CLt9TnkhCTgpMQwLnK { width:20rem;height:15.375rem;top:6.625rem;left:0rem;display:none; }
#CLehWogXfcHeOcMgcE5gQl2VlK8evfAf { display:flex;width:2.4373375rem;height:2.4373375rem;top:35.184765100479rem;left:2.6230466961861rem;font-size:1.6875rem; }
#Wy6G909WE6rh2ReriRXqAnOAD4P4EI5G { width:12.4375rem;height:auto;top:14.875rem;left:3.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
#JkUACAlBud4E4rUCwsGSQps90BVtSTKW { width:19.625rem;height:5.99681875rem;top:42.037036895752rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.2;display:none; }
#qO1STaWkdChOe3PLucIcmrWDEAg8xvRk { width:2.4375rem;height:2.4375rem;top:20.749218225479rem;left:2.6230466961861rem;display:block; }
#gDTWQ3qoLEBOPBDp0eDUDiiVyqsLwhl5 { width:2.4375rem;height:2.4375rem;top:13.49999833107rem;left:2.5621092915535rem;display:block; }
#UgVDsmC3fNzyq2p6SAlezszo96sLGqzV { width:2.4375rem;height:2.4375rem;top:6.8742182254794rem;left:2.6242182850837rem;display:block; }
#Zo035x28KJdu012n3syh5TTmpOHdxeHy { width:17.25rem;height:0.5rem;top:12.375rem;left:1.375rem;display:none; }
#tO3yz0K2Tc0tcO77Du1mJHy3tQS2P0JX { width:19.9375rem;height:1.7871125rem;top:3.03125rem;left:0.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#TW0Kq2srKmeCUGS87Ew19SErP6XMvTqS { display:flex;width:1.875rem;height:1.875rem;top:7.1796875rem;left:1.1875rem;display:none; }
#TucTyQk7ULN6zN11vfskFsr2dQqcyDGo { display:flex;width:1.6875rem;height:1.6875rem;top:20.3671875rem;left:1.375rem;display:none; }
#bNSUJbFmWaGSLdTViaxvPrt1xctPctzR { display:flex;width:2rem;height:2rem;top:32.436714172363rem;left:1.2492186427116rem;display:none; }
#ds2RWF2wJeG9s9yIdt25MRf86FuIZFNe { width:18.75rem;height:0.125rem;top:1.71875rem;left:0.625rem;display:block; }
#wUhbQpTM9ZmkTooAEDmMxgIg7yTNSJUl { display:flex;width:1.8125rem;height:1.8125rem;top:40.226135253906rem;left:8.6834493875506rem; }
#q0TfMMyIQKTGDEoSrP4AL8Fbqy784eSU { width:7.375rem;height:1.75rem;top:16.37109208107rem;left:6.3718746304513rem;font-size:0.9375rem;z-index:15164;line-height:0;display:block; }
#S48vNddDM5e1cUdpvFdZ6lkOGGEh3Wet { display:block; }
#AZQzSVfSwTTBPqIemASc6VG9bNeJwdfx { width:8.125rem;height:auto;top:14.875rem;left:5.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
#yTtLUnS9GmRIZvLzB8kxhdNLJqhB3mKF { width:2.625rem;height:2.625rem;top:27.124221801757rem;left:2.5rem;background-color:#ffeabc;background-image:none;z-index:15160;display:block; }
#vCH7t0T7KKp4dDFSIagX8LHxCAFXSmHl { width:1.625rem;height:1.2999125rem;top:27.748825073243rem;left:2.9367185235024rem;font-size:1rem;text-align:center;text-align-last:center;color:#13213a;z-index:15165;display:block; }
#Lq2yDppUq3T5LvWUclQbQUdl6HmX9mJ8 { width:11.9366875rem;height:3.65625rem;top:34.573044061661rem;left:6.2441404461861rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15033;display:block; }
#lsHGKMw71PaMmuwmTOwByb0o85syykku { display:flex;width:2.4375rem;height:2.4375rem;top:8.25rem;left:8.75rem;display:none; }
#QTeRPy1HUI23RaLvLJLNNEQ7450RVvdS { top:24.752343773842rem;left:3.6624999642372rem;width:0.375rem;height:10.875rem;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffc100);background-image: -moz-linear-gradient(180deg, #ffffff, #ffc100);background-image: -ms-linear-gradient(180deg, #ffffff, #ffc100);background-image: -o-linear-gradient(180deg, #ffffff, #ffc100);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffc100' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffc100' );";background-image: linear-gradient(180deg, #ffffff, #ffc100);background-size:auto !important;display:block; }
#Z5QSL3zdm1I0c8DQBfcmSDG9cTWTe9cd { width:19.06175rem;height:6.0926625rem;top:43.037473678589rem;left:0.46657991409302rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15034;display:block; }
#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { display:none; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke > .row .container { width:20rem;height:8.125rem;position:relative;display:none; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #379fe5, #105ab7);background-image: -moz-linear-gradient(180deg, #379fe5, #105ab7);background-image: -ms-linear-gradient(180deg, #379fe5, #105ab7);background-image: -o-linear-gradient(180deg, #379fe5, #105ab7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#379fe5', endColorstr='#105ab7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#379fe5', endColorstr='#105ab7' );";background-image: linear-gradient(180deg, #379fe5, #105ab7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row .container { background-color: transparent; background-image: none; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row .container > .video-iframe-container { display: none; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row > .video-iframe-container { display: none; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .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); }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row .container { border-width: 0; border-radius: 0; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row .container { width:20rem;height:25.249598876953rem;position:relative;display:block; }#dAn9nZ23DOZVU3iSdrgSSrD08aeJLlEu { width:20rem;height:2.7rem;top:1.138542175293rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#VbIhcSgQUQ4duWHukLgsiKJscXEzEWy8 { display:flex;width:1rem;height:1rem;top:5.875rem;left:0.875rem; }
#kTs1AIOgLliT0gu0TuvLgSnTAcNEdGXu { width:16.75rem;height:6.5592375rem;top:5.25rem;left:2.375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:2.5;display:block; }
#BFQI31Uuo26p1LIrFQ7Ke7hJBaTFHJyr { display:flex;width:1rem;height:1rem;top:8.0625rem;left:0.875rem;font-size:0.6875rem; }
#buPQL9SAMNxwpbQqlN92kVv2alcmKbPQ { display:flex;width:1rem;height:1rem;top:10.125rem;left:0.9375rem;font-size:0.6875rem; }
#eOS5QtX0TOAscxPfCCJTkIBAfvffabsf { width:10.0625rem;height:3.1477875rem;top:14.06510925293rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
#c4QoJWRBQIp2qWaKJLz34ISihTHqFZo7 { display:flex;width:3.5rem;height:3.5rem;top:29.469411617279rem;left:8.25rem;display:none; }
#m2l5glLFGlhtetg5auRcHSXKalf6s62z { display:flex;width:1rem;height:1rem;top:20.94010925293rem;left:5.3072919845581rem;z-index:15026; }
#ET09oCRrJsNHGGWBqbc3HlAnzA1vyC1M { width:5.49166625rem;height:1.42916625rem;top:18.94010925293rem;left:3.125rem;font-size:0.875rem;color:#ffffff;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;background-color:#ffa200;background-image:none;display:block; }
#O5TUZZhzpbwuAqUJPTqMrK0UhpNmOP1k { display:block; }
#HFOl1PkzemXgax1NWDH64FqNSza80EEk { width:5.86666625rem;height:1.36666625rem;top:22.4375rem;left:3rem;font-size:0.875rem;color:#ffffff;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;background-color:#ffa200;background-image:none;display:block; }
#CxNxo0gmT4FcTAdTWL2sooScAureImyK { display:block; }
#DrXTZNs4AApqO63AcWlTGfDt4wQDe6fU { width:19.25rem;height:7.625rem;top:17.625rem;left:0rem;border-top-left-radius:5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cffffff', endColorstr='#00000000' );";background-image: linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;display:block; }
#so5Imb4XnGQ09QsGNt64iT9IxSMdnH9x { width:9.6875rem;height:12.625rem;top:12.499999523163rem;left:10.3125rem;z-index:15057;overflow:hidden;display:block; }
#lG3J4srsUmmdqevumVrNPseidKZ3p17D { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #105ab7, #379fe5);background-image: -moz-linear-gradient(180deg, #105ab7, #379fe5);background-image: -ms-linear-gradient(180deg, #105ab7, #379fe5);background-image: -o-linear-gradient(180deg, #105ab7, #379fe5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#105ab7', endColorstr='#379fe5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#105ab7', endColorstr='#379fe5' );";background-image: linear-gradient(180deg, #105ab7, #379fe5);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container { background-color: transparent; background-image: none; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container > .video-iframe-container { display: none; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row > .video-iframe-container { display: none; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .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); }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container { border-width: 0; border-radius: 0; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container { width:20rem;height:23.2498125rem;position:relative;display:block; }#bHDt5E9GClaxDtncfgGqOhHoI1exJGTU { width:8.5rem;height:7.25rem;top:14.81510925293rem;left:0.625rem;display:block; }
#v4fn2nvSIKTd3umxks0d62VRQaxxhZWJ { width:8.4375rem;height:2.6875rem;top:19.6875rem;left:10.3125rem;display:block; }
#zZSayCPW1vXCLLAD6B3fzExmMbVMRJ3d { width:8.4375rem;height:2.6875rem;top:16.5625rem;left:10.375rem;display:block; }
#T2kwT5vequomAST5w1O2EUx2Imd0KTTu { width:17.25rem;height:2.2721375rem;top:7.171875rem;left:1.2808592915535rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
#ewQAwebJtJ0OeTZOXaHU8EyPxnJXhu5l { width:11.25rem;height:2.25rem;top:11.378524780274rem;left:7.8164060711863rem;font-size:0.9375rem;z-index:15164;display:block; }
#HSiI3RivWqO91goe5VVg480KleDoefvW { display:block; }
#uG6feLqZVr1mpsXRMNuS653Wb6vskUxX { width:20rem;height:2.92535rem;top:1.2421875rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#lUX43eJioKDilvQ5i49uNq59v48zMWAp { width:19.625rem;height:7.625rem;top:15.625rem;left:0.0013021230697632rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cffffff', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;border-top-left-radius:5rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#HruueVE0bpcSL7Pdxrk5qMEaHBTlNLRX { width:6.25rem;height:5.8125rem;top:9.6265716552738rem;left:0.31171870231628rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RdbGQdCSpDLz7P3nsphGspwoiEXWBiEq { width:19.9991875rem;height:0;top:24.498790771484rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:none; }
#vX0JKeagASSm0USKtUTr9GuO33vxTdTn { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container { background-color: transparent; background-image: none; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container > .video-iframe-container { display: none; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row > .video-iframe-container { display: none; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .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); }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container { border-width: 0; border-radius: 0; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container { width:20rem;height:3.5753166308594rem;position:relative;display:block; }#LG9yPI8Bfrl9BM3FKUUxDDZKgO4oMZmu { width:15.5rem;height:1.59288125rem;top:1.4677429199219rem;left:0.11588543653488rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#141436;z-index:15020;display:block; }
#urhvFrbmxzmNSqQMJBOb2XxqJ2WxXu6n { display:flex;width:2.25rem;height:2.25rem;top:1.625rem;left:16.375rem;display:none; }
#DTvPKLmL3LQxRdBeBuTofeOics7TH3gf { width:2.5rem;height:3.5rem;top:1rem;left:16.3125rem;display:none; }
#am4f6WSHQfKf3Swu1as0BIOFP2Xtd6pJ { width:18.8125rem;height:2.75rem;top:0.68722534179688rem;left:0.62442135810852rem;z-index:15001;background-color:#ffffff;background-image:none;border-top:0.125rem solid #bcd1e1;border-left:0.125rem solid #bcd1e1;border-right:0.125rem solid #bcd1e1;border-bottom:0.125rem solid #bcd1e1;display:block; }
#Ar7HsOW0EqFd37wCS2ax3nXMmZ0tbH48 { display:flex;width:1.5625rem;height:1.5625rem;top:1.4995727539062rem;left:17.186921715736rem;z-index:15037;font-size:1.75rem; }
#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container { background-color: transparent; background-image: none; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container > .video-iframe-container { display: none; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row > .video-iframe-container { display: none; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .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); }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container { border-width: 0; border-radius: 0; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container { width:20rem;height:21.831610131836rem;position:relative;display:block; }#WwHxsSTpEvfT8dG0Rby1MeL9JmJmTf4y { width:18.875rem;height:3.1477875rem;top:18.684028625488rem;left:0.87167251110075rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;font-weight:400;font-style:normal;line-height:1.2;display:block; }
#hwtsM3RxIyp3flioyrwa5VvPTzlUazPn { width:20rem;height:auto;top:11.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#053b67;display:none; }
#oxbZz2uqZ7WgRkgJXaPhXAo7LsTH7l3o { width:13.25rem;height:1.125rem;top:17.183738708496rem;left:0.74580442905425rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
#bULCE8JDsSiwSKIV3WXPq6NW17ETpBHU { width:17.75rem;height:1.875rem;top:9.55859375rem;left:0.74999994039537rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
#IUSS1L9RWSlt18CDSa2yXHqJWzaWaXVW { width:17.0625rem;height:2.098525rem;top:6.2707061767575rem;left:0.74999994039537rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;font-weight:400;font-style:normal;line-height:1.2;display:block; }
#iqzHLSQPRKssTkIxqTmKFDB9KiPTFmcA { width:17.375rem;height:1.125rem;top:4.8112182617188rem;left:0.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;z-index:15017;line-height:1.2;display:block; }
#D7LpXTGOEg9vadeuHkR0LDsVVUTH7UrA { width:16.5625rem;height:2.098525rem;top:2.271484375rem;left:0.7470703125rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;display:block; }
#Cdd3FsZi4okWz2wTzKJePTot7BWz7PZI { width:18.375rem;height:1.125rem;top:0.625rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;z-index:15017;line-height:1.2;display:block; }
#zMTnPknnfdxG5eJoCTUA4rcWpOBsMkc4 { width:17.1875rem;height:2.098525rem;top:11.850395202637rem;left:0.87421864271162rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;z-index:15010;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:400;font-style:normal;line-height:1.2;display:block; }
#w8qaTL69r0MUOa27Umr7lQhbN8L1z1TJ { width:19.4375rem;height:2.098525rem;top:14.457176208496rem;left:0.8094618320465rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;z-index:15010;font-weight:400;font-style:normal;line-height:1.2;display:block; }
#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row .container { background-color: transparent; background-image: none; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row .container > .video-iframe-container { display: none; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row > .video-iframe-container { display: none; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .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); }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row .container { border-width: 0; border-radius: 0; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row .container { width:20rem;height:3.5134575rem;position:relative;display:block; }#oqt3Et5VKwUelhH52xVnruITJ7sISDe4 { width:17.6875rem;height:1.59288125rem;top:1.375rem;left:0.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#141436;z-index:15020;display:block; }
#Nua14NdAUS6ywAoZHD1TR4IPVLtMklHJ { display:flex;width:2.25rem;height:2.25rem;top:3rem;left:17.5rem;display:none; }
#AizdI9Xb10nIykTd21NkZXHN90RWQ3Ux { width:2.5rem;height:3.5rem;top:2.6875rem;left:17.5rem;display:none; }
#CSvcATayEzQEHzTylcXWR6sEz9WvoCuE { width:18.8125rem;height:2.75rem;top:0.625rem;left:0.5625rem;z-index:15001;background-color:#ffffff;background-image:none;border-top:0.125rem solid #bcd1e1;border-left:0.125rem solid #bcd1e1;border-right:0.125rem solid #bcd1e1;border-bottom:0.125rem solid #bcd1e1;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#lNvThamQ9OabLxpVJ2LzS8e9OD6mLz3g { display:flex;width:1.5625rem;height:1.5625rem;top:1.4052734375rem;left:17.5615234375rem;z-index:15037;font-size:1.0625rem; }
#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row .container { background-color: transparent; background-image: none; }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row .container > .video-iframe-container { display: none; }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row > .video-iframe-container { display: none; }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .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); }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row .container { border-width: 0; border-radius: 0; }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row .container { width:20rem;height:26.583111621094rem;position:relative;display:block; }#MP6tg8m1Qh2iss12VIQcP1GUpODtgac0 { width:19rem;height:1.125rem;top:1.224609375rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;z-index:15017;line-height:1.2;display:block; }
#HzTDd0IoGaeXXCeCAV3ilhpLE1Uidw6W { width:17.375rem;height:2.2721375rem;top:2.68359375rem;left:1.3111979961395rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
#a5LO5lsBoA7m0SkFgLig2LvAqLH3ogW4 { width:17.625rem;height:2.2721375rem;top:7.9440116882325rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
#g5gZKzATwud7T7geleH4vz0M0I7vg3KN { width:17.875rem;height:1.875rem;top:11.950531005859rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
#zRuGytoCqhuSxE9TaDqTfX40NFI9pQSN { width:16.5rem;height:1.125rem;top:6.125rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;z-index:15017;line-height:1.2;display:block; }
#A1xCrtFNK96UqUfEgImJfvH5O3Mv8mzV { width:20rem;height:2.624025rem;top:1.25rem;left:0rem;display:none; }
#ECppW3GCIKKkXpZPmaiRFgDJCrFQhIuR { width:19.99925rem;height:2.62441875rem;top:13.0625rem;left:0rem;display:none; }
#viHxQ0wD75rVICOVO44UEytgTSeEdnyQ { width:19.9985625rem;height:2.6237rem;top:21.583478927613rem;left:0rem;background-color:#053b67;background-image:none;display:none; }
#o24ZJao3hQKxR1zkuTg3bTdXTUtnX1zO { width:20rem;height:auto;top:16.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }#o24ZJao3hQKxR1zkuTg3bTdXTUtnX1zO li:before{  }
#RJ4dH7OcwPXrNt2hofnv7fVlnFJ3EDBP { width:18.8125rem;height:5.6803375rem;top:14.497253417969rem;left:1.1856193542481rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;z-index:15004;font-weight:400;font-style:normal;display:block; }
#CRlU5865ObuKP49KHfNPHI7dLvqtkVTd { width:13.5625rem;height:1.125rem;top:23.062072753906rem;left:0.62427663803101rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
#ipkXqygt2L8H0z1WPoxil9bMQEyQJrze { width:17.8125rem;height:2.2721375rem;top:24.311317443847rem;left:0.8121092915535rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;font-weight:400;font-style:normal;display:block; }
#fNJ79zT1hPIVqgVN3MTgBy7bLWLwRyg0 { width:20rem;height:auto;top:12rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#053b67;display:none; }
#I8tpRKZb1CcJUVKV8AxZhkJb0R680ACr { width:14.75rem;height:1.125rem;top:20.061317443847rem;left:0.6246092915535rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
#anehPHcAJmORKyENhlHsPAcS28lOtUiF { width:15.3125rem;height:1.13606875rem;top:21.248817443847rem;left:0.93749994039537rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;font-weight:400;font-style:normal;display:block; }
#wAT3JrlNrSL29T5icBXIo5oKqK08WTgf { width:20rem;height:auto;top:23.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#053b67;display:none; }
#znbO6yD4fms08oznezQmrgt5OA64THTd { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container { background-color: transparent; background-image: none; }#znbO6yD4fms08oznezQmrgt5OA64THTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container > .video-iframe-container { display: none; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row > .video-iframe-container { display: none; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .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); }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container { border-width: 0; border-radius: 0; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; }#nLK5U2Ru73yPb7B2TL2Ovkbom6FtRZVP { width:12.5rem;height:1.21875rem;top:1.25rem;left:3.75rem;font-size:0.9375rem;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; }
#sTz2D2O7pBknkEODrQt5CGKkQJvEuqUv { width:12.5rem;height:0.125rem;top:3.79948125rem;left:3.75rem;background-color:#fefbe9;background-image:none;display:block; }
#LQmPy19UZEPFhN5vNNE21VWbtey78clN { width:18.75rem;height:4.8719625rem;top:3.798828125rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#qudPWhVwzDLVWaXL0m8lTLhts3Mq0aiE { width:15rem;height:1.2999125rem;top:15.6875rem;left:2.5rem;font-size:1rem;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; }
#rAeucmTzxvCTdV8qPPmvp0sriky82tuh { width:14rem;height:0.0625rem;top:20.42480625rem;left:3rem;background-color:#fefbe9;background-image:none;display:none; }
#yhUlR4wi8iUyimVnps2Q65SNz03pc9fi { width:19.9986875rem;height:1.13606875rem;top:17.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
#Lz9nCE1b6BV2DWLOn00xHkRJtli8kAVC { width:12.5rem;height:0.125rem;top:8.6875rem;left:3.75rem;background-color:#fefbe9;background-image:none;z-index:15018;display:block; }
#riTpnUoZQ5Gbih0hJ74hUll5AmTBgZJ7 { width:20rem;height:1.13606875rem;top:19.13671875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
#ECurAhv4UUiTsQXx27iHIPHgkVtzNATM { width:15.0625rem;height:2.9375rem;top:9.6484375rem;left:2.46875rem;display:block; }
#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq { display:block; }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row .container { width:20rem;height:108.875rem;position:relative;display:block; }#bKXu6TZ1ZQ1enJQOktqV4adq1oalD1iq { width:14.0625rem;height:2.698575rem;top:1.875rem;left:3.95263671875rem;font-size:0.75rem;display:block; }
#TNKgOByQiDfhvgEffqt2OLgfAqQ4z7Vu { width:14.8108125rem;height:2.43489375rem;top:9.2491302490238rem;left:3.7500002384186rem;font-size:0.625rem;display:block; }
#v9L83Mv9epnRTZKmBCaB1FzALdVtaNmG { width:15.37475rem;height:2.43489375rem;top:15.684906005859rem;left:3.7500002384186rem;font-size:0.625rem;display:block; }
#vVnxmCMsTUOREMg5xL1GhxsTKw0dARgr { width:15.68725rem;height:2.43489375rem;top:22.623275756836rem;left:3.7500002384186rem;font-size:0.625rem;display:block; }
#X5J98e27Gopg2csmr65e9Ed5CnvPwPHZ { width:12.5rem;height:1.6232625rem;top:3.34375rem;left:3.7500002384186rem;font-size:0.625rem;display:block; }
#sINZPs0kMqReLxLcib4AOXXLNITRPzpk { width:12.5rem;height:0.97511875rem;top:7.5147552490238rem;left:3.7500002384186rem;font-size:0.75rem;display:block; }
#QhsNMLEiUZawa9h6Cx9DUSA3dQznqzTV { width:12.5rem;height:0.97511875rem;top:14.077255249024rem;left:3.7500002384186rem;font-size:0.75rem;display:block; }
#rWsRy8edRAPoSGwLvDNDmk86viOLrM0p { width:12.5rem;height:0.97511875rem;top:20.748275756836rem;left:3.7500002384186rem;font-size:0.75rem;display:block; }
#IAiXS3zLqiSxt8AkymaUMx31hT7qbXNB { width:12.5rem;height:0.97511875rem;top:29.125rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#gTqzFBXGIVOXyziMfbAxPHUHO4v3vJi6 { width:12.5rem;height:1.05rem;top:31.3125rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#fUioHFxTLZs0ZJZnTTzAywFhR9lVTB7k { width:12.5rem;height:0.97511875rem;top:33.5625rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#Hgo4NnUpwe0aHW8qnNv24wcTgoLK0BHl { width:12.5rem;height:0.97511875rem;top:35.75rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#e0XPRGGigIKFe0ZuTOSKNxetxTRwTIFD { width:12.5rem;height:0.97511875rem;top:38rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#JVJHpM3SIFtkJIVxRFQFW1TVAT0oHSQc { width:12.5rem;height:0.97511875rem;top:40.1875rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#QinEMOGMElDqDupLoNQWyWdNOm2KFrQ4 { width:12.5rem;height:0.97511875rem;top:42.375rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#IWUC48PNKy9aIn3ncA3F6bJaKolRhTry { width:12.5rem;height:0.97511875rem;top:44.5625rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#Gefe3IK7kt4VP58Z3lhSWuFCyJDmxMKR { width:12.5rem;height:0.97511875rem;top:46.75rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#TQfwAmHen5hJwx6lT8mIFCmW9AOvQ0lt { width:12.5rem;height:0.97511875rem;top:48.875rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#PZOZN99MrcQlVZKGZtXrTWXSRdQ7LLNR { width:12.5rem;height:0.97511875rem;top:51.0625rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#F6S4q8eSgonEEp4qqNnMLd6UDPfc988K { width:12.5rem;height:0.97511875rem;top:53.25rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#lIodefKlTTXHm60NBsKv6wyux7WdrDRf { width:12.5rem;height:0.97511875rem;top:85.625rem;left:3.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#zw5OyslqGinavtnBXLyy52T5zhJ6pd5v { width:12.5rem;height:0.97511875rem;top:99.6875rem;left:3.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#WqzoAmrViFxLzGVuG9MsWHRPwS0TM7xr { width:14.375rem;height:2.43489375rem;top:87.8125rem;left:2.875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
#EiOJCWq1vkymWtyiZ84HoF4d4QTnZxsv { width:14.4375rem;height:2.43489375rem;top:101.875rem;left:2.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
#lGgJH1BWa7FDdTeWEXOGdFdIMJUte7tU { width:1.875rem;height:1.875rem;top:1.875rem;left:0.765380859375rem;display:block; }
#vJxT8sOw4dZB1ghdULrLthARwp8llH5I { width:1.875rem;height:1.6870125rem;top:8.375rem;left:0.75rem;display:block; }
#IkfIZVUil6LA6fqFblBrn9nOUZtHl82U { width:1.43676875rem;height:1.875rem;top:20.75rem;left:0.9375rem;display:block; }
#lKFIvT60nqSKypsRSANTEVH9BcNdT1R5 { width:2.24975625rem;height:1.499025rem;top:106.5rem;left:6.4375rem;display:block; }
#CcwDOGpor4k6mgBLlHLmrq2o5kN6Ztl6 { width:1.811525rem;height:1.499025rem;top:106.5rem;left:3.3125rem;display:block; }
#rScZbAoCvhR6GB2L1nrbTH0OStOnVR35 { width:2.24975625rem;height:1.499025rem;top:106.5rem;left:10.9375rem;display:block; }
#H1egXPepPJlFfw5yHWxL3LGnDOciX2Il { width:1.811525rem;height:1.499025rem;top:106.5rem;left:14.9375rem;display:block; }
#qOD1T1kWyQeDnlPifGRQo5WC4Ft9sdK9 { width:20rem;height:18.75rem;top:58.49853515625rem;left:0rem;z-index:15025;display:block; }
#LXa2qJg1HUlVJQJ3BpK6ud8O492T3SeS { width:15.9375rem;height:2.92318125rem;top:60.6396484375rem;left:2.03125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#xINfOCMLInfyo4E7JQ0wzw7GuyFeFGO2 { width:7.6875rem;height:2.5625rem;top:63.3740234375rem;left:5.99853515625rem;display:block; }
#Nrx12P6Aho9BdRxwcIDhnZvU6rpM2JpJ { width:7.99925rem;height:2.6245125rem;top:68.123779296875rem;left:5.99853515625rem;display:block; }
#nUQcoHlK4FloytXxgaQNMFSUxQtGKz3k { width:7.99925rem;height:2.6245125rem;top:72.811279296875rem;left:5.99853515625rem;display:block; }
#XaNU122ix2uiAsgT9azE4GA140grWL6m { width:8.625rem;height:4.74960625rem;top:79.270696640013rem;left:5.5597651600838rem;display:block; }
#rt8mtQ7NuggNPmPgxQ5LXBUk6kcqi47e { width:5.625rem;height:3.374025rem;top:93.75rem;left:7.25rem;display:block; }
#amDBMyBJTAN7uRSLeTgCVOIX2gBTTbl2 { width:2rem;height:1.8125rem;top:13.8095703125rem;left:0.75rem;display:block; }
#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { width:20rem;height:1.4344818847656rem;position:relative;display:block; }#r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { width:14.0625rem;height:0.81163125rem;top:0.62422180175781rem;left:2.9367185235024rem;font-size:0.625rem;display:block; }
#O1VfT0gBMLlVaP0T93sS1yrcoBGAeM0m { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#O1VfT0gBMLlVaP0T93sS1yrcoBGAeM0m > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; }#byeKoqUGxi5SHOI6ne4LmoBeS2Gx5shH { width:10.125rem;height:0;top:2.9775390625rem;left:11.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15163;display:none; }
#EwQBoiEBfun0E0LQaggTrTtGwDC8wS0r { width:10.125rem;height:0;top:2.4150390625rem;left:7.59375rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15164;display:none; }
#eqxMcp9nPZfFKiGIiAaMyog8CAJVEMA5 { width:13.0625rem;height:0;top:3.2275390625rem;left:8.46875rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15163;display:none; }
#qz6360XteCgncl5eaUE7xomrPHHfTm19 { width:18.75rem;height:8.375rem;top:0.99782943725588rem;left:0.62500005960463rem;z-index:15161;display:block; }
#MaBw86IJ7CnESamS7bR3dOzJ4e6uxO6l { top:6.083984375rem;left:8.0685771107675rem;width:10.625rem;height:2.37413125rem;font-size:1.125rem;background-color:#ffffff;background-image:none;text-align:center;text-align-last:center;line-height:.9;display:block; }
#ATxcm9oRz73JrTmaX7Tad9arF7TLQXEB { display:block; }
#KLm9W48K2XLkon5yJvwlDP8AdIPc3MC5 { width:14.124375rem;height:3.736975rem;top:1.7026901245118rem;left:4.8854168057442rem;font-size:1.4375rem;display:block; }
#ZsUzvp7Fo30bIBokxepHKKeiKDC9yHMt { width:20rem;height:0;top:11.714423007812rem;left:0rem;font-size:1.375rem;display:none; }
#Gvw7pUyBVJytSh52zcTklP29TGrch5QA { width:3.62413125rem;height:3.62413125rem;top:5.208984375rem;left:2.1864150166511rem;display:block; }
#BnVfz1XmexMqO67MmhxV8KScSgSgvJxL { width:17.25rem;height:3.0859375rem;top:3.6751251220703rem;left:1.3747830986977rem;font-size:1.1875rem;z-index:15168;text-align:right;text-align-last:right;display:block; }
