.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/137db4dc-721a-4ba4-bbed-97a0e2a305bc/ResonanceResolve2024285.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#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.56); }#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.56); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#G3uJLRf4mTIDDopdnwcvG25x1Mn9z7FQ { color:#ffffff;display:block;width:55.3125rem;position:absolute;font-family:"ek mukta";font-size:5.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11rem;left:9.84375rem;height:13.48725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sL1MulJkVfTmgOKM6VMsqpR5yqIZogTa { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"druk trial";font-size:4rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:7.625rem;height:5.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#xe6rT1qldLFVQoX0ZVybzSEJ4ceTsNby { color:#ffffff;display:block;width:45.25rem;position:absolute;font-family:"ek mukta";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:25.3125rem;left:15.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T1c5W9XpGuJexhPCanLkZZRgznyne3S9 { background-color:#ff6f61;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:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;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:"ek mukta";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.1875rem;left:28.71875rem;display:block; }
#gQhig7nW3KPMb7Qn7OS8MFc1DmpQUsd4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c59dpXkLfRkGs7mAGsuaW8V7NXktUdoZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.8125rem;left:8.34375rem;display:none; }
#Muqd06trqZbnD41WuX9STvutiTQ3EdSU { color:#009688;display:block;width:55.3125rem;position:absolute;font-family:"ek mukta";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5625rem;left:9.84375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CWvqbcOFtSBccsLPhvEhsIJxQCtX21RA { color:#ffffff;display:block;width:45.25rem;position:absolute;font-family:"ek mukta";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:25.3125rem;left:15.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FLSeMI0SORstd6BCKq7tox7Ou28AtWgA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6ee;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; }#FLSeMI0SORstd6BCKq7tox7Ou28AtWgA > .row .container { background-color: transparent; background-image: none; }#FLSeMI0SORstd6BCKq7tox7Ou28AtWgA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLSeMI0SORstd6BCKq7tox7Ou28AtWgA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLSeMI0SORstd6BCKq7tox7Ou28AtWgA > .row .container > .video-iframe-container { display: none; }#FLSeMI0SORstd6BCKq7tox7Ou28AtWgA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLSeMI0SORstd6BCKq7tox7Ou28AtWgA > .row > .video-iframe-container { display: none; }#FLSeMI0SORstd6BCKq7tox7Ou28AtWgA > .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); }#FLSeMI0SORstd6BCKq7tox7Ou28AtWgA > .row .container { border-width: 0; border-radius: 0; }#FLSeMI0SORstd6BCKq7tox7Ou28AtWgA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FLSeMI0SORstd6BCKq7tox7Ou28AtWgA > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#AeVXHzWdfnkXRTVntmeIUktvGLbiE1XZ { box-sizing:content-box;height:4.3125rem;width:8.75rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:12.9375rem;left:8.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#wTODk0d21mv2NvkoTEAssq2t2OT1OItw { color:#555555;display:block;width:7.375rem;position:absolute;font-family:"ek mukta";font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.875rem;left:9.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mLNom2VSQsL9070KrO1glWkU2K5UcoE1 { box-sizing:content-box;height:4.3125rem;width:13.25rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:12.9375rem;left:18.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#dMzDKLAFiAFzw4u5xi5UlBfy5vkI43bp { color:#555555;display:block;width:7.4375rem;position:absolute;font-family:"ek mukta";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.8125rem;left:58.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oy5FdJEx41ToNqwRS3lm42TfMFf4ECo1 { box-sizing:content-box;height:4.3125rem;width:13.25rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:12.9375rem;left:43.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#U3GAiN831LGaCxmctdDWuRaCrBtvAkuD { color:#555555;display:block;width:11.6875rem;position:absolute;font-family:"ek mukta";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13.8125rem;left:44.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XELJTSz3dGROdkIoml8JO9NAAaBi3An4 { box-sizing:content-box;height:4.3125rem;width:8.75rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:12.9375rem;left:33.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#d3b1J5MpHp2pzkZy2QL8JrJDCUTU5A0N { color:#555555;display:block;width:5.5rem;position:absolute;font-family:"ek mukta";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.8125rem;left:34.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qQbaJw29vt1BQdtD002Q8pzI69FPTRkU { box-sizing:content-box;height:4.3125rem;width:8.75rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:12.9375rem;left:57.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#s5mTb4zKgUE5ovzmKdfzDqPHBEegT0Hm { color:#555555;display:block;width:11.375rem;position:absolute;font-family:"ek mukta";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13.8125rem;left:19.5625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MTRTy6auU4oJtgugV764rNOkqHfhhnx2 { color:#009688;display:block;width:55.3125rem;position:absolute;font-family:"ek mukta";font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.87451171875rem;left:9rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xdgD8XT1KJZLQkKA4iqakrPtcsqh94Zl { color:#555555;display:block;width:55.3125rem;position:absolute;font-family:"ek mukta";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.1484375rem;left:9rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g8r7SB2KOfSiW0u5JTTmKaATq8hmkp3I { color:#555555;display:block;width:5.5rem;position:absolute;font-family:"ek mukta";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.8125rem;left:34.875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#k2kW2bSHFad5kTDwoxfaa7DLzCC2grdQ { background-color:#ff6f61;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:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;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:"ek mukta";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.1875rem;left:28.71875rem;display:none; }
#QSvvQlFwUsBg8yWprcA4w71aTLwdy6E7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UKsscliEOCoa5Bs6wdfZs6IssVkbJMDr { color:#555555;display:block;width:47.25rem;position:absolute;font-family:"ek mukta";font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:21.4375rem;left:13.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ytWDZher4FHC3QbMvTLvg2yxRsGCZN11 { background-color:#ff6f61;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:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;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:"ek mukta";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.5625rem;left:28.84375rem;display:block; }
#VB2h1zekqoCgzL5WDmRlwAcETgf5fyJa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg { 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; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container { background-color: transparent; background-image: none; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container > .video-iframe-container { display: none; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row > .video-iframe-container { display: none; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .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); }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container { border-width: 0; border-radius: 0; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#CnqvP38w6oC84p8PmFRGwGoM90AGUxup { color:#222222;display:block;width:13.4375rem;position:absolute;font-family:"ek mukta";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.3125rem;left:2.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xIxIKDnv0KynQvrVJC77tRMSvsgls5MS { color:#222222;display:block;width:11.1875rem;position:absolute;font-family:"ek mukta";font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:24.875rem;left:3.78125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DPw6cRGGe1ruwsHEx0s6ve2EehyaeJZC { color:#222222;display:block;width:14.625rem;position:absolute;font-family:"ek mukta";font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:24.875rem;left:20.8125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HpKn6Dbpr2O1U8HSVtSapvATaHseJTHU { color:#222222;display:block;width:12.6875rem;position:absolute;font-family:"ek mukta";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:21.78125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h0nWvFh087iTDwLtlDq6L8TpatkDvl0T { color:#222222;display:block;width:11.3125rem;position:absolute;font-family:"ek mukta";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:24.875rem;left:41.21875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uoIETproKO9mtC6U22bA1qWL4izJibOe { color:#222222;display:block;width:14.125rem;position:absolute;font-family:"ek mukta";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:39.8125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#loOk17HrKrRqaqZhF5Avfte6xJe2hXL4 { color:#222222;display:block;width:10.3125rem;position:absolute;font-family:"ek mukta";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:19.3125rem;left:60.46875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P0RVvyHVs30lhaki11DhXAyAeNbOFMLV { color:#222222;display:block;width:13.3125rem;position:absolute;font-family:"ek mukta";font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:24.875rem;left:58.96875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oBlXtyIMOi3z4Fn3QW1QMnD0M7hn0RS4 { 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:4.8125rem;width:4.8125rem;top:2.125rem;left:6.5625rem;overflow:hidden;display:none; }
#ZzdtOmE203vefznzLIOJo19A0CJXqeBy { 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:4.8125rem;width:4.8125rem;top:2.125rem;left:6.5625rem;overflow:hidden;display:none; }
#LFLCK19gr1XByRwZVDVcb2A6Uh0dsaaR { 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:4.8125rem;width:4.8125rem;top:2.125rem;left:6.5625rem;overflow:hidden;display:none; }
#gTEmMlxJMAtX7zzpbS82cdJENn96wlTz { background-color:#0040ff;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:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;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:yellix;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.1875rem;left:31.0625rem;display:none; }
#u3DVxZaouw8Jep78rsk5yVD8Sfi6mIV7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#va0fUGlwk2NzDClTqTZ81FKKPpHNFEcH { box-sizing:content-box;height:20.125rem;width:15.9375rem;position:absolute;display:block;z-index:15002;background-color:#fbf6ee;background-image:none;top:10.875rem;left:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#xa8PDkyxVv0wHcTpkuUszpyc2iHVBRhy { box-sizing:content-box;height:20.125rem;width:15.9375rem;position:absolute;display:block;z-index:15003;background-color:#fbf6ee;background-image:none;top:10.875rem;left:20.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#tnF76NaR25zwKiGdLub7S3BFev9V7yNh { box-sizing:content-box;height:20.125rem;width:15.9375rem;position:absolute;display:block;z-index:15004;background-color:#fbf6ee;background-image:none;top:10.8125rem;left:38.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#XLb2lugFOTPIxJthR9nSHdrLEap7c0Xx { box-sizing:content-box;height:20.125rem;width:15.9375rem;position:absolute;display:block;z-index:15005;background-color:#fbf6ee;background-image:none;top:10.8125rem;left:57.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Ey34nNhJMycPLQXPy88rOsis5lcuxQFp { box-sizing:content-box;height:20.125rem;width:15.9375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:4.84375rem;left:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#AoVAn279bpDdKFpsO0Lo9NbTP5sQoHWT { box-sizing:content-box;height:20.125rem;width:15.9375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:4.84375rem;left:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#XFOFC43O398TkIPcxdHiGW2izOCEcCCJ { box-sizing:content-box;height:20.125rem;width:15.9375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:4.84375rem;left:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#iQktzINmixthKQ7eRvXTSXBGfTpxgSdR { background-color:#ff6f61;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:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;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:"ek mukta";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36rem;left:28.65625rem;display:block; }
#M1c3kkHehqa1SFXIHQ3Tif5TpnT3a5vG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OxltqyM983lmfh2sqcaTrCmQSATz6PJ8 { color:#009688;display:block;width:55.3125rem;position:absolute;font-family:"ek mukta";font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.62451171875rem;left:9.78125rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I6IWhRUxPEAoTXN0vCpT5E6o6ExLkHRI { color:#555555;display:block;width:55.3125rem;position:absolute;font-family:"ek mukta";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.83642578125rem;left:9.78125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WshVNAKN5XJ7vO1UyAcImNKoubQFpvBV { box-sizing:content-box;height:2.5rem;width:2.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:15013;background-color:#009688;background-image:none;top:14.5625rem;left:7.71875rem;display:block; }
#XvMMO1wPrsfbkzebEgETc1kIrcwTBXMy { box-sizing:content-box;height:2.5rem;width:2.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:15014;background-color:#009688;background-image:none;top:14.5625rem;left:26.875rem;display:block; }
#GdV2vnuCuU4yukcUlJti9ViN8kvJKSRp { box-sizing:content-box;height:2.5rem;width:2.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:15015;background-color:#009688;background-image:none;top:14.5625rem;left:45.625rem;display:block; }
#Nu27dx6svlwdyJybVzqqohkL4FFnZt12 { box-sizing:content-box;height:2.5rem;width:2.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:15016;background-color:#009688;background-image:none;top:14.5625rem;left:65.09375rem;display:block; }
#OcssMWHRWByV3P1VvL1H8sedrOK5WtNL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:15.03125rem;left:8.1875rem; }
#QVuGaMFdcLDhXFXKOZCLIAP0uiwFlXCa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:15.03125rem;left:27.34375rem; }
#yM8w72kDWCJxmBK1r4o6ZifrOGyAuBgW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:15.03125rem;left:46.09375rem; }
#LSw7Dz4HnEOFutZbHTCF6ZtBT4FmcWyq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:15.03125rem;left:65.5625rem; }
#JmuJwOu69gr989KSZy2sid8i5pS02xzT { box-sizing:content-box;height:20.125rem;width:15.9375rem;position:absolute;display:block;z-index:15002;background-color:#fbf6ee;background-image:none;top:10.875rem;left:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#Py5vik9tcifm7Lb50Oui1MPpzgTlgxlF { box-sizing:content-box;height:20.125rem;width:15.9375rem;position:absolute;display:block;z-index:15002;background-color:#fbf6ee;background-image:none;top:10.875rem;left:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#HCZc5qUWcFFNy5wN2Iu9pXoPKVSJmr6T { box-sizing:content-box;height:20.125rem;width:15.9375rem;position:absolute;display:block;z-index:15002;background-color:#fbf6ee;background-image:none;top:10.875rem;left:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#gZmWH9XAbl3yiVGKRNumSaPL5ti8hg83 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6ee;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; }#gZmWH9XAbl3yiVGKRNumSaPL5ti8hg83 > .row .container { background-color: transparent; background-image: none; }#gZmWH9XAbl3yiVGKRNumSaPL5ti8hg83::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZmWH9XAbl3yiVGKRNumSaPL5ti8hg83 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZmWH9XAbl3yiVGKRNumSaPL5ti8hg83 > .row .container > .video-iframe-container { display: none; }#gZmWH9XAbl3yiVGKRNumSaPL5ti8hg83 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZmWH9XAbl3yiVGKRNumSaPL5ti8hg83 > .row > .video-iframe-container { display: none; }#gZmWH9XAbl3yiVGKRNumSaPL5ti8hg83 > .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); }#gZmWH9XAbl3yiVGKRNumSaPL5ti8hg83 > .row .container { border-width: 0; border-radius: 0; }#gZmWH9XAbl3yiVGKRNumSaPL5ti8hg83 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gZmWH9XAbl3yiVGKRNumSaPL5ti8hg83 > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#Pn0euGi4r2wzVz8HDsKB8tkzwdOGE46L { box-sizing:content-box;height:16.375rem;width:22.875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:11.6875rem;left:1.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#e4JkhAB3gTJqsTruWkoghP06TFcJRngE { color:#222222;display:block;width:17.9375rem;position:absolute;font-family:"ek mukta";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:18.6875rem;left:3.625rem;height:6.9043125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fod0sbSlMn5EHRBVWK2b54DMun8MvkZh { color:#222222;display:block;width:17.9375rem;position:absolute;font-family:"ek mukta";font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.625rem;left:3.625rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zcky8gs0VewGQoGKJe8OxmRRNL55hVDW { 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:1.25rem;width:1rem;top:15.875rem;left:3.625rem;overflow:hidden;display:block; }
#aHrC3ZbIM4CZDFvHyCpq0z75sB12IASh { 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:8.5625rem;width:8.5625rem;top:12.25rem;left:2.875rem;overflow:hidden;display:block; }
#Cy6ztCPyw7KPEeSlPH7FzfJfFlJChf2q { box-sizing:content-box;height:16.375rem;width:22.875rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:11.6875rem;left:26rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#wnsITnuIlpIvvRaUGoJkZ3mJdGqRknNq { color:#222222;display:block;width:17.9375rem;position:absolute;font-family:"ek mukta";font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:20.0625rem;left:27.4375rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NcJm9mBoE4bIxwU9pDBJkzVpSTaNxTIu { 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:8.5625rem;width:8.5625rem;top:13.8125rem;left:26.5625rem;overflow:hidden;display:block; }
#slbcucQBKsrhGqMNI4v9fN1OtcL96m2T { color:#222222;display:block;width:17.4375rem;position:absolute;font-family:"ek mukta";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:13.625rem;left:27.6875rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XgSPairuToierhtFmsnTqXIIakLzu3N1 { 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.25rem;width:1rem;top:17.5rem;left:27.4375rem;overflow:hidden;display:block; }
#RI4Jk2uNwGXyOEs0P4vr70NA3y8JKgZq { box-sizing:content-box;height:16.375rem;width:22.875rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:11.6875rem;left:50.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Lu5QRsA0lnoxlhGIdWx49TUTapJELgTT { color:#222222;display:block;width:17.9375rem;position:absolute;font-family:"ek mukta";font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:18.6875rem;left:51.875rem;height:5.5234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SqhadDNQUPSCWMbSwynQlCvXPdcIwSix { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:8.5625rem;top:12.25rem;left:51.125rem;overflow:hidden;display:block; }
#D6fCb52OR5KsZfTmNfXa7IoUyOpi2whJ { color:#222222;display:block;width:17.9375rem;position:absolute;font-family:"ek mukta";font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:13.625rem;left:51.875rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J60dG8yreV26ysmaCdTSLyfkMOCxaH0Q { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1rem;top:15.875rem;left:51.875rem;overflow:hidden;display:block; }
#MTSyTJGEJqq4q7ywR4b2T8ELov3b7UPF { color:#009688;display:block;width:55.3125rem;position:absolute;font-family:"ek mukta";font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0380859375rem;left:9.84375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lRW6yfIvAuQuIfxq1UWSTfQpBcMOZrIz { color:#555555;display:block;width:55.3125rem;position:absolute;font-family:"ek mukta";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.31201171875rem;left:9.84375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a19e3f54-5b6b-4476-8568-38a4560f6e0f/ResonanceResolve2024288.jpg");background-position:center right !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; }#sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh.adaptive-delivery-prevent-bg, #sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh.lazyload, #sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh.lazyloading { background-image: none; }#sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh > .row .container { background-color: transparent; background-image: none; }#sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh > .row .container > .video-iframe-container { display: none; }#sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh > .row > .video-iframe-container { display: none; }#sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh > .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); }#sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh > .row .container { border-width: 0; border-radius: 0; }#sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#ccqncaXFUS4vTQ6479MR05DgSa1z1QPB { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:"ek mukta";font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:10.25rem;left:5.5625rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d2GggOglMwPRquxM5mEQ7NMy3dmh14pW { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:"ek mukta";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:14.3125rem;left:5.375rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FxgvT9xziKwZar5axSgswm3rTskCCxBc { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"ek mukta";font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:15.6875rem;left:5.375rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iLnvDQRuKyDhkO5wpEVEhI4B6o9qTJRk { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:"ek mukta";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:8.875rem;left:5.5625rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ArlNEGQQcFk37SmA0Q9XzTRwbH0c5lbd { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d0ed7477-c941-40db-86c7-104c4fa99c99/ResonanceResolve2024272.crop_916x1185_1491,223.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.875rem;left:2rem;display:block; }#ArlNEGQQcFk37SmA0Q9XzTRwbH0c5lbd.adaptive-delivery-prevent-bg, #ArlNEGQQcFk37SmA0Q9XzTRwbH0c5lbd.lazyload, #ArlNEGQQcFk37SmA0Q9XzTRwbH0c5lbd.lazyloading { background-image: none; }
#RR6SanAaFQIvEEUwoGiDnV4vKIarcwlK { box-sizing:content-box;height:2.5rem;width:2.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:15014;background-color:#009688;background-image:none;top:14.3125rem;left:1.96875rem;display:block; }
#yCE0gO4ux0lH829JZcRkK8L55yVIu3hT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:14.875rem;left:2.53125rem; }
#oXUE6PRDf0vgII4G4201onuqqKzPAfOG { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"ek mukta";font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:21.0625rem;left:5.375rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u6yOSRwTq0hDacp6NA9RyZksNkQaMpER { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:"ek mukta";font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:19.6875rem;left:5.375rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B4HOl6Mac47P5S7S7PvABUJvxvHpcDRO { box-sizing:content-box;height:2.5rem;width:2.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:15015;background-color:#009688;background-image:none;top:19.693359375rem;left:1.96875rem;display:block; }
#T1SPookxVZ7Bs7bUMomZOiB6KpAFkyHf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:20.287109375rem;left:2.5625rem; }
#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#009688;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { background-color: transparent; background-image: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container > .video-iframe-container { display: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row > .video-iframe-container { display: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .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); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { border-width: 0; border-radius: 0; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;position:relative;display:block; }#eXkafU6KEiNycMG3tm3c9Ih1WZAH7SvF { color:#f3f3e9;display:block;width:20.75rem;position:absolute;font-family:"ek mukta";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:14.1748046875rem;left:27.125rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JDwNEUbeIAfm8MbNq6ErebuEqXxDZvPc { color:#ffffff;display:block;width:30.875rem;position:absolute;font-family:"ek mukta";font-size:3.5rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:4.0556640625rem;left:20.75rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-form-header {  }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-regular-label { height:auto;display:block;font-family:yellix;font-size:0.875rem;font-weight:400;color:#ffffff;width:19rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.1;font-style:normal; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:yellix;vertical-align:top;box-shadow: none;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-input-text {padding-top: 0; padding-bottom: 0;}#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:yellix;vertical-align:top;box-shadow: none;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:yellix;font-size:0.875rem;overflow:hidden;vertical-align:top;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;box-shadow: none;font-weight:300;font-style:normal; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-input-select {padding-top: 0; padding-bottom: 0;}#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-input-button { border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;background-color:#ff6f61;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:700;color:#ffffff;width:19rem;height:4.0625rem;font-family:"ek mukta";overflow:hidden;font-style:normal; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx [class*="-text"]:-moz-placeholder { color:#000000;font-family:"ek mukta";font-size:0.875rem;font-weight:300;font-style:normal; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx [class*="-text"]::-moz-placeholder { color:#000000;font-family:"ek mukta";font-size:0.875rem;font-weight:300;font-style:normal; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"ek mukta";font-size:0.875rem;font-weight:300;font-style:normal; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"ek mukta";font-size:0.875rem;font-weight:300;font-style:normal; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:17.8125rem;overflow:hidden;font-style:normal;float:none; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-container:first-of-type{padding-top:0;}#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-container:last-of-type{padding-bottom:0;}#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;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;left:26.75rem;top:19.375rem;z-index:15012;position:absolute; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19rem;display:block;vertical-align:top; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx {display:block;}#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;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;left:26.75rem;top:19.375rem;z-index:15012;position:absolute; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #dJJvDI5WtsDztplJXU8wQ5lp4QLSe25f { position:relative; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #nzPWIl7MrA4bUNNfO7y1LgexTluDXJv3 { position:relative;display:none; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #nFHnxkHKnX2aR6unvaRT7Pvk7uiPIcAU { position:relative; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #aP7qKQ1I8TQMMnQoRXlasN69MkFT0B3I { position:relative; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #K7PGp1LqHJCNAapdTDZOQyAuxgvqXEML { position:relative;display:none; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #VCT3DQoL0seTFVBhGKUrrrDPEcxLWWKt { position:relative; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #QCI9S9BmoQOiBW74Gn1bfwOSTzwSsdZk { position:relative; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #TQKCIkJWKPPwUoTSPSI8J8hduJClhZqX { position:relative;display:none; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #RQHdLtNPe56OWasZtTLD4do6pJDRc8y9 { position:relative; }
#TmAgUqlzWaQm6nW8por2soBfgxHGq0fT { position:relative;display:block; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #emTfZfDXM7mo0RtIqNAMU45EmGHlB032 { position:relative; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #BzvH57suzVpigLpt9WNOgxychQSTIfKr { position:relative; }
#X9P4FJItg0gIWb825r75Goe0d6hn5krZ { 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:1.25rem;width:8.625rem;top:40.924999237061rem;left:33.187500953674rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #G3uJLRf4mTIDDopdnwcvG25x1Mn9z7FQ { width:47.75rem;height:13.4375rem;top:11rem;left:0rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL1MulJkVfTmgOKM6VMsqpR5yqIZogTa { width:20rem;height:8.25rem;top:2.1875rem;left:0rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xe6rT1qldLFVQoX0ZVybzSEJ4ceTsNby { width:45.25rem;height:3.25rem;top:25.3125rem;left:1.8124990463257rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1c5W9XpGuJexhPCanLkZZRgznyne3S9 { width:17.5625rem;height:2.75rem;top:33.1875rem;left:15.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQhig7nW3KPMb7Qn7OS8MFc1DmpQUsd4 { display:block; }
 }@media only screen and (max-width: 763px) { #c59dpXkLfRkGs7mAGsuaW8V7NXktUdoZ { top:3.8125rem;left:4.9375rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Muqd06trqZbnD41WuX9STvutiTQ3EdSU { width:47.75rem;height:2.25rem;top:5.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWvqbcOFtSBccsLPhvEhsIJxQCtX21RA { width:20rem;height:3.375rem;top:22.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FLSeMI0SORstd6BCKq7tox7Ou28AtWgA { display:block; }#FLSeMI0SORstd6BCKq7tox7Ou28AtWgA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeVXHzWdfnkXRTVntmeIUktvGLbiE1XZ { top:12.9375rem;left:0rem;width:8.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTODk0d21mv2NvkoTEAssq2t2OT1OItw { width:7.375rem;height:2.4375rem;top:13.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLNom2VSQsL9070KrO1glWkU2K5UcoE1 { top:12.9375rem;left:5rem;width:13.25rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMzDKLAFiAFzw4u5xi5UlBfy5vkI43bp { width:7.4375rem;height:2.4375rem;top:13.8125rem;left:40.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy5FdJEx41ToNqwRS3lm42TfMFf4ECo1 { top:12.9375rem;left:29.875rem;width:13.25rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3GAiN831LGaCxmctdDWuRaCrBtvAkuD { width:11.6875rem;height:2.4375rem;top:13.8125rem;left:30.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XELJTSz3dGROdkIoml8JO9NAAaBi3An4 { top:12.9375rem;left:19.625rem;width:8.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3b1J5MpHp2pzkZy2QL8JrJDCUTU5A0N { width:5.5rem;height:2.4375rem;top:13.8125rem;left:21.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQbaJw29vt1BQdtD002Q8pzI69FPTRkU { top:12.9375rem;left:39rem;width:8.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5mTb4zKgUE5ovzmKdfzDqPHBEegT0Hm { width:11.375rem;height:2.4375rem;top:13.8125rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTRTy6auU4oJtgugV764rNOkqHfhhnx2 { width:47.75rem;height:2.25rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdgD8XT1KJZLQkKA4iqakrPtcsqh94Zl { width:47.75rem;height:3.25rem;top:4.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8r7SB2KOfSiW0u5JTTmKaATq8hmkp3I { width:7.375rem;height:2.25rem;top:8.75rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k2kW2bSHFad5kTDwoxfaa7DLzCC2grdQ { width:17.5625rem;height:2.75rem;top:33.1875rem;left:15.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QSvvQlFwUsBg8yWprcA4w71aTLwdy6E7 { display:block; }
 }@media only screen and (max-width: 763px) { #UKsscliEOCoa5Bs6wdfZs6IssVkbJMDr { width:47.25rem;height:3.625rem;top:21.4375rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytWDZher4FHC3QbMvTLvg2yxRsGCZN11 { width:17.5625rem;height:2.75rem;top:28.5625rem;left:15.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB2h1zekqoCgzL5WDmRlwAcETgf5fyJa { display:block; }
 }@media only screen and (max-width: 763px) { #mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg { display:block; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnqvP38w6oC84p8PmFRGwGoM90AGUxup { width:13.4375rem;height:3.25rem;top:19.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIxIKDnv0KynQvrVJC77tRMSvsgls5MS { width:11.1875rem;height:2.75rem;top:24.875rem;left:0.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPw6cRGGe1ruwsHEx0s6ve2EehyaeJZC { width:14.625rem;height:2.75rem;top:24.875rem;left:9.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpKn6Dbpr2O1U8HSVtSapvATaHseJTHU { width:12.6875rem;height:3.25rem;top:19.3125rem;left:11.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0nWvFh087iTDwLtlDq6L8TpatkDvl0T { width:11.3125rem;height:2.75rem;top:24.875rem;left:24.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoIETproKO9mtC6U22bA1qWL4izJibOe { width:14.125rem;height:3.25rem;top:19.3125rem;left:21.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #loOk17HrKrRqaqZhF5Avfte6xJe2hXL4 { width:10.3125rem;height:3.25rem;top:19.3125rem;left:36.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0RVvyHVs30lhaki11DhXAyAeNbOFMLV { width:13.3125rem;height:2.75rem;top:24.875rem;left:34.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBlXtyIMOi3z4Fn3QW1QMnD0M7hn0RS4 { top:2.125rem;left:3.15625rem;width:4.8125rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZzdtOmE203vefznzLIOJo19A0CJXqeBy { top:2.125rem;left:3.15625rem;width:4.8125rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LFLCK19gr1XByRwZVDVcb2A6Uh0dsaaR { top:2.125rem;left:3.15625rem;width:4.8125rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTEmMlxJMAtX7zzpbS82cdJENn96wlTz { width:15.125rem;height:2.75rem;top:33.1875rem;left:17.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u3DVxZaouw8Jep78rsk5yVD8Sfi6mIV7 { display:block; }
 }@media only screen and (max-width: 763px) { #va0fUGlwk2NzDClTqTZ81FKKPpHNFEcH { top:10.875rem;left:0rem;width:15.9375rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa8PDkyxVv0wHcTpkuUszpyc2iHVBRhy { top:10.875rem;left:7.9375rem;width:15.9375rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnF76NaR25zwKiGdLub7S3BFev9V7yNh { top:10.8125rem;left:19.875rem;width:15.9375rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLb2lugFOTPIxJthR9nSHdrLEap7c0Xx { top:10.8125rem;left:31.8125rem;width:15.9375rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey34nNhJMycPLQXPy88rOsis5lcuxQFp { top:4.8125rem;left:0rem;width:15.9375rem;height:20.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AoVAn279bpDdKFpsO0Lo9NbTP5sQoHWT { top:4.8125rem;left:0rem;width:15.9375rem;height:20.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XFOFC43O398TkIPcxdHiGW2izOCEcCCJ { top:4.8125rem;left:0rem;width:15.9375rem;height:20.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iQktzINmixthKQ7eRvXTSXBGfTpxgSdR { width:17.5625rem;height:2.75rem;top:36rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1c3kkHehqa1SFXIHQ3Tif5TpnT3a5vG { display:block; }
 }@media only screen and (max-width: 763px) { #OxltqyM983lmfh2sqcaTrCmQSATz6PJ8 { width:47.75rem;height:2.25rem;top:1.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6IWhRUxPEAoTXN0vCpT5E6o6ExLkHRI { width:47.75rem;height:3.25rem;top:3.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WshVNAKN5XJ7vO1UyAcImNKoubQFpvBV { top:14.5625rem;left:4.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvMMO1wPrsfbkzebEgETc1kIrcwTBXMy { top:14.5625rem;left:16.65625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdV2vnuCuU4yukcUlJti9ViN8kvJKSRp { top:14.5625rem;left:28.59375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu27dx6svlwdyJybVzqqohkL4FFnZt12 { top:14.5625rem;left:41.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcssMWHRWByV3P1VvL1H8sedrOK5WtNL { top:15rem;left:4.78125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVuGaMFdcLDhXFXKOZCLIAP0uiwFlXCa { top:15rem;left:17.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM8w72kDWCJxmBK1r4o6ZifrOGyAuBgW { top:15rem;left:29.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSw7Dz4HnEOFutZbHTCF6ZtBT4FmcWyq { top:15rem;left:41.71875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmuJwOu69gr989KSZy2sid8i5pS02xzT { top:10.875rem;left:0rem;width:15.9375rem;height:20.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Py5vik9tcifm7Lb50Oui1MPpzgTlgxlF { top:10.875rem;left:0rem;width:15.9375rem;height:20.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HCZc5qUWcFFNy5wN2Iu9pXoPKVSJmr6T { top:10.875rem;left:0rem;width:15.9375rem;height:20.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZmWH9XAbl3yiVGKRNumSaPL5ti8hg83 { display:block; }#gZmWH9XAbl3yiVGKRNumSaPL5ti8hg83 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pn0euGi4r2wzVz8HDsKB8tkzwdOGE46L { top:11.6875rem;left:0rem;width:22.875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4JkhAB3gTJqsTruWkoghP06TFcJRngE { width:17.9375rem;height:6.875rem;top:18.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fod0sbSlMn5EHRBVWK2b54DMun8MvkZh { width:17.9375rem;height:1.25rem;top:13.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zcky8gs0VewGQoGKJe8OxmRRNL55hVDW { top:15.875rem;left:0rem;width:1rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHrC3ZbIM4CZDFvHyCpq0z75sB12IASh { top:12.25rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy6ztCPyw7KPEeSlPH7FzfJfFlJChf2q { top:11.6875rem;left:12.375rem;width:22.875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnsITnuIlpIvvRaUGoJkZ3mJdGqRknNq { width:17.9375rem;height:4.125rem;top:20.0625rem;left:13.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcJm9mBoE4bIxwU9pDBJkzVpSTaNxTIu { top:13.8125rem;left:12.9375rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slbcucQBKsrhGqMNI4v9fN1OtcL96m2T { width:17.4375rem;height:2.5625rem;top:13.625rem;left:14.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgSPairuToierhtFmsnTqXIIakLzu3N1 { top:17.5rem;left:13.8125rem;width:1rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI4Jk2uNwGXyOEs0P4vr70NA3y8JKgZq { top:11.6875rem;left:24.875rem;width:22.875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu5QRsA0lnoxlhGIdWx49TUTapJELgTT { width:17.9375rem;height:5.5rem;top:18.6875rem;left:29.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqhadDNQUPSCWMbSwynQlCvXPdcIwSix { top:12.25rem;left:37.5rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6fCb52OR5KsZfTmNfXa7IoUyOpi2whJ { width:17.9375rem;height:1.25rem;top:13.625rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J60dG8yreV26ysmaCdTSLyfkMOCxaH0Q { top:15.875rem;left:38.25rem;width:1rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTSyTJGEJqq4q7ywR4b2T8ELov3b7UPF { width:47.75rem;height:2.25rem;top:2rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRW6yfIvAuQuIfxq1UWSTfQpBcMOZrIz { width:47.75rem;height:3.25rem;top:4.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh { display:block; }#sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccqncaXFUS4vTQ6479MR05DgSa1z1QPB { width:14.625rem;height:1.375rem;top:10.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2GggOglMwPRquxM5mEQ7NMy3dmh14pW { width:21.0625rem;height:1.375rem;top:14.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxgvT9xziKwZar5axSgswm3rTskCCxBc { width:19.375rem;height:1.375rem;top:15.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLnvDQRuKyDhkO5wpEVEhI4B6o9qTJRk { width:14.625rem;height:1.375rem;top:8.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArlNEGQQcFk37SmA0Q9XzTRwbH0c5lbd { top:8.875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR6SanAaFQIvEEUwoGiDnV4vKIarcwlK { top:14.3125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCE0gO4ux0lH829JZcRkK8L55yVIu3hT { top:14.875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXUE6PRDf0vgII4G4201onuqqKzPAfOG { width:19.375rem;height:1.375rem;top:21.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6yOSRwTq0hDacp6NA9RyZksNkQaMpER { width:21.0625rem;height:1.375rem;top:19.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4HOl6Mac47P5S7S7PvABUJvxvHpcDRO { top:19.6875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1SPookxVZ7Bs7bUMomZOiB6KpAFkyHf { top:20.25rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK { display:block; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXkafU6KEiNycMG3tm3c9Ih1WZAH7SvF { width:20.75rem;height:2.875rem;top:14.125rem;left:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDwNEUbeIAfm8MbNq6ErebuEqXxDZvPc { width:30.875rem;height:7rem;top:4rem;left:7.125rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-regular-label { display:block;width:19rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-input-text { width:19rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-input-text {padding-top: 0; padding-bottom: 0;}#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-textarea { width:19rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-input-select { width:19rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-input-select {padding-top: 0; padding-bottom: 0;}#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-input-button { width:19rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-checkbox-label { width:17.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx  { width:19rem;height:auto;top:19.375rem;left:13.125rem; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .radio-container { width:19rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx {display:block;}#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx { width:19rem;height:auto;top:19.375rem;left:13.125rem; }
 }@media only screen and (max-width: 763px) { #FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #dJJvDI5WtsDztplJXU8wQ5lp4QLSe25f {  }
 }@media only screen and (max-width: 763px) { #FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #nzPWIl7MrA4bUNNfO7y1LgexTluDXJv3 {  }
 }@media only screen and (max-width: 763px) { #FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #nFHnxkHKnX2aR6unvaRT7Pvk7uiPIcAU {  }
 }@media only screen and (max-width: 763px) { #FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #aP7qKQ1I8TQMMnQoRXlasN69MkFT0B3I {  }
 }@media only screen and (max-width: 763px) { #FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #K7PGp1LqHJCNAapdTDZOQyAuxgvqXEML {  }
 }@media only screen and (max-width: 763px) { #FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #VCT3DQoL0seTFVBhGKUrrrDPEcxLWWKt {  }
 }@media only screen and (max-width: 763px) { #FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #QCI9S9BmoQOiBW74Gn1bfwOSTzwSsdZk {  }
 }@media only screen and (max-width: 763px) { #FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #TQKCIkJWKPPwUoTSPSI8J8hduJClhZqX {  }
 }@media only screen and (max-width: 763px) { #FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #RQHdLtNPe56OWasZtTLD4do6pJDRc8y9 {  }
 }@media only screen and (max-width: 763px) { #TmAgUqlzWaQm6nW8por2soBfgxHGq0fT { display:block; }
 }@media only screen and (max-width: 763px) { #FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #emTfZfDXM7mo0RtIqNAMU45EmGHlB032 {  }
 }@media only screen and (max-width: 763px) { #FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #BzvH57suzVpigLpt9WNOgxychQSTIfKr {  }
 }@media only screen and (max-width: 763px) { #X9P4FJItg0gIWb825r75Goe0d6hn5krZ { top:40.875rem;left:19.562500953674rem;width:8.625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/137db4dc-721a-4ba4-bbed-97a0e2a305bc/ResonanceResolve2024285.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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.65); }#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.65); }#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 { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3uJLRf4mTIDDopdnwcvG25x1Mn9z7FQ { width:20rem;height:7.067875rem;top:7.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;font-weight:700;font-style:normal;font-family:"ek mukta";display:block; }
 }@media only screen and (max-width: 763px) { #sL1MulJkVfTmgOKM6VMsqpR5yqIZogTa { width:18.3125rem;height:0;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #xe6rT1qldLFVQoX0ZVybzSEJ4ceTsNby { width:20rem;height:0;top:16.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1c5W9XpGuJexhPCanLkZZRgznyne3S9 { width:14.375rem;height:2.5625rem;top:24.4375rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQhig7nW3KPMb7Qn7OS8MFc1DmpQUsd4 { display:block; }
 }@media only screen and (max-width: 763px) { #c59dpXkLfRkGs7mAGsuaW8V7NXktUdoZ { display:flex;width:2.0625rem;height:2.0625rem;top:35.1875rem;left:8.96875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #Muqd06trqZbnD41WuX9STvutiTQ3EdSU { width:20rem;height:2.275rem;top:3.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;font-weight:700;font-style:normal;font-family:"ek mukta";display:block; }
 }@media only screen and (max-width: 763px) { #CWvqbcOFtSBccsLPhvEhsIJxQCtX21RA { width:20rem;height:3.41161875rem;top:17.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #FLSeMI0SORstd6BCKq7tox7Ou28AtWgA { display:block; }#FLSeMI0SORstd6BCKq7tox7Ou28AtWgA > .row .container { width:20rem;height:46.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeVXHzWdfnkXRTVntmeIUktvGLbiE1XZ { width:6.375rem;height:4.3125rem;top:11.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTODk0d21mv2NvkoTEAssq2t2OT1OItw { width:5.6875rem;height:2.2744125rem;top:12.8125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLNom2VSQsL9070KrO1glWkU2K5UcoE1 { width:11.4375rem;height:4.3125rem;top:11.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMzDKLAFiAFzw4u5xi5UlBfy5vkI43bp { width:8.8125rem;height:2.2744125rem;top:17.9375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy5FdJEx41ToNqwRS3lm42TfMFf4ECo1 { width:18.3125rem;height:4.3125rem;top:21.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3GAiN831LGaCxmctdDWuRaCrBtvAkuD { width:13.1875rem;height:2.2744125rem;top:22.8125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XELJTSz3dGROdkIoml8JO9NAAaBi3An4 { width:8.75rem;height:4.3125rem;top:16.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3b1J5MpHp2pzkZy2QL8JrJDCUTU5A0N { width:7.375rem;height:0;top:8.1494140625rem;left:11.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQbaJw29vt1BQdtD002Q8pzI69FPTRkU { width:8.75rem;height:4.3125rem;top:16.9375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5mTb4zKgUE5ovzmKdfzDqPHBEegT0Hm { width:10rem;height:2.2744125rem;top:12.8125rem;left:8.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTRTy6auU4oJtgugV764rNOkqHfhhnx2 { width:20rem;height:2.2749rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;font-weight:700;font-style:normal;font-family:yellix;display:block; }
 }@media only screen and (max-width: 763px) { #xdgD8XT1KJZLQkKA4iqakrPtcsqh94Zl { width:20rem;height:2.6rem;top:5.58642578125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;font-family:"ek mukta";display:block; }
 }@media only screen and (max-width: 763px) { #g8r7SB2KOfSiW0u5JTTmKaATq8hmkp3I { width:7.375rem;height:2.2744125rem;top:17.9375rem;left:11.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #k2kW2bSHFad5kTDwoxfaa7DLzCC2grdQ { width:14.375rem;height:2.5625rem;top:40.5rem;left:2.8125rem;font-size:1.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #QSvvQlFwUsBg8yWprcA4w71aTLwdy6E7 { display:block; }
 }@media only screen and (max-width: 763px) { #UKsscliEOCoa5Bs6wdfZs6IssVkbJMDr { width:20rem;height:7.9604375rem;top:29.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytWDZher4FHC3QbMvTLvg2yxRsGCZN11 { width:17.5625rem;height:2.75rem;top:42.9599375rem;left:1.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VB2h1zekqoCgzL5WDmRlwAcETgf5fyJa { display:block; }
 }@media only screen and (max-width: 763px) { #mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg { background-color:#ffffff;background-image:none;display:block; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container { background-color: transparent; background-image: none; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container > .video-iframe-container { display: none; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row > .video-iframe-container { display: none; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .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); }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container { width:20rem;height:92.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnqvP38w6oC84p8PmFRGwGoM90AGUxup { width:12rem;height:2.9248rem;top:18.625rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIxIKDnv0KynQvrVJC77tRMSvsgls5MS { width:10.8125rem;height:2.1125rem;top:22.8125rem;left:4.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPw6cRGGe1ruwsHEx0s6ve2EehyaeJZC { width:12.6875rem;height:2.1125rem;top:40.75rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpKn6Dbpr2O1U8HSVtSapvATaHseJTHU { width:14rem;height:2.925rem;top:36.8125rem;left:3rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0nWvFh087iTDwLtlDq6L8TpatkDvl0T { width:14.5rem;height:1.05625rem;top:59.25rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoIETproKO9mtC6U22bA1qWL4izJibOe { width:14.125rem;height:2.9248rem;top:55.0625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #loOk17HrKrRqaqZhF5Avfte6xJe2hXL4 { width:12.9375rem;height:2.9248rem;top:73.5rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0RVvyHVs30lhaki11DhXAyAeNbOFMLV { width:13rem;height:2.1125rem;top:77.6875rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBlXtyIMOi3z4Fn3QW1QMnD0M7hn0RS4 { width:2.875rem;height:2.875rem;top:46.0625rem;left:8.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #ZzdtOmE203vefznzLIOJo19A0CJXqeBy { width:2.875rem;height:2.875rem;top:28.0625rem;left:8.5625rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #LFLCK19gr1XByRwZVDVcb2A6Uh0dsaaR { width:2.875rem;height:2.875rem;top:9.75rem;left:8.625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #gTEmMlxJMAtX7zzpbS82cdJENn96wlTz { width:12.3125rem;height:2.5625rem;top:84.375rem;left:3.84375rem;font-size:1.0625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #u3DVxZaouw8Jep78rsk5yVD8Sfi6mIV7 { display:block; }
 }@media only screen and (max-width: 763px) { #va0fUGlwk2NzDClTqTZ81FKKPpHNFEcH { width:15.9375rem;height:16.3125rem;top:66.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa8PDkyxVv0wHcTpkuUszpyc2iHVBRhy { width:15.9375rem;height:20.125rem;top:71.8125rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tnF76NaR25zwKiGdLub7S3BFev9V7yNh { width:15.9375rem;height:20.125rem;top:93.1875rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #XLb2lugFOTPIxJthR9nSHdrLEap7c0Xx { width:15.9375rem;height:20.125rem;top:114.5625rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ey34nNhJMycPLQXPy88rOsis5lcuxQFp { width:15.9375rem;height:16.3125rem;top:43.9375rem;left:2rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #AoVAn279bpDdKFpsO0Lo9NbTP5sQoHWT { width:15.9375rem;height:16.3125rem;top:25.875rem;left:2.0625rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #XFOFC43O398TkIPcxdHiGW2izOCEcCCJ { width:15.9375rem;height:16.3125rem;top:7.375rem;left:2.0625rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #iQktzINmixthKQ7eRvXTSXBGfTpxgSdR { width:17.5625rem;height:2.75rem;top:85.6865234375rem;left:1.21875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1c3kkHehqa1SFXIHQ3Tif5TpnT3a5vG { display:block; }
 }@media only screen and (max-width: 763px) { #OxltqyM983lmfh2sqcaTrCmQSATz6PJ8 { width:20rem;height:2.2749rem;top:4.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;font-weight:700;font-style:normal;font-family:yellix;display:block; }
 }@media only screen and (max-width: 763px) { #I6IWhRUxPEAoTXN0vCpT5E6o6ExLkHRI { width:20rem;height:2.6rem;top:6.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;font-family:"ek mukta";display:block; }
 }@media only screen and (max-width: 763px) { #WshVNAKN5XJ7vO1UyAcImNKoubQFpvBV { width:2.5rem;height:2.5rem;top:14.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvMMO1wPrsfbkzebEgETc1kIrcwTBXMy { width:2.5rem;height:2.5rem;top:33.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdV2vnuCuU4yukcUlJti9ViN8kvJKSRp { width:2.5rem;height:2.5rem;top:52rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu27dx6svlwdyJybVzqqohkL4FFnZt12 { width:2.5rem;height:2.5rem;top:69.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcssMWHRWByV3P1VvL1H8sedrOK5WtNL { display:flex;width:1.5625rem;height:1.5625rem;top:14.625rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #QVuGaMFdcLDhXFXKOZCLIAP0uiwFlXCa { display:flex;width:1.5625rem;height:1.5625rem;top:33.5625rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #yM8w72kDWCJxmBK1r4o6ZifrOGyAuBgW { display:flex;width:1.5625rem;height:1.5625rem;top:52.4375rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #LSw7Dz4HnEOFutZbHTCF6ZtBT4FmcWyq { display:flex;width:1.5625rem;height:1.5625rem;top:69.875rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #JmuJwOu69gr989KSZy2sid8i5pS02xzT { width:15.9375rem;height:16.3125rem;top:48.375rem;left:2rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Py5vik9tcifm7Lb50Oui1MPpzgTlgxlF { width:15.9375rem;height:16.3125rem;top:30.125rem;left:2.0625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #HCZc5qUWcFFNy5wN2Iu9pXoPKVSJmr6T { width:15.9375rem;height:16.3125rem;top:11.9375rem;left:2.0625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #gZmWH9XAbl3yiVGKRNumSaPL5ti8hg83 { display:block; }#gZmWH9XAbl3yiVGKRNumSaPL5ti8hg83 > .row .container { width:20rem;height:62.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pn0euGi4r2wzVz8HDsKB8tkzwdOGE46L { width:20rem;height:15.0625rem;top:8.624025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4JkhAB3gTJqsTruWkoghP06TFcJRngE { width:15.125rem;height:5.2807625rem;top:15.624025rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fod0sbSlMn5EHRBVWK2b54DMun8MvkZh { width:17.9375rem;height:1.29980625rem;top:10.561525rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zcky8gs0VewGQoGKJe8OxmRRNL55hVDW { width:1rem;height:1.25rem;top:12.811525rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHrC3ZbIM4CZDFvHyCpq0z75sB12IASh { width:8.5625rem;height:8.5625rem;top:9.186525rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy6ztCPyw7KPEeSlPH7FzfJfFlJChf2q { width:20rem;height:13.875rem;top:26.249025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnsITnuIlpIvvRaUGoJkZ3mJdGqRknNq { width:13.9375rem;height:3.16845625rem;top:34.624025rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcJm9mBoE4bIxwU9pDBJkzVpSTaNxTIu { width:8.5625rem;height:8.5625rem;top:28.374025rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slbcucQBKsrhGqMNI4v9fN1OtcL96m2T { width:17.4375rem;height:2.5996125rem;top:28.3740234375rem;left:1.28125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgSPairuToierhtFmsnTqXIIakLzu3N1 { width:1rem;height:1.25rem;top:32.061525rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI4Jk2uNwGXyOEs0P4vr70NA3y8JKgZq { width:20rem;height:14rem;top:43.874025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu5QRsA0lnoxlhGIdWx49TUTapJELgTT { width:15.125rem;height:4.2246125rem;top:50.874025rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqhadDNQUPSCWMbSwynQlCvXPdcIwSix { width:8.5625rem;height:8.5625rem;top:44.436525rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6fCb52OR5KsZfTmNfXa7IoUyOpi2whJ { width:17.9375rem;height:1.29980625rem;top:45.811525rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J60dG8yreV26ysmaCdTSLyfkMOCxaH0Q { width:1rem;height:1.25rem;top:48.061525rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTSyTJGEJqq4q7ywR4b2T8ELov3b7UPF { width:20rem;height:2.2749rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;font-weight:700;font-style:normal;font-family:yellix;display:block; }
 }@media only screen and (max-width: 763px) { #lRW6yfIvAuQuIfxq1UWSTfQpBcMOZrIz { width:20rem;height:2.5996125rem;top:4.7744125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;font-family:"ek mukta";display:block; }
 }@media only screen and (max-width: 763px) { #sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a19e3f54-5b6b-4476-8568-38a4560f6e0f/ResonanceResolve2024288.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh.adaptive-delivery-prevent-bg, #sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh.lazyload, #sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh.lazyloading { background-image: none; }#sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh > .row .container { background-color: transparent; background-image: none; }#sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh > .row .container > .video-iframe-container { display: none; }#sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh > .row > .video-iframe-container { display: none; }#sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh > .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); }#sQVNFzJmgXwG9W9BDaZyDZ5XnqTXAtQh > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccqncaXFUS4vTQ6479MR05DgSa1z1QPB { width:14.625rem;height:1.05625rem;top:6.25rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2GggOglMwPRquxM5mEQ7NMy3dmh14pW { width:15.4375rem;height:1.05625rem;top:9.4375rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxgvT9xziKwZar5axSgswm3rTskCCxBc { width:13.25rem;height:1.05625rem;top:10.5rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLnvDQRuKyDhkO5wpEVEhI4B6o9qTJRk { width:14.625rem;height:1.05625rem;top:5.25rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArlNEGQQcFk37SmA0Q9XzTRwbH0c5lbd { width:2.8125rem;height:2.8125rem;top:4.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR6SanAaFQIvEEUwoGiDnV4vKIarcwlK { width:2.5rem;height:2.5rem;top:9.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCE0gO4ux0lH829JZcRkK8L55yVIu3hT { display:flex;width:1.375rem;height:1.375rem;top:10rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #oXUE6PRDf0vgII4G4201onuqqKzPAfOG { width:5.4375rem;height:1.05625rem;top:15rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6yOSRwTq0hDacp6NA9RyZksNkQaMpER { width:5.75rem;height:1.05625rem;top:14rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4HOl6Mac47P5S7S7PvABUJvxvHpcDRO { width:2.5rem;height:2.5rem;top:13.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1SPookxVZ7Bs7bUMomZOiB6KpAFkyHf { display:flex;width:1.3125rem;height:1.3125rem;top:14.0625rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK { background-color:#009688;background-image:none;display:block; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { background-color: transparent; background-image: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container > .video-iframe-container { display: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row > .video-iframe-container { display: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .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); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXkafU6KEiNycMG3tm3c9Ih1WZAH7SvF { width:20rem;height:2.6rem;top:11.61865234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDwNEUbeIAfm8MbNq6ErebuEqXxDZvPc { width:20rem;height:3.875rem;top:5.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-regular-label { display:block;width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-input-text {padding-top: 0; padding-bottom: 0;}#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-input-select {padding-top: 0; padding-bottom: 0;}#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;font-family:"ek mukta"; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .widget-checkbox-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx  { width:17.375rem;height:auto;top:14.65625rem;left:0rem; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx {display:block;}#FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx { width:17.375rem;height:auto;top:14.65625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #dJJvDI5WtsDztplJXU8wQ5lp4QLSe25f {  }
 }@media only screen and (max-width: 763px) { #FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #nzPWIl7MrA4bUNNfO7y1LgexTluDXJv3 { display:none; }
 }@media only screen and (max-width: 763px) { #FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #nFHnxkHKnX2aR6unvaRT7Pvk7uiPIcAU {  }
 }@media only screen and (max-width: 763px) { #FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #aP7qKQ1I8TQMMnQoRXlasN69MkFT0B3I {  }
 }@media only screen and (max-width: 763px) { #FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #K7PGp1LqHJCNAapdTDZOQyAuxgvqXEML { display:none; }
 }@media only screen and (max-width: 763px) { #FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #VCT3DQoL0seTFVBhGKUrrrDPEcxLWWKt {  }
 }@media only screen and (max-width: 763px) { #FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #QCI9S9BmoQOiBW74Gn1bfwOSTzwSsdZk {  }
 }@media only screen and (max-width: 763px) { #FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #TQKCIkJWKPPwUoTSPSI8J8hduJClhZqX { display:none; }
 }@media only screen and (max-width: 763px) { #FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #RQHdLtNPe56OWasZtTLD4do6pJDRc8y9 {  }
 }@media only screen and (max-width: 763px) { #TmAgUqlzWaQm6nW8por2soBfgxHGq0fT { display:block; }
 }@media only screen and (max-width: 763px) { #FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #emTfZfDXM7mo0RtIqNAMU45EmGHlB032 {  }
 }@media only screen and (max-width: 763px) { #FistrpLMqVM1N8zJ6DogIB7nSEp4ZyGx #BzvH57suzVpigLpt9WNOgxychQSTIfKr {  }
 }@media only screen and (max-width: 763px) { #X9P4FJItg0gIWb825r75Goe0d6hn5krZ { width:8.9375rem;height:1.25rem;top:37.6875rem;left:5.5312500596046rem;display:block; }
 }