@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@font-face {
  font-family: "Yonit-Light";
  src: url(/static/abb2113c690cb8e81b13.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Yonit-Regular";
  src: url(/static/0948156dbc5b27dce975.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Yonit-Medium";
  src: url(/static/82ba15b6c899292d7970.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Yonit-Bold";
  src: url(/static/770bf2e138c03da7b3ed.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "almoni-bold";
  src: url(/static/17cbaa711895d4edc7ad.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "almoni-demibold";
  src: url(/static/19965e8173b4aa7ff102.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "almoni-regular";
  src: url(/static/a7a55e7b116fb97dc2f0.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "almoni-medium";
  src: url(/static/b6fd0a9dedc18d713c56.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "almoni-light";
  src: url(/static/3d4196ebb6fba797f3d0.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fbatzofen-bold";
  src: url(/static/assets/FbAtzofen-Bold.22b10cfc2e0adf341a56.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fbatzofen-medium";
  src: url(/static/assets/FbAtzofen-Medium.e961f64c484244ecb1af.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fbatzofen-italic";
  src: url(/static/assets/FbAtzofen-Italic.63ed77b71abda1f3069e.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fbatzofen-regular";
  src: url(/static/assets/FbAtzofen-Regular.001a0254dff441866315.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}
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;
  background-color: #273044;
  overflow-x: hidden;
  min-height: 100dvh;
}
html.full-height,
body.full-height {
  height: 100%;
  overflow-y: hidden;
}

#root {
  min-height: 100dvh;
}

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

h1,
h2 {
  font-weight: normal;
}

button {
  outline: none;
  border: none;
}

p {
  margin: 0;
}
.socials--Ncg6a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  transition: opacity 0.2s ease-in-out;
}

button {
  cursor: pointer;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.share-btn--lvKHv {
  width: 40px;
  height: 40px;
}
.share-btn--lvKHv:hover {
  opacity: 0.8;
}
/*
	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: fixed;
  height: 80px;
  width: 100%;
  padding: 0 36px 0 24px;
  display: flex;
  z-index: 3;
  align-items: center;
  justify-content: space-between;
  background-color: #273044;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .header--YGWap {
    padding: 0 15px 0 20px;
  }
}
.header--YGWap.without-bottom-border--U1WUy:after {
  display: none;
}
.header--YGWap:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.header--YGWap .back-btn--NGUdI {
  cursor: pointer;
  color: white;
  font-size: 26px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-family: "almoni-demibold", sans-serif;
  transition: opacity 0.2s ease-in-out;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .header--YGWap .back-btn--NGUdI {
    font-size: 22px;
  }
}
.header--YGWap .back-btn--NGUdI:hover {
  opacity: 0.8;
}
.header--YGWap .back-btn--NGUdI .square--XH1SW {
  width: 10px;
  height: 10px;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  transform: rotate(45deg);
}
.header--YGWap .hero-text-img--jN1Mh {
  width: 100px;
  display: block;
}
.header--YGWap .share-button--yQvdc {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header--YGWap .mako-logo--tkmbw {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
}
.header--YGWap .mako-logo--tkmbw img {
  display: block;
  width: 100%;
}
.radio--xnRzt {
  position: relative;
  flex-direction: row;
  width: 100%;
}
.powered-by--S6NFw {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
}
.developed-by--FUJoO {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 4;
}
.developed-by--FUJoO a {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.developed-by--FUJoO a:hover {
  text-decoration: none;
}
/* stylelint-disable */

/* stylelint-enable */
/*
	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--eBBEl {
  display: none;
  background-color: black;
  padding: 5px 0 18px;
  /* Use predefined media query */
  /* Use custom media query */
}
.banner-wrap--eBBEl.rendered--WOWcZ {
  display: block;
}
@media only screen and (max-width: 767px) {
  .banner-wrap--eBBEl {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: white;
    justify-content: center;
    align-items: center;
  }
  .banner-wrap--eBBEl.rendered--WOWcZ {
    display: flex;
  }
}

.label--ZXRp_ {
  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--ZXRp_ {
    display: none;
  }
}

.banner--mJdmA {
  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--mJdmA {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
  }
  .banner--mJdmA iframe {
    width: 100vw !important;
    height: clamp(330px, 100vh - 10px, 100vh) !important;
  }
}

.close-btn--_f1Cj {
  position: absolute;
  display: none;
  z-index: 100;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 1px solid #576570;
  /* Use predefined media query */
  /* Use custom media query */
}
.close-btn--_f1Cj:hover {
  background-color: #44525b;
  border-color: #77818a;
}
.close-btn--_f1Cj:hover::before, .close-btn--_f1Cj:hover::after {
  background-color: white;
}
.close-btn--_f1Cj::before, .close-btn--_f1Cj::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--_f1Cj::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .close-btn--_f1Cj {
    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;
		}
	}
 */
.main--bb2i6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100dvh;
  /* Use predefined media query */
  /* Use custom media query */
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-height: 790px) {
  .main--bb2i6 {
    padding: 100px 0 20px;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .main--bb2i6 {
    justify-content: flex-start;
    padding: 96px 10px;
  }
}

.alarm--mZZzC {
  padding-bottom: 18px;
}

.search--S8n3o {
  position: relative;
  font-family: "almoni-regular", sans-serif;
}

.radio--QUNFe {
  margin-bottom: 18px;
}

.select--Xg2qz {
  margin-bottom: 18px;
}

.powered-by--ltqnY {
  position: relative;
  z-index: 2;
  padding-top: 12px;
  width: 100%;
  text-align: center;
}

.sub-title--AVxt2 {
  font-family: "almoni-demibold", sans-serif;
  color: #727272;
  font-size: 36px;
  line-height: 33px;
  text-align: center;
  padding-bottom: 16px;
}

.form--T3FlJ {
  width: 100%;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.toggle-container--EgBtg {
  position: relative;
  border-radius: 20px;
  box-shadow: inset 0 0 0 2px white;
  height: 40px;
  width: -moz-fit-content;
  width: fit-content;
}

.input--hHI3D {
  display: none;
}

.toggle--pfY_P {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  color: white;
}

.background--l9GyJ {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: white;
  border-radius: 25px;
  transition: transform 0.3s ease;
  z-index: 0;
}

.option--QbpKt {
  flex: 1;
  display: flex;
  font-family: "almoni-medium", sans-serif;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 16px;
  line-height: 1;
  z-index: 1;
  position: relative;
  transition: color 0.3s ease;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .option--QbpKt {
    font-size: 24px;
  }
}
.option--QbpKt.left--I0Cs9 {
  color: #273044;
}

.input-checked--YVmhh + .toggle--pfY_P .background--l9GyJ {
  transform: translateX(100%);
}
.input-checked--YVmhh + .toggle--pfY_P .left--I0Cs9 {
  color: white;
}
.input-checked--YVmhh + .toggle--pfY_P .right--gM7PL {
  color: #273044;
}
.additional-credits--SNsL3 {
  position: relative;
  z-index: 4;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
}
/*
	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 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  min-height: 100dvh;
  padding: 100px 0 20px;
  justify-content: flex-start;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .result--ldLZj {
    padding: 96px 0 20px;
  }
}

.double-column--_XWjn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 13px;
       column-gap: 13px;
  width: 100%;
  align-items: stretch;
  justify-content: center;
}

.mako-logo--qR2xC {
  width: 64px;
  transition: opacity 0.2s ease;
}
.mako-logo--qR2xC:hover {
  opacity: 0.8;
}
.mako-logo--qR2xC img {
  display: block;
  width: 100%;
}

.share--Wmm6G {
  -moz-column-gap: 0;
       column-gap: 0;
}

.regular--kjFD2 {
  font-family: "fbatzofen-medium";
  font-size: 64px;
  line-height: 1;
  color: #273044;
}
.regular--kjFD2 span {
  font-size: 24px;
}
.regular--kjFD2.blue--L1qZg {
  color: #466ae8;
}

.regular-notes--_k8nH {
  font-family: "almoni-regular", sans-serif;
  font-size: 26px;
  line-height: 1;
  color: #727272;
  text-align: center;
}

.powered-by--HPDV4 {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.notes--qaIxh {
  font-family: "almoni-regular", sans-serif;
  font-size: 30px;
  line-height: 1;
  color: #727272;
}

.card-title--HxGMx {
  text-align: center;
  font-family: "almoni-medium", sans-serif;
  font-size: 30px;
  line-height: 1;
  color: #727272;
}

.card-sub-title--XbiRg {
  text-align: center;
  font-family: "almoni-regular", sans-serif;
  font-size: 23px;
  line-height: 1;
  color: #727272;
}

.card-foot-note--xkzK9 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #727272;
  text-align: center;
  padding: 0 10px;
}

.rank-top-text--d1_Yf {
  font-family: "almoni-demibold", sans-serif;
  font-size: 26px;
  line-height: 1;
  color: #273044;
}

.alerts-card--ZmbUB,
.nights-card--i1yS5 {
  padding: 12px 20px;
}

.rank-card--am2Uk {
  padding: 15px 35px;
  flex-shrink: 0;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .rank-card--am2Uk {
    padding: 27px 10px 34px 10px;
  }
}

.ratio-card--tf4Xm {
  padding: 27px 44px;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .ratio-card--tf4Xm {
    padding: 40px 10px;
  }
}

.time-card--TBImH {
  padding: 20px 23px;
}
.time-card--TBImH .stats-city-text--u_Nlb {
  font-family: "almoni-regular", sans-serif;
  font-size: 30px;
  line-height: 1;
  color: #727272;
  letter-spacing: 0px;
  text-align: center;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 375px) {
  .time-card--TBImH .stats-city-text--u_Nlb {
    font-size: 28px;
  }
}
.time-card--TBImH .stats-city-text--u_Nlb span {
  font-family: "almoni-bold", sans-serif;
  color: #273044;
}
.time-card--TBImH .stats-hours-text--i47H8 {
  font-family: "fbatzofen-bold";
  font-size: 64px;
  line-height: 1;
  margin: 0;
  color: #ea2b45;
  letter-spacing: 0px;
  text-align: center;
}

.share-label--nBXYo {
  font-family: "fbatzofen-regular";
  font-size: 25px;
  line-height: 1;
  color: #273044;
}
.share-label--nBXYo.footer--yyvgF {
  color: white;
  font-size: 20px;
}

.static-cards-title--vSSP7 {
  font-family: "almoni-bold", sans-serif;
  font-size: 45px;
  line-height: 1;
  color: white;
  text-align: center;
  margin: 20px 0 10px;
  padding: 0 80px 15px 80px;
  position: relative;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 767px) {
  .static-cards-title--vSSP7 {
    padding: 0 10px 15px 10px;
  }
}
.static-cards-title--vSSP7 p {
  display: inline-block;
  background-color: #466ae8;
  padding: 0 12px;
  margin-bottom: 10px;
}
.static-cards-title--vSSP7 p.static-cards-sub-title--tbRWw {
  font-family: "almoni-regular", sans-serif;
  font-size: 30px;
  line-height: 1;
  padding: 0;
  background-color: transparent;
}
.static-cards-title--vSSP7:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.iran-war-all-alerts-card--Ugqi9 {
  padding: 12px 0 15px;
}
.iran-war-all-alerts-card--Ugqi9 .iwar-content--rbBkl {
  width: 295px;
}
.iran-war-all-alerts-card--Ugqi9 .title--KJ_dw {
  margin-bottom: 20px;
}

.most-hard-hours-card--VOhRD {
  padding: 24px 20px 39px;
}
.most-hard-hours-card--VOhRD .clock-icon--aecS5 {
  width: 57px;
  display: block;
  margin-bottom: 12px;
}
.most-hard-hours-card--VOhRD .top--tRoCV {
  padding-bottom: 12px;
}
.most-hard-hours-card--VOhRD .value--h6zYj {
  font-family: "fbatzofen-medium";
  font-size: 68px;
  line-height: 0.8;
  color: #ea2b45;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 375px) {
  .most-hard-hours-card--VOhRD .value--h6zYj {
    font-size: 62px;
  }
}

.alert-notifications-card--rVRVX {
  padding: 23px 10px 41px;
}
.alert-notifications-card--rVRVX .an-content--tdljd {
  max-width: 314px;
  width: 100%;
}
.alert-notifications-card--rVRVX .an-content--tdljd img {
  width: 100%;
  display: block;
}
.alert-notifications-card--rVRVX .top--tRoCV {
  padding-bottom: 0;
}

.baby-sleep-card--LgARg {
  padding: 25px 0 28px;
}
.baby-sleep-card--LgARg .bs-content--Ux2G6 {
  width: 254px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.baby-sleep-card--LgARg .baby-sleep-icon--rpGg4 {
  width: 76px;
  display: block;
  margin-bottom: 12px;
}
.baby-sleep-card--LgARg .top--tRoCV {
  padding-bottom: 12px;
}
.baby-sleep-card--LgARg .value--h6zYj {
  font-family: "fbatzofen-medium";
  font-size: 68px;
  line-height: 0.8;
  color: #466ae8;
  margin-bottom: 15px;
}

.iran-nights-card--yIMNF {
  padding: 22px 0 0 0;
}
.iran-nights-card--yIMNF .in-content--i5JLs {
  width: 322px;
}
.iran-nights-card--yIMNF .data-content--vA1pD {
  margin-top: 40px;
  height: 470px;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.iran-nights-card--yIMNF .data-content--vA1pD .value--h6zYj {
  color: white;
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 5px 0 117px 0;
}
.iran-nights-card--yIMNF .data-content--vA1pD .city--evVRO {
  font-family: "almoni-demibold", sans-serif;
  font-size: 26px;
  line-height: 1;
  padding: 0 10px 5px 10px;
  width: 208px;
}
.iran-nights-card--yIMNF .data-content--vA1pD .amount--iNACK {
  font-family: "fbatzofen-medium";
  font-size: 33px;
  line-height: 0.8;
}
.iran-nights-card--yIMNF .data-content--vA1pD .other-cities--FyE8x {
  position: relative;
  z-index: 3;
  width: 202px;
  margin-bottom: 56px;
}
.iran-nights-card--yIMNF .data-content--vA1pD .other-cities--FyE8x .item--AXOvp {
  height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid white;
  color: #273044;
}
.iran-nights-card--yIMNF .data-content--vA1pD .other-cities--FyE8x .item-city--GPxQp {
  font-family: "almoni-regular", sans-serif;
  font-size: 24px;
  line-height: 1;
}
.iran-nights-card--yIMNF .data-content--vA1pD .other-cities--FyE8x .item-amount--usdc8 {
  font-family: "fbatzofen-medium";
  font-size: 26px;
  line-height: 1;
}
.iran-nights-card--yIMNF .data-content--vA1pD .foot--UdiBw {
  position: relative;
  z-index: 3;
}
.iran-nights-card--yIMNF .bed--gHqkB {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
  display: block;
  z-index: 1;
}
.iran-nights-card--yIMNF .pillow--fPNzS {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -25px);
  width: 208px;
  display: block;
  z-index: 2;
}

.total-alerts-graph-card--JD3HI {
  padding: 35px 0 44px;
}
.total-alerts-graph-card--JD3HI .calendar-icon--8gS26 {
  width: 67px;
  display: block;
  margin-bottom: 16px;
}
.total-alerts-graph-card--JD3HI .top--tRoCV {
  width: 254px;
  padding: 0 0 16px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.total-alerts-graph-card--JD3HI .graph-legend--Mq9am {
  width: 218px;
  display: block;
  margin: 10px 0 0 0;
}
.total-alerts-graph-card--JD3HI .tag-content--aAU9h {
  width: 345px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  /* Use predefined media query */
  /* Use custom media query */
}
@media only screen and (max-width: 375px) {
  .total-alerts-graph-card--JD3HI .tag-content--aAU9h {
    width: 330px;
  }
}
.total-alerts-graph-card--JD3HI .tag-content--aAU9h .graph--hNtFe {
  width: 100%;
  display: block;
}

.map-card--DHVA2 {
  padding: 18px 0;
}
.map-card--DHVA2 .map-icon--JfbaL {
  width: 76px;
  display: block;
  margin-bottom: 12px;
}
.map-card--DHVA2 .top--tRoCV {
  margin-bottom: 15px;
}
.map-card--DHVA2 .map--vzW8Q {
  width: 200px;
  display: block;
}

.disclaimer--Daeja {
  padding-top: 16px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  z-index: 4;
}

.add-credits--Wd5or {
  position: relative;
  z-index: 2;
  padding-top: 12px;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  max-width: 538px;
  width: 100%;
}

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