.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f4dbe09d-fbe4-4b3c-8adc-76fc6fdc3874/CopyofLXBannerdesktopMeditationexperience2.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW.adaptive-delivery-prevent-bg, #TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW.lazyload, #TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW.lazyloading { background-image: none; }#TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW > .row .container { background-color: transparent; background-image: none; }#TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW > .row .container > .video-iframe-container { display: none; }#TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW > .row > .video-iframe-container { display: none; }#TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW > .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); }#TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW > .row .container { border-width: 0; border-radius: 0; }#TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;position:relative;display:block; }#ha3HwgQXWX5RL0tp8I9cNr8ZWZq9uw45 { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:29.799999237061rem;left:42.8125rem;height:0;font-style:normal;display:block; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-form-header { font-size:0.875rem; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#fbfdff;width:17.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.25rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#fca248;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#001342;width:17.25rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 [class*="-text"]:-moz-placeholder { color:#898383;font-family:"open sans";font-size:0.875rem; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 [class*="-text"]::-moz-placeholder { color:#898383;font-family:"open sans";font-size:0.875rem; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 [class*="-text"]:-ms-input-placeholder { color:#898383;font-family:"open sans";font-size:0.875rem; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 [class*="-text"]::-webkit-input-placeholder { color:#898383;font-family:"open sans";font-size:0.875rem; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:16rem;overflow:hidden;font-style:normal;float:none; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-container:first-of-type{padding-top:0;}#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-container:last-of-type{padding-bottom:0;}#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6  { 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;width:17.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;position:absolute;top:23.5625rem;left:6.8125rem;font-size:0.875rem; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.25rem;display:block;vertical-align:top; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 {display:block;}#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 { 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;width:17.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;position:absolute;top:23.5625rem;left:6.8125rem;font-size:0.875rem; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #TwvaMCNtL1crR3kzg8g3zxQbMmohyPxE { position:relative; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #KWJg036SlzLpzZerJ4SbaX2lN0mHttQ6 { position:relative;display:none; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #TQ6TRSAb4uxixCnvUhVZ5DXomlxtU7MX { position:relative; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #NIVwZt4vFa5dbTiBiAyZk5TurPNogTMD { position:relative; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #PSvllXVeBLcTdHT3ODnaUvGZfAllmAwv { position:relative;display:none; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #FV03AROLxpOLtLBZVsW0JugmoeFoiE08 { position:relative; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #xRt0UCOcbgZGfKZkR3rTCR4vTbz5RNkn { position:relative; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #TStgAeQX7aAfJXwtHQg2Zrv2692RlbXa { position:relative;display:none; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #nDac6MGtHk0piceg7rtQ2vdTE5Q4cTTK { position:relative; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #BMZqDorqzBNV5iprTpTQWcmta95O1RiU { position:relative; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #uxkSRTvAgPKSyIqW7atTfQVyoV9L0eCv { position:relative;display:none; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #BGOfXaE4zKoxmmg4m54Tk0MMJTDf19w3 { position:relative; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #iGFEl0EFLFA3Sv32606sXw0tLQwnmoy7 { position:relative; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #lWithqrTIsLQMmMkEGCKXcaZoX5E2nT5 { position:relative;z-index:2; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #NowXrzSsEKbEEnlJJTxh1sQ8ObAOQ5AT { position:relative; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #C5yXHyD7Ox9HZbenLQ0popZMGEkWzges { position:relative; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #u5q7lfqkkLmBSpp6bHepSbBoTx0D9evA { position:relative; }
#anf7aKWcRVPO5I2MIqL1Hs4teinbs1cQ { color:#ffffff;display:block;width:35.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:21.8125rem;left:9.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cdTXT3w5wd6NaWk6X8P2tDgIyzgP7Is6 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:8.5rem;top:2.1875rem;left:7.5rem;overflow:hidden;display:block; }
#SLS9Sq1ZcWRnBV7BRpRwEALfalf0urza { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:21.625rem;left:7.5rem; }
#klqTwbLsvdtXMTW5xJexLVAXJ4IdzeAa { color:#ffffff;display:block;width:32.4375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:400;z-index:15003;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.6);top:7rem;left:7.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FqwrOyfHcf9JcwFcuOLTTNRxK9V2DNJP { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:"work sans";font-size:3.1875rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.25rem;left:7.5rem;height:3.1875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ZiSgikBseqSLwg40C2BJOMBptvvqCRp1 { color:#ffffff;display:block;width:38.5rem;position:absolute;font-family:"work sans";font-size:4.25rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.25rem;left:7.5rem;height:8.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mu2gW7s6xwSgqivSiTx9MMdBFr4BoFM4 { 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; }#Mu2gW7s6xwSgqivSiTx9MMdBFr4BoFM4 > .row .container { background-color: transparent; background-image: none; }#Mu2gW7s6xwSgqivSiTx9MMdBFr4BoFM4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mu2gW7s6xwSgqivSiTx9MMdBFr4BoFM4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mu2gW7s6xwSgqivSiTx9MMdBFr4BoFM4 > .row .container > .video-iframe-container { display: none; }#Mu2gW7s6xwSgqivSiTx9MMdBFr4BoFM4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mu2gW7s6xwSgqivSiTx9MMdBFr4BoFM4 > .row > .video-iframe-container { display: none; }#Mu2gW7s6xwSgqivSiTx9MMdBFr4BoFM4 > .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); }#Mu2gW7s6xwSgqivSiTx9MMdBFr4BoFM4 > .row .container { border-width: 0; border-radius: 0; }#Mu2gW7s6xwSgqivSiTx9MMdBFr4BoFM4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mu2gW7s6xwSgqivSiTx9MMdBFr4BoFM4 > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#IqBzhsia1asUU62GzdcQV5TDXGDpqVWV { color:#000000;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.75rem;left:13.5rem;height:1.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VLEIRUQmoGedzsVBVT0041lTr6s623tU { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.374875rem;width:4.8120125rem;top:1.4678955078125rem;left:25rem;overflow:hidden;display:block; }
#HBzd0domWSuIZOZmuWw4LrwRILxEPtO1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:5.3125rem;top:1.625rem;left:32.75rem;overflow:hidden;display:block; }
#QzTxXUWK9xSOFN6Vb0P0nWTtAtG1BoC8 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:6.75rem;top:1.6875rem;left:40rem;overflow:hidden;display:block; }
#pTxbTKOV0PvI7XRgMcE4RvpH4Ei9VJIM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:3.875rem;top:1.4375rem;left:49.625rem;overflow:hidden;display:block; }
#pPTTAQNOlvrcS5AHItoZ9eFtuTJD0Uhh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:5.5625rem;top:2.0625rem;left:56rem;overflow:hidden;display:block; }
#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f0e9;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; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { background-color: transparent; background-image: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container > .video-iframe-container { display: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container { display: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .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); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { border-width: 0; border-radius: 0; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#R7RBoWLDeZwNDrakmagTcq0IMnMP9PXX { color:#3a3939;display:block;width:44.75rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.15625rem;left:15.125rem;height:12.375rem;text-align:center;text-align-last:center;display:block; }
#bT2hePQcvWh1SWrltm7AffZR4kVIFlrg { color:#3a3939;display:block;width:61.8125rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:3.5rem;left:6.59375rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HVsGVT8rJXQiZ4hSoeDShnUCeBCiX2wG { background-color:#fca248;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#001342;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.0625rem;left:28.375rem;display:block; }
#TaMvJCT9tVHqmtaCm3QJ3K5vf0IpbPDc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EeOiLcFuReAce30yolZxP42xnwn8fpyO { 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; }#EeOiLcFuReAce30yolZxP42xnwn8fpyO > .row .container { background-color: transparent; background-image: none; }#EeOiLcFuReAce30yolZxP42xnwn8fpyO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeOiLcFuReAce30yolZxP42xnwn8fpyO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeOiLcFuReAce30yolZxP42xnwn8fpyO > .row .container > .video-iframe-container { display: none; }#EeOiLcFuReAce30yolZxP42xnwn8fpyO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeOiLcFuReAce30yolZxP42xnwn8fpyO > .row > .video-iframe-container { display: none; }#EeOiLcFuReAce30yolZxP42xnwn8fpyO > .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); }#EeOiLcFuReAce30yolZxP42xnwn8fpyO > .row .container { border-width: 0; border-radius: 0; }#EeOiLcFuReAce30yolZxP42xnwn8fpyO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EeOiLcFuReAce30yolZxP42xnwn8fpyO > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#dSQ7OAtUEZb4NWWRUcCBDD8rputQ515x { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:2.31201171875rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SHd2JzViUC5aNHy732se3Dzgl823AMqo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/016b5e39-deaa-4669-b7c6-3e77f2d549dc/LXBannerdesktopMeditationexperience5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SHd2JzViUC5aNHy732se3Dzgl823AMqo.adaptive-delivery-prevent-bg, #SHd2JzViUC5aNHy732se3Dzgl823AMqo.lazyload, #SHd2JzViUC5aNHy732se3Dzgl823AMqo.lazyloading { background-image: none; }#SHd2JzViUC5aNHy732se3Dzgl823AMqo > .row .container { background-color: transparent; background-image: none; }#SHd2JzViUC5aNHy732se3Dzgl823AMqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHd2JzViUC5aNHy732se3Dzgl823AMqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHd2JzViUC5aNHy732se3Dzgl823AMqo > .row .container > .video-iframe-container { display: none; }#SHd2JzViUC5aNHy732se3Dzgl823AMqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHd2JzViUC5aNHy732se3Dzgl823AMqo > .row > .video-iframe-container { display: none; }#SHd2JzViUC5aNHy732se3Dzgl823AMqo > .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); }#SHd2JzViUC5aNHy732se3Dzgl823AMqo > .row .container { border-width: 0; border-radius: 0; }#SHd2JzViUC5aNHy732se3Dzgl823AMqo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SHd2JzViUC5aNHy732se3Dzgl823AMqo > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:75rem;position:relative;display:block; }#rTZWQidKlJAU1nu0G5uSZDHhy8yaKecI { box-sizing:content-box;height:23rem;width:16.5625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0.8125rem;left:4.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#xOWQ4d9WXGGVO7KMtnHRK89C5IcWB6bM { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5625rem;left:5.21875rem;height:3.25rem;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; }
#FlkS7vqklKU8mUzn3ZanIJIxWh9vlQRu { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:11.8125rem;left:4.59375rem;height:10.125rem;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; }
#f0499gRXErN6eOl0M4ixRNbaKweSDl7p { box-sizing:content-box;height:22.875rem;width:16.5625rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:0.875rem;left:29.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#PWOIyFJ961fwbcbXfEPh29FJLBf0V5Cc { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.675003051757rem;left:30.3125rem;height:;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; }
#T1amBMBqvAe9Jd0v9qFktM5fWdOXGRPt { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:7.8492202758787rem;left:30.6875rem;height:;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; }
#IEUGrmrO6iMaH1mehrbQ3GhF2C9GpuPm { box-sizing:content-box;height:22.875rem;width:16.5625rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:0.875rem;left:54.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#acn8Tvqy79UrxwWouWzCk3WdpCcTHAx1 { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.75rem;left:55.8125rem;height:;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; }
#vQ8mGTnCKksOxNe36VdLeFMhP8osVoq7 { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:8.40625rem;left:55.3125rem;height:;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; }
#UGT1qwwQsCrT42vQZ4mUzJA1Qk6No7Vw { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.5rem;top:2.41162109375rem;left:59.75rem;overflow:hidden;display:block; }
#hgM6FW97ir2eygm1Wfv3RKRWQTeOMTIc { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.375rem;top:2.19287109375rem;left:34.8125rem;overflow:hidden;display:block; }
#S9b7XJdH5vKLJImX1Q3TAaFFdMglDmag { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.0625rem;top:1.84912109375rem;left:9.4375rem;overflow:hidden;display:block; }
#eBCB4vxPhOMCCrlNiN48RN78tPTs6u0t { 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; }#eBCB4vxPhOMCCrlNiN48RN78tPTs6u0t > .row .container { background-color: transparent; background-image: none; }#eBCB4vxPhOMCCrlNiN48RN78tPTs6u0t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBCB4vxPhOMCCrlNiN48RN78tPTs6u0t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBCB4vxPhOMCCrlNiN48RN78tPTs6u0t > .row .container > .video-iframe-container { display: none; }#eBCB4vxPhOMCCrlNiN48RN78tPTs6u0t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBCB4vxPhOMCCrlNiN48RN78tPTs6u0t > .row > .video-iframe-container { display: none; }#eBCB4vxPhOMCCrlNiN48RN78tPTs6u0t > .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); }#eBCB4vxPhOMCCrlNiN48RN78tPTs6u0t > .row .container { border-width: 0; border-radius: 0; }#eBCB4vxPhOMCCrlNiN48RN78tPTs6u0t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eBCB4vxPhOMCCrlNiN48RN78tPTs6u0t > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#hdpkw4dRBeuWA2XfutII8wKgx49nE0TS { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(56,16,3,0.2) ;height:19.75rem;width:18.9375rem;top:13rem;left:7.5rem;display:block; }
#zbH2w4NZkboT4U70klN3PdoDSIkJ8NeZ { color:#000000;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:15.75rem;left:8.5rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WnGq9InhXsnVXOoKfehpnfIwQus1MUMa { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(56,16,3,0.2) ;height:19.875rem;width:18.9375rem;top:13rem;left:28.0625rem;display:block; }
#ET7VB1tsxA7qA82DBhGJCmGvFtmMJMQJ { color:#030538;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:15.75rem;left:28.75rem;height:13.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vpy6dIIFW1M1q9o6sTNZTtsAXKsnzcHa { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(56,16,3,0.2) ;height:19.8125rem;width:18.9375rem;top:13rem;left:48.5625rem;display:block; }
#Xye18RFMJTqduMMgDFRmG8vpSEqUP7xl { color:#030538;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:15.75rem;left:49.5625rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P6WJThabbgZFTCFX1KbTwrcuRSTl12JM { color:#030538;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:2.9375rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UK0mUrGgvUyynNQg8knrGuON2DT0N3nC { color:#000000;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:29.8125rem;left:8.5rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DEb9IfBpWSwsaoOrg4soffAonIqN9XCr { color:#030538;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:29.8125rem;left:29rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AOkJEn4iGgo8XXrMx6bKKV7eTTHQxQFq { color:#030538;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:29.8125rem;left:49.5625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#obIilc6xOTAG4HPZFgTwNPrzL3gx285a { background-color:#fca248;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#001342;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:36.875rem;left:28.375rem;display:block; }
#DzZTgah2rA3sXkPsZuN5MLH7u2iP0DRH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aZbvnE55Wx5upkRwxU81lUiHJtEwVmMs { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.6875rem;width:5.8125rem;top:9.0250091552738rem;left:14.0625rem;overflow:hidden;display:block; }
#tillAZpPrSL1qp22G6XeC1pQ0W3iXFU4 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.625rem;width:5.6875rem;top:9.1000061035156rem;left:34.625rem;overflow:hidden;display:block; }
#VKXPi5yUDllp6e9gLZrmmfuSnzpaqMgn { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.4375rem;width:5.5rem;top:9.1125030517575rem;left:55.25rem;overflow:hidden;display:block; }
#IWDVrttQsbMNfpRvlTXZLvWfgwVTa7cK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ffe79892-f1a7-4f44-9fb1-2a8b982da33f/Gurudev3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IWDVrttQsbMNfpRvlTXZLvWfgwVTa7cK.adaptive-delivery-prevent-bg, #IWDVrttQsbMNfpRvlTXZLvWfgwVTa7cK.lazyload, #IWDVrttQsbMNfpRvlTXZLvWfgwVTa7cK.lazyloading { background-image: none; }#IWDVrttQsbMNfpRvlTXZLvWfgwVTa7cK > .row .container { background-color: transparent; background-image: none; }#IWDVrttQsbMNfpRvlTXZLvWfgwVTa7cK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWDVrttQsbMNfpRvlTXZLvWfgwVTa7cK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWDVrttQsbMNfpRvlTXZLvWfgwVTa7cK > .row .container > .video-iframe-container { display: none; }#IWDVrttQsbMNfpRvlTXZLvWfgwVTa7cK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWDVrttQsbMNfpRvlTXZLvWfgwVTa7cK > .row > .video-iframe-container { display: none; }#IWDVrttQsbMNfpRvlTXZLvWfgwVTa7cK > .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); }#IWDVrttQsbMNfpRvlTXZLvWfgwVTa7cK > .row .container { border-width: 0; border-radius: 0; }#IWDVrttQsbMNfpRvlTXZLvWfgwVTa7cK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IWDVrttQsbMNfpRvlTXZLvWfgwVTa7cK > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#qEVO6KupRykPwwKCqN5NJtQeVmr5RGhn { color:#ffffff;display:block;width:52.25rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.0625rem;left:11.375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GtTLlCIuJmuRFaADuyF4nhVbtsowxmBB { color:#ffffff;display:block;width:47.75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.5rem;left:13.625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gep2ZOC50psQSqcH1IkkSTXHsPoiLBIi { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:6.625rem;top:2.9375rem;left:34.1875rem;overflow:hidden;display:block; }
#I4aKHh2ADT114FO0FPXwXR5G2I7AeFRi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf7;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; }#I4aKHh2ADT114FO0FPXwXR5G2I7AeFRi > .row .container { background-color: transparent; background-image: none; }#I4aKHh2ADT114FO0FPXwXR5G2I7AeFRi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4aKHh2ADT114FO0FPXwXR5G2I7AeFRi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4aKHh2ADT114FO0FPXwXR5G2I7AeFRi > .row .container > .video-iframe-container { display: none; }#I4aKHh2ADT114FO0FPXwXR5G2I7AeFRi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4aKHh2ADT114FO0FPXwXR5G2I7AeFRi > .row > .video-iframe-container { display: none; }#I4aKHh2ADT114FO0FPXwXR5G2I7AeFRi > .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); }#I4aKHh2ADT114FO0FPXwXR5G2I7AeFRi > .row .container { border-width: 0; border-radius: 0; }#I4aKHh2ADT114FO0FPXwXR5G2I7AeFRi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I4aKHh2ADT114FO0FPXwXR5G2I7AeFRi > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:75rem;position:relative;display:block; }#VQaxupVVWKLgDTIvHqUo2TqPM9ipQ8eV { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:9.375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#isdxTxgSbUWziS8xczT0RBktqfBQpXQk { color:#000000;display:block;width:52.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:1.9375rem;left:11.3125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#iPtuw1pROac0VZNZG3nArcSPGPvJrL5M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf7;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; }#iPtuw1pROac0VZNZG3nArcSPGPvJrL5M > .row .container { background-color: transparent; background-image: none; }#iPtuw1pROac0VZNZG3nArcSPGPvJrL5M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPtuw1pROac0VZNZG3nArcSPGPvJrL5M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPtuw1pROac0VZNZG3nArcSPGPvJrL5M > .row .container > .video-iframe-container { display: none; }#iPtuw1pROac0VZNZG3nArcSPGPvJrL5M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPtuw1pROac0VZNZG3nArcSPGPvJrL5M > .row > .video-iframe-container { display: none; }#iPtuw1pROac0VZNZG3nArcSPGPvJrL5M > .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); }#iPtuw1pROac0VZNZG3nArcSPGPvJrL5M > .row .container { border-width: 0; border-radius: 0; }#iPtuw1pROac0VZNZG3nArcSPGPvJrL5M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iPtuw1pROac0VZNZG3nArcSPGPvJrL5M > .row .container { font-size:0.875rem;font-family:arial;height:59.25rem;width:75rem;position:relative;display:block; }#T12SzLX4DAfhMvAbfCFGxmxLx9drRIFU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:27.875rem;width:49.6875rem;top:2.4375rem;left:12.625rem;display:block; }
#H6qTWvEfGNqLcpiInyACtTgcDshCUIOu { color:#000000;display:block;width:52.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:32.47265625rem;left:11.3125rem;height:18.75rem;text-align:center;text-align-last:center;display:block; }
#Z6Np9IiBmoeLIZFqZ5ShLMipE7CfALQO { background-color:#fca248;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#001342;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:53.3125rem;left:28.375rem;display:block; }
#lGuHceNSKqqNKuk4QXm7J6907t3z5gu5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE { 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; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container { background-color: transparent; background-image: none; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container > .video-iframe-container { display: none; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row > .video-iframe-container { display: none; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .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); }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container { border-width: 0; border-radius: 0; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container { font-size:0.875rem;font-family:arial;height:64.5625rem;width:75rem;position:relative;display:block; }#aMAMlBlx4APC2NWVny90yLhUkAZTEneB { color:#ffffff;display:block;width:46.1875rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:3.4375rem;left:15.03125rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GNMrZq5pvAGu8wd4lUqqJ7HkT0PDLBbd { color:#3a3939;display:block;width:19.5rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.115234375rem;left:42.0625rem;height:4.125rem;display:block; }
#WcDduMrwrtT4n3MNMOJCcaFyvgqsqBDN { color:#fca248;display:block;width:12.4375rem;position:absolute;font-family:"work sans";font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.1875rem;left:21.3125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f2T6xtZvir5RN4R9SdhpIdpgLEObos3J { color:#3a3939;display:block;width:12.5625rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.4375rem;left:21.3125rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#SAoKdQzROJVeD9weTWsu35yX4BTTRXUh { box-sizing:content-box;height:8.5rem;width:15.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:11.8125rem;left:19.84375rem;border-top:0.125rem solid #3a3939;border-left:0.125rem solid #3a3939;border-right:0.125rem solid #3a3939;border-bottom:0.125rem solid #3a3939;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#o7RG77BREy13dTcplF1sU90du84oONrF { box-sizing:content-box;height:0.125rem;width:5.5625rem;position:absolute;display:block;z-index:15007;background-color:#3a3939;background-image:none;top:16.1240234375rem;left:35.34375rem;display:block; }
#Z1xcHBGyqJXbGNsGe03F42aaLtiSvqF5 { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#3a3939;background-image:none;top:15.9052734375rem;left:40.40625rem;display:block; }
#BN1GIHZaIMiPmaeUBNsQvpZQIaAZ9LCq { 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:22.875rem;width:12.5rem;top:19.3125rem;left:6.0625rem;overflow:hidden;display:block; }
#fqZIaGwz0CcB0i1KcMn7qla7k8Kw5uaW { color:#3a3939;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:29.5rem;left:21.75rem;height:4.0625rem;display:block; }
#dZpcwHg3sZLC0T4IF2BdW4lMl2rqW6Uy { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#3a3939;background-image:none;top:31.3125rem;left:20.125rem;display:block; }
#UdycH9Jl4UU11M9VkSFvAbk4uqVnQxKM { box-sizing:content-box;height:0.125rem;width:5.5625rem;position:absolute;display:block;z-index:15010;background-color:#3a3939;background-image:none;top:31.5rem;left:15.0625rem;display:block; }
#SRhfkwWMth3m9KFIgVwSmdiLeacwrlQ0 { color:#3a3939;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:32.875rem;left:21.75rem;height:1.4375rem;display:block; }
#TQZBeiculisaMCAVdzLOdNEpkxIl6LQa { color:#3a3939;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:38.875rem;left:21.75rem;height:1.4375rem;display:block; }
#VTS7He9hfMFew2RvW3WWV672JFkUvThq { color:#3a3939;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:35.5rem;left:21.75rem;height:4.0625rem;display:block; }
#fA25o0bUmDohmARu25fLpqEP5zZF3RgI { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#3a3939;background-image:none;top:37.3125rem;left:20.125rem;display:block; }
#gMTo7sVBG9g7zLqZoMvl9GaakOPXwpOA { box-sizing:content-box;height:0.125rem;width:5.5625rem;position:absolute;display:block;z-index:15014;background-color:#3a3939;background-image:none;top:37.5rem;left:15.0625rem;display:block; }
#gQDTWRTUNn5UTp1OM0OUFZn4eKXLWer5 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:13.4375rem;top:20.375rem;left:40.75rem;overflow:hidden;display:block; }
#F5uvlySxQUovEh7789r6nEAqbV8cbS4N { color:#3a3939;display:block;width:11.6875rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:32.0625rem;left:57rem;height:2.875rem;display:block; }
#zwBKxlJ0Ao2AxyAApWcTvfdaTilStKZ9 { color:#3a3939;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:28.6875rem;left:57rem;height:4.0625rem;display:block; }
#JptRFHpb6sdh5nCFCQn6WEVMPIchygTF { color:#3a3939;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:26.0625rem;left:57rem;height:1.4375rem;display:block; }
#inIpXZkWM2mw8bvPIZht2cy4IUfkAo0t { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#3a3939;background-image:none;top:30.5rem;left:55.375rem;display:block; }
#g3c8uSRT5DND19UIcIeQc6sXaeReruAV { box-sizing:content-box;height:0.125rem;width:5.5625rem;position:absolute;display:block;z-index:15022;background-color:#3a3939;background-image:none;top:30.6875rem;left:50.3125rem;display:block; }
#fiplbVO67hzXZVKniEckOxZHCXTDoiD6 { color:#3a3939;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.6875rem;left:57rem;height:4.0625rem;display:block; }
#ykbVLB9TWIFusG3fJmCy4OmmHqgIv3k2 { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#3a3939;background-image:none;top:25.75rem;left:55.375rem;display:block; }
#SnOPC1MeRTsJyTOb0Hd3X2DD55dGSwTk { box-sizing:content-box;height:0.125rem;width:5.5625rem;position:absolute;display:block;z-index:15018;background-color:#3a3939;background-image:none;top:25.9375rem;left:50.3125rem;display:block; }
#cSna0EFHAGVPbAqmHbhiAOEw2R8i8yRA { color:#fca248;display:block;width:15.625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:28.1005859375rem;left:21.3125rem;height:1.4375rem;text-align:left;text-align-last:left;display:block; }
#kvKdgs84HceML0acrtV1MH5pRtB7kMpg { color:#fca248;display:block;width:15.625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.2880859375rem;left:57rem;height:1.4375rem;text-align:left;text-align-last:left;display:block; }
#gFy2GkN9B7hw72HAefmI2opGhFXRtwlI { color:#000000;display:block;width:50.6875rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:45.0625rem;left:12.15625rem;height:11rem;text-align:center;text-align-last:center;display:block; }
#rV4cTOIzKZ7fH3WuVcT2GOKA03FT5k3l { background-color:#fca248;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#001342;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:58.8125rem;left:28.375rem;display:block; }
#qxW3iQNIVURbLUQLTqpGxBMBLGTIpTw8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container { background-color: transparent; background-image: none; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container > .video-iframe-container { display: none; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row > .video-iframe-container { display: none; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .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); }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container { border-width: 0; border-radius: 0; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;position:relative;display:block; }#lKRFLPTfQuwzokxSmCJna1elxq7W6r2O { color:#3a3939;display:block;width:13.6875rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.25rem;left:2.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eNygiP4FdSf4v834oHC4gK4VhxrZVREb { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10rem;left:2.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zAkS8ll8CTTkW2qxyWZ4F67AAudfquAT { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.6875rem;left:20.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#D1iiNTvLFkuROBNyz0nWJXFDTP50vbaV { color:#3a3939;display:block;width:13.6875rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.25rem;left:21.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KIXJWe8sTGC8cOs7zJyetCKXf7f7OXdW { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.9375rem;left:40rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XPI8rLMXWmPlryyDDtaPGA8gflu4k6PV { color:#3a3939;display:block;width:13.6875rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:7.25rem;left:39.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zeqmLy1xOwVqMrnEzcRP0qFOTMSH67HO { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.75rem;left:58.75rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bkyNatHCkuc8JM3VUgTQaSiRhcfW94JF { color:#3a3939;display:block;width:13.6875rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.25rem;left:58.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#roR98euE7kutydWRnNQZJzybKtfsNgiD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.5rem;left:7.1875rem; }
#STItz3ywlASGqBnMqTKbkNBf4iQdchzw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.5rem;left:25.9375rem; }
#xuZVIiaTbptaTNrrmtMuVlLKTGW4gazw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.5rem;left:44.6875rem; }
#CptAFlCXuPCAlCeDtxaF5c6H9yg1fSIs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.5rem;left:63.4375rem; }
#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { 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; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { background-color: transparent; background-image: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .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); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.1875rem;top:2.9375rem;left:2.375rem;overflow:hidden;display:block; }
#xkw8Vsb6O2TqFoaB9BB6u0DbmTsUksEz { color:#001342;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:49.25rem;height:1.25rem;text-align:right;text-align-last:right;display:block; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.9375rem;left:10.625rem; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.9375rem;left:14.125rem; }
#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#C3DpIMuV7wqbeaAWnnBJRhF0vr7QdiJX { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#VN8FLDRH0nmdDZ7Mr9ThBknSrLEzTTar { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15020;background-color:#001342;background-image:none;top:4.6875rem;left:57.6875rem;display:block; }
#qeQXCNmltMG03bHHOapCQUTQRKhv9PB0 { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15021;background-color:#001342;background-image:none;top:4.625rem;left:66rem;display:block; }
#PQ6cFadc99k1bnKTt90a7ioVbvoX9wN0 { color:#001342;display:block;width:7.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.5625rem;left:49.9375rem;height:0;text-align:center;text-align-last:center;display:block; }
#izZkEcvMWgq8HT8O1EwO746sHMwEyIwI { color:#001342;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.5625rem;left:57.375rem;height:0;text-align:center;text-align-last:center;display:block; }
#Ed79sBlvf6UkwB5hBrNEseQfkv5X3b9h { color:#001342;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.5625rem;left:66.0625rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW { display:block; }#TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ha3HwgQXWX5RL0tp8I9cNr8ZWZq9uw45 { top:29.75rem;left:26.5rem;width:21.25rem;height:;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6  { width:17.25rem;height:auto;top:23.5625rem;left:0rem; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 {display:block;}#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 { width:17.25rem;height:auto;top:23.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #TwvaMCNtL1crR3kzg8g3zxQbMmohyPxE {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #KWJg036SlzLpzZerJ4SbaX2lN0mHttQ6 {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #TQ6TRSAb4uxixCnvUhVZ5DXomlxtU7MX {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #NIVwZt4vFa5dbTiBiAyZk5TurPNogTMD {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #PSvllXVeBLcTdHT3ODnaUvGZfAllmAwv {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #FV03AROLxpOLtLBZVsW0JugmoeFoiE08 {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #xRt0UCOcbgZGfKZkR3rTCR4vTbz5RNkn {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #TStgAeQX7aAfJXwtHQg2Zrv2692RlbXa {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #nDac6MGtHk0piceg7rtQ2vdTE5Q4cTTK {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #BMZqDorqzBNV5iprTpTQWcmta95O1RiU {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #uxkSRTvAgPKSyIqW7atTfQVyoV9L0eCv {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #BGOfXaE4zKoxmmg4m54Tk0MMJTDf19w3 {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #iGFEl0EFLFA3Sv32606sXw0tLQwnmoy7 {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #lWithqrTIsLQMmMkEGCKXcaZoX5E2nT5 {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #NowXrzSsEKbEEnlJJTxh1sQ8ObAOQ5AT {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #C5yXHyD7Ox9HZbenLQ0popZMGEkWzges {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #u5q7lfqkkLmBSpp6bHepSbBoTx0D9evA {  }
 }@media only screen and (max-width: 763px) { #anf7aKWcRVPO5I2MIqL1Hs4teinbs1cQ { top:21.8125rem;left:0rem;width:35.5rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdTXT3w5wd6NaWk6X8P2tDgIyzgP7Is6 { top:2.1875rem;left:0rem;width:8.5rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLS9Sq1ZcWRnBV7BRpRwEALfalf0urza { top:21.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #klqTwbLsvdtXMTW5xJexLVAXJ4IdzeAa { top:7rem;left:0rem;width:32.4375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqwrOyfHcf9JcwFcuOLTTNRxK9V2DNJP { top:9.25rem;left:0rem;width:21.875rem;height:3.1875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiSgikBseqSLwg40C2BJOMBptvvqCRp1 { top:12.25rem;left:0rem;width:38.5rem;height:8.5rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu2gW7s6xwSgqivSiTx9MMdBFr4BoFM4 { display:block; }#Mu2gW7s6xwSgqivSiTx9MMdBFr4BoFM4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqBzhsia1asUU62GzdcQV5TDXGDpqVWV { top:1.75rem;left:0rem;width:9.5rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLEIRUQmoGedzsVBVT0041lTr6s623tU { top:1.4375rem;left:11.375rem;width:4.75rem;height:2.3436675461741rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBzd0domWSuIZOZmuWw4LrwRILxEPtO1 { top:1.625rem;left:19.125rem;width:5.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzTxXUWK9xSOFN6Vb0P0nWTtAtG1BoC8 { top:1.6875rem;left:26.375rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTxbTKOV0PvI7XRgMcE4RvpH4Ei9VJIM { top:1.4375rem;left:36rem;width:3.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPTTAQNOlvrcS5AHItoZ9eFtuTJD0Uhh { top:2.0625rem;left:42.1875rem;width:5.5625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7RBoWLDeZwNDrakmagTcq0IMnMP9PXX { top:8.125rem;left:1.5rem;width:44.75rem;height:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT2hePQcvWh1SWrltm7AffZR4kVIFlrg { top:3.5rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVsGVT8rJXQiZ4hSoeDShnUCeBCiX2wG { width:18.25rem;height:3.4375rem;top:23.0625rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaMvJCT9tVHqmtaCm3QJ3K5vf0IpbPDc { display:block; }
 }@media only screen and (max-width: 763px) { #EeOiLcFuReAce30yolZxP42xnwn8fpyO { display:block; }#EeOiLcFuReAce30yolZxP42xnwn8fpyO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSQ7OAtUEZb4NWWRUcCBDD8rputQ515x { top:2.25rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHd2JzViUC5aNHy732se3Dzgl823AMqo { display:block; }#SHd2JzViUC5aNHy732se3Dzgl823AMqo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTZWQidKlJAU1nu0G5uSZDHhy8yaKecI { top:0.8125rem;left:0rem;width:16.5625rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOWQ4d9WXGGVO7KMtnHRK89C5IcWB6bM { top:8.5625rem;left:0.65625rem;width:14.5625rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlkS7vqklKU8mUzn3ZanIJIxWh9vlQRu { top:11.8125rem;left:0.03125rem;width:15.8125rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0499gRXErN6eOl0M4ixRNbaKweSDl7p { top:0.875rem;left:15.1875rem;width:16.5625rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWOIyFJ961fwbcbXfEPh29FJLBf0V5Cc { top:11.625rem;left:16.625rem;width:14.375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1amBMBqvAe9Jd0v9qFktM5fWdOXGRPt { top:7.8125rem;left:17rem;width:13.625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEUGrmrO6iMaH1mehrbQ3GhF2C9GpuPm { top:0.875rem;left:31.0625rem;width:16.5625rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acn8Tvqy79UrxwWouWzCk3WdpCcTHAx1 { top:11.75rem;left:33rem;width:13.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ8mGTnCKksOxNe36VdLeFMhP8osVoq7 { top:8.375rem;left:32.5rem;width:14.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGT1qwwQsCrT42vQZ4mUzJA1Qk6No7Vw { top:2.375rem;left:36.9375rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgM6FW97ir2eygm1Wfv3RKRWQTeOMTIc { top:2.1875rem;left:21.125rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9b7XJdH5vKLJImX1Q3TAaFFdMglDmag { top:1.8125rem;left:4.875rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBCB4vxPhOMCCrlNiN48RN78tPTs6u0t { display:block; }#eBCB4vxPhOMCCrlNiN48RN78tPTs6u0t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hdpkw4dRBeuWA2XfutII8wKgx49nE0TS { width:18.9375rem;height:19.75rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbH2w4NZkboT4U70klN3PdoDSIkJ8NeZ { width:17rem;height:11.8125rem;top:15.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnGq9InhXsnVXOoKfehpnfIwQus1MUMa { width:18.9375rem;height:19.875rem;top:13rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET7VB1tsxA7qA82DBhGJCmGvFtmMJMQJ { width:17.5rem;height:13.5rem;top:15.75rem;left:15.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpy6dIIFW1M1q9o6sTNZTtsAXKsnzcHa { width:18.9375rem;height:19.8125rem;top:13rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xye18RFMJTqduMMgDFRmG8vpSEqUP7xl { width:17rem;height:11.8125rem;top:15.75rem;left:30.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6WJThabbgZFTCFX1KbTwrcuRSTl12JM { top:2.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK0mUrGgvUyynNQg8knrGuON2DT0N3nC { width:17rem;height:1.625rem;top:29.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEb9IfBpWSwsaoOrg4soffAonIqN9XCr { width:17rem;height:1.625rem;top:29.8125rem;left:15.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOkJEn4iGgo8XXrMx6bKKV7eTTHQxQFq { width:17rem;height:1.625rem;top:29.8125rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #obIilc6xOTAG4HPZFgTwNPrzL3gx285a { width:18.25rem;height:3.4375rem;top:36.875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzZTgah2rA3sXkPsZuN5MLH7u2iP0DRH { display:block; }
 }@media only screen and (max-width: 763px) { #aZbvnE55Wx5upkRwxU81lUiHJtEwVmMs { top:9rem;left:0.4375rem;width:5.8125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tillAZpPrSL1qp22G6XeC1pQ0W3iXFU4 { top:9.0625rem;left:21rem;width:5.6875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKXPi5yUDllp6e9gLZrmmfuSnzpaqMgn { top:9.0625rem;left:41.625rem;width:5.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWDVrttQsbMNfpRvlTXZLvWfgwVTa7cK { display:block; }#IWDVrttQsbMNfpRvlTXZLvWfgwVTa7cK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEVO6KupRykPwwKCqN5NJtQeVmr5RGhn { top:7.0625rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtTLlCIuJmuRFaADuyF4nhVbtsowxmBB { top:13.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gep2ZOC50psQSqcH1IkkSTXHsPoiLBIi { top:2.9375rem;left:20.5625rem;width:6.625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4aKHh2ADT114FO0FPXwXR5G2I7AeFRi { display:block; }#I4aKHh2ADT114FO0FPXwXR5G2I7AeFRi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQaxupVVWKLgDTIvHqUo2TqPM9ipQ8eV { top:9.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #isdxTxgSbUWziS8xczT0RBktqfBQpXQk { top:1.9375rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPtuw1pROac0VZNZG3nArcSPGPvJrL5M { display:block; }#iPtuw1pROac0VZNZG3nArcSPGPvJrL5M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T12SzLX4DAfhMvAbfCFGxmxLx9drRIFU { top:2.4375rem;left:0rem;width:47.75rem;height:26.788050314465rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6qTWvEfGNqLcpiInyACtTgcDshCUIOu { top:32.4375rem;left:0rem;width:47.75rem;height:18.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6Np9IiBmoeLIZFqZ5ShLMipE7CfALQO { width:18.25rem;height:3.4375rem;top:53.3125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGuHceNSKqqNKuk4QXm7J6907t3z5gu5 { display:block; }
 }@media only screen and (max-width: 763px) { #uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE { display:block; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aMAMlBlx4APC2NWVny90yLhUkAZTEneB { top:3.4375rem;left:1.40625rem;width:46.1875rem;height:6.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNMrZq5pvAGu8wd4lUqqJ7HkT0PDLBbd { top:14.0625rem;left:28.25rem;width:19.5rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcDduMrwrtT4n3MNMOJCcaFyvgqsqBDN { top:12.1875rem;left:7.6875rem;width:12.4375rem;height:4.875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2T6xtZvir5RN4R9SdhpIdpgLEObos3J { top:16.4375rem;left:7.6875rem;width:12.5625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAoKdQzROJVeD9weTWsu35yX4BTTRXUh { top:11.8125rem;left:6.21875rem;width:15.25rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7RG77BREy13dTcplF1sU90du84oONrF { top:16.0625rem;left:21.71875rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1xcHBGyqJXbGNsGe03F42aaLtiSvqF5 { top:15.875rem;left:26.78125rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN1GIHZaIMiPmaeUBNsQvpZQIaAZ9LCq { top:19.3125rem;left:0rem;width:12.5rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqZIaGwz0CcB0i1KcMn7qla7k8Kw5uaW { top:29.5rem;left:8.125rem;width:18rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZpcwHg3sZLC0T4IF2BdW4lMl2rqW6Uy { top:31.3125rem;left:6.5rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdycH9Jl4UU11M9VkSFvAbk4uqVnQxKM { top:31.5rem;left:1.4375rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRhfkwWMth3m9KFIgVwSmdiLeacwrlQ0 { top:32.875rem;left:8.125rem;width:18rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQZBeiculisaMCAVdzLOdNEpkxIl6LQa { top:38.875rem;left:8.125rem;width:18rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTS7He9hfMFew2RvW3WWV672JFkUvThq { top:35.5rem;left:8.125rem;width:18rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA25o0bUmDohmARu25fLpqEP5zZF3RgI { top:37.3125rem;left:6.5rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMTo7sVBG9g7zLqZoMvl9GaakOPXwpOA { top:37.5rem;left:1.4375rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQDTWRTUNn5UTp1OM0OUFZn4eKXLWer5 { top:20.375rem;left:27.125rem;width:13.4375rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5uvlySxQUovEh7789r6nEAqbV8cbS4N { top:32.0625rem;left:36.0625rem;width:11.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwBKxlJ0Ao2AxyAApWcTvfdaTilStKZ9 { top:28.6875rem;left:29.75rem;width:18rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JptRFHpb6sdh5nCFCQn6WEVMPIchygTF { top:26.0625rem;left:29.75rem;width:18rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inIpXZkWM2mw8bvPIZht2cy4IUfkAo0t { top:30.5rem;left:41.75rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3c8uSRT5DND19UIcIeQc6sXaeReruAV { top:30.6875rem;left:36.6875rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiplbVO67hzXZVKniEckOxZHCXTDoiD6 { top:22.6875rem;left:29.75rem;width:18rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykbVLB9TWIFusG3fJmCy4OmmHqgIv3k2 { top:25.75rem;left:41.75rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnOPC1MeRTsJyTOb0Hd3X2DD55dGSwTk { top:25.9375rem;left:36.6875rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSna0EFHAGVPbAqmHbhiAOEw2R8i8yRA { top:28.0625rem;left:7.6875rem;width:15.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvKdgs84HceML0acrtV1MH5pRtB7kMpg { top:21.25rem;left:32.125rem;width:15.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFy2GkN9B7hw72HAefmI2opGhFXRtwlI { top:45.0625rem;left:0rem;width:47.75rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV4cTOIzKZ7fH3WuVcT2GOKA03FT5k3l { width:18.25rem;height:3.4375rem;top:58.8125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxW3iQNIVURbLUQLTqpGxBMBLGTIpTw8 { display:block; }
 }@media only screen and (max-width: 763px) { #T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz { display:block; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKRFLPTfQuwzokxSmCJna1elxq7W6r2O { top:7.1875rem;left:0rem;width:13.625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNygiP4FdSf4v834oHC4gK4VhxrZVREb { top:10rem;left:0rem;width:13.6875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAkS8ll8CTTkW2qxyWZ4F67AAudfquAT { top:9.6875rem;left:9.25rem;width:14.625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1iiNTvLFkuROBNyz0nWJXFDTP50vbaV { top:7.25rem;left:10.1875rem;width:13.6875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIXJWe8sTGC8cOs7zJyetCKXf7f7OXdW { top:10.9375rem;left:22.125rem;width:13.6875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPI8rLMXWmPlryyDDtaPGA8gflu4k6PV { top:7.25rem;left:22.125rem;width:13.6875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeqmLy1xOwVqMrnEzcRP0qFOTMSH67HO { top:9.75rem;left:34.0625rem;width:13.6875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkyNatHCkuc8JM3VUgTQaSiRhcfW94JF { top:7.25rem;left:34.0625rem;width:13.6875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #roR98euE7kutydWRnNQZJzybKtfsNgiD { top:2.5rem;left:3.78125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STItz3ywlASGqBnMqTKbkNBf4iQdchzw { top:2.5rem;left:15.71875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuZVIiaTbptaTNrrmtMuVlLKTGW4gazw { top:2.5rem;left:27.65625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CptAFlCXuPCAlCeDtxaF5c6H9yg1fSIs { top:2.5rem;left:39.59375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { top:2.9375rem;left:0rem;width:7.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkw8Vsb6O2TqFoaB9BB6u0DbmTsUksEz { top:2.625rem;left:24.125rem;width:23.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK { top:2.9375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 { top:2.9375rem;left:0.5rem;width:2.625rem;height:2.625rem;display:block; }
#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #C3DpIMuV7wqbeaAWnnBJRhF0vr7QdiJX { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #VN8FLDRH0nmdDZ7Mr9ThBknSrLEzTTar { top:4.6875rem;left:44.0625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeQXCNmltMG03bHHOapCQUTQRKhv9PB0 { top:4.625rem;left:47.625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ6cFadc99k1bnKTt90a7ioVbvoX9wN0 { top:4.5625rem;left:36.3125rem;width:7.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izZkEcvMWgq8HT8O1EwO746sHMwEyIwI { top:4.5625rem;left:39.25rem;width:8.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed79sBlvf6UkwB5hBrNEseQfkv5X3b9h { top:4.5625rem;left:40.3125rem;width:7.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6a100c83-012e-4889-80fb-43a50db18e8a/LXBannermobileMeditationexperience1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW.adaptive-delivery-prevent-bg, #TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW.lazyload, #TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW.lazyloading { background-image: none; }#TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW > .row .container { background-color: transparent; background-image: none; }#TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW > .row .container > .video-iframe-container { display: none; }#TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW > .row > .video-iframe-container { display: none; }#TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW > .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); }#TEEZHKNN9nIUQETvgrpV0Upd2h0QyMNW > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ha3HwgQXWX5RL0tp8I9cNr8ZWZq9uw45 { width:15.9375rem;height:0;top:25.375rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6  { width:17.5rem;height:auto;top:27.6875rem;left:0rem; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 {display:block;}#VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 { width:17.5rem;height:auto;top:27.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #TwvaMCNtL1crR3kzg8g3zxQbMmohyPxE {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #KWJg036SlzLpzZerJ4SbaX2lN0mHttQ6 { display:none; }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #TQ6TRSAb4uxixCnvUhVZ5DXomlxtU7MX {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #NIVwZt4vFa5dbTiBiAyZk5TurPNogTMD {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #PSvllXVeBLcTdHT3ODnaUvGZfAllmAwv { display:none; }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #FV03AROLxpOLtLBZVsW0JugmoeFoiE08 {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #xRt0UCOcbgZGfKZkR3rTCR4vTbz5RNkn {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #TStgAeQX7aAfJXwtHQg2Zrv2692RlbXa { display:none; }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #nDac6MGtHk0piceg7rtQ2vdTE5Q4cTTK {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #BMZqDorqzBNV5iprTpTQWcmta95O1RiU {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #uxkSRTvAgPKSyIqW7atTfQVyoV9L0eCv {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #BGOfXaE4zKoxmmg4m54Tk0MMJTDf19w3 {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #iGFEl0EFLFA3Sv32606sXw0tLQwnmoy7 {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #lWithqrTIsLQMmMkEGCKXcaZoX5E2nT5 {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #NowXrzSsEKbEEnlJJTxh1sQ8ObAOQ5AT {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #C5yXHyD7Ox9HZbenLQ0popZMGEkWzges {  }
 }@media only screen and (max-width: 763px) { #VpvdS2gvXpOEv4PJtDEok2mv9k8bJsI6 #u5q7lfqkkLmBSpp6bHepSbBoTx0D9evA {  }
 }@media only screen and (max-width: 763px) { #anf7aKWcRVPO5I2MIqL1Hs4teinbs1cQ { width:18.125rem;height:2.75rem;top:24.0625rem;left:1.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cdTXT3w5wd6NaWk6X8P2tDgIyzgP7Is6 { width:6.62475rem;height:2.5rem;top:1.312255859375rem;left:6.6864013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLS9Sq1ZcWRnBV7BRpRwEALfalf0urza { display:flex;width:1.375rem;height:1.375rem;top:25.4375rem;left:6.560546875rem; }
 }@media only screen and (max-width: 763px) { #klqTwbLsvdtXMTW5xJexLVAXJ4IdzeAa { width:18.875rem;height:1.125rem;top:14.625rem;left:0.5625rem;font-size:1.125rem;z-index:14999;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FqwrOyfHcf9JcwFcuOLTTNRxK9V2DNJP { width:20rem;height:2rem;top:17rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #ZiSgikBseqSLwg40C2BJOMBptvvqCRp1 { width:20rem;height:4rem;top:18.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Mu2gW7s6xwSgqivSiTx9MMdBFr4BoFM4 { display:block; }#Mu2gW7s6xwSgqivSiTx9MMdBFr4BoFM4 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqBzhsia1asUU62GzdcQV5TDXGDpqVWV { width:20rem;height:1.4375rem;top:0.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLEIRUQmoGedzsVBVT0041lTr6s623tU { width:3.375rem;height:1.625rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBzd0domWSuIZOZmuWw4LrwRILxEPtO1 { width:4rem;height:1.5625rem;top:3.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzTxXUWK9xSOFN6Vb0P0nWTtAtG1BoC8 { width:4.625rem;height:1.3125rem;top:3.1875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTxbTKOV0PvI7XRgMcE4RvpH4Ei9VJIM { width:3.0625rem;height:1.9375rem;top:2.875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPTTAQNOlvrcS5AHItoZ9eFtuTJD0Uhh { width:4rem;height:0.875rem;top:3.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7RBoWLDeZwNDrakmagTcq0IMnMP9PXX { width:20rem;height:17.5rem;top:6.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bT2hePQcvWh1SWrltm7AffZR4kVIFlrg { width:16.625rem;height:3.375rem;top:2.25rem;left:1.6875rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVsGVT8rJXQiZ4hSoeDShnUCeBCiX2wG { width:18.25rem;height:3.4375rem;top:25.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaMvJCT9tVHqmtaCm3QJ3K5vf0IpbPDc { display:block; }
 }@media only screen and (max-width: 763px) { #EeOiLcFuReAce30yolZxP42xnwn8fpyO { display:block; }#EeOiLcFuReAce30yolZxP42xnwn8fpyO > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSQ7OAtUEZb4NWWRUcCBDD8rputQ515x { width:14.375rem;height:1.6875rem;top:2.18701171875rem;left:2.8125rem;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SHd2JzViUC5aNHy732se3Dzgl823AMqo { background-color:#ffffff;background-image:none;display:block; }#SHd2JzViUC5aNHy732se3Dzgl823AMqo > .row .container { background-color: transparent; background-image: none; }#SHd2JzViUC5aNHy732se3Dzgl823AMqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHd2JzViUC5aNHy732se3Dzgl823AMqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHd2JzViUC5aNHy732se3Dzgl823AMqo > .row .container > .video-iframe-container { display: none; }#SHd2JzViUC5aNHy732se3Dzgl823AMqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHd2JzViUC5aNHy732se3Dzgl823AMqo > .row > .video-iframe-container { display: none; }#SHd2JzViUC5aNHy732se3Dzgl823AMqo > .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); }#SHd2JzViUC5aNHy732se3Dzgl823AMqo > .row .container { width:20rem;height:71.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTZWQidKlJAU1nu0G5uSZDHhy8yaKecI { width:16.5625rem;height:20.5rem;top:0.25rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOWQ4d9WXGGVO7KMtnHRK89C5IcWB6bM { width:13.625rem;height:2.75rem;top:7.25rem;left:3.1875rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FlkS7vqklKU8mUzn3ZanIJIxWh9vlQRu { width:14.625rem;height:10.0625rem;top:10.661720275879rem;left:2.6875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f0499gRXErN6eOl0M4ixRNbaKweSDl7p { width:16.5625rem;height:22.625rem;top:22.5625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWOIyFJ961fwbcbXfEPh29FJLBf0V5Cc { width:15rem;height:8.625rem;top:33.625rem;left:2.5rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T1amBMBqvAe9Jd0v9qFktM5fWdOXGRPt { width:12.4375rem;height:2.75rem;top:30.375rem;left:3.75rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IEUGrmrO6iMaH1mehrbQ3GhF2C9GpuPm { width:16.5625rem;height:21.25rem;top:46.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #acn8Tvqy79UrxwWouWzCk3WdpCcTHAx1 { width:14.375rem;height:10.0625rem;top:57.875rem;left:2.8125rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vQ8mGTnCKksOxNe36VdLeFMhP8osVoq7 { width:11.1875rem;height:3rem;top:54.375rem;left:4.375rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UGT1qwwQsCrT42vQZ4mUzJA1Qk6No7Vw { width:5.1875rem;height:5.1875rem;top:48rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgM6FW97ir2eygm1Wfv3RKRWQTeOMTIc { width:5.875rem;height:5.875rem;top:23.8125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9b7XJdH5vKLJImX1Q3TAaFFdMglDmag { width:5.4375rem;height:5.4375rem;top:1.3125rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBCB4vxPhOMCCrlNiN48RN78tPTs6u0t { display:block; }#eBCB4vxPhOMCCrlNiN48RN78tPTs6u0t > .row .container { width:20rem;height:84.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hdpkw4dRBeuWA2XfutII8wKgx49nE0TS { width:18.9375rem;height:17.1875rem;top:10.0625rem;left:0.5625rem;box-shadow: 0rem 0rem 1.25rem rgba(56,16,3,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #zbH2w4NZkboT4U70klN3PdoDSIkJ8NeZ { width:16.6875rem;height:10.9375rem;top:13.375rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnGq9InhXsnVXOoKfehpnfIwQus1MUMa { width:18.9375rem;height:20.25rem;top:31.75rem;left:0.5625rem;box-shadow: 0rem 0rem 1.25rem rgba(56,16,3,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #ET7VB1tsxA7qA82DBhGJCmGvFtmMJMQJ { width:16.875rem;height:12.5rem;top:35.268753051757rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpy6dIIFW1M1q9o6sTNZTtsAXKsnzcHa { width:18.9375rem;height:16.8125rem;top:56.75rem;left:0.5625rem;box-shadow: 0rem 0rem 1.25rem rgba(56,16,3,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #Xye18RFMJTqduMMgDFRmG8vpSEqUP7xl { width:16.625rem;height:10.9375rem;top:59.9375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6WJThabbgZFTCFX1KbTwrcuRSTl12JM { width:20rem;height:1.5rem;top:3.2250061035156rem;left:0rem;font-size:1.375rem;font-weight:700;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UK0mUrGgvUyynNQg8knrGuON2DT0N3nC { width:17rem;height:1.6875rem;top:24.9375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEb9IfBpWSwsaoOrg4soffAonIqN9XCr { width:17rem;height:1.6875rem;top:48.949996948243rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOkJEn4iGgo8XXrMx6bKKV7eTTHQxQFq { width:17rem;height:1.6875rem;top:71.1875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #obIilc6xOTAG4HPZFgTwNPrzL3gx285a { width:18.25rem;height:3.4375rem;top:76.737503051756rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzZTgah2rA3sXkPsZuN5MLH7u2iP0DRH { display:block; }
 }@media only screen and (max-width: 763px) { #aZbvnE55Wx5upkRwxU81lUiHJtEwVmMs { width:5.8125rem;height:5.6875rem;top:6.8125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tillAZpPrSL1qp22G6XeC1pQ0W3iXFU4 { width:5.6875rem;height:5.625rem;top:28.699996948243rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKXPi5yUDllp6e9gLZrmmfuSnzpaqMgn { width:5.5rem;height:5.4375rem;top:53.75rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWDVrttQsbMNfpRvlTXZLvWfgwVTa7cK { display:block; }#IWDVrttQsbMNfpRvlTXZLvWfgwVTa7cK > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEVO6KupRykPwwKCqN5NJtQeVmr5RGhn { width:20rem;height:4.875rem;top:5.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtTLlCIuJmuRFaADuyF4nhVbtsowxmBB { width:20rem;height:2rem;top:11.873046875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gep2ZOC50psQSqcH1IkkSTXHsPoiLBIi { width:6.625rem;height:3.25rem;top:1.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4aKHh2ADT114FO0FPXwXR5G2I7AeFRi { display:block; }#I4aKHh2ADT114FO0FPXwXR5G2I7AeFRi > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQaxupVVWKLgDTIvHqUo2TqPM9ipQ8eV { width:20rem;height:3.75rem;top:19.387512207031rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #isdxTxgSbUWziS8xczT0RBktqfBQpXQk { width:20rem;height:12.5rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPtuw1pROac0VZNZG3nArcSPGPvJrL5M { display:block; }#iPtuw1pROac0VZNZG3nArcSPGPvJrL5M > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T12SzLX4DAfhMvAbfCFGxmxLx9drRIFU { height:11.220125786164rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6qTWvEfGNqLcpiInyACtTgcDshCUIOu { width:20rem;height:39.0625rem;top:15.119140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6Np9IiBmoeLIZFqZ5ShLMipE7CfALQO { width:18.25rem;height:3.4375rem;top:55.431640625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGuHceNSKqqNKuk4QXm7J6907t3z5gu5 { display:block; }
 }@media only screen and (max-width: 763px) { #uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE { display:block; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container { width:20rem;height:92.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aMAMlBlx4APC2NWVny90yLhUkAZTEneB { width:20rem;height:3.75rem;top:2.375rem;left:0rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GNMrZq5pvAGu8wd4lUqqJ7HkT0PDLBbd { width:18rem;height:5.5rem;top:8.75rem;left:1rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WcDduMrwrtT4n3MNMOJCcaFyvgqsqBDN { width:12.4375rem;height:3.9375rem;top:15.5625rem;left:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2T6xtZvir5RN4R9SdhpIdpgLEObos3J { width:12.5625rem;height:2.75rem;top:19.5625rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAoKdQzROJVeD9weTWsu35yX4BTTRXUh { width:15.25rem;height:8rem;top:15.0625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7RG77BREy13dTcplF1sU90du84oONrF { width:5.5625rem;height:0.125rem;top:11.25rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1xcHBGyqJXbGNsGe03F42aaLtiSvqF5 { width:0.5625rem;height:0.5625rem;top:12.625rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BN1GIHZaIMiPmaeUBNsQvpZQIaAZ9LCq { width:8.9375rem;height:16.375rem;top:25rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fqZIaGwz0CcB0i1KcMn7qla7k8Kw5uaW { width:5.0625rem;height:2.5625rem;top:27.79345703125rem;left:12.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZpcwHg3sZLC0T4IF2BdW4lMl2rqW6Uy { width:0.5625rem;height:0.5625rem;top:28.8125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdycH9Jl4UU11M9VkSFvAbk4uqVnQxKM { width:5.5625rem;height:0.125rem;top:29rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRhfkwWMth3m9KFIgVwSmdiLeacwrlQ0 { width:7.5625rem;height:1.4375rem;top:30.39306640625rem;left:10.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQZBeiculisaMCAVdzLOdNEpkxIl6LQa { width:9rem;height:2.875rem;top:36.3935546875rem;left:9rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VTS7He9hfMFew2RvW3WWV672JFkUvThq { width:4.25rem;height:2.5625rem;top:52.6064453125rem;left:13.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA25o0bUmDohmARu25fLpqEP5zZF3RgI { width:0.5625rem;height:0.5625rem;top:34.8125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMTo7sVBG9g7zLqZoMvl9GaakOPXwpOA { width:5.5625rem;height:0.125rem;top:35rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQDTWRTUNn5UTp1OM0OUFZn4eKXLWer5 { width:9rem;height:15.375rem;top:43.5166015625rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F5uvlySxQUovEh7789r6nEAqbV8cbS4N { width:9.8125rem;height:2.875rem;top:55.2060546875rem;left:8.1875rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #zwBKxlJ0Ao2AxyAApWcTvfdaTilStKZ9 { width:4.125rem;height:2.5625rem;top:33.7939453125rem;left:13.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JptRFHpb6sdh5nCFCQn6WEVMPIchygTF { width:6.25rem;height:1.4375rem;top:50.16015625rem;left:11.75rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #inIpXZkWM2mw8bvPIZht2cy4IUfkAo0t { width:0.5625rem;height:0.5625rem;top:53.625rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3c8uSRT5DND19UIcIeQc6sXaeReruAV { width:5.5625rem;height:0.125rem;top:53.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiplbVO67hzXZVKniEckOxZHCXTDoiD6 { width:4.125rem;height:2.5625rem;top:47.7939453125rem;left:13.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykbVLB9TWIFusG3fJmCy4OmmHqgIv3k2 { width:0.5625rem;height:0.5625rem;top:48.8125rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnOPC1MeRTsJyTOb0Hd3X2DD55dGSwTk { width:6.3125rem;height:0.125rem;top:49rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSna0EFHAGVPbAqmHbhiAOEw2R8i8yRA { width:5.8125rem;height:1.4375rem;top:25rem;left:7.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvKdgs84HceML0acrtV1MH5pRtB7kMpg { width:6.1875rem;height:1.4375rem;top:43.5166015625rem;left:6.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFy2GkN9B7hw72HAefmI2opGhFXRtwlI { width:20rem;height:24.75rem;top:60.39990234375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rV4cTOIzKZ7fH3WuVcT2GOKA03FT5k3l { width:18.25rem;height:3.4375rem;top:86.3994140625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxW3iQNIVURbLUQLTqpGxBMBLGTIpTw8 { display:block; }
 }@media only screen and (max-width: 763px) { #T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz { display:block; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKRFLPTfQuwzokxSmCJna1elxq7W6r2O { width:5.375rem;height:1.625rem;top:5.5rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNygiP4FdSf4v834oHC4gK4VhxrZVREb { width:7.5625rem;height:2.375rem;top:7.25rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAkS8ll8CTTkW2qxyWZ4F67AAudfquAT { width:8.9375rem;height:2.375rem;top:7.125rem;left:10.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1iiNTvLFkuROBNyz0nWJXFDTP50vbaV { width:8.625rem;height:1.25rem;top:5.5rem;left:10.375rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KIXJWe8sTGC8cOs7zJyetCKXf7f7OXdW { width:5.125rem;height:2.375rem;top:19.1875rem;left:12.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPI8rLMXWmPlryyDDtaPGA8gflu4k6PV { width:8.6875rem;height:2.25rem;top:16.375rem;left:10.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeqmLy1xOwVqMrnEzcRP0qFOTMSH67HO { width:10.3125rem;height:3.5625rem;top:19.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkyNatHCkuc8JM3VUgTQaSiRhcfW94JF { width:8.1875rem;height:2.25rem;top:16.375rem;left:0.96875rem;font-size:1.25rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #roR98euE7kutydWRnNQZJzybKtfsNgiD { display:flex;width:3.625rem;height:3.625rem;top:1.5625rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #STItz3ywlASGqBnMqTKbkNBf4iQdchzw { display:flex;width:3.25rem;height:3.25rem;top:1.5625rem;left:12.84375rem; }
 }@media only screen and (max-width: 763px) { #xuZVIiaTbptaTNrrmtMuVlLKTGW4gazw { display:flex;width:3.4375rem;height:3.4375rem;top:12.125rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #CptAFlCXuPCAlCeDtxaF5c6H9yg1fSIs { display:flex;width:3.0625rem;height:3.0625rem;top:12.3125rem;left:3.53125rem; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:20rem;height:10rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { width:4.9375rem;height:1.875rem;top:1.75rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkw8Vsb6O2TqFoaB9BB6u0DbmTsUksEz { width:17.8125rem;height:1.125rem;top:5.4375rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:11rem;font-size:1.3125rem; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:13.4375rem;font-size:1.3125rem; }
#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #C3DpIMuV7wqbeaAWnnBJRhF0vr7QdiJX { top:4.5625rem;left:2.6875rem;width:14.625rem;height:0;z-index:15022;background-color:rgba(255,255,255,0.74);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VN8FLDRH0nmdDZ7Mr9ThBknSrLEzTTar { width:0.125rem;height:1.25rem;top:4.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qeQXCNmltMG03bHHOapCQUTQRKhv9PB0 { width:0.125rem;height:1.25rem;top:4.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQ6cFadc99k1bnKTt90a7ioVbvoX9wN0 { width:6.375rem;height:0;top:7.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izZkEcvMWgq8HT8O1EwO746sHMwEyIwI { width:7.0625rem;height:0;top:7.3125rem;left:6.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed79sBlvf6UkwB5hBrNEseQfkv5X3b9h { width:6.4375rem;height:1.125rem;top:7.3125rem;left:13.5625rem;font-size:0.875rem;display:block; }
 }