.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#dedec8;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;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); }#zaUXNHsR5JncBEAZColX8f5FuaT90wag { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b9c0ad;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; }#zaUXNHsR5JncBEAZColX8f5FuaT90wag > .row .container { background-color: transparent; background-image: none; }#zaUXNHsR5JncBEAZColX8f5FuaT90wag::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaUXNHsR5JncBEAZColX8f5FuaT90wag > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaUXNHsR5JncBEAZColX8f5FuaT90wag > .row .container > .video-iframe-container { display: none; }#zaUXNHsR5JncBEAZColX8f5FuaT90wag > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaUXNHsR5JncBEAZColX8f5FuaT90wag > .row > .video-iframe-container { display: none; }#zaUXNHsR5JncBEAZColX8f5FuaT90wag > .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); }#zaUXNHsR5JncBEAZColX8f5FuaT90wag > .row .container { border-width: 0; border-radius: 0; }#zaUXNHsR5JncBEAZColX8f5FuaT90wag > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zaUXNHsR5JncBEAZColX8f5FuaT90wag > .row .container { font-size:14px;font-family:arial;height:116px;width:1200px;position:relative;display:block; }#ff8D0IeN5PF5794mJS1yzWJyh8R6XFdM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47px;width:195px;top:26px;left:0px;overflow:hidden;display:block; }
#h0vwhwhOmQrWo1CV8t8IHPJE2pTF5Bol { background-color:#c42b36;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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:larken;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:188px;height:48px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:26px;left:1012px;display:block; }
#LboaCPute8Td5LD51u7Qnf9fX9hEoKv9 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#UVXTtQkrLaRD7ogZdNq1PLE1d17BANFS { color:#55636f;display:block;width:142px;position:absolute;font-family:"noto sans";font-size:16px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:39.09375px;left:826.5px;height:20.7969px;font-style:normal;display:block; }
#L5U48G2gQ6idnoqKkKDiKqsxTygAGSKq { color:#55636f;display:block;width:165px;position:absolute;font-family:"noto sans";font-size:16px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:39.09375px;left:624.5px;height:20.7969px;font-style:normal;display:block; }
#y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b9c0ad;background-image:url("https://images.assets-landingi.com/uc/c2647272-6e5a-482a-961c-31545d5ff348/MeditationLearningPathwayLP1900x600.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD.adaptive-delivery-prevent-bg, #y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD.lazyload, #y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD.lazyloading { background-image: none; }#y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD > .row .container { background-color: transparent; background-image: none; }#y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD > .row .container > .video-iframe-container { display: none; }#y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD > .row > .video-iframe-container { display: none; }#y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD > .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); }#y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD > .row .container { border-width: 0; border-radius: 0; }#y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD > .row .container { font-size:14px;font-family:arial;height:534px;width:1200px;position:relative;display:block; }#VtNHdJNtaCp4ih4sd63muggbCkdl2wFw { color:#55636f;display:block;width:787px;position:absolute;font-family:larken;font-size:77px;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:0px;left:0px;height:154px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HKOV4GfE06NATdNrlxs7AaV34GHTgR76 { background-color:#55636f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 5px 5px 10px rgba(0,0,0,0.14) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:larken;font-size:24px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:244px;height:56px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:420px;left:0px;display:block; }
#EGguFK0WL9z8d0WBsTiPrRTnsbQSQ2df { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Pb4DuBLWGMQX3dg8fePpp5a7z5zmChwL { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:280px;width:244px;top:456px;left:537.5px;overflow:hidden;display:none; }
#ro1ve81ilX6kslySmmh4WmeR0FrJmVA8 { color:#55636f;display:block;width:312px;position:absolute;font-family:larken;font-size:20px;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:163px;left:51px;height:34px;font-style:normal;display:block; }
#keAbE9zF1heqVeUPPDD8pL7X7T1EKedU { color:#55636f;display:block;width:544px;position:absolute;font-family:"noto sans";font-size:16px;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:242px;left:16px;height:119.562px;font-style:normal;overflow:hidden;display:block; }#keAbE9zF1heqVeUPPDD8pL7X7T1EKedU li:not(:first-child){ padding-top:10px;padding-right:0;padding-bottom:0;padding-left:0; }#keAbE9zF1heqVeUPPDD8pL7X7T1EKedU li:before{  }
#U1ICzZMUIqkP3BThdoVveDM1m5VMzoW9 { position:absolute;display:block;z-index:15001;background-color:#edebdf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:166px;width:577px;top:219px;left:0px;display:block; }
#HG6z4Bv3rzDloTVxBQsaoonToyMuf57q { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:160px;left:0px; }
#BeICikX6ZavAtIhXXm6I6CtSVLUuMupP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BeICikX6ZavAtIhXXm6I6CtSVLUuMupP > .row .container { background-color: transparent; background-image: none; }#BeICikX6ZavAtIhXXm6I6CtSVLUuMupP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeICikX6ZavAtIhXXm6I6CtSVLUuMupP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeICikX6ZavAtIhXXm6I6CtSVLUuMupP > .row .container > .video-iframe-container { display: none; }#BeICikX6ZavAtIhXXm6I6CtSVLUuMupP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeICikX6ZavAtIhXXm6I6CtSVLUuMupP > .row > .video-iframe-container { display: none; }#BeICikX6ZavAtIhXXm6I6CtSVLUuMupP > .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); }#BeICikX6ZavAtIhXXm6I6CtSVLUuMupP > .row .container { border-width: 0; border-radius: 0; }#BeICikX6ZavAtIhXXm6I6CtSVLUuMupP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BeICikX6ZavAtIhXXm6I6CtSVLUuMupP > .row .container { font-size:14px;font-family:arial;height:260px;width:1200px;position:relative;display:block; }#oVkbZd83P1rpAOsCDTNqBXlngJnkqVdy { color:#55636f;display:block;width:935px;position:absolute;font-family:larken;font-size:40px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:121px;left:132.5px;height:104px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T9TpvsGZfOfdLDSO7pVfcLLTBRxp6FWa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T9TpvsGZfOfdLDSO7pVfcLLTBRxp6FWa > .row .container { background-color: transparent; background-image: none; }#T9TpvsGZfOfdLDSO7pVfcLLTBRxp6FWa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9TpvsGZfOfdLDSO7pVfcLLTBRxp6FWa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9TpvsGZfOfdLDSO7pVfcLLTBRxp6FWa > .row .container > .video-iframe-container { display: none; }#T9TpvsGZfOfdLDSO7pVfcLLTBRxp6FWa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9TpvsGZfOfdLDSO7pVfcLLTBRxp6FWa > .row > .video-iframe-container { display: none; }#T9TpvsGZfOfdLDSO7pVfcLLTBRxp6FWa > .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); }#T9TpvsGZfOfdLDSO7pVfcLLTBRxp6FWa > .row .container { border-width: 0; border-radius: 0; }#T9TpvsGZfOfdLDSO7pVfcLLTBRxp6FWa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9TpvsGZfOfdLDSO7pVfcLLTBRxp6FWa > .row .container { font-size:14px;font-family:arial;height:472px;width:1200px;position:relative;display:block; }#np75eVIwH6hiwIuFzmpBmtkwPUKF2ULb { color:#262627;display:block;width:362px;position:absolute;font-family:"noto sans";font-size:16px;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:134.3984375px;left:18.5px;height:163.125px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zJFBoyvnBoOUfdhZeO63DOTFR52Av8zx { color:#262627;display:block;width:355px;position:absolute;font-family:"noto sans";font-size:16px;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:134.3984375px;left:825px;height:271.875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TGbgtQgOaZNSIUvxLsQwPQZIGbErLyiR { position:absolute;display:block;z-index:15012;background-color:#b9c0ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5px;width:80px;top:34px;left:160px;display:block; }
#vVstpErP99J2X2HC6KDsPFTGnLf5DRei { position:absolute;display:block;z-index:15013;background-color:#b9c0ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5px;width:80px;top:34px;left:560px;display:block; }
#m6ixkymDI3tXsi1NxcuGFVHb3oXeDuT0 { position:absolute;display:block;z-index:15014;background-color:#b9c0ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5px;width:80px;top:34px;left:960px;display:block; }
#stfcofNcJky5pAGx5fQVqgLnyvyViVHL { color:#55636f;display:block;width:294px;position:absolute;font-family:larken;font-size:24px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:56.96875px;left:53px;height:62.375px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NyPOsB7msIKTzF08118LlcZa6aBtJCSK { color:#55636f;display:block;width:306px;position:absolute;font-family:larken;font-size:24px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:56.96875px;left:447px;height:62.375px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g6IumuvFXAFgs0SvGMll2OBFoXN74uUV { color:#55636f;display:block;width:287px;position:absolute;font-family:larken;font-size:24px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:56.96875px;left:856.5px;height:62.375px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kHLDcLFPgThwEGvNsuCoPEoavRgqATqx { color:#262627;display:block;width:371px;position:absolute;font-family:"noto sans";font-size:16px;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:135.1171875px;left:414.5px;height:299.062px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W8n4k9QyLtzo2BdK6uGbQ1g54W9G5bU1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W8n4k9QyLtzo2BdK6uGbQ1g54W9G5bU1 > .row .container { background-color: transparent; background-image: none; }#W8n4k9QyLtzo2BdK6uGbQ1g54W9G5bU1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8n4k9QyLtzo2BdK6uGbQ1g54W9G5bU1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8n4k9QyLtzo2BdK6uGbQ1g54W9G5bU1 > .row .container > .video-iframe-container { display: none; }#W8n4k9QyLtzo2BdK6uGbQ1g54W9G5bU1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8n4k9QyLtzo2BdK6uGbQ1g54W9G5bU1 > .row > .video-iframe-container { display: none; }#W8n4k9QyLtzo2BdK6uGbQ1g54W9G5bU1 > .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); }#W8n4k9QyLtzo2BdK6uGbQ1g54W9G5bU1 > .row .container { border-width: 0; border-radius: 0; }#W8n4k9QyLtzo2BdK6uGbQ1g54W9G5bU1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W8n4k9QyLtzo2BdK6uGbQ1g54W9G5bU1 > .row .container { font-size:14px;font-family:arial;height:721px;width:1200px;position:relative;display:block; }#qXOggg8sQsSqyQZ253viFulo4ocJir0Z { color:#55636f;display:block;width:558px;position:absolute;font-family:larken;font-size:40px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:128px;left:642px;height:104px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IZrLUttEpPTJS9qBlfHvdZUnDRTpIsfA { color:#000000;display:block;width:559px;position:absolute;font-family:"noto sans";font-size:18px;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:270.515625px;left:641px;height:292.75px;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#IZrLUttEpPTJS9qBlfHvdZUnDRTpIsfA li:not(:first-child){ padding-top:16px;padding-right:0;padding-bottom:0;padding-left:0; }#IZrLUttEpPTJS9qBlfHvdZUnDRTpIsfA li:before{  }
#bIds7UMqr8LJpOKDt2kiFrZ7bN2cePG6 { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:280px;width:553px;top:287px;left:0px;overflow:hidden;display:block; }
#eBTHcV3b6XwihehS0ZUkPWlbxszggT0N { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:302px;width:537px;top:128px;left:51px;overflow:hidden;display:block; }
#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69738d66-3c49-4556-9a48-81f4e344e08e/BeyondTheYogaStudio_Image_1.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9.adaptive-delivery-prevent-bg, #Srw6SghDp1WdX91TUNq4D4hZpLWZVll9.lazyload, #Srw6SghDp1WdX91TUNq4D4hZpLWZVll9.lazyloading { background-image: none; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row .container { background-color: transparent; background-image: none; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,38,39,0.7); }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row .container > .video-iframe-container { display: none; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,38,39,0.7); }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row > .video-iframe-container { display: none; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .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); }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row .container { border-width: 0; border-radius: 0; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row .container { font-size:14px;font-family:arial;height:856px;width:1200px;position:relative;display:block; }#T15JG1xlydsw7Uy3sKC1l2UrTDsOsEgK { color:#edebdf;display:block;width:695px;position:absolute;font-family:larken;font-size:64px;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 7px rgba(0,0,0,0.26);top:115.796875px;left:0px;height:211.172px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FqWrrn6GcVP0Jk2EZkGRGM8BUVU746d7 { color:#ffffff;display:block;width:500px;position:absolute;font-family:"noto sans";font-size:16px;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:310px;left:61px;height:27.1953px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SwalHsE3IIoaAw6ZOTgfkOkbdZP2ZAdn { color:#ffffff;display:block;width:596px;position:absolute;font-family:"noto sans";font-size:18px;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:375px;left:0px;height:259.1245px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qUFaSwpkX5y1SQ3424Sr5txJT7q9od9V { background-color:#e25021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 5px 5px 10px rgba(0,0,0,0.14) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:larken;font-size:24px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:244px;height:56px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:694px;left:0px;display:block; }
#tcXMweo6lVHytGKxE4zgTKtaescNsT7V { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#f5UaewzTmntmIWybZk6OwuKUHLWzfMOc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f5UaewzTmntmIWybZk6OwuKUHLWzfMOc > .row .container { background-color: transparent; background-image: none; }#f5UaewzTmntmIWybZk6OwuKUHLWzfMOc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5UaewzTmntmIWybZk6OwuKUHLWzfMOc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5UaewzTmntmIWybZk6OwuKUHLWzfMOc > .row .container > .video-iframe-container { display: none; }#f5UaewzTmntmIWybZk6OwuKUHLWzfMOc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5UaewzTmntmIWybZk6OwuKUHLWzfMOc > .row > .video-iframe-container { display: none; }#f5UaewzTmntmIWybZk6OwuKUHLWzfMOc > .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); }#f5UaewzTmntmIWybZk6OwuKUHLWzfMOc > .row .container { border-width: 0; border-radius: 0; }#f5UaewzTmntmIWybZk6OwuKUHLWzfMOc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f5UaewzTmntmIWybZk6OwuKUHLWzfMOc > .row .container { font-size:14px;font-family:arial;height:740px;width:1200px;position:relative;display:block; }#cifCskPqWZtOqcFhT7mfbstVUyFrPM9C { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #b9c0ad;border-left:4px solid #b9c0ad;border-right:4px solid #b9c0ad;border-bottom:4px solid #b9c0ad;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:398px;width:346px;top:282.1875px;left:23px;display:block; }
#TWwEMDLUvhtKQkp9Dcq2AZQJcdyClKvp { color:#262627;display:block;width:323px;position:absolute;font-family:"noto sans";font-size:16px;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:490.359375px;left:40px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#TWwEMDLUvhtKQkp9Dcq2AZQJcdyClKvp li:not(:first-child){ padding-top:16px;padding-right:0;padding-bottom:0;padding-left:0; }#TWwEMDLUvhtKQkp9Dcq2AZQJcdyClKvp li:before{  }
#s897ATdOseshzET8pk8kXuIkWD5IoHEA { color:#55636f;display:block;width:264px;position:absolute;font-family:larken;font-size:24px;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:403.140625px;left:68px;height:57.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pla6Itkgx037FRkNUswlwdJEn7nvgVb4 { color:#262627;display:block;width:302px;position:absolute;font-family:"noto sans";font-size:16px;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:490.359375px;left:448px;height:150.344px;font-style:normal;text-align:left;text-align-last:left;display:block; }#Pla6Itkgx037FRkNUswlwdJEn7nvgVb4 li:not(:first-child){ padding-top:16px;padding-right:0;padding-bottom:0;padding-left:0; }#Pla6Itkgx037FRkNUswlwdJEn7nvgVb4 li:before{  }
#NQi6R1cBU8wpbKMcX1Ls8yg2hEpmsSnn { color:#55636f;display:block;width:251px;position:absolute;font-family:larken;font-size:24px;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:403.140625px;left:474.5px;height:57.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H9hzMbQ3flcv0ZcxMMp74H8zehfVeA27 { color:#55636f;display:block;width:264px;position:absolute;font-family:larken;font-size:24px;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:403.140625px;left:868px;height:57.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LeSOR9hgZFaiTdSELrAGFTA9mkZBuwte { color:#55636f;display:block;width:625px;position:absolute;font-family:larken;font-size:40px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:117.09375px;left:287.5px;height:104px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eei59KnqZE8a2Vftyrx7RgwkSt9y0Kwx { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #b9c0ad;border-left:4px solid #b9c0ad;border-right:4px solid #b9c0ad;border-bottom:4px solid #b9c0ad;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:400px;width:346px;top:282.1875px;left:423px;display:block; }
#KH0Kt4JUQGJRkcJAv3mVcQncTgBpi6fA { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #b9c0ad;border-left:4px solid #b9c0ad;border-right:4px solid #b9c0ad;border-bottom:4px solid #b9c0ad;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:400px;width:346px;top:282.1875px;left:823px;display:block; }
#EKxvS2BKLxhd6uvEdrfuczmKRPwR5yfX { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:326.15625px;left:175px; }
#vAcmWxfeM08GBG7TsuAiuX0tRQaRgefF { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:326.15625px;left:975px; }
#XrT7QeP7fBfHZSUv3K5DGTWlklFDxiAf { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:326.15625px;left:575px; }
#vTuW0vt4UoxFKvkLHGC3I0e2LNyJWcXT { color:#262627;display:block;width:286px;position:absolute;font-family:"noto sans";font-size:16px;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:490.359375px;left:857px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#vTuW0vt4UoxFKvkLHGC3I0e2LNyJWcXT li:not(:first-child){ padding-top:16px;padding-right:0;padding-bottom:0;padding-left:0; }#vTuW0vt4UoxFKvkLHGC3I0e2LNyJWcXT li:before{  }
#wEkLVRcg7PtsyseBiMUtQgB1V9v8l6uw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wEkLVRcg7PtsyseBiMUtQgB1V9v8l6uw > .row .container { background-color: transparent; background-image: none; }#wEkLVRcg7PtsyseBiMUtQgB1V9v8l6uw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEkLVRcg7PtsyseBiMUtQgB1V9v8l6uw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEkLVRcg7PtsyseBiMUtQgB1V9v8l6uw > .row .container > .video-iframe-container { display: none; }#wEkLVRcg7PtsyseBiMUtQgB1V9v8l6uw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEkLVRcg7PtsyseBiMUtQgB1V9v8l6uw > .row > .video-iframe-container { display: none; }#wEkLVRcg7PtsyseBiMUtQgB1V9v8l6uw > .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); }#wEkLVRcg7PtsyseBiMUtQgB1V9v8l6uw > .row .container { border-width: 0; border-radius: 0; }#wEkLVRcg7PtsyseBiMUtQgB1V9v8l6uw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wEkLVRcg7PtsyseBiMUtQgB1V9v8l6uw > .row .container { font-size:14px;font-family:arial;height:199px;width:1200px;position:relative;display:block; }#v8QSUpe2XJBTytP4UGyDDCszxLHLJTTw { color:#55636f;display:block;width:1200px;position:absolute;font-family:larken;font-size:40px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:87px;left:0px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e2LTNHsVDTBWPEegwysfxUsDmSfh7nsT { position:absolute;display:block;z-index:15005;background-color:#b9c0ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5px;width:120px;top:159px;left:540px;display:block; }
#vRSUDpyDk7Dh6isT36UPpbukJkaBhlAB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vRSUDpyDk7Dh6isT36UPpbukJkaBhlAB > .row .container { background-color: transparent; background-image: none; }#vRSUDpyDk7Dh6isT36UPpbukJkaBhlAB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRSUDpyDk7Dh6isT36UPpbukJkaBhlAB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRSUDpyDk7Dh6isT36UPpbukJkaBhlAB > .row .container > .video-iframe-container { display: none; }#vRSUDpyDk7Dh6isT36UPpbukJkaBhlAB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRSUDpyDk7Dh6isT36UPpbukJkaBhlAB > .row > .video-iframe-container { display: none; }#vRSUDpyDk7Dh6isT36UPpbukJkaBhlAB > .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); }#vRSUDpyDk7Dh6isT36UPpbukJkaBhlAB > .row .container { border-width: 0; border-radius: 0; }#vRSUDpyDk7Dh6isT36UPpbukJkaBhlAB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vRSUDpyDk7Dh6isT36UPpbukJkaBhlAB > .row .container { font-size:14px;font-family:arial;height:90px;width:1200px;position:relative;display:block; }#K2dMK1oXgXJ4nTlyb2teIynxVF8Ao5OF { color:#55636f;display:block;width:762px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:31px;left:176px;height:28px;display:block; }
#eNtfJqZOTPgDhDAT51U28DTpFyI8hCGT { color:#b9c0ad;display:block;width:39px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:31px;left:986px;height:31.1875px;text-align:right;text-align-last:right;display:block; }
#C3wp0O1bb49TPF2s3sy9a7kQ2UoDlHAT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C3wp0O1bb49TPF2s3sy9a7kQ2UoDlHAT > .row .container { background-color: transparent; background-image: none; }#C3wp0O1bb49TPF2s3sy9a7kQ2UoDlHAT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3wp0O1bb49TPF2s3sy9a7kQ2UoDlHAT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3wp0O1bb49TPF2s3sy9a7kQ2UoDlHAT > .row .container > .video-iframe-container { display: none; }#C3wp0O1bb49TPF2s3sy9a7kQ2UoDlHAT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3wp0O1bb49TPF2s3sy9a7kQ2UoDlHAT > .row > .video-iframe-container { display: none; }#C3wp0O1bb49TPF2s3sy9a7kQ2UoDlHAT > .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); }#C3wp0O1bb49TPF2s3sy9a7kQ2UoDlHAT > .row .container { border-width: 0; border-radius: 0; }#C3wp0O1bb49TPF2s3sy9a7kQ2UoDlHAT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C3wp0O1bb49TPF2s3sy9a7kQ2UoDlHAT > .row .container { font-size:14px;font-family:arial;height:175px;width:1200px;position:relative;display:block; }#JRhDR4T2FmPeCD1ihsUxoJk9D4aTABkm { color:#262627;display:block;width:849px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:0px;left:175.5px;height:118.984px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z87uEaIR1WvhagtiGTXVeTePVTvUpgaM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z87uEaIR1WvhagtiGTXVeTePVTvUpgaM > .row .container { background-color: transparent; background-image: none; }#Z87uEaIR1WvhagtiGTXVeTePVTvUpgaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z87uEaIR1WvhagtiGTXVeTePVTvUpgaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z87uEaIR1WvhagtiGTXVeTePVTvUpgaM > .row .container > .video-iframe-container { display: none; }#Z87uEaIR1WvhagtiGTXVeTePVTvUpgaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z87uEaIR1WvhagtiGTXVeTePVTvUpgaM > .row > .video-iframe-container { display: none; }#Z87uEaIR1WvhagtiGTXVeTePVTvUpgaM > .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); }#Z87uEaIR1WvhagtiGTXVeTePVTvUpgaM > .row .container { border-width: 0; border-radius: 0; }#Z87uEaIR1WvhagtiGTXVeTePVTvUpgaM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z87uEaIR1WvhagtiGTXVeTePVTvUpgaM > .row .container { font-size:14px;font-family:arial;height:90px;width:1200px;position:relative;display:block; }#QZcTeyFauBL9RkgFI2HOzQbQdalos7m0 { color:#55636f;display:block;width:810px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:31px;left:176px;height:26px;display:block; }
#z3oWH5XG3IJn37umRqWNFviidv12HPEm { color:#b9c0ad;display:block;width:39px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:31px;left:986px;height:31.1875px;text-align:right;text-align-last:right;display:block; }
#S2lI70TCzoglTGV5EXH4VCalsg961IhN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S2lI70TCzoglTGV5EXH4VCalsg961IhN > .row .container { background-color: transparent; background-image: none; }#S2lI70TCzoglTGV5EXH4VCalsg961IhN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2lI70TCzoglTGV5EXH4VCalsg961IhN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2lI70TCzoglTGV5EXH4VCalsg961IhN > .row .container > .video-iframe-container { display: none; }#S2lI70TCzoglTGV5EXH4VCalsg961IhN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2lI70TCzoglTGV5EXH4VCalsg961IhN > .row > .video-iframe-container { display: none; }#S2lI70TCzoglTGV5EXH4VCalsg961IhN > .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); }#S2lI70TCzoglTGV5EXH4VCalsg961IhN > .row .container { border-width: 0; border-radius: 0; }#S2lI70TCzoglTGV5EXH4VCalsg961IhN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S2lI70TCzoglTGV5EXH4VCalsg961IhN > .row .container { font-size:14px;font-family:arial;height:196px;width:1200px;position:relative;display:block; }#fXApdfQOZMsEDEKTdoRbyH2orx0nDt0v { color:#262627;display:block;width:849px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:0px;left:175.5px;height:142.781px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#blHuNe8J67WAkm57T6cK1mO6iFe46iz9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#blHuNe8J67WAkm57T6cK1mO6iFe46iz9 > .row .container { background-color: transparent; background-image: none; }#blHuNe8J67WAkm57T6cK1mO6iFe46iz9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blHuNe8J67WAkm57T6cK1mO6iFe46iz9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blHuNe8J67WAkm57T6cK1mO6iFe46iz9 > .row .container > .video-iframe-container { display: none; }#blHuNe8J67WAkm57T6cK1mO6iFe46iz9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blHuNe8J67WAkm57T6cK1mO6iFe46iz9 > .row > .video-iframe-container { display: none; }#blHuNe8J67WAkm57T6cK1mO6iFe46iz9 > .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); }#blHuNe8J67WAkm57T6cK1mO6iFe46iz9 > .row .container { border-width: 0; border-radius: 0; }#blHuNe8J67WAkm57T6cK1mO6iFe46iz9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#blHuNe8J67WAkm57T6cK1mO6iFe46iz9 > .row .container { font-size:14px;font-family:arial;height:90px;width:1200px;position:relative;display:block; }#V4QBTcg89oILZtgbvSdGGot5xSHJgpxT { color:#55636f;display:block;width:799px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:31px;left:176px;height:28px;display:block; }
#NE1yAaGCcexrzDA2u4ZfO7TplJNyICLP { color:#b9c0ad;display:block;width:39px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:31px;left:986px;height:31.1875px;text-align:right;text-align-last:right;display:block; }
#Q6tf5iCILTN51yFeVR4iAnvfCGbIcWOM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q6tf5iCILTN51yFeVR4iAnvfCGbIcWOM > .row .container { background-color: transparent; background-image: none; }#Q6tf5iCILTN51yFeVR4iAnvfCGbIcWOM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6tf5iCILTN51yFeVR4iAnvfCGbIcWOM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6tf5iCILTN51yFeVR4iAnvfCGbIcWOM > .row .container > .video-iframe-container { display: none; }#Q6tf5iCILTN51yFeVR4iAnvfCGbIcWOM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6tf5iCILTN51yFeVR4iAnvfCGbIcWOM > .row > .video-iframe-container { display: none; }#Q6tf5iCILTN51yFeVR4iAnvfCGbIcWOM > .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); }#Q6tf5iCILTN51yFeVR4iAnvfCGbIcWOM > .row .container { border-width: 0; border-radius: 0; }#Q6tf5iCILTN51yFeVR4iAnvfCGbIcWOM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q6tf5iCILTN51yFeVR4iAnvfCGbIcWOM > .row .container { font-size:14px;font-family:arial;height:200px;width:1200px;position:relative;display:block; }#vSLegJisvW9i4GGSVEvigQVpHIooSa44 { color:#262627;display:block;width:849px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:0px;left:175.5px;height:142.781px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ukmBIoqUmHf4yM3NI62zvGIptcrXBn0A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ukmBIoqUmHf4yM3NI62zvGIptcrXBn0A > .row .container { background-color: transparent; background-image: none; }#ukmBIoqUmHf4yM3NI62zvGIptcrXBn0A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukmBIoqUmHf4yM3NI62zvGIptcrXBn0A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukmBIoqUmHf4yM3NI62zvGIptcrXBn0A > .row .container > .video-iframe-container { display: none; }#ukmBIoqUmHf4yM3NI62zvGIptcrXBn0A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukmBIoqUmHf4yM3NI62zvGIptcrXBn0A > .row > .video-iframe-container { display: none; }#ukmBIoqUmHf4yM3NI62zvGIptcrXBn0A > .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); }#ukmBIoqUmHf4yM3NI62zvGIptcrXBn0A > .row .container { border-width: 0; border-radius: 0; }#ukmBIoqUmHf4yM3NI62zvGIptcrXBn0A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ukmBIoqUmHf4yM3NI62zvGIptcrXBn0A > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#F8oafHQSTKq5xPf40AN88MfITMuxP2SN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F8oafHQSTKq5xPf40AN88MfITMuxP2SN > .row .container { background-color: transparent; background-image: none; }#F8oafHQSTKq5xPf40AN88MfITMuxP2SN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8oafHQSTKq5xPf40AN88MfITMuxP2SN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8oafHQSTKq5xPf40AN88MfITMuxP2SN > .row .container > .video-iframe-container { display: none; }#F8oafHQSTKq5xPf40AN88MfITMuxP2SN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8oafHQSTKq5xPf40AN88MfITMuxP2SN > .row > .video-iframe-container { display: none; }#F8oafHQSTKq5xPf40AN88MfITMuxP2SN > .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); }#F8oafHQSTKq5xPf40AN88MfITMuxP2SN > .row .container { border-width: 0; border-radius: 0; }#F8oafHQSTKq5xPf40AN88MfITMuxP2SN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F8oafHQSTKq5xPf40AN88MfITMuxP2SN > .row .container { font-size:14px;font-family:arial;height:685px;width:1200px;position:relative;display:block; }#UWkPRvSPHLNn5r6RSkC0UNZpsllWphMD { color:#262627;display:block;width:600px;position:absolute;font-family:"noto sans";font-size:18px;font-weight:300;z-index:15032;line-height:1.7;letter-spacing:0;top:152px;left:600px;height:397.7188px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pUfp57AwOoX8oXtfWHXGPzDgih9svtK7 { color:#55636f;display:block;width:567px;position:absolute;font-family:larken;font-size:50px;font-weight:300;z-index:15033;line-height:1.1;letter-spacing:0;top:0px;left:600px;height:110px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gzc6XhNv5DrPE5OBTUGnETzMnKSzrGD7 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:536px;width:536px;top:0px;left:0px;overflow:hidden;display:block; }
#SnbzGW57PJcxTfLy20TDhNpHT41flElP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SnbzGW57PJcxTfLy20TDhNpHT41flElP > .row .container { background-color: transparent; background-image: none; }#SnbzGW57PJcxTfLy20TDhNpHT41flElP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnbzGW57PJcxTfLy20TDhNpHT41flElP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnbzGW57PJcxTfLy20TDhNpHT41flElP > .row .container > .video-iframe-container { display: none; }#SnbzGW57PJcxTfLy20TDhNpHT41flElP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnbzGW57PJcxTfLy20TDhNpHT41flElP > .row > .video-iframe-container { display: none; }#SnbzGW57PJcxTfLy20TDhNpHT41flElP > .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); }#SnbzGW57PJcxTfLy20TDhNpHT41flElP > .row .container { border-width: 0; border-radius: 0; }#SnbzGW57PJcxTfLy20TDhNpHT41flElP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SnbzGW57PJcxTfLy20TDhNpHT41flElP > .row .container { font-size:14px;font-family:arial;height:1079px;width:1200px;position:relative;display:block; }#wVpKAtfZMPTCDTFq0hAuL78Rw3sTS81B { color:#55636f;display:block;width:603px;position:absolute;font-family:larken;font-size:40px;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:88px;left:294.5px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VGgcZb332M4Ipk7D9hoQ1IxIy7kpe7Zr { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #262627;border-left:4px solid #262627;border-right:4px solid #262627;border-bottom:4px solid #262627;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:347px;width:784px;top:201px;left:0px;display:block; }
#e9poJ1RCNN1ZRwklHO2kXrlx8g8c9xRa { color:#000000;display:block;width:545px;position:absolute;font-family:"noto sans";font-size:16px;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:326.125px;left:57px;height:163.125px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sifN6lLNERfW4DgkWo9BSDfU3zLIOSpI { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:209px;width:247px;top:263.796875px;left:562px;overflow:hidden;display:block; }
#Plxfev62khFwxSDydMiloaRXhv72hJKK { color:#262627;display:block;width:493px;position:absolute;font-family:"noto sans";font-size:22px;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:272px;left:57px;height:30.7969px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q5i9Ab3x3JUBwOtiWoP33JrRg75Cq6FT { position:absolute;display:block;z-index:15016;background-color:#55636f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #55636f;border-left:4px solid #55636f;border-right:4px solid #55636f;border-bottom:4px solid #55636f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:347px;width:384px;top:201px;left:808px;display:block; }
#lxpwiip1PZgCXniLbrZ0Sa0SMLkiGTTP { color:#ffffff;display:block;width:327px;position:absolute;font-family:"noto sans";font-size:22px;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:233px;left:845px;height:30.7969px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zoT17iKWq7z3Htyq32sXN2WqtdgAElTN { color:#ffffff;display:block;width:320px;position:absolute;font-family:"noto sans";font-size:16px;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:281.796875px;left:848.5px;height:244.688px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vpDfycamcc4GiVxHDZW4RQFS4T1m8s1V { position:absolute;display:block;z-index:15023;background-color:#262627;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #262627;border-left:4px solid #262627;border-right:4px solid #262627;border-bottom:4px solid #262627;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:377px;width:384px;top:575px;left:400px;display:block; }
#vHpsnO04wTEhmWSJAhI790wvFXDG1B7V { color:#ffffff;display:block;width:272px;position:absolute;font-family:"noto sans";font-size:22px;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:626px;left:463px;height:61.5938px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cLBQHBXLGixaxgzb6ArHsCzVrfvESh5v { color:#ffffff;display:block;width:294px;position:absolute;font-family:"noto sans";font-size:16px;font-weight:300;z-index:15026;line-height:1.7;letter-spacing:0;top:709px;left:463px;height:190.312px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qyvPsoIHT9p8bvPfMZDel64BoLzVCXdM { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:384px;width:384px;top:575px;left:0px;overflow:hidden;display:block; }
#Lmt7ioztEz7yXmE0lOD2GfbAgGSx3OqA { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #262627;border-left:4px solid #262627;border-right:4px solid #262627;border-bottom:4px solid #262627;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:377px;width:384px;top:575px;left:808px;display:block; }
#bOolCeG8vzltOsS6oIVTCNNxTHTQggyW { color:#000000;display:block;width:314px;position:absolute;font-family:"noto sans";font-size:16px;font-weight:300;z-index:15029;line-height:1.7;letter-spacing:0;top:679.796875px;left:847px;height:244.688px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V0zHZ00wZAoQToPpn2BEhKf2IsJG63ZC { color:#262627;display:block;width:272px;position:absolute;font-family:"noto sans";font-size:22px;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:626px;left:845px;height:30.7969px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b4yB70rhx1a7HiCGH0P6vcaRqaTwSEGs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cc313f;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; }#b4yB70rhx1a7HiCGH0P6vcaRqaTwSEGs > .row .container { background-color: transparent; background-image: none; }#b4yB70rhx1a7HiCGH0P6vcaRqaTwSEGs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4yB70rhx1a7HiCGH0P6vcaRqaTwSEGs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4yB70rhx1a7HiCGH0P6vcaRqaTwSEGs > .row .container > .video-iframe-container { display: none; }#b4yB70rhx1a7HiCGH0P6vcaRqaTwSEGs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4yB70rhx1a7HiCGH0P6vcaRqaTwSEGs > .row > .video-iframe-container { display: none; }#b4yB70rhx1a7HiCGH0P6vcaRqaTwSEGs > .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); }#b4yB70rhx1a7HiCGH0P6vcaRqaTwSEGs > .row .container { border-width: 0; border-radius: 0; }#b4yB70rhx1a7HiCGH0P6vcaRqaTwSEGs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b4yB70rhx1a7HiCGH0P6vcaRqaTwSEGs > .row .container { font-size:14px;font-family:arial;height:359px;width:1200px;position:relative;display:block; }#zJ872VudnfLVU8N7RrhZs4TnBThFQSZu { color:#ffffff;display:block;width:473px;position:absolute;font-family:larken;font-size:37px;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:89.8125px;left:400px;height:48.0957px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ACqTyrTh92u5wINyTuQfZG74C7Jkh6hF { color:#ffffff;display:block;width:723px;position:absolute;font-family:"noto sans";font-size:16px;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:162.6484375px;left:400px;height:108.75px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kTlPDhWGFmkaHM5her0CzX0QuXCb1xpT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:326px;width:344px;top:0px;left:18px;overflow:hidden;display:block; }
#tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE > .row .container { background-color: transparent; background-image: none; }#tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE > .row .container > .video-iframe-container { display: none; }#tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE > .row > .video-iframe-container { display: none; }#tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE > .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); }#tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE > .row .container { border-width: 0; border-radius: 0; }#tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE > .row .container { font-size:14px;font-family:arial;height:907px;width:1200px;position:relative;display:block; }#TSLINC7551p9JQcyfDoAg1gFXdlR3BFR { color:#55636f;display:block;width:609px;position:absolute;font-family:larken;font-size:46px;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:82.984375px;left:295.5px;height:59.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XDw7ez0ZFgqBUq8PL72yKx6QK5s67hs6 { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #0070b3;border-left:4px solid #0070b3;border-right:4px solid #0070b3;border-bottom:4px solid #0070b3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:605px;width:392px;top:226px;left:400px;display:block; }
#e2HxXlQwCK6U5V8C2m9Ma3u86y35rrZa { color:#262627;display:block;width:345px;position:absolute;font-family:"noto sans";font-size:16px;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:401px;left:427.5px;height:303.906px;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#e2HxXlQwCK6U5V8C2m9Ma3u86y35rrZa li:not(:first-child){ padding-top:16px;padding-right:0;padding-bottom:0;padding-left:0; }#e2HxXlQwCK6U5V8C2m9Ma3u86y35rrZa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dfdaf703-0e86-4efc-aea8-b56f397b0fd9/check_blue.png); }
#T8oBw91Emnc39Sp1W0igKtciX6C56ivn { position:absolute;display:block;z-index:15032;background-color:#0070b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4px;width:398px;top:365px;left:400px;display:block; }
#WihqJdWAKn1NIRtQb7J0LNhgUraf7yaX { color:rgba(0,0,0,0.6);display:block;width:191px;position:absolute;font-family:"noto sans";font-size:25px;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:268.75px;left:585px;height:37.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lX0wo6J6IOKWaDDH22NzFwidiZ9JFzfI { color:#000000;display:block;width:128px;position:absolute;font-family:"noto sans";font-size:50px;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:248px;left:457px;height:75px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NW4deMhBNOea1uH7uPOTLbXRUJROaclu { color:rgba(0,0,0,0.6);display:block;width:269px;position:absolute;font-family:"noto sans";font-size:16px;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:324px;left:465.5px;height:24px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uZKnnXMa6obJkoJVsdnvdNrSG3vsmGeF { color:#262627;display:block;width:475px;position:absolute;font-family:"noto sans";font-size:21px;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:154.796875px;left:362.5px;height:31.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bcXEGd5QzaGRZ55zTxSUhV2wMTTSyebT { background-color:#c42b36;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 5px 5px 10px rgba(0,0,0,0.14) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:larken;font-size:24px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:217px;height:56px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:738px;left:491.5px;display:block; }
#PWtXW3v0EOZ9dQ4ptnboAtdIehi2owfG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#nDahVVtmOHzLlGKZ9EzLLvqDdKruAiJi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.96);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; }#nDahVVtmOHzLlGKZ9EzLLvqDdKruAiJi > .row .container { background-color: transparent; background-image: none; }#nDahVVtmOHzLlGKZ9EzLLvqDdKruAiJi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDahVVtmOHzLlGKZ9EzLLvqDdKruAiJi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDahVVtmOHzLlGKZ9EzLLvqDdKruAiJi > .row .container > .video-iframe-container { display: none; }#nDahVVtmOHzLlGKZ9EzLLvqDdKruAiJi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDahVVtmOHzLlGKZ9EzLLvqDdKruAiJi > .row > .video-iframe-container { display: none; }#nDahVVtmOHzLlGKZ9EzLLvqDdKruAiJi > .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); }#nDahVVtmOHzLlGKZ9EzLLvqDdKruAiJi > .row .container { border-width: 0; border-radius: 0; }#nDahVVtmOHzLlGKZ9EzLLvqDdKruAiJi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nDahVVtmOHzLlGKZ9EzLLvqDdKruAiJi > .row .container { font-size:14px;font-family:arial;height:1140px;width:1200px;position:relative;display:block; }#TcQoG6iNcaAZEuH1GbQhp7rJT7bTpCiW { color:#55636f;display:block;width:731px;position:absolute;font-family:larken;font-size:40px;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:81px;left:234.5px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Aoef3hWphRWLoZ7Lhafew9N8H5lwLt0o { color:#ffffff;display:block;width:327px;position:absolute;font-family:"noto sans";font-size:22px;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:233px;left:845px;height:30.7969px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KwT4VtkMLODtpcEnrF2VUpC3NBt8dahc { color:#ffffff;display:block;width:320px;position:absolute;font-family:"noto sans";font-size:16px;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:281.796875px;left:848.5px;height:244.688px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dXyJBh0QhHHgR2pPFUt1JWlP12sSpHA1 { color:#ffffff;display:block;width:272px;position:absolute;font-family:"noto sans";font-size:22px;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:626px;left:463px;height:61.5938px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XfuTJ6LiwyfFZ7MnD2FsUV4Gv9ukJiNE { color:#ffffff;display:block;width:294px;position:absolute;font-family:"noto sans";font-size:16px;font-weight:300;z-index:15026;line-height:1.7;letter-spacing:0;top:709px;left:463px;height:190.312px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vJOR0ZnlRqDl2A7lJDZ7HFmhRXCfkGAU { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:383px;width:384px;top:577px;left:408px;overflow:hidden;display:block; }
#Bp6shSM9xnGycZxoqS64V5Jwz6vvpTRq { color:#000000;display:block;width:272px;position:absolute;font-family:"noto sans";font-size:22px;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:626px;left:845px;height:30.7969px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x29uWkSFP2QU17FDPLh6wD9oFrpN0cHu { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:383px;width:382px;top:577px;left:0px;overflow:hidden;display:block; }
#FuRSf6UVS0Wxiw4ZZ4N2gqaWdR014iHo { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:383px;width:381px;top:576px;left:819px;overflow:hidden;display:block; }
#ZVpdobbtAFbfczFmryFLuvz879aItJ1k { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:383px;width:380px;top:175.5px;left:820px;overflow:hidden;display:block; }
#aMefKXKLQTHnnnu46V5ETmfoRl1aSRL9 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:380px;width:380px;top:177px;left:410px;overflow:hidden;display:block; }
#ZBvKgc7pNVv6hwd1zeF4akvB5iBXUD2l { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:377px;width:380px;top:178.5px;left:0px;overflow:hidden;display:block; }
#Bngq3ElP6JaJfgaKxGopQSgQZJhTnN2x { background-color:#c42b36;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 5px 5px 10px rgba(0,0,0,0.14) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:larken;font-size:24px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:217px;height:56px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1012.5px;left:501.5px;display:block; }
#mnF7JlgQlrqgZnTEyPZvExPuKWXib1ih { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;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; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container { background-color: transparent; background-image: none; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container > .video-iframe-container { display: none; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row > .video-iframe-container { display: none; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .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); }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container { border-width: 0; border-radius: 0; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container { font-size:14px;font-family:arial;height:83px;width:1200px;position:relative;display:block; }#bbabTAMlepiTP4348d7dyzTvIK9VUIyF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44px;width:183px;top:19.5px;left:0px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zaUXNHsR5JncBEAZColX8f5FuaT90wag { display:block; }#zaUXNHsR5JncBEAZColX8f5FuaT90wag > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ff8D0IeN5PF5794mJS1yzWJyh8R6XFdM { top:26px;left:0px;width:195px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #h0vwhwhOmQrWo1CV8t8IHPJE2pTF5Bol { width:188px;height:48px;top:26px;left:576px;display:block; }
 }@media only screen and (max-width: 763px) { #LboaCPute8Td5LD51u7Qnf9fX9hEoKv9 { display:block; }
 }@media only screen and (max-width: 763px) { #UVXTtQkrLaRD7ogZdNq1PLE1d17BANFS { top:39px;left:608.5px;width:142px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #L5U48G2gQ6idnoqKkKDiKqsxTygAGSKq { top:39px;left:406.5px;width:165px;height:21px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD { display:block; }#y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VtNHdJNtaCp4ih4sd63muggbCkdl2wFw { top:0px;left:0px;width:764px;height:154px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #HKOV4GfE06NATdNrlxs7AaV34GHTgR76 { width:244px;height:56px;top:420px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EGguFK0WL9z8d0WBsTiPrRTnsbQSQ2df { display:block; }
 }@media only screen and (max-width: 763px) { #Pb4DuBLWGMQX3dg8fePpp5a7z5zmChwL { top:456px;left:138px;width:244px;height:280px;display:block; }
 }@media only screen and (max-width: 763px) { #ro1ve81ilX6kslySmmh4WmeR0FrJmVA8 { top:163px;left:0px;width:312px;height:34px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #keAbE9zF1heqVeUPPDD8pL7X7T1EKedU { top:242px;left:0px;width:544px;height:120px;font-size:16px;display:block; }#keAbE9zF1heqVeUPPDD8pL7X7T1EKedU li:before{  }
 }@media only screen and (max-width: 763px) { #U1ICzZMUIqkP3BThdoVveDM1m5VMzoW9 { top:219px;left:0px;width:577px;height:166px;display:block; }
 }@media only screen and (max-width: 763px) { #HG6z4Bv3rzDloTVxBQsaoonToyMuf57q { top:160px;left:0px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #BeICikX6ZavAtIhXXm6I6CtSVLUuMupP { display:block; }#BeICikX6ZavAtIhXXm6I6CtSVLUuMupP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oVkbZd83P1rpAOsCDTNqBXlngJnkqVdy { top:121px;left:0px;width:764px;height:104px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #T9TpvsGZfOfdLDSO7pVfcLLTBRxp6FWa { display:block; }#T9TpvsGZfOfdLDSO7pVfcLLTBRxp6FWa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #np75eVIwH6hiwIuFzmpBmtkwPUKF2ULb { top:134px;left:0px;width:362px;height:163px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zJFBoyvnBoOUfdhZeO63DOTFR52Av8zx { top:134px;left:407px;width:355px;height:271px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TGbgtQgOaZNSIUvxLsQwPQZIGbErLyiR { top:34px;left:87px;width:80px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #vVstpErP99J2X2HC6KDsPFTGnLf5DRei { top:34px;left:341px;width:80px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #m6ixkymDI3tXsi1NxcuGFVHb3oXeDuT0 { top:34px;left:595px;width:80px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #stfcofNcJky5pAGx5fQVqgLnyvyViVHL { top:56px;left:0px;width:294px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #NyPOsB7msIKTzF08118LlcZa6aBtJCSK { top:56px;left:202px;width:306px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #g6IumuvFXAFgs0SvGMll2OBFoXN74uUV { top:56px;left:475px;width:287px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #kHLDcLFPgThwEGvNsuCoPEoavRgqATqx { top:135px;left:137px;width:371px;height:299px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #W8n4k9QyLtzo2BdK6uGbQ1g54W9G5bU1 { display:block; }#W8n4k9QyLtzo2BdK6uGbQ1g54W9G5bU1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXOggg8sQsSqyQZ253viFulo4ocJir0Z { top:128px;left:206px;width:558px;height:104px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #IZrLUttEpPTJS9qBlfHvdZUnDRTpIsfA { top:270px;left:205px;width:559px;height:;font-size:18px;display:block; }#IZrLUttEpPTJS9qBlfHvdZUnDRTpIsfA li:before{  }
 }@media only screen and (max-width: 763px) { #bIds7UMqr8LJpOKDt2kiFrZ7bN2cePG6 { top:287px;left:0px;width:553px;height:280px;display:block; }
 }@media only screen and (max-width: 763px) { #eBTHcV3b6XwihehS0ZUkPWlbxszggT0N { top:128px;left:0px;width:537px;height:302px;display:block; }
 }@media only screen and (max-width: 763px) { #Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 { display:block; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T15JG1xlydsw7Uy3sKC1l2UrTDsOsEgK { top:115px;left:0px;width:695px;height:211px;font-size:64px;display:block; }
 }@media only screen and (max-width: 763px) { #FqWrrn6GcVP0Jk2EZkGRGM8BUVU746d7 { top:310px;left:0px;width:500px;height:27px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SwalHsE3IIoaAw6ZOTgfkOkbdZP2ZAdn { top:375px;left:0px;width:596px;height:259px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qUFaSwpkX5y1SQ3424Sr5txJT7q9od9V { width:244px;height:56px;top:694px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tcXMweo6lVHytGKxE4zgTKtaescNsT7V { display:block; }
 }@media only screen and (max-width: 763px) { #f5UaewzTmntmIWybZk6OwuKUHLWzfMOc { display:block; }#f5UaewzTmntmIWybZk6OwuKUHLWzfMOc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cifCskPqWZtOqcFhT7mfbstVUyFrPM9C { top:282px;left:0px;width:346px;height:398px;display:block; }
 }@media only screen and (max-width: 763px) { #TWwEMDLUvhtKQkp9Dcq2AZQJcdyClKvp { top:490px;left:0px;width:323px;height:;font-size:16px;display:block; }#TWwEMDLUvhtKQkp9Dcq2AZQJcdyClKvp li:before{  }
 }@media only screen and (max-width: 763px) { #s897ATdOseshzET8pk8kXuIkWD5IoHEA { top:403px;left:0px;width:264px;height:57px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Pla6Itkgx037FRkNUswlwdJEn7nvgVb4 { top:490px;left:206px;width:302px;height:;font-size:16px;display:block; }#Pla6Itkgx037FRkNUswlwdJEn7nvgVb4 li:before{  }
 }@media only screen and (max-width: 763px) { #NQi6R1cBU8wpbKMcX1Ls8yg2hEpmsSnn { top:403px;left:255.5px;width:251px;height:57px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #H9hzMbQ3flcv0ZcxMMp74H8zehfVeA27 { top:403px;left:498px;width:264px;height:57px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #LeSOR9hgZFaiTdSELrAGFTA9mkZBuwte { top:117px;left:0px;width:625px;height:104px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #eei59KnqZE8a2Vftyrx7RgwkSt9y0Kwx { top:282px;left:154px;width:346px;height:400px;display:block; }
 }@media only screen and (max-width: 763px) { #KH0Kt4JUQGJRkcJAv3mVcQncTgBpi6fA { top:282px;left:408px;width:346px;height:400px;display:block; }
 }@media only screen and (max-width: 763px) { #EKxvS2BKLxhd6uvEdrfuczmKRPwR5yfX { top:326px;left:102px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #vAcmWxfeM08GBG7TsuAiuX0tRQaRgefF { top:326px;left:610px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #XrT7QeP7fBfHZSUv3K5DGTWlklFDxiAf { top:326px;left:356px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #vTuW0vt4UoxFKvkLHGC3I0e2LNyJWcXT { top:490px;left:476px;width:286px;height:;font-size:16px;display:block; }#vTuW0vt4UoxFKvkLHGC3I0e2LNyJWcXT li:before{  }
 }@media only screen and (max-width: 763px) { #wEkLVRcg7PtsyseBiMUtQgB1V9v8l6uw { display:block; }#wEkLVRcg7PtsyseBiMUtQgB1V9v8l6uw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8QSUpe2XJBTytP4UGyDDCszxLHLJTTw { top:87px;left:0px;width:764px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #e2LTNHsVDTBWPEegwysfxUsDmSfh7nsT { top:159px;left:322px;width:120px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #vRSUDpyDk7Dh6isT36UPpbukJkaBhlAB { display:block; }#vRSUDpyDk7Dh6isT36UPpbukJkaBhlAB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2dMK1oXgXJ4nTlyb2teIynxVF8Ao5OF { top:31px;left:0px;width:762px;height:28px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #eNtfJqZOTPgDhDAT51U28DTpFyI8hCGT { top:31px;left:725px;width:39px;height:0;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #C3wp0O1bb49TPF2s3sy9a7kQ2UoDlHAT { display:block; }#C3wp0O1bb49TPF2s3sy9a7kQ2UoDlHAT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRhDR4T2FmPeCD1ihsUxoJk9D4aTABkm { top:0px;left:0px;width:764px;height:142px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Z87uEaIR1WvhagtiGTXVeTePVTvUpgaM { display:block; }#Z87uEaIR1WvhagtiGTXVeTePVTvUpgaM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZcTeyFauBL9RkgFI2HOzQbQdalos7m0 { top:31px;left:0px;width:764px;height:26px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #z3oWH5XG3IJn37umRqWNFviidv12HPEm { top:31px;left:725px;width:39px;height:0;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #S2lI70TCzoglTGV5EXH4VCalsg961IhN { display:block; }#S2lI70TCzoglTGV5EXH4VCalsg961IhN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXApdfQOZMsEDEKTdoRbyH2orx0nDt0v { top:0px;left:0px;width:764px;height:166px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #blHuNe8J67WAkm57T6cK1mO6iFe46iz9 { display:block; }#blHuNe8J67WAkm57T6cK1mO6iFe46iz9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4QBTcg89oILZtgbvSdGGot5xSHJgpxT { top:31px;left:0px;width:764px;height:28px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #NE1yAaGCcexrzDA2u4ZfO7TplJNyICLP { top:31px;left:725px;width:39px;height:0;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Q6tf5iCILTN51yFeVR4iAnvfCGbIcWOM { display:block; }#Q6tf5iCILTN51yFeVR4iAnvfCGbIcWOM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSLegJisvW9i4GGSVEvigQVpHIooSa44 { top:0px;left:0px;width:764px;height:166px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ukmBIoqUmHf4yM3NI62zvGIptcrXBn0A { display:block; }#ukmBIoqUmHf4yM3NI62zvGIptcrXBn0A > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8oafHQSTKq5xPf40AN88MfITMuxP2SN { display:block; }#F8oafHQSTKq5xPf40AN88MfITMuxP2SN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWkPRvSPHLNn5r6RSkC0UNZpsllWphMD { top:152px;left:164px;width:600px;height:428px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #pUfp57AwOoX8oXtfWHXGPzDgih9svtK7 { top:0px;left:197px;width:567px;height:110px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #gzc6XhNv5DrPE5OBTUGnETzMnKSzrGD7 { top:0px;left:0px;width:536px;height:536px;display:block; }
 }@media only screen and (max-width: 763px) { #SnbzGW57PJcxTfLy20TDhNpHT41flElP { display:block; }#SnbzGW57PJcxTfLy20TDhNpHT41flElP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVpKAtfZMPTCDTFq0hAuL78Rw3sTS81B { top:88px;left:0px;width:603px;height:52px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #VGgcZb332M4Ipk7D9hoQ1IxIy7kpe7Zr { top:201px;left:0px;width:756px;height:347px;display:block; }
 }@media only screen and (max-width: 763px) { #e9poJ1RCNN1ZRwklHO2kXrlx8g8c9xRa { top:326px;left:0px;width:545px;height:163px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sifN6lLNERfW4DgkWo9BSDfU3zLIOSpI { top:263px;left:261px;width:247px;height:209px;display:block; }
 }@media only screen and (max-width: 763px) { #Plxfev62khFwxSDydMiloaRXhv72hJKK { top:272px;left:0px;width:493px;height:30px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Q5i9Ab3x3JUBwOtiWoP33JrRg75Cq6FT { top:201px;left:372px;width:384px;height:347px;display:block; }
 }@media only screen and (max-width: 763px) { #lxpwiip1PZgCXniLbrZ0Sa0SMLkiGTTP { top:233px;left:437px;width:327px;height:31px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #zoT17iKWq7z3Htyq32sXN2WqtdgAElTN { top:281px;left:442px;width:320px;height:244px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vpDfycamcc4GiVxHDZW4RQFS4T1m8s1V { top:575px;left:116px;width:384px;height:377px;display:block; }
 }@media only screen and (max-width: 763px) { #vHpsnO04wTEhmWSJAhI790wvFXDG1B7V { top:626px;left:236px;width:272px;height:61px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #cLBQHBXLGixaxgzb6ArHsCzVrfvESh5v { top:709px;left:214px;width:294px;height:190px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qyvPsoIHT9p8bvPfMZDel64BoLzVCXdM { top:575px;left:0px;width:384px;height:384px;display:block; }
 }@media only screen and (max-width: 763px) { #Lmt7ioztEz7yXmE0lOD2GfbAgGSx3OqA { top:575px;left:370px;width:384px;height:377px;display:block; }
 }@media only screen and (max-width: 763px) { #bOolCeG8vzltOsS6oIVTCNNxTHTQggyW { top:679px;left:448px;width:314px;height:244px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #V0zHZ00wZAoQToPpn2BEhKf2IsJG63ZC { top:626px;left:490px;width:272px;height:30px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #b4yB70rhx1a7HiCGH0P6vcaRqaTwSEGs { display:block; }#b4yB70rhx1a7HiCGH0P6vcaRqaTwSEGs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJ872VudnfLVU8N7RrhZs4TnBThFQSZu { top:89px;left:35px;width:473px;height:48px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #ACqTyrTh92u5wINyTuQfZG74C7Jkh6hF { top:162px;left:0px;width:723px;height:108px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kTlPDhWGFmkaHM5her0CzX0QuXCb1xpT { top:0px;left:0px;width:344px;height:326px;display:block; }
 }@media only screen and (max-width: 763px) { #tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE { display:block; }#tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSLINC7551p9JQcyfDoAg1gFXdlR3BFR { top:82px;left:0px;width:609px;height:59px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #XDw7ez0ZFgqBUq8PL72yKx6QK5s67hs6 { top:226px;left:108px;width:392px;height:605px;display:block; }
 }@media only screen and (max-width: 763px) { #e2HxXlQwCK6U5V8C2m9Ma3u86y35rrZa { top:401px;left:163px;width:345px;height:;font-size:16px;display:block; }#e2HxXlQwCK6U5V8C2m9Ma3u86y35rrZa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dfdaf703-0e86-4efc-aea8-b56f397b0fd9/check_blue.png); }
 }@media only screen and (max-width: 763px) { #T8oBw91Emnc39Sp1W0igKtciX6C56ivn { top:365px;left:116px;width:398px;height:4px;display:block; }
 }@media only screen and (max-width: 763px) { #WihqJdWAKn1NIRtQb7J0LNhgUraf7yaX { top:268px;left:317px;width:191px;height:37px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #lX0wo6J6IOKWaDDH22NzFwidiZ9JFzfI { top:248px;left:254px;width:128px;height:75px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #NW4deMhBNOea1uH7uPOTLbXRUJROaclu { top:324px;left:239px;width:269px;height:24px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #uZKnnXMa6obJkoJVsdnvdNrSG3vsmGeF { top:154px;left:0px;width:475px;height:31px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bcXEGd5QzaGRZ55zTxSUhV2wMTTSyebT { width:217px;height:56px;top:738px;left:272.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PWtXW3v0EOZ9dQ4ptnboAtdIehi2owfG { display:block; }
 }@media only screen and (max-width: 763px) { #nDahVVtmOHzLlGKZ9EzLLvqDdKruAiJi { display:block; }#nDahVVtmOHzLlGKZ9EzLLvqDdKruAiJi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcQoG6iNcaAZEuH1GbQhp7rJT7bTpCiW { top:81px;left:0px;width:731px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Aoef3hWphRWLoZ7Lhafew9N8H5lwLt0o { top:233px;left:437px;width:327px;height:31px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #KwT4VtkMLODtpcEnrF2VUpC3NBt8dahc { top:281px;left:442px;width:320px;height:244px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dXyJBh0QhHHgR2pPFUt1JWlP12sSpHA1 { top:626px;left:236px;width:272px;height:61px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #XfuTJ6LiwyfFZ7MnD2FsUV4Gv9ukJiNE { top:709px;left:214px;width:294px;height:190px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vJOR0ZnlRqDl2A7lJDZ7HFmhRXCfkGAU { top:577px;left:124px;width:384px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #Bp6shSM9xnGycZxoqS64V5Jwz6vvpTRq { top:626px;left:490px;width:272px;height:30px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #x29uWkSFP2QU17FDPLh6wD9oFrpN0cHu { top:577px;left:0px;width:382px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #FuRSf6UVS0Wxiw4ZZ4N2gqaWdR014iHo { top:576px;left:381px;width:381px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #ZVpdobbtAFbfczFmryFLuvz879aItJ1k { top:175px;left:382px;width:380px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #aMefKXKLQTHnnnu46V5ETmfoRl1aSRL9 { top:177px;left:128px;width:380px;height:380px;display:block; }
 }@media only screen and (max-width: 763px) { #ZBvKgc7pNVv6hwd1zeF4akvB5iBXUD2l { top:178px;left:0px;width:380px;height:377px;display:block; }
 }@media only screen and (max-width: 763px) { #Bngq3ElP6JaJfgaKxGopQSgQZJhTnN2x { width:217px;height:56px;top:1012px;left:282.5px;display:block; }
 }@media only screen and (max-width: 763px) { #mnF7JlgQlrqgZnTEyPZvExPuKWXib1ih { display:block; }
 }@media only screen and (max-width: 763px) { #gSZhwNneFZ646Oemgbi6czcMCzgJPUAF { display:block; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbabTAMlepiTP4348d7dyzTvIK9VUIyF { top:19px;left:0px;width:183px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zaUXNHsR5JncBEAZColX8f5FuaT90wag { display:block; }#zaUXNHsR5JncBEAZColX8f5FuaT90wag > .row .container { width:320px;height:86px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ff8D0IeN5PF5794mJS1yzWJyh8R6XFdM { width:198px;height:48px;top:17px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #h0vwhwhOmQrWo1CV8t8IHPJE2pTF5Bol { width:188px;height:48px;top:12px;left:132px;display:none; }
 }@media only screen and (max-width: 763px) { #LboaCPute8Td5LD51u7Qnf9fX9hEoKv9 { display:block; }
 }@media only screen and (max-width: 763px) { #UVXTtQkrLaRD7ogZdNq1PLE1d17BANFS { width:142px;height:0;top:125.7969px;left:89px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #L5U48G2gQ6idnoqKkKDiKqsxTygAGSKq { width:165px;height:0;top:85px;left:77px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD { background-color:#b9c0ad;background-image:url("https://images.assets-landingi.com/uc/d9762133-f440-4338-ab12-812c74e5f09a/MeditationLearningPathwayLPImage.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD.adaptive-delivery-prevent-bg, #y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD.lazyload, #y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD.lazyloading { background-image: none; }#y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD > .row .container { background-color: transparent; background-image: none; }#y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD > .row .container > .video-iframe-container { display: none; }#y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD > .row > .video-iframe-container { display: none; }#y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD > .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); }#y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD > .row .container { border-width: 0; border-radius: 0; }#y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y1r0pa24GfM1QpDt8mw1IiRdSoeabiUD > .row .container { width:320px;height:674px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VtNHdJNtaCp4ih4sd63muggbCkdl2wFw { width:320px;height:88px;top:36.1875px;left:0px;font-size:40px;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HKOV4GfE06NATdNrlxs7AaV34GHTgR76 { width:217px;height:55px;top:448.9375px;left:51.5px;display:block; }
 }@media only screen and (max-width: 763px) { #EGguFK0WL9z8d0WBsTiPrRTnsbQSQ2df { display:block; }
 }@media only screen and (max-width: 763px) { #Pb4DuBLWGMQX3dg8fePpp5a7z5zmChwL { width:119px;height:137px;top:812.734375px;left:0px;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #ro1ve81ilX6kslySmmh4WmeR0FrJmVA8 { width:272px;height:24px;top:177.1875px;left:24px;font-size:16px;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #keAbE9zF1heqVeUPPDD8pL7X7T1EKedU { width:296px;height:186.75px;top:244.1875px;left:13px;font-size:14px;text-align:left;text-align-last:left;display:block; }#keAbE9zF1heqVeUPPDD8pL7X7T1EKedU li:before{  }
 }@media only screen and (max-width: 763px) { #U1ICzZMUIqkP3BThdoVveDM1m5VMzoW9 { width:320px;height:242px;top:226.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HG6z4Bv3rzDloTVxBQsaoonToyMuf57q { display:flex;width:40px;height:40px;top:133.1875px;left:140px; }
 }@media only screen and (max-width: 763px) { #BeICikX6ZavAtIhXXm6I6CtSVLUuMupP { display:block; }#BeICikX6ZavAtIhXXm6I6CtSVLUuMupP > .row .container { width:320px;height:218px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oVkbZd83P1rpAOsCDTNqBXlngJnkqVdy { width:320px;height:140.375px;top:55px;left:0px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T9TpvsGZfOfdLDSO7pVfcLLTBRxp6FWa { display:block; }#T9TpvsGZfOfdLDSO7pVfcLLTBRxp6FWa > .row .container { width:320px;height:1486px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #np75eVIwH6hiwIuFzmpBmtkwPUKF2ULb { width:297px;height:217.5px;top:158.5625px;left:11.5px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJFBoyvnBoOUfdhZeO63DOTFR52Av8zx { width:314px;height:299.062px;top:1125.625px;left:2px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGbgtQgOaZNSIUvxLsQwPQZIGbErLyiR { width:80px;height:5px;top:20px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #vVstpErP99J2X2HC6KDsPFTGnLf5DRei { width:80px;height:5px;top:424.0625px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #m6ixkymDI3tXsi1NxcuGFVHb3oXeDuT0 { width:80px;height:5px;top:988.063px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #stfcofNcJky5pAGx5fQVqgLnyvyViVHL { width:225px;height:93.5625px;top:45px;left:47px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NyPOsB7msIKTzF08118LlcZa6aBtJCSK { width:250px;height:93.5625px;top:451.0625px;left:35px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g6IumuvFXAFgs0SvGMll2OBFoXN74uUV { width:227px;height:93.5625px;top:1013.063px;left:46px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kHLDcLFPgThwEGvNsuCoPEoavRgqATqx { width:302px;height:380.625px;top:563.625px;left:9px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W8n4k9QyLtzo2BdK6uGbQ1g54W9G5bU1 { display:block; }#W8n4k9QyLtzo2BdK6uGbQ1g54W9G5bU1 > .row .container { width:320px;height:824px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXOggg8sQsSqyQZ253viFulo4ocJir0Z { width:287px;height:67.5938px;top:206px;left:16.5px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IZrLUttEpPTJS9qBlfHvdZUnDRTpIsfA { width:297px;height:483px;top:300px;left:11px;font-size:16px;text-align:left;text-align-last:left;display:block; }#IZrLUttEpPTJS9qBlfHvdZUnDRTpIsfA li:before{  }
 }@media only screen and (max-width: 763px) { #bIds7UMqr8LJpOKDt2kiFrZ7bN2cePG6 { width:249px;height:127px;top:20px;left:35px;display:none; }
 }@media only screen and (max-width: 763px) { #eBTHcV3b6XwihehS0ZUkPWlbxszggT0N { width:320px;height:180px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69738d66-3c49-4556-9a48-81f4e344e08e/BeyondTheYogaStudio_Image_1.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9.adaptive-delivery-prevent-bg, #Srw6SghDp1WdX91TUNq4D4hZpLWZVll9.lazyload, #Srw6SghDp1WdX91TUNq4D4hZpLWZVll9.lazyloading { background-image: none; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row .container { background-color: transparent; background-image: none; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row .container > .video-iframe-container { display: none; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row > .video-iframe-container { display: none; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .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); }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row .container { border-width: 0; border-radius: 0; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row .container { width:320px;height:703px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T15JG1xlydsw7Uy3sKC1l2UrTDsOsEgK { width:319px;height:154px;top:49.1875px;left:0px;font-size:35px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FqWrrn6GcVP0Jk2EZkGRGM8BUVU746d7 { width:320px;height:27.1953px;top:175px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SwalHsE3IIoaAw6ZOTgfkOkbdZP2ZAdn { width:304px;height:302.2505px;top:235px;left:0px;font-size:14px;z-index:15005;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qUFaSwpkX5y1SQ3424Sr5txJT7q9od9V { width:244px;height:56px;top:580.046875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tcXMweo6lVHytGKxE4zgTKtaescNsT7V { display:block; }
 }@media only screen and (max-width: 763px) { #f5UaewzTmntmIWybZk6OwuKUHLWzfMOc { display:block; }#f5UaewzTmntmIWybZk6OwuKUHLWzfMOc > .row .container { width:320px;height:1498px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cifCskPqWZtOqcFhT7mfbstVUyFrPM9C { width:312px;height:384px;top:234.765625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TWwEMDLUvhtKQkp9Dcq2AZQJcdyClKvp { width:287px;height:166.344px;top:422.9375px;left:15px;font-size:16px;display:block; }#TWwEMDLUvhtKQkp9Dcq2AZQJcdyClKvp li:before{  }
 }@media only screen and (max-width: 763px) { #s897ATdOseshzET8pk8kXuIkWD5IoHEA { width:264px;height:62.375px;top:339.734375px;left:28px;font-size:24px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Pla6Itkgx037FRkNUswlwdJEn7nvgVb4 { width:277px;height:172.734px;top:850px;left:23px;font-size:16px;display:block; }#Pla6Itkgx037FRkNUswlwdJEn7nvgVb4 li:before{  }
 }@media only screen and (max-width: 763px) { #NQi6R1cBU8wpbKMcX1Ls8yg2hEpmsSnn { width:264px;height:62.375px;top:764px;left:28px;font-size:24px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #H9hzMbQ3flcv0ZcxMMp74H8zehfVeA27 { width:264px;height:62.375px;top:1201px;left:28px;font-size:24px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LeSOR9hgZFaiTdSELrAGFTA9mkZBuwte { width:303px;height:124.781px;top:80px;left:8px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eei59KnqZE8a2Vftyrx7RgwkSt9y0Kwx { width:312px;height:402px;top:652px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KH0Kt4JUQGJRkcJAv3mVcQncTgBpi6fA { width:312px;height:395px;top:1091px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EKxvS2BKLxhd6uvEdrfuczmKRPwR5yfX { display:flex;width:50px;height:50px;top:272.734375px;left:135px; }
 }@media only screen and (max-width: 763px) { #vAcmWxfeM08GBG7TsuAiuX0tRQaRgefF { display:flex;width:50px;height:50px;top:1140px;left:135px; }
 }@media only screen and (max-width: 763px) { #XrT7QeP7fBfHZSUv3K5DGTWlklFDxiAf { display:flex;width:50px;height:50px;top:696px;left:135px; }
 }@media only screen and (max-width: 763px) { #vTuW0vt4UoxFKvkLHGC3I0e2LNyJWcXT { width:286px;height:159.953px;top:1290px;left:17px;font-size:16px;display:block; }#vTuW0vt4UoxFKvkLHGC3I0e2LNyJWcXT li:before{  }
 }@media only screen and (max-width: 763px) { #wEkLVRcg7PtsyseBiMUtQgB1V9v8l6uw { display:block; }#wEkLVRcg7PtsyseBiMUtQgB1V9v8l6uw > .row .container { width:320px;height:168px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8QSUpe2XJBTytP4UGyDDCszxLHLJTTw { width:320px;height:39px;top:77px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #e2LTNHsVDTBWPEegwysfxUsDmSfh7nsT { width:120px;height:3px;top:135px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #vRSUDpyDk7Dh6isT36UPpbukJkaBhlAB { display:block; }#vRSUDpyDk7Dh6isT36UPpbukJkaBhlAB > .row .container { width:320px;height:108px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2dMK1oXgXJ4nTlyb2teIynxVF8Ao5OF { width:291px;height:76.5px;top:12px;left:0px;font-size:17px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eNtfJqZOTPgDhDAT51U28DTpFyI8hCGT { width:39px;height:31.1953px;top:34.40625px;left:281px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #C3wp0O1bb49TPF2s3sy9a7kQ2UoDlHAT { display:block; }#C3wp0O1bb49TPF2s3sy9a7kQ2UoDlHAT > .row .container { width:320px;height:400px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRhDR4T2FmPeCD1ihsUxoJk9D4aTABkm { width:320px;height:380.75px;top:0px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Z87uEaIR1WvhagtiGTXVeTePVTvUpgaM { display:block; }#Z87uEaIR1WvhagtiGTXVeTePVTvUpgaM > .row .container { width:320px;height:106px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZcTeyFauBL9RkgFI2HOzQbQdalos7m0 { width:249px;height:76.5px;top:14px;left:0px;font-size:17px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #z3oWH5XG3IJn37umRqWNFviidv12HPEm { width:39px;height:31.1953px;top:38.90625px;left:281px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #S2lI70TCzoglTGV5EXH4VCalsg961IhN { display:block; }#S2lI70TCzoglTGV5EXH4VCalsg961IhN > .row .container { width:320px;height:447px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXApdfQOZMsEDEKTdoRbyH2orx0nDt0v { width:320px;height:428.344px;top:0px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #blHuNe8J67WAkm57T6cK1mO6iFe46iz9 { display:block; }#blHuNe8J67WAkm57T6cK1mO6iFe46iz9 > .row .container { width:320px;height:83px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4QBTcg89oILZtgbvSdGGot5xSHJgpxT { width:290px;height:51px;top:13px;left:0px;font-size:17px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NE1yAaGCcexrzDA2u4ZfO7TplJNyICLP { width:39px;height:31.1875px;top:22.90625px;left:281px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Q6tf5iCILTN51yFeVR4iAnvfCGbIcWOM { display:block; }#Q6tf5iCILTN51yFeVR4iAnvfCGbIcWOM > .row .container { width:320px;height:471px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSLegJisvW9i4GGSVEvigQVpHIooSa44 { width:320px;height:452.141px;top:0px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ukmBIoqUmHf4yM3NI62zvGIptcrXBn0A { display:block; }#ukmBIoqUmHf4yM3NI62zvGIptcrXBn0A > .row .container { width:320px;height:69px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8oafHQSTKq5xPf40AN88MfITMuxP2SN { display:block; }#F8oafHQSTKq5xPf40AN88MfITMuxP2SN > .row .container { width:320px;height:1088px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWkPRvSPHLNn5r6RSkC0UNZpsllWphMD { width:303px;height:652.5005px;top:412.546875px;left:8.5px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pUfp57AwOoX8oXtfWHXGPzDgih9svtK7 { width:263px;height:105.562px;top:287px;left:28.5px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gzc6XhNv5DrPE5OBTUGnETzMnKSzrGD7 { width:260px;height:260px;top:0px;left:30px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SnbzGW57PJcxTfLy20TDhNpHT41flElP { display:block; }#SnbzGW57PJcxTfLy20TDhNpHT41flElP > .row .container { width:320px;height:2181px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVpKAtfZMPTCDTFq0hAuL78Rw3sTS81B { width:296px;height:76.7812px;top:49.8125px;left:12px;font-size:32px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VGgcZb332M4Ipk7D9hoQ1IxIy7kpe7Zr { width:312px;height:490px;top:165px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #e9poJ1RCNN1ZRwklHO2kXrlx8g8c9xRa { width:268px;height:353.438px;top:276px;left:34px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sifN6lLNERfW4DgkWo9BSDfU3zLIOSpI { width:209px;height:177px;top:498px;left:111px;display:none; }
 }@media only screen and (max-width: 763px) { #Plxfev62khFwxSDydMiloaRXhv72hJKK { width:255px;height:61.5938px;top:198px;left:37px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Q5i9Ab3x3JUBwOtiWoP33JrRg75Cq6FT { width:312px;height:616px;top:695px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lxpwiip1PZgCXniLbrZ0Sa0SMLkiGTTP { width:272px;height:61.5938px;top:729px;left:24px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #zoT17iKWq7z3Htyq32sXN2WqtdgAElTN { width:277px;height:271.875px;top:808.0546875px;left:21.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vpDfycamcc4GiVxHDZW4RQFS4T1m8s1V { width:312px;height:349px;top:1348px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vHpsnO04wTEhmWSJAhI790wvFXDG1B7V { width:251px;height:61.5938px;top:1384px;left:34.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #cLBQHBXLGixaxgzb6ArHsCzVrfvESh5v { width:264px;height:190.312px;top:1469px;left:28px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qyvPsoIHT9p8bvPfMZDel64BoLzVCXdM { width:155px;height:155px;top:1116.5px;left:78px;display:block; }
 }@media only screen and (max-width: 763px) { #Lmt7ioztEz7yXmE0lOD2GfbAgGSx3OqA { width:312px;height:404px;top:1732px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bOolCeG8vzltOsS6oIVTCNNxTHTQggyW { width:267px;height:299.062px;top:1819px;left:30.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #V0zHZ00wZAoQToPpn2BEhKf2IsJG63ZC { width:256px;height:30.7969px;top:1768px;left:30px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #b4yB70rhx1a7HiCGH0P6vcaRqaTwSEGs { display:block; }#b4yB70rhx1a7HiCGH0P6vcaRqaTwSEGs > .row .container { width:320px;height:770px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJ872VudnfLVU8N7RrhZs4TnBThFQSZu { width:320px;height:83.1875px;top:49px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ACqTyrTh92u5wINyTuQfZG74C7Jkh6hF { width:320px;height:299.0625px;top:152.3125px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kTlPDhWGFmkaHM5her0CzX0QuXCb1xpT { width:320px;height:303.25581395349px;top:424.2578125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE { display:block; }#tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE > .row .container { width:320px;height:827px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSLINC7551p9JQcyfDoAg1gFXdlR3BFR { width:320px;height:79.1875px;top:70.390625px;left:0px;font-size:36px;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XDw7ez0ZFgqBUq8PL72yKx6QK5s67hs6 { width:312px;height:529px;top:253px;left:0px;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #e2HxXlQwCK6U5V8C2m9Ma3u86y35rrZa { width:291px;height:290px;top:382px;left:16px;font-size:15px;display:block; }#e2HxXlQwCK6U5V8C2m9Ma3u86y35rrZa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dfdaf703-0e86-4efc-aea8-b56f397b0fd9/check_blue.png); }
 }@media only screen and (max-width: 763px) { #T8oBw91Emnc39Sp1W0igKtciX6C56ivn { width:320px;height:4px;top:351px;left:0px;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #WihqJdWAKn1NIRtQb7J0LNhgUraf7yaX { width:121px;height:22.5px;top:283px;left:127px;font-size:15px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #lX0wo6J6IOKWaDDH22NzFwidiZ9JFzfI { width:128px;height:48px;top:269px;left:50px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #NW4deMhBNOea1uH7uPOTLbXRUJROaclu { width:269px;height:22.5px;top:315px;left:26px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZKnnXMa6obJkoJVsdnvdNrSG3vsmGeF { width:320px;height:60px;top:166px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bcXEGd5QzaGRZ55zTxSUhV2wMTTSyebT { width:217px;height:56px;top:700px;left:51.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PWtXW3v0EOZ9dQ4ptnboAtdIehi2owfG { display:block; }
 }@media only screen and (max-width: 763px) { #nDahVVtmOHzLlGKZ9EzLLvqDdKruAiJi { display:block; }#nDahVVtmOHzLlGKZ9EzLLvqDdKruAiJi > .row .container { width:320px;height:2282px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcQoG6iNcaAZEuH1GbQhp7rJT7bTpCiW { width:320px;height:83.1875px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Aoef3hWphRWLoZ7Lhafew9N8H5lwLt0o { width:272px;height:61.5938px;top:1617.3515px;left:25px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KwT4VtkMLODtpcEnrF2VUpC3NBt8dahc { width:277px;height:271.875px;top:1666.148375px;left:28.5px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dXyJBh0QhHHgR2pPFUt1JWlP12sSpHA1 { width:251px;height:61.5938px;top:1190.4925px;left:55px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XfuTJ6LiwyfFZ7MnD2FsUV4Gv9ukJiNE { width:264px;height:190.312px;top:1273.4925px;left:55px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vJOR0ZnlRqDl2A7lJDZ7HFmhRXCfkGAU { width:320px;height:319px;top:1141.4925px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Bp6shSM9xnGycZxoqS64V5Jwz6vvpTRq { width:256px;height:30.7969px;top:2008.093375px;left:26px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x29uWkSFP2QU17FDPLh6wD9oFrpN0cHu { width:320px;height:320.836px;top:460.6565px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FuRSf6UVS0Wxiw4ZZ4N2gqaWdR014iHo { width:320px;height:321.68px;top:1821.0859375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZVpdobbtAFbfczFmryFLuvz879aItJ1k { width:320px;height:322.523px;top:1478.84375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aMefKXKLQTHnnnu46V5ETmfoRl1aSRL9 { width:320px;height:320px;top:801.4925px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZBvKgc7pNVv6hwd1zeF4akvB5iBXUD2l { width:320px;height:317.469px;top:123.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Bngq3ElP6JaJfgaKxGopQSgQZJhTnN2x { width:217px;height:56px;top:2183.078125px;left:51.5px;display:block; }
 }@media only screen and (max-width: 763px) { #mnF7JlgQlrqgZnTEyPZvExPuKWXib1ih { display:block; }
 }@media only screen and (max-width: 763px) { #gSZhwNneFZ646Oemgbi6czcMCzgJPUAF { display:block; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container { width:320px;height:84px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbabTAMlepiTP4348d7dyzTvIK9VUIyF { width:183px;height:44px;top:20px;left:68px;display:block; }
 }