.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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; }#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.62500005960463rem;left:4.1875rem;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; }
#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f6fa;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; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { background-color: transparent; background-image: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .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); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { border-width: 0; border-radius: 0; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { 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; }
#aFG9JTDuQkyPz8WCOPG5N4Ofuc1RinoM { color:#323a80;display:block;width:33.4375rem;position:absolute;font-family:"mukta extrabold";font-size:3.4375rem;font-weight:700;z-index:15072;line-height:1;letter-spacing:0;top:8.7472648620606rem;left:36.124214172363rem;height:3.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#razQQfnQxy3Ki7k1FmLKAOfoo66TveTF { box-sizing:content-box;height:4.25rem;width:12.125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffb300, #ffd300);background-image: -moz-linear-gradient(0deg, #ffb300, #ffd300);background-image: -ms-linear-gradient(0deg, #ffb300, #ffd300);background-image: -o-linear-gradient(0deg, #ffb300, #ffd300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffd300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffd300' );";background-image: linear-gradient(0deg, #ffb300, #ffd300);background-size:auto !important;top:19.8125rem;left:42.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(0,0,0,0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vV2sT6zaLDGm2gGhAixbeidwv3OnoItf { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15289;line-height:1.1;letter-spacing:0;top:20.4375rem;left:63.375rem;height:3.0234375rem;font-style:normal;display:block; }
#PO41VA3K8ldqH9dxuKgVkSNwyGsoqMDI { box-sizing:content-box;height:4.25rem;width:15rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1a8fdf, #51b3ff);background-image: -moz-linear-gradient(180deg, #1a8fdf, #51b3ff);background-image: -ms-linear-gradient(180deg, #1a8fdf, #51b3ff);background-image: -o-linear-gradient(180deg, #1a8fdf, #51b3ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a8fdf', endColorstr='#51b3ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a8fdf', endColorstr='#51b3ff' );";background-image: linear-gradient(180deg, #1a8fdf, #51b3ff);background-size:auto !important;top:19.8125rem;left:54.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(0,0,0,0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ATuhgJbPOkv0kABrATOlZQkLFUlfc4Bv { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:mukta;font-size:3.25rem;font-weight:700;z-index:15289;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(215,105,28,0.5);top:19.625rem;left:44.5625rem;height:4.2234375rem;font-style:normal;display:block; }
#T6ahHuwCOTc29vq7cQoVvJMds71DvGqM { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:mukta;font-size:3.25rem;font-weight:700;z-index:15290;line-height:1.3;letter-spacing:0;top:19.9375rem;left:56.5625rem;height:4.2234375rem;font-style:normal;display:block; }
#dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { color:#2e4392;display:block;width:6.56175rem;position:absolute;font-family:mukta;font-size:1.4375rem;font-weight:400;z-index:15289;line-height:1.3;letter-spacing:0;top:9.5805850028994rem;left:55.87095117569rem;height:1.8684875rem;font-style:normal;display:none; }
#peaEQPu2Sk2g9geInI8pMn9CrEV3SogK { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:mukta;font-size:1.5625rem;font-weight:700;z-index:15290;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(215,105,28,0.5);top:20.9375rem;left:46.625rem;height:2.0296875rem;font-style:normal;display:block; }
#pw5mJ2HJqft2biitn1RbZ7nTz58Co2cu { color:#546297;display:block;width:1.6875rem;position:absolute;font-family:mukta;font-size:1.5625rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:6.5624995231631rem;left:5.625rem;height:2.0296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SM1FvJqrxAp7eNQeQnKyT5E7AR10KOf9 { position:absolute;display:block;z-index:15312;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:1.4375rem;left:4.5625rem;overflow:hidden;display:block; }
#feblNwVu2VyQXEm5gVmct5nAhNi1XQia { box-sizing:content-box;height:14.1875rem;width:6.3125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:0rem;left:3.5308570861816rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.4375rem 0.4375rem 0.25rem rgba(170,158,13,0.06) ;display:block; }
#LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { color:#ffffff;display:block;width:1.8125rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15290;line-height:1.1;letter-spacing:0;top:15.691667079926rem;left:61.686460494995rem;height:1.5125rem;font-style:normal;display:none; }
#fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { color:#ffffff;display:block;width:1.8125rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15290;line-height:1.1;letter-spacing:0;top:15.691667079926rem;left:61.686460494995rem;height:1.5125rem;font-style:normal;display:none; }
#WEtPJiR89xT6zPArhm6n6QwOpEdUKPdu { box-sizing:content-box;height:27.4375rem;width:54.625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(235,164,255,0.9));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(235,164,255,0.9));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(235,164,255,0.9));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(235,164,255,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#eba4ffe5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#eba4ffe5' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(235,164,255,0.9));background-size:auto !important;top:0rem;left:-54.5302734375rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { box-sizing:content-box;height:2.25rem;width:6.3125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(228,239,246,0.6), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(228,239,246,0.6), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(228,239,246,0.6), #ffffff);background-image: -o-linear-gradient(180deg, rgba(228,239,246,0.6), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4eff699', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4eff699', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(228,239,246,0.6), #ffffff);background-size:auto !important;top:0rem;left:3.53125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#uhkyp1lvcJ3GU6tCufaH7Fu7KSwTI43a { color:#323a80;display:block;width:27.125rem;position:absolute;font-family:mukta;font-size:0.9375rem;font-weight:700;z-index:15290;line-height:1.1;letter-spacing:0;top:18.0625rem;left:42.5625rem;height:1.51171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fxT4oz9f4E6fl6omZgWJ3sIGyfTQa5sg { box-sizing:content-box;height:2rem;width:27rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:17.8125rem;left:42.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pc1OG5dyOhQWuJvEWdGhrhnqnil14Afb { color:#323a80;display:block;width:15.875rem;position:absolute;font-family:"mukta extrabold";font-size:2.1875rem;font-weight:400;z-index:15074;line-height:1;letter-spacing:0;top:12.560153961182rem;left:53.560935974121rem;height:2.1878875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#gAc8Sx9bNkR3hHBGPL9qO0mauGa0rOOA { position:absolute;display:block;z-index:15314;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4980625rem;width:24.4980625rem;top:2.1865234375rem;left:9.8125rem;overflow:hidden;display:block; }
#X2Iqd6RfRV4veG8qTsDbJGxJGT60JdpS { position:absolute;display:block;z-index:15314;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:5.5625rem;top:9.3437495231631rem;left:3.7804679870606rem;overflow:hidden;display:block; }
#ACVQoqGqlEq2IoubLUqKEHcOF5FMw3cP { box-sizing:content-box;height:27.5rem;width:29.9375rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(235,164,255,0.9), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(235,164,255,0.9), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(235,164,255,0.9), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(235,164,255,0.9), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eba4ffe5', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eba4ffe5', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(235,164,255,0.9), rgba(0,0,0,0));background-size:auto !important;top:0rem;left:0.0625rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:56.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#tsZy0wMOTxEE0iufifgkbui6IQTe4hE9 { color:#0a1258;display:block;width:24.8125rem;position:absolute;font-family:"mukta extrabold";font-size:2.1875rem;font-weight:400;z-index:15074;line-height:1;letter-spacing:0;top:12.560543060302rem;left:44.687103271484rem;height:2.1878875rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f6fa;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; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { background-color: transparent; background-image: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container > .video-iframe-container { display: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row > .video-iframe-container { display: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .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); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { border-width: 0; border-radius: 0; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:75rem;position:relative;display:block; }#g7PuU3VT4FJKmUBJiEsbIR9vk5U4bv5n { 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; }
#ZmNqBfcazXVJVMpZGGzw3btOts9cKplQ { 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; }
#pes6TwCmWspJCeOyIOe1dDLvGrKTXZhX { 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; }
#QWioJ67e24fcywwaKBVmgSLNi7Iyv7r5 { color:#323a80;display:block;width:22rem;position:absolute;font-family:mukta;font-size:1.5rem;font-weight:400;z-index:15082;line-height:1.3;letter-spacing:0;top:1.8667964935302rem;left:5.998046875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Er8L3d1LrDxs12EWvA3z50O8iBD4laJt { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:16.1875rem;left:24.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#AWBvqu4cOaUs9oTmdO7U3yFF49LktRtU { box-sizing:content-box;height:8.3125rem;width:42.9375rem;position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;top:27rem;left:24rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.12) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#Z6Z9gWLhRpSSZtJgGUTTdv97eySIiUT1 { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;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='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;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; }
#sE5m0Xu4M1PI0yhhhzcZ0vRrlokNRZyh { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15056;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='#5578ed4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );";background-image: linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-size:auto !important;top:52.000001907349rem;left:18.624999046326rem;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; }
#XzDFc1QM636VdvymBm8slUxDrd1A3VZm { color:#433c93;display:block;width:13.6875rem;position:absolute;font-family:mukta;font-size:1.625rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:35.484161376953rem;left:15.968967437744rem;height:2.11263125rem;font-style:normal;display:none; }
#DlhCTV9DDfABGd0R1cdPfROgTcFn3Kec { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;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='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;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; }
#Z1SXNhXPQFTysQfSsEXTg6w3oKmQG46J { box-sizing:content-box;height:5.6875rem;width:16.9375rem;position:absolute;display:block;z-index:15075;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffb300, #ffdc00);background-image: -moz-linear-gradient(90deg, #ffb300, #ffdc00);background-image: -ms-linear-gradient(90deg, #ffb300, #ffdc00);background-image: -o-linear-gradient(90deg, #ffb300, #ffdc00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffdc00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffdc00' );";background-image: linear-gradient(90deg, #ffb300, #ffdc00);background-size:auto !important;top:11.185935974121rem;left:5.7496070861816rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:block; }
#q0AEOMWinr6TDfJCMnfVh4H5CH4og4zy { box-sizing:content-box;height:5.6875rem;width:5.8125rem;position:absolute;display:block;z-index:15075;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdc00, #ffffff);background-image: -moz-linear-gradient(90deg, #ffdc00, #ffffff);background-image: -ms-linear-gradient(90deg, #ffdc00, #ffffff);background-image: -o-linear-gradient(90deg, #ffdc00, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc00', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc00', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffdc00, #ffffff);background-size:auto !important;top:11.185935974121rem;left:22.437107086182rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#lz3Et9uTETgiw761FAf7tD3qX1hyqrny { box-sizing:content-box;height:5.6875rem;width:15.6875rem;position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(70deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(70deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(70deg, #ffffff, #ffffff);background-image: -o-linear-gradient(70deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(70deg, #ffffff, #ffffff);background-size:auto !important;top:11.185935974121rem;left:16.812107086182rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#g9kGugzIy5PGiuTyeTTfOHeSoe9E5G4N { box-sizing:content-box;height:2.5625rem;width:2.5625rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15106;background-color:#172279;background-image:none;top:12.873435974121rem;left:7.0621070861819rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MAgHS231qdkEHhkvVLAFPoOpOQGzQ9N4 { color:#ffb300;display:block;width:1.81145625rem;position:absolute;font-family:"mukta extrabold";font-size:1.875rem;font-weight:700;z-index:15257;line-height:1.3;letter-spacing:0;top:12.936717987061rem;left:7.4371070861819rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hoH5WQAP3M035xD5AZQeDuovB0vR4xhp { box-sizing:content-box;height:3.0625rem;width:10.9375rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:31.500001907349rem;left:38.937505722046rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#PsGiM6kfNDNgNiyCLNKuiA2QLOLD02u1 { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:mukta;font-size:3.25rem;font-weight:700;z-index:15329;line-height:1.3;letter-spacing:0;top:30.937501907349rem;left:39.937505722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TxzfWhyeuhDMnSWZC1ETGlsIBXMqfw51 { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:700;z-index:15304;line-height:1.3;letter-spacing:0;top:32.187501907349rem;left:43.875005722046rem;height:0;font-style:normal;display:none; }
#RQRrpabIRq0PHI3AeHLS2cB0siPktfS2 { color:#323a80;display:block;width:13rem;position:absolute;font-family:mukta;font-size:1.0625rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:22.771480560302rem;left:48.779296875rem;height:4.14491875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eB6fntC40SnPa7w9yabdFz2KC8GcwSRN { box-sizing:content-box;height:3.125rem;width:8.8125rem;position:absolute;display:block;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:23.357292175293rem;left:35.888544082642rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#CcQ9rdVeNbWqIGSJtX182L4Vf43ESDbm { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:mukta;font-size:3.25rem;font-weight:700;z-index:15330;line-height:1.3;letter-spacing:0;top:22.918750762939rem;left:36.656255722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SMPVcrsourrvFoHA3lkWOMc8SBkmmkHf { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:700;z-index:15305;line-height:1.3;letter-spacing:0;top:24.28125rem;left:38.720838546753rem;height:0;font-style:normal;display:none; }
#Dsa3b6PJAA1CcMhFBMD79RWtxtiwwcik { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#t0UbzeNLD0MQSLyUk75KfVv58Xzf28n6 { color:#6a6234;display:block;width:1rem;position:absolute;font-family:mukta;font-size:1.75rem;font-weight:700;z-index:15315;line-height:1.3;letter-spacing:0;top:15.813542127609rem;left:36.500001907349rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SkUDgmebGfCHeif6WviJnpBhQFKLF9XU { color:#172279;display:block;width:5.0625rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#DzQ32CprqnOyWgy6uNafHu9HaK20vtmO { color:#172279;display:block;width:5.0625rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Zk32qHE8O4rR2xrJ9i9ba02Ur7BKIXJf { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wX7hElaf8wg61tKA1P6SV15Z18e9Hr3n { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lWhsT2Niy0m52wQCePdFUqtnUMzOZNss { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#IdFvcKSTKUScfLqOnbcl1WE70DWWkAPi { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#nX24IhJMBAmlzWRkkKkIXtAz7GQOapJV { color:#546297;display:block;width:0.875rem;position:absolute;font-family:mukta;font-size:2.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:30.875002622604rem;left:52.625005722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wADq6Sbe6xAnzfbsZ1oOaQ6afDfv3lTk { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#H9CJuEEo1n14mbX2AweUU6c6Trngkbwk { box-sizing:content-box;height:49.75rem;width:54.6875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(235,164,255,0.9));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(235,164,255,0.9));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(235,164,255,0.9));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(235,164,255,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#eba4ffe5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#eba4ffe5' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(235,164,255,0.9));background-size:auto !important;top:-0.062110900878906rem;left:-54.592966079712rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#nFOITqQbOTF3oFulLDlVQ1sbUoAKzM0o { color:#323a80;display:block;width:9.4375rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15348;line-height:1.2;letter-spacing:0;top:13.435935974121rem;left:10.624607086182rem;height:1.6494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EDUrBeITPtI3nzVuxdPxPuMuWC5oOfXT { box-sizing:content-box;height:2.25rem;width:7.625rem;position:absolute;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block;z-index:15339;background-color:#fff271;background-image:none;top:18.749217987061rem;left:32.061714172363rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#GqLqaDszKS3omQlgLbeVOXgULtCei48B { color:#172279;display:block;width:25.8125rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:11.835937976837rem;left:8.938804626465rem;height:1.78645625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#g1BDHXNi3oEFybrUrAi5EqnO3FK4JQ0S { box-sizing:content-box;height:5.6875rem;width:37.1875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffb300, #ffdc00);background-image: -moz-linear-gradient(90deg, #ffb300, #ffdc00);background-image: -ms-linear-gradient(90deg, #ffb300, #ffdc00);background-image: -o-linear-gradient(90deg, #ffb300, #ffdc00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffdc00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffdc00' );";background-image: linear-gradient(90deg, #ffb300, #ffdc00);background-size:auto !important;top:35.687500953674rem;left:16.4375rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#RBOuOCxVQOrsLkAGpxQgBgW5vXhs4yn2 { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#CQhwJT5xgmhxWxmlOWG00i6OVq15FDh1 { color:#172279;display:block;width:5.375rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ZrekvFSBQbLJlwaNHUxXnp8KDV8aCFSJ { box-sizing:content-box;height:2.5625rem;width:2.5625rem;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:15347;background-color:#fff271;background-image:none;top:12.687107086182rem;left:19.812107086182rem;border-top:0.3125rem solid #ffde00;border-left:0.3125rem solid #ffde00;border-right:0.3125rem solid #ffde00;border-bottom:0.3125rem solid #ffde00;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(165,109,0,0.5) ;display:block; }
#D01Bc72hhanK21JBlfgalmL9eZpPiSsJ { 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:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: 0.4375rem 0.4375rem 0.375rem rgba(130,165,165,0.16) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:10.562125rem;height:2.4984375rem;text-decoration:none;z-index:15301;text-align:center;text-align-last:center;top:18.748825073243rem;left:51.935539245606rem;display:block; }
#uN7C1bz6LIRAg0HPqy70a4HQF9ervDoL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kSAXh2dxDCvhSgxvfQ2ZC3m4N5yiK7Ms { color:#323a80;display:block;width:38.25rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15112;line-height:1.2;letter-spacing:0;top:30.498435974121rem;left:16.624607086182rem;height:1.6494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZX05C61uBAhqhTJDlOrsDg5V7bAfkTu4 { box-sizing:content-box;height:5.6875rem;width:44.5625rem;position:absolute;display:block;z-index:14990;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffb300, #ffdc00);background-image: -moz-linear-gradient(90deg, #ffb300, #ffdc00);background-image: -ms-linear-gradient(90deg, #ffb300, #ffdc00);background-image: -o-linear-gradient(90deg, #ffb300, #ffdc00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffdc00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffdc00' );";background-image: linear-gradient(90deg, #ffb300, #ffdc00);background-size:auto !important;top:28.373825073243rem;left:11.749607086182rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#xN4RU2RTwEOQH1klpTUX2m1ONgRJ04L6 { box-sizing:content-box;height:2.5625rem;width:2.5625rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15115;background-color:#172279;background-image:none;top:30.061325073243rem;left:13.062107086182rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kBXXuxB0y4ULFQuwNrTDG9w0fcvKaSLB { color:#ffb300;display:block;width:1.81145625rem;position:absolute;font-family:"mukta extrabold";font-size:1.875rem;font-weight:700;z-index:15266;line-height:1.3;letter-spacing:0;top:30.123435974121rem;left:13.437107086182rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NmUDIhOUJtinMPwv2RFFv6fLtknwDwDo { color:#323a80;display:block;width:26.0625rem;position:absolute;font-family:mukta;font-size:2.1875rem;font-weight:700;z-index:15113;line-height:1.2;letter-spacing:0;top:6rem;left:5.625rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JanMBnOrwdT7T3WKg9yR6Qt1C69TtSW0 { color:#323a80;display:block;width:58.3125rem;position:absolute;font-family:mukta;font-size:1.0625rem;font-weight:400;z-index:15083;line-height:1.3;letter-spacing:0;top:38.649215698243rem;left:7.5rem;height:2.76328125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sscLl2ZHZ5D1yO5OGdInTkeQ3fx5k9vf { color:#323a80;display:block;width:7.6230625rem;position:absolute;font-family:mukta;font-size:1.0625rem;font-weight:400;z-index:15105;line-height:1.3;letter-spacing:0;top:19.248435974121rem;left:44.310150146484rem;height:1.3816375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nuA9aroOT33sVyWxcMfHu1hvIbRwgMz9 { 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:15346;opacity:1;top:38.812103271484rem;left:4.060546875rem; }
#po57vdFS8AOw2M0qbNTN0ZLZA9tBaU13 { box-sizing:content-box;height:2.4375rem;width:33.9375rem;position:absolute;display:block;z-index:14998;background-color:rgba(243,246,250,0.4);background-image:none;top:1.6605453491211rem;left:4.8984375rem;box-shadow: none;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#FH9X94LPuVaQTGWQ0wGt0ikti3DKJy0T { box-sizing:content-box;height:3.4375rem;width:30.125rem;position:absolute;display:block;z-index:15076;background-color:#ffffff;background-image:none;top:18.186717987061rem;left:12.497264862061rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#R895VtefTrWNRZmwCDhBRvBkNHTXRsmZ { color:#323a80;display:block;width:17.3125rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15349;line-height:1.2;letter-spacing:0;top:19.183982849121rem;left:14.810546875rem;height:1.6494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QbD5I16H4tZ4JHL5tb2FKBCaiAuVuMIA { box-sizing:content-box;height:3.4375rem;width:35.625rem;position:absolute;display:block;z-index:15077;background-color:#ffffff;background-image:none;top:22.873043060302rem;left:12.560546875rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#NDiSx8UZiSRUGWnC5XdKQxeZKD4iTeMW { color:#323a80;display:block;width:22.0625rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15350;line-height:1.2;letter-spacing:0;top:23.935935974121rem;left:14.498825073243rem;height:1.6494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pwaTenKzU8ehJkkv4Pw4Ly24iFrk5B6P { box-sizing:content-box;height:3.4375rem;width:15.0625rem;position:absolute;display:block;z-index:15077;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffbe00, #ffffff);background-image: -moz-linear-gradient(90deg, #ffbe00, #ffffff);background-image: -ms-linear-gradient(90deg, #ffbe00, #ffffff);background-image: -o-linear-gradient(90deg, #ffbe00, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbe00', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbe00', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffbe00, #ffffff);background-size:auto !important;top:18.186717987061rem;left:25.247264862061rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:5.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:5.625rem;display:block; }
#mnZHvFvBtDvy2VWg3z6N5iQW7GXGSvUm { box-sizing:content-box;height:3.4375rem;width:14rem;position:absolute;display:block;z-index:15078;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffbe00, #ffffff);background-image: -moz-linear-gradient(90deg, #ffbe00, #ffffff);background-image: -ms-linear-gradient(90deg, #ffbe00, #ffffff);background-image: -o-linear-gradient(90deg, #ffbe00, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbe00', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbe00', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffbe00, #ffffff);background-size:auto !important;top:22.873043060302rem;left:30.685935974121rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:5.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:5.625rem;display:block; }
#I05Cgk8O2d3VeM58GoPVIk3U8azz0kSP { 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:15347;opacity:1;top:18.685935974121rem;left:9.4972648620606rem; }
#dD9ieDhXTRbOQqI3wD9RToZoM7GSbZFw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.49960625rem;width:2.49960625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15348;opacity:1;top:23.311325073243rem;left:9.373046875rem; }
#ZSrJmtKmvdfhJWPpBI7BFkuRBO86dKis { box-sizing:content-box;height:2.25rem;width:9.4375rem;position:absolute;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block;z-index:15340;background-color:#9dd6ff;background-image:none;top:23.497653961182rem;left:36.623825073243rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#tWRnr2PHsPmLwpeaL2h0x7efQSNE1QRi { color:#323a80;display:block;width:46.6875rem;position:absolute;font-family:mukta;font-size:1.0625rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:42.562103271484rem;left:7.5rem;height:1.3816375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EJduFsJyPofVGv9TLNkPDwDINyuQwSkF { box-sizing:content-box;height:49.6875rem;width:29.75rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(235,164,255,0.9), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(235,164,255,0.9), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(235,164,255,0.9), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(235,164,255,0.9), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eba4ffe5', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eba4ffe5', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(235,164,255,0.9), rgba(0,0,0,0));background-size:auto !important;top:0rem;left:0.060935974121094rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ermyeotTsirBFl8RXyKVVIybbNMH6KAy { color:#172279;display:block;width:29rem;position:absolute;font-family:mukta;font-size:1.0625rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:20.9375rem;left:32.5rem;height:1.37988125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#gVgAiKncGCQheoGE2acyO3ssogLwrXgO { color:#172279;display:block;width:29rem;position:absolute;font-family:mukta;font-size:1.0625rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:20.9375rem;left:32.5rem;height:1.37988125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#fau5nEczpi3QpSVU2819cRRs98JQ5qHo { color:#172279;display:block;width:29rem;position:absolute;font-family:mukta;font-size:1.0625rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:20.9375rem;left:32.5rem;height:1.37988125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#p08wcOQ9s2ns9nG5lVICTbvF1DrpSVvn { color:#172279;display:block;width:29rem;position:absolute;font-family:mukta;font-size:1.0625rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:20.9375rem;left:32.5rem;height:1.37988125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#UCTr58vMceSXEMcatNTlxdckBTdIXroQ { 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:15346;opacity:1;top:42.5625rem;left:4.0625rem;display:none; }
#y7AOMTnTdIpmq8sfyabANEcIU3cmFZWK { color:#172279;display:block;width:29rem;position:absolute;font-family:mukta;font-size:1.0625rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:20.9375rem;left:32.5rem;height:1.37988125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Gtb9hliURvrclBfalaB0JGm0oENdTrCP { 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:15346;opacity:1;top:42.5625rem;left:4.0625rem;display:none; }
#OW1Np18sLZJ88NE2U6Ladb4baKMJWv7K { position:absolute;display:block;z-index:14991;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4980625rem;width:6.9375rem;top:8.9492177963256rem;left:35.246482849121rem;overflow:hidden;display:block; }
#UHqelndwJPzO4KaZAZEwrOr8hbXmp1TP { color:#323a80;display:block;width:2.1875rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15349;line-height:1.2;letter-spacing:0;top:13.475780487061rem;left:20.399215698243rem;height:1.6494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LF9FCOtauOTbXHm9JoFbtmwrrXhC3XN6 { color:#323a80;display:block;width:7.1875rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15350;line-height:1.2;letter-spacing:0;top:19.082027435302rem;left:32.434371948243rem;height:1.6494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KCqu4QqTFpedGsNpLCQ7qvpTAkWKgbT6 { color:#323a80;display:block;width:8.312125rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15351;line-height:1.2;letter-spacing:0;top:23.828121185302rem;left:37.270698547363rem;height:1.6494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gOVP2W33MLuEm6p43qASRcV7KhhJ0Xwe { box-sizing:content-box;height:3.4375rem;width:18.1875rem;position:absolute;display:block;z-index:15079;background-color:#ffbe00;background-image:none;top:22.860153198243rem;left:12.560546875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:block; }
#ITT3swuRmAyUn7L3DuitcTRMSKaSu9Tk { box-sizing:content-box;height:3.4375rem;width:13.1875rem;position:absolute;display:block;z-index:15080;background-color:#ffbe00;background-image:none;top:18.225780487061rem;left:12.523826599121rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:block; }
#KAlHhX1VT9JdZhMNL7zXmEG8BNkkam7L { 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:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: 0.4375rem 0.4375rem 0.375rem rgba(130,165,165,0.16) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:10.562125rem;height:2.4984375rem;text-decoration:none;z-index:15302;text-align:center;text-align-last:center;top:23.343748092651rem;left:62.523429870606rem;display:block; }
#d2FvVXmhfhMrZWosE9UAlQvQ0AL6Pn6o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vN4NyyBCHzBow1cXtC5RG1Ub3mzmeJ3W { color:#172279;display:block;width:7.6230625rem;position:absolute;font-family:mukta;font-size:1.0625rem;font-weight:400;z-index:15105;line-height:1.3;letter-spacing:0;top:19.248435974121rem;left:44.310150146484rem;height:1.3816375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#yZ7vouvMUARcGXkCSCuCw9TltynLBAUU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.49960625rem;width:2.49960625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15348;opacity:1;top:29.4375rem;left:14.1875rem;display:none; }
#OO5nCT6mnSlVwLF5lX1t8SGxON5AB5yQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.49960625rem;width:2.49960625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15348;opacity:1;top:23.311325073243rem;left:9.373046875rem;display:none; }
#iTZL7f1T3OsSEyHK5ZMRy2trfzSqcLai { position:absolute;display:block;z-index:15314;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:5.5rem;top:9.3437495231631rem;left:3.7804679870606rem;overflow:hidden;display:none; }
#i19LqbWPU0uvJDcgaTGNu1Tnu9FAMCBl { position:absolute;display:block;z-index:15314;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:5.5rem;top:9.3437495231631rem;left:3.7804679870606rem;overflow:hidden;display:none; }
#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f6fa;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; }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row .container { background-color: transparent; background-image: none; }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row .container > .video-iframe-container { display: none; }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row > .video-iframe-container { display: none; }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .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); }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row .container { border-width: 0; border-radius: 0; }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#DVVM3CZGKEKehcbp9pceXgkZN9zIGti8 { 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; }
#rTgroepvZRrHhnqsgC3uf1m51vtRTego { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:16.1875rem;left:24.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yOPJFIbXNypnE8p5DUgq3cTKwEUInmQx { box-sizing:content-box;height:8.3125rem;width:42.9375rem;position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;top:27rem;left:24rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.12) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#O2JKQqtKtT9lRFvGqRffKmsHiUgCphFJ { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;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='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;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; }
#ide0P8B35IMtyBFCXA4cCU0DgBNCEnrd { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15056;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='#5578ed4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );";background-image: linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-size:auto !important;top:52.000001907349rem;left:18.624999046326rem;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; }
#i4eu8yov6QT5TFf2yQLTSNwLMd3mLDT6 { color:#433c93;display:block;width:13.6875rem;position:absolute;font-family:mukta;font-size:1.625rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:35.484161376953rem;left:15.968967437744rem;height:2.11263125rem;font-style:normal;display:none; }
#mnnvG94N1Ivx6v6Cp4kaqRbtpkVsRF37 { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;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='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;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; }
#HGodunZvhytCnDRsrD7C4LkJ5asogT4X { box-sizing:content-box;height:3.0625rem;width:10.9375rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:31.500001907349rem;left:38.937505722046rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#GhRTth8Hi3Tmpdieef7tUdKeNdL7Td1e { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:mukta;font-size:3.25rem;font-weight:700;z-index:15329;line-height:1.3;letter-spacing:0;top:30.937501907349rem;left:39.937505722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#OnPt2NOH6sSMN81atPTBLRgMw2cNi3ys { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:700;z-index:15304;line-height:1.3;letter-spacing:0;top:32.187501907349rem;left:43.875005722046rem;height:0;font-style:normal;display:none; }
#p8RRlDpQGUakk685mXo4QIeVualXordw { box-sizing:content-box;height:4.25rem;width:25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(0deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(0deg, #ffffff, #ffffff);background-image: -o-linear-gradient(0deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #ffffff, #ffffff);background-size:auto !important;top:9.9989590644837rem;left:36.186460494995rem;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 1.1875rem rgba(0,0,0,0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#KGloCg4fGQoRBDVZq9xGNHaUS3X58lxD { box-sizing:content-box;height:3.125rem;width:8.8125rem;position:absolute;display:block;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:23.357292175293rem;left:35.888544082642rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#PTxRExl5vhqzbI1JRhl2DFanT5MnQLGt { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:mukta;font-size:3.25rem;font-weight:700;z-index:15330;line-height:1.3;letter-spacing:0;top:22.918750762939rem;left:36.656255722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#dSpb59xPxtfrHZwUxarcvS9zMy9xT8oK { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:700;z-index:15305;line-height:1.3;letter-spacing:0;top:24.28125rem;left:38.720838546753rem;height:0;font-style:normal;display:none; }
#FzD6dsP37WNwTa67muR9SGu97vcRTDGS { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#TpyFCisgkyzEbtytTAenw3nX9Q70G3zw { color:#6a6234;display:block;width:1rem;position:absolute;font-family:mukta;font-size:1.75rem;font-weight:700;z-index:15315;line-height:1.3;letter-spacing:0;top:15.813542127609rem;left:36.500001907349rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Q0ul0y6HSk6Ahm3OzzR98BQUk2a77gdC { color:#172279;display:block;width:5.0625rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#zouZuaJqu2ASpBs1Qe0dW5qaLxaS7eON { color:#172279;display:block;width:5.0625rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#kL54btRNitQs6UTpokUSwZ0LbDd8Oz7i { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#WPmLJKBWbg1siIAMVBTEFILPETOcv7DG { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#goKRrgP4q6GGxhtxlWPBt1pzcSmkufrB { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#R6NC9C9RZd4rdz7PzJTZ3IMkPs3m7v4c { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#Ur9SIJfG5VNUbTsCX7Q6fMogsZ9O3mJi { color:#546297;display:block;width:0.875rem;position:absolute;font-family:mukta;font-size:2.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:30.875002622604rem;left:52.625005722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#sICxNniyIhNv4ebMHrExMzlneZOrpTcy { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Vo8zkPnplBNmNDZASpAXq2OSUdpJg9t4 { box-sizing:content-box;height:27.3125rem;width:54.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #eba4ff);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #eba4ff);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #eba4ff);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #eba4ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#eba4ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#eba4ff' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #eba4ff);background-size:auto !important;top:-0.0625rem;left:-54.59375rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#d2yusND9TpmSFg8mqVNlOXf7PeUudUoM { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#iGDI3z8tKDDMvfaEuhFFuo7a7QUic07T { box-sizing:content-box;height:4.25rem;width:25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(0deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(0deg, #ffffff, #ffffff);background-image: -o-linear-gradient(0deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #ffffff, #ffffff);background-size:auto !important;top:9.9989590644837rem;left:36.186460494995rem;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 1.1875rem rgba(0,0,0,0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#mMvdZ5DQKV19nJNI3fmFOfyXoX7NEEB2 { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#bAI1g4aowl6ktpizXE9VsT4i4mS1pZT7 { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#RrZbOgQHTqqC6Tv0iX4QVdtoPw4Q1XPT { box-sizing:content-box;height:27.3125rem;width:30rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #eba4ff, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #eba4ff, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #eba4ff, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #eba4ff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eba4ff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eba4ff', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #eba4ff, rgba(0,0,0,0));background-size:auto !important;top:0rem;left:0rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:56.25rem;display:block; }
#IWRvrS0NzxM8ATRC4cGzJwmQN30sGCJg { position:absolute;display:block;z-index:15235;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:10.25rem;top:10.124603271484rem;left:13.4375rem;overflow:hidden;display:block; }
#sZOOTkMX2wdcKTKfrMADnsq6sJHtzcMl { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15082;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='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:8.6871085166931rem;left:13.624214172363rem;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.1875rem solid #5d92ff;border-left:0.1875rem solid #5d92ff;border-right:0.1875rem solid #5d92ff;border-bottom:0.1875rem solid #5d92ff;display:block; }
#BzMZzfECa5gsSqSpSFT8Qtx76VpIT6eJ { position:absolute;display:block;z-index:15238;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:11.25rem;top:9.71640586853rem;left:24.872264862061rem;overflow:hidden;display:block; }
#KOW505gUW78X9BdUadvOqoGIshn7d3XH { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15085;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffde00);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffde00);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffde00);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffde00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffde00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffde00' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffde00);background-size:auto !important;top:8.6249995231631rem;left:25.436714172363rem;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.1875rem solid #ffa900;border-left:0.1875rem solid #ffa900;border-right:0.1875rem solid #ffa900;border-bottom:0.1875rem solid #ffa900;display:block; }
#i4UeXW0ZISeLPbKd5BvQfJqACwB2Zg4v { 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.1875rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:8.625rem;height:2rem;text-decoration:none;z-index:15323;text-align:center;text-align-last:center;top:15.562499523163rem;left:26.249992370606rem;display:block; }
#u8AlofHpcCJZcKudog2g09Hd44W41GyE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p6URpal8fQo2JmPvDZUcZgZNypkdqVix { 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.1875rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:8.625rem;height:2rem;text-decoration:none;z-index:15320;text-align:center;text-align-last:center;top:15.624608516693rem;left:14.4375rem;display:block; }
#ItMZzDcEXWr6Wr3m71fBqhBJbGD3qUQy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#erQSXwfdC8k3wk5q7hQOke8I2QiPpFIz { position:absolute;display:block;z-index:15232;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:14.25rem;top:8.83554649353rem;left:0rem;overflow:hidden;display:block; }
#SprhdiLmFKxhKWJJZcgu9ZV8XpsfbeLT { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15079;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,193,0.6), #ffde00);background-image: -moz-linear-gradient(180deg, rgba(255,255,193,0.6), #ffde00);background-image: -ms-linear-gradient(180deg, rgba(255,255,193,0.6), #ffde00);background-image: -o-linear-gradient(180deg, rgba(255,255,193,0.6), #ffde00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffc199', endColorstr='#ffde00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffc199', endColorstr='#ffde00' );";background-image: linear-gradient(180deg, rgba(255,255,193,0.6), #ffde00);background-size:auto !important;top:8.7492184638975rem;left:1.8742141723632rem;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.1875rem solid #ffa900;border-left:0.1875rem solid #ffa900;border-right:0.1875rem solid #ffa900;border-bottom:0.1875rem solid #ffa900;display:block; }
#vavtWZHqQbv7MEDSPZBBhJ9PRwu0eXvs { 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.1875rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:8.625rem;height:2rem;text-decoration:none;z-index:15317;text-align:center;text-align-last:center;top:15.686717510223rem;left:2.6875rem;display:block; }
#QXfynNLeL4xqQ9fkpv2i5A12csBGUkde { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b9IkkcJV7RSzfhCX2efrZ1KAhMZsoTk2 { position:absolute;display:block;z-index:15244;border-top:0;border-left:0;border-right:0;border-bottom:0;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.9375rem;width:13.0625rem;top:9.587890625rem;left:47.5234375rem;overflow:hidden;display:block; }
#XriddgdvU1fX9EuUwePOTUAPyo5tSbz8 { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15091;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffde00);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffde00);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffde00);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffde00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffde00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffde00' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffde00);background-size:auto !important;top:8.5261702537537rem;left:49.273429870606rem;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.1875rem solid #ffa900;border-left:0.1875rem solid #ffa900;border-right:0.1875rem solid #ffa900;border-bottom:0.1875rem solid #ffa900;display:block; }
#gqc2a0nLeubglKwbXgJqAL42okWmZ94t { position:absolute;display:block;z-index:15241;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:12.875rem;top:9.1499938964844rem;left:36.149215698243rem;overflow:hidden;display:block; }
#abL3nf45w0z9Nm4FAn4TAaLgQOyEgmgA { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15088;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='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:8.5882811546325rem;left:37.524215698243rem;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.1875rem solid #5d92ff;border-left:0.1875rem solid #5d92ff;border-right:0.1875rem solid #5d92ff;border-bottom:0.1875rem solid #5d92ff;display:block; }
#knhCgzDTaWVLXqvlRu6H5RgtAR5E0dNZ { 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.1875rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:8.625rem;height:2rem;text-decoration:none;z-index:15329;text-align:center;text-align-last:center;top:15.463670253754rem;left:50.086715698243rem;display:block; }
#O83edtcDdqt5IPc4rO7xAwFpHZJvcq7K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zURFhKTm0E0gkXMoav2kazZT0uJ3IGBC { 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.1875rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:8.625rem;height:2rem;text-decoration:none;z-index:15326;text-align:center;text-align-last:center;top:15.525779247284rem;left:38.337493896484rem;display:block; }
#ETxGzrRm6uQQszIQhPKBMOTNnrsDmi4q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fFBkwS50xVgLVm3r0HKmJEhGR1L3C4pt { position:absolute;display:block;z-index:15247;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:9.75rem;top:7.5257797241213rem;left:61.398429870606rem;overflow:hidden;display:block; }
#kpviGbCVSCEJlvLHxrbaIqbKZlRbnSiS { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15094;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='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:8.4640612602231rem;left:61.085929870606rem;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.1875rem solid #5d92ff;border-left:0.1875rem solid #5d92ff;border-right:0.1875rem solid #5d92ff;border-bottom:0.1875rem solid #5d92ff;display:block; }
#vzBlZmpBBN1tIuM9AXcrtMOQ0pdblmw4 { 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.1875rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:8.625rem;height:2rem;text-decoration:none;z-index:15332;text-align:center;text-align-last:center;top:15.401561260223rem;left:61.899215698243rem;display:block; }
#XfuIF7wnSM5SnUdK1QKWWSWNbOPw3o98 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dih8pZJDE3GIxZxfAVIeeGVIT4p5vXh0 { box-sizing:content-box;height:2.4375rem;width:34.5rem;position:absolute;display:block;z-index:14997;background-color:rgba(243,246,250,0.4);background-image:none;top:2.2441368103027rem;left:4.3125rem;box-shadow: none;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#S8GQrwKdApC28DATSDatqn5r2NcaSSRN { color:#0a1258;display:block;width:21.999625rem;position:absolute;font-family:mukta;font-size:1.5rem;font-weight:400;z-index:15083;line-height:1.3;letter-spacing:0;top:2.4867172241211rem;left:5.3355445861816rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qQqOXP661GaA66qTo21QOfZnSKfbeItO { color:#323a80;display:block;width:31.9375rem;position:absolute;font-family:mukta;font-size:2.1875rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:21.982028961182rem;left:35.733978271484rem;height:2.8441375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qHRUQFKTzVOsJi02t4irZEbhwp87mtrv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15347;opacity:1;top:20.935150146484rem;left:67.471870422362rem; }
#GIoVhMui3csVh1sKkXd9BnNkQXdqvdJv { color:#172279;display:block;width:25.8125rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:11.835937976837rem;left:8.938804626465rem;height:1.78645625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#gtEzbiC1LSS7zWrkCkrf5wdIabT3nk3B { color:#0a1258;display:block;width:31.9375rem;position:absolute;font-family:mukta;font-size:2.1875rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:21.982028961182rem;left:35.733978271484rem;height:2.8441375rem;text-align:left;text-align-last:left;font-style:normal;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; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f6fa;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:none; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container { border-width: 0; border-radius: 0; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;position:relative;display:none; }#b1F0q3Dd1RWToVqeKc6zRQUKUTF3Fxh9 { box-sizing:content-box;height:4.25rem;width:25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(0deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(0deg, #ffffff, #ffffff);background-image: -o-linear-gradient(0deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #ffffff, #ffffff);background-size:auto !important;top:9.9989590644837rem;left:36.186460494995rem;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 1.1875rem rgba(0,0,0,0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#GN2kECGL6moHuxNgX9kK6vV1o4Dgfq0f { position:absolute;display:block;z-index:15316;border-top:0;border-left:0;border-right:0;border-bottom:0;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.4375rem;width:7.4375rem;top:5.8750019073486rem;left:4.75rem;overflow:hidden;display:block; }
#NfKMUzwcMFKNT0kL6aoLFKTrizxyVyQI { color:#0a1258;display:block;width:49rem;position:absolute;font-family:mukta;font-size:1.5rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:2.2500019073486rem;left:12rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gWpMTebQGQhgRtvR54ApJnNc1oktRSvd { color:#a52173;display:block;width:5.6875rem;position:absolute;font-family:ubuntu;font-size:5rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:10.437501907349rem;left:14rem;height:6.500375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BwsZXDnmTBrNmNL2bH3FVwhG1mPcArwQ { color:#a52173;display:block;width:24.25rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:16.312501907349rem;left:5.5rem;height:3.084375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pCX2xT5A18GEGfeQ8B7EmFOU9JGpVCzA { color:#326eba;display:block;width:5.6875rem;position:absolute;font-family:ubuntu;font-size:5rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:8.9375019073488rem;left:47.4375rem;height:6.500375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BFPuRAAXt0BCGvb1Nr6lDMhzJGB8mM4F { color:#326eba;display:block;width:21.6875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:17.750001907349rem;left:46.1875rem;height:3.084375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G4o6Xb7Bia3TbPHKrgt3t2Flr941Clen { color:#2a8ea5;display:block;width:7.3125rem;position:absolute;font-family:ubuntu;font-size:5rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:22.5625rem;left:45.187502503395rem;height:6.500375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pMv8igVT7PBmp5wzaWKFuEqNzBAnDBDI { color:#2a8ea5;display:block;width:5.9375rem;position:absolute;font-family:ubuntu;font-size:2.75rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:24.750001907349rem;left:48.6875rem;height:3.5753875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CoQyTFkozbpNZsd3HWUCC1byiUX5aCkr { color:#2a8ea5;display:block;width:22.9375rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:29.062501907349rem;left:37.9375rem;height:3.084375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TSsLXki81U9n8GotIRq8kiOFdzbTcwRK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15317;opacity:1;top:23.062501907349rem;left:54.625rem; }
#yRJBaQSMqTXtHdSMPvrXUybDTT7PL5qf { color:#f37b54;display:block;width:3.6875rem;position:absolute;font-family:ubuntu;font-size:5rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:22.1875rem;left:23.6875rem;height:6.500375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lNmVt8CKibI64XnHe8mKSdeZUrIFWHkP { color:#f37b54;display:block;width:5.9375rem;position:absolute;font-family:ubuntu;font-size:2.75rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:24.375rem;left:27rem;height:3.5753875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qxT5liMMbhQOU99qWofuzRWnZm7hKoAO { color:#f37b54;display:block;width:10.0625rem;position:absolute;font-family:ubuntu;font-size:2.75rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:24.375rem;left:15rem;height:3.5753875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eEkVUhX4n8hZBpABMe0B1NeHl4EfZCZH { color:#a52173;display:block;width:10.0625rem;position:absolute;font-family:ubuntu;font-size:2.75rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:12.375001907349rem;left:5.4375rem;height:3.5753875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UoV1WNHiwJgpaSXahOMcWtknyXJE9yZ1 { color:#a52173;display:block;width:10.0625rem;position:absolute;font-family:ubuntu;font-size:2.75rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:12.437501907349rem;left:20.4375rem;height:3.5753875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IbMzRc5oczEyhGyIMtJ8vdqXvnvy0SES { color:#326eba;display:block;width:7.0625rem;position:absolute;font-family:ubuntu;font-size:2.75rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:10.937501907349rem;left:50.5rem;height:3.5753875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TzrHklJa2DDrevAHG6ETFlChARsBIFa1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15318;opacity:1;top:20.5rem;left:17rem; }
#b90ZOvWa4eUWKifDQiEkZMLRluAPptpc { color:#f37b54;display:block;width:22.9375rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:28.0625rem;left:15.3125rem;height:1.5421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A1W16B8yEuSoM8wqzAQAW7NFTpTbDu8c { color:#009bff;display:block;width:11.5rem;position:absolute;font-family:ubuntu;font-size:5rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:34.5625rem;left:36.6875rem;height:6.500375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rAUHeoKcJv0DigRgcBWMy2BLIf5CCxs5 { color:#009bff;display:block;width:5.9375rem;position:absolute;font-family:ubuntu;font-size:2.75rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:36.5625rem;left:45.562502503395rem;height:3.5753875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E8S6xBPozh3DDcf12N0BT3VXKPwnpcaM { position:absolute;display:block;z-index:15313;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem;width:8.3125rem;top:8.3125019073488rem;left:56.5rem;overflow:hidden;display:block; }
#xqNDzK56JpH3Qt4edFP0TJNRIFMfUcLv { color:#009bff;display:block;width:5.9375rem;position:absolute;font-family:ubuntu;font-size:2.75rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:36.5625rem;left:27.875rem;height:3.5753875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qDLtGCNkifPhBmD9AfXBIvBJ8WRzBDVN { color:#009bff;display:block;width:41.9375rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:40.3125rem;left:24.0625rem;height:1.5421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RgIpM1lGqvIQfndqHgn4QpwwqAIOOqsL { color:#326eba;display:block;width:15.8125rem;position:absolute;font-family:ubuntu;font-size:2.75rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:13.750001907349rem;left:52.9375rem;height:3.5753875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bdpCMtGCHW78NssqG3s1ZzBTi8TzDyD1 { color:#009bff;display:block;width:41.9375rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:41.875rem;left:33.0625rem;height:1.5421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b8b35T35FwHmfNGt7i1zlqqwIrTwQCXR { color:#a52173;display:block;width:24.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:17.9375rem;left:7.8125rem;height:3.084375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M7dnDc359u3hw35ZMhX1u5FJtA4ILSrU { color:#f37b54;display:block;width:22.9375rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:29.625rem;left:24.5625rem;height:1.5421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P3fi8H5vGm06MTXlT2elcwtmVg9PqCFi { position:absolute;display:block;z-index:15316;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:7.4375rem;top:35.3125rem;left:19.875rem;overflow:hidden;display:block; }
#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f6fa;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; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { background-color: transparent; background-image: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container > .video-iframe-container { display: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container { display: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .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); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { border-width: 0; border-radius: 0; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;position:relative;display:block; }#t9CTaU4Wi3s9vEcocSVSubrpe5gwbCOQ { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:mukta;font-size:1.75rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:4.7531247138977rem;left:4.247917175293rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MMhJek5eKuDaZfmfGDi614M31CLUahML { 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:7.8854165077213rem;left:4.185417175293rem; }
#FZlJ4TcRf94T5goACqmcgExmabZAbX7b { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:400;z-index:15021;line-height:2.1;letter-spacing:0;top:7.2604165077213rem;left:6.6218738555906rem;height:8.658975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bGHaabNwGgTQcBOzKUXbT19TBIfiruaI { 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:10.697917461395rem;left:4.185417175293rem; }
#W9J1p7O8QOyKRqPdIEPTVd77ueUF9bcD { 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:13.636458873749rem;left:4.185417175293rem; }
#XkabWIIT1LcieRqlTHuTFIkJZHW5aT14 { color:#ffffff;display:block;width:19.561625rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:8.228759765625rem;left:51.331787109375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IFnBAfkZ2oSxTib24Jw9nyouEEb6QXTV { background-color:#e69f1d;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: 0rem 0rem 0.875rem rgba(255,162,0,0.5) ;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.5rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:13.75rem;height:3.25rem;text-decoration:none;z-index:15164;text-align:center;text-align-last:center;top:12.25937461853rem;left:54.488285064698rem;display:block; }
#nyTSk3vH5xdFofccPmi6J3dwdlJWI6tV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JKuDettBo5xJxzwThkPwpa1EHNo1F3WV { box-sizing:content-box;height:15.9375rem;width:28rem;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='#ffffff4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;top:3.5114588737487rem;left:45.312505722046rem;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#CVHoO9nzZiutPeKgVGGt0tO8spxiMWJg { 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:19.25rem;width:14.5625rem;top:0rem;left:33.827085494995rem;overflow:hidden;display:block; }
#JtW1mDaIBZ8qE8sMUDeApFIwqNc5gv2n { box-sizing:content-box;height:16.9375rem;width:75rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#2145a4b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#2145a4b2' );";background-image: linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-size:auto !important;top:2.3239583969116rem;left:0rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.12) ;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;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; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { background-color: transparent; background-image: none; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container > .video-iframe-container { display: none; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row > .video-iframe-container { display: none; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .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); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { border-width: 0; border-radius: 0; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#gfnNrT82wnM1rsUkswuU8N8hDcXRvMiu { color:#31315b;display:block;width:2.8125rem;position:absolute;font-family:mukta;font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:2.53125rem;left:6.2166652679443rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XkTlsKLlnHIR1UNoNVx9FQLnQi6BNhLI { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:2.6562612056732rem;left:70.062505722044rem; }
#u8RRzsKF35esxyl6s8BNq8L62Oy03WcR { 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; }
#kJz1H7CcRRErsK07brScdw6rLfaE20JH { color:#31315b;display:block;width:10.6875rem;position:absolute;font-family:mukta;font-size:1.0625rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:2.984375rem;left:9.71249961853rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GX2yuMl5C0ex5d9iS2ual6gkEWrBfX92 { box-sizing:content-box;height:3.5625rem;width:71.4375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.7486953735351rem;left:1.776620388031rem;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: 0rem 0rem 0.75rem rgba(0,0,0,0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;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; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { background-color: transparent; background-image: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .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); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { border-width: 0; border-radius: 0; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:75rem;position:relative;display:block; }#aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { color:#31315b;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:0.875rem;left:6.25rem;height:1.8rem;font-style:normal;display:block; }
#bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { color:#31315b;display:block;width:58.875rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:3.1875rem;left:7.5rem;height:2.925rem;font-style:normal;display:block; }
#bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { color:#31315b;display:block;width:43.8125rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:12.311718940735rem;left:6.310546875rem;height:1.8rem;font-style:normal;display:block; }
#yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { color:#31315b;display:block;width:56.3125rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.310936927796rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#zivbItXiMQPJ37dloAEkEScWSkeTolBI { color:#31315b;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:7.24960899353rem;left:6.2484359741211rem;height:1.8rem;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; }
#uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { 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; }
#kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { 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; }
#gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { color:#31315b;display:block;width:49.25rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:17.499608755112rem;left:6.2484359741211rem;height:1.8rem;font-style:normal;display:block; }
#qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { color:#31315b;display:block;width:57.5rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.562108755112rem;left:7.435546875rem;height:2.925rem;font-style:normal;display:block; }
#S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { color:#053b67;display:block;width:35.0625rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:9.248827934265rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:mukta;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:41.5625rem;left:0rem;display:none; }
#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;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; }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row .container { background-color: transparent; background-image: none; }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row .container > .video-iframe-container { display: none; }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row > .video-iframe-container { display: none; }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .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); }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row .container { border-width: 0; border-radius: 0; }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#PXr6OwQ53iz8n2obMPBwHaKJIMfRLxzn { 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; }
#UzTTn7hVyVPJ9dLmLH6SZoTOwESGIuoP { box-sizing:content-box;height:3.5625rem;width:71.4375rem;position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;top:1.5620574951172rem;left:1.8113427162171rem;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: 0rem 0rem 0.75rem rgba(0,0,0,0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#oI06LT2IrAtRg1n3QHxvbqvbX3Buvc26 { color:#31315b;display:block;width:2.8125rem;position:absolute;font-family:mukta;font-size:1.5rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:2.1875rem;left:6.25rem;height:2.25043125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#onq2PkyeI2LBUDVF3KMrIyveiqbW27yJ { color:#31315b;display:block;width:15.8125rem;position:absolute;font-family:mukta;font-size:1.0625rem;font-weight:400;z-index:15043;line-height:1.5;letter-spacing:0;top:2.625rem;left:9.7500019073488rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QfmF60cfxvR1d0OHOf3Z1u2IXEO3y0Vs { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:2.3125rem;left:70.125005722044rem; }
#moXsstKz6LkUvi0KvW2UF3EOzeoTPm7W { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:2.6562612056732rem;left:70.062505722044rem;display:none; }
#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;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; }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row .container { background-color: transparent; background-image: none; }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row .container > .video-iframe-container { display: none; }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row > .video-iframe-container { display: none; }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .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); }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row .container { border-width: 0; border-radius: 0; }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#aoT2ygsKwU9SJKoPT9lwRI3NxcGxFL2U { color:#31315b;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.3541669845581rem;left:6.25rem;height:1.8rem;font-style:normal;display:block; }
#OctmLuUWhZs55yaEGzCCmPemUDVRTGCb { color:#31315b;display:block;width:65.1875rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:3.5rem;left:7.3125rem;height:1.4625rem;font-style:normal;display:block; }
#oMTlRXLHZpW5nv7MZp9Idf8DGkTunmN7 { color:#31315b;display:block;width:54.5625rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.625rem;left:7.4375rem;height:1.4625rem;font-style:normal;display:block; }
#TZoqNTuTcn8irMtIvUpxKcTCZ7UmdzJq { color:#31315b;display:block;width:46.3125rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:10.0625rem;left:6.25rem;height:1.8rem;font-style:normal;display:block; }
#rzaNqhTAwHAOTtOMK32owxCCqBx3TWU0 { color:#31315b;display:block;width:57.25rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.875rem;left:7.4375rem;height:1.4625rem;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; }
#T30BoKseGFVO2i3gyr1lIZrvk4TbTwtJ { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:1.1875rem;top:6.6875rem;left:0rem;display:none; }
#Tyc7emc2FPH1TPPF0TiEX8kAUUZkfEtD { color:#31315b;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.75rem;left:6.25rem;height:1.8rem;font-style:normal;display:block; }
#uOhwTwnTxiCt0sOE6BPWT4g2mXZ6t3kh { 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; }
#A131muCiV7JRAyVoz4kACpvU6baMz3kn { 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; }
#VZeb40uBc5NZfZkEJEKM0WuSnfQ46gCt { color:#31315b;display:block;width:32.4355625rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:14.5rem;left:6.25rem;height:1.8rem;font-style:normal;display:block; }
#UU5ATpFbNo93FpQgrNcWqvOwBJ4i67m3 { 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; }
#kyaeazdELWdopwfddxaOtM8X9fP5dLfh { color:#31315b;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:19.061717987061rem;left:6.3117179870606rem;height:1.8rem;font-style:normal;display:block; }
#PlnBcgOWicQOSte36n8umq8Js0qcUlRu { color:#31315b;display:block;width:30.625rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.874607086182rem;left:7.4367179870606rem;height:1.4625rem;font-style:normal;display:block; }
#QqMxQhrhhQxktNtyiamOuu85WGdBwDsU { color:#31315b;display:block;width:50.3125rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.375rem;left:7.375rem;height:1.4625rem;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; }
#TrnTfE1EDQy7lNTRDXVS8oqdP7miWkrF { 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; }
#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;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; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { background-color: transparent; background-image: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .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); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { border-width: 0; border-radius: 0; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { color:#31315b;display:block;width:12.375rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5rem;left:4.375rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { color:#31315b;display:block;width:28.5rem;position:absolute;font-family:mukta;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:5.6864471435547rem;left:4.3114585876465rem;height:3.673825rem;font-style:normal;display:block; }
#pDrdtnBDa334atxH44LJT6La8AQHkmM8 { color:#31315b;display:block;width:22.1875rem;position:absolute;font-family:mukta;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:4.3968658447266rem;left:51.624603271484rem;height:1.1378875rem;font-style:normal;display:block; }
#Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { 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; }
#DMq45Q7iuykeICWUrOPJ9Z2dCaAJhxSV { 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.0625rem;width:14.75rem;top:1.84375rem;left:22.066667556762rem;overflow:hidden;display:block; }
#UrAbUJyg0GO57qtOdgoLKDPvVuP36iJK { box-sizing:content-box;height:10rem;width:34.9375rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:0.74894714355469rem;left:1.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.5625rem 0.5625rem 0.4375rem rgba(130,165,165,0.08) ;display:block; }
#tgdXNxSn1BRTuWZ10JwJ8fCf0I8NNoJQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.3114471435547rem;left:16.748960494995rem; }
#UyV1z4S5Rr4uC7MZADOrXMfRDysu1Ho1 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:mukta;font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.6125030517578rem;left:16.964582443238rem;height:1.3816375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { box-sizing:content-box;height:4.125rem;width:34.9375rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:3.5614471435547rem;left:38.873960494995rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.5625rem 0.5625rem 0.4375rem rgba(130,165,165,0.08) ;display:block; }
#uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { color:#31315b;display:block;width:8.3125rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.7791676521301rem;left:40.87917137146rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v3vQuQIcdpJ0HlzWchyrRIMDgzJp8TLp { color:#31315b;display:block;width:21.25rem;position:absolute;font-family:mukta;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:5.837890625rem;left:51.625rem;height:1.1378875rem;font-style:normal;display:block; }
#mb1369496c785fb867b988c2d10e5144.widget-smartsection { 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; } #mb1369496c785fb867b988c2d10e5144.widget-smartsection *:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="text"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="email"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="tel"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection textarea:focus-visible { outline: none; } #AnEmuZFKrPPmyrqqkuytlTQD5cUfBWBx > .row .container { background-color: transparent; background-image: none; }#AnEmuZFKrPPmyrqqkuytlTQD5cUfBWBx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnEmuZFKrPPmyrqqkuytlTQD5cUfBWBx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnEmuZFKrPPmyrqqkuytlTQD5cUfBWBx > .row .container > .video-iframe-container { display: none; }#AnEmuZFKrPPmyrqqkuytlTQD5cUfBWBx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnEmuZFKrPPmyrqqkuytlTQD5cUfBWBx > .row > .video-iframe-container { display: none; }#AnEmuZFKrPPmyrqqkuytlTQD5cUfBWBx > .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); }#AnEmuZFKrPPmyrqqkuytlTQD5cUfBWBx > .row .container { border-width: 0; border-radius: 0; }#AnEmuZFKrPPmyrqqkuytlTQD5cUfBWBx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AnEmuZFKrPPmyrqqkuytlTQD5cUfBWBx > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:75rem;position:relative;display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4f5589;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; }
#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk { position:relative;z-index:auto;display:none; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk { border-width: 0; border-radius: 0; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .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; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#MatR4VwrDPwO9x9tDp5GM6tXcRquJ5d2 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#MatR4VwrDPwO9x9tDp5GM6tXcRquJ5d2 { border-width: 0; border-radius: 0; }#MatR4VwrDPwO9x9tDp5GM6tXcRquJ5d2 > .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; }#MatR4VwrDPwO9x9tDp5GM6tXcRquJ5d2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#r5pANCZI4GUq7MUtmXEaZZ7ou60DEC7x { box-sizing:content-box;height:7.3125rem;width:18.9375rem;position:absolute;display:block;z-index:15018;background-color:rgba(6,12,74,0.5);background-image:none;top:0rem;left:55.776044845581rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;display:block; }
#Q80EPKTFzAHUhMSTXsmnkOeJvJ0rvget { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #4d5689;top:0.99296951293944rem;left:57.492965698243rem;height:1.6253875rem;font-style:normal;display:block; }
#Rhlo0DTZImDoSO3zIglCuXeqtO6QpyP1 { box-sizing:content-box;height:7.3125rem;width:18.9375rem;position:absolute;display:block;z-index:15018;background-color:rgba(6,12,74,0.5);background-image:none;top:0rem;left:55.776044845581rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;display:none; }
#b4pc9ZXGZn0Dev6exGqHIyUUnyNfTSne { position:absolute;display:block;z-index:15314;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:5.5rem;top:9.3437495231631rem;left:3.7804679870606rem;overflow:hidden;display:none; }
body { position:relative;display:block; }
#TIfkXlaJcGtaummXydimTMNqrMzyCIvU { display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { width:47.75rem;position:relative;display:block; }#lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { width:;height:;top:0rem;display:none; }
#t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { top:0.625rem;left:0rem;width:5.4375rem;height:3.7080900579996rem;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; }
#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { width:47.75rem;position:relative;display:block; }#G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
#aFG9JTDuQkyPz8WCOPG5N4Ofuc1RinoM { top:8.6875rem;left:14.375rem;width:33.375rem;height:3.375rem;font-size:2.625rem;display:block; }
#razQQfnQxy3Ki7k1FmLKAOfoo66TveTF { top:19.8125rem;left:29.125rem;width:12.0625rem;height:4.1875rem;display:block; }
#vV2sT6zaLDGm2gGhAixbeidwv3OnoItf { top:20.4375rem;left:42.0625rem;width:5.6875rem;height:3rem;font-size:1.125rem;display:block; }
#PO41VA3K8ldqH9dxuKgVkSNwyGsoqMDI { top:19.8125rem;left:32.75rem;width:15rem;height:4.1875rem;display:block; }
#ATuhgJbPOkv0kABrATOlZQkLFUlfc4Bv { top:19.625rem;left:30.9375rem;width:3.75rem;height:4.1875rem;font-size:3.125rem;display:block; }
#T6ahHuwCOTc29vq7cQoVvJMds71DvGqM { top:19.9375rem;left:41.6875rem;width:6.0625rem;height:4.1875rem;font-size:2.8125rem;display:block; }
#dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { top:9.3125rem;left:2.0824654698372rem;width:3.9375rem;height:1.25rem;font-size:1rem;display:none; }
#peaEQPu2Sk2g9geInI8pMn9CrEV3SogK { top:20.9375rem;left:33rem;width:7rem;height:2rem;font-size:1.4375rem;display:block; }
#pw5mJ2HJqft2biitn1RbZ7nTz58Co2cu { top:6.5rem;left:0rem;width:1.6875rem;height:2rem;font-size:1.5625rem;display:block; }
#SM1FvJqrxAp7eNQeQnKyT5E7AR10KOf9 { top:1.4375rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
#feblNwVu2VyQXEm5gVmct5nAhNi1XQia { top:0rem;left:0rem;width:6.3125rem;height:14.1875rem;display:block; }
#LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { top:14.6875rem;left:1.6229169964791rem;width:1.4375rem;height:2.4375rem;font-size:1.4375rem;display:none; }
#fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { top:19.0625rem;left:1.3666675686836rem;width:2.625rem;height:2.4375rem;font-size:1.125rem;display:none; }
#WEtPJiR89xT6zPArhm6n6QwOpEdUKPdu { top:0rem;left:0rem;width:47.75rem;height:27.4375rem;display:block; }
#ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { top:0rem;left:0rem;width:6.3125rem;height:2.25rem;display:block; }
#uhkyp1lvcJ3GU6tCufaH7Fu7KSwTI43a { top:18rem;left:20.6875rem;width:27.0625rem;height:1.5rem;font-size:0.0625rem;display:block; }
#fxT4oz9f4E6fl6omZgWJ3sIGyfTQa5sg { top:17.8125rem;left:20.75rem;width:27rem;height:1.9375rem;display:block; }
#pc1OG5dyOhQWuJvEWdGhrhnqnil14Afb { top:12.5rem;left:23rem;width:15.875rem;height:2.1875rem;font-size:1.4375rem;display:block; }
#gAc8Sx9bNkR3hHBGPL9qO0mauGa0rOOA { top:2.125rem;left:0rem;width:24.4375rem;height:24.4375rem;display:block; }
#X2Iqd6RfRV4veG8qTsDbJGxJGT60JdpS { top:9.3125rem;left:0rem;width:5.5625rem;height:3.499710282343rem;display:block; }
#ACVQoqGqlEq2IoubLUqKEHcOF5FMw3cP { top:0rem;left:0rem;width:29.9375rem;height:27.5rem;display:block; }
#tsZy0wMOTxEE0iufifgkbui6IQTe4hE9 { top:24.5rem;left:0rem;width:10.125rem;height:;font-size:1.0625rem;display:none; }
#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { display:block; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { width:47.75rem;position:relative;display:block; }#g7PuU3VT4FJKmUBJiEsbIR9vk5U4bv5n { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
#ZmNqBfcazXVJVMpZGGzw3btOts9cKplQ { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
#pes6TwCmWspJCeOyIOe1dDLvGrKTXZhX { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
#QWioJ67e24fcywwaKBVmgSLNi7Iyv7r5 { top:1.8125rem;left:0rem;width:22rem;height:1.9375rem;font-size:1.25rem;display:block; }
#Er8L3d1LrDxs12EWvA3z50O8iBD4laJt { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
#AWBvqu4cOaUs9oTmdO7U3yFF49LktRtU { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
#Z6Z9gWLhRpSSZtJgGUTTdv97eySIiUT1 { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
#sE5m0Xu4M1PI0yhhhzcZ0vRrlokNRZyh { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
#XzDFc1QM636VdvymBm8slUxDrd1A3VZm { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
#DlhCTV9DDfABGd0R1cdPfROgTcFn3Kec { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
#Z1SXNhXPQFTysQfSsEXTg6w3oKmQG46J { top:11.125rem;left:0rem;width:16.9375rem;height:5.6875rem;display:block; }
#q0AEOMWinr6TDfJCMnfVh4H5CH4og4zy { top:11.125rem;left:8.8121070861819rem;width:5.8125rem;height:5.6875rem;display:block; }
#lz3Et9uTETgiw761FAf7tD3qX1hyqrny { top:11.125rem;left:3.1871070861816rem;width:15.6875rem;height:5.6875rem;display:block; }
#g9kGugzIy5PGiuTyeTTfOHeSoe9E5G4N { top:12.8125rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
#MAgHS231qdkEHhkvVLAFPoOpOQGzQ9N4 { top:12.875rem;left:0rem;width:1.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
#hoH5WQAP3M035xD5AZQeDuovB0vR4xhp { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
#PsGiM6kfNDNgNiyCLNKuiA2QLOLD02u1 { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
#TxzfWhyeuhDMnSWZC1ETGlsIBXMqfw51 { top:32.1875rem;left:30.250005722046rem;width:7.0625rem;height:1.625rem;font-size:1.375rem;display:block; }
#RQRrpabIRq0PHI3AeHLS2cB0siPktfS2 { top:22.75rem;left:34.75rem;width:12.9375rem;height:4.125rem;font-size:1rem;display:block; }
#eB6fntC40SnPa7w9yabdFz2KC8GcwSRN { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
#CcQ9rdVeNbWqIGSJtX182L4Vf43ESDbm { top:22.875rem;left:23.031255722046rem;width:1.9375rem;height:4.1875rem;font-size:3.4375rem;display:block; }
#SMPVcrsourrvFoHA3lkWOMc8SBkmmkHf { top:24.25rem;left:25.095838546753rem;width:5.625rem;height:1.625rem;font-size:1.375rem;display:block; }
#Dsa3b6PJAA1CcMhFBMD79RWtxtiwwcik { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
#t0UbzeNLD0MQSLyUk75KfVv58Xzf28n6 { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
#SkUDgmebGfCHeif6WviJnpBhQFKLF9XU { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
#DzQ32CprqnOyWgy6uNafHu9HaK20vtmO { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
#Zk32qHE8O4rR2xrJ9i9ba02Ur7BKIXJf { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
#wX7hElaf8wg61tKA1P6SV15Z18e9Hr3n { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
#lWhsT2Niy0m52wQCePdFUqtnUMzOZNss { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
#IdFvcKSTKUScfLqOnbcl1WE70DWWkAPi { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
#nX24IhJMBAmlzWRkkKkIXtAz7GQOapJV { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
#wADq6Sbe6xAnzfbsZ1oOaQ6afDfv3lTk { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
#H9CJuEEo1n14mbX2AweUU6c6Trngkbwk { top:0rem;left:0rem;width:47.75rem;height:49.75rem;display:block; }
#nFOITqQbOTF3oFulLDlVQ1sbUoAKzM0o { top:13.375rem;left:0rem;width:9.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
#EDUrBeITPtI3nzVuxdPxPuMuWC5oOfXT { top:18.6875rem;left:18.436714172363rem;width:7.625rem;height:2.25rem;display:block; }
#GqLqaDszKS3omQlgLbeVOXgULtCei48B { top:0.625rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.4375rem;display:none; }
#g1BDHXNi3oEFybrUrAi5EqnO3FK4JQ0S { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
#RBOuOCxVQOrsLkAGpxQgBgW5vXhs4yn2 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
#CQhwJT5xgmhxWxmlOWG00i6OVq15FDh1 { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
#ZrekvFSBQbLJlwaNHUxXnp8KDV8aCFSJ { top:12.625rem;left:6.1871070861816rem;width:2.5625rem;height:2.5625rem;display:block; }
#D01Bc72hhanK21JBlfgalmL9eZpPiSsJ { width:10.5rem;height:2.4375rem;top:18.6875rem;left:37.25rem;display:block; }
#uN7C1bz6LIRAg0HPqy70a4HQF9ervDoL { display:block; }
#kSAXh2dxDCvhSgxvfQ2ZC3m4N5yiK7Ms { top:30.4375rem;left:2.9996070861816rem;width:38.25rem;height:1.625rem;font-size:1rem;display:block; }
#ZX05C61uBAhqhTJDlOrsDg5V7bAfkTu4 { top:28.3125rem;left:0rem;width:44.5625rem;height:5.6875rem;display:block; }
#xN4RU2RTwEOQH1klpTUX2m1ONgRJ04L6 { top:30rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
#kBXXuxB0y4ULFQuwNrTDG9w0fcvKaSLB { top:30.0625rem;left:0rem;width:1.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
#NmUDIhOUJtinMPwv2RFFv6fLtknwDwDo { top:6rem;left:0rem;width:26.0625rem;height:2.625rem;font-size:1.75rem;display:block; }
#JanMBnOrwdT7T3WKg9yR6Qt1C69TtSW0 { top:38.625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
#sscLl2ZHZ5D1yO5OGdInTkeQ3fx5k9vf { top:19.1875rem;left:30.685150146484rem;width:7.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
#nuA9aroOT33sVyWxcMfHu1hvIbRwgMz9 { top:38.75rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
#po57vdFS8AOw2M0qbNTN0ZLZA9tBaU13 { top:1.625rem;left:0rem;width:33.9375rem;height:2.4375rem;display:block; }
#FH9X94LPuVaQTGWQ0wGt0ikti3DKJy0T { top:18.125rem;left:0rem;width:30.125rem;height:3.4375rem;display:block; }
#R895VtefTrWNRZmwCDhBRvBkNHTXRsmZ { top:19.125rem;left:1.185546875rem;width:17.3125rem;height:1.625rem;font-size:1.0625rem;display:block; }
#QbD5I16H4tZ4JHL5tb2FKBCaiAuVuMIA { top:22.8125rem;left:0rem;width:35.625rem;height:3.4375rem;display:block; }
#NDiSx8UZiSRUGWnC5XdKQxeZKD4iTeMW { top:23.875rem;left:0.87382507324219rem;width:22.0625rem;height:1.625rem;font-size:1.0625rem;display:block; }
#pwaTenKzU8ehJkkv4Pw4Ly24iFrk5B6P { top:18.125rem;left:11.622264862061rem;width:15.0625rem;height:3.4375rem;display:block; }
#mnZHvFvBtDvy2VWg3z6N5iQW7GXGSvUm { top:22.8125rem;left:17.060935974121rem;width:14rem;height:3.4375rem;display:block; }
#I05Cgk8O2d3VeM58GoPVIk3U8azz0kSP { top:18.625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
#dD9ieDhXTRbOQqI3wD9RToZoM7GSbZFw { top:23.25rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
#ZSrJmtKmvdfhJWPpBI7BFkuRBO86dKis { top:23.4375rem;left:22.998825073243rem;width:9.4375rem;height:2.25rem;display:block; }
#tWRnr2PHsPmLwpeaL2h0x7efQSNE1QRi { top:42.5rem;left:0rem;width:46.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
#EJduFsJyPofVGv9TLNkPDwDINyuQwSkF { top:0rem;left:0rem;width:29.75rem;height:49.6875rem;display:block; }
#ermyeotTsirBFl8RXyKVVIybbNMH6KAy { top:37.9375rem;left:0rem;width:13.875rem;height:1.25rem;font-size:1.25rem;display:none; }
#gVgAiKncGCQheoGE2acyO3ssogLwrXgO { top:20.9375rem;left:18.75rem;width:29rem;height:1.375rem;font-size:1rem;display:none; }
#fau5nEczpi3QpSVU2819cRRs98JQ5qHo { top:35.6875rem;left:0rem;width:13.875rem;height:3.1875rem;font-size:1.0625rem;display:none; }
#p08wcOQ9s2ns9nG5lVICTbvF1DrpSVvn { top:53.8125rem;left:0rem;width:17.25rem;height:7.75rem;font-size:1rem;display:none; }
#UCTr58vMceSXEMcatNTlxdckBTdIXroQ { top:42.5625rem;left:0rem;width:2.4375rem;height:2.4375rem;display:none; }
#y7AOMTnTdIpmq8sfyabANEcIU3cmFZWK { top:19.9375rem;left:0rem;width:18rem;height:3.875rem;font-size:1rem;display:none; }
#Gtb9hliURvrclBfalaB0JGm0oENdTrCP { top:42.5625rem;left:0rem;width:2.4375rem;height:2.4375rem;display:none; }
#OW1Np18sLZJ88NE2U6Ladb4baKMJWv7K { top:8.9375rem;left:21.621482849121rem;width:6.9375rem;height:12.4980625rem;display:block; }
#UHqelndwJPzO4KaZAZEwrOr8hbXmp1TP { top:13.4375rem;left:6.7742156982425rem;width:2.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
#LF9FCOtauOTbXHm9JoFbtmwrrXhC3XN6 { top:19.0625rem;left:18.809371948243rem;width:7.1875rem;height:1.625rem;font-size:1.0625rem;display:block; }
#KCqu4QqTFpedGsNpLCQ7qvpTAkWKgbT6 { top:23.8125rem;left:23.645698547363rem;width:8.25rem;height:1.625rem;font-size:1.0625rem;display:block; }
#gOVP2W33MLuEm6p43qASRcV7KhhJ0Xwe { top:22.8125rem;left:0rem;width:18.1875rem;height:3.4375rem;display:block; }
#ITT3swuRmAyUn7L3DuitcTRMSKaSu9Tk { top:18.1875rem;left:0rem;width:13.1875rem;height:3.4375rem;display:block; }
#KAlHhX1VT9JdZhMNL7zXmEG8BNkkam7L { width:10.5rem;height:2.4375rem;top:23.3125rem;left:37.25rem;display:block; }
#d2FvVXmhfhMrZWosE9UAlQvQ0AL6Pn6o { display:block; }
#vN4NyyBCHzBow1cXtC5RG1Ub3mzmeJ3W { top:39.4375rem;left:0rem;width:18.625rem;height:2.75rem;font-size:1.0625rem;display:none; }
#yZ7vouvMUARcGXkCSCuCw9TltynLBAUU { top:29.4375rem;left:0.5625rem;width:2.4375rem;height:2.4375rem;display:none; }
#OO5nCT6mnSlVwLF5lX1t8SGxON5AB5yQ { top:23.25rem;left:0rem;width:2.4375rem;height:2.4375rem;display:none; }
#iTZL7f1T3OsSEyHK5ZMRy2trfzSqcLai { top:9.3125rem;left:0rem;width:5.5625rem;height:1.625rem;display:none; }
#i19LqbWPU0uvJDcgaTGNu1Tnu9FAMCBl { top:9.3125rem;left:0rem;width:5.5625rem;height:1.625rem;display:none; }
#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa { display:block; }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row .container { width:47.75rem;position:relative;display:block; }#DVVM3CZGKEKehcbp9pceXgkZN9zIGti8 { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
#rTgroepvZRrHhnqsgC3uf1m51vtRTego { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
#yOPJFIbXNypnE8p5DUgq3cTKwEUInmQx { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
#O2JKQqtKtT9lRFvGqRffKmsHiUgCphFJ { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
#ide0P8B35IMtyBFCXA4cCU0DgBNCEnrd { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
#i4eu8yov6QT5TFf2yQLTSNwLMd3mLDT6 { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
#mnnvG94N1Ivx6v6Cp4kaqRbtpkVsRF37 { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
#HGodunZvhytCnDRsrD7C4LkJ5asogT4X { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
#GhRTth8Hi3Tmpdieef7tUdKeNdL7Td1e { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
#OnPt2NOH6sSMN81atPTBLRgMw2cNi3ys { top:32.1875rem;left:30.250005722046rem;width:7.0625rem;height:1.625rem;font-size:1.375rem;display:block; }
#p8RRlDpQGUakk685mXo4QIeVualXordw { top:9.9375rem;left:22.561460494995rem;width:25rem;height:4.25rem;display:none; }
#KGloCg4fGQoRBDVZq9xGNHaUS3X58lxD { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
#PTxRExl5vhqzbI1JRhl2DFanT5MnQLGt { top:22.875rem;left:23.031255722046rem;width:1.9375rem;height:4.1875rem;font-size:3.4375rem;display:block; }
#dSpb59xPxtfrHZwUxarcvS9zMy9xT8oK { top:24.25rem;left:25.095838546753rem;width:5.625rem;height:1.625rem;font-size:1.375rem;display:block; }
#FzD6dsP37WNwTa67muR9SGu97vcRTDGS { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
#TpyFCisgkyzEbtytTAenw3nX9Q70G3zw { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
#Q0ul0y6HSk6Ahm3OzzR98BQUk2a77gdC { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
#zouZuaJqu2ASpBs1Qe0dW5qaLxaS7eON { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
#kL54btRNitQs6UTpokUSwZ0LbDd8Oz7i { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
#WPmLJKBWbg1siIAMVBTEFILPETOcv7DG { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
#goKRrgP4q6GGxhtxlWPBt1pzcSmkufrB { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
#R6NC9C9RZd4rdz7PzJTZ3IMkPs3m7v4c { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
#Ur9SIJfG5VNUbTsCX7Q6fMogsZ9O3mJi { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.125rem;display:none; }
#sICxNniyIhNv4ebMHrExMzlneZOrpTcy { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
#Vo8zkPnplBNmNDZASpAXq2OSUdpJg9t4 { top:-0.0625rem;left:0rem;width:47.75rem;height:27.3125rem;display:block; }
#d2yusND9TpmSFg8mqVNlOXf7PeUudUoM { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
#iGDI3z8tKDDMvfaEuhFFuo7a7QUic07T { top:9.9375rem;left:22.561460494995rem;width:25rem;height:4.25rem;display:none; }
#mMvdZ5DQKV19nJNI3fmFOfyXoX7NEEB2 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
#bAI1g4aowl6ktpizXE9VsT4i4mS1pZT7 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
#RrZbOgQHTqqC6Tv0iX4QVdtoPw4Q1XPT { top:0rem;left:0rem;width:30rem;height:27.3125rem;display:block; }
#IWRvrS0NzxM8ATRC4cGzJwmQN30sGCJg { top:10.0625rem;left:0rem;width:10.25rem;height:4.6245853329837rem;display:block; }
#sZOOTkMX2wdcKTKfrMADnsq6sJHtzcMl { top:8.625rem;left:0rem;width:9.9375rem;height:9.375rem;display:block; }
#BzMZzfECa5gsSqSpSFT8Qtx76VpIT6eJ { top:9.6875rem;left:11.247264862061rem;width:11.25rem;height:5.12460625rem;display:block; }
#KOW505gUW78X9BdUadvOqoGIshn7d3XH { top:8.5625rem;left:11.811714172363rem;width:9.9375rem;height:9.375rem;display:block; }
#i4UeXW0ZISeLPbKd5BvQfJqACwB2Zg4v { width:8.625rem;height:1.9375rem;top:15.5rem;left:12.624992370606rem;display:block; }
#u8AlofHpcCJZcKudog2g09Hd44W41GyE { display:block; }
#p6URpal8fQo2JmPvDZUcZgZNypkdqVix { width:8.625rem;height:1.9375rem;top:15.5625rem;left:0.8125rem;display:block; }
#ItMZzDcEXWr6Wr3m71fBqhBJbGD3qUQy { display:block; }
#erQSXwfdC8k3wk5q7hQOke8I2QiPpFIz { top:8.8125rem;left:0rem;width:14.25rem;height:6.3116875rem;display:block; }
#SprhdiLmFKxhKWJJZcgu9ZV8XpsfbeLT { top:8.6875rem;left:0rem;width:9.9375rem;height:9.375rem;display:block; }
#vavtWZHqQbv7MEDSPZBBhJ9PRwu0eXvs { width:8.625rem;height:1.9375rem;top:15.625rem;left:0rem;display:block; }
#QXfynNLeL4xqQ9fkpv2i5A12csBGUkde { display:block; }
#b9IkkcJV7RSzfhCX2efrZ1KAhMZsoTk2 { top:9.5625rem;left:33.8984375rem;width:13.0625rem;height:5.9370880425577rem;display:block; }
#XriddgdvU1fX9EuUwePOTUAPyo5tSbz8 { top:8.5rem;left:35.648429870606rem;width:9.9375rem;height:9.375rem;display:block; }
#gqc2a0nLeubglKwbXgJqAL42okWmZ94t { top:9.125rem;left:22.524215698243rem;width:12.875rem;height:5.8749770009758rem;display:block; }
#abL3nf45w0z9Nm4FAn4TAaLgQOyEgmgA { top:8.5625rem;left:23.899215698243rem;width:9.9375rem;height:9.375rem;display:block; }
#knhCgzDTaWVLXqvlRu6H5RgtAR5E0dNZ { width:8.625rem;height:1.9375rem;top:15.4375rem;left:36.461715698243rem;display:block; }
#O83edtcDdqt5IPc4rO7xAwFpHZJvcq7K { display:block; }
#zURFhKTm0E0gkXMoav2kazZT0uJ3IGBC { width:8.625rem;height:1.9375rem;top:15.5rem;left:24.712493896484rem;display:block; }
#ETxGzrRm6uQQszIQhPKBMOTNnrsDmi4q { display:block; }
#fFBkwS50xVgLVm3r0HKmJEhGR1L3C4pt { top:7.5rem;left:38rem;width:9.75rem;height:9.75rem;display:block; }
#kpviGbCVSCEJlvLHxrbaIqbKZlRbnSiS { top:8.4375rem;left:37.4375rem;width:9.9375rem;height:9.375rem;display:block; }
#vzBlZmpBBN1tIuM9AXcrtMOQ0pdblmw4 { width:8.625rem;height:1.9375rem;top:15.375rem;left:39.125rem;display:block; }
#XfuIF7wnSM5SnUdK1QKWWSWNbOPw3o98 { display:block; }
#dih8pZJDE3GIxZxfAVIeeGVIT4p5vXh0 { top:2.1875rem;left:0rem;width:34.5rem;height:2.4375rem;display:block; }
#S8GQrwKdApC28DATSDatqn5r2NcaSSRN { top:2.4375rem;left:0rem;width:21.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
#qQqOXP661GaA66qTo21QOfZnSKfbeItO { top:21.9375rem;left:12.3125rem;width:31.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
#qHRUQFKTzVOsJi02t4irZEbhwp87mtrv { top:20.875rem;left:44.4375rem;width:3.3125rem;height:3.3125rem;display:block; }
#GIoVhMui3csVh1sKkXd9BnNkQXdqvdJv { top:3.1875rem;left:0rem;width:16.875rem;height:;font-size:1.4375rem;display:none; }
#gtEzbiC1LSS7zWrkCkrf5wdIabT3nk3B { top:21.9375rem;left:12.3125rem;width:31.9375rem;height:2.8125rem;font-size:1.5625rem;display:none; }
#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { display:block; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke > .row .container { width:47.75rem;position:relative;display:block; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ { display:block; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container { width:47.75rem;position:relative;display:block; }#b1F0q3Dd1RWToVqeKc6zRQUKUTF3Fxh9 { top:9.9375rem;left:22.561460494995rem;width:25rem;height:4.25rem;display:none; }
#GN2kECGL6moHuxNgX9kK6vV1o4Dgfq0f { top:5.875rem;left:0rem;width:7.4375rem;height:7.4375rem;display:block; }
#NfKMUzwcMFKNT0kL6aoLFKTrizxyVyQI { top:2.25rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
#gWpMTebQGQhgRtvR54ApJnNc1oktRSvd { top:10.4375rem;left:0.375rem;width:5.6875rem;height:6.5rem;font-size:5rem;display:block; }
#BwsZXDnmTBrNmNL2bH3FVwhG1mPcArwQ { top:16.3125rem;left:0rem;width:24.25rem;height:3.0625rem;font-size:0.8125rem;display:block; }
#pCX2xT5A18GEGfeQ8B7EmFOU9JGpVCzA { top:8.9375rem;left:33.8125rem;width:5.6875rem;height:6.5rem;font-size:5rem;display:block; }
#BFPuRAAXt0BCGvb1Nr6lDMhzJGB8mM4F { top:17.75rem;left:26.0625rem;width:21.6875rem;height:1.5rem;font-size:0.8125rem;display:block; }
#G4o6Xb7Bia3TbPHKrgt3t2Flr941Clen { top:22.5625rem;left:31.562502503395rem;width:7.3125rem;height:6.5rem;font-size:5rem;display:block; }
#pMv8igVT7PBmp5wzaWKFuEqNzBAnDBDI { top:24.75rem;left:35.0625rem;width:5.9375rem;height:3.5625rem;font-size:1.1875rem;display:block; }
#CoQyTFkozbpNZsd3HWUCC1byiUX5aCkr { top:29.0625rem;left:24.3125rem;width:22.9375rem;height:3.0625rem;font-size:0.8125rem;display:block; }
#TSsLXki81U9n8GotIRq8kiOFdzbTcwRK { top:23.0625rem;left:41rem;width:4.6875rem;height:4.6875rem;display:block; }
#yRJBaQSMqTXtHdSMPvrXUybDTT7PL5qf { top:22.1875rem;left:10.0625rem;width:3.6875rem;height:6.5rem;font-size:5rem;display:block; }
#lNmVt8CKibI64XnHe8mKSdeZUrIFWHkP { top:24.375rem;left:13.375rem;width:5.9375rem;height:3.5625rem;font-size:1.1875rem;display:block; }
#qxT5liMMbhQOU99qWofuzRWnZm7hKoAO { top:24.375rem;left:1.375rem;width:10.0625rem;height:3.5625rem;font-size:1.1875rem;display:block; }
#eEkVUhX4n8hZBpABMe0B1NeHl4EfZCZH { top:12.375rem;left:0rem;width:10.0625rem;height:3.5625rem;font-size:1.1875rem;display:block; }
#UoV1WNHiwJgpaSXahOMcWtknyXJE9yZ1 { top:12.4375rem;left:6.8125rem;width:10.0625rem;height:3.5625rem;font-size:1.1875rem;display:block; }
#IbMzRc5oczEyhGyIMtJ8vdqXvnvy0SES { top:10.9375rem;left:36.875rem;width:7.0625rem;height:3.5625rem;font-size:1.1875rem;display:block; }
#TzrHklJa2DDrevAHG6ETFlChARsBIFa1 { top:20.5rem;left:3.375rem;width:4.6875rem;height:4.6875rem;display:block; }
#b90ZOvWa4eUWKifDQiEkZMLRluAPptpc { top:28.0625rem;left:1.6875rem;width:22.9375rem;height:1.5rem;font-size:0.8125rem;display:block; }
#A1W16B8yEuSoM8wqzAQAW7NFTpTbDu8c { top:34.5625rem;left:23.062502503395rem;width:11.5rem;height:6.5rem;font-size:5rem;display:block; }
#rAUHeoKcJv0DigRgcBWMy2BLIf5CCxs5 { top:36.5625rem;left:31.937502503395rem;width:5.9375rem;height:3.5625rem;font-size:1.1875rem;display:block; }
#E8S6xBPozh3DDcf12N0BT3VXKPwnpcaM { top:8.3125rem;left:39.4375rem;width:8.3125rem;height:5.375rem;display:block; }
#xqNDzK56JpH3Qt4edFP0TJNRIFMfUcLv { top:36.5625rem;left:14.25rem;width:5.9375rem;height:3.5625rem;font-size:1.1875rem;display:block; }
#qDLtGCNkifPhBmD9AfXBIvBJ8WRzBDVN { top:40.3125rem;left:5.8125rem;width:41.9375rem;height:1.5rem;font-size:0.8125rem;display:block; }
#RgIpM1lGqvIQfndqHgn4QpwwqAIOOqsL { top:13.75rem;left:31.9375rem;width:15.8125rem;height:3.5625rem;font-size:1.1875rem;display:block; }
#bdpCMtGCHW78NssqG3s1ZzBTi8TzDyD1 { top:41.875rem;left:5.8125rem;width:41.9375rem;height:1.5rem;font-size:0.8125rem;display:block; }
#b8b35T35FwHmfNGt7i1zlqqwIrTwQCXR { top:17.9375rem;left:0rem;width:24.3125rem;height:3.0625rem;font-size:0.8125rem;display:block; }
#M7dnDc359u3hw35ZMhX1u5FJtA4ILSrU { top:29.625rem;left:10.9375rem;width:22.9375rem;height:1.5rem;font-size:0.8125rem;display:block; }
#P3fi8H5vGm06MTXlT2elcwtmVg9PqCFi { top:35.3125rem;left:6.25rem;width:7.4375rem;height:4.625rem;display:block; }
#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { display:block; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { width:47.75rem;position:relative;display:block; }#t9CTaU4Wi3s9vEcocSVSubrpe5gwbCOQ { top:4.75rem;left:0rem;width:20.875rem;height:2.25rem;font-size:1.75rem;display:block; }
#MMhJek5eKuDaZfmfGDi614M31CLUahML { top:7.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
#FZlJ4TcRf94T5goACqmcgExmabZAbX7b { top:7.25rem;left:0rem;width:27.25rem;height:8.625rem;font-size:1.375rem;display:block; }
#bGHaabNwGgTQcBOzKUXbT19TBIfiruaI { top:10.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
#W9J1p7O8QOyKRqPdIEPTVd77ueUF9bcD { top:13.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
#XkabWIIT1LcieRqlTHuTFIkJZHW5aT14 { top:8.1875rem;left:28.25rem;width:19.5rem;height:2.9375rem;font-size:1.25rem;display:block; }
#IFnBAfkZ2oSxTib24Jw9nyouEEb6QXTV { width:13.75rem;height:3.25rem;top:12.25rem;left:34rem;display:block; }
#nyTSk3vH5xdFofccPmi6J3dwdlJWI6tV { display:block; }
#JKuDettBo5xJxzwThkPwpa1EHNo1F3WV { top:3.5rem;left:14.5rem;width:28rem;height:15.9375rem;display:block; }
#CVHoO9nzZiutPeKgVGGt0tO8spxiMWJg { top:0rem;left:20.202085494995rem;width:14.5625rem;height:19.25rem;display:none; }
#JtW1mDaIBZ8qE8sMUDeApFIwqNc5gv2n { top:2.3125rem;left:0rem;width:47.75rem;height:16.9375rem;display:block; }
#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe { display:block; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { width:47.75rem;position:relative;display:block; }#gfnNrT82wnM1rsUkswuU8N8hDcXRvMiu { top:2.5rem;left:0rem;width:2.8125rem;height:2.25rem;font-size:1.5rem;display:block; }
#XkTlsKLlnHIR1UNoNVx9FQLnQi6BNhLI { top:2.625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#u8RRzsKF35esxyl6s8BNq8L62Oy03WcR { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
#kJz1H7CcRRErsK07brScdw6rLfaE20JH { top:2.9375rem;left:0rem;width:10.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
#GX2yuMl5C0ex5d9iS2ual6gkEWrBfX92 { top:1.6875rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { display:block; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { width:47.75rem;position:relative;display:block; }#aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { top:0.875rem;left:0rem;width:28.25rem;height:1.75rem;font-size:1.125rem;display:block; }
#bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { top:3.1875rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.125rem;display:block; }
#bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { top:12.25rem;left:0rem;width:43.75rem;height:1.75rem;font-size:1.125rem;display:block; }
#yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { top:14.25rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
#zivbItXiMQPJ37dloAEkEScWSkeTolBI { top:7.1875rem;left:0rem;width:23.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
#uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { top:21.6875rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
#kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { top:21.75rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
#gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { top:17.4375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
#qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { top:19.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
#S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { top:9.1875rem;left:0rem;width:35.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
#a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { top:41.5625rem;left:0rem;width:19.9375rem;height:4.5rem;font-size:0.875rem;display:none; }
#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh { display:block; }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row .container { width:47.75rem;position:relative;display:block; }#PXr6OwQ53iz8n2obMPBwHaKJIMfRLxzn { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
#UzTTn7hVyVPJ9dLmLH6SZoTOwESGIuoP { top:1.5rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
#oI06LT2IrAtRg1n3QHxvbqvbX3Buvc26 { top:2.1875rem;left:0rem;width:2.8125rem;height:2.25rem;font-size:1.5rem;display:block; }
#onq2PkyeI2LBUDVF3KMrIyveiqbW27yJ { top:2.625rem;left:0rem;width:15.8125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
#QfmF60cfxvR1d0OHOf3Z1u2IXEO3y0Vs { top:2.3125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#moXsstKz6LkUvi0KvW2UF3EOzeoTPm7W { top:2.625rem;left:45.75rem;width:2rem;height:2rem;display:none; }
#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs { display:block; }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row .container { width:47.75rem;position:relative;display:block; }#aoT2ygsKwU9SJKoPT9lwRI3NxcGxFL2U { top:1.3125rem;left:0rem;width:28.25rem;height:1.75rem;font-size:1.125rem;display:block; }
#OctmLuUWhZs55yaEGzCCmPemUDVRTGCb { top:3.4375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
#oMTlRXLHZpW5nv7MZp9Idf8DGkTunmN7 { top:7.625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
#TZoqNTuTcn8irMtIvUpxKcTCZ7UmdzJq { top:10.0625rem;left:0rem;width:46.3125rem;height:1.75rem;font-size:1.125rem;display:block; }
#rzaNqhTAwHAOTtOMK32owxCCqBx3TWU0 { top:11.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
#T30BoKseGFVO2i3gyr1lIZrvk4TbTwtJ { top:6.6875rem;left:0rem;width:19.9375rem;height:1.1875rem;font-size:0.875rem;display:none; }
#Tyc7emc2FPH1TPPF0TiEX8kAUUZkfEtD { top:5.75rem;left:0rem;width:23.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
#uOhwTwnTxiCt0sOE6BPWT4g2mXZ6t3kh { top:21.6875rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
#A131muCiV7JRAyVoz4kACpvU6baMz3kn { top:21.75rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
#VZeb40uBc5NZfZkEJEKM0WuSnfQ46gCt { top:14.5rem;left:0rem;width:32.375rem;height:1.75rem;font-size:1.125rem;display:block; }
#UU5ATpFbNo93FpQgrNcWqvOwBJ4i67m3 { top:11.1875rem;left:0rem;width:19.9375rem;height:2.375rem;font-size:0.875rem;display:none; }
#kyaeazdELWdopwfddxaOtM8X9fP5dLfh { top:19rem;left:0rem;width:32.375rem;height:1.75rem;font-size:1.125rem;display:block; }
#PlnBcgOWicQOSte36n8umq8Js0qcUlRu { top:20.8125rem;left:0rem;width:30.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#QqMxQhrhhQxktNtyiamOuu85WGdBwDsU { top:16.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
#TrnTfE1EDQy7lNTRDXVS8oqdP7miWkrF { top:17.4375rem;left:0rem;width:19.9375rem;height:3.625rem;font-size:0.875rem;display:none; }
#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { display:block; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { width:47.75rem;position:relative;display:block; }#V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { top:2.5rem;left:0rem;width:12.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
#X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { top:5.625rem;left:0rem;width:28.5rem;height:3.625rem;font-size:0.75rem;display:block; }
#pDrdtnBDa334atxH44LJT6La8AQHkmM8 { top:4.375rem;left:25.5625rem;width:22.1875rem;height:1.125rem;font-size:0.8125rem;display:block; }
#Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { top:7rem;left:0rem;width:14rem;height:0.0625rem;display:none; }
#DMq45Q7iuykeICWUrOPJ9Z2dCaAJhxSV { top:1.8125rem;left:9.125rem;width:14.75rem;height:3.0625rem;display:block; }
#UrAbUJyg0GO57qtOdgoLKDPvVuP36iJK { top:0.6875rem;left:0rem;width:34.9375rem;height:10rem;display:block; }
#tgdXNxSn1BRTuWZ10JwJ8fCf0I8NNoJQ { top:2.25rem;left:9.936460494995rem;width:2rem;height:2rem;display:block; }
#UyV1z4S5Rr4uC7MZADOrXMfRDysu1Ho1 { top:2.5625rem;left:10.152082443238rem;width:2.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
#ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { top:3.5rem;left:12.8125rem;width:34.9375rem;height:4.125rem;display:block; }
#uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { top:4.75rem;left:23.875rem;width:8.3125rem;height:1.625rem;font-size:1.0625rem;display:block; }
#v3vQuQIcdpJ0HlzWchyrRIMDgzJp8TLp { top:5.8125rem;left:26.5rem;width:21.25rem;height:1.125rem;font-size:0.8125rem;display:block; }
#mb1369496c785fb867b988c2d10e5144.widget-smartsection { display:block; } #mb1369496c785fb867b988c2d10e5144.widget-smartsection *:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="text"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="email"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="tel"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection textarea:focus-visible { outline: none; } #AnEmuZFKrPPmyrqqkuytlTQD5cUfBWBx > .row .container { width:47.75rem;position:relative;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; }
#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk { display:block; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row .container { width:47.75rem;position:relative;display:block; }#MatR4VwrDPwO9x9tDp5GM6tXcRquJ5d2 { display:block; }#MatR4VwrDPwO9x9tDp5GM6tXcRquJ5d2 > .row .container { width:47.75rem;position:relative;display:block; }#r5pANCZI4GUq7MUtmXEaZZ7ou60DEC7x { top:0rem;left:28.8125rem;width:18.9375rem;height:7.3125rem;display:block; }
#Q80EPKTFzAHUhMSTXsmnkOeJvJ0rvget { top:0.9375rem;left:32rem;width:15.75rem;height:1.625rem;font-size:1.25rem;display:block; }
#Rhlo0DTZImDoSO3zIglCuXeqtO6QpyP1 { top:0rem;left:28.8125rem;width:18.9375rem;height:7.3125rem;display:none; }
#b4pc9ZXGZn0Dev6exGqHIyUUnyNfTSne { top:9.3125rem;left:0rem;width:5.5625rem;height:1.625rem;display:none; }
body { position:relative;background-color:#f6f6ff;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.31210625rem;position:relative;display:block; }#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.7080900579996rem;top:0.625rem;left:7.25rem;display:none; }
#u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { top:0rem;left:6.0000002980232rem;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; }
#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { background-color: transparent; background-image: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .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); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { border-width: 0; border-radius: 0; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .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; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { width:20rem;height:31.3125rem;background-color:#f3f6fa;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; }#G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { width:20rem;height:0;top:36.875rem;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; }
#aFG9JTDuQkyPz8WCOPG5N4Ofuc1RinoM { width:13.2491875rem;height:4.725rem;top:15.614061832428rem;left:1.4367186427116rem;font-size:2.625rem;line-height:.9;text-align:left;text-align-last:left;color:#323a80;display:block; }
#razQQfnQxy3Ki7k1FmLKAOfoo66TveTF { width:7.8125rem;height:3.8125rem;top:25.874607563019rem;left:1.3921874165535rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(0,0,0,0.08) ;display:block; }
#vV2sT6zaLDGm2gGhAixbeidwv3OnoItf { width:3.99895625rem;height:0;top:16.25rem;left:15.3125rem;font-size:1.125rem;line-height:1.0;font-weight:400;font-style:normal;display:none; }
#PO41VA3K8ldqH9dxuKgVkSNwyGsoqMDI { width:8.875rem;height:3.8125rem;top:25.873436450958rem;left:9.2472646832469rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(0,0,0,0.08) ;display:block; }
#ATuhgJbPOkv0kABrATOlZQkLFUlfc4Bv { width:2.43489375rem;height:4.0628875rem;top:25.762108325958rem;left:2.0613279938698rem;font-size:3.125rem;display:block; }
#T6ahHuwCOTc29vq7cQoVvJMds71DvGqM { width:3.18645625rem;height:3.65625rem;top:25.936716556549rem;left:9.6855466961863rem;font-size:2.8125rem;display:block; }
#dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { width:3.125rem;height:0;top:35.512501716614rem;left:11.816667377949rem;font-size:1rem;z-index:15290;display:none; }
#peaEQPu2Sk2g9geInI8pMn9CrEV3SogK { width:3.375rem;height:2.29921875rem;top:26.616404056549rem;left:4.0816405415535rem;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:.8;display:block; }
#pw5mJ2HJqft2biitn1RbZ7nTz58Co2cu { width:1.6875rem;height:2.0296875rem;top:4.6406245231628rem;left:2.4562497735024rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
#SM1FvJqrxAp7eNQeQnKyT5E7AR10KOf9 { width:3.1875rem;height:3.1875rem;top:1.0625rem;left:1.4367186427116rem;display:block; }
#feblNwVu2VyQXEm5gVmct5nAhNi1XQia { width:4.5rem;height:11.6875rem;top:0rem;left:0.7183592915535rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(240,130,34,0.06) ;display:block; }
#LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { width:2.625rem;height:1.58105625rem;top:27.267965793609rem;left:14.873436748981rem;font-size:1.4375rem;font-weight:700;font-style:normal;z-index:15291;display:block; }
#fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { width:3.625rem;height:0;top:87.286460876462rem;left:11.145833969116rem;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15292;display:none; }
#WEtPJiR89xT6zPArhm6n6QwOpEdUKPdu { width:20rem;height:27.4375rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -moz-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -ms-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -o-linear-gradient(90deg, #6186e6, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6186e6', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6186e6', endColorstr='#f6f6ff' );";background-image: linear-gradient(90deg, #6186e6, #f6f6ff);background-size:auto !important;display:none; }
#ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { width:6.3125rem;height:2.25rem;top:55.592449188233rem;left:4.90625rem;box-shadow: 0.4375rem 0.4375rem 0.25rem rgba(130,165,165,0.22) ;display:none; }
#uhkyp1lvcJ3GU6tCufaH7Fu7KSwTI43a { width:16.4375rem;height:0;top:26.85791015625rem;left:1.87060546875rem;font-size:0.0625rem;line-height:1.1;font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:#754a92;display:none; }
#fxT4oz9f4E6fl6omZgWJ3sIGyfTQa5sg { width:16.75rem;height:1.4375rem;top:24.392185688019rem;left:1.3734373450279rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.08) ;display:block; }
#pc1OG5dyOhQWuJvEWdGhrhnqnil14Afb { width:18.5625rem;height:1.725rem;top:21.014842748642rem;left:1.3742186427116rem;font-size:1.4375rem;line-height:1.2;text-align:left;text-align-last:left;color:#323a80;display:block; }
#gAc8Sx9bNkR3hHBGPL9qO0mauGa0rOOA { width:12.5rem;height:12.5rem;top:1.4999997615814rem;left:6.9996088147163rem;z-index:15321;display:block; }
#X2Iqd6RfRV4veG8qTsDbJGxJGT60JdpS { width:4.5625rem;height:3.0625rem;top:7.0464835166931rem;left:0.6246092915535rem;display:block; }
#ACVQoqGqlEq2IoubLUqKEHcOF5FMw3cP { width:18.875rem;height:26.625rem;top:4.6874995231628rem;left:-0.123046875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(235,164,255,0.6), rgba(243,246,250,0.72));background-image: -moz-linear-gradient(90deg, rgba(235,164,255,0.6), rgba(243,246,250,0.72));background-image: -ms-linear-gradient(90deg, rgba(235,164,255,0.6), rgba(243,246,250,0.72));background-image: -o-linear-gradient(90deg, rgba(235,164,255,0.6), rgba(243,246,250,0.72));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eba4ff99', endColorstr='#f3f6fab7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eba4ff99', endColorstr='#f3f6fab7' );";background-image: linear-gradient(90deg, rgba(235,164,255,0.6), rgba(243,246,250,0.72));background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:23.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14997;display:block; }
#tsZy0wMOTxEE0iufifgkbui6IQTe4hE9 { width:16.5625rem;height:1.275rem;top:24.556638717651rem;left:1.4976561665535rem;font-size:1.0625rem;line-height:1.2;text-align:center;text-align-last:center;color:#323a80;z-index:15075;font-weight:700;font-style:normal;font-family:mukta;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; }
#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { display:block; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { background-color: transparent; background-image: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container > .video-iframe-container { display: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row > .video-iframe-container { display: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .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); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .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; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { width:20rem;height:66.9375rem;background-color:#f3f6fa;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; }#g7PuU3VT4FJKmUBJiEsbIR9vk5U4bv5n { width:20rem;height:0;top:26.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; }
#ZmNqBfcazXVJVMpZGGzw3btOts9cKplQ { width:3.75rem;height:3.75rem;top:9.95263671875rem;left:-25.663818359375rem;z-index:15155;display:none; }
#pes6TwCmWspJCeOyIOe1dDLvGrKTXZhX { width:3.75rem;height:3.75rem;top:20.0625rem;left:-28.625rem;z-index:15156;display:none; }
#QWioJ67e24fcywwaKBVmgSLNi7Iyv7r5 { width:19.9375rem;height:0;top:0.90625rem;left:0.125rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
#Er8L3d1LrDxs12EWvA3z50O8iBD4laJt { width:3.31145625rem;height:0;top:16.994791984558rem;left:11.285417377949rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15103;font-weight:700;font-style:normal;color:#2e4392;display:none; }
#AWBvqu4cOaUs9oTmdO7U3yFF49LktRtU { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
#Z6Z9gWLhRpSSZtJgGUTTdv97eySIiUT1 { width:4.375rem;height:4.375rem;top:80.125rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
#sE5m0Xu4M1PI0yhhhzcZ0vRrlokNRZyh { width:4.375rem;height:4.375rem;top:80.6875rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
#XzDFc1QM636VdvymBm8slUxDrd1A3VZm { width:11.0625rem;height:0;top:22.254170179367rem;left:3.6000002026558rem;font-size:1.25rem;z-index:15291;color:#ffffff;display:none; }
#DlhCTV9DDfABGd0R1cdPfROgTcFn3Kec { width:4.375rem;height:4.375rem;top:80rem;left:7.5625rem;z-index:15059;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
#Z1SXNhXPQFTysQfSsEXTg6w3oKmQG46J { width:4.25rem;height:3.4375rem;top:15.014843940735rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:block; }
#q0AEOMWinr6TDfJCMnfVh4H5CH4og4zy { width:4.125rem;height:5.6875rem;top:122.33125305176rem;left:7.2270835042rem;display:none; }
#lz3Et9uTETgiw761FAf7tD3qX1hyqrny { width:17.875rem;height:13rem;top:41.503126144409rem;left:0.96875005960463rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#g9kGugzIy5PGiuTyeTTfOHeSoe9E5G4N { width:2.1875rem;height:2.1875rem;top:15.621874809265rem;left:0.81093746423719rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;background-color:#323a80;background-image:none;display:block; }
#MAgHS231qdkEHhkvVLAFPoOpOQGzQ9N4 { width:1rem;height:1.7859375rem;top:15.747265815735rem;left:1.5609374642372rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15294;color:#ffffff;display:block; }
#hoH5WQAP3M035xD5AZQeDuovB0vR4xhp { width:11.6875rem;height:3.1875rem;top:63.5rem;left:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
#PsGiM6kfNDNgNiyCLNKuiA2QLOLD02u1 { width:1.9375rem;height:0;top:47.140626907349rem;left:15.816667377949rem;font-size:3rem;text-align:left;text-align-last:left;display:none; }
#TxzfWhyeuhDMnSWZC1ETGlsIBXMqfw51 { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
#RQRrpabIRq0PHI3AeHLS2cB0siPktfS2 { width:17.75rem;height:0;top:41.176170349121rem;left:1.7496092915535rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
#eB6fntC40SnPa7w9yabdFz2KC8GcwSRN { width:10.0625rem;height:3.1875rem;top:45.1875rem;left:1.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
#CcQ9rdVeNbWqIGSJtX182L4Vf43ESDbm { width:2rem;height:0;top:44.5rem;left:2.6875rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:none; }
#SMPVcrsourrvFoHA3lkWOMc8SBkmmkHf { width:7.3125rem;height:0;top:51.277346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
#Dsa3b6PJAA1CcMhFBMD79RWtxtiwwcik { width:18.375rem;height:17.625rem;top:10.7273427248rem;left:0.96679681539537rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14991;display:block; }
#t0UbzeNLD0MQSLyUk75KfVv58Xzf28n6 { width:2.4375rem;height:0;top:50.9375rem;left:16rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15316;color:#464019;display:none; }
#SkUDgmebGfCHeif6WviJnpBhQFKLF9XU { width:4.5rem;height:0;top:40.6875rem;left:8.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15103;display:none; }
#DzQ32CprqnOyWgy6uNafHu9HaK20vtmO { width:14.875rem;height:0;top:42.148439884186rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15104;display:none; }
#Zk32qHE8O4rR2xrJ9i9ba02Ur7BKIXJf { width:14.8125rem;height:0;top:42.9375rem;left:5.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15141;display:none; }
#wX7hElaf8wg61tKA1P6SV15Z18e9Hr3n { width:9.0625rem;height:0;top:39rem;left:5.5rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
#lWhsT2Niy0m52wQCePdFUqtnUMzOZNss { width:18.0615rem;height:4.4370125rem;top:30.375rem;left:0.966796875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14992;display:none; }
#IdFvcKSTKUScfLqOnbcl1WE70DWWkAPi { width:18.0625rem;height:3.625rem;top:31.05908203125rem;left:0.96826171875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14993;display:none; }
#nX24IhJMBAmlzWRkkKkIXtAz7GQOapJV { width:14rem;height:0;top:61rem;left:3.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15118;display:none; }
#wADq6Sbe6xAnzfbsZ1oOaQ6afDfv3lTk { width:9.0625rem;height:0;top:38rem;left:5.5rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
#H9CJuEEo1n14mbX2AweUU6c6Trngkbwk { width:20rem;height:49.75rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -moz-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -ms-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -o-linear-gradient(90deg, #6186e6, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6186e6', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6186e6', endColorstr='#f6f6ff' );";background-image: linear-gradient(90deg, #6186e6, #f6f6ff);background-size:auto !important;display:none; }
#nFOITqQbOTF3oFulLDlVQ1sbUoAKzM0o { width:8rem;height:1.5rem;top:11.873046875rem;left:3.5964840054512rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#323a80;font-weight:700;font-style:normal;font-family:"mukta extrabold";display:block; }
#EDUrBeITPtI3nzVuxdPxPuMuWC5oOfXT { width:7.25rem;height:1.5rem;top:16.199608802796rem;left:10.531248867512rem;display:block; }
#GqLqaDszKS3omQlgLbeVOXgULtCei48B { width:20rem;height:1.4378875rem;top:0.81093746423719rem;left:0.05976539850235rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#323a80;line-height:1;z-index:15102;font-family:"mukta extrabold";font-weight:400;font-style:normal;display:block; }
#g1BDHXNi3oEFybrUrAi5EqnO3FK4JQ0S { width:4.25rem;height:3.6875rem;top:41.124217152596rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15006;display:block; }
#RBOuOCxVQOrsLkAGpxQgBgW5vXhs4yn2 { width:18.5625rem;height:7.1875rem;top:39.436717152596rem;left:0.93749994039537rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14995;display:block; }
#CQhwJT5xgmhxWxmlOWG00i6OVq15FDh1 { width:15.125rem;height:0;top:29.56640625rem;left:5.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;display:none; }
#ZrekvFSBQbLJlwaNHUxXnp8KDV8aCFSJ { width:2.125rem;height:2.125rem;top:11.45468711853rem;left:11.878124058247rem;background-color:#fff05f;background-image:none;border-top:0.1875rem solid #ffde00;border-left:0.1875rem solid #ffde00;border-right:0.1875rem solid #ffde00;border-bottom:0.1875rem solid #ffde00;display:block; }
#D01Bc72hhanK21JBlfgalmL9eZpPiSsJ { width:10.5rem;height:2.4375rem;top:31.8125rem;left:4.75rem;font-size:1rem;z-index:15171;display:none; }
#uN7C1bz6LIRAg0HPqy70a4HQF9ervDoL { display:block; }
#kSAXh2dxDCvhSgxvfQ2ZC3m4N5yiK7Ms { width:15.1245rem;height:0;top:30.9453125rem;left:4.8125rem;font-size:1rem;text-align:left;text-align-last:left;color:#172279;font-weight:400;font-style:normal;display:none; }
#ZX05C61uBAhqhTJDlOrsDg5V7bAfkTu4 { width:20rem;height:5.6875rem;top:67.3115265625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:none; }
#xN4RU2RTwEOQH1klpTUX2m1ONgRJ04L6 { width:2.1870125rem;height:2.1870125rem;top:41.874217152596rem;left:0.96679681539537rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;background-color:#323a80;background-image:none;display:block; }
#kBXXuxB0y4ULFQuwNrTDG9w0fcvKaSLB { width:1.749025rem;height:1.7859375rem;top:42.008982777596rem;left:1.6546874642372rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15294;color:#ffffff;font-weight:400;font-style:normal;display:block; }
#NmUDIhOUJtinMPwv2RFFv6fLtknwDwDo { width:19.75rem;height:2.098825rem;top:3.1683578491211rem;left:0.15703123807907rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#172279;font-weight:700;font-style:normal;display:block; }
#JanMBnOrwdT7T3WKg9yR6Qt1C69TtSW0 { width:20rem;height:auto;top:38.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
#sscLl2ZHZ5D1yO5OGdInTkeQ3fx5k9vf { width:16.8125rem;height:1.3816375rem;top:29.551952362061rem;left:1.4988277554512rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#323a80;display:block; }
#nuA9aroOT33sVyWxcMfHu1hvIbRwgMz9 { display:flex;width:2.4375rem;height:2.4375rem;top:67.70947265625rem;left:7.31396484375rem;display:none; }
#po57vdFS8AOw2M0qbNTN0ZLZA9tBaU13 { width:20rem;height:2.4375rem;top:1.625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -moz-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -ms-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -o-linear-gradient(90deg, #6186e6, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6186e6', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6186e6', endColorstr='#f6f6ff' );";background-image: linear-gradient(90deg, #6186e6, #f6f6ff);background-size:auto !important;display:none; }
#FH9X94LPuVaQTGWQ0wGt0ikti3DKJy0T { width:20rem;height:3.4375rem;top:57.9365265625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:none; }
#R895VtefTrWNRZmwCDhBRvBkNHTXRsmZ { width:8.75rem;height:2.97421875rem;top:14.761717796326rem;left:6.0933588147163rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#323a80;font-weight:700;font-style:normal;line-height:1.4;display:block; }
#QbD5I16H4tZ4JHL5tb2FKBCaiAuVuMIA { width:20rem;height:3.4375rem;top:62.6240265625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:none; }
#NDiSx8UZiSRUGWnC5XdKQxeZKD4iTeMW { width:9.4375rem;height:2.55rem;top:18.444920539856rem;left:6.2468746304512rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#323a80;font-weight:700;font-style:normal;display:block; }
#pwaTenKzU8ehJkkv4Pw4Ly24iFrk5B6P { width:20rem;height:3.4375rem;top:57.9365265625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:none; }
#mnZHvFvBtDvy2VWg3z6N5iQW7GXGSvUm { width:20rem;height:3.4375rem;top:62.6240265625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:none; }
#I05Cgk8O2d3VeM58GoPVIk3U8azz0kSP { display:flex;width:2.375rem;height:2.375rem;top:58.435546875rem;left:-3.063475rem;display:none; }
#dD9ieDhXTRbOQqI3wD9RToZoM7GSbZFw { display:flex;width:1.75rem;height:1.75rem;top:14.263670921326rem;left:3.9359372258186rem; }
#ZSrJmtKmvdfhJWPpBI7BFkuRBO86dKis { width:7.8125rem;height:1.5625rem;top:21.084374547005rem;left:6.4195306897163rem;background-color:#ceebff;background-image:none;display:block; }
#tWRnr2PHsPmLwpeaL2h0x7efQSNE1QRi { width:20rem;height:auto;top:42.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
#EJduFsJyPofVGv9TLNkPDwDINyuQwSkF { width:20rem;height:49.6875rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -moz-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -ms-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -o-linear-gradient(90deg, #6186e6, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6186e6', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6186e6', endColorstr='#f6f6ff' );";background-image: linear-gradient(90deg, #6186e6, #f6f6ff);background-size:auto !important;display:none; }
#ermyeotTsirBFl8RXyKVVIybbNMH6KAy { width:10.8125rem;height:1.6253875rem;top:40.467967152596rem;left:5.2464841008186rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15105;font-weight:700;font-style:normal;display:block; }
#gVgAiKncGCQheoGE2acyO3ssogLwrXgO { width:13.9365rem;height:0;top:56.375rem;left:7.14111328125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15106;display:none; }
#fau5nEczpi3QpSVU2819cRRs98JQ5qHo { width:10.875rem;height:2.76328125rem;top:42.685153126717rem;left:5.3742182850838rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15106;font-weight:700;font-style:normal;display:block; }
#p08wcOQ9s2ns9nG5lVICTbvF1DrpSVvn { width:15.5rem;height:7.790625rem;top:49.808212280274rem;left:4.1859372258186rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15105;display:block; }
#UCTr58vMceSXEMcatNTlxdckBTdIXroQ { display:flex;width:1.99921875rem;height:1.99921875rem;top:49.873825073243rem;left:0.59062498807907rem;z-index:15347; }
#y7AOMTnTdIpmq8sfyabANEcIU3cmFZWK { width:14.874625rem;height:3.8953125rem;top:59.571090698243rem;left:4.0277341008186rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15106;display:block; }
#Gtb9hliURvrclBfalaB0JGm0oENdTrCP { display:flex;width:1.99921875rem;height:1.99921875rem;top:59.832427978516rem;left:0.90468746423719rem;z-index:15348; }
#OW1Np18sLZJ88NE2U6Ladb4baKMJWv7K { width:4.81171875rem;height:8.874625rem;top:4.5714840888977rem;left:7.5925777554513rem;z-index:14989;display:block; }
#UHqelndwJPzO4KaZAZEwrOr8hbXmp1TP { width:2.18671875rem;height:1.5rem;top:11.871874809265rem;left:12.219139873981rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#323a80;font-weight:700;font-style:normal;font-family:"mukta extrabold";display:block; }
#LF9FCOtauOTbXHm9JoFbtmwrrXhC3XN6 { width:5.625rem;height:1.275rem;top:16.343749046326rem;left:11.352733433247rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#323a80;font-weight:700;font-style:normal;display:block; }
#KCqu4QqTFpedGsNpLCQ7qvpTAkWKgbT6 { width:6.624625rem;height:1.275rem;top:21.214451909065rem;left:7.1867182850838rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#323a80;font-weight:700;font-style:normal;display:block; }
#gOVP2W33MLuEm6p43qASRcV7KhhJ0Xwe { width:18.1875rem;height:3.4375rem;top:22.8125rem;left:0.875rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:none; }
#ITT3swuRmAyUn7L3DuitcTRMSKaSu9Tk { width:13.1875rem;height:3.4375rem;top:18.1875rem;left:3.375rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:none; }
#KAlHhX1VT9JdZhMNL7zXmEG8BNkkam7L { width:10.5rem;height:2.4375rem;top:35rem;left:4.75rem;font-size:1rem;z-index:15171;display:none; }
#d2FvVXmhfhMrZWosE9UAlQvQ0AL6Pn6o { display:block; }
#vN4NyyBCHzBow1cXtC5RG1Ub3mzmeJ3W { width:18.375rem;height:2.76328125rem;top:24.187893867493rem;left:0.99921852350237rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#323a80;z-index:15106;display:block; }
#yZ7vouvMUARcGXkCSCuCw9TltynLBAUU { display:flex;width:1.1875rem;height:1.1875rem;top:43.989058494568rem;left:5.5242183804512rem;z-index:15350;display:none; }
#OO5nCT6mnSlVwLF5lX1t8SGxON5AB5yQ { display:flex;width:1.75rem;height:1.75rem;top:18.175780296326rem;left:4.1492183804512rem;z-index:15349; }
#iTZL7f1T3OsSEyHK5ZMRy2trfzSqcLai { width:11.5625rem;height:3.125rem;top:31.811716556549rem;left:3.8734372258186rem;z-index:15315;overflow:hidden;display:block; }
#i19LqbWPU0uvJDcgaTGNu1Tnu9FAMCBl { width:11.6875rem;height:3.25rem;top:35.060936450958rem;left:3.8730466961861rem;z-index:15316;overflow:hidden;display:block; }
#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa { display:block; }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa { background-color: transparent; background-image: none; }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row .container > .video-iframe-container { display: none; }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row > .video-iframe-container { display: none; }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .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); }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .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; }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row .container { width:20rem;height:36.1875rem;background-color:#f3f6fa;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; }#DVVM3CZGKEKehcbp9pceXgkZN9zIGti8 { width:20rem;height:0;top:28.3125rem;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; }
#rTgroepvZRrHhnqsgC3uf1m51vtRTego { width:3.31145625rem;height:0;top:16.994791984558rem;left:11.285417377949rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15103;font-weight:700;font-style:normal;color:#2e4392;display:none; }
#yOPJFIbXNypnE8p5DUgq3cTKwEUInmQx { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
#O2JKQqtKtT9lRFvGqRffKmsHiUgCphFJ { width:4.375rem;height:4.375rem;top:83.875rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
#ide0P8B35IMtyBFCXA4cCU0DgBNCEnrd { width:4.375rem;height:4.375rem;top:84.4375rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
#i4eu8yov6QT5TFf2yQLTSNwLMd3mLDT6 { width:11.0625rem;height:0;top:22.254170179367rem;left:3.6000002026558rem;font-size:1.25rem;z-index:15291;color:#ffffff;display:none; }
#mnnvG94N1Ivx6v6Cp4kaqRbtpkVsRF37 { width:4.375rem;height:4.375rem;top:83.75rem;left:7.5625rem;z-index:15059;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
#HGodunZvhytCnDRsrD7C4LkJ5asogT4X { width:11.6875rem;height:3.1875rem;top:67.187504768369rem;left:1.1250000596046rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
#GhRTth8Hi3Tmpdieef7tUdKeNdL7Td1e { width:1.9375rem;height:0;top:66.754170417788rem;left:2.0625002980233rem;font-size:3rem;text-align:left;text-align-last:left;display:none; }
#OnPt2NOH6sSMN81atPTBLRgMw2cNi3ys { width:7.0625rem;height:0;top:67.812504768369rem;left:5.7500007748604rem;font-size:1.375rem;display:none; }
#p8RRlDpQGUakk685mXo4QIeVualXordw { width:20rem;height:3.875rem;top:-0.0625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -moz-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -ms-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -o-linear-gradient(0deg, #ffffff, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6ff' );";background-image: linear-gradient(0deg, #ffffff, #f6f6ff);background-size:auto !important;box-shadow: 0.5625rem 0.5625rem 1.1875rem rgba(0,0,0,0.08) ;display:none; }
#KGloCg4fGQoRBDVZq9xGNHaUS3X58lxD { width:10.0625rem;height:3.1875rem;top:48.875000953674rem;left:1.9375000596046rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
#PTxRExl5vhqzbI1JRhl2DFanT5MnQLGt { width:2rem;height:0;top:48.187502861023rem;left:2.6875002980233rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:none; }
#dSpb59xPxtfrHZwUxarcvS9zMy9xT8oK { width:7.3125rem;height:0;top:49.562500953674rem;left:4.9375002980232rem;font-size:1.375rem;display:none; }
#FzD6dsP37WNwTa67muR9SGu97vcRTDGS { width:18.0625rem;height:4.1875rem;top:9.5770845413206rem;left:0.96875005960463rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14991;display:none; }
#TpyFCisgkyzEbtytTAenw3nX9Q70G3zw { width:2.4375rem;height:0;top:29.875rem;left:10.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15316;color:#464019;display:none; }
#Q0ul0y6HSk6Ahm3OzzR98BQUk2a77gdC { width:4.5rem;height:0;top:30.125rem;left:11.75rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15103;display:none; }
#zouZuaJqu2ASpBs1Qe0dW5qaLxaS7eON { width:14.875rem;height:0;top:31.550000190735rem;left:3.2229169011116rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15104;display:none; }
#kL54btRNitQs6UTpokUSwZ0LbDd8Oz7i { width:14.8125rem;height:0;top:40.466668367386rem;left:3.2229169011116rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15141;display:none; }
#WPmLJKBWbg1siIAMVBTEFILPETOcv7DG { width:9.0625rem;height:0;top:44.168751955032rem;left:7.6916673779488rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
#goKRrgP4q6GGxhtxlWPBt1pzcSmkufrB { width:18.0625rem;height:5.8125rem;top:14.375001907349rem;left:0.96875005960463rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14992;display:none; }
#R6NC9C9RZd4rdz7PzJTZ3IMkPs3m7v4c { width:18.0625rem;height:12rem;top:54.275001049042rem;left:1.9375000596046rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14993;display:none; }
#Ur9SIJfG5VNUbTsCX7Q6fMogsZ9O3mJi { width:14rem;height:0;top:64.683336257937rem;left:3.4291670918464rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15118;display:none; }
#sICxNniyIhNv4ebMHrExMzlneZOrpTcy { width:9.0625rem;height:0;top:58.998962402344rem;left:7.0937502384187rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
#Vo8zkPnplBNmNDZASpAXq2OSUdpJg9t4 { width:20rem;height:27.3125rem;top:-0.0625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -moz-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -ms-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -o-linear-gradient(90deg, #6186e6, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6186e6', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6186e6', endColorstr='#f6f6ff' );";background-image: linear-gradient(90deg, #6186e6, #f6f6ff);background-size:auto !important;display:none; }
#d2yusND9TpmSFg8mqVNlOXf7PeUudUoM { width:18.0625rem;height:4.3125rem;top:20.662502288818rem;left:0.96875005960463rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14993;display:none; }
#iGDI3z8tKDDMvfaEuhFFuo7a7QUic07T { width:20rem;height:4.8125rem;top:145.93749237061rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(0deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(0deg, #ffffff, #ffffff);background-image: -o-linear-gradient(0deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #ffffff, #ffffff);background-size:auto !important;box-shadow: 0.5625rem 0.5625rem 1.1875rem rgba(0,0,0,0.08) ;display:none; }
#mMvdZ5DQKV19nJNI3fmFOfyXoX7NEEB2 { width:18.0625rem;height:4.9375rem;top:25.504168748856rem;left:0.96875005960463rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14994;display:none; }
#bAI1g4aowl6ktpizXE9VsT4i4mS1pZT7 { width:18.0625rem;height:7.3125rem;top:30.993750810623rem;left:0.96875005960463rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14995;display:none; }
#RrZbOgQHTqqC6Tv0iX4QVdtoPw4Q1XPT { width:20rem;height:27.3125rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -moz-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -ms-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -o-linear-gradient(90deg, #6186e6, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6186e6', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6186e6', endColorstr='#f6f6ff' );";background-image: linear-gradient(90deg, #6186e6, #f6f6ff);background-size:auto !important;display:none; }
#IWRvrS0NzxM8ATRC4cGzJwmQN30sGCJg { width:7.0625rem;height:3rem;top:6.576171875rem;left:10.9013671875rem;overflow:hidden;display:block; }
#sZOOTkMX2wdcKTKfrMADnsq6sJHtzcMl { width:7rem;height:6.5625rem;top:4.5458984375rem;left:10.74755859375rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.1875rem solid rgba(200,141,255,0.4);border-left:0.1875rem solid rgba(200,141,255,0.4);border-right:0.1875rem solid rgba(200,141,255,0.4);border-bottom:0.1875rem solid rgba(200,141,255,0.4);background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), rgba(200,141,255,0.7));background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), rgba(200,141,255,0.7));background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), rgba(200,141,255,0.7));background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), rgba(200,141,255,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#c88dffb2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#c88dffb2' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), rgba(200,141,255,0.7));background-size:auto !important;display:block; }
#BzMZzfECa5gsSqSpSFT8Qtx76VpIT6eJ { width:9.5625rem;height:4.0625rem;top:14.68701171875rem;left:0.6240234375rem;overflow:hidden;display:block; }
#KOW505gUW78X9BdUadvOqoGIshn7d3XH { width:7rem;height:6.5625rem;top:13.15625rem;left:10.681640625rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.1875rem solid rgba(255,169,0,0.1);border-left:0.1875rem solid rgba(255,169,0,0.1);border-right:0.1875rem solid rgba(255,169,0,0.1);border-bottom:0.1875rem solid rgba(255,169,0,0.1);background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,222,0,0.41));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,222,0,0.41));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,222,0,0.41));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,222,0,0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffde0068' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffde0068' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,222,0,0.41));background-size:auto !important;display:block; }
#i4UeXW0ZISeLPbKd5BvQfJqACwB2Zg4v { width:8.625rem;height:1.9375rem;top:45.40234375rem;left:5.751953125rem;font-size:1rem;z-index:15171;display:none; }
#u8AlofHpcCJZcKudog2g09Hd44W41GyE { display:block; }
#p6URpal8fQo2JmPvDZUcZgZNypkdqVix { width:8.625rem;height:1.9375rem;top:15.5625rem;left:5.6875rem;font-size:1rem;z-index:15171;display:none; }
#ItMZzDcEXWr6Wr3m71fBqhBJbGD3qUQy { display:block; }
#erQSXwfdC8k3wk5q7hQOke8I2QiPpFIz { width:10.0625rem;height:4.375rem;top:5.60791015625rem;left:0.375rem;overflow:hidden;display:block; }
#SprhdiLmFKxhKWJJZcgu9ZV8XpsfbeLT { width:7rem;height:6.5625rem;top:4.6396484375rem;left:1.716796875rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.1875rem solid rgba(255,169,0,0.1);border-left:0.1875rem solid rgba(255,169,0,0.1);border-right:0.1875rem solid rgba(255,169,0,0.1);border-bottom:0.1875rem solid rgba(255,169,0,0.1);background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,193,0.6), rgba(255,222,0,0.41));background-image: -moz-linear-gradient(180deg, rgba(255,255,193,0.6), rgba(255,222,0,0.41));background-image: -ms-linear-gradient(180deg, rgba(255,255,193,0.6), rgba(255,222,0,0.41));background-image: -o-linear-gradient(180deg, rgba(255,255,193,0.6), rgba(255,222,0,0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffc199', endColorstr='#ffde0068' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffc199', endColorstr='#ffde0068' );";background-image: linear-gradient(180deg, rgba(255,255,193,0.6), rgba(255,222,0,0.41));background-size:auto !important;display:block; }
#vavtWZHqQbv7MEDSPZBBhJ9PRwu0eXvs { width:8.625rem;height:1.9375rem;top:15.625rem;left:5.6875rem;font-size:1rem;z-index:15171;display:none; }
#QXfynNLeL4xqQ9fkpv2i5A12csBGUkde { display:block; }
#b9IkkcJV7RSzfhCX2efrZ1KAhMZsoTk2 { width:9.8115rem;height:3.999025rem;top:23.146484375rem;left:9.18896484375rem;overflow:hidden;display:block; }
#XriddgdvU1fX9EuUwePOTUAPyo5tSbz8 { width:7rem;height:6.5625rem;top:21.67724609375rem;left:1.71533203125rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.1875rem solid rgba(255,169,0,0.1);border-left:0.1875rem solid rgba(255,169,0,0.1);border-right:0.1875rem solid rgba(255,169,0,0.1);border-bottom:0.1875rem solid rgba(255,169,0,0.1);background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,222,0,0.41));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,222,0,0.41));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,222,0,0.41));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,222,0,0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffde0068' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffde0068' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,222,0,0.41));background-size:auto !important;display:block; }
#gqc2a0nLeubglKwbXgJqAL42okWmZ94t { width:10.9375rem;height:4.5625rem;top:14.1875rem;left:8.6865234375rem;overflow:hidden;display:block; }
#abL3nf45w0z9Nm4FAn4TAaLgQOyEgmgA { width:7rem;height:6.5625rem;top:13.15625rem;left:1.65234375rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.1875rem solid rgba(200,141,255,0.4);border-left:0.1875rem solid rgba(200,141,255,0.4);border-right:0.1875rem solid rgba(200,141,255,0.4);border-bottom:0.1875rem solid rgba(200,141,255,0.4);background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), rgba(200,141,255,0.7));background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), rgba(200,141,255,0.7));background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), rgba(200,141,255,0.7));background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), rgba(200,141,255,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#c88dffb2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#c88dffb2' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), rgba(200,141,255,0.7));background-size:auto !important;display:block; }
#knhCgzDTaWVLXqvlRu6H5RgtAR5E0dNZ { width:8.625rem;height:1.9375rem;top:80.9306640625rem;left:6rem;font-size:1rem;z-index:15171;display:none; }
#O83edtcDdqt5IPc4rO7xAwFpHZJvcq7K { display:block; }
#zURFhKTm0E0gkXMoav2kazZT0uJ3IGBC { width:8.625rem;height:1.9375rem;top:63.306640625rem;left:5.7509765625rem;font-size:1rem;z-index:15171;display:none; }
#ETxGzrRm6uQQszIQhPKBMOTNnrsDmi4q { display:block; }
#fFBkwS50xVgLVm3r0HKmJEhGR1L3C4pt { width:6.8125rem;height:6.8125rem;top:21.8017578125rem;left:2.1240234375rem;overflow:hidden;display:block; }
#kpviGbCVSCEJlvLHxrbaIqbKZlRbnSiS { width:7rem;height:6.5625rem;top:21.67724609375rem;left:10.74462890625rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.1875rem solid rgba(200,141,255,0.4);border-left:0.1875rem solid rgba(200,141,255,0.4);border-right:0.1875rem solid rgba(200,141,255,0.4);border-bottom:0.1875rem solid rgba(200,141,255,0.4);background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), rgba(200,141,255,0.7));background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), rgba(200,141,255,0.7));background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), rgba(200,141,255,0.7));background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), rgba(200,141,255,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#c88dffb2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#c88dffb2' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), rgba(200,141,255,0.7));background-size:auto !important;display:block; }
#vzBlZmpBBN1tIuM9AXcrtMOQ0pdblmw4 { width:8.625rem;height:1.9375rem;top:112.119140625rem;left:5.6259765625rem;font-size:1rem;z-index:15171;display:none; }
#XfuIF7wnSM5SnUdK1QKWWSWNbOPw3o98 { display:block; }
#dih8pZJDE3GIxZxfAVIeeGVIT4p5vXh0 { width:20rem;height:2.4375rem;top:2.1875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -moz-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -ms-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -o-linear-gradient(90deg, #6186e6, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6186e6', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6186e6', endColorstr='#f6f6ff' );";background-image: linear-gradient(90deg, #6186e6, #f6f6ff);background-size:auto !important;display:none; }
#S8GQrwKdApC28DATSDatqn5r2NcaSSRN { width:20rem;height:auto;top:2.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
#qQqOXP661GaA66qTo21QOfZnSKfbeItO { width:20rem;height:auto;top:21.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
#qHRUQFKTzVOsJi02t4irZEbhwp87mtrv { display:flex;width:2.75rem;height:2.75rem;top:31.939453125rem;left:15.09326171875rem; }
#GIoVhMui3csVh1sKkXd9BnNkQXdqvdJv { width:16rem;height:1.4378875rem;top:1.2164001464844rem;left:2.7480466961861rem;font-size:1.4375rem;text-align:left;text-align-last:left;color:#323a80;line-height:1;z-index:15103;font-family:"mukta extrabold";font-weight:400;font-style:normal;display:block; }
#gtEzbiC1LSS7zWrkCkrf5wdIabT3nk3B { width:14.5rem;height:3.125rem;top:31.4716796875rem;left:1.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15084;color:#172279;line-height:1;display:block; }
#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { display:none; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke > .row .container { width:20rem;height:10.3125rem;position:relative;display:none; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ { background-color:#f6f6ff;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;display:none; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container { border-width: 0; border-radius: 0; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container { width:20rem;height:42.75rem;position:relative;display:none; }#b1F0q3Dd1RWToVqeKc6zRQUKUTF3Fxh9 { width:20rem;height:9.9375rem;top:31.932289123535rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(0deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(0deg, #ffffff, #ffffff);background-image: -o-linear-gradient(0deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #ffffff, #ffffff);background-size:auto !important;box-shadow: 0rem -0.625rem 1.1875rem rgba(0,0,0,0.08) ;display:none; }
#GN2kECGL6moHuxNgX9kK6vV1o4Dgfq0f { width:3.9375rem;height:3.9375rem;top:11.081251144409rem;left:5.3750002980232rem;display:block; }
#NfKMUzwcMFKNT0kL6aoLFKTrizxyVyQI { width:17.8125rem;height:2.75rem;top:1.7427082061768rem;left:0.875rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.1;display:block; }
#gWpMTebQGQhgRtvR54ApJnNc1oktRSvd { width:5.6875rem;height:2.5996125rem;top:11.75rem;left:0.5625rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#BwsZXDnmTBrNmNL2bH3FVwhG1mPcArwQ { width:6.4375rem;height:2.6796875rem;top:15.6875rem;left:1.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.1;display:block; }
#pCX2xT5A18GEGfeQ8B7EmFOU9JGpVCzA { width:1.875rem;height:2.5996125rem;top:6.25rem;left:11.941667377949rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#BFPuRAAXt0BCGvb1Nr6lDMhzJGB8mM4F { width:6.8125rem;height:2.6796875rem;top:11.812501907349rem;left:12.129167377949rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.1;display:block; }
#G4o6Xb7Bia3TbPHKrgt3t2Flr941Clen { width:7.3125rem;height:2.5996125rem;top:28.1875rem;left:1.375rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#pMv8igVT7PBmp5wzaWKFuEqNzBAnDBDI { width:5.9375rem;height:1.54361875rem;top:29rem;left:4.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#CoQyTFkozbpNZsd3HWUCC1byiUX5aCkr { width:12.25rem;height:3.16796875rem;top:31.125rem;left:1.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#TSsLXki81U9n8GotIRq8kiOFdzbTcwRK { display:flex;width:2.5625rem;height:2.5625rem;top:27.75rem;left:8.6875rem; }
#yRJBaQSMqTXtHdSMPvrXUybDTT7PL5qf { width:3.6875rem;height:2.5996125rem;top:21.375rem;left:12.125rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#lNmVt8CKibI64XnHe8mKSdeZUrIFWHkP { width:5.9375rem;height:1.54361875rem;top:22.1875rem;left:13.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#qxT5liMMbhQOU99qWofuzRWnZm7hKoAO { width:10.0625rem;height:1.54361875rem;top:22.1875rem;left:6.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#eEkVUhX4n8hZBpABMe0B1NeHl4EfZCZH { width:6.25rem;height:1.54361875rem;top:10.6875rem;left:0.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#UoV1WNHiwJgpaSXahOMcWtknyXJE9yZ1 { width:7.0625rem;height:1.54361875rem;top:13.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#IbMzRc5oczEyhGyIMtJ8vdqXvnvy0SES { width:2.5625rem;height:1.54361875rem;top:8.4375rem;left:11.875000774861rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#TzrHklJa2DDrevAHG6ETFlChARsBIFa1 { display:flex;width:2.9375rem;height:2.9375rem;top:19.3125rem;left:9.625rem; }
#b90ZOvWa4eUWKifDQiEkZMLRluAPptpc { width:9.8125rem;height:1.0559875rem;top:23.812501907349rem;left:8.3125007748606rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#A1W16B8yEuSoM8wqzAQAW7NFTpTbDu8c { width:3.5rem;height:2.5996125rem;top:35.8125rem;left:12.3125rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#rAUHeoKcJv0DigRgcBWMy2BLIf5CCxs5 { width:5.9375rem;height:1.54361875rem;top:36.5rem;left:14.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#E8S6xBPozh3DDcf12N0BT3VXKPwnpcaM { width:4.875rem;height:3.0625rem;top:6.40625rem;left:14.437500774861rem;display:block; }
#xqNDzK56JpH3Qt4edFP0TJNRIFMfUcLv { width:5.9375rem;height:1.54361875rem;top:36.5rem;left:7.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#qDLtGCNkifPhBmD9AfXBIvBJ8WRzBDVN { width:10rem;height:2.11198125rem;top:38.375rem;left:7.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#RgIpM1lGqvIQfndqHgn4QpwwqAIOOqsL { width:6.625rem;height:1.54361875rem;top:10.000001907349rem;left:11.875000774861rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#bdpCMtGCHW78NssqG3s1ZzBTi8TzDyD1 { width:12.5rem;height:2.11198125rem;top:40.625rem;left:6.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#b8b35T35FwHmfNGt7i1zlqqwIrTwQCXR { width:6.3125rem;height:2.6796875rem;top:17.5625rem;left:1.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.1;display:block; }
#M7dnDc359u3hw35ZMhX1u5FJtA4ILSrU { width:8.375rem;height:1.0559875rem;top:24.812501907349rem;left:8.7500007748606rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#P3fi8H5vGm06MTXlT2elcwtmVg9PqCFi { width:5.5625rem;height:3.375rem;top:37.787109375rem;left:3.6875rem;display:block; }
#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { background-color:#f6f6ff;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;display:block; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { background-color: transparent; background-image: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container > .video-iframe-container { display: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container { display: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .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); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { border-width: 0; border-radius: 0; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { width:20rem;height:19.875rem;position:relative;display:block; }#t9CTaU4Wi3s9vEcocSVSubrpe5gwbCOQ { width:13.8125rem;height:1.3501rem;top:2.125rem;left:2.375rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#MMhJek5eKuDaZfmfGDi614M31CLUahML { display:flex;width:0.99935rem;height:0.99935rem;top:4.5rem;left:0.87500005960463rem; }
#FZlJ4TcRf94T5goACqmcgExmabZAbX7b { width:16.749125rem;height:5.5125rem;top:3.997917175293rem;left:2.6229167580604rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:2.;display:block; }
#bGHaabNwGgTQcBOzKUXbT19TBIfiruaI { display:flex;width:0.99935rem;height:0.99935rem;top:6.25rem;left:0.87500005960463rem;font-size:0.6875rem; }
#W9J1p7O8QOyKRqPdIEPTVd77ueUF9bcD { display:flex;width:0.99935rem;height:0.99935rem;top:8.125rem;left:0.93750005960463rem;font-size:0.6875rem; }
#XkabWIIT1LcieRqlTHuTFIkJZHW5aT14 { width:10.1875rem;height:3.15rem;top:12.559814453125rem;left:9.078369140625rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
#IFnBAfkZ2oSxTib24Jw9nyouEEb6QXTV { width:5.865625rem;height:1.36458125rem;top:16.499755859375rem;left:10.316162109375rem;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:#e69f1d;background-image:none;display:block; }
#nyTSk3vH5xdFofccPmi6J3dwdlJWI6tV { display:block; }
#JKuDettBo5xJxzwThkPwpa1EHNo1F3WV { width:20rem;height:9rem;top:10.812501907349rem;left:-0.061458349227905rem;border-top-left-radius:5.625rem;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='#ffffff4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );";background-image: linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;display:block; }
#CVHoO9nzZiutPeKgVGGt0tO8spxiMWJg { width:7.3125rem;height:9.625rem;top:10.247917175293rem;left:0.87500005960463rem;z-index:15057;overflow:hidden;display:block; }
#JtW1mDaIBZ8qE8sMUDeApFIwqNc5gv2n { width:20rem;height:18.6875rem;top:1.1635417938232rem;left:0rem;display:block; }
#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f9ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { background-color: transparent; background-image: none; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container > .video-iframe-container { display: none; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row > .video-iframe-container { display: none; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .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); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { border-width: 0; border-radius: 0; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { width:20rem;height:4.125rem;position:relative;display:block; }#gfnNrT82wnM1rsUkswuU8N8hDcXRvMiu { width:4.5625rem;height:1.780075rem;top:1.2395820617676rem;left:0.18750005960464rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#31315b;z-index:15020;display:block; }
#XkTlsKLlnHIR1UNoNVx9FQLnQi6BNhLI { display:flex;width:2rem;height:2rem;top:1.0031242370606rem;left:16.747916996479rem;font-size:1.375rem; }
#u8RRzsKF35esxyl6s8BNq8L62Oy03WcR { display:flex;width:2.49895625rem;height:2.49895625rem;top:2.0124998092651rem;left:14.315625965595rem;z-index:15038;font-size:1.75rem;display:none; }
#kJz1H7CcRRErsK07brScdw6rLfaE20JH { width:10.6875rem;height:1.59375rem;top:1.2968788146973rem;left:3.995834171772rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#31315b;z-index:15020;display:block; }
#GX2yuMl5C0ex5d9iS2ual6gkEWrBfX92 { width:20rem;height:3.5625rem;top:0.25rem;left:0rem;display:block; }
#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { background-color:#f6f9ff;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;display:block; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { background-color: transparent; background-image: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .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); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { border-width: 0; border-radius: 0; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; }#aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { width:17.9375rem;height:2.12578125rem;top:1.2489624023438rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:1.0;display:block; }
#bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { width:17.3125rem;height:4.5515625rem;top:3.796875rem;left:1.46630859375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
#bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { width:14.1225625rem;height:3.825rem;top:16.578904747963rem;left:1.4367186427116rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
#yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { width:16.4375rem;height:2.27578125rem;top:20.808202385903rem;left:1.3746092915535rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#31315b;display:block; }
#zivbItXiMQPJ37dloAEkEScWSkeTolBI { width:12.75rem;height:2.55rem;top:9.7570301294325rem;left:1.4367186427116rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:1.2;display:block; }
#uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { width:19.99925rem;height:2.62441875rem;top:13.0625rem;left:0rem;display:none; }
#kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { width:19.9985625rem;height:2.6237rem;top:21.583478927613rem;left:0rem;background-color:#053b67;background-image:none;display:none; }
#gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { width:13.0625rem;height:1.275rem;top:25.009372353554rem;left:1.4050779938698rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
#qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { width:16.6875rem;height:4.5515625rem;top:26.746091485024rem;left:1.4367186427116rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#31315b;display:block; }
#S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { width:15.4350625rem;height:2.27578125rem;top:12.623435616493rem;left:1.4367186427116rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#31315b;display:block; }
#a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { top:31.748962402344rem;left:1.125rem;width:17.75rem;height:0;z-index:15024;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#053b67;display:none; }
#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f9ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row .container { background-color: transparent; background-image: none; }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row .container > .video-iframe-container { display: none; }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row > .video-iframe-container { display: none; }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .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); }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row .container { border-width: 0; border-radius: 0; }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row .container { width:20rem;height:4.875rem;position:relative;display:block; }#PXr6OwQ53iz8n2obMPBwHaKJIMfRLxzn { display:flex;width:2.5rem;height:2.5rem;top:1.4683160781861rem;left:16.499566674233rem;z-index:15037;font-size:1.75rem;display:none; }
#UzTTn7hVyVPJ9dLmLH6SZoTOwESGIuoP { width:20rem;height:3.5625rem;top:0.8427085876465rem;left:0rem;z-index:15019;display:block; }
#oI06LT2IrAtRg1n3QHxvbqvbX3Buvc26 { width:2.8125rem;height:1.780075rem;top:1.7333335876465rem;left:1.1250000596046rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#31315b;z-index:15020;display:block; }
#onq2PkyeI2LBUDVF3KMrIyveiqbW27yJ { width:13.4375rem;height:1.59375rem;top:1.8270835876465rem;left:3.7500002980233rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#31315b;z-index:15020;display:block; }
#QfmF60cfxvR1d0OHOf3Z1u2IXEO3y0Vs { display:flex;width:2rem;height:2rem;top:5.9677085876465rem;left:18rem;font-size:1.375rem;display:none; }
#moXsstKz6LkUvi0KvW2UF3EOzeoTPm7W { display:flex;width:2rem;height:2rem;top:1.6239624023438rem;left:17.281251728535rem;font-size:1.375rem;z-index:15039; }
#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs { background-color:#f6f9ff;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; }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row .container { background-color: transparent; background-image: none; }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row .container > .video-iframe-container { display: none; }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row > .video-iframe-container { display: none; }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .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); }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row .container { border-width: 0; border-radius: 0; }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; }#aoT2ygsKwU9SJKoPT9lwRI3NxcGxFL2U { width:18.375rem;height:2.12578125rem;top:0.625rem;left:0.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:01;display:block; }
#OctmLuUWhZs55yaEGzCCmPemUDVRTGCb { width:17.125rem;height:3.41366875rem;top:3.5625rem;left:0.93749994039537rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
#oMTlRXLHZpW5nv7MZp9Idf8DGkTunmN7 { width:20rem;height:0;top:15.194334375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;display:none; }
#TZoqNTuTcn8irMtIvUpxKcTCZ7UmdzJq { width:16.5rem;height:3.825rem;top:12.375rem;left:0.6246092915535rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
#rzaNqhTAwHAOTtOMK32owxCCqBx3TWU0 { width:20rem;height:auto;top:11.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#053b67;display:none; }
#T30BoKseGFVO2i3gyr1lIZrvk4TbTwtJ { top:9.7492179870606rem;left:0.6246092915535rem;width:18.75rem;height:1.1378875rem;z-index:15012;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:400;font-style:normal;color:#31315b;text-shadow:0.25rem 0.5rem 0.75rem rgba(254,251,233,0.5);font-family:mukta;display:block; }
#Tyc7emc2FPH1TPPF0TiEX8kAUUZkfEtD { width:18.75rem;height:1.275rem;top:8.1871070861819rem;left:0.6246092915535rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:1.2;display:block; }
#uOhwTwnTxiCt0sOE6BPWT4g2mXZ6t3kh { width:19.99925rem;height:2.62441875rem;top:13.0625rem;left:0rem;display:none; }
#A131muCiV7JRAyVoz4kACpvU6baMz3kn { width:19.9985625rem;height:2.6237rem;top:21.583478927613rem;left:0rem;background-color:#053b67;background-image:none;display:none; }
#VZeb40uBc5NZfZkEJEKM0WuSnfQ46gCt { width:18.25rem;height:1.275rem;top:20.3125rem;left:0.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
#UU5ATpFbNo93FpQgrNcWqvOwBJ4i67m3 { width:18.625rem;height:2.275775rem;top:16.75rem;left:0.68671864271162rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#31315b;z-index:15004;font-weight:400;font-style:normal;display:block; }
#kyaeazdELWdopwfddxaOtM8X9fP5dLfh { width:18.6875rem;height:1.275rem;top:26.875rem;left:0.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
#PlnBcgOWicQOSte36n8umq8Js0qcUlRu { width:17.625rem;height:2.27578125rem;top:28.625rem;left:0.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#31315b;display:block; }
#QqMxQhrhhQxktNtyiamOuu85WGdBwDsU { width:20rem;height:auto;top:16.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#053b67;display:none; }
#TrnTfE1EDQy7lNTRDXVS8oqdP7miWkrF { width:17.625rem;height:3.41366875rem;top:22rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#31315b;z-index:15005;font-weight:400;font-style:normal;display:block; }
#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { background-color:#f6f9ff;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; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { background-color: transparent; background-image: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .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); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { border-width: 0; border-radius: 0; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { width:20rem;height:18.375rem;position:relative;display:block; }#V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { width:12.5rem;height:1.3816375rem;top:0.8770751953125rem;left:2.3750000596046rem;font-size:1.0625rem;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; }
#X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { width:16.75rem;height:4.2rem;top:3.4249992370606rem;left:1.8125000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#pDrdtnBDa334atxH44LJT6La8AQHkmM8 { width:19.8125rem;height:1.0556625rem;top:14.4384765625rem;left:0.12890625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
#Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { width:12.5rem;height:0.125rem;top:8.6875rem;left:3.75rem;background-color:#fefbe9;background-image:none;z-index:15018;display:none; }
#DMq45Q7iuykeICWUrOPJ9Z2dCaAJhxSV { width:14.75rem;height:3.0625rem;top:8.5645751953125rem;left:2.3750000596046rem;display:block; }
#UrAbUJyg0GO57qtOdgoLKDPvVuP36iJK { width:20rem;height:12.875rem;top:0rem;left:0rem;display:block; }
#tgdXNxSn1BRTuWZ10JwJ8fCf0I8NNoJQ { display:flex;width:2rem;height:2rem;top:0.4395751953125rem;left:16.250001728535rem; }
#UyV1z4S5Rr4uC7MZADOrXMfRDysu1Ho1 { width:2.3125rem;height:1.3816375rem;top:0.76666259765625rem;left:16.125001728535rem;font-size:1.0625rem;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; }
#ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { width:20rem;height:4.125rem;top:13.587493896484rem;left:0rem;z-index:15011;display:block; }
#uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { width:6.25rem;height:0;top:14.738534927368rem;left:1.1875000596046rem;font-size:1.0625rem;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:none; }
#v3vQuQIcdpJ0HlzWchyrRIMDgzJp8TLp { width:20rem;height:1.0556625rem;top:15.8369140625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
#mb1369496c785fb867b988c2d10e5144.widget-smartsection { display:block; } #mb1369496c785fb867b988c2d10e5144.widget-smartsection *:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="text"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="email"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="tel"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection textarea:focus-visible { outline: none; } #AnEmuZFKrPPmyrqqkuytlTQD5cUfBWBx > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { width:20rem;height:1.875rem;position:relative;display:block; }#r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { width:14.0625rem;height:0.8109375rem;top:0.6875rem;left:2.9375000596046rem;font-size:0.625rem;display:block; }
#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row .container { width:20rem;height:9.5625rem;position:relative;display:none; }#MatR4VwrDPwO9x9tDp5GM6tXcRquJ5d2 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#MatR4VwrDPwO9x9tDp5GM6tXcRquJ5d2 > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; }#r5pANCZI4GUq7MUtmXEaZZ7ou60DEC7x { width:20rem;height:3.875rem;top:2.9367179870606rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #232f5a);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #232f5a);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #232f5a);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #232f5a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#232f5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#232f5a' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #232f5a);background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Q80EPKTFzAHUhMSTXsmnkOeJvJ0rvget { width:19rem;height:1.6253875rem;top:4.2488250732422rem;left:0.4371092915535rem;font-size:1.25rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(35,47,90,0.32);display:block; }
#Rhlo0DTZImDoSO3zIglCuXeqtO6QpyP1 { width:20rem;height:2.6875rem;top:6.8125rem;left:0rem;background-color:#232f5a;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15019;display:block; }
#b4pc9ZXGZn0Dev6exGqHIyUUnyNfTSne { width:11.5616875rem;height:3.12421875rem;top:5.87109375rem;left:4.2187498211861rem;z-index:15316;overflow:hidden;display:block; }
