/* General */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Libre Franklin', sans-serif;
}
:root {
	--main: #7C44F1;
	--title: #1A3F59;
	--text: #0D2735;
	--cta: #00BBF6;
}
section,
footer {
	float: left;
	width: 100%;
}
body h1,
body h2,
body h3 {
	color: var(--title);
	font-weight: 700;
}
.d-flex {
	display: flex;
	flex-wrap: wrap;
}
.d-flex > div {
	margin-bottom: 30px;
}
.cleardd-top {
    padding: 5px 15px;
    text-align: center;
    background: #7c45f1;
    color: #fff;
}
.dd-title {
	text-align: center;
	font-size: 30px;
	line-height: 42px;
	letter-spacing: -0.8px;
	margin-bottom: 35px;
}
.dd-text {
	color: var(--text);
	font-size: 16px;
	line-height: 27px;
}
.dd-box {
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 4px 13px 0px rgba(96, 77, 21, 0.08);
	height: 100%;
}
.form-cta {
	width: 315px;
	height: 55px;
	color: #FFF;
	background: var(--cta);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 34px;
	text-transform: uppercase;
	transition: .5s ease;
}
.form-cta:hover {
	background: #00A3D6;
	color: #FFF;
	transition: .5s ease;
}
.phone-desktop {
	display: none;
}

/* Header */
.header-top {
	padding: 10px 0;
}
.header-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.header-paragraphs p {
	color: var(--title);
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	display: inline;
}
.header-phone {
	color: var(--main);
	font-size: 28px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: -0.64px;
	display: flex;
	align-items: center;
}
.header-icon {
	margin-right: 10px;
}
.under-header {
	background: var(--main);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
}
.under-header p {
	color: #FFF;
	font-size: 14px;
	line-height: 34px;
	margin: 0;
	text-transform: uppercase;
}

/* Hero */
#dd-hero {
	background: #FBF9F3;
	position: relative;
}
#dd-hero:before,
#dd-hero:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
}
#dd-hero:before {
	left: 0;
	top: 0;
	background: url(/wp-content/uploads/2023/11/Vector-hero.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
#dd-hero:after {
	right: 0;
	bottom: 0;
	background: url(/wp-content/uploads/2023/11/Vector-hero-bottom.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}
.hero-wrap {
	padding-top: 40px;
	padding-bottom: 75px;
	z-index: 9;
}
#dd-hero h1 {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -1.04px;
	text-transform: capitalize;
	margin-bottom: 30px;
}
#dd-hero h1 br {
	display: none;
}
.hero-subtitle {
	color: var(--main);
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 15px;
}

/* Forms */
.dd-form-wrap .gform_required_legend,
.dd-form-wrap .gform_wrapper.gravity-theme .gfield_required,
.dd-form-wrap .gform_heading,
.dd-form-wrap .gform_wrapper.gravity-theme .gform_previous_button.button {
	display: none;
}
.dd-form-wrap .gform_wrapper.gravity-theme .ginput_container_date input {
	width: 100%;
}
.form-btn {
	display: flex;
	align-items: center;
	position: relative;
}
.form-btn p {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: 0.16px;
	text-transform: uppercase;
}
.form-icon {
	margin-right: 10px;
}
.dd-form-wrap .gform_wrapper.gravity-theme .gfield_label {
	color: var(--title);
	font-size: 15px;
	font-weight: 400;
	line-height: 29px;
	margin: 0;
}
.form-arrow {
	position: absolute;
	right: -3px;
	transform: rotate(-90deg);
	transition: .5s ease;
}
.active .form-arrow {
	transform: none;
	transition: .5s ease;
}
.dd-form-wrap .gform_wrapper.gravity-theme .gfield input.large,
.dd-form-wrap .gform_wrapper.gravity-theme .gfield select {
	border-radius: 7px;
	border: 1px solid #B7B7B7;
	color: #5c5c5c;
	font-family: Libre Franklin;
	font-size: 16px;
	font-weight: 600;
	line-height: 34px;
	padding-left: 10px;
	height: 55px;
}
.dd-form-wrap .gform_wrapper.gravity-theme .gfield input.large:focus,
.dd-form-wrap .gform_wrapper.gravity-theme .gfield select:focus {
	outline: none;
	border: 1px solid #00A3D6;
}
.dd-form-wrap .gform_wrapper.gravity-theme .gfield input.large:placeholder,
.dd-form-wrap .gform_wrapper.gravity-theme .gfield select:placeholder {
	opacity: 1;
	color: #b7b7b7;
}
.dd-form-wrap .gform_wrapper.gravity-theme .gform_page_footer {
	display: flex;
	margin: 0;
	padding-bottom: 0;
	position: relative;
}
.dd-form-wrap .gform_wrapper.gravity-theme .gform_page_footer img {
	position: absolute;
	right: 0;
	top: 20px;
}
.dd-form-wrap .gform_wrapper.gravity-theme .gform_page_footer input {
	margin-bottom: 0;
	margin-left: 0;
	border-radius: 10px;
	background: #00BBF6;
	border: none;
	color: #FFF;
	font-family: Libre Franklin;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	height: 55px;
	transition: .5s ease;
}
.dd-form-wrap .gform_wrapper.gravity-theme .gform_page_footer input:hover {
	background: #00A3D6;
	transition: .5s ease;
}
.dd-form-wrap .gfield_radio,
.dd-form-wrap .gfield_checkbox {
	display: flex;
	margin-top: 10px;
}
.dd-form-wrap .gchoice {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: left;
}
.dd-form-wrap .gchoice:not(:last-of-type) {
	margin-right: 20px;
}
.dd-form-wrap .gform_wrapper.gravity-theme .gfield-choice-input {
	width: 26px;
	height: 26px;
	margin-left: 10px;
	accent-color: var(--cta);
}
.dd-form-wrap .gform_wrapper.gravity-theme .gfield_list_group {
	display: flex;
	flex-direction: column;
}
.dd-form-wrap .gform_wrapper.gravity-theme .gform_validation_errors {
	background: transparent;
	border: none;
	text-align: center;
	box-shadow: none;
	padding-left: 15px;
	padding-right: 15px;
}
.dd-form-wrap .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
	background: transparent;
	border: none;
	padding-left: 0;
}

.gfield.gfield--type-consent {
	display: flex!important;
    flex-direction: column-reverse;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_consent_description {
	overflow: hidden;
	border: none;
    font-size: 15px;
    line-height: 25px;
    margin-top: 0;
    background: transparent;
    color: #7e7e7e;
    padding-left: 0!important;
}
body .gform_wrapper .gform_body .gform_fields .ginput_container_consent input[type=checkbox] {
	width: 20px!important;
    height: 20px;
    margin-right: 20px;
    margin-top: 2px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_consent_label {
	font-size: 17px;
}
body .gform_wrapper.gravity-theme .gfield--input-type-consent legend.gfield_label {
	display: none;
}
/* Badges */
#dd-badges {
	padding: 40px 0;
}
.badges-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.badge {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

/* Why Choose Us */
#dd-why-us {
	background: #E8F1FA;
	padding: 60px 0 90px;
	position: relative;
}
#dd-plans:after {
	position: absolute;
	content: '';
	background: url(/wp-content/uploads/2023/11/Vector-bottom-left.svg);
	background-repeat: no-repeat;
	background-position: bottom left;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#dd-why-us:after{
		position: absolute;
	content: '';
	background: url(/wp-content/uploads/2024/04/Vector-2.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.why-wrap,
.plans-wrap {
	position: relative;
	z-index: 9;
}
.why-inner {
	text-align: center;
	padding: 30px 15px;
}
.why-inner h3 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 17px;
}
.why-cta-wrap a {
	margin: 25px auto 0;
}

/* Steps */
#dd-steps {
	padding: 50px 0 70px;
}
.step-img {
	position: relative;
}
.steps-group > div {
	margin-bottom: 30px;
}
.step,
.plan-img {
	padding: 20px;
}
.step-img img,
.plan-img img {
	border-radius: 10px;
	width: 100%;
}
.step-number {
	width: 57px;
	height: 57px;
	background: var(--main);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	position: absolute;
	top: 15px;
	left: 15px;
}
.step h3 {
	font-size: 23px;
}
.step h3,
.plan-text h3 {
	line-height: 32px;
	letter-spacing: -0.56px;
}

/* Plans */
#dd-plans {
	background: linear-gradient(0deg, #FBF9F3 0%, #FBF9F3 100%), linear-gradient(180deg, rgba(255, 241, 217, 0.00) 0%, rgba(255, 241, 217, 0.65) 15%, rgba(255, 241, 217, 0.00) 50%);
	padding: 50px 0;
	position: relative;
}
#dd-plans:before {
	position: absolute;
	content: '';
	background: url(/wp-content/uploads/2023/11/Vector-top-right.svg);
	background-repeat: no-repeat;
	background-position: top right;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.plan-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.plan-text {
	padding: 20px;
}
.plan-text h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 26px;
}
.plan-text ul {
	list-style: none;
	margin-bottom: 25px;
}
.plan-text ul li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
	font-size: 16px;
}
.plan-text li img {
	margin: 3px 8px 0 0;
}

/* Footer */
.footer-wrap {
	background: #8153E0;
	padding: 80px 0;
}
.footer-title {
	color: #FFF;
	font-size: 26px;
	font-weight: 700;
	line-height: 38px;
	letter-spacing: -0.72px;
	margin-top: 0;
	margin-bottom: 40px;
}
.footer-forms .form-btn {
	color: #FFF;
	border: none;
}
.footer-forms .form-btn img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(54deg) brightness(104%) contrast(101%);
	transition: unset;
}
.site-info {
	background: #582DAF;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 30px 0px;
}
.site-info p,
.site-info a {
	color: #FFF;
	font-size: 15px;
	line-height: 28px;
	margin: 0;
}
.site-info a {
	text-transform: uppercase;
}
.site-info a:hover {
	text-decoration: underline;
}

/* Media - mobile first */
@media all and (min-width: 641px) {
	.dd-form-wrap .gform_wrapper.gravity-theme .gfield_list_group {
		flex-direction: row;		
	}
}

/* Forms on mobile */
@media all and (max-width: 767px) {
	.header-top {
		text-align: center;
	}
	.header-paragraphs {
		display: none;
	}
	.header-phone {
		background: #4F1AC0;
		color: #FFF;
		padding: 5px 20px;
		font-size: 20px;
		justify-content: center;
		border-radius: 10px;
	}
	.site-branding img {
		max-height: 50px;
		margin-bottom: 10px;
	}
	.form-wrap {
		border-radius: 20px;
		padding: 10px 15px;
		margin-bottom: 15px;
	}
	.hero-forms .form-wrap {
		background: #FFF;
		box-shadow: 0px 4px 13px 0px rgba(96, 77, 21, 0.08);
		transition: .5s ease;
	}
	.footer-forms .form-wrap {
		background: #582DAF;
	}
	.hero-forms .form-wrap.active {
		border: 2px solid var(--main);
		transition: .5s ease;
	}
	.footer-forms .form-wrap.active {
		background: #FFF;
	}
	.footer-forms .active .form-btn {
		color: var(--title);
	}
	.footer-forms .active .form-btn img {
		filter: unset;
	}
	.dd-form-wrap {
		display: grid;
		grid-template-rows: 0fr;
		transition: grid-template-rows 700ms;
	}
	.form-wrap.active .dd-form-wrap {
		grid-template-rows: 1fr;
		margin-top: 10px;
	}
	.dd-form-wrap > div {
		overflow: hidden;
	}
	.badge:nth-of-type(1) img {
		max-height: 20px;
	}
	.badge:nth-of-type(3) img {
		max-height: 30px;
	}
	.badge:nth-of-type(4) img {
		max-height: 17px;
	}
	.plan-inner {
		margin-bottom: 20px;
	}
	.site-info {
    padding: 30px 15px;
}
}

@media all and (min-width: 768px) {
	.phone-desktop {
		display: block;
	}
	.phone-mobile {
		display: none;
	}
	.header-wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.site-branding {
		width: 30%;
	}
	.header-content {
		align-items: end;
		max-width: 72%;
	}
	.header-paragraphs {
		text-align: right;
		margin: 0;
	}
	.under-header p {
		font-size: 15px;
	}
	.dd-title {
		font-size: 34px;
		line-height: 55px;
		margin-bottom: 50px;
	}
	#dd-hero h1 {
		font-size: 40px;
		line-height: 54px;
	}
	.hero-subtitle {
		font-size: 20px;
		line-height: 34px;
	}
	#forms-wrap {
		position: relative;
		padding-top: 70px;
	}
	.form-btn {
		justify-content: center;
		border-radius: 10px;
		position: absolute;
		top: 0;
		width: 32%;
		height: 70px;
		cursor: pointer;
	}
	.hero-forms .form-btn {
		background: #FFF;
		box-shadow: 0px 4px 13px 0px rgba(96, 77, 21, 0.08);
	}
	.footer-forms .form-btn {
		background: #582DAF;
	}
	.hero-forms .active .form-btn {
		border: 2px solid var(--main);
	}
	.footer-forms .active .form-btn {
		background: #FFF;
		color: var(--title);
	}
	.footer-forms .active .form-btn .form-icon {
		filter: none;
	}
	.form-wrap:nth-of-type(1) .form-btn {
		left: 0;
	}
	.form-wrap:nth-of-type(2) .form-btn {
		left: 50%;
		transform: translatex(-50%);
	}
	.form-wrap:nth-of-type(3) .form-btn {
		right: 0;
	}
	.dd-form-wrap {
		border-radius: 20px;
		background: #FFF;
		box-shadow: 0px 4px 13px 0px rgba(96, 77, 21, 0.08);
		margin-top: 20px;
		display: none;
	}
	.form-wrap.active .dd-form-wrap {
		display: block;		
	}
	.form-arrow {
		display: none;
	}
	.active .form-arrow {
		display: block;
		bottom: -10px;
		left: 50%;
		transform: translateX(-50%);
	}
	.dd-form-wrap .gform_page:nth-of-type(1),
	.dd-form-wrap .gform_page:nth-of-type(2) {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	.dd-form-wrap .gform_page:nth-of-type(1) .gform_page_fields,
	.dd-form-wrap .gform_page:nth-of-type(2) .gform_page_fields {
		width: calc(100% - 310px);
	}
	.dd-form-wrap .gform_page:nth-of-type(1) .gform_page_footer,
	.dd-form-wrap .gform_page:nth-of-type(2) .gform_page_footer {
		width: 295px;
	}
	.dd-form-wrap .gform_wrapper.gravity-theme {
		padding: 15px 25px 25px;
	}
	.plan-inner:nth-of-type(even) {
		flex-direction: row-reverse;
	}
	.plan-text {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 30px;
	}
	.footer-title {
		max-width: 65%;
	}
}

@media all and (min-width: 992px) {
	.header-top {
		padding: 15px 0;
	}
	.header-paragraphs p {
		font-size: 18px;
	}
	.under-header p {
		font-size: 16px;
	}
	#dd-hero .container {
		position: relative;
	}
	#dd-hero h1 {
		font-size: 42px;
		line-height: 56px;
		max-width: 85%;
	}
	.hero-bckg-wrap {
		display: block !important;
	}
	.hero-bckg-wrap .hero-background {
		position: absolute;
		z-index: 1;
		bottom: 0;
		right: 0;
		max-height: 95%;
		object-fit: contain;
	}
	.form-btn p {
		font-size: 16px;
	}
	.plan-text {
		padding: 45px;
	}
	.plan-text ul li {
		font-size: 18px;
	}
	.footer-title {
		max-width: unset;
	}
}

@media all and (max-width: 1199px) {
	.plan-cta-wrap .form-cta {
		width: 260px;
		height: 50px;
		font-size: 15px;
	}
}

@media all and (min-width: 1200px) {
	.dd-title {
		font-size: 38px;
		line-height: 58px;
	}
	#dd-hero h1 {
		font-size: 49px;
		line-height: 60px;
		max-width: 95%;
	}
	.hero-bckg-wrap .hero-background {
		max-height: 100%;
	}
	#dd-why-us {
		padding: 70px 0 100px;
	}
	#dd-steps {
		padding: 70px 0;
	}
	.step,
	.plan-img {
		padding: 25px;
	}
	.plan-text h3 {
		margin-bottom: 25px;
	}
}

@media all and (min-width: 1350px) {
	.hero-lines {
		display: block !important;
		position: absolute;
		right: -92px;
		top: 33%;
		z-index: 1;
	}
}

@media all and (min-width: 1700px) {
	.dd-title {
		font-size: 40px;
		line-height: 64px;
	}
	.hero-wrap {
		padding-top: 70px;
		padding-bottom: 85px;
	}
	#dd-hero h1 {
		font-size: 52px;
		line-height: 66px;
	}
	#dd-why-us {
		padding-bottom: 110px;
	}
	#dd-steps {
		padding: 80px 0;
	}
	.step h3,
	.plan-text h3 {
		font-size: 28px;
	}
	#dd-plans {
		padding-top: 80px;
		padding-bottom: 90px;
	}
	.footer-title {
		font-size: 32px;
		line-height: 44px;
	}
	.footer-wrap {
		padding: 100px 0 70px;
	}
}

@media all and (max-width: 360px) {
	.form-cta,
	.plan-cta-wrap .form-cta {
		max-width: 100%;
		font-size: 13px;
		width: 290px;
	}
	.dd-form-wrap .gform_wrapper.gravity-theme .gform_page_footer input {
		font-size: 13px;
	}
}

p.dd-disclaimer-title {
    font-size: 16px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-align: left;
}
.dd-footer-disclaimer {
    text-align: left;
    border-bottom: 1px solid #8153E0;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

p.dd-disclaimer-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}
@media screen and (min-width:768px){
	.dd-footer-disclaimer {
    padding:0 15px 25px;
}
}