:root {
	--buttontxt: #ffffff;
	--stars: #ff004b;
	--highlight: #faf020;
	--borderradius: 10px;
	--element: #ffffff;
	--text: #363131;
	--background: #f3f3f3;
	--bgtransparent: rgba(243, 243, 243, 0);
	--secondary: #f8f8f8;
	--track: rgba(122, 122, 122, 0.28);
	--border: #eaeaea;
	--accent: #000000;
	--button: #000000;
	--boxshadow: 0 2px 8px rgba(15, 41, 14, 0.08), 0 3px 35px rgba(7, 21, 41, 0.20)
}

@media (prefers-color-scheme:dark) {
	:root {
		--element: #0f0f0f;
		--text: #b0b4b7;
		--background: #000000;
		--bgtransparent: rgba(0, 0, 0, 0);
		--secondary: #232222;
		--border: #2a2929;
		--track: rgba(122, 122, 122, 0.28)
	}

	#poweredby img {
		filter: brightness(100) invert(1)
	}
}

html,
html * {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Ubuntu, sans-serif
}

html :focus-visible {
	outline: 0 !important
}

:root {
	--hover: rgba(0, 0, 0, 0.03);
	--gradientcolor: #000
}

body.dark {
	--hover: rgba(255, 255, 255, 0.05)
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px transparent !important;
	background-color: var(--element) !important
}

::-webkit-scrollbar {
	width: 10px !important;
	background-color: var(--element) !important
}

::-webkit-scrollbar-thumb {
	background-color: var(--track) !important;
	border-radius: 15px !important
}

body {
	width: 100vw;
	height: 100vh;
	margin: 0;
	overflow: hidden;
	color: var(--text);
	background: var(--element)
}

main {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	overflow-x: hidden;
	overflow-y: auto
}

h1 {
	font-size: 28px;
	margin: 0;
	margin-top: -15px;
	text-overflow: ellipsis;
	white-space: pre-wrap;
	word-break: break-word;
	overflow: hidden;
	max-height: 170px;
	width: 90%
}

h3 {
	margin: 0
}

h3~p {
	margin-bottom: 0
}

.container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	flex-direction: column;
	flex: none
}

.content {
	max-width: 800px;
	border-radius: 5px;
	padding-bottom: 20px;
	position: relative;
	z-index: 22
}

#availability,
#description,
#what-is-this-app {
	padding: 30px 0;
	margin: 20px 0
}

#availability,
#description,
#intro,
#what-is-this-app {
	border-radius: 10px
}

#intro {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	height: 250px;
	width: 100%;
	background: var(--element);
	padding-top: 100px;
	flex: none
}

.intro-app,
.intro-details button {
	z-index: 99999
}

#intro .icon {
	border-radius: 15px;
	width: 70px;
	height: 70px;
	position: relative;
	overflow: hidden;
	flex: none;
	object-fit: cover;
	object-position: center;
	box-shadow: 0 2px 9px 0 rgba(82, 79, 79, .15);
	-webkit-box-shadow: 0 2px 9px 0 rgba(82, 79, 79, .15)
}

#intro .icon img {
	width: 100%;
	height: 100%;
	flex: none;
	object-fit: cover;
	object-position: center;
	background: var(--accent)
}

#intro .txt {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin: 0 30px;
	flex-direction: column
}

#intro .domain {
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-word;
	overflow: hidden;
	max-height: 170px;
	width: 90%;
	font-size: 14px;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: -7px;
	filter: brightness(.8)
}

#intro .intro-app {
	display: flex;
	align-items: center;
	width: 100%
}

#intro .intro-details {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 2
}

body[data-btn-color="#000000"] #intro:before {
	opacity: .03
}

body[data-btn-color="#000000"] #intro:after {
	opacity: .03
}

body[data-btn-color="#000000"] .intro-app:before {
	opacity: .03
}

.buttons {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	width: 100%;
	position: relative
}

button {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	padding: 15px 30px;
	border-radius: 30px;
	border: 0;
	font-size: 16px;
	outline: 0;
	width: 100%;
	margin: 10px 0;
	color: var(--element);
	font-weight: 500;
	height: 60px;
	white-space: nowrap
}

button.loading>* {
	display: none
}

button.disabled {
	pointer-events: none;
	opacity: .6
}

button>span {
	padding: 0 15px
}

button.loading {
	opacity: .7;
	pointer-events: none
}

button.loading:after {
	background-image: url(https://progressier.com/assets/img/loading-spinner.gif?v=2);
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 33;
	object-fit: contain;
	background-position: center;
	background-size: 100%;
	filter: brightness(115);
	height: 100%;
	top: 0;
	display: flex;
	flex: none;
	background-repeat: no-repeat
}

a {
	text-decoration: none;
	color: var(--text)
}

button svg {
	width: 22px;
	flex: none
}

#install-btn {
	background: var(--button);
	color: var(--buttontxt);
	position: relative;
	border-radius: 50px;
	margin: 0;
	overflow: hidden;
	box-shadow: 0 0 100px 100px rgba(255, 255, 255, .05);
	-webkit-box-shadow: 0 0 100px 100px rgba(255, 255, 255, .05)
}

#install-btn:after {
	opacity: .1;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
	transform: translateX(-100%);
	transition: .3s linear all
}

#install-btn:hover:after {
	transform: translateX(100%)
}

.buttons:before {
	content: "";
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	background: radial-gradient(var(--button), transparent);
	left: -6px;
	margin-top: -6px;
	position: absolute;
	border-radius: 50px;
	opacity: 0;
	transition: .3s linear opacity
}

.buttons:hover:before {
	opacity: .3
}

#install-btn>div {
	align-items: center
}

#screenshots:empty {
	display: none
}

#screenshots {
	display: flex;
	overflow: auto;
	padding: 0;
	margin: 20px 0;
	background: 0 0;
	overflow-y: hidden;
	align-items: center;
	scroll-behavior: smooth;
	scrollbar-width: none;
	margin-top: -150px
}

#screenshots>div {
	height: 23vmax;
	position: relative;
	margin: 0 10px
}

#screenshots>div img {
	height: 100%;
	cursor: zoom-in;
	border-radius: 10px;
	background: 0 0
}

#screenshots .iframe-container {
	flex: none;
	width: 30vmax;
	position: relative;
	overflow: hidden;
	border-radius: 10px
}

#screenshots .iframe-container:empty {
	display: none !important
}

#screenshots .iframe-container iframe {
	border-radius: 10px;
	width: 100%;
	height: 100%
}

#description h3 {
	margin-top: 0
}

.screenshot-nav {
	position: absolute !important;
	background: var(--element);
	height: 50px !important;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-shadow: 0 2px 9px 0 rgba(82, 79, 79, .15);
	-webkit-box-shadow: 0 2px 9px 0 rgba(82, 79, 79, .15);
	cursor: pointer;
	z-index: 999
}

.screenshot-nav.hidden {
	display: none !important
}

.screenshot.nav:hover {
	filter: brightness(.9)
}

.screenshot-nav.next {
	right: -35px
}

.screenshot-nav.prev {
	left: -25px;
	transform: rotate(180deg)
}

[dir=rtl] .screenshot-nav.next {
	left: -35px;
	right: unset
}

[dir=rtl] .screenshot-nav.prev {
	right: -25px;
	left: unset
}

.slideshow {
	z-index: 9999999999999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000
}

.slideshow {
	-ms-user-select: none !important;
	-moz-user-select: none !important;
	-webkit-user-select: none !important;
	user-select: none !important
}

.slideshow * {
	-ms-user-select: none !important;
	-moz-user-select: none !important;
	-webkit-user-select: none !important;
	user-select: none !important
}

.slideshow img {
	max-width: 60vw;
	max-height: 70vh;
	border-radius: 20px
}

.slideshow-close {
	cursor: pointer
}

.slideshow-close {
	position: absolute;
	top: 10px;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	right: 10px
}

.slideshow-close:hover,
.slideshow-next:hover,
.slideshow-prev:hover {
	filter: brightness(.9)
}

.slideshow-next,
.slideshow-prev {
	background: var(--element);
	top: calc(50% - 30px);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 333;
	cursor: pointer
}

.slideshow-prev {
	left: 30px
}

.slideshow-next {
	right: 30px
}

[dir=rtl] .slideshow-prev {
	right: 30px;
	left: unset
}

[dir=rtl] .slideshow-next {
	left: 30px;
	right: unset
}

.slideshow:not(.prev) .slideshow-prev {
	display: none
}

.slideshow:not(.next) .slideshow-next {
	display: none
}

.slideshow-prev svg {
	transform: rotate(180deg)
}

.slideshow-next svg,
.slideshow-prev svg {
	pointer-events: none
}

[dir=rtl] .slideshow-next,
[dir=rtl] .slideshow-prev {
	transform: rotate(180deg)
}

.slide {
	position: absolute;
	max-width: 90vw;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s linear all;
	pointer-events: none
}

.slide img {
	transition: .3s linear all
}

.slide.active {
	z-index: 3353
}

.slide:not(.active) img {
	pointer-events: none
}

.slide:not(.active):not(.reveal) {
	opacity: 0
}

.slide:not(.active):not(.reveal) {
	transform: translateX(-100%) scale(.2)
}

.slide:not(.active):not(.reveal) img {
	transform: translateX(-100%) scale(.4);
	opacity: .5
}

.slide.active~.slide:not(.active):not(.reveal) {
	transform: translateX(100%) scale(.2)
}

.slide.active~.slide:not(.active):not(.reveal) img {
	transform: translateX(100%) scale(.4);
	opacity: .5
}

.helper h3 {
	color: #fff;
	margin: 0 0 10px 0;
	display: flex;
	align-items: center
}

.helper a {
	font-weight: 700;
	color: #ffff;
	text-decoration: underline
}

.helper {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 20px;
	width: 250px;
	right: 20px;
	z-index: 9999999999999;
	border-radius: 20px;
	padding: 30px;
	font-size: 13px;
	color: #fdbfb4;
	font-weight: 600;
	background: #e41d68;
	background: linear-gradient(163deg, #e41d68 0, #ff2f30 100%);
	height: 140px;
	height: fit-content !important
}

.helper:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border-left: 20px solid transparent;
	border-bottom: 20px solid #e9205e;
	border-right: 20px solid transparent;
	left: calc(50% - 20px);
	top: -40px;
	border-top: 20px solid transparent
}

.helper i {
	font-size: 25px;
	margin-inline-end: 10px
}

.install-icon-desktop,
.install-icon-mobile {
	width: 24px;
	height: 24px
}

#reviews {
	padding: 30px 0 10px 0;
	background: var(--element);
	margin: 20px 0;
	border-radius: 10px
}

#reviews h3 {
	z-index: 99;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center
}

#reviews iframe {
	width: 100%;
	height: 550px;
	border: 0;
	outline: 0;
	background: 0 0
}

.rating {
	display: inline-flex;
	align-items: center;
	padding: 0 5px;
	font-weight: 400
}

.rating svg {
	width: 25px;
	flex: none;
	padding: 0 3px
}

.rating>span {
	display: flex;
	align-items: center;
	margin: 0 3px
}

#back {
	right: 10px;
	left: unset
}

@media (min-width:992px) {
	#screenshots {
		padding: 40px 0;
		border-radius: 10px
	}

	#screenshots::-webkit-scrollbar-track {
		background-color: var(--background) !important
	}

	#screenshots::-webkit-scrollbar {
		background-color: var(--background) !important;
		height: 0 !important
	}

	.install-icon-desktop {
		display: flex
	}

	.install-icon-mobile {
		display: none
	}

	#intro div.intro-details {
		flex-direction: row
	}

	#screenshots>div:last-child {
		margin-inline-end: 0
	}

	.buttons {
		width: 60%;
		flex-direction: row-reverse !important;
		margin-top: 0 !important
	}

	.buttons button {
		border-radius: 10px;
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	* {
		scrollbar-width: thin
	}

	#intro .intro-details {
		max-width: 800px
	}

	.rating:hover {
		background: var(--hover)
	}
}

@media (max-width:991px) {
	::-webkit-scrollbar {
		width: 0 !important;
		height: 0 !important
	}

	body {
		background: var(--element) !important
	}

	main {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center
	}

	.container {
		background: var(--element)
	}

	h1 {
		font-size: 25px;
		max-height: 100px;
		max-width: 70vw
	}

	.header {
		display: none
	}

	.content {
		max-width: 100%;
		width: 100%;
		padding: 0;
		padding-bottom: 130px
	}

	#availability,
	#description,
	#reviews,
	#what-is-this-app {
		padding: 10px 20px
	}

	#intro {
		flex-direction: column-reverse;
		z-index: 1;
		margin-top: 0;
		padding: 20px;
		height: unset;
		align-items: center;
		justify-content: flex-start
	}

	#intro .icon {
		width: 55px;
		height: 55px
	}

	#intro .txt {
		margin: 0 20px
	}

	.buttons>button {
		width: 100%
	}

	.slideshow img {
		max-width: 90vw
	}

	#screenshots {
		padding: 0 10px 10px 10px;
		margin-top: 20px
	}

	.screenshot-nav {
		display: none !important
	}

	#intro .intro-details {
		width: calc(100% - 40px)
	}

	#screenshots>div img {
		max-width: 90vw;
		object-fit: cover
	}

	.install-icon-desktop {
		display: none
	}

	.install-icon-mobile {
		display: flex
	}

	#screenshots>div:last-child {
		margin-inline-end: 40px
	}

	#screenshots .iframe-container {
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center
	}

	#screenshots .iframe-container iframe {
		pointer-events: none
	}

	.slideshow-next,
	.slideshow-prev {
		display: none
	}

	.slide,
	.slide-img {
		transition-duration: .15s
	}

	#reviews {
		padding: 10px 20px
	}

	* {
		scrollbar-width: none
	}

	button {
		height: 55px
	}

	#intro .intro-app {
		margin-top: 20px
	}

	#intro:before {
		height: 135%
	}

	.rating {
		width: 100%;
		margin-top: 20px;
		padding: 0;
		display: flex;
		justify-content: center
	}

	.rating>span {
		width: 50%;
		border: 1px solid var(--border);
		height: 50px;
		justify-content: center;
		border-radius: 10px
	}

	#reviews h3 {
		align-items: flex-start;
		flex-direction: column
	}
}

@media (max-width:991px) and (min-width:600px) {
	.container {
		max-width: 600px;
		padding-top: calc((100vw - 600px)/ 2.5)
	}
}