.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#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; }
#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; }
#iLvgztHmXFa8HCHMLnptG65VHcsiKPeW { 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:23.875rem;width:12.625rem;top:2.5614583492279rem;left:7.7500019073488rem;overflow:hidden;display:block; }
#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/81437d04-a399-4ce2-9503-c65e3e01598b/LPdesktop.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs.adaptive-delivery-prevent-bg, #TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs.lazyload, #TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs.lazyloading { background-image: none; }#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:20.25rem;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:rgba(255,248,236,0.84);display:block;width:24.5rem;position:absolute;font-family:"yeseva one";font-size:3.125rem;font-weight:400;z-index:15072;line-height:1;letter-spacing:0;top:4.3750004768372rem;left:21.364583969116rem;height:6.25rem;text-align:left;text-align-last:left;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; }
#aEamT8TPHeH1VJuKTUBqiQyQJfhqpDuP { position:absolute;display:block;z-index:15311;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:5.625rem;top:2.9354166984558rem;left:50.172918319702rem;overflow:hidden;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:6.125rem;width:8.0625rem;top:2.8729166984558rem;left:57.922918319702rem;overflow:hidden;display:block; }
#BD9SJbSTBPdCJ1HhQbVUI8Oxwh83X5r6 { position:absolute;display:block;z-index:15291;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:25.5625rem;top:4.375rem;left:8.0625rem;overflow:hidden;display:none; }
#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; }
#EZKblpdCvSWvsyGFf8R6vn9LUfhGB25t { 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:6.4375rem;width:6.375rem;top:3.0166668891907rem;left:67.8604183197rem;overflow:hidden;display:block; }
#ULcbkGufhB4LztfJ6TufataW2m4MPXkC { box-sizing:content-box;height:11.9375rem;width:7.4375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fffe5d, #ffffff);background-image: -moz-linear-gradient(180deg, #fffe5d, #ffffff);background-image: -ms-linear-gradient(180deg, #fffe5d, #ffffff);background-image: -o-linear-gradient(180deg, #fffe5d, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffe5d', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffe5d', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fffe5d, #ffffff);background-size:auto !important;top:0rem;left:67.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.4375rem 0.4375rem 0.25rem rgba(130,165,165,0.22) ;border-top:0.3125rem solid rgba(255,169,28,0.35);border-left:0.3125rem solid rgba(255,169,28,0.35);border-right:0.3125rem solid rgba(255,169,28,0.35);border-bottom:0.3125rem solid rgba(255,169,28,0.35);display:block; }
#dtqXRnPnUP8WlI00Cz47GGOup1lW20BE { box-sizing:content-box;height:11.9375rem;width:7.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3dfff, #ffffff);background-image: -moz-linear-gradient(180deg, #f3dfff, #ffffff);background-image: -ms-linear-gradient(180deg, #f3dfff, #ffffff);background-image: -o-linear-gradient(180deg, #f3dfff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3dfff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3dfff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f3dfff, #ffffff);background-size:auto !important;top:0rem;left:58rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.4375rem 0.4375rem 0.25rem rgba(130,165,165,0.22) ;border-top:0.3125rem solid rgba(181,34,174,0.35);border-left:0.3125rem solid rgba(181,34,174,0.35);border-right:0.3125rem solid rgba(181,34,174,0.35);border-bottom:0.3125rem solid rgba(181,34,174,0.35);display:block; }
#Hk0fX7LyPzETuT1zkLohhzPnniiZa3bf { box-sizing:content-box;height:11.9375rem;width:7.4375rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #baefff, #ffffff);background-image: -moz-linear-gradient(180deg, #baefff, #ffffff);background-image: -ms-linear-gradient(180deg, #baefff, #ffffff);background-image: -o-linear-gradient(180deg, #baefff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#baefff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#baefff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #baefff, #ffffff);background-size:auto !important;top:0rem;left:49rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.4375rem 0.4375rem 0.25rem rgba(130,165,165,0.22) ;border-top:0.3125rem solid rgba(34,172,181,0.35);border-left:0.3125rem solid rgba(34,172,181,0.35);border-right:0.3125rem solid rgba(34,172,181,0.35);border-bottom:0.3125rem solid rgba(34,172,181,0.35);display:block; }
#C51Evx9TU4wiRbWuDxqFBIADwNlEJFMx { color:rgba(255,248,236,0.84);display:block;width:27.4375rem;position:absolute;font-family:"yeseva one";font-size:1.875rem;font-weight:400;z-index:15073;line-height:1;letter-spacing:0;top:8.8125004768369rem;left:21.437501907349rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iwnqZ07R3wdKcwVfKg9qTo2ADZ8lFHZl { 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: 0.4375rem 0.4375rem 0.375rem rgba(130,165,165,0.16) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:12rem;height:2.5rem;text-decoration:none;z-index:15298;text-align:center;text-align-last:center;top:14.562501430511rem;left:21.375001907349rem;display:block; }
#R7dJwMK9Vtv1xeMgfDk4fnAn9CgHJ21S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zNgPniutT2yu0rXDfSDDiJxtdkk68KTi { box-sizing:content-box;height:11.9375rem;width:7.4375rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #baefff, #ffffff);background-image: -moz-linear-gradient(180deg, #baefff, #ffffff);background-image: -ms-linear-gradient(180deg, #baefff, #ffffff);background-image: -o-linear-gradient(180deg, #baefff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#baefff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#baefff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #baefff, #ffffff);background-size:auto !important;top:0rem;left:49rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.4375rem 0.4375rem 0.25rem rgba(130,165,165,0.22) ;border-top:0.3125rem solid rgba(34,172,181,0.35);border-left:0.3125rem solid rgba(34,172,181,0.35);border-right:0.3125rem solid rgba(34,172,181,0.35);border-bottom:0.3125rem solid rgba(34,172,181,0.35);display:none; }
#UUOo739yrkvI7u1gGiAuWaCqE0EfZw28 { 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:23.875rem;width:12.625rem;top:2.5614583492279rem;left:7.7500019073488rem;overflow:hidden;display:none; }
#n9Q6yTKS3eTffknoJRxhNm2ZawaxSgGA { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:19.5rem;top:8.7500004768369rem;left:7.046875rem;overflow:hidden;display:none; }
#BT2FIGZwoTl5HyKlU8gTM8Lcm559yyUw { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:19.5rem;top:8.7500004768369rem;left:7.046875rem;overflow:hidden;display:none; }
#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fffbf6, #c3b5a0);background-image: -moz-linear-gradient(360deg, #fffbf6, #c3b5a0);background-image: -ms-linear-gradient(360deg, #fffbf6, #c3b5a0);background-image: -o-linear-gradient(360deg, #fffbf6, #c3b5a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbf6', endColorstr='#c3b5a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbf6', endColorstr='#c3b5a0' );";background-image: linear-gradient(360deg, #fffbf6, #c3b5a0);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:71.1875rem;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:#1e5633;display:block;width:31.0625rem;position:absolute;font-family:"yeseva one";font-size:1.8125rem;font-weight:400;z-index:15082;line-height:1.3;letter-spacing:0;top:7.9302082061769rem;left:7.0979175567625rem;height:9.421875rem;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; }
#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; }
#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; }
#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; }
#kwKPv0uNCyZ4fTnqr4GTJvUAottNDIJ9 { color:#1e5633;display:block;width:29.625rem;position:absolute;font-family:"yeseva one";font-size:1.5625rem;font-weight:400;z-index:15083;line-height:1.3;letter-spacing:0;top:19.4375rem;left:41.6875rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DRqs2TTQz2h7pqI7gMPTzSJAnSIyf4yy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15337;opacity:1;top:4.7468738555908rem;left:7.0354175567625rem; }
#eXH3fJTQxaJbydtH7IFoKpqSd4kWIq9T { color:#1e5633;display:block;width:16.625rem;position:absolute;font-family:"yeseva one";font-size:2.8125rem;font-weight:400;z-index:15083;line-height:1.3;letter-spacing:0;top:14.44687461853rem;left:12.722917556762rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#piDofHVpmlrNoNImGNS4lPHwTkvybSUT { color:#1e5638;display:block;width:16rem;position:absolute;font-family:"yeseva one";font-size:1.5625rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:42.875rem;left:22.375rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cnwTe4VIeJrll3FrnRqSfvMpgIF0bm11 { color:#1e5633;display:block;width:24.6875rem;position:absolute;font-family:"yeseva one";font-size:2.8125rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:44.5625rem;left:18rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TPvqArE30QG4dlAdhRMto4DLNXgxOTde { color:#1e5633;display:block;width:30.625rem;position:absolute;font-family:"yeseva one";font-size:1.5625rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:48.875002861023rem;left:15.504167556762rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EBF8svd77ALdQTx4I58SHp8h584siTv8 { color:#1e5633;display:block;width:22.625rem;position:absolute;font-family:"yeseva one";font-size:1.5625rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:26.625000953674rem;left:45.312505722046rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DfoIrJs7F719u71qb6IoSNy5gtxT8ieX { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15338;opacity:1;top:18.670831680298rem;left:24.660417556762rem; }
#Rt3gRIQzy2EbVZnVn3LxWeD3OkruNa1T { z-index:15013;top:54.625rem;left:24.3125rem;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: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mZkMS50BDhcAryWb5qWrp6gpAADfp4BQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ffe6kpxvzqq70SAm6dDehA4XQ7kRmT7B { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4375rem;width:38.6875rem;top:0.1875rem;left:0rem;overflow:hidden;display:block; }
#Q1dOTd8ZlIUX6T9UFyG3IVc3b9IvSpiM { 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.5625rem;width:19.5rem;top:16rem;left:48.5625rem;overflow:hidden;display:block; }
#IS5aDpF1AaAKitB3sx8STnsGvWMtt4zP { 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:24.5rem;width:35.875rem;top:13rem;left:39.125rem;overflow:hidden;display:block; }
#efpAFb23ld25csyzEii8DadHeOHbXaTW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:39.625rem;top:36.375001907349rem;left:11.375001907349rem;overflow:hidden;display:block; }
#WDHtkRzSs5CPRC3CVzinwy4TzgrJXDig { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15339;opacity:1;top:8.1916673183444rem;left:40.562505722046rem; }
#NcJDSs5XsM0Akve3TDyFcd8CJXi304xW { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15340;opacity:1;top:32.937500953674rem;left:33.020835332642rem; }
#HLlExCgTBt0avU0Mv08kbOIOTf4nRT0v { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:17.5625rem;top:7.9864590168rem;left:53.94167137146rem;overflow:hidden;display:block; }
#BbyqzBOkB7kPlt8Fs1O61E3AOD3qIPJK { position:absolute;display:block;z-index:15341;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:17.3125rem;top:54.625002861023rem;left:0.75416755676269rem;overflow:hidden;display:block; }
#u5pdRkSza2cRvSszFLC2MGdJ2tiql8mK { position:absolute;display:block;z-index:15342;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:22.6875rem;top:19.218750953674rem;left:7.0354175567625rem;overflow:hidden;display:block; }
#MTr7uBBHkraQZesGt3uIXIgSheEayyMP { color:#1e5633;display:block;width:22.625rem;position:absolute;font-family:"yeseva one";font-size:1.5625rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:26.625000953674rem;left:45.312505722046rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xrmOT8btlUn3GDW4knoL0TaweCI2SsRQ { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4375rem;width:38.6875rem;top:0.1875rem;left:0rem;overflow:hidden;display:none; }
#Pf8q3I7Jb2De7KybuI0bTF55iXDkQPbp { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4375rem;width:38.6875rem;top:0.1875rem;left:0rem;overflow:hidden;display:none; }
#KXxNle5VVNJwpuktnxqyTQzxA8v4Dkms { color:#1e5633;display:block;width:30.625rem;position:absolute;font-family:"yeseva one";font-size:1.5625rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:48.875002861023rem;left:15.504167556762rem;height:4.0625rem;text-align:center;text-align-last:center;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:transparent;background-image: -webkit-linear-gradient(0deg, #d0c0aa, #fffbf6);background-image: -moz-linear-gradient(0deg, #d0c0aa, #fffbf6);background-image: -ms-linear-gradient(0deg, #d0c0aa, #fffbf6);background-image: -o-linear-gradient(0deg, #d0c0aa, #fffbf6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0c0aa', endColorstr='#fffbf6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0c0aa', endColorstr='#fffbf6' );";background-image: linear-gradient(0deg, #d0c0aa, #fffbf6);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container { background-color: transparent; background-image: none; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container > .video-iframe-container { display: none; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row > .video-iframe-container { display: none; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .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); }#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:34.875rem;width:75rem;position:relative;display:block; }#kyUFFVoMPhaUDKWcgdVbbCD8ZfC4o7eK { color:#1e5633;display:block;width:35.75rem;position:absolute;font-family:"yeseva one";font-size:3rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;top:1.9791650772095rem;left:23.125001907349rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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; }
#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; }
#QaTxeqkIl3VJpuTeD8iay47DiX17DJex { box-sizing:content-box;height:11.9375rem;width:7.4375rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #baefff, #ffffff);background-image: -moz-linear-gradient(180deg, #baefff, #ffffff);background-image: -ms-linear-gradient(180deg, #baefff, #ffffff);background-image: -o-linear-gradient(180deg, #baefff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#baefff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#baefff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #baefff, #ffffff);background-size:auto !important;top:8.9375004768369rem;left:12.875001907349rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.4375rem 0.4375rem 0.25rem rgba(130,165,165,0.22) ;border-top:0.3125rem solid rgba(34,172,181,0.35);border-left:0.3125rem solid rgba(34,172,181,0.35);border-right:0.3125rem solid rgba(34,172,181,0.35);border-bottom:0.3125rem solid rgba(34,172,181,0.35);display:block; }
#Nwxz7AXFTXcZMhKe9n3XE8OT5ur9bqHR { box-sizing:content-box;height:11.9375rem;width:7.4375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3dfff, #ffffff);background-image: -moz-linear-gradient(180deg, #f3dfff, #ffffff);background-image: -ms-linear-gradient(180deg, #f3dfff, #ffffff);background-image: -o-linear-gradient(180deg, #f3dfff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3dfff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3dfff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f3dfff, #ffffff);background-size:auto !important;top:9.0625rem;left:52.4375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.4375rem 0.4375rem 0.25rem rgba(130,165,165,0.22) ;border-top:0.3125rem solid rgba(181,34,174,0.35);border-left:0.3125rem solid rgba(181,34,174,0.35);border-right:0.3125rem solid rgba(181,34,174,0.35);border-bottom:0.3125rem solid rgba(181,34,174,0.35);display:block; }
#z7uStPOAZ48xnOEdoESOTAoLdzxCsp1w { box-sizing:content-box;height:11.9375rem;width:7.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fffe5d, #ffffff);background-image: -moz-linear-gradient(180deg, #fffe5d, #ffffff);background-image: -ms-linear-gradient(180deg, #fffe5d, #ffffff);background-image: -o-linear-gradient(180deg, #fffe5d, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffe5d', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffe5d', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fffe5d, #ffffff);background-size:auto !important;top:9.0614581108094rem;left:32.797918319702rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.4375rem 0.4375rem 0.25rem rgba(130,165,165,0.22) ;border-top:0.3125rem solid rgba(255,169,28,0.35);border-left:0.3125rem solid rgba(255,169,28,0.35);border-right:0.3125rem solid rgba(255,169,28,0.35);border-bottom:0.3125rem solid rgba(255,169,28,0.35);display:block; }
#Lzzw1TsSoEfH2TF3pvkCpT5OsLVXra2Q { color:#1e5633;display:block;width:11.5rem;position:absolute;font-family:"yeseva one";font-size:1.5625rem;font-weight:400;z-index:15083;line-height:1.2;letter-spacing:0;top:23.004167079926rem;left:11.110418319702rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wc2AlaGyagFDM8lNZAnLwbCKt5rD17PG { color:#1e5633;display:block;width:15.1875rem;position:absolute;font-family:"yeseva one";font-size:1.5625rem;font-weight:400;z-index:15084;line-height:1.2;letter-spacing:0;top:23.004167079926rem;left:28.814584732056rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mmb2zpXuPqvhJl0dehoKI2ZIhZrG9JA2 { color:#1e5633;display:block;width:12.4375rem;position:absolute;font-family:"yeseva one";font-size:1.6875rem;font-weight:400;z-index:15086;line-height:1.2;letter-spacing:0;top:22.816665649414rem;left:50.266668319702rem;height:6.07324375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QKGHzFO3egaWzOAZ9Dd68kvAyEPSvu5I { 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:8.3125rem;width:8.25rem;top:11.016666889191rem;left:32.658334732056rem;overflow:hidden;display:block; }
#ymg7uTtweX5zQ0hfWDpyZKtTLRBxrtxL { 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:7.125rem;width:9.4375rem;top:11.610416889191rem;left:51.641668319702rem;overflow:hidden;display:block; }
#TaotVFcQTZpvqhOxkrUBzB5FlBksdwAZ { 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:7.75rem;width:7.25rem;top:11.297916889191rem;left:13.235418319702rem;overflow:hidden;display:block; }
#PCCFKJDlRmtXQRgcTlCMW43TuhqFMVKa { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:19.5rem;top:8.7500004768369rem;left:7.046875rem;overflow:hidden;display:block; }
#z6VoloNJ6uvl65wrS3mfOc56VhyPhFBb { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:19.5rem;top:8.7500004768369rem;left:26.802083969116rem;overflow:hidden;display:block; }
#ULrVQFx4cc9PcTWJTGvv1rmXsl8OUmnD { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:19.5rem;top:8.7500004768369rem;left:46.466665267944rem;overflow:hidden;display:block; }
#fPtpo78SchQc7D8s16MOMklc45lNV3Bw { box-sizing:content-box;height:25.4375rem;width:15.3125rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,255,255,0.68));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,255,255,0.68));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,255,255,0.68));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,255,255,0.68));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffffad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffffad' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,255,255,0.68));background-size:auto !important;top:9.4447913169862rem;left:9.3916683197019rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#z3lLr5vXheC50NQKEPnUweEi9IGakRoD { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:19.5rem;top:8.7500004768369rem;left:7.046875rem;overflow:hidden;display:none; }
#ilWnZl53Cma1x83VRepTxnXo7wdRoOTL { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:19.5rem;top:8.7500004768369rem;left:7.046875rem;overflow:hidden;display:none; }
#zFAdi2TEpx7ZenykF4hN1aRvWxP6wsFX { color:#ff6a00;display:block;width:15.1875rem;position:absolute;font-family:"yeseva one";font-size:1.5625rem;font-weight:400;z-index:15084;line-height:1.2;letter-spacing:0;top:23.004167079926rem;left:28.814584732056rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bycRHLdEBZn2Dud0NfMh9Txl6WU35gce { box-sizing:content-box;height:25.4375rem;width:15.3125rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,255,255,0.68));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,255,255,0.68));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,255,255,0.68));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,255,255,0.68));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffffad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffffad' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,255,255,0.68));background-size:auto !important;top:9.4375rem;left:29.127084732056rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uzdAkcIvXrc4Q1SmsWStP27TTktiskbQ { box-sizing:content-box;height:25.4375rem;width:15.3125rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,255,255,0.68));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,255,255,0.68));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,255,255,0.68));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,255,255,0.68));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffffad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffffad' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,255,255,0.68));background-size:auto !important;top:9.4375rem;left:48.766668319702rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6ff;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.275rem;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.66015625rem;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:6.6666665077213rem;left:51.33229637146rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tyuLmNb9IyyUgKc8rpU9wdzgmrFXzJTL { background-color:rgba(230,159,29,0.4);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.75rem rgba(230,159,29,0.5) ;box-sizing:border-box;color:rgba(255,255,255,0.88);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:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:8.3125rem;height:2.1875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:11.392709255219rem;left:51.809377670288rem;display:block; }
#ZRVMNZIePcR0H0S74bJOVKzbDvQKT4nI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:13.197917461395rem;left:54.48854637146rem;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; }
#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6ff;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; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { background-color: transparent; background-image: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container > .video-iframe-container { display: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container { display: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .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); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { border-width: 0; border-radius: 0; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:block; }#ToaJcUDDLML6lQiLQ0WlKBOWN4qf61y7 { box-sizing:content-box;height:6.6875rem;width:45.8125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-size:auto !important;top:9.6947927474975rem;left:-0.063541412353513rem;border-top-left-radius:0rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#FFtn8ZQZMkbfaxENDO3TzsGfXEn1KwVT { box-sizing:content-box;height:15.8125rem;width:46.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:0.5625rem;left:0.25rem;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; }
#ewG1vFwD6kaZ4NKhwRbTg15B3EbBdPvG { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:10.1875rem;top:9.5583333969119rem;left:60.937505722046rem;overflow:hidden;display:block; }
#mwSlTLNVsMMIBCOhOpPEsDZazZQdPHu3 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.74956875rem;width:8.686rem;top:12.889584541321rem;left:61.687505722046rem;overflow:hidden;display:block; }
#VEd1nKNBNoxMbRSL9HeuOlSH9Fqo1O1Q { position:absolute;display:block;z-index:15149;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:13.9375rem;top:4.0802087783814rem;left:46.687505722046rem;overflow:hidden;display:block; }
#NDTXhhbycJCPQ9JKiHWkdCmypce2Tsd6 { color:#ffffff;display:block;width:41.3125rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:5.502082824707rem;left:4.6885414123535rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fWSER6CRVx5HQttGNqEIVzg5GpuOwqDN { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:#355ba2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:14.7471875rem;height:2.8125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:12.256251335144rem;left:4.53125rem;display:block; }
#cbWdQAckTkVlnKRHIGgMenhZEvcNHuqO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vCys3VI76tUxw9XubFh6l1JBvxvHAXv4 { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:mukta;font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.6239585876465rem;left:4.6875rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SNlR9TK63AK2bzIrTFXTooxSzgdWBrq3 { box-sizing:content-box;height:7.6875rem;width:26.5625rem;position:absolute;display:block;z-index:15021;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:8.4822921752931rem;left:48.438543319702rem;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#w1H2dCZqgzoCUTPNzPUU2TAt5F3vniOA { box-sizing:content-box;height:15.8125rem;width:27.8125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(33,69,164,0.7), #444ea4);background-image: -moz-linear-gradient(135deg, rgba(33,69,164,0.7), #444ea4);background-image: -ms-linear-gradient(135deg, rgba(33,69,164,0.7), #444ea4);background-image: -o-linear-gradient(135deg, rgba(33,69,164,0.7), #444ea4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2145a4b2', endColorstr='#444ea4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2145a4b2', endColorstr='#444ea4' );";background-image: linear-gradient(135deg, rgba(33,69,164,0.7), #444ea4);background-size:auto !important;top:0.390625rem;left:47.187505722046rem;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; }
#SEr9NmlWeIQ9ITx95fGuAcvT4MuTmpJL { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:mukta;font-size:1.75rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:3.4239587783814rem;left:59.942708969116rem;height:3.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rk5aT9H8o8c9NbtewK1bXN8CVMcz3wic { box-sizing:content-box;height:5.99935rem;width:7.0605625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15060;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/24b4af47-e183-4cc9-a421-22d43b4f4cae/winto_logo_podstawowe_walor_CMYK6.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:22.875rem;left:33.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#rk5aT9H8o8c9NbtewK1bXN8CVMcz3wic.adaptive-delivery-prevent-bg, #rk5aT9H8o8c9NbtewK1bXN8CVMcz3wic.lazyload, #rk5aT9H8o8c9NbtewK1bXN8CVMcz3wic.lazyloading { background-image: none; }
#moq5AM9oNW3LktPxaoA6uuGaMkT1CeCz { box-sizing:content-box;height:4.5rem;width:7.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15060;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/24b4af47-e183-4cc9-a421-22d43b4f4cae/winto_logo_podstawowe_walor_CMYK6.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.875rem;left:20.375001907349rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#moq5AM9oNW3LktPxaoA6uuGaMkT1CeCz.adaptive-delivery-prevent-bg, #moq5AM9oNW3LktPxaoA6uuGaMkT1CeCz.lazyload, #moq5AM9oNW3LktPxaoA6uuGaMkT1CeCz.lazyloading { background-image: none; }
#B9qZZCbfhiIlpWX2NB3fueIh85eD9xkI { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:mukta;font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:3.2489585876465rem;left:4.6875rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qel5EEqu1MCq1y0qQ5GmkLbRHrdFWJTm { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:mukta;font-size:1.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:12.214584350586rem;left:29.379167556762rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x3yZiQrDGWxXtatT6EXza3lAhm3Tas9u { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:12.770834922791rem;left:19.879167556762rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uXJMttanWIPUUxEdft14fc7lQvlXJGJB { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:10.098958015442rem;left:4.6562519073486rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6ff;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; }#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:none; }#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:none; }#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:39.8125rem;width:75rem;position:relative;display:none; }#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:37.5625rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:3.375rem;left:7.5000019073488rem;height:1.462675rem;font-style:normal;display:block; }
#bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { color:#31315b;display:block;width:24.9375rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:13.3125rem;left:6.3125rem;height:1.80013125rem;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:16.0625rem;left:7.5rem;height:1.462675rem;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.125rem;left:6.25rem;height:1.80013125rem;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:24.932625rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:18.375rem;left:6.25rem;height:1.80013125rem;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:21.1875rem;left:7.4375rem;height:2.925rem;font-style:normal;display:block; }
#RESKqffypnKJKXrkVnT3ANhL6dAqC41w { color:#31315b;display:block;width:33rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:25.875rem;left:6.1875rem;height:1.80013125rem;font-style:normal;display:block; }
#mxKghquLuzZ8rztUJKMORPUa8Ji83hBa { color:#31315b;display:block;width:56.25rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:28.375rem;left:7.4375rem;height:2.925rem;font-style:normal;display:block; }
#zJiQU3D3eVW0NTahDc4Ork3bdbT3wnEf { color:#31315b;display:block;width:56.25rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:35.375rem;left:7.5rem;height:2.925rem;font-style:normal;display:block; }
#bxnrVRt9y2mR7kb80b3k4x0GTx0Gs8gs { color:#31315b;display:block;width:33rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:32.75rem;left:6.25rem;height:1.80013125rem;font-style:normal;display:block; }
#S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { color:#053b67;display:block;width:57.5625rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:9.625rem;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:none; }#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:none; }#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:none; }#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:26.6875rem;width:75rem;position:relative;display:none; }#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.80013125rem;font-style:normal;display:block; }
#OctmLuUWhZs55yaEGzCCmPemUDVRTGCb { color:#31315b;display:block;width:33.125rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:3.9385418891907rem;left:7.3125019073488rem;height:1.462675rem;font-style:normal;display:block; }
#oMTlRXLHZpW5nv7MZp9Idf8DGkTunmN7 { color:#31315b;display:block;width:25.8125rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.2458333969119rem;left:7.4375rem;height:1.462675rem;font-style:normal;display:block; }
#TZoqNTuTcn8irMtIvUpxKcTCZ7UmdzJq { color:#31315b;display:block;width:24.9375rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:10.685418128968rem;left:6.25rem;height:1.80013125rem;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:13.185418128968rem;left:7.4375rem;height:1.462675rem;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:6.0614595413208rem;left:6.25rem;height:1.80013125rem;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:15.311459541321rem;left:6.25rem;height:1.80013125rem;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:20.623959541321rem;left:6.3125rem;height:1.80013125rem;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:22.935418128967rem;left:7.4375rem;height:1.462675rem;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:17.998959541321rem;left:7.375rem;height:1.462675rem;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; }
#Ebe05d0749dc8f1fdce30933e4ba2444.widget-smartsection { 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; } #Ebe05d0749dc8f1fdce30933e4ba2444.widget-smartsection *:focus-visible, #Ebe05d0749dc8f1fdce30933e4ba2444.widget-smartsection input[type="text"]:focus-visible, #Ebe05d0749dc8f1fdce30933e4ba2444.widget-smartsection input[type="email"]:focus-visible, #Ebe05d0749dc8f1fdce30933e4ba2444.widget-smartsection input[type="tel"]:focus-visible, #Ebe05d0749dc8f1fdce30933e4ba2444.widget-smartsection textarea:focus-visible { outline: none; } #oJ9SyGQyH54b0iyelPCh6Odt4fb2sKGO > .row .container { background-color: transparent; background-image: none; }#oJ9SyGQyH54b0iyelPCh6Odt4fb2sKGO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ9SyGQyH54b0iyelPCh6Odt4fb2sKGO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ9SyGQyH54b0iyelPCh6Odt4fb2sKGO > .row .container > .video-iframe-container { display: none; }#oJ9SyGQyH54b0iyelPCh6Odt4fb2sKGO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ9SyGQyH54b0iyelPCh6Odt4fb2sKGO > .row > .video-iframe-container { display: none; }#oJ9SyGQyH54b0iyelPCh6Odt4fb2sKGO > .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); }#oJ9SyGQyH54b0iyelPCh6Odt4fb2sKGO > .row .container { border-width: 0; border-radius: 0; }#oJ9SyGQyH54b0iyelPCh6Odt4fb2sKGO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oJ9SyGQyH54b0iyelPCh6Odt4fb2sKGO > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;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; } #KbdtzR3Scyuob9K3olKp0CLm6bKOQaNK > .row .container { background-color: transparent; background-image: none; }#KbdtzR3Scyuob9K3olKp0CLm6bKOQaNK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbdtzR3Scyuob9K3olKp0CLm6bKOQaNK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbdtzR3Scyuob9K3olKp0CLm6bKOQaNK > .row .container > .video-iframe-container { display: none; }#KbdtzR3Scyuob9K3olKp0CLm6bKOQaNK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbdtzR3Scyuob9K3olKp0CLm6bKOQaNK > .row > .video-iframe-container { display: none; }#KbdtzR3Scyuob9K3olKp0CLm6bKOQaNK > .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); }#KbdtzR3Scyuob9K3olKp0CLm6bKOQaNK > .row .container { border-width: 0; border-radius: 0; }#KbdtzR3Scyuob9K3olKp0CLm6bKOQaNK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KbdtzR3Scyuob9K3olKp0CLm6bKOQaNK > .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.8125rem;display:block; }
#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk { position:relative;z-index:auto;display:block; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk { background-color: transparent; background-image: none; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row .container > .video-iframe-container { display: none; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row > .video-iframe-container { display: none; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .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); }#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:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:7.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:block; }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; }
#u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { width:12.5rem;height:8.375rem;top:0rem;display:none; }
#iLvgztHmXFa8HCHMLnptG65VHcsiKPeW { top:2.5rem;left:0rem;width:12.625rem;height:23.875rem;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:4.375rem;left:7.7395839691163rem;width:24.5rem;height:6.25rem;font-size:3.125rem;display:block; }
#dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { top:9.3125rem;left:2.0824654698372rem;width:3.9375rem;height:1.25rem;font-size:1rem;display:none; }
#aEamT8TPHeH1VJuKTUBqiQyQJfhqpDuP { top:2.875rem;left:36.547918319702rem;width:5.625rem;height:6rem;display:block; }
#SM1FvJqrxAp7eNQeQnKyT5E7AR10KOf9 { top:2.8125rem;left:39.6875rem;width:8.0625rem;height:6.125rem;display:block; }
#BD9SJbSTBPdCJ1HhQbVUI8Oxwh83X5r6 { top:4.375rem;left:0rem;width:25.5625rem;height:25.5625rem;display:none; }
#LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { top:14.6875rem;left:1.6229169964791rem;width:1.4375rem;height:2.4375rem;font-size:1.125rem;display:none; }
#fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { top:19.0625rem;left:1.3666675686836rem;width:2.625rem;height:2.4375rem;font-size:1.125rem;display:none; }
#EZKblpdCvSWvsyGFf8R6vn9LUfhGB25t { top:3rem;left:41.375rem;width:6.375rem;height:6.4375rem;display:block; }
#ULcbkGufhB4LztfJ6TufataW2m4MPXkC { top:0rem;left:39.6875rem;width:7.4375rem;height:11.9375rem;display:block; }
#dtqXRnPnUP8WlI00Cz47GGOup1lW20BE { top:0rem;left:39.6875rem;width:7.4375rem;height:11.9375rem;display:block; }
#Hk0fX7LyPzETuT1zkLohhzPnniiZa3bf { top:0rem;left:35.375rem;width:7.4375rem;height:11.9375rem;display:block; }
#C51Evx9TU4wiRbWuDxqFBIADwNlEJFMx { top:8.8125rem;left:7.8125019073488rem;width:27.4375rem;height:3.75rem;font-size:1.25rem;display:block; }
#iwnqZ07R3wdKcwVfKg9qTo2ADZ8lFHZl { width:12rem;height:2.5rem;top:14.5625rem;left:7.7500019073488rem;display:block; }
#R7dJwMK9Vtv1xeMgfDk4fnAn9CgHJ21S { display:block; }
#zNgPniutT2yu0rXDfSDDiJxtdkk68KTi { top:0rem;left:35.375rem;width:7.4375rem;height:11.9375rem;display:none; }
#UUOo739yrkvI7u1gGiAuWaCqE0EfZw28 { top:2.5rem;left:0rem;width:12.625rem;height:23.875rem;display:none; }
#n9Q6yTKS3eTffknoJRxhNm2ZawaxSgGA { top:8.75rem;left:0rem;width:19.5rem;height:1.5625rem;display:none; }
#BT2FIGZwoTl5HyKlU8gTM8Lcm559yyUw { top:8.75rem;left:0rem;width:19.5rem;height:1.5625rem;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:7.875rem;left:0rem;width:31.0625rem;height:9.375rem;font-size:1.125rem;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; }
#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; }
#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; }
#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; }
#kwKPv0uNCyZ4fTnqr4GTJvUAottNDIJ9 { top:19.4375rem;left:18.125rem;width:29.625rem;height:8.125rem;font-size:1.5625rem;display:block; }
#DRqs2TTQz2h7pqI7gMPTzSJAnSIyf4yy { top:4.6875rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
#eXH3fJTQxaJbydtH7IFoKpqSd4kWIq9T { top:14.4375rem;left:0rem;width:16.625rem;height:7.3125rem;font-size:1.8125rem;display:block; }
#piDofHVpmlrNoNImGNS4lPHwTkvybSUT { top:42.875rem;left:8.75rem;width:16rem;height:2rem;font-size:1.125rem;display:block; }
#cnwTe4VIeJrll3FrnRqSfvMpgIF0bm11 { top:44.5625rem;left:4.375rem;width:24.6875rem;height:3.625rem;font-size:1.6875rem;display:block; }
#TPvqArE30QG4dlAdhRMto4DLNXgxOTde { top:48.875rem;left:1.8791675567627rem;width:30.625rem;height:4.0625rem;font-size:1.125rem;display:block; }
#EBF8svd77ALdQTx4I58SHp8h584siTv8 { top:26.625rem;left:25.125rem;width:22.625rem;height:6.0625rem;font-size:1.5625rem;display:block; }
#DfoIrJs7F719u71qb6IoSNy5gtxT8ieX { top:18.625rem;left:11.035417556762rem;width:2.75rem;height:2.75rem;display:block; }
#Rt3gRIQzy2EbVZnVn3LxWeD3OkruNa1T { top:54.625rem;left:10.6875rem;width:13.5625rem;height:3.1875rem;display:block; }
#mZkMS50BDhcAryWb5qWrp6gpAADfp4BQ { display:block; }
#ffe6kpxvzqq70SAm6dDehA4XQ7kRmT7B { top:0.1875rem;left:0rem;width:38.6875rem;height:26.4375rem;display:block; }
#Q1dOTd8ZlIUX6T9UFyG3IVc3b9IvSpiM { top:16rem;left:28.25rem;width:19.5rem;height:1.5625rem;display:block; }
#IS5aDpF1AaAKitB3sx8STnsGvWMtt4zP { top:13rem;left:11.875rem;width:35.875rem;height:24.5rem;display:block; }
#efpAFb23ld25csyzEii8DadHeOHbXaTW { top:36.375rem;left:0rem;width:39.625rem;height:27rem;display:block; }
#WDHtkRzSs5CPRC3CVzinwy4TzgrJXDig { top:8.1875rem;left:26.937505722046rem;width:4.875rem;height:4.875rem;display:block; }
#NcJDSs5XsM0Akve3TDyFcd8CJXi304xW { top:32.9375rem;left:19.395835332642rem;width:4.4375rem;height:4.4375rem;display:block; }
#HLlExCgTBt0avU0Mv08kbOIOTf4nRT0v { top:7.9375rem;left:30.1875rem;width:17.5625rem;height:9.3125rem;display:block; }
#BbyqzBOkB7kPlt8Fs1O61E3AOD3qIPJK { top:54.625rem;left:0rem;width:17.3125rem;height:9.3125rem;display:block; }
#u5pdRkSza2cRvSszFLC2MGdJ2tiql8mK { top:19.1875rem;left:0rem;width:22.6875rem;height:8.5625rem;display:block; }
#MTr7uBBHkraQZesGt3uIXIgSheEayyMP { top:17rem;left:0rem;width:17.6875rem;height:3.6875rem;font-size:1.5625rem;display:none; }
#xrmOT8btlUn3GDW4knoL0TaweCI2SsRQ { top:0.1875rem;left:0rem;width:38.6875rem;height:26.4375rem;display:none; }
#Pf8q3I7Jb2De7KybuI0bTF55iXDkQPbp { top:0.1875rem;left:0rem;width:38.6875rem;height:26.4375rem;display:none; }
#KXxNle5VVNJwpuktnxqyTQzxA8v4Dkms { top:18rem;left:0rem;width:17.8125rem;height:4.375rem;font-size:1.125rem;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; }#kyUFFVoMPhaUDKWcgdVbbCD8ZfC4o7eK { top:1.9375rem;left:9.5000019073488rem;width:35.75rem;height:3.875rem;font-size:1.875rem;display:block; }
#iGDI3z8tKDDMvfaEuhFFuo7a7QUic07T { top:9.9375rem;left:22.561460494995rem;width:25rem;height:4.25rem;display:none; }
#b1F0q3Dd1RWToVqeKc6zRQUKUTF3Fxh9 { top:9.9375rem;left:22.561460494995rem;width:25rem;height:4.25rem;display:none; }
#QaTxeqkIl3VJpuTeD8iay47DiX17DJex { top:8.9375rem;left:0rem;width:7.4375rem;height:11.9375rem;display:block; }
#Nwxz7AXFTXcZMhKe9n3XE8OT5ur9bqHR { top:9.0625rem;left:38.8125rem;width:7.4375rem;height:11.9375rem;display:block; }
#z7uStPOAZ48xnOEdoESOTAoLdzxCsp1w { top:9rem;left:19.172918319702rem;width:7.4375rem;height:11.9375rem;display:block; }
#Lzzw1TsSoEfH2TF3pvkCpT5OsLVXra2Q { top:23rem;left:0rem;width:11.5rem;height:7.5rem;font-size:1.375rem;display:block; }
#wc2AlaGyagFDM8lNZAnLwbCKt5rD17PG { top:23rem;left:15.189584732056rem;width:15.1875rem;height:7.5rem;font-size:1.375rem;display:block; }
#mmb2zpXuPqvhJl0dehoKI2ZIhZrG9JA2 { top:22.8125rem;left:35.3125rem;width:12.4375rem;height:8.0625rem;font-size:1.375rem;display:block; }
#QKGHzFO3egaWzOAZ9Dd68kvAyEPSvu5I { top:11rem;left:19.033334732056rem;width:8.25rem;height:8.3125rem;display:block; }
#ymg7uTtweX5zQ0hfWDpyZKtTLRBxrtxL { top:11.5625rem;left:38.016668319702rem;width:9.4375rem;height:7.125rem;display:block; }
#TaotVFcQTZpvqhOxkrUBzB5FlBksdwAZ { top:11.25rem;left:0rem;width:7.25rem;height:7.75rem;display:block; }
#PCCFKJDlRmtXQRgcTlCMW43TuhqFMVKa { top:8.75rem;left:0rem;width:19.5rem;height:1.5625rem;display:block; }
#z6VoloNJ6uvl65wrS3mfOc56VhyPhFBb { top:8.75rem;left:13.177083969116rem;width:19.5rem;height:1.5625rem;display:block; }
#ULrVQFx4cc9PcTWJTGvv1rmXsl8OUmnD { top:8.75rem;left:28.25rem;width:19.5rem;height:1.5625rem;display:block; }
#fPtpo78SchQc7D8s16MOMklc45lNV3Bw { top:9.4375rem;left:0rem;width:15.3125rem;height:25.4375rem;display:block; }
#z3lLr5vXheC50NQKEPnUweEi9IGakRoD { top:8.75rem;left:0rem;width:19.5rem;height:1.5625rem;display:none; }
#ilWnZl53Cma1x83VRepTxnXo7wdRoOTL { top:8.75rem;left:0rem;width:19.5rem;height:1.5625rem;display:none; }
#zFAdi2TEpx7ZenykF4hN1aRvWxP6wsFX { top:38.0625rem;left:0rem;width:20rem;height:4.9375rem;font-size:1.375rem;display:none; }
#bycRHLdEBZn2Dud0NfMh9Txl6WU35gce { top:9.4375rem;left:15.502084732056rem;width:15.3125rem;height:25.4375rem;display:block; }
#uzdAkcIvXrc4Q1SmsWStP27TTktiskbQ { top:9.4375rem;left:32.4375rem;width:15.3125rem;height:25.4375rem;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:6.625rem;left:28.25rem;width:19.5rem;height:2.9375rem;font-size:1.25rem;display:block; }
#tyuLmNb9IyyUgKc8rpU9wdzgmrFXzJTL { width:8.3125rem;height:2.1875rem;top:11.375rem;left:38.184377670288rem;display:block; }
#ZRVMNZIePcR0H0S74bJOVKzbDvQKT4nI { display:block; }
#IFnBAfkZ2oSxTib24Jw9nyouEEb6QXTV { width:13.75rem;height:3.25rem;top:13.1875rem;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; }
#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr { display:block; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { width:47.75rem;position:relative;display:block; }#ToaJcUDDLML6lQiLQ0WlKBOWN4qf61y7 { top:9.6875rem;left:0rem;width:45.8125rem;height:6.6875rem;display:block; }
#FFtn8ZQZMkbfaxENDO3TzsGfXEn1KwVT { top:0.5625rem;left:0rem;width:46.75rem;height:15.8125rem;display:block; }
#ewG1vFwD6kaZ4NKhwRbTg15B3EbBdPvG { top:9.5rem;left:37.5625rem;width:10.1875rem;height:2.75rem;display:block; }
#mwSlTLNVsMMIBCOhOpPEsDZazZQdPHu3 { top:12.875rem;left:39.125rem;width:8.625rem;height:2.7298276749156rem;display:block; }
#VEd1nKNBNoxMbRSL9HeuOlSH9Fqo1O1Q { top:4.0625rem;left:33.062505722046rem;width:13.9375rem;height:11.6875rem;display:block; }
#NDTXhhbycJCPQ9JKiHWkdCmypce2Tsd6 { top:5.5rem;left:0rem;width:41.3125rem;height:3.25rem;font-size:0.875rem;display:block; }
#fWSER6CRVx5HQttGNqEIVzg5GpuOwqDN { width:14.6875rem;height:2.8125rem;top:12.25rem;left:0rem;display:block; }
#cbWdQAckTkVlnKRHIGgMenhZEvcNHuqO { display:block; }
#vCys3VI76tUxw9XubFh6l1JBvxvHAXv4 { top:2.5625rem;left:0rem;width:16.8125rem;height:2.25rem;font-size:1.75rem;display:block; }
#SNlR9TK63AK2bzIrTFXTooxSzgdWBrq3 { top:8.4375rem;left:21.1875rem;width:26.5625rem;height:7.6875rem;display:block; }
#w1H2dCZqgzoCUTPNzPUU2TAt5F3vniOA { top:0.375rem;left:19.9375rem;width:27.8125rem;height:15.8125rem;display:block; }
#SEr9NmlWeIQ9ITx95fGuAcvT4MuTmpJL { top:3.375rem;left:34.375rem;width:13.375rem;height:3.8125rem;font-size:1.75rem;display:block; }
#rk5aT9H8o8c9NbtewK1bXN8CVMcz3wic { top:22.875rem;left:20.25rem;width:7rem;height:5.9375rem;display:none; }
#moq5AM9oNW3LktPxaoA6uuGaMkT1CeCz { top:0.875rem;left:6.7500019073488rem;width:7.75rem;height:4.5rem;display:block; }
#B9qZZCbfhiIlpWX2NB3fueIh85eD9xkI { top:15.6875rem;left:0rem;width:11rem;height:2.875rem;font-size:1.75rem;display:none; }
#qel5EEqu1MCq1y0qQ5GmkLbRHrdFWJTm { top:12.1875rem;left:15.754167556762rem;width:11.875rem;height:2.25rem;font-size:0.9375rem;display:block; }
#x3yZiQrDGWxXtatT6EXza3lAhm3Tas9u { top:12.75rem;left:6.2541675567625rem;width:10.4375rem;height:1.625rem;font-size:0.875rem;display:block; }
#uXJMttanWIPUUxEdft14fc7lQvlXJGJB { top:10.0625rem;left:0rem;width:15.3125rem;height:1.625rem;font-size:0.875rem;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.375rem;left:0rem;width:37.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
#bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { top:13.3125rem;left:0rem;width:24.9375rem;height:1.75rem;font-size:1.125rem;display:block; }
#yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { top:16.0625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
#zivbItXiMQPJ37dloAEkEScWSkeTolBI { top:7.125rem;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:18.375rem;left:0rem;width:24.875rem;height:1.75rem;font-size:1.125rem;display:block; }
#qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { top:21.1875rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.125rem;display:block; }
#RESKqffypnKJKXrkVnT3ANhL6dAqC41w { top:25.875rem;left:0rem;width:33rem;height:1.75rem;font-size:1.125rem;display:block; }
#mxKghquLuzZ8rztUJKMORPUa8Ji83hBa { top:28.375rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.125rem;display:block; }
#zJiQU3D3eVW0NTahDc4Ork3bdbT3wnEf { top:35.375rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.125rem;display:block; }
#bxnrVRt9y2mR7kb80b3k4x0GTx0Gs8gs { top:32.75rem;left:0rem;width:33rem;height:1.75rem;font-size:1.125rem;display:block; }
#S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { top:9.625rem;left:0rem;width:47.75rem;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.9375rem;left:0rem;width:33.125rem;height:1.4375rem;font-size:0.875rem;display:block; }
#oMTlRXLHZpW5nv7MZp9Idf8DGkTunmN7 { top:8.1875rem;left:0rem;width:25.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
#TZoqNTuTcn8irMtIvUpxKcTCZ7UmdzJq { top:10.625rem;left:0rem;width:24.9375rem;height:1.75rem;font-size:1.125rem;display:block; }
#rzaNqhTAwHAOTtOMK32owxCCqBx3TWU0 { top:13.125rem;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:6rem;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:15.25rem;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:20.5625rem;left:0rem;width:32.375rem;height:1.75rem;font-size:1.125rem;display:block; }
#PlnBcgOWicQOSte36n8umq8Js0qcUlRu { top:22.875rem;left:0rem;width:30.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#QqMxQhrhhQxktNtyiamOuu85WGdBwDsU { top:17.9375rem;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; }
#Ebe05d0749dc8f1fdce30933e4ba2444.widget-smartsection { display:block; } #Ebe05d0749dc8f1fdce30933e4ba2444.widget-smartsection *:focus-visible, #Ebe05d0749dc8f1fdce30933e4ba2444.widget-smartsection input[type="text"]:focus-visible, #Ebe05d0749dc8f1fdce30933e4ba2444.widget-smartsection input[type="email"]:focus-visible, #Ebe05d0749dc8f1fdce30933e4ba2444.widget-smartsection input[type="tel"]:focus-visible, #Ebe05d0749dc8f1fdce30933e4ba2444.widget-smartsection textarea:focus-visible { outline: none; } #oJ9SyGQyH54b0iyelPCh6Odt4fb2sKGO > .row .container { width:47.75rem;position:relative;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; } #KbdtzR3Scyuob9K3olKp0CLm6bKOQaNK > .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; }body { position:relative;background-color:#ffffff;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 { position:relative;z-index:auto;display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU { 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 { border-width: 0; border-radius: 0; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .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; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { width:20rem;height:2.6875rem;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;display:block; }#lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { top:0.40495300292969rem;left:16.498699188233rem;width:1.875rem;height:1.875rem;z-index:15012;overflow:hidden;display:block; }
#u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { top:0rem;left:6.0000002980232rem;width:3.625rem;height:2.3125rem;z-index:15013;overflow:hidden;display:block; }
#iLvgztHmXFa8HCHMLnptG65VHcsiKPeW { width:6.9375rem;height:13.1875rem;top:3.5625002384186rem;left:3.6875002980233rem;display:none; }
#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:24.3125rem;background-color:#efe9d8;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:34.6875rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
#aFG9JTDuQkyPz8WCOPG5N4Ofuc1RinoM { width:12.875rem;height:4.19921875rem;top:4.2447919249534rem;left:6.9375002980231rem;font-size:1.75rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
#dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { width:3.125rem;height:0;top:33.325001716614rem;left:11.816667377949rem;font-size:1rem;z-index:15290;display:none; }
#aEamT8TPHeH1VJuKTUBqiQyQJfhqpDuP { width:3.75rem;height:3.9375rem;top:18.500000953674rem;left:3.2500002980233rem;display:block; }
#SM1FvJqrxAp7eNQeQnKyT5E7AR10KOf9 { width:4.875rem;height:3.75rem;top:18.625000953674rem;left:12.125000774861rem;display:block; }
#BD9SJbSTBPdCJ1HhQbVUI8Oxwh83X5r6 { width:10.5625rem;height:10.5625rem;top:9.9375011920931rem;left:9.4375007748606rem;z-index:15292;display:none; }
#LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { width:2.625rem;height:0;top:26.075000524521rem;left:6.2500002980231rem;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15291;display:none; }
#fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { width:3.625rem;height:0;top:32.324999570846rem;left:6.3750002980231rem;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15292;color:#25171a;display:none; }
#EZKblpdCvSWvsyGFf8R6vn9LUfhGB25t { width:3.875rem;height:3.9375rem;top:18.929167747498rem;left:7.9229171872138rem;display:block; }
#ULcbkGufhB4LztfJ6TufataW2m4MPXkC { width:3.9375rem;height:6.5rem;top:17.375000476837rem;left:7.7958334088325rem;box-shadow: 0.25rem 0.25rem 0.125rem rgba(130,165,165,0.22) ;border-top:0.1875rem solid rgba(255,169,28,0.35);border-left:0.1875rem solid rgba(255,169,28,0.35);border-right:0.1875rem solid rgba(255,169,28,0.35);border-bottom:0.1875rem solid rgba(255,169,28,0.35);display:block; }
#dtqXRnPnUP8WlI00Cz47GGOup1lW20BE { width:4rem;height:6.5rem;top:17.375000476837rem;left:12.562500774861rem;box-shadow: 0.25rem 0.25rem 0.125rem rgba(130,165,165,0.22) ;border-top:0.1875rem solid rgba(181,34,174,0.35);border-left:0.1875rem solid rgba(181,34,174,0.35);border-right:0.1875rem solid rgba(181,34,174,0.35);border-bottom:0.1875rem solid rgba(181,34,174,0.35);display:block; }
#Hk0fX7LyPzETuT1zkLohhzPnniiZa3bf { width:3.875rem;height:6.5rem;top:17.375000476837rem;left:3.0625000596046rem;box-shadow: 0.25rem 0.25rem 0.125rem rgba(130,165,165,0.22) ;border-top:0.1875rem solid rgba(34,172,181,0.35);border-left:0.1875rem solid rgba(34,172,181,0.35);border-right:0.1875rem solid rgba(34,172,181,0.35);border-bottom:0.1875rem solid rgba(34,172,181,0.35);display:block; }
#C51Evx9TU4wiRbWuDxqFBIADwNlEJFMx { width:11.5rem;height:4.125rem;top:7.0166667699813rem;left:7.6875002980231rem;font-size:1.25rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
#iwnqZ07R3wdKcwVfKg9qTo2ADZ8lFHZl { width:9.9375rem;height:2.5rem;top:12.254167556762rem;left:7.5000007748606rem;font-size:1rem;z-index:15171;display:block; }
#R7dJwMK9Vtv1xeMgfDk4fnAn9CgHJ21S { display:block; }
#zNgPniutT2yu0rXDfSDDiJxtdkk68KTi { width:20rem;height:16.875rem;top:0rem;left:0rem;box-shadow: none;z-index:15000;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:#ffffff;background-image:url("https://images.assets-landingi.com/uc/81437d04-a399-4ce2-9503-c65e3e01598b/LPdesktop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#zNgPniutT2yu0rXDfSDDiJxtdkk68KTi.adaptive-delivery-prevent-bg, #zNgPniutT2yu0rXDfSDDiJxtdkk68KTi.lazyload, #zNgPniutT2yu0rXDfSDDiJxtdkk68KTi.lazyloading { background-image: none; }
#UUOo739yrkvI7u1gGiAuWaCqE0EfZw28 { width:7.25rem;height:14.0625rem;top:2.9333333969116rem;left:0rem;z-index:15315;display:block; }
#n9Q6yTKS3eTffknoJRxhNm2ZawaxSgGA { width:11.0625rem;height:1.4375rem;top:17.12500166893rem;left:0rem;z-index:14999;display:block; }
#BT2FIGZwoTl5HyKlU8gTM8Lcm559yyUw { width:11.0625rem;height:1.4375rem;top:17.18750166893rem;left:8.9375rem;z-index:15000;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:49.875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #efe9d8, #ffffff);background-image: -moz-linear-gradient(180deg, #efe9d8, #ffffff);background-image: -ms-linear-gradient(180deg, #efe9d8, #ffffff);background-image: -o-linear-gradient(180deg, #efe9d8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe9d8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe9d8', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #efe9d8, #ffffff);background-size:auto !important;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:15rem;height:5.84765625rem;top:4rem;left:2.8750000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-family:"yeseva one";display:block; }
#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:77.9375rem;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:78.5rem;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:77.8125rem;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; }
#hoH5WQAP3M035xD5AZQeDuovB0vR4xhp { width:11.6875rem;height:3.1875rem;top:61.250004768372rem;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; }
#PsGiM6kfNDNgNiyCLNKuiA2QLOLD02u1 { width:1.9375rem;height:0;top:54.379169464111rem;left:7.8041666150094rem;font-size:3rem;text-align:left;text-align-last:left;display:none; }
#TxzfWhyeuhDMnSWZC1ETGlsIBXMqfw51 { width:7.0625rem;height:0;top:61.875004768372rem;left:5.7500007748604rem;font-size:1.375rem;display:none; }
#eB6fntC40SnPa7w9yabdFz2KC8GcwSRN { width:10.0625rem;height:3.1875rem;top:42.937500953674rem;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; }
#CcQ9rdVeNbWqIGSJtX182L4Vf43ESDbm { width:2rem;height:0;top:42.250002861023rem;left:2.6875002980233rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:none; }
#SMPVcrsourrvFoHA3lkWOMc8SBkmmkHf { width:7.3125rem;height:0;top:43.625000953674rem;left:4.9375002980232rem;font-size:1.375rem;display:none; }
#Dsa3b6PJAA1CcMhFBMD79RWtxtiwwcik { width:18.0625rem;height:3.9375rem;top:35.745834350586rem;left:0rem;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; }
#t0UbzeNLD0MQSLyUk75KfVv58Xzf28n6 { width:2.4375rem;height:0;top:25.543751716614rem;left:7.8125007748606rem;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:28.254168510437rem;left:10.250000774861rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15103;display:none; }
#wX7hElaf8wg61tKA1P6SV15Z18e9Hr3n { width:9.0625rem;height:0;top:41.918752670288rem;left:9.0666673779488rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
#lWhsT2Niy0m52wQCePdFUqtnUMzOZNss { width:18.0625rem;height:12rem;top:43.170835494995rem;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:14992;display:none; }
#IdFvcKSTKUScfLqOnbcl1WE70DWWkAPi { width:18.0625rem;height:12rem;top:44.967710494995rem;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; }
#nX24IhJMBAmlzWRkkKkIXtAz7GQOapJV { width:14rem;height:0;top:42.683336257934rem;left:3.0000000596046rem;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:46.373962402344rem;left:7.1562502980231rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
#kwKPv0uNCyZ4fTnqr4GTJvUAottNDIJ9 { width:16.6875rem;height:0;top:17.706250429154rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
#DRqs2TTQz2h7pqI7gMPTzSJAnSIyf4yy { display:flex;width:1.8125rem;height:1.8125rem;top:2rem;left:3.0625000596046rem; }
#eXH3fJTQxaJbydtH7IFoKpqSd4kWIq9T { width:13.125rem;height:4.7109375rem;top:8.6010427474975rem;left:2.9375000596046rem;font-size:1.8125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
#piDofHVpmlrNoNImGNS4lPHwTkvybSUT { width:13.8125rem;height:1.4625rem;top:33.939584732056rem;left:3.1250000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#cnwTe4VIeJrll3FrnRqSfvMpgIF0bm11 { width:17.5625rem;height:2.19375rem;top:35.435417175293rem;left:0.8125rem;font-size:1.6875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#TPvqArE30QG4dlAdhRMto4DLNXgxOTde { width:17.8125rem;height:2.923825rem;top:37.968751907349rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#EBF8svd77ALdQTx4I58SHp8h584siTv8 { width:16.75rem;height:3.7119125rem;top:23.187502145767rem;left:1.3750000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.1;display:block; }
#DfoIrJs7F719u71qb6IoSNy5gtxT8ieX { display:flex;width:1.875rem;height:1.875rem;top:10.449998855591rem;left:12.995834171772rem;font-size:1.5rem; }
#Rt3gRIQzy2EbVZnVn3LxWeD3OkruNa1T { top:45.000003814698rem;left:2.7500000596046rem;width:13.5625rem;height:3.1875rem;display:block; }
#mZkMS50BDhcAryWb5qWrp6gpAADfp4BQ { display:block; }
#ffe6kpxvzqq70SAm6dDehA4XQ7kRmT7B { width:20rem;height:13.5625rem;top:1.9073486328125E-6rem;left:0rem;display:block; }
#Q1dOTd8ZlIUX6T9UFyG3IVc3b9IvSpiM { width:19.5rem;height:1.5625rem;top:16rem;left:0.25rem;display:none; }
#IS5aDpF1AaAKitB3sx8STnsGvWMtt4zP { width:20rem;height:13.658536585366rem;top:13rem;left:0rem;display:none; }
#efpAFb23ld25csyzEii8DadHeOHbXaTW { width:20rem;height:13.627760252366rem;top:36.375rem;left:0rem;display:none; }
#WDHtkRzSs5CPRC3CVzinwy4TzgrJXDig { display:flex;width:4.875rem;height:4.875rem;top:39.218751907349rem;left:7.5625rem;font-size:1.5rem;display:none; }
#NcJDSs5XsM0Akve3TDyFcd8CJXi304xW { display:flex;width:4.4375rem;height:4.4375rem;top:45.343751907349rem;left:7.75rem;font-size:1.5rem;display:none; }
#HLlExCgTBt0avU0Mv08kbOIOTf4nRT0v { width:9.9375rem;height:5.25rem;top:28.756256103516rem;left:8.9645841717719rem;display:block; }
#BbyqzBOkB7kPlt8Fs1O61E3AOD3qIPJK { width:17.3125rem;height:9.3125rem;top:54.625rem;left:1.3125rem;display:none; }
#u5pdRkSza2cRvSszFLC2MGdJ2tiql8mK { width:12.5625rem;height:4.6875rem;top:10.44896030426rem;left:1.3750000596046rem;display:block; }
#MTr7uBBHkraQZesGt3uIXIgSheEayyMP { width:17.6875rem;height:0;top:17.729167461395rem;left:0.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.1;z-index:15085;display:none; }
#xrmOT8btlUn3GDW4knoL0TaweCI2SsRQ { width:20rem;height:13.5625rem;top:15.139585018158rem;left:0rem;z-index:15000;display:block; }
#Pf8q3I7Jb2De7KybuI0bTF55iXDkQPbp { width:20rem;height:13.5625rem;top:30.662501096726rem;left:0rem;z-index:15001;display:block; }
#KXxNle5VVNJwpuktnxqyTQzxA8v4Dkms { width:17.8125rem;height:4.38574375rem;top:18.014584302902rem;left:0.90625005960463rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15086;display:block; }
#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { display:none; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke > .row .container { width:20rem;height:10.5rem;position:relative;display:none; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #efe9d8);background-image: -moz-linear-gradient(180deg, #ffffff, #efe9d8);background-image: -ms-linear-gradient(180deg, #ffffff, #efe9d8);background-image: -o-linear-gradient(180deg, #ffffff, #efe9d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efe9d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efe9d8' );";background-image: linear-gradient(180deg, #ffffff, #efe9d8);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container { background-color: transparent; background-image: none; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container > .video-iframe-container { display: none; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row > .video-iframe-container { display: none; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .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); }#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:65.6875rem;position:relative;display:block; }#kyUFFVoMPhaUDKWcgdVbbCD8ZfC4o7eK { width:17.6875rem;height:1.875rem;top:1.40625rem;left:1.1562500596046rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.0;display:block; }
#iGDI3z8tKDDMvfaEuhFFuo7a7QUic07T { width:20rem;height:4.8125rem;top:-0.1875rem;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; }
#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; }
#QaTxeqkIl3VJpuTeD8iay47DiX17DJex { width:7.5rem;height:10.25rem;top:6.875rem;left:6rem;box-shadow: 0.4375rem 0.4375rem 0.25rem rgba(130,165,165,0.22) ;display:block; }
#Nwxz7AXFTXcZMhKe9n3XE8OT5ur9bqHR { width:7.4375rem;height:10.25rem;top:46.810420036316rem;left:6.0000002980232rem;box-shadow: 0.4375rem 0.4375rem 0.25rem rgba(130,165,165,0.22) ;display:block; }
#z7uStPOAZ48xnOEdoESOTAoLdzxCsp1w { width:7.4375rem;height:10.25rem;top:26.339588165283rem;left:6.0000002980232rem;box-shadow: 0.4375rem 0.4375rem 0.25rem rgba(130,165,165,0.22) ;display:block; }
#Lzzw1TsSoEfH2TF3pvkCpT5OsLVXra2Q { width:17.9375rem;height:4.94824375rem;top:18.812500476837rem;left:1.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#wc2AlaGyagFDM8lNZAnLwbCKt5rD17PG { width:20rem;height:0;top:38.125001907349rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.2;display:none; }
#mmb2zpXuPqvhJl0dehoKI2ZIhZrG9JA2 { width:19.5rem;height:3.298825rem;top:58.750002861023rem;left:0.25rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#QKGHzFO3egaWzOAZ9Dd68kvAyEPSvu5I { width:6.375rem;height:6.4375rem;top:28.29479598999rem;left:6.6729171872138rem;display:block; }
#ymg7uTtweX5zQ0hfWDpyZKtTLRBxrtxL { width:8.8125rem;height:6.6875rem;top:48.685420036316rem;left:5.4687502980232rem;display:block; }
#TaotVFcQTZpvqhOxkrUBzB5FlBksdwAZ { width:5.625rem;height:6rem;top:8.5rem;left:7.1875rem;display:block; }
#PCCFKJDlRmtXQRgcTlCMW43TuhqFMVKa { width:19.5rem;height:1.5625rem;top:6.87292098999rem;left:0.18750005960464rem;display:block; }
#z6VoloNJ6uvl65wrS3mfOc56VhyPhFBb { width:19.5rem;height:1.5625rem;top:157.78123474121rem;left:0.25rem;display:none; }
#ULrVQFx4cc9PcTWJTGvv1rmXsl8OUmnD { width:19.5rem;height:1.5625rem;top:187.28123474121rem;left:0.25rem;display:none; }
#fPtpo78SchQc7D8s16MOMklc45lNV3Bw { width:15.3125rem;height:25.4375rem;top:108.65520524979rem;left:4.6875002980232rem;box-shadow: 0.4375rem 0.4375rem 0.25rem rgba(130,165,165,0.22) ;display:none; }
#z3lLr5vXheC50NQKEPnUweEi9IGakRoD { width:19.5rem;height:1.5625rem;top:26.183332920074rem;left:0rem;z-index:15000;display:block; }
#ilWnZl53Cma1x83VRepTxnXo7wdRoOTL { width:19.5rem;height:1.5625rem;top:46.84583568573rem;left:0.0625rem;z-index:14995;display:block; }
#zFAdi2TEpx7ZenykF4hN1aRvWxP6wsFX { width:20rem;height:4.94824375rem;top:38.125001907349rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.2;z-index:15085;color:#1e5633;display:block; }
#bycRHLdEBZn2Dud0NfMh9Txl6WU35gce { width:15.3125rem;height:25.4375rem;top:9.4375rem;left:2.3125rem;box-shadow: 0.4375rem 0.4375rem 0.25rem rgba(130,165,165,0.22) ;display:none; }
#uzdAkcIvXrc4Q1SmsWStP27TTktiskbQ { width:15.3125rem;height:25.4375rem;top:9.4375rem;left:2.3125rem;box-shadow: 0.4375rem 0.4375rem 0.25rem rgba(130,165,165,0.22) ;display:none; }
#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:20.1875rem;position:relative;display:block; }#t9CTaU4Wi3s9vEcocSVSubrpe5gwbCOQ { width:13.8125rem;height:1.35rem;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.5107375rem;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:11.935415267944rem;left:9.0791875rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
#tyuLmNb9IyyUgKc8rpU9wdzgmrFXzJTL { width:5.6875rem;height:1.375rem;top:15.946876525879rem;left:10.379167377949rem;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; }
#ZRVMNZIePcR0H0S74bJOVKzbDvQKT4nI { display:block; }
#IFnBAfkZ2oSxTib24Jw9nyouEEb6QXTV { width:5.865625rem;height:1.36458125rem;top:17.875rem;left:10.316667377949rem;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; }
#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr { 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; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { background-color: transparent; background-image: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container > .video-iframe-container { display: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container { display: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .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); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { border-width: 0; border-radius: 0; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { width:20rem;height:28.9375rem;position:relative;display:block; }#ToaJcUDDLML6lQiLQ0WlKBOWN4qf61y7 { width:20rem;height:6.625rem;top:8.2697906494137rem;left:-0.060416698455811rem;border-top-left-radius:0rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -moz-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -ms-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -o-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );";background-image: linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-size:auto !important;display:block; }
#FFtn8ZQZMkbfaxENDO3TzsGfXEn1KwVT { width:20rem;height:14.25rem;top:0.640625rem;left:0rem;display:block; }
#ewG1vFwD6kaZ4NKhwRbTg15B3EbBdPvG { width:8.4375rem;height:2.68645625rem;top:20.942710876465rem;left:9.6281250119206rem;display:block; }
#mwSlTLNVsMMIBCOhOpPEsDZazZQdPHu3 { width:8.4375rem;height:2.68645625rem;top:24.192710876465rem;left:9.6281250119206rem;display:block; }
#VEd1nKNBNoxMbRSL9HeuOlSH9Fqo1O1Q { width:8.4989375rem;height:7.2489375rem;top:19.564582824707rem;left:0.37500005960464rem;display:block; }
#NDTXhhbycJCPQ9JKiHWkdCmypce2Tsd6 { width:17.1875rem;height:3.41015625rem;top:4.0739593505859rem;left:2.1250000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
#fWSER6CRVx5HQttGNqEIVzg5GpuOwqDN { width:9.5rem;height:1.8125rem;top:10.333332061767rem;left:2.0000000596046rem;font-size:0.9375rem;z-index:15164;display:block; }
#cbWdQAckTkVlnKRHIGgMenhZEvcNHuqO { display:block; }
#vCys3VI76tUxw9XubFh6l1JBvxvHAXv4 { width:11.0623125rem;height:1.4619125rem;top:2.2510414123535rem;left:2.1875000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
#SNlR9TK63AK2bzIrTFXTooxSzgdWBrq3 { width:20rem;height:8.5614375rem;top:20.0625rem;left:0rem;border-top-left-radius:5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#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; }
#w1H2dCZqgzoCUTPNzPUU2TAt5F3vniOA { width:20rem;height:12rem;top:16.1875rem;left:0rem;display:block; }
#SEr9NmlWeIQ9ITx95fGuAcvT4MuTmpJL { width:18.125rem;height:0;top:16.000001907349rem;left:0.93750005960463rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
#rk5aT9H8o8c9NbtewK1bXN8CVMcz3wic { width:4.9375rem;height:4.5625rem;top:0.375rem;left:12.507292568684rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15061;display:block; }
#moq5AM9oNW3LktPxaoA6uuGaMkT1CeCz { width:6.25rem;height:5.81163125rem;top:22.643230438233rem;left:1.6243489384651rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#B9qZZCbfhiIlpWX2NB3fueIh85eD9xkI { width:15.8125rem;height:1.4619125rem;top:17.328125rem;left:1.8739584088326rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15022;display:block; }
#qel5EEqu1MCq1y0qQ5GmkLbRHrdFWJTm { width:10.75rem;height:1.21875rem;top:12.875rem;left:8.8466796875rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
#x3yZiQrDGWxXtatT6EXza3lAhm3Tas9u { width:6.9375rem;height:1.13671875rem;top:12.893749237061rem;left:2.1270833611488rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
#uXJMttanWIPUUxEdft14fc7lQvlXJGJB { width:9.875rem;height:1.1375rem;top:8.7635421752931rem;left:2.1250000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;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:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#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.3125rem;position:relative;display:none; }#gfnNrT82wnM1rsUkswuU8N8hDcXRvMiu { width:4.5625rem;height:1.78125rem;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:0rem;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:none; }#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:46.1875rem;position:relative;display:none; }#aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { width:17.9375rem;height:2.125rem;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:2.275rem;top:3.796875rem;left:1.4666666388512rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
#bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { width:14.125rem;height:2.55rem;top:9.9375038146975rem;left:1.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
#yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { width:17.75rem;height:3.4125rem;top:13.123962402344rem;left:1.1229166388512rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
#zivbItXiMQPJ37dloAEkEScWSkeTolBI { width:18.375rem;height:1.275rem;top:6.5000038146975rem;left:1.25rem;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:17.6875rem;height:2.55rem;top:17.825004577637rem;left:1.0687499642372rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
#qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { width:17.75rem;height:6.825rem;top:20.87292098999rem;left:1.1854167580604rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
#RESKqffypnKJKXrkVnT3ANhL6dAqC41w { width:18.75rem;height:2.55rem;top:28.623962402344rem;left:1.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
#mxKghquLuzZ8rztUJKMORPUa8Ji83hBa { width:20rem;height:4.546875rem;top:46.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#053b67;display:none; }
#zJiQU3D3eVW0NTahDc4Ork3bdbT3wnEf { width:17.625rem;height:3.4125rem;top:40.49792098999rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
#bxnrVRt9y2mR7kb80b3k4x0GTx0Gs8gs { width:18.6875rem;height:2.55rem;top:37.186462402344rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
#S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { width:15.4375rem;height:1.1375rem;top:8.0625038146975rem;left:1.2041875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
#a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { top:31.748962402344rem;left:1.125rem;width:17.75rem;height:4.55rem;z-index:15024;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#053b67;display:block; }
#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:none; }#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:5.125rem;position:relative;display:none; }#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.78125rem;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:none; }#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:29.625rem;position:relative;display:none; }#aoT2ygsKwU9SJKoPT9lwRI3NxcGxFL2U { width:18.375rem;height:2.125rem;top:0.53645706176758rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:01;display:block; }
#OctmLuUWhZs55yaEGzCCmPemUDVRTGCb { width:17.75rem;height:2.275rem;top:3.1833324432373rem;left:1.3718749880791rem;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:18.75rem;height:2.125rem;top:9.7010412216188rem;left:1.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1;display:block; }
#rzaNqhTAwHAOTtOMK32owxCCqBx3TWU0 { width:20rem;height:auto;top:13.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#053b67;display:none; }
#T30BoKseGFVO2i3gyr1lIZrvk4TbTwtJ { top:7.7104167938231rem;left:1.1875rem;width:18.75rem;height:1.1375rem;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:6.125rem;left:1.1875rem;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:2.55rem;top:15.936458587646rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
#UU5ATpFbNo93FpQgrNcWqvOwBJ4i67m3 { width:18.625rem;height:2.275rem;top:12.435416698456rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;z-index:15004;font-weight:400;font-style:normal;display:block; }
#kyaeazdELWdopwfddxaOtM8X9fP5dLfh { width:18.6875rem;height:1.275rem;top:23.500000476837rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
#PlnBcgOWicQOSte36n8umq8Js0qcUlRu { width:17.625rem;height:2.275rem;top:25.312500476837rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#31315b;display:block; }
#QqMxQhrhhQxktNtyiamOuu85WGdBwDsU { width:20rem;height:auto;top:17.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#053b67;display:none; }
#TrnTfE1EDQy7lNTRDXVS8oqdP7miWkrF { width:17.625rem;height:3.4125rem;top:18.795833587646rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#31315b;z-index:15005;font-weight:400;font-style:normal;display:block; }
#Ebe05d0749dc8f1fdce30933e4ba2444.widget-smartsection { 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; } #Ebe05d0749dc8f1fdce30933e4ba2444.widget-smartsection *:focus-visible, #Ebe05d0749dc8f1fdce30933e4ba2444.widget-smartsection input[type="text"]:focus-visible, #Ebe05d0749dc8f1fdce30933e4ba2444.widget-smartsection input[type="email"]:focus-visible, #Ebe05d0749dc8f1fdce30933e4ba2444.widget-smartsection input[type="tel"]:focus-visible, #Ebe05d0749dc8f1fdce30933e4ba2444.widget-smartsection textarea:focus-visible { outline: none; } #oJ9SyGQyH54b0iyelPCh6Odt4fb2sKGO > .row .container { background-color: transparent; background-image: none; }#oJ9SyGQyH54b0iyelPCh6Odt4fb2sKGO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ9SyGQyH54b0iyelPCh6Odt4fb2sKGO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ9SyGQyH54b0iyelPCh6Odt4fb2sKGO > .row .container > .video-iframe-container { display: none; }#oJ9SyGQyH54b0iyelPCh6Odt4fb2sKGO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ9SyGQyH54b0iyelPCh6Odt4fb2sKGO > .row > .video-iframe-container { display: none; }#oJ9SyGQyH54b0iyelPCh6Odt4fb2sKGO > .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); }#oJ9SyGQyH54b0iyelPCh6Odt4fb2sKGO > .row .container { border-width: 0; border-radius: 0; }#oJ9SyGQyH54b0iyelPCh6Odt4fb2sKGO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oJ9SyGQyH54b0iyelPCh6Odt4fb2sKGO > .row .container { width:20rem;height:14.5625rem;position:relative;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; } #KbdtzR3Scyuob9K3olKp0CLm6bKOQaNK > .row .container { width:20rem;height:69.4375rem;position:relative;display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; }#r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { width:14.0625rem;height:0.8125rem;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:6.375rem;position:relative;display:none; }