.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;top:0rem;left:0rem;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1aae378d-fe3a-479b-92c9-27d6486dc15f/fullmoonmeditationbanner.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG.adaptive-delivery-prevent-bg, #bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG.lazyload, #bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG.lazyloading { background-image: none; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container { background-color: transparent; background-image: none; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container > .video-iframe-container { display: none; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row > .video-iframe-container { display: none; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .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); }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container { border-width: 0; border-radius: 0; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:60rem;overflow:visible;position:relative;display:block; }#OsnnPx8eczCcMLsnpQNThfJnE4BTE3rh { display:block;width:33rem;position:absolute;font-family:georama;font-size:5.375rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:9.375rem;left:0rem;height:11.824225rem;color:#ffffff;font-style:normal;display:block; }
#rGhDe4iOMT4BFqxd9Eaq8EN6TWg3JJxT { display:block;width:29.9375rem;position:absolute;font-family:georama;font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:24.0625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;color:#011b54;display:block; }
#vedJXOR9rRTHgRgCzyJ9ohigEtDK1fAW { border-bottom:0;border-left:0;border-right:0;border-top:0;height:45rem;width:45rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:none; }
#v3mPKl0gTXRTp9FTIm0gXGzvXxdWs1sf { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.625rem;width:8.5625rem;position:absolute;display:block;z-index:15009;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#5c81b0;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; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container { background-color: transparent; background-image: none; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container > .video-iframe-container { display: none; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row > .video-iframe-container { display: none; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .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); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container { border-width: 0; border-radius: 0; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:60rem;position:relative;display:block; }#WoXcfZZo0265xMTKpTecGOEo0Wh2yrBF { display:block;width:23.25rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.375rem;left:0rem;height:17.54295625rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dchkBhVFEuvhTufgPAh9ZZ0GUhqVTk7c { display:block;width:25.375rem;position:absolute;font-family:georama;font-size:3.4375rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:3.75rem;left:0rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#rDoD4cMdaaQE45Sl1BoHKUsRSyuITNE0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:4.1875rem;left:25.8125rem; }
#lVOB0oqmPT2XnhlTPyB4DDsMw83TJddz { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.375rem;width:34.5625rem;top:15.6552734375rem;left:25.4375rem;display:block; }
#WVgmhxIUxqD1rZtMib7CZEBiEittTOtv { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.40185546875rem;left:34.375rem;height:4.38574375rem;display:block; }
#tFtdFX1WGx06nmWJtLasu9kaltphLWRC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4899f5c9-9a22-497f-ba76-5018d59a2c15/luacheiajpg.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC.adaptive-delivery-prevent-bg, #tFtdFX1WGx06nmWJtLasu9kaltphLWRC.lazyload, #tFtdFX1WGx06nmWJtLasu9kaltphLWRC.lazyloading { background-image: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container { background-color: transparent; background-image: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container > .video-iframe-container { display: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row > .video-iframe-container { display: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .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); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container { border-width: 0; border-radius: 0; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:60rem;position:relative;display:block; }#kVGTqgc9c4dPwfUlCFD1VeTeugIEvpiS { position:absolute;display:block;z-index:15002;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:16.25rem;width:25.0625rem;top:5.28125rem;left:1.40625rem;overflow:hidden;display:block; }
#baFBsf9beeXZReUZi54gOO3qq6o6JbEB { position:absolute;display:block;z-index:15001;background-color:#ffffff;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;height:20.6875rem;width:27.875rem;top:3.75rem;left:0rem;display:block; }
#lOGER3gfuSiPN9H2z0EMtggSKwwIWaTh { color:#0f0c11;display:block;width:24.9375rem;position:absolute;font-family:"work sans";font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:22.4375rem;left:1.78125rem;height:1.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 { position:relative;display:block; }#OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 { background-color: transparent; background-image: none; }#OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 > .row .container > .video-iframe-container { display: none; }#OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 > .row > .video-iframe-container { display: none; }#OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 > .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); }#OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 { border-width: 0; border-radius: 0; }#OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EVexRO8lJo2rKmNkXulkx7USzhGnobH7 { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:georama;font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O6TpewEot4pEPPqZ8VGLOdnJTGRNKawo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:6.25rem;left:19.6875rem; }
#lG8GU25yFIPuqqBJx0iwAElUhVyHGBTV { color:#5c81b0;display:block;width:16.8125rem;position:absolute;font-family:georama;font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.21875rem;left:40.28125rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W8IKIiUUKyOe5RkGb53LK5Jzd72Sfdu0 { position:relative;display:block; }#W8IKIiUUKyOe5RkGb53LK5Jzd72Sfdu0 { background-color: transparent; background-image: none; }#W8IKIiUUKyOe5RkGb53LK5Jzd72Sfdu0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8IKIiUUKyOe5RkGb53LK5Jzd72Sfdu0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8IKIiUUKyOe5RkGb53LK5Jzd72Sfdu0 > .row .container > .video-iframe-container { display: none; }#W8IKIiUUKyOe5RkGb53LK5Jzd72Sfdu0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8IKIiUUKyOe5RkGb53LK5Jzd72Sfdu0 > .row > .video-iframe-container { display: none; }#W8IKIiUUKyOe5RkGb53LK5Jzd72Sfdu0 > .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); }#W8IKIiUUKyOe5RkGb53LK5Jzd72Sfdu0 { border-width: 0; border-radius: 0; }#W8IKIiUUKyOe5RkGb53LK5Jzd72Sfdu0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#W8IKIiUUKyOe5RkGb53LK5Jzd72Sfdu0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:74.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NCctff6k7csQn3xkCuVm0VVo9V0ThDoy { color:#000000;display:block;width:7.0625rem;position:absolute;font-family:georama;font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0.4375rem;height:2.4375rem;font-style:normal;display:block; }
#K872lKEOI48xTlkbmI8HMNa72sxdv4SH { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;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:2.9375rem;width:7.625rem;top:1.0625rem;left:0rem;display:block; }
#TNZsoxqdFgsNDOoDuP9nzIPnQBx9ll4R { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:6.375rem;left:0rem;overflow:hidden;display:block; }
#zkJeVkKTeTxt5s7kqUlFTAEKeksyobbh { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15rem;left:0rem;height:4.14258125rem;text-align:left;text-align-last:left;display:block; }
#iCWOI5CO3lU8tMASfdFW8TaQ1HkG15Ev { color:#6d6d6c;display:block;width:15rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.1;letter-spacing:0;top:20.5625rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TTn0KMtm3o95Hpufwu5HRkJ2R3IPTSqb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:23.6875rem;left:0rem; }
#VNoQ3k4KvAKvDAEOLgxTWRvZldlD6PsV { background-color:#e8e8e8;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:#303131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:23.8125rem;left:3.1875rem;display:block; }
#Wv612P7u8yQDsMHt5qN47oQOTlFEXLIo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bM4MRUOHfLLvQr8lcRKkIm13zP3JVUuC { background-color:#e8e8e8;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:#303131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:23.8125rem;left:18.1875rem;display:block; }
#AzaJhL7fAgxKXTOgWGAwS8iCyecwedEP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L9JRtLgGwzzt1iKkw2ukHpPLcVUuwexN { color:#6d6d6c;display:block;width:13.5rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15022;line-height:1.1;letter-spacing:0;top:20.5625rem;left:15rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P2CkhkEMAQboJMT1f4ke8RM5FTzTXUyA { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:15rem;left:15rem;height:5.52345rem;text-align:left;text-align-last:left;display:block; }
#AAFiQnmIr9hpzG3bZEyhBOGehnWQHR57 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:23.6875rem;left:15rem; }
#yy9Ei5hSszPkmsXwJFqCuAKkvdJav5XL { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:6.375rem;left:15rem;overflow:hidden;display:block; }
#g9DrGKhQq8tccMnJ5fRaNLUvpknkua8J { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:30.1875rem;left:0rem;overflow:hidden;display:block; }
#TL0kL2xVHNwSQQC2xeTDaU0Z5DTkPsPL { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:39.375rem;left:0.125rem;height:4.14258125rem;text-align:left;text-align-last:left;display:block; }
#UBAspoKoAE9afWcrRz6wID9uobbuBOKS { color:#6d6d6c;display:block;width:13.5rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15024;line-height:1.1;letter-spacing:0;top:44.8125rem;left:0rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MQ9Mn9MR63h3VnvuPPzTnkJbZIsp4VIP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:47.3125rem;left:0rem; }
#NPlQl3TPPfb4h86BmQNPwE0LBGpcrRVq { background-color:#e8e8e8;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:#303131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:47.4375rem;left:3.1875rem;display:block; }
#vLQsV2Q1S1gmrqUz63NeaONpWVZXoN5E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fX9Dn6OufTLxch3Wv2R80kmM6NsOGgdw { color:#6d6d6c;display:block;width:13.5rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15029;line-height:1.1;letter-spacing:0;top:44.8125rem;left:15rem;height:0.89355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PNAQkbeaiRaAz10Kx9ioDBKDRZRcNyr2 { background-color:#e8e8e8;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:#303131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:47.4375rem;left:18.1875rem;display:block; }
#uEdtUEAqEH4PTLPpO1ro8rT8zwVB7ZZU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GEWXlDEXv4zaOLsih6Nc84Z4ofOxxmm7 { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:39.375rem;left:15.125rem;height:4.14258125rem;text-align:left;text-align-last:left;display:block; }
#xZP0zoamrQwgi5DuEy4RTdaKE3LRXq37 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:30.1875rem;left:15rem;overflow:hidden;display:block; }
#nRzySZuBFL8NVXTI0LnCAio4idXeceAV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:47.3125rem;left:15rem; }
#GkxpuKukLEu6P5Uwx5bGeKCXKhZnCzaV { color:#6d6d6c;display:block;width:13.5rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15034;line-height:1.1;letter-spacing:0;top:21rem;left:30rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PAN8TnFfQlIBDoMgAQQ5kRaWpZEzRFGD { background-color:#e8e8e8;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:#303131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:23.625rem;left:33.1875rem;display:block; }
#a6vkAVZEKDA47gQVHNT8M8wCiTgw0TME { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vpM79ceiJZcFFukJ5geNduQJKncdsF24 { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:15.5625rem;left:30.125rem;height:4.1425875rem;text-align:left;text-align-last:left;display:block; }
#aBWL1S1xxWky3h30rk9KUeXceROlWQ0e { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:6.375rem;left:30rem;overflow:hidden;display:block; }
#AVeETRzeqP8W7ugbq6GOm8w8RsTtRPe1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:23.5rem;left:30rem; }
#AgR66s90W48NO2TTrxX9CymoQBTnedlw { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.625rem;width:11.625rem;top:30.1875rem;left:30rem;overflow:hidden;display:block; }
#B57klskaTvT7dD2bVH1iUEEWAbLKxIwc { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:39.3740234375rem;left:30rem;height:4.1425875rem;text-align:left;text-align-last:left;display:block; }
#mlDr21c5mMDTeGOfIRcRgVSWC8bpiMkn { color:#6d6d6c;display:block;width:13.5rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15030;line-height:1.1;letter-spacing:0;top:44.8125rem;left:30rem;height:0.89355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vGIDoddVplJ2mo6MMuD2gHvaJ5xLa0Vz { background-color:#e8e8e8;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:#303131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:47.4375rem;left:33.1875rem;display:block; }
#Mz0MZT5hmfuaQrDWd8C3pQc3gmGF6zfq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gt7FnA1inStLONZDJva7UaFE1sVuZCw1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:47.3125rem;left:30rem; }
#cD8dhSI4ERPUO1xdXXDTdeDhvWiySbTn { color:#6d6d6c;display:block;width:13.5rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15035;line-height:1.1;letter-spacing:0;top:44.875rem;left:45rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ri6zAcJR4Ku0XlCt2o8U0pI6KZtdWJcu { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:30.1875rem;left:45rem;overflow:hidden;display:block; }
#UXIt7PZyufh1TMShqOlo4xs9XmDywxOM { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:39.3740234375rem;left:45rem;height:4.14258125rem;text-align:left;text-align-last:left;display:block; }
#wcSD3AmlGiz2lNd9yTOwb5PNRrhstAFr { color:#6d6d6c;display:block;width:13.5rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15031;line-height:1.1;letter-spacing:0;top:44.8125rem;left:45rem;height:0.89355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ge9BNGLgVpMaVsSbisDm43aclKLUv2mm { background-color:#e8e8e8;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:#303131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:47.4375rem;left:48.1875rem;display:block; }
#IraPeyMIEDuvDnPS29NXyfqhLnfMouuO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G9zSM9e6GT17S960UyaFlNbyxumT2g1k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:47.3125rem;left:45rem; }
#BX6veKgq0ex5DhT6q0gGOJKRKUHl5vOJ { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.5rem;width:11.625rem;top:6.375rem;left:45rem;overflow:hidden;display:block; }
#U9U2HWcVbTT3ICBzVnvv0vgt5SbtdrfV { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:15.5615234375rem;left:45rem;height:4.14258125rem;text-align:left;text-align-last:left;display:block; }
#hROkTFpsmkDTFuJaglTyeC2fGlRxURAx { color:#6d6d6c;display:block;width:13.5rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15035;line-height:1.1;letter-spacing:0;top:20.9560546875rem;left:45rem;height:0.89375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LRNv30iHuwOfJPcmSu5kkPZc0mLdkpxG { background-color:#e8e8e8;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:#303131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:23.8125rem;left:48.1875rem;display:block; }
#X0P20fVXKl9VktSfxh5SMIh5HABDx4gR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u5CrN55dub6RZMhKFUzC25s7hBUZfsXX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:23.6875rem;left:45rem; }
#JTFsfKmMWM3DLRlh1PhgPOPIPfiwfON1 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.5rem;width:11.625rem;top:52.25rem;left:0rem;overflow:hidden;display:block; }
#O9oC1iy9MipgmTb9oFURZfQmSE0f5FcE { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:61.1875rem;left:0rem;height:4.1425875rem;text-align:left;text-align-last:left;display:block; }
#FktlXCTHU85fhi9IhTTvSM3cIkm1wE09 { color:#6d6d6c;display:block;width:13.5rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15025;line-height:1.1;letter-spacing:0;top:65.9814453125rem;left:0rem;height:0.89355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ot0FEilMnhAgaWvkF4vZ8znxATl3WqKK { background-color:#e8e8e8;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:#303131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:69.5625rem;left:3.1875rem;display:block; }
#zgSZP3C002SnFIJTlnmwwwUnmWH3tk2O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HkpMDf2iiPb8ANxou93FvG2ZJbSubSIC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:69.4375rem;left:0rem; }
#SIMleAGoyLZBVKS9AstbaFFc9nTipI0c { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.5rem;width:11.625rem;top:52.25rem;left:15rem;overflow:hidden;display:block; }
#Jy336cykM88of3dBll9gNNZ55WDCgyem { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:60.6240234375rem;left:15rem;height:4.1425875rem;text-align:left;text-align-last:left;display:block; }
#cWsongGHTmPBSdqQcqs0ta05k6rghytA { color:#6d6d6c;display:block;width:13.5rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15026;line-height:1.1;letter-spacing:0;top:66.875rem;left:15rem;height:0.89375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#phGIFe6J4cM5FLypD8TMTZDivVRWFOTb { background-color:#e8e8e8;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:#303131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:69.625rem;left:18.1875rem;display:block; }
#QS93V6dqTxupFZKR03BpmJU8BnKPfZSb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NEpZLyVdPuaGXeDKrIaQmMLyrTvXGLKV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:69.5rem;left:15rem; }
#bhzlAEursQ3QRNiSRUpmh5c9c9ur6UmJ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:52.25rem;left:30rem;overflow:hidden;display:block; }
#wSX6uyE8LfmadutTdaC22xIrwraVELsK { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:61.4375rem;left:30rem;height:4.14258125rem;text-align:left;text-align-last:left;display:block; }
#emv2eA8hnfJzCZsUCqdQV4pFLxsQ1IcG { color:#6d6d6c;display:block;width:13.5rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15041;line-height:1.1;letter-spacing:0;top:66.9375rem;left:30rem;height:0.89355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xAbKn19hk0lZZlhm1HrVszik1RaSGVGA { color:#6d6d6c;display:block;width:13.5rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15037;line-height:1.1;letter-spacing:0;top:66.875rem;left:30rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dDH4Th1HsMPPemkb29fB3ppacxee6lbU { background-color:#e8e8e8;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:#303131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:69.5rem;left:33.1875rem;display:block; }
#dniX106JuO0qwWB5GiiJAU9AEAGevx6B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zyvXgEoz4nbF8RT13FhekNbb6hDNgqG3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:69.375rem;left:30rem; }
#xX3npU2kMKZoISZbLstOVOoGs6ospRih { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#xX3npU2kMKZoISZbLstOVOoGs6ospRih > .row .container { background-color: transparent; background-image: none; }#xX3npU2kMKZoISZbLstOVOoGs6ospRih::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xX3npU2kMKZoISZbLstOVOoGs6ospRih > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xX3npU2kMKZoISZbLstOVOoGs6ospRih > .row .container > .video-iframe-container { display: none; }#xX3npU2kMKZoISZbLstOVOoGs6ospRih > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xX3npU2kMKZoISZbLstOVOoGs6ospRih > .row > .video-iframe-container { display: none; }#xX3npU2kMKZoISZbLstOVOoGs6ospRih > .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); }#xX3npU2kMKZoISZbLstOVOoGs6ospRih > .row .container { border-width: 0; border-radius: 0; }#xX3npU2kMKZoISZbLstOVOoGs6ospRih > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xX3npU2kMKZoISZbLstOVOoGs6ospRih > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:60rem;position:relative;display:block; }#DIUH7iJuhgdqiI0cJE9W3SoG5rsz0cVN { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;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:2.9375rem;width:8.5625rem;top:3rem;left:0rem;display:block; }
#Bn2VF3bnmVCweRJOEptX97ed4wAzWkuM { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:georama;font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:3.25rem;left:0.5625rem;height:2.4375rem;font-style:normal;display:block; }
#JQTTQDa9aNolEQDv2CyPbkd1T9ckSO1P { background-color:#e8e8e8;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:#303131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:26.3125rem;left:2.8125rem;display:block; }
#BpoWfZ6AcDsAkF6kbVhaRKkuOwAmlbM6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rzFOI50dTlkGo77C3mTg17zsV2QyxiLg { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17.375rem;left:0rem;height:4.1425875rem;text-align:left;text-align-last:left;display:block; }
#te0KJkabp7oVMhsehRm4kAdrtnWeC2Fs { color:#6d6d6c;display:block;width:15rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15018;line-height:1.1;letter-spacing:0;top:22.75rem;left:0rem;height:0.89355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CqqdWsqPgWznsShTerrMTcRFerz0G6Kw { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:8.3125rem;left:0rem;overflow:hidden;display:block; }
#X7vzn8F7iB0yO6OeADNkKToNIUHOSe90 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:26.25rem;left:0rem; }
#qpnA2hFp2HsngS17TCNyRpkP4TesnyOT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:8rem;left:15rem;overflow:hidden;display:block; }
#ZlEiNfOwR3KXod1585iw3uzrRcZJttKI { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:17.25rem;left:15.0625rem;height:4.1425875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RRyGr4Ws9brm4hQS1im27S4car3BPI0R { color:#6d6d6c;display:block;width:13.5rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15023;line-height:1.1;letter-spacing:0;top:22.75rem;left:15rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZKXqmN3ge4CMUKHF8McfwJePU3OTvJNX { background-color:#e8e8e8;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:#303131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:26.1875rem;left:17.875rem;display:block; }
#JaA7WgxXOBEzcVchTbGkSv8qTmhlhQbB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EHhkLTFVhJErEziHmcTAAl8aK3NRlTCM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:26.1875rem;left:14.9375rem; }
#JtQSQ9hQmqL2acR75veDcsMPtwInJFTB { color:#6d6d6c;display:block;width:15rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15028;line-height:1.1;letter-spacing:0;top:23.8125rem;left:45rem;height:0.89355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QH8HGiRWd1rOSlUnuTQGw8JuhGFJHlFA { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:40.625rem;left:0rem;height:4.14258125rem;text-align:left;text-align-last:left;display:block; }
#XkPoFWELmq7S3tovbWJQo1eFAXkCvWvr { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:31.5625rem;left:0rem;overflow:hidden;display:block; }
#k5pTTm8TtoRTl6RVnDBaZk2srObJVZrv { color:#6d6d6c;display:block;width:15rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15023;line-height:1.1;letter-spacing:0;top:46rem;left:0rem;height:0.89355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oUGWNEI9RfTt2RUBRB33MC7oosMKBROe { background-color:#e8e8e8;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:#303131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:48.3125rem;left:2.8125rem;display:block; }
#RMSQsTJntuOpHNTCxmQnmPtbMdHbexSF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IV8X9nUacTEX9Jxv6kOo1PHLs96XtkrB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:48.25rem;left:0rem; }
#KR83Oo5ADw2cbyQGeKMlawLwuP8hrPDD { background-color:#e8e8e8;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:#303131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:25.125rem;left:47.8125rem;display:block; }
#Jw9R8H0E4kwzyxuFXN7PKOeR1wTNzw9J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ELqdm73Db0IqaNTil9y4keUvrAbLETUn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:25.0625rem;left:45rem; }
#ZMU4z6Fwp7CtwABAInU00l1UopFuqphe { color:#6d6d6c;display:block;width:15rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15028;line-height:1.1;letter-spacing:0;top:22.25rem;left:45rem;height:0.89355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G3AehVJB6UB5X3erSTFOgnrFCUlwGDPJ { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:16.6875rem;left:45rem;height:4.1425875rem;text-align:left;text-align-last:left;display:block; }
#SfgiO6UUnpWcKiS0CTo6VJb4NnfMcnqL { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.3125rem;width:11.625rem;top:8rem;left:45rem;overflow:hidden;display:block; }
#U023TPOL1QlBTkVbU5FRyNe1XOQOkuz1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:26.1875rem;left:30rem; }
#EOKgzTiKPk6R1U7zZ1mHZCHCOv7ruQ0i { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:8rem;left:30rem;overflow:hidden;display:block; }
#aWBGM3kXFx4MRIDlkC0J1dy6I4b2l4D6 { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:17.375rem;left:30rem;height:4.142575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qmlXwTR78hsL1bRD7Or7pTExrNulX9mC { color:#6d6d6c;display:block;width:13.5rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15034;line-height:1.1;letter-spacing:0;top:22.75rem;left:30rem;height:0.89355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s3o8Mi2k5euDE9pxccbnDMNVd61BBNz6 { background-color:#e8e8e8;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:#303131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:26.0625rem;left:33.1875rem;display:block; }
#oQoQcxBV1hQCltI5b5aigbva86MEhxHP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ywzmUg9l9GKeAoveQ8Ps38GgOweLeUNZ { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:40.625rem;left:15rem;height:4.14258125rem;text-align:left;text-align-last:left;display:block; }
#Sg1C0hTL7sBe3JEE2TMlsxCaWfZJTgBd { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.6875rem;width:10.625rem;top:31.5625rem;left:15rem;overflow:hidden;display:block; }
#LTVPMwQT0uHl3zqI6rG5i6mFrdUUJkTo { color:#6d6d6c;display:block;width:15rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15028;line-height:1.1;letter-spacing:0;top:46rem;left:15rem;height:0.89355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bu2IDHH3R8VcuxtkOkupxPqnEH94lsKC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:48.25rem;left:15rem; }
#OAGwVNchJmz8Nzlc04wdJ4yX31FkzWMq { background-color:#e8e8e8;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:#303131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:48.3125rem;left:18.15625rem;display:block; }
#wo84CTCDloVk5XaHTLh3uUKwGctmDHfZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zyw6h4RvTXSsB7V3a6C6Zb2gCDlaVyka { color:#6d6d6c;display:block;width:15rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15033;line-height:1.1;letter-spacing:0;top:46rem;left:30rem;height:0.89355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rv0G532lM4v1ozRf3d9gs6vPoiA1umBP { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.9375rem;width:10.625rem;top:31.5625rem;left:30rem;overflow:hidden;display:block; }
#m7qdykKI8hUSbxUUT1t0ylNZzqORPWUH { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:40.625rem;left:30rem;height:4.14258125rem;text-align:left;text-align-last:left;display:block; }
#RFNlbPRXmG3IPxCliTZAn4t5eikk8Vk9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:48.25rem;left:30rem; }
#dM0tzhNFvr3gTstDwLvsgr9ffZvdCevu { background-color:#e8e8e8;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:#303131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:48.3125rem;left:33.1875rem;display:block; }
#t3rLPKeaqLhM9HbTJg5D4cUaiXl8VRGB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M2y4omdp5rJ5LaIKTaRFuT1AbIuZlea5 { position:relative;display:block; }#M2y4omdp5rJ5LaIKTaRFuT1AbIuZlea5 { background-color: transparent; background-image: none; }#M2y4omdp5rJ5LaIKTaRFuT1AbIuZlea5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2y4omdp5rJ5LaIKTaRFuT1AbIuZlea5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2y4omdp5rJ5LaIKTaRFuT1AbIuZlea5 > .row .container > .video-iframe-container { display: none; }#M2y4omdp5rJ5LaIKTaRFuT1AbIuZlea5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2y4omdp5rJ5LaIKTaRFuT1AbIuZlea5 > .row > .video-iframe-container { display: none; }#M2y4omdp5rJ5LaIKTaRFuT1AbIuZlea5 > .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); }#M2y4omdp5rJ5LaIKTaRFuT1AbIuZlea5 { border-width: 0; border-radius: 0; }#M2y4omdp5rJ5LaIKTaRFuT1AbIuZlea5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#M2y4omdp5rJ5LaIKTaRFuT1AbIuZlea5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tDgVsenWWAHP0ksqXrwWf0DTLU3cpSbG { color:#000000;display:block;width:11.75rem;position:absolute;font-family:georama;font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:3.125rem;left:0.4375rem;height:2.4375rem;font-style:normal;display:block; }
#AiARuc4CqZVyEnEPRBArTJzuIWnDlVHu { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;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:2.9375rem;width:11.875rem;top:2.875rem;left:0rem;display:block; }
#wM3p4Uret24hCFkh4u4JIU0eyXNrxGXl { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:7.1875rem;left:0rem;overflow:hidden;display:block; }
#AmovpQMXM2BNXr48LqWPcNARQFuzf9S4 { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.125rem;left:0rem;height:4.14258125rem;text-align:left;text-align-last:left;display:block; }
#IQ3POQE0IS1aNlyWckFznhR3bc2I82VJ { color:#6d6d6c;display:block;width:15rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.1;letter-spacing:0;top:21.5rem;left:0rem;height:0.89355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L44MnqHyTe195mJlPJPwvwTLeiGHs9di { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:24.25rem;left:0rem; }
#LWM9wMUsTL6xIcwgqpIpbzQAA5O1qn61 { background-color:#e8e8e8;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:#303131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:24.3125rem;left:3.1875rem;display:block; }
#f8qo2l3EbQcghlUAOoefrnxpoWV8RsRO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TeyKTJETEMvwHCWiF5xXAZTVcciRh0me { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:16.125rem;left:15rem;height:4.14258125rem;text-align:left;text-align-last:left;display:block; }
#TWlinAPTX54gEmHzG4VEzx5wn6NGhT0s { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.9375rem;width:11.625rem;top:7.1875rem;left:15rem;overflow:hidden;display:block; }
#qQQaAthENOoJunDmEh1528PqWQgL0BzR { color:#6d6d6c;display:block;width:15rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15022;line-height:1.1;letter-spacing:0;top:22.125rem;left:15rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MIdn0z3P9AFSqT3TGaLChOwMGUw0fR4L { background-color:#e8e8e8;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:#303131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:24.3125rem;left:18.1875rem;display:block; }
#JaLDEVa60oSTPiJvMeGSdMS3Aqfy1AT8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NWERAIF3U02KFEAwqFE3HX7ipsoXhdFn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:24.25rem;left:15rem; }
#LURtKMEL7KJOSqqvWWDhlz668x76gJcc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#LURtKMEL7KJOSqqvWWDhlz668x76gJcc > .row .container { background-color: transparent; background-image: none; }#LURtKMEL7KJOSqqvWWDhlz668x76gJcc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LURtKMEL7KJOSqqvWWDhlz668x76gJcc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LURtKMEL7KJOSqqvWWDhlz668x76gJcc > .row .container > .video-iframe-container { display: none; }#LURtKMEL7KJOSqqvWWDhlz668x76gJcc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LURtKMEL7KJOSqqvWWDhlz668x76gJcc > .row > .video-iframe-container { display: none; }#LURtKMEL7KJOSqqvWWDhlz668x76gJcc > .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); }#LURtKMEL7KJOSqqvWWDhlz668x76gJcc > .row .container { border-width: 0; border-radius: 0; }#LURtKMEL7KJOSqqvWWDhlz668x76gJcc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LURtKMEL7KJOSqqvWWDhlz668x76gJcc > .row .container { font-size:0.875rem;font-family:arial;height:31.9375rem;width:60rem;position:relative;display:block; }#sALeOB1FoxXMEHHSBd10uMVFvKqOiKPQ { background-color:#e8e8e8;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:#303131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:26.0625rem;left:3.0625rem;display:block; }
#L5J5AKXTUpsVdVAkC62bmTS249FyA7B1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xaq2NT6NPB6pnFhLkxuDTHVg8M6FV3B8 { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:17.05078125rem;left:0rem;height:4.14258125rem;text-align:left;text-align-last:left;display:block; }
#eGXTFMM2Zct7utHCi0icko41qRzNJDTu { color:#6d6d6c;display:block;width:14.1875rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.1;letter-spacing:0;top:22.9375rem;left:0rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wS6qQQq79uhHQ8H9AeCQm2RBbAP0RAmA { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:7.875rem;left:0.0625rem;overflow:hidden;display:block; }
#uT9uIOe9oL8EdeRFbl8BfuVzJelWKL3Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:25.9375rem;left:0rem; }
#RFsGmzcnuktGsGStRPdrUlr88PsioOGn { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;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:2.9375rem;width:3.9375rem;top:3.3125rem;left:0rem;display:block; }
#QCWQXtXcRDrnROGfR43ALVbSTrK0Si5V { color:#000000;display:block;width:3.125rem;position:absolute;font-family:georama;font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0.5625rem;height:2.4375rem;font-style:normal;display:block; }
#cBMrun3xTJq5xhy0OImH47z3c2E18AWQ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.625rem;width:11.875rem;top:7.90625rem;left:15rem;overflow:hidden;display:block; }
#lwT8TZJzVTpWkmlqiZvA3gEuKCELQzxQ { color:#000000;display:block;width:12.875rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:17.0498046875rem;left:15rem;height:4.14258125rem;text-align:left;text-align-last:left;display:block; }
#qNZ0PF6o2kaxTSUxxTHLMp2KmQC1Tp7D { color:#6d6d6c;display:block;width:14.1875rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15022;line-height:1.1;letter-spacing:0;top:23.3837890625rem;left:15rem;height:0.89375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#geHFGFMuyGCZBsnixqKRvVvESW1HWMuU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:26rem;left:15rem; }
#ngmP29iUdNUITLsXxzkqTvKw6tscONS0 { background-color:#e8e8e8;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:#303131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:26.0625rem;left:18.1875rem;display:block; }
#UZXh5TB25mNPItozkvFuRl1yQcX6wo0u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HAewdKh3cgP1t0J0LGkBtEcnM1DvreLZ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.625rem;width:11.875rem;top:7.90625rem;left:30rem;overflow:hidden;display:block; }
#TNcl7KV8XrqeEmua9JTH2NzQ5J2o13In { color:#000000;display:block;width:12.875rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:17.0498046875rem;left:30rem;height:4.14258125rem;text-align:left;text-align-last:left;display:block; }
#NrMQpiC6UmteNoVDfJb1l9PCkU3rCzFR { color:#6d6d6c;display:block;width:14.1875rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15023;line-height:1.1;letter-spacing:0;top:23.3837890625rem;left:30rem;height:0.89355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AZ0Il0FtInOPqUrqbrep1aKNmtQDJJEI { background-color:#e8e8e8;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:#303131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:26.0625rem;left:33.1875rem;display:block; }
#qSrQAM6RMzT5KdGakSCk2BR5MvAIGZoi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fZNBJCGwrgWXgvJfMGORyODiWfv9TSeS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:26rem;left:30rem; }
#uVb9TbXtPk0hKwpCtPBPkdUiZQz0QpsE { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.4375rem;width:11.625rem;top:7.90625rem;left:45rem;overflow:hidden;display:block; }
#JC1VbMDoC8slbSmtCsReKONmqHXioIG2 { color:#000000;display:block;width:12.875rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:17.0498046875rem;left:45rem;height:4.1425875rem;text-align:left;text-align-last:left;display:block; }
#doNTUEn7psqoIJl0reSoXzDKJzhiVTsf { color:#6d6d6c;display:block;width:14.1875rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15024;line-height:1.1;letter-spacing:0;top:23.3837890625rem;left:45rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BxkhiLcmwuiIvVxmVJhPwHUfuIFvDLik { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:26rem;left:45rem; }
#vp0M27NbOKRVNEm6A8TZAJMic8z72KIO { background-color:#e8e8e8;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:#303131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:26.0625rem;left:48.1875rem;display:block; }
#U0CJ6DlZ9TLMO2e0iw5tUnX9NZ3sx8DT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO { position:relative;display:block; }#llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO { background-color: transparent; background-image: none; }#llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO > .row .container > .video-iframe-container { display: none; }#llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO > .row > .video-iframe-container { display: none; }#llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO > .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); }#llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO { border-width: 0; border-radius: 0; }#llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SzUBZdNie6gtzAKVtfUIb03mB4N0az3g { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.3125rem;left:11.9375rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#EpdJXXaw8J50n1vE1tcrJvg2SgvvP4kk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:3.625rem;left:33.875rem; }
#EpdJXXaw8J50n1vE1tcrJvg2SgvvP4kk > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2rem; }#hlbPQW0iqXXHwX1k07tSlMf521PDnI27 { background-color:#e8e8e8;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:#303131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:3.4375rem;left:36.3125rem;display:block; }
#pc2uIX5556FhZvqLa62XTG4vQrLhpapc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u09m22eV50a6aPE26iUWL71vMbKnIRBN { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;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:2.9375rem;width:6.6875rem;top:3.0625rem;left:3.4375rem;display:block; }
#M2gpmxwwL8v1vAs1OXmtDQKwtTzAhWC9 { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:georama;font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:4.3125rem;height:2.4375rem;font-style:normal;display:block; }
#ZasQniFVH5rNGWwT7slXum3Lsetd1DLO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5e5;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; }#ZasQniFVH5rNGWwT7slXum3Lsetd1DLO > .row .container { background-color: transparent; background-image: none; }#ZasQniFVH5rNGWwT7slXum3Lsetd1DLO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZasQniFVH5rNGWwT7slXum3Lsetd1DLO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZasQniFVH5rNGWwT7slXum3Lsetd1DLO > .row .container > .video-iframe-container { display: none; }#ZasQniFVH5rNGWwT7slXum3Lsetd1DLO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZasQniFVH5rNGWwT7slXum3Lsetd1DLO > .row > .video-iframe-container { display: none; }#ZasQniFVH5rNGWwT7slXum3Lsetd1DLO > .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); }#ZasQniFVH5rNGWwT7slXum3Lsetd1DLO > .row .container { border-width: 0; border-radius: 0; }#ZasQniFVH5rNGWwT7slXum3Lsetd1DLO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZasQniFVH5rNGWwT7slXum3Lsetd1DLO > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:60rem;position:relative;display:block; }#c28GQss6BEP230rNJIJzxTdctlS4y3qF { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.125rem;left:39.0625rem;height:4.38574375rem;text-align:left;text-align-last:left;display:block; }
#ShClPy0uzMJrbV70dPoKEnH1mrTM2iLk { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.75rem;border-top-right-radius:9.75rem;border-bottom-left-radius:9.75rem;border-bottom-right-radius:9.75rem;box-shadow: none;height:12.6875rem;width:12.6875rem;top:5.0625rem;left:21.1875rem;overflow:hidden;display:block; }
#aO1JX21tNG5bFeo0RT9atJ8218R5bl93 { color:#000000;display:block;width:7.0625rem;position:absolute;font-family:georama;font-size:3.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.470703125rem;left:3.8125rem;height:4.95625rem;font-style:normal;display:block; }
#BwQo433ZVbDO65gA91Dn8U5uuyHyTtxW { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:3.8125rem;height:4.3857375rem;text-align:left;text-align-last:left;display:block; }
#A852sN1HTzl1R3B9RZVdaJXu4nPta5iW { color:#5c81b0;display:block;width:13.375rem;position:absolute;font-family:georama;font-size:1.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:4.8125rem;left:3.8125rem;height:2.4375rem;font-style:normal;display:block; }
#Ry6fCErvkSN0MuGpdLf867UU5Pq4yqke { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.6044921875rem;left:14.5625rem; }
#iZiraMpea7zxqzTF9LkCCGqWkDesNvzK { color:#5c81b0;display:block;width:15.375rem;position:absolute;font-family:georama;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.5rem;left:39.0625rem;height:4.5rem;font-style:normal;display:block; }
#Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5c81b0;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; }#Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe > .row .container { background-color: transparent; background-image: none; }#Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe > .row .container > .video-iframe-container { display: none; }#Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe > .row > .video-iframe-container { display: none; }#Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe > .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); }#Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe > .row .container { border-width: 0; border-radius: 0; }#Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:60rem;position:relative;display:block; }#TmyPwHgnKJ1rGWNgILqtoJGyCXLmTJeg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.25rem;width:9.9375rem;position:absolute;display:block;z-index:15010;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.5rem;left:25.3125rem;overflow:hidden;display:block; }
#M4f0KHnJNJPV6Smm0ElR9e57JTuTFbCh { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.875rem;left:1.1875rem;height:5.19921875rem;display:block; }
#zyhQ0l1Enb3296W9CsNkwsuOICsWo4fd { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:5.875rem;left:38.125rem;height:3.9rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/DCHn7aKe/1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG.adaptive-delivery-prevent-bg, #bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG.lazyload, #bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG.lazyloading { background-image: none; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container { background-color: transparent; background-image: none; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container > .video-iframe-container { display: none; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row > .video-iframe-container { display: none; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .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); }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container { height:31.25rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsnnPx8eczCcMLsnpQNThfJnE4BTE3rh { width:19.375rem;height:1.94970625rem;top:2.1875rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGhDe4iOMT4BFqxd9Eaq8EN6TWg3JJxT { width:8.8125rem;height:9.2621875rem;top:9rem;left:3.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vedJXOR9rRTHgRgCzyJ9ohigEtDK1fAW { width:45rem;height:45rem;display:none; }
 }@media only screen and (max-width: 763px) { #v3mPKl0gTXRTp9FTIm0gXGzvXxdWs1sf { width:8.5625rem;height:4.625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ { background-color:transparent;background-image:none;display:block; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container { background-color: transparent; background-image: none; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container > .video-iframe-container { display: none; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row > .video-iframe-container { display: none; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .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); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container { width:47.75rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoXcfZZo0265xMTKpTecGOEo0Wh2yrBF { width:24.3125rem;height:59.9585rem;top:11.9375rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dchkBhVFEuvhTufgPAh9ZZ0GUhqVTk7c { width:35.0625rem;height:6.875rem;top:1.75rem;left:0.4375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #rDoD4cMdaaQE45Sl1BoHKUsRSyuITNE0 { width:6rem;height:6rem;top:4.1875rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVOB0oqmPT2XnhlTPyB4DDsMw83TJddz { width:34.5625rem;height:19.375rem;top:15.625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVgmhxIUxqD1rZtMib7CZEBiEittTOtv { width:25.625rem;height:5.8125rem;top:4.375rem;left:22.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFtdFX1WGx06nmWJtLasu9kaltphLWRC { background-color:rgba(0,0,0,0);background-image:none;display:block; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container { background-color: transparent; background-image: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container > .video-iframe-container { display: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row > .video-iframe-container { display: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .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); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container { width:47.75rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVGTqgc9c4dPwfUlCFD1VeTeugIEvpiS { width:25.0625rem;height:16.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #baFBsf9beeXZReUZi54gOO3qq6o6JbEB { width:27.875rem;height:20.6875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOGER3gfuSiPN9H2z0EMtggSKwwIWaTh { width:24.9375rem;height:1rem;top:22.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 { display:block; }#OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVexRO8lJo2rKmNkXulkx7USzhGnobH7 { width:25.9375rem;height:4.875rem;top:3.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6TpewEot4pEPPqZ8VGLOdnJTGRNKawo { width:3.125rem;height:3.125rem;top:6.25rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG8GU25yFIPuqqBJx0iwAElUhVyHGBTV { width:16.8125rem;height:6.0625rem;top:3.1875rem;left:30.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8IKIiUUKyOe5RkGb53LK5Jzd72Sfdu0 { display:block; }#W8IKIiUUKyOe5RkGb53LK5Jzd72Sfdu0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCctff6k7csQn3xkCuVm0VVo9V0ThDoy { width:7.0625rem;height:2.4375rem;top:1.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K872lKEOI48xTlkbmI8HMNa72sxdv4SH { width:7.625rem;height:2.9375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNZsoxqdFgsNDOoDuP9nzIPnQBx9ll4R { width:11.625rem;height:7.6875rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkJeVkKTeTxt5s7kqUlFTAEKeksyobbh { width:14.875rem;height:4.125rem;top:15rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCWOI5CO3lU8tMASfdFW8TaQ1HkG15Ev { width:15rem;height:;top:20.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTn0KMtm3o95Hpufwu5HRkJ2R3IPTSqb { width:2.75rem;height:2.5625rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNoQ3k4KvAKvDAEOLgxTWRvZldlD6PsV { width:8.6875rem;height:2.375rem;top:23.8125rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv612P7u8yQDsMHt5qN47oQOTlFEXLIo { display:block; }
 }@media only screen and (max-width: 763px) { #bM4MRUOHfLLvQr8lcRKkIm13zP3JVUuC { width:8.6875rem;height:2.375rem;top:23.8125rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzaJhL7fAgxKXTOgWGAwS8iCyecwedEP { display:block; }
 }@media only screen and (max-width: 763px) { #L9JRtLgGwzzt1iKkw2ukHpPLcVUuwexN { width:13.5rem;height:1.75rem;top:20.5625rem;left:10.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2CkhkEMAQboJMT1f4ke8RM5FTzTXUyA { width:14.75rem;height:5.5rem;top:15rem;left:9.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAFiQnmIr9hpzG3bZEyhBOGehnWQHR57 { width:2.75rem;height:2.5625rem;top:23.6875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy9Ei5hSszPkmsXwJFqCuAKkvdJav5XL { width:11.625rem;height:7.6875rem;top:6.375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9DrGKhQq8tccMnJ5fRaNLUvpknkua8J { width:11.625rem;height:7.6875rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL0kL2xVHNwSQQC2xeTDaU0Z5DTkPsPL { width:14.75rem;height:4.125rem;top:39.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBAspoKoAE9afWcrRz6wID9uobbuBOKS { width:13.5rem;height:1.75rem;top:44.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ9Mn9MR63h3VnvuPPzTnkJbZIsp4VIP { width:2.75rem;height:2.5625rem;top:47.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPlQl3TPPfb4h86BmQNPwE0LBGpcrRVq { width:8.6875rem;height:2.375rem;top:47.4375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLQsV2Q1S1gmrqUz63NeaONpWVZXoN5E { display:block; }
 }@media only screen and (max-width: 763px) { #fX9Dn6OufTLxch3Wv2R80kmM6NsOGgdw { width:13.5rem;height:0.875rem;top:44.8125rem;left:10.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNAQkbeaiRaAz10Kx9ioDBKDRZRcNyr2 { width:8.6875rem;height:2.375rem;top:47.4375rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEdtUEAqEH4PTLPpO1ro8rT8zwVB7ZZU { display:block; }
 }@media only screen and (max-width: 763px) { #GEWXlDEXv4zaOLsih6Nc84Z4ofOxxmm7 { width:14.75rem;height:4.125rem;top:39.375rem;left:9.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZP0zoamrQwgi5DuEy4RTdaKE3LRXq37 { width:11.625rem;height:7.6875rem;top:30.1875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRzySZuBFL8NVXTI0LnCAio4idXeceAV { width:2.75rem;height:2.5625rem;top:47.3125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkxpuKukLEu6P5Uwx5bGeKCXKhZnCzaV { width:13.5rem;height:1.75rem;top:21rem;left:22.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAN8TnFfQlIBDoMgAQQ5kRaWpZEzRFGD { width:8.6875rem;height:2.375rem;top:23.625rem;left:25.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6vkAVZEKDA47gQVHNT8M8wCiTgw0TME { display:block; }
 }@media only screen and (max-width: 763px) { #vpM79ceiJZcFFukJ5geNduQJKncdsF24 { width:14.75rem;height:4.125rem;top:15.5625rem;left:21.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBWL1S1xxWky3h30rk9KUeXceROlWQ0e { width:11.625rem;height:7.6875rem;top:6.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVeETRzeqP8W7ugbq6GOm8w8RsTtRPe1 { width:2.75rem;height:2.5625rem;top:23.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgR66s90W48NO2TTrxX9CymoQBTnedlw { width:11.625rem;height:7.625rem;top:30.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B57klskaTvT7dD2bVH1iUEEWAbLKxIwc { width:14.75rem;height:4.125rem;top:39.3125rem;left:21.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlDr21c5mMDTeGOfIRcRgVSWC8bpiMkn { width:13.5rem;height:0.875rem;top:44.8125rem;left:22.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGIDoddVplJ2mo6MMuD2gHvaJ5xLa0Vz { width:8.6875rem;height:2.375rem;top:47.4375rem;left:25.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz0MZT5hmfuaQrDWd8C3pQc3gmGF6zfq { display:block; }
 }@media only screen and (max-width: 763px) { #gt7FnA1inStLONZDJva7UaFE1sVuZCw1 { width:2.75rem;height:2.5625rem;top:47.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD8dhSI4ERPUO1xdXXDTdeDhvWiySbTn { width:13.5rem;height:;top:44.875rem;left:34.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri6zAcJR4Ku0XlCt2o8U0pI6KZtdWJcu { width:11.625rem;height:7.6875rem;top:30.1875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXIt7PZyufh1TMShqOlo4xs9XmDywxOM { width:14.75rem;height:4.125rem;top:39.3125rem;left:33rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcSD3AmlGiz2lNd9yTOwb5PNRrhstAFr { width:13.5rem;height:0.875rem;top:44.8125rem;left:34.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge9BNGLgVpMaVsSbisDm43aclKLUv2mm { width:8.6875rem;height:2.375rem;top:47.4375rem;left:37.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IraPeyMIEDuvDnPS29NXyfqhLnfMouuO { display:block; }
 }@media only screen and (max-width: 763px) { #G9zSM9e6GT17S960UyaFlNbyxumT2g1k { width:2.75rem;height:2.5625rem;top:47.3125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX6veKgq0ex5DhT6q0gGOJKRKUHl5vOJ { width:11.625rem;height:6.5rem;top:6.375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9U2HWcVbTT3ICBzVnvv0vgt5SbtdrfV { width:14.75rem;height:4.125rem;top:15.5rem;left:33rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hROkTFpsmkDTFuJaglTyeC2fGlRxURAx { width:13.5rem;height:0.875rem;top:20.9375rem;left:34.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRNv30iHuwOfJPcmSu5kkPZc0mLdkpxG { width:8.6875rem;height:2.375rem;top:23.8125rem;left:37.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0P20fVXKl9VktSfxh5SMIh5HABDx4gR { display:block; }
 }@media only screen and (max-width: 763px) { #u5CrN55dub6RZMhKFUzC25s7hBUZfsXX { width:2.75rem;height:2.5625rem;top:23.6875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTFsfKmMWM3DLRlh1PhgPOPIPfiwfON1 { width:11.625rem;height:6.5rem;top:52.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9oC1iy9MipgmTb9oFURZfQmSE0f5FcE { width:14.75rem;height:4.125rem;top:61.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FktlXCTHU85fhi9IhTTvSM3cIkm1wE09 { width:13.5rem;height:0.875rem;top:65.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot0FEilMnhAgaWvkF4vZ8znxATl3WqKK { width:8.6875rem;height:2.375rem;top:69.5625rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgSZP3C002SnFIJTlnmwwwUnmWH3tk2O { display:block; }
 }@media only screen and (max-width: 763px) { #HkpMDf2iiPb8ANxou93FvG2ZJbSubSIC { width:2.75rem;height:2.5625rem;top:69.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIMleAGoyLZBVKS9AstbaFFc9nTipI0c { width:11.625rem;height:6.5rem;top:52.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy336cykM88of3dBll9gNNZ55WDCgyem { width:14.75rem;height:4.125rem;top:60.5625rem;left:9.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWsongGHTmPBSdqQcqs0ta05k6rghytA { width:13.5rem;height:0.875rem;top:66.875rem;left:10.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phGIFe6J4cM5FLypD8TMTZDivVRWFOTb { width:8.6875rem;height:2.375rem;top:69.625rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS93V6dqTxupFZKR03BpmJU8BnKPfZSb { display:block; }
 }@media only screen and (max-width: 763px) { #NEpZLyVdPuaGXeDKrIaQmMLyrTvXGLKV { width:2.75rem;height:2.5625rem;top:69.5rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhzlAEursQ3QRNiSRUpmh5c9c9ur6UmJ { width:11.625rem;height:7.6875rem;top:52.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSX6uyE8LfmadutTdaC22xIrwraVELsK { width:14.75rem;height:4.125rem;top:61.4375rem;left:21.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emv2eA8hnfJzCZsUCqdQV4pFLxsQ1IcG { width:13.5rem;height:0.875rem;top:66.9375rem;left:22.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAbKn19hk0lZZlhm1HrVszik1RaSGVGA { width:13.5rem;height:1.75rem;top:66.875rem;left:22.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDH4Th1HsMPPemkb29fB3ppacxee6lbU { width:8.6875rem;height:2.375rem;top:69.5rem;left:25.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dniX106JuO0qwWB5GiiJAU9AEAGevx6B { display:block; }
 }@media only screen and (max-width: 763px) { #zyvXgEoz4nbF8RT13FhekNbb6hDNgqG3 { width:2.75rem;height:2.5625rem;top:69.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX3npU2kMKZoISZbLstOVOoGs6ospRih { display:block; }#xX3npU2kMKZoISZbLstOVOoGs6ospRih > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIUH7iJuhgdqiI0cJE9W3SoG5rsz0cVN { width:8.5625rem;height:2.9375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn2VF3bnmVCweRJOEptX97ed4wAzWkuM { width:8.0625rem;height:2.4375rem;top:3.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQTTQDa9aNolEQDv2CyPbkd1T9ckSO1P { width:8.6875rem;height:2.375rem;top:26.3125rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpoWfZ6AcDsAkF6kbVhaRKkuOwAmlbM6 { display:block; }
 }@media only screen and (max-width: 763px) { #rzFOI50dTlkGo77C3mTg17zsV2QyxiLg { width:14.875rem;height:4.125rem;top:17.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #te0KJkabp7oVMhsehRm4kAdrtnWeC2Fs { width:15rem;height:0.875rem;top:22.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqqdWsqPgWznsShTerrMTcRFerz0G6Kw { width:11.625rem;height:7.6875rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7vzn8F7iB0yO6OeADNkKToNIUHOSe90 { width:2.75rem;height:2.5625rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpnA2hFp2HsngS17TCNyRpkP4TesnyOT { width:11.625rem;height:7.6875rem;top:8rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlEiNfOwR3KXod1585iw3uzrRcZJttKI { width:14.875rem;height:4.125rem;top:17.25rem;left:9rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRyGr4Ws9brm4hQS1im27S4car3BPI0R { width:13.5rem;height:1.75rem;top:22.75rem;left:10.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKXqmN3ge4CMUKHF8McfwJePU3OTvJNX { width:8.6875rem;height:2.375rem;top:26.1875rem;left:13.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaA7WgxXOBEzcVchTbGkSv8qTmhlhQbB { display:block; }
 }@media only screen and (max-width: 763px) { #EHhkLTFVhJErEziHmcTAAl8aK3NRlTCM { width:2.75rem;height:2.5625rem;top:26.1875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtQSQ9hQmqL2acR75veDcsMPtwInJFTB { width:15rem;height:0.875rem;top:23.8125rem;left:32.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH8HGiRWd1rOSlUnuTQGw8JuhGFJHlFA { width:14.875rem;height:4.125rem;top:40.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkPoFWELmq7S3tovbWJQo1eFAXkCvWvr { width:11.625rem;height:7.6875rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5pTTm8TtoRTl6RVnDBaZk2srObJVZrv { width:15rem;height:0.875rem;top:46rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUGWNEI9RfTt2RUBRB33MC7oosMKBROe { width:8.6875rem;height:2.375rem;top:48.3125rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMSQsTJntuOpHNTCxmQnmPtbMdHbexSF { display:block; }
 }@media only screen and (max-width: 763px) { #IV8X9nUacTEX9Jxv6kOo1PHLs96XtkrB { width:2.75rem;height:2.5625rem;top:48.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR83Oo5ADw2cbyQGeKMlawLwuP8hrPDD { width:8.6875rem;height:2.375rem;top:25.125rem;left:37.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw9R8H0E4kwzyxuFXN7PKOeR1wTNzw9J { display:block; }
 }@media only screen and (max-width: 763px) { #ELqdm73Db0IqaNTil9y4keUvrAbLETUn { width:2.75rem;height:2.5625rem;top:25.0625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMU4z6Fwp7CtwABAInU00l1UopFuqphe { width:15rem;height:0.875rem;top:22.25rem;left:32.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3AehVJB6UB5X3erSTFOgnrFCUlwGDPJ { width:14.875rem;height:4.125rem;top:16.6875rem;left:32.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfgiO6UUnpWcKiS0CTo6VJb4NnfMcnqL { width:11.625rem;height:7.3125rem;top:8rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U023TPOL1QlBTkVbU5FRyNe1XOQOkuz1 { width:2.75rem;height:2.5625rem;top:26.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOKgzTiKPk6R1U7zZ1mHZCHCOv7ruQ0i { width:11.625rem;height:7.6875rem;top:8rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWBGM3kXFx4MRIDlkC0J1dy6I4b2l4D6 { width:13.5625rem;height:4.125rem;top:17.375rem;left:22.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmlXwTR78hsL1bRD7Or7pTExrNulX9mC { width:13.5rem;height:0.875rem;top:22.75rem;left:22.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3o8Mi2k5euDE9pxccbnDMNVd61BBNz6 { width:8.6875rem;height:2.375rem;top:26.0625rem;left:25.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQoQcxBV1hQCltI5b5aigbva86MEhxHP { display:block; }
 }@media only screen and (max-width: 763px) { #ywzmUg9l9GKeAoveQ8Ps38GgOweLeUNZ { width:14.875rem;height:4.125rem;top:40.625rem;left:9rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg1C0hTL7sBe3JEE2TMlsxCaWfZJTgBd { width:10.625rem;height:7.6875rem;top:31.5625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTVPMwQT0uHl3zqI6rG5i6mFrdUUJkTo { width:15rem;height:0.875rem;top:46rem;left:8.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu2IDHH3R8VcuxtkOkupxPqnEH94lsKC { width:2.75rem;height:2.5625rem;top:48.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAGwVNchJmz8Nzlc04wdJ4yX31FkzWMq { width:8.6875rem;height:2.375rem;top:48.3125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo84CTCDloVk5XaHTLh3uUKwGctmDHfZ { display:block; }
 }@media only screen and (max-width: 763px) { #Zyw6h4RvTXSsB7V3a6C6Zb2gCDlaVyka { width:15rem;height:0.875rem;top:46rem;left:20.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv0G532lM4v1ozRf3d9gs6vPoiA1umBP { width:10.625rem;height:5.9375rem;top:31.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7qdykKI8hUSbxUUT1t0ylNZzqORPWUH { width:14.875rem;height:4.125rem;top:40.625rem;left:20.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFNlbPRXmG3IPxCliTZAn4t5eikk8Vk9 { width:2.75rem;height:2.5625rem;top:48.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM0tzhNFvr3gTstDwLvsgr9ffZvdCevu { width:8.6875rem;height:2.375rem;top:48.3125rem;left:25.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3rLPKeaqLhM9HbTJg5D4cUaiXl8VRGB { display:block; }
 }@media only screen and (max-width: 763px) { #M2y4omdp5rJ5LaIKTaRFuT1AbIuZlea5 { display:block; }#M2y4omdp5rJ5LaIKTaRFuT1AbIuZlea5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDgVsenWWAHP0ksqXrwWf0DTLU3cpSbG { width:11.75rem;height:2.4375rem;top:3.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiARuc4CqZVyEnEPRBArTJzuIWnDlVHu { width:11.875rem;height:2.9375rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM3p4Uret24hCFkh4u4JIU0eyXNrxGXl { width:11.625rem;height:7.6875rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmovpQMXM2BNXr48LqWPcNARQFuzf9S4 { width:14.875rem;height:4.125rem;top:16.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ3POQE0IS1aNlyWckFznhR3bc2I82VJ { width:15rem;height:0.875rem;top:21.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L44MnqHyTe195mJlPJPwvwTLeiGHs9di { width:2.75rem;height:2.5625rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWM9wMUsTL6xIcwgqpIpbzQAA5O1qn61 { width:8.6875rem;height:2.375rem;top:24.3125rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8qo2l3EbQcghlUAOoefrnxpoWV8RsRO { display:block; }
 }@media only screen and (max-width: 763px) { #TeyKTJETEMvwHCWiF5xXAZTVcciRh0me { width:14.875rem;height:4.125rem;top:16.125rem;left:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWlinAPTX54gEmHzG4VEzx5wn6NGhT0s { width:11.625rem;height:5.9375rem;top:7.1875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQQaAthENOoJunDmEh1528PqWQgL0BzR { width:15rem;height:1.75rem;top:22.125rem;left:8.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIdn0z3P9AFSqT3TGaLChOwMGUw0fR4L { width:8.6875rem;height:2.375rem;top:24.3125rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaLDEVa60oSTPiJvMeGSdMS3Aqfy1AT8 { display:block; }
 }@media only screen and (max-width: 763px) { #NWERAIF3U02KFEAwqFE3HX7ipsoXhdFn { width:2.75rem;height:2.5625rem;top:24.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LURtKMEL7KJOSqqvWWDhlz668x76gJcc { display:block; }#LURtKMEL7KJOSqqvWWDhlz668x76gJcc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sALeOB1FoxXMEHHSBd10uMVFvKqOiKPQ { width:8.6875rem;height:2.375rem;top:26.0625rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5J5AKXTUpsVdVAkC62bmTS249FyA7B1 { display:block; }
 }@media only screen and (max-width: 763px) { #xaq2NT6NPB6pnFhLkxuDTHVg8M6FV3B8 { width:15.0625rem;height:4.125rem;top:17rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGXTFMM2Zct7utHCi0icko41qRzNJDTu { width:14.1875rem;height:1.75rem;top:22.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS6qQQq79uhHQ8H9AeCQm2RBbAP0RAmA { width:11.625rem;height:7.6875rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT9uIOe9oL8EdeRFbl8BfuVzJelWKL3Q { width:2.75rem;height:2.5625rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFsGmzcnuktGsGStRPdrUlr88PsioOGn { width:3.9375rem;height:2.9375rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCWQXtXcRDrnROGfR43ALVbSTrK0Si5V { width:3.125rem;height:2.4375rem;top:3.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBMrun3xTJq5xhy0OImH47z3c2E18AWQ { width:11.875rem;height:7.625rem;top:7.875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwT8TZJzVTpWkmlqiZvA3gEuKCELQzxQ { width:12.875rem;height:4.125rem;top:17rem;left:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNZ0PF6o2kaxTSUxxTHLMp2KmQC1Tp7D { width:14.1875rem;height:0.875rem;top:23.375rem;left:9.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geHFGFMuyGCZBsnixqKRvVvESW1HWMuU { width:2.75rem;height:2.5625rem;top:26rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngmP29iUdNUITLsXxzkqTvKw6tscONS0 { width:8.6875rem;height:2.375rem;top:26.0625rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZXh5TB25mNPItozkvFuRl1yQcX6wo0u { display:block; }
 }@media only screen and (max-width: 763px) { #HAewdKh3cgP1t0J0LGkBtEcnM1DvreLZ { width:11.875rem;height:6.625rem;top:7.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNcl7KV8XrqeEmua9JTH2NzQ5J2o13In { width:12.875rem;height:4.125rem;top:17rem;left:22.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrMQpiC6UmteNoVDfJb1l9PCkU3rCzFR { width:14.1875rem;height:0.875rem;top:23.375rem;left:21.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ0Il0FtInOPqUrqbrep1aKNmtQDJJEI { width:8.6875rem;height:2.375rem;top:26.0625rem;left:25.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSrQAM6RMzT5KdGakSCk2BR5MvAIGZoi { display:block; }
 }@media only screen and (max-width: 763px) { #fZNBJCGwrgWXgvJfMGORyODiWfv9TSeS { width:2.75rem;height:2.5625rem;top:26rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVb9TbXtPk0hKwpCtPBPkdUiZQz0QpsE { width:11.625rem;height:6.4375rem;top:7.875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC1VbMDoC8slbSmtCsReKONmqHXioIG2 { width:12.875rem;height:4.125rem;top:17rem;left:34.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #doNTUEn7psqoIJl0reSoXzDKJzhiVTsf { width:14.1875rem;height:1.75rem;top:23.375rem;left:33.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxkhiLcmwuiIvVxmVJhPwHUfuIFvDLik { width:2.75rem;height:2.5625rem;top:26rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp0M27NbOKRVNEm6A8TZAJMic8z72KIO { width:8.6875rem;height:2.375rem;top:26.0625rem;left:37.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0CJ6DlZ9TLMO2e0iw5tUnX9NZ3sx8DT { display:block; }
 }@media only screen and (max-width: 763px) { #llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO { display:block; }#llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzUBZdNie6gtzAKVtfUIb03mB4N0az3g { width:20.375rem;height:2.875rem;top:3.3125rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpdJXXaw8J50n1vE1tcrJvg2SgvvP4kk { width:2.1875rem;height:2rem;top:3.625rem;left:27.75rem;display:block; }
#EpdJXXaw8J50n1vE1tcrJvg2SgvvP4kk > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2rem; } }@media only screen and (max-width: 763px) { #hlbPQW0iqXXHwX1k07tSlMf521PDnI27 { width:8.6875rem;height:2.375rem;top:3.4375rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc2uIX5556FhZvqLa62XTG4vQrLhpapc { display:block; }
 }@media only screen and (max-width: 763px) { #u09m22eV50a6aPE26iUWL71vMbKnIRBN { width:6.6875rem;height:2.9375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2gpmxwwL8v1vAs1OXmtDQKwtTzAhWC9 { width:5.4375rem;height:2.4375rem;top:3.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZasQniFVH5rNGWwT7slXum3Lsetd1DLO { display:block; }#ZasQniFVH5rNGWwT7slXum3Lsetd1DLO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c28GQss6BEP230rNJIJzxTdctlS4y3qF { width:20.125rem;height:4.375rem;top:11.125rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShClPy0uzMJrbV70dPoKEnH1mrTM2iLk { width:12.6875rem;height:12.6875rem;top:5.0625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO1JX21tNG5bFeo0RT9atJ8218R5bl93 { width:7.0625rem;height:4.9375rem;top:0.4375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwQo433ZVbDO65gA91Dn8U5uuyHyTtxW { width:11.125rem;height:4.375rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A852sN1HTzl1R3B9RZVdaJXu4nPta5iW { width:13.375rem;height:2.4375rem;top:4.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry6fCErvkSN0MuGpdLf867UU5Pq4yqke { width:2.6875rem;height:2.6875rem;top:1.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZiraMpea7zxqzTF9LkCCGqWkDesNvzK { width:15.375rem;height:4.5rem;top:5.5rem;left:32.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe { display:block; }#Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmyPwHgnKJ1rGWNgILqtoJGyCXLmTJeg { width:9.9375rem;height:5.25rem;top:6.5rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4f0KHnJNJPV6Smm0ElR9e57JTuTFbCh { width:23.9375rem;height:6.4375rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyhQ0l1Enb3296W9CsNkwsuOICsWo4fd { width:19.6875rem;height:3.875rem;top:5.875rem;left:28.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/05dbbb1e-46fd-40fc-abcf-3c92f8ed9e43/fullmoonmeditation.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG.adaptive-delivery-prevent-bg, #bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG.lazyload, #bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG.lazyloading { background-image: none; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container { background-color: transparent; background-image: none; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container > .video-iframe-container { display: none; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row > .video-iframe-container { display: none; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .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); }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container { border-width: 0; border-radius: 0; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container { height:46.75rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsnnPx8eczCcMLsnpQNThfJnE4BTE3rh { width:14.1875rem;height:5.225rem;top:4.75rem;left:2.90625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGhDe4iOMT4BFqxd9Eaq8EN6TWg3JJxT { width:12.5rem;height:3.8984375rem;top:10.5625rem;left:2.90625rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vedJXOR9rRTHgRgCzyJ9ohigEtDK1fAW { top:0rem;left:5.5625rem;width:9.875rem;height:9.875rem;z-index:15006;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #v3mPKl0gTXRTp9FTIm0gXGzvXxdWs1sf { width:7.375rem;height:3.75rem;top:0rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ { background-color:#5c81b0;background-image:none;display:block; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container { background-color: transparent; background-image: none; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container > .video-iframe-container { display: none; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row > .video-iframe-container { display: none; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .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); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container { width:20rem;height:57.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoXcfZZo0265xMTKpTecGOEo0Wh2yrBF { width:20rem;height:19.49705625rem;top:10.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dchkBhVFEuvhTufgPAh9ZZ0GUhqVTk7c { width:16.75rem;height:4.5rem;top:3.1875rem;left:0rem;font-size:2.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rDoD4cMdaaQE45Sl1BoHKUsRSyuITNE0 { display:flex;width:6rem;height:6rem;top:4.75rem;left:14rem; }
 }@media only screen and (max-width: 763px) { #lVOB0oqmPT2XnhlTPyB4DDsMw83TJddz { height:11.2114375rem;width:20rem;top:33.2451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVgmhxIUxqD1rZtMib7CZEBiEittTOtv { width:20rem;height:7.3095625rem;top:47.49609375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFtdFX1WGx06nmWJtLasu9kaltphLWRC { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4899f5c9-9a22-497f-ba76-5018d59a2c15/luacheiajpg.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC.adaptive-delivery-prevent-bg, #tFtdFX1WGx06nmWJtLasu9kaltphLWRC.lazyload, #tFtdFX1WGx06nmWJtLasu9kaltphLWRC.lazyloading { background-image: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container { background-color: transparent; background-image: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container > .video-iframe-container { display: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row > .video-iframe-container { display: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .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); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVGTqgc9c4dPwfUlCFD1VeTeugIEvpiS { width:18.25rem;height:11.75rem;top:4.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baFBsf9beeXZReUZi54gOO3qq6o6JbEB { width:20rem;height:16.25rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOGER3gfuSiPN9H2z0EMtggSKwwIWaTh { width:16.125rem;height:1.03125rem;top:17.0625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 { display:block; }#OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVexRO8lJo2rKmNkXulkx7USzhGnobH7 { width:20rem;height:3.8984375rem;top:10.3623046875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6TpewEot4pEPPqZ8VGLOdnJTGRNKawo { display:flex;width:3.125rem;height:3.125rem;top:13.125rem;left:14.9375rem; }
 }@media only screen and (max-width: 763px) { #lG8GU25yFIPuqqBJx0iwAElUhVyHGBTV { width:16.8125rem;height:6.09375rem;top:2.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8IKIiUUKyOe5RkGb53LK5Jzd72Sfdu0 { display:block; }#W8IKIiUUKyOe5RkGb53LK5Jzd72Sfdu0 > .row .container { width:20rem;height:260.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCctff6k7csQn3xkCuVm0VVo9V0ThDoy { width:7.0625rem;height:2.4375rem;top:1.5rem;left:0.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K872lKEOI48xTlkbmI8HMNa72sxdv4SH { width:7.625rem;height:2.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNZsoxqdFgsNDOoDuP9nzIPnQBx9ll4R { width:11.875rem;height:7.6875rem;top:5.9375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkJeVkKTeTxt5s7kqUlFTAEKeksyobbh { width:11.625rem;height:4.14258125rem;top:14.3125rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCWOI5CO3lU8tMASfdFW8TaQ1HkG15Ev { width:12.875rem;height:3.09375rem;top:19.125rem;left:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTn0KMtm3o95Hpufwu5HRkJ2R3IPTSqb { display:flex;width:2.75rem;height:2.5625rem;top:23rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #VNoQ3k4KvAKvDAEOLgxTWRvZldlD6PsV { width:8.6875rem;height:2.375rem;top:23.0625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv612P7u8yQDsMHt5qN47oQOTlFEXLIo { display:block; }
 }@media only screen and (max-width: 763px) { #bM4MRUOHfLLvQr8lcRKkIm13zP3JVUuC { width:8.6875rem;height:2.375rem;top:43.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzaJhL7fAgxKXTOgWGAwS8iCyecwedEP { display:block; }
 }@media only screen and (max-width: 763px) { #L9JRtLgGwzzt1iKkw2ukHpPLcVUuwexN { width:13.5rem;height:2.0625rem;top:40rem;left:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2CkhkEMAQboJMT1f4ke8RM5FTzTXUyA { width:12.6875rem;height:5.52345rem;top:35.125rem;left:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAFiQnmIr9hpzG3bZEyhBOGehnWQHR57 { display:flex;width:2.75rem;height:2.5625rem;top:43.0625rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #yy9Ei5hSszPkmsXwJFqCuAKkvdJav5XL { width:11.75rem;height:7.75rem;top:26.4375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9DrGKhQq8tccMnJ5fRaNLUvpknkua8J { width:11.625rem;height:7.6875rem;top:48.25rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL0kL2xVHNwSQQC2xeTDaU0Z5DTkPsPL { width:11.75rem;height:4.14258125rem;top:56.625rem;left:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBAspoKoAE9afWcrRz6wID9uobbuBOKS { width:15.375rem;height:2.0625rem;top:61.5625rem;left:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ9Mn9MR63h3VnvuPPzTnkJbZIsp4VIP { display:flex;width:2.75rem;height:2.5625rem;top:64.5625rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #NPlQl3TPPfb4h86BmQNPwE0LBGpcrRVq { width:8.6875rem;height:2.375rem;top:64.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLQsV2Q1S1gmrqUz63NeaONpWVZXoN5E { display:block; }
 }@media only screen and (max-width: 763px) { #fX9Dn6OufTLxch3Wv2R80kmM6NsOGgdw { width:11.625rem;height:1.03125rem;top:83.0625rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNAQkbeaiRaAz10Kx9ioDBKDRZRcNyr2 { width:8.6875rem;height:2.375rem;top:86.25rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEdtUEAqEH4PTLPpO1ro8rT8zwVB7ZZU { display:block; }
 }@media only screen and (max-width: 763px) { #GEWXlDEXv4zaOLsih6Nc84Z4ofOxxmm7 { width:11.6875rem;height:4.14258125rem;top:78.125rem;left:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZP0zoamrQwgi5DuEy4RTdaKE3LRXq37 { width:11.625rem;height:7.6875rem;top:69.8125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRzySZuBFL8NVXTI0LnCAio4idXeceAV { display:flex;width:2.75rem;height:2.5625rem;top:86.125rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #GkxpuKukLEu6P5Uwx5bGeKCXKhZnCzaV { width:15.5625rem;height:2.0625rem;top:106.125rem;left:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAN8TnFfQlIBDoMgAQQ5kRaWpZEzRFGD { width:8.6875rem;height:2.375rem;top:109.5625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6vkAVZEKDA47gQVHNT8M8wCiTgw0TME { display:block; }
 }@media only screen and (max-width: 763px) { #vpM79ceiJZcFFukJ5geNduQJKncdsF24 { width:14.75rem;height:4.1425875rem;top:100.4375rem;left:4.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBWL1S1xxWky3h30rk9KUeXceROlWQ0e { width:11.625rem;height:7.6875rem;top:90.9375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVeETRzeqP8W7ugbq6GOm8w8RsTtRPe1 { display:flex;width:2.75rem;height:2.5625rem;top:109.5625rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #AgR66s90W48NO2TTrxX9CymoQBTnedlw { width:11.625rem;height:7.625rem;top:153.66015625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B57klskaTvT7dD2bVH1iUEEWAbLKxIwc { width:14.75rem;height:4.1425875rem;top:163.41015625rem;left:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlDr21c5mMDTeGOfIRcRgVSWC8bpiMkn { width:13.5rem;height:2.0625rem;top:168.4892578125rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGIDoddVplJ2mo6MMuD2gHvaJ5xLa0Vz { width:8.6875rem;height:2.375rem;top:171.4892578125rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz0MZT5hmfuaQrDWd8C3pQc3gmGF6zfq { display:block; }
 }@media only screen and (max-width: 763px) { #gt7FnA1inStLONZDJva7UaFE1sVuZCw1 { display:flex;width:2.75rem;height:2.5625rem;top:171.3955078125rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #cD8dhSI4ERPUO1xdXXDTdeDhvWiySbTn { width:13.5rem;height:0;top:243.6494rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri6zAcJR4Ku0XlCt2o8U0pI6KZtdWJcu { width:11.625rem;height:7.6875rem;top:195.8125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXIt7PZyufh1TMShqOlo4xs9XmDywxOM { width:14.75rem;height:4.14258125rem;top:204.6875rem;left:3.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcSD3AmlGiz2lNd9yTOwb5PNRrhstAFr { width:13.5rem;height:2.0625rem;top:209.8125rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge9BNGLgVpMaVsSbisDm43aclKLUv2mm { width:8.6875rem;height:2.375rem;top:213.6875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IraPeyMIEDuvDnPS29NXyfqhLnfMouuO { display:block; }
 }@media only screen and (max-width: 763px) { #G9zSM9e6GT17S960UyaFlNbyxumT2g1k { display:flex;width:2.75rem;height:2.5625rem;top:213.5625rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #BX6veKgq0ex5DhT6q0gGOJKRKUHl5vOJ { width:11.625rem;height:6.5rem;top:176.3125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9U2HWcVbTT3ICBzVnvv0vgt5SbtdrfV { width:14.75rem;height:4.14258125rem;top:184.9375rem;left:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hROkTFpsmkDTFuJaglTyeC2fGlRxURAx { width:13.5rem;height:1.03125rem;top:190rem;left:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRNv30iHuwOfJPcmSu5kkPZc0mLdkpxG { width:8.6875rem;height:2.375rem;top:192rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0P20fVXKl9VktSfxh5SMIh5HABDx4gR { display:block; }
 }@media only screen and (max-width: 763px) { #u5CrN55dub6RZMhKFUzC25s7hBUZfsXX { display:flex;width:2.75rem;height:2.5625rem;top:191.875rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #JTFsfKmMWM3DLRlh1PhgPOPIPfiwfON1 { width:11.625rem;height:6.5rem;top:114.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9oC1iy9MipgmTb9oFURZfQmSE0f5FcE { width:14.75rem;height:4.1425875rem;top:122.875rem;left:4.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FktlXCTHU85fhi9IhTTvSM3cIkm1wE09 { width:13.5rem;height:1.03125rem;top:129.875rem;left:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot0FEilMnhAgaWvkF4vZ8znxATl3WqKK { width:8.6875rem;height:2.375rem;top:128.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgSZP3C002SnFIJTlnmwwwUnmWH3tk2O { display:block; }
 }@media only screen and (max-width: 763px) { #HkpMDf2iiPb8ANxou93FvG2ZJbSubSIC { display:flex;width:2.75rem;height:2.5625rem;top:128.625rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #SIMleAGoyLZBVKS9AstbaFFc9nTipI0c { width:11.625rem;height:6.5rem;top:133.236328125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy336cykM88of3dBll9gNNZ55WDCgyem { width:14.75rem;height:4.1425875rem;top:142.173828125rem;left:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWsongGHTmPBSdqQcqs0ta05k6rghytA { width:13.5rem;height:1.03125rem;top:146.94140625rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phGIFe6J4cM5FLypD8TMTZDivVRWFOTb { width:8.6875rem;height:2.375rem;top:149.00390625rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS93V6dqTxupFZKR03BpmJU8BnKPfZSb { display:block; }
 }@media only screen and (max-width: 763px) { #NEpZLyVdPuaGXeDKrIaQmMLyrTvXGLKV { display:flex;width:2.75rem;height:2.5625rem;top:148.84765625rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #bhzlAEursQ3QRNiSRUpmh5c9c9ur6UmJ { width:11.625rem;height:7.6875rem;top:219.5234375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSX6uyE8LfmadutTdaC22xIrwraVELsK { width:14.75rem;height:4.14258125rem;top:229.2734375rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emv2eA8hnfJzCZsUCqdQV4pFLxsQ1IcG { width:13.5rem;height:1.03125rem;top:259.2275375rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAbKn19hk0lZZlhm1HrVszik1RaSGVGA { width:13.5rem;height:3.09375rem;top:235.3212890625rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDH4Th1HsMPPemkb29fB3ppacxee6lbU { width:8.6875rem;height:2.375rem;top:240.1337890625rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dniX106JuO0qwWB5GiiJAU9AEAGevx6B { display:block; }
 }@media only screen and (max-width: 763px) { #zyvXgEoz4nbF8RT13FhekNbb6hDNgqG3 { display:flex;width:2.75rem;height:2.5625rem;top:240.0400390625rem;left:2.59375rem; }
 }@media only screen and (max-width: 763px) { #xX3npU2kMKZoISZbLstOVOoGs6ospRih { display:block; }#xX3npU2kMKZoISZbLstOVOoGs6ospRih > .row .container { width:20rem;height:160.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIUH7iJuhgdqiI0cJE9W3SoG5rsz0cVN { width:8.5625rem;height:2.9375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn2VF3bnmVCweRJOEptX97ed4wAzWkuM { width:8.0625rem;height:2.4375rem;top:1.625rem;left:0.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQTTQDa9aNolEQDv2CyPbkd1T9ckSO1P { width:8.6875rem;height:2.375rem;top:21.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpoWfZ6AcDsAkF6kbVhaRKkuOwAmlbM6 { display:block; }
 }@media only screen and (max-width: 763px) { #rzFOI50dTlkGo77C3mTg17zsV2QyxiLg { width:14.875rem;height:4.1425875rem;top:15.25rem;left:3.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #te0KJkabp7oVMhsehRm4kAdrtnWeC2Fs { width:15rem;height:1.03125rem;top:19.9375rem;left:3.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqqdWsqPgWznsShTerrMTcRFerz0G6Kw { width:12.0625rem;height:7.9375rem;top:6.3125rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7vzn8F7iB0yO6OeADNkKToNIUHOSe90 { display:flex;width:2.75rem;height:2.5625rem;top:21.5rem;left:4.3125rem; }
 }@media only screen and (max-width: 763px) { #qpnA2hFp2HsngS17TCNyRpkP4TesnyOT { width:11.9375rem;height:8.1875rem;top:27.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlEiNfOwR3KXod1585iw3uzrRcZJttKI { width:12.875rem;height:4.1425875rem;top:36.375rem;left:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRyGr4Ws9brm4hQS1im27S4car3BPI0R { width:15rem;height:2.0625rem;top:41.0625rem;left:3.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKXqmN3ge4CMUKHF8McfwJePU3OTvJNX { width:8.6875rem;height:2.375rem;top:44.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaA7WgxXOBEzcVchTbGkSv8qTmhlhQbB { display:block; }
 }@media only screen and (max-width: 763px) { #EHhkLTFVhJErEziHmcTAAl8aK3NRlTCM { display:flex;width:2.75rem;height:2.5625rem;top:44.1875rem;left:4.3125rem; }
 }@media only screen and (max-width: 763px) { #JtQSQ9hQmqL2acR75veDcsMPtwInJFTB { width:15rem;height:1.03125rem;top:68.25rem;left:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH8HGiRWd1rOSlUnuTQGw8JuhGFJHlFA { width:14.875rem;height:4.14258125rem;top:58.1875rem;left:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkPoFWELmq7S3tovbWJQo1eFAXkCvWvr { width:11.625rem;height:7.6875rem;top:48.5625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5pTTm8TtoRTl6RVnDBaZk2srObJVZrv { width:15rem;height:1.03125rem;top:63.4375rem;left:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUGWNEI9RfTt2RUBRB33MC7oosMKBROe { width:8.6875rem;height:2.375rem;top:65.9375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMSQsTJntuOpHNTCxmQnmPtbMdHbexSF { display:block; }
 }@media only screen and (max-width: 763px) { #IV8X9nUacTEX9Jxv6kOo1PHLs96XtkrB { display:flex;width:2.75rem;height:2.5625rem;top:65.75rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #KR83Oo5ADw2cbyQGeKMlawLwuP8hrPDD { width:8.6875rem;height:2.375rem;top:88.6875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw9R8H0E4kwzyxuFXN7PKOeR1wTNzw9J { display:block; }
 }@media only screen and (max-width: 763px) { #ELqdm73Db0IqaNTil9y4keUvrAbLETUn { display:flex;width:2.75rem;height:2.5625rem;top:88.625rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #ZMU4z6Fwp7CtwABAInU00l1UopFuqphe { width:15rem;height:2.0625rem;top:85.1875rem;left:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3AehVJB6UB5X3erSTFOgnrFCUlwGDPJ { width:14.875rem;height:4.1425875rem;top:79.6875rem;left:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfgiO6UUnpWcKiS0CTo6VJb4NnfMcnqL { width:11.625rem;height:7.3125rem;top:70.5625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U023TPOL1QlBTkVbU5FRyNe1XOQOkuz1 { display:flex;width:2.75rem;height:2.5625rem;top:112.25rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #EOKgzTiKPk6R1U7zZ1mHZCHCOv7ruQ0i { width:11.625rem;height:7.6875rem;top:93.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWBGM3kXFx4MRIDlkC0J1dy6I4b2l4D6 { width:13.5625rem;height:4.14258125rem;top:103.5625rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmlXwTR78hsL1bRD7Or7pTExrNulX9mC { width:13.5rem;height:1.03125rem;top:109.4375rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3o8Mi2k5euDE9pxccbnDMNVd61BBNz6 { width:8.6875rem;height:2.375rem;top:112.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQoQcxBV1hQCltI5b5aigbva86MEhxHP { display:block; }
 }@media only screen and (max-width: 763px) { #ywzmUg9l9GKeAoveQ8Ps38GgOweLeUNZ { width:14.875rem;height:4.14258125rem;top:125rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg1C0hTL7sBe3JEE2TMlsxCaWfZJTgBd { width:10.625rem;height:7.6875rem;top:116.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTVPMwQT0uHl3zqI6rG5i6mFrdUUJkTo { width:15rem;height:1.03125rem;top:130.392575rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu2IDHH3R8VcuxtkOkupxPqnEH94lsKC { display:flex;width:2.75rem;height:2.5625rem;top:134.673828125rem;left:1.28125rem; }
 }@media only screen and (max-width: 763px) { #OAGwVNchJmz8Nzlc04wdJ4yX31FkzWMq { width:8.6875rem;height:2.375rem;top:134.767578125rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo84CTCDloVk5XaHTLh3uUKwGctmDHfZ { display:block; }
 }@media only screen and (max-width: 763px) { #Zyw6h4RvTXSsB7V3a6C6Zb2gCDlaVyka { width:15rem;height:1.03125rem;top:151.066403125rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv0G532lM4v1ozRf3d9gs6vPoiA1umBP { width:10.625rem;height:5.9375rem;top:138.486328125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7qdykKI8hUSbxUUT1t0ylNZzqORPWUH { width:14.875rem;height:4.14258125rem;top:145.673828125rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFNlbPRXmG3IPxCliTZAn4t5eikk8Vk9 { display:flex;width:2.75rem;height:2.5625rem;top:153.66015625rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #dM0tzhNFvr3gTstDwLvsgr9ffZvdCevu { width:8.6875rem;height:2.375rem;top:153.75390625rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3rLPKeaqLhM9HbTJg5D4cUaiXl8VRGB { display:block; }
 }@media only screen and (max-width: 763px) { #M2y4omdp5rJ5LaIKTaRFuT1AbIuZlea5 { display:block; }#M2y4omdp5rJ5LaIKTaRFuT1AbIuZlea5 > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDgVsenWWAHP0ksqXrwWf0DTLU3cpSbG { width:11.75rem;height:2.4375rem;top:2.375rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiARuc4CqZVyEnEPRBArTJzuIWnDlVHu { width:11.875rem;height:2.9375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM3p4Uret24hCFkh4u4JIU0eyXNrxGXl { width:11.375rem;height:7.5625rem;top:6.9375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmovpQMXM2BNXr48LqWPcNARQFuzf9S4 { width:13.9375rem;height:4.3857375rem;top:15.5625rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ3POQE0IS1aNlyWckFznhR3bc2I82VJ { width:11.5rem;height:1.03125rem;top:20.625rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L44MnqHyTe195mJlPJPwvwTLeiGHs9di { display:flex;width:2.75rem;height:2.5625rem;top:22.4375rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #LWM9wMUsTL6xIcwgqpIpbzQAA5O1qn61 { width:8.6875rem;height:2.375rem;top:22.5rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8qo2l3EbQcghlUAOoefrnxpoWV8RsRO { display:block; }
 }@media only screen and (max-width: 763px) { #TeyKTJETEMvwHCWiF5xXAZTVcciRh0me { width:14.875rem;height:4.3857375rem;top:33.4375rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWlinAPTX54gEmHzG4VEzx5wn6NGhT0s { width:11.625rem;height:5.9375rem;top:26.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQQaAthENOoJunDmEh1528PqWQgL0BzR { width:15rem;height:2.0625rem;top:40.53418125rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIdn0z3P9AFSqT3TGaLChOwMGUw0fR4L { width:8.6875rem;height:2.375rem;top:39.86171913147rem;left:6.6117187142375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaLDEVa60oSTPiJvMeGSdMS3Aqfy1AT8 { display:block; }
 }@media only screen and (max-width: 763px) { #NWERAIF3U02KFEAwqFE3HX7ipsoXhdFn { display:flex;width:2.75rem;height:2.5625rem;top:39.767969608307rem;left:2.5625000596046rem; }
 }@media only screen and (max-width: 763px) { #LURtKMEL7KJOSqqvWWDhlz668x76gJcc { display:block; }#LURtKMEL7KJOSqqvWWDhlz668x76gJcc > .row .container { width:20rem;height:89.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sALeOB1FoxXMEHHSBd10uMVFvKqOiKPQ { width:8.6875rem;height:2.375rem;top:23.40625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5J5AKXTUpsVdVAkC62bmTS249FyA7B1 { display:block; }
 }@media only screen and (max-width: 763px) { #xaq2NT6NPB6pnFhLkxuDTHVg8M6FV3B8 { width:14.9375rem;height:4.14258125rem;top:15.73828125rem;left:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGXTFMM2Zct7utHCi0icko41qRzNJDTu { width:11.875rem;height:2.0625rem;top:20.625rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS6qQQq79uhHQ8H9AeCQm2RBbAP0RAmA { width:11.6875rem;height:7.8125rem;top:7.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT9uIOe9oL8EdeRFbl8BfuVzJelWKL3Q { display:flex;width:2.75rem;height:2.5625rem;top:23.3125rem;left:3.5rem; }
 }@media only screen and (max-width: 763px) { #RFsGmzcnuktGsGStRPdrUlr88PsioOGn { width:4.0625rem;height:2.9375rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCWQXtXcRDrnROGfR43ALVbSTrK0Si5V { width:3.0625rem;height:2.4375rem;top:2.6875rem;left:0.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBMrun3xTJq5xhy0OImH47z3c2E18AWQ { width:11.75rem;height:7.4375rem;top:28.4375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwT8TZJzVTpWkmlqiZvA3gEuKCELQzxQ { width:14.875rem;height:4.14258125rem;top:36.9375rem;left:4.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNZ0PF6o2kaxTSUxxTHLMp2KmQC1Tp7D { width:14.1875rem;height:1.03125rem;top:41.76708984375rem;left:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #geHFGFMuyGCZBsnixqKRvVvESW1HWMuU { display:flex;width:2.75rem;height:2.5625rem;top:43.625rem;left:4rem; }
 }@media only screen and (max-width: 763px) { #ngmP29iUdNUITLsXxzkqTvKw6tscONS0 { width:8.6875rem;height:2.375rem;top:43.875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZXh5TB25mNPItozkvFuRl1yQcX6wo0u { display:block; }
 }@media only screen and (max-width: 763px) { #HAewdKh3cgP1t0J0LGkBtEcnM1DvreLZ { width:11.875rem;height:6.625rem;top:47.5rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNcl7KV8XrqeEmua9JTH2NzQ5J2o13In { width:12.875rem;height:4.14258125rem;top:55.375rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrMQpiC6UmteNoVDfJb1l9PCkU3rCzFR { width:14.1875rem;height:1.03125rem;top:60.767575rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ0Il0FtInOPqUrqbrep1aKNmtQDJJEI { width:8.6875rem;height:2.375rem;top:62.6416015625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSrQAM6RMzT5KdGakSCk2BR5MvAIGZoi { display:block; }
 }@media only screen and (max-width: 763px) { #fZNBJCGwrgWXgvJfMGORyODiWfv9TSeS { display:flex;width:2.75rem;height:2.5625rem;top:62.5478515625rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #uVb9TbXtPk0hKwpCtPBPkdUiZQz0QpsE { width:11.625rem;height:6.4375rem;top:67.548828125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC1VbMDoC8slbSmtCsReKONmqHXioIG2 { width:12.875rem;height:4.1425875rem;top:75.861328125rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #doNTUEn7psqoIJl0reSoXzDKJzhiVTsf { width:14.1875rem;height:2.0625rem;top:81.3154296875rem;left:2.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxkhiLcmwuiIvVxmVJhPwHUfuIFvDLik { display:flex;width:2.75rem;height:2.5625rem;top:85.0029296875rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #vp0M27NbOKRVNEm6A8TZAJMic8z72KIO { width:8.6875rem;height:2.375rem;top:85.0966796875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0CJ6DlZ9TLMO2e0iw5tUnX9NZ3sx8DT { display:block; }
 }@media only screen and (max-width: 763px) { #llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO { display:block; }#llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzUBZdNie6gtzAKVtfUIb03mB4N0az3g { width:12.125rem;height:3.9rem;top:5.875rem;left:2.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpdJXXaw8J50n1vE1tcrJvg2SgvvP4kk { display:flex;width:2.1875rem;height:2rem;top:10.6875rem;left:2rem; }
#EpdJXXaw8J50n1vE1tcrJvg2SgvvP4kk > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2rem; } }@media only screen and (max-width: 763px) { #hlbPQW0iqXXHwX1k07tSlMf521PDnI27 { width:8.6875rem;height:2.375rem;top:10.5rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc2uIX5556FhZvqLa62XTG4vQrLhpapc { display:block; }
 }@media only screen and (max-width: 763px) { #u09m22eV50a6aPE26iUWL71vMbKnIRBN { width:7.625rem;height:2.9375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2gpmxwwL8v1vAs1OXmtDQKwtTzAhWC9 { width:5.4375rem;height:2.4375rem;top:1.9375rem;left:1.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZasQniFVH5rNGWwT7slXum3Lsetd1DLO { display:block; }#ZasQniFVH5rNGWwT7slXum3Lsetd1DLO > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c28GQss6BEP230rNJIJzxTdctlS4y3qF { width:17.125rem;height:3.9rem;top:51.875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShClPy0uzMJrbV70dPoKEnH1mrTM2iLk { width:15.6875rem;height:15.6875rem;top:27.875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO1JX21tNG5bFeo0RT9atJ8218R5bl93 { width:7.0625rem;height:3.9rem;top:2.5rem;left:3.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwQo433ZVbDO65gA91Dn8U5uuyHyTtxW { width:10.125rem;height:5.3613375rem;top:10.3125rem;left:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A852sN1HTzl1R3B9RZVdaJXu4nPta5iW { width:13.375rem;height:2.4375rem;top:6.375rem;left:3.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry6fCErvkSN0MuGpdLf867UU5Pq4yqke { display:flex;width:2.6875rem;height:2.6875rem;top:3.125rem;left:11.375rem; }
 }@media only screen and (max-width: 763px) { #iZiraMpea7zxqzTF9LkCCGqWkDesNvzK { width:15.375rem;height:4.5rem;top:44.9375rem;left:1.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe { display:block; }#Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmyPwHgnKJ1rGWNgILqtoJGyCXLmTJeg { width:9.9375rem;height:5.25rem;top:18.8603515625rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4f0KHnJNJPV6Smm0ElR9e57JTuTFbCh { width:20rem;height:7.7988125rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyhQ0l1Enb3296W9CsNkwsuOICsWo4fd { width:19.6875rem;height:3.9rem;top:13.5478515625rem;left:0rem;font-size:1rem;display:block; }
 }