/* ***** Global ***** */
:root {
	--lqd-color-primary: #8777E0;
	--lqd-color-secondary: #60A3E6;
	--lqd-body-text-color: #454545;
	--lqd-color-purple-100: #E8E4FB;
	--lqd-color-purple-500: #895ED0;
	--lqd-color-green-500: #0AC994;
	--lqd-color-slate-100: #F3F7FF;
	--lqd-color-slate-500: #6e7f99;
	--lqd-color-slate-600: #5D6371;
	--lqd-color-slate-700: #2F313B;
	--lqd-color-gray-100: #FAF7F7;
	--lqd-color-gray-200: #F2F3F4;
	--lqd-color-gray-300: #bbb;
	--lqd-color-gray-700: #454545;
	--lqd-color-gray-900: #222222;
	--lqd-color-blue-500: #006BFF;
	--lqd-color-blue-900: #28263C;
	--lqd-color-dark: #262626;
	--lqd-color-gradient-start: var(--lqd-color-primary);
	--lqd-color-gradient-stop: var(--lqd-color-secondary);
	--lqd-badge-color: var(--lqd-color-primary);

	--lqd-body-font-family: "Golos Text", Sans-serif;

	--lqd-heading-color: #181b31;
	--lqd-heading-font-family: "Varela Round", Serif;
	--lqd-heading-font-weight: 600;
	--lqd-heading-line-height: 1.2em;
	--lqd-h1-font-size: 62px;
	--lqd-h2-font-size: 56px;
	--lqd-h2-line-height: 1em;
	--lqd-h2-letter-spacing: -1.4px;
	--lqd-h3-font-size: 32px;
	--lqd-h3-font-size: 25px;
	--lqd-h5-font-size: 21px;
	--lqd-h6-color: #254043;
	--lqd-h6-font-size: 12px;
	--lqd-h6-font-weight: 500;

	--lqd-cc-bc: var(--lqd-color-primary);
	--lqd-cc-bg: var(--lqd-color-primary);
	--lqd-cc-size-outer: 35px;
	--lqd-cc-size-inner: 7px;
	--lqd-cc-bw: 1px;
	--lqd-cc-br: calc(var(--lqd-cc-size-outer) / 2);
	--lqd-cc-active-bc: var(--lqd-color-primary);
	--lqd-cc-active-bg: var(--lqd-color-primary);
	--lqd-cc-active-bw: 1px;
	--lqd-cc-active-circle-color: #fff;
	--lqd-cc-active-circle-txt: #000;
	--lqd-cc-active-arrow-color: #fff;
}

.beta-sign-up-button,
.beta-sign-up-button * {
	cursor: pointer !important;
}

#beta-sign-up {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.85);
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: all 0.4s ease;
}

#beta-sign-up section {
	transition: all 0.2s ease;
	transform: translateY(100px);
}

.module-sections>section,
.main-footer>section {
	width: 960px;
}

.hidden {
	display: none !important;
}

.invisible {
	opacity: 0 !important;;	
}

h1, h2, h3, h4, h5, h6, p, span {
	cursor: default;
}

a * {
	cursor: pointer !important;
}

input, textarea {
	border-radius: 4px;
}

textarea {
	padding-top: 8px;
	padding-bottom: 8px;
}

@media (max-width: 1199px) {
	.module-sections>section {
		width: 95%;
	}
}

@media (max-width: 767px) {
	h2,
	.h2 {
		font-size: 12vw;
	}
	
	.w-620 {
		width: 400px;
	}
	
	.w-500 {
		width: 360px;
	}
	
	#submit-success {
		margin-bottom: 0;
	}
	
	#cta {
		height: 580px;
	}
	
	#cta #ready {
		margin-top: 20px;
	}
	
	.text-72 {
		font-size: 50px;
	}
	
	.text-48 {
		font-size: 30px;
	}
	
	.app-preview .pano-items {
		padding-left: 10px !important;
	}
	
	.module-sections {
		padding-bottom: 100px;
	}
	
	section#download > div {
		height: 300px;
	}
}

/* ***** Button ***** */
#beta-submit:hover {
	background-color: #0E1758BD;
}

#beta-submit:active {
	background-color: #150768;
}

.module-btn-md {
	--btn-pt: 12px;
	--btn-pe: 24px;
	--btn-pb: 12px;
	--btn-ps: 24px;
}

.module-btn-sm {
	--btn-pt: 8px;
	--btn-pe: 22px;
	--btn-pb: 8px;
	--btn-ps: 22px;
}

.module-btn-xs {
	--btn-pt: 2px;
	--btn-pe: 6px;
	--btn-pb: 2px;
	--btn-ps: 6px;
}

/* ***** Main Header ***** */
.top-logo {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
}

.main-header .module-header-top {
	min-height: 46px;
}

.main-header .social-icon:hover svg,
.main-header .social-icon:hover path {
	fill: #0E1758BD;
}

.main-header .module-header-middle {
	min-height: 36px;
}

.main-header .social-icons-wrapper {
	--grid-template-columns: repeat(0, auto);
	--icon-size: 20px;
	--grid-column-gap: 15px;
	--grid-row-gap: 0;
}

.main-header .module-header-bottom {
	min-height: 55px;
}

.is-stuck .module-header-bottom {
	margin-top: 22px;
}

.main-header .lqd-stickybar-wrap .btn-solid:hover {
	transform: translate3d(0, 0, 0);
}

.main-header .lqd-stickybar-right .btn-solid:hover {
	box-shadow: 0 0 0 1px #7968CA;
}

.main-header .lqd-stickybar-left .btn-solid:hover {
	box-shadow: 0 0 0 5px var(--lqd-color-green-500);
}

.top-nav {
	opacity: 0;
	pointer-events: none;
	transform: translateY(-100px);
	transition: all 0.2s;
}

.top-nav:hover {
	opacity: 1;
}

.app-preview-bg {
	position: absolute;
	bottom: 0;
	width: 90%;
	height: 415px;
}

.app-preview {
	background-image: url("../images/bg/bg-sonoma.jpg");
	background-size: cover;
	width: 100%;
	height: 100%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-position-y: center;
	border: solid 1px rgba(0, 0, 0, 0.1)
}

.app-preview * {
	box-sizing: border-box !important;
}

.app-preview .app-topbar {
	margin-left: 15%;
	margin-top: 30px;
	height: 52px;
    width: 70%;
	display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
	border-radius: 10px;
	border: solid 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 20px rgba(0, 0, 0, 0.15);
	background-color: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(10px);
}

.app-preview .app-topbar .search,
.app-preview .app-topbar .settings {
	width: 36px;
	min-width: 36px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	border: solid 1px rgba(0, 0, 0, 0.1);
	background: rgba(0, 0, 0, 0.15);
}

.app-preview .app-topbar {
	overflow-y: hidden;
	overflow-x: scroll;
}

.app-preview .app-topbar .search:hover {
	background: rgba(0, 0, 0, 0.2);
}

.app-preview .app-topbar .search img {
	width: 14px;
	height: 14px;
	opacity: 0.4;
}

.app-preview .app-topbar .settings {
	margin-top: -2px;
	height: 34px;
	border: none;
	background: none;
}

.app-preview .app-topbar .settings:hover {
	background: rgba(0, 0, 0, 0.15);
}

.app-preview .app-topbar .settings img {
	width: 20px;
	height: 20px;
	opacity: 0.4;
}

.app-preview .app-topbar .categories {
	height: 100%;
	flex: 1;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: row;
}

.app-preview .app-topbar .categories .history,
.app-preview .app-topbar .categories .category {
	width: auto;
	height: 100%;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 11px;
	padding-right: 14px;
	padding-bottom: 2px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.app-preview .app-topbar .categories .history {
	background: rgba(255, 255, 255, 0.4);
	border: solid 1px rgba(0, 0, 0, 0.15);
}

.app-preview .app-topbar .categories .category:hover {
	background: rgba(0, 0, 0, 0.05);
}

.app-preview .app-topbar .categories .history img,
.app-preview .app-topbar .categories .category img {
	width: auto;
	height: 14px;
	margin-right: 5px;
	opacity: 0.6;
}

.app-preview .app-topbar .categories .dot {
	width: 9px;
	min-width: 9px;
	height: 9px;
	margin-right: 7px;
	align-self: center;
	border-radius: 9px;
}

.app-preview .app-topbar .categories .history img {
	opacity: 0.85;	
}

.app-preview .app-topbar .categories span {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
	cursor: default;
}

.app-preview .app-topbar .categories .history span {
	color: rgba(0, 0, 0, 0.85);
}

.app-preview .pano-items {
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 30px;
	height: 100%;
	width: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	overflow-x: scroll;
}

.app-preview .pano-item {
	transition: all 0.2s;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
	transform: scale(1);
}

.app-preview .pano-item.active {
	transform: scale(1.075) !important;
}

.app-preview .pano-item.active img {
	border: solid 1px rgba(0, 115, 245, 1);
	box-shadow: inset 0 0 0 1px rgba(0, 115, 245, 1);
	border-radius: 20px;
}

.app-preview .pano-item:hover {
	transform: scale(1.02);
}

.app-preview .pano-item,
.app-preview .pano-item img {
	width: 300px;
	min-width: 300px;
	height: 278px;
	margin-left: 10px;
	margin-right: 10px;
}

/* ***** Lity Modal Mini ***** */
.lity-modal-mini .lqd-contact-form {
	--inputs-margin: 0;
	--input-margin-bottom: 0;
}

.main-header .lity-modal-mini .lqd-contact-form select:focus,
.main-header .lity-modal-mini .lqd-contact-form input:focus,
.main-header .lity-modal-mini .lqd-contact-form textarea:focus {
	color: #000000;
}

.beta-access-registered {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	margin: 0px;
	border-radius: 4px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	
	color: white;
	font-size: 16px;
	padding-bottom: 2px;
	margin-bottom: 20px;
	
	transition: all 0.4s;
	opacity: 0;
	pointer-events: none;

	background-color: #0ac963;
	border: solid 1px #0da379;
	cursor: default;
}

/* ***** Banner ***** */
@media (max-width: 767px) {
	.banner {
		padding-top: 70px;
	}

	.banner .ld-fancy-heading h2 {
		font-size: 14vw;
		letter-spacing: -1px;
	}
}

/* ***** Features ***** */
.features .lqd-imggrp-single[data-float] {
	--float-animate-to: 12%;
}

.features .iconbox-heading-arrow-onhover:hover h3 svg {
	opacity: 1;
	transform: translateX(0.5em);
}

.features .module-arrow {
	right: 220px;
}

.features .module-btn {
	right: 50px;
}

.sticker-element {
	cursor: default;
}

.sticker-element #sticker-container {
	transform: scale(1);
	transition: transform 0.2s;
}

/* ***** Commit ***** */
@media (max-width: 1199px) {
	.commit {
		gap: 60px;
	}
}

/* ***** Manage Data ***** */
.manage-data .module-video {
	width: 430px;
	min-height: 370px;
}

.manage-data .module-emoji {
	right: 125px;
}

@media (max-width: 1199px) {
	.manage-data {
		gap: 60px;
	}

	.manage-data .module-emoji {
		right: 280px;
	}
}

@media (max-width: 767px) {
	.manage-data {
		padding: 60px 10px;
	}
}

/* ***** Throwable ***** */
.throwable .btn:hover,
.throwable .btn:focus {
	border-style: solid;
	border-color: #7C849A;
}

.throwable .lqd-imggrp-single[data-float] {
	--float-animate-to: 10%;
}

.throwable .module-text-1 {
	background-color: #E2EEE1;
}

.throwable .module-text-2 {
	background-color: #ffe3d3;
}

.throwable .module-text-3 {
	background-color: #dbefe8;
}

.throwable .module-text-4 {
	background-color: #d8c0ff;
}

.throwable .module-text-5 {
	background-color: #AB6BDD;
}

.throwable .module-text-6 {
	background-color: #eaeaea;
}

.throwable .module-text-7 {
	background-color: #dce5c0;
}

.throwable .module-text-8 {
	background-color: #cddce6;
}

.throwable .module-shape {
	right: -100px;
}

.throwable .module-emoji {
	right: 80px;
}

/* ***** Process ***** */
.process .iconbox:hover .iconbox-icon-container {
	color: #FFFFFF;
	background-color: var(--lqd-color-primary);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.process .module-icon-box:before {
	height: 0;
}

.process .module-arrow {
	right: 270px;
}

@media (max-width: 767px) {
	.process .module-arrow {
		top: 150px;
	}

	.process .module-col {
		margin-top: 30px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.process .module-arrow {
		right: 67%;
	}
}

/* ***** Compare ***** */
.compare {
	background-size: 70% auto;
}

@media (max-width: 767px) {
	.compare {
		padding-right: 10px;
		padding-left: 10px;
	}
}

/* ***** Clients ***** */
.clients .module-bg {
	background-size: 70% auto;
	filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}

/* ***** Testimonial ***** */
.testimonial {
	background-position: 50% 30%;
	background-size: 80% auto;
}

.testimonial .lqd-imggrp-single[data-float] {
	--float-animate-to: 10%;
}

.testimonial .carousel-nav {
	top: 30%;
}

.testimonial .carousel-nav.carousel-nav-left.carousel-nav-floated {
	right: 0;
}

.testimonial .carousel-nav .flickity-button {
	width: 10px;
	background-color: transparent;
	color: #000000;
	padding: 0;
	border-radius: 0;
}

.testimonial .carousel-nav .flickity-button.previous {
	left: -70px;
}

.testimonial .carousel-nav .flickity-button.next {
	right: -70px;
}

.testimonial .carousel-dots {
	top: auto;
	right: auto;
	bottom: -25px;
	left: auto;
}

.testimonial .carousel-dots:not(.carousel-dots-inside) {
	position: relative;
}

.testimonial .module-avatar {
	left: 180px;
}

@media (max-width: 1199px) {
	.testimonial {
		background-position: 0 0;
	}

	.testimonial .module-avatar {
		left: 80px;
	}
}

@media (max-width: 767px) {
	.testimonial .module-avatar {
		left: 20px;
	}

	.testimonial .module-avatar {
		top: 10px;
	}
}

/* ***** Faq ***** */
.faq .lqd-imggrp-single[data-float] {
	--float-animate-to: 10%;
}

.faq .module-avatar {
	right: 200px;
}

@media (max-width: 1199px) {
	.faq {
		padding: 50px;
	}

	.faq .module-avatar {
		right: 100px;
	}
}

@media (max-width: 767px) {
	.faq {
		padding: 50px 20px;
	}

	.faq .module-avatar {
		top: 10px;
	}

	.faq .module-avatar {
		right: 10px;
	}
}

/* ***** CTA ***** */
.cta {
	background-image: url("../images/bg/cta-bg.svg");
	min-height: 408px;
}

.cta .txt-rotate-keywords {
	--visible-words: 7;
}

.cta .txt-rotate-keyword {
	margin-top: 4px;
	margin-bottom: 4px;
}

.cta .txt-rotator-list.text-rotator-activated .txt-rotate-keywords-inner {
	--lqd-color-start: #361B5C;
	--lqd-color-stop: #6693A7;
}

.cta .btn:hover,
.cta .btn:focus {
	color: #211F36;
	background-color: #FFFFFF;
}

@media (max-width: 1199px) {
	.cta {
		padding: 0 50px 0 20px;
	}
}

@media (max-width: 767px) {
	.cta {
		background-image: url("../images/bg/cta-bg-m.svg");
		background-size: cover;
		flex-grow: 0;
		align-self: initial;
		padding: 10px;
	}

	.cta .module-btn {
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.cta .ld-fancy-heading .txt-rotator-list {
		font-size: 9vw;
	}
}

/* ***** Footer ***** */
.main-footer .social-icons-wrapper {
	--grid-template-columns: repeat(0, auto);
	--icon-size: 30px;
	--grid-column-gap: 25px;
	--grid-row-gap: 0;
}

@media (max-width: 1199px) {
	.main-footer {
		padding: 0 20px;
	}

	.main-footer>section {
		width: 960px;
		padding-top: 100px;
	}
}

@media (max-width: 991px) {
	.main-footer>section {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.main-footer>section {
		padding-top: 70px;
	}

	.main-footer .lqd-fancy-menu li {
		margin-right: 20px;
	}

	.main-footer .module-text {
		padding-bottom: 20px;
	}
}