.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:52,97,197;--color-primary-1:31,128,209;--color-primary-2:68,78,164;--color-primary-3:33,69,164;--color-primary-4:8,93,169;--color-secondary-0:254,251,233;--color-secondary-1:255,236,148;--color-secondary-2:230,159,29;--color-secondary-3:255,193,0;--color-secondary-4:46,32,6;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Mukta";--paragraphs-font-family:"Mukta"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#0a1651;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { background-color: transparent; background-image: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { border-width: 0; border-radius: 0; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;display:none; }
#t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5.49913125rem;top:0.625rem;left:7.5rem;overflow:hidden;display:block; }
#u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.9375rem;display:none; }
#BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { z-index:15012;top:1.3746093511581rem;left:47.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { z-index:15006;top:1.37109375rem;left:61.0625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#085da9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.499rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PhasMZMLuUzwUSDa4HB0qHTrpZPd7FAk { color:#ff53a8;display:block;width:8.125rem;position:absolute;font-family:mukta;font-size:1.875rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:8.2757797241213rem;left:22.244529724121rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#JFNTEmkXJAZHKNr1Q8TlXopdTiTgcRtn { color:#ff53a8;display:block;width:24.0625rem;position:absolute;font-family:mukta;font-size:1.875rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:4.18359375rem;left:22.194137573243rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Gsdpa8PurHl7s4RKZo1VWnrtSPvFKL8X { color:#8b0f4c;display:block;width:1.8125rem;position:absolute;font-family:"mukta extrabold";font-size:3rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:7.0628890991213rem;left:32.935546875rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#yoz7mQ9x8fsxr0hWNDZnSnslePdcW5Hl { color:#ff53a8;display:block;width:31.8125rem;position:absolute;font-family:mukta;font-size:1.875rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:8.0601558089256rem;left:34.808982849121rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00162f;background-image:url("https://images.assets-landingi.com/uc/2bf21649-15b3-4d7e-86fc-f2d5f001d85b/LP_kotdesktopkopia2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3.adaptive-delivery-prevent-bg, #oygLyom0mpqqQCqK4m8zKPeTsACl27O3.lazyload, #oygLyom0mpqqQCqK4m8zKPeTsACl27O3.lazyloading { background-image: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container { background-color: transparent; background-image: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container > .video-iframe-container { display: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row > .video-iframe-container { display: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container { border-width: 0; border-radius: 0; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#yBGyvllDoSmhXUWJwxuuFGwSP2rg17S2 { color:#ffffff;display:block;width:69.436875rem;position:absolute;font-family:mukta;font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zcnmhm8hSfvlwPEMSspTcB7hfxUtqZB2 { color:#ffffff;display:block;width:50.0625rem;position:absolute;font-family:mukta;font-size:1.875rem;font-weight:400;z-index:15071;line-height:1;letter-spacing:0;top:11.559373378754rem;left:6.3113288879394rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TCwwVVvbPUp6Jb9Pl8rkTcPXhq43cxAV { color:#ffffff;display:block;width:54.4375rem;position:absolute;font-family:mukta;font-size:3.0625rem;font-weight:700;z-index:15072;line-height:1;letter-spacing:0;top:7.7425780296325rem;left:6.310546875rem;height:3.06210625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d9nwE3kdXnQwJ0XTsSrSnbeKBVBXAMue { position:absolute;display:block;z-index:15156;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.0625rem;width:20.5605625rem;top:9.6527333259581rem;left:43.18359375rem;overflow:hidden;display:block; }
#awlZLQAPTSTwBUHV2GbivEWTDEBrSgCs { position:absolute;display:block;z-index:15157;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.437125rem;top:4.6792969703674rem;left:60.008201599121rem;overflow:hidden;display:block; }
#dNQy8RMpebfokawnynhwD8HFmQcUGhk0 { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:mukta;font-size:1.4375rem;font-weight:400;z-index:15072;line-height:1;letter-spacing:0;top:22.310155391693rem;left:6.310546875rem;height:1.4378875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#FQECQnQXXfHnMpUnUnCPetuo97MZPq4a { box-sizing:content-box;height:8.3125rem;width:6.3125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.375rem;left:4.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.4375rem 0.4375rem 0.25rem rgba(130,165,165,0.22) ;display:none; }
#VZOamIVBoQJ2w0k8e9eNugMJXeQUrUB6 { position:absolute;display:block;z-index:15316;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.0625rem;top:1.6875rem;left:4.75rem;overflow:hidden;display:none; }
#SZQCTaVg5g3FPibLWLuTwrPOLurUCR1e { color:#ffffff;display:block;width:45.812375rem;position:absolute;font-family:mukta;font-size:1.875rem;font-weight:400;z-index:15071;line-height:1;letter-spacing:0;top:12.49942111969rem;left:5.0614876747131rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#dVu7ewdgzP82xcBTR1PchCoCECTDNeL6 { 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:12.625rem;width:9.9375rem;display:none; }
#q8gX8Jkgd2HXgyuZQhOQs2KfLLMMt4EO { 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:11.0625rem;width:11.3125rem;display:none; }
#eX495gN1ofZs6hIZQ3aecuAOMPfsOQtp { color:rgba(23,34,121,0.84);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15077;line-height:1;letter-spacing:0;top:11.125rem;left:45rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#KmPqltQtvkUvEtbIJamvTOMwc2l6fPTx { z-index:15165;top:15rem;left:41.5625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.18) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.2480625rem;height:2.87305rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#TZAZXm2i3J2cvh4QuHPDp3TUF6OxPeTN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212f90;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container { background-color: transparent; background-image: none; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container > .video-iframe-container { display: none; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row > .video-iframe-container { display: none; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container { border-width: 0; border-radius: 0; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#yAgZbUrOoKLJMqBtB2q2BBUoZTR8TgmT { color:#ffffff;display:block;width:69.436875rem;position:absolute;font-family:mukta;font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#d3B4Hh6Z1PbTPakqrSJgmp0fo5Tl6J94 { color:#b22bb7;display:block;width:26.0625rem;position:absolute;font-family:mukta;font-size:1.4375rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:12.43398475647rem;left:41.433982849121rem;height:3.73828125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EysIlDuCpELNJWWfnUhFQF0VexLeRAyG { color:#8b0f4c;display:block;width:1.8125rem;position:absolute;font-family:"mukta extrabold";font-size:3rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:7.0628890991213rem;left:32.935546875rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tw35QsH2EwKuUAtIgEQkOBWS3obCENqT { color:#ff53a8;display:block;width:31.8125rem;position:absolute;font-family:mukta;font-size:1.875rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:8.0601558089256rem;left:34.808982849121rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VFGZuyRPGq9VmSvSLFT91PeSplJ7C9U4 { position:absolute;display:block;z-index:15164;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:15.5625rem;top:5.5593747496605rem;left:28.996482849121rem;overflow:hidden;display:block; }
#owzw0aGp7t42v99bnG0KhF6SqKtdtQO3 { color:#ff53a8;display:block;width:8.125rem;position:absolute;font-family:mukta;font-size:1.875rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:8.2757797241213rem;left:22.244529724121rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KXCNtyw36K1UzgBlbyoAJ2fwVClaqoK8 { color:#ff53a8;display:block;width:24.0625rem;position:absolute;font-family:mukta;font-size:1.875rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:4.18359375rem;left:22.194137573243rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d7JHcwOBIOyXsKa9wg0EBKe9Qn8Xs8tH { color:#ff53a8;display:block;width:24.0625rem;position:absolute;font-family:mukta;font-size:1.875rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:4.18359375rem;left:22.194137573243rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#BzNKXVG7xU1y3SH5TckWKLfW0vv97dk8 { color:#ff53a8;display:block;width:15.75rem;position:absolute;font-family:mukta;font-size:1.875rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:7.93593788147rem;left:44.744529724121rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S07TyVCIxzTaHg94KpnSVOQkfg2A2v4O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15152;opacity:1;top:12.332811355591rem;left:36.648040771484rem; }
#ps8SOF5gPTQ4WVx7sXQfxP5gzvtvE8eN { color:#172279;display:block;width:17.625rem;position:absolute;font-family:mukta;font-size:1.4375rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:1.6992177963257rem;left:2.6859359741211rem;height:1.4378875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#B5s8k2IyMG6NGKvqoU1PcAMPSLPaVUPq { box-sizing:content-box;height:2.5625rem;width:2.5625rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15115;background-color:#ffffff;background-image:none;top:8.4371087551119rem;left:6.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#RQSwRpN1XhliSklxwT1wdry9TGhgBNlk { color:#3461c5;display:block;width:1.81206875rem;position:absolute;font-family:"mukta extrabold";font-size:1.875rem;font-weight:700;z-index:15266;line-height:1.3;letter-spacing:0;top:8.5624997615813rem;left:7.0617179870606rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zu5VTnzKcGW1HEs0F9BbJQmI2SmlrcOW { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15083;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:6.9992182254794rem;left:5.4996070861816rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:none; }
#oCnQfHTyHlua3eXxUZRbeAi5nc4kDa5I { box-sizing:content-box;height:5.6875rem;width:52.375rem;position:absolute;display:block;z-index:15084;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:14.587108373642rem;left:11.397655487061rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:none; }
#B2SUsLWnPBLvC3xU4SnTub31mQilR8bJ { box-sizing:content-box;height:5.6875rem;width:52.375rem;position:absolute;display:block;z-index:15084;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:14.587108373642rem;left:11.397655487061rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:none; }
#ivgEKBtOX1VHKeUlzUwSAiulM9UtkqgW { box-sizing:content-box;height:2rem;width:8.125rem;position:absolute;display:block;z-index:15086;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fff6fc, #ffdaf4);background-image: -moz-linear-gradient(0deg, #fff6fc, #ffdaf4);background-image: -ms-linear-gradient(0deg, #fff6fc, #ffdaf4);background-image: -o-linear-gradient(0deg, #fff6fc, #ffdaf4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6fc', endColorstr='#ffdaf4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6fc', endColorstr='#ffdaf4' );";background-image: linear-gradient(0deg, #fff6fc, #ffdaf4);background-size:auto !important;top:15.373436689377rem;left:41.623046875rem;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; }
#H9sZw03Q7i405Kgm3cLUGJDwMbZSsgp3 { color:#ffffff;display:block;width:7.562125rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:400;z-index:15125;line-height:1.2;letter-spacing:0;top:15.562108755112rem;left:42.060150146484rem;height:1.648825rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lP0uZPTaQJNSWtpyB7uRQ3HtpFcK9rTn { color:#172279;display:block;width:10.9375rem;position:absolute;font-family:mukta;font-size:1.1875rem;font-weight:400;z-index:15113;line-height:1.3;letter-spacing:0;top:7.1867182254794rem;left:48.5625rem;height:1.5421875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#DH36FrSzKSf1f9UnqvrgGdTs5Cw6RFIe { 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:10rem;width:9.9375rem;display:none; }
#MEJVrA4H5e1kCqgkdVR3pU4QiJ9PQ3fu { color:#364086;display:block;width:22.5625rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:16.198046445846rem;left:24.931640625rem;height:1.7859375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#BqP6DxofA2msUURp5ZXVPzKfvrDlcx0L { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: 0.4375rem 0.4375rem 0.375rem rgba(130,165,165,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:7.8125rem;height:2.1875rem;text-decoration:none;z-index:15299;text-align:center;text-align-last:center;top:18.24843788147rem;left:57.186714172363rem;display:none; }
#XU5FT4HWHs1KTtw9fJ9IXQR3GJf8ZrPM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BfVlAnULIMOvtptfb93VVRtbJHP8ghig { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: 0.4375rem 0.4375rem 0.375rem rgba(130,165,165,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:7.8125rem;height:2.1875rem;text-decoration:none;z-index:15300;text-align:center;text-align-last:center;top:18.24843788147rem;left:66.248435974119rem;display:none; }
#E0OB4KWPxQnFVhyyGuAqTvaHI8yRAKyn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oR08GO2hZLkDyP44eubCbIHmS1DXJTdV { position:absolute;display:block;z-index:15317;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:4rem;width:9.125rem;top:13.873827457428rem;left:56.435546875rem;overflow:hidden;display:none; }
#JgwHIiSlNLmxqGoupHagVtrioTwWyGQ1 { position:absolute;display:block;z-index:15318;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:9.125rem;top:13.874608516693rem;left:65.685150146488rem;overflow:hidden;display:none; }
#wr0pwZ99eGRFTynkIJd6StM7vp7TPDPl { box-sizing:content-box;height:6.6875rem;width:7.3125rem;position:absolute;display:block;z-index:15085;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(0deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(0deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(0deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(0deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;top:12.874219894409rem;left:57.373039245606rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #eac334;border-left:0.25rem solid #eac334;border-right:0.25rem solid #eac334;border-bottom:0.25rem solid #eac334;display:none; }
#ATfR4RUaMzxfxMN521tmGXb0npLySMp0 { box-sizing:content-box;height:6.6875rem;width:7.3125rem;position:absolute;display:block;z-index:15085;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(0deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(0deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(0deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(0deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;top:12.874219894409rem;left:57.373039245606rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #eac334;border-left:0.25rem solid #eac334;border-right:0.25rem solid #eac334;border-bottom:0.25rem solid #eac334;display:none; }
#Q9hVx7swOarZ8bz5NyCVv8PfwmLecHZT { box-sizing:content-box;height:1.99921875rem;width:6.0609375rem;position:absolute;display:block;z-index:15294;background-color:#dfb947;background-image:none;top:11.349608898163rem;left:67.235542297362rem;border-top:0rem solid rgba(220,118,18,0.4);border-left:0rem solid rgba(220,118,18,0.4);border-right:0.1875rem solid rgba(220,118,18,0.4);border-bottom:0.25rem solid rgba(220,118,18,0.4);border-top-left-radius:1.25rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(220,118,18,0.35) ;display:none; }
#oxV3rbJiZf1Sd9alcwhHQm3kkLTALlIz { box-sizing:content-box;height:1.99921875rem;width:6.0609375rem;position:absolute;display:block;z-index:15294;background-color:#dfb947;background-image:none;top:11.349608898163rem;left:67.235542297362rem;border-top:0rem solid rgba(220,118,18,0.4);border-left:0rem solid rgba(220,118,18,0.4);border-right:0.1875rem solid rgba(220,118,18,0.4);border-bottom:0.25rem solid rgba(220,118,18,0.4);border-top-left-radius:1.25rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(220,118,18,0.35) ;display:none; }
#xaFSGo326tDbRIuz5vi0Xs2Ilp1CMKSM { color:#ffffff;display:block;width:3.8125rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15294;line-height:1.3;letter-spacing:0;top:11.788280487061rem;left:59.462104797363rem;height:1.4625rem;font-style:normal;display:none; }
#BkUbzemta6DtdsGL6zFVUFavPMEy8nty { color:#ffffff;display:block;width:3.8125rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15294;line-height:1.3;letter-spacing:0;top:11.788280487061rem;left:59.462104797363rem;height:1.4625rem;font-style:normal;display:none; }
#azVzB66b9vh6XaGoQo6cNzlZcUpMr30Z { color:#ffffff;display:block;width:13.749625rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:23.385935544967rem;left:41.685935974121rem;height:1.7859375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#yTT9MMvHdBTsi7HC4KkDIFryCClBVytM { color:#ffffff;display:block;width:13.749625rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:23.385935544967rem;left:41.685935974121rem;height:1.7859375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#sLX8qVVU3e0l01RnwnHQVhTH59Tn5PwS { box-sizing:content-box;height:5.6875rem;width:19.5625rem;position:absolute;display:block;z-index:15085;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#5accff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#5accff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-size:auto !important;top:14.584765195846rem;left:11.309764862061rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#UMgsmxHTR8re21hhStupI9qcqx60D6cT { box-sizing:content-box;height:5.6875rem;width:19.5625rem;position:absolute;display:block;z-index:15085;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#5accff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#5accff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-size:auto !important;top:14.584765195846rem;left:11.309764862061rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#MGBv4loWGCfZNT60GmZZ058mTm7MEP5a { box-sizing:content-box;height:2.5625rem;width:2.5625rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15115;background-color:#ffffff;background-image:none;top:8.4371087551119rem;left:6.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#FbRqUTSb5CqgEZcsnCCt5ptPACWSa9by { color:#3461c5;display:block;width:1.81206875rem;position:absolute;font-family:"mukta extrabold";font-size:1.875rem;font-weight:700;z-index:15266;line-height:1.3;letter-spacing:0;top:8.5624997615813rem;left:7.0617179870606rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Z2mMv1IWyHfJzt9SeIcUTyDDIBey4OfU { box-sizing:content-box;height:5.6875rem;width:19.5625rem;position:absolute;display:block;z-index:15085;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#5accff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#5accff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-size:auto !important;top:14.584765195846rem;left:11.309764862061rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#ZCMXavQeLu573BBoJTffqhTqoPC4p9RT { box-sizing:content-box;height:2.5625rem;width:2.5625rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15115;background-color:#ffffff;background-image:none;top:8.4371087551119rem;left:6.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#PNEAbg783omVddb2Kr4SZauyCppgDTzV { color:#3461c5;display:block;width:1.81206875rem;position:absolute;font-family:"mukta extrabold";font-size:1.875rem;font-weight:700;z-index:15266;line-height:1.3;letter-spacing:0;top:8.5624997615813rem;left:7.0617179870606rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cC19Mdd0a8mmJy1CHs1VITNXe2beKnTD { color:#ffffff;display:block;width:13.749625rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:23.385935544967rem;left:41.685935974121rem;height:1.7859375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#iW46pbeJRRCT40w3i7OQ5SSsWBCimq4X { 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:9.75rem;width:9.9375rem;display:none; }
#fp2R91Dy2sOoC7cWH1GGyPSKsOdGi5Tq { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#fp2R91Dy2sOoC7cWH1GGyPSKsOdGi5Tq { border-width: 0; border-radius: 0; }#fp2R91Dy2sOoC7cWH1GGyPSKsOdGi5Tq > .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; }#fp2R91Dy2sOoC7cWH1GGyPSKsOdGi5Tq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#dzvDoU38NAryklblhTtZg8iWMoU0uMUd { color:#d05042;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15162;line-height:1;letter-spacing:0;top:1.5625rem;left:58.0625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#AW78GgSNgH2chnkOrTCAFXQv3BQv1ovD { color:#d05042;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15162;line-height:1;letter-spacing:0;top:1.5625rem;left:58.0625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ToSpBwgbMOmteiH8VM8lXyXOQxGMtLEI { color:#d05042;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15163;line-height:1;letter-spacing:0;top:2.46875rem;left:37.9375rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#GIzTPDErrNL1nzn1JoJi2GtzilaUvO5E { box-sizing:content-box;height:9.0625rem;width:28.0625rem;position:absolute;display:block;z-index:15160;background-color:transparent;background-image: -webkit-linear-gradient(119deg, #9b4ca0, #58195d);background-image: -moz-linear-gradient(119deg, #9b4ca0, #58195d);background-image: -ms-linear-gradient(119deg, #9b4ca0, #58195d);background-image: -o-linear-gradient(119deg, #9b4ca0, #58195d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4ca0', endColorstr='#58195d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4ca0', endColorstr='#58195d' );";background-image: linear-gradient(119deg, #9b4ca0, #58195d);background-size:auto !important;top:0.625rem;left:43.4345703125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.1875rem solid rgba(251,203,253,0.48);border-left:0.1875rem solid rgba(251,203,253,0.48);border-right:0.1875rem solid rgba(251,203,253,0.48);border-bottom:0.1875rem solid rgba(251,203,253,0.48);box-shadow: 0rem 0rem 0.75rem rgba(188,30,116,0.22) ;display:block; }
#xBHom3ZS3qxnSiHbpQUJINb8tqaPTOnB { z-index:15165;top:6.1416015625rem;left:59.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.18) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.999375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qmEHP5rTvqnfeynPmO6GAF57XJIpGnml { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TOpzbOyybAemZdHsIwMIHWRxzZWBbDVA { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15166;line-height:1.3;letter-spacing:0;top:1.3876953125rem;left:49.0322265625rem;height:5.525rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NBkNAZSbBPikq57gFRMOFQ5s8IV6O5Dk { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15167;line-height:1.3;letter-spacing:0;top:3.962890625rem;left:49.46875rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#acQo4v3LgdZfy201cAdHZckAVXyy15ow { position:absolute;display:block;z-index:15164;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.99935rem;width:5.99935rem;top:2.29296875rem;left:44.09765625rem;overflow:hidden;display:block; }
#EKbscW2WWIN7rRDHbhUVVUmGKmu96tkQ { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15167;line-height:1.3;letter-spacing:0;top:7.2113761901856rem;left:49.469619750976rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212f90;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row .container { background-color: transparent; background-image: none; }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row .container > .video-iframe-container { display: none; }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row > .video-iframe-container { display: none; }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row .container { border-width: 0; border-radius: 0; }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#utbpZEq9IIGQlR13TfrZ6EeDceoZWTqQ { color:#ffffff;display:block;width:13.8745rem;position:absolute;font-family:mukta;font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:17.374609947204rem;left:5.373046875rem;height:4.14491875rem;text-align:center;text-align-last:center;display:block; }
#B136SWLNNZzkqTcOkzqfyI9CxnsZQlB1 { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:36.125rem;top:14.811718940735rem;left:11.749217987061rem;display:block; }
#kVpgw729HcQHsi3zGnG6Ta8BGi3nqQqF { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:mukta;font-size:1.0625rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:17.562109947204rem;left:34.435546875rem;height:2.76328125rem;text-align:center;text-align-last:center;display:block; }
#VACDOEKscQfDy6CLt9TnkhCTgpMQwLnK { box-sizing:content-box;height:12.5625rem;width:64.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(77,214,255,0.12);background-image:none;top:10.999609947204rem;left:5.185546875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#Wy6G909WE6rh2ReriRXqAnOAD4P4EI5G { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:mukta;font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:17.624218940735rem;left:54.998435974121rem;height:2.76328125rem;text-align:center;text-align-last:center;display:block; }
#JkUACAlBud4E4rUCwsGSQps90BVtSTKW { color:#ffffff;display:block;width:64rem;position:absolute;font-family:mukta;font-size:1.4375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:26.25rem;left:8.4375rem;height:5.60741875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zo035x28KJdu012n3syh5TTmpOHdxeHy { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:17.25rem;top:14.811718940735rem;left:44.560546875rem;display:block; }
#wUhbQpTM9ZmkTooAEDmMxgIg7yTNSJUl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15162;opacity:1;top:26.5rem;left:5.375rem; }
#Lp2ysza5ITb96r2Ubyrk5Ov1QCVPG2gB { color:#ffffff;display:block;width:63.99875rem;position:absolute;font-family:mukta;font-size:1.4375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:32.73021030426rem;left:8.3750019073488rem;height:1.86875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { position:relative;display:none; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { border-width: 0; border-radius: 0; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#B52df84f496faa376bd652d977c1faaa.widget-smartsection { 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; } #B52df84f496faa376bd652d977c1faaa.widget-smartsection *:focus-visible, #B52df84f496faa376bd652d977c1faaa.widget-smartsection input[type="text"]:focus-visible, #B52df84f496faa376bd652d977c1faaa.widget-smartsection input[type="email"]:focus-visible, #B52df84f496faa376bd652d977c1faaa.widget-smartsection input[type="tel"]:focus-visible, #B52df84f496faa376bd652d977c1faaa.widget-smartsection textarea:focus-visible { outline: none; } #eDGezBTqPEK1eXNxWQwRABblsBVtQJp4 > .row .container { background-color: transparent; background-image: none; }#eDGezBTqPEK1eXNxWQwRABblsBVtQJp4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDGezBTqPEK1eXNxWQwRABblsBVtQJp4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDGezBTqPEK1eXNxWQwRABblsBVtQJp4 > .row .container > .video-iframe-container { display: none; }#eDGezBTqPEK1eXNxWQwRABblsBVtQJp4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDGezBTqPEK1eXNxWQwRABblsBVtQJp4 > .row > .video-iframe-container { display: none; }#eDGezBTqPEK1eXNxWQwRABblsBVtQJp4 > .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); }#eDGezBTqPEK1eXNxWQwRABblsBVtQJp4 > .row .container { border-width: 0; border-radius: 0; }#eDGezBTqPEK1eXNxWQwRABblsBVtQJp4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eDGezBTqPEK1eXNxWQwRABblsBVtQJp4 > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;position:relative;display:block; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #105ab7, #379fe5);background-image: -moz-linear-gradient(90deg, #105ab7, #379fe5);background-image: -ms-linear-gradient(90deg, #105ab7, #379fe5);background-image: -o-linear-gradient(90deg, #105ab7, #379fe5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#105ab7', endColorstr='#379fe5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#105ab7', endColorstr='#379fe5' );";background-image: linear-gradient(90deg, #105ab7, #379fe5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container { background-color: transparent; background-image: none; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container > .video-iframe-container { display: none; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row > .video-iframe-container { display: none; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container { border-width: 0; border-radius: 0; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;position:relative;display:block; }#T2kwT5vequomAST5w1O2EUx2Imd0KTTu { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:4.9371032714844rem;left:5.0617179870606rem;height:4.87616875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oh9zHpt4XegufIExvTnyneWnNT4i3QB8 { box-sizing:content-box;height:0.0625rem;width:10rem;position:absolute;display:block;z-index:15163;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.95038986206056rem;left:5.060546875rem;display:block; }
#uvTpGnkzWN88snwfmgtyeko5npBBFfQ8 { box-sizing:content-box;height:19.5rem;width:74.9375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.7));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.7));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.7));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),0.7)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.7));background-size:auto !important;top:0.31171798706055rem;left:0.085544586181638rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
#TtLbsTZGdUXhRkvxcsEFJgKMbifnezlh { color:#000000;display:block;width:17.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:3.125rem;left:1.4375rem;display:none; }
#O389DUUeTheDr6B5ZPb7Twa8GAbah6Lx { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:mukta;font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:9.501953125rem;left:4.998046875rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#l5d7Wl21DTul2KT8sNZoEkdnOVyNQNTr { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:11.939453125rem;left:4.998046875rem;height:3.25078125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#rLtCEXH4S4vWXalWBFNuWoVd97FOTuJA { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:mukta;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.2496032714844rem;left:5.0617179870606rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#wqyVOr52IikPbaT5Ue6ceiu17uUkdPTa { box-sizing:content-box;height:12rem;width:29.8125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#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:5.2488288879394rem;left:45.1875rem;border-top-left-radius:9.375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#nObbq9W3QgDOBiVT5O7218kmLAd934Pi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15151;opacity:1;top:15.58984375rem;left:8.1234359741213rem;display:none; }
#TZ4PbFai47FZTMJrf12CiQ1AyZBvm78o { position:absolute;display:block;z-index:15316;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:4.9375rem;top:1.6875rem;left:4.75rem;overflow:hidden;display:none; }
#vX0JKeagASSm0USKtUTr9GuO33vxTdTn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container { background-color: transparent; background-image: none; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container > .video-iframe-container { display: none; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row > .video-iframe-container { display: none; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container { border-width: 0; border-radius: 0; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#urhvFrbmxzmNSqQMJBOb2XxqJ2WxXu6n { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.1862030029297rem;left:52.123699188233rem; }
#DTvPKLmL3LQxRdBeBuTofeOics7TH3gf { position:absolute;display:block;z-index:15002;background-color:#171717;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;box-shadow: none;height:2.25rem;width:1.625rem;top:1.8112030029297rem;left:52.123699188233rem;display:block; }
#m0LKdtuehwS558XS4lEUdIbBDHOlN5CL { box-sizing:content-box;height:3.5625rem;width:71.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.4703130722046rem;left:1.5234375rem;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:none; }
#wW6n3NTLUuzhF33L1aTwtgdai2RusJ40 { 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.3773441314698rem;left:69.808586120606rem;display:none; }
#educ6ZKou1eD3wRztaWwHMITvS8RKnie { color:#31315b;display:block;width:10.6875rem;position:absolute;font-family:mukta;font-size:1.0625rem;font-weight:400;z-index:15043;line-height:1.5;letter-spacing:0;top:2.7054691314698rem;left:9.4582023620606rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#NbWO7yUTMuyKXhqcXEWM6BgUdvKv0y5y { 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.2531251907349rem;left:5.9624977111816rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container { background-color: transparent; background-image: none; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container > .video-iframe-container { display: none; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row > .video-iframe-container { display: none; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container { border-width: 0; border-radius: 0; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:75rem;position:relative;display:block; }#WwHxsSTpEvfT8dG0Rby1MeL9JmJmTf4y { color:#053b67;display:block;width:69.5625rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.685935974121rem;left:1.998046875rem;height:1.4625rem;font-style:normal;display:block; }
#hwtsM3RxIyp3flioyrwa5VvPTzlUazPn { color:#053b67;display:block;width:37.4375rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.812496185302rem;left:1.9992179870606rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oxbZz2uqZ7WgRkgJXaPhXAo7LsTH7l3o { color:#000000;display:block;width:34.875rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:13.685543060302rem;left:0.81093597412112rem;height:1.8rem;font-style:normal;display:block; }
#bULCE8JDsSiwSKIV3WXPq6NW17ETpBHU { color:#000000;display:block;width:43.9995625rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.125rem;left:0.8125rem;height:1.462675rem;font-style:normal;display:block; }
#IUSS1L9RWSlt18CDSa2yXHqJWzaWaXVW { color:#053b67;display:block;width:57rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.6875rem;left:2rem;height:1.4625rem;font-style:normal;display:block; }
#iqzHLSQPRKssTkIxqTmKFDB9KiPTFmcA { color:#000000;display:block;width:23.74925rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:5.6875rem;left:0.8125rem;height:1.80013125rem;font-style:normal;display:block; }
#Cdd3FsZi4okWz2wTzKJePTot7BWz7PZI { color:#000000;display:block;width:28.2494375rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:1.5189528465271rem;left:0.998263835907rem;height:1.80013125rem;font-style:normal;display:block; }
#zMTnPknnfdxG5eJoCTUA4rcWpOBsMkc4 { color:#053b67;display:block;width:67.375rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0.8125rem;height:1.46195rem;font-style:normal;display:none; }
#aSzQQGNXmNzPzx5cyAVSUeF0snWMcFLz { color:#31315b;display:block;width:35.4375rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.4371109008789rem;left:1.9371070861816rem;height:1.4625rem;font-style:normal;display:none; }
#vGtJ3iAFZru2asbcsk6KW763TmZZ2cFg { 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:none; }#vGtJ3iAFZru2asbcsk6KW763TmZZ2cFg > .row .container { border-width: 0; border-radius: 0; }#vGtJ3iAFZru2asbcsk6KW763TmZZ2cFg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vGtJ3iAFZru2asbcsk6KW763TmZZ2cFg > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:none; }#M7ftXyme6vTGRJQSuKRfhpGPHuc1CWw2 { color:#000000;display:block;width:15rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.75rem;left:0.4375rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HPwLiGafGtdpWr6HqWZd0XtzCSBzul4d { position:absolute;display:block;z-index:15017;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14rem;top:4.625rem;left:0.5rem;display:block; }
#qsTf4rQy01Dl0HWizgZExbTWKdCbdAtH { color:#000000;display:block;width:30.6875rem;position:absolute;font-family:mukta;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0.375rem;height:3.4125rem;font-style:normal;display:block; }
#MTGZFvH2Aggz15DweBnFgWOBdeMeDBXd { color:#000000;display:block;width:15rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.75rem;left:38.3125rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fUFebgPNtFyCGfNrQVy8y50y7CoinZAw { position:absolute;display:block;z-index:15018;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14rem;top:4.625rem;left:38.375rem;display:block; }
#bH13iskyNT0Wn7uU4Nblz4TurpOq2Lvf { position:absolute;display:block;z-index:15017;background-color:#fefbe9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14rem;top:7rem;left:0.5rem;display:none; }
#pK56TBemEEeRSAALpZBxsuAinuKDni0C { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:16.4375rem;top:9.5rem;left:0rem;overflow:hidden;display:none; }
#VSlXWg5ArMhR5EkGQU9xKaGr0NrGvQ3o { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:mukta;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:5.4353847503662rem;left:38.311361312866rem;height:1.1375rem;font-style:normal;display:none; }
#WOnE97cVTEMJ1ZpcI5qPGTDRcAEsMDNa { color:#31315b;display:block;width:30.6875rem;position:absolute;font-family:mukta;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:7.3156242370606rem;left:40.962104797363rem;height:1.1378875rem;font-style:normal;display:none; }
#vDnyLxlhQT7duGWZgDTT7AMkEnlP9JTN { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:mukta;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.9927062988281rem;left:38.312501907349rem;height:1.1375rem;font-style:normal;display:none; }
#mTt2bKWb54eVzAJCz8y8z1z5Svaivhmz { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:mukta;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.9927062988281rem;left:38.312501907349rem;height:1.1375rem;font-style:normal;display:none; }
#FuaWThibvEtHs2TRM4Z2IExeOsMBxM0h { box-sizing:content-box;height:9.999625rem;width:34.937125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.5648422241211rem;left:38.248435974121rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.5625rem 0.5625rem 0.4375rem rgba(130,165,165,0.08) ;display:none; }
#hOXZSWz5uwOg5lLT6OVUs8iZWCTwsbs2 { box-sizing:content-box;height:9.999625rem;width:34.937125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.5648422241211rem;left:38.248435974121rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.5625rem 0.5625rem 0.4375rem rgba(130,165,165,0.08) ;display:none; }
#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; } #XPTnqUsmwlR2sntZm0TvpmMLfHfReyft > .row .container { background-color: transparent; background-image: none; }#XPTnqUsmwlR2sntZm0TvpmMLfHfReyft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPTnqUsmwlR2sntZm0TvpmMLfHfReyft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPTnqUsmwlR2sntZm0TvpmMLfHfReyft > .row .container > .video-iframe-container { display: none; }#XPTnqUsmwlR2sntZm0TvpmMLfHfReyft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPTnqUsmwlR2sntZm0TvpmMLfHfReyft > .row > .video-iframe-container { display: none; }#XPTnqUsmwlR2sntZm0TvpmMLfHfReyft > .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); }#XPTnqUsmwlR2sntZm0TvpmMLfHfReyft > .row .container { border-width: 0; border-radius: 0; }#XPTnqUsmwlR2sntZm0TvpmMLfHfReyft > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XPTnqUsmwlR2sntZm0TvpmMLfHfReyft > .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:#888888;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { background-color: transparent; background-image: none; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container > .video-iframe-container { display: none; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row > .video-iframe-container { display: none; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { border-width: 0; border-radius: 0; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { color:#ffffff;display:block;width:14.124625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1.0085220336914rem;left:1.9841976165771rem;height:0.8109375rem;display:block; }
body { position:relative;display:block; }
#TIfkXlaJcGtaummXydimTMNqrMzyCIvU { display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { width:47.75rem;position:relative;display:block; }#lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { width:;height:;top:0rem;display:none; }
#t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { top:0.625rem;left:0rem;width:5.4375rem;height:3.7087012668128rem;display:block; }
#u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { width:12.5rem;height:8.375rem;top:0rem;display:none; }
#BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { top:1.3125rem;left:33.4375rem;width:12.5rem;height:2.625rem;display:block; }
#yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block; }
#LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { top:1.3125rem;left:35.3125rem;width:12.4375rem;height:2.625rem;display:block; }
#UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block; }
#PhasMZMLuUzwUSDa4HB0qHTrpZPd7FAk { top:8.25rem;left:8.6195297241213rem;width:8.0625rem;height:2.4375rem;font-size:1.875rem;display:none; }
#JFNTEmkXJAZHKNr1Q8TlXopdTiTgcRtn { top:4.125rem;left:8.5691375732425rem;width:24.0625rem;height:2.4375rem;font-size:1.875rem;display:none; }
#Gsdpa8PurHl7s4RKZo1VWnrtSPvFKL8X { top:7.0625rem;left:19.310546875rem;width:1.75rem;height:3.875rem;font-size:3rem;display:none; }
#yoz7mQ9x8fsxr0hWNDZnSnslePdcW5Hl { top:8rem;left:16rem;width:31.75rem;height:2.4375rem;font-size:1.875rem;display:none; }
#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 { display:block; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container { width:47.75rem;position:relative;display:block; }#yBGyvllDoSmhXUWJwxuuFGwSP2rg17S2 { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
#zcnmhm8hSfvlwPEMSspTcB7hfxUtqZB2 { top:11.5rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.875rem;display:block; }
#TCwwVVvbPUp6Jb9Pl8rkTcPXhq43cxAV { top:7.6875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:3.0625rem;display:block; }
#d9nwE3kdXnQwJ0XTsSrSnbeKBVBXAMue { top:9.625rem;left:27.25rem;width:20.5rem;height:22.994567877216rem;display:block; }
#awlZLQAPTSTwBUHV2GbivEWTDEBrSgCs { top:4.625rem;left:38.375rem;width:9.375rem;height:9.1270182921176rem;display:block; }
#dNQy8RMpebfokawnynhwD8HFmQcUGhk0 { top:22.25rem;left:0rem;width:12.9375rem;height:1.4375rem;font-size:1.4375rem;display:none; }
#FQECQnQXXfHnMpUnUnCPetuo97MZPq4a { top:5.375rem;left:0rem;width:6.25rem;height:8.25rem;display:none; }
#VZOamIVBoQJ2w0k8e9eNugMJXeQUrUB6 { top:1.6875rem;left:0rem;width:6rem;height:6.0614761577298rem;display:none; }
#SZQCTaVg5g3FPibLWLuTwrPOLurUCR1e { top:11.4375rem;left:0rem;width:18.75rem;height:5.1875rem;font-size:1.625rem;display:none; }
#dVu7ewdgzP82xcBTR1PchCoCECTDNeL6 { width:9.9375rem;height:12.625rem;display:none; }
#q8gX8Jkgd2HXgyuZQhOQs2KfLLMMt4EO { width:11.3125rem;height:11.0625rem;display:none; }
#eX495gN1ofZs6hIZQ3aecuAOMPfsOQtp { top:11.125rem;left:30.375rem;width:17.375rem;height:1.875rem;font-size:1.25rem;display:none; }
#KmPqltQtvkUvEtbIJamvTOMwc2l6fPTx { top:15rem;left:23.5625rem;width:24.1875rem;height:2.8125rem;display:none; }
#TZAZXm2i3J2cvh4QuHPDp3TUF6OxPeTN { display:block; }
#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr { display:block; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container { width:47.75rem;position:relative;display:block; }#yAgZbUrOoKLJMqBtB2q2BBUoZTR8TgmT { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
#d3B4Hh6Z1PbTPakqrSJgmp0fo5Tl6J94 { top:12.375rem;left:21.6875rem;width:26.0625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
#EysIlDuCpELNJWWfnUhFQF0VexLeRAyG { top:7.0625rem;left:19.310546875rem;width:1.75rem;height:3.875rem;font-size:3rem;display:block; }
#tw35QsH2EwKuUAtIgEQkOBWS3obCENqT { top:8rem;left:16rem;width:31.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
#VFGZuyRPGq9VmSvSLFT91PeSplJ7C9U4 { top:5.5rem;left:15.371482849121rem;width:15.5625rem;height:7.0616875rem;display:block; }
#owzw0aGp7t42v99bnG0KhF6SqKtdtQO3 { top:8.25rem;left:8.6195297241213rem;width:8.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
#KXCNtyw36K1UzgBlbyoAJ2fwVClaqoK8 { top:4.125rem;left:8.5691375732425rem;width:24.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
#d7JHcwOBIOyXsKa9wg0EBKe9Qn8Xs8tH { top:4.125rem;left:8.5691375732425rem;width:24.0625rem;height:2.4375rem;font-size:1.875rem;display:none; }
#BzNKXVG7xU1y3SH5TckWKLfW0vv97dk8 { top:7.875rem;left:31.119529724121rem;width:15.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
#S07TyVCIxzTaHg94KpnSVOQkfg2A2v4O { top:12.3125rem;left:23.023040771484rem;width:3.9375rem;height:3.9375rem;display:block; }
#ps8SOF5gPTQ4WVx7sXQfxP5gzvtvE8eN { top:1.6875rem;left:0rem;width:17.625rem;height:1.4375rem;font-size:1.25rem;display:none; }
#B5s8k2IyMG6NGKvqoU1PcAMPSLPaVUPq { top:8.375rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
#RQSwRpN1XhliSklxwT1wdry9TGhgBNlk { top:8.5rem;left:0rem;width:1.75rem;height:2.4375rem;font-size:1.875rem;display:none; }
#zu5VTnzKcGW1HEs0F9BbJQmI2SmlrcOW { top:6.9375rem;left:0rem;width:40.6875rem;height:5.625rem;display:none; }
#oCnQfHTyHlua3eXxUZRbeAi5nc4kDa5I { top:14.5625rem;left:0rem;width:47.75rem;height:5.6875rem;display:none; }
#B2SUsLWnPBLvC3xU4SnTub31mQilR8bJ { top:14.5625rem;left:0rem;width:47.75rem;height:5.6875rem;display:none; }
#ivgEKBtOX1VHKeUlzUwSAiulM9UtkqgW { top:15.3125rem;left:27.998046875rem;width:8.0625rem;height:1.9375rem;display:none; }
#H9sZw03Q7i405Kgm3cLUGJDwMbZSsgp3 { top:15.5rem;left:28.435150146484rem;width:7.5rem;height:1.625rem;font-size:1.375rem;display:none; }
#lP0uZPTaQJNSWtpyB7uRQ3HtpFcK9rTn { top:10.5625rem;left:0rem;width:12.9375rem;height:3.0625rem;font-size:1.1875rem;display:none; }
#DH36FrSzKSf1f9UnqvrgGdTs5Cw6RFIe { width:9.9375rem;height:10rem;display:none; }
#MEJVrA4H5e1kCqgkdVR3pU4QiJ9PQ3fu { top:14.875rem;left:0rem;width:13.3125rem;height:4.625rem;font-size:1.1875rem;display:none; }
#BqP6DxofA2msUURp5ZXVPzKfvrDlcx0L { width:7.8125rem;height:2.1875rem;top:18.1875rem;left:39.9375rem;display:none; }
#XU5FT4HWHs1KTtw9fJ9IXQR3GJf8ZrPM { display:block; }
#BfVlAnULIMOvtptfb93VVRtbJHP8ghig { width:7.8125rem;height:2.1875rem;top:18.1875rem;left:39.9375rem;display:none; }
#E0OB4KWPxQnFVhyyGuAqTvaHI8yRAKyn { display:block; }
#oR08GO2hZLkDyP44eubCbIHmS1DXJTdV { top:13.8125rem;left:38.6875rem;width:9.0625rem;height:3.9725654082213rem;display:none; }
#JgwHIiSlNLmxqGoupHagVtrioTwWyGQ1 { top:13.8125rem;left:38.6875rem;width:9.0625rem;height:4.0971113866303rem;display:none; }
#wr0pwZ99eGRFTynkIJd6StM7vp7TPDPl { top:12.8125rem;left:40.4375rem;width:7.3125rem;height:6.6875rem;display:none; }
#ATfR4RUaMzxfxMN521tmGXb0npLySMp0 { top:12.8125rem;left:40.4375rem;width:7.3125rem;height:6.6875rem;display:none; }
#Q9hVx7swOarZ8bz5NyCVv8PfwmLecHZT { top:11.3125rem;left:41.5625rem;width:6rem;height:1.9375rem;display:none; }
#oxV3rbJiZf1Sd9alcwhHQm3kkLTALlIz { top:11.3125rem;left:41.5625rem;width:6rem;height:1.9375rem;display:none; }
#xaFSGo326tDbRIuz5vi0Xs2Ilp1CMKSM { top:11.75rem;left:43.9375rem;width:3.8125rem;height:1.4375rem;font-size:0.9375rem;display:none; }
#BkUbzemta6DtdsGL6zFVUFavPMEy8nty { top:11.75rem;left:43.9375rem;width:3.8125rem;height:1.4375rem;font-size:0.9375rem;display:none; }
#azVzB66b9vh6XaGoQo6cNzlZcUpMr30Z { top:23.375rem;left:28.060935974121rem;width:13.6875rem;height:1.75rem;font-size:1.1875rem;display:none; }
#yTT9MMvHdBTsi7HC4KkDIFryCClBVytM { top:51.625rem;left:0rem;width:15.625rem;height:1.25rem;font-size:1.1875rem;display:none; }
#sLX8qVVU3e0l01RnwnHQVhTH59Tn5PwS { top:14.5625rem;left:0rem;width:19.5625rem;height:5.6875rem;display:none; }
#UMgsmxHTR8re21hhStupI9qcqx60D6cT { top:14.5625rem;left:0rem;width:19.5625rem;height:5.6875rem;display:none; }
#MGBv4loWGCfZNT60GmZZ058mTm7MEP5a { top:8.375rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
#FbRqUTSb5CqgEZcsnCCt5ptPACWSa9by { top:15.75rem;left:0rem;width:1.125rem;height:1.75rem;font-size:1.875rem;display:none; }
#Z2mMv1IWyHfJzt9SeIcUTyDDIBey4OfU { top:14.5625rem;left:0rem;width:19.5625rem;height:5.6875rem;display:none; }
#ZCMXavQeLu573BBoJTffqhTqoPC4p9RT { top:8.375rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
#PNEAbg783omVddb2Kr4SZauyCppgDTzV { top:41.1875rem;left:0rem;width:1.125rem;height:1.75rem;font-size:1.875rem;display:none; }
#cC19Mdd0a8mmJy1CHs1VITNXe2beKnTD { top:35.3125rem;left:0rem;width:11.6875rem;height:1.25rem;font-size:1.1875rem;display:none; }
#iW46pbeJRRCT40w3i7OQ5SSsWBCimq4X { width:9.9375rem;height:9.75rem;display:none; }
#fp2R91Dy2sOoC7cWH1GGyPSKsOdGi5Tq { display:none; }#fp2R91Dy2sOoC7cWH1GGyPSKsOdGi5Tq > .row .container { width:47.75rem;position:relative;display:none; }#dzvDoU38NAryklblhTtZg8iWMoU0uMUd { top:1.5625rem;left:34.6875rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
#AW78GgSNgH2chnkOrTCAFXQv3BQv1ovD { top:1.5625rem;left:34.6875rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
#ToSpBwgbMOmteiH8VM8lXyXOQxGMtLEI { top:2.4375rem;left:24.3125rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
#GIzTPDErrNL1nzn1JoJi2GtzilaUvO5E { top:0.625rem;left:19.3125rem;width:28.0625rem;height:9.0625rem;display:block; }
#xBHom3ZS3qxnSiHbpQUJINb8tqaPTOnB { top:6.125rem;left:36.8125rem;width:10.9375rem;height:2.5rem;display:block; }
#qmEHP5rTvqnfeynPmO6GAF57XJIpGnml { display:block; }
#TOpzbOyybAemZdHsIwMIHWRxzZWBbDVA { top:1.375rem;left:24.6875rem;width:23.0625rem;height:5.5rem;font-size:1.4375rem;display:block; }
#NBkNAZSbBPikq57gFRMOFQ5s8IV6O5Dk { top:3.9375rem;left:25.5rem;width:22.25rem;height:1.75rem;font-size:1.375rem;display:block; }
#acQo4v3LgdZfy201cAdHZckAVXyy15ow { top:2.25rem;left:30.47265625rem;width:5.9375rem;height:5.9375rem;display:block; }
#EKbscW2WWIN7rRDHbhUVVUmGKmu96tkQ { top:3.3125rem;left:0rem;width:13.125rem;height:3.0625rem;font-size:1.1875rem;display:none; }
#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T { display:block; }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row .container { width:47.75rem;position:relative;display:block; }#utbpZEq9IIGQlR13TfrZ6EeDceoZWTqQ { top:17.3125rem;left:0rem;width:13.8125rem;height:4.125rem;font-size:1.0625rem;display:block; }
#B136SWLNNZzkqTcOkzqfyI9CxnsZQlB1 { top:14.75rem;left:0rem;width:36.0625rem;height:0.4375rem;display:block; }
#kVpgw729HcQHsi3zGnG6Ta8BGi3nqQqF { top:17.5rem;left:20.810546875rem;width:18.375rem;height:2.75rem;font-size:1.0625rem;display:block; }
#VACDOEKscQfDy6CLt9TnkhCTgpMQwLnK { top:10.9375rem;left:0rem;width:47.75rem;height:12.5625rem;display:block; }
#Wy6G909WE6rh2ReriRXqAnOAD4P4EI5G { top:17.5625rem;left:33.6875rem;width:14.0625rem;height:2.75rem;font-size:1.0625rem;display:block; }
#JkUACAlBud4E4rUCwsGSQps90BVtSTKW { top:34.4375rem;left:0rem;width:17.25rem;height:5.9375rem;font-size:1.4375rem;display:block; }
#Zo035x28KJdu012n3syh5TTmpOHdxeHy { top:14.75rem;left:30.5rem;width:17.25rem;height:0.4375rem;display:block; }
#wUhbQpTM9ZmkTooAEDmMxgIg7yTNSJUl { top:26.5rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
#Lp2ysza5ITb96r2Ubyrk5Ov1QCVPG2gB { top:8rem;left:0rem;width:18.75rem;height:1.1875rem;font-size:1.4375rem;display:none; }
#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { display:block; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke > .row .container { width:47.75rem;position:relative;display:block; }#B52df84f496faa376bd652d977c1faaa.widget-smartsection { display:block; } #B52df84f496faa376bd652d977c1faaa.widget-smartsection *:focus-visible, #B52df84f496faa376bd652d977c1faaa.widget-smartsection input[type="text"]:focus-visible, #B52df84f496faa376bd652d977c1faaa.widget-smartsection input[type="email"]:focus-visible, #B52df84f496faa376bd652d977c1faaa.widget-smartsection input[type="tel"]:focus-visible, #B52df84f496faa376bd652d977c1faaa.widget-smartsection textarea:focus-visible { outline: none; } #eDGezBTqPEK1eXNxWQwRABblsBVtQJp4 > .row .container { width:47.75rem;position:relative;display:block; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D { display:block; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container { width:47.75rem;position:relative;display:block; }#T2kwT5vequomAST5w1O2EUx2Imd0KTTu { top:4.875rem;left:0rem;width:31.6875rem;height:4.875rem;font-size:1.25rem;display:block; }
#oh9zHpt4XegufIExvTnyneWnNT4i3QB8 { top:0.9375rem;left:0rem;width:10rem;height:0.0625rem;display:block; }
#uvTpGnkzWN88snwfmgtyeko5npBBFfQ8 { top:0.25rem;left:0rem;width:47.75rem;height:19.5rem;display:none; }
#TtLbsTZGdUXhRkvxcsEFJgKMbifnezlh { top:3.125rem;left:0rem;width:17.625rem;height:3.375rem;font-size:0.875rem;display:none; }
#O389DUUeTheDr6B5ZPb7Twa8GAbah6Lx { top:9.5rem;left:0rem;width:35.625rem;height:1.9375rem;font-size:1.125rem;display:none; }
#l5d7Wl21DTul2KT8sNZoEkdnOVyNQNTr { top:11.9375rem;left:0rem;width:34.875rem;height:3.25rem;font-size:1.25rem;display:none; }
#rLtCEXH4S4vWXalWBFNuWoVd97FOTuJA { top:2.1875rem;left:0rem;width:35.625rem;height:1.9375rem;font-size:1.125rem;display:none; }
#wqyVOr52IikPbaT5Ue6ceiu17uUkdPTa { top:5.1875rem;left:17.9375rem;width:29.8125rem;height:12rem;display:none; }
#nObbq9W3QgDOBiVT5O7218kmLAd934Pi { top:15.5625rem;left:0rem;width:3.9375rem;height:3.9375rem;display:none; }
#TZ4PbFai47FZTMJrf12CiQ1AyZBvm78o { top:1.6875rem;left:0rem;width:4.9375rem;height:1.4375rem;display:none; }
#vX0JKeagASSm0USKtUTr9GuO33vxTdTn { display:block; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container { width:47.75rem;position:relative;display:block; }#urhvFrbmxzmNSqQMJBOb2XxqJ2WxXu6n { top:2.125rem;left:38.498699188233rem;width:1.625rem;height:1.625rem;display:block; }
#DTvPKLmL3LQxRdBeBuTofeOics7TH3gf { top:1.75rem;left:38.498699188233rem;width:1.625rem;height:2.25rem;display:block; }
#m0LKdtuehwS558XS4lEUdIbBDHOlN5CL { top:1.4375rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
#wW6n3NTLUuzhF33L1aTwtgdai2RusJ40 { top:2.375rem;left:45.75rem;width:2rem;height:2rem;display:none; }
#educ6ZKou1eD3wRztaWwHMITvS8RKnie { top:2.6875rem;left:0rem;width:10.6875rem;height:1.5625rem;font-size:1.0625rem;display:none; }
#NbWO7yUTMuyKXhqcXEWM6BgUdvKv0y5y { top:2.25rem;left:0rem;width:2.8125rem;height:2.25rem;font-size:1.5rem;display:none; }
#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW { display:block; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container { width:47.75rem;position:relative;display:block; }#WwHxsSTpEvfT8dG0Rby1MeL9JmJmTf4y { top:17.25rem;left:0rem;width:18.8125rem;height:3.125rem;font-size:0.875rem;display:block; }
#hwtsM3RxIyp3flioyrwa5VvPTzlUazPn { top:11.75rem;left:0rem;width:37.4375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#oxbZz2uqZ7WgRkgJXaPhXAo7LsTH7l3o { top:13.625rem;left:0rem;width:34.875rem;height:1.8125rem;font-size:0.9375rem;display:block; }
#bULCE8JDsSiwSKIV3WXPq6NW17ETpBHU { top:10.125rem;left:0rem;width:17.75rem;height:1.875rem;font-size:0.9375rem;display:block; }
#IUSS1L9RWSlt18CDSa2yXHqJWzaWaXVW { top:6.0625rem;left:0rem;width:19.125rem;height:1rem;font-size:0.875rem;display:block; }
#iqzHLSQPRKssTkIxqTmKFDB9KiPTFmcA { top:5.6875rem;left:0rem;width:23.6875rem;height:1.75rem;font-size:0.9375rem;display:block; }
#Cdd3FsZi4okWz2wTzKJePTot7BWz7PZI { top:1.5rem;left:0rem;width:28.1875rem;height:1.75rem;font-size:0.9375rem;display:block; }
#zMTnPknnfdxG5eJoCTUA4rcWpOBsMkc4 { top:11.25rem;left:0rem;width:17.125rem;height:3.125rem;font-size:0.875rem;display:none; }
#aSzQQGNXmNzPzx5cyAVSUeF0snWMcFLz { top:3.375rem;left:0rem;width:35.4375rem;height:1.4375rem;font-size:0.875rem;display:none; }
#vGtJ3iAFZru2asbcsk6KW763TmZZ2cFg { display:none; }#vGtJ3iAFZru2asbcsk6KW763TmZZ2cFg > .row .container { width:47.75rem;position:relative;display:none; }#M7ftXyme6vTGRJQSuKRfhpGPHuc1CWw2 { top:2.75rem;left:0rem;width:15rem;height:1.625rem;font-size:0.9375rem;display:block; }
#HPwLiGafGtdpWr6HqWZd0XtzCSBzul4d { top:4.625rem;left:0rem;width:14rem;height:0.0625rem;display:block; }
#qsTf4rQy01Dl0HWizgZExbTWKdCbdAtH { top:5.4375rem;left:0rem;width:30.6875rem;height:3.375rem;font-size:0.75rem;display:block; }
#MTGZFvH2Aggz15DweBnFgWOBdeMeDBXd { top:2.75rem;left:23.875rem;width:14.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
#fUFebgPNtFyCGfNrQVy8y50y7CoinZAw { top:4.625rem;left:23.875rem;width:14rem;height:0.0625rem;display:block; }
#bH13iskyNT0Wn7uU4Nblz4TurpOq2Lvf { top:7rem;left:0rem;width:14rem;height:0.0625rem;display:none; }
#pK56TBemEEeRSAALpZBxsuAinuKDni0C { top:9.5rem;left:0rem;width:16.4375rem;height:3.3125rem;display:none; }
#VSlXWg5ArMhR5EkGQU9xKaGr0NrGvQ3o { top:17.125rem;left:0rem;width:13.3125rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#WOnE97cVTEMJ1ZpcI5qPGTDRcAEsMDNa { top:7.3125rem;left:17.0625rem;width:30.6875rem;height:1.125rem;font-size:0.875rem;display:none; }
#vDnyLxlhQT7duGWZgDTT7AMkEnlP9JTN { top:19.8125rem;left:0rem;width:19.9375rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#mTt2bKWb54eVzAJCz8y8z1z5Svaivhmz { top:22.625rem;left:0rem;width:19.9375rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#FuaWThibvEtHs2TRM4Z2IExeOsMBxM0h { top:2.5625rem;left:12.875rem;width:34.875rem;height:9.9375rem;display:none; }
#hOXZSWz5uwOg5lLT6OVUs8iZWCTwsbs2 { top:2.5625rem;left:12.875rem;width:34.875rem;height:9.9375rem;display:none; }
#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; } #XPTnqUsmwlR2sntZm0TvpmMLfHfReyft > .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; }
body { position:relative;background-color:#f6f6ff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { background-color: transparent; background-image: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { border-width: 0; border-radius: 0; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; }#lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { top:0.27851562201977rem;left:16.496483623981rem;width:1.875rem;height:1.875rem;z-index:15012;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { width:5.4375rem;height:3.7087012668128rem;top:0.625rem;left:7.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { top:0.0625rem;left:7.7484372258188rem;width:3.3125rem;height:2.0625rem;z-index:15013;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { top:4.1550781011581rem;left:3.75rem;width:12.5rem;height:2.625rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block; }
#LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { top:8.0300781011581rem;left:3.75rem;width:12.4375rem;height:2.625rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-primary-4),1);border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);display:none; }
#UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block; }
#PhasMZMLuUzwUSDa4HB0qHTrpZPd7FAk { width:8.0625rem;height:0;top:0rem;left:-0.5625rem;font-size:1.0625rem;z-index:15060;font-family:var(--paragraphs-font-family);display:none; }
#JFNTEmkXJAZHKNr1Q8TlXopdTiTgcRtn { width:20rem;height:0;top:0rem;left:-0.5625rem;font-size:1.0625rem;z-index:15061;font-family:var(--paragraphs-font-family);display:none; }
#Gsdpa8PurHl7s4RKZo1VWnrtSPvFKL8X { width:1.75rem;height:0;top:0rem;left:-0.5625rem;font-size:2rem;z-index:15059;display:none; }
#yoz7mQ9x8fsxr0hWNDZnSnslePdcW5Hl { width:20rem;height:0;top:0rem;left:-0.5625rem;font-size:1.0625rem;z-index:15059;font-family:var(--paragraphs-font-family);display:none; }
#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 { display:block; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 { background-color: transparent; background-image: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container > .video-iframe-container { display: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row > .video-iframe-container { display: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 { border-width: 0; border-radius: 0; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container { width:20rem;height:20.375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6f6ff, #ccebff);background-image: -moz-linear-gradient(180deg, #f6f6ff, #ccebff);background-image: -ms-linear-gradient(180deg, #f6f6ff, #ccebff);background-image: -o-linear-gradient(180deg, #f6f6ff, #ccebff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6ff', endColorstr='#ccebff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6ff', endColorstr='#ccebff' );";background-image: linear-gradient(180deg, #f6f6ff, #ccebff);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;position:relative;display:block; }#yBGyvllDoSmhXUWJwxuuFGwSP2rg17S2 { width:20rem;height:0;top:34.6875rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);z-index:15015;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:none; }
#zcnmhm8hSfvlwPEMSspTcB7hfxUtqZB2 { width:17.3125rem;height:2.39765625rem;top:7.8114583492281rem;left:1.2489584088326rem;font-size:1rem;line-height:1.2;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:none; }
#TCwwVVvbPUp6Jb9Pl8rkTcPXhq43cxAV { width:19.99925rem;height:4.80035rem;top:22.312277608109rem;left:0rem;font-size:2rem;line-height:1.2;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-0),1);display:none; }
#d9nwE3kdXnQwJ0XTsSrSnbeKBVBXAMue { width:8.3741875rem;height:9.375rem;top:26.5625rem;left:3.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#awlZLQAPTSTwBUHV2GbivEWTDEBrSgCs { width:5.87460625rem;height:5.68710625rem;top:24.5625rem;left:8.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#dNQy8RMpebfokawnynhwD8HFmQcUGhk0 { width:12.9375rem;height:0;top:21.372655630112rem;left:8.0851562619206rem;font-size:1.4375rem;line-height:1.2;z-index:15074;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:none; }
#FQECQnQXXfHnMpUnUnCPetuo97MZPq4a { width:5.18671875rem;height:8.25rem;top:0.011328220367432rem;left:0.77343744039537rem;box-shadow: 0.4375rem 0.4375rem 0.25rem rgba(130,165,165,0.22) ;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#VZOamIVBoQJ2w0k8e9eNugMJXeQUrUB6 { width:4.9359375rem;height:4.99921875rem;top:2.6984374523163rem;left:1.0238280892372rem;z-index:15317;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SZQCTaVg5g3FPibLWLuTwrPOLurUCR1e { width:18.75rem;height:3.25rem;top:11.560156106949rem;left:0.81171864271162rem;font-size:1.625rem;line-height:1.0;z-index:15073;font-weight:700;font-style:normal;color:#424a8d;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);display:block; }
#dVu7ewdgzP82xcBTR1PchCoCECTDNeL6 { top:2.6976563930511rem;left:10.443749248981rem;width:7.8116875rem;height:9.9375rem;z-index:15176;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#q8gX8Jkgd2HXgyuZQhOQs2KfLLMMt4EO { top:3.4781248569489rem;left:1.5234373211861rem;width:7.125rem;height:6.999625rem;z-index:15004;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#eX495gN1ofZs6hIZQ3aecuAOMPfsOQtp { width:11.375rem;height:1.5rem;top:15.625rem;left:0.96015626192094rem;font-size:1.25rem;line-height:1.2;z-index:15163;display:block; }
#KmPqltQtvkUvEtbIJamvTOMwc2l6fPTx { top:17.75rem;left:2.1875000596046rem;width:15.625rem;height:2.5rem;font-size:1.125rem;background-color:#ffffff;background-image:none;text-align:center;text-align-last:center;line-height:.9;color:#355ba2;z-index:15167;display:block; }
#TZAZXm2i3J2cvh4QuHPDp3TUF6OxPeTN { display:block; }
#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr { display:block; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr { background-color: transparent; background-image: none; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container > .video-iframe-container { display: none; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row > .video-iframe-container { display: none; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr { border-width: 0; border-radius: 0; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container { width:20rem;height:46.875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ccebff, #f6f6ff);background-image: -moz-linear-gradient(180deg, #ccebff, #f6f6ff);background-image: -ms-linear-gradient(180deg, #ccebff, #f6f6ff);background-image: -o-linear-gradient(180deg, #ccebff, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccebff', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccebff', endColorstr='#f6f6ff' );";background-image: linear-gradient(180deg, #ccebff, #f6f6ff);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;position:relative;display:block; }#yAgZbUrOoKLJMqBtB2q2BBUoZTR8TgmT { 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(var(--color-tertiary-4),0.7);z-index:15015;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:none; }
#d3B4Hh6Z1PbTPakqrSJgmp0fo5Tl6J94 { width:19.125rem;height:0;top:72.073435900881rem;left:-0.68789291381838rem;font-size:1.4375rem;font-family:var(--paragraphs-font-family);display:none; }
#EysIlDuCpELNJWWfnUhFQF0VexLeRAyG { width:1.75rem;height:0;top:84.202338409425rem;left:5.625rem;font-size:2rem;display:none; }
#tw35QsH2EwKuUAtIgEQkOBWS3obCENqT { width:20rem;height:auto;top:8rem;left:0rem;font-size:1.0625rem;font-family:var(--paragraphs-font-family);display:none; }
#VFGZuyRPGq9VmSvSLFT91PeSplJ7C9U4 { width:15.5625rem;height:7.0605625rem;top:34.948825836182rem;left:1.1249999403954rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#owzw0aGp7t42v99bnG0KhF6SqKtdtQO3 { width:8.0625rem;height:auto;top:8.25rem;left:5.9375rem;font-size:1.0625rem;font-family:var(--paragraphs-font-family);display:none; }
#KXCNtyw36K1UzgBlbyoAJ2fwVClaqoK8 { width:13.125rem;height:1.3816375rem;top:87.071477413175rem;left:0.0011718273162842rem;font-size:1.0625rem;font-family:var(--paragraphs-font-family);display:none; }
#d7JHcwOBIOyXsKa9wg0EBKe9Qn8Xs8tH { width:20rem;height:0;top:15.187501907349rem;left:1.0246093869209rem;font-size:1.0625rem;z-index:15056;font-family:var(--paragraphs-font-family);display:none; }
#BzNKXVG7xU1y3SH5TckWKLfW0vv97dk8 { width:15.75rem;height:auto;top:7.875rem;left:2.125rem;font-size:1.0625rem;font-family:var(--paragraphs-font-family);display:none; }
#S07TyVCIxzTaHg94KpnSVOQkfg2A2v4O { display:flex;width:3.9375rem;height:3.9375rem;top:12.3125rem;left:8rem;display:none; }
#ps8SOF5gPTQ4WVx7sXQfxP5gzvtvE8eN { width:16.374625rem;height:1.2503875rem;top:2.123046875rem;left:0.99843746423719rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15023;font-family:var(--paragraphs-font-family);display:block; }
#B5s8k2IyMG6NGKvqoU1PcAMPSLPaVUPq { width:2.5rem;height:2.5rem;top:5.24609375rem;left:0.87304681539537rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15119;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#RQSwRpN1XhliSklxwT1wdry9TGhgBNlk { width:1.125rem;height:1.7875rem;top:5.685546875rem;left:1.7484374642372rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15298;color:rgba(var(--color-primary-2),1);display:block; }
#zu5VTnzKcGW1HEs0F9BbJQmI2SmlrcOW { width:18.5rem;height:5.9375rem;top:4.3695316314697rem;left:0.68554681539537rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15084;background-color:rgba(255,255,255,0.9);background-image:none;display:block; }
#oCnQfHTyHlua3eXxUZRbeAi5nc4kDa5I { width:18.625rem;height:18.625rem;top:13.02265560627rem;left:0.59062498807907rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14991;background-color:rgba(255,255,255,0.9);background-image:none;display:block; }
#B2SUsLWnPBLvC3xU4SnTub31mQilR8bJ { width:18.625rem;height:9rem;top:33.872262001037rem;left:0.65507811307906rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14999;background-color:rgba(255,255,255,0.9);background-image:none;display:block; }
#ivgEKBtOX1VHKeUlzUwSAiulM9UtkqgW { width:8.0625rem;height:1.9359375rem;top:35.811715126037rem;left:9.4984367489813rem;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;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffe3f1, #f8b5e5);background-image: -moz-linear-gradient(0deg, #ffe3f1, #f8b5e5);background-image: -ms-linear-gradient(0deg, #ffe3f1, #f8b5e5);background-image: -o-linear-gradient(0deg, #ffe3f1, #f8b5e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe3f1', endColorstr='#f8b5e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe3f1', endColorstr='#f8b5e5' );";background-image: linear-gradient(0deg, #ffe3f1, #f8b5e5);background-size:auto !important;z-index:15088;display:block; }
#H9sZw03Q7i405Kgm3cLUGJDwMbZSsgp3 { width:7.5rem;height:1.65rem;top:35.999215126037rem;left:9.9367178082469rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15127;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
#lP0uZPTaQJNSWtpyB7uRQ3HtpFcK9rTn { width:12.9375rem;height:3.0875rem;top:5.9984374046326rem;left:5.2148435711861rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#444ea4;z-index:15115;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);display:block; }
#DH36FrSzKSf1f9UnqvrgGdTs5Cw6RFIe { top:11.196873664856rem;left:10.634374439716rem;width:7.9980625rem;height:7.9980625rem;z-index:14990;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MEJVrA4H5e1kCqgkdVR3pU4QiJ9PQ3fu { width:13.375rem;height:4.63125rem;top:14.494530439377rem;left:4.6242182850838rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#444ea4;line-height:1.3;font-family:var(--paragraphs-font-family);z-index:15323;display:block; }
#BqP6DxofA2msUURp5ZXVPzKfvrDlcx0L { width:7.8116875rem;height:2.18671875rem;top:27.997654914856rem;left:1.1226561665535rem;font-size:1.0625rem;z-index:15172;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#XU5FT4HWHs1KTtw9fJ9IXQR3GJf8ZrPM { display:block; }
#BfVlAnULIMOvtptfb93VVRtbJHP8ghig { width:7.8105625rem;height:2.18671875rem;top:28.060935020447rem;left:10.386327564716rem;font-size:1.0625rem;z-index:15172;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#E0OB4KWPxQnFVhyyGuAqTvaHI8yRAKyn { display:block; }
#oR08GO2hZLkDyP44eubCbIHmS1DXJTdV { width:9.062125rem;height:3.9703125rem;top:23.621873855591rem;left:0.24492186307907rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15318;display:block; }
#JgwHIiSlNLmxqGoupHagVtrioTwWyGQ1 { width:9.624625rem;height:4.24921875rem;top:23.687499046326rem;left:9.3843744397163rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15319;display:block; }
#wr0pwZ99eGRFTynkIJd6StM7vp7TPDPl { width:7.3125rem;height:6.6855625rem;top:22.428904533386rem;left:1.1226561665535rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffdcf3, rgba(204,235,255,0.39));background-image: -moz-linear-gradient(0deg, #ffdcf3, rgba(204,235,255,0.39));background-image: -ms-linear-gradient(0deg, #ffdcf3, rgba(204,235,255,0.39));background-image: -o-linear-gradient(0deg, #ffdcf3, rgba(204,235,255,0.39));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdcf3', endColorstr='#ccebff63' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdcf3', endColorstr='#ccebff63' );";background-image: linear-gradient(0deg, #ffdcf3, rgba(204,235,255,0.39));background-size:auto !important;display:block; }
#ATfR4RUaMzxfxMN521tmGXb0npLySMp0 { width:7.3125rem;height:6.6855625rem;top:22.428904533386rem;left:10.434374630451rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffdcf3, rgba(204,235,255,0.39));background-image: -moz-linear-gradient(0deg, #ffdcf3, rgba(204,235,255,0.39));background-image: -ms-linear-gradient(0deg, #ffdcf3, rgba(204,235,255,0.39));background-image: -o-linear-gradient(0deg, #ffdcf3, rgba(204,235,255,0.39));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdcf3', endColorstr='#ccebff63' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdcf3', endColorstr='#ccebff63' );";background-image: linear-gradient(0deg, #ffdcf3, rgba(204,235,255,0.39));background-size:auto !important;display:block; }
#Q9hVx7swOarZ8bz5NyCVv8PfwmLecHZT { width:6rem;height:1.93710625rem;top:21.500780105591rem;left:1.9359374642372rem;z-index:15295;display:block; }
#oxV3rbJiZf1Sd9alcwhHQm3kkLTALlIz { width:6rem;height:1.93710625rem;top:21.436326980591rem;left:11.398827373981rem;z-index:15296;display:block; }
#xaFSGo326tDbRIuz5vi0Xs2Ilp1CMKSM { width:3.31171875rem;height:1.21875rem;top:21.998826980591rem;left:3.3984373211861rem;font-size:0.9375rem;z-index:15295;display:block; }
#BkUbzemta6DtdsGL6zFVUFavPMEy8nty { width:3.31171875rem;height:1.21875rem;top:21.936717033386rem;left:12.898827373981rem;font-size:0.9375rem;z-index:15296;display:block; }
#azVzB66b9vh6XaGoQo6cNzlZcUpMr30Z { width:11.75rem;height:1.30625rem;top:38.159371376037rem;left:4.7519529461861rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#444ea4;line-height:1.1;font-family:var(--paragraphs-font-family);z-index:15117;display:block; }
#yTT9MMvHdBTsi7HC4KkDIFryCClBVytM { width:14.0625rem;height:1.30625rem;top:39.973435401916rem;left:4.6874998211861rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#444ea4;line-height:1.1;z-index:15118;font-family:var(--paragraphs-font-family);display:block; }
#sLX8qVVU3e0l01RnwnHQVhTH59Tn5PwS { width:3.8125rem;height:3.1875rem;top:4.9425778388977rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15090;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#5accff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#5accff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-size:auto !important;display:block; }
#UMgsmxHTR8re21hhStupI9qcqx60D6cT { width:3.8125rem;height:3.1875rem;top:13.635546207428rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15091;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#5accff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#5accff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-size:auto !important;display:block; }
#MGBv4loWGCfZNT60GmZZ058mTm7MEP5a { width:2.5rem;height:2.5rem;top:14.011327505112rem;left:0.8355467915535rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15120;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#FbRqUTSb5CqgEZcsnCCt5ptPACWSa9by { width:1.125rem;height:1.7875rem;top:14.448436737061rem;left:1.7730467915535rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15299;color:rgba(var(--color-primary-2),1);display:block; }
#Z2mMv1IWyHfJzt9SeIcUTyDDIBey4OfU { width:3.8125rem;height:3.1875rem;top:34.686326026916rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15092;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#5accff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#5accff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-size:auto !important;display:block; }
#ZCMXavQeLu573BBoJTffqhTqoPC4p9RT { width:2.5rem;height:2.5rem;top:35.061326026916rem;left:0.96093744039537rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15121;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#PNEAbg783omVddb2Kr4SZauyCppgDTzV { width:1.125rem;height:1.7875rem;top:35.498433113098rem;left:1.8339841961861rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15300;color:rgba(var(--color-primary-2),1);display:block; }
#cC19Mdd0a8mmJy1CHs1VITNXe2beKnTD { width:4.625rem;height:1.30625rem;top:36.371090888977rem;left:4.8105466961861rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#444ea4;line-height:1.1;font-family:var(--paragraphs-font-family);z-index:15118;display:block; }
#iW46pbeJRRCT40w3i7OQ5SSsWBCimq4X { top:39.464059829712rem;left:0.99843746423719rem;width:7.4355625rem;height:7.2480625rem;z-index:14994;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fp2R91Dy2sOoC7cWH1GGyPSKsOdGi5Tq { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#fp2R91Dy2sOoC7cWH1GGyPSKsOdGi5Tq > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; }#dzvDoU38NAryklblhTtZg8iWMoU0uMUd { width:10.125rem;height:0;top:2.9775390625rem;left:11.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15163;display:none; }
#AW78GgSNgH2chnkOrTCAFXQv3BQv1ovD { width:10.125rem;height:0;top:2.4150390625rem;left:7.59375rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15164;display:none; }
#ToSpBwgbMOmteiH8VM8lXyXOQxGMtLEI { width:13.0625rem;height:0;top:3.2275390625rem;left:8.46875rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15163;display:none; }
#GIzTPDErrNL1nzn1JoJi2GtzilaUvO5E { width:18.75rem;height:8.375rem;top:0.99782943725588rem;left:0.62500005960463rem;z-index:15161;display:block; }
#xBHom3ZS3qxnSiHbpQUJINb8tqaPTOnB { top:6.083984375rem;left:8.0685771107675rem;width:10.625rem;height:2.37413125rem;font-size:1.125rem;background-color:#ffffff;background-image:none;text-align:center;text-align-last:center;line-height:.9;display:block; }
#qmEHP5rTvqnfeynPmO6GAF57XJIpGnml { display:block; }
#TOpzbOyybAemZdHsIwMIHWRxzZWBbDVA { width:14.124375rem;height:3.7375rem;top:1.7026901245118rem;left:4.8854168057442rem;font-size:1.4375rem;display:block; }
#NBkNAZSbBPikq57gFRMOFQ5s8IV6O5Dk { width:20rem;height:0;top:11.714423007812rem;left:0rem;font-size:1.375rem;display:none; }
#acQo4v3LgdZfy201cAdHZckAVXyy15ow { width:3.62413125rem;height:3.62413125rem;top:5.208984375rem;left:2.1864150166511rem;display:block; }
#EKbscW2WWIN7rRDHbhUVVUmGKmu96tkQ { width:17.25rem;height:3.0875rem;top:3.6751251220703rem;left:1.3747830986977rem;font-size:1.1875rem;z-index:15168;text-align:right;text-align-last:right;display:block; }
#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T { background-color:#f6f6ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row .container { background-color: transparent; background-image: none; }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row .container > .video-iframe-container { display: none; }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row > .video-iframe-container { display: none; }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row .container { border-width: 0; border-radius: 0; }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UBdZmTqSNtBQZuBhi4H3eTulpSEOHb9T > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; }#utbpZEq9IIGQlR13TfrZ6EeDceoZWTqQ { width:10.375rem;height:0;top:2.88671875rem;left:8.6236985325812rem;font-size:1rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:none; }
#B136SWLNNZzkqTcOkzqfyI9CxnsZQlB1 { width:20rem;height:0.5rem;top:65.3125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#kVpgw729HcQHsi3zGnG6Ta8BGi3nqQqF { width:18.375rem;height:auto;top:17.5rem;left:0.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:none; }
#VACDOEKscQfDy6CLt9TnkhCTgpMQwLnK { width:20rem;height:12.5625rem;top:10.9375rem;left:0rem;background-color:rgba(77,214,255,0.12);background-image:none;display:none; }
#Wy6G909WE6rh2ReriRXqAnOAD4P4EI5G { width:14.0625rem;height:auto;top:17.5625rem;left:2.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:none; }
#JkUACAlBud4E4rUCwsGSQps90BVtSTKW { width:15.6875rem;height:6rem;top:1.9769506454468rem;left:3.4371090531349rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#172279;font-family:var(--paragraphs-font-family);display:block; }
#Zo035x28KJdu012n3syh5TTmpOHdxeHy { width:17.25rem;height:0.4375rem;top:14.75rem;left:1.375rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#wUhbQpTM9ZmkTooAEDmMxgIg7yTNSJUl { display:flex;width:1.81171875rem;height:1.81171875rem;top:1.9757795333863rem;left:0.88593739271162rem; }
#Lp2ysza5ITb96r2Ubyrk5Ov1QCVPG2gB { width:18.75rem;height:1.2rem;top:8.037890434265rem;left:1.1871092915535rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;z-index:15019;color:#172279;font-family:var(--paragraphs-font-family);display:block; }
#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { display:none; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { border-width: 0; border-radius: 0; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke > .row .container { width:20rem;height:13.875rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#B52df84f496faa376bd652d977c1faaa.widget-smartsection { 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; } #B52df84f496faa376bd652d977c1faaa.widget-smartsection *:focus-visible, #B52df84f496faa376bd652d977c1faaa.widget-smartsection input[type="text"]:focus-visible, #B52df84f496faa376bd652d977c1faaa.widget-smartsection input[type="email"]:focus-visible, #B52df84f496faa376bd652d977c1faaa.widget-smartsection input[type="tel"]:focus-visible, #B52df84f496faa376bd652d977c1faaa.widget-smartsection textarea:focus-visible { outline: none; } #eDGezBTqPEK1eXNxWQwRABblsBVtQJp4 > .row .container { background-color: transparent; background-image: none; }#eDGezBTqPEK1eXNxWQwRABblsBVtQJp4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDGezBTqPEK1eXNxWQwRABblsBVtQJp4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDGezBTqPEK1eXNxWQwRABblsBVtQJp4 > .row .container > .video-iframe-container { display: none; }#eDGezBTqPEK1eXNxWQwRABblsBVtQJp4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDGezBTqPEK1eXNxWQwRABblsBVtQJp4 > .row > .video-iframe-container { display: none; }#eDGezBTqPEK1eXNxWQwRABblsBVtQJp4 > .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); }#eDGezBTqPEK1eXNxWQwRABblsBVtQJp4 > .row .container { border-width: 0; border-radius: 0; }#eDGezBTqPEK1eXNxWQwRABblsBVtQJp4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eDGezBTqPEK1eXNxWQwRABblsBVtQJp4 > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D { 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; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container { background-color: transparent; background-image: none; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container > .video-iframe-container { display: none; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row > .video-iframe-container { display: none; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container { border-width: 0; border-radius: 0; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container { width:20rem;height:18.75rem;position:relative;display:block; }#T2kwT5vequomAST5w1O2EUx2Imd0KTTu { width:17.25rem;height:4.5515625rem;top:2.796875rem;left:1.2808592915535rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:none; }
#oh9zHpt4XegufIExvTnyneWnNT4i3QB8 { width:7.5rem;height:0.062109375rem;top:0.81484603881838rem;left:6.4953120350838rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:none; }
#uvTpGnkzWN88snwfmgtyeko5npBBFfQ8 { width:20rem;height:17.5rem;top:0.68685150146487rem;left:0rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.7));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.7));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.7));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),0.7)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.7));background-size:auto !important;display:block; }
#TtLbsTZGdUXhRkvxcsEFJgKMbifnezlh { top:3.5027313232422rem;left:1.6652343273163rem;width:17.625rem;height:3.4125rem;z-index:15177;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
#O389DUUeTheDr6B5ZPb7Twa8GAbah6Lx { width:12.999625rem;height:1.4625rem;top:8.6234359741213rem;left:1.6628904938698rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15034;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
#l5d7Wl21DTul2KT8sNZoEkdnOVyNQNTr { width:17.625rem;height:3.4125rem;top:10.34765625rem;left:1.375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15033;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
#rLtCEXH4S4vWXalWBFNuWoVd97FOTuJA { width:10.875rem;height:1.4625rem;top:1.7511711120606rem;left:1.6640622615814rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15033;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
#wqyVOr52IikPbaT5Ue6ceiu17uUkdPTa { width:17.9375rem;height:1.9375rem;top:16.291016340256rem;left:2.0625001192093rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(var(--color-tertiary-0),0));background-size:auto !important;border-top-left-radius:5rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15031;display:block; }
#nObbq9W3QgDOBiVT5O7218kmLAd934Pi { display:flex;width:2.56171875rem;height:2.56171875rem;top:14.319919586182rem;left:1.1628904938698rem;z-index:15163; }
#TZ4PbFai47FZTMJrf12CiQ1AyZBvm78o { width:10.6241875rem;height:3rem;top:14.28750038147rem;left:4.4999998211861rem;z-index:15322;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vX0JKeagASSm0USKtUTr9GuO33vxTdTn { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f9ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container { background-color: transparent; background-image: none; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container > .video-iframe-container { display: none; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row > .video-iframe-container { display: none; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container { border-width: 0; border-radius: 0; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container { width:20rem;height:4.5rem;position:relative;display:block; }#urhvFrbmxzmNSqQMJBOb2XxqJ2WxXu6n { display:flex;width:2.25rem;height:2.25rem;top:1.625rem;left:16.375rem;display:none; }
#DTvPKLmL3LQxRdBeBuTofeOics7TH3gf { width:2.5rem;height:3.5rem;top:1rem;left:16.3125rem;background-color:#171717;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#m0LKdtuehwS558XS4lEUdIbBDHOlN5CL { width:18.25rem;height:3.5625rem;top:0.3125rem;left:0.83632785081863rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15012;display:block; }
#wW6n3NTLUuzhF33L1aTwtgdai2RusJ40 { display:flex;width:1.99921875rem;height:1.99921875rem;top:1.28125rem;left:15.75rem;font-size:1.375rem;z-index:15046; }
#educ6ZKou1eD3wRztaWwHMITvS8RKnie { width:10.6875rem;height:1.59375rem;top:1.421875rem;left:4.3324211239815rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#31315b;z-index:15024;font-family:var(--paragraphs-font-family);display:block; }
#NbWO7yUTMuyKXhqcXEWM6BgUdvKv0y5y { width:4.5609375rem;height:1.78125rem;top:1.2820320129394rem;left:0.64960843324662rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#31315b;z-index:15024;font-family:var(--paragraphs-font-family);display:block; }
#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW { 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; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container { background-color: transparent; background-image: none; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container > .video-iframe-container { display: none; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row > .video-iframe-container { display: none; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container { border-width: 0; border-radius: 0; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container { width:20rem;height:21.75rem;position:relative;display:block; }#WwHxsSTpEvfT8dG0Rby1MeL9JmJmTf4y { width:18.875rem;height:3.15rem;top:17.307022094726rem;left:0.86953121423719rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#31315b;font-weight:400;font-style:normal;line-height:1.2;font-family:var(--paragraphs-font-family);display:block; }
#hwtsM3RxIyp3flioyrwa5VvPTzlUazPn { width:20rem;height:auto;top:11.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#053b67;font-family:var(--paragraphs-font-family);display:none; }
#oxbZz2uqZ7WgRkgJXaPhXAo7LsTH7l3o { width:13.25rem;height:1.125rem;top:15.871475219726rem;left:0.74648433923719rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;font-family:var(--paragraphs-font-family);color:#31315b;display:block; }
#bULCE8JDsSiwSKIV3WXPq6NW17ETpBHU { width:17.75rem;height:1.875rem;top:8.9331970214844rem;left:0.74999994039537rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;font-family:var(--paragraphs-font-family);color:#31315b;display:block; }
#IUSS1L9RWSlt18CDSa2yXHqJWzaWaXVW { width:16rem;height:1.05rem;top:6.0832061767578rem;left:0.74999994039537rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#31315b;font-weight:400;font-style:normal;line-height:1.2;font-family:var(--paragraphs-font-family);display:block; }
#iqzHLSQPRKssTkIxqTmKFDB9KiPTFmcA { width:17.375rem;height:1.125rem;top:4.8112182617188rem;left:0.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:1.2;font-family:var(--paragraphs-font-family);display:block; }
#Cdd3FsZi4okWz2wTzKJePTot7BWz7PZI { width:18.375rem;height:1.125rem;top:0.625rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:1.2;font-family:var(--paragraphs-font-family);display:block; }
#zMTnPknnfdxG5eJoCTUA4rcWpOBsMkc4 { width:17.1875rem;height:3.15rem;top:11.287506103516rem;left:0.87304681539537rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#31315b;z-index:15010;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:400;font-style:normal;line-height:1.2;font-family:var(--paragraphs-font-family);display:block; }
#aSzQQGNXmNzPzx5cyAVSUeF0snWMcFLz { width:16.562125rem;height:2.1rem;top:1.7472648620606rem;left:0.86953121423719rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;font-family:var(--paragraphs-font-family);color:#31315b;z-index:15008;display:block; }
#vGtJ3iAFZru2asbcsk6KW763TmZZ2cFg { 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; }#vGtJ3iAFZru2asbcsk6KW763TmZZ2cFg > .row .container { background-color: transparent; background-image: none; }#vGtJ3iAFZru2asbcsk6KW763TmZZ2cFg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGtJ3iAFZru2asbcsk6KW763TmZZ2cFg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGtJ3iAFZru2asbcsk6KW763TmZZ2cFg > .row .container > .video-iframe-container { display: none; }#vGtJ3iAFZru2asbcsk6KW763TmZZ2cFg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGtJ3iAFZru2asbcsk6KW763TmZZ2cFg > .row > .video-iframe-container { display: none; }#vGtJ3iAFZru2asbcsk6KW763TmZZ2cFg > .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); }#vGtJ3iAFZru2asbcsk6KW763TmZZ2cFg > .row .container { border-width: 0; border-radius: 0; }#vGtJ3iAFZru2asbcsk6KW763TmZZ2cFg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vGtJ3iAFZru2asbcsk6KW763TmZZ2cFg > .row .container { width:20rem;height:32.25rem;position:relative;display:block; }#M7ftXyme6vTGRJQSuKRfhpGPHuc1CWw2 { width:12.5rem;height:1.21875rem;top:1.25rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#HPwLiGafGtdpWr6HqWZd0XtzCSBzul4d { width:12.5rem;height:0.125rem;top:3.79948125rem;left:3.75rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qsTf4rQy01Dl0HWizgZExbTWKdCbdAtH { width:18.75rem;height:4.875rem;top:3.798828125rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#MTGZFvH2Aggz15DweBnFgWOBdeMeDBXd { width:15rem;height:1.3rem;top:16.186721801757rem;left:2.2496092915535rem;font-size:1rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#fUFebgPNtFyCGfNrQVy8y50y7CoinZAw { width:14rem;height:0.0625rem;top:20.42480625rem;left:3rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#bH13iskyNT0Wn7uU4Nblz4TurpOq2Lvf { width:12.5rem;height:0.125rem;top:8.6875rem;left:3.75rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pK56TBemEEeRSAALpZBxsuAinuKDni0C { width:15.0625rem;height:2.9375rem;top:9.69921875rem;left:2.46875rem;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VSlXWg5ArMhR5EkGQU9xKaGr0NrGvQ3o { width:18rem;height:2.1125rem;top:18.185934066773rem;left:0.99843746423719rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15017;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);display:block; }
#WOnE97cVTEMJ1ZpcI5qPGTDRcAEsMDNa { width:19.5625rem;height:2.275rem;top:21.059762954712rem;left:0.18671864271164rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);z-index:15018;display:block; }
#vDnyLxlhQT7duGWZgDTT7AMkEnlP9JTN { width:15.4991875rem;height:2.1125rem;top:24.249998092651rem;left:2.6988280415535rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15018;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);display:block; }
#mTt2bKWb54eVzAJCz8y8z1z5Svaivhmz { width:15.1875rem;height:2.1125rem;top:27.498826980591rem;left:2.5109372735024rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15019;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);display:block; }
#FuaWThibvEtHs2TRM4Z2IExeOsMBxM0h { width:19.1875rem;height:14.4375rem;top:15.748826980591rem;left:0.40429681539536rem;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#hOXZSWz5uwOg5lLT6OVUs8iZWCTwsbs2 { width:19.1875rem;height:14.4375rem;top:0.21249866485596rem;left:0.4375rem;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; } #XPTnqUsmwlR2sntZm0TvpmMLfHfReyft > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { background-color:#888888;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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 .container { width:20rem;height:1.6875rem;position:relative;display:block; }#r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { width:14.0625rem;height:0.8125rem;top:0.625rem;left:2.9375rem;font-size:0.625rem;color:rgba(var(--color-tertiary-0),1);display:block; }
