.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#LlGWRo5LzQo2BV1G0zJ52K1mht35STae { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #040c21;background-color:#040c21;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#LlGWRo5LzQo2BV1G0zJ52K1mht35STae > .row .container { background-color: transparent; background-image: none; }#LlGWRo5LzQo2BV1G0zJ52K1mht35STae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlGWRo5LzQo2BV1G0zJ52K1mht35STae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlGWRo5LzQo2BV1G0zJ52K1mht35STae > .row .container > .video-iframe-container { display: none; }#LlGWRo5LzQo2BV1G0zJ52K1mht35STae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlGWRo5LzQo2BV1G0zJ52K1mht35STae > .row > .video-iframe-container { display: none; }#LlGWRo5LzQo2BV1G0zJ52K1mht35STae > .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); }#LlGWRo5LzQo2BV1G0zJ52K1mht35STae > .row .container { border-width: 0; border-radius: 0; }#LlGWRo5LzQo2BV1G0zJ52K1mht35STae > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LlGWRo5LzQo2BV1G0zJ52K1mht35STae > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#xpJlcEmTT1VlZ55lTeEvbg6SmBX5qOVh { background-color:#bce8fc;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: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:#040c21;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hind madurai";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.71875rem;left:62.5625rem;display:block; }
#f4TGa6I0Mlio0XTy7CWtELSMsDlONQ3r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c1WvxV7PEQlraClJD3tRQfLkiZtrTeuf { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:8.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#bce8fc;background-image:url("https://images.assets-landingi.com/uc/f22173b1-3035-42d9-a437-05de3e9f8f0f/gradient.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;z-index:;border-top:0rem solid #5d92ff;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0.125rem solid #040c21;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#s8egbK4F6I9OUqITwRsdTQcHqyaVRux5 { color:#040c21;display:block;width:31.75rem;position:absolute;font-family:"playfair display";font-size:4.75rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:14.8125rem;left:0rem;height:9.5rem;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; }
#wt7TLnWO6oc5T1c92QniADHZvGr5htHU { color:#040c21;display:block;width:31.25rem;position:absolute;font-family:"hind madurai";font-size:1.6875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:25.875rem;left:0rem;height:4.38671875rem;font-style:normal;display:block; }
#h0wK0Ic03FfAVbMFRc7a1RnPxX4qTXaJ { background-color:#bce8fc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #040c21;border-left:0.125rem solid #040c21;border-right:0.125rem solid #040c21;border-bottom:0.125rem solid #040c21;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:#040c21;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hind madurai";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.875rem;left:0rem;display:block; }
#lnHEFzAsfwWVBIG8QkmHDOTBWA1UmbZV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rszZ9lit5zgyVoiT14pcivxaU3PWpOgk { color:#040c21;display:block;width:15.5rem;position:absolute;font-family:"hind madurai";font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:34rem;left:12.5625rem;height:1.13671875rem;font-style:normal;display:block; }
#D20ldJ66lxrsoeqDa4xituUQORKdlHIM { position:absolute;display:block;z-index:14999;border-top:0.125rem solid #040c21;border-left:0.125rem solid #040c21;border-right:0.125rem solid #040c21;border-bottom:0.125rem solid #040c21;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:44.125rem;width:29.3125rem;top:7.0625rem;left:42.960250402204rem;overflow:hidden;display:block; }
#unPXGwDGFJDLOiGgsD6kKtippyC9Hfot { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:3.8125rem;top:33.76171875rem;left:37.6875rem;overflow:hidden;display:block; }
#ZtswwSeJXQF5rbn6MhW1o0c2JIAB7K4h { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.0625rem;top:36.3125rem;left:71.1875rem;overflow:hidden;display:block; }
#KyiwhZmEW29H9xocTv9hXJ2fKoXcgE56 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5rem;top:40.375rem;left:73.5rem;overflow:hidden;display:block; }
#aF4T4R6IKUErmdNxu20RS5MCzW3XDahN { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #040c21;border-left:0.125rem solid #040c21;border-right:0.125rem solid #040c21;border-bottom:0.125rem solid #040c21;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.75rem;width:9.75rem;top:39.4375rem;left:37.6875rem;overflow:hidden;display:block; }
#Z1WsWcMDz2geBKu3giMnnJvcyIoz9Fqr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040c21;background-image:url("https://images.assets-landingi.com/uc/f22173b1-3035-42d9-a437-05de3e9f8f0f/gradient.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#Z1WsWcMDz2geBKu3giMnnJvcyIoz9Fqr.adaptive-delivery-prevent-bg, #Z1WsWcMDz2geBKu3giMnnJvcyIoz9Fqr.lazyload, #Z1WsWcMDz2geBKu3giMnnJvcyIoz9Fqr.lazyloading { background-image: none; }#Z1WsWcMDz2geBKu3giMnnJvcyIoz9Fqr > .row .container { background-color: transparent; background-image: none; }#Z1WsWcMDz2geBKu3giMnnJvcyIoz9Fqr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1WsWcMDz2geBKu3giMnnJvcyIoz9Fqr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1WsWcMDz2geBKu3giMnnJvcyIoz9Fqr > .row .container > .video-iframe-container { display: none; }#Z1WsWcMDz2geBKu3giMnnJvcyIoz9Fqr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1WsWcMDz2geBKu3giMnnJvcyIoz9Fqr > .row > .video-iframe-container { display: none; }#Z1WsWcMDz2geBKu3giMnnJvcyIoz9Fqr > .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); }#Z1WsWcMDz2geBKu3giMnnJvcyIoz9Fqr > .row .container { border-width: 0; border-radius: 0; }#Z1WsWcMDz2geBKu3giMnnJvcyIoz9Fqr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z1WsWcMDz2geBKu3giMnnJvcyIoz9Fqr > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#TBORfHiNeB3CXtywC5oS4G6G2WcmwOb9 { color:#edf2fc;display:block;width:36.375rem;position:absolute;font-family:"playfair display";font-size:3.5rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:5.3125rem;left:0rem;height:7.69925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wCOnhraIpr0yn5OkB817ztWyJR0LJia2 { color:#edf2fc;display:block;width:35.5625rem;position:absolute;font-family:"hind madurai";font-size:1.8125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:14.25rem;left:0rem;height:2.35546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wyn5iDoyvauvthtZDLURmNTTIpFcOP03 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040c21;background-image:url("https://images.assets-landingi.com/uc/f22173b1-3035-42d9-a437-05de3e9f8f0f/gradient.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#Wyn5iDoyvauvthtZDLURmNTTIpFcOP03.adaptive-delivery-prevent-bg, #Wyn5iDoyvauvthtZDLURmNTTIpFcOP03.lazyload, #Wyn5iDoyvauvthtZDLURmNTTIpFcOP03.lazyloading { background-image: none; }#Wyn5iDoyvauvthtZDLURmNTTIpFcOP03 > .row .container { background-color: transparent; background-image: none; }#Wyn5iDoyvauvthtZDLURmNTTIpFcOP03::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wyn5iDoyvauvthtZDLURmNTTIpFcOP03 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wyn5iDoyvauvthtZDLURmNTTIpFcOP03 > .row .container > .video-iframe-container { display: none; }#Wyn5iDoyvauvthtZDLURmNTTIpFcOP03 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wyn5iDoyvauvthtZDLURmNTTIpFcOP03 > .row > .video-iframe-container { display: none; }#Wyn5iDoyvauvthtZDLURmNTTIpFcOP03 > .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); }#Wyn5iDoyvauvthtZDLURmNTTIpFcOP03 > .row .container { border-width: 0; border-radius: 0; }#Wyn5iDoyvauvthtZDLURmNTTIpFcOP03 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wyn5iDoyvauvthtZDLURmNTTIpFcOP03 > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:75rem;position:relative;display:block; }#buOivqr7wq1bxbi2xpedVdbHPbWXoMCH { color:#ffffff;display:block;width:28.875rem;position:absolute;font-family:"hind madurai";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.8125rem;left:42.8125rem;height:24.004875rem;display:block; }#buOivqr7wq1bxbi2xpedVdbHPbWXoMCH li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#buOivqr7wq1bxbi2xpedVdbHPbWXoMCH li:before{  }
#VLmR8ZFmJPEV8IptUx0p2BDlobIzW3rM { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"hind madurai";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.0625rem;left:42.6875rem;height:1.4619125rem;font-style:normal;display:block; }
#gfuXsDKFrHwxSCBpaiVmS9aJcpTHwuoR { color:#bce8fc;display:block;width:18.3125rem;position:absolute;font-family:"hind madurai";font-size:1.375rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:0rem;left:42.6875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PNf5nwOdUA0WiskeOa23RzxDTtT22fyf { position:absolute;display:block;z-index:15001;border-top:0.125rem solid #040c21;border-left:0.125rem solid #040c21;border-right:0.125rem solid #040c21;border-bottom:0.125rem solid #040c21;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:33.5rem;width:33.5rem;top:2.0625rem;left:1.875rem;overflow:hidden;display:block; }
#OR5f8Bf7qvnETsSKHivC9nIe2U0D2Wbi { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:10.8125rem;left:34.6875rem;overflow:hidden;display:block; }
#Q83idRwLpC5GqimWpGk91TIbbnvTg6U4 { position:absolute;display:block;z-index:15010;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.8125rem;width:5.8125rem;top:35.8125rem;left:15.25rem;overflow:hidden;display:block; }
#gwyX7POMgioFFEJaXa9yrTJidIQnIyBT { color:#bce8fc;display:block;width:18.3125rem;position:absolute;font-family:"hind madurai";font-size:1.375rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:31.4375rem;left:42.8125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KxlMZyvDZTfUfsucVT9Zq0ViB2PHzF19 { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"hind madurai";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:33.5rem;left:42.8125rem;height:1.4619125rem;font-style:normal;display:block; }
#AQhcV7ocBNy42FBFOVW3U0pt9Z3OFxNq { color:#ffffff;display:block;width:23.5rem;position:absolute;font-family:"hind madurai";font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:36rem;left:42.9375rem;height:4.38574375rem;display:block; }#AQhcV7ocBNy42FBFOVW3U0pt9Z3OFxNq li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#AQhcV7ocBNy42FBFOVW3U0pt9Z3OFxNq li:before{  }
#v5uH3v9CfQv7sAJmKP3izvlUR4ahi6Mb { box-sizing:content-box;height:2.125rem;width:9.125rem;position:absolute;display:block;z-index:15048;background-color:#bce8fc;background-image:none;top:0.875rem;left:21rem;border-top:0.125rem solid #040c21;border-left:0.125rem solid #040c21;border-right:0.125rem solid #040c21;border-bottom:0.125rem solid #040c21;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#WtwUUNQGpAb414gIGiPGae8eemptztEy { color:#040c21;display:block;width:6.6875rem;position:absolute;font-family:"hind madurai";font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:1.5625rem;left:23.5rem;height:1.13671875rem;font-style:normal;display:block; }
#ktu9D5dE2M6gFAxuqTiO1EH2ACVtAACc { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:1.1875rem;left:21.8125rem;overflow:hidden;display:block; }
#Wd6T9S7FDOfRT19zdVC2TBlSww15NZvf { box-sizing:content-box;height:2.125rem;width:6.4375rem;position:absolute;display:block;z-index:15045;background-color:#bce8fc;background-image:none;top:0.875rem;left:13.5625rem;border-top:0.125rem solid #040c21;border-left:0.125rem solid #040c21;border-right:0.125rem solid #040c21;border-bottom:0.125rem solid #040c21;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#BPIxUO3TNTPKEMQb372Unxw4EiixAgZL { color:#040c21;display:block;width:4rem;position:absolute;font-family:"hind madurai";font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:1.5625rem;left:16.0625rem;height:1.13671875rem;font-style:normal;display:block; }
#T8WdgwqypZyhrSUxZHmZwnx6VmhKNzHV { box-sizing:content-box;height:2.125rem;width:12.5625rem;position:absolute;display:block;z-index:15046;background-color:#bce8fc;background-image:none;top:0.875rem;left:0rem;border-top:0.125rem solid #040c21;border-left:0.125rem solid #040c21;border-right:0.125rem solid #040c21;border-bottom:0.125rem solid #040c21;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#oC8ctSlriCt64vt6bfoEpLT1cmALQit1 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:1.1875rem;left:14.125rem;overflow:hidden;display:block; }
#zg58Uq4nqlA9Xu9rTev4Zd2WTaHWal7c { color:#040c21;display:block;width:9.3125rem;position:absolute;font-family:"hind madurai";font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:1.5625rem;left:2.5625rem;height:1.13671875rem;font-style:normal;display:block; }
#SMh2HBIrUNVRRTP2cpCXtTpIUNWaqZU2 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:1.3125rem;left:0.5625rem;overflow:hidden;display:block; }
#rBUW4mi9emITRXPue7vb8AZFDcFmJNpA { position:relative;display:block; }#rBUW4mi9emITRXPue7vb8AZFDcFmJNpA { background-color: transparent; background-image: none; }#rBUW4mi9emITRXPue7vb8AZFDcFmJNpA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBUW4mi9emITRXPue7vb8AZFDcFmJNpA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBUW4mi9emITRXPue7vb8AZFDcFmJNpA > .row .container > .video-iframe-container { display: none; }#rBUW4mi9emITRXPue7vb8AZFDcFmJNpA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBUW4mi9emITRXPue7vb8AZFDcFmJNpA > .row > .video-iframe-container { display: none; }#rBUW4mi9emITRXPue7vb8AZFDcFmJNpA > .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); }#rBUW4mi9emITRXPue7vb8AZFDcFmJNpA { border-width: 0; border-radius: 0; }#rBUW4mi9emITRXPue7vb8AZFDcFmJNpA > .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; }#rBUW4mi9emITRXPue7vb8AZFDcFmJNpA > .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:47.6875rem;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:block; }#HvrvgGMJMrkTV7H0eBAZ10o6wxHfdyXp { color:#000000;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:3.16796875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CBTIEh0FrtOWlg5d5fTJ9PV5lbqIte6o { position:absolute;display:block;z-index:15001;border-top:0.125rem solid #040c21;border-left:0.125rem solid #040c21;border-right:0.125rem solid #040c21;border-bottom:0.125rem solid #040c21;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:32rem;width:45.9375rem;top:11.5625rem;left:14.40625rem;overflow:hidden;display:block; }
#Zl7QgCTUztvRhxibMT3ktxXkxn5H6kZU { 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:1.5625rem;width:1.5rem;top:46.0625rem;left:9.25rem;overflow:hidden;display:block; }
#ampKisvOmM8l48JhTG9XpX8dM7umEPy4 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#bce8fc;background-image:none;top:7.625rem;left:9.375rem;border-top:0.125rem solid #040c21;border-left:0.125rem solid #040c21;border-right:0.125rem solid #040c21;border-bottom:0.125rem solid #040c21;display:block; }
#XC46cggHCTfLAkBRvL8VC1ASWrLWAfUJ { color:#040c21;display:block;width:12.9375rem;position:absolute;font-family:"hind madurai";font-size:1.375rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:13.0625rem;left:9.25rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Aeng6rx6nf7CovvCXCGf70wwf1OHJ6Vs { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.4375rem;top:21.1875rem;left:9.25rem;overflow:hidden;display:block; }
#XnZN4kTiFQRrSQJiSA3COX0aCgZ0QIIC { 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:62.5rem;width:62.5rem;top:11.8125rem;left:12.5rem;overflow:hidden;display:block; }
#DmDtfN3LEesuzrPdTcPaETkHGcgx323A { 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; }#DmDtfN3LEesuzrPdTcPaETkHGcgx323A > .row .container { background-color: transparent; background-image: none; }#DmDtfN3LEesuzrPdTcPaETkHGcgx323A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmDtfN3LEesuzrPdTcPaETkHGcgx323A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmDtfN3LEesuzrPdTcPaETkHGcgx323A > .row .container > .video-iframe-container { display: none; }#DmDtfN3LEesuzrPdTcPaETkHGcgx323A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmDtfN3LEesuzrPdTcPaETkHGcgx323A > .row > .video-iframe-container { display: none; }#DmDtfN3LEesuzrPdTcPaETkHGcgx323A > .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); }#DmDtfN3LEesuzrPdTcPaETkHGcgx323A > .row .container { border-width: 0; border-radius: 0; }#DmDtfN3LEesuzrPdTcPaETkHGcgx323A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DmDtfN3LEesuzrPdTcPaETkHGcgx323A > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:block; }#w3EahAEFu5w6Qv9E8m9frcK256qpqodp { color:#040c21;display:block;width:13.875rem;position:absolute;font-family:"hind madurai";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.3125rem;left:2.625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FrmbZNG59utTkL3bfhb5NvI9M5z2iBwn { color:#040c21;display:block;width:13.8125rem;position:absolute;font-family:"hind madurai";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5625rem;left:2.625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iGyd7pGEWiH9abT6WexwAzv4OCtGUBcM { box-sizing:content-box;height:7.5rem;width:0.125rem;position:absolute;display:block;z-index:15011;background-color:#040c21;background-image:none;top:5.75rem;left:18.75rem;display:block; }
#sh5TQ3f7MoTL4L8zc8eNn8LFzoPEtdTX { color:#040c21;display:block;width:13.8125rem;position:absolute;font-family:"hind madurai";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.5625rem;left:21.25rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W4zafnnpQSwAFsVyRKuEHoGnvM7iJvwV { color:#040c21;display:block;width:13.875rem;position:absolute;font-family:"hind madurai";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:7.3125rem;left:21.25rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gPqi6zW96LvHrIvq6rrJxzCaWxcSTMNr { box-sizing:content-box;height:7.5rem;width:0.125rem;position:absolute;display:block;z-index:15012;background-color:#040c21;background-image:none;top:5.75rem;left:37.5rem;display:block; }
#otEEEGhUlNiQCxaAG1PTPTuvvdoOyy6J { color:#040c21;display:block;width:13.8125rem;position:absolute;font-family:"hind madurai";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.5625rem;left:40rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nszZXTbR1wL89g3p9anl1S6mQTTgTut4 { color:#040c21;display:block;width:13.875rem;position:absolute;font-family:"hind madurai";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.3125rem;left:40rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xaraGhVrHLg2zHNcwxtdrooE7o1SibRV { box-sizing:content-box;height:7.5rem;width:0.125rem;position:absolute;display:block;z-index:15013;background-color:#040c21;background-image:none;top:5.75rem;left:56.25rem;display:block; }
#yJ1Qy4ukrmcVK1GSrmfT5QTi90y2Pmyp { color:#040c21;display:block;width:13.8125rem;position:absolute;font-family:"hind madurai";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:5.5625rem;left:58.75rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lTMTUUFycIrqqsBBr8K2FA9mnX9TztNq { color:#040c21;display:block;width:13.875rem;position:absolute;font-family:"hind madurai";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:7.3125rem;left:58.75rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CaekBuS6VpvdqrdDhpgdlVFNdcx6NDdb { position:absolute;display:block;z-index:15001;background-color:#bce8fc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #040c21;border-left:0.125rem solid #040c21;border-right:0.125rem solid #040c21;border-bottom:0.125rem solid #040c21;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.4375rem;width:74.75rem;top:1.6875rem;left:0rem;display:block; }
#mXXf4zrX5Hz7ZlUncQTabhZA38PJvuzC { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:15.5625rem;left:69.375rem;overflow:hidden;display:block; }
#IhFBGg0a10DhbV4oPIc4GVJDxeuz3skl { box-sizing:content-box;height:3.1875rem;width:3.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:#ffe253;background-image:none;top:15.25rem;left:69.0625rem;border-top:0.125rem solid #040c21;border-left:0.125rem solid #040c21;border-right:0.125rem solid #040c21;border-bottom:0.125rem solid #040c21;display:block; }
#FE235tTVwmiVLMh4xH4MnK3PyL7bEfUX { position:absolute;display:block;z-index:15040;border-top:0.125rem solid #040c21;border-left:0.125rem solid #040c21;border-right:0.125rem solid #040c21;border-bottom:0.125rem solid #040c21;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.6875rem;width:3.75rem;top:0.5625rem;left:49.25rem;overflow:hidden;display:block; }
#LG09MLUyoysnt1CCvgzITki3nMWcSv7N { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.25rem;top:0.5625rem;left:10.6875rem;overflow:hidden;display:block; }
#LB823h747RnpHapITr1ab1pz2cRDlfUi { border-top:0.125rem solid #040c21;border-left:0;border-right:0;border-bottom:0.125rem solid #040c21;background-color:#bce8fc;background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.png");background-position: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; }#LB823h747RnpHapITr1ab1pz2cRDlfUi.adaptive-delivery-prevent-bg, #LB823h747RnpHapITr1ab1pz2cRDlfUi.lazyload, #LB823h747RnpHapITr1ab1pz2cRDlfUi.lazyloading { background-image: none; }#LB823h747RnpHapITr1ab1pz2cRDlfUi > .row .container { background-color: transparent; background-image: none; }#LB823h747RnpHapITr1ab1pz2cRDlfUi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LB823h747RnpHapITr1ab1pz2cRDlfUi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LB823h747RnpHapITr1ab1pz2cRDlfUi > .row .container > .video-iframe-container { display: none; }#LB823h747RnpHapITr1ab1pz2cRDlfUi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LB823h747RnpHapITr1ab1pz2cRDlfUi > .row > .video-iframe-container { display: none; }#LB823h747RnpHapITr1ab1pz2cRDlfUi > .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); }#LB823h747RnpHapITr1ab1pz2cRDlfUi > .row .container { border-width: 0; border-radius: 0; }#LB823h747RnpHapITr1ab1pz2cRDlfUi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LB823h747RnpHapITr1ab1pz2cRDlfUi > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#yS2rTHUpd0ko1Hby9FTVRKhu9CeooDTM { color:#040c21;display:block;width:46.25rem;position:absolute;font-family:"hind madurai";font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.625rem;left:14.375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GwmLyFUPb5CDliGDG7V8uUuTsJlC73yJ { position:absolute;display:block;z-index:15006;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:2rem;width:2.8125rem;top:19.625rem;left:10.875rem;overflow:hidden;display:block; }
#JaHZDPLMcOp0BDzcaImBU95QFLxTdL7s { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:20.0625rem;left:62.125rem;overflow:hidden;display:block; }
#meIas7qCwET1latVkU7yOBxJZ2ls78PC { color:#040c21;display:block;width:75rem;position:absolute;font-family:"hind madurai";font-size:1rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:24.25rem;left:0rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GxJ91ltwLpLwGfWQBxa5mXrfTZWCDTQ8 { color:#000000;display:block;width:36.625rem;position:absolute;font-family:"playfair display";font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.5rem;left:19.1875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#w8hI0rxqggC5B7SXLoy7ROCsNI7Jt0Kf { color:#040c21;display:block;width:35.5625rem;position:absolute;font-family:"hind madurai";font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.75rem;left:19.75rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XEOOXyupG3U10dzoqVvxQW1f7IFoP4e9 { 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:5.5625rem;width:5.5625rem;top:28.5rem;left:34.75rem;overflow:hidden;display:block; }
#eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa { 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; }#eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa > .row .container { background-color: transparent; background-image: none; }#eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa > .row .container > .video-iframe-container { display: none; }#eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa > .row > .video-iframe-container { display: none; }#eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa > .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); }#eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa > .row .container { border-width: 0; border-radius: 0; }#eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;position:relative;display:block; }#VWdG52JO5EwlptMDvm0xnT3A1vmnxSr7 { color:#000000;display:block;width:36.625rem;position:absolute;font-family:"playfair display";font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:10rem;left:37.5rem;height:3.57470625rem;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; }
#M6m2mXqDyNmEtpulCZ7nRJF5mPPmTrm9 { color:#040c21;display:block;width:35.5625rem;position:absolute;font-family:"hind madurai";font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.5625rem;left:37.5rem;height:1.7871125rem;font-style:normal;display:block; }
#Xt4zNvksmvWoiRky6DIOGaHI2eMako4b { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:"hind madurai";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.8125rem;left:37.5rem;height:;display:block; }#Xt4zNvksmvWoiRky6DIOGaHI2eMako4b li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Xt4zNvksmvWoiRky6DIOGaHI2eMako4b li:before{  }
#T5gJBDTrEtfVbx2VeThJQtudK9ahZoB2 { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #040c21;border-left:0.125rem solid #040c21;border-right:0.125rem solid #040c21;border-bottom:0.125rem solid #040c21;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:28.4375rem;width:28.4375rem;top:7.75rem;left:3.6875rem;overflow:hidden;display:block; }
#r8l9cXg2lETvz4O5ILNsqeCUw28oApkZ { position:absolute;display:block;z-index:15012;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.5625rem;width:5.5625rem;top:34.4375rem;left:8rem;overflow:hidden;display:block; }
#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040c21;background-image:url("https://images.assets-landingi.com/uc/f22173b1-3035-42d9-a437-05de3e9f8f0f/gradient.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G.adaptive-delivery-prevent-bg, #DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G.lazyload, #DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G.lazyloading { background-image: none; }#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G > .row .container { background-color: transparent; background-image: none; }#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G > .row .container > .video-iframe-container { display: none; }#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G > .row > .video-iframe-container { display: none; }#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G > .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); }#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G > .row .container { border-width: 0; border-radius: 0; }#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#KPnnJS40nwTmRxCKLc3TlwcT64cMelEp { position:absolute;display:block;z-index:15000;background-color:#bce8fc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #040c21;border-left:0.125rem solid #040c21;border-right:0.125rem solid #040c21;border-bottom:0.125rem solid #040c21;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.1875rem;width:75rem;top:7.28125rem;left:0rem;display:block; }
#ghg8sSpEz40cFs016H6pOhtwUE1FN8kR { background-color:#040c21;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: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:"hind madurai";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:12.474609375rem;left:55.15625rem;display:block; }
#FxZnlkFC1qxNSk0xPBQ5SxovAns6ofB9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#osbkDnP7uf8Nv7qhn9aZpirzSI00GEJN { color:#040c21;display:block;width:31.25rem;position:absolute;font-family:"hind madurai";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.072265625rem;left:18.1875rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hPkHJkNmM6Gi4SnXvq8ruurOqIoreQ39 { color:#040c21;display:block;width:24.75rem;position:absolute;font-family:"hind madurai";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17.123046875rem;left:49.8125rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PPFFOV8yD1T7qLgZr9fwrFcKaHDTdWCc { color:#040c21;display:block;width:28.875rem;position:absolute;font-family:"hind madurai";font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:11.16796875rem;left:18.1875rem;height:6.048825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#amKMbExzVg20XUd4AcywGe6UC4xrNhi5 { position:absolute;display:block;z-index:15002;border-top:0.125rem solid #040c21;border-left:0.125rem solid #040c21;border-right:0.125rem solid #040c21;border-bottom:0.125rem solid #040c21;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.3125rem;width:16.25rem;top:9.25rem;left:-2.0625rem;overflow:hidden;display:block; }
#DScXg9F7bR0iw4BP6HdTTXNqknemT09J { 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:2.25rem;top:8.0625rem;left:9.5625rem;overflow:hidden;display:block; }
#ixiFpSsX3M5NNXSuPHQb46sAO3lgSkTI { border-top:0.125rem solid #040c21;border-left:0;border-right:0;border-bottom:0.125rem solid #040c21;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; }#ixiFpSsX3M5NNXSuPHQb46sAO3lgSkTI > .row .container { background-color: transparent; background-image: none; }#ixiFpSsX3M5NNXSuPHQb46sAO3lgSkTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixiFpSsX3M5NNXSuPHQb46sAO3lgSkTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixiFpSsX3M5NNXSuPHQb46sAO3lgSkTI > .row .container > .video-iframe-container { display: none; }#ixiFpSsX3M5NNXSuPHQb46sAO3lgSkTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixiFpSsX3M5NNXSuPHQb46sAO3lgSkTI > .row > .video-iframe-container { display: none; }#ixiFpSsX3M5NNXSuPHQb46sAO3lgSkTI > .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); }#ixiFpSsX3M5NNXSuPHQb46sAO3lgSkTI > .row .container { border-width: 0; border-radius: 0; }#ixiFpSsX3M5NNXSuPHQb46sAO3lgSkTI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ixiFpSsX3M5NNXSuPHQb46sAO3lgSkTI > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;position:relative;display:block; }#BECRnTVwqkoWonT6ty2bf2GUBQTCVIZO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:14.1875rem;top:3.0625rem;left:41.875rem;overflow:hidden;display:block; }
#ts76U6TVeU4gGHa0CN70TrJ42hNgZ0ke { color:#040c21;display:block;width:20.5625rem;position:absolute;font-family:"hind madurai";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.73828125rem;left:12.15625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #040c21;background-color:#bce8fc;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; }#e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa > .row .container { background-color: transparent; background-image: none; }#e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa > .row .container > .video-iframe-container { display: none; }#e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa > .row > .video-iframe-container { display: none; }#e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa > .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); }#e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa > .row .container { border-width: 0; border-radius: 0; }#e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa > .row .container { font-size:0.875rem;font-family:arial;height:57.9375rem;width:75rem;position:relative;display:block; }#vk1kGqTUdyLc2WCAWpiWEkXsoVVdGkuh { color:#000000;display:block;width:36.625rem;position:absolute;font-family:"playfair display";font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:19.1875rem;height:3.57470625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LeeLA2xM7WXVmuAQrbbgvStJcdtKP0a8 { color:#040c21;display:block;width:20rem;position:absolute;font-family:"hind madurai";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.25rem;left:27.5rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.125rem solid #040c21;border-left:0;border-right:0;border-bottom:0; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:"hind madurai";color:#040c21; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"hind madurai";line-height:1.4;overflow:hidden;height:auto; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 .accordion-trigger.adaptive-delivery-prevent-bg, #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 .accordion-trigger.lazyload, #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 .accordion-trigger.lazyloading { background-image: none; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 { box-sizing:content-box;height:auto;width:75rem;position:absolute;display:flex;flex-direction:column;gap:1.875rem;z-index:15010;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:15rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #yCTfuBLysu71EhrrfHzBSqHWcarf4vu7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ertVabU7F7h7zBpCMTe5CWz1lTBpeR2N { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #deaEAy6Nx3EcmHLZKpkkXgZZlUds2cH3 { display:block;position:relative; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #m0LtiuZz1HuwJ5a9OrZaSyFT9KE0cIJ3 {  }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #p1Cfq7K0Mcu9aUDbZrmVxAP2i8MBX0QG {  }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #qsJ0cs9iE02TNu1xck0VWwmXro6sP36y { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #Qaa5uVQiBl0zeeBTQHdcKwTCT7FDnO2b { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #QMFsfyad6TTrREHOUd09ZgNEHCEkAETR { display:block;position:relative; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #GG5AsSKfL2MhgmceBNDIa6qVs6J2e8mn {  }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #mOH576oVl5apSHnOq7n7Wo9OW58Eld4V { display:none; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #TdBkXcsDCTZMCJQN3HtEI4MN2xZnylct { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #fKzku3ID8qvT2NkisdTPlcJ0n74lexbD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #RM2orEyTn2VlMV7hNRTtwRUFZxgDOLcZ { display:block;position:relative; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #rQFGOC0egRcy6b1An4TOuUChTfP4210n {  }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #U9RXXwp9yA62fTHzE9xqmyt57GZxWyHK { display:none; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #sD9IkulOHqM1NCGNSeq1f5PuSX05DC6A { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #WZWuKNryBeX84dTr8uTh58sOwTQkb8Wn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ZNiFqwgOCCvk6APvSWdmd7N0HIcpa2ZQ { display:block;position:relative; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #gQM3I4D0yGrAcM8x8l7Z0gkKyLgtMtzr {  }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #oQ6Wx0fJbTmUUTwMUBxbX7RF0XtBk3tv { display:none; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #gQsiWUcG08hcaC1fnII2scGhufLzotgT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #t8zRWvvD0LKmlZ9gu9QiSucBF54oF7M0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #h993xgLOkS7xzpJ8NLe5uwkcAMxZT9nR { display:block;position:relative; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ggTiPmnSntQc5ovysflQ4A2iL0qNM13F {  }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #LDw9bVJxvzaL06ZPvtbqNy4SN8NT6I2S { display:none; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #N0XM78mf7ckXIP2DGnuMp8bqBsF2ZqJI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #d8PHFhQyyzUDpEyyEaWIPHZvnwygdmAW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #qK8hgcFQXrNb90zhZHWkL8wVXcJIK6zu { display:block;position:relative; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #FP8nqdadFsw9BFTpgn2B7fby9i6O3bl3 {  }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #QdOKSWDe8wwpOyesDDeZPMTGpExaDMld { display:none; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #BLJNT7rlRotCvkmlZS6d6eswJ03AarE7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #RkJbpgwRkdAMN55dToxqXpIpKfDmHuIu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #kf65UW0rJENVJp7yLh4ckSmL6iV8zVdX { display:block;position:relative; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ZXE4hGcWorHrdSWDpKw21oOyD92OrTv3 {  }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #JVaWB6sG5NTPSQTKqhEyV6Q8ksQKDxCG { display:none; }
#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f22173b1-3035-42d9-a437-05de3e9f8f0f/gradient.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph.adaptive-delivery-prevent-bg, #JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph.lazyload, #JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph.lazyloading { background-image: none; }#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph > .row .container { background-color: transparent; background-image: none; }#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph > .row .container > .video-iframe-container { display: none; }#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph > .row > .video-iframe-container { display: none; }#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph > .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); }#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph > .row .container { border-width: 0; border-radius: 0; }#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#fe9zz57LV2gSp2ft6p1tB1fSc0DOsAtE { position:absolute;display:block;z-index:15001;background-color:#bce8fc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #040c21;border-left:0.125rem solid #040c21;border-right:0.125rem solid #040c21;border-bottom:0.125rem solid #040c21;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:33rem;width:46.75rem;top:4.8125rem;left:28rem;display:block; }
#gAx4qKNC47dlGr5dsXElXEMg2Rcys47T { position:absolute;display:block;z-index:15005;border-top:0.125rem solid #040c21;border-left:0.125rem solid #040c21;border-right:0.125rem solid #040c21;border-bottom:0.125rem solid #040c21;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.625rem;width:36.625rem;top:3rem;left:0rem;overflow:hidden;display:block; }
#FPhntMf1GztMvZv13XdNrM3UmfTHvlrH { color:#000000;display:block;width:28rem;position:absolute;font-family:"playfair display";font-size:3.1875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:11.25rem;left:40.625rem;height:7.6484375rem;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; }
#bPZnJVnEw2qAUviq4OTLtafppVTv5B07 { color:#040c21;display:block;width:31.25rem;position:absolute;font-family:"hind madurai";font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.8125rem;left:40.625rem;height:4.0625rem;font-style:normal;display:block; }
#k9X6TuXBflAOqm2tdHHtc5QRhr122vpo { background-color:#040c21;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: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:"hind madurai";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.9375rem;left:40.625rem;display:block; }
#TDDdReVSh9FJoFOo8EBbHV0xqpULgb8n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DBs5qgxL96cVrsT5Ptm3JkLh26sDwsfy { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:5.5625rem;left:32.3125rem;overflow:hidden;display:block; }
#H95NiNIkhTBNOmyR3oDEDHIhuPymQudD { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.3125rem;top:31.875rem;left:67.4375rem;overflow:hidden;display:block; }
#FGkRC6VPzvcef0oK9ATWCc6MPpOu4bCr { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:36.6875rem;left:25.75rem;overflow:hidden;display:block; }
#gueZdRArCVPBhekDqKai9D3s3vqJemNQ { color:#040c21;display:block;width:19.375rem;position:absolute;font-family:"hind madurai";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:31.875rem;left:40.625rem;height:2.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy { background-color:#040c21;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy > .row .container { background-color: transparent; background-image: none; }#txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy > .row .container > .video-iframe-container { display: none; }#txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy > .row > .video-iframe-container { display: none; }#txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy > .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); }#txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy > .row .container { border-width: 0; border-radius: 0; }#txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#ScAaREcBJWcmRrDT8LhL3Q9wBoZzJEl6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:5.625rem;top:2.25rem;left:0rem;overflow:hidden;display:block; }
#QFCOnzLR93LfL9deoiafmWyUzw3R4NHh { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:"hind madurai";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.556640625rem;left:37.5rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iZvDb1CATJmAHqlfHyZKt51IuMDEKpTF { position:absolute;display:block;z-index:15010;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.75rem;width:1.75rem;top:2.1875rem;left:44.4375rem;overflow:hidden;display:block; }
#q1uVgl4MAlLL8L0dRreUlK3ko9nq9xvV { 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:1.5625rem;width:1.5625rem;top:2.3125rem;left:47.6875rem;overflow:hidden;display:block; }
#oVnEkp1JURT8igTTe9rmuUNdaxi1wUkz { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.9375rem;top:2.21875rem;left:50.5625rem;overflow:hidden;display:block; }
#DUgqyHLI0AmQ9e9tEU8LcWH1suCd7J92 { position:absolute;display:block;z-index:15013;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.8125rem;width:1.25rem;top:2.71875rem;left:54.3125rem;overflow:hidden;display:block; }
#C9mNeqcyKp8XDNu6UNLvQXloRqRyED0o { color:#ffffff;display:block;width:3.875rem;position:absolute;font-family:"hind madurai";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.556640625rem;left:71.125rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ioiB4MS00Csz2hXR6UQyThh1UbTrHZXc { color:#ffffff;display:block;width:5.5rem;position:absolute;font-family:"hind madurai";font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.556640625rem;left:63.625rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LlGWRo5LzQo2BV1G0zJ52K1mht35STae { display:block; }#LlGWRo5LzQo2BV1G0zJ52K1mht35STae > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpJlcEmTT1VlZ55lTeEvbg6SmBX5qOVh { width:9.8125rem;height:2.75rem;top:0.6875rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4TGa6I0Mlio0XTy7CWtELSMsDlONQ3r { display:block; }
 }@media only screen and (max-width: 763px) { #c1WvxV7PEQlraClJD3tRQfLkiZtrTeuf { top:0rem;left:0rem;width:8.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8egbK4F6I9OUqITwRsdTQcHqyaVRux5 { top:14.8125rem;left:0rem;width:31.75rem;height:9.5rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt7TLnWO6oc5T1c92QniADHZvGr5htHU { top:25.875rem;left:0rem;width:31.25rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0wK0Ic03FfAVbMFRc7a1RnPxX4qTXaJ { width:10.875rem;height:3.4375rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnHEFzAsfwWVBIG8QkmHDOTBWA1UmbZV { display:block; }
 }@media only screen and (max-width: 763px) { #rszZ9lit5zgyVoiT14pcivxaU3PWpOgk { top:34rem;left:0rem;width:15.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D20ldJ66lxrsoeqDa4xituUQORKdlHIM { top:7.0625rem;left:18.1875rem;width:29.3125rem;height:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #unPXGwDGFJDLOiGgsD6kKtippyC9Hfot { top:33.75rem;left:24.0625rem;width:3.8125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtswwSeJXQF5rbn6MhW1o0c2JIAB7K4h { top:36.3125rem;left:44.6875rem;width:3.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyiwhZmEW29H9xocTv9hXJ2fKoXcgE56 { top:40.375rem;left:46.25rem;width:1.5rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF4T4R6IKUErmdNxu20RS5MCzW3XDahN { top:39.4375rem;left:24.0625rem;width:9.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1WsWcMDz2geBKu3giMnnJvcyIoz9Fqr { display:block; }#Z1WsWcMDz2geBKu3giMnnJvcyIoz9Fqr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBORfHiNeB3CXtywC5oS4G6G2WcmwOb9 { top:5.3125rem;left:0rem;width:36.375rem;height:;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCOnhraIpr0yn5OkB817ztWyJR0LJia2 { top:14.25rem;left:0rem;width:35.5625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wyn5iDoyvauvthtZDLURmNTTIpFcOP03 { display:block; }#Wyn5iDoyvauvthtZDLURmNTTIpFcOP03 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #buOivqr7wq1bxbi2xpedVdbHPbWXoMCH { top:4.8125rem;left:18.875rem;width:28.875rem;height:24rem;font-size:1.125rem;display:block; }#buOivqr7wq1bxbi2xpedVdbHPbWXoMCH li:before{  }
 }@media only screen and (max-width: 763px) { #VLmR8ZFmJPEV8IptUx0p2BDlobIzW3rM { top:2.0625rem;left:23.875rem;width:19.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfuXsDKFrHwxSCBpaiVmS9aJcpTHwuoR { top:0rem;left:23.875rem;width:18.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNf5nwOdUA0WiskeOa23RzxDTtT22fyf { top:2.0625rem;left:0rem;width:33.5rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR5f8Bf7qvnETsSKHivC9nIe2U0D2Wbi { top:10.8125rem;left:20.8125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q83idRwLpC5GqimWpGk91TIbbnvTg6U4 { top:35.8125rem;left:8.4375rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwyX7POMgioFFEJaXa9yrTJidIQnIyBT { top:31.4375rem;left:23.875rem;width:18.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxlMZyvDZTfUfsucVT9Zq0ViB2PHzF19 { top:33.5rem;left:23.875rem;width:19.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQhcV7ocBNy42FBFOVW3U0pt9Z3OFxNq { top:36rem;left:23.875rem;width:23.5rem;height:4.375rem;font-size:1.125rem;display:block; }#AQhcV7ocBNy42FBFOVW3U0pt9Z3OFxNq li:before{  }
 }@media only screen and (max-width: 763px) { #v5uH3v9CfQv7sAJmKP3izvlUR4ahi6Mb { top:0.875rem;left:14.1875rem;width:9.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtwUUNQGpAb414gIGiPGae8eemptztEy { top:1.5625rem;left:16.6875rem;width:6.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktu9D5dE2M6gFAxuqTiO1EH2ACVtAACc { top:1.1875rem;left:15rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd6T9S7FDOfRT19zdVC2TBlSww15NZvf { top:0.875rem;left:6.75rem;width:6.4375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPIxUO3TNTPKEMQb372Unxw4EiixAgZL { top:1.5625rem;left:9.25rem;width:4rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8WdgwqypZyhrSUxZHmZwnx6VmhKNzHV { top:0.875rem;left:0rem;width:12.5625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC8ctSlriCt64vt6bfoEpLT1cmALQit1 { top:1.1875rem;left:7.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg58Uq4nqlA9Xu9rTev4Zd2WTaHWal7c { top:1.5625rem;left:0rem;width:9.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMh2HBIrUNVRRTP2cpCXtTpIUNWaqZU2 { top:1.3125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBUW4mi9emITRXPue7vb8AZFDcFmJNpA { display:block; }#rBUW4mi9emITRXPue7vb8AZFDcFmJNpA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvrvgGMJMrkTV7H0eBAZ10o6wxHfdyXp { top:6.875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBTIEh0FrtOWlg5d5fTJ9PV5lbqIte6o { top:11.5625rem;left:0.78125rem;width:45.9375rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl7QgCTUztvRhxibMT3ktxXkxn5H6kZU { top:46.0625rem;left:0rem;width:1.5rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ampKisvOmM8l48JhTG9XpX8dM7umEPy4 { top:7.625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC46cggHCTfLAkBRvL8VC1ASWrLWAfUJ { top:13.0625rem;left:0rem;width:12.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aeng6rx6nf7CovvCXCGf70wwf1OHJ6Vs { top:21.1875rem;left:0rem;width:3.4375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnZN4kTiFQRrSQJiSA3COX0aCgZ0QIIC { top:11.8125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmDtfN3LEesuzrPdTcPaETkHGcgx323A { display:block; }#DmDtfN3LEesuzrPdTcPaETkHGcgx323A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3EahAEFu5w6Qv9E8m9frcK256qpqodp { top:7.3125rem;left:0rem;width:13.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrmbZNG59utTkL3bfhb5NvI9M5z2iBwn { top:5.5625rem;left:0rem;width:13.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGyd7pGEWiH9abT6WexwAzv4OCtGUBcM { top:5.75rem;left:11.9375rem;width:0.125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh5TQ3f7MoTL4L8zc8eNn8LFzoPEtdTX { top:5.5625rem;left:10.0625rem;width:13.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4zafnnpQSwAFsVyRKuEHoGnvM7iJvwV { top:7.3125rem;left:10rem;width:13.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPqi6zW96LvHrIvq6rrJxzCaWxcSTMNr { top:5.75rem;left:23.875rem;width:0.125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #otEEEGhUlNiQCxaAG1PTPTuvvdoOyy6J { top:5.5625rem;left:22rem;width:13.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nszZXTbR1wL89g3p9anl1S6mQTTgTut4 { top:7.3125rem;left:21.9375rem;width:13.875rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaraGhVrHLg2zHNcwxtdrooE7o1SibRV { top:5.75rem;left:35.8125rem;width:0.125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ1Qy4ukrmcVK1GSrmfT5QTi90y2Pmyp { top:5.5625rem;left:33.9375rem;width:13.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTMTUUFycIrqqsBBr8K2FA9mnX9TztNq { top:7.3125rem;left:33.875rem;width:13.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaekBuS6VpvdqrdDhpgdlVFNdcx6NDdb { top:1.6875rem;left:0rem;width:47.5rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXXf4zrX5Hz7ZlUncQTabhZA38PJvuzC { top:15.5625rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhFBGg0a10DhbV4oPIc4GVJDxeuz3skl { top:15.25rem;left:44.1875rem;width:3.3125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE235tTVwmiVLMh4xH4MnK3PyL7bEfUX { top:0.5625rem;left:31.8125rem;width:3.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG09MLUyoysnt1CCvgzITki3nMWcSv7N { top:0.5625rem;left:7.28125rem;width:2.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB823h747RnpHapITr1ab1pz2cRDlfUi { display:block; }#LB823h747RnpHapITr1ab1pz2cRDlfUi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yS2rTHUpd0ko1Hby9FTVRKhu9CeooDTM { width:46.25rem;height:3.875rem;top:19.625rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwmLyFUPb5CDliGDG7V8uUuTsJlC73yJ { width:2.8125rem;height:2rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaHZDPLMcOp0BDzcaImBU95QFLxTdL7s { width:2.8125rem;height:2rem;top:20.0625rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meIas7qCwET1latVkU7yOBxJZ2ls78PC { width:47.75rem;height:1rem;top:24.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxJ91ltwLpLwGfWQBxa5mXrfTZWCDTQ8 { top:10.5rem;left:5.5625rem;width:36.625rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8hI0rxqggC5B7SXLoy7ROCsNI7Jt0Kf { top:14.75rem;left:6.125rem;width:35.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEOOXyupG3U10dzoqVvxQW1f7IFoP4e9 { top:28.5rem;left:21.125rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa { display:block; }#eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VWdG52JO5EwlptMDvm0xnT3A1vmnxSr7 { top:10rem;left:11.125rem;width:36.625rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6m2mXqDyNmEtpulCZ7nRJF5mPPmTrm9 { top:14.5625rem;left:12.1875rem;width:35.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt4zNvksmvWoiRky6DIOGaHI2eMako4b { top:17.8125rem;left:11.5625rem;width:36.1875rem;height:;font-size:1.25rem;display:block; }#Xt4zNvksmvWoiRky6DIOGaHI2eMako4b li:before{  }
 }@media only screen and (max-width: 763px) { #T5gJBDTrEtfVbx2VeThJQtudK9ahZoB2 { top:7.75rem;left:0rem;width:28.4375rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8l9cXg2lETvz4O5ILNsqeCUw28oApkZ { top:34.4375rem;left:1.1875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G { display:block; }#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPnnJS40nwTmRxCKLc3TlwcT64cMelEp { top:7.25rem;left:0rem;width:47.5rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghg8sSpEz40cFs016H6pOhtwUE1FN8kR { width:14.0625rem;height:3.4375rem;top:12.4375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxZnlkFC1qxNSk0xPBQ5SxovAns6ofB9 { display:block; }
 }@media only screen and (max-width: 763px) { #osbkDnP7uf8Nv7qhn9aZpirzSI00GEJN { top:18.0625rem;left:4.5625rem;width:31.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPkHJkNmM6Gi4SnXvq8ruurOqIoreQ39 { top:17.0625rem;left:23rem;width:24.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPFFOV8yD1T7qLgZr9fwrFcKaHDTdWCc { top:11.125rem;left:4.5625rem;width:28.875rem;height:6rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amKMbExzVg20XUd4AcywGe6UC4xrNhi5 { top:9.25rem;left:0rem;width:16.25rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DScXg9F7bR0iw4BP6HdTTXNqknemT09J { top:8.0625rem;left:0rem;width:2.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixiFpSsX3M5NNXSuPHQb46sAO3lgSkTI { display:block; }#ixiFpSsX3M5NNXSuPHQb46sAO3lgSkTI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BECRnTVwqkoWonT6ty2bf2GUBQTCVIZO { top:3.0625rem;left:23.875rem;width:14.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts76U6TVeU4gGHa0CN70TrJ42hNgZ0ke { top:4.6875rem;left:3.3125rem;width:20.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa { display:block; }#e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vk1kGqTUdyLc2WCAWpiWEkXsoVVdGkuh { top:7.0625rem;left:5.5625rem;width:36.625rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeeLA2xM7WXVmuAQrbbgvStJcdtKP0a8 { top:11.25rem;left:13.875rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 { display:flex;height:auto;width:45.25rem;top:23.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #yCTfuBLysu71EhrrfHzBSqHWcarf4vu7 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ertVabU7F7h7zBpCMTe5CWz1lTBpeR2N {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #deaEAy6Nx3EcmHLZKpkkXgZZlUds2cH3 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #m0LtiuZz1HuwJ5a9OrZaSyFT9KE0cIJ3 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #p1Cfq7K0Mcu9aUDbZrmVxAP2i8MBX0QG {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #qsJ0cs9iE02TNu1xck0VWwmXro6sP36y {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #Qaa5uVQiBl0zeeBTQHdcKwTCT7FDnO2b {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #QMFsfyad6TTrREHOUd09ZgNEHCEkAETR {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #GG5AsSKfL2MhgmceBNDIa6qVs6J2e8mn {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #mOH576oVl5apSHnOq7n7Wo9OW58Eld4V {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #TdBkXcsDCTZMCJQN3HtEI4MN2xZnylct {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #fKzku3ID8qvT2NkisdTPlcJ0n74lexbD {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #RM2orEyTn2VlMV7hNRTtwRUFZxgDOLcZ {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #rQFGOC0egRcy6b1An4TOuUChTfP4210n {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #U9RXXwp9yA62fTHzE9xqmyt57GZxWyHK {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #sD9IkulOHqM1NCGNSeq1f5PuSX05DC6A {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #WZWuKNryBeX84dTr8uTh58sOwTQkb8Wn {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ZNiFqwgOCCvk6APvSWdmd7N0HIcpa2ZQ {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #gQM3I4D0yGrAcM8x8l7Z0gkKyLgtMtzr {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #oQ6Wx0fJbTmUUTwMUBxbX7RF0XtBk3tv {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #gQsiWUcG08hcaC1fnII2scGhufLzotgT {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #t8zRWvvD0LKmlZ9gu9QiSucBF54oF7M0 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #h993xgLOkS7xzpJ8NLe5uwkcAMxZT9nR {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ggTiPmnSntQc5ovysflQ4A2iL0qNM13F {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #LDw9bVJxvzaL06ZPvtbqNy4SN8NT6I2S {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #N0XM78mf7ckXIP2DGnuMp8bqBsF2ZqJI {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #d8PHFhQyyzUDpEyyEaWIPHZvnwygdmAW {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #qK8hgcFQXrNb90zhZHWkL8wVXcJIK6zu {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #FP8nqdadFsw9BFTpgn2B7fby9i6O3bl3 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #QdOKSWDe8wwpOyesDDeZPMTGpExaDMld {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #BLJNT7rlRotCvkmlZS6d6eswJ03AarE7 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #RkJbpgwRkdAMN55dToxqXpIpKfDmHuIu {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #kf65UW0rJENVJp7yLh4ckSmL6iV8zVdX {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ZXE4hGcWorHrdSWDpKw21oOyD92OrTv3 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #JVaWB6sG5NTPSQTKqhEyV6Q8ksQKDxCG {  }
 }@media only screen and (max-width: 763px) { #JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph { display:block; }#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fe9zz57LV2gSp2ft6p1tB1fSc0DOsAtE { top:4.8125rem;left:0rem;width:46.75rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAx4qKNC47dlGr5dsXElXEMg2Rcys47T { top:3rem;left:0rem;width:36.625rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPhntMf1GztMvZv13XdNrM3UmfTHvlrH { top:11.25rem;left:19.75rem;width:28rem;height:7.625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPZnJVnEw2qAUviq4OTLtafppVTv5B07 { top:19.8125rem;left:16.5rem;width:31.25rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9X6TuXBflAOqm2tdHHtc5QRhr122vpo { width:12.5rem;height:3.1875rem;top:25.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDDdReVSh9FJoFOo8EBbHV0xqpULgb8n { display:block; }
 }@media only screen and (max-width: 763px) { #DBs5qgxL96cVrsT5Ptm3JkLh26sDwsfy { top:5.5625rem;left:18.0625rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H95NiNIkhTBNOmyR3oDEDHIhuPymQudD { top:31.875rem;left:44.4375rem;width:3.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGkRC6VPzvcef0oK9ATWCc6MPpOu4bCr { top:36.6875rem;left:17.875rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #gueZdRArCVPBhekDqKai9D3s3vqJemNQ { top:31.875rem;left:23.875rem;width:19.375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy { display:block; }#txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScAaREcBJWcmRrDT8LhL3Q9wBoZzJEl6 { top:2.25rem;left:0rem;width:5.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFCOnzLR93LfL9deoiafmWyUzw3R4NHh { top:2.5rem;left:23.875rem;width:4.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZvDb1CATJmAHqlfHyZKt51IuMDEKpTF { top:2.1875rem;left:30.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1uVgl4MAlLL8L0dRreUlK3ko9nq9xvV { top:2.3125rem;left:34.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVnEkp1JURT8igTTe9rmuUNdaxi1wUkz { top:2.1875rem;left:36.9375rem;width:1.9375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUgqyHLI0AmQ9e9tEU8LcWH1suCd7J92 { top:2.6875rem;left:40.6875rem;width:1.25rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9mNeqcyKp8XDNu6UNLvQXloRqRyED0o { top:2.5rem;left:43.875rem;width:3.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioiB4MS00Csz2hXR6UQyThh1UbTrHZXc { top:2.5rem;left:42.25rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LlGWRo5LzQo2BV1G0zJ52K1mht35STae { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#LlGWRo5LzQo2BV1G0zJ52K1mht35STae > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpJlcEmTT1VlZ55lTeEvbg6SmBX5qOVh { width:8.4375rem;height:2.75rem;top:0.75rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4TGa6I0Mlio0XTy7CWtELSMsDlONQ3r { display:block; }
 }@media only screen and (max-width: 763px) { #c1WvxV7PEQlraClJD3tRQfLkiZtrTeuf { width:8.625rem;height:4.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8egbK4F6I9OUqITwRsdTQcHqyaVRux5 { width:20rem;height:4.5rem;top:7.4375rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wt7TLnWO6oc5T1c92QniADHZvGr5htHU { width:20rem;height:2.923825rem;top:13.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h0wK0Ic03FfAVbMFRc7a1RnPxX4qTXaJ { width:13.0625rem;height:3.4375rem;top:17.5rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnHEFzAsfwWVBIG8QkmHDOTBWA1UmbZV { display:block; }
 }@media only screen and (max-width: 763px) { #rszZ9lit5zgyVoiT14pcivxaU3PWpOgk { width:15.5rem;height:1.13671875rem;top:22.875rem;left:2.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D20ldJ66lxrsoeqDa4xituUQORKdlHIM { width:19.375rem;height:29.4375rem;top:27.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #unPXGwDGFJDLOiGgsD6kKtippyC9Hfot { width:2.125rem;height:2.1875rem;top:57.875rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtswwSeJXQF5rbn6MhW1o0c2JIAB7K4h { width:2.25rem;height:2.3125rem;top:25.9375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyiwhZmEW29H9xocTv9hXJ2fKoXcgE56 { width:1.5rem;height:1.5625rem;top:24.9375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF4T4R6IKUErmdNxu20RS5MCzW3XDahN { width:9.625rem;height:9.625rem;top:50.125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1WsWcMDz2geBKu3giMnnJvcyIoz9Fqr { display:block; }#Z1WsWcMDz2geBKu3giMnnJvcyIoz9Fqr > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBORfHiNeB3CXtywC5oS4G6G2WcmwOb9 { width:20rem;height:4.3984375rem;top:4.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wCOnhraIpr0yn5OkB817ztWyJR0LJia2 { width:20rem;height:1.7871125rem;top:10.297875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wyn5iDoyvauvthtZDLURmNTTIpFcOP03 { display:block; }#Wyn5iDoyvauvthtZDLURmNTTIpFcOP03 > .row .container { width:20rem;height:92.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #buOivqr7wq1bxbi2xpedVdbHPbWXoMCH { width:20rem;height:32.776375rem;top:41.1875rem;left:0rem;font-size:1.125rem;display:block; }#buOivqr7wq1bxbi2xpedVdbHPbWXoMCH li:before{  }
 }@media only screen and (max-width: 763px) { #VLmR8ZFmJPEV8IptUx0p2BDlobIzW3rM { width:19.6875rem;height:1.4619125rem;top:38.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gfuXsDKFrHwxSCBpaiVmS9aJcpTHwuoR { width:18.3125rem;height:1.7871125rem;top:36.0625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PNf5nwOdUA0WiskeOa23RzxDTtT22fyf { width:19.75rem;height:19.75rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR5f8Bf7qvnETsSKHivC9nIe2U0D2Wbi { width:3.0625rem;height:3.0625rem;top:13.5625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q83idRwLpC5GqimWpGk91TIbbnvTg6U4 { width:5.8125rem;height:5.8125rem;top:28.1875rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwyX7POMgioFFEJaXa9yrTJidIQnIyBT { width:18.3125rem;height:1.7871125rem;top:76.5625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KxlMZyvDZTfUfsucVT9Zq0ViB2PHzF19 { width:19.6875rem;height:1.4619125rem;top:78.9375rem;left:0.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AQhcV7ocBNy42FBFOVW3U0pt9Z3OFxNq { width:20rem;height:5.84765625rem;top:81.625rem;left:0rem;font-size:1.125rem;display:block; }#AQhcV7ocBNy42FBFOVW3U0pt9Z3OFxNq li:before{  }
 }@media only screen and (max-width: 763px) { #v5uH3v9CfQv7sAJmKP3izvlUR4ahi6Mb { width:9.125rem;height:2.125rem;top:9.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtwUUNQGpAb414gIGiPGae8eemptztEy { width:6.6875rem;height:1.13671875rem;top:10.625rem;left:7.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ktu9D5dE2M6gFAxuqTiO1EH2ACVtAACc { width:1.5rem;height:1.5rem;top:10.375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd6T9S7FDOfRT19zdVC2TBlSww15NZvf { width:6.4375rem;height:2.125rem;top:6.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPIxUO3TNTPKEMQb372Unxw4EiixAgZL { width:4rem;height:1.13671875rem;top:7rem;left:9.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8WdgwqypZyhrSUxZHmZwnx6VmhKNzHV { width:12.25rem;height:2.125rem;top:2.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC8ctSlriCt64vt6bfoEpLT1cmALQit1 { width:1.5rem;height:1.5rem;top:6.625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg58Uq4nqlA9Xu9rTev4Zd2WTaHWal7c { width:9.3125rem;height:1.13671875rem;top:3.375rem;left:6rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SMh2HBIrUNVRRTP2cpCXtTpIUNWaqZU2 { width:1.5rem;height:1.5rem;top:3rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBUW4mi9emITRXPue7vb8AZFDcFmJNpA { display:block; }#rBUW4mi9emITRXPue7vb8AZFDcFmJNpA > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvrvgGMJMrkTV7H0eBAZ10o6wxHfdyXp { width:20rem;height:2.5996125rem;top:3.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CBTIEh0FrtOWlg5d5fTJ9PV5lbqIte6o { width:19.0625rem;height:13.25rem;top:8.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl7QgCTUztvRhxibMT3ktxXkxn5H6kZU { width:1.5rem;height:1.5625rem;top:23.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ampKisvOmM8l48JhTG9XpX8dM7umEPy4 { width:6.625rem;height:6.625rem;top:17.1875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC46cggHCTfLAkBRvL8VC1ASWrLWAfUJ { width:4.0625rem;height:3.57421875rem;top:18.837890625rem;left:14.53125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Aeng6rx6nf7CovvCXCGf70wwf1OHJ6Vs { width:1.9375rem;height:2rem;top:7.875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnZN4kTiFQRrSQJiSA3COX0aCgZ0QIIC { width:20rem;height:20rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmDtfN3LEesuzrPdTcPaETkHGcgx323A { display:block; }#DmDtfN3LEesuzrPdTcPaETkHGcgx323A > .row .container { width:20rem;height:55.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3EahAEFu5w6Qv9E8m9frcK256qpqodp { width:13.875rem;height:2.923825rem;top:8.25rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FrmbZNG59utTkL3bfhb5NvI9M5z2iBwn { width:13.8125rem;height:1.4624rem;top:5.9375rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iGyd7pGEWiH9abT6WexwAzv4OCtGUBcM { width:0.125rem;height:7.5rem;top:5.125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh5TQ3f7MoTL4L8zc8eNn8LFzoPEtdTX { width:13.8125rem;height:1.4624rem;top:16.25rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W4zafnnpQSwAFsVyRKuEHoGnvM7iJvwV { width:13.875rem;height:2.923825rem;top:18.6875rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPqi6zW96LvHrIvq6rrJxzCaWxcSTMNr { width:0.125rem;height:7.5rem;top:5.125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otEEEGhUlNiQCxaAG1PTPTuvvdoOyy6J { width:13.8125rem;height:1.4624rem;top:26.75rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nszZXTbR1wL89g3p9anl1S6mQTTgTut4 { width:13.875rem;height:5.84765625rem;top:28.9375rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xaraGhVrHLg2zHNcwxtdrooE7o1SibRV { width:0.125rem;height:7.5rem;top:5.125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ1Qy4ukrmcVK1GSrmfT5QTi90y2Pmyp { width:13.8125rem;height:1.4624rem;top:38.5rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTMTUUFycIrqqsBBr8K2FA9mnX9TztNq { width:13.875rem;height:4.38574375rem;top:41.25rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CaekBuS6VpvdqrdDhpgdlVFNdcx6NDdb { width:19.75rem;height:49.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXXf4zrX5Hz7ZlUncQTabhZA38PJvuzC { width:2.875rem;height:2.875rem;top:49.625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhFBGg0a10DhbV4oPIc4GVJDxeuz3skl { width:3.3125rem;height:3.1875rem;top:49.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE235tTVwmiVLMh4xH4MnK3PyL7bEfUX { width:3.75rem;height:3.6875rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG09MLUyoysnt1CCvgzITki3nMWcSv7N { width:2.25rem;height:2.3125rem;top:0.1875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB823h747RnpHapITr1ab1pz2cRDlfUi { display:block; }#LB823h747RnpHapITr1ab1pz2cRDlfUi > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yS2rTHUpd0ko1Hby9FTVRKhu9CeooDTM { width:20rem;height:6.5rem;top:16.3505859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwmLyFUPb5CDliGDG7V8uUuTsJlC73yJ { width:2.875rem;height:2rem;top:12.8740234375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaHZDPLMcOp0BDzcaImBU95QFLxTdL7s { width:2.875rem;height:2rem;top:27.3740234375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #meIas7qCwET1latVkU7yOBxJZ2ls78PC { width:20rem;height:1rem;top:24.15625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxJ91ltwLpLwGfWQBxa5mXrfTZWCDTQ8 { width:20rem;height:2.5996125rem;top:4.41796875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w8hI0rxqggC5B7SXLoy7ROCsNI7Jt0Kf { width:20rem;height:1.7871125rem;top:7.79296875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XEOOXyupG3U10dzoqVvxQW1f7IFoP4e9 { width:5.5625rem;height:5.5625rem;top:29.3740234375rem;left:13.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa { display:block; }#eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa > .row .container { width:20rem;height:60.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VWdG52JO5EwlptMDvm0xnT3A1vmnxSr7 { width:20rem;height:2.5996125rem;top:4.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M6m2mXqDyNmEtpulCZ7nRJF5mPPmTrm9 { width:20rem;height:3.57421875rem;top:8.13671875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xt4zNvksmvWoiRky6DIOGaHI2eMako4b { width:20rem;height:20.75rem;top:36.8544921875rem;left:0rem;font-size:1.25rem;display:block; }#Xt4zNvksmvWoiRky6DIOGaHI2eMako4b li:before{  }
 }@media only screen and (max-width: 763px) { #T5gJBDTrEtfVbx2VeThJQtudK9ahZoB2 { width:18.8125rem;height:18.8125rem;top:13.6669921875rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8l9cXg2lETvz4O5ILNsqeCUw28oApkZ { width:5.5625rem;height:5.5625rem;top:30.6044921875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G { display:block; }#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPnnJS40nwTmRxCKLc3TlwcT64cMelEp { width:19.75rem;height:30.75rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghg8sSpEz40cFs016H6pOhtwUE1FN8kR { width:15.5625rem;height:3.4375rem;top:28.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxZnlkFC1qxNSk0xPBQ5SxovAns6ofB9 { display:block; }
 }@media only screen and (max-width: 763px) { #osbkDnP7uf8Nv7qhn9aZpirzSI00GEJN { width:16.6875rem;height:2.923825rem;top:23.349609375rem;left:1.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hPkHJkNmM6Gi4SnXvq8ruurOqIoreQ39 { width:15rem;height:1.13671875rem;top:33.625rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PPFFOV8yD1T7qLgZr9fwrFcKaHDTdWCc { width:14.875rem;height:7.21875rem;top:15.0625rem;left:2.5625rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #amKMbExzVg20XUd4AcywGe6UC4xrNhi5 { width:12.5625rem;height:8.6875rem;top:3.5625rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DScXg9F7bR0iw4BP6HdTTXNqknemT09J { width:2.25rem;height:3.75rem;top:37.375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixiFpSsX3M5NNXSuPHQb46sAO3lgSkTI { display:block; }#ixiFpSsX3M5NNXSuPHQb46sAO3lgSkTI > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BECRnTVwqkoWonT6ty2bf2GUBQTCVIZO { width:12.3125rem;height:4.0625rem;top:5.75rem;left:3.84375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ts76U6TVeU4gGHa0CN70TrJ42hNgZ0ke { width:20rem;height:1.4619125rem;top:3.08203125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa { display:block; }#e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa > .row .container { width:20rem;height:57.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vk1kGqTUdyLc2WCAWpiWEkXsoVVdGkuh { width:20rem;height:2.5996125rem;top:3.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LeeLA2xM7WXVmuAQrbbgvStJcdtKP0a8 { width:20rem;height:1.4619125rem;top:7.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 { display:flex;height:auto;width:20rem;top:11.25rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;gap:1.25rem; }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #yCTfuBLysu71EhrrfHzBSqHWcarf4vu7 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ertVabU7F7h7zBpCMTe5CWz1lTBpeR2N {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #deaEAy6Nx3EcmHLZKpkkXgZZlUds2cH3 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #m0LtiuZz1HuwJ5a9OrZaSyFT9KE0cIJ3 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #p1Cfq7K0Mcu9aUDbZrmVxAP2i8MBX0QG {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #qsJ0cs9iE02TNu1xck0VWwmXro6sP36y {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #Qaa5uVQiBl0zeeBTQHdcKwTCT7FDnO2b {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #QMFsfyad6TTrREHOUd09ZgNEHCEkAETR {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #GG5AsSKfL2MhgmceBNDIa6qVs6J2e8mn {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #mOH576oVl5apSHnOq7n7Wo9OW58Eld4V {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #TdBkXcsDCTZMCJQN3HtEI4MN2xZnylct {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #fKzku3ID8qvT2NkisdTPlcJ0n74lexbD {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #RM2orEyTn2VlMV7hNRTtwRUFZxgDOLcZ {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #rQFGOC0egRcy6b1An4TOuUChTfP4210n {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #U9RXXwp9yA62fTHzE9xqmyt57GZxWyHK {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #sD9IkulOHqM1NCGNSeq1f5PuSX05DC6A {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #WZWuKNryBeX84dTr8uTh58sOwTQkb8Wn {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ZNiFqwgOCCvk6APvSWdmd7N0HIcpa2ZQ {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #gQM3I4D0yGrAcM8x8l7Z0gkKyLgtMtzr {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #oQ6Wx0fJbTmUUTwMUBxbX7RF0XtBk3tv {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #gQsiWUcG08hcaC1fnII2scGhufLzotgT {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #t8zRWvvD0LKmlZ9gu9QiSucBF54oF7M0 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #h993xgLOkS7xzpJ8NLe5uwkcAMxZT9nR {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ggTiPmnSntQc5ovysflQ4A2iL0qNM13F {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #LDw9bVJxvzaL06ZPvtbqNy4SN8NT6I2S {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #N0XM78mf7ckXIP2DGnuMp8bqBsF2ZqJI {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #d8PHFhQyyzUDpEyyEaWIPHZvnwygdmAW {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #qK8hgcFQXrNb90zhZHWkL8wVXcJIK6zu {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #FP8nqdadFsw9BFTpgn2B7fby9i6O3bl3 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #QdOKSWDe8wwpOyesDDeZPMTGpExaDMld {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #BLJNT7rlRotCvkmlZS6d6eswJ03AarE7 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #RkJbpgwRkdAMN55dToxqXpIpKfDmHuIu {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #kf65UW0rJENVJp7yLh4ckSmL6iV8zVdX {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ZXE4hGcWorHrdSWDpKw21oOyD92OrTv3 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #JVaWB6sG5NTPSQTKqhEyV6Q8ksQKDxCG {  }
 }@media only screen and (max-width: 763px) { #JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph { display:block; }#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fe9zz57LV2gSp2ft6p1tB1fSc0DOsAtE { width:19.75rem;height:29.4375rem;top:17.3291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAx4qKNC47dlGr5dsXElXEMg2Rcys47T { width:16.625rem;height:16.625rem;top:3.0625rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPhntMf1GztMvZv13XdNrM3UmfTHvlrH { width:15.625rem;height:4.798825rem;top:23.1416015625rem;left:2.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bPZnJVnEw2qAUviq4OTLtafppVTv5B07 { width:17.3125rem;height:4.875rem;top:29.064453125rem;left:1.34375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k9X6TuXBflAOqm2tdHHtc5QRhr122vpo { width:12.75rem;height:2.75rem;top:35.8916015625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDDdReVSh9FJoFOo8EBbHV0xqpULgb8n { display:block; }
 }@media only screen and (max-width: 763px) { #DBs5qgxL96cVrsT5Ptm3JkLh26sDwsfy { width:5.8125rem;height:5.8125rem;top:5.8916015625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H95NiNIkhTBNOmyR3oDEDHIhuPymQudD { width:2.875rem;height:3.0625rem;top:45.5400390625rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGkRC6VPzvcef0oK9ATWCc6MPpOu4bCr { width:4.6875rem;height:4.6875rem;top:0.7041015625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gueZdRArCVPBhekDqKai9D3s3vqJemNQ { width:15.875rem;height:2.2734375rem;top:40.6533203125rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy { display:block; }#txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScAaREcBJWcmRrDT8LhL3Q9wBoZzJEl6 { width:5.625rem;height:1.75rem;top:1.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFCOnzLR93LfL9deoiafmWyUzw3R4NHh { width:4.625rem;height:1.13720625rem;top:5.17578125rem;left:0.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iZvDb1CATJmAHqlfHyZKt51IuMDEKpTF { width:1.5625rem;height:1.5625rem;top:4.962890625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1uVgl4MAlLL8L0dRreUlK3ko9nq9xvV { width:1.5625rem;height:1.5625rem;top:4.962890625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVnEkp1JURT8igTTe9rmuUNdaxi1wUkz { width:1.9375rem;height:1.8125rem;top:4.837890625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUgqyHLI0AmQ9e9tEU8LcWH1suCd7J92 { width:1.4375rem;height:0.9375rem;top:5.4375rem;left:15.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9mNeqcyKp8XDNu6UNLvQXloRqRyED0o { width:3.875rem;height:1.13671875rem;top:2.30078125rem;left:15.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ioiB4MS00Csz2hXR6UQyThh1UbTrHZXc { width:5.5rem;height:1.13671875rem;top:2.30078125rem;left:9.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }