<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.price_option_cont {
	flex-direction: column;
	align-items: center;
	row-gap: 50px;
}

.h1 {
	font-size: min(62px, 9.8vw) !important;
	line-height: 1em !important;
	margin: 0 !important;
}

.h3 {
	font-size: min(12vw, 50px) !important;
}

.landing_section {
    min-height: unset;
    overflow: hidden;
}

.landing_section .section_cont {
	padding: 150px 0;
}

.button_cont {
	flex-direction: column;
	column-gap: 0 !important;
	width: 100% !important;
	row-gap: 20px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 400px;
	padding: 0 30px;
}

.try_btn::after {
	display: none !important;
}

.section_1 .section_cont {
	flex-direction: column;
	margin-top: -170px;
}

.section_1_photo {
	order: -1;
	padding: 30px;
}

.photo {
	width: 100%;
	height: unset !important;
	box-shadow: 0 17px 25px #080d1163;
}

.section_4 .section_text {
}

.section_4 .outline_style_header {
	display: flex;
	flex-direction: column;
	font-size: 50px !important;
	text-align: left;
}

.section_4 .button_cont {margin: 0 auto;}



.art_3 {
	height: 300px;
	width: 307px;
}

.art_3 div {
    height: 290px;
    width: 307px;
}



.art_4 {
	position: static;
	width: 204px;
	height: 181px;
	margin: 30px auto;
}

#pricing .button_cont {
	margin-bottom: 100px !important;
}

.section_4 {
	padding-bottom: 250px !important;
}

.section_4 .h3 {
	justify-content: center !important;
}

.section_4 .section_text {
	order: -1;
	margin: 40px 0;
}

.section_2 {
	padding-bottom: 100px;
}

.section_2 .art_text_cont {
    flex-direction: column;
    align-items: center;
}

@media (max-width: 450px) {
	.section_2 .h1 {font-size: min(12vw, 46px) !important;}
}

.section_2 .art {
	min-width: unset !important;
	margin: 40px;
	width: 90%;
	max-width: 400px;
}

.section_2 .section_text_cont {
	margin: 0 !important;
	width: unset !important;
}

.section_2 .section_text {
	margin: 10px 0 40px 0 !important;
}

.section_1_text_cont {
    padding: 0 !important;
    margin-right: unset;
}

.dashboard_showcase {
	margin: 0 !important;
	width: 100%;
}
.dashboard_card {
	width: unset !important;
	background: none;
	box-shadow: unset;
	padding: 20px 0;
}

.price_option_cont.animate_observer .pricing_option_wrap {
    opacity: 1;
    animation: none;
    animation-play-state: inherit;
}

.section_cont {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.outline_style_header {
	text-shadow: none !important;
	color: #d65414 !important;
	-webkit-text-stroke-width: 0 !important;
	transition: 0s !important;
	font-weight: 700;
}

.section_text {
	font-size: 20px;
}

.benefits_grid {
	column-gap: 10px;
	row-gap: 28px;
	margin-top: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.benefit_box {
	background: none;
	padding: 20px;
	min-width: unset;
	min-height: unset;
	border-radius: 15px;
	display: flex;
	align-items: center;
	box-shadow: 0 0 2px #00000045, 0px 5px 5px #0000001c;
	box-shadow: 0 0 2px #00000045;
	width: 100%;
	font-size: 22px;
	text-align: left;
}

.benefits_grid.animate_observer .benefit_box {
	opacity: 1;
	animation: none;
}

.benefit_box.highlight {box-shadow: 0 0 2px #00000045, 0px 5px 5px #0000001c, 0 0 0 3px #d65414;}

.benefit_box svg {
	display: block;
	min-height: 40px;
	min-width: 40px;
	margin: 0 30px 0 10px;
}

.benefit_box p {font-size: 15px;}

.section_migrate .h1 {
	font-size: min(100px,14.5vw) !important;
}

.testimonial_cont {
	margin-top: 0;
	margin-bottom: 100px;
}

.testimonial_cont.animate_observer .testimonial_card {
	opacity: 1;
	animation-name: rise;
	animation-duration: 1s;
	animation-delay: 0;
}
</pre></body></html>