.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:#303e5c;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB { z-index:;position:relative;display:block; }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB { background-color: transparent; background-image: none; }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .row .container > .video-iframe-container { display: none; }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .row > .video-iframe-container { display: none; }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .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); }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB { border-width: 0; border-radius: 0; }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#PVw2DLfumHoaBMXMFu0tzeB1xceZvgmd { position:absolute;display:block;z-index:15000;background-color:#303e5c;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:43.25rem;width:42.8125rem;top:0rem;left:0rem;display:block; }
#lCqbGGIcMT0r7e3H5W0FM8HyHkDtg1a0 { position:absolute;display:block;z-index:15001;background-color:#0f7e8f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.25rem;width:36.6875rem;top:0rem;left:19.40625rem;display:block; }
#raZ1hn6H7sPySNArArgAqDo2RMJ8mCvB { color:#020202;display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18rem;left:41.4375rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XxGZqETAwfCahdReeN7TmddrFqnt2kNi { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:21rem;left:39.9375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bM6u8fgdncyRfcGxHGET6QWOat95zQKG { color:#000000;display:block;width:3.375rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.375rem;left:51.40625rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nJRKgg95KX4HMMqIuPPIQMZGPTcfiZMU { background-color:#da3c78;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.9990234375rem;left:8.59375rem;display:block; }
#QNLeK3DVI2vNzU2aKIZNHXFlT53h7iIt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SKnSwmWh4h42DvgEA33SGgZRU7BikwAm { color:#020202;display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:28.29443359375rem;left:57.90625rem;height:7.15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zkHenRNlSvlLuTa17Lq7UelLRPdEMHWg { position:absolute;display:block;z-index:15004;background-color:#da3c78;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8rem;width:30.3125rem;top:17.90625rem;left:39rem;display:block; }
#E4EIT9FB1cL5RlzoR3ODbQWa3TzcXBn6 { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/73ba1a71-1d1e-4200-aa4b-28089acd6141/Keyuri_Parikh_new_2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.4375rem solid #da3c78;border-left:0.4375rem solid #da3c78;border-right:0.4375rem solid #da3c78;border-bottom:0.4375rem solid #da3c78;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.875rem;width:22.875rem;top:8.96875rem;left:7.03125rem;display:block; }#E4EIT9FB1cL5RlzoR3ODbQWa3TzcXBn6.adaptive-delivery-prevent-bg, #E4EIT9FB1cL5RlzoR3ODbQWa3TzcXBn6.lazyload, #E4EIT9FB1cL5RlzoR3ODbQWa3TzcXBn6.lazyloading { background-image: none; }
#vhWZK4ZCQv7GAFn5uGeZZaa1vpDPcNq7 { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0d458d02-f835-4e33-af25-5e113f5a7d9c/momdesktop3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.4375rem solid #da3c78;border-left:0.4375rem solid #da3c78;border-right:0.4375rem solid #da3c78;border-bottom:0.4375rem solid #da3c78;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.125rem;width:12.125rem;top:2.9375rem;left:49.75rem;display:block; }#vhWZK4ZCQv7GAFn5uGeZZaa1vpDPcNq7.adaptive-delivery-prevent-bg, #vhWZK4ZCQv7GAFn5uGeZZaa1vpDPcNq7.lazyload, #vhWZK4ZCQv7GAFn5uGeZZaa1vpDPcNq7.lazyloading { background-image: none; }
#ZcVeCKW0IzECT5zmphKxqNpefiibOhsv { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b3009da2-eb58-4abd-9bea-3f69f90d3ecd/Keyuri_Parikh_new_1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.4375rem solid #ffffff;border-left:0.4375rem solid #ffffff;border-right:0.4375rem solid #ffffff;border-bottom:0.4375rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12rem;width:12rem;top:28.2939453125rem;left:36.9375rem;display:block; }#ZcVeCKW0IzECT5zmphKxqNpefiibOhsv.adaptive-delivery-prevent-bg, #ZcVeCKW0IzECT5zmphKxqNpefiibOhsv.lazyload, #ZcVeCKW0IzECT5zmphKxqNpefiibOhsv.lazyloading { background-image: none; }
#HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#da3c78;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; }#HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV > .row .container { background-color: transparent; background-image: none; }#HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV > .row .container > .video-iframe-container { display: none; }#HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV > .row > .video-iframe-container { display: none; }#HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV > .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); }#HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV > .row .container { border-width: 0; border-radius: 0; }#HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:block; }#gQrvTQCa8df9ncqTLEp2Lx4tS1uEihVv { 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; }#gQrvTQCa8df9ncqTLEp2Lx4tS1uEihVv > .row .container { background-color: transparent; background-image: none; }#gQrvTQCa8df9ncqTLEp2Lx4tS1uEihVv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQrvTQCa8df9ncqTLEp2Lx4tS1uEihVv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQrvTQCa8df9ncqTLEp2Lx4tS1uEihVv > .row .container > .video-iframe-container { display: none; }#gQrvTQCa8df9ncqTLEp2Lx4tS1uEihVv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQrvTQCa8df9ncqTLEp2Lx4tS1uEihVv > .row > .video-iframe-container { display: none; }#gQrvTQCa8df9ncqTLEp2Lx4tS1uEihVv > .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); }#gQrvTQCa8df9ncqTLEp2Lx4tS1uEihVv > .row .container { border-width: 0; border-radius: 0; }#gQrvTQCa8df9ncqTLEp2Lx4tS1uEihVv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gQrvTQCa8df9ncqTLEp2Lx4tS1uEihVv > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#UQUGerT5wtHDUfROJAX6DKx56Q1s9TNP { position:absolute;display:block;z-index:15005;background-color:#0f7e8f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.375rem;width:17.625rem;top:21.125rem;left:6.3125rem;display:block; }
#hsTyGSxWu8wJUGZMsegfaO8VxukeRXpo { position:absolute;display:block;z-index:15006;background-color:#da3c78;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.375rem;width:17.625rem;top:21.125rem;left:28.6875rem;display:block; }
#p1QxVsoObZ5k9Ze3Fs8hqFRpq6qKpXmK { position:absolute;display:block;z-index:15007;background-color:#303e5c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.375rem;width:17.625rem;top:21.125rem;left:51.0625rem;display:block; }
#almqUeRgn0W3dEDWAWGRS6oha9ZpWKng { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:22.525390625rem;left:8.21875rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F7yEw2tFcdaLzBPB4XTiexkDquy3ZZvX { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:22.525390625rem;left:29.78125rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aAZTFEIDMT6tVCvxsgIflLJoBIutxxrv { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.525390625rem;left:52.96875rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTxAEak6x5TtGKyqWCRyUcAGZyHqe5wp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:17.875rem;display:none; }
#mxwxNlE4i1zpRS2gxtTILsRGu2yRs1Jb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:17.875rem;display:none; }
#bl7kRDMkg9WVGuh2UgdNLlMOg1tn98Vr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:17.875rem;display:none; }
#gGrkJ1PlSPlyM8oCQVmgiOrAtFevZ7el { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.875rem;width:17.625rem;top:3.375rem;left:6.3125rem;overflow:hidden;display:block; }
#PR5GzywMuRu1I55pg74Cqmi8eTCZ8BS9 { 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:17.875rem;width:17.625rem;top:3.3125rem;left:28.6875rem;overflow:hidden;display:block; }
#kAM6oAhumpTON7LTASbA8oLU8vPSJy84 { 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:17.875rem;width:17.625rem;top:3.3125rem;left:51.0625rem;overflow:hidden;display:block; }
#gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ { z-index:;position:relative;display:block; }#gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ { background-color: transparent; background-image: none; }#gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ > .row .container > .video-iframe-container { display: none; }#gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ > .row > .video-iframe-container { display: none; }#gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ > .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); }#gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ { border-width: 0; border-radius: 0; }#gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:34.125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#OtwRQoQi2uLgfPlL5caKlSJXARR4bLnT { position:absolute;display:block;z-index:15000;background-color:#0f7e8f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:34.125rem;width:42rem;top:0rem;left:33rem;display:block; }
#KHA9XH6bOSAv6slJJg8HSon35hrUnpLd { position:absolute;display:block;z-index:15001;background-color:#303e5c;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.125rem;width:38rem;top:0rem;left:0rem;display:block; }
#BCdbMpx2O79MO6hgOgyTbp05IA8hstNK { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/713e4854-eb09-4510-b912-b53690f9ff19/Keyuri_Parikh_new_profilejpeg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.4375rem solid #da3c78;border-left:0.4375rem solid #da3c78;border-right:0.4375rem solid #da3c78;border-bottom:0.4375rem solid #da3c78;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:20.125rem;width:20.125rem;top:5.3125rem;left:8.4375rem;display:block; }#BCdbMpx2O79MO6hgOgyTbp05IA8hstNK.adaptive-delivery-prevent-bg, #BCdbMpx2O79MO6hgOgyTbp05IA8hstNK.lazyload, #BCdbMpx2O79MO6hgOgyTbp05IA8hstNK.lazyloading { background-image: none; }
#XpKEMnqxZTN5t1Dq0qRyN24X3u31QEKh { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:5.3125rem;left:42.0625rem;height:15.1875rem;font-style:normal;display:block; }
#QAwhTiwDfBLh7xTmcFIJo6mJbZqVG5gf { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:27rem;left:10.4375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2q86dKcWbHs4pymNkVvmvgeNa87Pl6S { background-color:#da3c78;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.4375rem;left:46.78125rem;display:block; }
#BKdOtL7Loe1LCWbnN3znaHATt3r5Tpb8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AA7KF3oFiqRCTvht7XgCqNkqAbzAudBi { position:absolute;display:block;z-index:15004;background-color:#da3c78;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.125rem;width:19.3125rem;top:26.8125rem;left:9.375rem;display:block; }
#lKSsvCL9QQ3xzinUTnfNDxvKyE6JrmWo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#da3c78;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; }#lKSsvCL9QQ3xzinUTnfNDxvKyE6JrmWo > .row .container { background-color: transparent; background-image: none; }#lKSsvCL9QQ3xzinUTnfNDxvKyE6JrmWo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKSsvCL9QQ3xzinUTnfNDxvKyE6JrmWo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKSsvCL9QQ3xzinUTnfNDxvKyE6JrmWo > .row .container > .video-iframe-container { display: none; }#lKSsvCL9QQ3xzinUTnfNDxvKyE6JrmWo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKSsvCL9QQ3xzinUTnfNDxvKyE6JrmWo > .row > .video-iframe-container { display: none; }#lKSsvCL9QQ3xzinUTnfNDxvKyE6JrmWo > .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); }#lKSsvCL9QQ3xzinUTnfNDxvKyE6JrmWo > .row .container { border-width: 0; border-radius: 0; }#lKSsvCL9QQ3xzinUTnfNDxvKyE6JrmWo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lKSsvCL9QQ3xzinUTnfNDxvKyE6JrmWo > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:block; }#hONZSH1RQVctrCqcHW8i8k8f88T4OUB7 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.8125rem;width:19rem;top:8rem;left:6.0625rem;display:block; }
#EwsUspOxO4ISTl5wrw1NiqcKrCx540yV { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.8125rem;width:20.4375rem;top:8rem;left:50rem;display:block; }
#H4vEkyvOWWwdiJF2H2X7aVFqBK0sstl5 { position:absolute;display:block;z-index:15006;background-color:#fffbff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:27.1875rem;width:19rem;top:8rem;left:28rem;display:block; }
#DEFgTr70FrRZKtHahoJlFJvFoMVzOfTo { color:#020202;display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.3125rem;left:7.5rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V43ay6L0QV5G6rDlqLa9XfsbmrW0M4X0 { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3rem;left:28.90625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iScBVHsQQsD16MF2ATdSlJHEC0DSxvaF { color:#da3c78;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:24.75rem;left:7.5rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KqOkFrqQiT1G2cPgtiFAMonStqLVDQMq { color:#020202;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.3125rem;left:51.5625rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SG5FlMVdNXnmbEzJfeITFUe50PNuTobM { color:#020202;display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.3125rem;left:28.8125rem;height:14.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b2ROizCUEIrG5KRlduPv5LSPLPyPQrzQ { color:#da3c78;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:24.75rem;left:52.25rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lZIyIbAp0sxGepCX6xZXAGoM6ZCkSScC { color:#da3c78;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:31.4375rem;left:29.8125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kFw8F36oCEuD8TvV61PKq9TZDt9D2T2g { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.65625rem;left:14.3125rem; }
#FK9c7W0E0vhXhRhImziF7ZcJSDRHGZ61 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.6875rem;left:59.0625rem; }
#mIqCpHVsQINAa6O5PM17zBHLcXX2Z7CE { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:9.6875rem;left:36.25rem; }
#px3vlLmxNgFz1gdQcGaqpogF2yPSkx9O { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#px3vlLmxNgFz1gdQcGaqpogF2yPSkx9O > .row .container { background-color: transparent; background-image: none; }#px3vlLmxNgFz1gdQcGaqpogF2yPSkx9O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px3vlLmxNgFz1gdQcGaqpogF2yPSkx9O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px3vlLmxNgFz1gdQcGaqpogF2yPSkx9O > .row .container > .video-iframe-container { display: none; }#px3vlLmxNgFz1gdQcGaqpogF2yPSkx9O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px3vlLmxNgFz1gdQcGaqpogF2yPSkx9O > .row > .video-iframe-container { display: none; }#px3vlLmxNgFz1gdQcGaqpogF2yPSkx9O > .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); }#px3vlLmxNgFz1gdQcGaqpogF2yPSkx9O > .row .container { border-width: 0; border-radius: 0; }#px3vlLmxNgFz1gdQcGaqpogF2yPSkx9O > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#px3vlLmxNgFz1gdQcGaqpogF2yPSkx9O > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;overflow:visible;position:relative;display:block; }#Bt4ATFkusbRLxGJRkH4TTw7E5Xm43KV5 { color:#ffffff;display:block;width:54rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:5.46240234375rem;left:10.5rem;height:3.85rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p7sRDB1IMK68rzlaoQXZcs81EJRakHo2 { position:absolute;display:block;z-index:14984;background-color:#303e5c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.0625rem;width:62.625rem;top:3.8125rem;left:6.125rem;display:block; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-form-header {  }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-regular-label { display:block;width:20.0625rem;height:auto;font-size:0.875rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#ffffff;background-color:transparent;background-image:none;overflow:hidden;font-weight:400;font-style:normal;vertical-align:top; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #ff6b57;border-left:0.0625rem solid #ff6b57;border-right:0.0625rem solid #ff6b57;border-bottom:0.0625rem solid #ff6b57;height:3.4375rem;width:20.0625rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;font-size:1.125rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #ff6b57;border-left:0.0625rem solid #ff6b57;border-right:0.0625rem solid #ff6b57;border-bottom:0.0625rem solid #ff6b57;height:3.125rem;width:20.0625rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;font-size:1.125rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:20.0625rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:#f2f9ff;background-image:none;overflow:hidden; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:18rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#020202;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:700;text-align:center;text-align-last:center;font-size:1.5rem;background-color:#da3c78;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;font-style:normal;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 [class*="-text"]:-moz-placeholder { font-size:1.125rem;font-family:montserrat;color:#282828;text-align:center;text-align-last:center; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 [class*="-text"]::-moz-placeholder { font-size:1.125rem;font-family:montserrat;color:#282828;text-align:center;text-align-last:center; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 [class*="-text"]:-ms-input-placeholder { font-size:1.125rem;font-family:montserrat;color:#282828;text-align:center;text-align-last:center; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 [class*="-text"]::-webkit-input-placeholder { font-size:1.125rem;font-family:montserrat;color:#282828;text-align:center;text-align-last:center; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:58.625rem;height:auto;font-size:0.875rem;font-family:montserrat;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#ffffff; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:9.34375rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-container:first-of-type{padding-top:0;}#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-container:last-of-type{padding-bottom:0;}#pmIcdTgEpCfzseIOTOcO8humZcBWlET8  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:60rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:6.25rem;top:9rem;z-index:15008;position:absolute; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .radio-container { width:20.6875rem; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:60rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:6.25rem;top:9rem;z-index:15008;position:absolute; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #nwqVuxmM9NxWIeksqtmzdX6v5tHnqNWC { position:relative; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #XA87UEXgSU5lVt6kJrWrfW2KVLflNpis { position:relative;display:none; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #DODucRCIHCDiAOOTSManaJFaSrXDc4VH { position:relative; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #MAc8tIboJ6oQQqeT9ZnSlOz8uoyzlWob { position:relative; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #g2yQnhcMqr1pM74hvx8OuvhTcDTEWUsK { position:relative;display:none; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #xesFl2da4MZwA8NT2VNJ79ozH0oPcTK5 { position:relative; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #LnpoBTwDtxloIE2LA7wDAKaR6SNfwUM6 { position:relative; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #XHQCSJrZV3Zf8aW6Tiwp84E29wGZyL8P { position:relative; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #LsFPuWAXqDnZPQcJ5PxJmLz86leBogX8 { position:relative; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #RhSi3emV6nBXVzahxzolVsZUT7OZ0DRZ { position:relative;z-index:2; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #VWV4KaInUuJzFRNbd8Q7B0eNLiuzrRS0 { position:relative; }
#BX8Ak6pnSV4Z1siVKbJNsSEz6vTcb99Z { position:relative;display:block; }
#lNta1nnAHn0p3t9MoH2y9kfZth4ANoiX { position:relative;display:block; }
#xOygDWetyXoT2gGHRcrBszbn70x5hMO4 { position:relative;display:block; }
#XkhoDTV95QUBaO4InwgpTkSsyOdVwL1n { position:relative;display:block; }
#PVBPmB7R44Eo0bnmJKIJ9fzRXEcPoyO0 { position:relative;display:block; }
#x72Axv6bNiF8O2KGrrPrCSGVS3eynxRU { position:relative;display:block; }
#GAN5EaHlSSTiJz1kT63RwWx7OmfHzTpK { position:relative;display:block; }
#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f7e8f;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; }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row .container { background-color: transparent; background-image: none; }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row .container > .video-iframe-container { display: none; }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row > .video-iframe-container { display: none; }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .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); }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row .container { border-width: 0; border-radius: 0; }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#xvCCsy7BN2B3sLbmdpfsDFiKurkPvOcl { color:#ffffff;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QaXv4oTsIysa3XPzWIxBSpdHwdAz7h7o { z-index:15002;top:2.28125rem;left:25rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Q2DCZ4AwX4SBb2ONobmqm15VTtLtal6e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rWZLuywr4fEXsNALQD3gIHoqevKUIb15 { color:#ffffff;display:block;width:20.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.13720703125rem;left:52.125rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB { display:block; }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVw2DLfumHoaBMXMFu0tzeB1xceZvgmd { top:0rem;left:0rem;width:42.8125rem;height:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCqbGGIcMT0r7e3H5W0FM8HyHkDtg1a0 { top:0rem;left:5.78125rem;width:36.6875rem;height:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #raZ1hn6H7sPySNArArgAqDo2RMJ8mCvB { top:18rem;left:27.8125rem;width:16.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxGZqETAwfCahdReeN7TmddrFqnt2kNi { top:21rem;left:19.3125rem;width:28.4375rem;height:4.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM6u8fgdncyRfcGxHGET6QWOat95zQKG { top:19.375rem;left:37.78125rem;width:3.375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJRKgg95KX4HMMqIuPPIQMZGPTcfiZMU { width:19.75rem;height:3.4375rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNLeK3DVI2vNzU2aKIZNHXFlT53h7iIt { display:block; }
 }@media only screen and (max-width: 763px) { #SKnSwmWh4h42DvgEA33SGgZRU7BikwAm { top:28.25rem;left:32.3125rem;width:15.4375rem;height:10.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkHenRNlSvlLuTa17Lq7UelLRPdEMHWg { top:17.875rem;left:17.4375rem;width:30.3125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4EIT9FB1cL5RlzoR3ODbQWa3TzcXBn6 { top:8.9375rem;left:0rem;width:22.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhWZK4ZCQv7GAFn5uGeZZaa1vpDPcNq7 { top:2.9375rem;left:34.75rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcVeCKW0IzECT5zmphKxqNpefiibOhsv { top:28.25rem;left:23.3125rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV { display:block; }#HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQrvTQCa8df9ncqTLEp2Lx4tS1uEihVv { display:block; }#gQrvTQCa8df9ncqTLEp2Lx4tS1uEihVv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQUGerT5wtHDUfROJAX6DKx56Q1s9TNP { top:21.125rem;left:0rem;width:17.625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsTyGSxWu8wJUGZMsegfaO8VxukeRXpo { top:21.125rem;left:14.125rem;width:17.625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1QxVsoObZ5k9Ze3Fs8hqFRpq6qKpXmK { top:21.125rem;left:30rem;width:17.625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #almqUeRgn0W3dEDWAWGRS6oha9ZpWKng { top:22.5rem;left:2.0625rem;width:13.8125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7yEw2tFcdaLzBPB4XTiexkDquy3ZZvX { top:22.5rem;left:16.09375rem;width:15.4375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAZTFEIDMT6tVCvxsgIflLJoBIutxxrv { top:22.5rem;left:31.75rem;width:13.8125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTxAEak6x5TtGKyqWCRyUcAGZyHqe5wp { width:17.875rem;height:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mxwxNlE4i1zpRS2gxtTILsRGu2yRs1Jb { width:17.875rem;height:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bl7kRDMkg9WVGuh2UgdNLlMOg1tn98Vr { width:17.875rem;height:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGrkJ1PlSPlyM8oCQVmgiOrAtFevZ7el { top:3.375rem;left:0rem;width:17.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR5GzywMuRu1I55pg74Cqmi8eTCZ8BS9 { top:3.3125rem;left:14.125rem;width:17.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAM6oAhumpTON7LTASbA8oLU8vPSJy84 { top:3.3125rem;left:30rem;width:17.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ { display:block; }#gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtwRQoQi2uLgfPlL5caKlSJXARR4bLnT { top:0rem;left:5.75rem;width:42rem;height:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHA9XH6bOSAv6slJJg8HSon35hrUnpLd { top:0rem;left:0rem;width:38rem;height:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCdbMpx2O79MO6hgOgyTbp05IA8hstNK { top:5.3125rem;left:0rem;width:20.125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpKEMnqxZTN5t1Dq0qRyN24X3u31QEKh { top:5.3125rem;left:18.5625rem;width:29.1875rem;height:18.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAwhTiwDfBLh7xTmcFIJo6mJbZqVG5gf { top:27rem;left:0rem;width:17.1875rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2q86dKcWbHs4pymNkVvmvgeNa87Pl6S { width:19.75rem;height:3.4375rem;top:26.4375rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKdOtL7Loe1LCWbnN3znaHATt3r5Tpb8 { display:block; }
 }@media only screen and (max-width: 763px) { #AA7KF3oFiqRCTvht7XgCqNkqAbzAudBi { top:26.8125rem;left:0rem;width:19.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKSsvCL9QQ3xzinUTnfNDxvKyE6JrmWo { display:block; }#lKSsvCL9QQ3xzinUTnfNDxvKyE6JrmWo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hONZSH1RQVctrCqcHW8i8k8f88T4OUB7 { top:8rem;left:0rem;width:19rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwsUspOxO4ISTl5wrw1NiqcKrCx540yV { top:8rem;left:27.1875rem;width:20.4375rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4vEkyvOWWwdiJF2H2X7aVFqBK0sstl5 { top:8rem;left:12.75rem;width:19rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEFgTr70FrRZKtHahoJlFJvFoMVzOfTo { top:13.3125rem;left:0.4375rem;width:15.4375rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V43ay6L0QV5G6rDlqLa9XfsbmrW0M4X0 { top:3rem;left:14.5625rem;width:17.1875rem;height:3.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iScBVHsQQsD16MF2ATdSlJHEC0DSxvaF { top:24.75rem;left:0.4375rem;width:15.4375rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqOkFrqQiT1G2cPgtiFAMonStqLVDQMq { top:13.3125rem;left:30.0625rem;width:17.5625rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG5FlMVdNXnmbEzJfeITFUe50PNuTobM { top:13.3125rem;left:14.625rem;width:17.125rem;height:17.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2ROizCUEIrG5KRlduPv5LSPLPyPQrzQ { top:24.75rem;left:31.75rem;width:15.4375rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZIyIbAp0sxGepCX6xZXAGoM6ZCkSScC { top:31.4375rem;left:16.125rem;width:15.4375rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFw8F36oCEuD8TvV61PKq9TZDt9D2T2g { top:9.625rem;left:9.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK9c7W0E0vhXhRhImziF7ZcJSDRHGZ61 { top:9.6875rem;left:36.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIqCpHVsQINAa6O5PM17zBHLcXX2Z7CE { top:9.6875rem;left:22.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #px3vlLmxNgFz1gdQcGaqpogF2yPSkx9O { display:block; }#px3vlLmxNgFz1gdQcGaqpogF2yPSkx9O > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bt4ATFkusbRLxGJRkH4TTw7E5Xm43KV5 { top:5.4375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7sRDB1IMK68rzlaoQXZcs81EJRakHo2 { top:3.8125rem;left:0rem;width:47.75rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-regular-label { width:14.3125rem;height:auto;display:block; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-input-text { width:14.3125rem; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-textarea { width:14.3125rem; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-input-select { width:14.3125rem; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-checkbox-label { width:41.625rem; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-radio-label { width:6.46875rem; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8  { width:43rem;height:auto;top:34.25rem;left:2.25rem; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .radio-container { width:14.9375rem; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 {display:inline-block;}#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 { width:43rem;height:auto;top:34.25rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #nwqVuxmM9NxWIeksqtmzdX6v5tHnqNWC {  }
 }@media only screen and (max-width: 763px) { #pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #XA87UEXgSU5lVt6kJrWrfW2KVLflNpis { display:block; }
 }@media only screen and (max-width: 763px) { #pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #DODucRCIHCDiAOOTSManaJFaSrXDc4VH {  }
 }@media only screen and (max-width: 763px) { #pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #MAc8tIboJ6oQQqeT9ZnSlOz8uoyzlWob {  }
 }@media only screen and (max-width: 763px) { #pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #g2yQnhcMqr1pM74hvx8OuvhTcDTEWUsK { display:block; }
 }@media only screen and (max-width: 763px) { #pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #xesFl2da4MZwA8NT2VNJ79ozH0oPcTK5 {  }
 }@media only screen and (max-width: 763px) { #pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #LnpoBTwDtxloIE2LA7wDAKaR6SNfwUM6 {  }
 }@media only screen and (max-width: 763px) { #pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #XHQCSJrZV3Zf8aW6Tiwp84E29wGZyL8P {  }
 }@media only screen and (max-width: 763px) { #pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #LsFPuWAXqDnZPQcJ5PxJmLz86leBogX8 {  }
 }@media only screen and (max-width: 763px) { #pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #RhSi3emV6nBXVzahxzolVsZUT7OZ0DRZ {  }
 }@media only screen and (max-width: 763px) { #pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #VWV4KaInUuJzFRNbd8Q7B0eNLiuzrRS0 {  }
 }@media only screen and (max-width: 763px) { #BX8Ak6pnSV4Z1siVKbJNsSEz6vTcb99Z { display:block; }
 }@media only screen and (max-width: 763px) { #lNta1nnAHn0p3t9MoH2y9kfZth4ANoiX { display:block; }
 }@media only screen and (max-width: 763px) { #xOygDWetyXoT2gGHRcrBszbn70x5hMO4 { display:block; }
 }@media only screen and (max-width: 763px) { #XkhoDTV95QUBaO4InwgpTkSsyOdVwL1n { display:block; }
 }@media only screen and (max-width: 763px) { #PVBPmB7R44Eo0bnmJKIJ9fzRXEcPoyO0 { display:block; }
 }@media only screen and (max-width: 763px) { #x72Axv6bNiF8O2KGrrPrCSGVS3eynxRU { display:block; }
 }@media only screen and (max-width: 763px) { #GAN5EaHlSSTiJz1kT63RwWx7OmfHzTpK { display:block; }
 }@media only screen and (max-width: 763px) { #BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh { display:block; }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvCCsy7BN2B3sLbmdpfsDFiKurkPvOcl { top:2.125rem;left:0rem;width:25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaXv4oTsIysa3XPzWIxBSpdHwdAz7h7o { top:2.25rem;left:6.75rem;width:25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2DCZ4AwX4SBb2ONobmqm15VTtLtal6e { display:block; }
 }@media only screen and (max-width: 763px) { #rWZLuywr4fEXsNALQD3gIHoqevKUIb15 { top:2.125rem;left:26.875rem;width:20.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#0f7e8f;background-image:none;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); } }@media only screen and (max-width: 763px) { #q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB { display:block; }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB { background-color: transparent; background-image: none; }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .row .container > .video-iframe-container { display: none; }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .row > .video-iframe-container { display: none; }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .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); }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB { border-width: 0; border-radius: 0; }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .row .container > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .row .container { width:20rem;height:47.625rem;background-color:#0f7e8f;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVw2DLfumHoaBMXMFu0tzeB1xceZvgmd { width:20rem;height:45.375rem;top:3.375rem;left:0rem;background-color:#ff6b57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #lCqbGGIcMT0r7e3H5W0FM8HyHkDtg1a0 { width:20rem;height:21.5rem;top:20.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #raZ1hn6H7sPySNArArgAqDo2RMJ8mCvB { width:16.125rem;height:2.599825rem;top:12.6494140625rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxGZqETAwfCahdReeN7TmddrFqnt2kNi { width:16.8125rem;height:2.599825rem;top:15.1875rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM6u8fgdncyRfcGxHGET6QWOat95zQKG { width:3.3125rem;height:2.599825rem;top:13.5625rem;left:9rem;font-size:2rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nJRKgg95KX4HMMqIuPPIQMZGPTcfiZMU { width:14.8125rem;height:2.75rem;top:41.46875rem;left:2.59375rem;font-size:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;background-color:#303e5c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:400;font-style:normal;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNLeK3DVI2vNzU2aKIZNHXFlT53h7iIt { display:block; }
 }@media only screen and (max-width: 763px) { #SKnSwmWh4h42DvgEA33SGgZRU7BikwAm { width:17.5rem;height:5.847225rem;top:34.556640625rem;left:1.25rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zkHenRNlSvlLuTa17Lq7UelLRPdEMHWg { width:20rem;height:39.4375rem;top:6.4375rem;left:0rem;z-index:14999;background-color:#da3c78;background-image:none;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4EIT9FB1cL5RlzoR3ODbQWa3TzcXBn6 { width:14.3125rem;height:14.3125rem;top:19.25rem;left:2.84375rem;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhWZK4ZCQv7GAFn5uGeZZaa1vpDPcNq7 { width:8.1875rem;height:8.1875rem;top:2.6875rem;left:0.8125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #303e5c;border-left:0.25rem solid #303e5c;border-right:0.25rem solid #303e5c;border-bottom:0.25rem solid #303e5c;display:block; }
 }@media only screen and (max-width: 763px) { #ZcVeCKW0IzECT5zmphKxqNpefiibOhsv { width:8.1875rem;height:6.75rem;top:5.4619140625rem;left:9.8125rem;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV { display:block; }#HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQrvTQCa8df9ncqTLEp2Lx4tS1uEihVv { display:block; }#gQrvTQCa8df9ncqTLEp2Lx4tS1uEihVv > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQUGerT5wtHDUfROJAX6DKx56Q1s9TNP { width:17.875rem;height:3.875rem;top:12.3125rem;left:1.0625rem;background-color:#0f7e8f;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsTyGSxWu8wJUGZMsegfaO8VxukeRXpo { width:17.875rem;height:3.875rem;top:27.625rem;left:1.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1QxVsoObZ5k9Ze3Fs8hqFRpq6qKpXmK { width:17.875rem;height:3.8125rem;top:42.9375rem;left:1.0625rem;background-color:#303e5c;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #almqUeRgn0W3dEDWAWGRS6oha9ZpWKng { width:13.8125rem;height:2.69965rem;top:12.875rem;left:3.125rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #F7yEw2tFcdaLzBPB4XTiexkDquy3ZZvX { width:13.8125rem;height:2.69965rem;top:28.1875rem;left:3.125rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aAZTFEIDMT6tVCvxsgIflLJoBIutxxrv { width:13.8125rem;height:2.69965rem;top:43.625rem;left:3.125rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZTxAEak6x5TtGKyqWCRyUcAGZyHqe5wp { top:2.3125rem;left:1.0625rem;width:17.875rem;height:10rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mxwxNlE4i1zpRS2gxtTILsRGu2yRs1Jb { top:17.6875rem;left:1.0625rem;width:17.875rem;height:10rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bl7kRDMkg9WVGuh2UgdNLlMOg1tn98Vr { top:33rem;left:1.0625rem;width:17.875rem;height:10.0625rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gGrkJ1PlSPlyM8oCQVmgiOrAtFevZ7el { width:17.625rem;height:17.875rem;top:3.375rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PR5GzywMuRu1I55pg74Cqmi8eTCZ8BS9 { width:17.625rem;height:17.875rem;top:3.3125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAM6oAhumpTON7LTASbA8oLU8vPSJy84 { width:17.625rem;height:17.875rem;top:3.3125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ { display:block; }#gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtwRQoQi2uLgfPlL5caKlSJXARR4bLnT { width:20rem;height:19.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHA9XH6bOSAv6slJJg8HSon35hrUnpLd { width:20rem;height:48.25rem;top:-0.0625rem;left:0rem;background-color:#303e5c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BCdbMpx2O79MO6hgOgyTbp05IA8hstNK { width:12.625rem;height:13.4375rem;top:2.5625rem;left:3.25rem;border-top:0.25rem solid #da3c78;border-left:0.25rem solid #da3c78;border-right:0.25rem solid #da3c78;border-bottom:0.25rem solid #da3c78;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpKEMnqxZTN5t1Dq0qRyN24X3u31QEKh { width:19.75rem;height:18.897575rem;top:19.78125rem;left:0rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QAwhTiwDfBLh7xTmcFIJo6mJbZqVG5gf { width:17.1875rem;height:1.94965rem;top:17.244140625rem;left:1.40625rem;font-size:1.5rem;color:#ffffff;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #T2q86dKcWbHs4pymNkVvmvgeNa87Pl6S { width:16.25rem;height:3.125rem;top:42.875rem;left:1.875rem;font-size:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;background-color:#da3c78;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKdOtL7Loe1LCWbnN3znaHATt3r5Tpb8 { display:block; }
 }@media only screen and (max-width: 763px) { #AA7KF3oFiqRCTvht7XgCqNkqAbzAudBi { width:12.5rem;height:2.0625rem;top:17.1875rem;left:3.75rem;z-index:15009;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKSsvCL9QQ3xzinUTnfNDxvKyE6JrmWo { display:block; }#lKSsvCL9QQ3xzinUTnfNDxvKyE6JrmWo > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hONZSH1RQVctrCqcHW8i8k8f88T4OUB7 { width:17.875rem;height:12.25rem;top:5.875rem;left:1.0625rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwsUspOxO4ISTl5wrw1NiqcKrCx540yV { width:17.875rem;height:13.1875rem;top:19.625rem;left:1.0625rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4vEkyvOWWwdiJF2H2X7aVFqBK0sstl5 { width:17.875rem;height:20.1875rem;top:34.3125rem;left:1.0625rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEFgTr70FrRZKtHahoJlFJvFoMVzOfTo { width:14.875rem;height:5.6857625rem;top:9.1875rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V43ay6L0QV5G6rDlqLa9XfsbmrW0M4X0 { width:17.1875rem;height:2.193575rem;top:2.27490234375rem;left:1.40625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iScBVHsQQsD16MF2ATdSlJHEC0DSxvaF { width:15.4375rem;height:1.94986875rem;top:15.625rem;left:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqOkFrqQiT1G2cPgtiFAMonStqLVDQMq { width:16.3125rem;height:5.6857625rem;top:23.125rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG5FlMVdNXnmbEzJfeITFUe50PNuTobM { width:15.6875rem;height:11.3715rem;top:38.25rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2ROizCUEIrG5KRlduPv5LSPLPyPQrzQ { width:15.4375rem;height:1.94986875rem;top:30rem;left:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZIyIbAp0sxGepCX6xZXAGoM6ZCkSScC { width:15.4375rem;height:1.94965rem;top:51.375rem;left:2.28125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFw8F36oCEuD8TvV61PKq9TZDt9D2T2g { display:flex;width:1.875rem;height:1.875rem;top:35.4375rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #FK9c7W0E0vhXhRhImziF7ZcJSDRHGZ61 { display:flex;width:1.875rem;height:1.875rem;top:20.5rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #mIqCpHVsQINAa6O5PM17zBHLcXX2Z7CE { display:flex;width:1.875rem;height:1.875rem;top:6.625rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #px3vlLmxNgFz1gdQcGaqpogF2yPSkx9O { background-color:#ffffff;background-image:none;display:block; }#px3vlLmxNgFz1gdQcGaqpogF2yPSkx9O > .row .container { background-color: transparent; background-image: none; }#px3vlLmxNgFz1gdQcGaqpogF2yPSkx9O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px3vlLmxNgFz1gdQcGaqpogF2yPSkx9O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px3vlLmxNgFz1gdQcGaqpogF2yPSkx9O > .row .container > .video-iframe-container { display: none; }#px3vlLmxNgFz1gdQcGaqpogF2yPSkx9O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px3vlLmxNgFz1gdQcGaqpogF2yPSkx9O > .row > .video-iframe-container { display: none; }#px3vlLmxNgFz1gdQcGaqpogF2yPSkx9O > .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); }#px3vlLmxNgFz1gdQcGaqpogF2yPSkx9O > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bt4ATFkusbRLxGJRkH4TTw7E5Xm43KV5 { width:17.6875rem;height:7.309rem;top:4.5rem;left:1.1875rem;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #p7sRDB1IMK68rzlaoQXZcs81EJRakHo2 { width:20rem;height:23.6875rem;top:2.5rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-regular-label { width:16.875rem;display:block;vertical-align:top;height:auto;background-color:transparent;background-image:none; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-input-text { width:16.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;height:2.5rem;font-size:1rem;overflow:hidden; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-textarea { width:16.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:1rem;overflow:hidden; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-input-select { width:16.875rem; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-input-button { width:16.875rem;height:3.125rem;line-height:1;font-size:1.125rem;overflow:hidden; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 [class*="-text"]:-moz-placeholder { font-size:1rem; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 [class*="-text"]::-moz-placeholder { font-size:1rem; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-checkbox-label { width:16.125rem;color:#ffffff;font-size:0.75rem;overflow:hidden;height:auto;line-height:1.1; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-radio-label { width:7.75rem; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-container:first-of-type{padding-top:0;}#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .widget-container:last-of-type{padding-bottom:0;}#pmIcdTgEpCfzseIOTOcO8humZcBWlET8  { width:17.5rem;height:auto;top:11.75rem;left:0rem;z-index:15005;background-color:rgba(0,0,0,0);background-image:none; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 .radio-container { width:17.5rem; }
#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 {display:inline-block;}#pmIcdTgEpCfzseIOTOcO8humZcBWlET8 { width:17.5rem;height:auto;top:11.75rem;left:0rem;z-index:15005;background-color:rgba(0,0,0,0);background-image:none; }
 }@media only screen and (max-width: 763px) { #pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #nwqVuxmM9NxWIeksqtmzdX6v5tHnqNWC {  }
 }@media only screen and (max-width: 763px) { #pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #XA87UEXgSU5lVt6kJrWrfW2KVLflNpis { display:none; }
 }@media only screen and (max-width: 763px) { #pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #DODucRCIHCDiAOOTSManaJFaSrXDc4VH {  }
 }@media only screen and (max-width: 763px) { #pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #MAc8tIboJ6oQQqeT9ZnSlOz8uoyzlWob {  }
 }@media only screen and (max-width: 763px) { #pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #g2yQnhcMqr1pM74hvx8OuvhTcDTEWUsK { display:none; }
 }@media only screen and (max-width: 763px) { #pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #xesFl2da4MZwA8NT2VNJ79ozH0oPcTK5 {  }
 }@media only screen and (max-width: 763px) { #pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #LnpoBTwDtxloIE2LA7wDAKaR6SNfwUM6 {  }
 }@media only screen and (max-width: 763px) { #pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #XHQCSJrZV3Zf8aW6Tiwp84E29wGZyL8P {  }
 }@media only screen and (max-width: 763px) { #pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #LsFPuWAXqDnZPQcJ5PxJmLz86leBogX8 {  }
 }@media only screen and (max-width: 763px) { #pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #RhSi3emV6nBXVzahxzolVsZUT7OZ0DRZ {  }
 }@media only screen and (max-width: 763px) { #pmIcdTgEpCfzseIOTOcO8humZcBWlET8 #VWV4KaInUuJzFRNbd8Q7B0eNLiuzrRS0 {  }
 }@media only screen and (max-width: 763px) { #BX8Ak6pnSV4Z1siVKbJNsSEz6vTcb99Z { display:block; }
 }@media only screen and (max-width: 763px) { #lNta1nnAHn0p3t9MoH2y9kfZth4ANoiX { display:block; }
 }@media only screen and (max-width: 763px) { #xOygDWetyXoT2gGHRcrBszbn70x5hMO4 { display:block; }
 }@media only screen and (max-width: 763px) { #XkhoDTV95QUBaO4InwgpTkSsyOdVwL1n { display:block; }
 }@media only screen and (max-width: 763px) { #PVBPmB7R44Eo0bnmJKIJ9fzRXEcPoyO0 { display:block; }
 }@media only screen and (max-width: 763px) { #x72Axv6bNiF8O2KGrrPrCSGVS3eynxRU { display:block; }
 }@media only screen and (max-width: 763px) { #GAN5EaHlSSTiJz1kT63RwWx7OmfHzTpK { display:block; }
 }@media only screen and (max-width: 763px) { #BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh { background-color:#0f7e8f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row .container { background-color: transparent; background-image: none; }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row .container > .video-iframe-container { display: none; }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row > .video-iframe-container { display: none; }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .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); }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row .container { border-width: 0; border-radius: 0; }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvCCsy7BN2B3sLbmdpfsDFiKurkPvOcl { width:20rem;height:2.2743rem;top:1.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaXv4oTsIysa3XPzWIxBSpdHwdAz7h7o { top:6.5732421875rem;left:0rem;width:20rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2DCZ4AwX4SBb2ONobmqm15VTtLtal6e { display:block; }
 }@media only screen and (max-width: 763px) { #rWZLuywr4fEXsNALQD3gIHoqevKUIb15 { width:18.375rem;height:2.27430625rem;top:4.1748046875rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }