@font-face {
  font-family: Gt walsheim pro;
  src: url('../fonts/GT-Walsheim-Pro-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fontawesome webfont 2";
  src: url('../fonts/fontawesome-webfont_2.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gt walsheim;
  src: url('../fonts/GT-Walsheim-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gt walsheim;
  src: url('../fonts/GT-Walsheim-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gt walsheim;
  src: url('../fonts/GT-Walsheim-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

:root {
  --white-2: #fffdf9;
  --a-purple: #764a9d;
  --burntsienna: #f57c59;
  --a-black: #181828;
  --white: white;
  --slate-blue: #5748c5;
  --orange: #fdb54c;
  --midnight-blue: #20193a;
  --black: black;
  --dark-slate-blue: #4f5e78;
  --white-smoke: #f5f6f8;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 66px;
}

h3 {
  color: var(--white-2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

p {
  margin-top: 12px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
}

a {
  text-decoration: underline;
}

.container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 42px;
  padding-bottom: 42px;
  display: block;
}

.container.flex {
  justify-content: space-between;
  width: 90%;
  max-width: 1280px;
  display: flex;
}

.container.flex.flip {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.container.numerology {
  border: 2px solid var(--a-purple);
  background-color: var(--a-purple);
  background-image: linear-gradient(117deg, #58307c, #9c598b);
  border-radius: 20px;
  width: 90%;
  max-width: 1280px;
  margin-top: 42px;
  margin-bottom: 42px;
  padding: 60px 76px;
}

.container.centred {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section {
  background-image: url('../images/main-hero.png'), linear-gradient(327deg, #20193a, #5a49d6);
  background-position: 50% 100%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: contain, auto;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 110px 55px 160px;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  font-family: Gt walsheim, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
}

.paragraph {
  color: #e9e9e9;
  text-align: center;
  max-width: 550px;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-plain {
  text-align: center;
  background-color: #5748c5;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 190px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gt walsheim, sans-serif;
  font-weight: 500;
  display: flex;
}

.button-plain:hover {
  border: 1px #fff;
}

.button-plain.button-outline {
  color: #fff;
  background-color: #0000;
  border: 1px solid #5748c5;
  margin-left: 30px;
}

.heading-2 {
  color: #fff;
  text-align: left;
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.heading-2.heading-black {
  color: #20193a;
  padding-left: 10px;
}

.paragraph-small {
  color: #fff;
  text-align: left;
  max-width: 590px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.navbar-3 {
  background-color: #fff;
  height: 85px;
}

.nav-contain {
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link-5 {
  color: #20193a;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  height: 100%;
  min-height: 85px;
  padding: 34px 29px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
}

.nav-link-5:hover {
  color: #fff;
  background-color: #5748c5;
}

.nav-link-5.w--current {
  color: #31414e;
  font-weight: 700;
}

.logo-mid {
  margin-left: 35px;
  margin-right: 35px;
  font-family: Varela Round, sans-serif;
}

.text-span {
  color: #ffffff2e;
  font-size: 15px;
}

.button {
  background-color: var(--burntsienna);
  border-radius: 4px;
  margin-left: 0;
  padding: 16px 25px;
  transition: all .3s cubic-bezier(.55, .055, .675, .19);
  display: inline-block;
}

.button:hover {
  background-color: var(--a-purple);
  border: 1px #fff;
}

.button.button-d {
  color: #4f5e78;
  background-color: #f5f6f8;
  font-weight: 500;
  transition-timing-function: linear;
}

.button.button-d:hover {
  background-color: #e2e4e7;
  border-style: none;
}

.button.button-advert {
  text-align: center;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
}

.button.button-advert:hover {
  background-color: #5748c5;
}

.button.form {
  flex: 0 auto;
  align-self: stretch;
  margin-top: 21px;
  padding: 11px 49px;
}

.button.centred {
  text-align: center;
}

.button.shorten-mob.pop {
  text-align: center;
  flex: 1;
}

.product-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-left {
  background-color: #f4f5f7;
  width: 20%;
  height: 100%;
  padding-left: 0;
  display: flex;
  position: fixed;
}

.text-span-2 {
  margin-right: 8px;
  font-family: "Fontawesome webfont 2", sans-serif;
}

.text-span-3 {
  margin-left: 8px;
  font-family: "Fontawesome webfont 2", sans-serif;
  font-size: 15px;
}

.link {
  color: #4f5e78;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.info-wrap {
  margin-bottom: 120px;
  padding: 5px 5px 30px;
}

.nav-bar-wrap {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-link-3 {
  color: var(--a-black);
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 300;
}

.nav-link-3.hvr-pop {
  transition: background-color .5s;
}

.nav-link-3.hvr-pop:hover {
  color: var(--a-black);
  background-color: #fff0db;
  border-radius: 4px;
}

.nav-link-3.hvr-pop.w--current {
  color: var(--a-black);
}

.navbar-1 {
  background-color: var(--white-2);
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-menu-2 {
  align-items: center;
  display: flex;
}

.nav-btn {
  background-color: var(--a-purple);
  background-image: linear-gradient(98deg, var(--a-purple), #a75d85);
  letter-spacing: 1px;
  border-radius: 4px;
  margin-left: 25px;
  font-weight: 400;
  transition: background-color .5s;
}

.nav-btn:hover {
  background-image: linear-gradient(98deg, var(--burntsienna), #a75d85);
}

.navbar-2 {
  background-color: #f0f0f0;
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 35px;
}

.brand-3 {
  background-color: #5748c5;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 80px;
  display: flex;
}

.nav-link-4 {
  color: #20193a;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.nav-menu-3 {
  align-items: center;
  height: 100%;
  min-height: 80px;
  margin-top: 0;
  display: flex;
}

.link-2 {
  color: var(--a-purple);
  margin-left: 18px;
  font-family: "Fontawesome webfont 2", sans-serif;
  font-size: 21px;
  text-decoration: none;
}

.link-2:hover {
  color: var(--burntsienna);
}

.link-2.grey {
  color: #ccc;
}

.logo-text {
  color: #20193a;
  margin-top: 10px;
  font-family: Gt walsheim, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
}

.logo-text.l-t-w {
  color: #fff;
  text-decoration: none;
}

.brand-4 {
  height: 100%;
}

.heading-5 {
  color: #5748c5;
  margin-top: 10px;
  font-size: 30px;
  line-height: 25px;
}

.div-block-4 {
  background-color: #5748c5;
  width: 100%;
  height: 3px;
}

.split-line {
  background-color: #4f5e7826;
  width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 15px;
}

.split-line.menu-split-line {
  margin-bottom: 35px;
}

.info-text {
  float: left;
  color: #4f5e7866;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  display: block;
}

.navbar-6 {
  max-width: 1250px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar6-contain {
  background-color: #f0f0f0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.burger-wrapper {
  z-index: 201;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 60px;
  height: 60px;
  padding: 15px;
  display: flex;
  position: relative;
}

.line-1 {
  background-color: #000;
  width: 27px;
  height: 2px;
}

.line-2 {
  background-color: #20193a;
  width: 20px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.line-3 {
  background-color: #20193a;
  width: 27px;
  height: 2px;
}

.navmenu-6 {
  width: 100%;
  height: 80px;
}

.navbar6-logo {
  text-decoration: none;
}

.footer-1-inbox {
  border-right: 1px #000;
  border-radius: 4px 0 0 4px;
}

.textlinks {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.footer-1-copywrite {
  color: #b0b1b2;
  text-align: center;
  letter-spacing: .3px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 12px;
}

.footer-1-s-link {
  color: #a1a1a1;
  letter-spacing: 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.footer-1-link {
  color: var(--burntsienna);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: DM Sans, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 20px;
}

.form-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-button-3 {
  background-color: #5748c5;
  border-left: 1px #000;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 10px;
  font-family: "Fontawesome webfont 2", sans-serif;
}

.footer-1-col.hide {
  display: none;
}

.footer-1-para {
  color: #4f5e78;
  max-width: 233px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: none;
}

.footer-1-row.hide-mob {
  display: block;
}

.link-5 {
  color: #ff6f008c;
  text-decoration: none;
  display: none;
}

.footer-1-legal {
  margin-top: 45px;
}

.footer-1-wrapper {
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-1 {
  background-color: #41245a;
  padding: 80px 25px;
}

.footer-3-para {
  color: #4f5e78;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 23px;
  display: flex;
}

.footer-3-link {
  color: #5748c5;
  margin-left: 19px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.footer-3-col-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-3-copywrite {
  color: #4f5e78;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.footer-3-col {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.row-5 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: block;
}

.footer-3-links {
  margin-bottom: 20px;
  margin-right: -20px;
  padding-right: 0;
}

.footer-3-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.footer-3-button {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-3 {
  background-color: #ebebeb;
  padding: 100px 5% 20px;
}

.footer-3-line {
  background-color: #4f5e783b;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-4 {
  background-color: #20193a;
  padding: 15px;
}

.footer-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-container.fb-footer {
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-col {
  flex: 1;
  padding: 20px 15px;
}

.footer-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #c7c7c717;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.footer-link {
  color: #afafaf;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.fb-footer-wrapper {
  color: #8b8b8b;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-text {
  display: flex;
}

.fb-footer-link {
  color: #8b8b8b;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: inline-block;
}

.icon.fb-footer-link {
  color: #d8d8d8;
  font-family: "Fontawesome webfont 2", sans-serif;
}

.div-block-5 {
  background-color: #372e57;
  padding: 12px;
}

.right-content {
  background-color: #f1efef;
  width: 80%;
  margin-left: 20%;
  padding-top: 0;
}

.text-block-2 {
  float: left;
  color: #20193a;
  font-family: Gt walsheim, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.menu-link-bg {
  float: left;
  background-color: #4f5e781a;
  border-radius: 100px;
  align-items: center;
  padding: 17px 32px;
  display: flex;
}

.menu-link-bg:focus {
  background-color: #5748c5;
}

.div-block-11 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 30%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
  overflow: auto;
}

.drop-menu {
  opacity: 0;
  border-radius: 4px;
  flex-direction: column;
  margin-top: 8px;
  padding: 10px 10px 10px 15px;
  display: none;
  box-shadow: 1px 1px 13px #4f5e7842;
}

.menu-link {
  flex: 0 auto;
  margin-bottom: 15px;
}

.content-container-white {
  background-color: #fff;
  width: 100%;
  padding: 120px 3% 80px;
}

.button-3 {
  background-color: #5748c5;
  border-radius: 50px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.button-3.button-3-d {
  color: #4f5e78;
  background-color: #f5f6f8;
}

.button-3.button-3-w {
  background-color: #ffab00;
}

.text-span-4 {
  margin-right: 7px;
  font-family: "Fontawesome webfont 2", sans-serif;
  font-size: 14px;
}

.text-span-5 {
  margin-left: 8px;
  font-family: "Fontawesome webfont 2", sans-serif;
}

.navbar-6-2 {
  background-color: #5748c5;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-2 {
  float: left;
  width: 52px;
  margin: 14px;
  padding-bottom: 0;
  display: block;
}

.nav-menu-4 {
  float: left;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-link-6 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  transition: color .2s;
}

.nav-link-6:hover {
  color: #8a8a8a;
}

.nav-link-6.w--current {
  color: #8b8b8b;
}

.login-button {
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 5px 20px;
  font-family: Roboto, sans-serif;
}

.content-container {
  background-color: #fff;
  width: 100%;
  padding: 80px 3%;
}

.card-wrap-bg {
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/img-card-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 2px;
  min-height: 560px;
  padding: 126px 15% 40px;
  position: relative;
}

.arrow-wrap {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: -1px 1px 3px #0000001f;
}

.arrow-block {
  background-color: #fffc;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.arrow-block-2 {
  background-color: #fffc;
  border-left: 1px solid #00000030;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.heading-14 {
  color: #f3f3f3;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.column-7 {
  padding: 10px;
}

.paragraph-4 {
  color: #fffffff0;
  font-family: Gt walsheim, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.card-cta {
  background-color: #5748c5;
  border-radius: 2px;
  min-height: 250px;
  padding: 10% 15%;
  position: relative;
}

.card-cta-tag {
  background-color: #fff;
  border-radius: 2px;
  padding: 5px 10px;
  position: absolute;
  top: 1rem;
  left: 1.2rem;
}

.card-cta-tag.card-cta-tag-2 {
  background-color: #5748c5;
}

.card-cta-tag.card-cta-tag-small {
  background-color: #5748c5;
  padding-left: 8px;
  padding-right: 8px;
  left: 1rem;
}

.card-cta-tag.card-cta-tag-small.card-cta-colour2 {
  background-color: #4bb14b;
}

.card-cta-text {
  color: #20193a;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.card-cta-text.card-cta-text-2 {
  color: #fff;
}

.card-cta-text.card-cta-text-sml {
  color: #fff;
  font-size: 12px;
}

.card-cta-heading {
  color: #fff;
  margin-top: 45px;
  margin-bottom: 45px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
}

.cards-social-bottom {
  z-index: 130;
  position: absolute;
  bottom: 1.2rem;
  left: 1.2rem;
  right: 0;
}

.social-card-base {
  float: left;
  background-color: #ffffff1f;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 6px 11px;
  display: flex;
}

.social-card-base.social-card-padding {
  margin-left: 8px;
}

.image {
  filter: invert();
}

.link-7 {
  color: #fff;
  margin-left: 13px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.heading-15 {
  color: #20193a;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
}

.div-block-21 {
  border-radius: 4px;
  justify-content: center;
  align-items: flex-end;
  min-height: 230px;
  margin-top: 25px;
  display: flex;
  position: relative;
  box-shadow: 3px 3px 13px #4f5e7824;
}

.div-block-22 {
  z-index: 99;
  background-image: url('../images/img-4.jpg'), linear-gradient(#00000036, #00000036), url('../images/img-1.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
  width: 50%;
  min-height: 230px;
  position: relative;
}

.div-block-23 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  min-height: 230px;
  padding: 15px 28px 15px 23px;
  display: flex;
}

.paragraph-5 {
  color: #20193a;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
}

.link-8 {
  color: #5748c5;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  position: static;
  top: 13px;
  bottom: 0;
  right: 0;
}

.column-10 {
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-24 {
  background-color: #5748c5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 460px;
  padding: 100px 5%;
  display: flex;
}

.text-block-4 {
  color: #f8f8f8;
  margin-right: 13px;
  font-family: Roboto, sans-serif;
}

.link-block-2 {
  text-decoration: none;
}

.card-advert-2 {
  background-image: url('../images/bg-img-3.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 450px;
  padding: 80px 35px 35px;
  display: flex;
}

.top-tag {
  text-align: center;
  background-color: #5748c5;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: center;
  align-items: center;
  max-width: 110px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 0%;
  right: 0%;
}

.top-tag.top-tag-large {
  background-color: #20193a;
  max-width: 170px;
}

.link-9 {
  color: #fff;
  letter-spacing: 2px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.heading-16 {
  color: #20193a;
  text-align: center;
  font-family: Gt walsheim pro, sans-serif;
}

.text-block-5 {
  color: #4f5e78;
  font-family: Gt walsheim, sans-serif;
  font-size: 14px;
}

.div-block-28 {
  background-color: #4f5e783d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 200px;
  padding: 55px 15px;
  display: flex;
  position: relative;
}

.row-8 {
  margin-bottom: 30px;
}

.button-social {
  background-color: #5748c5;
  border-radius: 4px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: "Fontawesome webfont 2", sans-serif;
  font-size: 16px;
}

.button-social.mid {
  margin-left: 5px;
  margin-right: 5px;
}

.button-social.social-round {
  border-radius: 100px;
}

.overlay {
  z-index: 1000;
  background-color: #00000094;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: none;
  position: fixed;
  inset: 0;
}

.info-card {
  background-color: #5748c5;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  min-height: 400px;
  padding: 15px;
  display: flex;
  position: relative;
}

.heading-20 {
  color: #ffffffcf;
  margin-top: 40px;
  margin-bottom: 15px;
  font-family: Gt walsheim pro, sans-serif;
  font-weight: 600;
}

.paragraph-8 {
  color: #ffffffc4;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 8px;
  line-height: 15px;
}

.div-block-30 {
  position: absolute;
  top: 0;
  right: 0;
}

.x-close {
  color: #fff;
  cursor: pointer;
  padding: 5px 13px 13px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.overlay-2 {
  z-index: 1000;
  background-color: #00000094;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: none;
  position: fixed;
  inset: 0;
}

.overlay-3 {
  z-index: 1000;
  background-color: #00000094;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.overlay-4, .overlay-5 {
  z-index: 1000;
  background-color: #00000094;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: none;
  position: fixed;
  inset: 0;
}

.link-10 {
  color: #fff;
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
}

.quote-card {
  background-color: #f5f6f8;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 380px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 24px #00000038;
}

.text-block-8 {
  float: left;
  color: #5748c5;
  font-family: Gt walsheim, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.quote-container {
  width: 100%;
  padding-top: 40px;
}

.heading-21 {
  color: #20193a0a;
  font-family: Oswald, sans-serif;
  font-size: 13rem;
  overflow: visible;
}

.div-block-32 {
  position: absolute;
  top: 95px;
  left: 27px;
}

.heading-22 {
  color: #20193a;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  line-height: 36px;
  position: static;
}

.div-block-33 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.image-3 {
  border-radius: 100px;
}

.div-block-34 {
  flex-direction: column;
  display: flex;
}

.text-block-9 {
  color: #20193a;
  margin-left: 8px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.text-name-under {
  color: #4f5e78;
  margin-left: 8px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 17px;
}

.div-block-35 {
  min-height: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.column-13 {
  padding-left: 15px;
}

.quote-card-2 {
  background-color: #f5f6f8;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  min-height: 380px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 24px #00000038;
}

.news-item-image {
  background-image: url('../images/img3.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  min-height: 160px;
}

.div-block-37 {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.heading-23 {
  color: #20193a;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 19px;
}

.para-mid {
  color: #20193a;
  text-align: left;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

.overlay-6, .overlay-last {
  z-index: 1000;
  background-color: #00000094;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: none;
  position: fixed;
  inset: 0;
}

.info-block {
  padding: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.link-11 {
  color: #ffffff59;
}

.button-grey {
  color: #4f5e78;
  cursor: pointer;
  background-color: #f5f6f8;
  border-radius: 4px;
  margin-left: 0;
  padding: 16px 25px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition: all .3s cubic-bezier(.55, .055, .675, .19);
}

.button-grey:hover {
  background-color: #e0e0e0;
  border: 1px #fff;
}

.button-yellow {
  background-color: #ffab00;
  border-radius: 4px;
  margin-left: 0;
  padding: 16px 25px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition: all .3s cubic-bezier(.55, .055, .675, .19);
}

.button-yellow:hover {
  background-color: #c58910;
  border: 1px #fff;
}

.info-button-container-2 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-right: 14px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-block-10 {
  margin-left: 7px;
  font-family: Gt walsheim, sans-serif;
}

.link-12 {
  color: #5748c5;
  text-decoration: none;
}

.bold-text {
  margin-right: 5px;
  font-family: "Fontawesome webfont 2", sans-serif;
}

.container-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.flowbase-navigation {
  z-index: 99;
  background-color: var(--white);
  border-bottom: 1px solid #9b9eb838;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 20px 3%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container-flex-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flowbase-logo {
  width: 55px;
}

.button-wrapper-2 {
  align-items: center;
  display: flex;
  position: relative;
}

.button-menu {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px #201b3d99, inset 1px 1px 3px #eee6ff70, 1px 1px 2px #5b3acc;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px #201b3d38, inset -1px -1px 3px #eee6ff00, 1px 1px 2px #5b3acc;
}

.arrow-cta {
  width: 100px;
  position: absolute;
  inset: auto 19% -139% auto;
}

.link-13 {
  color: var(--slate-blue);
  margin-right: 20px;
  font-size: 17px;
  text-decoration: none;
}

.body {
  background-color: #0000;
}

.image-4 {
  height: 60px;
}

.sectiona {
  background-color: var(--white-2);
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
  position: relative;
}

.sectiona.off-white {
  background-color: var(--white-2);
  padding-top: 42px;
  padding-bottom: 80px;
  display: block;
}

.sectiona.purple {
  background-image: radial-gradient(circle at 100% 0, #603685 20%, #ac5a70);
}

.sectiona.cta {
  background-image: radial-gradient(circle at 0 0, #623788 43%, #8a4263);
}

.hero-content {
  width: 50%;
}

.topline {
  color: var(--burntsienna);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.topline.white {
  color: var(--white-2);
}

.h1 {
  margin-top: 10px;
  font-size: 54px;
}

.hero-graphics {
  justify-content: flex-end;
  margin-left: auto;
  padding-left: 52px;
  display: block;
  position: relative;
}

.hero-graphics.small {
  justify-content: space-between;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-graphics.left {
  margin-left: 0;
  margin-right: auto;
}

.stars {
  z-index: 1;
  width: 180%;
  max-width: none;
  position: absolute;
  inset: 0% 27% 0% -51%;
}

.stars.small {
  width: 140%;
}

.semicircle {
  z-index: 2;
  width: 340px;
  position: relative;
}

.semicircle._2 {
  width: 270px;
}

.sun {
  z-index: 3;
  width: 120%;
  max-width: none;
  position: absolute;
  top: 102px;
  left: -144px;
}

.space-med {
  height: 40px;
}

.space-med.hide-lap {
  display: none;
}

.space-small {
  height: 16px;
}

.content-wrap {
  width: 50%;
}

.content-wrap.full {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.content-wrap.numero {
  width: 100%;
  display: flex;
}

.content-wrap._60 {
  width: 60%;
}

.content-wrap.hide-desk {
  display: block;
}

.h2 {
  max-width: 660px;
  font-size: 42px;
  font-weight: 400;
  line-height: 54px;
}

.h2.white {
  color: var(--white-2);
}

.h2.white.centred {
  text-align: center;
}

.h2.white.result {
  font-size: 24px;
  line-height: 32px;
}

.graphic {
  z-index: 2;
  width: 70%;
  padding-top: 48px;
  position: relative;
}

.moon {
  z-index: 1;
  width: 360px;
  margin-left: 173px;
  padding-top: 48px;
  position: absolute;
  inset: 0% auto auto -30%;
}

.constellation {
  z-index: 2;
  width: 400px;
  margin-right: 0;
  padding-top: 48px;
  position: relative;
}

.cloud {
  z-index: 2;
  width: 400px;
  padding-top: 48px;
  position: relative;
  left: -154px;
}

.para.white {
  color: #d3d3d3;
}

.para.white.centred {
  text-align: center;
}

.para.white.scrollable {
  height: 200px;
  overflow: scroll;
}

.button-wrap {
  grid-column-gap: 16px;
  flex-direction: row;
  display: flex;
}

.button-wrap.pop-up {
  justify-content: center;
  align-items: center;
}

.centred-content {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.vertical-space {
  width: 36px;
}

.grid {
  z-index: 2;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  position: relative;
}

.card {
  border: 2px solid var(--a-purple);
  background-color: #452660c7;
  border-radius: 4px;
  padding: 30px 28px;
  box-shadow: 4px 1px 14px -4px #58327a;
}

.card.centred {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card.test {
  grid-column-gap: 16px;
  grid-row-gap: 2px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.h3 {
  color: var(--orange);
  margin-bottom: 30px;
}

.h3.centred {
  text-align: left;
}

.h3.small {
  font-size: 21px;
}

.stars-bg {
  z-index: 0;
  position: absolute;
  inset: 12% 0% 0%;
}

._2-grid {
  z-index: 2;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  position: relative;
}

.stars-cta {
  z-index: 1;
  width: 100%;
  max-width: none;
  position: absolute;
  inset: 0% 27% 0% -4%;
}

.stars-cta.small {
  width: 140%;
}

.testimonial-grid {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  position: relative;
}

.testimonial-img {
  object-fit: cover;
  border-radius: 200px;
  width: 140px;
  height: 140px;
}

.logo {
  mix-blend-mode: multiply;
  height: 60px;
}

.logo.dark {
  mix-blend-mode: normal;
  height: 120px;
}

.link-14 {
  color: #bda0d6;
}

.social-wrap {
  margin-top: 4px;
  margin-left: -16px;
}

.constellation-2 {
  z-index: 1;
  width: 360px;
  margin-left: 36px;
  padding-top: 48px;
  position: absolute;
  left: 63px;
}

.input-label {
  color: var(--white-2);
  min-width: 116px;
  font-size: 16px;
  font-weight: 300;
}

.numero-form {
  width: 70%;
  margin-top: 24px;
  padding-left: 28px;
}

.numero-form-in {
  border: 2px none var(--white-2);
  opacity: 1;
  color: var(--white);
  background-color: #ffffff1c;
  border-radius: 4px;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 12px;
  margin-right: 44px;
}

.form-input-wrap {
  grid-column-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-input-wrap.vert {
  flex-direction: column;
}

.form-3 {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-38 {
  grid-column-gap: 16px;
  display: flex;
}

.yellow {
  color: var(--orange);
  line-height: 48px;
}

.page-wrap {
  overflow: hidden;
}

.tab-name {
  background-color: #59307e;
  width: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tab-name.w--current {
  border-bottom: 4px solid var(--orange);
  color: var(--midnight-blue);
  background-color: #8d59bb;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.tab-label {
  color: var(--white-2);
  text-align: center;
  font-size: 16px;
}

.tab-pane {
  padding-top: 40px;
}

.faq-content {
  margin-top: -2px;
  overflow: hidden;
}

.highlight {
  color: #784fe0;
}

.faq-text-details {
  color: #637178;
  text-align: center;
  letter-spacing: -.27px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.animation {
  width: 60px;
  height: 60px;
}

.paragraph-9 {
  color: #445567;
  letter-spacing: -.25px;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 42px;
  padding-bottom: 42px;
  font-size: 16px;
  line-height: 28px;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.faq-wrap {
  flex-direction: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.question-title {
  color: var(--midnight-blue);
  font-size: 18px;
  line-height: 24px;
}

.faq-question-bar {
  background-color: var(--white-2);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
  box-shadow: 7px 7px 60px #502f6e;
}

.package-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  background-color: #764a9dbd;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  padding: 16px 30px;
  display: grid;
}

.para-big {
  color: var(--white-2);
  font-size: 18px;
  line-height: 26px;
}

.text-span-6 {
  font-size: 14px;
}

.tabs {
  background-color: #ffffff08;
  margin-top: 48px;
  display: none;
}

.flex {
  display: flex;
  position: relative;
}

.text-span-7 {
  font-size: 14px;
}

.founder {
  z-index: 4;
  border-radius: 900px;
  width: 180%;
  max-width: none;
  position: absolute;
  inset: 0% 27% 0% -51%;
}

.founder.small {
  width: 140%;
}

.picture {
  z-index: 4;
  background-image: url('../images/WhatsApp-Image-2023-08-30-at-4.23.00-PM.jpeg');
  background-position: 50%;
  background-size: auto;
  border-radius: 500px;
  width: 340px;
  height: 400px;
  margin-top: -419px;
  position: relative;
  left: -42px;
}

.tabs-menu {
  display: flex;
}

.saturn {
  z-index: 3;
  width: 150%;
  max-width: none;
  position: absolute;
  top: 102px;
  left: -144px;
}

.testimonial {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.test-slide {
  width: 30%;
  margin-right: 16px;
}

.mask {
  width: auto;
  height: auto;
}

.slide-nav {
  display: none;
}

.text-span-8 {
  color: #4a266b;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.wheel {
  z-index: 2;
  width: 100%;
  position: absolute;
  inset: 15% auto auto -13%;
}

.text-span-9 {
  font-weight: 500;
  line-height: 28px;
}

.paper {
  z-index: 5;
  position: absolute;
  inset: 26% 0% 0%;
}

.arrow {
  inset: 0% auto 0% -6%;
}

.logo-3 {
  width: 114px;
  margin-bottom: 8px;
}

.testimonial-image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 85px;
  display: flex;
  position: relative;
}

.arrow-disabled {
  background-color: var(--a-purple);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
}

.quote-image {
  min-width: 70px;
  position: absolute;
  top: -25px;
  left: -15px;
}

.testimonial-paragraph {
  color: var(--white-2);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.icon-4 {
  color: #4c4172;
}

.testimonial-columns {
  display: flex;
}

.testimonial-author-wrap {
  margin-top: 45px;
}

.right-arrow {
  display: none;
  inset: auto 35% 0% auto;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 200px;
  width: 300px;
  height: 300px;
}

.left-arrow {
  display: none;
  position: absolute;
  inset: auto 40% 0% auto;
}

.author-name {
  color: var(--orange);
  margin-top: 0;
  font-size: 17px;
  font-weight: 400;
}

.slider-right {
  background-color: var(--orange);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px #00163214;
}

.slider-arrow-wrap {
  margin-top: 45px;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.arrow-2 {
  width: 28px;
  font-size: 16px;
}

.testimonial-content-wrap {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.slider-left {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px #0016321a;
}

.testimonial-content-block {
  max-width: 590px;
  position: relative;
}

.right-arrow-2 {
  right: -46px;
}

.text-block-11 {
  color: #fff;
  text-align: center;
  margin-top: 29px;
  font-size: 14px;
  font-weight: 300;
}

.view-all {
  background-color: var(--burntsienna);
  display: inline-block;
}

.text-block-12 {
  color: var(--white-2);
  border-radius: 2px;
  padding: 16px 20px;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.whatsapp-block {
  z-index: 30;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.live-icon-chat {
  margin-right: 0;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 5px auto auto 5px;
}

.chat-section {
  background-color: #6f5889;
  height: 50%;
  padding: 16px 20px;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.livechat-button {
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.whatsapp-container-2 {
  z-index: 30;
  cursor: pointer;
  background-color: #edf5f040;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container-2:hover {
  background-color: #38383847;
  transform: scale(1.05);
}

.livechat-button-2 {
  background-color: #25d366;
  border: 1px solid #25d366;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.mobile-logo {
  display: none;
}

.form {
  margin-bottom: 8px;
}

.pop-up-form {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-top: 24px;
  display: flex;
}

.pop-up-text-input {
  background-color: #f7f9fa;
  border: 1px solid #eff1f3;
  border-radius: 3px;
  height: 44px;
  margin-bottom: 16px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.4px;
}

.pop-up-text-input::placeholder {
  color: #c2cdd8;
}

.pop-up-button {
  color: #fff;
  text-align: center;
  background-color: #272727;
  border-radius: 3px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: opacity .2s;
}

.pop-up-button:hover {
  opacity: .8;
}

.pop-up-button:active {
  opacity: 1;
}

.pop-up-back {
  background-color: #20202099;
  position: absolute;
  inset: 0%;
}

.pop-up-exit-button {
  opacity: .2;
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.pop-up-exit-button:hover {
  opacity: .8;
}

.popup-form-error {
  color: #444;
  background-color: #dee5eb;
  border-radius: 6px;
  padding: 16px;
}

.pop-up-form-success {
  color: #33383f;
  background-color: #e9e9e9;
  border-radius: 4px;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.pop-up-wrapper {
  z-index: 300;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.pop-up-box {
  cursor: auto;
  background-color: #fff;
  border-radius: 8px;
  max-width: 600px;
  padding: 40px 40px 32px;
  position: relative;
}

.pop-up-text-box {
  max-width: 650px;
}

.pop-up-paragraph {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4em;
}

.ad {
  width: 800px;
  overflow: visible;
}

.code-embed {
  width: 100%;
  padding-right: 0;
  position: static;
  overflow: auto;
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .livechat-button-2 {
    transition: all .2s;
  }

  .livechat-button-2:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .container.flex {
    flex-direction: column;
  }

  .container.flex.flip {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .container.numerology {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-contain {
    justify-content: space-between;
  }

  .nav-link-3.hvr-pop {
    color: var(--white-2);
    text-align: center;
  }

  .navbar-1 {
    padding-top: 12px;
    padding-bottom: 0;
  }

  .nav-menu-2 {
    background-color: var(--a-purple);
    border-bottom-left-radius: 8px;
    justify-content: flex-end;
    padding-bottom: 24px;
  }

  .link-2 {
    color: var(--white-2);
  }

  .textlinks {
    letter-spacing: .2px;
    font-size: 14px;
  }

  .footer-1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row-5 {
    display: block;
  }

  .footer-3-wrap {
    width: 100%;
    margin-left: 0;
  }

  .right-content {
    width: 100%;
    margin-left: 0%;
  }

  .div-block-14 {
    background-color: #5748c5;
    height: 80px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-15 {
    justify-content: space-between;
    display: flex;
  }

  .content-container-white {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-container {
    display: block;
  }

  .nav-menu-4 {
    background-color: #5748c5;
    max-height: 430px;
    padding-top: 15px;
    padding-left: 15px;
  }

  .nav-link-6 {
    border-bottom: 1px solid #ffffff14;
    font-size: 16px;
    line-height: 22px;
  }

  .menu-button {
    color: #8b8b8b;
    margin-top: 10px;
  }

  .menu-button.w--open {
    background-color: #20193a;
    margin-top: 0;
  }

  .card-wrap-bg {
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
  }

  .column-7 {
    padding: 5px;
  }

  .paragraph-4 {
    margin-bottom: 89px;
  }

  .card-cta {
    padding-bottom: 15%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .card-cta-heading {
    margin-bottom: 75px;
  }

  .cards-social-bottom {
    flex-wrap: wrap;
    align-content: flex-start;
    display: flex;
  }

  .social-card-base {
    margin-bottom: 6px;
  }

  .social-card-base.social-card-padding {
    margin-left: 4px;
  }

  .div-block-21 {
    margin-top: 13px;
  }

  .div-block-22 {
    height: 100%;
  }

  .div-block-23 {
    padding-left: 15px;
  }

  .column-10 {
    padding: 5px;
  }

  .nav-menu-5 {
    background-color: #f5f5f5;
  }

  .nav-menu-6 {
    background-color: #fff;
  }

  .menu-button-2 {
    margin-top: 10px;
  }

  .icon-2 {
    color: #fff;
  }

  .quote-card {
    padding-bottom: 5px;
  }

  .column-13 {
    padding-top: 29px;
  }

  .div-block-37 {
    padding-bottom: 5px;
  }

  .hero-content {
    width: 100%;
  }

  .h1 {
    font-size: 48px;
  }

  .hero-graphics {
    margin-bottom: 40px;
    margin-left: 220px;
  }

  .stars {
    width: 120%;
  }

  .semicircle {
    width: 270px;
  }

  .sun {
    width: 80%;
  }

  .content-wrap {
    width: 100%;
  }

  .moon {
    width: 270px;
  }

  .cloud {
    width: 300px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .card {
    padding: 16px 18px;
  }

  ._2-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .picture {
    width: 240px;
    height: 360px;
  }

  .icon-3 {
    color: var(--a-purple);
    font-size: 36px;
  }

  .menu-button-3.w--open {
    background-color: #fff;
  }

  .saturn {
    width: 80%;
  }

  .testimonial-image-block {
    padding: 30px;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  .pop-up-button {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .section {
    background-size: auto, auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading {
    font-size: 5rem;
  }

  .paragraph {
    font-size: 1.3rem;
  }

  .logo-text {
    text-align: center;
  }

  .footer-1-copywrite {
    margin-top: 10px;
  }

  .footer-1-para {
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-1-legal {
    margin-top: 10px;
  }

  .footer-3-col-2 {
    display: none;
  }

  .footer-3-copywrite {
    text-align: center;
  }

  .footer-3-col {
    justify-content: center;
    align-items: center;
  }

  .row-5 {
    flex-direction: column;
    display: flex;
  }

  .footer-container {
    flex-wrap: wrap;
  }

  .footer-container.fb-footer {
    flex-direction: column;
  }

  .footer-col {
    flex: 0 0 50%;
  }

  .fb-footer-wrapper {
    margin-top: 15px;
  }

  .card-cta {
    min-height: auto;
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .social-card-base {
    margin-left: 1px;
  }

  .div-block-28 {
    margin-bottom: 16px;
  }

  .row-8 {
    margin-bottom: 0;
  }

  .overlay, .overlay-2, .overlay-3, .overlay-4, .overlay-5 {
    overflow: scroll;
  }

  .quote-card {
    max-width: 500px;
    margin-top: 28px;
  }

  .quote-card-2 {
    align-items: flex-start;
    max-width: 500px;
    margin-top: 28px;
  }

  .news-item-image {
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
  }

  .column-14 {
    display: flex;
  }

  .overlay-6, .overlay-last {
    overflow: scroll;
  }

  .logo-3 {
    width: 130px;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .testimonial-columns {
    flex-direction: column;
  }

  .testimonial-image {
    max-width: 390px;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  .pop-up-form {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-bottom: 28px;
  }

  .container.flex {
    flex-direction: column-reverse;
  }

  .container.flex.flip {
    flex-direction: column-reverse;
    padding-bottom: 0;
  }

  .container.numerology {
    padding: 36px 16px;
  }

  .section {
    background-size: 250%, auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 17vw;
  }

  .paragraph {
    font-size: 18px;
  }

  .button-wrapper {
    flex-direction: column;
  }

  .button-plain {
    margin-bottom: 14px;
  }

  .text-span {
    display: none;
  }

  .button {
    text-align: center;
  }

  .button.centred {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button.shorten-mob {
    align-self: flex-start;
  }

  .button.shorten-mob.pop {
    flex: 0 auto;
    align-self: stretch;
    display: block;
  }

  .footer-1-col {
    display: block;
  }

  .footer-1-para {
    max-width: 231px;
    font-size: 13px;
  }

  .footer-1-row {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-1-row.hide-mob {
    display: none;
  }

  .footer-3-copywrite {
    text-align: center;
  }

  .footer-col {
    flex-basis: 100%;
  }

  .fb-footer-wrapper {
    flex-direction: column;
  }

  .footer-text {
    margin-bottom: 10px;
  }

  .card-wrap-bg {
    min-height: 530px;
    padding-top: 80px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .card-cta {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .div-block-21 {
    flex-direction: column;
  }

  .div-block-22 {
    width: 100%;
    height: 100%;
  }

  .div-block-23 {
    width: 100%;
  }

  .div-block-33 {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-3 {
    margin-bottom: 5px;
  }

  .div-block-37 {
    padding-bottom: 20px;
  }

  .heading-23 {
    line-height: 25px;
  }

  .footer {
    background-image: none;
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: cover;
  }

  .sectiona.off-white {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sectiona.purple {
    padding-top: 0;
  }

  .hero-content {
    width: 100%;
  }

  .topline {
    font-size: 12px;
  }

  .h1 {
    margin-top: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .hero-graphics {
    width: 200px;
    margin-top: -28px;
    margin-bottom: 24px;
    margin-left: 76px;
  }

  .hero-graphics.small {
    margin-top: 29px;
    margin-bottom: 66px;
  }

  .semicircle._2 {
    margin-left: -32px;
  }

  .sun {
    width: 100%;
    top: 7px;
    left: -9px;
  }

  .sun._2 {
    margin-left: -24px;
  }

  .space-med {
    height: 16px;
  }

  .space-med.hide-mob {
    display: none;
  }

  .space-med.hide-lap {
    display: block;
  }

  .space-small.hide-mob {
    display: none;
  }

  .content-wrap {
    width: 100%;
  }

  .content-wrap.numero {
    flex-direction: column;
  }

  .content-wrap._60 {
    width: 100%;
  }

  .content-wrap.hide-desk {
    display: none;
  }

  .h2 {
    margin-top: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .moon {
    margin-left: 18px;
    padding-top: 0;
  }

  .constellation {
    margin-left: 0;
    padding-top: 11px;
    transform: scale(1.5);
  }

  .cloud {
    margin-left: 27px;
    padding-top: 48px;
    padding-bottom: 70px;
  }

  .para {
    font-size: 14px;
    line-height: 18px;
  }

  .button-wrap {
    z-index: 12;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }

  .button-wrap.pop-up {
    align-items: stretch;
    display: flex;
  }

  .grid {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .card {
    border-width: 1px;
    padding: 16px 14px;
  }

  .card.test {
    padding-bottom: 0;
  }

  ._2-grid {
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .testimonial-grid {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .testimonial-img {
    width: 100px;
    height: 100px;
  }

  .logo {
    margin-top: 6px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .constellation-2 {
    margin-top: -30px;
    margin-left: -56px;
    padding-top: 0;
  }

  .numero-form {
    width: 100%;
    padding-left: 0;
  }

  .form-input-wrap {
    flex-direction: column;
  }

  .div-block-38 {
    flex-direction: column;
    width: 100%;
  }

  .question-title {
    flex: 1;
  }

  .package-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .25fr;
    margin-top: 16px;
    padding: 18px;
  }

  .para-big {
    font-size: 16px;
  }

  .flex {
    flex-direction: column;
  }

  .picture {
    object-fit: contain;
    background-position: 50%;
    background-size: 384px;
    width: 160px;
    height: 200px;
    margin-top: -198px;
    margin-left: -31px;
  }

  .tabs-menu {
    display: flex;
  }

  .saturn {
    width: 100%;
    top: 7px;
    left: -9px;
  }

  .saturn._2 {
    margin-left: -24px;
  }

  .test-slide {
    width: 100%;
    margin-right: 8px;
  }

  .mask {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .arrow {
    left: -13%;
  }

  .testimonial-image-block, .testimonial-content-wrap {
    padding: 15px;
  }

  .right-arrow-2 {
    right: -42px;
  }

  .whatsapp-container {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .whatsapp-block {
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-container-2 {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 0;
  }

  .mobile-logo {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pop-up-text-input {
    width: 100%;
  }

  .pop-up-button {
    width: 100%;
    font-size: 16px;
  }

  .pop-up-box {
    padding: 48px 24px 16px;
  }
}

#w-node-ff1c06e7-34ec-e676-b0dc-0075b17bc841-1cf12ccd, #w-node-ff1c06e7-34ec-e676-b0dc-0075b17bc849-1cf12ccd, #w-node-ff1c06e7-34ec-e676-b0dc-0075b17bc857-1cf12ccd, #w-node-ff1c06e7-34ec-e676-b0dc-0075b17bc85f-1cf12ccd, #w-node-ff1c06e7-34ec-e676-b0dc-0075b17bc864-1cf12ccd, #w-node-ff1c06e7-34ec-e676-b0dc-0075b17bc869-1cf12ccd, #w-node-ff1c06e7-34ec-e676-b0dc-0075b17bc878-1cf12ccd, #w-node-ff1c06e7-34ec-e676-b0dc-0075b17bc889-1cf12ccd, #w-node-_6e326939-7fc9-2aed-096c-87c79efe92f4-9efe92e9, #w-node-_6e326939-7fc9-2aed-096c-87c79efe92fb-9efe92e9, #w-node-_46be17a5-ef0a-9814-7e29-7358818113c0-9efe92e9, #w-node-_6e326939-7fc9-2aed-096c-87c79efe9305-9efe92e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-def8aed8-003e-8e8f-27bf-e741e237f6d6-e237f6b0, #w-node-def8aed8-003e-8e8f-27bf-e741e237f6fe-e237f6b0, #w-node-def8aed8-003e-8e8f-27bf-e741e237f728-e237f6b0, #w-node-def8aed8-003e-8e8f-27bf-e741e237f76b-e237f6b0, #w-node-def8aed8-003e-8e8f-27bf-e741e237f793-e237f6b0, #w-node-def8aed8-003e-8e8f-27bf-e741e237f7bd-e237f6b0, #w-node-dccbb625-a5a1-b96f-f2f0-01dc837062ac-e237f6b0, #w-node-_82134b47-d01c-da1c-6f33-7536391252d0-e237f6b0, #w-node-dccbb625-a5a1-b96f-f2f0-01dc837062d4-e237f6b0, #w-node-dccbb625-a5a1-b96f-f2f0-01dc837062fe-e237f6b0 {
  justify-self: stretch;
}

@media screen and (max-width: 479px) {
  #w-node-def8aed8-003e-8e8f-27bf-e741e237f6d6-e237f6b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-def8aed8-003e-8e8f-27bf-e741e237f6dd-e237f6b0, #w-node-def8aed8-003e-8e8f-27bf-e741e237f6e4-e237f6b0, #w-node-def8aed8-003e-8e8f-27bf-e741e237f6ee-e237f6b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-def8aed8-003e-8e8f-27bf-e741e237f6fe-e237f6b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-def8aed8-003e-8e8f-27bf-e741e237f705-e237f6b0, #w-node-def8aed8-003e-8e8f-27bf-e741e237f710-e237f6b0, #w-node-def8aed8-003e-8e8f-27bf-e741e237f71a-e237f6b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-def8aed8-003e-8e8f-27bf-e741e237f728-e237f6b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-def8aed8-003e-8e8f-27bf-e741e237f72f-e237f6b0, #w-node-def8aed8-003e-8e8f-27bf-e741e237f736-e237f6b0, #w-node-def8aed8-003e-8e8f-27bf-e741e237f747-e237f6b0, #w-node-def8aed8-003e-8e8f-27bf-e741e237f751-e237f6b0, #w-node-def8aed8-003e-8e8f-27bf-e741e237f75b-e237f6b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-def8aed8-003e-8e8f-27bf-e741e237f76b-e237f6b0, #w-node-def8aed8-003e-8e8f-27bf-e741e237f772-e237f6b0, #w-node-def8aed8-003e-8e8f-27bf-e741e237f779-e237f6b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-def8aed8-003e-8e8f-27bf-e741e237f783-e237f6b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-def8aed8-003e-8e8f-27bf-e741e237f793-e237f6b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-def8aed8-003e-8e8f-27bf-e741e237f79a-e237f6b0, #w-node-def8aed8-003e-8e8f-27bf-e741e237f7a5-e237f6b0, #w-node-def8aed8-003e-8e8f-27bf-e741e237f7af-e237f6b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-def8aed8-003e-8e8f-27bf-e741e237f7bd-e237f6b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-def8aed8-003e-8e8f-27bf-e741e237f7c4-e237f6b0, #w-node-def8aed8-003e-8e8f-27bf-e741e237f7cb-e237f6b0, #w-node-def8aed8-003e-8e8f-27bf-e741e237f7dc-e237f6b0, #w-node-def8aed8-003e-8e8f-27bf-e741e237f7e6-e237f6b0, #w-node-def8aed8-003e-8e8f-27bf-e741e237f7f0-e237f6b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dccbb625-a5a1-b96f-f2f0-01dc837062ac-e237f6b0, #w-node-_82134b47-d01c-da1c-6f33-7536391252d0-e237f6b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_82134b47-d01c-da1c-6f33-7536391252d7-e237f6b0, #w-node-_82134b47-d01c-da1c-6f33-7536391252de-e237f6b0, #w-node-_82134b47-d01c-da1c-6f33-7536391252e8-e237f6b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dccbb625-a5a1-b96f-f2f0-01dc837062d4-e237f6b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-dccbb625-a5a1-b96f-f2f0-01dc837062db-e237f6b0, #w-node-dccbb625-a5a1-b96f-f2f0-01dc837062e6-e237f6b0, #w-node-dccbb625-a5a1-b96f-f2f0-01dc837062f0-e237f6b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dccbb625-a5a1-b96f-f2f0-01dc837062fe-e237f6b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-dccbb625-a5a1-b96f-f2f0-01dc83706305-e237f6b0, #w-node-dccbb625-a5a1-b96f-f2f0-01dc8370630c-e237f6b0, #w-node-dccbb625-a5a1-b96f-f2f0-01dc8370631d-e237f6b0, #w-node-dccbb625-a5a1-b96f-f2f0-01dc83706327-e237f6b0, #w-node-dccbb625-a5a1-b96f-f2f0-01dc83706331-e237f6b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Gt walsheim pro';
  src: url('../fonts/GT-Walsheim-Pro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome webfont 2';
  src: url('../fonts/fontawesome-webfont_2.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}