html, body {
	font-family: 'Outfit', sans-serif;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	color: #212529;
	background: #f5f5f7;
}

h1 {
	font-size: 52px;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: -0.6px;
	margin: 0px;
}

h2 {
	margin: 0px;
	font-size: 48px;
	line-height: 1em;
}

p {
	margin: 0px;
	letter-spacing: -0.2px;
	line-height: 1.3em;
}

section, footer {
	padding-top: 120px;
	padding-bottom: 120px;
}

section {
	float: left;
	width: 100%;
}

header {
	position: fixed;
	z-index: 1000;
	background: #fff;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
}

header nav {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 60px;
	padding-right: 60px;
	max-width: 1600px;
}

header nav img {
	width: 26px;
	height: 26px;
	position: relative;
	top: 2px;
}

header nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
}

header nav ul li {
	display: flex;
	align-items: center;
	margin-left: 24px;
}

header nav ul li a {
	font-size: 16px;
	color: #212529;
	text-decoration: none;
	display: inline-block;
}

header nav ul li a:hover {
	text-decoration: underline;
}

header nav ul li:first-of-type {
	margin-right: auto;
	margin-left: 0px;
}

.row {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

section .row.static {
	font-size: 16px;
}

section .row.static p {
	margin-bottom: 16px;
}

.main {
    padding: 0px;
    position: relative;
    margin-top: 130px;
}

.main .col {
	float: left;
	min-height: 422px;
	width: 50%;
	box-sizing: border-box;
}

.main .col .mainImg {
	width: 100%;
	border-radius: 20px;
}

.main h1, .main p {
	margin-bottom: 22px;
}

.main p {
	font-size: 22px;
}

.main .prompto {
	margin-top: 130px;
	margin-bottom: 10px;
	height: 46px;
}

.main .downloads {
	float: left;
	width: 100%;
}

.main .downloads p {
	margin-bottom: 12px;
	font-size: 18px;
}

.main .downloads a {
	display: block;
	margin-right: 10px;
	float: left;
}

.main .downloads a img {
	height: 50px;
	cursor: pointer;
	background: #fff;
}

.features .row {
	display: flex;
	flex-wrap: wrap;
}

.features h2 {
	width: 100%;
	text-align: center;
	margin-bottom: 62px;
}

.features .col {
	width: 50%;
	margin-bottom: 86px;
    display: flex;
    flex-wrap: wrap;
}

.features .full {
	width: 100%;
}

.features .full .col {
	width: 100%;
	text-align: center;
}

.features .full img {
	width: 100px;
	margin: 0 auto;
}

.features .col h3 {
	margin-top: auto;
	width: 100%;
}
.features .col p {
	margin-bottom: auto;
	width: 100%;
}

.features .col.share {
	background: linear-gradient(135deg, rgba(18,194,233,1) 0%, rgba(196,113,237,1) 100%);
	color: #fff;
	box-sizing: border-box;
	padding: 26px;
	min-height: 600px;
	border-radius: 26px;
	align-items: flex-start;
	align-content: flex-start;
	position: relative;
}

.features .col.share .shareImg {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	margin-top: 142px;
}

.features .col.share .teamImg {
	position: absolute;
	width: 300px;
	top: 260px;
	left: 136px;
}

.features .col.design {
	box-sizing: border-box;
	padding: 26px;
	border-radius: 26px;
	align-items: flex-start;
	align-content: flex-start;
	background: #fff;
}

.features .col.design img {
	width: 100%;
	margin-top: 26px;
	position: relative;
	left: -26px;
	margin-bottom: -26px;
	border-bottom-left-radius: 26px;
}

.features .about {
	margin-bottom: 36px;
}

.features .about p {
	font-size: 18px;
	margin-bottom: 26px;
}

.features .about.center {
	margin: 0 auto;
	margin-top: -26px;
	margin-bottom: 36px;
}

.features .logos {
	width: 100%;
	margin-top: -100px;
	margin-bottom: 36px;
}

.features .key {
	display: flex;
	flex-wrap: wrap;
	gap: 56px;
	margin-bottom: 56px;
}

.features .key .col {
	width: calc(50% - 28px);
	margin: 0px;
}

.features .key h4 {
	font-size: 20px;
	margin-bottom: 16px;
	margin-top: 0px;
}

.features .key p {
	font-size: 18px;
	margin: 0px;
}

.delete .col {
	float: left;
}

.delete .col:first-of-type {
	width: 40%;
	display: flex;
	flex-wrap: wrap;
}

.delete .col:last-of-type {
	width: 60%;
	position: relative;
	overflow: hidden;
	max-height: 364px;
}

.delete video {
	width: 90%;
	display: block;
	float: right;
	position: relative;
	border-radius: 20px;
}

.delete h2 {
	margin-top: 94px;
	margin-bottom: 22px;
}

.delete p {
	margin-bottom: auto;
}

.delete .icon {
    position: absolute;
    padding: 22px;
    background: #06df76;
    border-radius: 100px;
    top: -30px;
    left: 40px;
    line-height: 0px;
}

.delete .icon img {
	width: 38px;
}

.download {
	padding: 0px;
}

.download .row {
	text-align: center;
}

.download .row a {
	text-decoration: none;
	display: inline-block;
	margin-left: 16px;
	margin-right: 16px;
}

.download .row img {
	max-height: 66px;
}

.download h2, .download p {
    margin-bottom: 32px;
}

.download .links {
	margin: 0 auto;
	width: fit-content;
}

.download .links a {
	display: block;
	margin-right: 10px;
	float: left;
}

.download .links a img {
	height: 50px;
	cursor: pointer;
	background: #fff;
}

.faq {
	background: #fff;
}

.faq h2 {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}

.faq .items {
	width: 70%;
	margin: 0 auto;
}

.faq .items .item {
	float: left;
	width: 100%;
	overflow: hidden;
	max-height: 38px;
	transition: all 0.2s ease;
	cursor: pointer;
	margin-bottom: 22px;
	padding-top: 22px;
	border-top: 2px solid #f4f4f4;
}

.faq .items .item:first-of-type {
	border: 0px;
}

.faq .items .item.active {
	max-height: 260px;
}

.faq .items .item p {
	opacity: 0.6;
}

.faq .items .item p.title {
	font-size: 24px;
	color: #212529;
	opacity: 1;
	margin-bottom: 16px;
}

.faq .items p img {
	display: inline-block;
    width: 16px;
}

.faq .items .item p.title img {
	width: 24px;
	height: 24px;
	float: right;
	transform: rotate(45deg);
	transition: all 0.2s ease;
}

.faq .items .item.active p.title img {
	transform: rotate(0deg);
}

.join {
	background: #fff;
}

.join .review {
	float: left;
	width: 100%;
	text-align: center;
	background: linear-gradient(135deg, rgba(18,194,233,1) 0%, rgba(196,113,237,1) 40%, rgba(246,79,89,1) 100%);
	color: #fff;
	padding-top: 86px;
	padding-bottom: 86px;
	border-radius: 26px;
}

.join .review img {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	margin-top: 22px;
	margin-bottom: 8px;
}

footer {
	float: left;
	width: 100%;
	color: #212529;
}

footer .row {
	margin: 0 auto;
}

footer .row:first-of-type {
	display: flex;
}

footer .row ul {
	float: left;
	margin: 0px;
	margin-left: auto;
	padding: 0px;
	list-style: none;
}

footer .row ul:first-of-type {
	margin-left: 0px;
}

footer .row ul li {
	display: block;
	font-size: 16px;
	margin-bottom: 16px;
}

footer .row ul li.title {
	font-weight: 600;
	margin-bottom: 18px;
}

footer .row ul li.title img {
    height: 18px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 4px;
}

footer .row ul li a {
	text-decoration: none;
	color: #212529;
	transition: 0.2s ease;
}

footer .row ul li a:hover {
	opacity: 0.7;
}

footer .row ul li a img {
	width: 26px;
    padding: 10px;
    border-radius: 100px;
    background: linear-gradient(135deg, rgba(18,194,233,1) 0%, rgba(196,113,237,1) 100%);
}

footer .row ul li a img:first-of-type {
	margin-right: 8px;
}

footer .row:last-of-type {
	margin-top: 60px;
	text-align: center;
	opacity: 0.6;
	font-size: 16px;
	float: left;
	width: 100%;
}

.sub-row {
	display: flex;
	flex-wrap: nowrap;
	gap: 56px;
}

.features .delete h2 {
	text-align: left;
	margin:0px;
}

.features .delete video {
	margin-left: 10%;
}

.blog h2 {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}

.blog ul {
	list-style: none;
	text-align: center;
}

.blog ul a {
	color: #222;
	text-decoration: none;
}

.blog ul a:hover {
	text-decoration: underline;
}

.blog ul li {
	margin-bottom: 16px;
}

@media (max-width: 762px) {
	.main:before {
		display: none;
	}
	.row, footer .row {
		width: 100%;
        box-sizing: border-box;
        padding-left: 16px;
        padding-right: 16px;
        overflow: hidden;
	}
	.main video {
		left: calc(-100% + 16px);
        width: 200%;
        top: 0px;
        border-radius: 0px;
        position: relative;
	}
	.main {
		color: #212529;
		min-height: auto;
		margin-top: 46px;
	}
	.main .col {
		width: 100%;
		padding-left: 0px;
		min-height: auto;
	}
	.main h1 {
	    margin-top: 26px;
	}
	.features .col {
		width: 100%;
	}
	.features .col.img video {
		width: 100%;
	}
	.delete {
		padding-top: 0px;
	}
	.delete .col:first-of-type {
		width: 100%;
	}
	.delete .col:last-of-type {
		width: 100%;
		margin-top: 36px;
	}
	.delete h2 {
		margin-top: 0px;
		text-align: center;
	}
	.delete video {
		width: 100%;
	}
	.delete .icon {
		display: none;
	}
	.faq .items {
		width: 100%;
	}
	footer .row:first-of-type {
		flex-wrap: wrap;
	}
	footer .row ul {
		text-align: center;
		margin-bottom: 36px;
		width: 100%;
	}
	.features .row .sub-row:nth-child(2), .features .row .sub-row:nth-child(4), .features .row .sub-row:nth-child(6) {
		flex-direction: column-reverse;
	}
	.faq .items .item.active {
		max-height: 1000px;
	}
	.main .downloads {
		text-align: center;
	}
	.main .downloads a {
		display: inline-block;
		float: none;
		margin-bottom: 8px;
	}
	.main .downloads a img {
		border-radius: 0px;
	}
	.sub-row {
		flex-wrap: wrap;
	}
	.features .delete h2 {
		text-align: center;
	}
	.features .delete video {
		margin-left: 0px;
	}
	.features .logos {
		margin-top: -50px;
	}
	.features .key .col {
		width: 100%;
	}
	.features .col.share {
		min-height: auto;
		margin-bottom: 36px;
	}
	.download .links {
		text-align: center;
	}
	.download .links a {
		float: none;
		margin-bottom: 8px;
	}
	.share img {
		display: none;
	}
	header nav {
		padding-left: 16px;
		padding-right: 16px;
	}
}