.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 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.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;
}
.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);
}
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-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;
  }
}
@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/Qogswb3Z/astrology_astronomy_constellation_1376766.jpg");background-position:center right;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:711px;width:960px;overflow:visible;position:relative;display:block; }#W2p4sNWp9n3Q0PVTTmvWQLq2q9kNf1g6 { color:#ffffff;display:block;width:500px;position:absolute;font-family:lato;font-size:50px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:103px;left:0;height:194px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p6bsXFT3Q8VT4WQO0agF6FBZaFb5pGy8 { color:#ffffff;display:block;width:442px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:345px;left:0;height:178px;font-style:normal;display:block; }#p6bsXFT3Q8VT4WQO0agF6FBZaFb5pGy8 li:not(:first-child){ padding-top:11px;padding-right:0;padding-bottom:0;padding-left:0; }#p6bsXFT3Q8VT4WQO0agF6FBZaFb5pGy8 li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-13px;content: "\2001"; background-image: url(https://images.assets-landingi.com/ia8YCbbn/check.png); }
#VSXTCKncVKB1ZP4VOsACKbw8mOLTeZEw { background-color:#2dfffb;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 5px rgba(38,38,38,0.15) ;box-sizing:border-box;color:#262626;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:240px;height:51px;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:543px;left:0;display:block; }
#eKAViMmJPIPi8WpmmLzOqJBQf0FqJfLr { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#ln2rgccVEdZgh4lXr18n43VZ1G1ohrGJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 4px rgba(0,0,0,0.15);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:240px;height:55px;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:543px;left:240px;display:block; }
#hV7Db6IgPNfUwR4FPJMsWwRVbPNGgfRf { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#vM79DO5CnyKOQhwkFuwTe0nOqSBWAsBU { color:#ffffff;display:block;width:342px;position:absolute;font-family:raleway;font-size:40px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:135.5px;left:577px;height:364px;text-align:center;text-align-last:center;display:block; }
#NVnJvNrfiDD2yveg5bLJE4AKzCnkyqBX { position:absolute;display:block;z-index:100007;background-color:#bb86df;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;height:429px;width:400px;top:103px;left:548px;display:block; }
#kRblgVAhwC30HPAWC5WHco22v0A9pfyI { color:#f4e7e7;display:block;width:69px;position:absolute;font-family:dosis;font-size:57px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:543.16668701172px;left:713.5px;height:74px;text-align:center;text-align-last:center;display:block; }
#JhE3B86S4y5hy3QB5efBb526ExyRQVV1 { position:absolute;display:block;z-index:100009;background-color:rgba(165,79,223,0.85);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;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;height:78px;width:99px;top:543px;left:698.5px;display:block; }
#vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O > .row .container { background-color: transparent; background-image: none; }#vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O > .row .container > .video-iframe-container { display: none; }#vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O > .row > .video-iframe-container { display: none; }#vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O > .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); }#vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O > .row .container { border-width: 0; border-radius: 0; }#vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O > .row .container { font-size:14px;font-family:arial;height:140px;width:960px;position:relative;display:block; }#ou1lnvE3ecAShBDLA4gbfNaOuau3Aqcx { color:#3f6e93;display:block;width:960px;position:absolute;font-family:lato;font-size:40px;font-weight:400;z-index:100007;line-height:1;letter-spacing:0;top:70px;left:0;height:40px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC > .row .container { background-color: transparent; background-image: none; }#KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC > .row .container > .video-iframe-container { display: none; }#KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC > .row > .video-iframe-container { display: none; }#KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC > .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); }#KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC > .row .container { border-width: 0; border-radius: 0; }#KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC > .row .container { font-size:14px;font-family:arial;height:385px;width:960px;position:relative;display:block; }#GuSLz0yL3dUQO27BMLesIArLRPMtXUTn { color:rgba(38,38,38,0.7);display:block;width:234px;position:absolute;font-family:lato;font-size:21px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:147px;left:43px;height:213.333px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#hX1TSuMncoC4NG3R8Hy5WZFe58XqzgcI { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 0 15px 15px rgba(0,0,0,0.2) ;height:100px;width:100px;top:19px;left:110px;display:block; }
#a5WcSu1dvNhCTboRZGu8eaesBKWX9KoF { box-sizing:content-box;color:#840559;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:block;z-index:100010;top:44px;left:135px;display:block; }
#T2HZ7seQb8HlQN7nfMyma8IGkiMdhyx0 { position:absolute;display:block;z-index:100011;background-color:#840559;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:40px;width:40px;top:0;left:171px;display:block; }
#yTmfMq2FRsh7huANvmPdaiSkdiQyEHKD { color:#ffffff;display:block;width:40px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:10px;left:171px;height:20.6667px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#veztXr5cGyQCamQo3aTzhmZXqbtzWGwv { color:rgba(38,38,38,0.7);display:block;width:234px;position:absolute;font-family:lato;font-size:21px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:147px;left:363px;height:240px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#XOnEpg8h0gTFplGiSOLfX3ihJWRvvChI { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 0 15px 15px rgba(0,0,0,0.2) ;height:100px;width:100px;top:19px;left:430px;display:block; }
#P1r7zqgZVxfyOVVi2W0nCxZ63RT5Vtgx { box-sizing:content-box;color:#840559;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:block;z-index:100015;top:44px;left:455px;display:block; }
#ZGQnTRRd57zy2KPQRmcDx1rB90oFmNTt { position:absolute;display:block;z-index:100016;background-color:#840559;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:40px;width:40px;top:0;left:491px;display:block; }
#Rdkz5MrRlQXfpx9sykQOTuccVTiobfq5 { color:#ffffff;display:block;width:40px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:10px;left:491px;height:20.6667px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ch5URQ6WcIRb36rvRaXoaekC9wyRHZT9 { color:rgba(38,38,38,0.7);display:block;width:234px;position:absolute;font-family:lato;font-size:21px;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:147px;left:683px;height:160px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#L1QoRo2dbFmS6CzcwiB9nyK7RufWy2e5 { position:absolute;display:block;z-index:100019;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 0 15px 15px rgba(0,0,0,0.2) ;height:100px;width:100px;top:19px;left:750px;display:block; }
#gWdoD44o5C4orwXTnyTIfEiKnW40AXTh { box-sizing:content-box;color:#840559;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:block;z-index:100020;top:44px;left:775px;display:block; }
#B21fVPCCXkOR02nXGRJ6GVB9IOFx3Jvq { position:absolute;display:block;z-index:100021;background-color:#840559;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:40px;width:40px;top:0;left:811px;display:block; }
#TtvlTIZ0DPn0u5abzvbyhOaC7v5ahhFm { color:#ffffff;display:block;width:40px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:10px;left:811px;height:20.6667px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qFQkgab85THgdT8Q7SHD06cGpRvEc73s { position:relative;display:block; }#qFQkgab85THgdT8Q7SHD06cGpRvEc73s { background-color: transparent; background-image: none; }#qFQkgab85THgdT8Q7SHD06cGpRvEc73s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qFQkgab85THgdT8Q7SHD06cGpRvEc73s > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qFQkgab85THgdT8Q7SHD06cGpRvEc73s > .row .container > .video-iframe-container { display: none; }#qFQkgab85THgdT8Q7SHD06cGpRvEc73s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qFQkgab85THgdT8Q7SHD06cGpRvEc73s > .row > .video-iframe-container { display: none; }#qFQkgab85THgdT8Q7SHD06cGpRvEc73s > .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); }#qFQkgab85THgdT8Q7SHD06cGpRvEc73s { border-width: 0; border-radius: 0; }#qFQkgab85THgdT8Q7SHD06cGpRvEc73s > .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;position:relative;display:block; }#rF3qIoLVkoP9OkFVqqGFkbQL9EVlu3k2 { box-sizing:content-box;color:#000000;font-size:37px;font-weight:400;line-height:1;height:54px;width:54px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:83px;left:214px;display:block; }
#LX8leu70hkCyIPGt93zy0NoB7N0nUI0W { position:absolute;display:block;z-index:100017;background-color:#840559;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:120px;width:120px;top:50px;left:181px;display:block; }
#KO5KyiFAfuBMHNsvhcXRpk1vhzBmgVc4 { color:#000000;display:block;width:285px;position:absolute;font-family:lato;font-size:25px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:200px;left:98px;height:64px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EfAl20T9QwSN78PQ85sAFRvdwt9nf1Sd { box-sizing:content-box;color:#000000;font-size:37px;font-weight:400;line-height:1;height:54px;width:54px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:83px;left:693px;display:block; }
#XZdTQdXTa7oaBTgKRtTBWzdPqVTEPUAv { position:absolute;display:block;z-index:100019;background-color:#840559;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:120px;width:120px;top:50px;left:660px;display:block; }
#BUvvpi3GimlJsrLQTEB3C70JqcdxQwv6 { color:#000000;display:block;width:285px;position:absolute;font-family:lato;font-size:25px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:200px;left:578px;height:32px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m2RKg5IBMU8LQJBX2wShu3pwPf2AiiDB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Qogswb3Z/astrology_astronomy_constellation_1376766.jpg");background-position:center left;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#m2RKg5IBMU8LQJBX2wShu3pwPf2AiiDB > .row .container { background-color: transparent; background-image: none; }#m2RKg5IBMU8LQJBX2wShu3pwPf2AiiDB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m2RKg5IBMU8LQJBX2wShu3pwPf2AiiDB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m2RKg5IBMU8LQJBX2wShu3pwPf2AiiDB > .row .container > .video-iframe-container { display: none; }#m2RKg5IBMU8LQJBX2wShu3pwPf2AiiDB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m2RKg5IBMU8LQJBX2wShu3pwPf2AiiDB > .row > .video-iframe-container { display: none; }#m2RKg5IBMU8LQJBX2wShu3pwPf2AiiDB > .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); }#m2RKg5IBMU8LQJBX2wShu3pwPf2AiiDB > .row .container { border-width: 0; border-radius: 0; }#m2RKg5IBMU8LQJBX2wShu3pwPf2AiiDB > .row .container { font-size:14px;font-family:arial;height:479px;width:960px;position:relative;display:block; }#eSSlUvhT7h3Fr69iRnSqma6aqRPBC1Hi { color:#ffffff;display:block;width:732px;position:absolute;font-family:lato;font-size:50px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:141px;left:0;height:129.333px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gonSeKosiTGdNp0Ne6pVgnQohhqpxS5K { color:#ffffff;display:block;width:351px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:215.00001525879px;left:140px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MUI8CZ9sTIdsNPyORmfhAoWQFOGTS9Mc { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb1ce7, #25369e);background-image: -moz-linear-gradient(180deg, #fb1ce7, #25369e);background-image: -ms-linear-gradient(180deg, #fb1ce7, #25369e);background-image: -o-linear-gradient(180deg, #fb1ce7, #25369e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb1ce7', endColorstr='#25369e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb1ce7', endColorstr='#25369e' );";background-image: linear-gradient(180deg, #fb1ce7, #25369e);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-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:430px;height:62px;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:297.33337402344px;left:100.5px;display:block; }
#m7cTBGWkRW0VpVZKvXyePQTNc6fP8TDB { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#Dk88ENA0RHZKXVRWkDXOsRe1rSG6idV2 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:407.00003051758px;left:294.33331298828px;height:;display:block; }
#Hb1xVI6vEoPub32KyIKWUTPKPzABbLQU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#caafef;background-image:none;position:relative;display:block; }#Hb1xVI6vEoPub32KyIKWUTPKPzABbLQU > .row .container { background-color: transparent; background-image: none; }#Hb1xVI6vEoPub32KyIKWUTPKPzABbLQU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hb1xVI6vEoPub32KyIKWUTPKPzABbLQU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hb1xVI6vEoPub32KyIKWUTPKPzABbLQU > .row .container > .video-iframe-container { display: none; }#Hb1xVI6vEoPub32KyIKWUTPKPzABbLQU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hb1xVI6vEoPub32KyIKWUTPKPzABbLQU > .row > .video-iframe-container { display: none; }#Hb1xVI6vEoPub32KyIKWUTPKPzABbLQU > .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); }#Hb1xVI6vEoPub32KyIKWUTPKPzABbLQU > .row .container { border-width: 0; border-radius: 0; }#Hb1xVI6vEoPub32KyIKWUTPKPzABbLQU > .row .container { font-size:14px;font-family:arial;height:493px;width:960px;position:relative;display:block; }#o1bTsvJJyeXcHXLXJe5rTgBOcAksctXT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:374px;width:374px;top:51.8125px;left:53px;overflow:hidden;display:block; }
#NOVwrMFzOOagTsX885zMH0n9wes4cmRb { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:374px;width:374px;top:50.8125px;left:532px;display:block; }
#ATTuk47AedBiRLn0u32uBm5hBU7lbfMr { color:#000000;display:block;width:328px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:57.489585876465px;left:556px;height:345.3331px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#HwTMw5AGd79ntXEGehxRKTNfmr9MgrZG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #082966, #9800c8);background-image: -moz-linear-gradient(top, #082966, #9800c8);background-image: -ms-linear-gradient(top, #082966, #9800c8);background-image: -o-linear-gradient(top, #082966, #9800c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#082966', endColorstr='#9800c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#082966', endColorstr='#9800c8' );";background-image: linear-gradient(to bottom, #082966, #9800c8);background-size:cover;position:relative;display:block; }#HwTMw5AGd79ntXEGehxRKTNfmr9MgrZG > .row .container { background-color: transparent; background-image: none; }#HwTMw5AGd79ntXEGehxRKTNfmr9MgrZG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HwTMw5AGd79ntXEGehxRKTNfmr9MgrZG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HwTMw5AGd79ntXEGehxRKTNfmr9MgrZG > .row .container > .video-iframe-container { display: none; }#HwTMw5AGd79ntXEGehxRKTNfmr9MgrZG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HwTMw5AGd79ntXEGehxRKTNfmr9MgrZG > .row > .video-iframe-container { display: none; }#HwTMw5AGd79ntXEGehxRKTNfmr9MgrZG > .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); }#HwTMw5AGd79ntXEGehxRKTNfmr9MgrZG > .row .container { border-width: 0; border-radius: 0; }#HwTMw5AGd79ntXEGehxRKTNfmr9MgrZG > .row .container { font-size:14px;font-family:arial;height:165px;width:960px;position:relative;display:block; }#MlbZtb1dCB9vT6W8lU4xDXNTofTdgz8q { color:#f8f1f1;display:block;width:434px;position:absolute;font-family:dosis;font-size:39px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:57.15625px;left:263px;height:50.6667px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2p4sNWp9n3Q0PVTTmvWQLq2q9kNf1g6 { width:500px;height:;top:103px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #p6bsXFT3Q8VT4WQO0agF6FBZaFb5pGy8 { width:442px;height:;top:345px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VSXTCKncVKB1ZP4VOsACKbw8mOLTeZEw { width:240px;height:51px;top:543px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #eKAViMmJPIPi8WpmmLzOqJBQf0FqJfLr { display:block; }
 }@media only screen and (max-width: 763px) { #ln2rgccVEdZgh4lXr18n43VZ1G1ohrGJ { width:240px;height:55px;top:543px;left:142px;display:block; }
 }@media only screen and (max-width: 763px) { #hV7Db6IgPNfUwR4FPJMsWwRVbPNGgfRf { display:block; }
 }@media only screen and (max-width: 763px) { #vM79DO5CnyKOQhwkFuwTe0nOqSBWAsBU { width:342px;height:364px;top:135px;left:422px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #NVnJvNrfiDD2yveg5bLJE4AKzCnkyqBX { width:400px;height:429px;top:103px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #kRblgVAhwC30HPAWC5WHco22v0A9pfyI { width:69px;height:74px;top:543px;left:615.5px;font-size:57px;display:block; }
 }@media only screen and (max-width: 763px) { #JhE3B86S4y5hy3QB5efBb526ExyRQVV1 { width:99px;height:78px;top:543px;left:600.5px;display:block; }
 }@media only screen and (max-width: 763px) { #vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O { display:block; }#vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ou1lnvE3ecAShBDLA4gbfNaOuau3Aqcx { width:764px;height:40px;top:70px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC { display:block; }#KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuSLz0yL3dUQO27BMLesIArLRPMtXUTn { width:234px;height:186px;top:147px;left:10px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #hX1TSuMncoC4NG3R8Hy5WZFe58XqzgcI { width:100px;height:100px;top:19px;left:77px;display:block; }
 }@media only screen and (max-width: 763px) { #a5WcSu1dvNhCTboRZGu8eaesBKWX9KoF { width:50px;height:50px;top:44px;left:102px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #T2HZ7seQb8HlQN7nfMyma8IGkiMdhyx0 { width:40px;height:40px;top:0;left:138px;display:block; }
 }@media only screen and (max-width: 763px) { #yTmfMq2FRsh7huANvmPdaiSkdiQyEHKD { width:40px;height:20px;top:10px;left:138px;display:block; }
 }@media only screen and (max-width: 763px) { #veztXr5cGyQCamQo3aTzhmZXqbtzWGwv { width:234px;height:213px;top:147px;left:264px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #XOnEpg8h0gTFplGiSOLfX3ihJWRvvChI { width:100px;height:100px;top:19px;left:331px;display:block; }
 }@media only screen and (max-width: 763px) { #P1r7zqgZVxfyOVVi2W0nCxZ63RT5Vtgx { width:50px;height:50px;top:44px;left:356px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ZGQnTRRd57zy2KPQRmcDx1rB90oFmNTt { width:40px;height:40px;top:0;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #Rdkz5MrRlQXfpx9sykQOTuccVTiobfq5 { width:40px;height:20px;top:10px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #ch5URQ6WcIRb36rvRaXoaekC9wyRHZT9 { width:234px;height:133px;top:147px;left:518px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #L1QoRo2dbFmS6CzcwiB9nyK7RufWy2e5 { width:100px;height:100px;top:19px;left:585px;display:block; }
 }@media only screen and (max-width: 763px) { #gWdoD44o5C4orwXTnyTIfEiKnW40AXTh { width:50px;height:50px;top:44px;left:610px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #B21fVPCCXkOR02nXGRJ6GVB9IOFx3Jvq { width:40px;height:40px;top:0;left:646px;display:block; }
 }@media only screen and (max-width: 763px) { #TtvlTIZ0DPn0u5abzvbyhOaC7v5ahhFm { width:40px;height:20px;top:10px;left:646px;display:block; }
 }@media only screen and (max-width: 763px) { #qFQkgab85THgdT8Q7SHD06cGpRvEc73s { display:block; }#qFQkgab85THgdT8Q7SHD06cGpRvEc73s > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rF3qIoLVkoP9OkFVqqGFkbQL9EVlu3k2 { width:54px;height:54px;top:83px;left:165px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #LX8leu70hkCyIPGt93zy0NoB7N0nUI0W { width:120px;height:120px;top:50px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #KO5KyiFAfuBMHNsvhcXRpk1vhzBmgVc4 { width:285px;height:64px;top:200px;left:49px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EfAl20T9QwSN78PQ85sAFRvdwt9nf1Sd { width:54px;height:54px;top:83px;left:546px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #XZdTQdXTa7oaBTgKRtTBWzdPqVTEPUAv { width:120px;height:120px;top:50px;left:513px;display:block; }
 }@media only screen and (max-width: 763px) { #BUvvpi3GimlJsrLQTEB3C70JqcdxQwv6 { width:285px;height:32px;top:200px;left:431px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #m2RKg5IBMU8LQJBX2wShu3pwPf2AiiDB { display:block; }#m2RKg5IBMU8LQJBX2wShu3pwPf2AiiDB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSSlUvhT7h3Fr69iRnSqma6aqRPBC1Hi { width:732px;height:60px;top:141px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gonSeKosiTGdNp0Ne6pVgnQohhqpxS5K { width:351px;height:52px;top:215px;left:42px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MUI8CZ9sTIdsNPyORmfhAoWQFOGTS9Mc { width:430px;height:62px;top:297px;left:2.5px;display:block; }
 }@media only screen and (max-width: 763px) { #m7cTBGWkRW0VpVZKvXyePQTNc6fP8TDB { display:block; }
 }@media only screen and (max-width: 763px) { #Dk88ENA0RHZKXVRWkDXOsRe1rSG6idV2 { width:200px;height:;top:407px;left:196.32293701172px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Hb1xVI6vEoPub32KyIKWUTPKPzABbLQU { display:block; }#Hb1xVI6vEoPub32KyIKWUTPKPzABbLQU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1bTsvJJyeXcHXLXJe5rTgBOcAksctXT { width:374px;height:374px;top:51px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #NOVwrMFzOOagTsX885zMH0n9wes4cmRb { width:374px;height:374px;top:50px;left:385px;display:block; }
 }@media only screen and (max-width: 763px) { #ATTuk47AedBiRLn0u32uBm5hBU7lbfMr { width:328px;height:394px;top:57px;left:409px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #HwTMw5AGd79ntXEGehxRKTNfmr9MgrZG { display:block; }#HwTMw5AGd79ntXEGehxRKTNfmr9MgrZG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlbZtb1dCB9vT6W8lU4xDXNTofTdgz8q { width:434px;height:50px;top:57px;left:165px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Qogswb3Z/astrology_astronomy_constellation_1376766.jpg");background-position:center left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:1098px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2p4sNWp9n3Q0PVTTmvWQLq2q9kNf1g6 { width:300px;height:144px;top:52px;left:10px;text-align:left;text-align-last:left;font-size:37px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #p6bsXFT3Q8VT4WQO0agF6FBZaFb5pGy8 { width:295px;height:208.667px;top:199.32295227051px;left:12.500000953674px;text-align:left;text-align-last:left;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VSXTCKncVKB1ZP4VOsACKbw8mOLTeZEw { width:255px;height:55px;top:442px;left:32.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #eKAViMmJPIPi8WpmmLzOqJBQf0FqJfLr { display:block; }
 }@media only screen and (max-width: 763px) { #ln2rgccVEdZgh4lXr18n43VZ1G1ohrGJ { width:255px;height:55px;top:496px;left:32.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #hV7Db6IgPNfUwR4FPJMsWwRVbPNGgfRf { display:block; }
 }@media only screen and (max-width: 763px) { #vM79DO5CnyKOQhwkFuwTe0nOqSBWAsBU { width:320px;height:289.333px;top:591.5px;left:0;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NVnJvNrfiDD2yveg5bLJE4AKzCnkyqBX { width:320px;height:365px;top:559px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #kRblgVAhwC30HPAWC5WHco22v0A9pfyI { width:69px;height:41.3333px;top:967.16668701172px;left:125.50000476837px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JhE3B86S4y5hy3QB5efBb526ExyRQVV1 { width:99px;height:78px;top:948.82293701172px;left:110.50000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O { display:block; }#vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O > .row .container { width:320px;height:153px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ou1lnvE3ecAShBDLA4gbfNaOuau3Aqcx { width:320px;height:30px;top:70px;left:0;text-align:center;text-align-last:center;font-size:30px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC { display:block; }#KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC > .row .container { width:320px;height:833px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuSLz0yL3dUQO27BMLesIArLRPMtXUTn { width:234px;height:108px;top:161px;left:43px;text-align:center;text-align-last:center;font-size:18px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hX1TSuMncoC4NG3R8Hy5WZFe58XqzgcI { width:100px;height:100px;top:19px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #a5WcSu1dvNhCTboRZGu8eaesBKWX9KoF { width:50px;height:50px;top:44px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #T2HZ7seQb8HlQN7nfMyma8IGkiMdhyx0 { width:40px;height:40px;top:0;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #yTmfMq2FRsh7huANvmPdaiSkdiQyEHKD { width:40px;height:20.6667px;top:10px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #veztXr5cGyQCamQo3aTzhmZXqbtzWGwv { width:234px;height:126px;top:438px;left:43px;text-align:center;text-align-last:center;font-size:18px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XOnEpg8h0gTFplGiSOLfX3ihJWRvvChI { width:100px;height:100px;top:310px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #P1r7zqgZVxfyOVVi2W0nCxZ63RT5Vtgx { width:50px;height:50px;top:335px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ZGQnTRRd57zy2KPQRmcDx1rB90oFmNTt { width:40px;height:40px;top:291px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #Rdkz5MrRlQXfpx9sykQOTuccVTiobfq5 { width:40px;height:20.6667px;top:301px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #ch5URQ6WcIRb36rvRaXoaekC9wyRHZT9 { width:234px;height:72px;top:743px;left:43px;text-align:center;text-align-last:center;font-size:18px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #L1QoRo2dbFmS6CzcwiB9nyK7RufWy2e5 { width:100px;height:100px;top:615px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #gWdoD44o5C4orwXTnyTIfEiKnW40AXTh { width:50px;height:50px;top:638px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #B21fVPCCXkOR02nXGRJ6GVB9IOFx3Jvq { width:40px;height:40px;top:594px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #TtvlTIZ0DPn0u5abzvbyhOaC7v5ahhFm { width:40px;height:20.6667px;top:606px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #qFQkgab85THgdT8Q7SHD06cGpRvEc73s { display:block; }#qFQkgab85THgdT8Q7SHD06cGpRvEc73s > .row .container { width:320px;height:490px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rF3qIoLVkoP9OkFVqqGFkbQL9EVlu3k2 { width:54px;height:54px;top:60px;left:134px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #LX8leu70hkCyIPGt93zy0NoB7N0nUI0W { width:120px;height:120px;top:27px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #KO5KyiFAfuBMHNsvhcXRpk1vhzBmgVc4 { width:285px;height:18px;top:177px;left:18px;text-align:center;text-align-last:center;font-size:18px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EfAl20T9QwSN78PQ85sAFRvdwt9nf1Sd { width:54px;height:54px;top:286px;left:134px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #XZdTQdXTa7oaBTgKRtTBWzdPqVTEPUAv { width:120px;height:120px;top:253px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #BUvvpi3GimlJsrLQTEB3C70JqcdxQwv6 { width:285px;height:18px;top:403px;left:18px;text-align:center;text-align-last:center;font-size:18px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #m2RKg5IBMU8LQJBX2wShu3pwPf2AiiDB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Qogswb3Z/astrology_astronomy_constellation_1376766.jpg");background-position:center left;background-repeat:no-repeat;background-attachment:fixed;display:block; }#m2RKg5IBMU8LQJBX2wShu3pwPf2AiiDB > .row .container { background-color: transparent; background-image: none; }#m2RKg5IBMU8LQJBX2wShu3pwPf2AiiDB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m2RKg5IBMU8LQJBX2wShu3pwPf2AiiDB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m2RKg5IBMU8LQJBX2wShu3pwPf2AiiDB > .row .container > .video-iframe-container { display: none; }#m2RKg5IBMU8LQJBX2wShu3pwPf2AiiDB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m2RKg5IBMU8LQJBX2wShu3pwPf2AiiDB > .row > .video-iframe-container { display: none; }#m2RKg5IBMU8LQJBX2wShu3pwPf2AiiDB > .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); }#m2RKg5IBMU8LQJBX2wShu3pwPf2AiiDB > .row .container { width:320px;height:356px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSSlUvhT7h3Fr69iRnSqma6aqRPBC1Hi { width:320px;height:90.6667px;top:58px;left:0;text-align:center;text-align-last:center;font-size:35px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gonSeKosiTGdNp0Ne6pVgnQohhqpxS5K { width:320px;height:46.6667px;top:176px;left:0;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #MUI8CZ9sTIdsNPyORmfhAoWQFOGTS9Mc { width:304px;height:66px;top:242.6667px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #m7cTBGWkRW0VpVZKvXyePQTNc6fP8TDB { display:block; }
 }@media only screen and (max-width: 763px) { #Dk88ENA0RHZKXVRWkDXOsRe1rSG6idV2 { width:200px;height:0;top:324.6667px;left:60px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hb1xVI6vEoPub32KyIKWUTPKPzABbLQU { display:block; }#Hb1xVI6vEoPub32KyIKWUTPKPzABbLQU > .row .container { width:320px;height:786px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1bTsvJJyeXcHXLXJe5rTgBOcAksctXT { width:320px;height:320px;top:20px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #NOVwrMFzOOagTsX885zMH0n9wes4cmRb { width:318px;height:374px;top:360px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ATTuk47AedBiRLn0u32uBm5hBU7lbfMr { width:320px;height:394.6661px;top:366.67724609375px;left:0;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HwTMw5AGd79ntXEGehxRKTNfmr9MgrZG { background-color:transparent;background-image: -webkit-linear-gradient(top, #df5bbe, #611ece);background-image: -moz-linear-gradient(top, #df5bbe, #611ece);background-image: -ms-linear-gradient(top, #df5bbe, #611ece);background-image: -o-linear-gradient(top, #df5bbe, #611ece);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#df5bbe', endColorstr='#611ece' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#df5bbe', endColorstr='#611ece' );";background-image: linear-gradient(to bottom, #df5bbe, #611ece);display:block; }#HwTMw5AGd79ntXEGehxRKTNfmr9MgrZG > .row .container { background-color: transparent; background-image: none; }#HwTMw5AGd79ntXEGehxRKTNfmr9MgrZG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HwTMw5AGd79ntXEGehxRKTNfmr9MgrZG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HwTMw5AGd79ntXEGehxRKTNfmr9MgrZG > .row .container > .video-iframe-container { display: none; }#HwTMw5AGd79ntXEGehxRKTNfmr9MgrZG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HwTMw5AGd79ntXEGehxRKTNfmr9MgrZG > .row > .video-iframe-container { display: none; }#HwTMw5AGd79ntXEGehxRKTNfmr9MgrZG > .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); }#HwTMw5AGd79ntXEGehxRKTNfmr9MgrZG > .row .container { width:320px;height:95px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlbZtb1dCB9vT6W8lU4xDXNTofTdgz8q { width:320px;height:41.3333px;top:20px;left:0;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }