.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/84c6bbd3-b65c-4f3a-974b-c65469436254/Templeoftheholyspiritimagery21.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#BtRZBVT6kgsMEJ8CsOXkBd5Qfp8uOUl3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtRZBVT6kgsMEJ8CsOXkBd5Qfp8uOUl3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtRZBVT6kgsMEJ8CsOXkBd5Qfp8uOUl3 > .row > .video-iframe-container { display: none; }#BtRZBVT6kgsMEJ8CsOXkBd5Qfp8uOUl3 > .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); }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#403a60;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; }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row .container { background-color: transparent; background-image: none; }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row .container > .video-iframe-container { display: none; }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row > .video-iframe-container { display: none; }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .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); }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row .container { border-width: 0; border-radius: 0; }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#hJwhVlwlMX1cbiS8uZcU8dxhzFws2cKX { color:#d8d7df;display:block;width:4.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:2.8125rem;left:9.1875rem;height:1.349825rem;text-align:center;text-align-last:center;display:block; }
#FfOMKo7Qvz3v5caDK4iKDbgEJ1yEBTEc { display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.2;top:2.4560546875rem;left:38.75rem;background-color:transparent;background-image:none;height:2.0249rem;text-align:center;text-align-last:center;color:#5a5757;display:block; }
#dvBa1klMPL53DZeT9NH02NfhTad8ciid { display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.2;top:4.125rem;left:38.75rem;background-color:transparent;background-image:none;height:0;text-align:center;text-align-last:center;display:block; }
#DS4MzGR38T4bo44gPOUGXPoaJ9BMVvKU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93706875rem;width:4.0625rem;top:1rem;left:27.9375rem;overflow:hidden;display:block; }
#A6UExbLZ1TDFzmdTN6iqiMv2UWHIOAFM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#403a60;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#A6UExbLZ1TDFzmdTN6iqiMv2UWHIOAFM > .row .container { border-width: 0; border-radius: 0; }#A6UExbLZ1TDFzmdTN6iqiMv2UWHIOAFM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A6UExbLZ1TDFzmdTN6iqiMv2UWHIOAFM > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:none; }#IhTNbcJS2lT4QgGvJdmMRzLRree9aASs { color:#d8d7df;display:block;width:4.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:2.8125rem;left:9.1875rem;height:1.3501rem;text-align:center;text-align-last:center;display:block; }
#upFuxKag4frvF0XSDBLzszqcJTmKTMCQ { display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.2;top:4.125rem;left:38.75rem;background-color:transparent;background-image:none;height:0;text-align:center;text-align-last:center;display:block; }
#QKAQJWs6O2nq8qIo9XaroKAhTcRIVuSu { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93706875rem;width:4.0625rem;top:1rem;left:27.9375rem;overflow:hidden;display:block; }
#T0eLo5CO5bgIUgiE8TKto6Wid2dFqff4 { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6875rem;left:3.1875rem;height:1.462675rem;font-style:normal;display:block; }
#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/153096a5-e1e6-4596-aae4-3b7cb548bbf8/TempleoftheHolySpiritTransferenceHealing2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu.adaptive-delivery-prevent-bg, #AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu.lazyload, #AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu.lazyloading { background-image: none; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container { background-color: transparent; background-image: none; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,250,0.46); }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container > .video-iframe-container { display: none; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,250,0.46); }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row > .video-iframe-container { display: none; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .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); }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container { border-width: 0; border-radius: 0; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container { width:60rem;height:43.75rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#xmiTwLJFD4vRIq9w8Lhrn9JW8eLICNLl { color:#ffffff;display:block;width:27.6243125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:24.809124946594rem;left:0rem;height:1.70605625rem;font-style:normal;display:block; }
#dz7RCUbeLq0CUBnX5MeT8GNX2TFyrNTG { color:#352a56;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10.92578125rem;left:0rem;height:7.636725rem;display:block; }
#GIWmsbXgeEi97TCb7W4XT5DfJIwkT5nX { color:#352a56;display:block;width:59.9355625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(8,8,9,0.5);top:29.82763671875rem;left:0rem;height:6.33691875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lmv3R0Sh7CrR3ynle1iD3kgiCBmxzNT3 { color:#352a56;display:block;width:12.3748125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.7677555084229rem;left:3.5600128173828rem;height:1.4624rem;font-style:normal;display:block; }
#HLbzD5BGtO0MyJzbceQAFbeH9kO6fZSA { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:2.4375rem;top:2.6871452331543rem;left:0rem;overflow:hidden;display:block; }
#ZRfgCSkeFzQOQq1to4psCKmmxKptt6X9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZRfgCSkeFzQOQq1to4psCKmmxKptt6X9 > .row .container { border-width: 0; border-radius: 0; }#ZRfgCSkeFzQOQq1to4psCKmmxKptt6X9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZRfgCSkeFzQOQq1to4psCKmmxKptt6X9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZRfgCSkeFzQOQq1to4psCKmmxKptt6X9 > .row .container { width:60rem;height:49.625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:none; }#a7U8A0nToeSAgowhsVEb8QTxQpblKDcx { color:#ffffff;display:block;width:24.6230625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:28.2490234375rem;left:0rem;height:2.5996125rem;font-style:normal;display:block; }
#ymosmwLfhpcn9Hk4eXJNIkhMv4J6XbZE { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.061632633209rem;left:0rem;height:14.62280625rem;display:block; }
#bFEcL1aF12s4l6T9dHkW3GTcXpzvJ0TH { color:#ffffff;display:block;width:59.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:36.162109375rem;left:0rem;height:2.9248rem;font-style:normal;display:block; }
#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq { 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; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row .container { background-color: transparent; background-image: none; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row .container > .video-iframe-container { display: none; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row > .video-iframe-container { display: none; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .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); }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row .container { border-width: 0; border-radius: 0; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:60rem;position:relative;display:block; }#uIkRWwTraQh1OST7deUXen7EKcw1QkTc { color:#5d4f89;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(111,97,155,0.5);top:9.44091796875rem;left:0rem;height:1.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#exV5kGNSiIJi24qTfFRQhAzehHSDJzeH { color:#fafafa;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:7.31640625rem;left:0rem;height:;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#JTsVmbSeuDG3QkL2y8tnVqDaRK9m5JOK { color:#352a56;display:block;width:24.3110625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:14.26904296875rem;left:31.361328125rem;height:26.59374375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rM6sV4t6MBPl2F7lfTMfvi517Vhi5GxZ { background-color:#352a56;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:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4985625rem;height:3.311525rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:40.86181640625rem;left:32.955078125rem;display:block; }
#Kp9P1qJ3tlt7LxHxnlyI195vC7hA4X89 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HartwJxrpJCyBkH5t2ihAAs6EgVhmELx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:27.0625rem;width:20.125rem;top:14.03564453125rem;left:3.861328125rem;overflow:hidden;display:block; }
#NTUtFqRSpiPBS7VI3ffGJJ5UFhBLho23 { color:#352a56;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(110,94,160,0.5);top:2.8291015625rem;left:0rem;height:5.0371125rem;text-align:center;text-align-last:center;display:block; }
#repulGq7NpdsVeNdXVipFVWIetnN7aZO { color:#352a56;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.4701709747314rem;left:0rem;height:4.5486125rem;text-align:center;text-align-last:center;display:none; }
#ZA8pQ3U9qpdhWr17Wb1fhobfLLqliL9S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZA8pQ3U9qpdhWr17Wb1fhobfLLqliL9S > .row .container { border-width: 0; border-radius: 0; }#ZA8pQ3U9qpdhWr17Wb1fhobfLLqliL9S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZA8pQ3U9qpdhWr17Wb1fhobfLLqliL9S > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:60rem;position:relative;display:none; }#KrdkSXzDRrwb02MtOX1DB9eTiaFK6Aa2 { color:#352a56;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:7.3162288665769rem;left:0rem;height:1.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MClZri4X28ZbyNzhyFx8JgFIkMy807eq { color:#fafafa;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:7.31640625rem;left:0rem;height:;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#nGNNxcmy6PHkP76mT4unxzI2oifdtT7E { color:#000000;display:block;width:24.3119375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:12.90394115448rem;left:31.365409851074rem;height:23.2695375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#xBHMGaTH48aBNbkw09BT1Eh2rT4rUgb6 { background-color:#6450a2;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:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4993125rem;height:3.312325rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:36.677032470703rem;left:33.769527435302rem;display:block; }
#b7pRoTaDh9guMB1OMIUdOeqn4rMAccJA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PTVok0RWWQZ5aKkrNW6JxUQn1h1GDae9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1244375rem;width:23.0619375rem;top:12.90394115448rem;left:3.9870376586914rem;overflow:hidden;display:block; }
#xO0dFzB1JmuKBITqSV1LAZAOdGcB1R6v { color:#352a56;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.5947265625rem;left:0rem;height:4.548825rem;text-align:center;text-align-last:center;display:block; }
#mcdrzzgiSdCuWizZVk5kfb7k5G50Dxtu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#51427d;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; }#mcdrzzgiSdCuWizZVk5kfb7k5G50Dxtu > .row .container { background-color: transparent; background-image: none; }#mcdrzzgiSdCuWizZVk5kfb7k5G50Dxtu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcdrzzgiSdCuWizZVk5kfb7k5G50Dxtu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcdrzzgiSdCuWizZVk5kfb7k5G50Dxtu > .row .container > .video-iframe-container { display: none; }#mcdrzzgiSdCuWizZVk5kfb7k5G50Dxtu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcdrzzgiSdCuWizZVk5kfb7k5G50Dxtu > .row > .video-iframe-container { display: none; }#mcdrzzgiSdCuWizZVk5kfb7k5G50Dxtu > .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); }#mcdrzzgiSdCuWizZVk5kfb7k5G50Dxtu > .row .container { border-width: 0; border-radius: 0; }#mcdrzzgiSdCuWizZVk5kfb7k5G50Dxtu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mcdrzzgiSdCuWizZVk5kfb7k5G50Dxtu > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:60rem;position:relative;display:block; }#ZMJrzZTV2A3MLAq1xzT68qdfR9DcxTaX { position:absolute;display:block;z-index:15013;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:6.125rem;left:17.3125rem;display:block; }
#M4F9ozDCfE4xIMKTJahsb8NRU0Jd3rzp { position:absolute;display:block;z-index:15014;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:6.125rem;left:37.375rem;display:block; }
#T10Qs5JJtqdSR9QpkvTvVT6fecnuvS9a { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;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:8.125rem;width:8.125rem;top:2.125rem;left:45.9375rem;display:block; }
#upyFILZRSNmtJLOQGw7Z8qQTH1nCxAC0 { position:absolute;display:block;z-index:15016;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:2.875rem;left:46.75rem;display:block; }
#TFLkCJBEXbA52dTBaBLfzahf1ZrLecVt { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.125rem;left:0rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wwATl5JuFPgvWVXLtcqGhDEenPT3BQb6 { color:#fafafa;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.9375rem;left:0.84375rem;height:8.285125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LMFTzxAWiXcSvKlt6NtguQecc0krHbXW { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.125rem;left:20rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RIVDExSTDni5OhtCNdG3UfGlKITfSsQR { color:#fafafa;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.9375rem;left:20.84375rem;height:8.285125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dzy7088ZWJ6Bl79lttIm5Tp80HXp1FyQ { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.125rem;left:40rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mp9rwpo31VCqJA4koMF12PQ8DQby8BHt { color:#fafafa;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.93701171875rem;left:40.84375rem;height:8.285125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vzqXm4A3UCvAil3heazUDW6i2oiizbHm { position:absolute;display:block;z-index:15023;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:2.9375rem;left:26.75rem;display:block; }
#kR7aRcBX01usMJt8pG1n20V1kvTqtGr0 { position:absolute;display:block;z-index:15024;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:2.9375rem;left:6.125rem;display:block; }
#Dz4mgZsMvcz5zkQEyc6Fbgri1r9M6wW9 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;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:8.125rem;width:8.125rem;top:2.125rem;left:25.9375rem;display:block; }
#QzulzFa7oinZwJarGmgXTosss8Df55pV { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;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:8.125rem;width:8.125rem;top:2.125rem;left:5.3125rem;display:block; }
#pf9n379FrN21SPsbTNKdhuLIoDSqVW5C { position:absolute;display:block;z-index:15020;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.9375rem;width:5.9375rem;top:3.2173290252686rem;left:47.03125rem;overflow:hidden;display:block; }
#rigMraRKwVkOXhMOaTKHB95ens3RGybv { position:absolute;display:block;z-index:15026;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.7492875rem;width:5.7492875rem;top:3.3114347457886rem;left:27.124465942382rem;overflow:hidden;display:block; }
#paHct3fgsI3vfGPM8M7GCtPhXo9BkZTr { position:absolute;display:block;z-index:15029;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.187325rem;width:5.187325rem;top:3.3420104980469rem;left:6.8732643127444rem;overflow:hidden;display:block; }
#n2ikBRH8Tw5kPng28QnLNPx3A3lqI4PB { position:absolute;display:block;z-index:15027;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.749025rem;width:5.749025rem;top:3.3125rem;left:27.12548828125rem;overflow:hidden;display:block; }
#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c771ed8d-6533-4d29-8ace-88d1527b5f10/TempleoftheHolySpiritTransferenceHealing24.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB.adaptive-delivery-prevent-bg, #kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB.lazyload, #kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB.lazyloading { background-image: none; }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB > .row .container { background-color: transparent; background-image: none; }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,245,0.42); }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB > .row .container > .video-iframe-container { display: none; }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,245,0.42); }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB > .row > .video-iframe-container { display: none; }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB > .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); }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB > .row .container { border-width: 0; border-radius: 0; }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB > .row .container { width:60rem;height:25.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#eoDHwLM3eVW1CKeZJPBizMvXQc0kXaFr { color:#352a56;display:block;width:40.9375rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(158,133,230,0.5);top:9.56640625rem;left:0rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XMKNwiWDqx43wo0xwtPrs3ylKUeBXCBu { color:#ffffff;display:block;width:40.9375rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.3793382644656rem;left:0.375rem;height:5.84895625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#WQNglm6OMC91J2IOWTEd9TB3mZCgbTxg { 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; }#WQNglm6OMC91J2IOWTEd9TB3mZCgbTxg > .row .container { background-color: transparent; background-image: none; }#WQNglm6OMC91J2IOWTEd9TB3mZCgbTxg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQNglm6OMC91J2IOWTEd9TB3mZCgbTxg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQNglm6OMC91J2IOWTEd9TB3mZCgbTxg > .row .container > .video-iframe-container { display: none; }#WQNglm6OMC91J2IOWTEd9TB3mZCgbTxg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQNglm6OMC91J2IOWTEd9TB3mZCgbTxg > .row > .video-iframe-container { display: none; }#WQNglm6OMC91J2IOWTEd9TB3mZCgbTxg > .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); }#WQNglm6OMC91J2IOWTEd9TB3mZCgbTxg > .row .container { border-width: 0; border-radius: 0; }#WQNglm6OMC91J2IOWTEd9TB3mZCgbTxg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQNglm6OMC91J2IOWTEd9TB3mZCgbTxg > .row .container { font-size:0.875rem;font-family:arial;height:59.875rem;width:60rem;position:relative;display:block; }#Czc7v5Zxtemt4g8Lq0uG1kO6VzInQ7Fr { background-color:#352a56;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:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4975625rem;height:3.31055rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:52.8740234375rem;left:20.2509765625rem;display:block; }
#vu2fadUD9kEzbCaCVcSZPfvAw7rqD38u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T2wABdCJ2yv52OSoTVHoWfHtSFcSqWgi { color:#352a56;display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:8.4375rem;left:3.75rem;height:6.2988125rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lRPrGJeuIebhyh9aNtdNBeoTr8C220KV { color:#352a56;display:block;width:51.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:32.787109375rem;left:3.125rem;height:;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#lRPrGJeuIebhyh9aNtdNBeoTr8C220KV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lRPrGJeuIebhyh9aNtdNBeoTr8C220KV li:before{  }
#TBF401uacOxFJb5u7f1H9nbQDLEnlvrM { color:#352a56;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:47.685546875rem;left:0rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MhFG2HqcQVQDn1FOcICWDUdLZyJ11PVs { position:absolute;display:block;z-index:15008;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.25rem;top:53.625rem;left:25.375rem;display:none; }
#MKolV6xgIShM5T9xJV9dGflXEfyeHFcv { color:#352a56;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3798828125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OWHv1EmQOZsEOxz0LTHyJN61AvQi2zdk { color:#352a56;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:18.01513671875rem;left:0rem;height:12.59765rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a8482bc6-6bf4-4ac3-b63f-b48499fe3619/TempleoftheHolySpiritTransferenceHealing6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf.adaptive-delivery-prevent-bg, #F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf.lazyload, #F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf.lazyloading { background-image: none; }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf > .row .container { background-color: transparent; background-image: none; }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,250,0.39); }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf > .row .container > .video-iframe-container { display: none; }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,250,0.39); }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf > .row > .video-iframe-container { display: none; }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf > .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); }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf > .row .container { border-width: 0; border-radius: 0; }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf > .row .container { width:60rem;height:25.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#rF4PWOUGVT6SL2gQOKsWs8cga3R7Ba9O { color:#352a56;display:block;width:46.0625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(149,124,225,0.5);top:10.81640625rem;left:0rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XatTq0yZDfKdkz9tklFqWATGob00EQzt { color:#ffffff;display:block;width:40.9375rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.3793382644656rem;left:0.375rem;height:5.84895625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#kTT0cIl9l2Zt7TcJgVOZLe1Byh4Pph9y { 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; }#kTT0cIl9l2Zt7TcJgVOZLe1Byh4Pph9y > .row .container { background-color: transparent; background-image: none; }#kTT0cIl9l2Zt7TcJgVOZLe1Byh4Pph9y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTT0cIl9l2Zt7TcJgVOZLe1Byh4Pph9y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTT0cIl9l2Zt7TcJgVOZLe1Byh4Pph9y > .row .container > .video-iframe-container { display: none; }#kTT0cIl9l2Zt7TcJgVOZLe1Byh4Pph9y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTT0cIl9l2Zt7TcJgVOZLe1Byh4Pph9y > .row > .video-iframe-container { display: none; }#kTT0cIl9l2Zt7TcJgVOZLe1Byh4Pph9y > .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); }#kTT0cIl9l2Zt7TcJgVOZLe1Byh4Pph9y > .row .container { border-width: 0; border-radius: 0; }#kTT0cIl9l2Zt7TcJgVOZLe1Byh4Pph9y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kTT0cIl9l2Zt7TcJgVOZLe1Byh4Pph9y > .row .container { font-size:0.875rem;font-family:arial;height:56.75rem;width:60rem;position:relative;display:block; }#RSTAapx11JCp2wO6c9iIlHXq73tvdJXB { position:absolute;display:block;z-index:15008;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.25rem;top:53.625rem;left:25.375rem;display:none; }
#GKT9csmhJFAAC4tZ2w2AwaZAnzMIt9ky { color:#352a56;display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:8.8558893203738rem;left:4.5625rem;height:;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yoeUA6UdVgZQr2zHHgNmo8923R1kBZ2x { color:#352a56;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:17.141489982605rem;left:0rem;height:11.02294375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z94UpK14NPh4shsfVeeAfqFQtlVONwFi { color:#352a56;display:block;width:45.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:29.916451454163rem;left:4.560546875rem;height:14.160125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#z94UpK14NPh4shsfVeeAfqFQtlVONwFi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z94UpK14NPh4shsfVeeAfqFQtlVONwFi li:before{  }
#KTl4STfmmWQf1rIqQW0ynNSe9BSCXf4X { color:#352a56;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:46.37478351593rem;left:0rem;height:1.57470625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Riyl6Gk7vLfo1w88wHUSH9OZk6DT2loO { background-color:#352a56;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:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.497625rem;height:3.31055rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:50.698786735534rem;left:20.250652313233rem;display:block; }
#nyLs9waHfAW9NByUSSAzhFWpmh2GRLU6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wWzmvrXeW8TGZzNdIrO1tfVgpcyc4H2h { color:#352a56;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3798828125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dlqCSk2MExA2WQW590IL8xcGzWo7bIxu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/58a33375-a4e3-49e1-a8aa-21468723edd0/TempleoftheHolySpiritTransferenceHealing15.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; }#dlqCSk2MExA2WQW590IL8xcGzWo7bIxu.adaptive-delivery-prevent-bg, #dlqCSk2MExA2WQW590IL8xcGzWo7bIxu.lazyload, #dlqCSk2MExA2WQW590IL8xcGzWo7bIxu.lazyloading { background-image: none; }#dlqCSk2MExA2WQW590IL8xcGzWo7bIxu > .row .container { background-color: transparent; background-image: none; }#dlqCSk2MExA2WQW590IL8xcGzWo7bIxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#dlqCSk2MExA2WQW590IL8xcGzWo7bIxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlqCSk2MExA2WQW590IL8xcGzWo7bIxu > .row .container > .video-iframe-container { display: none; }#dlqCSk2MExA2WQW590IL8xcGzWo7bIxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#dlqCSk2MExA2WQW590IL8xcGzWo7bIxu > .row > .video-iframe-container { display: none; }#dlqCSk2MExA2WQW590IL8xcGzWo7bIxu > .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); }#dlqCSk2MExA2WQW590IL8xcGzWo7bIxu > .row .container { border-width: 0; border-radius: 0; }#dlqCSk2MExA2WQW590IL8xcGzWo7bIxu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dlqCSk2MExA2WQW590IL8xcGzWo7bIxu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dlqCSk2MExA2WQW590IL8xcGzWo7bIxu > .row .container { font-size:0.875rem;font-family:arial;height:61.5rem;width:60rem;position:relative;display:block; }#Ap0woGb6AyCNOp5roeZKBB4qAwT9yRWd { color:#352a56;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:29.875rem;left:7.28125rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mT86rnAGIbOHaZnaefV20Lk5DpvXnnGl { position:absolute;display:block;z-index:15007;background-color:#352a56;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.25rem;top:30.6875rem;left:0rem;display:block; }
#ViB85mt0DCElGlJXcIeAoTuvedgyo20n { color:#352a56;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.0625rem 0.1875rem rgba(72,52,132,0.5);top:33.28125rem;left:0rem;height:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gPsCAlCsQIhPxtAUeEuEOPI6p5eX7hQg { 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.625rem;width:3.625rem;top:33.28125rem;left:16.4375rem;overflow:hidden;display:block; }
#RuFB6OBfygByxuICctALnfRl7NWtTzuf { color:#352a56;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:36.2861328125rem;left:21.78125rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MMtkk9Mq9Afnq3SswPrQvc0EmDmIxNmM { color:#352a56;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.86);top:33.5361328125rem;left:21.78125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nQ8srb67tnS6SS9IHiIsMeuTuGGKToeD { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.25rem;top:48.474609375rem;left:38.21875rem;overflow:hidden;display:block; }
#BZJOQidPRGqMsDTTVwWFOX06lGgCR6dF { color:#352a56;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:41.537109375rem;left:21.6875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nFS5cERWsHcdL2nqKnqTcsQH5A2h8uyf { color:#352a56;display:block;width:15.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:44.287109375rem;left:21.78125rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#p5fgPIoRN83bIrODMTICih8OLCxaeuP0 { color:#352a56;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:35.6298828125rem;left:44.125rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kZM2XoP5KpeKCF6gM6L4ak6F84xhtDgv { color:#352a56;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(232,229,241,0.5);top:33.28125rem;left:43.998046875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ktOZIxTmIL5QgWHq9hHhkT6aJfZylsGV { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.625rem;top:40.755859375rem;left:16.25rem;overflow:hidden;display:block; }
#lhXhi2tcGIIcTpagbQtzSoWO5Ty0QgNM { color:#352a56;display:block;width:15.8730625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:44.287109375rem;left:44.12646484375rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pZtXSQM6IfMRqu9aNbEEWaH9xSWuwycJ { color:#352a56;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:41.537109375rem;left:44.375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WQ8sCWKo1pG6rVbHfZfMN1JsAzx2to3p { 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:3.75rem;width:3.75rem;top:40.505859375rem;left:38.49951171875rem;overflow:hidden;display:block; }
#Nw5Q7Erb9JP8LwAtEx7i1DOahhM1ZZit { background-color:#352a56;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:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:52.724609375rem;left:0rem;display:block; }
#gFc2FFetVkWFwvX2I1e7IbruTDa839IH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZNaBTBG8M4IhKzGFyitnh0evWBXDiSpy { color:#352a56;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(233,231,239,0.92);top:49.53125rem;left:21.6875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fILui64pQfPanhfiCAxSX9rTHq8e4LwG { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:48.599609375rem;left:16.6875rem;overflow:hidden;display:block; }
#GxeP4gWzmXS4IkgzQVEhDe52XOGPyNyg { color:#352a56;display:block;width:15.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:52.037109375rem;left:21.6875rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IA01fs5TFT9NyZdM4wgOJohIr4mF8BZb { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:33.062489509582rem;left:38.218751907349rem;overflow:hidden;display:block; }
#aqvPQhLufPamZBzNkGak9FtIus0PwoVs { color:#352a56;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #e7e4f1;top:49.53125rem;left:43.998046875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DiCTGnkJh3R35qSXiNHcBa385MMprpst { color:#352a56;display:block;width:15.8730625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:52.349609375rem;left:43.998046875rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dJZnTsFiFcpilvRow5abyfk43mOpaOQW { color:#352a56;display:block;width:52.6230625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:15.82568359375rem;left:3.06298828125rem;height:11.0229375rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MPDeHO7mgzGKCBVk17HR6L38X8kdS2ir { color:#352a56;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(142,120,209,0.5);top:5.0625rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DRrHgSiLUwI0dUS4uMBT3kgt48o37xyf { color:#352a56;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(152,128,223,0.5);top:10.880859375rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p6r4K3BRZl2UhaGH6qOeC0tBhIBq7Xlo { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:40.505859375rem;left:38.46875rem;overflow:hidden;display:block; }
#lgKyZGgyZJQbvLzvGwuk3w384sfrssXR { 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:3.8125rem;width:3.8125rem;top:48.599609375rem;left:16.6875rem;overflow:hidden;display:block; }
#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv { z-index:;position:relative;display:block; }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv { background-color: transparent; background-image: none; }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv > .row .container > .video-iframe-container { display: none; }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv > .row > .video-iframe-container { display: none; }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv > .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); }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv { border-width: 0; border-radius: 0; }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv > .row .container { background-color:transparent;background-size:initial !important;font-size:0.875rem;font-family:arial;height:46.9375rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ecZnOcH6vpGvbguqXDdyGsvSc0lcEQXT { position:absolute;display:block;z-index:15015;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.0625rem solid #d8d7df;border-left:0.0625rem solid #d8d7df;border-right:0.0625rem solid #d8d7df;border-bottom:0.0625rem solid #d8d7df;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:28.75rem;width:21.3125rem;top:6.875rem;left:31.125rem;display:block; }
#RJULXtfXgCbGQPxLcTOz7TxWucJFVcFI { background-color:#352a56;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:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:4.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:8.125rem;left:32.5rem;display:block; }
#NU6EU66MPECqnbTqC9r4VsVmLLT5sH0p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sPk6iN6HE9PRISArPlh2I0eZLabuygWO { color:#1f3f51;display:block;width:18.6865rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.1875rem;left:32.5rem;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; }
#zJBGlWkzpeaq9zffJ5KQ37XqTWkm04Gt { color:#000000;display:block;width:18.6865rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:19.3125rem;left:32.5rem;height:1.381075rem;text-align:center;text-align-last:center;display:block; }
#yzQEkGPM1uQTkiAI8m2xB8F63HnalpAR { color:#2b2a2a;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:22.4111328125rem;left:31.84375rem;height:11.172375rem;text-align:left;text-align-last:left;display:block; }#yzQEkGPM1uQTkiAI8m2xB8F63HnalpAR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yzQEkGPM1uQTkiAI8m2xB8F63HnalpAR li:before{  }
#cZexP7NDPWhuPhRDiNLVf1QcFmAOl7XT { position:absolute;display:block;z-index:15021;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.0625rem solid #d8d7df;border-left:0.0625rem solid #d8d7df;border-right:0.0625rem solid #d8d7df;border-bottom:0.0625rem solid #d8d7df;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:28.8125rem;width:21.3125rem;top:6.875rem;left:7.5625rem;display:block; }
#uDFNOOEDUiAs2sBbURtwbupqOTmDUw4B { color:#403a60;display:block;width:18.81225rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:14.1875rem;left:8.75rem;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; }
#yxv9XtiMivWpxWA6JRM1hrqonAqJ7Xzi { color:#000000;display:block;width:18.6865rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:19.3125rem;left:8.75rem;height:1.381075rem;text-align:center;text-align-last:center;display:block; }
#dNBLX6NHVAvQngDX8LMg1XksD3ApnCgk { color:#2b2a2a;display:block;width:20.0615rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:22.4111328125rem;left:8.2490234375rem;height:;text-align:left;text-align-last:left;display:block; }#dNBLX6NHVAvQngDX8LMg1XksD3ApnCgk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dNBLX6NHVAvQngDX8LMg1XksD3ApnCgk li:before{  }
#yr17OO7RX4y0oCmAO7ohhNTEPgODCuWa { background-color:#352a56;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:5.0625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:8.125rem;left:8.8125rem;display:block; }
#QgUxe4Vl6WTDRybv8qFUr0ZuEpsyVyqN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sTH1bLlwIVT6GX0FBR3dT9LgEa0Dk37s { color:#cd99ec;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:42.4150390625rem;left:0rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DJVfgqNCmFSyC3XAT46xRHcoRHoeVIKz { color:#352a56;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8857421875rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K6TWZ1Bux2Ff0E0AGTUtRoS9tHK3EsZe { color:#352a56;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:37.5400390625rem;left:0rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#HM4FlKbWvvFBdcIEZVbWWweFTwyCro35 { color:#352a56;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:39.595703125rem;left:0rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BGO1Xc7sRhnUh14KRdNxtQQ7Cs7iAa0s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#51427d;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; }#BGO1Xc7sRhnUh14KRdNxtQQ7Cs7iAa0s > .row .container { background-color: transparent; background-image: none; }#BGO1Xc7sRhnUh14KRdNxtQQ7Cs7iAa0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGO1Xc7sRhnUh14KRdNxtQQ7Cs7iAa0s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGO1Xc7sRhnUh14KRdNxtQQ7Cs7iAa0s > .row .container > .video-iframe-container { display: none; }#BGO1Xc7sRhnUh14KRdNxtQQ7Cs7iAa0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGO1Xc7sRhnUh14KRdNxtQQ7Cs7iAa0s > .row > .video-iframe-container { display: none; }#BGO1Xc7sRhnUh14KRdNxtQQ7Cs7iAa0s > .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); }#BGO1Xc7sRhnUh14KRdNxtQQ7Cs7iAa0s > .row .container { border-width: 0; border-radius: 0; }#BGO1Xc7sRhnUh14KRdNxtQQ7Cs7iAa0s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BGO1Xc7sRhnUh14KRdNxtQQ7Cs7iAa0s > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:60rem;position:relative;display:block; }#VuSS0mWvRAHH617VKpkui8OUytaTesR7 { 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:20.25rem;width:15.3125rem;top:0rem;left:42.4619140625rem;overflow:hidden;display:none; }
#PQSrpZ7HfR8TJdG8v0SKlqqppm0J4TQF { color:#fafafa;display:block;width:37.1235625rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:4.21826171875rem;left:10.46923828125rem;height:2.88736875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dVZoyza3XTE661ArIJNphIJSPiKKmXBH { color:#ffffff;display:block;width:52.6230625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.25rem;left:3.6875rem;height:;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r4219iQLl3Zr2MiP88h0odTBDt5ep27R { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.9375rem;left:0rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ksAni9medyAWi93bGI1NiazIB3JdmK6c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#51427d;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; }#ksAni9medyAWi93bGI1NiazIB3JdmK6c > .row .container { background-color: transparent; background-image: none; }#ksAni9medyAWi93bGI1NiazIB3JdmK6c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksAni9medyAWi93bGI1NiazIB3JdmK6c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksAni9medyAWi93bGI1NiazIB3JdmK6c > .row .container > .video-iframe-container { display: none; }#ksAni9medyAWi93bGI1NiazIB3JdmK6c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksAni9medyAWi93bGI1NiazIB3JdmK6c > .row > .video-iframe-container { display: none; }#ksAni9medyAWi93bGI1NiazIB3JdmK6c > .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); }#ksAni9medyAWi93bGI1NiazIB3JdmK6c > .row .container { border-width: 0; border-radius: 0; }#ksAni9medyAWi93bGI1NiazIB3JdmK6c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ksAni9medyAWi93bGI1NiazIB3JdmK6c > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:60rem;position:relative;display:block; }#kZieIRVL4nlOw953lsLHuKp9PF5MbvTA { position:absolute;display:block;z-index:15007;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:5.75rem;left:0rem;display:block; }
#izBhw1H2srILdBmvSlqe1WOUtUqvRqgo { 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.625rem;width:3.625rem;top:3.9687919616699rem;left:37.500001907349rem;overflow:hidden;display:block; }
#vt4BKG8swHE8GmNGr1zI6atId6dNaUSu { color:rgba(255,255,255,0.5);display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:7.59375rem;left:11.25rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LNm70uD2Al05gQMa4asqKxGu49L3FgKT { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:4.9375rem;left:11.0625rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xiO2SzTOKxys52BWzUTqXOBlnuSGWJvp { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.3125rem;top:3.7500419616699rem;left:6.5rem;overflow:hidden;display:block; }
#Pq0mSTzTZcD5OIhbafZTxT9tQ1sFn7ME { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:4.9375rem;left:41.6875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JVaGT32dOKMNFxzwl4vuX51NGA4I0T7z { color:rgba(255,255,255,0.5);display:block;width:15.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:7.59375rem;left:42.09375rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xa9gk2DgmvoPUVJvpN1gdeOTECP8MBcT { position:absolute;display:block;z-index:15008;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:6.25rem;top:5.7486839294434rem;left:30.686851501465rem;display:block; }
#zLD2s5eMo7nvJ5RSAUwyLXTehamU7dUT { color:#ffffff;display:block;width:52.6230625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.5rem;left:4.3125rem;height:1.57470625rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J2JMg7Edt4llnp2l30y1LD9EgpxxCdFO { position:absolute;display:block;z-index:15007;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:5.75rem;left:0rem;display:block; }
#ac3ZlN0kmNZSEDwc6ZhrOzPUEQg8BIoV { position:absolute;display:block;z-index:15007;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:5.75rem;left:0rem;display:block; }
#w94ApotoMKHNwxHqDGOFwucPPSPWoXcI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#w94ApotoMKHNwxHqDGOFwucPPSPWoXcI > .row .container { background-color: transparent; background-image: none; }#w94ApotoMKHNwxHqDGOFwucPPSPWoXcI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w94ApotoMKHNwxHqDGOFwucPPSPWoXcI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w94ApotoMKHNwxHqDGOFwucPPSPWoXcI > .row .container > .video-iframe-container { display: none; }#w94ApotoMKHNwxHqDGOFwucPPSPWoXcI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w94ApotoMKHNwxHqDGOFwucPPSPWoXcI > .row > .video-iframe-container { display: none; }#w94ApotoMKHNwxHqDGOFwucPPSPWoXcI > .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); }#w94ApotoMKHNwxHqDGOFwucPPSPWoXcI > .row .container { border-width: 0; border-radius: 0; }#w94ApotoMKHNwxHqDGOFwucPPSPWoXcI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w94ApotoMKHNwxHqDGOFwucPPSPWoXcI > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:60rem;position:relative;display:block; }#kO27JqPOpwLkWszxyd1wSpz4qceIhry5 { color:#352a56;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.6819953918457rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ce5u0XzIgoUvcDstUgC1uzGxb4KvlfAq { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;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:8.125rem;width:8.125rem;top:9.5rem;left:3.625rem;display:block; }
#Jl2qhvcT0CC44P9gZX0CNqzU55VbJHIJ { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;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:8.125rem;width:8.125rem;top:9.5rem;left:19.375rem;display:block; }
#bvD0w5dOm8tcTOFMoXWMarnMeMTzT0zN { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;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:8.125rem;width:8.125rem;top:9.5rem;left:34.0625rem;display:block; }
#vTWKLJapF3vAiAdcCSG58Pab3yUQyMxU { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;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:8.125rem;width:8.125rem;top:9.5rem;left:50rem;display:block; }
#HKNWHy3JOvPt4dAUunophRnADwb0pTmp { position:absolute;display:block;z-index:15024;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:10.25rem;left:4.4375rem;display:block; }
#V4LE9G9UsUB0zwLhvENzXGXvNzKfPdeD { position:absolute;display:block;z-index:15023;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:10.3125rem;left:20.125rem;display:block; }
#AI6R0JlP3KaOPgUQIp4SsuNEfSKn40Ld { position:absolute;display:block;z-index:15024;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:10.3125rem;left:34.875rem;display:block; }
#U80ArdxfmuWck5XKaTJKXf9QHXT3TaxQ { position:absolute;display:block;z-index:15025;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:10.28125rem;left:50.78125rem;display:block; }
#m1E5akwOoGyZcakHZOa81TtXlMLXNbB7 { position:absolute;display:block;z-index:15029;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.1870125rem;width:5.1870125rem;top:10.5625rem;left:5.125rem;overflow:hidden;display:block; }
#zafvmcALyUOhiCAHLdcXG0Z3QibxIIai { position:absolute;display:block;z-index:15026;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.749025rem;width:5.749025rem;top:10.6875rem;left:20.5625rem;overflow:hidden;display:block; }
#mIlADlDMQywMkZ6rQPKte3yGE6ebTGwa { position:absolute;display:block;z-index:15031;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.0625rem;width:5.0625rem;top:11.03125rem;left:51.531251907349rem;overflow:hidden;display:block; }
#tCWVbUvPmuIBbJ2h1t4Z5y7JqJzlvIB5 { position:absolute;display:block;z-index:15013;background-color:#352a56;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5625rem;top:13.500000953674rem;left:13.392362594604rem;display:block; }
#Xgt5xTVSzL7qM4LIkd0tygXkf6odVTPe { position:absolute;display:block;z-index:15030;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.9375rem;width:5.9375rem;top:10.625rem;left:35.1875rem;overflow:hidden;display:block; }
#BRWgqVGsPyFXXSHRUJATmd42UXlRPDlH { color:#352a56;display:block;width:15.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.562514305115rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ii7VKRMs0qouvunCoVOb3otxk0CTJbWv { color:#5d4f89;display:block;width:13.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:23.562514305115rem;left:0.90625rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lGubNRUNd6l6uoDwe12HFW1oDeJnIGxd { color:#352a56;display:block;width:20.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.5625rem;left:13.392578125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LR095SZUv3ANygXmTIsvUWTZBHmlhU3Q { color:#5d4f89;display:block;width:12.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:23.562514305115rem;left:17.125001907349rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hokFcheJak4Qnn0vbf4gfge2yr0x3mTZ { color:#352a56;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.562514305115rem;left:30.656251907349rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TuxMzKVBn4f2TUbPvhrV9AaRISlaUgNg { color:#5d4f89;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:23.562514305115rem;left:31.937501907349rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#olfl3y9e0KtptVPlLvbrsk1f3TWkqVoR { color:#352a56;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.5625rem;left:47.6875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ms459OhFvCywKCaUIfGcqMcUpPcXiUpk { color:#5d4f89;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:23.562514305115rem;left:47.625001907349rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TPFctpg3hoEIdXWLtg7BMWVPlgNhbxoy { position:absolute;display:block;z-index:15014;background-color:#352a56;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5625rem;top:13.500000953674rem;left:28.319444656372rem;display:block; }
#Dx79vKuslLMWQFAkzagAOQ3ycE50AMkf { position:absolute;display:block;z-index:15015;background-color:#352a56;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5625rem;top:13.500000953674rem;left:44.381944656372rem;display:block; }
#wf3ZPpAAaZmmzMZTfzI80auXpqNaZotv { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.5625rem;left:47.6875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#T2D7QP0ELZKHF5L87zC5Lg6IBx3m5ByT { position:absolute;display:block;z-index:15027;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.749025rem;width:5.749025rem;top:10.6875rem;left:20.56298828125rem;overflow:hidden;display:block; }
#FZWaCpk92rtfQNdb2kdshmA2nIHvtReA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e76a2a89-0540-42ac-9a42-bcdefccd695f/TempleoftheHolySpiritTransferenceHealing38.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; }#FZWaCpk92rtfQNdb2kdshmA2nIHvtReA.adaptive-delivery-prevent-bg, #FZWaCpk92rtfQNdb2kdshmA2nIHvtReA.lazyload, #FZWaCpk92rtfQNdb2kdshmA2nIHvtReA.lazyloading { background-image: none; }#FZWaCpk92rtfQNdb2kdshmA2nIHvtReA > .row .container { background-color: transparent; background-image: none; }#FZWaCpk92rtfQNdb2kdshmA2nIHvtReA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(244,244,236,0.75); }#FZWaCpk92rtfQNdb2kdshmA2nIHvtReA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZWaCpk92rtfQNdb2kdshmA2nIHvtReA > .row .container > .video-iframe-container { display: none; }#FZWaCpk92rtfQNdb2kdshmA2nIHvtReA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(244,244,236,0.75); }#FZWaCpk92rtfQNdb2kdshmA2nIHvtReA > .row > .video-iframe-container { display: none; }#FZWaCpk92rtfQNdb2kdshmA2nIHvtReA > .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); }#FZWaCpk92rtfQNdb2kdshmA2nIHvtReA > .row .container { border-width: 0; border-radius: 0; }#FZWaCpk92rtfQNdb2kdshmA2nIHvtReA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FZWaCpk92rtfQNdb2kdshmA2nIHvtReA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FZWaCpk92rtfQNdb2kdshmA2nIHvtReA > .row .container { font-size:0.875rem;font-family:arial;height:106.125rem;width:60rem;position:relative;display:block; }#WpFQQB4Wq7KeyhJzTTQSzatGPlUO19Ml { background-color:#352a56;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:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4970625rem;height:3.30956875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:100.625rem;left:20.25rem;display:block; }
#cvc47y3T0Ek3hL8KRnTCKMnBTP7b6AZ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FqgIzihAoHiUv8ARIVctiyDRhmAnV8Tr { color:#352a56;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(93,75,146,0.5);top:3.494140625rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UuxJdkeb9qnUuxfMoEhykmtikk2QOD6Z { color:#352a56;display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:14.118890285492rem;left:3.75rem;height:34.6435625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JAZ8fxWkiOn5xqiQ108dNhcZTSPPcy2o { color:#352a56;display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:57.875rem;left:3.75rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wxzZnrVwxErSNuNQk1C7yzp5lLnqmSfG { color:#352a56;display:block;width:52.6215rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:94.6875rem;left:3.75rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W0my4nhVwleglifzIv3G6Rr4NU79k5EU { color:#352a56;display:block;width:39.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(101,87,144,0.5);top:9.5754866600037rem;left:10.312501907349rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTseaihTfCvHcSQJwIzZptGTlZBuF2ey { color:#352a56;display:block;width:39.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(86,74,121,0.5);top:53.625rem;left:10.3125rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nePM37U8oTpQNRbpxkKFATMin1cf05to { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:39.5625rem;top:49.809036254882rem;left:12.250001907349rem;overflow:hidden;display:block; }
#rrw4oWHZlBhTewb5mgclu0OiwcQfngnu { 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; }#rrw4oWHZlBhTewb5mgclu0OiwcQfngnu > .row .container { background-color: transparent; background-image: none; }#rrw4oWHZlBhTewb5mgclu0OiwcQfngnu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrw4oWHZlBhTewb5mgclu0OiwcQfngnu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrw4oWHZlBhTewb5mgclu0OiwcQfngnu > .row .container > .video-iframe-container { display: none; }#rrw4oWHZlBhTewb5mgclu0OiwcQfngnu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrw4oWHZlBhTewb5mgclu0OiwcQfngnu > .row > .video-iframe-container { display: none; }#rrw4oWHZlBhTewb5mgclu0OiwcQfngnu > .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); }#rrw4oWHZlBhTewb5mgclu0OiwcQfngnu > .row .container { border-width: 0; border-radius: 0; }#rrw4oWHZlBhTewb5mgclu0OiwcQfngnu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rrw4oWHZlBhTewb5mgclu0OiwcQfngnu > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:60rem;position:relative;display:block; }#uVt3scMRQTnGaBtPTp3CXn9qdwP04ZHp { color:#352a56;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5674715042114rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ea3FDAFGXIeRvtNR5nMunuGFsTmZS48q { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:8.8117942810056rem;left:0rem;height:1.57470625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep .accordion-element-container { border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;flex-direction:column;align-items:center;background-color:#6450a2;background-image:none;vertical-align:top;box-shadow: none; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:montserrat;font-style:normal;color:#ffffff; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:montserrat;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;height:auto;color:#ffffff; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep .accordion-trigger.adaptive-delivery-prevent-bg, #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep .accordion-trigger.lazyload, #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep .accordion-trigger.lazyloading { background-image: none; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep { box-sizing:content-box;height:auto;width:50.625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15018;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.78125rem;left:3.4375rem; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #AkSPnDWEnp3Cyo7iRMvcBEduWn3uGhHG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #bcDOUE9sJhVyDZaHDTTpDML0csd2ilTQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #S1DwTNF8fvTyh1ezHCkZS0fMlxKpt8OD { display:block;position:relative; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #PHKbIkK7p7QLNRv40cDcK38uV3i6gu6y {  }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #ZRC4KiU9icAK0SlR4Og2PGpq8Tl3C9LJ {  }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #Ii26ZyEXVtcN4coXaZysiQo76oRZWTZW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #M9eQIlltSB5aCkXR5i9Bv7vCVJvdeuJh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #eaeKGnKczDwHhvbFMMKzWbPKi6lG687v { display:block;position:relative; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #bvLWy17KavBPuGT4pqa5KFF36GgoPXTv {  }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #qG729WTshaTWILglrrutyyEURDTaxV0o { display:none; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #I2LshRcCLfmgTyTA4B1soQDWz9ipzKK7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #ck5BKWUF9XAD35oDDo1vFlcJIDrS0JUU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #Bk22EkOanraxKseOJ3X75e0Tmc02OBL5 { display:block;position:relative; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #gt24c1y5CnaKx77Fh0W7fG2c900eQaR0 {  }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #M6yUcPdCCrEKWqvItBPOX7MHboFn9lc3 { display:none; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #xBttqoy7fZxTS47JIQVyC9DDqg8Ooqs5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #bNrog11JmOIWPWkG05cQMmhTLabfV1Gb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #RKkyesOiEXZdHwCGKMbw9vpJzzNHAwnw { display:block;position:relative; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #Elx7BvvolBb7TbTNw7Ux9dOwePwbTDk4 {  }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #vpBoGOtyJJpHIoRu5usc6q7HEoLTV7C2 { display:none; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #P1rgz7saKGHOwz5RTPMvbiGTlGNdMCug { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #gTdMcTRInqq0VJIWZSZZGv2SV7fTc2dV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #BZhZKyKbELrbdwwyG3hW6Pw3Rp7kQs6U { display:block;position:relative; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #ew1Fhd9JgcJyS8IF4JPSp7A8ZmmL4UpE {  }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #HhfGPkz558Qx5Lu7SVBdQRteFhi4ISOs { display:none; }
#N14dyPqvEnHW9mKpKM9ySkI3ATLpbsO8 { background-color:#403a60;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:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:32.0625rem;left:20.25rem;display:none; }
#VDVvX33IB2uTJdCHrwkOrKScHe2lxUV4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/58a33375-a4e3-49e1-a8aa-21468723edd0/TempleoftheHolySpiritTransferenceHealing15.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK.adaptive-delivery-prevent-bg, #M71IxL7HGceREJhTcTrt0JLdiIUrMJSK.lazyload, #M71IxL7HGceREJhTcTrt0JLdiIUrMJSK.lazyloading { background-image: none; }#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK > .row .container { background-color: transparent; background-image: none; }#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(236,235,223,0.65); }#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK > .row .container > .video-iframe-container { display: none; }#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(236,235,223,0.65); }#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK > .row > .video-iframe-container { display: none; }#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK > .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); }#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK > .row .container { border-width: 0; border-radius: 0; }#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:60rem;position:relative;display:block; }#TKDssB6S9VQBWHBuweA08TJaDfcBS8uw { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #352a56, #aba0d0);background-image: -moz-linear-gradient(120deg, #352a56, #aba0d0);background-image: -ms-linear-gradient(120deg, #352a56, #aba0d0);background-image: -o-linear-gradient(120deg, #352a56, #aba0d0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#352a56', endColorstr='#aba0d0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#352a56', endColorstr='#aba0d0' );";background-image: linear-gradient(120deg, #352a56, #aba0d0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:22.9375rem;width:60rem;top:6.78125rem;left:0rem;display:block; }
#dCoNviX5pSXHv5Ti6QMfJzTCXoav0TlV { color:#352a56;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(231,228,243,0.5);top:2rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a3EtDGArhTlTwwxf3J5xv4wOiqcQ38mC { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:17.125rem;width:12.75rem;top:9.6875rem;left:7.927734375rem;overflow:hidden;display:block; }
#X9pk1NG43dFDeBfNyDH8T2UuurgUQui1 { background-color:#352a56;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:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4985625rem;height:3.311525rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:23.0625rem;left:27.8125rem;display:block; }
#eVr0DPEqfv4GSpXpAXushXaadLGVglzZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cPrzNITJD8CgQlUpuNeIpGku4LNabJJX { color:#ffffff;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.9375rem;left:27.8125rem;height:11.0229375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#USSVkNnQrrptSbXqraAeIwSMQnAty07z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#USSVkNnQrrptSbXqraAeIwSMQnAty07z > .row .container { border-width: 0; border-radius: 0; }#USSVkNnQrrptSbXqraAeIwSMQnAty07z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#USSVkNnQrrptSbXqraAeIwSMQnAty07z > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:60rem;position:relative;display:none; }#C1XVBsJ0LXKuhZ56agzsOt9BVFKbUOrs { color:#352a56;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5674715042114rem;left:0rem;height:2.9243625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#RGnroac9GrZJc5UVbTlEtR7tmJsq3bMn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RGnroac9GrZJc5UVbTlEtR7tmJsq3bMn > .row .container { border-width: 0; border-radius: 0; }#RGnroac9GrZJc5UVbTlEtR7tmJsq3bMn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RGnroac9GrZJc5UVbTlEtR7tmJsq3bMn > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:60rem;position:relative;display:none; }#ZaP7fvLhl2Zdc0caIr2ZQCmOlWugqldh { 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: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:31.25rem;width:25rem;top:5.625rem;left:33.125rem;overflow:hidden;display:none; }
#cZe3GhNaOabDU4gqH5uTVw5dVd4P7JLZ { color:#2a2373;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:2.92535rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L9mH9pzawWfOMnZepDnRMzlsVtlQiTF1 { height:22.3123125rem;width:22.3123125rem;position:absolute;display:block;z-index:15005;top:4.3120660781861rem;left:36.436634063721rem;background-color:transparent;background-image:none;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:hidden;display:block; }
#KWKA2FZ9W0GIVnOFSeMm8yOF3pRouwfy { color:#2b2a2a;display:block;width:30.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:10.8125rem;left:0rem;height:21.6015625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ZLTKzVOeaLmrODSz7w7S7omV55RTT09a { color:#2a2373;display:block;width:28.061rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pFpQT4Jo9daQUrwrRTsq9p9ITMbTZAWf { color:#403a60;display:block;width:28.061rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:33.374566078186rem;left:0rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s { display:block; }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #hJwhVlwlMX1cbiS8uZcU8dxhzFws2cKX { width:4.0625rem;height:1.05025rem;top:2.8125rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #FfOMKo7Qvz3v5caDK4iKDbgEJ1yEBTEc { background-color:transparent;background-image:none;left:26.0009765625rem;top:2.4560546875rem;width:21.74925rem;height:2.02485625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #dvBa1klMPL53DZeT9NH02NfhTad8ciid { left:20.3125rem;background-color:transparent;background-image:none;top:3.1875rem;width:27.4375rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #DS4MzGR38T4bo44gPOUGXPoaJ9BMVvKU { width:4.0625rem;height:4.93706875rem;top:1rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #A6UExbLZ1TDFzmdTN6iqiMv2UWHIOAFM { display:none; }#A6UExbLZ1TDFzmdTN6iqiMv2UWHIOAFM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #IhTNbcJS2lT4QgGvJdmMRzLRree9aASs { width:4.0625rem;height:1.04980625rem;top:2.8125rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #upFuxKag4frvF0XSDBLzszqcJTmKTMCQ { left:20.3125rem;background-color:transparent;background-image:none;top:3.1875rem;width:27.4375rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #QKAQJWs6O2nq8qIo9XaroKAhTcRIVuSu { width:4.0625rem;height:4.93706875rem;top:1rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #T0eLo5CO5bgIUgiE8TKto6Wid2dFqff4 { width:12.374125rem;height:1.2999125rem;top:4.7851567268372rem;left:3.249783039093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/153096a5-e1e6-4596-aae4-3b7cb548bbf8/TempleoftheHolySpiritTransferenceHealing2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu.adaptive-delivery-prevent-bg, #AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu.lazyload, #AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu.lazyloading { background-image: none; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container { background-color: transparent; background-image: none; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,250,0.46); }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container > .video-iframe-container { display: none; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,250,0.46); }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row > .video-iframe-container { display: none; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .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); }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container { width:47.75rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #xmiTwLJFD4vRIq9w8Lhrn9JW8eLICNLl { width:24.561625rem;height:2.599825rem;top:27.874350018334rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #dz7RCUbeLq0CUBnX5MeT8GNX2TFyrNTG { width:47.75rem;height:6.5rem;top:10.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #GIWmsbXgeEi97TCb7W4XT5DfJIwkT5nX { width:24.56075rem;height:5.84895rem;top:20.411459445953rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #lmv3R0Sh7CrR3ynle1iD3kgiCBmxzNT3 { width:12.372375rem;height:1.29948125rem;top:3.5989580154419rem;left:2.8125001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #HLbzD5BGtO0MyJzbceQAFbeH9kO6fZSA { width:2.4375rem;height:3.125rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZRfgCSkeFzQOQq1to4psCKmmxKptt6X9 { display:none; }#ZRfgCSkeFzQOQq1to4psCKmmxKptt6X9 > .row .container { width:47.75rem;height:35.3125rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #a7U8A0nToeSAgowhsVEb8QTxQpblKDcx { width:24.561625rem;height:2.598875rem;top:27.874350018334rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #ymosmwLfhpcn9Hk4eXJNIkhMv4J6XbZE { width:17.6875rem;height:6.0625rem;top:3.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #bFEcL1aF12s4l6T9dHkW3GTcXpzvJ0TH { width:24.561625rem;height:10.3955125rem;top:27.874350018334rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq { display:block; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row .container { width:47.75rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #uIkRWwTraQh1OST7deUXen7EKcw1QkTc { width:47.74825rem;height:1.57465rem;top:6.8185762763025rem;left:0.0026041865348816rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #exV5kGNSiIJi24qTfFRQhAzehHSDJzeH { width:47.7495625rem;height:0;top:2.5444889068604rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #JTsVmbSeuDG3QkL2y8tnVqDaRK9m5JOK { width:26.625rem;height:22.04513125rem;top:10.603298604488rem;left:20.499131321907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #rM6sV4t6MBPl2F7lfTMfvi517Vhi5GxZ { width:16.375rem;height:3.625rem;top:34.184022367001rem;left:15.687501072884rem;display:block; }
 }@media only screen and (max-width: 959px) { #Kp9P1qJ3tlt7LxHxnlyI195vC7hA4X89 { display:block; }
 }@media only screen and (max-width: 959px) { #HartwJxrpJCyBkH5t2ihAAs6EgVhmELx { top:11.000000417232rem;left:3.0937501192093rem;width:15.125rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #NTUtFqRSpiPBS7VI3ffGJJ5UFhBLho23 { width:47.75rem;height:4.0625rem;top:1.9548630714416rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #repulGq7NpdsVeNdXVipFVWIetnN7aZO { width:47.75rem;height:4.0625rem;top:1.9548630714416rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 959px) { #ZA8pQ3U9qpdhWr17Wb1fhobfLLqliL9S { display:none; }#ZA8pQ3U9qpdhWr17Wb1fhobfLLqliL9S > .row .container { width:47.75rem;height:33.1875rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #KrdkSXzDRrwb02MtOX1DB9eTiaFK6Aa2 { width:47.7480625rem;height:1.57465rem;top:7.1943359375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #MClZri4X28ZbyNzhyFx8JgFIkMy807eq { width:47.7495625rem;height:0;top:2.5444889068604rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nGNNxcmy6PHkP76mT4unxzI2oifdtT7E { width:29.125rem;height:18.8958625rem;top:11.125rem;left:17.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #xBHMGaTH48aBNbkw09BT1Eh2rT4rUgb6 { width:20.3125rem;height:4.75rem;top:29.9375rem;left:25rem;display:none; }
 }@media only screen and (max-width: 959px) { #b7pRoTaDh9guMB1OMIUdOeqn4rMAccJA { display:block; }
 }@media only screen and (max-width: 959px) { #PTVok0RWWQZ5aKkrNW6JxUQn1h1GDae9 { top:11.3125rem;left:0.9375rem;width:15.75rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #xO0dFzB1JmuKBITqSV1LAZAOdGcB1R6v { width:47.75rem;height:4.38715rem;top:1.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #mcdrzzgiSdCuWizZVk5kfb7k5G50Dxtu { display:block; }#mcdrzzgiSdCuWizZVk5kfb7k5G50Dxtu > .row .container { width:47.75rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ZMJrzZTV2A3MLAq1xzT68qdfR9DcxTaX { width:5.3125rem;height:0.062144875rem;top:6.6219854354856rem;left:12.99893450737rem;display:block; }
 }@media only screen and (max-width: 959px) { #M4F9ozDCfE4xIMKTJahsb8NRU0Jd3rzp { width:5.3125rem;height:0.062144875rem;top:6.6237611770631rem;left:29.062498807907rem;display:block; }
 }@media only screen and (max-width: 959px) { #T10Qs5JJtqdSR9QpkvTvVT6fecnuvS9a { top:2.625rem;left:35.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #upyFILZRSNmtJLOQGw7Z8qQTH1nCxAC0 { top:3.375rem;left:36.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TFLkCJBEXbA52dTBaBLfzahf1ZrLecVt { width:14.5rem;height:1.46180625rem;top:12.625rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #wwATl5JuFPgvWVXLtcqGhDEenPT3BQb6 { width:14.1875rem;height:6.8229375rem;top:16.062499523163rem;left:0.86458337306975rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #LMFTzxAWiXcSvKlt6NtguQecc0krHbXW { width:15.875rem;height:1.46180625rem;top:12.625rem;left:16.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #RIVDExSTDni5OhtCNdG3UfGlKITfSsQR { width:15.75rem;height:6.8229375rem;top:16.062499523163rem;left:16.250001072884rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Dzy7088ZWJ6Bl79lttIm5Tp80HXp1FyQ { width:15.875rem;height:1.46180625rem;top:12.625rem;left:31.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #mp9rwpo31VCqJA4koMF12PQ8DQby8BHt { width:14.125rem;height:6.8229375rem;top:16.062499523163rem;left:32.729167103768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #vzqXm4A3UCvAil3heazUDW6i2oiizbHm { top:3.4375rem;left:20.75rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #kR7aRcBX01usMJt8pG1n20V1kvTqtGr0 { top:3.4375rem;left:4.25rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Dz4mgZsMvcz5zkQEyc6Fbgri1r9M6wW9 { top:2.625rem;left:19.9375rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #QzulzFa7oinZwJarGmgXTosss8Df55pV { top:2.625rem;left:3.4375rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #pf9n379FrN21SPsbTNKdhuLIoDSqVW5C { width:5.3125rem;height:5.3125rem;top:3.9951171875rem;left:37.134765625rem;display:block; }
 }@media only screen and (max-width: 959px) { #rigMraRKwVkOXhMOaTKHB95ens3RGybv { width:5rem;height:5rem;top:4.1875rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #paHct3fgsI3vfGPM8M7GCtPhXo9BkZTr { width:4.6875rem;height:4.6875rem;top:4.1822915077209rem;left:5.1875001192093rem;display:block; }
 }@media only screen and (max-width: 959px) { #n2ikBRH8Tw5kPng28QnLNPx3A3lqI4PB { width:5rem;height:5rem;top:4.1875rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c771ed8d-6533-4d29-8ace-88d1527b5f10/TempleoftheHolySpiritTransferenceHealing24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB.adaptive-delivery-prevent-bg, #kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB.lazyload, #kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB.lazyloading { background-image: none; }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB > .row .container { background-color: transparent; background-image: none; }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,245,0.42); }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB > .row .container > .video-iframe-container { display: none; }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,245,0.42); }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB > .row > .video-iframe-container { display: none; }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB > .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); }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #eoDHwLM3eVW1CKeZJPBizMvXQc0kXaFr { width:47.75rem;height:4.38715rem;top:4.3124995231628rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #XMKNwiWDqx43wo0xwtPrs3ylKUeBXCBu { width:47.75rem;height:4.38715rem;top:2.5625rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 959px) { #WQNglm6OMC91J2IOWTEd9TB3mZCgbTxg { display:block; }#WQNglm6OMC91J2IOWTEd9TB3mZCgbTxg > .row .container { width:47.75rem;height:57.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Czc7v5Zxtemt4g8Lq0uG1kO6VzInQ7Fr { width:16.3706875rem;height:3.6206625rem;top:51.121525764466rem;left:15.689236760139rem;display:block; }
 }@media only screen and (max-width: 959px) { #vu2fadUD9kEzbCaCVcSZPfvAw7rqD38u { display:block; }
 }@media only screen and (max-width: 959px) { #T2wABdCJ2yv52OSoTVHoWfHtSFcSqWgi { width:47.747375rem;height:6.298625rem;top:7.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #lRPrGJeuIebhyh9aNtdNBeoTr8C220KV { width:47.75rem;height:12.5850625rem;top:30.249990463257rem;left:-0.125rem;font-size:1.125rem;display:block; }#lRPrGJeuIebhyh9aNtdNBeoTr8C220KV li:before{  }
 }@media only screen and (max-width: 959px) { #TBF401uacOxFJb5u7f1H9nbQDLEnlvrM { width:47.7456875rem;height:3.14930625rem;top:45.499141693115rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #MhFG2HqcQVQDn1FOcICWDUdLZyJ11PVs { width:6.25rem;height:0;top:4.8125rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 959px) { #MKolV6xgIShM5T9xJV9dGflXEfyeHFcv { width:47.75rem;height:2.193575rem;top:2.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #OWHv1EmQOZsEOxz0LTHyJN61AvQi2zdk { width:47.7465rem;height:14.17188125rem;top:14.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a8482bc6-6bf4-4ac3-b63f-b48499fe3619/TempleoftheHolySpiritTransferenceHealing6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf.adaptive-delivery-prevent-bg, #F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf.lazyload, #F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf.lazyloading { background-image: none; }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf > .row .container { background-color: transparent; background-image: none; }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,250,0.39); }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf > .row .container > .video-iframe-container { display: none; }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,250,0.39); }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf > .row > .video-iframe-container { display: none; }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf > .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); }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #rF4PWOUGVT6SL2gQOKsWs8cga3R7Ba9O { width:47.75rem;height:4.38715rem;top:4.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #XatTq0yZDfKdkz9tklFqWATGob00EQzt { width:47.75rem;height:4.38715rem;top:2.5625rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 959px) { #kTT0cIl9l2Zt7TcJgVOZLe1Byh4Pph9y { display:block; }#kTT0cIl9l2Zt7TcJgVOZLe1Byh4Pph9y > .row .container { width:47.75rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #RSTAapx11JCp2wO6c9iIlHXq73tvdJXB { width:6.25rem;height:0;top:4.8125rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 959px) { #GKT9csmhJFAAC4tZ2w2AwaZAnzMIt9ky { width:47.747375rem;height:7.87325rem;top:8.1875rem;left:0rem;font-size:1.125rem;color:#352a56;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #yoeUA6UdVgZQr2zHHgNmo8923R1kBZ2x { width:47.747375rem;height:12.5972125rem;top:17.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #z94UpK14NPh4shsfVeeAfqFQtlVONwFi { width:47.747375rem;height:14.15975rem;top:31.375rem;left:0rem;font-size:1.125rem;display:block; }#z94UpK14NPh4shsfVeeAfqFQtlVONwFi li:before{  }
 }@media only screen and (max-width: 959px) { #KTl4STfmmWQf1rIqQW0ynNSe9BSCXf4X { width:47.7465rem;height:1.57465rem;top:47.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Riyl6Gk7vLfo1w88wHUSH9OZk6DT2loO { width:16.372375rem;height:3.62239375rem;top:51.3125rem;left:16.687501072884rem;display:block; }
 }@media only screen and (max-width: 959px) { #nyLs9waHfAW9NByUSSAzhFWpmh2GRLU6 { display:block; }
 }@media only screen and (max-width: 959px) { #wWzmvrXeW8TGZzNdIrO1tfVgpcyc4H2h { width:47.75rem;height:2.193575rem;top:2.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #dlqCSk2MExA2WQW590IL8xcGzWo7bIxu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/58a33375-a4e3-49e1-a8aa-21468723edd0/TempleoftheHolySpiritTransferenceHealing15.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dlqCSk2MExA2WQW590IL8xcGzWo7bIxu.adaptive-delivery-prevent-bg, #dlqCSk2MExA2WQW590IL8xcGzWo7bIxu.lazyload, #dlqCSk2MExA2WQW590IL8xcGzWo7bIxu.lazyloading { background-image: none; }#dlqCSk2MExA2WQW590IL8xcGzWo7bIxu > .row .container { background-color: transparent; background-image: none; }#dlqCSk2MExA2WQW590IL8xcGzWo7bIxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#dlqCSk2MExA2WQW590IL8xcGzWo7bIxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlqCSk2MExA2WQW590IL8xcGzWo7bIxu > .row .container > .video-iframe-container { display: none; }#dlqCSk2MExA2WQW590IL8xcGzWo7bIxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#dlqCSk2MExA2WQW590IL8xcGzWo7bIxu > .row > .video-iframe-container { display: none; }#dlqCSk2MExA2WQW590IL8xcGzWo7bIxu > .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); }#dlqCSk2MExA2WQW590IL8xcGzWo7bIxu > .row .container { width:47.75rem;height:55.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Ap0woGb6AyCNOp5roeZKBB4qAwT9yRWd { width:9.5rem;height:1.39930625rem;top:23.874990463257rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #mT86rnAGIbOHaZnaefV20Lk5DpvXnnGl { width:6.25rem;height:0;top:4.8125rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 959px) { #ViB85mt0DCElGlJXcIeAoTuvedgyo20n { width:12.0625rem;height:14.622375rem;top:27.000003814698rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #gPsCAlCsQIhPxtAUeEuEOPI6p5eX7hQg { width:1.875rem;height:1.875rem;top:22rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #RuFB6OBfygByxuICctALnfRl7NWtTzuf { width:14rem;height:3.9375rem;top:25rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #MMtkk9Mq9Afnq3SswPrQvc0EmDmIxNmM { width:12.125rem;height:1.5rem;top:22.1875rem;left:18.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #nQ8srb67tnS6SS9IHiIsMeuTuGGKToeD { width:2.1875rem;height:2.0625rem;top:31.25rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #BZJOQidPRGqMsDTTVwWFOX06lGgCR6dF { width:12.1875rem;height:1.5rem;top:31.5625rem;left:18.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #nFS5cERWsHcdL2nqKnqTcsQH5A2h8uyf { width:12.4375rem;height:2.625rem;top:34.4375rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #p5fgPIoRN83bIrODMTICih8OLCxaeuP0 { width:13.625rem;height:5.25rem;top:25rem;left:31.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #kZM2XoP5KpeKCF6gM6L4ak6F84xhtDgv { width:12.125rem;height:1.5rem;top:22.250003814698rem;left:34.124999165535rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ktOZIxTmIL5QgWHq9hHhkT6aJfZylsGV { width:1.875rem;height:1.625rem;top:22.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #lhXhi2tcGIIcTpagbQtzSoWO5Ty0QgNM { width:14.5625rem;height:2.625rem;top:34.4375rem;left:32rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #pZtXSQM6IfMRqu9aNbEEWaH9xSWuwycJ { width:11.3125rem;height:1.5rem;top:31.5625rem;left:34.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #WQ8sCWKo1pG6rVbHfZfMN1JsAzx2to3p { width:2.4375rem;height:2.375rem;top:31.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Nw5Q7Erb9JP8LwAtEx7i1DOahhM1ZZit { width:16.375rem;height:3.625rem;top:47.811634063721rem;left:15.687501072884rem;display:block; }
 }@media only screen and (max-width: 959px) { #gFc2FFetVkWFwvX2I1e7IbruTDa839IH { display:block; }
 }@media only screen and (max-width: 959px) { #ZNaBTBG8M4IhKzGFyitnh0evWBXDiSpy { width:12.1875rem;height:1.5rem;top:39.625rem;left:18.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #fILui64pQfPanhfiCAxSX9rTHq8e4LwG { width:1.9375rem;height:1.9375rem;top:39.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #GxeP4gWzmXS4IkgzQVEhDe52XOGPyNyg { width:13.625rem;height:3.9375rem;top:42.25rem;left:16.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #IA01fs5TFT9NyZdM4wgOJohIr4mF8BZb { width:2.6875rem;height:2.6875rem;top:39rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #aqvPQhLufPamZBzNkGak9FtIus0PwoVs { width:12.625rem;height:1.5rem;top:39.625rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #DiCTGnkJh3R35qSXiNHcBa385MMprpst { width:13.875rem;height:2.625rem;top:42.25rem;left:32.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #dJZnTsFiFcpilvRow5abyfk43mOpaOQW { width:47.74825rem;height:9.795125rem;top:9.3880243301394rem;left:0.0026041865348816rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #MPDeHO7mgzGKCBVk17HR6L38X8kdS2ir { width:47.75rem;height:2.193575rem;top:2.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #DRrHgSiLUwI0dUS4uMBT3kgt48o37xyf { width:47.75rem;height:2.193575rem;top:5.49915599823rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #p6r4K3BRZl2UhaGH6qOeC0tBhIBq7Xlo { width:2.4375rem;height:2.375rem;top:31.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #lgKyZGgyZJQbvLzvGwuk3w384sfrssXR { width:1.9375rem;height:1.9375rem;top:39.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv { background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv > .row .container { background-color: transparent; background-image: none; }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv > .row .container > .video-iframe-container { display: none; }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv > .row > .video-iframe-container { display: none; }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv > .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); }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv > .row .container { border-width: 0; border-radius: 0; }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv > .row .container { width:47.75rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ecZnOcH6vpGvbguqXDdyGsvSc0lcEQXT { width:22.0625rem;height:27.3125rem;top:5.6249980926514rem;left:24.187501072884rem;display:block; }
 }@media only screen and (max-width: 959px) { #RJULXtfXgCbGQPxLcTOz7TxWucJFVcFI { width:20.3125rem;height:4.75rem;top:7.125rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #NU6EU66MPECqnbTqC9r4VsVmLLT5sH0p { display:block; }
 }@media only screen and (max-width: 959px) { #sPk6iN6HE9PRISArPlh2I0eZLabuygWO { width:20.4375rem;height:4.0625rem;top:12.6875rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #zJBGlWkzpeaq9zffJ5KQ37XqTWkm04Gt { width:19.4375rem;height:1.381075rem;top:16.75rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #yzQEkGPM1uQTkiAI8m2xB8F63HnalpAR { width:19.875rem;height:11.171875rem;top:19.875rem;left:24.8125rem;display:block; }#yzQEkGPM1uQTkiAI8m2xB8F63HnalpAR li:before{  }
 }@media only screen and (max-width: 959px) { #cZexP7NDPWhuPhRDiNLVf1QcFmAOl7XT { width:22rem;height:27.125rem;top:5.6249980926514rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 959px) { #uDFNOOEDUiAs2sBbURtwbupqOTmDUw4B { width:20.4375rem;height:4.0625rem;top:12.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #yxv9XtiMivWpxWA6JRM1hrqonAqJ7Xzi { width:19.4375rem;height:1.381075rem;top:16.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #dNBLX6NHVAvQngDX8LMg1XksD3ApnCgk { width:19.875rem;height:12.309rem;top:19.125rem;left:2.875rem;display:block; }#dNBLX6NHVAvQngDX8LMg1XksD3ApnCgk li:before{  }
 }@media only screen and (max-width: 959px) { #yr17OO7RX4y0oCmAO7ohhNTEPgODCuWa { width:20.3125rem;height:4.75rem;top:7.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #QgUxe4Vl6WTDRybv8qFUr0ZuEpsyVyqN { display:block; }
 }@media only screen and (max-width: 959px) { #sTH1bLlwIVT6GX0FBR3dT9LgEa0Dk37s { width:47.75rem;height:1.29948125rem;top:38.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #DJVfgqNCmFSyC3XAT46xRHcoRHoeVIKz { width:47.75rem;height:2.03125rem;top:1.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #K6TWZ1Bux2Ff0E0AGTUtRoS9tHK3EsZe { width:47.75rem;height:1.099825rem;top:33.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #HM4FlKbWvvFBdcIEZVbWWweFTwyCro35 { width:47.75rem;height:1.099825rem;top:35.625000834465rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #BGO1Xc7sRhnUh14KRdNxtQQ7Cs7iAa0s { display:block; }#BGO1Xc7sRhnUh14KRdNxtQQ7Cs7iAa0s > .row .container { width:47.75rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #VuSS0mWvRAHH617VKpkui8OUytaTesR7 { width:15.3125rem;height:20.25rem;top:0rem;left:32.4375rem;display:none; }
 }@media only screen and (max-width: 959px) { #PQSrpZ7HfR8TJdG8v0SKlqqppm0J4TQF { width:26.4994375rem;height:0;top:2.8737564086914rem;left:1.9984018802643rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 959px) { #dVZoyza3XTE661ArIJNphIJSPiKKmXBH { width:47.749rem;height:3.14930625rem;top:8.2470703125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #r4219iQLl3Zr2MiP88h0odTBDt5ep27R { width:47.75rem;height:4.38715rem;top:2.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ksAni9medyAWi93bGI1NiazIB3JdmK6c { display:block; }#ksAni9medyAWi93bGI1NiazIB3JdmK6c > .row .container { width:47.75rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #kZieIRVL4nlOw953lsLHuKp9PF5MbvTA { width:6.25rem;height:0;top:4.8125rem;left:0rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 959px) { #izBhw1H2srILdBmvSlqe1WOUtUqvRqgo { width:1.875rem;height:1.875rem;top:2.625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #vt4BKG8swHE8GmNGr1zI6atId6dNaUSu { width:16rem;height:3.9375rem;top:5.25rem;left:4.9375001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #LNm70uD2Al05gQMa4asqKxGu49L3FgKT { width:12.125rem;height:1.5rem;top:2.8125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #xiO2SzTOKxys52BWzUTqXOBlnuSGWJvp { width:2.24935rem;height:2.12456875rem;top:2.625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 959px) { #Pq0mSTzTZcD5OIhbafZTxT9tQ1sFn7ME { width:12.1875rem;height:1.5rem;top:2.9375rem;left:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #JVaGT32dOKMNFxzwl4vuX51NGA4I0T7z { width:15.75rem;height:3.9375rem;top:5.25rem;left:27.312501072884rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #xa9gk2DgmvoPUVJvpN1gdeOTECP8MBcT { width:6.25rem;height:0;top:4.8125rem;left:0rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 959px) { #zLD2s5eMo7nvJ5RSAUwyLXTehamU7dUT { width:47.747375rem;height:1.57465rem;top:12.308172225952rem;left:0.0026041865348816rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #J2JMg7Edt4llnp2l30y1LD9EgpxxCdFO { width:4.6875rem;height:0.0625rem;top:3.53125rem;left:21.968751072884rem;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 959px) { #ac3ZlN0kmNZSEDwc6ZhrOzPUEQg8BIoV { width:4.6875rem;height:0.0625rem;top:3.53125rem;left:0rem;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 959px) { #w94ApotoMKHNwxHqDGOFwucPPSPWoXcI { display:block; }#w94ApotoMKHNwxHqDGOFwucPPSPWoXcI > .row .container { width:47.75rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #kO27JqPOpwLkWszxyd1wSpz4qceIhry5 { width:47.75rem;height:2.193575rem;top:2.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ce5u0XzIgoUvcDstUgC1uzGxb4KvlfAq { top:7.125rem;left:2.25rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Jl2qhvcT0CC44P9gZX0CNqzU55VbJHIJ { top:7.125rem;left:13.9375rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #bvD0w5dOm8tcTOFMoXWMarnMeMTzT0zN { top:7.125rem;left:37.125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #vTWKLJapF3vAiAdcCSG58Pab3yUQyMxU { top:7.125rem;left:24.9375rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #HKNWHy3JOvPt4dAUunophRnADwb0pTmp { top:7.9375rem;left:3.0625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #V4LE9G9UsUB0zwLhvENzXGXvNzKfPdeD { top:7.9375rem;left:37.875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #AI6R0JlP3KaOPgUQIp4SsuNEfSKn40Ld { top:7.9375rem;left:25.6875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #U80ArdxfmuWck5XKaTJKXf9QHXT3TaxQ { top:7.9375rem;left:14.75rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #m1E5akwOoGyZcakHZOa81TtXlMLXNbB7 { width:5.3125rem;height:5.3125rem;top:8.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #zafvmcALyUOhiCAHLdcXG0Z3QibxIIai { width:5rem;height:5rem;top:8.6875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #mIlADlDMQywMkZ6rQPKte3yGE6ebTGwa { width:4.75rem;height:4.75rem;top:8.8125rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #tCWVbUvPmuIBbJ2h1t4Z5y7JqJzlvIB5 { width:5.3125rem;height:0.062144875rem;top:6.6219854354856rem;left:12.99893450737rem;display:none; }
 }@media only screen and (max-width: 959px) { #Xgt5xTVSzL7qM4LIkd0tygXkf6odVTPe { width:5.3125rem;height:5.3125rem;top:8.5625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #BRWgqVGsPyFXXSHRUJATmd42UXlRPDlH { width:9.3125rem;height:2.9236125rem;top:16.561622619629rem;left:1.6562501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ii7VKRMs0qouvunCoVOb3otxk0CTJbWv { width:9.875rem;height:3.41145625rem;top:21.1875rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #lGubNRUNd6l6uoDwe12HFW1oDeJnIGxd { width:8.3125rem;height:2.9236125rem;top:16.562490463257rem;left:13.843750119209rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #LR095SZUv3ANygXmTIsvUWTZBHmlhU3Q { width:9.8125rem;height:3.41145625rem;top:21.1875rem;left:13.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #hokFcheJak4Qnn0vbf4gfge2yr0x3mTZ { width:7.9375rem;height:2.9236125rem;top:16.5625rem;left:25.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TuxMzKVBn4f2TUbPvhrV9AaRISlaUgNg { width:11.4375rem;height:3.41145625rem;top:21.1875rem;left:23.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #olfl3y9e0KtptVPlLvbrsk1f3TWkqVoR { width:10.625rem;height:2.9236125rem;top:16.562490463257rem;left:35.874999165535rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ms459OhFvCywKCaUIfGcqMcUpPcXiUpk { width:10.8125rem;height:3.41145625rem;top:21.186622619629rem;left:35.781249165535rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TPFctpg3hoEIdXWLtg7BMWVPlgNhbxoy { width:5.3125rem;height:0.062144875rem;top:6.6219854354856rem;left:12.99893450737rem;display:none; }
 }@media only screen and (max-width: 959px) { #Dx79vKuslLMWQFAkzagAOQ3ycE50AMkf { width:5.3125rem;height:0.062144875rem;top:6.6219854354856rem;left:12.99893450737rem;display:none; }
 }@media only screen and (max-width: 959px) { #wf3ZPpAAaZmmzMZTfzI80auXpqNaZotv { width:10.625rem;height:2.9236125rem;top:16.562490463257rem;left:35.874999165535rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 959px) { #T2D7QP0ELZKHF5L87zC5Lg6IBx3m5ByT { width:5rem;height:5rem;top:8.6875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #FZWaCpk92rtfQNdb2kdshmA2nIHvtReA { display:block; }#FZWaCpk92rtfQNdb2kdshmA2nIHvtReA > .row .container { width:47.75rem;height:95.375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #WpFQQB4Wq7KeyhJzTTQSzatGPlUO19Ml { width:16.3715rem;height:3.621525rem;top:88.756096363069rem;left:15.916667103767rem;display:block; }
 }@media only screen and (max-width: 959px) { #cvc47y3T0Ek3hL8KRnTCKMnBTP7b6AZ5 { display:block; }
 }@media only screen and (max-width: 959px) { #FqgIzihAoHiUv8ARIVctiyDRhmAnV8Tr { width:47.75rem;height:2.193575rem;top:2.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #UuxJdkeb9qnUuxfMoEhykmtikk2QOD6Z { width:47.747375rem;height:30.78475rem;top:10.370659351349rem;left:0.0034722685813904rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #JAZ8fxWkiOn5xqiQ108dNhcZTSPPcy2o { width:47.747375rem;height:29.3854375rem;top:51.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #wxzZnrVwxErSNuNQk1C7yzp5lLnqmSfG { width:47.7465rem;height:2.7986125rem;top:83.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #W0my4nhVwleglifzIv3G6Rr4NU79k5EU { width:31.875rem;height:1.46180625rem;top:6.8749995231631rem;left:7.9375001192094rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #XTseaihTfCvHcSQJwIzZptGTlZBuF2ey { width:28.5rem;height:1.46180625rem;top:47.375rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nePM37U8oTpQNRbpxkKFATMin1cf05to { width:39.5625rem;height:1.25rem;top:42.724826812744rem;left:6.0000001192093rem;display:block; }
 }@media only screen and (max-width: 959px) { #rrw4oWHZlBhTewb5mgclu0OiwcQfngnu { display:block; }#rrw4oWHZlBhTewb5mgclu0OiwcQfngnu > .row .container { width:47.75rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #uVt3scMRQTnGaBtPTp3CXn9qdwP04ZHp { width:47.75rem;height:3.33105625rem;top:2.5625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ea3FDAFGXIeRvtNR5nMunuGFsTmZS48q { width:47.7493125rem;height:1.57465rem;top:7.1853432655338rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep { display:flex;height:auto;width:45.25rem;top:7.1849231719969rem;left:0rem; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #AkSPnDWEnp3Cyo7iRMvcBEduWn3uGhHG {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #bcDOUE9sJhVyDZaHDTTpDML0csd2ilTQ {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #S1DwTNF8fvTyh1ezHCkZS0fMlxKpt8OD {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #PHKbIkK7p7QLNRv40cDcK38uV3i6gu6y {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #ZRC4KiU9icAK0SlR4Og2PGpq8Tl3C9LJ {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #Ii26ZyEXVtcN4coXaZysiQo76oRZWTZW {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #M9eQIlltSB5aCkXR5i9Bv7vCVJvdeuJh {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #eaeKGnKczDwHhvbFMMKzWbPKi6lG687v {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #bvLWy17KavBPuGT4pqa5KFF36GgoPXTv {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #qG729WTshaTWILglrrutyyEURDTaxV0o {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #I2LshRcCLfmgTyTA4B1soQDWz9ipzKK7 {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #ck5BKWUF9XAD35oDDo1vFlcJIDrS0JUU {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #Bk22EkOanraxKseOJ3X75e0Tmc02OBL5 {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #gt24c1y5CnaKx77Fh0W7fG2c900eQaR0 {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #M6yUcPdCCrEKWqvItBPOX7MHboFn9lc3 {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #xBttqoy7fZxTS47JIQVyC9DDqg8Ooqs5 {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #bNrog11JmOIWPWkG05cQMmhTLabfV1Gb {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #RKkyesOiEXZdHwCGKMbw9vpJzzNHAwnw {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #Elx7BvvolBb7TbTNw7Ux9dOwePwbTDk4 {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #vpBoGOtyJJpHIoRu5usc6q7HEoLTV7C2 {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #P1rgz7saKGHOwz5RTPMvbiGTlGNdMCug {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #gTdMcTRInqq0VJIWZSZZGv2SV7fTc2dV {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #BZhZKyKbELrbdwwyG3hW6Pw3Rp7kQs6U {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #ew1Fhd9JgcJyS8IF4JPSp7A8ZmmL4UpE {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #HhfGPkz558Qx5Lu7SVBdQRteFhi4ISOs {  }
 }@media only screen and (max-width: 959px) { #N14dyPqvEnHW9mKpKM9ySkI3ATLpbsO8 { width:16.3743125rem;height:3.624825rem;top:29.122869193554rem;left:15.915304899216rem;display:none; }
 }@media only screen and (max-width: 959px) { #VDVvX33IB2uTJdCHrwkOrKScHe2lxUV4 { display:block; }
 }@media only screen and (max-width: 959px) { #M71IxL7HGceREJhTcTrt0JLdiIUrMJSK { display:block; }#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK > .row .container { width:47.75rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TKDssB6S9VQBWHBuweA08TJaDfcBS8uw { width:38.9375rem;height:15.6875rem;top:8.0555553436281rem;left:4.4062501192093rem;display:block; }
 }@media only screen and (max-width: 959px) { #dCoNviX5pSXHv5Ti6QMfJzTCXoav0TlV { width:47.75rem;height:2.92448125rem;top:2rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #a3EtDGArhTlTwwxf3J5xv4wOiqcQ38mC { top:10.118055343628rem;left:6.4288192987444rem;width:8.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #X9pk1NG43dFDeBfNyDH8T2UuurgUQui1 { width:16.37325rem;height:3.6232625rem;top:28.682292938233rem;left:15.686631321907rem;display:block; }
 }@media only screen and (max-width: 959px) { #eVr0DPEqfv4GSpXpAXushXaadLGVglzZ { display:block; }
 }@media only screen and (max-width: 959px) { #cPrzNITJD8CgQlUpuNeIpGku4LNabJJX { width:22rem;height:11.1944375rem;top:10.300347328186rem;left:17.811631321907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #USSVkNnQrrptSbXqraAeIwSMQnAty07z { display:none; }#USSVkNnQrrptSbXqraAeIwSMQnAty07z > .row .container { width:47.75rem;height:21.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #C1XVBsJ0LXKuhZ56agzsOt9BVFKbUOrs { width:47.7485625rem;height:3.330075rem;top:2.3109569549561rem;left:0rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 959px) { #RGnroac9GrZJc5UVbTlEtR7tmJsq3bMn { display:none; }#RGnroac9GrZJc5UVbTlEtR7tmJsq3bMn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #ZaP7fvLhl2Zdc0caIr2ZQCmOlWugqldh { top:5.625rem;left:22.75rem;width:25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 959px) { #cZe3GhNaOabDU4gqH5uTVw5dVd4P7JLZ { width:28.125rem;height:2.875rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #L9mH9pzawWfOMnZepDnRMzlsVtlQiTF1 { left:32.4375rem;background-color:transparent;background-image:none;top:12.125rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #KWKA2FZ9W0GIVnOFSeMm8yOF3pRouwfy { width:30.75rem;height:21.5625rem;top:10.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZLTKzVOeaLmrODSz7w7S7omV55RTT09a { width:28rem;height:1.5rem;top:7.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #pFpQT4Jo9daQUrwrRTsq9p9ITMbTZAWf { width:28rem;height:1.25rem;top:33.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s { display:none; }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row .container { width:20rem;height:6.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hJwhVlwlMX1cbiS8uZcU8dxhzFws2cKX { width:9.3090625rem;height:0;top:1.1865234375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FfOMKo7Qvz3v5caDK4iKDbgEJ1yEBTEc { left:6.75rem;background-color:transparent;background-image:none;top:4.6875rem;height:1.04980625rem;width:6.4978125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvBa1klMPL53DZeT9NH02NfhTad8ciid { left:0.0625rem;background-color:transparent;background-image:none;top:1.25rem;width:19.808375rem;height:0;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS4MzGR38T4bo44gPOUGXPoaJ9BMVvKU { width:0.7495125rem;height:0.9375rem;top:2.5rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6UExbLZ1TDFzmdTN6iqiMv2UWHIOAFM { display:block; }#A6UExbLZ1TDFzmdTN6iqiMv2UWHIOAFM > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhTNbcJS2lT4QgGvJdmMRzLRree9aASs { width:9.3090625rem;height:0;top:1.1865234375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #upFuxKag4frvF0XSDBLzszqcJTmKTMCQ { left:0.0625rem;background-color:transparent;background-image:none;top:1.25rem;width:19.8073125rem;height:0;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKAQJWs6O2nq8qIo9XaroKAhTcRIVuSu { width:2.9982625rem;height:3.9357625rem;top:5.04948125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0eLo5CO5bgIUgiE8TKto6Wid2dFqff4 { width:13.059rem;height:1.29948125rem;top:2.5rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/153096a5-e1e6-4596-aae4-3b7cb548bbf8/TempleoftheHolySpiritTransferenceHealing2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu.adaptive-delivery-prevent-bg, #AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu.lazyload, #AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu.lazyloading { background-image: none; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container { background-color: transparent; background-image: none; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,250,0.46); }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container > .video-iframe-container { display: none; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,250,0.46); }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row > .video-iframe-container { display: none; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .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); }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container { border-width: 0; border-radius: 0; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container { width:20rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmiTwLJFD4vRIq9w8Lhrn9JW8eLICNLl { width:17.372375rem;height:1.625rem;top:13.690973281861rem;left:2.6276041269303rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz7RCUbeLq0CUBnX5MeT8GNX2TFyrNTG { width:17.7465rem;height:4.875rem;top:4.296875rem;left:1.3125001192093rem;font-size:1.875rem;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) { #GIWmsbXgeEi97TCb7W4XT5DfJIwkT5nX { width:20rem;height:4.143225rem;top:18.611980438233rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #lmv3R0Sh7CrR3ynle1iD3kgiCBmxzNT3 { width:13.059rem;height:1.29948125rem;top:2.1875rem;left:3.4696179628372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLbzD5BGtO0MyJzbceQAFbeH9kO6fZSA { width:2.5rem;height:3.1875rem;top:1.25rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZRfgCSkeFzQOQq1to4psCKmmxKptt6X9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d3840c19-516a-40c1-9111-55544b98e07d/HOVERINGMERKABA45.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZRfgCSkeFzQOQq1to4psCKmmxKptt6X9.adaptive-delivery-prevent-bg, #ZRfgCSkeFzQOQq1to4psCKmmxKptt6X9.lazyload, #ZRfgCSkeFzQOQq1to4psCKmmxKptt6X9.lazyloading { background-image: none; }#ZRfgCSkeFzQOQq1to4psCKmmxKptt6X9 > .row .container { border-width: 0; border-radius: 0; }#ZRfgCSkeFzQOQq1to4psCKmmxKptt6X9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZRfgCSkeFzQOQq1to4psCKmmxKptt6X9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZRfgCSkeFzQOQq1to4psCKmmxKptt6X9 > .row .container { width:20rem;height:15.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a7U8A0nToeSAgowhsVEb8QTxQpblKDcx { width:17.3730625rem;height:1.625rem;top:8.347225rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymosmwLfhpcn9Hk4eXJNIkhMv4J6XbZE { width:17.746125rem;height:5.84765625rem;top:1.25rem;left:1.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bFEcL1aF12s4l6T9dHkW3GTcXpzvJ0TH { width:20rem;height:2.761725rem;top:11.222225rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq { display:block; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIkRWwTraQh1OST7deUXen7EKcw1QkTc { width:17.5rem;height:2.09895625rem;top:9.6875rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #exV5kGNSiIJi24qTfFRQhAzehHSDJzeH { width:20rem;height:0;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTsVmbSeuDG3QkL2y8tnVqDaRK9m5JOK { width:18.875rem;height:15.92013125rem;top:34.472223281861rem;left:0.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rM6sV4t6MBPl2F7lfTMfvi517Vhi5GxZ { width:19.4375rem;height:3.25rem;top:51.578994750976rem;left:0.28125rem;font-size:0.875rem;font-family:"th montserrat";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Kp9P1qJ3tlt7LxHxnlyI195vC7hA4X89 { display:block; }
 }@media only screen and (max-width: 763px) { #HartwJxrpJCyBkH5t2ihAAs6EgVhmELx { width:13.6875rem;height:18.4375rem;top:14.21875rem;left:3.0625001192093rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #NTUtFqRSpiPBS7VI3ffGJJ5UFhBLho23 { width:20rem;height:0;top:2.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #repulGq7NpdsVeNdXVipFVWIetnN7aZO { width:20rem;height:6.09375rem;top:2.3671875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ZA8pQ3U9qpdhWr17Wb1fhobfLLqliL9S { display:none; }#ZA8pQ3U9qpdhWr17Wb1fhobfLLqliL9S > .row .container { width:20rem;height:57.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KrdkSXzDRrwb02MtOX1DB9eTiaFK6Aa2 { width:17.5rem;height:2.0996125rem;top:9.84375rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MClZri4X28ZbyNzhyFx8JgFIkMy807eq { width:20rem;height:0;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nGNNxcmy6PHkP76mT4unxzI2oifdtT7E { width:20rem;height:13.640625rem;top:37.96351875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xBHMGaTH48aBNbkw09BT1Eh2rT4rUgb6 { width:19.4375rem;height:3.25rem;top:52.85414375rem;left:0.25rem;font-size:0.875rem;font-family:"th montserrat";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #b7pRoTaDh9guMB1OMIUdOeqn4rMAccJA { display:block; }
 }@media only screen and (max-width: 763px) { #PTVok0RWWQZ5aKkrNW6JxUQn1h1GDae9 { width:20rem;height:23.5215rem;top:13.19270625rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #xO0dFzB1JmuKBITqSV1LAZAOdGcB1R6v { width:20rem;height:6.09375rem;top:2.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mcdrzzgiSdCuWizZVk5kfb7k5G50Dxtu { background-color:#352a56;background-image:none;display:block; }#mcdrzzgiSdCuWizZVk5kfb7k5G50Dxtu > .row .container { background-color: transparent; background-image: none; }#mcdrzzgiSdCuWizZVk5kfb7k5G50Dxtu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcdrzzgiSdCuWizZVk5kfb7k5G50Dxtu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcdrzzgiSdCuWizZVk5kfb7k5G50Dxtu > .row .container > .video-iframe-container { display: none; }#mcdrzzgiSdCuWizZVk5kfb7k5G50Dxtu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcdrzzgiSdCuWizZVk5kfb7k5G50Dxtu > .row > .video-iframe-container { display: none; }#mcdrzzgiSdCuWizZVk5kfb7k5G50Dxtu > .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); }#mcdrzzgiSdCuWizZVk5kfb7k5G50Dxtu > .row .container { width:20rem;height:59.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMJrzZTV2A3MLAq1xzT68qdfR9DcxTaX { width:5.375rem;height:0.125rem;top:10.9375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M4F9ozDCfE4xIMKTJahsb8NRU0Jd3rzp { width:5.375rem;height:0.125rem;top:31.125rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T10Qs5JJtqdSR9QpkvTvVT6fecnuvS9a { width:5.3125rem;height:5.3125rem;top:36.75rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #upyFILZRSNmtJLOQGw7Z8qQTH1nCxAC0 { width:4.0625rem;height:4.0625rem;top:37.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFLkCJBEXbA52dTBaBLfzahf1ZrLecVt { width:12.559875rem;height:1.381075rem;top:9.1875rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wwATl5JuFPgvWVXLtcqGhDEenPT3BQb6 { width:17.4331875rem;height:5.6857625rem;top:11.3125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LMFTzxAWiXcSvKlt6NtguQecc0krHbXW { width:12.309rem;height:1.381075rem;top:26.375rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RIVDExSTDni5OhtCNdG3UfGlKITfSsQR { width:17.559rem;height:5.6857625rem;top:28.3125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Dzy7088ZWJ6Bl79lttIm5Tp80HXp1FyQ { width:14.875rem;height:1.381075rem;top:43rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mp9rwpo31VCqJA4koMF12PQ8DQby8BHt { width:17.5rem;height:5.6857625rem;top:45.3125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vzqXm4A3UCvAil3heazUDW6i2oiizbHm { width:4.0625rem;height:4.0625rem;top:20.8125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR7aRcBX01usMJt8pG1n20V1kvTqtGr0 { width:4.0625rem;height:4.0625rem;top:3.5625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz4mgZsMvcz5zkQEyc6Fbgri1r9M6wW9 { width:5.3125rem;height:5.3125rem;top:20.1875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzulzFa7oinZwJarGmgXTosss8Df55pV { width:5.3125rem;height:5.3125rem;top:2.9375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf9n379FrN21SPsbTNKdhuLIoDSqVW5C { width:3.25rem;height:3.25rem;top:37.75rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rigMraRKwVkOXhMOaTKHB95ens3RGybv { width:3.125rem;height:3.125rem;top:21.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #paHct3fgsI3vfGPM8M7GCtPhXo9BkZTr { width:3.125rem;height:3.125rem;top:4rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2ikBRH8Tw5kPng28QnLNPx3A3lqI4PB { width:5.6875rem;height:5.6875rem;top:52.24739375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c771ed8d-6533-4d29-8ace-88d1527b5f10/TempleoftheHolySpiritTransferenceHealing24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB.adaptive-delivery-prevent-bg, #kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB.lazyload, #kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB.lazyloading { background-image: none; }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB > .row .container { background-color: transparent; background-image: none; }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,245,0.42); }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB > .row .container > .video-iframe-container { display: none; }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,245,0.42); }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB > .row > .video-iframe-container { display: none; }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB > .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); }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB > .row .container { border-width: 0; border-radius: 0; }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kLqpUvN0oqJGVGKt6IEScaqn26L3hxaB > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eoDHwLM3eVW1CKeZJPBizMvXQc0kXaFr { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMKNwiWDqx43wo0xwtPrs3ylKUeBXCBu { width:20rem;height:6.5rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15007;color:#352a56;display:block; }
 }@media only screen and (max-width: 763px) { #WQNglm6OMC91J2IOWTEd9TB3mZCgbTxg { display:block; }#WQNglm6OMC91J2IOWTEd9TB3mZCgbTxg > .row .container { width:20rem;height:62.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Czc7v5Zxtemt4g8Lq0uG1kO6VzInQ7Fr { width:19.5rem;height:3.3125rem;top:55.497398376465rem;left:0.25rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vu2fadUD9kEzbCaCVcSZPfvAw7rqD38u { display:block; }
 }@media only screen and (max-width: 763px) { #T2wABdCJ2yv52OSoTVHoWfHtSFcSqWgi { width:20rem;height:6.12413125rem;top:4.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lRPrGJeuIebhyh9aNtdNBeoTr8C220KV { width:17.6875rem;height:16.3455rem;top:31.019968032837rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#lRPrGJeuIebhyh9aNtdNBeoTr8C220KV li:before{  }
 }@media only screen and (max-width: 763px) { #TBF401uacOxFJb5u7f1H9nbQDLEnlvrM { width:20rem;height:3.41145625rem;top:49.374129533768rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MhFG2HqcQVQDn1FOcICWDUdLZyJ11PVs { width:6.25rem;height:0.125rem;top:4.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKolV6xgIShM5T9xJV9dGflXEfyeHFcv { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWHv1EmQOZsEOxz0LTHyJN61AvQi2zdk { width:20rem;height:17.05728125rem;top:12.497388839722rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a8482bc6-6bf4-4ac3-b63f-b48499fe3619/TempleoftheHolySpiritTransferenceHealing6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf.adaptive-delivery-prevent-bg, #F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf.lazyload, #F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf.lazyloading { background-image: none; }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf > .row .container { background-color: transparent; background-image: none; }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,250,0.39); }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf > .row .container > .video-iframe-container { display: none; }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,250,0.39); }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf > .row > .video-iframe-container { display: none; }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf > .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); }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf > .row .container { border-width: 0; border-radius: 0; }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F16e2Kx2IO2prTTGzAFEUgunuDM7y4nf > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rF4PWOUGVT6SL2gQOKsWs8cga3R7Ba9O { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XatTq0yZDfKdkz9tklFqWATGob00EQzt { width:20rem;height:6.5rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15007;color:#352a56;display:block; }
 }@media only screen and (max-width: 763px) { #kTT0cIl9l2Zt7TcJgVOZLe1Byh4Pph9y { display:block; }#kTT0cIl9l2Zt7TcJgVOZLe1Byh4Pph9y > .row .container { width:20rem;height:56.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSTAapx11JCp2wO6c9iIlHXq73tvdJXB { width:6.25rem;height:0.125rem;top:4.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKT9csmhJFAAC4tZ2w2AwaZAnzMIt9ky { width:20rem;height:7.3489375rem;top:4.9375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yoeUA6UdVgZQr2zHHgNmo8923R1kBZ2x { width:20rem;height:12.508675rem;top:13.5rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z94UpK14NPh4shsfVeeAfqFQtlVONwFi { width:20rem;height:17.482625rem;top:27.25rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#z94UpK14NPh4shsfVeeAfqFQtlVONwFi li:before{  }
 }@media only screen and (max-width: 763px) { #KTl4STfmmWQf1rIqQW0ynNSe9BSCXf4X { width:20rem;height:2.27430625rem;top:46.625rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Riyl6Gk7vLfo1w88wHUSH9OZk6DT2loO { width:19.4375rem;height:3.25rem;top:50.752588272095rem;left:0.28125rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nyLs9waHfAW9NByUSSAzhFWpmh2GRLU6 { display:block; }
 }@media only screen and (max-width: 763px) { #wWzmvrXeW8TGZzNdIrO1tfVgpcyc4H2h { width:20rem;height:1.625rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlqCSk2MExA2WQW590IL8xcGzWo7bIxu { display:block; }#dlqCSk2MExA2WQW590IL8xcGzWo7bIxu > .row .container { width:20rem;height:113.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ap0woGb6AyCNOp5roeZKBB4qAwT9yRWd { width:9.5581875rem;height:1.39930625rem;top:12.812500536442rem;left:5.2204862833023rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT86rnAGIbOHaZnaefV20Lk5DpvXnnGl { width:6.25rem;height:0.0598958125rem;top:7.8975697159769rem;left:6.8750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViB85mt0DCElGlJXcIeAoTuvedgyo20n { width:17.5rem;height:2.9236125rem;top:8.8975520133975rem;left:1.7500001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPsCAlCsQIhPxtAUeEuEOPI6p5eX7hQg { width:3.625rem;height:3.625rem;top:46.3125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuFB6OBfygByxuICctALnfRl7NWtTzuf { width:16.5625rem;height:2.625rem;top:52.9375rem;left:1.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMtkk9Mq9Afnq3SswPrQvc0EmDmIxNmM { width:15.625rem;height:1.5rem;top:50.625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ8srb67tnS6SS9IHiIsMeuTuGGKToeD { width:4.1875rem;height:4.0625rem;top:58.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZJOQidPRGqMsDTTVwWFOX06lGgCR6dF { width:15.1206875rem;height:1.5rem;top:63.1875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFS5cERWsHcdL2nqKnqTcsQH5A2h8uyf { width:13.3125rem;height:2.625rem;top:65.3125rem;left:3.375rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #p5fgPIoRN83bIrODMTICih8OLCxaeuP0 { width:16.309rem;height:3.9375rem;top:40.1875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kZM2XoP5KpeKCF6gM6L4ak6F84xhtDgv { width:15.684rem;height:1.5rem;top:38rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktOZIxTmIL5QgWHq9hHhkT6aJfZylsGV { width:3.0625rem;height:2.75rem;top:34.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhXhi2tcGIIcTpagbQtzSoWO5Ty0QgNM { width:15.9956875rem;height:2.625rem;top:89.6875rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pZtXSQM6IfMRqu9aNbEEWaH9xSWuwycJ { width:16.1206875rem;height:1.5rem;top:87.625rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ8sCWKo1pG6rVbHfZfMN1JsAzx2to3p { width:3.75rem;height:3.75rem;top:83.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw5Q7Erb9JP8LwAtEx7i1DOahhM1ZZit { width:19.4375rem;height:3.25rem;top:106.75000095367rem;left:0.28125rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gFc2FFetVkWFwvX2I1e7IbruTDa839IH { display:block; }
 }@media only screen and (max-width: 763px) { #ZNaBTBG8M4IhKzGFyitnh0evWBXDiSpy { width:16.625rem;height:1.5rem;top:75.375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fILui64pQfPanhfiCAxSX9rTHq8e4LwG { width:3.8125rem;height:3.8125rem;top:70.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxeP4gWzmXS4IkgzQVEhDe52XOGPyNyg { width:15.8125rem;height:3.9375rem;top:77.625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IA01fs5TFT9NyZdM4wgOJohIr4mF8BZb { width:3.875rem;height:3.875rem;top:94.3125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqvPQhLufPamZBzNkGak9FtIus0PwoVs { width:15.625rem;height:1.5rem;top:98.8125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiCTGnkJh3R35qSXiNHcBa385MMprpst { width:15.8125rem;height:2.625rem;top:101.25rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dJZnTsFiFcpilvRow5abyfk43mOpaOQW { width:18.125rem;height:14.783rem;top:16.718766748905rem;left:0.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MPDeHO7mgzGKCBVk17HR6L38X8kdS2ir { width:20rem;height:3.25rem;top:1.2500009536743rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRrHgSiLUwI0dUS4uMBT3kgt48o37xyf { width:20rem;height:1.46180625rem;top:5.3368058204651rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6r4K3BRZl2UhaGH6qOeC0tBhIBq7Xlo { width:3.75rem;height:3.75rem;top:83.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgKyZGgyZJQbvLzvGwuk3w384sfrssXR { width:3.8125rem;height:3.8125rem;top:56.875rem;left:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv { display:block; }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv { background-color: transparent; background-image: none; }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv > .row .container > .video-iframe-container { display: none; }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv > .row > .video-iframe-container { display: none; }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv > .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); }#FBbAEqC4vL9TQpkTye3Un8Hy6LIwDTuv > .row .container { width:20rem;background-color:transparent;background-image:none;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ecZnOcH6vpGvbguqXDdyGsvSc0lcEQXT { width:17.6875rem;height:22.6875rem;top:30.250003814698rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJULXtfXgCbGQPxLcTOz7TxWucJFVcFI { width:15.186625rem;height:3.75rem;top:31.75rem;left:1.875rem;font-size:1.125rem;font-family:"th montserrat";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NU6EU66MPECqnbTqC9r4VsVmLLT5sH0p { display:block; }
 }@media only screen and (max-width: 763px) { #sPk6iN6HE9PRISArPlh2I0eZLabuygWO { width:17.6875rem;height:2.599825rem;top:37.3125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJBGlWkzpeaq9zffJ5KQ37XqTWkm04Gt { width:17.8125rem;height:1.13715rem;top:40.687500953674rem;left:0.9618055820465rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzQEkGPM1uQTkiAI8m2xB8F63HnalpAR { width:16.125rem;height:8.359375rem;top:43.124983787537rem;left:1.9375001192093rem;text-align:left;text-align-last:left;font-size:0.6875rem;line-height:1.2;display:block; }#yzQEkGPM1uQTkiAI8m2xB8F63HnalpAR li:before{  }
 }@media only screen and (max-width: 763px) { #cZexP7NDPWhuPhRDiNLVf1QcFmAOl7XT { width:17.6875rem;height:23.375rem;top:4.53125rem;left:1.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #uDFNOOEDUiAs2sBbURtwbupqOTmDUw4B { width:19.125rem;height:2.599825rem;top:11.344635009766rem;left:0.875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxv9XtiMivWpxWA6JRM1hrqonAqJ7Xzi { width:19.6875rem;height:1.13715rem;top:14.844618797303rem;left:0.15625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNBLX6NHVAvQngDX8LMg1XksD3ApnCgk { width:16.125rem;height:8.9765625rem;top:17.094618797302rem;left:1.9375001192093rem;text-align:left;text-align-last:left;font-size:0.6875rem;line-height:1.3;display:block; }#dNBLX6NHVAvQngDX8LMg1XksD3ApnCgk li:before{  }
 }@media only screen and (max-width: 763px) { #yr17OO7RX4y0oCmAO7ohhNTEPgODCuWa { width:15.375rem;height:4rem;top:6.0321350097656rem;left:2.375rem;font-size:1.125rem;font-family:"th montserrat";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QgUxe4Vl6WTDRybv8qFUr0ZuEpsyVyqN { display:block; }
 }@media only screen and (max-width: 763px) { #sTH1bLlwIVT6GX0FBR3dT9LgEa0Dk37s { width:20rem;height:1.29948125rem;top:59.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJVfgqNCmFSyC3XAT46xRHcoRHoeVIKz { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6TWZ1Bux2Ff0E0AGTUtRoS9tHK3EsZe { width:16.49825rem;height:1.099825rem;top:54.9375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.6875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #HM4FlKbWvvFBdcIEZVbWWweFTwyCro35 { width:20rem;height:1.099825rem;top:57.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #BGO1Xc7sRhnUh14KRdNxtQQ7Cs7iAa0s { display:block; }#BGO1Xc7sRhnUh14KRdNxtQQ7Cs7iAa0s > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuSS0mWvRAHH617VKpkui8OUytaTesR7 { width:15.3125rem;height:20.25rem;top:14.4809765625rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQSrpZ7HfR8TJdG8v0SKlqqppm0J4TQF { width:20rem;height:6.4721875rem;top:25.567625rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dVZoyza3XTE661ArIJNphIJSPiKKmXBH { width:18.125rem;height:4.5486125rem;top:5.75rem;left:0.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4219iQLl3Zr2MiP88h0odTBDt5ep27R { width:20rem;height:3.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksAni9medyAWi93bGI1NiazIB3JdmK6c { display:block; }#ksAni9medyAWi93bGI1NiazIB3JdmK6c > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZieIRVL4nlOw953lsLHuKp9PF5MbvTA { width:6.25rem;height:0.060763875rem;top:10.1875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #izBhw1H2srILdBmvSlqe1WOUtUqvRqgo { width:3.625rem;height:3.625rem;top:1.8125028610229rem;left:8.1875001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt4BKG8swHE8GmNGr1zI6atId6dNaUSu { width:16.5625rem;height:3.9375rem;top:8.4374732971194rem;left:1.7187501192093rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNm70uD2Al05gQMa4asqKxGu49L3FgKT { width:15.625rem;height:1.5rem;top:6.25rem;left:2.1875001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiO2SzTOKxys52BWzUTqXOBlnuSGWJvp { width:4.3125rem;height:4.0625rem;top:16.811604499817rem;left:7.8437501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq0mSTzTZcD5OIhbafZTxT9tQ1sFn7ME { width:15.1215rem;height:1.5rem;top:21.499131202698rem;left:2.4392360448837rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVaGT32dOKMNFxzwl4vuX51NGA4I0T7z { width:16.5625rem;height:3.9375rem;top:23.937514305115rem;left:1.7187501192093rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xa9gk2DgmvoPUVJvpN1gdeOTECP8MBcT { width:6.25rem;height:0.0625rem;top:8.875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLD2s5eMo7nvJ5RSAUwyLXTehamU7dUT { width:20rem;height:2.27430625rem;top:30.062527656555rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J2JMg7Edt4llnp2l30y1LD9EgpxxCdFO { width:6.25rem;height:0.060763875rem;top:14.769962310791rem;left:6.8750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac3ZlN0kmNZSEDwc6ZhrOzPUEQg8BIoV { width:6.25rem;height:0.0615234375rem;top:8.90625rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w94ApotoMKHNwxHqDGOFwucPPSPWoXcI { display:block; }#w94ApotoMKHNwxHqDGOFwucPPSPWoXcI > .row .container { width:20rem;height:63.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kO27JqPOpwLkWszxyd1wSpz4qceIhry5 { width:14.809875rem;height:1.625rem;top:1.25rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce5u0XzIgoUvcDstUgC1uzGxb4KvlfAq { width:5.3125rem;height:5.3125rem;top:4.9375rem;left:7.3437501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl2qhvcT0CC44P9gZX0CNqzU55VbJHIJ { width:5.3125rem;height:5.3125rem;top:18.999999523163rem;left:7.3437501192094rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #bvD0w5dOm8tcTOFMoXWMarnMeMTzT0zN { width:5.3125rem;height:5.3125rem;top:47.75rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTWKLJapF3vAiAdcCSG58Pab3yUQyMxU { width:5.3125rem;height:5.3125rem;top:33.375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKNWHy3JOvPt4dAUunophRnADwb0pTmp { width:4.0625rem;height:4.0625rem;top:5.5625rem;left:7.9687501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4LE9G9UsUB0zwLhvENzXGXvNzKfPdeD { width:4.0625rem;height:4.0625rem;top:48.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI6R0JlP3KaOPgUQIp4SsuNEfSKn40Ld { width:4.0625rem;height:4.0625rem;top:34rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #U80ArdxfmuWck5XKaTJKXf9QHXT3TaxQ { width:4.0625rem;height:4.0625rem;top:19.624999523163rem;left:7.9687501192094rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #m1E5akwOoGyZcakHZOa81TtXlMLXNbB7 { width:3.125rem;height:3.125rem;top:5.8437498807907rem;left:8.5000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #zafvmcALyUOhiCAHLdcXG0Z3QibxIIai { width:3.125rem;height:3.125rem;top:20.0625rem;left:8.4375rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #mIlADlDMQywMkZ6rQPKte3yGE6ebTGwa { width:2.9375rem;height:2.9375rem;top:48.9375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCWVbUvPmuIBbJ2h1t4Z5y7JqJzlvIB5 { width:4.5625rem;height:0.125rem;top:13.5rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xgt5xTVSzL7qM4LIkd0tygXkf6odVTPe { width:3.25rem;height:3.25rem;top:34.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRWgqVGsPyFXXSHRUJATmd42UXlRPDlH { width:14rem;height:2.76215rem;top:10.874131679535rem;left:3.0000001192093rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#352a56;display:block; }
 }@media only screen and (max-width: 763px) { #Ii7VKRMs0qouvunCoVOb3otxk0CTJbWv { width:17.4331875rem;height:2.27430625rem;top:14.374999523163rem;left:1.2821182012558rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#352a56;display:block; }
 }@media only screen and (max-width: 763px) { #lGubNRUNd6l6uoDwe12HFW1oDeJnIGxd { width:12.3081875rem;height:2.76215rem;top:25.3125rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#352a56;display:block; }
 }@media only screen and (max-width: 763px) { #LR095SZUv3ANygXmTIsvUWTZBHmlhU3Q { width:17.5581875rem;height:2.27430625rem;top:28.74995803833rem;left:1.220486164093rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#352a56;display:block; }
 }@media only screen and (max-width: 763px) { #hokFcheJak4Qnn0vbf4gfge2yr0x3mTZ { width:12.2456875rem;height:2.76215rem;top:39.250014603138rem;left:3.8767362833023rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#352a56;display:block; }
 }@media only screen and (max-width: 763px) { #TuxMzKVBn4f2TUbPvhrV9AaRISlaUgNg { width:15.25rem;height:2.27430625rem;top:42.749999046326rem;left:2.3750001192093rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#352a56;display:block; }
 }@media only screen and (max-width: 763px) { #olfl3y9e0KtptVPlLvbrsk1f3TWkqVoR { width:12.3125rem;height:0;top:56.216987609863rem;left:3.8437501192093rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ms459OhFvCywKCaUIfGcqMcUpPcXiUpk { width:13.5625rem;height:2.27430625rem;top:57.25rem;left:3.25rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#352a56;display:block; }
 }@media only screen and (max-width: 763px) { #TPFctpg3hoEIdXWLtg7BMWVPlgNhbxoy { width:4.5625rem;height:0.125rem;top:13.5rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dx79vKuslLMWQFAkzagAOQ3ycE50AMkf { width:4.5625rem;height:0.125rem;top:13.5rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wf3ZPpAAaZmmzMZTfzI80auXpqNaZotv { width:12.3125rem;height:2.76215rem;top:53.8125rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#352a56;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #T2D7QP0ELZKHF5L87zC5Lg6IBx3m5ByT { width:3.875rem;height:3.875rem;top:17.686632156372rem;left:13.551215291023rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #FZWaCpk92rtfQNdb2kdshmA2nIHvtReA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e76a2a89-0540-42ac-9a42-bcdefccd695f/TempleoftheHolySpiritTransferenceHealing38.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#FZWaCpk92rtfQNdb2kdshmA2nIHvtReA.adaptive-delivery-prevent-bg, #FZWaCpk92rtfQNdb2kdshmA2nIHvtReA.lazyload, #FZWaCpk92rtfQNdb2kdshmA2nIHvtReA.lazyloading { background-image: none; }#FZWaCpk92rtfQNdb2kdshmA2nIHvtReA > .row .container { background-color: transparent; background-image: none; }#FZWaCpk92rtfQNdb2kdshmA2nIHvtReA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(244,244,236,0.75); }#FZWaCpk92rtfQNdb2kdshmA2nIHvtReA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZWaCpk92rtfQNdb2kdshmA2nIHvtReA > .row .container > .video-iframe-container { display: none; }#FZWaCpk92rtfQNdb2kdshmA2nIHvtReA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(244,244,236,0.75); }#FZWaCpk92rtfQNdb2kdshmA2nIHvtReA > .row > .video-iframe-container { display: none; }#FZWaCpk92rtfQNdb2kdshmA2nIHvtReA > .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); }#FZWaCpk92rtfQNdb2kdshmA2nIHvtReA > .row .container { width:20rem;height:112.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WpFQQB4Wq7KeyhJzTTQSzatGPlUO19Ml { width:19.4375rem;height:3.25rem;top:107.5rem;left:0.25rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cvc47y3T0Ek3hL8KRnTCKMnBTP7b6AZ5 { display:block; }
 }@media only screen and (max-width: 763px) { #FqgIzihAoHiUv8ARIVctiyDRhmAnV8Tr { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuxJdkeb9qnUuxfMoEhykmtikk2QOD6Z { width:20rem;height:41.644125rem;top:8.1362875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JAZ8fxWkiOn5xqiQ108dNhcZTSPPcy2o { width:20rem;height:40.41925rem;top:58.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wxzZnrVwxErSNuNQk1C7yzp5lLnqmSfG { width:20rem;height:4.5486125rem;top:100.375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0my4nhVwleglifzIv3G6Rr4NU79k5EU { width:14.8125rem;height:2.76215rem;top:4.1875004768372rem;left:2.5937501192093rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#352a56;display:block; }
 }@media only screen and (max-width: 763px) { #XTseaihTfCvHcSQJwIzZptGTlZBuF2ey { width:16.875rem;height:2.76215rem;top:54.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#352a56;display:block; }
 }@media only screen and (max-width: 763px) { #nePM37U8oTpQNRbpxkKFATMin1cf05to { width:18.625rem;height:0.5rem;top:51.355895400048rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrw4oWHZlBhTewb5mgclu0OiwcQfngnu { display:block; }#rrw4oWHZlBhTewb5mgclu0OiwcQfngnu > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVt3scMRQTnGaBtPTp3CXn9qdwP04ZHp { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea3FDAFGXIeRvtNR5nMunuGFsTmZS48q { width:20rem;height:1.04948125rem;top:4.125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep .accordion-heading-text { font-size:1rem;height:auto; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep { display:flex;height:auto;width:17.5rem;top:4.1250267028809rem;left:0rem; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #AkSPnDWEnp3Cyo7iRMvcBEduWn3uGhHG {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #bcDOUE9sJhVyDZaHDTTpDML0csd2ilTQ {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #S1DwTNF8fvTyh1ezHCkZS0fMlxKpt8OD {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #PHKbIkK7p7QLNRv40cDcK38uV3i6gu6y {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #ZRC4KiU9icAK0SlR4Og2PGpq8Tl3C9LJ {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #Ii26ZyEXVtcN4coXaZysiQo76oRZWTZW {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #M9eQIlltSB5aCkXR5i9Bv7vCVJvdeuJh {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #eaeKGnKczDwHhvbFMMKzWbPKi6lG687v {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #bvLWy17KavBPuGT4pqa5KFF36GgoPXTv {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #qG729WTshaTWILglrrutyyEURDTaxV0o {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #I2LshRcCLfmgTyTA4B1soQDWz9ipzKK7 {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #ck5BKWUF9XAD35oDDo1vFlcJIDrS0JUU {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #Bk22EkOanraxKseOJ3X75e0Tmc02OBL5 {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #gt24c1y5CnaKx77Fh0W7fG2c900eQaR0 {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #M6yUcPdCCrEKWqvItBPOX7MHboFn9lc3 {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #xBttqoy7fZxTS47JIQVyC9DDqg8Ooqs5 {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #bNrog11JmOIWPWkG05cQMmhTLabfV1Gb {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #RKkyesOiEXZdHwCGKMbw9vpJzzNHAwnw {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #Elx7BvvolBb7TbTNw7Ux9dOwePwbTDk4 {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #vpBoGOtyJJpHIoRu5usc6q7HEoLTV7C2 {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #P1rgz7saKGHOwz5RTPMvbiGTlGNdMCug {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #gTdMcTRInqq0VJIWZSZZGv2SV7fTc2dV {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #BZhZKyKbELrbdwwyG3hW6Pw3Rp7kQs6U {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #ew1Fhd9JgcJyS8IF4JPSp7A8ZmmL4UpE {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #HhfGPkz558Qx5Lu7SVBdQRteFhi4ISOs {  }
 }@media only screen and (max-width: 763px) { #N14dyPqvEnHW9mKpKM9ySkI3ATLpbsO8 { width:13.875rem;height:2.625rem;top:35.79948125rem;left:3.0625rem;font-size:0.875rem;font-family:"th montserrat";font-weight:700;font-style:normal;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #VDVvX33IB2uTJdCHrwkOrKScHe2lxUV4 { display:block; }
 }@media only screen and (max-width: 763px) { #M71IxL7HGceREJhTcTrt0JLdiIUrMJSK { display:block; }#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKDssB6S9VQBWHBuweA08TJaDfcBS8uw { width:19.1875rem;height:31.875rem;top:9.875rem;left:0.4375rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #dCoNviX5pSXHv5Ti6QMfJzTCXoav0TlV { width:20rem;height:5.19965rem;top:1.937486410141rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a3EtDGArhTlTwwxf3J5xv4wOiqcQ38mC { width:12.75rem;height:17.1875rem;top:12.0625rem;left:3.5312501192093rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #X9pk1NG43dFDeBfNyDH8T2UuurgUQui1 { width:19.4375rem;height:3.25rem;top:43.511285781861rem;left:0.28125rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eVr0DPEqfv4GSpXpAXushXaadLGVglzZ { display:block; }
 }@media only screen and (max-width: 763px) { #cPrzNITJD8CgQlUpuNeIpGku4LNabJJX { width:15.6875rem;height:9.09725rem;top:30.25rem;left:2.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #USSVkNnQrrptSbXqraAeIwSMQnAty07z { display:block; }#USSVkNnQrrptSbXqraAeIwSMQnAty07z > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1XVBsJ0LXKuhZ56agzsOt9BVFKbUOrs { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RGnroac9GrZJc5UVbTlEtR7tmJsq3bMn { display:none; }#RGnroac9GrZJc5UVbTlEtR7tmJsq3bMn > .row .container { width:20rem;height:41.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZaP7fvLhl2Zdc0caIr2ZQCmOlWugqldh { width:18.125rem;height:22.625rem;top:21.5625rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cZe3GhNaOabDU4gqH5uTVw5dVd4P7JLZ { width:20rem;height:2.43706875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9mH9pzawWfOMnZepDnRMzlsVtlQiTF1 { left:6.5rem;background-color:transparent;background-image:none;top:34.16381875rem;width:6.9998125rem;height:6.936875rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWKA2FZ9W0GIVnOFSeMm8yOF3pRouwfy { width:18.811875rem;height:20.9798125rem;top:9.43489375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLTKzVOeaLmrODSz7w7S7omV55RTT09a { width:20rem;height:3.2487rem;top:4.93663125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFpQT4Jo9daQUrwrRTsq9p9ITMbTZAWf { width:20rem;height:0;top:31.66408125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }