@font-face {
  font-family: Pricedown;
  src: url('../fonts/pricedown.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --darkpurpu: #42138a;
  --heading: #e6e6e6;
  --purpy: #6206ec;
  --purpylight: #ceb6f1;
  --orangey: #f2450f;
  --color: #494949;
  --grey: #474747;
  --cardbg: #1f1f1f;
  --orangelight: #eb9c83;
}

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

@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 {
  background-image: radial-gradient(circle at 50% 54%, #42138a54, #fff0), url('../images/animated-star-bg-svg.svg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--darkpurpu), #fff0 29%);
  margin-top: 60px;
  margin-bottom: 54px;
  padding-top: 60px;
  padding-left: 50px;
  padding-right: 50px;
}

.section.nogradientbg {
  background-image: none;
}

.text-block {
  color: var(--heading);
  text-align: left;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.headline {
  color: var(--heading);
  margin-top: 25px;
  font-family: Inter, sans-serif;
  font-weight: 800;
}

.heading {
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 46px;
}

.text-span {
  color: var(--purpy);
}

.subheadline {
  color: var(--purpylight);
  text-align: center;
  max-width: 800px;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 30px;
  line-height: 36px;
}

.text-block-2 {
  font-size: 31px;
}

.text-block-3 {
  color: var(--purpylight);
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.heroimg1 {
  text-align: center;
  margin-top: 44px;
}

.image {
  text-align: center;
  width: 127px;
}

.bold-text {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.div-block {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.gradientbtn {
  background-image: linear-gradient(83deg, var(--purpy), var(--orangey) 83%);
  text-align: center;
  border-radius: 8px;
  padding: 17px 30px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.gradientbtn:hover {
  background-color: var(--purpy);
  background-image: none;
}

.gradientbtn.inboxbtn.w--current {
  width: 100%;
}

.subheadline2 {
  color: var(--heading);
  text-align: center;
  margin-top: 24px;
  font-family: Inter, sans-serif;
  font-size: 17px;
}

.div-block-2 {
  display: flex;
}

.div-block-3 {
  flex: 1;
  align-self: center;
  padding: 20px;
}

.div-block-4 {
  align-self: center;
  padding: 20px;
}

.navbtn {
  background-color: var(--purpy);
  border-radius: 5px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.div-block-5 {
  background-color: var(--orangey);
  text-align: center;
  border-radius: 16px;
  width: 147px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 6px;
}

.div-block-5.badgehero {
  color: var(--heading);
  background-color: #f2450f00;
  justify-content: center;
  align-items: center;
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 12px;
  display: flex;
}

.div-block-6 {
  background-color: var(--orangey);
  color: var(--heading);
  border-radius: 13px;
  padding: 3px 14px;
  font-weight: 700;
}

.div-block-7 {
  color: #646464;
  margin-top: 24px;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.div-block-7.footerlinkcontainer {
  margin-bottom: 60px;
}

.container {
  max-width: 1200px;
}

.bold-text-2 {
  color: var(--purpylight);
  font-family: Inconsolata, monospace;
  font-size: 24px;
  font-weight: 700;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  margin-top: 39px;
  display: block;
}

.div-block-9 {
  border: 0px solid var(--color);
  background-color: #0000;
  border-radius: 0;
  width: auto;
  min-height: 30px;
  display: flex;
}

.div-block-10 {
  border: 1px solid var(--grey);
  background-color: var(--cardbg);
  border-top-left-radius: 12px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 12px;
  flex: 0 auto;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  font-family: Inter, sans-serif;
  display: flex;
}

.div-block-10.lastrow {
  background-color: var(--purpy);
  border-bottom-width: 0;
}

.div-block-10.lastrow.selectedrow1 {
  border-width: 1px 1px 0;
  border-color: var(--purpy);
  border-radius: 0;
}

.div-block-10.selectedrow1 {
  background-color: var(--purpy);
}

.div-block-10.lastrow1 {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-radius: 0 12px 12px 0;
  padding: 24px;
}

.div-block-10.lastrow1.selected {
  background-color: var(--purpy);
  background-image: linear-gradient(96deg, var(--darkpurpu), var(--purpy));
}

.div-block-10.selected {
  background-image: linear-gradient(90deg, var(--darkpurpu), var(--purpy));
}

.div-block-11 {
  border: 1px solid var(--color);
  color: var(--grey);
  cursor: pointer;
  border-radius: 28px;
  align-self: center;
  padding: 10px;
}

.div-block-11:hover {
  border-width: 1px;
  border-color: var(--orangey);
  background-color: var(--orangey);
  color: var(--heading);
}

.div-block-11.selectedtoggle {
  background-color: var(--orangey);
  color: var(--heading);
}

.div-block-11.selected {
  background-color: var(--heading);
  color: var(--orangey);
}

.subheading {
  color: var(--heading);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 21px;
  line-height: 25px;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-13 {
  text-align: center;
  flex: 1;
  padding-right: 0;
}

.code-embed {
  width: 27px;
}

.div-block-14 {
  background-color: var(--grey);
  height: 1px;
}

.div-block-15 {
  background-color: var(--color);
  height: 1px;
}

.pricesubtxt {
  color: var(--heading);
  text-align: center;
  margin-top: 33px;
}

.div-block-16 {
  width: 100%;
  margin-top: 36px;
}

.div-block-17 {
  margin-top: 36px;
}

.text-block-4 {
  font-size: 14px;
}

.text-block-6 {
  color: #999;
}

.text-block-6.footerlinks {
  margin-bottom: 60px;
  font-weight: 700;
}

.link {
  color: #979797;
  text-decoration: none;
}

.link-2 {
  color: #9c9b9b;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 37px;
    line-height: 39px;
  }

  .bold-text-2 {
    font-size: 21px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-image: radial-gradient(circle at 50% 54%, #42138a66, #fff0), url('../images/animated-star-bg-svg.svg');
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

  .section {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--darkpurpu), #fff0 82%);
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.nogradientbg {
    padding-top: 40px;
  }

  .text-block {
    font-size: 22px;
  }

  .headline {
    margin-top: 20px;
  }

  .heading {
    font-size: 22px;
    line-height: 25px;
  }

  .subheadline {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-3 {
    font-size: 12px;
    line-height: 17px;
  }

  .heroimg1 {
    margin-top: 30px;
  }

  .image {
    width: 90px;
  }

  .bold-text {
    font-size: 14px;
    line-height: 15px;
  }

  .gradientbtn {
    padding: 14px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 20px;
  }

  .gradientbtn.inboxbtn {
    width: 100%;
  }

  .gradientbtn.inboxbtn.w--current {
    padding: 10px;
    font-size: 14px;
  }

  .navbtn {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
  }

  .div-block-6 {
    padding: 1px 10px;
    font-size: 10px;
    font-weight: 500;
  }

  .bold-text-2 {
    font-size: 15px;
    font-weight: 300;
    line-height: 14px;
  }

  .div-block-9 {
    display: block;
  }

  .div-block-10 {
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    padding: 28px;
  }

  .div-block-10.lastrow1 {
    border-top-width: 0;
    border-left-width: 1px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
    padding: 28px;
  }

  .subheading {
    line-height: 23px;
  }

  .pricesubtxt {
    margin-top: 12px;
    font-size: 12px;
    line-height: 17px;
  }

  .div-block-16 {
    margin-top: 24px;
  }

  .text-block-4 {
    font-size: 10px;
  }

  .text-span-2 {
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
  }

  .text-block-5 {
    margin-top: 21px;
    font-family: Inter, sans-serif;
    line-height: 17px;
  }

  .text-span-3 {
    color: var(--orangey);
  }

  .text-block-6 {
    font-size: 10px;
    line-height: 12px;
  }
}


@font-face {
  font-family: 'Pricedown';
  src: url('../fonts/pricedown.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}