.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#6b4b92;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); }#asn2PbusP7QlL0tCORCdwzkhuhtsplGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e17674dc-279d-4ac1-b85c-4050758fecae/BannersMembresiaFunda1500800px4.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;z-index:auto;display:block; }#asn2PbusP7QlL0tCORCdwzkhuhtsplGu.adaptive-delivery-prevent-bg, #asn2PbusP7QlL0tCORCdwzkhuhtsplGu.lazyload, #asn2PbusP7QlL0tCORCdwzkhuhtsplGu.lazyloading { background-image: none; }#asn2PbusP7QlL0tCORCdwzkhuhtsplGu > .row .container { background-color: transparent; background-image: none; }#asn2PbusP7QlL0tCORCdwzkhuhtsplGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asn2PbusP7QlL0tCORCdwzkhuhtsplGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asn2PbusP7QlL0tCORCdwzkhuhtsplGu > .row .container > .video-iframe-container { display: none; }#asn2PbusP7QlL0tCORCdwzkhuhtsplGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asn2PbusP7QlL0tCORCdwzkhuhtsplGu > .row > .video-iframe-container { display: none; }#asn2PbusP7QlL0tCORCdwzkhuhtsplGu > .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); }#asn2PbusP7QlL0tCORCdwzkhuhtsplGu > .row .container { border-width: 0; border-radius: 0; }#asn2PbusP7QlL0tCORCdwzkhuhtsplGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#asn2PbusP7QlL0tCORCdwzkhuhtsplGu > .row .container { font-size:14px;font-family:arial;height:706px;width:960px;position:relative;display:block; }#DnHl1HBFNv49Ck8LLFPsPERCmvfOP4sh { position:absolute;display:block;z-index:15023;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;height:145px;width:145px;top:584.34375px;left:327.66668701172px;overflow:hidden;display:block; }
#PPVNLQBpCaSXuQs2AZHm0iwoTA87OKZs { position:absolute;display:block;z-index:15022;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;height:198px;width:198px;top:557.84375px;left:434.66668701172px;overflow:hidden;display:block; }
#AHfeG3XqkOMNiGTocIp5kh3ofhd6BnCb { background-color:#c9e265;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:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-sizing:border-box;color:#543876;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"gotham narrow";font-size:25px;font-weight:700;font-style:normal;line-height:.6;overflow:hidden;position:absolute;width:202px;height:43px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:557.84375px;left:757.03554124497px;display:block; }
#iEM23bMVbIsN2hFMQTleulVqk5eW9XWv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PFMJPtqs8vxUafJUHESMVIDndX4D7Hoh { color:#ffffff;display:block;width:927px;position:absolute;font-family:"gotham narrow";font-size:26px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:217px;left:33px;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G8BePCL6RIebRlka5yyhih3bnG6BcwIP { position:relative;display:none; }#G8BePCL6RIebRlka5yyhih3bnG6BcwIP { border-width: 0; border-radius: 0; }#G8BePCL6RIebRlka5yyhih3bnG6BcwIP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#G8BePCL6RIebRlka5yyhih3bnG6BcwIP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#faTTbeG9K4FP4y1czHwbueMWQIcDF9Jt { position:absolute;display:block;z-index:15023;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;height:65px;width:145px;top:584.34375px;left:327.66668701172px;overflow:hidden;display:none; }
#emstdmH0Ww3iSiTrJ5A8ZftIKDGl7srT { position:absolute;display:block;z-index:15022;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;height:93px;width:198px;top:557.84375px;left:434.66668701172px;overflow:hidden;display:none; }
#XUa0JdtbVe8bu9UBfNGw1czHaG2Nm2O5 { background-color:#c9e265;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:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-sizing:border-box;color:#543876;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"gotham narrow";font-size:25px;font-weight:700;font-style:normal;line-height:.6;overflow:hidden;position:absolute;width:202px;height:43px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:557.84375px;left:757.03554124497px;display:none; }
#n9hg9gmDuLECTGlOTmfzubEkEQSNqNIZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HqpZidVwDudDzpZ84C5eCJDoizcGhThi { 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;height:960px;width:960px;display:none; }
#B0OZJZVpsDIwJWDG8Ech2Fp4EPzNabTw { 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;height:432px;width:960px;display:none; }
#gyiTwPatdh0rOJ2CaZ68rRXcEwtXXhaT { color:#ffffff;display:block;width:927px;position:absolute;font-family:poppins;font-size:26px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:75px;left:17px;height:117px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#trsy0LxHQBroeUrrh452s9zMrSMBF6nU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c9e265;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; }#trsy0LxHQBroeUrrh452s9zMrSMBF6nU > .row .container { background-color: transparent; background-image: none; }#trsy0LxHQBroeUrrh452s9zMrSMBF6nU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trsy0LxHQBroeUrrh452s9zMrSMBF6nU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trsy0LxHQBroeUrrh452s9zMrSMBF6nU > .row .container > .video-iframe-container { display: none; }#trsy0LxHQBroeUrrh452s9zMrSMBF6nU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trsy0LxHQBroeUrrh452s9zMrSMBF6nU > .row > .video-iframe-container { display: none; }#trsy0LxHQBroeUrrh452s9zMrSMBF6nU > .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); }#trsy0LxHQBroeUrrh452s9zMrSMBF6nU > .row .container { border-width: 0; border-radius: 0; }#trsy0LxHQBroeUrrh452s9zMrSMBF6nU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#trsy0LxHQBroeUrrh452s9zMrSMBF6nU > .row .container { font-size:14px;font-family:"open sans";height:592px;width:960px;position:relative;display:block; }#WlEAcTuosWWHQc21yNBmoHt1Tgctn08i { color:#ffffff;display:block;width:462.988px;position:absolute;font-family:"gotham narrow";font-size:47px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:203px;left:424px;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OkgJeV9Tzhc4nsIV5Pu1989ZgU5bOVLJ { color:#ffffff;display:block;width:927px;position:absolute;font-family:poppins;font-size:26px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:75px;left:17px;height:156px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TXAOcG5Zx5JqrDr4l8hfIlW8lvqzQZhz { position:absolute;display:block;z-index:15019;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;height:191px;width:191px;top:268px;left:390px;overflow:hidden;display:block; }
#yvGWOueCPOU3kg03NSgaGP1SLuPznHiz { position:absolute;display:block;z-index:15017;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;height:186px;width:186px;top:273px;left:178px;overflow:hidden;display:block; }
#MfTNMEXuvkkURgdsFmXNVoSWkqPr51Tr { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:195px;width:195px;top:268px;left:606px;overflow:hidden;display:block; }
#imdqv4dtAdvqlVFVmDCU6sWcTDe4tHSR { 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;top:395px;left:91px; }
#FwJ4Hpou8M9okOSLbmgLvr66RxQuLr7X { 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;top:218.66668701172px;left:814px; }
#oPteBa5evK6cTiSE1wmdFpbvWGHuOnLD { color:#ffffff;display:block;width:793px;position:absolute;font-family:poppins;font-size:19px;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:488px;left:83.5px;height:68.375px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y3o3t3cayanndHluZrs78WDBLaiUJ9Ad { position:relative;display:block; }#y3o3t3cayanndHluZrs78WDBLaiUJ9Ad { background-color: transparent; background-image: none; }#y3o3t3cayanndHluZrs78WDBLaiUJ9Ad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3o3t3cayanndHluZrs78WDBLaiUJ9Ad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3o3t3cayanndHluZrs78WDBLaiUJ9Ad > .row .container > .video-iframe-container { display: none; }#y3o3t3cayanndHluZrs78WDBLaiUJ9Ad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3o3t3cayanndHluZrs78WDBLaiUJ9Ad > .row > .video-iframe-container { display: none; }#y3o3t3cayanndHluZrs78WDBLaiUJ9Ad > .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); }#y3o3t3cayanndHluZrs78WDBLaiUJ9Ad { border-width: 0; border-radius: 0; }#y3o3t3cayanndHluZrs78WDBLaiUJ9Ad > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#y3o3t3cayanndHluZrs78WDBLaiUJ9Ad > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#6b4b92;background-image:none;font-size:14px;font-family:arial;height:564px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wxLBZnCna1JIEKbmGHq90iy81fQgArdk { position:absolute;display:block;z-index:15003;background-color:#c9e265;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 0 10px 15px rgba(0,0,0,0.5) ;height:310px;width:401px;top:200px;left:39.5px;display:block; }
#R8vvkCB98Hd7TtzX3OiBTxn5o0NGRHae { position:absolute;display:block;z-index:15004;background-color:#c9e265;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 0 10px 15px rgba(0,0,0,0.5) ;height:310px;width:401px;top:200px;left:519.5px;display:block; }
#TOvbo4i0qfZAvPiKFu1tbsydA8uzUMPS { color:#000000;display:block;width:326px;position:absolute;font-family:poppins;font-size:28px;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:229.00003051758px;left:77px;height:30.7917px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WT44lt4BRDS5i8MJTPK6R0a4RRxRcf4C { 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;height:136px;width:721px;top:25.989624023438px;left:129px;overflow:hidden;display:block; }
#v3TZmwi0t4m5GNR8ohFhTz63EIoveVSe { color:#000000;display:block;width:345px;position:absolute;font-family:poppins;font-size:28px;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:229.00003051758px;left:547.5px;height:30.7917px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vnhyWiep3hvIu15XkhBz8gDZOwm7rB8M { color:#000000;display:block;width:353px;position:absolute;font-family:poppins;font-size:18px;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:282.15626525879px;left:63.5px;height:140.375px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CGqnNTcOkZThTKHUAux9oU1NJHMsL5kH { background-color:#f2b531;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:249px;height:39px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:441.95834350586px;left:115.5px;display:block; }
#w2OTaA62RwXwn05HKXT41vsRvIJb8W9o { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tmoGwUtaB6w1qsnSAWUKn0WgrmpQU1ky { color:#000000;display:block;width:353px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:276.97917938232px;left:543.5px;height:103.958px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WewDZKpNw3yXEUg8L16HI1t1TXhNRT6E { background-color:#f2b531;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:249px;height:39px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:402.95833587646px;left:595.5px;display:block; }
#EzwRzrW35MsBEW8211TAHkPTJcD67mah { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ghucITC6Ny0OKiAV1PlmokBLfD0TFvoX { background-color:#f2b531;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:249px;height:39px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:452px;left:595.5px;display:block; }
#n58e4N6xm9KACczlVVLZhLpmsKc3wDXc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vPsaVT8yizJd86URBLAf4G8qZpVxTypG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c9e265;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; }#vPsaVT8yizJd86URBLAf4G8qZpVxTypG > .row .container { background-color: transparent; background-image: none; }#vPsaVT8yizJd86URBLAf4G8qZpVxTypG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPsaVT8yizJd86URBLAf4G8qZpVxTypG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPsaVT8yizJd86URBLAf4G8qZpVxTypG > .row .container > .video-iframe-container { display: none; }#vPsaVT8yizJd86URBLAf4G8qZpVxTypG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPsaVT8yizJd86URBLAf4G8qZpVxTypG > .row > .video-iframe-container { display: none; }#vPsaVT8yizJd86URBLAf4G8qZpVxTypG > .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); }#vPsaVT8yizJd86URBLAf4G8qZpVxTypG > .row .container { border-width: 0; border-radius: 0; }#vPsaVT8yizJd86URBLAf4G8qZpVxTypG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vPsaVT8yizJd86URBLAf4G8qZpVxTypG > .row .container { font-size:14px;font-family:"open sans";height:333px;width:960px;position:relative;display:block; }#TnHpugugWExhwivtPwPSywo5Kxyegn3A { color:#6b4b92;display:block;width:432px;position:absolute;font-family:poppins;font-size:57px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:39.96875px;left:74.489624023438px;height:74.0938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wCkobTPTUT9XmldUSTBmBXDgkLTWlkan { box-sizing:content-box;color:#ffffff;font-size:51px;font-weight:400;line-height:1;height:73px;width:73px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:252.5px;left:543px;display:block; }
#T2ThqQpUXsdHxViNHJ9ask8uLmirJAu0 { color:#6b4b92;display:block;width:784px;position:absolute;font-family:poppins;font-size:20px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:123.16668701172px;left:90.666687011719px;height:104px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W6urOMhQTeGtWJplbiFTOwlTHHSvl5ks { box-sizing:content-box;color:#ffffff;font-size:49px;font-weight:400;line-height:1;height:71px;width:71px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:254px;left:485px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #asn2PbusP7QlL0tCORCdwzkhuhtsplGu { display:block; }#asn2PbusP7QlL0tCORCdwzkhuhtsplGu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DnHl1HBFNv49Ck8LLFPsPERCmvfOP4sh { width:145px;height:145px;top:584px;left:229.66668701172px;display:block; }
 }@media only screen and (max-width: 763px) { #PPVNLQBpCaSXuQs2AZHm0iwoTA87OKZs { width:198px;height:198px;top:557px;left:336.66668701172px;display:block; }
 }@media only screen and (max-width: 763px) { #AHfeG3XqkOMNiGTocIp5kh3ofhd6BnCb { width:202px;height:43px;top:557px;left:497px;display:block; }
 }@media only screen and (max-width: 763px) { #iEM23bMVbIsN2hFMQTleulVqk5eW9XWv { display:block; }
 }@media only screen and (max-width: 763px) { #PFMJPtqs8vxUafJUHESMVIDndX4D7Hoh { width:764px;height:;top:217px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #G8BePCL6RIebRlka5yyhih3bnG6BcwIP { display:none; }#G8BePCL6RIebRlka5yyhih3bnG6BcwIP > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #faTTbeG9K4FP4y1czHwbueMWQIcDF9Jt { width:145px;height:65px;top:584px;left:229.66668701172px;display:none; }
 }@media only screen and (max-width: 763px) { #emstdmH0Ww3iSiTrJ5A8ZftIKDGl7srT { width:198px;height:93px;top:557px;left:336.66668701172px;display:none; }
 }@media only screen and (max-width: 763px) { #XUa0JdtbVe8bu9UBfNGw1czHaG2Nm2O5 { width:202px;height:43px;top:557px;left:497px;display:none; }
 }@media only screen and (max-width: 763px) { #n9hg9gmDuLECTGlOTmfzubEkEQSNqNIZ { display:block; }
 }@media only screen and (max-width: 763px) { #HqpZidVwDudDzpZ84C5eCJDoizcGhThi { width:764px;height:764px;display:none; }
 }@media only screen and (max-width: 763px) { #B0OZJZVpsDIwJWDG8Ech2Fp4EPzNabTw { width:764px;height:343px;display:none; }
 }@media only screen and (max-width: 763px) { #gyiTwPatdh0rOJ2CaZ68rRXcEwtXXhaT { width:293px;height:43px;top:208px;left:0px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #trsy0LxHQBroeUrrh452s9zMrSMBF6nU { display:block; }#trsy0LxHQBroeUrrh452s9zMrSMBF6nU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlEAcTuosWWHQc21yNBmoHt1Tgctn08i { width:462px;height:0;top:203px;left:302px;font-size:47px;display:block; }
 }@media only screen and (max-width: 763px) { #OkgJeV9Tzhc4nsIV5Pu1989ZgU5bOVLJ { width:764px;height:156px;top:75px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #TXAOcG5Zx5JqrDr4l8hfIlW8lvqzQZhz { width:191px;height:191px;top:268px;left:292px;display:block; }
 }@media only screen and (max-width: 763px) { #yvGWOueCPOU3kg03NSgaGP1SLuPznHiz { width:186px;height:186px;top:273px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #MfTNMEXuvkkURgdsFmXNVoSWkqPr51Tr { width:195px;height:195px;top:268px;left:508px;display:block; }
 }@media only screen and (max-width: 763px) { #imdqv4dtAdvqlVFVmDCU6sWcTDe4tHSR { width:50px;height:50px;top:395px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FwJ4Hpou8M9okOSLbmgLvr66RxQuLr7X { width:50px;height:50px;top:218px;left:714px;display:block; }
 }@media only screen and (max-width: 763px) { #oPteBa5evK6cTiSE1wmdFpbvWGHuOnLD { width:764px;height:68px;top:488px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #y3o3t3cayanndHluZrs78WDBLaiUJ9Ad { display:block; }#y3o3t3cayanndHluZrs78WDBLaiUJ9Ad > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxLBZnCna1JIEKbmGHq90iy81fQgArdk { width:401px;height:310px;top:200px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #R8vvkCB98Hd7TtzX3OiBTxn5o0NGRHae { width:401px;height:310px;top:200px;left:363px;display:block; }
 }@media only screen and (max-width: 763px) { #TOvbo4i0qfZAvPiKFu1tbsydA8uzUMPS { width:326px;height:30px;top:229px;left:28px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #WT44lt4BRDS5i8MJTPK6R0a4RRxRcf4C { width:721px;height:136px;top:25px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #v3TZmwi0t4m5GNR8ohFhTz63EIoveVSe { width:345px;height:30px;top:229px;left:400.5px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #vnhyWiep3hvIu15XkhBz8gDZOwm7rB8M { width:353px;height:140px;top:282px;left:14.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CGqnNTcOkZThTKHUAux9oU1NJHMsL5kH { width:249px;height:39px;top:441px;left:66.5px;display:block; }
 }@media only screen and (max-width: 763px) { #w2OTaA62RwXwn05HKXT41vsRvIJb8W9o { display:block; }
 }@media only screen and (max-width: 763px) { #tmoGwUtaB6w1qsnSAWUKn0WgrmpQU1ky { width:353px;height:103px;top:276px;left:396.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WewDZKpNw3yXEUg8L16HI1t1TXhNRT6E { width:249px;height:39px;top:402px;left:448.5px;display:block; }
 }@media only screen and (max-width: 763px) { #EzwRzrW35MsBEW8211TAHkPTJcD67mah { display:block; }
 }@media only screen and (max-width: 763px) { #ghucITC6Ny0OKiAV1PlmokBLfD0TFvoX { width:249px;height:39px;top:452px;left:448.5px;display:block; }
 }@media only screen and (max-width: 763px) { #n58e4N6xm9KACczlVVLZhLpmsKc3wDXc { display:block; }
 }@media only screen and (max-width: 763px) { #vPsaVT8yizJd86URBLAf4G8qZpVxTypG { display:block; }#vPsaVT8yizJd86URBLAf4G8qZpVxTypG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnHpugugWExhwivtPwPSywo5Kxyegn3A { width:432px;height:74px;top:39px;left:0px;font-size:57px;display:block; }
 }@media only screen and (max-width: 763px) { #wCkobTPTUT9XmldUSTBmBXDgkLTWlkan { width:73px;height:73px;top:252px;left:445px;font-size:51px;display:block; }
 }@media only screen and (max-width: 763px) { #T2ThqQpUXsdHxViNHJ9ask8uLmirJAu0 { width:764px;height:104px;top:123px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #W6urOMhQTeGtWJplbiFTOwlTHHSvl5ks { width:71px;height:71px;top:254px;left:387px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:none;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #asn2PbusP7QlL0tCORCdwzkhuhtsplGu { position:relative;z-index:auto;display:none; }#asn2PbusP7QlL0tCORCdwzkhuhtsplGu > .row .container { width:320px;height:1363px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DnHl1HBFNv49Ck8LLFPsPERCmvfOP4sh { width:174px;height:174px;top:794.9765625px;left:73px;display:block; }
 }@media only screen and (max-width: 763px) { #PPVNLQBpCaSXuQs2AZHm0iwoTA87OKZs { width:219px;height:219px;top:555.9765625px;left:50px;display:block; }
 }@media only screen and (max-width: 763px) { #AHfeG3XqkOMNiGTocIp5kh3ofhd6BnCb { width:199.945px;height:45px;top:416.9765625px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #iEM23bMVbIsN2hFMQTleulVqk5eW9XWv { display:block; }
 }@media only screen and (max-width: 763px) { #PFMJPtqs8vxUafJUHESMVIDndX4D7Hoh { width:320px;height:0;top:988.9765625px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #G8BePCL6RIebRlka5yyhih3bnG6BcwIP { background-color:#6b4b92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G8BePCL6RIebRlka5yyhih3bnG6BcwIP > .row .container { background-color: transparent; background-image: none; }#G8BePCL6RIebRlka5yyhih3bnG6BcwIP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8BePCL6RIebRlka5yyhih3bnG6BcwIP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8BePCL6RIebRlka5yyhih3bnG6BcwIP > .row .container > .video-iframe-container { display: none; }#G8BePCL6RIebRlka5yyhih3bnG6BcwIP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8BePCL6RIebRlka5yyhih3bnG6BcwIP > .row > .video-iframe-container { display: none; }#G8BePCL6RIebRlka5yyhih3bnG6BcwIP > .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); }#G8BePCL6RIebRlka5yyhih3bnG6BcwIP > .row .container { border-width: 0; border-radius: 0; }#G8BePCL6RIebRlka5yyhih3bnG6BcwIP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G8BePCL6RIebRlka5yyhih3bnG6BcwIP > .row .container { width:320px;height:728px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faTTbeG9K4FP4y1czHwbueMWQIcDF9Jt { width:118px;height:52px;top:653.00003814697px;left:163px;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #emstdmH0Ww3iSiTrJ5A8ZftIKDGl7srT { width:163px;height:75px;top:641.50003814697px;left:23px;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XUa0JdtbVe8bu9UBfNGw1czHaG2Nm2O5 { width:199.938px;height:45px;top:584.66666412354px;left:60.020835876465px;z-index:15001;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #n9hg9gmDuLECTGlOTmfzubEkEQSNqNIZ { display:block; }
 }@media only screen and (max-width: 763px) { #HqpZidVwDudDzpZ84C5eCJDoizcGhThi { top:245.00000762939px;left:0px;width:320px;height:320px;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B0OZJZVpsDIwJWDG8Ech2Fp4EPzNabTw { top:39.65625px;left:0px;width:320px;height:144px;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gyiTwPatdh0rOJ2CaZ68rRXcEwtXXhaT { width:293.969px;height:43.1876px;top:183.65626525879px;left:13.010417938232px;text-align:center;text-align-last:center;font-size:18px;z-index:15008;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #trsy0LxHQBroeUrrh452s9zMrSMBF6nU { display:block; }#trsy0LxHQBroeUrrh452s9zMrSMBF6nU > .row .container { width:320px;height:991px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlEAcTuosWWHQc21yNBmoHt1Tgctn08i { width:319.969px;height:0;top:340.4266px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #OkgJeV9Tzhc4nsIV5Pu1989ZgU5bOVLJ { width:293.979px;height:256.5px;top:43.979187011719px;left:13px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TXAOcG5Zx5JqrDr4l8hfIlW8lvqzQZhz { width:247px;height:247px;top:330.00001049042px;left:36.5px;display:block; }
 }@media only screen and (max-width: 763px) { #yvGWOueCPOU3kg03NSgaGP1SLuPznHiz { width:145px;height:145px;top:594px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #MfTNMEXuvkkURgdsFmXNVoSWkqPr51Tr { width:148px;height:148px;top:594px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #imdqv4dtAdvqlVFVmDCU6sWcTDe4tHSR { width:49.9896px;height:49.9896px;top:330.00016784668px;left:270px;display:block; }
 }@media only screen and (max-width: 763px) { #FwJ4Hpou8M9okOSLbmgLvr66RxQuLr7X { width:49.9896px;height:49.9896px;top:741.99996948242px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #oPteBa5evK6cTiSE1wmdFpbvWGHuOnLD { width:320px;height:159.5417px;top:811.9896px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #y3o3t3cayanndHluZrs78WDBLaiUJ9Ad { background-color:#6b4b92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y3o3t3cayanndHluZrs78WDBLaiUJ9Ad > .row .container { background-color: transparent; background-image: none; }#y3o3t3cayanndHluZrs78WDBLaiUJ9Ad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3o3t3cayanndHluZrs78WDBLaiUJ9Ad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3o3t3cayanndHluZrs78WDBLaiUJ9Ad > .row .container > .video-iframe-container { display: none; }#y3o3t3cayanndHluZrs78WDBLaiUJ9Ad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3o3t3cayanndHluZrs78WDBLaiUJ9Ad > .row > .video-iframe-container { display: none; }#y3o3t3cayanndHluZrs78WDBLaiUJ9Ad > .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); }#y3o3t3cayanndHluZrs78WDBLaiUJ9Ad > .row .container { border-width: 0; border-radius: 0; }#y3o3t3cayanndHluZrs78WDBLaiUJ9Ad > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y3o3t3cayanndHluZrs78WDBLaiUJ9Ad > .row .container { width:320px;height:763px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxLBZnCna1JIEKbmGHq90iy81fQgArdk { width:320px;height:277px;top:105px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #R8vvkCB98Hd7TtzX3OiBTxn5o0NGRHae { width:320px;height:310px;top:419px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TOvbo4i0qfZAvPiKFu1tbsydA8uzUMPS { width:180px;height:44px;top:123px;left:70px;font-size:22px;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WT44lt4BRDS5i8MJTPK6R0a4RRxRcf4C { width:320px;height:60.3542px;top:22.9375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #v3TZmwi0t4m5GNR8ohFhTz63EIoveVSe { width:320px;height:22px;top:448px;left:0px;font-size:22px;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vnhyWiep3hvIu15XkhBz8gDZOwm7rB8M { width:290px;height:124.75px;top:181.125px;left:15px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CGqnNTcOkZThTKHUAux9oU1NJHMsL5kH { width:235.948px;height:45.9375px;top:317px;left:42.020835876465px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #w2OTaA62RwXwn05HKXT41vsRvIJb8W9o { display:block; }
 }@media only screen and (max-width: 763px) { #tmoGwUtaB6w1qsnSAWUKn0WgrmpQU1ky { width:320px;height:124.75px;top:487.00001144409px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WewDZKpNw3yXEUg8L16HI1t1TXhNRT6E { width:249px;height:39px;top:633px;left:36px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #EzwRzrW35MsBEW8211TAHkPTJcD67mah { display:block; }
 }@media only screen and (max-width: 763px) { #ghucITC6Ny0OKiAV1PlmokBLfD0TFvoX { width:249px;height:39px;top:681px;left:36px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #n58e4N6xm9KACczlVVLZhLpmsKc3wDXc { display:block; }
 }@media only screen and (max-width: 763px) { #vPsaVT8yizJd86URBLAf4G8qZpVxTypG { display:block; }#vPsaVT8yizJd86URBLAf4G8qZpVxTypG > .row .container { width:320px;height:305px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnHpugugWExhwivtPwPSywo5Kxyegn3A { width:319.958px;height:41.5938px;top:26px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #wCkobTPTUT9XmldUSTBmBXDgkLTWlkan { width:60px;height:60px;top:241px;left:160px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #T2ThqQpUXsdHxViNHJ9ask8uLmirJAu0 { width:287px;height:145.5417px;top:81.000030517578px;left:29.5px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #W6urOMhQTeGtWJplbiFTOwlTHHSvl5ks { width:60px;height:60px;top:241px;left:100px;font-size:42px;display:block; }
 }