/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::after,
::before {
	box-sizing: border-box
}

html {
	font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	tab-size: 4
}

body {
	margin: 0
}

hr {
	height: 0;
	color: inherit
}

abbr[title] {
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
pre,
samp {
	font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

table {
	text-indent: 0;
	border-color: inherit
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

::-moz-focus-inner {
	border-style: none;
	padding: 0
}

:-moz-focusring {
	outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
	box-shadow: none
}

legend {
	padding: 0
}

progress {
	vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

summary {
	display: list-item
}

:root {
	--brandColor: #524abe;
	--bgColor: #ff6ed6;
	--transition: all 0.2s ease-in-out
}

body {
	font-family: Livvic, sans-serif;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -.2px;
	height: 100dvh;
	overflow-x: hidden;
	background: linear-gradient(0deg, rgba(255, 255, 255, .6) 0, rgba(255, 255, 255, .6) 100%), linear-gradient(90deg, #fe54ff 0, #ff5f7f 100%)
}

h1,
h2,
h3,
h4,
p {
	margin: 0
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none
}

img {
	display: block
}

button {
	cursor: pointer
}

address {
	font-style: none
}

a {
	text-decoration: none
}

button:focus {
	outline: 0
}

.overflow-hidden {
	overflow: hidden
}

.container-basic {
	margin: 0 auto;
	padding: 0 0 3dvh;
	width: 100%;
	max-width: 620px;
	height: 100dvh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	text-align: center
}

.container__gradient {
	width: 100%;
	height: 100%;
	position: fixed;
	background: linear-gradient(0deg, #a4adff 7%, #ffc5c4 22%, #fff 39%, #fff 46%, rgba(255, 255, 255, 0) 66%)
}

.container__gradient.final-step {
	z-index: -1;
	background: linear-gradient(0deg, rgba(164, 173, 255, .7539609593837535) 7%, rgba(255, 197, 196, .7959777661064426) 32%, rgba(255, 197, 196, .5914959733893557) 58%, rgba(255, 255, 255, .6027004551820728) 75%, rgba(164, 173, 255, 0) 100%)
}

.hero-container {
	padding: 0;
	overflow: hidden
}

.container-basic.quiz {
	padding: 0 0 3dvh
}

.final-step__container {
	padding: 6dvh 0 4dvh;
	overflow-x: hidden;
	gap: 20px
}

.step__text-wrapper {
	width: 100%;
	padding: 0 20px;
	text-align: center
}

.hero__text-wrapper {
	width: 100%;
	max-width: 620px;
	position: absolute;
	bottom: 4dvh;
	left: 50%;
	transform: translateX(-50%)
}

.step__text-wrapper.quiz {
	width: 100%;
	max-width: 580px;
	max-height: 60dvh;
	aspect-ratio: 1/1;
	padding: 0 0 26px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: relative;
	overflow: hidden;
	border-radius: 0 0 28px 28px;
	box-shadow: 0 0 26px 0 rgba(255, 255, 255, .1)
}

.step__text-wrapper.quiz[step-image='1'] {
	background: url('../images/step-1.jpg') no-repeat top/cover
}

.step__text-wrapper.quiz[step-image='2'] {
	background: url('../images/step-2.jpg') no-repeat top/cover
}

.step__text-wrapper.quiz[step-image='3'] {
	background: url('../images/step-3.jpg') no-repeat top/cover
}

.step__text-wrapper.quiz[step-image='4'] {
	background: url('../images/step-4.jpg') no-repeat top/cover
}

.step__text-wrapper.quiz[step-image='5'] {
	background: url('../images/step-5.jpg') no-repeat top/cover
}

.step__text-wrapper.quiz[step-image='6'] {
	background: url('../images/step-6.jpg') no-repeat top/cover
}

.step__text-wrapper.quiz[step-image='7'] {
	background: url('../images/step-7.jpg') no-repeat top/cover
}

.step__text-wrapper.quiz[step-image='8'] {
	background: url('../images/step-8.jpg') no-repeat top/cover
}

.step__text-wrapper.quiz[step-image='9'] {
	background: url('../images/step-9.jpg') no-repeat top/cover
}

.step__text-wrapper.quiz[step-image='10'] {
	background: url('../images/step-10.jpg') no-repeat top/cover
}

.step__text-wrapper.quiz[step-image='11'] {
	background: url('../images/step-11.jpg') no-repeat top/cover
}

.step__text-wrapper.quiz[step-image='12'] {
	background: url('../images/step-12.jpg') no-repeat top/cover
}

.step-title.quiz {
	position: relative
}

.step-title.quiz::before {
	content: '';
	width: 600px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	background: url('../images/decor-elipse.png') no-repeat center/contain
}

.step-title {
	margin: 0 auto;
	font-family: Nobile, sans-serif;
	font-size: 34px;
    line-height: 1.3;
	line-height: normal;
	font-weight: 500
}

.step-title span {
	background: var(--1, linear-gradient(92deg, #bd26c5 1.81%, #f94a6f 99.82%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    font-style: italic;
	padding: 3px;
}

.step-title.hero-title {
	margin-bottom: 15px;
	max-width: 330px;
	font-weight: 700;
	position: relative
}

.step-title.quiz {
	max-width: 345px;
	z-index: 1
}

.step-title.hero-title::before {
	content: '';
	width: 1px;
	height: 1px;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	box-shadow: 0 0 190px 180px #fff
}

.step-title.final-step__title {
	margin: 0 auto 4px;
	max-width: 330px;
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase
}

@media screen and (min-width:620px) {
	.step-title {
		max-width: 500px
	}

	.step-title.final-step__title {
		max-width: 100%
	}
}

@media screen and (max-height:780px) {
	.step-title.final-step__title {
		font-size: 24px
	}
}

@media screen and (min-width:620px) {

	.step-title.final-step__title,
	.step-title.hero-title {
		max-width: 500px;
		font-size: 34px
	}
}

@media screen and (max-height:780px) {

	.step-title,
	.step-title.second-step__title {
		font-size: 22px
	}
}

.hero-text {
	max-width: 330px;
	margin: 0 auto 7dvh;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -.2px
}

.final-step__text {
	max-width: 315px;
	margin: 0 auto 6dvh;
	font-size: 20px;
	color: #000
}

@media screen and (min-width:620px) {
	.hero-text {
		max-width: 500px
	}
}

.first-step__image {
	width: 100%;
	max-width: 600px;
	object-fit: contain;
	margin: 0 auto
}

.step-image {
	width: 100%;
	margin: 0 auto
}

.final-step__image {
	width: auto;
	max-width: 100%;
	height: 100%;
	min-height: 30%;
	object-fit: contain
}

@media screen and (max-width:620px) {
	.final-step__image {
		max-width: calc(100% + 80px)
	}
}

@media screen and (max-height:670px) {
	.step-title.hero-title {
		font-size: 24px
	}

	.hero-text {
		font-size: 16px
	}
}

.step__buttons-wrapper {
	width: 100%;
	padding: 0 20px;
	position: relative
}

.control-buttons__wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px
}

.step-button {
	width: 100%;
	max-width: 335px;
	min-height: 56px;
	display: block;
	margin: 0 auto;
	padding: 8px 10px;
	font-family: Inter, serif;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -.28px;
	border: none;
	border-radius: 30px;
	background: -webkit-linear-gradient(225deg, #fa4a6e, #bc26c6, #fa4a6e) 0 0/300% 300%;
	background-size: 200% auto;
	-webkit-animation: gradient_move 3s ease infinite;
	animation: gradient_move 3s ease infinite;
	transition: var(--transition)
}

@keyframes gradient_move {
	0% {
		background-position: 0 92%
	}

	50% {
		background-position: 100% 9%
	}

	100% {
		background-position: 0 92%
	}
}

.step-button:hover {
	box-shadow: 0 4px 15px rgba(0, 0, 0, .2)
}

.step-button.secondary {
	overflow: hidden;
	position: relative;
	color: #bc26c6;
	animation: none;
	background: linear-gradient(to right, #bc26c6 0, #fa4a6e 100%) left top/100% 2px no-repeat, linear-gradient(to right, #bc26c6 0, #fa4a6e 100%) left bottom/100% 2px no-repeat
}

.step-button.secondary::after,
.step-button.secondary::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 30px;
	top: 0
}

.step-button.secondary::before {
	left: 0;
	border-radius: 30px 0 0 30px;
	border: 2px solid #bc26c6;
	border-right: none
}

.step-button.secondary::after {
	right: 0;
	border-radius: 0 30px 30px 0;
	border: 2px solid #fa4a6e;
	border-left: none
}

.step__quiz-list {
	width: 100%;
	margin: 0 auto 4dvh;
	display: grid;
	grid-template-columns: repeat(2, minmax(80px, 1fr));
	column-gap: 8px;
	row-gap: 8px;
	position: relative;
	z-index: 2
}

.step__quiz-list.long {
	grid-template-columns: 1fr;
	grid-template-rows: repeat(4, 56px);
	row-gap: 10px
}

@media screen and (max-width:800px) and (max-height:830px) {
	.step__quiz-list.long {
		grid-template-rows: repeat(4, 52px);
		row-gap: 5px
	}
}

.step__quiz-item {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px;
	border-radius: 4px;
	border: 1px solid #bd27c5;
	cursor: pointer;
	transition: var(--transition)
}

.step__quiz-item.active {
	color: #fff;
	border: 1px solid transparent;
	background: linear-gradient(94deg, #bd27c5 2.29%, #f9496f 98.28%);
	box-shadow: 0 0 19px 0 rgba(255, 255, 255, .25)
}

.step__quiz-item:focus,
.step__quiz-item:hover {
	box-shadow: 0 0 15px 0 #bd27c587
}

.step-progress {
	width: calc(100% - 40px);
	height: 6px;
	margin: 0 auto 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 260px;
	background: rgba(255, 255, 255, .9);
	position: absolute;
	top: 24px;
	left: 50%;
	transform: translateX(-50%)
}

.step-progress::before {
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 260px;
	background: linear-gradient(92deg, #bd26c5 1.81%, #f94a6f 99.82%)
}

.step-progress[data-step-progress='1']::before {
	width: calc(100% / 5 * 1)
}

.step-progress[data-step-progress='2']::before {
	width: calc(100% / 5 * 2)
}

.step-progress[data-step-progress='3']::before {
	width: calc(100% / 5 * 3)
}

.step-progress[data-step-progress='4']::before {
	width: calc(100% / 5 * 4)
}

.step-progress[data-step-progress='5']::before {
	width: calc(100% / 5 * 5)
}

.step-progress[data-step-progress='6']::before {
	width: calc(100% / 5 * 6)
}

.step-progress[data-step-progress='7']::before {
	width: calc(100% / 5 * 7)
}

.step-progress[data-step-progress='8']::before {
	width: calc(100% / 5 * 8)
}

.step-progress[data-step-progress='9']::before {
	width: calc(100% / 5 * 9)
}

.step-progress[data-step-progress='10']::before {
	width: calc(100% / 5 * 10)
}

.step-progress[data-step-progress='11']::before {
	width: calc(100% / 5 * 11)
}

.backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100dvw;
	height: 100dvh;
	z-index: 10;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .7) 100%);
	transition: opacity 250ms cubic-bezier(.4, 0, .2, 1)
}

.backdrop.is-hidden {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: visibility 250ms cubic-bezier(.4, 0, .2, 1), opacity 250ms cubic-bezier(.4, 0, .2, 1)
}

.loader-wrapper {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.loader {
	font-size: 10px;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	text-indent: -9999em;
	animation: mulShdSpin 1.1s infinite ease;
	transform: translateZ(0)
}

@keyframes mulShdSpin {

	0%,
	100% {
		box-shadow: 0 -2.6em 0 0 #fff, 1.8em -1.8em 0 0 rgba(255, 255, 255, .2), 2.5em 0 0 0 rgba(255, 255, 255, .2), 1.75em 1.75em 0 0 rgba(255, 255, 255, .2), 0 2.5em 0 0 rgba(255, 255, 255, .2), -1.8em 1.8em 0 0 rgba(255, 255, 255, .2), -2.6em 0 0 0 rgba(255, 255, 255, .5), -1.8em -1.8em 0 0 rgba(255, 255, 255, .7)
	}

	12.5% {
		box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .7), 1.8em -1.8em 0 0 #fff, 2.5em 0 0 0 rgba(255, 255, 255, .2), 1.75em 1.75em 0 0 rgba(255, 255, 255, .2), 0 2.5em 0 0 rgba(255, 255, 255, .2), -1.8em 1.8em 0 0 rgba(255, 255, 255, .2), -2.6em 0 0 0 rgba(255, 255, 255, .2), -1.8em -1.8em 0 0 rgba(255, 255, 255, .5)
	}

	25% {
		box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .5), 1.8em -1.8em 0 0 rgba(255, 255, 255, .7), 2.5em 0 0 0 #fff, 1.75em 1.75em 0 0 rgba(255, 255, 255, .2), 0 2.5em 0 0 rgba(255, 255, 255, .2), -1.8em 1.8em 0 0 rgba(255, 255, 255, .2), -2.6em 0 0 0 rgba(255, 255, 255, .2), -1.8em -1.8em 0 0 rgba(255, 255, 255, .2)
	}

	37.5% {
		box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .2), 1.8em -1.8em 0 0 rgba(255, 255, 255, .5), 2.5em 0 0 0 rgba(255, 255, 255, .7), 1.75em 1.75em 0 0 #fff, 0 2.5em 0 0 rgba(255, 255, 255, .2), -1.8em 1.8em 0 0 rgba(255, 255, 255, .2), -2.6em 0 0 0 rgba(255, 255, 255, .2), -1.8em -1.8em 0 0 rgba(255, 255, 255, .2)
	}

	50% {
		box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .2), 1.8em -1.8em 0 0 rgba(255, 255, 255, .2), 2.5em 0 0 0 rgba(255, 255, 255, .5), 1.75em 1.75em 0 0 rgba(255, 255, 255, .7), 0 2.5em 0 0 #fff, -1.8em 1.8em 0 0 rgba(255, 255, 255, .2), -2.6em 0 0 0 rgba(255, 255, 255, .2), -1.8em -1.8em 0 0 rgba(255, 255, 255, .2)
	}

	62.5% {
		box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .2), 1.8em -1.8em 0 0 rgba(255, 255, 255, .2), 2.5em 0 0 0 rgba(255, 255, 255, .2), 1.75em 1.75em 0 0 rgba(255, 255, 255, .5), 0 2.5em 0 0 rgba(255, 255, 255, .7), -1.8em 1.8em 0 0 #fff, -2.6em 0 0 0 rgba(255, 255, 255, .2), -1.8em -1.8em 0 0 rgba(255, 255, 255, .2)
	}

	75% {
		box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .2), 1.8em -1.8em 0 0 rgba(255, 255, 255, .2), 2.5em 0 0 0 rgba(255, 255, 255, .2), 1.75em 1.75em 0 0 rgba(255, 255, 255, .2), 0 2.5em 0 0 rgba(255, 255, 255, .5), -1.8em 1.8em 0 0 rgba(255, 255, 255, .7), -2.6em 0 0 0 #fff, -1.8em -1.8em 0 0 rgba(255, 255, 255, .2)
	}

	87.5% {
		box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, .2), 1.8em -1.8em 0 0 rgba(255, 255, 255, .2), 2.5em 0 0 0 rgba(255, 255, 255, .2), 1.75em 1.75em 0 0 rgba(255, 255, 255, .2), 0 2.5em 0 0 rgba(255, 255, 255, .2), -1.8em 1.8em 0 0 rgba(255, 255, 255, .5), -2.6em 0 0 0 rgba(255, 255, 255, .7), -1.8em -1.8em 0 0 #fff
	}
}

form {
	width: 100%
}

.box-form {
	margin: 0 auto;
	margin-bottom: 3dvh
}

#email {
	display: block;
	padding: 0 12px 0 42px;
	margin: 0 auto;
	width: 100%;
	max-width: 335px;
	min-height: 56px;
	font-family: Inter, serif;
	color: #000;
	border-radius: 5px;
	border: 1px solid #000;
	background: 0 0;
	transition: var(--transition);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: 20px 13px
}

