@import url(https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@400;500;700&display=swap);
html {
  font-size: 62.5%;
}

html,
body {
  direction: rtl;
  padding: 0;
  margin: 0;
  font-family: "Google Sans", "Noto Sans Hebrew", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #372037;
  overflow-x: hidden;
}
html.full-height,
body.full-height {
  height: 100%;
  overflow-y: hidden;
}

div {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a {
  text-decoration: none;
  color: unset;
}

button {
  outline: none;
  border: none;
  background-color: transparent;
}

p {
  margin: 0;
}

input {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
}

.grecaptcha-badge {
  display: none !important;
  visibility: hidden !important;
}
.userLink--ujaeT {
  display: inline-block;
  position: relative;
  margin-left: -5px;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
}
.userLink--ujaeT.small--s7qZP {
  width: 40px;
  height: 40px;
}
.userLink--ujaeT.large--WEASG {
  width: 138px;
  height: 138px;
}
.userLink--ujaeT:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.39);
}
.userLink--ujaeT .avatar--iVr68 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.icon--mmn5O {
  display: inline-block;
}
.icon--mmn5O svg {
  display: block;
}
.liquidGlassWrap--poetT {
  border-radius: 30px;
  overflow: hidden;
}

.liquid-glass--mpDgU {
  position: relative;
  isolation: isolate;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}

.liquid-glass--mpDgU:focus {
  outline: none;
}

.liquid-glass--mpDgU::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  box-shadow: inset 0 0 15px -5px rgba(255, 255, 255, 0.168627451);
}

.liquid-glass--mpDgU::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  filter: url(#glass-distortion);
  -webkit-filter: url(#glass-distortion);
}
.header--YGWap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 20px 20px 10px;
  direction: rtl;
}

.userInfo--ksjTH {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.userLink--SBGVs {
  margin-left: -5px;
}

.logoLink--JU0zC {
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.logoHidden--JVkAM .logoLink--JU0zC {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.star--_cLJn {
  font-size: 12px;
  opacity: 0.9;
}

.rank--W2RFk {
  display: flex;
  gap: 6px;
  align-items: center;
  position: relative;
  color: white;
  padding: 11px 11px 11px 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.controls--iXeJN {
  position: fixed;
  left: 50%;
  bottom: max(12px, env(safe-area-inset-bottom));
  transform: translateX(-50%);
  z-index: 10;
  border-radius: 28px;
  background-color: rgba(57, 36, 71, 0.49);
}

.buttons--GVgIk {
  padding: 7px 13px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.btn--cnhGC {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 0 6px;
  border: 0;
  background-color: transparent;
  color: white;
  font-size: 11px;
  cursor: pointer;
}

.addBtn--U3u5M {
  position: relative;
  width: 74px;
  height: 40px;
  border: 0;
  border-radius: 300px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.company--mVqTq {
  position: relative;
  height: 543px;
  border-radius: 40px;
  overflow: hidden;
  color: white;
  margin-bottom: 30px;
  background-color: white;
}
.company--mVqTq .mediaClip--_Z5BT {
  position: relative;
}
.company--mVqTq .mediaFrame--srMRQ {
  position: relative;
  z-index: 2;
  height: 543px;
  overflow: hidden;
  border-radius: 40px;
  transition: height 520ms cubic-bezier(0.33, 1, 0.68, 1);
  will-change: height;
}
.company--mVqTq .media--_qdqn {
  position: relative;
  height: 543px;
  transition: opacity 520ms cubic-bezier(0.33, 1, 0.68, 1);
}
.company--mVqTq .bg--tLgCJ {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.company--mVqTq .bg--tLgCJ::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 60%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.company--mVqTq .bg--tLgCJ.with-decor-image--boQny {
  opacity: 0.4;
}
.company--mVqTq .preview-container--rsip2 {
  position: relative;
  height: calc(100% - 265px);
  border-radius: 30px;
  margin-bottom: 55px;
}
.company--mVqTq .preview-container--rsip2 .preview--hvyB_ {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-size: cover;
  background-position: center top;
}
.company--mVqTq .preview-container--rsip2 .play-btn--WlqVb {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(10px);
}
.company--mVqTq .preview-container--rsip2 .play-btn--WlqVb img {
  height: 33px;
  margin-right: -5px;
}
.company--mVqTq .actions--cH20f {
  position: absolute;
  right: 6px;
  top: 10px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.company--mVqTq .actions--cH20f button {
  width: 40px;
  height: 40px;
}
.company--mVqTq .info--atFJK {
  position: absolute;
  bottom: 34px;
  left: 20px;
  right: 20px;
  transition: opacity 520ms cubic-bezier(0.33, 1, 0.68, 1);
}
.company--mVqTq .info--atFJK .title-wrap--ueKo_ {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}
.company--mVqTq .info--atFJK .title--D9ZSV {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -3%;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.company--mVqTq .info--atFJK .descriptionPreview--vGBDC {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  transition: opacity 520ms cubic-bezier(0.33, 1, 0.68, 1);
}
.company--mVqTq .info--atFJK .descriptionPreviewHidden--lDON6 {
  opacity: 0;
}
.company--mVqTq .info--atFJK .descriptionText--IpfaV {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}
.company--mVqTq .info--atFJK .link--Etv6w {
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  letter-spacing: -3%;
  font-weight: 700;
  text-align: center;
  color: #181618;
  border-radius: 50px;
  background: linear-gradient(270deg, #FFF 0.17%, #FCF4DC 99.83%);
}
.company--mVqTq .seeMoreBtn--CvXgb {
  flex-shrink: 0;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  line-height: inherit;
  cursor: pointer;
  text-decoration: underline;
  white-space: nowrap;
}
.company--mVqTq .descriptionPanel--ux1sg {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 0fr;
  margin-top: 0;
  overflow: hidden;
  background: #fff;
  color: #181618;
  border-radius: 0 0 40px 40px;
  transition: grid-template-rows 520ms cubic-bezier(0.33, 1, 0.68, 1), margin-top 520ms cubic-bezier(0.33, 1, 0.68, 1);
  pointer-events: none;
}
.company--mVqTq .descriptionPanelInner--wO4RX {
  box-sizing: border-box;
  min-height: 0;
  overflow: hidden;
  padding: 46px 16px 16px;
}
.company--mVqTq .expandedTitle--oR1ly {
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -3%;
  text-transform: uppercase;
}
.company--mVqTq .descriptionFull--IS29R {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.company--mVqTq .category--eNbMp {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.company--mVqTq .descriptionPanel--ux1sg .link--Etv6w {
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  letter-spacing: -3%;
  font-weight: 700;
  text-align: center;
  color: #181618;
  border-radius: 50px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(252, 244, 220) 100%);
  box-shadow: inset 0 0 0 1px rgba(24, 22, 24, 0.08);
}
.company--mVqTq .descriptionPanel--ux1sg .seeMoreBtn--CvXgb {
  color: #181618;
}
.company--mVqTq.descriptionExpanded--PF3om {
  height: auto;
}
.company--mVqTq.descriptionExpanded--PF3om .media--_qdqn {
  height: 100%;
}
.company--mVqTq.descriptionExpanded--PF3om .mediaFrame--srMRQ {
  height: 209px;
}
.company--mVqTq.descriptionExpanded--PF3om .info--atFJK {
  opacity: 0;
  pointer-events: none;
}
.company--mVqTq.descriptionExpanded--PF3om .descriptionPanel--ux1sg {
  grid-template-rows: 1fr;
  margin-top: -30px;
  pointer-events: auto;
}
.company--mVqTq.descriptionExpanded--PF3om .link--Etv6w {
  background: linear-gradient(270deg, #F5E7BA 0.17%, #F5E7BA 99.83%);
}
@media (prefers-reduced-motion: reduce) {
  .company--mVqTq .mediaFrame--srMRQ,
  .company--mVqTq .descriptionPanel--ux1sg,
  .company--mVqTq .info--atFJK,
  .company--mVqTq .descriptionPreview--vGBDC {
    transition-duration: 0.01ms;
  }
}
.company--mVqTq .player-wrap--cgkxC {
  position: absolute;
  z-index: 10;
  left: -16px;
  right: -16px;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.company--mVqTq .player-bg--fvSRk {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: none;
}
.company--mVqTq .player-container--ZW8y6 {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: calc(50% - 132.5px);
  width: 100%;
  transform: translate(-50%, -50%);
  aspect-ratio: 3/2;
}
.company--mVqTq.prev--RB6Mw {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  margin: 0 20px;
  transform: translate(0, -100%);
}
.company--mVqTq.next--uoEXl {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  margin: 50px 20px;
  transform: translate(0, 100%);
}
.company--mVqTq.video-player-active--H3LDP .bg--tLgCJ {
  opacity: 0.4;
}
.company--mVqTq.video-player-active--H3LDP .preview-container--rsip2 {
  visibility: hidden;
}

.company-transition-appear--c5oEC {
  opacity: 0;
}
.company-transition-appear-active--mQy5l {
  opacity: 1;
  transition: opacity, transform;
  transition-duration: 200ms;
  transition-timing-function: linear;
}
.company-transition-appear-done--C3xJY {
  opacity: 1;
}
.company-transition-enter--isIMN {
  opacity: 0;
}
.company-transition-enter-active--RdW4n {
  opacity: 1;
  transition: opacity, transform;
  transition-duration: 200ms;
  transition-timing-function: linear;
}
.company-transition-enter-done--Dw1m5 {
  opacity: 1;
}
.company-transition-exit--CvYJc {
  opacity: 1;
}
.company-transition-exit-active--PuTgp {
  opacity: 0;
  transition: opacity, transform;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
}
.company-transition-exit-done--Kxwoc {
  opacity: 0;
}
.hero--K_L2V {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100dvh;
  padding: 88px 20px 140px;
  text-align: center;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}

.logo--wawzX {
  position: relative;
  width: 190px;
}
.logo--wawzX svg {
  width: 100%;
  height: 100%;
}

.logoBarV--jxx3r {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 44px;
  margin: -22px 0 0 -5px;
  border-radius: 999px;
  background: #fff;
}

.logoBarH--Cw9Gm {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 44px;
  height: 10px;
  margin: -5px 0 0 -22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
}

.title--ryYOt {
  margin: 0 0 10px;
  font-size: 59px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.77px;
}

.quote--kZTGI {
  margin: 0 auto 20px;
  max-width: 340px;
  font-size: 18px;
  line-height: 1.26;
  font-weight: 500;
}

.amount--CuR11 {
  padding: 6px 11px;
  font-size: 12px;
  font-weight: 500;
}

.animatedBg--xaIfx {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  background: linear-gradient(160deg, #2a1838 0%, #1a1020 45%, #3d2a1a 100%);
}

.lottieBg--DxFp8 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.lottieBg--DxFp8 svg {
  display: block;
  width: 100%;
  height: 100%;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.main-mobile--XbJ_A {
  height: 100%;
  overflow-y: auto;
}

.hero-wrap--aF3zz {
  min-height: 100dvh;
}

.content--X_Xhh {
  position: sticky;
  top: 0;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #372037;
}

.scrolled-list--MX5k4 {
  padding: 100px 20px;
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.header--KJad5 {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
}

.control-panel--Palw2 {
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  right: 0;
}

.campaigns--Mow8v {
  position: relative;
  padding: 72px 20px;
}
.campaigns--Mow8v::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  left: -16px;
  top: 0;
  right: -16px;
  height: 40%;
  background: linear-gradient(180deg, #000, transparent);
  transition: opacity, visibility;
  transition-duration: 1s;
  pointer-events: none;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.profile--QBuS3 {
  min-height: 100dvh;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #372037;
  color: #fff;
}

.header--HJWHL {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 10px 10px;
}

.backBtn--DZ1cG {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}

.backBtnInner--bXtUv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.logoutBtn--LbcN6 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.content--BQSRi {
  padding: 68px 24px 120px;
}

.bubbleShadow--A2u_w {
  box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.12) inset, 12px 12px 7px -15px #ffffff inset, -12px -12px 7px -15px #ffffff inset, 0 0 0 3px rgba(153, 153, 153, 0) inset, 0 0 rgba(242, 242, 242, 0.12) inset;
}

.general--huXGw {
  position: relative;
  padding: 90px 10px 13px;
  border-radius: 20px;
  text-align: center;
}

.avatar--e2FYA {
  position: absolute;
  top: -68px;
  left: 50%;
  transform: translateX(-50%);
}

.main--yck51 {
  margin-bottom: 6px;
}

.userName--b3Qje {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
}

.score--AYkxQ {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #f6da7e;
}

.scoreStar--lzCQs {
  display: inline-flex;
  width: 17px;
  height: 17px;
}

.rank--Yx7CL {
  padding: 21px 16px 12px;
  margin-bottom: 11px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.rankTitle--iRWAI {
  font-size: 18px;
  font-weight: 700;
  color: #f6da7e;
  margin-bottom: 3px;
}

.rankSubtitle--OFUX3 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}

.rankProgress--jKRXV {
  position: relative;
}
.rankProgress--jKRXV img {
  width: 100%;
}
.rankProgress--jKRXV .activeRank--Qyyuu {
  position: absolute;
  top: -1%;
  left: 28.2%;
  width: 26%;
}

.statistics--aP4lS {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.statCard--hCfmW {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 33px 10px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
}
.statCard--hCfmW p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.statCard--hCfmW .statIconUsers--vC7EC {
  margin-bottom: 8px;
}

.savedSection--QZEJi {
  margin-top: 28px;
}

.savedTitle--XGhmf {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16px;
}

.savedList--eNkp8 {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.savedList--eNkp8::-webkit-scrollbar {
  display: none;
}

.savedCard--Nmrwh {
  flex: 0 0 280px;
  scroll-snap-align: start;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.savedCardImage--TezgD {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
}

.savedCardTitle--QGmZw {
  padding: 12px 14px 14px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
.button--jxZN9 {
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #f6da7e;
  box-shadow: 0px 0px 14px #f6da7e;
  transform-origin: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 2;
  cursor: pointer;
}

.decor--L0eAc {
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #fff;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
}
.bg--UQ1hc {
  position: fixed;
  inset: 0;
  background-color: #372037;
}
.blob--UO_Zx {
  position: absolute;
  border-radius: 999px;
  filter: blur(100px);
  pointer-events: none;
  border-radius: 300px;
  opacity: 0.9;
}

/* variants */
.cyan--BIb7s {
  background: rgba(246, 218, 126, 0.9);
  top: 18%;
  left: -15%;
  width: 260px;
  height: 133px;
  transform: rotate(45deg);
}

.pink--MxZlS {
  background: rgba(156, 31, 240, 0.8);
  top: 22%;
  right: -20%;
  width: 375px;
  height: 85px;
  transform: rotate(-45deg);
}
.test-animation-page--kJ7uH {
  position: relative;
  width: 100%;
  max-width: 414px;
  height: 100vh;
  max-height: 770px;
  overflow: hidden;
}

.hello-text--q7S_4 {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 414px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.hello-text--q7S_4 .highlight--lhcRJ {
  padding-top: 10px;
  font-weight: 700;
  color: #f6da7e;
}

.prayer-pre-text--tO8x3 {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 80%;
  max-width: 414px;
  opacity: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 33px; /* 117.857% */
  letter-spacing: -0.84px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.prayer--uqWYo {
  position: absolute;
  top: 16vh;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  padding: 0 20px 30px 20px;
  max-width: 362px;
  text-align: center;
  z-index: 2;
}
.prayer--uqWYo .title--C7pwN {
  font-size: 24px;
  font-weight: 700;
  color: #f6da7e;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  padding: 0 30px 10px 30px;
  line-height: 1.2;
  transform: scale(0.8);
  opacity: 0;
}
.prayer--uqWYo .content--O8EgN {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 1.4;
  pointer-events: none;
  transform: scale(0.8);
  opacity: 0;
}
.prayer--uqWYo .info--j2_ko {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translate(-50%, -100px);
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.main-prayer-content--pZfdO {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 362px;
  opacity: 0;
}
.main-prayer-content--pZfdO p {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.9px;
}
.main-prayer-content--pZfdO span {
  color: #f6da7e;
}

.confirm-points-btn--Gcltx {
  margin: 42px auto 0;
  padding: 0 20px;
  height: 47px;
  border-radius: 300px;
  background: linear-gradient(270deg, #fff 0%, #fff6d7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #181618;
  font-size: 20px;
  font-weight: 700;
  opacity: 0;
  position: relative;
  z-index: 2;
  letter-spacing: -0.54px;
}

.glow-circle--YI7Jv {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 65%;
  background: #fff;
  filter: blur(102px);
  opacity: 0;
  pointer-events: none;
}
.universe--PGGJA {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.star--uh8jN {
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgba(255, 243, 204, 0.84);
  box-shadow: 0px 0px 0px 0px #f5e7ba;
  transition: box-shadow 0.3s linear;
}
.star--uh8jN:nth-child(7) {
  opacity: 0;
}
.star--uh8jN.shadow--m_2SC {
  box-shadow: 0px 0px 32px 11px #f5e7ba;
}

.circle--Xz2ra {
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 475px;
  height: 475px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
}

/*# sourceMappingURL=main.style.css.map*/