.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#261545;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7fdc03dc-a194-4139-b480-59ec6bda67b4/TheLondonSatsangsLP.jpg");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; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.adaptive-delivery-prevent-bg, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyload, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyloading { background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { background-color: transparent; background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .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); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { border-width: 0; border-radius: 0; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { font-size:0.875rem;font-family:arial;height:55.75rem;width:75rem;position:relative;display:block; }#ofeURTdO0NsoN5vrABEwoFpdhTR77oc6 { 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:5.75rem;width:5.75rem;top:1.4617187976837rem;left:34.625rem;overflow:hidden;display:block; }
#K0FpKAI5CxGEqJcJVsSNIqLOPiwXmffT { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:24.5rem;left:38.6875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RMypT1qI2LzbJBDDstH6A9kOeivus2PT { background-color:#f4898d;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000d2c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:24.3125rem;left:20.4375rem;display:block; }
#uvK2hMozX2kio7Ixylm3q6Maxx83mm8g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GDO1HiLQVswKRyzynZaMC23wOR209qc2 { color:#ffffff;display:block;width:48.8125rem;position:absolute;font-family:lora;font-size:5.0625rem;font-weight:400;z-index:15003;line-height:.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.1875rem;left:13.125rem;height:4.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mpoaesovTU09EIVP9ovwDXBFURT7rBle { color:#ffffff;display:block;width:40.4375rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17.4375rem;left:17.3125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SFbtKFeeZieKmod1nzT7H0OrwN74gCOm { color:#f4aeb1;display:block;width:23.375rem;position:absolute;font-family:lora;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:14.125rem;left:25.8125rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yg5yhOUVfaFiDdT2v3DLILHh3aBm0VrI { 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.4375rem;width:8.875rem;top:49.8125rem;left:51.3125rem;overflow:hidden;display:block; }
#Q9mT55JEpRzusvgxPJTqev1LaM6lTRgH { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:49.8125rem;left:42.4375rem;overflow:hidden;display:block; }
#CqTykgM4LWVcJ0Kwm0miT8IFIO3cHoaE { 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:4rem;width:8.125rem;top:50.0625rem;left:59.375rem;overflow:hidden;display:block; }
#s6tNpiACxSGWJ7zS1BRThE298d1md5OK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:49.8125rem;left:34.875rem;overflow:hidden;display:block; }
#pOSQPn1cfKnNeJ4DgoltpWSlmHCtZPhA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:49.8125rem;left:26rem;overflow:hidden;display:block; }
#ia8Ul0p48iMTUQnrbTpbRsBzEDH7TLpH { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:49.8125rem;left:16.375rem;overflow:hidden;display:block; }
#wlQGVaWLHcxgNOT5VVvzGzxC9N9izZdk { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:49.8125rem;left:7.5rem;overflow:hidden;display:block; }
#S70pgVAbNXDuzbfmA8GHieebMWQoBHex { box-sizing:content-box;height:0.125rem;width:73.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.19);background-image:none;top:48.1875rem;left:0.8125rem;display:block; }
#yhritGhirbVBPRuOzxI0HEZmvwXsacaK { box-sizing:content-box;height:0.125rem;width:4.375rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:26.0625rem;left:33.625rem;display:block; }
#c9e2f7IOxw2i7hDDGS92GnWPUvgd7p34 { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:25.875rem;left:37.5rem;display:block; }
#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 { 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; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { background-color: transparent; background-image: none; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container > .video-iframe-container { display: none; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row > .video-iframe-container { display: none; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .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); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { border-width: 0; border-radius: 0; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#BO5bQqTU1KV9wR8DE0GA4IMqcwyJDSnw { color:#3c285f;display:block;width:75rem;position:absolute;font-family:"work sans";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.625rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NltRdHyq9ZG5acq4HRlwRVxFChVOihE8 { 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; }#NltRdHyq9ZG5acq4HRlwRVxFChVOihE8 > .row .container { background-color: transparent; background-image: none; }#NltRdHyq9ZG5acq4HRlwRVxFChVOihE8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NltRdHyq9ZG5acq4HRlwRVxFChVOihE8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NltRdHyq9ZG5acq4HRlwRVxFChVOihE8 > .row .container > .video-iframe-container { display: none; }#NltRdHyq9ZG5acq4HRlwRVxFChVOihE8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NltRdHyq9ZG5acq4HRlwRVxFChVOihE8 > .row > .video-iframe-container { display: none; }#NltRdHyq9ZG5acq4HRlwRVxFChVOihE8 > .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); }#NltRdHyq9ZG5acq4HRlwRVxFChVOihE8 > .row .container { border-width: 0; border-radius: 0; }#NltRdHyq9ZG5acq4HRlwRVxFChVOihE8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NltRdHyq9ZG5acq4HRlwRVxFChVOihE8 > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#byu2zFmxDZNIFuQsTHDb8NKR6EAaCO5m { color:#2f2f2f;display:block;width:16.1875rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.5625rem;left:1.3125rem;height:7.312rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FXG7DxFaWapuzLF6Mnmc53bNdc2AiruK { color:#070b32;display:block;width:18.75rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g7HrQwrTOVtuANUVfpVRTbra0aqdcrhh { 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:8.375rem;width:8.375rem;top:0rem;left:5.1875rem;overflow:hidden;display:block; }
#E5McA2SFzrAdnmfeUHDMAJXCwt49kNi6 { color:#2f2f2f;display:block;width:16.1875rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.5625rem;left:20.0625rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nNqTfdp2t2uzX991TrGm1oiAnvK8xdF2 { color:#070b32;display:block;width:18.75rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9rem;left:18.75rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cs9dtk1Jtx5HdJxhWGo35STMduker4K5 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:8.375rem;top:0rem;left:23.9375rem;overflow:hidden;display:block; }
#HouRTdy3zUdV5n6b5Q7tlcgasag8Fkqv { color:#2f2f2f;display:block;width:16.1875rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.5625rem;left:38.8125rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mXDJUW6iou8P681MmoOLtIyEkC5rHMwc { color:#070b32;display:block;width:18.75rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9rem;left:37.5rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OiUIFlD3G3ZTfe8Ex9okPiWbolN9iOo9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:8.375rem;top:0rem;left:42.6875rem;overflow:hidden;display:block; }
#XtFTLzI0dRwoBhCghd629JRPIqsgPpom { color:#2f2f2f;display:block;width:16.1875rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:11.5625rem;left:57.5625rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HiWEMFGevnETrAFEItFlmTOb5LenhqGG { color:#070b32;display:block;width:18.75rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9rem;left:56.25rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r95ttPhv5H7Mwwe4drFzonGPNkVfJEUy { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:8.375rem;top:0rem;left:61.4375rem;overflow:hidden;display:block; }
#UbbxyWFrOtp2u8OLFTaWFvFkOui6Jofe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#261545;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; }#UbbxyWFrOtp2u8OLFTaWFvFkOui6Jofe > .row .container { background-color: transparent; background-image: none; }#UbbxyWFrOtp2u8OLFTaWFvFkOui6Jofe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbbxyWFrOtp2u8OLFTaWFvFkOui6Jofe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbbxyWFrOtp2u8OLFTaWFvFkOui6Jofe > .row .container > .video-iframe-container { display: none; }#UbbxyWFrOtp2u8OLFTaWFvFkOui6Jofe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbbxyWFrOtp2u8OLFTaWFvFkOui6Jofe > .row > .video-iframe-container { display: none; }#UbbxyWFrOtp2u8OLFTaWFvFkOui6Jofe > .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); }#UbbxyWFrOtp2u8OLFTaWFvFkOui6Jofe > .row .container { border-width: 0; border-radius: 0; }#UbbxyWFrOtp2u8OLFTaWFvFkOui6Jofe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UbbxyWFrOtp2u8OLFTaWFvFkOui6Jofe > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:block; }#Dr8USHpGoFKRNyt0MzEWeGdR98Hu7Ge6 { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.125rem;top:9.1875rem;left:42.125rem;display:block; }
#MmtmolIeFc6e8wVvFmrpR5LALOTAEOhE { position:absolute;display:block;z-index:15012;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:7.5rem;width:0.125rem;top:9.1875rem;left:28.3125rem;display:block; }
#fTQHIqVK1cE8C0gNpMKiT0NMEcnQGn5N { color:#fa9b9f;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.3125rem;left:30.75rem;height:1.625rem;font-style:normal;display:block; }
#AqU4hXptfHUipFz9iG72so5QV3Sg3SLd { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.875rem;left:1.8125rem;height:2.4375rem;font-style:normal;display:block; }
#GJnnvNCFJtgf9ZaTqr5X7wLVCbGaR7F5 { color:#fa9b9f;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:13.125rem;left:1.8125rem;height:1.625rem;font-style:normal;display:block; }
#IAWlyF0AvWeAtBm9Dw2gx3GGNeVKMuV7 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.125rem;left:16.75rem;height:2.4375rem;font-style:normal;display:block; }
#cwMS3t4ZgNzT0PR6oJoO4dZkBHTCIJM4 { position:absolute;display:block;z-index:15009;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:7.5rem;width:0.125rem;top:9.1875rem;left:14.3125rem;display:block; }
#whXQwic4lBRHv5FdrpZ2xSEmbhzUiuQ5 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.125rem;left:30.75rem;height:2.4375rem;font-style:normal;display:block; }
#gWtu67wdiiRurwW0wEbFkbC272KdSTFX { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.125rem;left:44.4375rem;height:2.4375rem;font-style:normal;display:block; }
#S61UQ3e7APWocat8lz03eEuPfMOZhETP { color:#fa9b9f;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.1875rem;left:1.8125rem;height:1.94970625rem;display:block; }
#oVgu6OLbTGid1Sctcl2OWDUaR6PT68Gp { color:#fa9b9f;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.1875rem;left:16.75rem;height:1.94970625rem;display:block; }
#SL7MJzXhiyoh2nQaz6MiPutThONNJwKw { color:#fa9b9f;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1875rem;left:30.75rem;height:1.94970625rem;display:block; }
#qcSyHTiVIBHcFy2gkREn0Dne9bqSEKRE { color:#fa9b9f;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.1875rem;left:44.4375rem;height:1.94970625rem;display:block; }
#Nlo9NgTZLf1gfOCUuTosCnqtI6TCcNtl { color:#ffffff;display:block;width:39.625rem;position:absolute;font-family:"work sans";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.625rem;left:1.8125rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mMPvO0t5THomSCZnc0In9Z2mF3gLnZ6y { background-color:#f4898d;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000d2c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:10.3125rem;left:55.6875rem;display:block; }
#QvfcHeUtt3l0aLgmAHnOG2GgeFamek6E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hE3yFgTTksUOPuO57tGFObKaw7peMZOp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dac5e4a5-489c-413b-b3cb-1c3ce7fc8b1e/5.png");background-position:top 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; }#hE3yFgTTksUOPuO57tGFObKaw7peMZOp.adaptive-delivery-prevent-bg, #hE3yFgTTksUOPuO57tGFObKaw7peMZOp.lazyload, #hE3yFgTTksUOPuO57tGFObKaw7peMZOp.lazyloading { background-image: none; }#hE3yFgTTksUOPuO57tGFObKaw7peMZOp > .row .container { background-color: transparent; background-image: none; }#hE3yFgTTksUOPuO57tGFObKaw7peMZOp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hE3yFgTTksUOPuO57tGFObKaw7peMZOp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hE3yFgTTksUOPuO57tGFObKaw7peMZOp > .row .container > .video-iframe-container { display: none; }#hE3yFgTTksUOPuO57tGFObKaw7peMZOp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hE3yFgTTksUOPuO57tGFObKaw7peMZOp > .row > .video-iframe-container { display: none; }#hE3yFgTTksUOPuO57tGFObKaw7peMZOp > .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); }#hE3yFgTTksUOPuO57tGFObKaw7peMZOp > .row .container { border-width: 0; border-radius: 0; }#hE3yFgTTksUOPuO57tGFObKaw7peMZOp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hE3yFgTTksUOPuO57tGFObKaw7peMZOp > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:block; }#Xv8Hmld9mTrIhLVAATyiW9clTmD7Ukal { box-sizing:content-box;height:25.75rem;width:22rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.88);background-image:none;top:11.3125rem;left:1.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#hafh5S0BWkR5GGrrJwaHMSFlzpDz79Mg { color:#2f2f2f;display:block;width:17.1875rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.0625rem;left:3.9375rem;height:2.4375rem;font-style:normal;display:block; }
#d4xtd8H8z4MC9ghpK7iDipNmcgPlExT4 { color:#2f2f2f;display:block;width:17.5rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.1875rem;left:3.9375rem;height:17.5488125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qbeNmpUozCCcWziZQlMBt1THbuGBdAUg { box-sizing:content-box;height:25.75rem;width:22rem;position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.88);background-image:none;top:11.3125rem;left:26.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#JtkpF3Tn8uXJWQrskc9Wirp8KhdWDFld { color:#2f2f2f;display:block;width:17.5rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.1875rem;left:28.9375rem;height:14.624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gIrMzuq6RvHnmATKNHQVwxXy0TRZwMuX { color:#2f2f2f;display:block;width:17.1875rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.0625rem;left:28.9375rem;height:2.4375rem;font-style:normal;display:block; }
#EaJMVGRk6L3AfogMar1rLZTozWrBI4hT { box-sizing:content-box;height:25.75rem;width:22rem;position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.88);background-image:none;top:11.3125rem;left:51.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#EylWI1T4DJ83g5BZtaxAQL5rlCsZqVOI { color:#2f2f2f;display:block;width:17.5rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:16.1875rem;left:53.9375rem;height:17.5488125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vw0VVhW8kZeDKyC0Wr8Xn5m05wNZqSdB { color:#2f2f2f;display:block;width:17.1875rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.0625rem;left:53.9375rem;height:2.4375rem;font-style:normal;display:block; }
#vpM33kTtptaAJlCOJJSGASdR5RZI2Ts3 { color:#ffffff;display:block;width:39.625rem;position:absolute;font-family:"work sans";font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.1875rem;left:17.6875rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#efJ7NMfWQCyhz4e8FKcTuw1E4DymVnso { background-color:#f4898d;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000d2c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:40.125rem;left:30.15625rem;display:block; }
#AfLhT8aZEQ6Cpz3rwWoPLtohc1dWrbLW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vPzRelaP3ldONvoVrVCzSB3mEyTXT7lA { 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; }#vPzRelaP3ldONvoVrVCzSB3mEyTXT7lA > .row .container { background-color: transparent; background-image: none; }#vPzRelaP3ldONvoVrVCzSB3mEyTXT7lA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPzRelaP3ldONvoVrVCzSB3mEyTXT7lA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPzRelaP3ldONvoVrVCzSB3mEyTXT7lA > .row .container > .video-iframe-container { display: none; }#vPzRelaP3ldONvoVrVCzSB3mEyTXT7lA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPzRelaP3ldONvoVrVCzSB3mEyTXT7lA > .row > .video-iframe-container { display: none; }#vPzRelaP3ldONvoVrVCzSB3mEyTXT7lA > .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); }#vPzRelaP3ldONvoVrVCzSB3mEyTXT7lA > .row .container { border-width: 0; border-radius: 0; }#vPzRelaP3ldONvoVrVCzSB3mEyTXT7lA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vPzRelaP3ldONvoVrVCzSB3mEyTXT7lA > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;position:relative;display:block; }#AawZ6Kidd8gtIA3OT6wBhRSGEd2NT2Vb { color:#3c285f;display:block;width:39.625rem;position:absolute;font-family:"work sans";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.75rem;left:2.4375rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m2oHxhHquuA7ns4FB7doBLTlfzUbMTaF { color:#2f2f2f;display:block;width:38.3125rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:10.0625rem;left:2.4375rem;height:20.25rem;font-style:normal;display:block; }
#IELmuTuZgheJzaDrqQSiTZvGuBQfBLon { background-color:#f4898d;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000d2c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.4375rem;left:2.4375rem;display:block; }
#zySieARhGW3BBd9qlEpCc6o3uxwBt7wv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SA0hIfrOe9PpynwJDrqaXceN1xMEpr4q { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:31.3125rem;width:30.5rem;top:5.0625rem;left:44.5rem;overflow:hidden;display:block; }
#lmqFp9UkcLMOT7GPnTulenog6VhRsn7Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a30692e4-dabd-4bb8-a6c3-6f0ad1f2e513/TheLondonSatsangsLP2.jpg");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; }#lmqFp9UkcLMOT7GPnTulenog6VhRsn7Z.adaptive-delivery-prevent-bg, #lmqFp9UkcLMOT7GPnTulenog6VhRsn7Z.lazyload, #lmqFp9UkcLMOT7GPnTulenog6VhRsn7Z.lazyloading { background-image: none; }#lmqFp9UkcLMOT7GPnTulenog6VhRsn7Z > .row .container { background-color: transparent; background-image: none; }#lmqFp9UkcLMOT7GPnTulenog6VhRsn7Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmqFp9UkcLMOT7GPnTulenog6VhRsn7Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmqFp9UkcLMOT7GPnTulenog6VhRsn7Z > .row .container > .video-iframe-container { display: none; }#lmqFp9UkcLMOT7GPnTulenog6VhRsn7Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmqFp9UkcLMOT7GPnTulenog6VhRsn7Z > .row > .video-iframe-container { display: none; }#lmqFp9UkcLMOT7GPnTulenog6VhRsn7Z > .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); }#lmqFp9UkcLMOT7GPnTulenog6VhRsn7Z > .row .container { border-width: 0; border-radius: 0; }#lmqFp9UkcLMOT7GPnTulenog6VhRsn7Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lmqFp9UkcLMOT7GPnTulenog6VhRsn7Z > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#O5bywO2BRWy4pPeydyHuqt08xx9lsd1S { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.875rem 3.125rem 6.5rem rgba(21,24,36,0.3) ;height:23.75rem;width:41.6875rem;top:14.8125rem;left:7.5rem;display:block; }
#gZvPJrxBJgP8GM3XVHXnvhX9FgRVCKb0 { position:absolute;display:block;z-index:15001;background-color:#3c285f;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: 1.25rem 1.875rem 6.5rem rgba(21,24,36,0.3) ;height:19.25rem;width:17.875rem;top:17rem;left:49.125rem;display:block; }
#Nu11JEOy5ETrVBTApDfuJae8aprqaWvh { position:absolute;display:block;z-index:15002;background-color:#f4898d;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:8.75rem;width:0.5rem;top:24.75rem;left:67rem;display:block; }
#p1khkixyJIyASPXGvD1qqpaR2FdO145o { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:21.1875rem;left:51.8125rem;height:2.03125rem;font-style:normal;display:block; }
#JBdENisSHIw7LcSiBtbggyZZJvLz14MR { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:24.5rem;left:52rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UyGzgOmuca6ST11T83SyKRToVRI6mGya { color:#3c285f;display:block;width:36.375rem;position:absolute;font-family:"work sans";font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4375rem;left:19.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MAKJy4bdXnA1rOqULsg9tFFT9tWvtm2O { color:#2f2f2f;display:block;width:29.875rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.25rem;left:22.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#vLG1f2v81P8TbtIcRzOuzvRCfJNtqZoh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffaeae;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; }#vLG1f2v81P8TbtIcRzOuzvRCfJNtqZoh > .row .container { background-color: transparent; background-image: none; }#vLG1f2v81P8TbtIcRzOuzvRCfJNtqZoh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLG1f2v81P8TbtIcRzOuzvRCfJNtqZoh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLG1f2v81P8TbtIcRzOuzvRCfJNtqZoh > .row .container > .video-iframe-container { display: none; }#vLG1f2v81P8TbtIcRzOuzvRCfJNtqZoh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLG1f2v81P8TbtIcRzOuzvRCfJNtqZoh > .row > .video-iframe-container { display: none; }#vLG1f2v81P8TbtIcRzOuzvRCfJNtqZoh > .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); }#vLG1f2v81P8TbtIcRzOuzvRCfJNtqZoh > .row .container { border-width: 0; border-radius: 0; }#vLG1f2v81P8TbtIcRzOuzvRCfJNtqZoh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vLG1f2v81P8TbtIcRzOuzvRCfJNtqZoh > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#uMVCNl0MqJw4LlEEx0OwwrO5hWw7kb1r { color:#3c285f;display:block;width:39.625rem;position:absolute;font-family:"work sans";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.625rem;left:1.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#riPI9ylR3UPlFK9N6GfvSDg3KAURhwpv { background-color:#3c285f;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"work sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:7.625rem;left:57.5rem;display:block; }
#X5i8tEdlaulDmQE72egfwSrXNHBHRfbh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vK7HOPO1pDfAekiUqxHQPdzQXvM0iutx { color:#2f2f2f;display:block;width:47.0625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:7.625rem;left:1.8125rem;height:5.0625rem;font-style:normal;display:block; }
#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo { 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; }#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo > .row .container { background-color: transparent; background-image: none; }#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo > .row .container > .video-iframe-container { display: none; }#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo > .row > .video-iframe-container { display: none; }#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo > .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); }#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo > .row .container { border-width: 0; border-radius: 0; }#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#cyMVVOdsO6BGM0G0wP0eXVTz4WlRR0X3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.5625rem;top:2.9375rem;left:1.6875rem;overflow:hidden;display:block; }
#yMZrOisQ4dPzq4NbexQRdx3KHLnqpyND { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.8125rem;left:48.8125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#mVsDOTgpu9LHMExfar8yw9vHq6W8LZlq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:3rem;left:9.875rem; }
#mVsDOTgpu9LHMExfar8yw9vHq6W8LZlq > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#VDCCsalSLA65emfkr8kfaBgQmF1Fzh29 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3rem;left:13.3125rem; }
#VDCCsalSLA65emfkr8kfaBgQmF1Fzh29 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#bhye73WCoMhFAcIXGS7PW67J4Nb9z1hT { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hcSwTeyD8DoiK4BETDsHfsQx29r1dUbo { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:4.5625rem;left:58rem;display:block; }
#xizL8iaOU9xzRqaRCCIC2XfROnq1rvvk { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:4.5625rem;left:65.5625rem;display:block; }
#wRZLvitKHAvcm9zLOOXn2qX6Licp95sT { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.4375rem;left:50.25rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#KSFN1xAymWMTPcDK3tlZG4NNqoS6HqBL { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.4375rem;left:57.6875rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#DKfucoRc8LihFmqfLwmwQz1AWfpQHh5P { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.5rem;left:65.5625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { display:block; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofeURTdO0NsoN5vrABEwoFpdhTR77oc6 { top:1.4375rem;left:21rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0FpKAI5CxGEqJcJVsSNIqLOPiwXmffT { top:24.5rem;left:25.0625rem;width:15.9375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMypT1qI2LzbJBDDstH6A9kOeivus2PT { width:14.6875rem;height:3.625rem;top:24.3125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvK2hMozX2kio7Ixylm3q6Maxx83mm8g { display:block; }
 }@media only screen and (max-width: 763px) { #GDO1HiLQVswKRyzynZaMC23wOR209qc2 { top:9.1875rem;left:0rem;width:47.75rem;height:4rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpoaesovTU09EIVP9ovwDXBFURT7rBle { top:17.4375rem;left:3.6875rem;width:40.4375rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFbtKFeeZieKmod1nzT7H0OrwN74gCOm { top:14.125rem;left:12.1875rem;width:23.375rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg5yhOUVfaFiDdT2v3DLILHh3aBm0VrI { top:49.8125rem;left:37.6875rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9mT55JEpRzusvgxPJTqev1LaM6lTRgH { top:49.8125rem;left:28.8125rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqTykgM4LWVcJ0Kwm0miT8IFIO3cHoaE { top:50.0625rem;left:39.625rem;width:8.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6tNpiACxSGWJ7zS1BRThE298d1md5OK { top:49.8125rem;left:21.25rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOSQPn1cfKnNeJ4DgoltpWSlmHCtZPhA { top:49.8125rem;left:12.375rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia8Ul0p48iMTUQnrbTpbRsBzEDH7TLpH { top:49.8125rem;left:2.75rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlQGVaWLHcxgNOT5VVvzGzxC9N9izZdk { top:49.8125rem;left:0rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S70pgVAbNXDuzbfmA8GHieebMWQoBHex { top:48.1875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhritGhirbVBPRuOzxI0HEZmvwXsacaK { top:26.0625rem;left:20rem;width:4.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9e2f7IOxw2i7hDDGS92GnWPUvgd7p34 { top:25.875rem;left:23.875rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 { display:block; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BO5bQqTU1KV9wR8DE0GA4IMqcwyJDSnw { top:3.625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NltRdHyq9ZG5acq4HRlwRVxFChVOihE8 { display:block; }#NltRdHyq9ZG5acq4HRlwRVxFChVOihE8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byu2zFmxDZNIFuQsTHDb8NKR6EAaCO5m { width:16.1875rem;height:7.25rem;top:11.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXG7DxFaWapuzLF6Mnmc53bNdc2AiruK { width:18.75rem;height:2rem;top:9rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7HrQwrTOVtuANUVfpVRTbra0aqdcrhh { width:8.375rem;height:8.375rem;top:0rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5McA2SFzrAdnmfeUHDMAJXCwt49kNi6 { width:16.1875rem;height:4.375rem;top:11.5625rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNqTfdp2t2uzX991TrGm1oiAnvK8xdF2 { width:18.75rem;height:2rem;top:9rem;left:5.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs9dtk1Jtx5HdJxhWGo35STMduker4K5 { width:8.375rem;height:8.375rem;top:0rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HouRTdy3zUdV5n6b5Q7tlcgasag8Fkqv { width:16.1875rem;height:4.375rem;top:11.5625rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXDJUW6iou8P681MmoOLtIyEkC5rHMwc { width:18.75rem;height:2rem;top:9rem;left:17.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiUIFlD3G3ZTfe8Ex9okPiWbolN9iOo9 { width:8.375rem;height:8.375rem;top:0rem;left:25.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtFTLzI0dRwoBhCghd629JRPIqsgPpom { width:16.1875rem;height:5.8125rem;top:11.5625rem;left:31.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiWEMFGevnETrAFEItFlmTOb5LenhqGG { width:18.75rem;height:2rem;top:9rem;left:29rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r95ttPhv5H7Mwwe4drFzonGPNkVfJEUy { width:8.375rem;height:8.375rem;top:0rem;left:37.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbbxyWFrOtp2u8OLFTaWFvFkOui6Jofe { display:block; }#UbbxyWFrOtp2u8OLFTaWFvFkOui6Jofe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dr8USHpGoFKRNyt0MzEWeGdR98Hu7Ge6 { width:0.125rem;height:7.5rem;top:9.1875rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmtmolIeFc6e8wVvFmrpR5LALOTAEOhE { width:0.125rem;height:7.5rem;top:9.1875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTQHIqVK1cE8C0gNpMKiT0NMEcnQGn5N { width:12.5rem;height:1.625rem;top:13.3125rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqU4hXptfHUipFz9iG72so5QV3Sg3SLd { width:12.5rem;height:2.4375rem;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJnnvNCFJtgf9ZaTqr5X7wLVCbGaR7F5 { width:12.5rem;height:1.625rem;top:13.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAWlyF0AvWeAtBm9Dw2gx3GGNeVKMuV7 { width:12.5rem;height:2.4375rem;top:11.125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwMS3t4ZgNzT0PR6oJoO4dZkBHTCIJM4 { width:0.125rem;height:7.5rem;top:9.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #whXQwic4lBRHv5FdrpZ2xSEmbhzUiuQ5 { width:12.5rem;height:2.4375rem;top:11.125rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWtu67wdiiRurwW0wEbFkbC272KdSTFX { width:12.5rem;height:2.4375rem;top:11.125rem;left:30.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S61UQ3e7APWocat8lz03eEuPfMOZhETP { width:12.5rem;height:1.9375rem;top:9.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVgu6OLbTGid1Sctcl2OWDUaR6PT68Gp { width:12.5rem;height:1.9375rem;top:9.1875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL7MJzXhiyoh2nQaz6MiPutThONNJwKw { width:12.5rem;height:1.9375rem;top:9.1875rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcSyHTiVIBHcFy2gkREn0Dne9bqSEKRE { width:12.5rem;height:1.9375rem;top:9.1875rem;left:30.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nlo9NgTZLf1gfOCUuTosCnqtI6TCcNtl { width:39.625rem;height:3.25rem;top:3.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMPvO0t5THomSCZnc0In9Z2mF3gLnZ6y { width:14.6875rem;height:3.625rem;top:10.3125rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvfcHeUtt3l0aLgmAHnOG2GgeFamek6E { display:block; }
 }@media only screen and (max-width: 763px) { #hE3yFgTTksUOPuO57tGFObKaw7peMZOp { display:block; }#hE3yFgTTksUOPuO57tGFObKaw7peMZOp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xv8Hmld9mTrIhLVAATyiW9clTmD7Ukal { top:11.3125rem;left:0rem;width:22rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hafh5S0BWkR5GGrrJwaHMSFlzpDz79Mg { width:17.1875rem;height:2.4375rem;top:13.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4xtd8H8z4MC9ghpK7iDipNmcgPlExT4 { width:17.5rem;height:17.5rem;top:16.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbeNmpUozCCcWziZQlMBt1THbuGBdAUg { top:11.3125rem;left:9.75rem;width:22rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtkpF3Tn8uXJWQrskc9Wirp8KhdWDFld { width:17.5rem;height:14.5625rem;top:16.1875rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIrMzuq6RvHnmATKNHQVwxXy0TRZwMuX { width:17.1875rem;height:2.4375rem;top:13.0625rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaJMVGRk6L3AfogMar1rLZTozWrBI4hT { top:11.3125rem;left:25.625rem;width:22rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EylWI1T4DJ83g5BZtaxAQL5rlCsZqVOI { width:17.5rem;height:17.5rem;top:16.1875rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw0VVhW8kZeDKyC0Wr8Xn5m05wNZqSdB { width:17.1875rem;height:2.4375rem;top:13.0625rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpM33kTtptaAJlCOJJSGASdR5RZI2Ts3 { width:39.625rem;height:3.25rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #efJ7NMfWQCyhz4e8FKcTuw1E4DymVnso { width:14.6875rem;height:3.625rem;top:40.125rem;left:16.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfLhT8aZEQ6Cpz3rwWoPLtohc1dWrbLW { display:block; }
 }@media only screen and (max-width: 763px) { #vPzRelaP3ldONvoVrVCzSB3mEyTXT7lA { display:block; }#vPzRelaP3ldONvoVrVCzSB3mEyTXT7lA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AawZ6Kidd8gtIA3OT6wBhRSGEd2NT2Vb { width:39.625rem;height:3.25rem;top:5.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2oHxhHquuA7ns4FB7doBLTlfzUbMTaF { width:38.3125rem;height:20.25rem;top:10.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IELmuTuZgheJzaDrqQSiTZvGuBQfBLon { width:14.6875rem;height:3.625rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zySieARhGW3BBd9qlEpCc6o3uxwBt7wv { display:block; }
 }@media only screen and (max-width: 763px) { #SA0hIfrOe9PpynwJDrqaXceN1xMEpr4q { top:5.0625rem;left:17.25rem;width:30.5rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmqFp9UkcLMOT7GPnTulenog6VhRsn7Z { display:block; }#lmqFp9UkcLMOT7GPnTulenog6VhRsn7Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5bywO2BRWy4pPeydyHuqt08xx9lsd1S { width:41.6875rem;height:23.75rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZvPJrxBJgP8GM3XVHXnvhX9FgRVCKb0 { width:17.875rem;height:19.25rem;top:17rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu11JEOy5ETrVBTApDfuJae8aprqaWvh { width:0.5rem;height:8.75rem;top:24.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1khkixyJIyASPXGvD1qqpaR2FdO145o { width:12.5rem;height:2rem;top:21.1875rem;left:35.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBdENisSHIw7LcSiBtbggyZZJvLz14MR { width:12.1875rem;height:4.375rem;top:24.5rem;left:35.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyGzgOmuca6ST11T83SyKRToVRI6mGya { width:36.375rem;height:3.25rem;top:5.4375rem;left:5.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAKJy4bdXnA1rOqULsg9tFFT9tWvtm2O { width:29.875rem;height:2.875rem;top:9.25rem;left:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLG1f2v81P8TbtIcRzOuzvRCfJNtqZoh { display:block; }#vLG1f2v81P8TbtIcRzOuzvRCfJNtqZoh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMVCNl0MqJw4LlEEx0OwwrO5hWw7kb1r { width:39.625rem;height:;top:3.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #riPI9ylR3UPlFK9N6GfvSDg3KAURhwpv { width:14.6875rem;height:3.625rem;top:7.625rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5i8tEdlaulDmQE72egfwSrXNHBHRfbh { display:block; }
 }@media only screen and (max-width: 763px) { #vK7HOPO1pDfAekiUqxHQPdzQXvM0iutx { width:47.0625rem;height:5.0625rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo { display:block; }#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyMVVOdsO6BGM0G0wP0eXVTz4WlRR0X3 { top:2.9375rem;left:0rem;width:7.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMZrOisQ4dPzq4NbexQRdx3KHLnqpyND { top:2.8125rem;left:24.125rem;width:23.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVsDOTgpu9LHMExfar8yw9vHq6W8LZlq { top:3rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#mVsDOTgpu9LHMExfar8yw9vHq6W8LZlq > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #VDCCsalSLA65emfkr8kfaBgQmF1Fzh29 { top:3rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#VDCCsalSLA65emfkr8kfaBgQmF1Fzh29 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #bhye73WCoMhFAcIXGS7PW67J4Nb9z1hT { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #hcSwTeyD8DoiK4BETDsHfsQx29r1dUbo { top:4.5625rem;left:44.375rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xizL8iaOU9xzRqaRCCIC2XfROnq1rvvk { top:4.5625rem;left:47.625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRZLvitKHAvcm9zLOOXn2qX6Licp95sT { top:4.4375rem;left:36.625rem;width:7.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSFN1xAymWMTPcDK3tlZG4NNqoS6HqBL { top:4.4375rem;left:39.25rem;width:8.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKfucoRc8LihFmqfLwmwQz1AWfpQHh5P { top:4.5rem;left:41rem;width:6.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5daa6f1a-1b25-43df-80e8-5ed52a77369f/Untitleddesign6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.adaptive-delivery-prevent-bg, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyload, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyloading { background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { background-color: transparent; background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .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); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofeURTdO0NsoN5vrABEwoFpdhTR77oc6 { width:4.5625rem;height:4.5625rem;top:0.8125rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0FpKAI5CxGEqJcJVsSNIqLOPiwXmffT { width:13.875rem;height:2.92480625rem;top:23.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMypT1qI2LzbJBDDstH6A9kOeivus2PT { width:11.625rem;height:3.0625rem;top:28.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvK2hMozX2kio7Ixylm3q6Maxx83mm8g { display:block; }
 }@media only screen and (max-width: 763px) { #GDO1HiLQVswKRyzynZaMC23wOR209qc2 { width:20rem;height:5.2871125rem;top:6.5625rem;left:0rem;font-size:2.9375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #mpoaesovTU09EIVP9ovwDXBFURT7rBle { width:17.5625rem;height:6.499rem;top:15.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SFbtKFeeZieKmod1nzT7H0OrwN74gCOm { width:20rem;height:1.1875rem;top:13.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg5yhOUVfaFiDdT2v3DLILHh3aBm0VrI { width:3.625rem;height:1.75rem;top:34.25rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9mT55JEpRzusvgxPJTqev1LaM6lTRgH { width:4.3125rem;height:2.0625rem;top:34.0625rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqTykgM4LWVcJ0Kwm0miT8IFIO3cHoaE { width:5.4375rem;height:2.625rem;top:6.4375rem;left:13.68310546875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6tNpiACxSGWJ7zS1BRThE298d1md5OK { width:4.3125rem;height:2.0625rem;top:34.0625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOSQPn1cfKnNeJ4DgoltpWSlmHCtZPhA { width:4.25rem;height:2rem;top:34.125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia8Ul0p48iMTUQnrbTpbRsBzEDH7TLpH { width:4.1875rem;height:2rem;top:34.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlQGVaWLHcxgNOT5VVvzGzxC9N9izZdk { width:3.875rem;height:1.875rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S70pgVAbNXDuzbfmA8GHieebMWQoBHex { width:20rem;height:0.125rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhritGhirbVBPRuOzxI0HEZmvwXsacaK { width:4.375rem;height:0.125rem;top:37.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9e2f7IOxw2i7hDDGS92GnWPUvgd7p34 { width:0.5625rem;height:0.5625rem;top:38.8125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 { display:block; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BO5bQqTU1KV9wR8DE0GA4IMqcwyJDSnw { width:19.0625rem;height:1.71875rem;top:2.359375rem;left:0.46875rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NltRdHyq9ZG5acq4HRlwRVxFChVOihE8 { display:block; }#NltRdHyq9ZG5acq4HRlwRVxFChVOihE8 > .row .container { width:20rem;height:70.5293rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byu2zFmxDZNIFuQsTHDb8NKR6EAaCO5m { width:18.75rem;height:1.5996125rem;top:10.625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FXG7DxFaWapuzLF6Mnmc53bNdc2AiruK { width:18.75rem;height:2.03125rem;top:9rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g7HrQwrTOVtuANUVfpVRTbra0aqdcrhh { width:6.75rem;height:6.75rem;top:1.5625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5McA2SFzrAdnmfeUHDMAJXCwt49kNi6 { width:16.1875rem;height:0;top:26.34375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNqTfdp2t2uzX991TrGm1oiAnvK8xdF2 { width:18.75rem;height:0;top:23.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs9dtk1Jtx5HdJxhWGo35STMduker4K5 { width:8.375rem;height:8.375rem;top:13.4375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HouRTdy3zUdV5n6b5Q7tlcgasag8Fkqv { width:16.1875rem;height:0;top:44.88671875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXDJUW6iou8P681MmoOLtIyEkC5rHMwc { width:18.75rem;height:0;top:41.60546875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiUIFlD3G3ZTfe8Ex9okPiWbolN9iOo9 { width:8.375rem;height:8.375rem;top:31.98046875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtFTLzI0dRwoBhCghd629JRPIqsgPpom { width:16.1875rem;height:0;top:63.4296875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiWEMFGevnETrAFEItFlmTOb5LenhqGG { width:18.75rem;height:0;top:60.1484375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r95ttPhv5H7Mwwe4drFzonGPNkVfJEUy { width:8.375rem;height:8.375rem;top:50.5234375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbbxyWFrOtp2u8OLFTaWFvFkOui6Jofe { display:block; }#UbbxyWFrOtp2u8OLFTaWFvFkOui6Jofe > .row .container { width:20rem;height:67.5234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dr8USHpGoFKRNyt0MzEWeGdR98Hu7Ge6 { width:0.125rem;height:7.5rem;top:47.01171875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmtmolIeFc6e8wVvFmrpR5LALOTAEOhE { width:0.125rem;height:7.5rem;top:28.5rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTQHIqVK1cE8C0gNpMKiT0NMEcnQGn5N { width:12.5rem;height:0;top:37.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqU4hXptfHUipFz9iG72so5QV3Sg3SLd { width:12.5rem;height:1.94970625rem;top:6.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJnnvNCFJtgf9ZaTqr5X7wLVCbGaR7F5 { width:12.5rem;height:1.4624rem;top:8.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAWlyF0AvWeAtBm9Dw2gx3GGNeVKMuV7 { width:12.5rem;height:1.94970625rem;top:13.5625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwMS3t4ZgNzT0PR6oJoO4dZkBHTCIJM4 { width:10.9375rem;height:0.125rem;top:11.3125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #whXQwic4lBRHv5FdrpZ2xSEmbhzUiuQ5 { width:12.5rem;height:0;top:40.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWtu67wdiiRurwW0wEbFkbC272KdSTFX { width:12.5rem;height:0;top:55.76171875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S61UQ3e7APWocat8lz03eEuPfMOZhETP { width:12.5rem;height:1.625rem;top:5.1875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVgu6OLbTGid1Sctcl2OWDUaR6PT68Gp { width:12.5rem;height:1.625rem;top:12.0625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL7MJzXhiyoh2nQaz6MiPutThONNJwKw { width:12.5rem;height:0;top:43.8125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcSyHTiVIBHcFy2gkREn0Dne9bqSEKRE { width:12.5rem;height:0;top:59.44921875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nlo9NgTZLf1gfOCUuTosCnqtI6TCcNtl { width:20rem;height:2.8125rem;top:24.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:.9;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mMPvO0t5THomSCZnc0In9Z2mF3gLnZ6y { width:14.6875rem;height:3.625rem;top:62.6484375rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvfcHeUtt3l0aLgmAHnOG2GgeFamek6E { display:block; }
 }@media only screen and (max-width: 763px) { #hE3yFgTTksUOPuO57tGFObKaw7peMZOp { display:block; }#hE3yFgTTksUOPuO57tGFObKaw7peMZOp > .row .container { width:20rem;height:91.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xv8Hmld9mTrIhLVAATyiW9clTmD7Ukal { width:20rem;height:25.75rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hafh5S0BWkR5GGrrJwaHMSFlzpDz79Mg { width:17.1875rem;height:0;top:7.5rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4xtd8H8z4MC9ghpK7iDipNmcgPlExT4 { width:17.5rem;height:0;top:10.625rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbeNmpUozCCcWziZQlMBt1THbuGBdAUg { width:20rem;height:25.75rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtkpF3Tn8uXJWQrskc9Wirp8KhdWDFld { width:17.5rem;height:0;top:37.625rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIrMzuq6RvHnmATKNHQVwxXy0TRZwMuX { width:17.1875rem;height:0;top:34.5rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaJMVGRk6L3AfogMar1rLZTozWrBI4hT { width:20rem;height:25.75rem;top:64.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EylWI1T4DJ83g5BZtaxAQL5rlCsZqVOI { width:17.5rem;height:0;top:69.5rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw0VVhW8kZeDKyC0Wr8Xn5m05wNZqSdB { width:17.1875rem;height:0;top:66.375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpM33kTtptaAJlCOJJSGASdR5RZI2Ts3 { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:.9;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #efJ7NMfWQCyhz4e8FKcTuw1E4DymVnso { width:14.6875rem;height:3.625rem;top:59.75rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfLhT8aZEQ6Cpz3rwWoPLtohc1dWrbLW { display:block; }
 }@media only screen and (max-width: 763px) { #vPzRelaP3ldONvoVrVCzSB3mEyTXT7lA { background-color:#c8d8dc;background-image:url("https://images.assets-landingi.com/uc/dac5e4a5-489c-413b-b3cb-1c3ce7fc8b1e/5.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vPzRelaP3ldONvoVrVCzSB3mEyTXT7lA.adaptive-delivery-prevent-bg, #vPzRelaP3ldONvoVrVCzSB3mEyTXT7lA.lazyload, #vPzRelaP3ldONvoVrVCzSB3mEyTXT7lA.lazyloading { background-image: none; }#vPzRelaP3ldONvoVrVCzSB3mEyTXT7lA > .row .container { background-color: transparent; background-image: none; }#vPzRelaP3ldONvoVrVCzSB3mEyTXT7lA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPzRelaP3ldONvoVrVCzSB3mEyTXT7lA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPzRelaP3ldONvoVrVCzSB3mEyTXT7lA > .row .container > .video-iframe-container { display: none; }#vPzRelaP3ldONvoVrVCzSB3mEyTXT7lA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPzRelaP3ldONvoVrVCzSB3mEyTXT7lA > .row > .video-iframe-container { display: none; }#vPzRelaP3ldONvoVrVCzSB3mEyTXT7lA > .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); }#vPzRelaP3ldONvoVrVCzSB3mEyTXT7lA > .row .container { width:20rem;height:97.095286885246rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AawZ6Kidd8gtIA3OT6wBhRSGEd2NT2Vb { width:20rem;height:2.8125rem;top:24.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:.9;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #m2oHxhHquuA7ns4FB7doBLTlfzUbMTaF { width:20rem;height:40.5rem;top:28.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IELmuTuZgheJzaDrqQSiTZvGuBQfBLon { width:14.6875rem;height:3.625rem;top:70.4375rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zySieARhGW3BBd9qlEpCc6o3uxwBt7wv { display:block; }
 }@media only screen and (max-width: 763px) { #SA0hIfrOe9PpynwJDrqaXceN1xMEpr4q { width:20rem;height:20.532786885246rem;top:75.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmqFp9UkcLMOT7GPnTulenog6VhRsn7Z { background-color:#ffffff;background-image:none;display:block; }#lmqFp9UkcLMOT7GPnTulenog6VhRsn7Z > .row .container { background-color: transparent; background-image: none; }#lmqFp9UkcLMOT7GPnTulenog6VhRsn7Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmqFp9UkcLMOT7GPnTulenog6VhRsn7Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmqFp9UkcLMOT7GPnTulenog6VhRsn7Z > .row .container > .video-iframe-container { display: none; }#lmqFp9UkcLMOT7GPnTulenog6VhRsn7Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmqFp9UkcLMOT7GPnTulenog6VhRsn7Z > .row > .video-iframe-container { display: none; }#lmqFp9UkcLMOT7GPnTulenog6VhRsn7Z > .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); }#lmqFp9UkcLMOT7GPnTulenog6VhRsn7Z > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5bywO2BRWy4pPeydyHuqt08xx9lsd1S { height:11.394302848576rem;width:20rem;top:10.625rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gZvPJrxBJgP8GM3XVHXnvhX9FgRVCKb0 { width:17.875rem;height:19.25rem;top:23.875rem;left:1.0625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Nu11JEOy5ETrVBTApDfuJae8aprqaWvh { width:0.5rem;height:8.75rem;top:29.125rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1khkixyJIyASPXGvD1qqpaR2FdO145o { width:12.5rem;height:6.5800625rem;top:26rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBdENisSHIw7LcSiBtbggyZZJvLz14MR { width:12.1875rem;height:3.3984375rem;top:34rem;left:3.90625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UyGzgOmuca6ST11T83SyKRToVRI6mGya { width:20rem;height:2.0625rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MAKJy4bdXnA1rOqULsg9tFFT9tWvtm2O { width:20rem;height:5.09765625rem;top:4.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vLG1f2v81P8TbtIcRzOuzvRCfJNtqZoh { display:block; }#vLG1f2v81P8TbtIcRzOuzvRCfJNtqZoh > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMVCNl0MqJw4LlEEx0OwwrO5hWw7kb1r { width:20rem;height:2.8125rem;top:24.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:.9;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #riPI9ylR3UPlFK9N6GfvSDg3KAURhwpv { width:14.6875rem;height:3.625rem;top:34.8125rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5i8tEdlaulDmQE72egfwSrXNHBHRfbh { display:block; }
 }@media only screen and (max-width: 763px) { #vK7HOPO1pDfAekiUqxHQPdzQXvM0iutx { width:20rem;height:0;top:28.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo { display:block; }#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo { border-width: 0; border-radius: 0; }#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo > .row .container { width:20rem;height:10.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyMVVOdsO6BGM0G0wP0eXVTz4WlRR0X3 { width:5.3125rem;height:1.875rem;top:1.75rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMZrOisQ4dPzq4NbexQRdx3KHLnqpyND { width:17.8125rem;height:1.13720625rem;top:5.4375rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mVsDOTgpu9LHMExfar8yw9vHq6W8LZlq { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:11rem;font-size:1.3125rem; }
#mVsDOTgpu9LHMExfar8yw9vHq6W8LZlq > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #VDCCsalSLA65emfkr8kfaBgQmF1Fzh29 { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:13.4375rem;font-size:1.3125rem; }
#VDCCsalSLA65emfkr8kfaBgQmF1Fzh29 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #bhye73WCoMhFAcIXGS7PW67J4Nb9z1hT { top:4.5625rem;left:2.6875rem;width:14.625rem;height:0;z-index:15022;background-color:rgba(255,255,255,0.74);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hcSwTeyD8DoiK4BETDsHfsQx29r1dUbo { width:0.125rem;height:1.25rem;top:4.5625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xizL8iaOU9xzRqaRCCIC2XfROnq1rvvk { width:0.125rem;height:1.25rem;top:4.5625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wRZLvitKHAvcm9zLOOXn2qX6Licp95sT { width:6.375rem;height:1.125rem;top:7.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSFN1xAymWMTPcDK3tlZG4NNqoS6HqBL { width:7.0625rem;height:1.125rem;top:7.3125rem;left:6.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKfucoRc8LihFmqfLwmwQz1AWfpQHh5P { width:6.4375rem;height:1.13720625rem;top:7.3125rem;left:13.5625rem;font-size:0.875rem;display:block; }
 }