#email::placeholder {
	color: #4e4e4e;
	font-weight: 500
}

#email:focus {
	outline: 0;
	box-shadow: 0 0 5px #000
}

#email:hover {
	box-shadow: 0 0 5px #000
}

::-webkit-scrollbar-thumb {
	background-color: rgba(22, 22, 22, .359);
	border-radius: 10px
}

::-webkit-scrollbar {
	width: 10px;
	background-color: rgba(190, 188, 188, .359)
}

::-moz-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .455);
	border-radius: 10px
}

::-moz-scrollbar {
	width: 10px;
	background-color: rgba(190, 188, 188, .359)
}

#container-modal {
	font-size: 16px;
	font-family: Arial, serif
}

.blocker {
	z-index: 99999 !important
}

#container-modal * {
	font-family: Arial, serif;
	margin: 0;
	text-shadow: none
}

#container-modal p {
	margin: 1em 0;
	line-height: 20px;
	color: #000;
	background: 0 0
}

#container-modal blockquote,
#container-modal figure {
	margin: 1em 40px
}

#container-modal hr {
	border: 1px inset;
	box-sizing: border-box;
	margin: .5em auto
}

#container-modal h1 {
	font-size: 2em;
	font-weight: 700;
	margin: .67em 0;
	color: #000;
	background: 0 0;
	line-height: 1em
}

#container-modal h2 {
	font-size: 1.5em;
	font-weight: 700;
	margin: .83em 0;
	color: #000;
	background: 0 0;
	line-height: 1em
}

#container-modal h3 {
	font-size: 1.17em;
	font-weight: 700;
	margin: 1em 0;
	color: #000;
	background: 0 0;
	line-height: 1em
}

#container-modal h4 {
	font-size: 1em;
	font-weight: 700;
	margin: 1.33em 0;
	color: #000;
	background: 0 0
}

#container-modal h5 {
	font-size: .83em;
	font-weight: 700;
	margin: 1.67em 0;
	color: #000;
	background: 0 0
}

#container-modal h6 {
	font-size: .67em;
	font-weight: 700;
	margin: 2.33em 0;
	color: #000;
	background: 0 0
}

#container-modal table {
	border-collapse: separate;
	border-spacing: 2px;
	border-color: gray
}

#container-modal tbody,
#container-modal tfoot,
#container-modal thead,
#container-modal tr {
	border-color: inherit;
	vertical-align: middle
}

#container-modal td,
#container-modal th {
	padding: 1px;
	vertical-align: inherit
}

#container-modal th {
	font-weight: 700
}

#container-modal caption {
	text-align: center
}

#container-modal menu,
#container-modal ul {
	list-style-type: disc;
	margin: 1em 0;
	padding: 0 0 0 40px
}

#container-modal ol {
	list-style-type: decimal;
	margin: 1em 0;
	padding: 0 0 0 40px
}

#container-modal dd {
	margin: 0 0 0 40px
}

#container-modal dl {
	margin: 1em 0
}

#container-modal fieldset {
	border-style: groove;
	border-width: 2px;
	border: 2px groove ThreeDFace;
	margin: 0 2px;
	padding: 0 2px 3px;
	-webkit-padding-before: 0.35em;
	-webkit-padding-start: 0.75em;
	-webkit-padding-end: 0.75em;
	-webkit-padding-after: 0.625em
}

#container-modal b,
#container-modal strong {
	font-weight: 700
}

#container-modal address,
#container-modal cite,
#container-modal dfn,
#container-modal em,
#container-modal i,
#container-modal var {
	font-style: italic;
	font-weight: inherit
}

#container-modal abbr[title],
#container-modal dfn[title] {
	border-bottom: 0;
	cursor: default;
	font-weight: inherit
}

#container-modal code,
#container-modal kbd,
#container-modal samp,
#container-modal tt {
	font-family: monospace;
	font-weight: inherit
}

#container-modal pre {
	font-family: monospace;
	margin: 1em 0;
	white-space: pre
}

#container-modal mark {
	background-color: #ff0;
	color: #000;
	font-style: normal;
	font-weight: inherit
}

