@font-face {
  font-family: "almoni-bold";
  src: url(/static/assets/almoni-tzar-bold-aaa.89d6f76988ef3a29ff89.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "almoni-demibold";
  src: url(/static/assets/almoni-tzar-demibold-aaa.e76328eccee41792d53b.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "almoni-regular";
  src: url(/static/assets/almoni-tzar-regular-aaa.7c4c0a1b2d47d9df22c9.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "almoni-medium";
  src: url(/static/assets/almoni-tzar-medium-aaa.1f62e5367b43737c9721.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "almoni-light";
  src: url(/static/assets/almoni-tzar-light-aaa.57aad3fb447b487d3e00.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brutalist-bold";
  src: url(/static/93145202fe852888777a.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brutalist-light";
  src: url(/static/e3a6acdbadb7c00502da.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brutalist-regular";
  src: url(/static/52a48a6457a25b71fed2.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

html,
body {
  direction: rtl;
  padding: 0;
  margin: 0;
  font-family: "almoni-regular", sans-serif;
  color: #F9FBFA;
  overflow-x: hidden;
  min-height: 100dvh;
}
html.full-height,
body.full-height {
  height: 100%;
  overflow-y: hidden;
}

html {
  background-color: #002445;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
html.main {
  background-image: url(/static/assets/bg-desktop.fdb1ca749a6150c5674f.jpg);
  background-attachment: fixed;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  html.main {
    background-image: url(/static/assets/bg-mobile.72e9119de31d7fb9bf56.jpg);
  }
}
html.results {
  background-image: url(/static/assets/bg-desktop.67b5b3372fc7c10d46ba.jpg);
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  html.results {
    background-image: url(/static/assets/bg-mobile.041793fd861aa1c178db.jpg);
  }
}

#root {
  min-height: 100dvh;
}

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

a {
  color: unset;
}

button {
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

p {
  margin: 0;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.social--nz4tS {
  display: flex;
  align-items: center;
  gap: 26px;
}

.socialLink--a3ZRW {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.socialIcon--ivCl7 {
  display: block;
  width: 24px;
  height: 24px;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.socialIcon--ivCl7:hover {
  opacity: 1;
}

/* Use predefined media query */
@media only screen and (max-width: 767px) {
  .social--nz4tS {
    gap: 20px;
  }
}
/* Use custom media query */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.header--YGWap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  height: 80px;
  padding: 18px 40px;
  background-color: #002445;
  /* Use predefined media query */
  /* Use custom media query */
}
.header--YGWap:not(.resultsPage--DxGC6) {
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .header--YGWap:not(.resultsPage--DxGC6) {
    background-color: transparent;
  }
}
.main .header--YGWap {
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .main .header--YGWap {
    justify-content: flex-end;
    height: 53px;
    padding: 18px 16px 2px;
  }
  .main .header--YGWap .logo--T8h__, .main .header--YGWap .socials--HxNuh {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header--YGWap {
    height: 69px;
    padding: 18px 16px;
  }
}

.logo--T8h__ {
  position: relative;
  flex-shrink: 0;
  width: 88px;
  height: 44px;
  text-decoration: none;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .logo--T8h__ {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.backBtn--X2ZxU {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "almoni-demibold", sans-serif;
  font-size: 26px;
  line-height: 33px;
  color: #F9FBFA;
  transition: opacity 0.3s;
  /* Use predefined media query */
  /* Use custom media query */
}
.backBtn--X2ZxU:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .backBtn--X2ZxU {
    font-size: 22px;
    line-height: 33px;
    gap: 0;
  }
}

.mobileShareBtn--vN6PJ {
  display: none;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .mobileShareBtn--vN6PJ {
    display: block;
  }
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.credits--AHa5N {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  left: 16px;
  bottom: 12px;
  direction: ltr;
  display: flex;
  height: 26px;
  justify-content: center;
  overflow: hidden;
  padding: 2px;
  position: absolute;
  width: 136px;
  z-index: 9998;
  box-sizing: border-box;
}

.logo--fImVB {
  width: 12px;
  height: 40px;
  box-sizing: border-box;
}

.text--dzRgv {
  margin-left: 4px;
  margin-top: 2px;
  box-sizing: border-box;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.banner-wrap--j44T0 {
  display: none;
  position: fixed;
  z-index: 90000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: white;
  justify-content: center;
  align-items: center;
}
.banner-wrap--j44T0.rendered--hzSbI {
  display: flex;
}

.label--n5suR {
  font-family: "almoni-regular", sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3px;
  color: white;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 1153px) {
  .label--n5suR {
    display: none;
  }
}

.banner--S9R8g {
  background-color: white;
  max-width: 970px;
  max-height: 330px;
  margin: 0 auto;
  overflow: hidden;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .banner--S9R8g {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
  }
  .banner--S9R8g iframe {
    width: 100vw !important;
    height: clamp(330px, 100vh - 10px, 100vh) !important;
  }
}

.close-btn--ZFWH9 {
  position: absolute;
  z-index: 100;
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 1px solid #576570;
  /* Use predefined media query */
  /* Use custom media query */
}
.close-btn--ZFWH9:hover {
  background-color: #44525b;
  border-color: #77818a;
}
.close-btn--ZFWH9:hover::before, .close-btn--ZFWH9:hover::after {
  background-color: white;
}
.close-btn--ZFWH9::before, .close-btn--ZFWH9::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #656f78;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-btn--ZFWH9::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .close-btn--ZFWH9 {
    display: none;
  }
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.root--KP6cW {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border-radius: 2px;
  background-color: #f9fbfa;
  overflow: hidden;
}

.trigger--pJ23c {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 12px;
  border: 0;
  background: transparent;
  direction: ltr;
  cursor: pointer;
  border: 2px solid #002445;
}

.triggerCaret--IBuxP {
  flex-shrink: 0;
  display: block;
  width: 9px;
  height: 7px;
}

.triggerLabel--F4B4k {
  flex: 1;
  font-family: "almoni-regular", sans-serif;
  font-size: 30px;
  line-height: 24px;
  color: #002445;
  text-align: right;
}

.panel--mwBVD {
  display: flex;
  flex-direction: column;
  gap: 40px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 20px 20px 20px;
  border: 2px solid #002445;
  border-top: none;
}

.nav--y11kS {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  direction: ltr;
}

.navArrow--rchdA {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 31px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.navArrow--rchdA img {
  display: block;
  width: 13px;
  height: 31px;
}

.navArrowPrev--9t6aO img {
  transform: scaleY(-1) rotate(180deg);
}

.navArrowNext--TwP9g img {
  transform: none;
}

.selects--C5i7O {
  display: flex;
  flex: 1;
  gap: 19px;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
}

.selectWrap--KpcVl {
  position: relative;
  flex-shrink: 0;
}

.selectWrapOpen--dEeId {
  z-index: 2;
}

.selectTrigger--JEpBQ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 124px;
  height: 36px;
  padding: 4px 10px;
  border: 2px solid #1f2636;
  background-color: #F9FBFA;
  font-family: "almoni-regular", sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #1f2636;
  direction: ltr;
  cursor: pointer;
}
.selectTrigger--JEpBQ span {
  flex: 1;
  text-align: right;
}

.selectWrapOpen--dEeId .selectTrigger--JEpBQ {
  border-bottom-color: transparent;
}

.selectCaret--FPYxu {
  flex-shrink: 0;
  display: block;
  width: 8px;
  height: 4px;
}

.selectList--K1l03 {
  position: absolute;
  top: calc(100% - 2px);
  right: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-height: 250px;
  margin: 0;
  padding: 6px 14px;
  overflow-y: auto;
  list-style: none;
  border: 2px solid #1f2636;
  background-color: #F9FBFA;
}
.selectList--K1l03::-webkit-scrollbar {
  width: 4px;
}
.selectList--K1l03::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background-color: rgba(39, 48, 68, 0.2);
}
.selectList--K1l03 li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 38px;
}
.selectList--K1l03 li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.selectOption--_ONeI {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: "almoni-regular", sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #1f2636;
  text-align: right;
  cursor: pointer;
}
.selectOption--_ONeI:not(:last-child) {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(39, 48, 68, 0.2);
}
.selectOption--_ONeI:hover {
  opacity: 0.8;
}

.selectOptionActive--s0wcV {
  font-family: "almoni-demibold", sans-serif;
}

.calendar--_DDSs {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  direction: rtl;
}

.weekdays--IXu6i {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  width: 100%;
}

.weekday--tTu2I {
  font-family: "almoni-demibold", sans-serif;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.3px;
  color: #002445;
  text-align: center;
}

.days--x4rHu {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 24px 0;
  width: 100%;
}

.day--GakXd {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: "almoni-regular", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #002445;
  cursor: pointer;
}
.day--GakXd::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 40px;
  height: 40px;
  max-width: 100%;
  border-radius: 20px;
  transform: translate(-50%, -50%);
}

.dayOutside--OGf2W {
  visibility: hidden;
  pointer-events: none;
}

.dayDisabled--tf08v {
  cursor: default;
}

.dayToday--pGVf0,
.daySelected--uILac {
  font-family: "almoni-bold", sans-serif;
}
.dayToday--pGVf0::before,
.daySelected--uILac::before {
  background-color: rgba(0, 36, 69, 0.3);
}

.dayToday--pGVf0::before {
  opacity: 0.25;
}

/* Use predefined media query */
@media only screen and (max-width: 767px) {
  .panel--mwBVD {
    padding: 10px;
  }
  .selects--C5i7O {
    gap: 12px;
  }
  .selectTrigger--JEpBQ {
    width: 110px;
    font-size: 20px;
  }
  .selectList--K1l03 {
    max-height: 240px;
  }
  .day--GakXd::before {
    width: 36px;
    height: 36px;
  }
}
/* Use custom media query */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.form--DLzZk {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  margin-top: 30px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .form--DLzZk {
    margin-top: 30px;
  }
}

.submit--BZxvS {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 8px 18px;
  border: 0;
  border-radius: 2px;
  background-color: #feb161;
  font-family: "almoni-bold", sans-serif;
  font-size: 36px;
  line-height: 24px;
  letter-spacing: 1.08px;
  color: rgba(0, 36, 69, 0.4);
  text-align: center;
  cursor: not-allowed;
}
.submit--BZxvS:not(:disabled) {
  color: #002445;
  cursor: pointer;
}
.submit--BZxvS:not(:disabled):hover {
  background-color: #002445;
  color: #F9FBFA;
  border: 2px solid #F9FBFA;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.main--bb2i6 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-height: calc(100dvh - 80px);
  box-sizing: border-box;
  padding-top: 36px;
  padding-bottom: 77px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .main--bb2i6 {
    padding-top: 10px;
    min-height: calc(100dvh - 64px);
  }
}

.hero--R0YoV {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero-img--hn7yC {
  display: block;
  width: 320px;
  margin-bottom: 24px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .hero-img--hn7yC {
    width: 340px;
  }
}
.hero-content--KcToG {
  box-sizing: border-box;
  width: 100%;
  max-width: 577px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .hero-content--KcToG {
    padding: 0 20px;
  }
}
.hero-content--KcToG h1 {
  max-width: 450px;
  margin: 0 auto;
  font-family: "almoni-light", sans-serif;
  font-size: 36px;
  line-height: 39px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .hero-content--KcToG h1 {
    font-size: 32px;
    line-height: 32px;
  }
}
.hero-content--KcToG h1.desktop--TfyHq {
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .hero-content--KcToG h1.desktop--TfyHq {
    display: none;
  }
}
.hero-content--KcToG h1.mobile--gEsrC {
  display: none;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .hero-content--KcToG h1.mobile--gEsrC {
    display: block;
  }
}

.resultsFontPreloader--gXVn6 {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  font-family: "brutalist-bold", sans-serif;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.footer--C5idw {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  width: 100%;
  max-width: 711px;
  padding: 0 20px;
  box-sizing: border-box;
}

.searchAgain--u9wq_ {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 160px;
  height: 40px;
  padding: 8px 18px;
  border: 1px solid #f9fbfa;
  border-radius: 2px;
  font-family: "almoni-regular", sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #f9fbfa;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s;
}
.searchAgain--u9wq_:hover {
  background-color: #30436E;
}

.share--zyqqg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.shareSocials--U27w3 {
  gap: 16px;
}

.shareLabel--fH7NT {
  font-family: "almoni-regular", sans-serif;
  font-size: 25px;
  line-height: 33px;
  color: #f9fbfa;
  white-space: nowrap;
}

.disclaimer--nlh1_ {
  margin: 0;
  font-family: "almoni-regular", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #f9fbfa;
  text-align: center;
  opacity: 0.7;
}

/* Use predefined media query */
@media only screen and (max-width: 767px) {
  .searchAgain--u9wq_ {
    font-size: 20px;
  }
  .shareLabel--fH7NT {
    font-size: 22px;
  }
  .disclaimer--nlh1_ {
    font-size: 16px;
  }
}
/* Use custom media query */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.heroStats--oKBhZ {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  direction: rtl;
}

.sectionPercent--oYLLb,
.sectionDays--tR_K7,
.sectionRings--B7Lst {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 213px;
}

.sectionPercent--oYLLb {
  gap: 8px;
  justify-content: flex-end;
  padding-bottom: 20px;
  background: linear-gradient(90.77deg, #feb161 0.17%, #913f2f 120.96%);
}

.sectionDays--tR_K7 {
  background: linear-gradient(90deg, #a35139 0%, #4a0a27 109%);
}

.sectionRings--B7Lst {
  background: linear-gradient(90deg, #314771 0%, #1d1038 156%);
}

.statMain--VR70T {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 5px;
  align-items: center;
  width: 100%;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .statMain--VR70T {
    gap: 0;
  }
}

.sectionDays--tR_K7 .statMain--VR70T {
  gap: 6px;
}

.valueWrap--m2_PC {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 79px;
  overflow: hidden;
}

.sectionDays--tR_K7 .valueWrap--m2_PC {
  height: 92px;
}

.value--BBAQZ {
  margin: 0;
  font-family: "brutalist-bold", sans-serif;
  font-size: 120px;
  line-height: 164px;
  color: #f9fbfa;
  text-align: center;
}

.labelRow--WniB0 {
  display: flex;
  flex-shrink: 0;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.sectionPercent--oYLLb .labelRow--WniB0 {
  justify-content: flex-start;
}

.label--CMeRc {
  margin: 0;
  font-family: "almoni-demibold", sans-serif;
  font-size: 36px;
  line-height: 1;
  color: #f9fbfa;
  text-align: center;
}

.labelIcon--PtvOm {
  display: block;
  flex-shrink: 0;
}

.sectionPercentFooter--sfFQk {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  padding: 0 50px;
}

.share--urN1B {
  display: flex;
  align-items: center;
  gap: 19px;
}

.shareSocials--WVneC {
  gap: 19px;
}

.shareLabel--k8FAv {
  font-family: "almoni-regular", sans-serif;
  font-size: 30px;
  line-height: 39px;
  color: #f0f2f1;
  white-space: nowrap;
}

.makoLogo--hYlF_ {
  display: block;
  flex-shrink: 0;
  width: 76px;
  height: auto;
}

.rings--oQ1W7 {
  display: flex;
  flex-shrink: 0;
  gap: 36px;
  align-items: center;
  justify-content: center;
}

.ring--Gjy8v {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 0;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding-top: 17px;
  width: 185px;
  height: 185px;
  border: 3px solid #f9fbfa;
  border-radius: 50%;
}

.ringValueWrap--h9VMF {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 87px;
  overflow: hidden;
}

.ringValue--IQgXt {
  margin: 0;
  font-family: "brutalist-bold", sans-serif;
  font-size: 80px;
  line-height: 116px;
  color: #f9fbfa;
  text-align: center;
}

.ringLabel--ruxem {
  flex-shrink: 0;
  font-family: "almoni-demibold", sans-serif;
  font-size: 36px;
  line-height: 28px;
  padding: 0 35px;
  margin-top: -5px;
  color: #f9fbfa;
  text-align: center;
}
.ringLabel--ruxem p {
  margin: 0;
}

/* Use predefined media query */
@media only screen and (max-width: 767px) {
  .sectionPercent--oYLLb,
  .sectionDays--tR_K7,
  .sectionRings--B7Lst {
    height: auto;
    min-height: 180px;
  }
  .sectionPercent--oYLLb {
    padding-top: 63px;
    padding-bottom: 24px;
    gap: 32px;
  }
  .sectionDays--tR_K7 {
    padding: 48px 0;
  }
  .sectionRings--B7Lst {
    min-height: auto;
    padding: 32px 0;
  }
  .sectionPercentFooter--sfFQk {
    padding: 0 20px;
  }
  .valueWrap--m2_PC {
    height: 64px;
  }
  .sectionDays--tR_K7 .valueWrap--m2_PC {
    height: 72px;
  }
  .value--BBAQZ {
    font-size: 80px;
    line-height: 110px;
  }
  .rings--oQ1W7 {
    gap: 10px;
  }
  .ring--Gjy8v {
    padding-top: 10px;
    width: 107px;
    height: 107px;
  }
  .ringValueWrap--h9VMF {
    height: 50px;
  }
  .ringValue--IQgXt {
    font-size: 40px;
    line-height: 67px;
  }
  .ringLabel--ruxem {
    font-size: 22px;
    line-height: 16px;
  }
}
/* Use custom media query */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.lifeTime--TVZtJ {
  display: flex;
  flex-direction: column;
  gap: 90px;
  align-items: center;
  width: 100%;
}

.legend--FiH8X {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.legendItem--MebPy {
  display: flex;
  gap: 10px;
  align-items: center;
}

.legendDot--uEOkX,
.legendDotPeaceful--gUyKc {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.legendDotPeaceful--gUyKc {
  box-sizing: border-box;
  border: 1px solid rgba(249, 251, 250, 0.65);
}

.legendLabel--j8MI5 {
  font-family: "almoni-demibold", sans-serif;
  font-size: 36px;
  line-height: 37px;
  color: #f9fbfa;
  white-space: nowrap;
}

.barBlock--cbjeM {
  display: flex;
  flex-direction: column;
  gap: 21px;
  width: 100%;
}

.bar--juGsj {
  position: relative;
  background-color: #F9FBFA;
  width: 100%;
  height: 83px;
  overflow: hidden;
  transform: scaleX(-100%);
}

.barSegment--MTdKN {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 2px;
  height: 100%;
}
.barSegment--MTdKN.w--JjywQ {
  background-color: #9B1B4D;
  transform: scaleX(1.1);
  z-index: 3;
}
.barSegment--MTdKN.mo--EDXJr {
  background-color: #a35139;
  z-index: 2;
}
.barSegment--MTdKN.to--hz4hA {
  background-color: #feb161;
  z-index: 1;
}

.years--OoZFo {
  display: flex;
  direction: rtl;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #f9fbfa;
}

.yearLabel--OPLZq {
  flex-shrink: 0;
  font-family: "almoni-demibold", sans-serif;
  font-size: 32px;
  line-height: 37px;
}

.yearTick--Y9fIE {
  flex: 1;
  font-family: "almoni-demibold", sans-serif;
  font-size: 20px;
  line-height: 37px;
  text-align: center;
}

/* Use predefined media query */
@media only screen and (max-width: 767px) {
  .lifeTime--TVZtJ {
    gap: 50px;
  }
  .legend--FiH8X {
    width: 240px;
    gap: 0px 20px;
  }
  .legendLabel--j8MI5 {
    font-size: 22px;
    line-height: 37px;
  }
  .bar--juGsj {
    height: 56px;
  }
  .yearLabel--OPLZq {
    font-size: 24px;
  }
  .yearTick--Y9fIE {
    font-size: 16px;
  }
}
/* Use custom media query */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.wars--sT_EP {
  display: flex;
  justify-content: center;
  width: 100%;
}

.timeline--upMcW {
  position: relative;
  width: 100%;
  max-width: 378px;
  box-sizing: border-box;
}

.line--Y1oZ3 {
  position: absolute;
  top: 10px;
  right: 9px;
  bottom: 60px;
  width: 2px;
  background-color: #f9fbfa;
}

.list--_KOVQ {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.item--ipdfq {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.content--CVVa5 {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 7px;
  justify-content: center;
  min-width: 0;
  max-width: 346px;
  text-align: right;
  margin-top: -5px;
}

.name--K3VBP {
  margin: 0;
  font-family: "almoni-demibold", sans-serif;
  font-size: 40px;
  line-height: 1.15;
  color: #f9fbfa;
  word-break: break-word;
}

.dates--imLlg {
  margin: 0;
  font-family: "almoni-medium", sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #f9fbfa;
}

.dot--qUbuW {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 7px;
  border-radius: 50%;
}
.dot--qUbuW.w--tYqxU {
  background-color: #9B1B4D;
  z-index: 3;
}
.dot--qUbuW.mo--tadUC {
  background-color: #a35139;
  z-index: 2;
}
.dot--qUbuW.to--LP4bl {
  background-color: #feb161;
  z-index: 1;
}

/* Use predefined media query */
@media only screen and (max-width: 767px) {
  .timeline--upMcW {
    max-width: 100%;
  }
  .list--_KOVQ {
    gap: 40px;
  }
  .content--CVVa5 {
    max-width: none;
  }
  .name--K3VBP {
    font-size: 32px;
  }
  .dates--imLlg {
    font-size: 24px;
    line-height: 28px;
  }
}
/* Use custom media query */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.result--ldLZj {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-height: 100dvh;
  padding-top: 55px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .result--ldLZj {
    padding-top: 30px;
  }
}

.hero--BucdJ {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 172px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .hero--BucdJ {
    width: 100%;
    margin-bottom: 80px;
  }
}
.hero-img--G5zqN {
  display: block;
  width: 546px;
  margin-bottom: 62px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .hero-img--G5zqN {
    width: 166px;
    margin-bottom: 24px;
  }
}
.hero-content--adkr8 {
  box-sizing: border-box;
  width: 839px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .hero-content--adkr8 {
    width: 100%;
  }
}

.sections--m0k6O {
  display: flex;
  flex-direction: column;
  gap: 90px;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 1600px;
  padding: 0 60px 60px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .sections--m0k6O {
    padding: 0 20px 60px;
  }
}
.sections--m0k6O > * {
  width: 100%;
}

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