@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	src: local('Nunito Regular'), local('Nunito-Regular'), url(/static/assets/fonts/nunito/XRXV3I6Li01BKofIO-aBTMnFcQIG.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	src: local('Nunito Regular'), local('Nunito-Regular'), url(/static/assets/fonts/nunito/XRXV3I6Li01BKofINeaBTMnFcQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 700;
	src: local('Nunito Bold'), local('Nunito-Bold'), url(/static/assets/fonts/nunito/XRXW3I6Li01BKofAjsOUb-vIWzgPDEtj.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 700;
	src: local('Nunito Bold'), local('Nunito-Bold'), url(/static/assets/fonts/nunito/XRXW3I6Li01BKofAjsOUYevIWzgPDA.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body, html {
	font-family: 'Nunito';
	margin: 0;
	padding: 0;
	background-color: #f9f8ff;
	color: #333;
}

body {
	height: 100vh;
	display: flex;
	flex-direction: column;
}

.upper-content {
	max-width: 750px;
	text-align: center;
	margin: 28px auto 30px auto;
	padding: 0 15px;
}

h1 {
	cursor: default;
	font-size: 19px;
	margin: 0;
	margin-bottom: 10px;
	text-align: center;
	color: #444;
}

h2 {
	cursor: default;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	color: #444;
	margin: 0;
}

.sections {
	display: flex;
	gap: 8px;
	margin: 16px auto;
	max-width: 750px;
}
.sections a {
	color: #555;
	border: 1px solid #999;
	background-color: #fff;
	flex: 1;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	border-radius: 50px;
	text-align: center;
}
.sections a.active, .sections a:hover {
	border-color: hsl(250 45% 53%);
	color: hsl(250 45% 53%);
}

.header {
	background-color: hsl(250 45% 53%);
	padding: 15px 0;
	height: 40px;
}
.header-content {
	width: 980px;
	height: 40px;
	margin: 0 auto;
	position: relative;
}
.header-content .logo {
	float: left;
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 30px;
	margin-top: -3px;
	margin-left: 16px;
}
.header .login {
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	float: right;
	margin-top: 7.5px;
	margin-right: 16px;
}
.header .login svg {
	width: 24px;
	float: right;
	margin-left: 10px;
}

.breadcrumbs {
	margin-top: 16px;
	font-size: 15px;
	color: #c7bddb;
	margin-left: 16px;
}
.breadcrumbs a {
	color: #5442a1;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #836b9f;
}

.content {
	width: 850px;
	margin: 0 auto;
	position: relative;
}
.content-footer {
	border-radius: 12px;
	background-color: hsl(250 45% 53%);
	color: #fff;
	padding: 24px;
	display: flex;
	flex-wrap: nowrap;
	cursor: default;
	max-width: 720px;
	margin: 0 auto;
	margin-top: 32px;
}
.content-footer .text {
	display: flex;
	text-align: justify;
	align-items: center;
	margin: 0;
	margin-right: 16px;
	font-size: 17px;
	font-weight: normal;
}

.signup-button a {
	padding: 12px 15px;
	background-color: #fff;
	color: hsl(250 45% 53%) !important;
	border-radius: 50px;
	font-weight: bold;
	font-size: 15px;
	white-space: nowrap;
	transition: opacity 0.1s ease-in-out;
	width: 150px;
	height: 21px;
	float: left;
	text-align: center;
	text-decoration: none;
}
.profile .signup-button a {
	background-color: #67a027;
	color: #fff !important;
	height: 24px;
	line-height: 24px;
}
.signup-button span {
	margin-top: 10px;
	float:  left;
	margin-left: 10px;
}
.signup-button a:hover {
	opacity: 0.9;
}

.other-links {
	display: flex;
	justify-content: center;
	gap: 16px;
	clear: left;
	font-size: 17px;
}
.other-links a {
	text-decoration: none;
	color: hsl(250 45% 53%);
	border: 1px solid hsl(250 45% 53%);
	padding: 0 20px;
	height: 46px;
	line-height: 46px;
	border-radius: 50px;
	transition: background-color .1s;
	background: rgba(255,255,255,0.8);
}
.other-links a:hover {
	background-color: #eae8f9;
}
.other-links a svg {
	width: 15px;
	margin-bottom: -1px;
	margin-right: 2px;
}

.footer {
	clear: both;
	width: 980px;
	margin: 16px auto;
	padding-left: 16px;
	padding-bottom: 8px;
}
.footer > a, .footer > span > font {
	color: hsl(250 45% 53%);
	text-decoration: none;
	font-size: 15px;
	white-space: nowrap;
	line-height: 40px;
	margin-right: 12px;
	cursor: pointer;
}
.footer a:hover {
	color: #836b9f;
}
.footer a:last-child {
	margin-right: 0;
}
.footer a.pull-right {
	float: right;
}

.pages {
	display: flex;
	width: 100%;
	margin-top: 32px;
}
.pages ul {
	margin: 0 auto;
	list-style: none;
	padding: 0;
	display: inline-block;
}
.pages ul li {
	display: inline;
}
.pages ul li a {
	float: left;
	color: #fff;
	background-color: #7f79a7;
	text-decoration: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	margin-right: 8px;
}
.pages ul li a:not(.active):hover {
	opacity: 0.9;
}
.pages ul li a.active {
	background-color: #f8f8f8;
	color: hsl(250 45% 53%);
	cursor: default;
}
.pages ul li:last-child a {
	margin-right: 0;
}

.dropdown {
	position: relative;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	padding: 8px 0;
	width: 152px;
	overflow: auto;
	z-index: 1;
	top: 35px;
	right: 0;
	border-radius: 12px;
}
.dropdown-up .dropdown-content {
	bottom: 25px;
	left: -110%;
	right: inherit;
	top: inherit;
}
.dropdown-content a {
	color: black;
	padding: 8px 0;
	text-decoration: none;
	display: block;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
}
.dropdown a:hover {
	background-color: #eee;
}
a.dropbtn {
	cursor: pointer;
}
.dropdown.dropdown-up a:hover {
	background: none;
}

.profile .intentions {
	margin: 20px 0;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}
.profile .intentions span {
	white-space: nowrap;
}
.show {
	display: block;
}

.browse {
	border-radius: 10px;
	overflow: hidden;
	max-width: 750px;
	margin: 0 auto;
}
.browse a {
	display: block;
	text-decoration: none;
	color: #555;
	background: #fff;
	padding: 15px;
	font-size: 17px;
}
.browse a:nth-child(2n) {
	background-color: #f3f1fc;
}
.browse a:nth-child(2n):hover {
	background-color: #e0dcf1;
}
.browse a:nth-child(2n+1) {
	background-color: #eae7f8;
}
.browse a:nth-child(2n+1):hover {
	background-color: #e2def3;
}
.browse a > div {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #333;
}
.browse a > div > img {
	border-radius: 35px;
	width: 70px;
	height: 70px;
}
.browse a > div > div > strong {
	display: block;
}
.browse a > div > div > div {
	color: hsl(90 45% 48%);
	font-weight: bold;
}
.browse a svg {
	width: 18px;
	color: hsl(90 45% 48%);
	stroke: hsl(90 45% 48%);
	stroke-width: 35px;
	vertical-align: -2px;
}
.browse .description {
	margin-top: 5px;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-height: 22px;
}

.header-content {
	text-align: center;
}
.header-content img {
	height: 36px;
}

.checkmark__circle {
	stroke-dasharray: 166;
	stroke-dashoffset: 166;
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke: #7ac142;
	fill: none;
	animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: block;
	stroke-width: 2;
	stroke: #fff;
	stroke-miterlimit: 10;
	margin: 10% auto;
	box-shadow: inset 0px 0px 0px #7ac142;
	animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
	transform-origin: 50% 50%;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.profile-new {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 720px;
	margin: 0 auto;
	margin-top: 16px;
	margin-bottom: 16px;
	border-radius: 16px;
	border: 1px solid #eee;
	font-size: 17px;
	cursor: default;
	background-color: #fff;
}
.profile-new h1 {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 16px;
	font-size: 24px;
}
.profile-new .main-photo {
	position: relative;
	width: 240px;
	height: 240px;
	margin: 0 auto;
}
.profile-new .main-photo img {
	width: 100%;
	border-radius: 16px;
	cursor: pointer;
}
.profile-new .main-photo .photos-count {
	position: absolute;
	right: 16px;
	bottom: 16px;
	display: flex;
	color: #eee;
	background-color: rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding: 6px 10px;
	cursor: pointer;
}
.profile-new .main-photo .photos-count svg {
	width: 16px;
	margin-right: 8px;
	margin-top: -1px;
}
.profile-new .validated-string {
	display: flex;
	justify-content: center;
	align-items: center;
	color: hsl(250 45% 53%);
	gap: 5px;
	margin-top: -10px;
}
.profile-new .validated-string svg {
	stroke: hsl(250 45% 53%);
	stroke-width: 8px;
}
.profile-new .description {
	line-height: 24px;
	max-width: 500px;
	margin: 0 auto;
	padding: 0 16px;
	margin-top: -12.5px;
}
.profile-new .description span {
	white-space: nowrap;
}
.profile-new .original-text {
	display: none;
}
.profile-new .translated-info {
	font-size: 14px;
	color: #555;
	padding: 0 16px;
}
.profile-new .translated-info a {
	color:  #555;
	white-space: nowrap;
}
.profile-new .validated-string svg {
	width: 24px;
}
.profile-new .buttons {
	display: flex;
	gap: 8px;
	padding: 0 16px;
	margin: 0 auto;
	margin-top: 4px;
	align-items: center;
}
.profile-new .buttons a {
	border-radius: 50px;
	padding: 0 20px;
	height: 48px;
	line-height: 48px;
	background-color: #fff;
	border: 1px solid hsl(250 45% 53%);
	display: flex;
	cursor: pointer;
	transition: opacity .1s;
	overflow: hidden;
}
.profile-new .buttons a:hover {
	opacity: 0.85;
}
.profile-new .buttons a svg {
	color: hsl(250 45% 53%);
	width: 16px;
}
.profile-new .buttons a.primary {
	background-color: hsl(250 45% 61%);
	border: none;
	color: #fff;
}
.profile-new .buttons a.primary svg {
	color: #fff;
	margin-right: 6px;
}
.profile-new .buttons div {
	white-space: nowrap;
}
.profile-new .secondary-photos {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin: 0 auto;
	margin-top: 12px;
	max-width: 640px;
	position: relative;
}
.profile-new .secondary-photos img {
	flex: 0 0 calc(25% - 3px);
	width: 157px;
	height: 157px;
	cursor: pointer;
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
	.profile-new {
		padding-top: 0;
	}
	.profile-new .description {
		text-align: justify;
		margin: 0 15px;
		margin-top: -12.5px;
	}
	.sections {
		margin: 15px;
		margin-bottom: 0;
	}
	.dropdown-up .dropdown-content {
		left: auto;
	}
	.breadcrumbs {
		margin-left: 16px;
	}
	.presentation-video video {
		max-width: 80%;
		max-height: 80%;
	}
	.profile {
		border-left: none;
		border-right: none;
		border-radius: 0;
	}
	.profile .intentions {
		text-align: center;
	}
	.other-links {
		flex-direction: column;
	}
	.other-links a {
		margin-left: 16px;
		margin-right: 16px;
		text-align: center;
	}
	.header {
		height: 32px;
		padding: 16px;
	}
	.header-content .logo {
		margin-top: -7px;
		margin-left: 0;
	}
	.header .logo img {
		height: 32px;
	}
	.header .login {
		margin-top: 3px;
		margin-right: 0;
	}
	.header .login svg {
		display: none;
	}
	.footer {
		text-align: center;
		width: 100%;
		padding-left: 0;
	}
	.footer > a, .footer > span > font {
		padding: 12.5px;
		margin-right: 0;
		line-height: 40px;
	}
	.footer a.pull-right {
		float: none;
	}
	.header-content, .content {
		width: 100%;
	}
	.content-footer {
		display: block;
		width: calc(100% - 64px);
		text-align: center;
		margin: 0 16px;
		padding: 16px;
		margin-top: 32px;
	}
	.content-footer .text {
		margin-right: 0;
	}
	.content-footer .signup-button {
		margin-top: 25px;
		margin-bottom: 20px;
	}
	.content-footer .signup-button a {
		width: inherit;
		height: inherit;
		float: none;
		font-size: 16px;
	}
}

::-webkit-scrollbar {
    display: none;
}
html {
    scrollbar-width: none;
}
body.no-scroll {
	overflow: hidden;
}
.newsletter {
	background: rgba(0, 0, 0, .5);
	position: fixed;
	z-index: 1;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	font-size: 16px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .1s ease-in-out, visibility .1s ease-in-out;
}
.newsletter.is-visible {
	opacity: 1;
	visibility: visible;
}
.newsletter .newsletter-ovalay {
	position: fixed;
	z-index: 2;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
}
.newsletter .newsletter-content {
	position: fixed;
	z-index: 3;
	background: #fff;
	color: #333;
	border-radius: 20px;
	width: 400px;
	margin: 5px;
	padding: 25px;
	top: calc(50% - 150px);
	left: calc(50vw - 200px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	gap: 20px;
	font-size: 16px;
	cursor: default;
}
.newsletter .newsletter-content .close-modal {
	position: absolute;
	color: #eee;
	top: -32px;
	right: 16px;
	z-index: 3;
	width: 16px;
	cursor: pointer;
}
.newsletter .newsletter-content strong {
	display: block;
	font-size: 20px;
	line-height: 25px;
}
.newsletter .newsletter-content input {
	background: #fff;
	border: 1px solid #999;
	padding: 15px 15px;
	border-radius: 50px;
	font-size: 16px;
}
.newsletter .newsletter-content .primary-button {
	background: #6351bd;
	color: #fff;
	padding: 16px 12px;
	border: none;
	cursor: pointer;
}
.newsletter .newsletter-content div {
	font-size: 14px;
	margin-top: -4px;
}
.newsletter .newsletter-content a {
	color: #333;
}
.newsletter .newsletter-content span {
	white-space: nowrap;
}

@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
	.profile-new {
		border-radius: 0;
		border-left: none;
		border-right: none;
	}
	.profile-new h1 {
		font-size: 17px;
		margin-top: 5px;
	}
	.profile-new .main-photo {
		width: calc(100vw - 32px);
		height: calc(100vw - 32px);
	}
	.profile-new .main-photo img {
		width: calc(100vw - 32px);
		height: calc(100vw - 32px);
	}
	.profile-new .buttons {
		flex-direction: column;
		margin-left: 20px;
		margin-right: 20px;
		gap: 5px;
	}
	.profile-new .buttons a {
		width: 100%;
		justify-content: center;
	}
	.profile-new .buttons a.primary {
		font-weight: bold;
	}
	.profile-new .secondary-photos {
		margin-top: 12px;
	}
	.profile-new .secondary-photos img {
		flex: 0 0 calc((100vw / 3) - 2.67px);
		width: calc((100vw / 3) - 2.67px);
		height: calc((100vw / 3) - 2.67px);
	}
	.browse {
		margin: 0;
		border-radius: 0;
	}
	.browse .description {
		-webkit-line-clamp: 3;
	}
	.browse a:nth-child(2n):hover {
		background-color: #f3f1fc;
	}
	.browse a:nth-child(2n+1):hover {
		background-color: #eae7f8;
	}
	.breadcrumbs {
		margin-bottom: 16px;
	}
	.dropdown button {
		width: 100px;
	}
	.newsletter .newsletter-content {
		left: auto;
		width: calc(100% - 60px);
	}
}

@keyframes stroke {
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes scale {
	0%, 100% {
		transform: none;
	}
	50% {
		transform: scale3d(1.1, 1.1, 1);
	}
}
@keyframes fill {
	100% {
		box-shadow: inset 0px 0px 0px 30px #7ac142;
	}
}