#container-modal big {
	font-size: larger;
	font-weight: inherit
}

#container-modal small {
	font-size: smaller;
	font-weight: inherit
}

#container-modal sub,
#container-modal sup {
	font-weight: inherit;
	line-height: inherit;
	position: static
}

#container-modal sub {
	font-size: smaller;
	bottom: 0;
	vertical-align: sub
}

#container-modal sup {
	font-size: smaller;
	top: 0;
	vertical-align: super
}

#container-modal iframe {
	border: 2px inset
}

.footer-links {
	text-align: center;
	display: block;
	left: 0;
	width: 100%;
	font-size: 11px;
	font-family: Arial, serif;
	position: absolute
}

.footer-links a {
	text-decoration: none
}

button,
input[type=button],
input[type=submit] {
	outline: 0
}

#pr-div {
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box
}

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 99999999 !important;
	padding: 20px;
	box-sizing: border-box;
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	text-align: center
}

.blocker:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.05em
}

.blocker.behind {
	background-color: transparent
}

.container-modal {
	display: none;
	vertical-align: middle;
	position: relative;
	z-index: 999999;
	max-width: 500px;
	box-sizing: border-box;
	width: 90%;
	background: #fff;
	padding: 15px 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	text-align: left
}

.container-modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')
}

.container-modal-spinner {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 12px 16px;
	border-radius: 5px;
	background-color: #111;
	height: 20px
}

.container-modal-spinner>div {
	border-radius: 100px;
	background-color: #fff;
	height: 20px;
	width: 2px;
	margin: 0 1px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.container-modal-spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.container-modal-spinner .rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.container-modal-spinner .rect4 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

@-webkit-keyframes sk-stretchdelay {

	0%,
	100%,
	40% {
		-webkit-transform: scaleY(.5)
	}

	20% {
		-webkit-transform: scaleY(1)
	}
}

@keyframes sk-stretchdelay {

	0%,
	100%,
	40% {
		transform: scaleY(.5);
		-webkit-transform: scaleY(.5)
	}

	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1)
	}
}