.appliedfilters {
	display: none;
	margin: 15px 10px;
}

.headtitle {
	padding: 0;
	text-align: center;
	padding-bottom: 20px;
}

.gform_confirmation_wrapper {
	color: #ffd405;
	font-size: 1.1em;
	font-weight: bold;
	margin: 30px 0;
}

.btn-yellowx {
	display: inline-block;
	letter-spacing: .6px;
	text-align: center;
	vertical-align: top;
	vertical-align: middle;
	text-transform: uppercase;
	text-decoration: none;
	background: #ffd405;
	padding: 8px 20px 7px;
	transition: all .1s ease-in-out 0s;
	color: #003145;
	font-weight: bold;
}

	.btn-yellowx:hover {
		background: #fff;
		color: #032a40;
	}

.gform_ajax_spinner {
	margin: 0 10px;
}

.multistepform .gform_page_footer {
}

.landbgvr {
	background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 55%,#263444 35%,#263444 100%);
}

.nav-opener {
	display: none;
	padding: 27px 10px;
	height: 17px;
	position: relative;
}

.ham {
	width: 23px;
	height: 2px;
	top: 3px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #032a40;
	position: relative;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

	.ham:before, .ham:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 2px;
		left: 0;
		background-color: #032a40;
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-ms-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}

	.ham:before {
		top: -8px;
	}

	.ham:after {
		top: 8px;
	}

.nav-active .ham {
	background-color: transparent !important;
}

	.nav-active .ham:before {
		-webkit-transform: translateY(8px) rotateZ(-45deg);
		-moz-transform: translateY(10px) rotateZ(-45deg);
		-ms-transform: translateY(8px) rotateZ(-45deg);
		-o-transform: translateY(8px) rotateZ(-45deg);
		transform: translateY(8px) rotateZ(-45deg);
	}

	.nav-active .ham:after {
		-webkit-transform: translateY(-8px) rotateZ(45deg);
		-moz-transform: translateY(-8px) rotateZ(45deg);
		-ms-transform: translateY(-8px) rotateZ(45deg);
		-o-transform: translateY(-8px) rotateZ(45deg);
		transform: translateY(-8px) rotateZ(45deg);
	}

.setofposts article {
	margin-bottom: 20px;
}

.post-wrapper {
	background: #eaeaea;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.single-post-content {
	padding: 15px;
	display: flex;
	flex-flow: column nowrap;
}

.entry-head a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
}

.entry-meta {
	color: #777;
	margin: 5px 0;
}

a:hover {
	color: #0056b3;
	text-decoration: none;
}

.entry-exerpt {
	font-size: 14px;
}

.quoteinlinecheck input[type="checkbox"] {
	display: none !important;
}

.quoteinlinecheck div.gchoice {
	padding-bottom: 16px;
}

	.quoteinlinecheck div.gchoice label {
		width: 100%;
		background: #ebebeb;
		border-right: 0;
		padding: 5px 10px;
		cursor: pointer;
		margin: 5px;
		border-radius: 3px;
		color: #000;
	}

	.quoteinlinecheck div.gchoice input[type="checkbox"]:checked + label {
		background: #ffd405;
		color: black;
	}

.readm {
	padding-bottom: 0;
	padding-bottom: 20px;
	text-align: center;
	text-align: center;
	margin-top: auto;
	width: 100%;
}

	.readm a {
		background: #ffd405;
		padding: 10px 20px;
		display: inline-block;
		color: #000;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
	}

.content .headtitle h1 {
	margin-bottom: 5px;
}

.headtitle h5 {
	font-size: 18px;
	color: #00243a;
	text-align: center;
	margin: 0 auto;
	font-weight: normal;
	width: 100%;
	padding-bottom: 0;
}

.content-single {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.8;
}

	.content-single .entry-content a {
		color: #0a2537;
		font-weight: bold;
	}

.product-bluebox a {
	color: #eee;
}

.single-head {
	margin-bottom: 20px;
	text-align: center;
}

.content .single-head h1 {
	text-align: center;
	margin-bottom: 0;
	padding: 0;
}

.entry-meta-single {
	color: #888;
	padding: 5px 0;
	font-size: 18px;
	font-weight: normal;
}

.content .single-head h2 {
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 0;
	font-size: 28px;
}

.pnavigation {
	text-align: center;
	display: block;
	margin: 30px;
	margin-top: 15px;
}

	.pnavigation ul {
		margin: 0;
	}

	.pnavigation li a, .pnavigation li a:hover, .pnavigation li.active a, .pnavigation li.disabled {
		color: #fff;
		text-decoration: none;
	}

	.pnavigation li {
		display: inline-block;
	}

		.pnavigation li a, .pnavigation li a:hover, .pnavigation li.active a, .pnavigation li.disabled {
			border-radius: 0;
			cursor: pointer;
			padding: 6px 12px;
			color: #000;
			border: 1px solid #ffd405;
			display: inline-block;
		}

			.pnavigation li a:hover, .pnavigation li.active a {
				color: #000;
				background-color: #ffd405;
			}

.page-head {
	padding: 0 15px;
}

.brochure-down .gform_footer {
	text-align: center;
}

.curtainpleats h5 span {
	color: white;
}

.rightformhead {
}

.multisteplanding .gform_next_button.button, body .gform_wrapper .multisteplanding .gform_previous_button.button {
}

.multisteplanding_wrapper .gfield_label {
	color: #fff;
}

.multisteplanding input[type=email], .multisteplanding input[type=file], .multisteplanding input[type=password], .multisteplanding input[type=tel], .multisteplanding input[type=text], textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}

body .jd-button svg g rect {
	fill: #ffd405;
}

.sectionright {
	background: #032a40;
	padding: 20px 30px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
	position: relative;
	width: 100%;
	min-height: 1px;
	color: #fff;
	padding-bottom: 40px;
	display: flex;
	align-items: center;
}

.sectionleft {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 400px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 70%;
	max-width: 70%;
	position: relative;
	width: 100%;
}

.sectionright .btn-light {
	display: inline-block;
	letter-spacing: .6px;
	text-align: center;
	vertical-align: top;
	vertical-align: middle;
	text-transform: uppercase;
	text-decoration: none;
	background: #ffd405;
	padding: 10px 20px;
	transition: all .1s ease-in-out 0s;
	color: #003145;
	font-weight: bold;
	border: 0;
}

	.sectionright .btn-light:hover {
		text-decoration: none;
		background: #fff;
		border-color: #fff;
		color: #003145;
	}

.singleslidefull {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.watson-gallery .slick-dots {
	bottom: 20px;
	width: 30%;
	right: 0;
}

	.watson-gallery .slick-dots li button:before {
		color: #fff;
		font-size: 12px;
	}

.rightformhead:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	z-index: 1;
	height: 0;
	border-top: solid 20px #caa336;
	border-left: solid 20px transparent;
	border-right: solid 20px transparent;
}

.bottom-section {
	text-align: left;
	padding: 0 10px;
	padding-top: 25px;
	max-width: 1020px;
	margin: 0 auto;
	padding-bottom: 0;
	margin-bottom: 20px;
}

	.bottom-section h2 {
		text-align: center;
		font-size: 20px;
		padding: 10px;
	}

.bottom-section {
}

	.bottom-section h2 {
		font-size: 30px;
	}

.appliedfilters.inactive {
	display: none;
}

.appliedfilters.active {
	display: block;
}

.appliedfilters .freset-btn {
	background: #f5f5f5;
	padding: 10px;
	border: 1px solid #eee;
	display: inline-block;
	margin: 0;
	color: #000;
	line-height: 1;
}

.appfilter {
	display: flex;
	align-items: center;
}

#selectedfilter {
	margin-right: 10px;
}

.apptext {
	vertical-align: middle;
	margin-right: 10px;
	font-weight: bold;
}

.hero-static {
	background: #032a40;
	display: flex;
	align-items: center;
	width: 100%;
}

	.hero-static .hero-image {
		max-width: 880px;
	}

	.hero-static .hero-caption {
		padding: 20px;
		max-width: 360px;
	}

		.hero-static .hero-caption .holder {
		}

		.hero-static .hero-caption h2 {
			color: #fff;
			line-height: 1.2;
		}

		.hero-static .hero-caption p {
			color: #fff;
			font-size: 16px;
			margin-bottom: 20px;
		}

		.hero-static .hero-caption a.hero-btn {
			border: 2px solid #fff;
			font-size: 14px;
			font-size: 17px;
			background: transparent;
			color: #fff;
			padding: 8px 30px;
			display: inline-block;
			font-weight: bold;
		}

			.hero-static .hero-caption a.hero-btn:hover {
				text-decoration: none;
				background: #ffd405;
				border-color: #ffd405;
				color: #003145;
			}

#nav .mobile-menu {
	display: block;
}

#nav .desktop-menu {
	display: none;
}

#get-started, .add-list li, .btn, .btn-light {
	text-transform: uppercase;
}

div.fca_eoi_layout_0 div.fca_eoi_layout_field_wrapper, form.fca_eoi_layout_0 div.fca_eoi_layout_field_wrapper {
	border: 0 !important;
}

body div.fca_eoi_layout_0 div.fca_eoi_layout_field_wrapper input, body form.fca_eoi_layout_0 div.fca_eoi_layout_field_wrapper input, body div.fca_eoi_layout_0 div.fca_eoi_layout_field_wrapper input:focus, body form.fca_eoi_layout_0 div.fca_eoi_layout_field_wrapper input:focus {
	border: 2px solid #ebebeb !important;
	padding: 10px !important;
	margin-top: 10px;
}

div.fca_eoi_layout_0 div.fca_eoi_layout_submit_button_wrapper input, form.fca_eoi_layout_0 div.fca_eoi_layout_submit_button_wrapper input {
	padding: 10px !important;
	text-transform: uppercase;
}

a, body {
	color: #00243a;
}

input, label, select, textarea {
	vertical-align: middle;
}

embed, iframe, object, pre, video {
	max-width: 100%;
}

pre, textarea {
	overflow: auto;
}

#wrapper, sub, sup {
	position: relative;
}

#header .holder:after, #nav:after {
	content: "";
	display: block;
}

.product-detail-filter h2 {
	text-align: center;
}

#nav .nav-opener:after, .gallery-holder:after, .internal-box .img-area .title:after, .main-holder:after, blockquote:after, blockquote:before, q:after, q:before {
	content: "";
}

#nav:after, .comment-form label, .logo a, .logo img, article, aside, blockquote cite, blockquote q, details, figcaption, figure, footer, header, img.aligncenter, main, nav, section, summary {
	display: block;
}

*, :after, :before, html {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
	max-height: 1000000px;
}

address, applet, blockquote, dl, embed, form, frameset, h1, h2, h3, h4, h5, h6, iframe, mejs-container, object, ol, p, table, ul {
	margin: 0 0 14px;
}

h1, h2 {
	margin: 0 0 24px;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, frameset, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	border: 0;
	background: 0 0;
}

blockquote, body {
	background: #002439;
}

body {
	font-family: "Lato",sans-serif !important;
	font-size: 15px;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

	body .wpac {
		font-family: "Lato",sans-serif !important;
	}

::-webkit-input-placeholder {
	color: #0e3b4f;
}

:-moz-placeholder {
	color: #0e3b4f;
}

::-moz-placeholder {
	color: #0e3b4f;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #0e3b4f;
}

a {
	text-decoration: none;
	outline: 0;
}

	a:hover, ins, u {
	}

img {
	border-style: none;
	height: auto;
	max-width: 100%;
}

input, select, textarea {
	font-size: 16px;
	color: #0e3b4f;
}

select {
	border: 2px solid #ebebeb;
	outline: none;
	background: transparent;
}

.nav-menu .items-list li, .post-password-form label, .wp-caption img, td, textarea, th {
	vertical-align: top;
}

input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
	margin: 0;
	-webkit-appearance: none;
	background: #fff;
	padding: 19px 22px 18px;
	border: 2px solid #ebebeb;
	outline: 0;
	width: 100%;
}

	input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
		border-color: #888;
	}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

textarea {
	resize: vertical;
	min-height: 120px;
	height: 120px;
	margin: 0 0 30px;
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
	font-weight: 600;
}

input[type=search], input[type=submit] {
	-webkit-appearance: none;
}

	input[type=search]::-webkit-search-cancel-button {
		-webkit-appearance: none;
	}

	input[type=search]::-webkit-search-decoration {
		display: none;
	}

input[type=email], input[type=file], input[type=password], input[type=tel], input[type=text], textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input[type=submit] {
	-webkit-border-radius: 0;
}

b, h1, h2, h3, h4, h5, h6, strong, th {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
}

h1 {
	font-size: 30px;
	line-height: 1.5;
}

h2 {
	font-size: 28px;
	line-height: 1.5;
}

.content h2 {
	font-weight: bold;
}

.product-detail-content h3 {
	font-size: 30px;
	text-align: center;
}

h3 {
	margin: 0 0 10px;
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
}

address, cite, dfn, em, i, var {
	font-style: italic;
}

del, s, strike {
	text-decoration: line-through;
}

blockquote, blockquote:after, blockquote:before, q, q:after, q:before {
	quotes: none;
}

blockquote {
	margin: 0;
	font-size: 22px;
	color: #ded9d3;
	padding: 40px;
}

	blockquote q {
		margin: 0 0 28px;
	}

	blockquote cite {
		text-align: right;
		font-style: normal;
	}

address {
	font-size: 16px;
	margin: 0;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

.content .bloggrid {
	margin-bottom: 20px;
}

	.content .bloggrid h2 {
		margin-bottom: 10px;
	}

		.content .bloggrid h2 a {
			text-decoration: none;
		}

	.content .bloggrid .title {
		padding: 10px;
	}

caption, table, tbody, td, tfoot, th, thead, tr {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	border: 1px solid #ccc;
	padding: 3px 7px;
	text-align: left;
}

th {
	border-color: #999;
	text-align: center;
	vertical-align: middle;
}

ul {
	margin-left: 1px;
}

ol, ul {
	padding-left: 0;
}

	ol ol, ol ul, ul ol, ul ul {
		padding-left: 3em;
		margin: 0;
	}

	ul > li {
		list-style-type: disc;
	}

dl {
	font-size: 16px;
}

	dl dt {
		float: left;
		clear: left;
		padding-right: 4px;
	}

.comment, .commentlist-holder, .widget {
	overflow: hidden;
}

.widget {
	margin-bottom: 14px;
}

	.widget ul {
		padding-left: 2em;
	}

	.widget select {
		min-width: 150px;
	}

#get-started, #header .tel {
	min-width: 170px;
	letter-spacing: 2px;
}

.comment-form input[type=text], .comment-form textarea, .search-form input[type=search] {
	margin: 0 4px 0 0;
	width: 300px;
}

.post-password-form input[type=password], .search-form input[type=search] {
	width: 150px;
}

.commentlist {
	margin: 0 0 14px;
}

	.commentlist .edit-link {
		margin: 0;
	}

.commentlist-item .commentlist-item {
	padding: 0 0 0 3em;
}

.review-cont {
	margin: 20px auto;
	padding: 0;
	max-width: 1000px;
}

.top-review-head {
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

	.top-review-head h2 {
		font-weight: bold;
		margin-bottom: 16px;
	}

	.top-review-head p {
	}

.wonder-review {
	padding: 20px;
	background: #f4f4f4;
	color: #6a6c77;
	margin-bottom: 20px;
}

.review-header {
}

.review-icon {
	position: relative;
	display: inline-block;
}

.review-letter {
	margin-right: 8px !important;
}

.review-verified {
	display: inline-block;
	color: rgba(255,255,255,1);
	position: absolute;
	left: 31px;
	top: 25px;
	padding: 3px;
	border: 2px solid #fff;
	background: #1cc286;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	speak: none;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	width: auto !important;
	z-index: 1;
}

	.review-verified:before {
		content: "";
		content: "";
		display: inline-block;
		font: normal normal normal 11px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

.review-header-element {
	padding-top: 2px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.review-name {
	color: #50a3b4;
	float: left;
	margin-right: 5px;
}

.review-verifiedtext {
	float: left;
}

	.review-verifiedtext span {
	}

.total-starts .review-stars .revieww-icon-star {
	font-size: 25px;
}

.total-starts {
	text-align: center;
	padding: 40px 0;
}

.totalratingcount {
	font-size: 24px;
	font-weight: bold;
	margin-right: 5px;
}

.total-starts .review-stars {
	display: inline-block;
}

.review-stars {
	margin-top: 3px;
}

.revieww-icon-star {
	display: inline-block;
	font: normal normal normal 15px/1 FontAwesome;
	font-size: inherit;
	font-size: 17px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #f5db5b;
	margin-right: 1px;
}

	.revieww-icon-star:before {
		content: "";
	}

	.revieww-icon-star.revieww-icon-star-half:before {
		content: "";
	}

.review-main {
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 53px;
}

.review-title {
	font-weight: bold;
	margin-bottom: 5px;
}

.review-wrapper {
}

.review-stars-top {
	display: inline-block;
}

.review-col-text {
}

.review-stars-top .revieww-icon-star {
	color: #f5db5b;
}

.review-top-total {
	display: block;
	margin-bottom: 15px;
	padding: 0;
}

@media only screen and (max-width: 767px) {
	.commentlist-item .commentlist-item {
		padding: 0;
	}

	.hero-static {
		display: block;
	}

		.hero-static .hero-image {
		}

		.hero-static .hero-caption {
			padding: 20px;
		}

			.hero-static .hero-caption .holder {
			}

			.hero-static .hero-caption h2 {
				margin-bottom: 15px;
				padding: 0;
			}

			.hero-static .hero-caption p {
			}

			.hero-static .hero-caption a.hero-btn {
				margin-bottom: 5px;
			}

				.hero-static .hero-caption a.hero-btn:hover {
				}
}

.commentlist-item .commentlist-item, .commentlist-item + .commentlist-item {
	padding-top: 14px;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 14px 4px 0;
}

.comment-form label {
	padding-bottom: 4px;
}

.comment-form textarea {
	padding: 3px 4px;
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.body-class-page-template-elementor_canvas .ct-countdown {
	display: none;
}

.productleft {
	font-size: 20px;
	color: red;
	font-weight: bold;
}

.widget_calendar #next {
	text-align: right;
}

.ct-countdown-cont {
	font-size: 22px;
}

.ct-text code {
	background: #fff;
	border: 1px solid #aaa;
	color: red;
	font-size: 22px;
	font-weight: bold;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.crop {
	height: 185px;
	overflow: hidden;
	background-color: #ebebeb;
}

	.crop img {
		height: auto;
		width: 100%;
	}

.navigation {
	overflow: hidden;
	margin: 0 0 14px;
}

	.navigation .next {
		float: left;
	}

	.navigation .prev {
		float: right;
	}

.wp-caption {
	max-width: 98%;
	clear: both;
	border: 1px solid #ccc;
	padding: 5px;
}

	.wp-caption p {
		margin: 10px 0 0;
	}

div.aligncenter {
	margin: 0 auto 14px;
}

.product-info-section .heading h1 {
	padding-top: 0;
	font-size: 26px;
}

img.aligncenter {
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 14px 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 14px;
}

#wrapper {
	width: 100%;
	background: #fff;
}

.content {
	min-height: calc(100vh - 238px);
}

#get-started {
	float: left;
	padding: 14px 5px;
	background: #f7e300;
	font-size: 16px;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	margin-right: 2px;
}

	#get-started:hover {
		text-decoration: none;
		color: #f7e300;
		background: 0 0;
	}

.started_container {
	position: fixed;
	top: 47%;
	z-index: 100;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	right: -149px;
}

#header {
	width: 100%;
	background: #fff;
}

	#header .header-holder {
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
		z-index: 20;
	}

	#header .holder {
		padding: 0 30px;
		padding: 15px 0;
		margin-left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

		#header .holder:after {
			clear: both;
		}

.logo {
	float: left;
}

.blog-container {
	padding: 20px 10px;
	font-size: 16px;
	max-width: 800px;
	margin: 0 auto;
}

	.blog-container .content h1 {
		margin-bottom: 0;
	}

	.blog-container .info {
		font-size: 14px;
		margin-bottom: 0;
	}

.logo a {
	height: 100%;
	display: block;
}

.logo img {
	width: 100%;
	height: auto;
	max-width: 350px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.logo img {
		height: auto;
		max-width: 265px;
		width: 100%;
	}
}

@media screen and (min-width: 768px ) {
	.logo img {
		image-rendering: -moz-crisp-edges;
		image-rendering: -o-crisp-edges;
		image-rendering: -webkit-optimize-contrast;
		image-rendering: crisp-edges;
		-ms-interpolation-mode: nearest-neighbor;
	}

	.body-class-home #header {
	}
}

#header .tel {
	float: right;
	clear: right;
	font-size: 17px;
	padding: 13px 10px;
	background: #f7e300;
	margin: 0 0 32px;
	text-align: center;
}

#header .slogan {
	float: right;
	clear: right;
	font-size: 24px;
}

#nav {
	padding: 0 30px 0 8px;
	position: relative;
	bottom: -20px;
}

	#nav:after {
		clear: both;
	}

	#nav .nav-slide {
		display: block;
		float: left;
		width: 100%;
	}

		#nav .nav-slide .social-networks {
			display: none;
		}

	#nav > .nav-slide ul > li > a {
		color: #666360;
		text-decoration: none;
	}

	#nav ul > li > a:hover {
		color: #75736e;
		text-decoration: none;
	}

	#nav .nav-menu > li > a:hover, #nav ul.items-list > li > a:hover, #sidebar .menu .active a, #sidebar .menu a:hover, .add-list a:hover, .btn-dark:hover, .btn-light:hover, .btn-white-2:hover, .btn-white:hover, .btn:hover, .nav-menu > .has-drop.hover > a, .paging a:hover, .product-bar .active h2, .product-bar a:hover, .product-bar a:hover h2, .product-list a:hover, .steps-bar a:hover, .steps-holder .content-bar .active a, .steps-holder .content-bar a:hover, .tab-content-2 dl a, .tabset .active a, .tabset a:hover, .team-list a:hover {
		text-decoration: none;
	}

.nav-menu, .nav-menu > li {
	float: left;
}

	.nav-menu > li > a {
		display: block;
		padding: 21px 10px 22px;
		min-width: 128px;
		font-size: 17px;
		text-align: center;
	}

.wpcf7-form span.wpcf7-not-valid-tip {
}

.wpcf7-form div.wpcf7-validation-errors {
	padding: 7px;
}

.nav-menu .drop {
	position: absolute;
	background-color: #ebebeb;
	z-index: 50;
	top: 45px;
	left: 0;
	width: 100%;
	color: #ded9d3;
	overflow: hidden;
	padding: 36px 30px;
	text-align: left;
	display: none;
	border: 1px solid #75736d;
	font-size: 14px;
}

.nav-menu > .has-drop:hover .drop {
	display: block;
}

.nav-menu .drop .col {
	float: left;
	width: 17%;
	padding: 0 29px 0 0;
}

.nav-menu h2 {
	font-size: 22px;
	margin: 0 0 16px;
	border-bottom: 1px solid #75736e;
	padding: 0 0 9px;
	font-weight: normal;
}

#nav .nav-menu .items-list {
	margin: 0 -12px;
	padding: 37px 0 0;
	float: right;
}

.nav-menu .list + h2 {
	padding-top: 22px;
}

.nav-menu .items-list li {
	display: inline-block;
	padding: 0 15px 15px;
	margin: 0 -4px 0 0;
	width: 300px;
}

	.nav-menu .items-list li.large {
		width: 400px;
	}

.nav-menu .items-list .img-holder {
	height: 230px;
	overflow: hidden;
	text-align: center;
}

.nav-menu .items-list img {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	width: auto;
	margin: 0 -9999px;
	opacity: .9;
}

.nav-menu .items-list li a:hover img {
	opacity: 1;
}

.nav-menu .items-list h2 {
	background: #ded9d3;
	color: #002439;
	margin: 0;
	padding: 15px 20px;
}

.nav-menu .items-list li a:hover h2 {
	background: #cec7be;
}

.nav-menu .drop .list {
	margin: 0;
	padding: 0;
}

	.nav-menu .drop .list li {
		list-style: none;
		margin: 0 0 9px;
	}

.nav-menu .drop a {
	color: #032a40;
}

	.nav-menu .drop a:hover {
		color: #75736e;
		text-decoration: none;
	}

#nav .social-networks {
	float: right;
	padding: 16px 0;
}

	#nav .social-networks li {
		float: left;
		margin: 0 0 0 15px;
	}

	#nav .social-networks a {
		display: block;
		width: 29px;
		height: 29px;
		border-radius: 50%;
		overflow: hidden;
		text-indent: -9999px;
	}

.cycle-gallery, .cycle-gallery .mask {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.body-class-home .gallery-holder {
	margin: 0 auto;
	max-width: 1200px;
	padding-top: 0;
}

#nav .social-networks .facebook a {
	background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/themes/watsonblindsawnings/images/sprite.png") no-repeat;
}

	#nav .social-networks .facebook a.nitro-lazy {
		background-image: none !important;
	}

#nav .social-networks .twitter a {
	background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/themes/watsonblindsawnings/images/sprite.png") -37px 0 no-repeat;
}

	#nav .social-networks .twitter a.nitro-lazy {
		background-image: none !important;
	}

#nav .social-networks .vimeo a {
	background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/themes/watsonblindsawnings/images/sprite.png") -73px 0 no-repeat;
}

	#nav .social-networks .vimeo a.nitro-lazy {
		background-image: none !important;
	}

#nav .social-networks .facebook a:hover {
	background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/themes/watsonblindsawnings/images/sprite.png") 0 -36px no-repeat;
}

	#nav .social-networks .facebook a:hover.nitro-lazy {
		background-image: none !important;
	}

#nav .social-networks .twitter a:hover {
	background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/themes/watsonblindsawnings/images/sprite.png") -37px -36px no-repeat;
}

	#nav .social-networks .twitter a:hover.nitro-lazy {
		background-image: none !important;
	}

#nav .social-networks .vimeo a:hover {
	background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/themes/watsonblindsawnings/images/sprite.png") -73px -36px no-repeat;
}

	#nav .social-networks .vimeo a:hover.nitro-lazy {
		background-image: none !important;
	}

.gallery-holder:after {
	display: block;
	clear: both;
}

.cycle-gallery {
	float: left;
	clear: both;
}

	.cycle-gallery .slideset {
		width: 99999px;
		float: left;
	}

	.cycle-gallery .slide {
		float: left;
		position: relative;
		height: 420px;
		z-index: 1;
	}

		.cycle-gallery .slide.active {
			z-index: 2;
		}

.bg-stretch {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 70%;
	z-index: -1;
}

	.bg-stretch img {
		max-width: none;
		max-width: 100%;
		width: 100%;
		margin-top: 0 !important;
		height: 100% !important;
		margin-left: 0 !important;
	}

.bgfull-stretch {
}

	.bgfull-stretch img {
		height: auto;
		display: block;
		width: 100%;
	}

.cycle-gallery .caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
}

	.cycle-gallery .caption .holder {
		max-width: 1070px;
		margin: 0 auto;
		padding: 0;
		display: table;
		width: 100%;
		height: 100%;
		vertical-align: middle;
		text-align: right;
	}

	.cycle-gallery .caption .frame {
		display: table-cell;
		vertical-align: middle;
		text-align: right;
		padding: 0 0 56px;
	}

		.cycle-gallery .caption .frame > div {
			display: inline-block;
			width: 305px;
			text-align: left;
		}

.btn, .btn-light {
	display: inline-block;
	padding: 6px 10px 4px;
	text-align: center;
	vertical-align: top;
}

.cycle-gallery h2 {
	font-size: 30px;
	margin: 0 0 15px;
	max-width: 270px;
	font-weight: bold;
}

.cycle-gallery p {
}

.btn {
	background: #75736d;
	border-radius: 0;
	border: 0;
	font-size: 14px;
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	color: #fff;
	font-weight: 500;
}

	.btn:hover {
		color: #ded9d3;
		background: #002439;
	}

.btn-light {
	border: 2px solid #fff;
	font-size: 14px;
	background: transparent;
	color: #fff;
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

	.btn-light:hover {
		background: #ded9d3;
		color: #002439;
	}

@media screen and (min-width: 768px) {
	.cycle-gallery {
		padding: 0 70px;
	}

		.cycle-gallery p {
			margin: 0 0 1rem;
		}
}

@media screen and (min-width: 980px) {
	.cycle-gallery p {
		margin: 0 0 2rem;
		max-width: 245px;
	}

	.cycle-gallery .caption .holder {
		padding: 40px 15px;
	}
}

.body-class-page-template-template-contact #map1 h2 {
	display: none;
}

.body-class-page-template-template-contact .map-holder {
	height: auto !important;
	position: relative;
}

#contact-info-section {
	background-color: #042b40;
	padding: 35px 30px;
	color: #fff;
	position: relative;
	top: 0;
	min-width: 300px;
	right: 0;
	max-width: 100%;
	bottom: 0;
	text-align: center;
}

	#contact-info-section h1 {
		margin: 0;
	}

	#contact-info-section a {
		color: #fff;
	}

	#contact-info-section .widget {
		margin: 0 0 15px;
	}

.body-class-page-template-template-contact .content .container {
	padding: 0;
}

@media screen and (min-width: 992px) {
	#contact-info-section {
		position: absolute;
	}

	.body-class-page-template-template-contact #map1 {
		height: 380px;
	}
}

@media screen and (max-width: 767px) {
	.body-class-page-template-template-contact .address-hidden {
		display: none;
	}

	.product-info-section .heading h1 {
		font-size: 23px;
	}

	#appform {
		padding-top: 30px;
	}
}

.map-section-container .img-area-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 25px 0 35%;
	margin-bottom: 25px;
}

.map-section-container .map-section {
	height: 100%;
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
}

.wp-google-place {
	display: none !important;
}

.map-section-container .map-section-title h2 {
	border-top: 1px solid #7a7772;
	color: #00243a;
	margin-bottom: 25px;
	margin-top: 5px;
	padding-top: 25px;
	text-align: center;
}

.google-reviews-section .greviewtitle {
	margin-bottom: 25px;
	margin-top: 0;
	padding-top: 0;
	text-align: center;
}

.wp-google-content-inner .wp-google-reviews {
	display: flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.wp-google-content-inner .wp-google-review {
	width: 100% !important;
}

@media screen and (min-width: 600px) {
	.wp-google-content-inner .wp-google-review {
		width: 50% !important;
	}
}

@media screen and (min-width: 992px) {
	.wp-google-content-inner .wp-google-review {
		width: 33.3333% !important;
	}
}

@media screen and (min-width: 1200px) {
	.wp-google-content-inner .wp-google-review {
		width: 20% !important;
	}
}

#main, .review-holder {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.main-holder {
	position: relative;
	z-index: 2;
	padding: 0;
}

.review-holder {
	padding: 0 10px;
	padding-bottom: 25px;
	border-bottom: 1px solid #7a7772;
}

.secure-title strong {
	display: block;
	margin-left: 50px;
	line-height: 27px;
	padding-top: 14px;
}

.internal-box, .internal-section {
	position: relative;
}

.map-img {
	width: 100%;
	padding-bottom: 25px;
}

.map-holder .map-img {
}

.map-img img {
	width: 100%;
}

.our-partners {
	padding: 30px 0px;
}

.our-partners-title h2 {
	color: #00243a;
	font-size: 32px;
	margin-top: 5px;
	font-weight: 500;
	margin-bottom: 0;
	text-align: center;
}

.partners-img-outer {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	margin: auto;
}

.partners-img {
	padding: 50px 20px;
}

	.partners-img > img {
		margin: auto;
		max-width: 100%;
	}

.main-holder .heading {
	font-size: 23px;
	color: #00243a;
	text-align: center;
	margin: 0 auto 40px;
	width: 100%;
}

.headline {
	padding: 0;
	text-align: center;
	padding-bottom: 25px;
	padding-top: 25px;
}

body .headline h2 {
	font-size: 17px;
	color: #00243a;
	text-align: center;
	margin: 0 auto;
	font-weight: normal;
	width: 100%;
	padding-bottom: 25px;
}

.headline h5 {
	font-size: 18px;
	color: #00243a;
	text-align: center;
	margin: 0 auto;
	font-weight: normal;
	width: 100%;
}

.main-holder .heading .slogan-info {
	padding-bottom: 25px;
	margin-bottom: 25px;
	background: #00243a;
	padding-top: 1em;
	color: white;
}

.main-holder .heading .inner-heading {
	line-height: 1.2;
	margin: auto;
	max-width: 800px;
}

.internal-box {
	overflow: hidden;
}

	.internal-box .img-area {
		float: left;
		width: 58%;
		overflow: hidden;
		text-align: center;
		position: relative;
	}

		.internal-box .img-area .map-section {
			width: 100%;
			height: 100%;
		}

	.internal-box .team-box.img-area {
		background: #cec7bf;
	}

	.internal-box .img-girl {
		position: absolute;
		bottom: 0;
		right: 6%;
		width: 43%;
		height: auto !important;
	}

.readmorelink {
	padding-top: 10px;
}

	.readmorelink a {
		display: inline-block;
		background: #03263a;
		padding: 3px 10px;
		color: white;
	}

.internal-box:nth-child(2n) .img-area {
	float: right;
}

.internal-box .img-area img {
	display: block;
}

.internal-box .img-area .title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	white-space: nowrap;
	text-align: center;
}

	.internal-box .img-area .title:after {
		display: inline-block;
		vertical-align: middle;
		width: 1px;
		height: 100%;
		overflow: hidden;
		margin: 0 0 0 -5px;
	}

	.internal-box .img-area .title h1 {
		display: inline-block;
		vertical-align: middle;
		white-space: normal;
		width: 100%;
		font-size: 40px;
		margin: 0;
		color: #fff;
		opacity: 0;
		-webkit-transition: opacity .3s ease-in-out;
		-o-transition: opacity .3s ease-in-out;
		transition: opacity .3s ease-in-out;
	}

.internal-box .caption {
	float: left;
	width: 42%;
	position: relative;
	z-index: 5;
	padding: 80px 50px 80px 40px;
	background: #ebebeb;
	font-size: 14px;
}

	.internal-box .caption.form-box {
		padding-bottom: 70px;
	}

.internal-box h2 {
	font-size: 30px;
	margin: 0 0 15px;
}

.internal-box .caption p {
	margin: 0 0 20px;
	max-width: 245px;
}

.body-class-home .internal-box .btn {
	background-color: #fdd503;
	border-color: #fdd503;
	color: #003145;
	font-size: 15px;
	margin-top: 6rem;
	font-weight: 600;
	padding: 8px 20px;
}

	.body-class-home .internal-box .btn:hover {
		background: #ded9d3 none repeat scroll 0 0;
		color: #002439;
		border-color: #ded9d3;
	}

.internal-box .btn {
	margin-top: 3rem;
}

.internal-box.with-opacity img {
	opacity: 1;
}

.internal-box.with-opacity .img-area a {
	display: block;
	background: #002439;
}

	.internal-box.with-opacity .img-area a:hover img {
		opacity: .4;
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	.internal-box.with-opacity .img-area a:hover h1 {
		opacity: 1;
	}

.internal-section .img-area .locations {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	font-size: 26px;
	padding: 22px 5px;
	min-width: 195px;
	background: #ded9d3;
}

.product-section {
	display: flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 -15px;
	padding-top: 25px;
}

.product-items.grid-format {
	overflow: hidden;
	padding: 0 15px;
	width: 100%;
	margin-bottom: 30px;
}

.product-items-inner {
	background-color: #ebebeb;
	height: auto;
}

.product-items.grid-format .product-info {
	padding: 20px 20px 25px 20px;
}

	.product-items.grid-format .product-info h2 {
		margin-bottom: 10px;
		font-weight: 500;
		font-size: 20px;
		padding-top: 0;
	}

	.product-items.grid-format .product-info .product-excerpt {
		height: 90px;
		overflow: hidden;
	}

		.product-items.grid-format .product-info .product-excerpt p {
			margin-bottom: 0;
		}

.product-items.grid-format .img-section {
	display: block;
	overflow: hidden;
	height: 185px;
}

	.product-items.grid-format .img-section > a, .product-items.grid-format .img-section img {
		display: block;
		max-width: 100%;
		height: 100%;
		width: 100%;
	}

@media screen and (min-width: 600px) {
	.product-items.grid-format {
		width: 50%;
	}
}

@media screen and (min-width: 992px) {
	.product-items.grid-format {
		width: 33.3333%;
	}

	.our-partners {
		padding: 2vw 0vw;
	}
}

.info-holder-section {
	text-align: center;
	padding: 0 10px;
}

	.info-holder-section h2 {
		margin-bottom: 0;
		border-top: 1px solid #7a7772;
		margin-top: 0;
		padding-top: 0;
		padding: 25px 0;
		color: #00243a;
		font-size: 23px;
		font-weight: 500;
	}

.desktop-hidden {
	display: none;
}

.info-holder {
	padding: 34px 10px 37px;
	background: #f7e300;
	font-size: 24px;
	line-height: 26px;
}

	.info-holder .holder {
		overflow: hidden;
		width: 96%;
		margin: 0 auto;
		vertical-align: middle;
		max-width: 1013px;
	}

		.info-holder .holder p {
			margin: 8px 0;
			display: inline-block;
			vertical-align: middle;
		}

	.info-holder .btn {
		float: right;
		margin: 0 39px 0 0;
	}

.video-box .video-area {
	float: right;
	width: 60%;
	position: relative;
}

.video-box .play-btn {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin: -50px 0 0 -39px;
	background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/themes/watsonblindsawnings/images/btn-play.png") no-repeat;
	opacity: .8;
}

	.video-box .play-btn.nitro-lazy {
		background-image: none !important;
	}

.video-area .play-btn:hover {
	opacity: 1;
}

.video-box .video-area img {
	display: block;
	width: 100%;
}

.video-box .caption {
	background: #0e3b4f;
	color: #fff;
	width: 40%;
}

.video-box #video {
	position: absolute;
	left: 0;
	top: 0;
}

.video-box.video-active #video {
	position: static;
}

.video-box.video-active .video-holder {
	display: none;
}

@media screen and (min-width: 992px) {
	.video-box .video-area {
		width: 65%;
	}

	.video-box .caption {
		background: #032a40;
		color: #fff;
		width: 35%;
	}
}

.send-form .row:after, .send-form:after {
	content: "";
	clear: both;
}

.btn-white, .news-bar li, .partners-list li, .product-list li, .tabset li, .team-list li {
	vertical-align: top;
}

.internal-box .download-form h2 {
	margin: 0 0 17px;
}

.download-form .row {
	position: relative;
}

.download-form .check-row {
	overflow: hidden;
	margin: -9px 0 27px;
}

.download-form .form-control {
	width: 100%;
	background-color: #fff;
	font-size: 13px;
	padding: 16px 18px;
	border: 2px solid #ebebeb;
	outline: 0;
	margin-bottom: 10px;
	box-shadow: none;
}

.alm-reveal {
	text-align: center;
	width: 100%;
}

.download-form .form-control:focus {
	outline: none;
}

.paging .next, .tabset li + li {
	border-left: 2px solid #f3f1ea;
}

.internal-box .download-form .btn {
	position: static !important;
}

.download-form .align-right {
	position: absolute;
	top: 6px;
	right: -64px;
	width: 225px;
	height: 268px !important;
}

.internal-box .request {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #e9e5df;
	font-size: 20px;
	text-align: center;
	padding: 20px 5px;
}

.internal-box .text {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 54%;
	padding: 44px 36px 100px;
	text-align: left;
	height: 100%;
	font-size: 22px;
}

.internal-box blockquote.caption {
	background: #002439;
}

.internal-box .img-area .marker {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 5;
	background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/themes/watsonblindsawnings/images/marker.png") no-repeat;
	width: 44px;
	height: 56px;
	top: 40%;
	right: 30%;
}

	.internal-box .img-area .marker.nitro-lazy {
		background-image: none !important;
	}

.main-container {
	overflow: hidden;
}

.brochure-content {
	max-width: 700px;
	margin: 0 auto;
	padding: 0 20px;
}

.brochure-title {
	text-align: center;
}

.brochure-content .gform_footer {
}

.container {
	padding: 0 30px;
}

.content {
}

.team-title {
	text-align: center;
}

.content h1 {
	margin: 0 0 25px;
	padding-top: 20px;
}

.content .headline h1 {
	margin-bottom: 5px;
}

.content h1.fabric-single {
	padding-top: 25px;
}

.content-holder-inner .page-title h1 {
	font-size: 27px;
}

.cycle-gallery-2 {
	position: relative;
	padding: 0;
}

	.cycle-gallery-2 .mask {
		position: relative;
		overflow: hidden;
		width: 100%;
	}

	.cycle-gallery-2 .slideset {
		overflow: hidden;
		width: 99999px;
	}

	.cycle-gallery-2 .slide {
		position: relative;
		float: left;
		width: 100%;
		height: 450px;
	}

		.cycle-gallery-2 .slide.active {
			z-index: 2;
		}

	.cycle-gallery-2 .pagination {
		position: absolute;
		z-index: 10;
		right: 60px;
		left: 60px;
		bottom: 30px;
	}

		.cycle-gallery-2 .pagination ul {
			margin: 0;
			padding: 0;
			text-align: right;
			font-size: 0;
			line-height: 0;
			letter-spacing: -4px;
		}

.add-list li, .btn-white, .paging a, .partners-list li, .tabset li {
	text-align: center;
}

.cycle-gallery-2 .pagination li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 12px;
}

.cycle-gallery-2 .pagination a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 8px;
	height: 8px;
	background: rgba(243,241,241,.8);
}

	.cycle-gallery-2 .pagination .active a, .cycle-gallery-2 .pagination a:hover {
		background: #002439;
	}

.download-form .wpcf7-form-control.wpcf7-submit {
	padding: 12px 35px 9px;
	font-size: 14px;
}

@media screen and (min-width: 768px) {
	.content .c1 {
		width: calc(100% - 300px);
		overflow: hidden;
	}

	.download-form .form-control {
		font-size: 16px;
	}
}

@media screen and (min-width: 992px) {
	.cycle-gallery-2 {
		padding: 0 70px;
	}
}

.content .content-holder {
	padding: 0px 30px 0;
}

.content .content-wrap {
	padding: 0 30px;
}

.content p.title {
	font-size: 18px;
	margin: 0 0 25px;
}

.partners-list {
	margin: 0 auto;
	padding: 37px 0 0;
	max-width: 750px;
}

	.partners-list li {
		list-style: none;
		display: inline-block;
		padding: 0 25px 85px;
		width: 25%;
		margin: 0 -4px 0 0;
	}

	.partners-list a {
		display: block;
	}

	.partners-list img {
		display: block;
		height: auto;
		max-width: 100%;
	}

.article-content .column {
	width: 100% !important;
}

.article-content img {
	display: block;
	width: 100%;
	margin: 0 0 20px;
}

#sidebar {
	float: right;
	width: 300px;
	margin-bottom: 30px;
	padding: 40px 35px 0;
	background: #f8f8f8;
	height: auto !important;
}

	#sidebar .menu {
		margin: 0;
		padding: 0 0 36px;
	}

		#sidebar .menu li {
			list-style: none;
			font-size: 16px;
			margin: 0 0 18px;
		}

		#sidebar .menu a {
			color: #0e3b4f;
		}

			#sidebar .menu .active a, #sidebar .menu a:hover {
				color: #a09992;
			}

.news-bar {
	margin: 0;
	padding: 0 15px;
	display: flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.news-list-wrapper {
	height: 100%;
	background-color: #ebebeb;
}

.news-bar li {
	display: inline-block;
	width: 50%;
	margin: 0 -4px 0 0;
	padding: 0 15px 30px;
}

.news-bar .img-area img, .news-img {
	display: block;
	width: 100%;
	height: auto;
}

.news-bar .img-area {
	overflow: hidden;
	text-align: center;
}

	.news-bar .img-area img {
		opacity: .9;
	}

.news-bar .caption {
	padding: 17px 22px 21px;
}

.news-bar li:hover .img-area img {
	opacity: 1;
}

.news-bar li:hover .news-list-wrapper {
	background: #ded9d3;
}

.news-bar header {
	overflow: hidden;
	padding: 0 0 7px;
	display: flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.news-bar h2 {
	margin: 0;
	width: calc(100% - 60px);
}

.news-bar time {
	color: #a09992;
	font-size: 15px;
	text-align: right;
	width: 60px;
}

.news-bar p {
	margin: 0 0 8px;
}

.news-bar .more {
}

.paging {
	overflow: hidden;
	margin: 90px 80px 40px 0px;
	background: #edeae3;
}

	.paging a {
		padding: 22px 5px;
		min-width: 172px;
	}

	.paging .prev {
		float: left;
		border-right: 2px solid #f3f1ea;
	}

	.paging .next {
		float: right;
	}

	.paging a:hover {
		background: #e9e5df;
	}

.aligncenter {
	text-align: center;
}

.team-list {
	margin: 0;
	padding: 0 15px;
	display: flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

	.team-list li {
		display: inline-block;
		margin: 0 -4px 0 0;
		padding: 0 15px 30px;
		width: 25%;
	}

		.team-list li a {
			height: 100%;
			overflow: hidden;
		}

	.add-list a, .send-form .row:after, .send-form:after, .team-list a, .team-list img {
		display: block;
	}

	.team-list img {
		width: 100%;
		height: auto;
	}

	.team-list header, .team-list .people-info {
		background: #ebebeb;
		padding: 17px 23px;
		height: 100%;
	}

	.team-list a:hover header, .team-list a:hover .people-info {
		background: #cec7bf;
	}

	.team-list h2 {
		margin: 0 0 3px;
		color: #003145;
	}

	.team-list span {
		color: #003145;
	}

.send-form {
	position: relative;
	width: 100%;
	margin: 0;
}

	.send-form .row {
	}

	.send-form .col {
	}

.contactshow {
	padding: 10px;
}

.map-section-title {
	text-align: center;
}

.map-holder {
	position: relative;
	overflow: hidden;
	margin: 0 0 25px;
	margin-top: 25px;
}

	.map-holder h2 {
		padding: 0 30px;
	}

	.map-holder img {
		display: block;
		width: 100%;
		height: auto;
	}

	.map-holder .marker {
		position: absolute;
		z-index: 5;
		top: 37%;
		right: 33%;
		background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/themes/watsonblindsawnings/images/marker.png") no-repeat;
		width: 44px;
		height: 56px;
	}

		.map-holder .marker.nitro-lazy {
			background-image: none !important;
		}

.add-list {
	margin: 0;
	padding: 0 15px;
	overflow: hidden;
}

	.add-list li {
		list-style: none;
		float: left;
		width: 50%;
		padding: 0 15px 40px;
		font-size: 18px;
		letter-spacing: 2px;
	}

	.add-list a {
		padding: 20px 5px;
		background: #ded9d3;
		color: #b0b0ae;
	}

	.add-list .active a {
		color: #002439;
	}

	.add-list a:hover {
		background: #cec7bf;
	}

.widget {
	margin: 0 0 0px;
}

	.widget h2 {
		margin: 0 0 25px;
		color: #0e3b4f;
	}

.address-hidden {
	display: none;
}

.content h1.title {
	margin: 0 0 20px;
}

.product-detail-items h3 {
	font-size: 30px;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 25px;
	padding-top: 25px;
	font-weight: 600;
	line-height: 1.4;
}

.product-detail-items .elm-wrapper {
	border-bottom: 1px solid #7a7772;
	margin-bottom: 25px;
	margin-top: 0;
	padding-bottom: 25px;
}

.elm-wrapper .elm-button {
	background: #ffd405 none repeat scroll 0 0;
	display: inline-block;
	letter-spacing: .6px;
	padding: 8px 40px 7px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .1s ease-in-out 0s;
	vertical-align: middle;
	color: #003145;
	border: none;
}

	.elm-wrapper .elm-button:hover, .elm-wrapper .elm-button:active, .elm-wrapper .elm-button:focus {
		background: #002439 none repeat scroll 0 0;
		color: #fff;
	}

.product-list {
	margin: 0 -16px 0 -15px;
	padding: 0;
	display: flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	text-align: c;
	text-align: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
}

	.product-list li {
		display: inline-block;
		margin: 0 -4px 0 0;
		padding: 0 15px 30px;
		width: 100%;
	}

	.product-list h2, .tabset {
		margin: 0;
	}

	.product-list a {
		display: block;
		overflow: hidden;
	}

	.product-list img {
		display: block;
		width: 100%;
		height: auto;
		opacity: .9;
	}

	.product-list header {
		position: relative;
		overflow: hidden;
		padding: 9px 0;
	}

.fcimgwrap .fcimgtext {
	position: absolute !important;
	bottom: 10px;
	width: 100%;
	left: 0;
	text-align: center;
}

.fcimgwrap {
	position: relative;
}

	.fcimgwrap .fcimgtext a {
		color: #fff;
		color: #fff;
		text-transform: uppercase;
		font-size: 12px;
		padding: 5px 10px;
		display: inline-block;
		background: rgba(0,0,0,.48);
	}

.product-list header h2 {
	font-size: 16px;
	font-weight: normal;
}

.product-list .img-area {
	background: #002439;
}

.product-list li:hover img {
	opacity: 1;
}

.product-list li:hover header {
	color: #666360;
}

@media screen and (min-width: 600px) {
	.product-list li {
		width: 50%;
	}
}

@media screen and (min-width: 768px) {
	.product-list li {
		width: 33.3333%;
	}
}

@media screen and (min-width: 992px) {
	.product-list li {
		width: 16.6667%;
	}
}

@media screen and (min-width: 1200px) {
	.product-list li {
		width: 18.6667%;
	}
}

.product-detail-content > ul {
	padding-left: 15px;
	text-align: left;
	max-width: 970px;
	margin: auto;
}

.btn-white {
	background: #edeae3;
	display: inline-block;
	text-transform: none;
	padding: 22px 5px;
}

.btn-dark, .btn-white-2, .btn-yellow {
	text-transform: uppercase;
	text-align: center;
}

.btn-white:hover {
	background: #e9e5df;
}

.btn-white.large {
	display: block;
}

.tab-holder {
	overflow: hidden;
	padding: 48px 0;
}

.tabset {
	padding: 0;
	background: #edeae3;
}

	.tabset li {
		display: inline-block;
		list-style: none;
		margin: 0 -4px 0 0;
		min-width: 175px;
		font-size: 18px;
	}

	.tabset a {
		display: block;
		padding: 22px 5px;
		color: #c3c3c0;
	}

		.tabset .active a, .tabset a:hover {
			color: #002439;
		}

.tab-content {
	padding: 16px 0;
}

	.tab-content .list {
		margin: 0;
		padding: 0;
	}

		.tab-content .list li {
			list-style: none;
			margin: 0 0 7px;
		}

			.tab-content .list li a:after {
				display: none;
			}

.tabset .tab-content {
	background: #f5f3ed;
	padding: 20px 0;
}

	.tabset .tab-content li {
		background: 0 0;
		font-size: 12px !important;
	}

.btn-dark, .btn-yellow {
}

.tabset .tab-content li a {
	display: inline-block !important;
	vertical-align: middle;
	padding: 0;
}

.tab-content .list li:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.isotope:after, .steps-aside .steps-list li:before, .steps-bar a:before {
	content: "";
}

.widget .downloads-list {
	margin: 0;
	padding: 0;
}

.downloads-list li {
	list-style: none;
	margin: 0 0 10px;
}

.canberra-hospital .btn-dark {
	float: none;
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	.canberra-hospital .btn-dark {
		padding: 10px;
	}
}

.btn-dark {
	background: #0e3b4f;
	color: #fff;
	display: inline-block;
	letter-spacing: 1px;
	margin-bottom: 15px;
	max-width: 145px;
	padding: 17px 40px;
	vertical-align: top;
}

	.btn-dark:hover {
		color: #0e3b4f;
		background: #fdd501;
	}

.downloads-list a {
	display: block;
}

.btn-yellow {
	display: inline-block;
	vertical-align: top;
	background: #f7e300;
	padding: 15px 5px;
}

.widget .more-info {
	display: block;
}

.steps-holder {
	overflow: hidden;
}

.steps-bar {
	margin: 0;
	padding: 35px 32px;
	background: #ded9d3;
	overflow: hidden;
}

	.steps-bar li {
		list-style: none;
		float: left;
		font-size: 19px;
		margin: 0 13px 0 0;
		min-width: 160px;
	}

	.steps-bar a {
		float: left;
	}

		.steps-bar a:before {
			float: left;
			width: 20px;
			height: 20px;
			margin: 0 10px 0 0;
			border: 3px solid #f3f1ea;
			border-radius: 50%;
		}

.send-form .disable {
	opacity: .3;
}

.send-form .error input[type=email], .send-form .error input[type=tel], .send-form .error input[type=text] {
	border: 1px solid red !important;
}

.steps-bar .active a:before, .steps-bar .selected a:before, .steps-bar a:hover:before {
	background: #002439;
}

.steps-holder .step-content {
	padding: 46px 30px;
}

.step-content .step-tab {
	position: absolute;
	left: -9999px;
}

	.step-content .step-tab.active {
		position: static;
		left: 0;
	}

.content .steps-holder h1 {
	margin: 0 0 31px;
}

.steps-holder .content-bar {
	margin: 0 -15px 30px;
	padding: 0;
}

	.steps-holder .content-bar li {
		display: inline-block;
		vertical-align: top;
		margin: 0 -4px 0 0;
		padding: 0 15px;
		width: 33.3%;
	}

	.steps-holder .content-bar a {
		display: block;
	}

	.steps-holder .content-bar label {
		display: block;
		cursor: pointer;
	}

	.steps-holder .content-bar img {
		display: block;
		width: 100%;
		opacity: 1;
	}

	.steps-holder .content-bar .active img, .steps-holder .content-bar a:hover img {
		opacity: 1;
	}

	.steps-holder .content-bar header {
		overflow: hidden;
		background: #ded9d3;
		padding: 14px 16px;
	}

	.steps-holder .content-bar h2 {
		display: inline-block;
		vertical-align: middle;
		margin: 0;
		line-height: 30px;
		color: #b0b0ae;
	}

	.steps-holder .content-bar .active h2, .steps-holder .content-bar a:hover h2 {
		color: #002439;
	}

.steps-holder .jcf-checkbox {
	float: right;
	margin: 0;
	width: 32px;
	height: 32px;
	background: 0 0;
	border-radius: 50%;
}

	.steps-holder .jcf-checkbox span {
		background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/themes/watsonblindsawnings/images/checkbox.png") no-repeat;
		background-size: 100%;
		width: 32px;
		height: 32px;
		position: static;
	}

		.steps-holder .jcf-checkbox span.nitro-lazy {
			background-image: none !important;
		}

.product-bar {
	margin: 0 -15px;
	padding: 0 98px 0 0;
}

	.product-bar li {
		display: inline-block;
		vertical-align: top;
		margin: 0 -4px 0 0;
		padding: 0 15px 20px;
		width: 25%;
	}

	.product-bar a {
		display: block;
		position: relative;
		z-index: 1;
	}

	.product-bar label {
		display: block;
		cursor: pointer;
	}

	.product-bar .img-area {
		background: #0c4567;
		opacity: .3;
	}

	.product-bar .active .img-area, .product-bar a:hover .img-area {
		opacity: 1;
	}

	.product-bar .img-area img {
		display: block;
		width: 100%;
		z-index: -1;
	}

	.product-bar h2 {
		font-size: 17px;
		line-height: 20px;
		padding: 10px 15px;
		background: #ded9d3;
		color: #b0b0ae;
		margin: 0;
	}

	.product-bar .active h2, .product-bar a:hover h2 {
		color: #002439;
	}

	.product-bar .jcf-checkbox {
		position: absolute;
		top: 10px;
		right: 8px;
		z-index: 5;
		width: 24px;
		height: 24px;
		background: 0 0;
		border-radius: 50%;
	}

		.product-bar .jcf-checkbox span {
			background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/themes/watsonblindsawnings/images/checkbox.png") no-repeat;
			background-size: 100%;
			width: 24px;
			height: 24px;
			position: static;
		}

			.product-bar .jcf-checkbox span.nitro-lazy {
				background-image: none !important;
			}

.preferred-list {
	margin: 0 -15px;
	padding: 0;
}

	.preferred-list li {
		display: inline-block;
		vertical-align: top;
		margin: 0 -4px 0 0;
		padding: 0 15px 30px;
		width: 50%;
	}

	.preferred-list a {
		display: block;
		position: relative;
	}

	.preferred-list .map-area {
		opacity: .3;
	}

	.preferred-list a:hover .map-area, .preferred-list li.active .map-area {
		opacity: 1;
	}

.content h1.blog-title {
	padding-top: 25px;
}

.preferred-list .map-area img {
	display: block;
	width: 100%;
}

.preferred-list .jcf-checkbox {
	float: right;
}

.preferred-list header {
	padding: 14px 15px 15px 22px;
	background: #ded9d3;
	overflow: hidden;
}

.preferred-list h2 {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	color: #b3b3b1;
	line-height: 32px;
}

.btn-white-2, .preferred-list .active h2, .preferred-list a:hover h2 {
	color: #002439;
}

.steps-holder .btn-wrap {
	overflow: hidden;
	padding: 0 30px;
	max-width: 830px;
}

	.steps-holder .btn-wrap .btn-submit {
		float: right;
		min-width: 240px;
		padding: 19px 5px;
	}

	.steps-holder .btn-wrap .btn-next, .steps-holder .btn-wrap .btn-prev {
		display: inline-block;
		vertical-align: top;
		min-width: 120px;
		margin: 0 26px 0 0;
		padding: 19px 5px;
	}

.btn-white-2 {
	display: inline-block;
	vertical-align: top;
	background: #ded9d3;
	padding: 13px 5px 14px;
}

	.btn-white-2:hover {
		background: #002439;
		color: #ded9d3;
	}

.steps-holder .btn-wrap .btn-white-2 {
	padding: 21px 5px;
}

fieldset.alt {
	max-width: 770px;
}

.steps-aside {
	font-size: 22px;
}

	.steps-aside p {
		margin: 0 0 42px;
	}

	.steps-aside .steps-list {
		margin: 0;
		padding: 0 0 22px;
	}

		.steps-aside .steps-list li {
			list-style: none;
			margin: 0 0 14px;
			position: relative;
			padding: 0 0 0 15px;
		}

			.steps-aside .steps-list li:before {
				position: absolute;
				top: 10px;
				left: 0;
				width: 6px;
				height: 6px;
				border-radius: 50%;
				background: #002439;
			}

	.steps-aside .btn-dark {
		display: block;
		width: 100%;
	}

.head {
	overflow: hidden;
	padding: 0 0 24px;
}

.content .head h1 {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.view-bar {
	float: right;
	margin: 0;
	padding: 0;
}

	.view-bar li {
		list-style: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 0 20px;
		letter-spacing: -4px;
	}

	.view-bar a {
		display: block;
		text-indent: -9999px;
		overflow: hidden;
		width: 24px;
		height: 24px;
	}

	.view-bar .view-1 a {
		background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/themes/watsonblindsawnings/images/sprite.png") -132px -30px no-repeat;
	}

		.view-bar .view-1 a.nitro-lazy {
			background-image: none !important;
		}

	.view-bar .view-2 a {
		background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/themes/watsonblindsawnings/images/sprite.png") -176px -30px no-repeat;
	}

		.view-bar .view-2 a.nitro-lazy {
			background-image: none !important;
		}

	.view-bar .view-1 a:hover, .view-bar .view-1.active a {
		background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/themes/watsonblindsawnings/images/sprite.png") -132px -65px no-repeat;
	}

		.view-bar .view-1 a:hover.nitro-lazy, .view-bar .view-1.active a.nitro-lazy {
			background-image: none !important;
		}

	.view-bar .view-2 a:hover, .view-bar .view-2.active a {
		background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/themes/watsonblindsawnings/images/sprite.png") -176px -65px no-repeat;
	}

		.view-bar .view-2 a:hover.nitro-lazy, .view-bar .view-2.active a.nitro-lazy {
			background-image: none !important;
		}

.tab-wraper {
	padding: 47px 0 0;
	max-width: 804px;
	overflow: hidden;
}

.tabset-2 {
	float: right;
	width: 54%;
	padding: 0 15px;
	margin: 0;
}

	.tabset-2 li {
		display: inline-block;
		vertical-align: top;
		width: 25%;
		margin: 0 10px 18px;
	}

	.tabset-2 a {
		display: block;
	}

		.tabset-2 a:hover, .tabset-2 li.active a {
			border: 3px solid #002439;
			margin: -3px;
		}

	.tabset-2 img {
		display: block;
		width: 100%;
	}

.tab-content-2 {
	float: left;
	width: 46%;
}

	.tab-content-2 .img-area {
		margin: 0 0 48px;
	}

	.tab-content-2 img {
		display: block;
		width: 100%;
	}

	.tab-content-2 .img-area h2 {
		padding: 18px 20px;
		margin: 0;
		background: #ded9d3;
	}

	.tab-content-2 dl {
		overflow: hidden;
		font-size: 15px;
		line-height: 19px;
	}

		.tab-content-2 dl dt {
			float: left;
			width: 129px;
			padding: 0 10px 0 0;
		}

		.tab-content-2 dl dd {
			display: block;
			overflow: hidden;
			margin: 0 0 14px;
		}

		.tab-content-2 dl a {
			border-bottom: 1px solid #002439;
			line-height: 20px;
		}

			.tab-content-2 dl a:hover {
				border-color: transparent;
			}

.isotope {
	position: relative;
	margin: 0 -15px;
}

	.isotope:after {
		display: block;
		clear: both;
	}

.element-item {
	float: left;
	width: 33.3%;
	padding: 0 15px 30px;
}

.mode-2 .element-item.width2 {
	width: 66.6%;
}

.isotope .element-item a {
	display: block;
	text-decoration: none !important;
}

.element-item .img-area {
	background: #002439;
	overflow: hidden;
	position: relative;
}

.isotope img {
	display: block;
	width: 100%;
	opacity: .9;
}

.isotope .element-item:hover img {
	opacity: 1;
}

.mode-2 .isotope img {
	height: 100%;
}

.mode-1 .isotope .width2 img {
	height: 100%;
	width: auto;
}

.isotope h2 {
	background: #ded9d3;
	margin: 0;
	padding: 18px 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.isotope .element-item:hover h2 {
	background: #cec7be;
}

.bottom-aside {
	padding: 40px 15px;
	margin-top: 0;
}

.coretitle {
	margin-bottom: 5px;
}

.bottom-aside .holder {
	max-width: 1170px;
	margin: 0 auto;
	text-align: center;
	padding-top: .5rem;
}

.bottom-aside .logo {
	display: block;
	float: none;
	margin: 0 auto 10px;
}

.bottom-aside .logo-mobile {
	display: none;
}

.bottom-aside .logo > a {
	display: inline-block;
	height: auto;
}

	.bottom-aside .logo > a img {
		height: auto;
		max-width: 65px;
		width: auto;
	}

.bottom-aside .slogan {
	font-size: 18px;
	display: block;
	margin: 0 0 15px;
	font-weight: normal;
}

.slide-gallery .slick-slide {
	height: 450px;
}

.slide-gallery .slick-dots li button:before {
	font-size: 9px;
}

.slide-gallery .slick-dots {
	bottom: 10px;
}

.slide-gallery.slick-dotted.slick-slider {
	margin-bottom: 0px;
}

.slick-slider {
	margin-bottom: 0 !important;
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

	.slick-list:focus {
		outline: none;
	}

	.slick-list.dragging {
		cursor: pointer;
		cursor: hand;
	}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

	.slick-track:before, .slick-track:after {
		display: table;
		content: "";
	}

	.slick-track:after {
		clear: both;
	}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

#footer {
	background: #efedeb;
}

	#footer nav {
		max-width: 1260px;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		padding: 6px 15px;
	}

	#footer > nav > ul {
		display: inline-block;
		vertical-align: middle;
	}

	#footer .social-networks .fa {
		background-color: #67625f;
		border-radius: 4px;
		height: 20px;
		line-height: 17px;
		margin: 0 5px;
		width: 20px;
	}

		#footer .social-networks .fa:hover {
			background-color: #0e3b4f;
		}

		#footer .social-networks .fa::before {
			color: #fff;
			font-size: 12px;
		}

		#footer .social-networks .fa:hover::before {
			color: #fff;
		}

	#footer .add-nav, #footer .social-networks {
		margin: 0;
		padding: 0;
	}

		#footer .add-nav li {
			list-style: none;
			display: inline-block;
			vertical-align: top;
			text-align: center;
		}

		#footer .add-nav a {
			display: block;
			padding: 5px 7px;
			color: #666360;
			font-size: 14px;
			text-transform: uppercase;
		}

			#footer .add-nav a:hover {
				text-decoration: none;
				color: #002439;
			}

		#footer .social-networks li {
			display: inline-block;
			vertical-align: top;
			margin: 0 0 0 11px;
		}

	#footer a.tel {
		float: right;
		color: #a09992;
		margin: 30px 25px 0 0;
	}

	#footer .holder {
		background: #032b40;
		color: #fff;
		text-align: center;
		font-size: 11px;
	}

		#footer .holder a {
			text-decoration: underline;
			color: #fff;
		}

			#footer .holder a:hover {
				color: #ded9d3;
			}

		#footer .holder .terms-condition, #footer .holder .copy {
			margin-bottom: 0;
			display: inline-block;
		}

@media screen and (max-width: 767px) {
	.productleft {
		font-size: 14px;
	}

	#footer .holder .terms-condition {
		display: inline-block;
	}

	#footer .holder .copy {
		display: inline-block;
	}

	.partners-img-outer {
		display: inline-block;
		width: 100%;
	}

	.partners-img {
		display: inline-block;
		margin: 0 0 15px;
		width: 48%;
		padding: 20px;
	}

	.partners-img-outer .partners-img:last-child {
		margin: 0 auto;
		display: block;
	}

	.our-partners-title h2 {
		font-size: 23px;
		padding-bottom: 20px;
	}

	.our-partners {
		padding: 30px 15px;
	}

	.partners-img > img {
		display: inline-block;
		margin: auto;
		max-width: 160px;
		width: 100%;
	}
}

#footer .holder div {
	max-width: 1180px;
	padding: 12px 15px;
	margin: 0 auto;
	overflow: hidden;
}

#footer .holder .site {
	float: right;
	margin: 0 5px 0 0;
}

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	cursor: default;
	margin: 0 8px 0 0;
	height: 17px;
	width: 17px;
	background: #f3f1ea;
}

	.jcf-checkbox span {
		position: absolute;
		display: none;
		height: 18px;
		width: 20px;
		bottom: 0;
		left: 0;
		background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/themes/watsonblindsawnings/images/sprite.png") -117px 0 no-repeat;
	}

		.jcf-checkbox span.nitro-lazy {
			background-image: none !important;
		}

	.jcf-checkbox input[type=checkbox] {
		position: absolute;
		width: 100%;
		height: 100%;
		border: 0;
		margin: 0;
		left: 0;
		top: 0;
	}

	.jcf-checkbox.jcf-checked span {
		display: block;
	}

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus, .jcf-focus * {
	border-color: red !important;
}

.hover {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

#main div.wpcf7-response-output {
	margin: 0;
	margin-top: 2em;
	padding: 10px;
}

div.wpcf7-mail-sent-ok {
	background: #002439;
	color: #fff;
	border: 1px solid #002439 !important;
}

.content div.wpcf7-response-output {
}

.widget .product-logo, .widget .sidebar-partners-list {
	padding: 0;
	margin: 0;
	float: left;
	display: table;
}

	.widget .product-logo a {
		width: auto;
		padding: 0 15px;
		list-style: none;
		display: table-cell;
		vertical-align: middle;
	}

	.widget .sidebar-partners-list li {
		list-style: none;
		margin: 15px 0 5px;
		float: left;
	}

.apartment-quote-block {
	width: 100%;
	background: #002439;
	padding: 38px 10px;
}

#fancybox-bg-ne, #fancybox-bg-nw, #fancybox-bg-se, #fancybox-bg-sw, #fancybox-left-ico, #fancybox-loading div, #fancybox-right-ico {
	background-image: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/themes/watsonblindsawnings/images/fancybox/fancybox.png");
}

	#fancybox-bg-ne.nitro-lazy, #fancybox-bg-nw.nitro-lazy, #fancybox-bg-se.nitro-lazy, #fancybox-bg-sw.nitro-lazy, #fancybox-left-ico.nitro-lazy, #fancybox-loading div.nitro-lazy, #fancybox-right-ico.nitro-lazy {
		background-image: none !important;
	}

.apartment-quote-block p {
	font-size: 26px;
	color: #f3f1ea;
	margin: 0;
	line-height: 1.2;
	text-align: center;
}

.apartment-product-types .internal-box:nth-child(2n+1) {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.apartment-product-types .internal-box {
	margin-bottom: 30px;
	display: flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

	.apartment-product-types .internal-box .img-area {
		width: 100%;
	}

		.apartment-product-types .internal-box .img-area img {
			width: 100%;
		}

	.apartment-product-types .internal-box .caption {
		width: 100%;
		color: #0e3b4f;
		padding: 40px 60px 16px 39px;
	}

		.apartment-product-types .internal-box .caption p {
			font-size: 22px;
		}

@media screen and (min-width: 768px) {
	.apartment-items-section {
		display: flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}

	.apartment-product-types {
		padding-right: 30px;
	}
}

@media screen and (min-width: 992px) {
	.apartment-product-types .internal-box .img-area {
		width: 60%;
	}

	.apartment-product-types .internal-box .caption {
		width: 40%;
		padding: 40px 15px 16px;
	}

	.internal-box .btn {
		margin-top: 2rem;
	}
}

@media screen and (min-width: 1200px) {
	.apartment-product-types .internal-box .img-area {
	}

	.apartment-product-types .internal-box .caption {
		padding: 40px 60px 16px 39px;
	}

	.internal-box .btn {
		margin-top: 3rem;
	}
}

.btn-large {
	font-size: 16px;
	padding: 17px 40px;
	float: right;
}

.popup-holder {
	height: 0;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

	#fancybox-loading div {
		position: absolute;
		top: 0;
		left: 0;
		width: 40px;
		height: 480px;
	}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: 0;
	display: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: 0;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0 solid #fff !important;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: 0 0;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: 0;
	width: 30px;
	height: 30px;
	background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/themes/watsonblindsawnings/images/fancy_close.png") no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

	#fancybox-close.nitro-lazy {
		background-image: none !important;
	}

#fancybox-error {
	color: #444;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: 0;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: 0;
	background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/themes/watsonblindsawnings/images/fancybox/blank.gif");
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0;
}

#fancybox-right {
	right: 0;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;
}

	#fancybox-left:hover span {
		left: 20px;
	}

	#fancybox-right:hover span {
		left: auto;
		right: 20px;
	}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n, #fancybox-bg-s {
	left: 0;
	width: 100%;
	background-image: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/themes/watsonblindsawnings/images/fancybox/fancybox-x.png");
}

	#fancybox-bg-n.nitro-lazy, #fancybox-bg-s.nitro-lazy {
		background-image: none !important;
	}

#fancybox-bg-e, #fancybox-bg-w {
	top: 0;
	height: 100%;
	background-image: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/themes/watsonblindsawnings/images/fancybox/fancybox-y.png");
}

	#fancybox-bg-e.nitro-lazy, #fancybox-bg-w.nitro-lazy {
		background-image: none !important;
	}

#fancybox-bg-n {
	top: -20px;
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-position: -40px -162px;
}

#fancybox-bg-e {
	right: -20px;
	background-position: -20px 0;
}

.product-detail-items h2 {
	text-align: center;
	padding-top: 25px;
	margin-bottom: 25px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	background-position: 0 -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-position: -40px -142px;
}

#fancybox-bg-w {
	left: -20px;
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.findyour, .brochuretitle, .greviewtitle {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/themes/watsonblindsawnings/images/fancybox/fancy_title_over.png");
	display: block;
}

	#fancybox-title-over.nitro-lazy {
		background-image: none !important;
	}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

	#fancybox-title-float-wrap td {
		border: none;
		white-space: nowrap;
	}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/themes/watsonblindsawnings/images/fancybox/fancybox.png") -40px -90px no-repeat;
}

	#fancybox-title-float-left.nitro-lazy {
		background-image: none !important;
	}

#fancybox-title-float-main {
	color: #fff;
	line-height: 29px;
	font-weight: 700;
	padding: 0 0 3px;
	background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/themes/watsonblindsawnings/images/fancybox/fancybox-x.png") 0 -40px;
}

	#fancybox-title-float-main.nitro-lazy {
		background-image: none !important;
	}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/themes/watsonblindsawnings/images/fancybox/fancybox.png") -55px -90px no-repeat;
}

	#fancybox-title-float-right.nitro-lazy {
		background-image: none !important;
	}

.fancybox-ie6 #fancybox-close {
	background: 0 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/fancybox/fancy_close.png",sizingMethod="scale");
}

.fancybox-ie6 #fancybox-left-ico {
	background: 0 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/fancybox/fancy_nav_left.png",sizingMethod="scale");
}

.fancybox-ie6 #fancybox-right-ico {
	background: 0 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/fancybox/fancy_nav_right.png",sizingMethod="scale");
}

.fancybox-ie6 #fancybox-title-over {
	background: 0 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/fancybox/fancy_title_over.png",sizingMethod="scale");
	zoom: 1;
}

.fancybox-ie6 #fancybox-title-float-left {
	background: 0 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/fancybox/fancy_title_left.png",sizingMethod="scale");
}

.fancybox-ie6 #fancybox-title-float-main {
	background: 0 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/fancybox/fancy_title_main.png",sizingMethod="scale");
}

.fancybox-ie6 #fancybox-title-float-right {
	background: 0 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/fancybox/fancy_title_right.png",sizingMethod="scale");
}

#fancybox-hide-sel-frame, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right {
}

#fancybox-loading.fancybox-ie6 {
	position: absolute;
	margin-top: 0;
}

	#fancybox-loading.fancybox-ie6 div {
		background: 0 0;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="fancybox/fancy_loading.png",sizingMethod="scale");
	}

.fancybox-ie .fancybox-bg {
	background: 0 0 !important;
}

.fancybox-ie #fancybox-bg-n {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/fancybox/fancy_shadow_n.png",sizingMethod="scale");
}

.fancybox-ie #fancybox-bg-ne {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/fancybox/fancy_shadow_ne.png",sizingMethod="scale");
}

.fancybox-ie #fancybox-bg-e {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/fancybox/fancy_shadow_e.png",sizingMethod="scale");
}

.fancybox-ie #fancybox-bg-se {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/fancybox/fancy_shadow_se.png",sizingMethod="scale");
}

.fancybox-ie #fancybox-bg-s {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/fancybox/fancy_shadow_s.png",sizingMethod="scale");
}

.fancybox-ie #fancybox-bg-sw {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/fancybox/fancy_shadow_sw.png",sizingMethod="scale");
}

.fancybox-ie #fancybox-bg-w {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/fancybox/fancy_shadow_w.png",sizingMethod="scale");
}

.fancybox-ie #fancybox-bg-nw {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/fancybox/fancy_shadow_nw.png",sizingMethod="scale");
}

@media only screen and (min-width: 979px) {
	a[href^=tel] {
		cursor: default;
		pointer-events: none;
	}
}

@media only screen and (max-width: 1200px) {
	.logo {
		height: 65px;
		margin: 36px 0 29px;
	}

	#header {
		margin: 0;
	}

		#header .tel {
			font-size: 16px;
			min-width: 140px;
			padding: 13px 10px;
			letter-spacing: 1px;
		}

		#header .slogan {
			font-size: 23px;
		}

	#nav {
		padding: 0 30px 0 15px;
		bottom: auto;
	}

	.nav-menu > li > a {
		min-width: 113px;
	}

	.cycle-gallery .slide {
		height: 481px;
	}

	.cycle-gallery .caption .frame {
		padding: 0 0 17px;
	}

	.main-holder {
		padding: 0;
	}

		.main-holder .heading {
			font-size: 28px;
			line-height: 33px;
			margin: 0 auto 80px;
		}

	.internal-box .caption {
		padding: 43px 60px 103px 39px;
		font-size: 21px;
		line-height: 27px;
	}

	.internal-box h2 {
		font-size: 17px;
	}

	.info-holder .btn {
		margin: 0;
	}

	.info-holder {
		font-size: 23px;
	}

		.info-holder .holder p {
			margin: 10px 0;
		}

	.video-box .caption {
		padding-right: 25px;
	}

	.download-form .align-right {
		top: 5px;
		height: 220px !important;
		width: 185px;
		right: -55px;
	}

	.internal-box .request {
		padding: 16px 35px;
		text-align: left;
		font-size: 17px;
		line-height: 19px;
	}

	.internal-box .text {
		padding: 42px 42px 100px;
		width: 60%;
	}

	.internal-box blockquote.caption {
		padding: 42px 60px 60px 42px;
	}

	blockquote q {
		margin: 0 0 32px;
	}

	#footer nav {
		padding: 0 27px 0 9px;
	}

	#footer .add-nav li {
		min-width: 104px;
	}

	#footer .add-nav a {
		font-size: 16px;
	}

	#footer .social-networks {
		margin-right: 0;
		margin-bottom: 15px;
		margin-top: 10px;
	}

	#footer .holder {
		font-size: 15px;
	}

		#footer .holder div {
			padding: 29px 40px;
		}

	.nav-menu .drop .col {
		width: 16%;
	}

	.nav-menu .items-list li {
		width: 240px;
		padding: 0 10px 15px;
	}

		.nav-menu .items-list li.large {
			width: 320px;
		}

	.nav-menu .items-list .img-holder {
		height: 187px;
	}

	.content h1 {
		margin: 0 0 28px;
		font-size: 27px;
	}

	.content p.title {
		font-size: 17px;
		line-height: 21px;
	}

	#sidebar .menu li, .paging a {
		line-height: 17px;
		font-size: 15px;
	}

	.content .content-holder {
		padding: 48px 30px 0;
	}

	.partners-list {
		padding: 57px 0 0;
	}

		.partners-list li {
			padding: 0 35px 66px;
		}

	#sidebar {
		padding: 101px 28px 0;
	}

	.article-content .column {
		padding: 0 10px 0 0;
	}

	.news-bar {
		padding: 0 10px 0 20px;
	}

		.news-bar li {
			padding: 0 10px 30px;
		}

	.team-list {
		padding: 0 10px 0 20px;
	}

		.product-list li, .team-list li {
			padding: 0 10px 30px;
		}

	.paging a {
		min-width: 140px;
	}

	.widget {
		margin: 0 0 27px;
	}

	address {
		font-size: 15px;
		line-height: 21px;
	}

	.send-form .btn {
		font-size: 17px;
		min-width: 193px;
	}

	.internal-box .img-girl {
		right: 0;
		width: 47%;
	}

	.product-list {
		margin: 0 -24px 0 -10px;
	}

		.product-list header {
			padding: 17px 21px;
		}

		.product-list h2 {
			font-size: 21px;
		}

	.btn-white {
		font-size: 15px;
	}

	.tab-content .list li {
		font-size: 14px;
	}

	.steps-bar {
		padding: 35px 30px;
	}

		.steps-bar li {
			font-size: 17px;
			min-width: 141px;
		}

	.steps-holder .content-bar {
		margin: 0 -20px 30px -10px;
	}

		.steps-holder .content-bar li {
			padding: 0 10px;
		}

		.steps-holder .content-bar header {
			padding: 14px 20px;
		}

	.product-bar {
		margin: 0 -10px;
		padding: 0 69px 0 0;
	}

		.product-bar li {
			padding: 0 10px 20px;
		}

	.preferred-list {
		margin: 0 -19px 0 -10px;
	}

		.preferred-list li {
			padding: 0 10px 30px;
		}

		.preferred-list header {
			padding: 14px 22px;
		}

	fieldset.alt {
		max-width: 619px;
	}

	.steps-holder .btn-wrap {
		max-width: 680px;
	}

		.steps-holder .btn-wrap .btn-next, .steps-holder .btn-wrap .btn-prev {
			min-width: 99px;
			margin: 0 19px 0 0;
		}

		.steps-holder .btn-wrap .btn-submit {
			min-width: 190px;
		}

	.steps-aside p {
		margin: 0 0 37px;
	}

	.isotope {
		margin: 0 -10px;
	}

	.element-item {
		padding: 0 10px 30px;
	}

	.isotope h2 {
		font-size: 21px;
		line-height: 24px;
		padding: 15px 23px;
	}
}

@media screen and (min-width: 980px ) {
	#nav > .nav-slide ul {
		border-bottom: 1px solid #7a7772;
		text-align: center;
		margin: 0;
		padding: 0;
		width: 100%;
	}

		#nav > .nav-slide ul ul.list {
			border-bottom: 0;
		}

	#nav .mobile-menu {
		display: none;
	}

	#nav .desktop-menu {
		display: block;
	}

	#nav > .nav-slide ul > li {
		list-style: none;
		float: none;
		display: inline-block;
	}

		#nav > .nav-slide ul > li ul.list li {
			display: block;
			text-align: left;
		}

	#nav > nav-slide ul > .active > a, #nav .nav-slide ul > .current-menu-ancestor > a {
		color: #032a40;
	}

	#nav > .nav-menu > li > a:hover, .nav-menu .drop, .nav-menu > .has-drop.hover > a {
		color: #032a40;
	}
}

@media only screen and (max-width: 979px) {
	#nav > .nav-slide ul > .active > a, #nav > .nav-slide ul > .current-menu-ancestor > a {
		color: #032a40;
	}

	.secure-title strong {
		padding-top: 0;
	}

	#nav .nav-menu > li > a:hover {
	}

	.nav-section {
		background-color: #00243a;
	}

	.nav-menu > li {
		display: block;
	}

		.nav-menu .drop, .nav-menu > li + li {
			border-top: 1px solid #ddd;
		}

	.logo {
		height: 61px;
		margin: 40px 0 29px;
	}

	.header-buttons .buttons li a {
		font-size: 12px;
	}

	#nav .nav-slide {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #ebebeb;
		height: 0;
		-webkit-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.nav-opener {
		display: block;
	}

		.nav-opener .ham, .nav-opener .ham:before, .nav-opener .ham:after {
			background-color: #fff;
		}

	#nav.nav-active .nav-slide {
		height: auto;
	}

	#nav .nav-menu {
		float: none;
		padding: 0 30px 0 50px;
	}

	.nav-menu > li {
		float: none;
		position: relative;
	}

		.nav-menu > li > a {
			display: inline-block;
			vertical-align: top;
			text-align: left;
			min-width: 0;
			padding: 10px 0;
		}

		.nav-menu > li.has-drop > a {
			min-width: 130px;
			overflow: hidden;
			font-size: 16px;
		}

			.nav-menu .col.has-child h2 > a:after, .nav-menu > li.has-drop > a:after {
				content: "+";
				float: right;
				line-height: 18px;
				position: absolute;
				right: 0;
				width: 30px;
				font-size: 20px;
				height: 20px;
				text-align: center;
			}

		.nav-menu .col h2.hover > a:after, .nav-menu > li.has-drop.hover > a:after {
			content: "";
		}

	.nav-menu .drop {
		position: static;
		display: none;
		padding: 0 0 0 32px;
		margin: 0 0 -1px;
		border: 0;
	}

		.nav-menu .drop h2.hover + .list, .nav-menu li.hover .drop {
			display: block;
		}

		.nav-menu .drop .col {
			float: none;
			padding: 0;
			width: 100%;
			overflow: hidden;
		}

	#nav .nav-menu .drop .list {
		padding: 7px 0 0 32px;
		clear: both;
		border-bottom: 1px solid #ddd;
	}

	#nav .nav-menu .items-list, .nav-menu .drop .list {
		display: none;
	}

	.nav-menu .list + h2 {
		padding-top: 10px;
	}

	.nav-menu h2 {
		padding: 10px 0;
		margin: 0;
		border-bottom: none;
		position: relative;
		display: block;
		float: left;
		clear: both;
		vertical-align: top;
		min-width: 130px;
	}

		.nav-menu h2:after {
			content: "";
			position: absolute;
			left: 0;
		}

		.nav-menu h2:after {
			border-bottom: 1px solid #ddd;
			bottom: 0;
			right: -999px;
		}

		.nav-menu h2.hover:after {
			display: none;
		}

	.cycle-gallery .slide {
		height: 300px;
	}

	.cycle-gallery .caption .frame {
		padding: 0 0 8px;
	}

	.cycle-gallery h1 {
		font-size: 46px;
		line-height: 56px;
		margin: 0 0 17px;
	}

	.cycle-gallery .btn-light {
		min-width: 140px;
		font-size: 15px;
	}

	.info-holder .btn, .internal-box .download-form .btn, .internal-box .text .btn {
		min-width: 158px;
		letter-spacing: 1px;
	}

	.cycle-gallery .btn-holder .btn-next, .cycle-gallery .btn-holder .btn-prev {
		width: 55px;
		height: 55px;
		line-height: 55px;
		margin: 0 0 0 -2px;
	}

	.main-holder {
		padding: 0;
	}

		.main-holder .heading {
			font-size: 24px;
			line-height: 28px;
			width: 100%;
			margin: 0 auto 49px;
		}

	.internal-box .caption {
		font-size: 18px;
		line-height: 24px;
		padding: 43px 60px 96px 39px;
	}

	.internal-box h2 {
		margin: 0 0 21px;
	}

	.info-holder {
		padding: 27px 10px 30px;
	}

		.info-holder .holder {
			display: table;
			width: 100%;
			text-align: center;
		}

			.info-holder .holder p {
				margin: 0;
				display: table-header-group;
			}

		.info-holder .btn {
			float: none;
			margin: 24px 0 0;
		}

	.video-box .caption {
		padding: 43px 20px 100px 38px;
	}

	.download-form .align-right {
		display: none;
	}

	.download-form {
	}

	.internal-box .caption.form-box {
		padding: 43px 42px 87px 35px;
	}

	.download-form .check-row {
		margin-top: -6px;
	}

	.internal-box .text {
		padding: 43px 22px 70px;
		font-size: 18px;
		line-height: 27px;
		width: 55%;
	}

	#footer, #footer .holder, .news-bar .caption, .news-bar .more {
		font-size: 14px;
	}

	.internal-box blockquote.caption {
		padding: 43px 30px 50px 38px;
	}

	#footer {
		line-height: 18px;
		position: relative;
	}

		#footer nav {
			padding: 0 27px 0 22px;
		}

		#footer .add-nav li {
			min-width: 69px;
		}

		#footer .add-nav a {
			font-size: 14px;
			padding: 32px 10px;
		}

		#footer .social-networks li {
			margin: 0 0 0 12px;
		}

		#footer a.tel {
			margin: 33px 16px 0 0;
		}

		#footer .holder div {
			padding: 29px 36px;
		}

	.partners-list li {
		padding: 0 28px 54px;
	}

	.news-bar .caption {
		padding: 15px 16px 16px;
		line-height: 19px;
	}

	.team-list li {
		width: 50%;
	}

	.paging a {
		min-width: 104px;
	}

	.send-form .btn {
		min-width: 145px;
	}

	.add-list {
		padding: 0 10px 0 20px;
	}

	.sadd-list li {
		padding: 0 10px 40px;
	}

	.internal-box .img-girl {
		right: -8%;
		width: 58%;
	}

	.product-list header {
		padding: 13px 11px;
	}

	.tabset a {
		padding: 21px 5px;
	}

	.steps-bar {
		padding: 30px 0 30px 30px;
	}

		.steps-bar li {
			font-size: 16px;
			line-height: 18px;
			min-width: 125px;
		}

	.product-bar {
		margin: 0 -22px 0 -10px;
		padding: 0;
	}

		.product-bar li {
			width: 33.3%;
		}

		.product-bar h2 {
			font-size: 16px;
			padding: 10px 8px 11px;
		}

	.isotope h2, .preferred-list h2 {
		font-size: 21px;
		line-height: 24px;
	}

	.steps-holder .jcf-checkbox, .steps-holder .jcf-checkbox span {
		width: 24px;
		height: 24px;
	}

	.tabset-2 li {
		margin: 0 7px 10px;
	}

	.tab-content-2 .img-area h2 {
		padding: 15px;
	}

	.element-item {
		width: 50%;
	}

	.mode-2 .element-item.width2 {
		width: 100%;
	}

	.isotope h2 {
		padding: 15px 23px;
	}
}

@media only screen and (max-width: 767px) {
	#wrapper {
		padding: 0;
	}

	.brochure-content {
		padding-top: 0;
	}

	.nav-opener .ham, .nav-opener .ham:before, .nav-opener .ham:after {
		background-color: #000;
	}

	#header {
		background: #fff;
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 999;
		border-bottom: 1px solid #7a7771;
	}

	.mobileoff #header {
		border-bottom: 0;
	}

	.info-holder-section h2 {
		padding: 16px 0;
	}

	body .headline h2 {
		font-size: 15px;
		padding-top: 2px;
		padding-bottom: 5px;
	}

	.headline h5, .headtitle h5 {
		font-size: 15px;
		line-height: 1.2;
		padding-bottom: 2px;
	}

	.headline {
		padding: 15px;
	}

	#nav, .internal-box .img-area .title {
		position: static;
	}

	#header .holder {
		padding: 5px 15px 5px;
	}

	#header .slogan, #header .tel {
		display: none;
	}

	.logo {
		float: none;
		display: block;
		margin: 0 auto;
		height: 32px;
	}

	#nav {
		float: left;
		padding: 0;
		margin: -55px 0 0;
		background: 0 0;
	}

		#nav .nav-menu {
			padding: 0 15px;
		}

		#nav .social-networks {
			display: none;
		}

	.nav-menu .drop a, .nav-menu > li.has-drop > a, .nav-menu > li > a {
		font-size: 15px;
		line-height: 16px;
		display: block;
	}

	#nav .nav-slide .social-networks {
		display: block;
		float: none;
		text-align: left;
		overflow: hidden;
		padding: 25px 15px;
	}

	#nav ul.nav-menu > li > a {
		color: #032a40;
	}

	#get-started, .cycle-gallery .btn-holder, .internal-box .caption, .internal-box .img-area img, .main-holder .heading, .main-holder:after {
		display: none;
	}

	#nav .nav-slide .social-networks li {
		margin: 0 12px 0 0;
	}

	.cycle-gallery .slide {
		height: 275px;
	}

	.cycle-gallery {
		margin: 0;
	}

		.cycle-gallery .caption {
			font-size: 12px;
			line-height: 19px;
			display: none;
		}

	.bg-stretch {
		width: 100%;
	}

	.cycle-gallery .caption .holder {
		padding: 0;
	}

	.cycle-gallery .caption .frame {
		padding: 0;
		text-align: left;
	}

		.cycle-gallery .caption .frame > div {
			padding: 0 15px;
			margin: 0;
		}

	.cycle-gallery h1 {
		font-size: 39px;
		line-height: 47px;
	}

	.cycle-gallery .btn-light {
		padding: 8px 5px;
		min-width: 120px;
	}

	.main-holder {
		padding-top: 0;
	}

	.internal-box .img-area {
		float: none;
		width: 100%;
		height: auto !important;
	}

	.internal-box {
		margin: 0 0 9px;
	}

		.internal-box .img-area .title h1 {
			opacity: 1 !important;
		}

		.internal-box.with-opacity .img-area a {
			display: block;
			background: #002439;
			color: #ded9d3;
			padding: 9px 5px;
			text-transform: uppercase;
			border: 2px solid #002439;
		}

			.internal-box.with-opacity .img-area a:hover {
				background: #ded9d3;
				color: #002439;
				text-decoration: none;
			}

				.internal-box.with-opacity .img-area a:hover h1 {
					color: #002439;
				}

	.desktop-hidden {
		display: block;
		margin: 0;
		padding: 0;
		padding-bottom: 0;
	}

	.callbtnbelow {
		display: block;
		padding: 5px 5px;
		margin-top: 0;
		text-align: center;
		background-color: #03263a;
		font-size: 20px;
		color: white;
		margin: 0;
		font-weight: normal;
	}

	.desktop-hidden .contacts-list {
		margin: 0;
		padding: 0;
		overflow: hidden;
	}

		.desktop-hidden .contacts-list li {
			list-style: none;
			float: left;
			width: 50%;
			padding: 1px;
		}

		.desktop-hidden .contacts-list a, .desktop-hidden .get-started {
			display: block;
			padding: 13px 5px;
			margin-top: 2px;
			text-align: center;
			text-transform: uppercase;
			font-size: 13px;
		}

		.desktop-hidden .contacts-list a {
			min-width: 0;
		}

	.desktop-hidden .get-started {
		color: #002439;
		background: #fdd501;
	}

	#footer nav, #sidebar, .info-holder, .internal-section.mobile-hidden {
		display: none;
	}

	.desktop-hidden .get-started:hover {
		text-decoration: none;
		background: #002439;
		color: #ded9d3;
	}

	.bottom-aside .slogan {
		font-size: 17px;
		line-height: 23px;
	}

	#footer .holder {
		font-size: 10px;
		line-height: 13px;
	}

		#footer .holder div {
			padding: 22px 15px;
		}

	@media screen and (min-width: 768px) {
		#footer .holder .copy {
			width: 60%;
		}
	}

	#footer .holder .site {
		width: 40%;
		text-align: right;
		margin: 0;
	}

	.bottom-aside {
		padding: 16px 15px;
	}

	.content, #sidebar.sidebar-alt {
		float: none;
		height: auto !important;
	}

	.bottom-aside .slogan {
		margin: 0;
	}

	.content, .content-no-title {
		padding: 81px 0 0;
	}

	.mobileoff .content, .mobileoff .content-no-title {
		padding: 111px 0 0;
	}

	.cycle-gallery-2 .slide {
		height: 275px;
	}

	.content .c1 {
		margin: 0 0 30px;
	}

	#sidebar.sidebar-alt {
		display: block;
		width: 100%;
		margin: 0;
		background: 0 0;
		padding: 0 15px;
	}

	.content .content-holder h1, .content h1 {
		margin: 0 0 15px;
	}

	.content h1, .content h2 {
		font-size: 20px;
		line-height: 25px;
		padding-top: 20px;
		margin-bottom: 20px;
	}

	.sectionleft, .sectionright {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.sectionleft {
		min-height: 180px;
	}

	.watson-gallery .slick-dots {
		width: 100%;
		bottom: 10px;
	}

	.product-detail-items h2 {
		padding-top: 20px;
		margin-bottom: 20px;
	}

	.product-detail-content h3 {
		font-size: 20px;
	}

	.findyour, .brochuretitle, .greviewtitle {
		font-size: 25px;
		line-height: 30px;
		padding-top: 15px;
	}

	h1, h2 {
		font-size: 20px;
	}

	.content .content-holder {
		padding: 13px 14px;
	}

	.content .content-wrap {
		padding: 0 14px;
	}

	.content p.title {
		font-size: 14px;
		line-height: 18px;
		margin: 0 0 10px;
	}

	@media screen and (min-width: 768px) {
		.content h1 {
			font-size: 27px;
		}
	}

	.partners-list {
		padding: 0;
	}

		.partners-list li {
			width: 33.3%;
			padding: 0 14px 47px;
		}

	.article-content {
		padding: 0;
	}

		.article-content .column {
			float: none !important;
			width: 100% !important;
			padding: 0 !important;
		}

	.news-bar {
		padding: 0 15px;
	}

		.news-bar li {
			display: block;
			padding: 0 0 20px;
			width: 100%;
		}

		.news-bar header {
			padding: 0 0 5px;
		}

		.news-bar .caption {
			font-size: 12px;
			line-height: 16px;
			padding: 12px 17px 13px;
		}

		.news-bar time {
			font-size: 12px;
			line-height: 27px;
		}

		.news-bar .more {
			font-size: 12px;
			line-height: 14px;
		}

	.paging {
		margin: 30px 15px;
	}

		.paging a {
			min-width: 96px;
		}

	.team-list {
		padding: 0;
	}

		.team-list li {
			display: block;
			width: 100%;
			padding: 0 15px 30px;
		}

	.address-hidden {
		display: block;
		padding: 0 15px;
	}

		.address-hidden address br, .widget.hidden {
			display: none;
		}

		.address-hidden .widget h2 {
			margin: 0;
		}

	.widget {
		margin: 0 0 15px;
	}

	address, dl {
		font-size: 13px;
		line-height: 18px;
	}

	.send-formsend-form {
		padding: 0 15px;
		margin: 0 0 28px;
	}

	.send-form .row {
	}

	.map-holder {
		margin: 0;
	}

	#contact-info-section {
		padding: 15px 20px 0 20px;
		width: 100%;
	}

	.send-form .col {
		flex: auto;
	}

	textarea {
		min-height: 103px;
		height: 103px;
	}

	.send-form .btn {
		width: 100%;
		font-size: 15px;
		line-height: 17px;
		padding: 15px 5px;
	}

	input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
		font-size: 14px;
		line-height: 17px;
		padding: 17px 19px 16px;
	}

	@media screen and (max-width: 767px) {
		input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], textarea {
			font-size: 13px;
		}
	}

	.add-list {
		padding: 0 10px;
	}

		.add-list li {
			font-size: 15px;
			line-height: 17px;
			padding: 0 6px 26px;
		}

		.add-list a {
			padding: 17px 5px;
		}

	.btn-dark, .btn-yellow {
		font-size: 13px;
	}

	.product-list {
		padding: 0;
		margin: 0;
	}

		.product-list li {
			width: 50%;
			padding: 6px;
		}

		.product-list header {
			padding: 15px 10px;
		}

		.product-list h2 {
			font-size: 18px;
			line-height: 23px;
		}

	.tabset {
		background: 0 0;
	}

		.tabset li {
			display: block;
			width: 100%;
			text-align: left;
			margin: 0 0 2px;
			border: 0 !important;
			background: #edeae3;
			font-size: 15px;
		}

		.tabset a {
			padding: 15px 18px;
			overflow: hidden;
		}

			.tabset a:after {
				content: "+";
				float: right;
				font-size: 20px;
			}

			.tabset .active a:after, .tabset a:hover:after {
				content: "-";
			}

	.tab-content .list li {
		font-size: 12px;
		line-height: 14px;
	}

	.steps-holder .step-content {
		padding: 15px;
	}

	.steps-holder .content-bar {
		margin: 0;
	}

		.steps-holder .content-bar li {
			display: block;
			margin: 0 0 8px;
			padding: 0;
			width: 100%;
		}

		.steps-holder .content-bar img {
			display: none;
		}

		.steps-holder .content-bar h2 {
			font-size: 18px;
			line-height: 20px;
		}

	.steps-bar {
		padding: 5px 40px 25px;
	}

		.steps-bar li {
			font-size: 14px;
			line-height: 14px;
			margin: 19px 10px 0 0;
			min-width: 110px;
		}

		.steps-bar a:before {
			width: 14px;
			height: 14px;
			border-width: 2px;
		}

	.preferred-list, .product-bar {
		margin: 0;
	}

		.preferred-list li, .product-bar li {
			display: block;
			width: 100%;
			margin: 0 0 8px;
			padding: 0;
		}

		.preferred-list .map-area, .product-bar .img-area, .view-bar {
			display: none;
		}

		.preferred-list h2 {
			font-size: 18px;
			line-height: 20px;
		}

		.preferred-list header {
			padding: 12px 18px;
		}

	.steps-holder .btn-wrap .btn-submit {
		margin-right: 15px;
		padding: 12px 5px;
		min-width: 140px;
	}

	.steps-holder .btn-wrap {
		width: 100%;
		padding: 0 0 0 15px;
		max-width: 648px;
	}

		.steps-holder .btn-wrap .btn-next, .steps-holder .btn-wrap .btn-prev {
			padding: 16px 5px;
			margin: 0 15px 0 0;
			min-width: 135px;
			font-size: 13px;
			line-height: 15px;
		}

		.steps-holder .btn-wrap .btn-next {
			padding: 14px 5px;
		}

	.container {
		padding: 0 16px;
	}

	.tab-wraper, .tabset-2 {
		padding: 0;
	}

	.tabset-2 {
		float: none;
		width: 106%;
		margin: 0 -7px;
	}

		.tabset-2 li {
			margin: 0 7px 10px;
		}

	.tab-content-2 .img-area h2 {
		padding: 15px;
	}

	.tab-content-2 {
		float: none;
		width: 100%;
	}

		.tab-content-2 .img-area {
			margin: 0 0 20px;
		}

	.content .apartment-product-types .title h1, .isotope {
		margin: 0;
	}

	.element-item {
		width: 100%;
		float: none;
		padding: 0 0 16px;
		position: static !important;
		top: auto !important;
		left: auto !important;
		transition: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-o-transition: none !important;
		-moz-transform: none !important;
		-webkit-transform: none !important;
		-o-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}

	.isotope h2 {
		font-size: 17px;
		line-height: 23px;
		padding: 8px 11px;
	}

	.map-holder h2 {
		padding: 0 16px;
	}

	.nav-menu h2 {
		float: none;
	}

	.apartment-product-types .internal-box .img-area {
		width: 100%;
	}

	.downloads-widget {
		padding: 10px 15px;
		float: left;
		width: 100%;
	}
}

@media only screen and (max-width: 460px) {
	.bg-stretch {
	}

	.meshim_widget_components_chatButton_ButtonBar .button_text, .meshim_widget_components_mobileChatButton_ButtonBar .button_text {
		display: none !important;
	}

	.meshim_widget_components_MobileChatButton {
		left: auto;
		right: 0;
	}

	.meshim_widget_components_chatButton_Button .button_bar {
		min-width: 30px !important;
	}

	.bg-stretch img {
	}

	.cycle-gallery .slide {
		height: 200px;
	}
}

.popup-holder {
	overflow: hidden;
	position: relative;
}

.body-class-single-people .img-area {
	float: left;
	margin-right: 20px;
}

.body-class-single-people .text {
	min-height: 300px;
}

.preload-screen {
	background: #fff;
	position: fixed;
	z-index: 12324;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

	.preload-screen img {
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		position: absolute;
	}

div.wpcf7 img.ajax-loader {
	max-height: 16px;
}

.hidden_element {
	display: none;
}

.slide:first-of-type .frame div {
	background-color: rgba(66,66,66,.6);
	padding: 25px 30px;
	border-radius: 4px;
}

.steps-holder .content-bar li {
	padding: 15px !important;
}

.content > div > div.content-holder > div > p:nth-child(4) > img {
	width: 50%;
}

.cycle-gallery .caption .frame > div {
	background-color: rgba(66,66,66,.6);
	padding: 25px 15px;
	border-radius: 4px;
}

.started_container {
	display: none !important;
}

.gform_button {
	display: inline-block;
	vertical-align: top;
	background: #053245;
	color: #fff;
	border: 0;
	padding: 12px 30px;
	letter-spacing: 1px;
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
}

	.gform_button:hover {
		background: #fdd501;
		color: #0f3c4e;
	}

.gform_heading {
	display: none;
}

body .gform_wrapper .top_label div.ginput_container, .gform_wrapper ul.gform_fields li.gfield {
	font-size: 15px;
}

body .leadcontent .gform_wrapper .top_label div.ginput_container, .leadcontent .gform_wrapper ul.gform_fields li.gfield {
	font-size: 16px;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_description_below .gfield_description {
	font-size: 13px;
}

.gform_wrapper .field_description_below .gfield_description {
	padding-top: 1px !important;
	letter-spacing: 1px;
}

#gform_confirmation_message_1 {
	font-size: 18px;
	padding-top: 20px;
}

#input_1_2_2_month, #input_1_2_2_year {
	background: #e9e5df;
	font-size: 18px;
	padding: 9px 18px 10px 9px;
	border: 1px solid #e9e5df;
	outline: 0;
	height: 50px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	margin-bottom: 0;
}

.ginput_container input {
}

#input_1_2_2_cardinfo_right {
	width: 190px;
	margin-left: 10px;
}

#input_1_2_3 {
	margin-top: 0;
}

.gform_wrapper .ginput_complex span.ginput_cardextras {
	margin-top: 25px;
	margin-bottom: 10px;
}

#input_1_2_2_month::after {
	content: "<>";
	font: 17px "Consolas",monospace;
	color: #333;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 11px;
	top: 18px;
	padding: 0 0 2px;
	border-bottom: 1px solid #999;
	position: absolute;
	pointer-events: none;
}

.gform_wrapper .top_label .gfield_label {
}

.jcf-checkbox {
	border: 1px solid #002539 !important;
}

.jcf-focus {
	border: none;
}

.payment-image {
}

.gform_wrapper {
	margin: 0;
}

.payment-image img {
	width: 100%;
}

.body-class-page-id-2857 .content {
	height: 100% !important;
}

	.body-class-page-id-2857 .content .c1 {
		width: 100%;
	}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 5px 9px !important;
	margin-top: 2px;
}

#field_1_13 {
	border-top: 2px solid #000;
	width: 87%;
}

.gform_wrapper .gform_footer {
}

.gform_footer span {
	display: none;
}

.gform_footer .gform_ajax_spinner + span {
	display: inline-block;
}

#input_1_2_3 {
	height: 50px;
	margin-top: 2px;
}

#field_1_1 {
	margin-top: -30px;
}

.gfield_label {
}

.gform_button {
}

.secure-title span {
	display: block;
	clear: both;
	margin-top: -35px;
	margin-left: 60px;
}

.body-class-page-id-2857 .container h1 {
	display: none;
}

.body-class-page-id-2857 .content > div > div:nth-child(2) > p:nth-child(1) > strong {
	font-size: 18px;
}

.strong-view.default.slider-container.slider-adaptive:not(.slider-mode-horizontal) .wpmslider-viewport, .strong-view.default .testimonial-inner {
	border: none !important;
}

.strong-view.controls-style-buttons3 .wpmslider-next, .strong-view.controls-style-buttons3 .wpmslider-prev {
	color: #002439 !important;
	width: 28px !important;
}

@media only screen and (max-width: 767px) {
	.logo {
		width: 230px;
		height: auto;
	}

	.bottom-aside .logo {
		display: none;
	}

	.bottom-aside .logo-mobile {
		display: block;
		padding-bottom: 15px;
	}

		.bottom-aside .logo-mobile img {
		}

	.payment-image {
		width: 100%;
		float: left;
	}

	.strong-view.default.slider-container.slider-adaptive:not(.slider-mode-horizontal) .testimonial {
		width: 100% !important;
	}
}

@media only screen and (max-width: 998px) {
	.jcf-checkbox {
		float: left;
	}

	.body-class-page-id-2857 .jcf-checkbox span {
		background: transparent;
	}

	.gform_wrapper {
		width: 100%;
	}

	.payment-image img {
		display: none;
	}

	#input_1_2_2_month, #input_1_2_2_year {
		width: 49%;
	}

	#input_1_2_2_cardinfo_right {
		margin-left: 0;
	}
}

@media screen and (min-width: 768px) {
	.top-header {
		background: #ebebeb;
		padding-left: 30px;
		padding-right: 30px;
	}
}

.top-header-inner {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0px;
}

@media screen and (max-width: 768px) {
	.top-header .top-header-inner {
		display: none;
	}
}

.top-header-inner::after, .top-header-inner::before {
	clear: both;
	content: "";
	display: table;
}

.top-header .left-section {
	float: left;
	display: table;
	height: 60px;
}

.top-header .item-wrap {
	display: table-cell;
	vertical-align: middle;
	padding-right: 15px;
	color: #003045;
}

	.top-header .item-wrap > div {
		vertical-align: middle;
		display: inline-block;
	}

.top-header .item-icon {
	margin-right: 4px;
}

.top-header .item-text p {
	margin: 0;
}

.top-header .right-section {
	float: right;
}

.call-us-today {
	display: table;
	height: 60px;
}

	.call-us-today a, .call-us-today p {
		display: table-cell;
		vertical-align: middle;
		color: #003045;
	}

	.call-us-today p {
		padding-right: 10px;
	}

	.call-us-today a {
		font-weight: 700;
		font-size: 17px;
	}

@media screen and (min-width: 768px) {
	.top-header-inner {
		font-size: 12px;
	}

	.mobile-view-top-buttons {
		display: none;
	}
}

@media screen and (min-width: 850px) {
	.top-header-inner {
		font-size: 14px;
	}

	.call-us-today a {
		font-size: 20px;
	}
}

@media screen and (min-width: 992px) {
	.top-header .item-wrap {
		padding-right: 30px;
	}
}

@media screen and (min-width: 768px) {
	.header-buttons {
		float: right;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 0;
	}

	.headerlogo {
		margin-left: auto;
		margin-right: auto;
	}

	.headermessage {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	#header .header-buttons, #header .headerlogo {
		display: none;
	}

	.headermessage {
		display: block;
		background: #00243a;
		padding: 5px 20px;
	}

		.headermessage h3 {
			font-size: 14px;
			letter-spacing: 1px;
			text-align: center;
			color: #fff;
			margin: 0;
			padding: 0;
		}
}

#nav ul.nav-menu > li > a {
	font-size: 15px;
	text-transform: uppercase;
	padding: 14px 0;
	margin-right: 25px;
	min-width: 0;
	font-weight: 500;
}

#nav ul.nav-menu > li:last-child > a {
	margin-right: 0;
}

#header #nav {
	padding-left: 0;
	padding-right: 0;
}

#header .holder {
	padding-left: 0;
	padding-right: 0;
}

#header > .header-holder {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1260px;
}

@media screen and (min-width: 768px) {
	#header > .header-holder {
		padding-left: 30px;
		padding-right: 30px;
	}

	.header-buttons .buttons li {
		display: inline-block;
		vertical-align: middle;
		padding-left: 10px;
	}
}

.header-buttons .buttons {
	padding: 0;
	margin: 0;
}

	.header-buttons .buttons li a {
		display: inline-block;
		letter-spacing: .6px;
		text-align: center;
		vertical-align: top;
		vertical-align: middle;
		text-transform: uppercase;
		text-decoration: none;
		background: #ffd405;
		padding: 8px 20px 7px;
		transition: all .1s ease-in-out 0s;
		color: #003145;
		font-weight: bold;
	}

@media screen and (min-width: 992px) {
	.header-buttons .buttons li a {
		padding: 12px 20px 10px;
	}

	.appointment-block .left-section .bg-img {
	}
}

.header-buttons .buttons li a:hover {
	background: #002439;
	color: #fff;
}

.header-buttons .buttons li + li a {
	background: #76736e;
	color: #fff;
}

	.header-buttons .buttons li + li a:hover {
		background: #002439;
		color: #fff;
	}

.nav-section {
	position: relative;
	z-index: 20;
	padding-left: 0;
	padding-right: 0;
}

	.nav-section #nav {
		bottom: 0;
	}

.gallery-holder {
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

	.gallery-holder .cycle-gallery > .mask {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}

@media screen and (min-width: 980px) {
	.gallery-holder .cycle-gallery > .mask {
		height: 420px !important;
	}
}

@media screen and (min-width: 768px) {
	.gallery-holder .cycle-gallery .caption {
		width: 35%;
		right: 0;
		background: #032a40;
		left: auto;
	}

		.gallery-holder .cycle-gallery .caption .frame > div {
			width: 100%;
			display: block;
			margin: auto;
			background: transparent;
		}
}

@media screen and (min-width: 980px) {
	.gallery-holder .cycle-gallery .caption {
		width: 30%;
	}
}

.cycle-gallery .btn-holder {
}

	.cycle-gallery .btn-holder div {
	}

	.cycle-gallery .btn-holder .btn-next, .cycle-gallery .btn-holder .btn-prev, .cycle-gallery-2 .btn-holder .btn-next, .cycle-gallery-2 .btn-holder .btn-prev {
		display: inline-block;
		vertical-align: top;
		margin-top: -20px;
		text-align: center;
		width: 25px;
		height: 25px;
		font-size: 18px;
		line-height: 27px;
		color: #003145;
		background: #d5d5d5;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		z-index: 9;
	}

	.cycle-gallery .btn-holder .btn-next, .cycle-gallery-2 .btn-holder .btn-next {
		right: 10px;
	}

	.cycle-gallery .btn-holder .btn-prev, .cycle-gallery-2 .btn-holder .btn-prev {
		left: 10px;
	}

@media screen and (min-width: 1400px) {
	.cycle-gallery .btn-holder .btn-next, .cycle-gallery-2 .btn-holder .btn-next {
		right: 0px;
	}

	.cycle-gallery .btn-holder .btn-prev, .cycle-gallery-2 .btn-holder .btn-prev {
		left: 0px;
	}
}

.cycle-gallery .btn-holder .btn-next:hover, .cycle-gallery .btn-holder .btn-prev:hover, .cycle-gallery-2 .btn-holder .btn-next:hover, .cycle-gallery-2 .btn-holder .btn-prev:hover {
	color: #002439;
	background: #f7e300;
}

@media screen and (min-width: 992px) {
	.cycle-gallery .btn-holder .btn-next, .cycle-gallery .btn-holder .btn-prev, .cycle-gallery-2 .btn-holder .btn-next, .cycle-gallery-2 .btn-holder .btn-prev {
		width: 40px;
		height: 40px;
		font-size: 30px;
		line-height: 36px;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.cycle-gallery h1 {
		font-size: 30px;
		line-height: 40px;
	}
}

.slider-bottom-static-block {
	clear: both;
}

.slider-bottom-static-block-inner {
	padding: 0;
	display: flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	text-align: center;
	max-width: 1200px;
	margin: auto;
	margin-bottom: 25px;
	margin-top: 25px;
}

.slider-bottom-static-block .items-conatiner {
	width: 50%;
	padding: 10px 20px;
	margin-bottom: 0;
	color: #00243a;
}

.slider-bottom-static-block .title h4 {
	margin-bottom: 0;
	margin-top: 12px;
	font-weight: normal;
	font-size: 15px;
}

.slider-bottom-static-block .sub-title {
}

.slider-bottom-static-block .icon img {
	height: auto;
	width: auto;
}

@media screen and (max-width: 500px) {
	.slider-bottom-static-block .items-conatiner {
		width: 50%;
	}
}

@media screen and (min-width: 600px) {
	.slider-bottom-static-block {
		padding: 0 70px;
	}
}

@media screen and (min-width: 992px) {
	.slider-bottom-static-block .items-conatiner {
		width: 25%;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 980px) {
	.header-buttons .buttons li {
		display: block;
		padding-bottom: 5px;
	}

		.header-buttons .buttons li + li a {
			display: block;
		}
}

#sub-naviagation {
	background-color: #f8f8f8;
	margin-bottom: 0rem;
	padding: 15px 0;
}

	#sub-naviagation ul.menu {
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
	}

		#sub-naviagation ul.menu li {
			display: inline-block;
			padding: 0 5px;
		}

			#sub-naviagation ul.menu li a {
				text-decoration: none;
				text-transform: uppercase;
				color: #666360;
				font-size: 11px;
			}

				#sub-naviagation ul.menu li a:hover, #sub-naviagation ul.menu li.active a {
					text-decoration: underline;
				}

.content-holder-inner {
	display: flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	color: #0e3b4f;
}

@media screen and (min-width: 500px) {
	#sub-naviagation ul.menu li {
		padding: 0 10px;
	}

		#sub-naviagation ul.menu li a {
			font-size: 17px;
		}
}

@media screen and (max-width: 992px) {
	.cycle-gallery-2 .slide {
		height: 300px;
	}
}

@media screen and (min-width: 992px) {
	.content-holder-inner .page-title {
		width: 250px;
	}

	.content-holder-inner .article-content {
		width: calc(100% - 250px);
	}

	.content-holder-inner {
		padding: 0 40px;
	}
}

.subscribe-form input[type=email] {
	padding: 10px;
	margin-bottom: 10px;
}

.subscribe-form input[type=submit], .subscribe-form button {
	width: 100%;
	border: 0;
	color: black;
	display: inline-block;
	margin-top: 7px;
	padding: 12px 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .1s ease-in-out 0s;
	background: #ffd405;
	font-weight: 600;
}

.commercial-apartments {
	margin-bottom: 30px;
	color: #fff;
}

	.commercial-apartments .cycle-gallery-2 {
		padding: 0;
	}

	.commercial-apartments .caption {
		padding: 40px;
		background-color: #032a40;
	}

	.commercial-apartments .cycle-gallery-2 .pagination ul {
		text-align: center;
	}

	.commercial-apartments .cycle-gallery-2 .mask {
		height: 100% !important;
	}

.content .commercial-apartments h1 {
	margin: 0 0 20px;
	font-size: 30px;
}

.commercial-apartments .cycle-gallery-2 .slide {
	height: 100%;
}

@media screen and (max-width: 599px) {
	.commercial-apartments .caption {
		padding: 25px 15px;
	}

	.commercial-apartments .cycle-gallery-2, .cycle-gallery-2 {
	}

		.cycle-gallery-2 .slide {
			height: auto;
		}

	.slide-gallery .slick-slide {
		height: 150px;
	}

	.bgfull-stretch img {
	}

	.bgfull-stretch {
	}

	.commercial-apartments .cycle-gallery-2 .mask, .cycle-gallery-2 .mask {
	}
}

@media screen and (min-width: 600px) {
	.commercial-apartments .cycle-gallery-2 {
		width: calc(100% - 300px);
	}

	.commercial-apartments {
		display: flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
	}

		.commercial-apartments .caption {
			width: 300px;
		}
}

.contact-us-form {
	padding: 10px 15px;
}

	.contact-us-form h3 {
		font-size: 23px;
		border-top: 1px solid #7a7772;
		color: #00243a;
		margin-bottom: 0;
		margin-top: 0;
		font-weight: normal;
		padding-top: 25px;
		padding-bottom: 0;
		text-align: center;
	}

	.contact-us-form p {
		margin-bottom: 0;
	}

.product-info-section {
	text-align: center;
	margin-bottom: 25px;
	margin-bottom: 25px;
	padding-top: 0;
}

	.product-info-section .heading {
		padding: 25px 10px;
		background: #00243a;
		color: white;
	}

	.product-info-section h3 {
		color: #fff;
		margin-bottom: 10px;
		font-size: 29px;
		font-weight: normal;
	}

	.product-info-section p {
		color: #fff;
		margin: auto;
		max-width: 970px;
	}

.appointment-block {
	display: flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-bottom: 30px;
	margin-top: 25px;
}

.wp-google-reviews {
}

.appointment-block .left-section .bg-img {
	background-repeat: no-repeat;
	padding: 40% 0;
	background-size: cover;
}

.appointment-block .right-section {
	background-color: #03253a;
	color: #fff;
	display: flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.appointment-block .right-section {
		padding: 30px 15px;
		width: 100%;
	}

	.appleft {
		text-align: center;
	}
}

.appointment-block .right-section .appointment-content {
	margin: auto auto auto 0;
	max-width: 477px;
}

.appointment-block .right-section .link a {
	color: black;
	display: inline-block;
	margin-top: 7px;
	padding: 9px 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .1s ease-in-out 0s;
	background: #ffd405;
	font-weight: 600;
}

	.appointment-block .right-section .link a:hover {
		background: #f2f4f5 none repeat scroll 0 0;
		color: #03263a;
	}

.appointment-block .right-section h2 {
	font-size: 32px;
}

.product-detail-content {
	text-align: left;
	padding: 0 10px;
	padding-top: 25px;
	max-width: 970px;
	margin: 0 auto;
	padding-bottom: 0;
	margin-bottom: 0;
}

.videosblock .videoinner {
	background: #03253a;
	color: white;
}

.videosblockalt .videoinner {
	background: #03253a;
	color: white;
	margin: 2rem 0;
}

@media (min-width: 992px) {
	.videosblock .videoinner {
		background: #03253a;
		background: -webkit-gradient(left top,right top,color-stop(0%,#222),color-stop(100%,#222)) no-repeat -15rem 0;
		background: linear-gradient(to right,#03253a 0%,#03253a 100%) no-repeat -15rem 0;
		color: white;
		padding: 3rem 0;
		margin-top: 3rem;
	}

	.videosblockalt .videoinner {
		background: #03253a;
		background: -webkit-gradient(left top,right top,color-stop(0%,#222),color-stop(100%,#222)) no-repeat 15rem 0;
		background: linear-gradient(to right,#03253a 0%,#03253a 100%) no-repeat 15rem 0;
		padding: 3rem 0;
		color: white;
		margin-top: 3rem;
	}
}

.videoinner {
}

.videobox:before {
	content: "";
	display: block;
	padding-top: 56.25%;
	width: 100%;
}

.videobox {
	position: relative;
}

.videoWrapper {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}

	.videoWrapper iframe {
		width: 100%;
		height: 100%;
	}

.textbox {
	padding: 2em 2rem;
	padding-bottom: 0;
}

@media (max-width: 992px) {
	.textbox {
		text-align: center;
	}

	.content .textbox .title h2 {
		font-size: 20px !important;
	}

	.videocontain {
		padding: 2em 2rem;
		padding-top: 0;
	}

	.videosblockalt .textbox .description, .textbox .description p {
		margin-bottom: 0 !important;
	}

	.textbox .link a {
		display: none !important;
	}
}

.textbox .title {
	color: #ffd405;
}

.content .textbox .title h2 {
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

.textbox .description {
	font-size: 16px;
	margin-bottom: 20px;
}

.textbox .link {
}

	.textbox .link a, .textbox .link a:hover {
		background: #ffd405;
		padding: 15px;
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
	}

.product-detail-selected .slectedproduct {
	background-color: #ebebeb;
	padding: 20px;
}

.videocontain .link a, .videocontain .link a:hover {
	background: #ffd405;
	padding: 15px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}

.videocontain .link {
	padding-top: 30px;
	text-align: center;
}

.product-detail-selected .col-md-4 {
	margin-bottom: 25px;
}

.product-detail-selected {
	padding-bottom: 25px;
	border-top: 1px solid #7a7772;
	margin-top: 25px;
	padding-top: 0;
}

	.product-detail-selected h3 {
		font-size: 23px;
		text-align: center;
		margin-bottom: 25px;
		padding-top: 25px;
	}

	.product-detail-selected .product-info h3 {
		padding: 0;
		margin: 0;
		text-align: left;
		margin-bottom: 10px;
		font-weight: 500;
		font-size: 20px;
		padding-top: 0;
	}

	.product-detail-selected .slectedproduct h2 {
		margin-bottom: 10px;
	}

.product-detail-content p:last-child {
	margin-bottom: 0;
}

.product-detail-items {
	border-top: 1px solid #7a7772;
	min-height: 2px;
	padding: 0;
	padding: 0 5px;
	margin-bottom: 25px;
	margin-top: 20px;
}

.product-bluebox {
	padding: 10px;
	padding-bottom: 25px;
	margin-top: 25px;
	background: #00243a;
	padding-top: 15px;
	color: white;
	text-align: center;
}

	.product-bluebox h2 {
		color: #fff;
	}

.content .product-bluebox h1 {
	color: white;
	max-width: 970px;
	margin: 0 auto;
	margin-bottom: 5px;
	font-weight: bold;
	padding-top: 0;
}

.product-detail-content h1 {
	color: #00243a;
	margin-bottom: 1rem !important;
}

.product-detail-content p {
	color: #00243a;
	margin-left: auto;
	font-size: 15px;
	margin-right: auto;
}

.product-bluebox p {
	color: white;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 4px;
}

.appointment-block .right-section h2 {
	font-size: 29px;
	line-height: 1.3;
	font-weight: normal;
}

.appointment-block .left-section {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.appointment-block .left-section {
		width: 360px;
	}

	.appointment-block .right-section {
		width: calc(100% - 360px);
		padding: 30px 15px;
	}

	.appointment-block .left-section .bg-img {
		padding: 45% 0;
		height: 100%;
	}
}

@media screen and (min-width: 992px) {
	.appointment-block .left-section {
		width: 470px;
	}

	.product-info-section p, .product-bluebox p {
		font-size: 17px;
	}

	.appointment-block .right-section {
		padding: 30px 55px;
		width: calc(100% - 470px);
	}

	.appointment-block .left-section .bg-img {
		padding: 34% 0;
		height: 100%;
	}
}

.body-class-page-template-template-get-started .send-form {
	max-width: 930px;
}

	.body-class-page-template-template-get-started .send-form h1 {
		font-size: 32px;
	}

	.body-class-page-template-template-get-started .send-form p {
		font-size: 15px;
	}

	.body-class-page-template-template-get-started .send-form .steps-holder .content-bar h2 {
		font-size: 22px;
	}

	.body-class-page-template-template-get-started .send-form .btn-prev, .body-class-page-template-template-get-started .send-form .btn-next {
		float: left;
	}

	.body-class-page-template-template-get-started .send-form .btn-prev {
		background-color: #ded9d3;
		color: #002439;
	}

		.body-class-page-template-template-get-started .send-form .btn-prev:hover {
			background: #002439 none repeat scroll 0 0;
			color: #ded9d3;
		}

	.body-class-page-template-template-get-started .send-form .btn-next {
		background-color: #002439;
		color: #fff;
	}

		.body-class-page-template-template-get-started .send-form .btn-next:hover {
			background: #edeae3 none repeat scroll 0 0;
			color: #002439;
		}

	.body-class-page-template-template-get-started .send-form .steps-holder .btn-wrap .btn-submit {
		background: #002439 none repeat scroll 0 0;
		border: 2px solid #002439;
		color: #edeae3;
	}

		.body-class-page-template-template-get-started .send-form .steps-holder .btn-wrap .btn-submit:hover {
			background: #edeae3 none repeat scroll 0 0;
			color: #002439;
		}

.body-class-page-template-template-get-started #main.get-started-main {
	background-color: #fff;
	max-width: 100%;
	padding-bottom: 3rem;
}

.download-form select.form-control:not([size]):not([multiple]) {
	margin-bottom: 20px;
	height: auto;
}

.body-class-page-template-template-get-started #main.get-started-main .main-container {
	max-width: 1200px;
	margin: auto;
}

@media screen and (min-width: 600px) {
	.body-class-page-template-single-apartment .commercial-apartments, .body-class-single-apartment .commercial-apartments {
		min-height: 352px;
	}

		.body-class-page-template-single-apartment .commercial-apartments .bg-stretch img, .body-class-single-apartment .commercial-apartments .bg-stretch img {
			height: 490px !important;
		}
}

@media screen and (min-width: 980px) {
	.hidden-desktop {
		display: none;
	}
}

@media screen and (max-width: 980px) {
	.hidden-mobile {
		display: none;
	}
}

.alm-load-more-btn {
	border: 0px;
	background: #fdd501;
	padding: 10px 15px;
	font-size: 14px;
	text-transform: uppercase;
	outline: none;
	font-weight: 600;
}

.alm-btn-wrap {
	text-align: center;
}

.alm-load-more-btn.done {
	background: #dcdcda;
	color: grey;
	cursor: not-allowed;
}

@media screen and (max-width: 1048px) {
	#nav ul.nav-menu > li > a {
		margin-right: 20px;
	}

	.iconcusx {
		max-width: 150px;
		margin: 0 auto;
	}
}

.vcenter {
	text-align: center;
	padding-top: 0;
	padding-bottom: 25px;
}

.vertical-align {
	display: flex;
	align-items: center;
}

.descriptionappoint {
}

	.descriptionappoint ul {
		padding-left: 0;
	}

		.descriptionappoint ul li {
			padding-bottom: 4px;
			list-style: none;
			line-height: 1.5;
			text-align: left;
			background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/uploads/2018/06/tick.png") left top no-repeat;
			padding-left: 30px;
			margin-bottom: 5px;
			font-weight: bold;
		}

			.descriptionappoint ul li.nitro-lazy {
				background-image: none !important;
			}

.alm-load-more-btn.done {
	display: none;
}

.wp-gr .wp-google-url {
	display: none !important;
}

.wp-google-urlnew {
	display: block;
	margin: 10px 0 !important;
	color: #2c7cff;
	text-align: center;
	font-size: 16px;
}

.appontmentrequest {
	text-align: center;
}

	.appontmentrequest a {
		color: black;
		display: inline-block;
		margin-top: 0;
		padding: 9px 20px;
		text-decoration: none;
		text-transform: uppercase;
		transition: all .1s ease-in-out 0s;
		background: #ffd405;
		font-weight: 600;
	}

body {
	background: white;
}

.contactbtn {
	text-align: center;
	padding: 30px;
}

	.contactbtn .btntest {
		background: #ffd405;
		padding: 10px 30px;
		border: 0;
		text-transform: uppercase;
		outline: none;
	}

.contactshow .new-contactform {
	margin: 0 auto;
}

.new-contactform {
	max-width: 700px;
	margin: 0;
	font-size: 16px;
	padding-bottom: 50px;
}

.agreenpriv {
	text-align: center;
}

.submitcbtn {
	text-align: left;
}

div.wpcf7 .ajax-loader {
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	width: auto;
	margin: 10px 0 0 4px;
}

	div.wpcf7 .ajax-loader:after {
		content: "Loading...";
		padding-left: 20px;
		display: block;
		height: 20px;
	}

.new-contactform .selectmr input[type="radio"] {
	display: none;
}

.new-contactform .selectmr {
	margin-bottom: 20px;
}

	.new-contactform .selectmr .wpcf7-list-item-label {
		display: block;
		width: 100%;
		background: #ebebeb;
		border-right: 2px solid white;
		padding: 10px;
		cursor: pointer;
		font-size: 16px;
	}

	.new-contactform .selectmr .wpcf7-form-control {
		display: flex;
	}

		.new-contactform .selectmr .wpcf7-form-control .wpcf7-list-item {
			flex: 1;
			padding: 0;
			margin: 0;
		}

			.new-contactform .selectmr .wpcf7-form-control .wpcf7-list-item:last-child .wpcf7-list-item-label {
				border-right: 0;
			}

			.new-contactform .selectmr .wpcf7-form-control .wpcf7-list-item label {
				display: block;
				text-align: center;
				margin: 0;
			}

	.new-contactform .selectmr input[type=radio]:checked + .wpcf7-list-item-label {
		background: #ffd405;
		color: black;
	}

.new-contactform .contacttype input {
	display: none;
}

.new-contactform .contacttype {
	margin-bottom: 20px;
}

	.new-contactform .contacttype .wpcf7-list-item-label {
		display: block;
		width: 100%;
		background: #ebebeb;
		border-right: 2px solid white;
		padding: 16px;
		cursor: pointer;
		font-size: 16px;
	}

	.new-contactform .contacttype .wpcf7-form-control {
	}

		.new-contactform .contacttype .wpcf7-form-control .wpcf7-list-item {
			display: block;
		}

			.new-contactform .contacttype .wpcf7-form-control .wpcf7-list-item:last-child .wpcf7-list-item-label {
				border-right: 0;
			}

			.new-contactform .contacttype .wpcf7-form-control .wpcf7-list-item label {
				display: block;
				text-align: center;
				padding-bottom: 10px;
			}

	.new-contactform .contacttype input[type="checkbox"]:checked + .wpcf7-list-item-label {
		background: #ffd405;
		color: black;
	}

.contactname, .contactemail, .contacttel, .contacttext {
	padding-bottom: 5px;
}

.new-contactform input[type=email], .new-contactform input[type=file], .new-contactform input[type=password], .new-contactform input[type=tel], .new-contactform input[type=text], .new-contactform textarea {
	border: 2px solid #ebebeb;
	background: white;
}

.new-contactform input.wpcf7-not-valid {
	border-color: #ffb5b5;
}

.new-contactform .wpcf7-not-valid-tip {
	display: none;
}

.new-contactform .wpcf7-form-control.wpcf7-submit {
	background: #053245;
	border: 0;
	color: white;
	outline: none;
	text-transform: uppercase;
}

	.new-contactform .wpcf7-form-control.wpcf7-submit:hover {
		background: #fdd501;
		color: #0f3c4e;
	}

.wp-google-reviews .wp-google-review:nth-child(1n+13) {
	display: none !important;
}

.wp-google-reviews .wp-google-review:nth-child(2), .wp-google-reviews .wp-google-review:nth-child(6), .wp-google-reviews .wp-google-review:nth-child(7), .wp-google-reviews .wp-google-review:nth-child(9) {
	display: none;
}

.moderncform select {
	height: 40px;
}

.moderncform {
	max-width: 750px;
	margin: 0;
	font-size: 16px;
	padding-bottom: 50px;
}

.centerform .moderncform {
	margin: 0 auto;
}

.selectmr input[type="radio"] {
	display: none !important;
}

.moderncform .selectmr {
	margin-bottom: 20px;
}

.selectmr .gfield_radio li label, .selectmr .gfield_radio div label {
	display: block;
	width: 100% !important;
	background: #ebebeb;
	border-right: 2px solid white;
	padding: 10px;
	cursor: pointer;
	font-size: 16px;
	max-width: 100% !important;
	margin: 0;
}

.selectmr .gfield_radio {
	display: flex;
	width: 100% !important;
}

	.selectmr .gfield_radio li, .selectmr .gfield_radio div {
		flex: 1;
		padding: 0;
		margin: 0;
		text-align: center;
	}

.gform_wrapper ul {
	margin: 0;
	padding-left: 0;
}

.selectmr .gfield_radio li:last-child label, .selectmr .gfield_radio div:last-child label {
	border-right: 0;
}

.moderncform .gform_wrapper input, .moderncform .gform_wrapper textarea {
	font-size: 15px !important;
	margin: 0;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label, .gform_wrapper .gfield_checkbox div label, .gform_wrapper .gfield_radio div label {
	font-size: 1em;
}

.moderncform .gform_wrapper label.gfield_label {
	font-size: 15px;
}

.selectmr input[type=radio]:checked + label {
	background: #ffd405;
	color: black;
}

.moderncform .contacttype input[type="checkbox"] {
	display: none !important;
}

.moderncform .contacttype {
	margin-bottom: 20px;
}

	.moderncform .contacttype .gfield_checkbox li label, .moderncform .contacttype .gfield_checkbox div label {
		display: block;
		width: 100%;
		max-width: 100%;
		background: #ebebeb;
		border-right: 2px solid white;
		padding: 16px;
		cursor: pointer;
		font-size: 16px;
		margin-right: 0;
	}

	.moderncform .contacttype .wpcf7-form-control {
	}

	.moderncform .contacttype .gfield_checkbox li, .moderncform .contacttype .gfield_checkbox div {
		display: block;
	}

		.moderncform .contacttype .gfield_checkbox li:last-child label, .moderncform .contacttype .gfield_checkbox div:last-child label {
			border-right: 0;
		}

	.moderncform .contacttype .gfield_checkbox li, .moderncform .contacttype .gfield_checkbox div {
		display: block;
		text-align: center;
		padding-bottom: 10px;
	}

		.moderncform .contacttype .gfield_checkbox li input[type="checkbox"]:checked + label, .moderncform .contacttype .gfield_checkbox div input[type="checkbox"]:checked + label {
			background: #ffd405;
			color: black;
		}

.contactname, .contactemail, .contacttel, .contacttext {
	padding-bottom: 5px;
}

.moderncform input[type=email], .moderncform input[type=file], .moderncform input[type=password], .moderncform input[type=tel], .moderncform input[type=text], .moderncform textarea {
	border: 2px solid #ebebeb;
	background: white;
}

.moderncform input.wpcf7-not-valid {
	border-color: #ffb5b5;
}

.moderncform .wpcf7-not-valid-tip {
	display: none;
}

.moderncform .gform_button {
	background: #053245;
	border: 0;
	color: white;
	outline: none;
	text-transform: uppercase;
}

	.moderncform .gform_button:hover {
		background: #fdd501;
		color: #0f3c4e;
	}

.error {
	color: red;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.gallerygrid {
	max-width: 970px;
	list-style: none;
	margin: 0px auto;
	margin-bottom: 25px;
}

	.gallerygrid .item {
		display: block;
		float: left;
		padding: 8px;
		width: 33%;
		opacity: 1;
	}

		.gallerygrid .item a, .gallerygrid .item img {
			outline: none;
			border: none;
			display: block;
			max-width: 100%;
			border-radius: 0;
			border-radius: 5px;
		}

	.gallerygrid.effect-2 .item.animate {
		-webkit-transform: translateY(200px);
		transform: translateY(200px);
		-webkit-animation: moveUp .65s ease forwards;
		animation: moveUp .65s ease forwards;
	}

@-webkit-keyframes moveUp {
	0% {
	}

	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes moveUp {
	0% {
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@media screen and (max-width: 900px) {
	.gallerygrid .item {
		width: 50%;
	}

	.hero-textbox {
		display: none;
	}
}

@media screen and (max-width: 400px) {
}

.rev-left {
	display: table-cell !important;
	padding-right: 10px !important;
	vertical-align: top !important;
}

	.rev-left img {
		float: left !important;
		height: 50px !important;
		width: 50px !important;
		margin-right: 5px !important;
		border-radius: 50% !important;
		max-width: none;
	}

.rev-right {
	display: table-cell !important;
	vertical-align: top !important;
	width: 10000px !important;
}

.rev-title {
	color: #427fed !important;
	font-weight: bold;
}

.rev-days {
	color: #999 !important;
	font-size: 13px !important;
}

.rev-star {
	display: inline-block;
	margin-right: 4px !important;
}

	.rev-star .wp-star {
		padding: 0 4px 0 0 !important;
		line-height: 22px !important;
	}

		.rev-star .wp-star svg {
			width: 16px !important;
			height: 16px !important;
			vertical-align: middle !important;
			-moz-box-sizing: content-box !important;
			-webkit-box-sizing: content-box !important;
			box-sizing: content-box !important;
		}

.morecontent span {
	display: none;
}

.morelink {
	display: block;
	color: #136aaf;
}

.col.revcol {
	max-width: 22%;
	padding-left: 5px;
	padding-right: 5px;
}

.greview .row {
	margin-right: -5px;
	margin-left: -5px;
	padding-bottom: 25px;
}

.greviewtitle {
}

.padding20 {
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

@media (min-width: 992px) {
	.col-lg-25 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

.hero-static {
	position: relative;
}

.hero-img img {
	width: 870px;
	max-width: 100%;
}

.hero-textbox {
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 2;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	width: 30%;
	right: 0;
	background: #032a40;
	left: auto;
}

.hero-textin {
	padding: 40px 30px;
	margin: 0 auto;
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: left;
}

.herocell {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 0 0 56px;
}

.body-class-single-product .content .hero-textin h1 {
	color: #fff !important;
	text-align: left;
}

.hero-textin p {
	margin: 0 0 2rem;
}

.hero-textin a {
}

.apptitle {
	font-size: 23px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px !important;
	padding: 0 20px;
}

.appsubtitle {
	text-align: center;
	font-weight: bold;
	margin-bottom: 25px;
	font-size: 16px;
	padding: 0 10px;
}

.sticky_footer {
	background: #ffd405;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 5;
	text-align: center;
	padding: 8px 0;
}

	.sticky_footer a {
		text-transform: uppercase;
		font-weight: bold;
		color: #333;
		text-decoration: none;
	}

.body-class-elementor-template-full-width .zopim {
	display: none !important;
}

.gform_wrapper .gfield_description {
	margin-bottom: 10px;
}

.ct-countdown a {
	color: inherit;
	text-decoration: none;
}

.ct-countdown {
	display: block;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
	transition: all .5s ease;
	position: relative;
}

	.ct-countdown.js-added {
		height: auto;
		overflow: initial;
		visibility: visible;
	}

.ct-countdown-inner {
	overflow: hidden;
	visibility: hidden;
	transition: all .5s ease;
	width: 100%;
	height: 0px;
}

.ct-countdown-cont-w {
	width: 100%;
	border-bottom: 2px solid red;
}

.ct-countdown.ct-showing .ct-countdown-inner {
	display: flex;
	opacity: 1;
	visibility: visible;
}

.ct-countdown .ct-closed {
	overflow: initial;
	visibility: visible;
	opacity: 1;
}

.ct-countdown-cont {
	align-items: center;
	display: flex;
	width: 100%;
	justify-content: center;
	position: relative;
}

.ct-timer {
	background: #e74f68;
	color: #fff;
	padding: 3px 10px;
	text-align: center;
}

.ct-clock-title {
	text-transform: uppercase;
	font-size: 14px;
}

.ct-time-type-v .ct-clock-title {
	flex: none;
}

.ct-time-type-h .ct-timer {
	display: flex;
	align-items: center;
}

.ct-time-type-h .ct-clock-title {
	margin-right: 10px;
}

.ct-timer .ct-num {
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	cursor: default;
}

	.ct-timer .ct-num span {
		border-radius: 3px;
		display: block;
		min-width: 30px;
	}

		.ct-timer .ct-num span.ct-title {
			margin-left: 0;
			font-size: 12px;
			text-transform: uppercase;
			border: 0;
		}

.ct-text {
	margin-left: 15px;
}

	.ct-text code {
		background: #fcffa9;
		border: 1px dashed #aaa;
		margin-left: 10px;
		font-size: 16px;
		padding: 5px 10px 4px;
	}

.ct-close {
	width: 1.5em;
	height: 1.5em;
	padding: 5px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	transform: translate(-50%,-50%);
	line-height: 0;
	opacity: 0;
	z-index: 0;
	visibility: hidden;
}

.js-added .ct-close {
	z-index: 5;
	opacity: 1;
	visibility: visible;
}

.ct-close svg {
	fill: currentColor;
}

.ct-closed .ct-close {
	background: #fff;
	opacity: 0;
	height: 0px;
	width: 0px;
	display: block;
	overflow: hidden;
}

	.ct-closed .ct-close svg {
		transition: all .5s ease;
	}

	.ct-closed .ct-close svg {
		transform: rotate(180deg);
	}

.ct-text-w {
	display: inline-block;
}

.sfiltertabs {
}

.fabric-list-item {
	margin-bottom: 20px;
}

	.fabric-list-item img {
		width: 100%;
	}

.product-detail-filter {
	margin: 30px 0;
}

.fabric-meta {
	background: #f1f1f1;
	padding: 10px;
	text-align: center;
}

.sfiltertabs-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fabric-meta h4 {
	font-size: 18px;
	margin-bottom: 0;
}

.sfiltertabs-nav li {
	float: left;
	width: 25%;
	margin: 0;
	cursor: pointer;
	list-style: none;
}

	.sfiltertabs-nav li:first-child a {
	}

	.sfiltertabs-nav li:last-child a {
	}

	.sfiltertabs-nav li a {
		background-color: #eaeaed;
		color: #263444;
		display: block;
		font-weight: 600;
		padding: 12px 0;
		text-align: center;
		text-decoration: none;
		margin: 0 10px;
		font-size: 1.2em;
		background-size: 40px;
		background-repeat: no-repeat;
		background-position: 5px;
	}

		.sfiltertabs-nav li a.filtercol-link {
			background-image: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/uploads/2021/02/color.png");
		}

			.sfiltertabs-nav li a.filtercol-link.nitro-lazy {
				background-image: none !important;
			}

		.sfiltertabs-nav li a.filtermat-link {
			background-image: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/uploads/2021/02/material.png");
		}

			.sfiltertabs-nav li a.filtermat-link.nitro-lazy {
				background-image: none !important;
			}

		.sfiltertabs-nav li a.filterfea-link {
			background-image: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/uploads/2021/02/feature.png");
		}

			.sfiltertabs-nav li a.filterfea-link.nitro-lazy {
				background-image: none !important;
			}

		.sfiltertabs-nav li a.filterna-link {
			background-image: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/uploads/2021/02/name.png");
		}

			.sfiltertabs-nav li a.filterna-link.nitro-lazy {
				background-image: none !important;
			}

		.sfiltertabs-nav li a:hover {
		}

	.sfiltertabs-nav li.sfiltertab-active a {
		cursor: default;
		background-color: #ffd405;
	}

.fabric-container {
	padding: 0 10px;
}

.sfiltertabs-stage {
	clear: both;
	padding: 24px 30px;
	position: relative;
	top: -1px;
}

.list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.list--list-item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

	.list--list-item:last-child {
		border-bottom: 0;
		margin: 0;
	}

.no-result {
	display: none;
}

.fabric-container .mix {
	display: none;
}

.sfiltercolor .color-field input {
	display: none;
}

.sfiltercolor .color-field label:before {
	content: "";
	width: 32px;
	height: 32px;
	display: inline-block;
	border: 2px solid #333;
	border-radius: 50%;
	margin-right: 10px;
}

.sfiltercolor .color-field input:checked + label:before {
	border: 2px solid #ffd405;
}

.sfiltercolor .color-field label {
	display: flex;
	margin-bottom: 10px;
}

.sfiltercolor .color-field label {
}

.sfiltercolor .beige-field label:before {
	background: #ccc5b4;
}

.sfiltercolor .black-field label:before {
	background: #000;
}

.sfiltercolor .blue-field label:before {
	background: #226ae6;
}

.sfiltercolor .brown-field label:before {
	background: #5e3f1a;
}

.sfiltercolor .green-field label:before {
	background: #22c91c;
}

.sfiltercolor .grey-field label:before {
	background: #d6d6d6;
}

.sfiltercolor .orange-field label:before {
	background: #d68b09;
}

.sfiltercolor .pink-field label:before {
	background: #eb07eb;
}

.sfiltercolor .purple-field label:before {
	background: #800080;
}

.sfiltercolor .red-field label:before {
	background: #f51d0a;
}

.sfiltercolor .white-field label:before {
	background: #fff;
}

.sfiltercolor .yellow-field label:before {
	background: #edd607;
}

.sfiltermat .mat-field input {
	display: none;
}

.sfiltermat .mat-field label:before {
	content: "";
	width: 40px;
	height: 40px;
	display: inline-block;
	border: 2px solid transparent;
	margin-right: 10px;
}

.sfiltermat .mat-field input:checked + label:before {
	border: 2px solid #ffd405;
}

.sfiltermat .mat-field label {
	display: flex;
	margin-bottom: 10px;
}

.sfiltermat .patterns-field label:before {
	background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/wonderlux.com.au/wp-content/uploads/2019/10/icon3.png") no-repeat scroll 50% 50% rgba(0,0,0,0);
	background-size: cover;
}

.sfiltermat .plains-field label:before {
	background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/wonderlux.com.au/wp-content/uploads/2019/10/icon1.png") no-repeat scroll 50% 50% rgba(0,0,0,0);
	background-size: cover;
}

.sfiltermat .plainstext-field label:before {
	background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/wonderlux.com.au/wp-content/uploads/2019/10/icon2.png") no-repeat scroll 50% 50% rgba(0,0,0,0);
	background-size: cover;
}

.sfilterfeature .feature-field input {
	display: none;
}

.sfilterfeature .feature-field label:before {
	content: "";
	width: 40px;
	height: 40px;
	display: inline-block;
	border: 2px solid transparent;
	margin-right: 10px;
}

.sfilterfeature .feature-field input:checked + label:before {
	border: 2px solid #ffd405;
}

.sfilterfeature .blockout-field label:before {
	background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/wonderlux.com.au/wp-content/uploads/2019/10/icon4.png") no-repeat scroll 50% 50% rgba(0,0,0,0);
	background-size: cover;
}

.sfilterfeature .light-field label:before {
	background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/wonderlux.com.au/wp-content/uploads/2019/10/icon5.png") no-repeat scroll 50% 50% rgba(0,0,0,0);
	background-size: cover;
}

.sfilterfeature .screen-field label:before {
	background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/wonderlux.com.au/wp-content/uploads/2019/10/icon5.png") no-repeat scroll 50% 50% rgba(0,0,0,0);
	background-size: cover;
}

.sfilterfeature .feature-field label {
	display: flex;
	margin-bottom: 10px;
}

.showmore-wrap {
	text-align: center;
	margin: 30px 0;
}

a#fshowmore {
	border: 0px;
	background: #fdd501;
	padding: 10px 15px;
	font-size: 14px;
	text-transform: uppercase;
	outline: none;
	outline: none;
	font-weight: 600;
	color: #00243a;
}

#fshowmore {
	display: none;
}

	#fshowmore.visible {
		display: inline-block;
	}

a#fshowmore:hover {
	color: #222;
	outline: none;
}

a#fshowmore:focus {
	outline: none;
}

@media screen and (max-width: 768px) {
	.sfiltertabs-nav li {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media (max-width: 768px) {
	.ct-countdown {
		display: none !important;
	}
}

@media (max-width: 720px) {
	.ct-countdown.ct-showing .ct-countdown-inner .ct-timer {
		display: inline-block;
	}

	.ct-text {
		margin-top: 10px;
	}

	.ct-countdown.ct-time-type-h .ct-timer div {
		display: inline-block;
	}

	.ct-close {
		right: 0px;
		width: 25px;
		height: 25px;
		transform: translate(0%,-50%);
	}

	.ct-countdown-cont {
		display: block;
		text-align: center;
		padding: 15px 15px;
	}

	.ct-timer {
		display: inline-block;
		flex: none;
		margin: 0 auto;
	}

	.ct-text-w {
		display: block;
	}

	.ct-text code {
		margin-left: 0px;
		margin-top: 10px;
		display: inline-block;
	}
}

.mobileoffer {
	background: #ffd405;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-top: 1px solid #7a7771;
	border-bottom: 1px solid #7a7771;
}

@media (max-width: 350px) {
	.mobileoffer {
		font-size: 11px;
	}

	.content h1 {
		font-size: 19px;
		line-height: 1.4;
	}
}

.gform_wrapper.gf_browser_ie .gform_footer input.button {
	padding: 12px 30px;
}

.moderncform.size600 {
	max-width: 600px;
}

@media screen and (max-width: 767px) {
	.header-buttons .buttons {
		display: flex;
		display: -webkit-flex;
		padding: 2px 0px 2px 0;
	}

	.header-buttons {
		padding-top: 0;
	}

	.slider-bottom-static-block-inner {
		padding-bottom: 0 !important;
	}

	.top-header .header-buttons {
		padding-top: 25px;
	}

	.product-bluebox {
		margin-top: 0px !important;
	}

	.appointment-block .right-section h2 {
		font-size: 20px !important;
	}

	.mobile-view-top-buttons {
	}

	.product-detail-items h3 {
		font-size: 19px;
		margin-bottom: 15px;
		padding-top: 15px;
	}

	.google-reviews-section h1 {
	}

	.product-detail-selected h3 {
		font-size: 19px;
		padding: 10px;
		padding-top: 0;
	}

	.product-info-section {
		padding-top: 0 !important;
	}

	.header-buttons .buttons li {
		width: 50%;
		padding-right: 2px;
		list-style: none;
	}

		.header-buttons .buttons li:last-child {
			padding-right: 0;
		}

		.header-buttons .buttons li a {
			width: 100%;
		}
}

@media screen and (max-width: 380px) {
	.header-buttons .buttons li a {
		font-size: 12px;
		letter-spacing: .4px;
		padding: 10px 5px 8px;
	}
}

@media screen and (max-width: 350px) {
	.header-buttons .buttons li a {
		font-size: 11px;
		letter-spacing: .4px;
		padding: 10px 5px 8px;
	}
}

@media screen and (min-width: 768px) {
	#header .logo {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	body .eael-data-table .td-content {
		width: 100%;
		-ms-flex-pack: flex-start;
		justify-content: flex-start;
	}

	.tablecol {
		width: 50%;
	}
}

li.gfmc-column ul {
	margin-left: 0;
	padding-left: 0;
}

.gform_fields.top_label.form_sublabel_below.description_below {
	clear: both;
}

.gfield > div.ginput_container > input.medium {
	width: 100%;
}

li[class*="column-count-"] {
	vertical-align: top;
	box-sizing: border-box;
	display: inline-block;
}

li[class*="-of-2"] {
	width: 50%;
}

li[class*="-of-3"] {
	width: 33%;
}

li[class*="-of-4"] {
	width: 25%;
}

li[class*="-of-5"] {
	width: 20%;
}

li[class*="-of-6"] {
	width: 16%;
}

li[class*="-of-7"] {
	width: 14%;
}

li[class*="-of-8"] {
	width: 12%;
}

li[class*="-of-9"] {
	width: 11%;
}

li[class*="-of-10"] {
	width: 10%;
}

@media screen and (max-width: 600px) {
	li[class*="column-count-"] {
		width: 100% !important;
	}
}

.row-divider {
	clear: both;
}

li[class*="column-count-1"] > div > ul {
	padding-left: 0;
	margin-left: 0;
}

.gform_fields.top_label.form_sublabel_below.description_below {
	clear: both;
}

li[class*="column-count-"] {
	vertical-align: top;
	box-sizing: border-box;
	display: inline-block;
}

.gfmc-column {
	display: inline-block;
	vertical-align: text-top;
}

	.gfmc-column .gform_wrapper {
		width: 100%;
	}

li.gfmc-column ul {
	margin-left: 0;
	padding-left: 0;
}

@media screen and (max-width: 600px) {
	li.gfmc-column {
		width: 100% !important;
	}
}

li[class*="column-count-1"] > div > ul {
	padding-left: 0;
	margin-left: 0;
}

@media screen and (min-width: 641px) {
	.gfmc-container {
		column-gap: 1em;
	}
}

.gform-theme--framework :where(:not(html):not(iframe):not(canvas):not(img):not(svg):not(video) :not(svg *):not(symbol *) :not(.gform-theme__no-reset--el):not(.gform-theme__no-reset--children *):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-reset):not(.gform-theme__disable-reset *):not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message>*):not(.form_saved_message_sent>*):not(.gform_confirmation_message *):not(.wp-editor-container):not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area):not(.gfield_description>*):not(.gform-field-label--type-inline>:not(span))) {
	all: unset;
	display: revert;
}

.gform-theme--framework *, .gform-theme--framework :after, .gform-theme--framework :before {
	box-sizing: border-box;
}

.gform-theme--framework a, .gform-theme--framework button {
	cursor: revert;
}

.gform-theme--framework menu, .gform-theme--framework ol, .gform-theme--framework ul {
	list-style: none;
}

.gform-theme--framework img {
	max-block-size: 100%;
	max-inline-size: 100%;
}

.gform-theme--framework table {
	border-collapse: collapse;
}

.gform-theme--framework input, .gform-theme--framework textarea {
	-webkit-user-select: auto;
}

.gform-theme--framework textarea {
	white-space: revert;
}

.gform-theme--framework meter {
	-webkit-appearance: revert;
	-moz-appearance: revert;
	appearance: revert;
}

.gform-theme--framework :where(pre) {
	all: revert;
}

.gform-theme--framework ::-moz-placeholder {
	color: unset;
}

.gform-theme--framework ::placeholder {
	color: unset;
}

.gform-theme--framework :where([hidden]) {
	display: none;
}

.gform-theme--framework :where([contenteditable]:not([contenteditable=false])) {
	-moz-user-modify: read-write;
	-webkit-user-modify: read-write;
	word-wrap: break-word;
	-webkit-line-break: after-white-space;
	-webkit-user-select: auto;
}

.gform-theme--framework :where([draggable=true]) {
	-webkit-user-drag: element;
}

.gform-theme--framework :where(dialog:modal) {
	all: revert;
}

.gform-theme--framework input[type=checkbox]:before, .gform-theme--framework input[type=radio]:before {
	height: auto;
	margin-block: 0;
	margin-inline: 0;
	position: static;
	width: auto;
}

.gform-theme--framework input[type=checkbox]:after, .gform-theme--framework input[type=radio]:after {
	content: none;
}

.gform-theme--api, .gform-theme--foundation {
	--gform-theme-form-row-gap: 40px;
	--gform-theme-form-col-gap: 16px;
	--gform-theme-field-row-gap: 12px;
	--gform-theme-field-col-gap: 12px;
	--gform-theme-label-horizontal-layout-width: 30%;
	--gform-theme-label-required-gap: 6px;
	--gform-theme-form-footer-margin-block-start: 24px;
	--gform-theme-form-footer-gap: 8px;
	--gform-theme-field-date-inline-size: 168px;
	--gform-theme-field-time-inline-size: 110px;
	--gform-theme-field-list-buttons-gap: 8px;
	--gform-theme-field-list-buttons-inline-size: calc(32px + var(--gform-theme-field-list-buttons-gap) + var(--gform-theme-field-col-gap));
	--gform-theme-field-page-steps-row-gap: 8px;
	--gform-theme-field-page-steps-col-gap: 24px;
}

	.gform-theme--foundation *, .gform-theme--foundation :after, .gform-theme--foundation :before {
		box-sizing: border-box;
	}

	.gform-theme--foundation fieldset, .gform-theme--foundation legend {
		background: none;
		padding: 0;
	}

	.gform-theme--foundation fieldset {
		border: none;
		display: block;
		margin: 0;
	}

	.gform-theme--foundation legend {
		margin-inline: 0;
	}

.gform_anchor.focus-visible {
	outline: none;
}

.gform_anchor:focus-visible {
	outline: none;
}

.gform-theme--foundation .hidden_label .gfield_label, .gform-theme--foundation .hidden_sub_label, .gform-theme--foundation .screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	word-wrap: normal !important;
	border: 0;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.gform-theme--foundation button.screen-reader-text:focus {
	clip: auto;
	border: 0;
	-webkit-clip-path: none;
	clip-path: none;
	height: auto;
	margin: 0;
	position: static !important;
	width: auto;
}

.gform-theme--foundation .gform-ul-reset {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.gform-theme--foundation .gform-text-input-reset {
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: currentColor;
	font-family: inherit;
	font-size: inherit;
	outline: none;
	padding: inherit;
	width: auto;
}

@media (min-width: 640px) {
	.gform-theme--foundation .left_label .gfield .gfield_creditcard_warning_message, .gform-theme--foundation .left_label .gfield .gfield_password_strength, .gform-theme--foundation .left_label .gfield > .ginput_container, .gform-theme--foundation .right_label .gfield .gfield_creditcard_warning_message, .gform-theme--foundation .right_label .gfield .gfield_password_strength, .gform-theme--foundation .right_label .gfield > .ginput_container {
		float: right;
	}

	.rtl .gform-theme--foundation .left_label .gfield .gfield_creditcard_warning_message, .rtl .gform-theme--foundation .left_label .gfield .gfield_password_strength, .rtl .gform-theme--foundation .left_label .gfield > .ginput_container, .rtl .gform-theme--foundation .right_label .gfield .gfield_creditcard_warning_message, .rtl .gform-theme--foundation .right_label .gfield .gfield_password_strength, .rtl .gform-theme--foundation .right_label .gfield > .ginput_container {
		float: left;
	}

	.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) > div:where(:not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gform-grid-row)), .gform-theme--foundation .left_label .gfield > .ginput_container:where(:not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gform-grid-row)), .gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) > div:where(:not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gform-grid-row)), .gform-theme--foundation .right_label .gfield > .ginput_container:where(:not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gform-grid-row)) {
		inline-size: calc(100% - var(--gform-theme-label-horizontal-layout-width));
	}

	.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) > div:where(.gform-grid-row), .gform-theme--foundation .left_label .gfield > .ginput_container:where(.gform-grid-row), .gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) > div:where(.gform-grid-row), .gform-theme--foundation .right_label .gfield > .ginput_container:where(.gform-grid-row) {
		inline-size: calc(100% - var(--gform-theme-label-horizontal-layout-width) + var(--gform-theme-field-col-gap));
	}

	.gform-theme--foundation .left_label .gfield_html_formatted, .gform-theme--foundation .right_label .gfield_html_formatted {
		margin-inline-start: var(--gform-theme-label-horizontal-layout-width);
	}
}

.field_sublabel_below .ginput_complex {
	align-items: flex-start;
}

.field_sublabel_above .ginput_complex {
	align-items: flex-end;
}

.gform-theme--foundation .ginput_complex label, .gform-theme--foundation .ginput_complex legend {
	display: block;
}

.gform-theme--foundation .gfield textarea, .gform-theme--foundation .ginput_complex input, .gform-theme--foundation .ginput_complex select {
	inline-size: 100%;
}

	.gform-theme--foundation .gfield textarea.small {
		min-block-size: 6rem;
	}

	.gform-theme--foundation .gfield textarea.medium {
		min-block-size: 12rem;
	}

	.gform-theme--foundation .gfield textarea.large {
		min-block-size: 18rem;
	}

.gform-theme--foundation .gfield .ginput_password, .gform-theme--foundation .gfield input, .gform-theme--foundation .gfield select {
	max-inline-size: 100%;
}

	.gform-theme--foundation .gfield .ginput_password.small, .gform-theme--foundation .gfield input.small, .gform-theme--foundation .gfield select.small {
		inline-size: calc(25% - var(--gform-theme-form-col-gap) * 3 / 4);
	}

	.gform-theme--foundation .gfield .ginput_password.medium, .gform-theme--foundation .gfield input.medium, .gform-theme--foundation .gfield select.medium {
		inline-size: calc(50% - var(--gform-theme-form-col-gap) / 2);
	}

	.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
		inline-size: 100%;
	}

.gform-theme--foundation .gform_fields {
	grid-column-gap: 0;
	grid-row-gap: var(--gform-theme-form-row-gap);
	display: grid;
	grid-template-columns: repeat(12,1fr);
	grid-template-rows: repeat(auto-fill,auto);
	inline-size: 100%;
}

.gform-theme--foundation .gfield {
	grid-column: 1/-1;
	min-inline-size: 0;
}

.gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gform-theme-form-footer-gap);
	margin-block-start: var(--gform-theme-form-footer-margin-block-start);
}

	.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full, .gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-full, .gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full, .gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-full {
		inline-size: 100%;
	}

		.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-eleven-twelfths, .gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-eleven-twelfths {
			inline-size: 91.6666%;
		}

		.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-five-sixths, .gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-five-sixths {
			inline-size: 83.3333%;
		}

		.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-three-quarter, .gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-three-quarter {
			inline-size: 75%;
		}

		.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-two-thirds, .gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-two-thirds {
			inline-size: 66.6666%;
		}

		.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-seven-twelfths, .gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-seven-twelfths {
			inline-size: 58.3333%;
		}

		.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-half, .gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-half {
			inline-size: 50%;
		}

		.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-five-twelfths, .gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-five-twelfths {
			inline-size: 41.6666%;
		}

		.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-third, .gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-third {
			inline-size: 33.3333%;
		}

		.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-quarter, .gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-quarter {
			inline-size: 25%;
		}

		.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-one-sixth, .gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-one-sixth {
			inline-size: 16.6666%;
		}

		.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-one-twelfth, .gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-one-twelfth {
			inline-size: 8.3333%;
		}

@media (min-width: 640px) {
	.gform-theme--foundation .gform_fields {
		grid-column-gap: var(--gform-theme-form-col-gap);
	}

	.gform-theme--foundation .gfield--width-full {
		grid-column: span 12;
	}

	.gform-theme--foundation .gfield--width-eleven-twelfths {
		grid-column: span 11;
	}

	.gform-theme--foundation .gfield--width-five-sixths {
		grid-column: span 10;
	}

	.gform-theme--foundation .gfield--width-three-quarter {
		grid-column: span 9;
	}

	.gform-theme--foundation .gfield--width-two-thirds {
		grid-column: span 8;
	}

	.gform-theme--foundation .gfield--width-seven-twelfths {
		grid-column: span 7;
	}

	.gform-theme--foundation .gfield--width-half {
		grid-column: span 6;
	}

	.gform-theme--foundation .gfield--width-five-twelfths {
		grid-column: span 5;
	}

	.gform-theme--foundation .gfield--width-third {
		grid-column: span 4;
	}

	.gform-theme--foundation .gfield--width-quarter {
		grid-column: span 3;
	}

	.gform-theme--foundation .gfield--width-one-sixth {
		grid-column: span 2;
	}

	.gform-theme--foundation .gfield--width-one-twelfth {
		grid-column: span 1;
	}

	.gform-theme--foundation .gform_footer.left_label, .gform-theme--foundation .gform_footer.right_label {
		padding-inline-start: var(--gform-theme-label-horizontal-layout-width);
	}
}

.gform-theme--foundation .gform-grid-row {
	display: flex;
	flex-flow: row wrap;
	margin-inline: calc(var(--gform-theme-field-col-gap) * -1 / 2);
	row-gap: var(--gform-theme-field-row-gap);
}

.gform-theme--foundation .gform-grid-col {
	flex: none;
	inline-size: 100%;
	padding-inline: calc(var(--gform-theme-field-col-gap) / 2);
}

	.gform-theme--foundation .gform-grid-col.gform-grid-row {
		inline-size: calc(100% + var(--gform-theme-field-col-gap));
	}

@media (min-width: 640px) {
	.gform-theme--foundation .gform-grid-col.gform-grid-col--size-auto {
		flex: 1;
		inline-size: auto;
	}
}

.gform-theme--foundation .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)) {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gform-theme-label-required-gap);
}

.gform-theme--foundation .gform-field-label:where([class*=gform-field-label--type-]) {
	display: inline-block;
}

@media (min-width: 640px) {
	.gform-theme--foundation .left_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)), .gform-theme--foundation .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)) {
		flex-direction: column;
		float: left;
		gap: calc(var(--gform-theme-label-required-gap) / 3);
		inline-size: var(--gform-theme-label-horizontal-layout-width);
	}

	.rtl .gform-theme--foundation .left_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)), .rtl .gform-theme--foundation .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)) {
		float: right;
	}
}

@media (min-width: 640px) {
	.gform-theme--foundation .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)) {
		align-items: end;
		justify-content: normal;
		text-align: end;
	}
}

@media (min-width: 640px) {
	.gform-theme--foundation .left_label .gfield_description, .gform-theme--foundation .right_label .gfield_description {
		clear: right;
		margin-left: auto;
	}

	.rtl .gform-theme--foundation .left_label .gfield_description, .rtl .gform-theme--foundation .right_label .gfield_description {
		clear: left;
		margin-left: 0;
		margin-right: auto;
	}
}

.gform-theme--foundation .gform_drop_area {
	background-color: #fff;
	border: 1px dashed #686e77;
	padding-block: 32px;
	padding-inline: 32px;
	text-align: center;
}

.gform-theme--foundation .gform_drop_instructions, .gform-theme--foundation .gform_fileupload_rules {
	display: block;
}

.gform-theme--foundation.ui-datepicker {
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
	display: none;
	z-index: 9999 !important;
}

	.gform-theme--foundation.ui-datepicker .ui-icon {
		background-repeat: no-repeat;
		display: block;
		inset-block-start: .3em;
		inset-inline-start: .5em;
		margin-block-start: -.25em;
		overflow: hidden;
		position: relative;
		text-indent: -99999px;
		vertical-align: middle;
	}

	.gform-theme--foundation.ui-datepicker .ui-datepicker-header {
		padding-block: .2em;
		position: relative;
	}

	.gform-theme--foundation.ui-datepicker .ui-datepicker-next, .gform-theme--foundation.ui-datepicker .ui-datepicker-prev {
		block-size: 1.8em;
		inline-size: 1.8em;
		inset-block-start: 2px;
		position: absolute;
	}

		.gform-theme--foundation.ui-datepicker .ui-datepicker-next:before, .gform-theme--foundation.ui-datepicker .ui-datepicker-prev:before {
			background-image: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/plugins/gravityforms/images/theme/down-arrow.svg");
			background-position: 50%;
			background-repeat: no-repeat;
			background-size: 24px 24px;
			block-size: 1em;
			content: "";
			display: inline-block;
			inline-size: 1em;
			inset-block-start: 50%;
			inset-inline-start: 50%;
			position: absolute;
			transform: translate(-50%,-50%) rotate(90deg);
		}

		.gform-theme--foundation.ui-datepicker .ui-datepicker-next span, .gform-theme--foundation.ui-datepicker .ui-datepicker-prev span {
			display: block;
			inset-block-start: 50%;
			inset-inline-start: 50%;
			margin-block-start: -8px;
			margin-inline-start: -8px;
			position: absolute;
		}

	.gform-theme--foundation.ui-datepicker .ui-datepicker-next-hover, .gform-theme--foundation.ui-datepicker .ui-datepicker-prev-hover {
		inset-block-start: 1px;
	}

	.gform-theme--foundation.ui-datepicker .ui-datepicker-prev {
		inset-inline-start: 2px;
	}

	.gform-theme--foundation.ui-datepicker .ui-datepicker-next {
		inset-inline-end: 2px;
	}

		.gform-theme--foundation.ui-datepicker .ui-datepicker-next:before {
			transform: translate(-50%,-50%) rotate(-90deg);
		}

	.gform-theme--foundation.ui-datepicker .ui-datepicker-prev-hover {
		inset-inline-start: 1px;
	}

	.gform-theme--foundation.ui-datepicker .ui-datepicker-next-hover {
		inset-inline-end: 1px;
	}

	.gform-theme--foundation.ui-datepicker .ui-datepicker-title {
		line-height: 1.8em;
		margin-inline: 2.3em;
		text-align: center;
	}

		.gform-theme--foundation.ui-datepicker .ui-datepicker-title select {
			font-size: 1em;
			margin-block: 1px;
		}

	.gform-theme--foundation.ui-datepicker select.ui-datepicker-month, .gform-theme--foundation.ui-datepicker select.ui-datepicker-year {
		background-color: transparent;
		background-image: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/plugins/gravityforms/images/theme/down-arrow.svg");
		background-position: 100% 50%;
		background-repeat: no-repeat;
		background-size: 24px;
		padding-inline-end: 24px;
	}

		.gform-theme--foundation.ui-datepicker select.ui-datepicker-month.nitro-lazy, .gform-theme--foundation.ui-datepicker select.ui-datepicker-year.nitro-lazy {
			background-image: none !important;
		}

	.gform-theme--foundation.ui-datepicker table {
		border-collapse: collapse;
		font-size: .9em;
		inline-size: 100%;
		margin-block-end: .4em;
		table-layout: fixed;
	}

	.gform-theme--foundation.ui-datepicker th {
		border: 0;
		font-weight: 700;
		padding-block: .7em;
		padding-inline: .3em;
		text-align: center;
	}

	.gform-theme--foundation.ui-datepicker td {
		border: 0;
		padding: 1px;
	}

		.gform-theme--foundation.ui-datepicker td a, .gform-theme--foundation.ui-datepicker td span {
			display: block;
			padding: .2em;
			text-align: center;
			text-decoration: none;
		}

	.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl {
		direction: rtl;
	}

		.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev:before {
			transform: translate(50%,-50%) rotate(-90deg);
		}

		.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next:before {
			transform: translate(50%,-50%) rotate(90deg);
		}

		.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-month, .gform-theme--foundation.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-year {
			background-position: 0 50%;
		}

.gform-theme--foundation .chosen-container {
	display: inline-block;
	font-size: 13px;
	position: relative;
	text-align: start;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: middle;
}

	.gform-theme--foundation .chosen-container * {
		box-sizing: border-box;
	}

	.gform-theme--foundation .chosen-container a {
		cursor: pointer;
	}

	.gform-theme--foundation .chosen-container .chosen-drop {
		clip: rect(0,0,0,0);
		background: #fff;
		border: 1px solid #aaa;
		border-block-start: 0;
		box-shadow: 0 4px 5px rgba(0,0,0,.15);
		-webkit-clip-path: inset(100% 100%);
		clip-path: inset(100% 100%);
		inline-size: 100%;
		inset-block-start: 100%;
		position: absolute;
		z-index: 1010;
	}

	.gform-theme--foundation .chosen-container.chosen-with-drop .chosen-drop {
		clip: auto;
		-webkit-clip-path: none;
		clip-path: none;
	}

	.gform-theme--foundation .chosen-container .chosen-single .group-name, .gform-theme--foundation .chosen-container .search-choice .group-name {
		color: #999;
		font-weight: 400;
		margin-inline-end: 4px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

		.gform-theme--foundation .chosen-container .chosen-single .group-name:after, .gform-theme--foundation .chosen-container .search-choice .group-name:after {
			content: ":";
			padding-inline-start: 2px;
			vertical-align: top;
		}

.gform-theme--foundation .chosen-container-single .chosen-single {
	background: #fff linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4);
	background-clip: padding-box;
	block-size: 25px;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: inset 0 0 3px #fff,0 1px 1px rgba(0,0,0,.1);
	color: #444;
	display: block;
	line-height: 24px;
	overflow: hidden;
	padding-block: 0;
	padding-inline: 8px 0;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

	.gform-theme--foundation .chosen-container-single .chosen-single span {
		display: block;
		margin-inline-end: 26px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.gform-theme--foundation .chosen-container-single .chosen-single abbr {
		background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite.png") -42px 1px no-repeat;
		block-size: 12px;
		display: block;
		font-size: 1px;
		inline-size: 12px;
		inset-block-start: 6px;
		inset-inline-end: 26px;
		position: absolute;
	}

		.gform-theme--foundation .chosen-container-single .chosen-single abbr.nitro-lazy {
			background-image: none !important;
		}

		.gform-theme--foundation .chosen-container-single .chosen-single abbr:hover {
			background-position: -42px -10px;
		}

	.gform-theme--foundation .chosen-container-single .chosen-single div {
		block-size: 100%;
		display: block;
		inline-size: 18px;
		inset-block-start: 0;
		inset-inline-end: 0;
		position: absolute;
	}

		.gform-theme--foundation .chosen-container-single .chosen-single div b {
			background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite.png") no-repeat 0 2px;
			block-size: 100%;
			display: block;
			inline-size: 100%;
		}

			.gform-theme--foundation .chosen-container-single .chosen-single div b.nitro-lazy {
				background-image: none !important;
			}

.gform-theme--foundation .chosen-container-single .chosen-default {
	color: #999;
}

.gform-theme--foundation .chosen-container-single .chosen-single-with-deselect span {
	margin-inline-end: 38px;
}

.gform-theme--foundation .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -42px -10px;
}

.gform-theme--foundation .chosen-container-single .chosen-search {
	margin-block: 0;
	margin-inline: 0;
	padding-block: 3px;
	padding-inline: 4px;
	position: relative;
	white-space: nowrap;
	z-index: 1010;
}

	.gform-theme--foundation .chosen-container-single .chosen-search input[type=text] {
		background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite.png") no-repeat 100% -20px;
		block-size: auto;
		border: 1px solid #aaa;
		border-radius: 0;
		font-family: sans-serif;
		font-size: 1em;
		inline-size: 100%;
		line-height: normal;
		margin-block: 1px;
		margin-inline: 0;
		outline: 0;
		padding-block: 4px;
		padding-inline: 5px 20px;
	}

		.gform-theme--foundation .chosen-container-single .chosen-search input[type=text].nitro-lazy {
			background-image: none !important;
		}

.gform-theme--foundation .chosen-container-single.chosen-container-single-nosearch .chosen-search {
	clip: rect(0,0,0,0);
	-webkit-clip-path: inset(100% 100%);
	clip-path: inset(100% 100%);
	position: absolute;
}

.gform-theme--foundation .chosen-container-single .chosen-drop {
	background-clip: padding-box;
	border-end-end-radius: 4px;
	border-end-start-radius: 4px;
	border-start-end-radius: 0;
	border-start-start-radius: 0;
	margin-block-start: -1px;
}

.gform-theme--foundation .chosen-container .chosen-results {
	-webkit-overflow-scrolling: touch;
	color: #444;
	margin-block: 0 4px;
	margin-inline: 0 4px;
	max-block-size: 240px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-block: 0;
	padding-inline: 4px 0;
	position: relative;
}

	.gform-theme--foundation .chosen-container .chosen-results li {
		-webkit-touch-callout: none;
		word-wrap: break-word;
		display: none;
		line-height: 15px;
		list-style: none;
		margin-block: 0;
		margin-inline: 0;
		padding-block: 5px;
		padding-inline: 6px;
	}

		.gform-theme--foundation .chosen-container .chosen-results li.active-result {
			cursor: pointer;
			display: list-item;
		}

		.gform-theme--foundation .chosen-container .chosen-results li.disabled-result {
			color: #ccc;
			cursor: default;
			display: list-item;
		}

		.gform-theme--foundation .chosen-container .chosen-results li.highlighted {
			background-color: #3875d7;
			background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);
			color: #fff;
		}

		.gform-theme--foundation .chosen-container .chosen-results li.no-results {
			background: #f4f4f4;
			color: #777;
			display: list-item;
		}

		.gform-theme--foundation .chosen-container .chosen-results li.group-result {
			cursor: default;
			display: list-item;
			font-weight: 700;
		}

		.gform-theme--foundation .chosen-container .chosen-results li.group-option {
			padding-inline-start: 15px;
		}

		.gform-theme--foundation .chosen-container .chosen-results li em {
			font-style: normal;
			text-decoration: underline;
		}

.gform-theme--foundation .chosen-container-multi .chosen-choices {
	background-color: #fff;
	background-image: linear-gradient(#eee 1%,#fff 15%);
	block-size: auto;
	border: 1px solid #aaa;
	cursor: text;
	inline-size: 100%;
	margin-block: 0;
	margin-inline: 0;
	overflow: hidden;
	padding-block: 0;
	padding-inline: 5px;
	position: relative;
}

	.gform-theme--foundation .chosen-container-multi .chosen-choices li {
		float: left;
		list-style: none;
	}

		.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-field {
			margin-block: 0;
			margin-inline: 0;
			padding-block: 0;
			padding-inline: 0;
			white-space: nowrap;
		}

			.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-field input[type=text] {
				background: transparent !important;
				block-size: 25px;
				border: 0 !important;
				border-radius: 0;
				box-shadow: none;
				color: #999;
				font-family: sans-serif;
				font-size: 100%;
				inline-size: 25px;
				line-height: normal;
				margin-block: 1px;
				margin-inline: 0;
				outline: 0;
				padding-block: 0;
				padding-inline: 0;
			}

		.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice {
			background-clip: padding-box;
			background-color: #eee;
			background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);
			background-repeat: repeat-x;
			background-size: 100% 19px;
			border: 1px solid #aaa;
			border-radius: 3px;
			box-shadow: inset 0 0 2px #fff,0 1px 0 rgba(0,0,0,.05);
			color: #333;
			cursor: default;
			line-height: 13px;
			margin-block: 3px;
			margin-inline: 0 5px;
			max-inline-size: 100%;
			padding-block: 3px;
			padding-inline: 5px 20px;
			position: relative;
		}

			.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice span {
				word-wrap: break-word;
			}

			.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
				background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite.png") -42px 1px no-repeat;
				block-size: 12px;
				display: block;
				font-size: 1px;
				inline-size: 12px;
				inset-block-start: 4px;
				inset-inline-end: 3px;
				position: absolute;
			}

				.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice .search-choice-close.nitro-lazy {
					background-image: none !important;
				}

				.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
					background-position: -42px -10px;
				}

		.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice-disabled {
			background-color: #e4e4e4;
			background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);
			border: 1px solid #ccc;
			color: #666;
			padding-inline-end: 5px;
		}

		.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice-focus {
			background: #d4d4d4;
		}

			.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
				background-position: -42px -10px;
			}

.gform-theme--foundation .chosen-container-multi .chosen-results {
	margin-block: 0;
	margin-inline: 0;
	padding-block: 0;
	padding-inline: 0;
}

.gform-theme--foundation .chosen-container-multi .chosen-drop .result-selected {
	color: #ccc;
	cursor: default;
	display: list-item;
}

.gform-theme--foundation .chosen-container-active .chosen-single {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single {
	background-image: linear-gradient(#eee 20%,#fff 80%);
	border: 1px solid #aaa;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	box-shadow: inset 0 1px 0 #fff;
}

	.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single div {
		background: transparent;
		border-inline-start: none;
	}

		.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single div b {
			background-position: -18px 2px;
		}

.gform-theme--foundation .chosen-container-active .chosen-choices {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}

	.gform-theme--foundation .chosen-container-active .chosen-choices li.search-field input[type=text] {
		color: #222;
	}

.gform-theme--foundation .chosen-disabled {
	cursor: default;
	opacity: .5 !important;
}

	.gform-theme--foundation .chosen-disabled .chosen-choices .search-choice .search-choice-close, .gform-theme--foundation .chosen-disabled .chosen-single {
		cursor: default;
	}

.gform-theme--foundation .chosen-rtl {
	direction: rtl;
}

	.gform-theme--foundation .chosen-rtl .chosen-choices li {
		float: right;
	}

	.gform-theme--foundation .chosen-rtl.chosen-container-single .chosen-single div b {
		background-position: 6px 2px;
	}

	.gform-theme--foundation .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
		background-position: -12px 2px;
	}

	.gform-theme--foundation .chosen-rtl .chosen-search input[type=text] {
		background-position: -30px -20px;
	}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi) {
	.gform-theme--foundation .chosen-container .chosen-results-scroll-down span, .gform-theme--foundation .chosen-container .chosen-results-scroll-up span, .gform-theme--foundation .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .gform-theme--foundation .chosen-container-single .chosen-search input[type=text], .gform-theme--foundation .chosen-container-single .chosen-single abbr, .gform-theme--foundation .chosen-container-single .chosen-single div b, .gform-theme--foundation .chosen-rtl .chosen-search input[type=text] {
		background-image: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite@2x.png") !important;
		background-repeat: no-repeat !important;
		background-size: 52px 37px !important;
	}

		.gform-theme--foundation .chosen-container .chosen-results-scroll-down span.nitro-lazy, .gform-theme--foundation .chosen-container .chosen-results-scroll-up span.nitro-lazy, .gform-theme--foundation .chosen-container-multi .chosen-choices .search-choice .search-choice-close.nitro-lazy, .gform-theme--foundation .chosen-container-single .chosen-search input[type=text].nitro-lazy, .gform-theme--foundation .chosen-container-single .chosen-single abbr.nitro-lazy, .gform-theme--foundation .chosen-container-single .chosen-single div b.nitro-lazy, .gform-theme--foundation .chosen-rtl .chosen-search input[type=text].nitro-lazy {
			background-image: none !important;
		}
}

.gform-theme--foundation .gf_invisible, .gform-theme--foundation .gfield_visibility_hidden {
	inset-inline-start: -9999px;
	position: absolute;
	visibility: hidden;
}

.gform-theme--foundation .gf_hide_charleft .charleft {
	display: none !important;
}

.gform-theme--foundation .ginput_counter {
	color: #767676;
	font-size: .8em;
}

.gform-theme--foundation .ginput_counter_tinymce {
	border-block-start: 1px solid #dcdcde;
	font-size: 12px;
	padding-block: 2px;
	padding-inline: 10px;
}

@media (min-width: 640px) {
	.gform-theme--foundation .ginput_address_city, .gform-theme--foundation .ginput_address_country, .gform-theme--foundation .ginput_address_state, .gform-theme--foundation .ginput_address_zip {
		inline-size: 50%;
	}
}

.gform-theme--foundation .gform_card_icon_container {
	block-size: 32px;
	display: flex;
	margin-block-end: 8px;
}

	.gform-theme--foundation .gform_card_icon_container .gform_card_icon {
		background-image: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/plugins/gravityforms/images/gf-creditcards.svg");
		background-repeat: no-repeat;
		block-size: 32px;
		inline-size: 40px;
		margin-inline-end: .3rem;
		text-indent: -9000px;
	}

		.gform-theme--foundation .gform_card_icon_container .gform_card_icon.nitro-lazy {
			background-image: none !important;
		}

		.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_amex {
			background-position: -167px 0;
		}

		.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_discover {
			background-position: -221px 0;
		}

		.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_mastercard {
			background-position: -275px 0;
		}

		.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_visa {
			background-position: -59px 0;
		}

		.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_jcb {
			background-position: -329px 0;
		}

		.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_maestro {
			background-position: -5px 0;
		}

		.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_selected {
			position: relative;
		}

			.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_selected:after {
				background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/plugins/gravityforms/images/gf-creditcards-check.svg") 50% no-repeat;
				block-size: 10px;
				content: "";
				display: block;
				inline-size: 13px;
				inset-block-end: 4px;
				inset-inline-end: 0;
				position: absolute;
			}

.gform-theme--foundation .ginput_cardinfo_left {
	display: flex;
	flex-direction: column;
}

	.gform-theme--foundation .ginput_cardinfo_left legend {
		float: left;
	}

.gform-theme--foundation .field_sublabel_below .ginput_cardinfo_left {
	flex-direction: column-reverse;
	justify-content: flex-end;
}

.gform-theme--foundation .ginput_cardinfo_right {
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

	.gform-theme--foundation .ginput_cardinfo_right label {
		inline-size: 100%;
	}

.gform-theme--foundation .ginput_card_security_code {
	flex: 1;
}

.gform-theme--foundation .ginput_card_security_code_icon {
	align-self: center;
	background-image: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/plugins/gravityforms/images/gf-creditcards.svg");
	background-position: -382px;
	background-repeat: no-repeat;
	block-size: 32px;
	display: block;
	flex: none;
	inline-size: 40px;
	margin-inline-start: .3em;
}

	.gform-theme--foundation .ginput_card_security_code_icon.nitro-lazy {
		background-image: none !important;
	}

@media (min-width: 640px) {
	.gform-theme--foundation .ginput_card_expiration_month_container, .gform-theme--foundation .ginput_card_expiration_year_container, .gform-theme--foundation .ginput_cardinfo_left, .gform-theme--foundation .ginput_cardinfo_right {
		inline-size: 50%;
	}

		.gform-theme--foundation .ginput_cardinfo_right .ginput_card_security_code {
			flex: none;
			inline-size: 50%;
		}
}

.gform-theme--foundation .ginput_complex .ginput_container_date {
	inline-size: var(--gform-theme-field-date-inline-size);
}

	.gform-theme--foundation .ginput_complex .ginput_container_date label {
		display: block;
	}

.gform-theme--foundation .gf_hidden, .gform-theme--foundation .gform_hidden {
	display: none;
}

.gform-theme--foundation .gform_validation_container {
	display: none !important;
}

.gform-theme--foundation .ginput_container_list--columns .gfield_list_group_item:before {
	content: attr(data-label);
}

.gform-theme--foundation .gfield_list_header {
	display: none;
}

.gform-theme--foundation .gfield_header_item {
	word-break: break-word;
}

.gform-theme--foundation .gfield_list_group {
	margin-block-end: var(--gform-theme-field-row-gap);
}

	.gform-theme--foundation .gfield_list_group: last-child {
		margin-block-end: 0;
	}

.gform-theme--foundation .gfield_list_group_item + .gfield_list_group_item {
	margin-block-start: 4px;
}

.gform-theme--foundation .gfield_list_group_item input, .gform-theme--foundation .gfield_list_group_item select, .gform-theme--foundation .gfield_list_group_item textarea {
	inline-size: 100%;
}

.gform-theme--foundation .gfield_header_item--icons, .gform-theme--foundation .gfield_list_icons {
	align-items: center;
	display: flex;
	gap: var(--gform-theme-field-list-buttons-gap);
}

.gform-theme--foundation .add_list_item, .gform-theme--foundation .delete_list_item {
	font-size: 12px;
	padding: 0;
}

@media (min-width: 640px) {
	.gform-theme--foundation .ginput_container_list--columns .gfield_list_group_item:before {
		content: none;
	}

	.gform-theme--foundation .gfield_list_group, .gform-theme--foundation .gfield_list_header {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}

	.gform-theme--foundation .gfield_header_item:where(:not(.gfield_header_item--icons)) {
		flex: 1 1 0;
	}

	.gform-theme--foundation .gfield_list_group_item {
		flex: 1;
	}

		.gform-theme--foundation .gfield_list_group_item + .gfield_list_group_item {
			margin-block-start: 0;
		}

	.gform-theme--foundation .gfield_header_item--icons, .gform-theme--foundation .gfield_list_icons {
		flex: none;
		flex-wrap: wrap;
		inline-size: var(--gform-theme-field-list-buttons-inline-size);
		justify-content: center;
	}
}

.gform-theme--foundation .gf_page_steps {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gform-theme-field-page-steps-row-gap) var(--gform-theme-field-page-steps-col-gap);
}

.gform-theme--foundation .gf_step_active {
	font-weight: 500;
}

.gform-theme--foundation .gform_show_password {
	inset-block-start: 50%;
	inset-inline-end: 12px;
	position: absolute;
	transform: translateY(-50%);
}

.gform-theme--foundation .password_input_container {
	display: block;
	position: relative;
}

.gform-theme--foundation .ginput_password {
	display: block;
}

	.gform-theme--foundation .ginput_password input {
		inline-size: 100%;
	}

.gform-theme--foundation ::-ms-reveal {
	display: none;
}

.gform-theme--foundation .gfield--type-captcha iframe {
	inline-size: 100%;
}

.gform-theme--foundation .gfield_post_tags_hint {
	margin: 0;
}

.gform-theme--foundation .ginput_complex .ginput_container_time {
	inline-size: var(--gform-theme-field-time-inline-size);
}

.gform-theme--foundation .hour_minute_colon {
	display: none;
}

@media (min-width: 640px) {
	.gform-theme--foundation .gfield.gf_list_2col .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_2col .gfield_radio {
		grid-column-gap: 2rem;
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-template-rows: repeat(auto-fill,auto);
	}

	.gform-theme--foundation .gfield.gf_list_3col .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_3col .gfield_radio {
		grid-column-gap: 2rem;
		display: grid;
		grid-template-columns: repeat(3,1fr);
		grid-template-rows: repeat(auto-fill,auto);
	}

	.gform-theme--foundation .gfield.gf_list_4col .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_4col .gfield_radio {
		grid-column-gap: 2rem;
		display: grid;
		grid-template-columns: repeat(4,1fr);
		grid-template-rows: repeat(auto-fill,auto);
	}

	.gform-theme--foundation .gfield.gf_list_5col .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_5col .gfield_radio {
		grid-column-gap: 2rem;
		display: grid;
		grid-template-columns: repeat(5,1fr);
		grid-template-rows: repeat(auto-fill,auto);
	}

	.gform-theme--foundation .gfield.gf_list_inline .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_inline .gfield_radio {
		display: block;
	}

		.gform-theme--foundation .gfield.gf_list_inline .gfield_checkbox .gchoice, .gform-theme--foundation .gfield.gf_list_inline .gfield_radio .gchoice {
			display: inline-grid;
			padding-block-end: var(--gform-theme-field-choice-spacing);
			padding-inline-end: 1rem;
		}

			.gform-theme--foundation .gfield.gf_list_inline .gfield_checkbox .gchoice label, .gform-theme--foundation .gfield.gf_list_inline .gfield_radio .gchoice label {
				max-inline-size: none;
			}

	.gform-theme--foundation .gf_list_2col_vertical .ginput_container .gfield_checkbox, .gform-theme--foundation .gf_list_2col_vertical .ginput_container .gfield_radio {
		grid-column-gap: 2rem;
		-moz-column-count: 2;
		column-count: 2;
		display: block;
	}

		.gform-theme--foundation .gf_list_2col_vertical .ginput_container .gfield_checkbox .gchoice, .gform-theme--foundation .gf_list_2col_vertical .ginput_container .gfield_radio .gchoice {
			display: grid;
			margin-block-end: var(--gform-theme-field-choice-spacing);
		}

	.gform-theme--foundation .gf_list_3col_vertical .gfield_checkbox, .gform-theme--foundation .gf_list_3col_vertical .gfield_radio {
		grid-column-gap: 2rem;
		-moz-column-count: 3;
		column-count: 3;
		display: block;
	}

	.gform-theme--foundation .gf_list_4col_vertical .gfield_checkbox, .gform-theme--foundation .gf_list_4col_vertical .gfield_radio {
		grid-column-gap: 2rem;
		-moz-column-count: 4;
		column-count: 4;
		display: block;
	}

	.gform-theme--foundation .gf_list_5col_vertical .gfield_checkbox, .gform-theme--foundation .gf_list_5col_vertical .gfield_radio {
		grid-column-gap: 2rem;
		-moz-column-count: 5;
		column-count: 5;
		display: block;
	}

	.gform-theme--foundation .gfield.gf_list_height_25 .gfield_checkbox .gchoice, .gform-theme--foundation .gfield.gf_list_height_25 .gfield_radio .gchoice {
		block-size: 25px;
	}

	.gform-theme--foundation .gfield.gf_list_height_50 .gfield_checkbox .gchoice, .gform-theme--foundation .gfield.gf_list_height_50 .gfield_radio .gchoice {
		block-size: 50px;
	}

	.gform-theme--foundation .gfield.gf_list_height_75 .gfield_checkbox .gchoice, .gform-theme--foundation .gfield.gf_list_height_75 .gfield_radio .gchoice {
		block-size: 75px;
	}

	.gform-theme--foundation .gfield.gf_list_height_100 .gfield_checkbox .gchoice, .gform-theme--foundation .gfield.gf_list_height_100 .gfield_radio .gchoice {
		block-size: 100px;
	}

	.gform-theme--foundation .gfield.gf_list_height_125 .gfield_checkbox .gchoice, .gform-theme--foundation .gfield.gf_list_height_125 .gfield_radio .gchoice {
		block-size: 125px;
	}

	.gform-theme--foundation .gfield.gf_list_height_150 .gfield_checkbox .gchoice, .gform-theme--foundation .gfield.gf_list_height_150 .gfield_radio .gchoice {
		block-size: 150px;
	}
}

.gform-theme--foundation .gf_hide_ampm .gfield_time_ampm {
	display: none !important;
}

.gform-theme--foundation .gsection.gf_scroll_text {
	background-color: #fff;
	block-size: 15rem;
	border: 1px solid #ccc;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 2rem;
}

	.gform-theme--foundation .gsection.gf_scroll_text .gsection_title {
		margin-block-start: 0;
	}

.gform-theme--foundation .gfield.gfield_html.gf_alert_blue, .gform-theme--foundation .gfield.gfield_html.gf_alert_gray, .gform-theme--foundation .gfield.gfield_html.gf_alert_green, .gform-theme--foundation .gfield.gfield_html.gf_alert_red, .gform-theme--foundation .gfield.gfield_html.gf_alert_yellow {
	border-radius: 3px;
	margin-block: 1.25rem !important;
	margin-inline: 0 !important;
	padding: 1.25rem !important;
}

.gform-theme--foundation .gfield.gfield_html.gf_alert_green {
	background-color: #cbeca0;
	border: 1px solid #97b48a;
	color: #030;
	text-shadow: #dfb 1px 1px;
}

.gform-theme--foundation .gfield.gfield_html.gf_alert_red {
	background-color: #faf2f5;
	border: 1px solid #cfadb3;
	color: #832525;
	text-shadow: #fff 1px 1px;
}

.gform-theme--foundation .gfield.gfield_html.gf_alert_yellow {
	background-color: #fffbcc;
	border: 1px solid #e6db55;
	color: #222;
	text-shadow: #fcfaea 1px 1px;
}

.gform-theme--foundation .gfield.gfield_html.gf_alert_gray {
	background-color: #eee;
	border: 1px solid #ccc;
	color: #424242;
	text-shadow: #fff 1px 1px;
}

.gform-theme--foundation .gfield.gfield_html.gf_alert_blue {
	background-color: #d1e4f3;
	border: 1px solid #a7c2e7;
	color: #314475;
	text-shadow: #e0f1ff 1px 1px;
}

.gform-theme--foundation .gf_simple_horizontal {
	inline-size: calc(100% - 16px);
	margin-block: 0;
	margin-inline: auto;
}

	.gform-theme--foundation .gf_simple_horizontal .gform_body, .gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label {
		display: table-cell;
		margin: 0;
		padding: 0;
		position: relative;
		vertical-align: middle;
	}

	.gform-theme--foundation .gf_simple_horizontal .gform_body {
		inline-size: auto;
		max-inline-size: 75%;
	}

		.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label {
			display: table;
			inline-size: 100%;
		}

			.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield {
				block-size: auto;
				display: table-cell;
				padding-inline-end: 1em;
			}

				.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .large, .gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .medium, .gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .small {
					inline-size: 100%;
				}

				.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_checkbox .gchoice, .gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_radio .gchoice {
					display: inline-block;
					margin-inline-end: .5em;
				}

			.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label.form_sublabel_above .gfield, .gform-theme--foundation .gf_simple_horizontal .gform_body .top_label.form_sublabel_below .gfield {
				vertical-align: middle;
			}

	.gform-theme--foundation .gf_simple_horizontal .gfield, .gform-theme--foundation .gf_simple_horizontal .ginput_container {
		margin-block-start: 0 !important;
	}

	.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label {
		inline-size: auto;
		margin: 0;
		max-inline-size: 25%;
		padding: 0;
		text-align: start;
	}

		.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label input[type=button], .gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label input[type=image], .gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label input[type=submit] {
			block-size: auto;
		}

	.gform-theme--foundation .gf_simple_horizontal .gfield_description:not(.gfield_validation_message), .gform-theme--foundation .gf_simple_horizontal .gfield_label, .gform-theme--foundation .gf_simple_horizontal .ginput_complex label {
		block-size: 1px;
		display: block;
		inline-size: 1px;
		inset-block-start: 0;
		inset-inline-start: -9000px;
		overflow: hidden;
		position: absolute;
	}

.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
	background-color: #fffbcc;
	border-block: 1px solid #e6db55;
	color: #424242;
	font-size: 25px;
	margin-block: 30px;
	margin-inline: 0;
	max-inline-size: 99%;
	padding: 32px;
}

.gform_confirmation_wrapper.gf_confirmation_simple_gray {
	background-color: #eaeaea;
	border-block: 1px solid #ccc;
	color: #424242;
	font-size: 25px;
	margin-block: 30px;
	margin-inline: 0;
	max-inline-size: 99%;
	padding: 32px;
}

.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
	background-color: #fffbd2;
	border: 1px solid #e6db55;
	box-shadow: 0 0 5px hsla(56,57%,69%,.75);
	margin-block: 30px;
	margin-inline: 0;
	position: relative;
}

	.gform_confirmation_wrapper.gf_confirmation_yellow_gradient .gform_confirmation_message {
		background: #fffce5;
		background: linear-gradient(180deg,#fffce5 0,#fff9bf);
		background-color: #fffbcc;
		border-block-end: 1px solid #e6db55;
		border-block-start: 2px solid #fff;
		color: #424242;
		font-size: 28px;
		margin: 0;
		max-inline-size: 99%;
		padding: 40px;
	}

.gform_confirmation_wrapper.gf_confirmation_green_gradient {
	background-color: #f1fcdf;
	border: 1px solid #a7c37c;
	box-shadow: 0 0 5px rgba(86,122,86,.4);
	margin-block: 30px;
	margin-inline: 0;
	position: relative;
}

	.gform_confirmation_wrapper.gf_confirmation_green_gradient .gform_confirmation_message {
		background: #dbf2b7;
		background: linear-gradient(180deg,#dbf2b7 0,#b4d088);
		background-color: #fffbcc;
		border-block-end: 1px solid #a7c37c;
		border-block-start: 2px solid #effade;
		color: #030;
		font-size: 28px;
		margin: 0;
		max-inline-size: 99%;
		padding: 40px;
		text-shadow: #dfb 1px 1px;
	}

	.gform_confirmation_wrapper.gf_confirmation_green_gradient:after, .gform_confirmation_wrapper.gf_confirmation_green_gradient:before, .gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after, .gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before {
		background: rgba(0,0,0,.2);
		box-shadow: 0 15px 10px rgba(0,0,0,.2);
		content: "";
		inline-size: 50%;
		inset-block: 80% 15px;
		inset-inline-start: 10px;
		max-inline-size: 40%;
		position: absolute;
		transform: rotate(-3deg);
		z-index: -1;
	}

	.gform_confirmation_wrapper.gf_confirmation_green_gradient:after, .gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after {
		inset-inline: auto 10px;
		transform: rotate(3deg);
	}

.gform-theme--foundation .validation_message--hidden-on-empty:empty {
	display: none;
}

.gform-theme--foundation .gform-loader {
	align-self: center;
	animation: gformLoader 1.1s linear infinite;
	block-size: 10em;
	border-block-end: 1.1em solid #000;
	border-block-start: 1.1em solid #fff;
	border-inline-end: 1.1em solid #fff;
	border-inline-start: 1.1em solid #000;
	border-radius: 50%;
	display: inline-block;
	font-size: 2px;
	inline-size: 10em;
	position: relative;
	transform: translateZ(0);
}

@keyframes gformLoader {
	0% {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(1turn);
	}
}

.gform-theme--api, .gform-theme--framework {
	--gform-theme-font-family: initial;
	--gform-theme-font-style-base: normal;
	--gform-theme-border-radius: 3px;
	--gform-theme-border-radius-max-sm: 2px;
	--gform-theme-border-radius-max-md: 3px;
	--gform-theme-border-radius-max-lg: 8px;
	--gform-theme-transition-duration: .15s;
	--gform-theme-transition-control: var(--gform-theme-transition-duration);
	--gform-theme-color-primary: #204ce5;
	--gform-theme-color-primary-rgb: 45,127,251;
	--gform-theme-color-primary-contrast: #fff;
	--gform-theme-color-primary-contrast-rgb: 255,255,255;
	--gform-theme-color-primary-darker: #044ad3;
	--gform-theme-color-primary-lighter: #044ad3;
	--gform-theme-color-secondary: #fff;
	--gform-theme-color-secondary-rgb: 255,255,255;
	--gform-theme-color-secondary-contrast: #112337;
	--gform-theme-color-secondary-contrast-rgb: 17,35,55;
	--gform-theme-color-secondary-darker: #f2f3f5;
	--gform-theme-color-secondary-lighter: #f2f3f5;
	--gform-theme-color-outside-control-dark: #585e6a;
	--gform-theme-color-outside-control-dark-rgb: 88,94,106;
	--gform-theme-color-outside-control-dark-darker: #112337;
	--gform-theme-color-outside-control-dark-lighter: #686e77;
	--gform-theme-color-outside-control-light: #e5e7eb;
	--gform-theme-color-outside-control-light-rgb: 229,231,235;
	--gform-theme-color-outside-control-light-darker: #d2d5db;
	--gform-theme-color-outside-control-light-lighter: #f2f3f5;
	--gform-theme-color-inside-control: #fff;
	--gform-theme-color-inside-control-rgb: 255,255,255;
	--gform-theme-color-inside-control-contrast: #112337;
	--gform-theme-color-inside-control-contrast-rgb: 17,35,55;
	--gform-theme-color-inside-control-darker: #f2f3f5;
	--gform-theme-color-inside-control-lighter: #f2f3f5;
	--gform-theme-color-inside-control-primary: var(--gform-theme-color-primary);
	--gform-theme-color-inside-control-primary-rgb: var(--gform-theme-color-primary-rgb);
	--gform-theme-color-inside-control-primary-contrast: var(--gform-theme-color-primary-contrast);
	--gform-theme-color-inside-control-primary-contrast-rgb: var(--gform-theme-color-primary-contrast-rgb);
	--gform-theme-color-inside-control-primary-darker: var(--gform-theme-color-primary-darker);
	--gform-theme-color-inside-control-primary-lighter: var(--gform-theme-color-primary-lighter);
	--gform-theme-color-inside-control-dark: #585e6a;
	--gform-theme-color-inside-control-dark-rgb: 88,94,106;
	--gform-theme-color-inside-control-dark-darker: #112337;
	--gform-theme-color-inside-control-dark-lighter: #686e77;
	--gform-theme-color-inside-control-light: #e5e7eb;
	--gform-theme-color-inside-control-light-rgb: 229,231,235;
	--gform-theme-color-inside-control-light-darker: #d2d5db;
	--gform-theme-color-inside-control-light-lighter: #f2f3f5;
	--gform-theme-color-danger: #c02b0a;
	--gform-theme-color-danger-rgb: 192,43,10;
	--gform-theme-color-danger-contrast: #fff;
	--gform-theme-color-danger-contrast-rgb: 255,255,255;
	--gform-theme-color-success: #399f4b;
	--gform-theme-color-success-rgb: 57,159,75;
	--gform-theme-color-success-contrast: #fff;
	--gform-theme-color-success-contrast-rgb: 255,255,255;
	--gform-theme-color-primary-shade: var(--gform-theme-color-primary-darker);
	--gform-theme-color-secondary-shade: var(--gform-theme-color-secondary-darker);
	--gform-theme-color-light: var(--gform-theme-color-outside-control-light);
	--gform-theme-color-light-shade: var(--gform-theme-color-inside-control-light-darker);
	--gform-theme-color-light-tint: var(--gform-theme-color-inside-control-light-lighter);
	--gform-theme-color-dark: var(--gform-theme-color-outside-control-dark);
	--gform-theme-color-dark-rgb: var(--gform-theme-color-outside-control-dark-rgb);
	--gform-theme-color-dark-shade: var(--gform-theme-color-inside-control-dark-darker);
	--gform-theme-color-dark-tint: var(--gform-theme-color-inside-control-dark-lighter);
	--gform-theme-padding-inline: 12px;
	--gform-theme-padding-block: 12px;
	--gform-theme-font-family-primary: var(--gform-theme-font-family);
	--gform-theme-font-size-primary: 14px;
	--gform-theme-font-style-primary: var(--gform-theme-font-style-base);
	--gform-theme-font-weight-primary: 400;
	--gform-theme-letter-spacing-primary: 0;
	--gform-theme-line-height-primary: 1.5;
	--gform-theme-font-family-secondary: var(--gform-theme-font-family);
	--gform-theme-font-size-secondary: 14px;
	--gform-theme-font-style-secondary: var(--gform-theme-font-style-base);
	--gform-theme-font-weight-secondary: 500;
	--gform-theme-letter-spacing-secondary: 0;
	--gform-theme-line-height-secondary: 1.43;
	--gform-theme-font-family-tertiary: var(--gform-theme-font-family);
	--gform-theme-font-size-tertiary: 14px;
	--gform-theme-font-style-tertiary: var(--gform-theme-font-style-base);
	--gform-theme-font-weight-tertiary: 400;
	--gform-theme-letter-spacing-tertiary: 0;
	--gform-theme-line-height-tertiary: 1.43;
	--gform-theme-icon-font-family: "gform-icons-orbital";
	--gform-theme-icon-font-size: 20px;
	--gform-theme-icon-control-checkbox: "";
	--gform-theme-icon-control-select-down: "";
	--gform-theme-icon-control-select-up: "";
	--gform-theme-icon-control-select: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'10\' height=\'6\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M.293.293a1 1 0 0 1 1.414 0L5 3.586 8.293.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 0-1.414Z\' fill=\'%23686E77\'/%3E%3C/svg%3E");
	--gform-theme-icon-control-number: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'8\' height=\'14\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M4 0a1 1 0 0 1 .707.293l3 3a1 1 0 0 1-1.414 1.414L4 2.414 1.707 4.707A1 1 0 0 1 .293 3.293l3-3A1 1 0 0 1 4 0ZM.293 9.293a1 1 0 0 1 1.414 0L4 11.586l2.293-2.293a1 1 0 0 1 1.414 1.414l-3 3a1 1 0 0 1-1.414 0l-3-3a1 1 0 0 1 0-1.414Z\' fill=\'%23686E77\'/%3E%3C/svg%3E");
	--gform-theme-icon-control-search: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'640\' height=\'640\'%3E%3Cpath d=\'M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z\' fill=\'%23686E77\'/%3E%3C/svg%3E");
	--gform-theme-icon-control-password-hidden: "";
	--gform-theme-icon-control-password-visible: "";
	--gform-theme-icon-control-list-item-add: "";
	--gform-theme-icon-control-list-item-remove: "";
	--gform-theme-icon-control-save-continue: "";
	--gform-theme-icon-control-page-numbers-complete: "";
	--gform-theme-icon-control-cancel: "";
	--gform-theme-icon-control-file-upload: "";
	--gform-theme-icon-control-file-upload-completed: "";
	--gform-theme-icon-control-file-upload-cancel: "";
	--gform-theme-icon-control-file-upload-remove: "";
	--gform-theme-icon-tooltip-error: "";
	--gform-theme-icon-control-datepicker: "";
	--gform-theme-icon-control-datepicker-left: "";
	--gform-theme-icon-control-datepicker-right: "";
	--gform-theme-label-spacing-primary: 8px;
	--gform-theme-label-choice-field-spacing-primary: 12px;
	--gform-theme-label-spacing-horizontal-secondary: 12px;
	--gform-theme-label-spacing-vertical-sm-secondary: -1px;
	--gform-theme-label-spacing-vertical-md-secondary: 0;
	--gform-theme-label-spacing-vertical-lg-secondary: 1px;
	--gform-theme-label-spacing-vertical-xl-secondary: 4px;
	--gform-theme-label-spacing-vertical-secondary: var(--gform-theme-label-spacing-vertical-md-secondary);
	--gform-theme-label-spacing-tertiary: 8px;
	--gform-theme-description-spacing: 8px;
	--gform-theme-description-choice-field-spacing: 12px;
	--gform-theme-control-accent-color: var(--gform-theme-color-inside-control-primary);
	--gform-theme-control-appearance: none;
	--gform-theme-control-background-color: var(--gform-theme-color-inside-control);
	--gform-theme-control-background-color-hover: var(--gform-theme-control-background-color);
	--gform-theme-control-background-color-focus: var(--gform-theme-control-background-color);
	--gform-theme-control-background-color-disabled: var(--gform-theme-color-inside-control-light-lighter);
	--gform-theme-control-background-color-error: var(--gform-theme-control-background-color);
	--gform-theme-control-border-color: var(--gform-theme-color-inside-control-dark-lighter);
	--gform-theme-control-border-color-hover: var(--gform-theme-control-border-color);
	--gform-theme-control-border-color-focus: var(--gform-theme-color-primary);
	--gform-theme-control-border-color-disabled: var(--gform-theme-color-inside-control-light-darker);
	--gform-theme-control-border-color-error: var(--gform-theme-color-danger);
	--gform-theme-control-border-style: solid;
	--gform-theme-control-border-width: 1px;
	--gform-theme-control-border-radius: var(--gform-theme-border-radius);
	--gform-theme-control-border-radius-max-sm: min(var(--gform-theme-control-border-radius),var(--gform-theme-border-radius-max-sm));
	--gform-theme-control-border-radius-max-md: min(var(--gform-theme-control-border-radius),var(--gform-theme-border-radius-max-md));
	--gform-theme-control-border-radius-max-lg: min(var(--gform-theme-control-border-radius),var(--gform-theme-border-radius-max-lg));
	--gform-theme-control-box-shadow: 0 1px 4px rgba(18,25,97,.078);
	--gform-theme-control-box-shadow-color-focus: rgba(var(--gform-theme-color-primary-rgb),.3);
	--gform-theme-control-box-shadow-size-focus: 3px;
	--gform-theme-control-box-shadow-offset-color-focus: transparent;
	--gform-theme-control-box-shadow-offset-size-focus: 0;
	--gform-theme-control-box-shadow-focus: 0 0 0 var(--gform-theme-control-box-shadow-offset-size-focus) var(--gform-theme-control-box-shadow-offset-color-focus),0 0 0 var(--gform-theme-control-box-shadow-size-focus) var(--gform-theme-control-box-shadow-color-focus);
	--gform-theme-control-color: var(--gform-theme-color-inside-control-contrast);
	--gform-theme-control-color-hover: var(--gform-theme-control-color);
	--gform-theme-control-color-focus: var(--gform-theme-control-color);
	--gform-theme-control-color-disabled: rgba(var(--gform-theme-color-inside-control-contrast-rgb),.6);
	--gform-theme-control-color-error: var(--gform-theme-control-color);
	--gform-theme-control-icon-color: var(--gform-theme-color-inside-control-dark-lighter);
	--gform-theme-control-icon-color-hover: var(--gform-theme-color-inside-control-dark-darker);
	--gform-theme-control-icon-color-focus: var(--gform-theme-control-icon-color-hover);
	--gform-theme-control-icon-color-disabled: var(--gform-theme-control-icon-color);
	--gform-theme-control-size-sm: 35px;
	--gform-theme-control-size-md: 38px;
	--gform-theme-control-size-lg: 47px;
	--gform-theme-control-size-xl: 54px;
	--gform-theme-control-size: var(--gform-theme-control-size-md);
	--gform-theme-control-padding-inline: var(--gform-theme-padding-inline);
	--gform-theme-control-padding-block: 0;
	--gform-theme-control-font-family: var(--gform-theme-font-family-primary);
	--gform-theme-control-font-size: var(--gform-theme-font-size-primary);
	--gform-theme-control-font-style: var(--gform-theme-font-style-base);
	--gform-theme-control-font-weight: var(--gform-theme-font-weight-primary);
	--gform-theme-control-letter-spacing: var(--gform-theme-letter-spacing-primary);
	--gform-theme-control-line-height: var(--gform-theme-control-size);
	--gform-theme-control-outline: none;
	--gform-theme-control-outline-offset: 0;
	--gform-theme-control-transition: var(--gform-theme-transition-control);
	--gform-theme-control-placeholder-color: rgba(var(--gform-theme-color-inside-control-contrast-rgb),.7);
	--gform-theme-control-placeholder-font-family: var(--gform-theme-control-font-family);
	--gform-theme-control-placeholder-font-size: var(--gform-theme-control-font-size);
	--gform-theme-control-placeholder-font-style: var(--gform-theme-control-font-style);
	--gform-theme-control-placeholder-font-weight: var(--gform-theme-control-font-weight);
	--gform-theme-control-placeholder-letter-spacing: var(--gform-theme-control-letter-spacing);
	--gform-theme-control-placeholder-opacity: 1;
	--gform-theme-control-readonly-color: var(--gform-theme-control-color);
	--gform-theme-control-readonly-font-family: var(--gform-theme-control-font-family);
	--gform-theme-control-readonly-font-size: var(--gform-theme-control-font-size);
	--gform-theme-control-readonly-font-style: var(--gform-theme-control-font-style);
	--gform-theme-control-readonly-font-weight: 500;
	--gform-theme-control-readonly-letter-spacing: var(--gform-theme-control-letter-spacing);
	--gform-theme-control-readonly-line-height: 1;
	--gform-theme-control-button-border-radius: var(--gform-theme-border-radius);
	--gform-theme-control-button-box-shadow: 0 1px 4px rgba(18,25,97,.078);
	--gform-theme-control-button-box-shadow-hover: var(--gform-theme-control-button-box-shadow);
	--gform-theme-control-button-box-shadow-focus: var(--gform-theme-control-box-shadow-focus);
	--gform-theme-control-button-box-shadow-disabled: var(--gform-theme-control-button-box-shadow);
	--gform-theme-control-button-font-family: var(--gform-theme-font-family);
	--gform-theme-control-button-font-size-xs: 12px;
	--gform-theme-control-button-font-size-sm: 14px;
	--gform-theme-control-button-font-size-md: 14px;
	--gform-theme-control-button-font-size-lg: 16px;
	--gform-theme-control-button-font-size-xl: 16px;
	--gform-theme-control-button-font-size: var(--gform-theme-control-button-font-size-md);
	--gform-theme-control-button-font-style: var(--gform-theme-font-style-base);
	--gform-theme-control-button-font-weight: 500;
	--gform-theme-control-button-letter-spacing: var(--gform-theme-letter-spacing-primary);
	--gform-theme-control-button-line-height: 1;
	--gform-theme-control-button-opacity: 1;
	--gform-theme-control-button-opacity-disabled: .5;
	--gform-theme-control-button-padding-block: 0;
	--gform-theme-control-button-padding-inline-xs: 8px;
	--gform-theme-control-button-padding-inline-sm: 12px;
	--gform-theme-control-button-padding-inline-md: 16px;
	--gform-theme-control-button-padding-inline-lg: 20px;
	--gform-theme-control-button-padding-inline-xl: 24px;
	--gform-theme-control-button-padding-inline: var(--gform-theme-control-button-padding-inline-md);
	--gform-theme-control-button-size-xs: 30px;
	--gform-theme-control-button-size-sm: var(--gform-theme-control-size-sm);
	--gform-theme-control-button-size-md: var(--gform-theme-control-size-md);
	--gform-theme-control-button-size-lg: var(--gform-theme-control-size-lg);
	--gform-theme-control-button-size-xl: var(--gform-theme-control-size-xl);
	--gform-theme-control-button-size: var(--gform-theme-control-button-size-md);
	--gform-theme-control-button-text-decoration: none;
	--gform-theme-control-button-text-transform: none;
	--gform-theme-control-button-icon: none;
	--gform-theme-control-button-icon-font-size: var(--gform-theme-icon-font-size);
	--gform-theme-control-button-icon-gap: 6px;
	--gform-theme-control-button-transition: var(--gform-theme-control-transition);
	--gform-theme-control-button-background-color-primary: var(--gform-theme-color-primary);
	--gform-theme-control-button-background-color-hover-primary: var(--gform-theme-color-primary-darker);
	--gform-theme-control-button-background-color-focus-primary: var(--gform-theme-control-button-background-color-primary);
	--gform-theme-control-button-background-color-disabled-primary: var(--gform-theme-control-button-background-color-primary);
	--gform-theme-control-button-border-color-primary: transparent;
	--gform-theme-control-button-border-color-hover-primary: transparent;
	--gform-theme-control-button-border-color-focus-primary: var(--gform-theme-control-button-background-color-hover-primary);
	--gform-theme-control-button-border-color-disabled-primary: transparent;
	--gform-theme-control-button-border-style-primary: solid;
	--gform-theme-control-button-border-width-primary: 1px;
	--gform-theme-control-button-color-primary: var(--gform-theme-color-primary-contrast);
	--gform-theme-control-button-color-hover-primary: var(--gform-theme-control-button-color-primary);
	--gform-theme-control-button-color-focus-primary: var(--gform-theme-control-button-color-primary);
	--gform-theme-control-button-color-disabled-primary: var(--gform-theme-control-button-color-primary);
	--gform-theme-control-button-icon-color-primary: var(--gform-theme-control-button-color-primary);
	--gform-theme-control-button-icon-color-hover-primary: var(--gform-theme-control-button-icon-color-primary);
	--gform-theme-control-button-icon-color-focus-primary: var(--gform-theme-control-button-icon-color-primary);
	--gform-theme-control-button-icon-color-disabled-primary: var(--gform-theme-control-button-icon-color-primary);
	--gform-theme-control-button-background-color-secondary: var(--gform-theme-color-secondary);
	--gform-theme-control-button-background-color-hover-secondary: var(--gform-theme-color-secondary-darker);
	--gform-theme-control-button-background-color-focus-secondary: var(--gform-theme-control-button-background-color-secondary);
	--gform-theme-control-button-background-color-disabled-secondary: var(--gform-theme-control-button-background-color-secondary);
	--gform-theme-control-button-border-color-secondary: var(--gform-theme-color-inside-control-light-darker);
	--gform-theme-control-button-border-color-hover-secondary: var(--gform-theme-control-button-border-color-secondary);
	--gform-theme-control-button-border-color-focus-secondary: var(--gform-theme-control-button-background-color-hover-primary);
	--gform-theme-control-button-border-color-disabled-secondary: var(--gform-theme-control-button-border-color-secondary);
	--gform-theme-control-button-border-style-secondary: solid;
	--gform-theme-control-button-border-width-secondary: 1px;
	--gform-theme-control-button-color-secondary: var(--gform-theme-color-secondary-contrast);
	--gform-theme-control-button-color-hover-secondary: var(--gform-theme-control-button-color-secondary);
	--gform-theme-control-button-color-focus-secondary: var(--gform-theme-control-button-color-secondary);
	--gform-theme-control-button-color-disabled-secondary: var(--gform-theme-control-button-color-secondary);
	--gform-theme-control-button-icon-color-secondary: var(--gform-theme-control-icon-color);
	--gform-theme-control-button-icon-color-hover-secondary: var(--gform-theme-control-button-icon-color-secondary);
	--gform-theme-control-button-icon-color-focus-secondary: var(--gform-theme-control-button-icon-color-secondary);
	--gform-theme-control-button-icon-color-disabled-secondary: var(--gform-theme-control-button-icon-color-secondary);
	--gform-theme-control-button-background-color-control: var(--gform-theme-color-inside-control-primary);
	--gform-theme-control-button-background-color-hover-control: var(--gform-theme-color-inside-control-primary-darker);
	--gform-theme-control-button-background-color-focus-control: var(--gform-theme-control-button-background-color-control);
	--gform-theme-control-button-background-color-disabled-control: var(--gform-theme-control-button-background-color-control);
	--gform-theme-control-button-border-color-control: transparent;
	--gform-theme-control-button-border-color-hover-control: transparent;
	--gform-theme-control-button-border-color-focus-control: var(--gform-theme-control-button-background-color-hover-control);
	--gform-theme-control-button-border-color-disabled-control: transparent;
	--gform-theme-control-button-border-style-control: solid;
	--gform-theme-control-button-border-width-control: 1px;
	--gform-theme-control-button-color-control: var(--gform-theme-color-inside-control-primary-contrast);
	--gform-theme-control-button-color-hover-control: var(--gform-theme-control-button-color-control);
	--gform-theme-control-button-color-focus-control: var(--gform-theme-control-button-color-control);
	--gform-theme-control-button-color-disabled-control: var(--gform-theme-control-button-color-control);
	--gform-theme-control-button-icon-color-control: var(--gform-theme-control-button-color-control);
	--gform-theme-control-button-icon-color-hover-control: var(--gform-theme-control-button-icon-color-control);
	--gform-theme-control-button-icon-color-focus-control: var(--gform-theme-control-button-icon-color-control);
	--gform-theme-control-button-icon-color-disabled-control: var(--gform-theme-control-button-icon-color-control);
	--gform-theme-control-button-background-color-simple: transparent;
	--gform-theme-control-button-background-color-hover-simple: var(--gform-theme-control-button-background-color-simple);
	--gform-theme-control-button-background-color-focus-simple: var(--gform-theme-control-button-background-color-simple);
	--gform-theme-control-button-background-color-disabled-simple: var(--gform-theme-control-button-background-color-simple);
	--gform-theme-control-button-border-color-simple: transparent;
	--gform-theme-control-button-border-color-hover-simple: var(--gform-theme-control-button-border-color-simple);
	--gform-theme-control-button-border-color-focus-simple: var(--gform-theme-control-border-color-focus);
	--gform-theme-control-button-border-color-disabled-simple: var(--gform-theme-control-button-border-color-simple);
	--gform-theme-control-button-border-style-simple: solid;
	--gform-theme-control-button-border-width-simple: 1px;
	--gform-theme-control-button-box-shadow-simple: none;
	--gform-theme-control-button-box-shadow-hover-simple: var(--gform-theme-control-button-box-shadow-simple);
	--gform-theme-control-button-box-shadow-focus-simple: var(--gform-theme-control-box-shadow-focus);
	--gform-theme-control-button-box-shadow-disabled-simple: var(--gform-theme-control-button-box-shadow-simple);
	--gform-theme-control-button-color-simple: rgba(var(--gform-theme-color-outside-control-dark-rgb),.65);
	--gform-theme-control-button-color-hover-simple: var(--gform-theme-color-outside-control-dark);
	--gform-theme-control-button-color-focus-simple: var(--gform-theme-control-button-color-hover-simple);
	--gform-theme-control-button-color-disabled-simple: var(--gform-theme-control-button-color-simple);
	--gform-theme-control-button-size-simple: 24px;
	--gform-theme-control-button-icon-color-simple: var(--gform-theme-control-button-color-simple);
	--gform-theme-control-button-icon-color-hover-simple: var(--gform-theme-control-button-color-hover-simple);
	--gform-theme-control-button-icon-color-focus-simple: var(--gform-theme-control-button-color-focus-simple);
	--gform-theme-control-button-icon-color-disabled-simple: var(--gform-theme-control-button-color-disabled-simple);
	--gform-theme-control-choice-check-color: var(--gform-theme-color-inside-control-primary);
	--gform-theme-control-choice-check-color-disabled: rgba(var(--gform-theme-color-inside-control-contrast-rgb),.2);
	--gform-theme-control-choice-size-sm: 18px;
	--gform-theme-control-choice-size-md: 20px;
	--gform-theme-control-choice-size-lg: 22px;
	--gform-theme-control-choice-size-xl: 28px;
	--gform-theme-control-choice-size: var(--gform-theme-control-choice-size-md);
	--gform-theme-control-checkbox-check-border-radius: var(--gform-theme-control-border-radius-max-sm);
	--gform-theme-control-checkbox-check-size-sm: 12px;
	--gform-theme-control-checkbox-check-size-md: initial;
	--gform-theme-control-checkbox-check-size-lg: 15px;
	--gform-theme-control-checkbox-check-size-xl: 19px;
	--gform-theme-control-checkbox-check-size: var(--gform-theme-control-checkbox-check-size-md);
	--gform-theme-control-radio-check-border-radius: 50%;
	--gform-theme-control-radio-check-content: "";
	--gform-theme-control-radio-check-size-sm: 6px;
	--gform-theme-control-radio-check-size-md: 7px;
	--gform-theme-control-radio-check-size-lg: 8px;
	--gform-theme-control-radio-check-size-xl: 10px;
	--gform-theme-control-radio-check-size: var(--gform-theme-control-radio-check-size-md);
	--gform-theme-control-date-datepicker-background-color: var(--gform-theme-control-background-color);
	--gform-theme-control-date-datepicker-box-shadow: 0 0 1px rgba(18,25,97,.24),0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03);
	--gform-theme-control-date-datepicker-padding-block: 16px;
	--gform-theme-control-date-datepicker-padding-inline: 16px;
	--gform-theme-control-date-datepicker-border-radius: var(--gform-theme-control-border-radius-max-md);
	--gform-theme-control-date-datepicker-inline-size: 300px;
	--gform-theme-control-date-datepicker-margin-block-start: 12px;
	--gform-theme-control-date-datepicker-header-icons-inline-size: 20px;
	--gform-theme-control-date-datepicker-header-icons-color: var(--gform-theme-control-icon-color);
	--gform-theme-control-date-datepicker-header-icons-color-hover: var(--gform-theme-control-icon-color-hover);
	--gform-theme-control-date-datepicker-header-icons-font-size: 20px;
	--gform-theme-control-date-datepicker-title-color: var(--gform-theme-color-secondary-contrast);
	--gform-theme-control-date-datepicker-title-font-size: 14px;
	--gform-theme-control-date-datepicker-title-font-weight: 500;
	--gform-theme-control-date-datepicker-title-line-height: 1.5;
	--gform-theme-control-date-datepicker-dropdown-background-image: var(--gform-theme-icon-control-select);
	--gform-theme-control-date-datepicker-dropdown-background-position: var(--gform-theme-control-select-icon-position);
	--gform-theme-control-date-datepicker-dropdown-background-size: var(--gform-theme-control-select-icon-size);
	--gform-theme-control-date-datepicker-dropdown-border-color: var(--gform-theme-color-inside-control-light-darker);
	--gform-theme-control-date-datepicker-dropdown-border-style: var(--gform-theme-control-border-style);
	--gform-theme-control-date-datepicker-dropdown-border-width: var(--gform-theme-control-border-width);
	--gform-theme-control-date-datepicker-dropdown-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	--gform-theme-control-date-datepicker-dropdown-text-align: start;
	--gform-theme-control-date-datepicker-table-margin-block-start: 16px;
	--gform-theme-control-date-datepicker-table-margin-block-end: 0;
	--gform-theme-control-date-datepicker-table-head-cell-font-size: 12px;
	--gform-theme-control-date-datepicker-table-head-cell-font-weight: 600;
	--gform-theme-control-date-datepicker-table-head-cell-line-height: 1.33;
	--gform-theme-control-date-datepicker-table-head-cell-vertical-align: middle;
	--gform-theme-control-date-datepicker-table-cell-padding: 1px;
	--gform-theme-control-date-datepicker-table-cell-block-size: 40px;
	--gform-theme-control-date-datepicker-table-cell-font-size: 14px;
	--gform-theme-control-date-datepicker-table-cell-font-weight: 400;
	--gform-theme-control-date-datepicker-table-cell-line-height: 1.43;
	--gform-theme-control-date-datepicker-table-cell-content-align-items: center;
	--gform-theme-control-date-datepicker-table-cell-content-background-color-disabled: transparent;
	--gform-theme-control-date-datepicker-table-cell-content-background-color-hover: #f4f8ff;
	--gform-theme-control-date-datepicker-table-cell-content-background-color-selected: var(--gform-theme-color-inside-control-primary);
	--gform-theme-control-date-datepicker-table-cell-content-border: var(--gform-theme-control-border-width) var(--gform-theme-control-border-style) var(--gform-theme-color-inside-control-primary);
	--gform-theme-control-date-datepicker-table-cell-content-border-radius: var(--gform-theme-control-border-radius-max-md);
	--gform-theme-control-date-datepicker-table-cell-content-color: var(--gform-theme-color-secondary-contrast);
	--gform-theme-control-date-datepicker-table-cell-content-color-disabled: #cfd3d9;
	--gform-theme-control-date-datepicker-table-cell-content-color-hover: var(--gform-theme-control-date-datepicker-table-cell-content-color);
	--gform-theme-control-date-datepicker-table-cell-content-color-selected: var(--gform-theme-color-inside-control-primary-contrast);
	--gform-theme-control-description-color: var(--gform-theme-color-outside-control-dark);
	--gform-theme-control-description-font-family: var(--gform-theme-font-family-tertiary);
	--gform-theme-control-description-font-size: var(--gform-theme-font-size-tertiary);
	--gform-theme-control-description-font-style: var(--gform-theme-font-style-tertiary);
	--gform-theme-control-description-font-weight: var(--gform-theme-font-weight-tertiary);
	--gform-theme-control-description-letter-spacing: var(--gform-theme-letter-spacing-tertiary);
	--gform-theme-control-description-line-height: var(--gform-theme-line-height-tertiary);
	--gform-theme-control-description-color-error: var(--gform-theme-color-danger);
	--gform-theme-control-description-font-family-error: var(--gform-theme-control-description-font-family);
	--gform-theme-control-description-font-size-error: var(--gform-theme-control-description-font-size);
	--gform-theme-control-description-font-style-error: var(--gform-theme-control-description-font-style);
	--gform-theme-control-description-font-weight-error: var(--gform-theme-control-description-font-weight);
	--gform-theme-control-description-letter-spacing-error: var(--gform-theme-control-description-letter-spacing);
	--gform-theme-control-description-line-height-error: var(--gform-theme-control-description-line-height);
	--gform-theme-control-description-border-color-consent: var(--gform-theme-color-outside-control-light-darker);
	--gform-theme-control-description-border-style-consent: solid;
	--gform-theme-control-description-border-width-consent: 1px;
	--gform-theme-control-description-max-height-consent: 456px;
	--gform-theme-control-file-padding-inline: 0 var(--gform-theme-control-padding-inline);
	--gform-theme-control-file-button-background-color: var(--gform-theme-color-secondary-darker);
	--gform-theme-control-file-button-background-color-hover: var(--gform-theme-color-secondary);
	--gform-theme-control-file-button-background-color-focus: var(--gform-theme-control-file-button-background-color);
	--gform-theme-control-file-button-background-color-disabled: var(--gform-theme-control-file-button-background-color);
	--gform-theme-control-file-button-border-inline-end-width: 1px;
	--gform-theme-control-file-button-border-inline-end-style: solid;
	--gform-theme-control-file-button-border-inline-end-color: var(--gform-theme-control-border-color);
	--gform-theme-control-file-button-border-inline-end-color-hover: var(--gform-theme-control-file-button-border-inline-end-color);
	--gform-theme-control-file-button-border-inline-end-color-focus: var(--gform-theme-control-file-button-border-inline-end-color);
	--gform-theme-control-file-button-border-inline-end-color-disabled: var(--gform-theme-control-file-button-border-inline-end-color);
	--gform-theme-control-file-button-border-radius: var(--gform-theme-control-border-radius);
	--gform-theme-control-file-button-color: rgba(var(--gform-theme-color-secondary-contrast-rgb),.725);
	--gform-theme-control-file-button-color-hover: var(--gform-theme-control-file-button-color);
	--gform-theme-control-file-button-color-focus: var(--gform-theme-control-file-button-color);
	--gform-theme-control-file-button-color-disabled: var(--gform-theme-control-file-button-color);
	--gform-theme-control-file-button-font-family: var(--gform-theme-font-family);
	--gform-theme-control-file-button-font-size: 14px;
	--gform-theme-control-file-button-font-style: var(--gform-theme-font-style-base);
	--gform-theme-control-file-button-font-weight: 500;
	--gform-theme-control-file-button-letter-spacing: var(--gform-theme-letter-spacing-primary);
	--gform-theme-control-file-button-line-height: 1.43;
	--gform-theme-control-file-button-margin-inline: 0 12px;
	--gform-theme-control-file-button-padding-inline: 12px;
	--gform-theme-control-file-button-text-decoration: none;
	--gform-theme-control-file-button-text-transform: none;
	--gform-theme-control-file-button-transition: var(--gform-theme-control-transition);
	--gform-theme-control-file-drop-area-block-size: auto;
	--gform-theme-control-file-drop-area-border-style: dashed;
	--gform-theme-control-file-drop-area-border-radius: var(--gform-theme-control-border-radius-max-lg);
	--gform-theme-control-file-drop-area-color: rgba(var(--gform-theme-color-inside-control-contrast-rgb),.725);
	--gform-theme-control-file-drop-area-font-weight: 500;
	--gform-theme-control-file-drop-area-line-height: 1;
	--gform-theme-control-file-drop-area-padding-inline: 40px;
	--gform-theme-control-file-drop-area-padding-block: 40px;
	--gform-theme-control-file-drop-area-icon-color: var(--gform-theme-color-inside-control-primary);
	--gform-theme-control-file-drop-area-icon-font-size: 36px;
	--gform-theme-control-file-drop-area-icon-margin-block-end: 8px;
	--gform-theme-control-file-drop-area-instructions-margin-block-end: 12px;
	--gform-theme-control-file-upload-progress-ui-gap: 12px;
	--gform-theme-control-file-upload-progress-ui-size: var(--gform-theme-icon-font-size);
	--gform-theme-control-file-upload-progress-bar-background-color: var(--gform-theme-color-outside-control-light);
	--gform-theme-control-file-upload-progress-bar-background-color-loading: var(--gform-theme-color-primary);
	--gform-theme-control-file-upload-progress-bar-block-size: 6px;
	--gform-theme-control-file-upload-progress-bar-border-radius: var(--gform-theme-border-radius);
	--gform-theme-control-file-upload-progress-bar-transition: var(--gform-theme-transition-control);
	--gform-theme-control-file-upload-progress-text-color: var(--gform-theme-control-description-color);
	--gform-theme-control-file-upload-progress-text-min-inline-size: 33px;
	--gform-theme-control-file-upload-progress-text-font-size: 12px;
	--gform-theme-control-file-upload-progress-button-inset-block-start: -2px;
	--gform-theme-control-file-upload-progress-button-inset-inline-end: -2px;
	--gform-theme-control-file-upload-progress-button-position: absolute;
	--gform-theme-control-file-upload-progress-button-font-size-cancel: 0;
	--gform-theme-control-file-upload-progress-button-icon-size: var(--gform-theme-icon-font-size);
	--gform-theme-control-file-upload-progress-button-icon-color-complete: var(--gform-theme-color-success);
	--gform-theme-control-file-preview-area-gap: 16px;
	--gform-theme-control-file-preview-area-margin-block-start: 16px;
	--gform-theme-control-file-preview-file-font-family: var(--gform-theme-font-family-secondary);
	--gform-theme-control-file-preview-file-font-size: var(--gform-theme-font-size-secondary);
	--gform-theme-control-file-preview-file-font-style: var(--gform-theme-font-style-secondary);
	--gform-theme-control-file-preview-file-font-weight: var(--gform-theme-font-weight-secondary);
	--gform-theme-control-file-preview-file-letter-spacing: var(--gform-theme-letter-spacing-secondary);
	--gform-theme-control-file-preview-file-line-height: 1;
	--gform-theme-control-file-preview-file-gap: 4px;
	--gform-theme-control-file-preview-file-name-color: var(--gform-theme-control-label-color-primary);
	--gform-theme-control-file-preview-file-name-line-height: var(--gform-theme-line-height-secondary);
	--gform-theme-control-file-preview-file-name-overflow: hidden;
	--gform-theme-control-file-preview-file-name-padding-inline-end: calc(var(--gform-theme-control-file-upload-progress-button-icon-size) + var(--gform-theme-control-file-upload-progress-text-min-inline-size) + var(--gform-theme-control-file-upload-progress-ui-gap) * 2);
	--gform-theme-control-file-preview-file-name-text-overflow: ellipsis;
	--gform-theme-control-file-preview-file-name-white-space: nowrap;
	--gform-theme-control-file-preview-file-size-color: var(--gform-theme-control-description-color);
	--gform-theme-control-label-color-primary: var(--gform-theme-color-outside-control-dark-darker);
	--gform-theme-control-label-font-family-primary: var(--gform-theme-font-family-secondary);
	--gform-theme-control-label-font-size-primary: var(--gform-theme-font-size-secondary);
	--gform-theme-control-label-font-style-primary: var(--gform-theme-font-style-secondary);
	--gform-theme-control-label-font-weight-primary: var(--gform-theme-font-weight-secondary);
	--gform-theme-control-label-letter-spacing-primary: var(--gform-theme-letter-spacing-secondary);
	--gform-theme-control-label-line-height-primary: var(--gform-theme-line-height-secondary);
	--gform-theme-control-label-color-secondary: var(--gform-theme-color-outside-control-dark-darker);
	--gform-theme-control-label-font-family-secondary: var(--gform-theme-font-family-secondary);
	--gform-theme-control-label-font-size-secondary: var(--gform-theme-font-size-secondary);
	--gform-theme-control-label-font-style-secondary: var(--gform-theme-font-style-secondary);
	--gform-theme-control-label-font-weight-secondary: 400;
	--gform-theme-control-label-letter-spacing-secondary: var(--gform-theme-letter-spacing-secondary);
	--gform-theme-control-label-line-height-secondary: var(--gform-theme-line-height-secondary);
	--gform-theme-control-label-color-tertiary: var(--gform-theme-color-outside-control-dark);
	--gform-theme-control-label-font-family-tertiary: var(--gform-theme-font-family-tertiary);
	--gform-theme-control-label-font-size-tertiary: var(--gform-theme-font-size-tertiary);
	--gform-theme-control-label-font-style-tertiary: var(--gform-theme-font-style-tertiary);
	--gform-theme-control-label-font-weight-tertiary: var(--gform-theme-font-weight-tertiary);
	--gform-theme-control-label-letter-spacing-tertiary: var(--gform-theme-letter-spacing-tertiary);
	--gform-theme-control-label-line-height-tertiary: var(--gform-theme-line-height-tertiary);
	--gform-theme-control-label-color-quaternary: var(--gform-theme-color-outside-control-dark);
	--gform-theme-control-label-font-family-quaternary: var(--gform-theme-font-family-tertiary);
	--gform-theme-control-label-font-size-quaternary: var(--gform-theme-font-size-secondary);
	--gform-theme-control-label-font-style-quaternary: var(--gform-theme-font-style-tertiary);
	--gform-theme-control-label-font-weight-quaternary: var(--gform-theme-font-weight-secondary);
	--gform-theme-control-label-letter-spacing-quaternary: var(--gform-theme-letter-spacing-tertiary);
	--gform-theme-control-label-line-height-quaternary: var(--gform-theme-line-height-tertiary);
	--gform-theme-control-label-color-required: var(--gform-theme-color-danger);
	--gform-theme-control-label-font-family-required: var(--gform-theme-control-label-font-family-primary);
	--gform-theme-control-label-font-size-required: 12px;
	--gform-theme-control-label-font-style-required: var(--gform-theme-control-label-font-style-primary);
	--gform-theme-control-label-font-weight-required: var(--gform-theme-control-label-font-weight-primary);
	--gform-theme-control-label-letter-spacing-required: var(--gform-theme-control-label-letter-spacing-primary);
	--gform-theme-control-label-line-height-required: var(--gform-theme-control-label-line-height-primary);
	--gform-theme-control-number-spin-button-appearance: var(--gform-theme-control-appearance);
	--gform-theme-control-number-spin-button-background-position: center center;
	--gform-theme-control-number-spin-button-background-size: 8px 14px;
	--gform-theme-control-number-spin-button-inline-size: 8px;
	--gform-theme-control-number-spin-button-opacity: 1;
	--gform-theme-control-select-icon-position: calc(100% - var(--gform-theme-control-padding-inline)) center;
	--gform-theme-control-select-icon-size: 10px;
	--gform-theme-control-select-ms-expand: none;
	--gform-theme-control-select-padding-inline: var(--gform-theme-control-padding-inline) calc(var(--gform-theme-control-select-search-icon-size) + var(--gform-theme-control-padding-inline));
	--gform-theme-control-select-dropdown-shadow: 0 0 1px rgba(18,25,97,.24),0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03);
	--gform-theme-control-select-dropdown-border-color: transparent;
	--gform-theme-control-select-dropdown-border-radius: var(--gform-theme-control-border-radius-max-md);
	--gform-theme-control-select-dropdown-option-background-color-hover: var(--gform-theme-color-inside-control-light-lighter);
	--gform-theme-control-select-dropdown-option-box-shadow-hover: inset 3px 0 0 var(--gform-theme-color-inside-control-primary);
	--gform-theme-control-select-search-icon-size: var(--gform-theme-icon-font-size);
	--gform-theme-control-select-search-icon-position: var(--gform-theme-control-padding-inline) center;
	--gform-theme-control-select-search-padding-inline: calc(var(--gform-theme-control-select-search-icon-size) + var(--gform-theme-control-padding-inline) + 8px) var(--gform-theme-control-padding-inline);
	--gform-theme-control-multiselect-block-size: 130px;
	--gform-theme-control-multiselect-border-radius: var(--gform-theme-control-border-radius-max-lg);
	--gform-theme-control-multiselect-line-height: 1.5;
	--gform-theme-control-multiselect-padding-block: var(--gform-theme-padding-block);
	--gform-theme-control-multiselect-close-icon-size: var(--gform-theme-icon-font-size);
	--gform-theme-control-multiselect-close-icon-inset-block-start: calc(50% - var(--gform-theme-control-multiselect-close-icon-size) / 2);
	--gform-theme-control-multiselect-close-icon-inset-inline-end: calc(var(--gform-theme-control-padding-inline) / 2 + 2px);
	--gform-theme-control-multiselect-selected-item-background-color: var(--gform-theme-color-inside-control-primary);
	--gform-theme-control-multiselect-selected-item-border-radius: 33px;
	--gform-theme-control-multiselect-selected-item-color: var(--gform-theme-color-inside-control-primary-contrast);
	--gform-theme-control-multiselect-selected-item-font-size: var(--gform-theme-control-font-size);
	--gform-theme-control-multiselect-selected-item-font-weight: 600;
	--gform-theme-control-multiselect-selected-item-remove-icon-color: var(--gform-theme-color-inside-control-primary-contrast);
}

html[dir=rtl] .gform-theme--api, html[dir=rtl] .gform-theme--framework {
	--gform-theme-control-select-icon-position: var(--gform-theme-control-padding-inline) center;
	--gform-theme-control-select-search-icon-position: calc(100% - var(--gform-theme-padding-inline)) center;
}

.gform-theme--api, .gform-theme--framework {
	--gform-theme-control-textarea-block-size: 130px;
	--gform-theme-control-textarea-border-radius: var(--gform-theme-control-border-radius-max-lg);
	--gform-theme-control-textarea-line-height: 1.5;
	--gform-theme-control-textarea-padding-block: var(--gform-theme-padding-block);
	--gform-theme-control-textarea-resize: vertical;
	--gform-theme-field-date-icon-color: var(--gform-theme-control-icon-color);
	--gform-theme-field-date-icon-color-hover: var(--gform-theme-control-icon-color-hover);
	--gform-theme-field-date-custom-icon-max-block-size: 20px;
	--gform-theme-field-date-custom-icon-max-inline-size: 20px;
	--gform-theme-field-choice-spacing: var(--gform-theme-label-spacing-horizontal-secondary);
	--gform-theme-field-choice-meta-margin-block-start: 4px;
	--gform-theme-field-choice-meta-spacing: 16px;
	--gform-theme-field-choice-other-control-max-inline-size: 256px;
	--gform-theme-field-list-button-size: 16px;
	--gform-theme-field-list-button-border-radius: 50%;
	--gform-theme-field-list-button-font-size: 0;
	--gform-theme-field-list-button-padding-block: 0;
	--gform-theme-field-list-button-padding-inline: 0;
	--gform-theme-field-page-progress-color: var(--gform-theme-color-outside-control-dark);
	--gform-theme-field-page-progress-font-family: var(--gform-theme-font-family);
	--gform-theme-field-page-progress-font-size: 14px;
	--gform-theme-field-page-progress-font-style: var(--gform-theme-font-style-base);
	--gform-theme-field-page-progress-font-weight: 600;
	--gform-theme-field-page-progress-letter-spacing: 0;
	--gform-theme-field-page-progress-line-height: 1;
	--gform-theme-field-page-progress-text-transform: uppercase;
	--gform-theme-field-page-progress-margin-block-end: 24px;
	--gform-theme-field-page-progress-title-margin-block-end: 16px;
	--gform-theme-field-page-progress-bar-background-color: var(--gform-theme-color-outside-control-light);
	--gform-theme-field-page-progress-bar-background-color-blue: #204ce5;
	--gform-theme-field-page-progress-bar-background-color-gray: var(--gform-theme-color-outside-control-dark);
	--gform-theme-field-page-progress-bar-background-color-green: #31c48d;
	--gform-theme-field-page-progress-bar-background-color-orange: #ff5a1f;
	--gform-theme-field-page-progress-bar-background-color-red: #c02b0a;
	--gform-theme-field-page-progress-bar-background-gradient-spring: linear-gradient(270deg,#9cd790,#76d7db);
	--gform-theme-field-page-progress-bar-background-gradient-blues: linear-gradient(270deg,#00c2ff,#7838e2);
	--gform-theme-field-page-progress-bar-background-gradient-rainbow: linear-gradient(274.73deg,#74b551 -5.58%,#f3ca30 44.81%,#cd302b 93.15%);
	--gform-theme-field-page-progress-bar-block-size: 10px;
	--gform-theme-field-page-progress-bar-border-radius: 100px;
	--gform-theme-field-page-steps-step-gap: 12px;
	--gform-theme-field-page-steps-number-background-color: transparent;
	--gform-theme-field-page-steps-number-background-color-active: var(--gform-theme-color-outside-control-light);
	--gform-theme-field-page-steps-number-background-color-complete: var(--gform-theme-color-primary);
	--gform-theme-field-page-steps-number-border-color: var(--gform-theme-color-outside-control-light-darker);
	--gform-theme-field-page-steps-number-border-color-active: transparent;
	--gform-theme-field-page-steps-number-border-color-complete: var(--gform-theme-color-primary);
	--gform-theme-field-page-steps-number-border-radius: 50%;
	--gform-theme-field-page-steps-number-border-style: solid;
	--gform-theme-field-page-steps-number-border-width: 2px;
	--gform-theme-field-page-steps-number-color: var(--gform-theme-color-outside-control-dark);
	--gform-theme-field-page-steps-number-color-active: var(--gform-theme-field-page-steps-number-color);
	--gform-theme-field-page-steps-number-color-complete: var(--gform-theme-color-primary-contrast);
	--gform-theme-field-page-steps-number-size: 32px;
	--gform-theme-field-page-steps-icon-font-size: var(--gform-theme-icon-font-size);
	--gform-theme-field-password-strength-background-color: transparent;
	--gform-theme-field-password-strength-background-color-mismatch: transparent;
	--gform-theme-field-password-strength-background-color-short: transparent;
	--gform-theme-field-password-strength-background-color-bad: transparent;
	--gform-theme-field-password-strength-background-color-good: transparent;
	--gform-theme-field-password-strength-background-color-strong: transparent;
	--gform-theme-field-password-strength-border-color: transparent;
	--gform-theme-field-password-strength-border-color-mismatch: transparent;
	--gform-theme-field-password-strength-border-color-short: transparent;
	--gform-theme-field-password-strength-border-color-bad: transparent;
	--gform-theme-field-password-strength-border-color-good: transparent;
	--gform-theme-field-password-strength-border-color-strong: transparent;
	--gform-theme-field-password-strength-border-radius: 0;
	--gform-theme-field-password-strength-border-style: var(--gform-theme-control-border-style);
	--gform-theme-field-password-strength-border-width: 0;
	--gform-theme-field-password-strength-color: var(--gform-theme-color-outside-control-dark);
	--gform-theme-field-password-strength-color-mismatch: #c02b0a;
	--gform-theme-field-password-strength-color-short: #c02b0a;
	--gform-theme-field-password-strength-color-bad: #ff5a1f;
	--gform-theme-field-password-strength-color-good: #8b6c32;
	--gform-theme-field-password-strength-color-strong: #399f4b;
	--gform-theme-field-password-strength-font-family: var(--gform-theme-font-family-secondary);
	--gform-theme-field-password-strength-font-size: var(--gform-theme-font-size-primary);
	--gform-theme-field-password-strength-font-style: var(--gform-theme-font-style-secondary);
	--gform-theme-field-password-strength-font-weight: var(--gform-theme-font-weight-secondary);
	--gform-theme-field-password-strength-letter-spacing: var(--gform-theme-letter-spacing-secondary);
	--gform-theme-field-password-strength-line-height: 1;
	--gform-theme-field-password-strength-margin-block-start: 16px;
	--gform-theme-field-password-strength-padding-block: 0;
	--gform-theme-field-password-strength-padding-inline: 73px 0;
	--gform-theme-field-password-strength-text-align: left;
	--gform-theme-field-password-strength-transition: var(--gform-theme-transition-control);
	--gform-theme-field-password-strength-indicator-background-color: var(--gform-theme-color-outside-control-light);
	--gform-theme-field-password-strength-indicator-background-color-mismatch: var(--gform-theme-field-password-strength-color-mismatch);
	--gform-theme-field-password-strength-indicator-background-color-short: var(--gform-theme-field-password-strength-color-short);
	--gform-theme-field-password-strength-indicator-background-color-bad: var(--gform-theme-field-password-strength-color-bad);
	--gform-theme-field-password-strength-indicator-background-color-good: var(--gform-theme-field-password-strength-color-good);
	--gform-theme-field-password-strength-indicator-background-color-strong: var(--gform-theme-field-password-strength-color-strong);
	--gform-theme-field-password-strength-indicator-block-size: 6px;
	--gform-theme-field-password-strength-indicator-border-radius: var(--gform-theme-border-radius);
	--gform-theme-field-password-strength-indicator-content: "";
	--gform-theme-field-password-strength-indicator-display: inline-block;
	--gform-theme-field-password-strength-indicator-inline-size: 65px;
	--gform-theme-field-password-strength-indicator-inline-size-blank: 0;
	--gform-theme-field-password-strength-indicator-inline-size-mismatch: 65px;
	--gform-theme-field-password-strength-indicator-inline-size-short: 22px;
	--gform-theme-field-password-strength-indicator-inline-size-bad: 37px;
	--gform-theme-field-password-strength-indicator-inline-size-good: 46px;
	--gform-theme-field-password-strength-indicator-inline-size-strong: 65px;
	--gform-theme-field-password-strength-indicator-inset-block-start: 50%;
	--gform-theme-field-password-strength-indicator-inset-inline-start: 0;
	--gform-theme-field-password-strength-indicator-position: absolute;
	--gform-theme-field-password-strength-indicator-transform: translateY(-50%);
	--gform-theme-field-password-strength-indicator-transition: var(--gform-theme-transition-control);
	--gform-theme-field-product-quantity-inline-size: 150px;
	--gform-theme-field-product-quantity-margin-block-end: var(--gform-theme-field-row-gap);
	--gform-theme-field-product-price-color: var(--gform-theme-control-label-color-primary);
	--gform-theme-field-repeater-row-gap: var(--gform-theme-form-row-gap);
	--gform-theme-field-repeater-button-inline-gap: var(--gform-theme-form-col-gap);
	--gform-theme-field-repeater-separator-color: var(--gform-theme-color-outside-control-light-darker);
	--gform-theme-field-repeater-separator-size: 1px;
	--gform-theme-field-repeater-nested-border-color: var(--gform-theme-color-outside-control-light-darker);
	--gform-theme-field-repeater-nested-border-size: 1px;
	--gform-theme-field-repeater-nested-border-style: solid;
	--gform-theme-field-repeater-nested-padding-inline-start: 20px;
	--gform-theme-field-section-border-color: var(--gform-theme-color-outside-control-light-darker);
	--gform-theme-field-section-border-style: solid;
	--gform-theme-field-section-border-width: 1px;
	--gform-theme-field-section-padding-block-end: 8px;
	--gform-theme-form-validation-background-color: rgba(var(--gform-theme-color-danger-rgb),.03);
	--gform-theme-form-validation-border-color: rgba(var(--gform-theme-color-danger-rgb),.25);
	--gform-theme-form-validation-border-width: 1px;
	--gform-theme-form-validation-border-style: solid;
	--gform-theme-form-validation-border-radius: var(--gform-theme-control-border-radius-max-md);
	--gform-theme-form-validation-box-shadow: 0 1px 4px rgba(18,25,97,.078);
	--gform-theme-form-validation-color: var(--gform-theme-color-danger);
	--gform-theme-form-validation-font-family: var(--gform-theme-font-family-primary);
	--gform-theme-form-validation-font-size: var(--gform-theme-font-size-primary);
	--gform-theme-form-validation-gap: 8px;
	--gform-theme-form-validation-line-height: 1.43;
	--gform-theme-form-validation-margin-block: 0 var(--gform-theme-form-row-gap);
	--gform-theme-form-validation-padding-block: 20px;
	--gform-theme-form-validation-padding-inline: 16px;
	--gform-theme-form-validation-heading-color: var(--gform-theme-form-validation-color);
	--gform-theme-form-validation-heading-font-family: var(--gform-theme-form-validation-font-family);
	--gform-theme-form-validation-heading-font-size: var(--gform-theme-form-validation-font-size);
	--gform-theme-form-validation-heading-font-weight: 500;
	--gform-theme-form-validation-heading-line-height: var(--gform-theme-form-validation-line-height);
	--gform-theme-form-validation-heading-gap: 12px;
	--gform-theme-form-validation-heading-icon-background-color: rgba(var(--gform-theme-color-danger-rgb),.05);
	--gform-theme-form-validation-heading-icon-border-color: var(--gform-theme-form-validation-border-color);
	--gform-theme-form-validation-heading-icon-border-width: 2px;
	--gform-theme-form-validation-heading-icon-border-style: var(--gform-theme-form-validation-border-style);
	--gform-theme-form-validation-heading-icon-border-radius: 50%;
	--gform-theme-form-validation-heading-icon-color: var(--gform-theme-form-validation-heading-color);
	--gform-theme-form-validation-heading-icon-font-size: 18px;
	--gform-theme-form-validation-heading-icon-size: 20px;
	--gform-theme-form-validation-summary-block-start: 4px;
	--gform-theme-form-validation-summary-color: var(--gform-theme-form-validation-color);
	--gform-theme-form-validation-summary-font-family: var(--gform-theme-form-validation-font-family);
	--gform-theme-form-validation-summary-font-size: var(--gform-theme-form-validation-font-size);
	--gform-theme-form-validation-summary-font-weight: 400;
	--gform-theme-form-validation-summary-line-height: var(--gform-theme-form-validation-line-height);
	--gform-theme-form-validation-summary-padding-inline: 48px;
	--gform-theme-form-validation-summary-item-link-text-decoration: underline;
	--gform-theme-form-spinner-foreground-color: var(--gform-theme-color-primary);
	--gform-theme-form-spinner-background-color: rgba(var(--gform-theme-color-primary-rgb),.1);
}

	.gform-theme--framework :where(:not(html):not(iframe):not(canvas):not(img):not(svg):not(video) :not(svg *):not(symbol *) :not(.gform-theme__no-reset--el):not(.gform-theme__no-reset--children *):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-reset):not(.gform-theme__disable-reset *):not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message>*):not(.form_saved_message_sent>*):not(.gform_confirmation_message *):not(.wp-editor-container):not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area):not(.gfield_description>*):not(.gform-field-label--type-inline>:not(span))) {
		all: unset;
		display: revert;
	}

	.gform-theme--framework *, .gform-theme--framework :after, .gform-theme--framework :before {
		box-sizing: border-box;
	}

	.gform-theme--framework a, .gform-theme--framework button {
		cursor: revert;
	}

	.gform-theme--framework menu, .gform-theme--framework ol, .gform-theme--framework ul {
		list-style: none;
	}

	.gform-theme--framework img {
		max-block-size: 100%;
		max-inline-size: 100%;
	}

	.gform-theme--framework table {
		border-collapse: collapse;
	}

	.gform-theme--framework input, .gform-theme--framework textarea {
		-webkit-user-select: auto;
	}

	.gform-theme--framework textarea {
		white-space: revert;
	}

	.gform-theme--framework meter {
		-webkit-appearance: revert;
		-moz-appearance: revert;
		appearance: revert;
	}

	.gform-theme--framework :where(pre) {
		all: revert;
	}

	.gform-theme--framework ::-moz-placeholder {
		color: unset;
	}

	.gform-theme--framework ::placeholder {
		color: unset;
	}

	.gform-theme--framework :where([hidden]) {
		display: none;
	}

	.gform-theme--framework :where([contenteditable]:not([contenteditable=false])) {
		-moz-user-modify: read-write;
		-webkit-user-modify: read-write;
		word-wrap: break-word;
		-webkit-line-break: after-white-space;
		-webkit-user-select: auto;
	}

	.gform-theme--framework :where([draggable=true]) {
		-webkit-user-drag: element;
	}

	.gform-theme--framework :where(dialog:modal) {
		all: revert;
	}

	.gform-theme--framework input[type=checkbox]:before, .gform-theme--framework input[type=radio]:before {
		height: auto;
		margin-block: 0;
		margin-inline: 0;
		position: static;
		width: auto;
	}

	.gform-theme--framework input[type=checkbox]:after, .gform-theme--framework input[type=radio]:after {
		content: none;
	}

.gform-orbital-icon {
	speak: never;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: var(--gform-theme-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
}

.gform-orbital-icon--arrow-back:before {
	content: "";
}

.gform-orbital-icon--calendar-alt:before {
	content: "";
}

.gform-orbital-icon--selector:before {
	content: "";
}

.gform-orbital-icon--search:before {
	content: "";
}

.gform-orbital-icon--trash:before {
	content: "";
}

.gform-orbital-icon--cloud-upload-alt:before {
	content: "";
}

.gform-orbital-icon--arrow-up:before {
	content: "";
}

.gform-orbital-icon--arrow-down:before {
	content: "";
}

.gform-orbital-icon--arrow-left:before {
	content: "";
}

.gform-orbital-icon--arrow-right:before {
	content: "";
}

.gform-orbital-icon--arrow-narrow-right:before {
	content: "";
}

.gform-orbital-icon--arrow-sm-left:before {
	content: "";
}

.gform-orbital-icon--arrow-sm-right:before {
	content: "";
}

.gform-orbital-icon--save-as:before {
	content: "";
}

.gform-orbital-icon--minus-alt:before {
	content: "";
}

.gform-orbital-icon--plus-alt:before {
	content: "";
}

.gform-orbital-icon--eye-off:before {
	content: "";
}

.gform-orbital-icon--eye:before {
	content: "";
}

.gform-orbital-icon--check-circle:before {
	content: "";
}

.gform-orbital-icon--check-mark:before {
	content: "";
}

.gform-orbital-icon--check:before {
	content: "";
}

.gform-orbital-icon--check-mark-simple:before {
	content: "";
}

.gform-orbital-icon--exclamation-simple:before {
	content: "";
}

.gform-orbital-icon--information-simple:before {
	content: "";
}

.gform-orbital-icon--question-mark-simple:before {
	content: "";
}

.gform-orbital-icon--chevron-down:before {
	content: "";
}

.gform-orbital-icon--chevron-up:before {
	content: "";
}

.gform-orbital-icon--chevron-left:before {
	content: "";
}

.gform-orbital-icon--chevron-right:before {
	content: "";
}

.gform-orbital-icon--chevron-double-left:before {
	content: "";
}

.gform-orbital-icon--chevron-double-right:before {
	content: "";
}

.gform-orbital-icon--minus:before {
	content: "";
}

.gform-orbital-icon--x-circle:before {
	content: "";
}

.gform-orbital-icon--x:before {
	content: "";
}

.gform-theme--framework ::-moz-placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	color: var(--gform-theme-control-placeholder-color);
	color: var(--gf-ctrl-placeholder-color,var(--gform-theme-control-placeholder-color));
	font-family: var(--gform-theme-control-placeholder-font-family);
	font-family: var(--gf-ctrl-placeholder-font-family,var(--gform-theme-control-placeholder-font-family));
	font-size: var(--gform-theme-control-placeholder-font-size);
	font-size: var(--gf-ctrl-placeholder-font-size,var(--gform-theme-control-placeholder-font-size));
	font-style: var(--gform-theme-control-placeholder-font-style);
	font-style: var(--gf-ctrl-placeholder-font-style,var(--gform-theme-control-placeholder-font-style));
	font-weight: var(--gform-theme-control-placeholder-font-weight);
	font-weight: var(--gf-ctrl-placeholder-font-weight,var(--gform-theme-control-placeholder-font-weight));
	letter-spacing: var(--gform-theme-control-placeholder-letter-spacing);
	letter-spacing: var(--gf-ctrl-placeholder-letter-spacing,var(--gform-theme-control-placeholder-letter-spacing));
	opacity: var(--gform-theme-control-placeholder-opacity);
	opacity: var(--gf-ctrl-placeholder-opacity,var(--gform-theme-control-placeholder-opacity));
}

.gform-theme--framework ::placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	color: var(--gform-theme-control-placeholder-color);
	color: var(--gf-ctrl-placeholder-color,var(--gform-theme-control-placeholder-color));
	font-family: var(--gform-theme-control-placeholder-font-family);
	font-family: var(--gf-ctrl-placeholder-font-family,var(--gform-theme-control-placeholder-font-family));
	font-size: var(--gform-theme-control-placeholder-font-size);
	font-size: var(--gf-ctrl-placeholder-font-size,var(--gform-theme-control-placeholder-font-size));
	font-style: var(--gform-theme-control-placeholder-font-style);
	font-style: var(--gf-ctrl-placeholder-font-style,var(--gform-theme-control-placeholder-font-style));
	font-weight: var(--gform-theme-control-placeholder-font-weight);
	font-weight: var(--gf-ctrl-placeholder-font-weight,var(--gform-theme-control-placeholder-font-weight));
	letter-spacing: var(--gform-theme-control-placeholder-letter-spacing);
	letter-spacing: var(--gf-ctrl-placeholder-letter-spacing,var(--gform-theme-control-placeholder-letter-spacing));
	opacity: var(--gform-theme-control-placeholder-opacity);
	opacity: var(--gf-ctrl-placeholder-opacity,var(--gform-theme-control-placeholder-opacity));
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gform-theme-local-appearance: var(--gform-theme-control-appearance);
	--gform-theme-local-background-color: var(--gform-theme-control-background-color);
	--gform-theme-local-block-size: var(--gform-theme-control-size);
	--gform-theme-local-border-radius: var(--gform-theme-control-border-radius);
	--gform-theme-local-border-color: var(--gform-theme-control-border-color);
	--gform-theme-local-border-width: var(--gform-theme-control-border-width);
	--gform-theme-local-border-style: var(--gform-theme-control-border-style);
	--gform-theme-local-border-block-start: var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);
	--gform-theme-local-border-block-end: var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);
	--gform-theme-local-border-inline-start: var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);
	--gform-theme-local-border-inline-end: var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);
	--gform-theme-local-box-shadow: var(--gform-theme-control-box-shadow);
	--gform-theme-local-color: var(--gform-theme-control-color);
	--gform-theme-local-display: block;
	--gform-theme-local-font-family: var(--gform-theme-control-font-family);
	--gform-theme-local-font-size: var(--gform-theme-control-font-size);
	--gform-theme-local-font-style: var(--gform-theme-control-font-style);
	--gform-theme-local-font-weight: var(--gform-theme-control-font-weight);
	--gform-theme-local-inline-size: 100%;
	--gform-theme-local-letter-spacing: var(--gform-theme-control-letter-spacing);
	--gform-theme-local-line-height: var(--gform-theme-control-line-height);
	--gform-theme-local-min-block-size: auto;
	--gform-theme-local-outline: var(--gform-theme-control-outline);
	--gform-theme-local-outline-offset: var(--gform-theme-control-outline-offset);
	--gform-theme-local-padding-inline: var(--gform-theme-control-padding-inline);
	--gform-theme-local-padding-block: var(--gform-theme-control-padding-block);
	--gform-theme-local-transition: var(--gform-theme-control-transition);
	-webkit-appearance: var(--gform-theme-local-appearance);
	-moz-appearance: var(--gform-theme-local-appearance);
	appearance: var(--gform-theme-local-appearance);
	background-color: var(--gform-theme-local-background-color);
	block-size: var(--gform-theme-local-block-size);
	border-block-end: var(--gform-theme-local-border-block-end);
	border-block-start: var(--gform-theme-local-border-block-start);
	border-inline-end: var(--gform-theme-local-border-inline-end);
	border-inline-start: var(--gform-theme-local-border-inline-start);
	border-radius: var(--gform-theme-local-border-radius);
	box-shadow: var(--gform-theme-local-box-shadow);
	color: var(--gform-theme-local-color);
	display: var(--gform-theme-local-display);
	font-family: var(--gform-theme-local-font-family);
	font-size: var(--gform-theme-local-font-size);
	font-style: var(--gform-theme-local-font-style);
	font-weight: var(--gform-theme-local-font-weight);
	inline-size: var(--gform-theme-local-inline-size);
	letter-spacing: var(--gform-theme-local-letter-spacing);
	line-height: var(--gform-theme-local-line-height);
	margin-block: 0;
	margin-inline: 0;
	min-block-size: var(--gform-theme-local-min-block-size);
	outline: var(--gform-theme-local-outline);
	outline-offset: var(--gform-theme-local-outline-offset);
	padding-block: var(--gform-theme-local-padding-block);
	padding-inline: var(--gform-theme-local-padding-inline);
	transition: var(--gform-theme-local-transition);
}

	.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
		--gform-theme-local-background-color: var(--gform-theme-control-background-color-hover);
		--gform-theme-local-border-color: var(--gform-theme-control-border-color-hover);
		--gform-theme-local-color: var(--gform-theme-control-color-hover);
		--gf-local-bg-color: var(--gf-ctrl-bg-color-hover);
		--gf-local-border-color: var(--gf-ctrl-border-color-hover);
		--gf-local-color: var(--gf-ctrl-color-hover);
	}

	.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
		--gform-theme-local-background-color: var(--gform-theme-control-background-color-focus);
		--gform-theme-local-border-color: var(--gform-theme-control-border-color-focus);
		--gform-theme-local-box-shadow: var(--gform-theme-control-box-shadow-focus);
		--gform-theme-local-color: var(--gform-theme-control-color-focus);
		--gf-local-bg-color: var(--gf-ctrl-bg-color-focus);
		--gf-local-border-color: var(--gf-ctrl-border-color-focus);
		--gf-local-shadow: var(--gf-ctrl-shadow-focus);
		--gf-local-color: var(--gf-ctrl-color-focus);
	}

	.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled {
		--gform-theme-local-background-color: var(--gform-theme-control-background-color-disabled);
		--gform-theme-local-border-color: var(--gform-theme-control-border-color-disabled);
		--gform-theme-local-color: var(--gform-theme-control-color-disabled);
		--gf-local-bg-color: var(--gf-ctrl-bg-color-disabled);
		--gf-local-border-color: var(--gf-ctrl-border-color-disabled);
		--gf-local-color: var(--gf-ctrl-color-disabled);
	}

.gform-theme--framework .gfield_error .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gform-theme-local-background-color: var(--gform-theme-control-background-color-error);
	--gform-theme-local-border-color: var(--gform-theme-control-border-color-error);
	--gform-theme-local-color: var(--gform-theme-control-color-error);
	--gf-local-bg-color: var(--gf-ctrl-bg-color-error);
	--gf-local-border-color: var(--gf-ctrl-border-color-error);
	--gf-local-color: var(--gf-ctrl-color-error);
}

.gform-theme--framework .gform-field--size-sm .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-sm input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-sm select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-sm select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-sm textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gform-theme-local-block-size: var(--gform-theme-control-size-sm);
	--gform-theme-local-line-height: var(--gform-theme-control-size-sm);
}

.gform-theme--framework .gform-field--size-md .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-md input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-md select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-md select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-md textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gform-theme-local-block-size: var(--gform-theme-control-size-md);
	--gform-theme-local-line-height: var(--gform-theme-control-size-md);
}

.gform-theme--framework .gform-field--size-lg .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-lg input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-lg select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-lg select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-lg textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gform-theme-local-block-size: var(--gform-theme-control-size-lg);
	--gform-theme-local-line-height: var(--gform-theme-control-size-lg);
}

.gform-theme--framework .gform-field--size-xl .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-xl input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-xl select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-xl select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-xl textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gform-theme-local-block-size: var(--gform-theme-control-size-xl);
	--gform-theme-local-line-height: var(--gform-theme-control-size-xl);
}

.gform-theme--framework input[type].gform-text-input-reset {
	--gform-theme-local-block-size: auto;
	--gform-theme-local-color: var(--gform-theme-control-readonly-color);
	--gform-theme-local-font-family: var(--gform-theme-control-readonly-font-family);
	--gform-theme-local-font-size: var(--gform-theme-control-readonly-font-size);
	--gform-theme-local-font-style: var(--gform-theme-control-readonly-font-style);
	--gform-theme-local-font-weight: var(--gform-theme-control-readonly-font-weight);
	--gform-theme-local-letter-spacing: var(--gform-theme-control-readonly-letter-spacing);
	--gform-theme-local-line-height: var(--gform-theme-control-readonly-line-height);
	block-size: var(--gform-theme-local-block-size);
	color: var(--gform-theme-local-color);
	font-family: var(--gform-theme-local-font-family);
	font-size: var(--gform-theme-local-font-size);
	font-style: var(--gform-theme-local-font-style);
	font-weight: var(--gform-theme-local-font-weight);
	letter-spacing: var(--gform-theme-local-letter-spacing);
	line-height: var(--gform-theme-local-line-height);
}

.gform-theme--framework input[type=number]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-inner-spin-button, .gform-theme--framework input[type=number]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-outer-spin-button {
	opacity: var(--gform-theme-control-number-spin-button-opacity);
}

.gform-theme--framework input[type=number]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-inner-spin-button {
	-webkit-appearance: var(--gform-theme-control-number-spin-button-appearance);
	appearance: var(--gform-theme-control-number-spin-button-appearance);
	background-image: var(--gform-theme-icon-control-number);
	background-position: var(--gform-theme-control-number-spin-button-background-position);
	background-repeat: no-repeat;
	background-size: var(--gform-theme-control-number-spin-button-background-size);
	cursor: pointer;
	width: var(--gform-theme-control-number-spin-button-inline-size);
}

.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gform-theme-local-border-radius: var(--gform-theme-control-textarea-border-radius);
	--gform-theme-local-block-size: var(--gform-theme-control-textarea-block-size);
	--gform-theme-local-line-height: var(--gform-theme-control-textarea-line-height);
	--gform-theme-local-padding-block: var(--gform-theme-control-textarea-padding-block);
	resize: var(--gform-theme-control-textarea-resize);
}

.gform-theme--framework .wp-editor-container {
	border: var(--gform-theme-control-border-width) var(--gform-theme-control-border-style) var(--gform-theme-control-border-color);
	border-radius: var(--gform-theme-control-textarea-border-radius);
	overflow: hidden;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gform-theme-local-block-size: var(--gform-theme-control-choice-size);
	--gform-theme-local-display: inline-grid;
	--gform-theme-local-inline-size: var(--gform-theme-control-choice-size);
	--gform-theme-local-line-height: var(--gform-theme-control-choice-size);
	--gform-theme-local-padding-block: 0;
	--gform-theme-local-padding-inline: 0;
	accent-color: var(--gform-theme-control-accent-color);
	align-content: center;
	justify-content: center;
	opacity: 1;
	place-content: center;
}

	.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before, .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before {
		opacity: 0;
	}

	.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked:before, .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked:before {
		opacity: 1;
	}

.gform-theme--framework .gform-field--size-sm input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-sm input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gform-theme-local-block-size: var(--gform-theme-control-choice-size-sm);
	--gform-theme-local-inline-size: var(--gform-theme-control-choice-size-sm);
	--gform-theme-local-line-height: var(--gform-theme-control-choice-size-sm);
}

.gform-theme--framework .gform-field--size-md input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-md input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gform-theme-local-block-size: var(--gform-theme-control-choice-size-md);
	--gform-theme-local-inline-size: var(--gform-theme-control-choice-size-md);
	--gform-theme-local-line-height: var(--gform-theme-control-choice-size-md);
}

.gform-theme--framework .gform-field--size-lg input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-lg input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gform-theme-local-block-size: var(--gform-theme-control-choice-size-lg);
	--gform-theme-local-inline-size: var(--gform-theme-control-choice-size-lg);
	--gform-theme-local-line-height: var(--gform-theme-control-choice-size-lg);
}

.gform-theme--framework .gform-field--size-xl input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-xl input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gform-theme-local-block-size: var(--gform-theme-control-choice-size-xl);
	--gform-theme-local-inline-size: var(--gform-theme-control-choice-size-xl);
	--gform-theme-local-line-height: var(--gform-theme-control-choice-size-xl);
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gform-theme-local-border-radius: var(--gform-theme-control-checkbox-check-border-radius);
}

	.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before {
		speak: never;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: var(--gform-theme-control-choice-check-color);
		content: var(--gform-theme-icon-control-checkbox);
		font-family: var(--gform-theme-icon-font-family) !important;
		font-family: var(--gf-icon-font-family,var(--gform-theme-icon-font-family)) !important;
		font-size: var(--gform-theme-control-checkbox-check-size);
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		line-height: 1;
		text-transform: none;
	}

	.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:before {
		color: var(--gform-theme-control-choice-check-color-disabled);
	}

.gform-theme--framework .gform-field--size-sm input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before {
	font-size: var(--gform-theme-control-checkbox-check-size-sm);
}

.gform-theme--framework .gform-field--size-md input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before {
	font-size: var(--gform-theme-control-checkbox-check-size-md);
}

.gform-theme--framework .gform-field--size-lg input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before {
	font-size: var(--gform-theme-control-checkbox-check-size-lg);
}

.gform-theme--framework .gform-field--size-xl input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before {
	font-size: var(--gform-theme-control-checkbox-check-size-xl);
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gform-theme-local-border-radius: var(--gform-theme-control-radio-check-border-radius);
}

	.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before {
		background-color: var(--gform-theme-control-choice-check-color);
		block-size: var(--gform-theme-control-radio-check-size);
		border-radius: var(--gform-theme-control-radio-check-border-radius);
		content: var(--gform-theme-control-radio-check-content);
		inline-size: var(--gform-theme-control-radio-check-size);
	}

	.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:before {
		background-color: var(--gform-theme-control-choice-check-color-disabled);
	}

.gform-theme--framework .gform-field--size-sm input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before {
	block-size: var(--gform-theme-control-radio-check-size-sm);
	inline-size: var(--gform-theme-control-radio-check-size-sm);
}

.gform-theme--framework .gform-field--size-md input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before {
	block-size: var(--gform-theme-control-radio-check-size-md);
	inline-size: var(--gform-theme-control-radio-check-size-md);
}

.gform-theme--framework .gform-field--size-lg input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before {
	block-size: var(--gform-theme-control-radio-check-size-lg);
	inline-size: var(--gform-theme-control-radio-check-size-lg);
}

.gform-theme--framework .gform-field--size-xl input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before {
	block-size: var(--gform-theme-control-radio-check-size-xl);
	inline-size: var(--gform-theme-control-radio-check-size-xl);
}

.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])) {
	--gform-theme-local-padding-inline: var(--gform-theme-control-select-padding-inline);
	background-image: var(--gform-theme-icon-control-select);
	background-position: var(--gform-theme-control-select-icon-position);
	background-repeat: no-repeat;
	background-size: var(--gform-theme-control-select-icon-size);
}

.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-ms-expand {
	display: var(--gform-theme-control-select-ms-expand);
}

.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[multiple] {
	--gform-theme-local-block-size: var(--gform-theme-control-multiselect-block-size);
	--gform-theme-local-border-radius: var(--gform-theme-control-multiselect-border-radius);
	--gform-theme-local-line-height: var(--gform-theme-control-multiselect-line-height);
	--gform-theme-local-padding-block: var(--gform-theme-control-multiselect-padding-block);
	overflow-y: auto;
}

	.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[multiple] option:checked {
		background: var(--gform-theme-color-inside-control-light);
	}

.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single {
	background-image: var(--gform-theme-icon-control-select);
	background-position: var(--gform-theme-control-select-icon-position);
	background-repeat: no-repeat;
	background-size: var(--gform-theme-control-select-icon-size);
}

	.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single span {
		margin-inline-end: var(--gform-theme-control-select-search-icon-size);
	}

	.gform-theme--framework .gfield: where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single abbr, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single div b {
		background-image: none !important;
	}

.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active .chosen-single, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single {
	--gform-theme-local-background-color: var(--gform-theme-control-background-color-focus);
	--gform-theme-local-border-color: var(--gform-theme-control-border-color-focus);
	--gform-theme-local-box-shadow: var(--gform-theme-control-box-shadow-focus);
	--gform-theme-local-color: var(--gform-theme-control-color-focus);
}

.gform-theme--framework .gfield:where(.gfield--type-select.nitro-lazy,.gfield--input-type-select) .chosen-container-single .chosen-single abbr.nitro-lazy, .gform-theme--framework .gfield:where(.gfield--type-select.nitro-lazy,.gfield--input-type-select) .chosen-container-single .chosen-single div b.nitro-lazy {
	background-image: none !important;
}

.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single {
	border-bottom-left-radius: var(--gform-theme-control-border-radius);
	border-bottom-right-radius: var(--gform-theme-control-border-radius);
	border-color: var(--gform-theme-control-border-color-focus);
	box-shadow: var(--gform-theme-control-box-shadow-focus);
}

.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-search {
	padding-block: var(--gform-theme-padding-block) 0;
	padding-inline: var(--gform-theme-control-padding-inline);
}

	.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-search input[type=text] {
		--gform-theme-local-block-size: var(--gform-theme-control-size-md);
		--gform-theme-local-padding-inline: var(--gform-theme-control-select-search-padding-inline);
		background-image: var(--gform-theme-icon-control-search) !important;
		background-position: var(--gform-theme-control-select-search-icon-position);
		background-size: var(--gform-theme-control-select-search-icon-size) !important;
	}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi {
	--gform-theme-local-block-size: auto;
	--gform-theme-local-border-radius: var(--gform-theme-control-multiselect-border-radius);
	padding-inline: 0;
}

	.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi.chosen-container-active {
		border-color: var(--gform-theme-control-border-color-focus);
		box-shadow: var(--gform-theme-control-box-shadow-focus);
	}

		.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi.chosen-container-active .chosen-choices {
			box-shadow: none;
		}

	.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices {
		align-content: center;
		background: none;
		border: none;
		display: flex;
		flex-flow: row wrap;
		gap: calc(var(--gform-theme-padding-block) / 2);
		min-height: calc(var(--gform-theme-control-size) - 2px);
		padding-block: 4px;
		padding-inline: var(--gform-theme-control-padding-inline);
	}

		.gform-theme--framework .gfield: where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-field input[type=text].chosen-search-input {
			color: var(--gform-theme-control-placeholder-color);
			color: var(--gf-ctrl-placeholder-color,var(--gform-theme-control-placeholder-color));
			font-family: var(--gform-theme-control-placeholder-font-family);
			font-family: var(--gf-ctrl-placeholder-font-family,var(--gform-theme-control-placeholder-font-family));
			font-size: var(--gform-theme-control-placeholder-font-size);
			font-size: var(--gf-ctrl-placeholder-font-size,var(--gform-theme-control-placeholder-font-size));
			font-style: var(--gform-theme-control-placeholder-font-style);
			font-style: var(--gf-ctrl-placeholder-font-style,var(--gform-theme-control-placeholder-font-style));
			font-weight: var(--gform-theme-control-placeholder-font-weight);
			font-weight: var(--gf-ctrl-placeholder-font-weight,var(--gform-theme-control-placeholder-font-weight));
			letter-spacing: var(--gform-theme-control-placeholder-letter-spacing);
			letter-spacing: var(--gf-ctrl-placeholder-letter-spacing,var(--gform-theme-control-placeholder-letter-spacing));
			opacity: var(--gform-theme-control-placeholder-opacity);
			opacity: var(--gf-ctrl-placeholder-opacity,var(--gform-theme-control-placeholder-opacity));
		}

		.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices .search-choice + li.search-field input[type=text].chosen-search-input {
			color: var(--gform-theme-control-color-focus);
			font-family: var(--gform-theme-control-font-family);
			font-size: var(--gform-theme-control-font-size);
			font-style: var(--gform-theme-control-font-style);
			font-weight: var(--gform-theme-control-font-weight);
			letter-spacing: var(--gform-theme-control-letter-spacing);
			opacity: 1;
		}

		.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice {
			align-self: flex-start;
			background: none;
			background-color: var(--gform-theme-control-multiselect-selected-item-background-color);
			border: none;
			border-radius: var(--gform-theme-control-multiselect-selected-item-border-radius);
			box-shadow: none;
			color: var(--gform-theme-control-multiselect-selected-item-color);
			flex-shrink: 0;
			font-size: var(--gform-theme-control-multiselect-selected-item-font-size);
			font-weight: var(--gform-theme-control-multiselect-selected-item-font-weight);
			margin: 0;
			padding-block: 8px;
			padding-inline: var(--gform-theme-control-padding-inline) calc(var(--gform-theme-control-padding-inline) * 1.25 + var(--gform-theme-control-multiselect-close-icon-size));
		}

			.gform-theme--framework .gfield: where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
				background: none;
				height: var(--gform-theme-control-multiselect-close-icon-size);
				inset-block-start: var(--gform-theme-control-multiselect-close-icon-inset-block-start);
				inset-inline-end: var(--gform-theme-control-multiselect-close-icon-inset-inline-end);
				opacity: 70%;
				transition: var(--gform-theme-local-transition);
				width: var(--gform-theme-control-multiselect-close-icon-size);
			}

				.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
					speak: never;
					-webkit-font-smoothing: antialiased;
					-moz-osx-font-smoothing: grayscale;
					color: var(--gform-theme-control-multiselect-selected-item-remove-icon-color);
					content: var(--gform-theme-icon-control-cancel);
					display: inline-block;
					font-family: var(--gform-theme-icon-font-family) !important;
					font-family: var(--gf-icon-font-family,var(--gform-theme-icon-font-family)) !important;
					font-size: var(--gform-theme-control-multiselect-close-icon-size);
					font-style: normal;
					font-variant: normal;
					font-weight: 400;
					height: 100%;
					line-height: 1;
					text-transform: none;
					width: 100%;
				}

				.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:focus, .gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
					opacity: 1;
				}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-drop, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-drop {
	background-color: var(--gform-theme-control-background-color);
	border: var(--gform-theme-control-select-dropdown-border-color);
	border-radius: var(--gform-theme-control-select-dropdown-border-radius);
	box-shadow: var(--gform-theme-control-select-dropdown-shadow);
	overflow: hidden;
	padding-block: 0;
	padding-inline: 0;
	top: calc(100% + 8px);
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results {
	margin-block: 0;
	margin-inline: 0;
	padding-block: var(--gform-theme-padding-block);
	padding-inline: 0;
}

	.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results li, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results li {
		color: var(--gform-theme-control-color);
		padding: var(--gform-theme-padding-block) var(--gform-theme-control-padding-inline);
	}

		.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results li.highlighted, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results li.highlighted {
			background: none;
			background-color: var(--gform-theme-control-select-dropdown-option-background-color-hover);
		}

		.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results li.result-selected, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results li.result-selected {
			background: none;
			background-color: var(--gform-theme-control-select-dropdown-option-background-color-hover);
			box-shadow: var(--gform-theme-control-select-dropdown-option-box-shadow-hover);
		}

.gform-theme--framework .gfield_list_group_item:before, .gform-theme--framework .gform-field-label {
	--gform-theme-local-color: var(--gform-theme-control-label-color-primary);
	--gform-theme-local-display: flex;
	--gform-theme-local-font-family: var(--gform-theme-control-label-font-family-primary);
	--gform-theme-local-font-size: var(--gform-theme-control-label-font-size-primary);
	--gform-theme-local-font-style: var(--gform-theme-control-label-font-style-primary);
	--gform-theme-local-font-weight: var(--gform-theme-control-label-font-weight-primary);
	--gform-theme-local-letter-spacing: var(--gform-theme-control-label-letter-spacing-primary);
	--gform-theme-local-line-height: var(--gform-theme-control-label-line-height-primary);
	--gform-theme-local-margin-block: 0;
	--gform-theme-local-margin-inline: 0;
	color: var(--gform-theme-local-color);
	display: var(--gform-theme-local-display);
	font-family: var(--gform-theme-local-font-family);
	font-size: var(--gform-theme-local-font-size);
	font-style: var(--gform-theme-local-font-style);
	font-weight: var(--gform-theme-local-font-weight);
	letter-spacing: var(--gform-theme-local-letter-spacing);
	line-height: var(--gform-theme-local-line-height);
	margin-block: var(--gform-theme-local-margin-block);
	margin-inline: var(--gform-theme-local-margin-inline);
}

.gform-theme--framework .gform-field-label--type-inline {
	--gform-theme-local-color: var(--gform-theme-control-label-color-secondary);
	--gform-theme-local-display: block;
	--gform-theme-local-font-family: var(--gform-theme-control-label-font-family-secondary);
	--gform-theme-local-font-size: var(--gform-theme-control-label-font-size-secondary);
	--gform-theme-local-font-style: var(--gform-theme-control-label-font-style-secondary);
	--gform-theme-local-font-weight: var(--gform-theme-control-label-font-weight-secondary);
	--gform-theme-local-letter-spacing: var(--gform-theme-control-label-letter-spacing-secondary);
	--gform-theme-local-line-height: var(--gform-theme-control-label-line-height-secondary);
}

.gform-theme--framework .gform-field-label--type-sub {
	--gform-theme-local-color: var(--gform-theme-control-label-color-tertiary);
	--gform-theme-local-display: block;
	--gform-theme-local-font-family: var(--gform-theme-control-label-font-family-tertiary);
	--gform-theme-local-font-size: var(--gform-theme-control-label-font-size-tertiary);
	--gform-theme-local-font-style: var(--gform-theme-control-label-font-style-tertiary);
	--gform-theme-local-font-weight: var(--gform-theme-control-label-font-weight-tertiary);
	--gform-theme-local-letter-spacing: var(--gform-theme-control-label-letter-spacing-tertiary);
	--gform-theme-local-line-height: var(--gform-theme-control-label-line-height-tertiary);
}

.gform-theme--framework .gform-field-label--type-sub-large {
	--gform-theme-local-color: var(--gform-theme-control-label-color-quaternary);
	--gform-theme-local-display: inline-block;
	--gform-theme-local-font-family: var(--gform-theme-control-label-font-family-quaternary);
	--gform-theme-local-font-size: var(--gform-theme-control-label-font-size-quaternary);
	--gform-theme-local-font-style: var(--gform-theme-control-label-font-style-quaternary);
	--gform-theme-local-font-weight: var(--gform-theme-control-label-font-weight-quaternary);
	--gform-theme-local-letter-spacing: var(--gform-theme-control-label-letter-spacing-quaternary);
	--gform-theme-local-line-height: var(--gform-theme-control-label-line-height-quaternary);
}

.gform-theme--framework .gform-field-label > .gfield_required {
	color: var(--gform-theme-control-label-color-required);
	display: inline-block;
	font-family: var(--gform-theme-control-label-font-family-required);
	font-size: var(--gform-theme-control-label-font-size-required);
	font-style: var(--gform-theme-control-label-font-style-required);
	font-weight: var(--gform-theme-control-label-font-weight-required);
	letter-spacing: var(--gform-theme-control-label-letter-spacing-required);
	line-height: var(--gform-theme-control-label-line-height-required);
}

.gform-theme--framework .gfield_description {
	--gform-theme-local-color: var(--gform-theme-control-description-color);
	--gform-theme-local-font-family: var(--gform-theme-control-description-font-family);
	--gform-theme-local-font-size: var(--gform-theme-control-description-font-size);
	--gform-theme-local-font-style: var(--gform-theme-control-description-font-style);
	--gform-theme-local-font-weight: var(--gform-theme-control-description-font-weight);
	--gform-theme-local-letter-spacing: var(--gform-theme-control-description-letter-spacing);
	--gform-theme-local-line-height: var(--gform-theme-control-description-line-height);
	color: var(--gform-theme-local-color);
	display: block;
	font-family: var(--gform-theme-local-font-family);
	font-size: var(--gform-theme-local-font-size);
	font-style: var(--gform-theme-local-font-style);
	font-weight: var(--gform-theme-local-font-weight);
	letter-spacing: var(--gform-theme-local-letter-spacing);
	line-height: var(--gform-theme-local-line-height);
}

.gform-theme--framework .gfield_validation_message {
	--gform-theme-local-color: var(--gform-theme-control-description-color-error);
	--gform-theme-local-font-family: var(--gform-theme-control-description-font-family-error);
	--gform-theme-local-font-size: var(--gform-theme-control-description-font-size-error);
	--gform-theme-local-font-style: var(--gform-theme-control-description-font-style-error);
	--gform-theme-local-font-weight: var(--gform-theme-control-description-font-weight-error);
	--gform-theme-local-letter-spacing: var(--gform-theme-control-description-letter-spacing-error);
	--gform-theme-local-line-height: var(--gform-theme-control-description-line-height-error);
}

.gform-theme--framework .gfield_consent_description {
	border: var(--gform-theme-control-description-border-width-consent) var(--gform-theme-control-description-border-style-consent) var(--gform-theme-control-description-border-color-consent);
	max-height: var(--gform-theme-control-description-max-height-consent);
	overflow-y: auto;
	padding: 16px;
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gform-theme-local-block-size: auto;
	--gform-theme-local-background-color: var(--gform-theme-control-button-background-color-primary);
	--gform-theme-local-border-radius: var(--gform-theme-control-button-border-radius);
	--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-primary);
	--gform-theme-local-border-style: var(--gform-theme-control-button-border-style-primary);
	--gform-theme-local-border-width: var(--gform-theme-control-button-border-width-primary);
	--gform-theme-local-border-block-start: var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);
	--gform-theme-local-border-block-end: var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);
	--gform-theme-local-border-inline-start: var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);
	--gform-theme-local-border-inline-end: var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);
	--gform-theme-local-box-shadow: var(--gform-theme-control-button-box-shadow);
	--gform-theme-local-color: var(--gform-theme-control-button-color-primary);
	--gform-theme-local-column-gap: var(--gform-theme-control-button-icon-gap);
	--gform-theme-local-cursor: pointer;
	--gform-theme-local-display: inline-flex;
	--gform-theme-local-font-style: var(--gform-theme-control-button-font-style);
	--gform-theme-local-font-weight: var(--gform-theme-control-button-font-weight);
	--gform-theme-local-font-size: var(--gform-theme-control-button-font-size);
	--gform-theme-local-font-family: var(--gform-theme-control-button-font-family);
	--gform-theme-local-inline-size: auto;
	--gform-theme-local-letter-spacing: var(--gform-theme-control-button-letter-spacing);
	--gform-theme-local-line-height: var(--gform-theme-control-button-line-height);
	--gform-theme-local-min-block-size: var(--gform-theme-control-button-size);
	--gform-theme-local-min-inline-size: auto;
	--gform-theme-local-opacity: var(--gform-theme-control-button-opacity);
	--gform-theme-local-padding-block: var(--gform-theme-control-button-padding-block);
	--gform-theme-local-padding-inline: var(--gform-theme-control-button-padding-inline);
	--gform-theme-local-text-decoration: var(--gform-theme-control-button-text-decoration);
	--gform-theme-local-text-transform: var(--gform-theme-control-button-text-transform);
	align-items: center;
	-moz-column-gap: var(--gform-theme-local-column-gap);
	column-gap: var(--gform-theme-local-column-gap);
	cursor: var(--gform-theme-local-cursor);
	justify-content: center;
	min-inline-size: var(--gform-theme-local-min-inline-size);
	opacity: var(--gform-theme-local-opacity);
	text-align: center;
	-webkit-text-decoration: var(--gform-theme-local-text-decoration);
	text-decoration: var(--gform-theme-local-text-decoration);
	text-transform: var(--gform-theme-local-text-transform);
	vertical-align: top;
}

	.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before {
		--gform-theme-local-color: var(--gform-theme-control-button-icon-color-primary);
		--gform-theme-local-content: var(--gform-theme-control-button-icon);
		--gform-theme-local-font-size: var(--gform-theme-control-button-icon-font-size);
		--gform-theme-local-transition: var(--gform-theme-control-button-transition);
		speak: never;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: var(--gform-theme-local-color);
		content: var(--gform-theme-local-content);
		font-family: var(--gform-theme-icon-font-family) !important;
		font-family: var(--gf-icon-font-family,var(--gform-theme-icon-font-family)) !important;
		font-size: var(--gform-theme-local-font-size);
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		line-height: 1;
		text-transform: none;
		transition: var(--gform-theme-local-transition);
	}

	.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
		--gform-theme-local-background-color: var(--gform-theme-control-button-background-color-hover-primary);
		--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-hover-primary);
		--gform-theme-local-box-shadow: var(--gform-theme-control-button-box-shadow-hover);
		--gform-theme-local-color: var(--gform-theme-control-button-color-hover-primary);
	}

		.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:before {
			--gform-theme-local-color: var(--gform-theme-control-button-icon-color-hover-primary);
		}

	.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
		--gform-theme-local-background-color: var(--gform-theme-control-button-background-color-focus-primary);
		--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-focus-primary);
		--gform-theme-local-box-shadow: var(--gform-theme-control-button-box-shadow-focus);
		--gform-theme-local-color: var(--gform-theme-control-button-color-focus-primary);
	}

		.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:before {
			--gform-theme-local-color: var(--gform-theme-control-button-icon-color-focus-primary);
		}

	.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled {
		--gform-theme-local-background-color: var(--gform-theme-control-button-background-color-disabled-primary);
		--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-disabled-primary);
		--gform-theme-local-box-shadow: var(--gform-theme-control-button-box-shadow-disabled);
		--gform-theme-local-color: var(--gform-theme-control-button-color-disabled-primary);
		--gform-theme-local-cursor: default;
		--gform-theme-local-opacity: var(--gform-theme-control-button-opacity-disabled);
	}

		.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:before {
			--gform-theme-local-color: var(--gform-theme-control-button-icon-color-disabled-primary);
		}

	.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary {
		--gform-theme-local-background-color: var(--gform-theme-control-button-background-color-secondary);
		--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-secondary);
		--gform-theme-local-border-style: var(--gform-theme-control-button-border-style-secondary);
		--gform-theme-local-border-width: var(--gform-theme-control-button-border-width-secondary);
		--gform-theme-local-color: var(--gform-theme-control-button-color-secondary);
	}

		.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:before {
			--gform-theme-local-color: var(--gform-theme-control-button-icon-color-secondary);
		}

		.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover {
			--gform-theme-local-background-color: var(--gform-theme-control-button-background-color-hover-secondary);
			--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-hover-secondary);
			--gform-theme-local-color: var(--gform-theme-control-button-color-hover-secondary);
		}

			.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:before {
				--gform-theme-local-color: var(--gform-theme-control-button-icon-color-hover-secondary);
			}

		.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus {
			--gform-theme-local-background-color: var(--gform-theme-control-button-background-color-focus-secondary);
			--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-focus-secondary);
			--gform-theme-local-color: var(--gform-theme-control-button-color-focus-secondary);
		}

			.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:before {
				--gform-theme-local-color: var(--gform-theme-control-button-icon-color-focus-secondary);
			}

		.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled {
			--gform-theme-local-background-color: var(--gform-theme-control-button-background-color-disabled-secondary);
			--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-disabled-secondary);
			--gform-theme-local-color: var(--gform-theme-control-button-color-disabled-secondary);
		}

			.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:before {
				--gform-theme-local-color: var(--gform-theme-control-button-icon-color-disabled-secondary);
			}

	.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control {
		--gform-theme-local-background-color: var(--gform-theme-control-button-background-color-control);
		--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-control);
		--gform-theme-local-border-style: var(--gform-theme-control-button-border-style-control);
		--gform-theme-local-border-width: var(--gform-theme-control-button-border-width-control);
		--gform-theme-local-color: var(--gform-theme-control-button-color-control);
	}

		.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:before {
			--gform-theme-local-color: var(--gform-theme-control-button-icon-color-control);
		}

		.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover {
			--gform-theme-local-background-color: var(--gform-theme-control-button-background-color-hover-control);
			--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-hover-control);
			--gform-theme-local-color: var(--gform-theme-control-button-color-hover-control);
		}

			.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:before {
				--gform-theme-local-color: var(--gform-theme-control-button-icon-color-hover-control);
			}

		.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus {
			--gform-theme-local-background-color: var(--gform-theme-control-button-background-color-focus-control);
			--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-focus-control);
			--gform-theme-local-color: var(--gform-theme-control-button-color-focus-control);
		}

			.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:before {
				--gform-theme-local-color: var(--gform-theme-control-button-icon-color-focus-control);
			}

		.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled {
			--gform-theme-local-background-color: var(--gform-theme-control-button-background-color-disabled-control);
			--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-disabled-control);
			--gform-theme-local-color: var(--gform-theme-control-button-color-disabled-control);
		}

			.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:before {
				--gform-theme-local-color: var(--gform-theme-control-button-icon-color-disabled-control);
			}

	.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple {
		--gform-theme-local-background-color: var(--gform-theme-control-button-background-color-simple);
		--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-simple);
		--gform-theme-local-border-width: var(--gform-theme-control-button-border-width-simple);
		--gform-theme-local-box-shadow: var(--gform-theme-control-button-box-shadow-simple);
		--gform-theme-local-color: var(--gform-theme-control-button-color-simple);
		--gform-theme-local-column-gap: 0;
		--gform-theme-local-line-height: var(--gform-theme-control-button-size-simple);
		--gform-theme-local-min-block-size: var(--gform-theme-control-button-size-simple);
		--gform-theme-local-min-inline-size: var(--gform-theme-control-button-size-simple);
		--gform-theme-local-padding-block: 0;
		--gform-theme-local-padding-inline: 0;
	}

		.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:before {
			--gform-theme-local-color: var(--gform-theme-control-button-icon-color-simple);
		}

		.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover {
			--gform-theme-local-background-color: var(--gform-theme-control-button-background-color-hover-simple);
			--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-hover-simple);
			--gform-theme-local-box-shadow: var(--gform-theme-control-button-box-shadow-hover-simple);
			--gform-theme-local-color: var(--gform-theme-control-button-color-hover-simple);
		}

			.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:before {
				--gform-theme-local-color: var(--gform-theme-control-button-icon-color-hover-simple);
			}

		.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus {
			--gform-theme-local-background-color: var(--gform-theme-control-button-background-color-focus-simple);
			--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-focus-simple);
			--gform-theme-local-box-shadow: var(--gform-theme-control-button-box-shadow-focus-simple);
			--gform-theme-local-color: var(--gform-theme-control-button-color-focus-simple);
		}

			.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:before {
				--gform-theme-local-color: var(--gform-theme-control-button-icon-color-focus-simple);
			}

		.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled {
			--gform-theme-local-background-color: var(--gform-theme-control-button-background-color-disabled-simple);
			--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-disabled-simple);
			--gform-theme-local-box-shadow: var(--gform-theme-control-button-box-shadow-disabled-simple);
			--gform-theme-local-color: var(--gform-theme-control-button-color-disabled-simple);
		}

			.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons:before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:before {
				--gform-theme-local-color: var(--gform-theme-control-button-icon-color-disabled-simple);
			}

	.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs {
		--gform-theme-local-font-size: var(--gform-theme-control-button-font-size-xs);
		--gform-theme-local-min-block-size: var(--gform-theme-control-button-size-xs);
		--gform-theme-local-padding-inline: var(--gform-theme-control-button-padding-inline-xs);
	}

	.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm {
		--gform-theme-local-font-size: var(--gform-theme-control-button-font-size-sm);
		--gform-theme-local-min-block-size: var(--gform-theme-control-button-size-sm);
		--gform-theme-local-padding-inline: var(--gform-theme-control-button-padding-inline-sm);
	}

	.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md {
		--gform-theme-local-font-size: var(--gform-theme-control-button-font-size-md);
		--gform-theme-local-min-block-size: var(--gform-theme-control-button-size-md);
		--gform-theme-local-padding-inline: var(--gform-theme-control-button-padding-inline-md);
	}

	.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg {
		--gform-theme-local-font-size: var(--gform-theme-control-button-font-size-lg);
		--gform-theme-local-min-block-size: var(--gform-theme-control-button-size-lg);
		--gform-theme-local-padding-inline: var(--gform-theme-control-button-padding-inline-lg);
	}

	.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl {
		--gform-theme-local-font-size: var(--gform-theme-control-button-font-size-xl);
		--gform-theme-local-min-block-size: var(--gform-theme-control-button-size-xl);
		--gform-theme-local-padding-inline: var(--gform-theme-control-button-padding-inline-xl);
	}

.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gform-theme-local-padding-inline: var(--gform-theme-control-file-padding-inline);
	text-overflow: ellipsis;
	white-space: nowrap;
}

	.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::file-selector-button {
		--gform-theme-local-background-color: var(--gform-theme-control-file-button-background-color-hover);
		--gform-theme-local-border-inline-end-color: var(--gform-theme-control-file-button-border-inline-end-color-hover);
		--gform-theme-local-color: var(--gform-theme-control-file-button-color-hover);
	}

	.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::file-selector-button {
		--gform-theme-local-background-color: var(--gform-theme-control-file-button-background-color-focus);
		--gform-theme-local-border-inline-end-color: var(--gform-theme-control-file-button-border-inline-end-color-focus);
		--gform-theme-local-color: var(--gform-theme-control-file-button-color-focus);
	}

	.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::file-selector-button {
		--gform-theme-local-background-color: var(--gform-theme-control-file-button-background-color-disabled);
		--gform-theme-local-border-inline-end-color: var(--gform-theme-control-file-button-border-inline-end-color-disabled);
		--gform-theme-local-color: var(--gform-theme-control-file-button-color-disabled);
	}

	.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::file-selector-button {
		--gform-theme-local-background-color: var(--gform-theme-control-file-button-background-color);
		--gform-theme-local-border-inline-end-color: var(--gform-theme-control-file-button-border-inline-end-color);
		--gform-theme-local-border-inline-end-style: var(--gform-theme-control-file-button-border-inline-end-style);
		--gform-theme-local-border-inline-end-width: var(--gform-theme-control-file-button-border-inline-end-width);
		--gform-theme-local-border-inline-end: var(--gform-theme-local-border-inline-end-width) var(--gform-theme-local-border-inline-end-style) var(--gform-theme-local-border-inline-end-color);
		--gform-theme-local-color: var(--gform-theme-control-file-button-color);
		background-color: var(--gform-theme-local-background-color);
		block-size: 100%;
		border: 0;
		border-end-start-radius: var(--gform-theme-control-file-button-border-radius);
		border-inline-end: var(--gform-theme-local-border-inline-end);
		border-start-start-radius: var(--gform-theme-control-file-button-border-radius);
		color: var(--gform-theme-local-color);
		font-family: var(--gform-theme-control-file-button-font-family);
		font-size: var(--gform-theme-control-file-button-font-size);
		font-style: var(--gform-theme-control-file-button-font-style);
		font-weight: var(--gform-theme-control-file-button-font-weight);
		inset-block-start: calc(var(--gform-theme-control-border-width) * -1);
		letter-spacing: var(--gform-theme-control-file-button-letter-spacing);
		line-height: var(--gform-theme-control-file-button-line-height);
		margin-inline: var(--gform-theme-control-file-button-margin-inline);
		padding-block: 0;
		padding-inline: var(--gform-theme-control-file-button-padding-inline);
		position: relative;
		-webkit-text-decoration: var(--gform-theme-control-file-button-text-decoration);
		text-decoration: var(--gform-theme-control-file-button-text-decoration);
		text-transform: var(--gform-theme-control-file-button-text-transform);
		transition: var(--gform-theme-control-file-button-transition);
	}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area {
	--gform-theme-local-block-size: var(--gform-theme-control-file-drop-area-block-size);
	--gform-theme-local-border-radius: var(--gform-theme-control-file-drop-area-border-radius);
	--gform-theme-local-border-style: var(--gform-theme-control-file-drop-area-border-style);
	--gform-theme-local-color: var(--gform-theme-control-file-drop-area-color);
	--gform-theme-local-font-weight: var(--gform-theme-control-file-drop-area-font-weight);
	--gform-theme-local-line-height: var(--gform-theme-control-file-drop-area-line-height);
	--gform-theme-local-padding-inline: var(--gform-theme-control-file-drop-area-padding-inline);
	--gform-theme-local-padding-block: var(--gform-theme-control-file-drop-area-padding-block);
}

	.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area:before {
		speak: never;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: var(--gform-theme-control-file-drop-area-icon-color);
		content: var(--gform-theme-icon-control-file-upload);
		display: block;
		font-family: var(--gform-theme-icon-font-family) !important;
		font-family: var(--gf-icon-font-family,var(--gform-theme-icon-font-family)) !important;
		font-size: var(--gform-theme-control-file-drop-area-icon-font-size);
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		line-height: 1;
		margin-block-end: var(--gform-theme-control-file-drop-area-icon-margin-block-end);
		text-transform: none;
	}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_instructions {
	margin-block-end: var(--gform-theme-control-file-drop-area-instructions-margin-block-end);
}

.gform-theme--framework .gfield: where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview_list {
	display: flex;
	flex-direction: column;
	gap: var(--gform-theme-control-file-preview-area-gap);
	margin-block-start: var(--gform-theme-control-file-preview-area-margin-block-start);
	width: 100%;
}

	.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview_list:empty {
		margin-block-start: 0;
	}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview {
	display: flex;
	flex-direction: column;
	font-family: var(--gform-theme-control-file-preview-file-font-family);
	font-size: var(--gform-theme-control-file-preview-file-font-size);
	font-style: var(--gform-theme-control-file-preview-file-font-style);
	font-weight: var(--gform-theme-control-file-preview-file-font-weight);
	gap: var(--gform-theme-control-file-preview-file-gap);
	letter-spacing: var(--gform-theme-control-file-preview-file-letter-spacing);
	line-height: var(--gform-theme-control-file-preview-file-line-height);
	position: relative;
}

	.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_filename {
		color: var(--gform-theme-control-file-preview-file-name-color);
		line-height: var(--gform-theme-control-file-preview-file-name-line-height);
		overflow: var(--gform-theme-control-file-preview-file-name-overflow);
		padding-inline-end: var(--gform-theme-control-file-preview-file-name-padding-inline-end);
		text-overflow: var(--gform-theme-control-file-preview-file-name-text-overflow);
		white-space: var(--gform-theme-control-file-preview-file-name-white-space);
	}

	.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_filesize {
		color: var(--gform-theme-control-file-preview-file-size-color);
	}

	.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progress {
		align-items: center;
		display: flex;
		gap: var(--gform-theme-control-file-upload-progress-ui-gap);
	}

		.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progress:after {
			speak: never;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			block-size: var(--gform-theme-control-file-upload-progress-button-icon-size);
			color: var(--gform-theme-control-file-upload-progress-button-icon-color-complete);
			content: var(--gform-theme-icon-control-file-upload-completed);
			font-family: var(--gform-theme-icon-font-family) !important;
			font-family: var(--gf-icon-font-family,var(--gform-theme-icon-font-family)) !important;
			font-size: var(--gform-theme-control-file-upload-progress-button-icon-size);
			font-style: normal;
			font-variant: normal;
			font-weight: 400;
			inline-size: var(--gform-theme-control-file-upload-progress-button-icon-size);
			line-height: 1;
			min-inline-size: var(--gform-theme-control-file-upload-progress-button-icon-size);
			opacity: 0;
			text-transform: none;
		}

	.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progress_complete:after {
		opacity: 1;
	}

	.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar, .gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar_progress {
		block-size: var(--gform-theme-control-file-upload-progress-bar-block-size);
		border-radius: var(--gform-theme-control-file-upload-progress-bar-border-radius);
	}

	.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar {
		background-color: var(--gform-theme-control-file-upload-progress-bar-background-color);
		inline-size: 100%;
		position: relative;
	}

	.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar_progress {
		background-color: var(--gform-theme-control-file-upload-progress-bar-background-color-loading);
		inline-size: 1%;
		position: absolute;
		transition: var(--gform-theme-control-file-upload-progress-bar-transition);
	}

	.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_percent {
		color: var(--gform-theme-control-file-upload-progress-text-color);
		font-size: var(--gform-theme-control-file-upload-progress-text-font-size);
		min-inline-size: var(--gform-theme-control-file-upload-progress-text-min-inline-size);
	}

	.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_cancel, .gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gform_delete_file {
		inset-block-start: var(--gform-theme-control-file-upload-progress-button-inset-block-start);
		inset-inline-end: var(--gform-theme-control-file-upload-progress-button-inset-inline-end);
		position: var(--gform-theme-control-file-upload-progress-button-position);
	}

		.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gform_delete_file .dashicons:before {
			--gform-theme-control-button-icon: var(--gform-theme-icon-control-file-upload-remove);
		}

	.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_cancel {
		--gform-theme-local-font-size: var(--gform-theme-control-file-upload-progress-button-font-size-cancel);
	}

		.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_cancel:before {
			--gform-theme-control-button-icon: var(--gform-theme-icon-control-file-upload-cancel);
		}

.gform-theme--framework.ui-datepicker {
	background-color: var(--gform-theme-control-date-datepicker-background-color);
	border-radius: var(--gform-theme-control-date-datepicker-border-radius);
	box-shadow: var(--gform-theme-control-date-datepicker-box-shadow);
	display: none;
	inline-size: var(--gform-theme-control-date-datepicker-inline-size);
	margin-block-start: var(--gform-theme-control-date-datepicker-margin-block-start);
	padding-block: var(--gform-theme-control-date-datepicker-padding-block);
	padding-inline: var(--gform-theme-control-date-datepicker-padding-inline);
}

	.gform-theme--framework.ui-datepicker .ui-datepicker-header {
		align-items: stretch;
		display: flex;
		margin-block: unset;
		margin-inline: unset;
		padding-block: 0;
		padding-inline: 0;
		position: unset;
	}

	.gform-theme--framework.ui-datepicker .ui-datepicker-next, .gform-theme--framework.ui-datepicker .ui-datepicker-prev {
		align-items: center;
		block-size: auto;
		cursor: pointer;
		display: flex;
		flex: none;
		inline-size: var(--gform-theme-control-date-datepicker-header-icons-inline-size);
		inset: unset;
		justify-content: center;
		position: relative;
	}

		.gform-theme--framework.ui-datepicker .ui-datepicker-next:before, .gform-theme--framework.ui-datepicker .ui-datepicker-prev:before {
			--gform-theme-local-color: var(--gform-theme-control-date-datepicker-header-icons-color);
			speak: never;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			background-image: none;
			border: none;
			color: var(--gform-theme-local-color);
			font-family: var(--gform-theme-icon-font-family) !important;
			font-family: var(--gf-icon-font-family,var(--gform-theme-icon-font-family)) !important;
			font-size: var(--gform-theme-control-date-datepicker-header-icons-font-size);
			font-style: normal;
			font-variant: normal;
			font-weight: 400;
			inset: unset;
			line-height: 1;
			text-transform: none;
			transform: unset;
		}

		.gform-theme--framework.ui-datepicker .ui-datepicker-prev:before {
			content: var(--gform-theme-icon-control-datepicker-left);
		}

	.gform-theme--framework.ui-datepicker .ui-datepicker-next {
		order: 1;
	}

		.gform-theme--framework.ui-datepicker .ui-datepicker-next:before {
			content: var(--gform-theme-icon-control-datepicker-right);
		}

	.gform-theme--framework.ui-datepicker .ui-datepicker-next-hover:before, .gform-theme--framework.ui-datepicker .ui-datepicker-prev-hover:before {
		--gform-theme-local-color: var(--gform-theme-control-date-datepicker-header-icons-color-hover);
	}

	.gform-theme--framework.ui-datepicker .ui-datepicker-title {
		align-items: center;
		color: var(--gform-theme-control-date-datepicker-title-color);
		display: flex;
		flex: auto;
		font-size: var(--gform-theme-control-date-datepicker-title-font-size);
		font-weight: var(--gform-theme-control-date-datepicker-title-font-weight);
		gap: 8px;
		line-height: var(--gform-theme-control-date-datepicker-title-line-height);
		margin-block: 0;
		margin-inline: 8px;
	}

	.gform-theme--framework.ui-datepicker select.ui-datepicker-month, .gform-theme--framework.ui-datepicker select.ui-datepicker-year {
		background-image: var(--gform-theme-icon-control-select);
		background-position: var(--gform-theme-control-select-icon-position);
		background-repeat: no-repeat;
		background-size: var(--gform-theme-control-select-icon-size);
		box-shadow: var(--gform-theme-local-box-shadow);
		flex: auto;
		inline-size: auto;
		margin: 0;
		padding-inline: var(--gform-theme-local-padding-inline);
		text-align: var(--gform-theme-control-date-datepicker-dropdown-text-align);
	}

	.gform-theme--framework.ui-datepicker table {
		margin-block-end: 0;
		margin-block-start: 16px;
	}

		.gform-theme--framework.ui-datepicker table td, .gform-theme--framework.ui-datepicker table th {
			--gform-theme-local-color: var(--gform-theme-control-date-datepicker-table-cell-color);
			block-size: 40px;
			color: var(--gform-theme-local-color);
			font-size: var(--gform-theme-local-font-size);
			font-weight: var(--gform-theme-local-font-weight);
			line-height: var(--gform-theme-local-line-height);
			padding-block: var(--gform-theme-control-date-datepicker-table-cell-padding);
			padding-inline: var(--gform-theme-control-date-datepicker-table-cell-padding);
		}

		.gform-theme--framework.ui-datepicker table th {
			--gform-theme-local-block-size: var(--gform-theme-control-date-datepicker-table-head-cell-block-size);
			--gform-theme-local-font-size: var(--gform-theme-control-date-datepicker-table-head-cell-font-size);
			--gform-theme-local-font-weight: var(--gform-theme-control-date-datepicker-table-head-cell-font-weight);
			--gform-theme-local-line-height: var(--gform-theme-control-date-datepicker-table-head-cell-line-height);
			vertical-align: middle;
		}

		.gform-theme--framework.ui-datepicker table td {
			--gform-theme-local-block-size: var(--gform-theme-control-date-datepicker-table-cell-block-size);
			--gform-theme-local-font-size: var(--gform-theme-control-date-datepicker-table-cell-font-size);
			--gform-theme-local-font-weight: var(--gform-theme-control-date-datepicker-table-cell-font-weight);
			--gform-theme-local-line-height: var(--gform-theme-control-date-datepicker-table-cell-line-height);
		}

			.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled) {
				cursor: pointer;
			}

			.gform-theme--framework.ui-datepicker table td a, .gform-theme--framework.ui-datepicker table td span {
				--gform-theme-local-background-color: transparent;
				--gform-theme-local-border: 0;
				--gform-theme-local-color: var(--gform-theme-control-date-datepicker-table-cell-content-color);
				align-items: center;
				background-color: var(--gform-theme-local-background-color);
				block-size: 100%;
				border: var(--gform-theme-local-border);
				border-radius: var(--gform-theme-control-date-datepicker-table-cell-content-border-radius);
				color: var(--gform-theme-local-color);
				display: flex;
				inline-size: 100%;
				justify-content: center;
				text-decoration: none;
			}

			.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled):not(.ui-datepicker-current-day) a:hover {
				--gform-theme-local-background-color: var(--gform-theme-control-date-datepicker-table-cell-content-background-color-hover);
				--gform-theme-local-color: var(--gform-theme-control-date-datepicker-table-cell-content-color-hover);
			}

			.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled):not(.ui-datepicker-current-day) a:focus {
				--gform-theme-local-border: var(--gform-theme-control-date-datepicker-table-cell-content-border);
			}

		.gform-theme--framework.ui-datepicker table .ui-state-disabled a, .gform-theme--framework.ui-datepicker table .ui-state-disabled span {
			--gform-theme-local-background-color: var(--gform-theme-control-date-datepicker-table-cell-content-background-color-disabled);
			--gform-theme-local-color: var(--gform-theme-control-date-datepicker-table-cell-content-color-disabled);
		}

		.gform-theme--framework.ui-datepicker table .ui-datepicker-today a, .gform-theme--framework.ui-datepicker table .ui-datepicker-today span {
			--gform-theme-local-background-color: var(--gform-theme-control-date-datepicker-table-cell-content-background-color-hover);
			--gform-theme-local-color: var(--gform-theme-control-date-datepicker-table-cell-content-color-hover);
		}

		.gform-theme--framework.ui-datepicker table .ui-datepicker-today.ui-state-disabled a, .gform-theme--framework.ui-datepicker table .ui-datepicker-today.ui-state-disabled span {
			--gform-theme-local-background-color: var(--gform-theme-control-date-datepicker-table-cell-content-background-color-disabled);
			--gform-theme-local-color: var(--gform-theme-control-date-datepicker-table-cell-content-color-disabled);
		}

		.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a, .gform-theme--framework.ui-datepicker table .ui-datepicker-current-day span {
			--gform-theme-local-background-color: var(--gform-theme-control-date-datepicker-table-cell-content-background-color-selected);
			--gform-theme-local-color: var(--gform-theme-control-date-datepicker-table-cell-content-color-selected);
		}

			.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a:focus, .gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a:hover {
				--gform-theme-local-color: var(--gform-theme-control-date-datepicker-table-cell-content-color-selected);
			}

		.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day.ui-state-disabled a, .gform-theme--framework.ui-datepicker table .ui-datepicker-current-day.ui-state-disabled span {
			--gform-theme-local-background-color: var(--gform-theme-control-date-datepicker-table-cell-content-background-color-disabled);
			--gform-theme-local-color: var(--gform-theme-control-date-datepicker-table-cell-content-color-disabled);
		}

	.gform-theme--framework.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-month, .gform-theme--framework.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-year {
		background-position: var(--gform-theme-control-select-icon-position);
	}

	.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next:before, .gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev:before {
		transform: none;
	}

	.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev:before {
		content: var(--gform-theme-icon-control-datepicker-right);
	}

	.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next:before {
		content: var(--gform-theme-icon-control-datepicker-left);
	}

.gform-theme--framework .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) {
	line-height: 1;
}

.gform-theme--framework .gfield--type-address .copy_values_option_container {
	display: inline-grid;
	gap: var(--gform-theme-field-choice-meta-spacing) 0;
	gap: var(--gf-field-choice-meta-space,var(--gform-theme-field-choice-meta-spacing)) 0;
	grid-template-columns: minmax(var(--gform-theme-control-choice-size),max-content) auto;
	grid-template-columns: minmax(var(--gf-ctrl-choice-size,var(--gform-theme-control-choice-size)),max-content) auto;
}

	.gform-theme--framework .gfield--type-address .copy_values_option_container + .ginput_container_address {
		margin-block-start: var(--gform-theme-field-row-gap);
	}

.gform-theme--framework .gfield--type-choice .gfield_checkbox, .gform-theme--framework .gfield--type-choice .gfield_radio {
	display: flex;
	flex-direction: column;
	gap: var(--gform-theme-field-choice-spacing);
}

	.gform-theme--framework .gfield--type-choice .gfield_checkbox > :last-child:where(:not(.gchoice)), .gform-theme--framework .gfield--type-choice .gfield_radio > :last-child:where(:not(.gchoice)) {
		align-self: self-start;
		margin-block-start: var(--gform-theme-field-choice-meta-margin-block-start);
	}

.gform-theme--framework .gfield--type-choice .gchoice, .gform-theme--framework .gfield--type-choice .ginput_container_consent {
	display: inline-grid;
	gap: var(--gform-theme-field-choice-meta-spacing) 0;
	gap: var(--gf-field-choice-meta-space,var(--gform-theme-field-choice-meta-spacing)) 0;
	grid-template-columns: minmax(var(--gform-theme-control-choice-size),max-content) auto;
	grid-template-columns: minmax(var(--gf-ctrl-choice-size,var(--gform-theme-control-choice-size)),max-content) auto;
}

	.gform-theme--framework .gfield--type-choice .gchoice br, .gform-theme--framework .gfield--type-choice .ginput_container_consent br {
		display: none;
	}

.gform-theme--framework .gfield--type-choice .gchoice_other_control {
	--gform-theme-local-inline-size: auto;
	grid-column: span 2;
	max-inline-size: var(--gform-theme-field-choice-other-control-max-inline-size);
}

.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date {
	align-content: flex-start;
	align-items: center;
	display: flex;
}

	.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input {
		--gform-theme-local-inline-size: auto;
	}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date img.ui-datepicker-trigger {
	display: none;
}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:after {
	--gform-theme-local-color: var(--gform-theme-field-date-icon-color);
	speak: never;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: var(--gform-theme-local-color);
	content: var(--gform-theme-icon-control-datepicker);
	display: inline-block;
	font-family: var(--gform-theme-icon-font-family) !important;
	font-family: var(--gf-icon-font-family,var(--gform-theme-icon-font-family)) !important;
	font-size: var(--gform-theme-icon-font-size);
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	inset-block-start: 0;
	inset-inline-start: 0;
	line-height: 1;
	margin-inline-start: calc(var(--gform-theme-control-padding-inline) * -1);
	pointer-events: none;
	text-transform: none;
	transform: translateX(-100%);
}

html[dir=rtl] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:after {
	order: 1;
	transform: translateX(100%);
}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:focus:after, .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:hover:after {
	--gform-theme-local-color: var(--gform-theme-field-date-icon-color-hover);
}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date img.ui-datepicker-trigger {
	margin-inline-start: calc(var(--gform-theme-control-padding-inline) * -1);
	max-block-size: var(--gform-theme-field-date-custom-icon-max-block-size);
	max-inline-size: var(--gform-theme-field-date-custom-icon-max-inline-size);
	transform: translateX(-100%);
}

html[dir=rtl] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date img.ui-datepicker-trigger {
	order: 1;
	transform: translateX(100%);
}

.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.add_list_item, .gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.delete_list_item {
	--gform-theme-local-block-size: var(--gform-theme-field-list-button-size);
	--gform-theme-local-border-radius: var(--gform-theme-field-list-button-border-radius);
	--gform-theme-local-column-gap: 0;
	--gform-theme-local-font-size: var(--gform-theme-field-list-button-font-size);
	--gform-theme-local-inline-size: var(--gform-theme-field-list-button-size);
	--gform-theme-local-letter-spacing: 0;
	--gform-theme-local-line-height: 1;
	--gform-theme-local-min-block-size: auto;
	--gform-theme-local-padding-block: var(--gform-theme-field-list-button-padding-block);
	--gform-theme-local-padding-inline: var(--gform-theme-field-list-button-padding-inline);
}

	.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.add_list_item:before {
		--gform-theme-local-content: var(--gform-theme-icon-control-list-item-add);
	}

	.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.delete_list_item:before {
		--gform-theme-local-content: var(--gform-theme-icon-control-list-item-remove);
	}

.gform-theme--framework .gf_page_steps, .gform-theme--framework .gf_progressbar_wrapper {
	margin-block-end: var(--gform-theme-field-page-progress-margin-block-end);
}

.gform-theme--framework .gf_progressbar_title, .gform-theme--framework .gf_step_label, .gform-theme--framework .gf_step_number {
	--gform-theme-local-color: var(--gform-theme-field-page-progress-color);
	--gform-theme-local-font-family: var(--gform-theme-field-page-progress-font-family);
	--gform-theme-local-font-size: var(--gform-theme-field-page-progress-font-size);
	--gform-theme-local-font-style: var(--gform-theme-field-page-progress-font-style);
	--gform-theme-local-font-weight: var(--gform-theme-field-page-progress-font-weight);
	--gform-theme-local-letter-spacing: var(--gform-theme-field-page-progress-letter-spacing);
	--gform-theme-local-line-height: var(--gform-theme-field-page-progress-line-height);
	--gform-theme-local-text-transform: none;
	color: var(--gform-theme-local-color);
	font-family: var(--gform-theme-local-font-family);
	font-size: var(--gform-theme-local-font-size);
	font-style: var(--gform-theme-local-font-style);
	font-weight: var(--gform-theme-local-font-weight);
	letter-spacing: var(--gform-theme-local-letter-spacing);
	line-height: var(--gform-theme-local-line-height);
	text-transform: var(--gform-theme-local-text-transform);
}

.gform-theme--framework .gf_progressbar_title {
	margin-block-end: var(--gform-theme-field-page-progress-title-margin-block-end);
}

.gform-theme--framework .gf_progressbar {
	background-color: var(--gform-theme-field-page-progress-bar-background-color);
	border-radius: var(--gform-theme-field-page-progress-bar-border-radius);
}

	.gform-theme--framework .gf_progressbar span {
		clip: rect(0,0,0,0);
		border: 0;
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		white-space: nowrap;
		width: 1px;
	}

	.gform-theme--framework .gf_progressbar .gf_progressbar_percentage {
		block-size: var(--gform-theme-field-page-progress-bar-block-size);
		border-radius: var(--gform-theme-field-page-progress-bar-border-radius);
	}

	.gform-theme--framework .gf_progressbar .percentbar_blue {
		background-color: var(--gform-theme-field-page-progress-bar-background-color-blue);
	}

	.gform-theme--framework .gf_progressbar .percentbar_gray {
		background-color: var(--gform-theme-field-page-progress-bar-background-color-gray);
	}

	.gform-theme--framework .gf_progressbar .percentbar_green {
		background-color: var(--gform-theme-field-page-progress-bar-background-color-green);
	}

	.gform-theme--framework .gf_progressbar .percentbar_orange {
		background-color: var(--gform-theme-field-page-progress-bar-background-color-orange);
	}

	.gform-theme--framework .gf_progressbar .percentbar_red {
		background-color: var(--gform-theme-field-page-progress-bar-background-color-red);
	}

	.gform-theme--framework .gf_progressbar .percentbar_spring {
		background: var(--gform-theme-field-page-progress-bar-background-gradient-spring);
	}

	.gform-theme--framework .gf_progressbar .percentbar_blues {
		background: var(--gform-theme-field-page-progress-bar-background-gradient-blues);
	}

	.gform-theme--framework .gf_progressbar .percentbar_rainbow {
		background: var(--gform-theme-field-page-progress-bar-background-gradient-rainbow);
	}

.gform-theme--framework .gf_step {
	align-items: center;
	display: flex;
	gap: var(--gform-theme-field-page-steps-step-gap);
	position: relative;
}

.gform-theme--framework .gf_step_label {
	--gform-theme-local-text-transform: var(--gform-theme-field-page-progress-text-transform);
}

.gform-theme--framework .gf_step_hidden {
	display: none;
}

.gform-theme--framework .gf_step_number {
	--gform-theme-local-background-color: var(--gform-theme-field-page-steps-number-background-color);
	--gform-theme-local-border-color: var(--gform-theme-field-page-steps-number-border-color);
	--gform-theme-local-border: var(--gform-theme-field-page-steps-number-border-width) var(--gform-theme-field-page-steps-number-border-style) var(--gform-theme-local-border-color);
	--gform-theme-local-border-radius: var(--gform-theme-field-page-steps-number-border-radius);
	--gform-theme-local-color: var(--gform-theme-field-page-steps-number-color);
	align-content: center;
	background-color: var(--gform-theme-local-background-color);
	block-size: var(--gform-theme-field-page-steps-number-size);
	border: var(--gform-theme-local-border);
	border-radius: var(--gform-theme-local-border-radius);
	color: var(--gform-theme-local-color);
	display: inline-grid;
	inline-size: var(--gform-theme-field-page-steps-number-size);
	justify-content: center;
	min-inline-size: var(--gform-theme-field-page-steps-number-size);
	place-content: center;
}

.gform-theme--framework .gf_step_active .gf_step_number {
	--gform-theme-local-background-color: var(--gform-theme-field-page-steps-number-background-color-active);
	--gform-theme-local-border-color: var(--gform-theme-field-page-steps-number-border-color-active);
	--gform-theme-local-color: var(--gform-theme-field-page-steps-number-color-active);
}

.gform-theme--framework .gf_step_completed .gf_step_number {
	--gform-theme-local-background-color: var(--gform-theme-field-page-steps-number-background-color-complete);
	--gform-theme-local-border-color: var(--gform-theme-field-page-steps-number-border-color-complete);
	--gform-theme-local-color: var(--gform-theme-field-page-steps-number-color-complete);
}

	.gform-theme--framework .gf_step_completed .gf_step_number:after {
		speak: never;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		align-content: center;
		background-color: var(--gform-theme-field-page-steps-number-background-color-complete);
		block-size: var(--gform-theme-field-page-steps-number-size);
		border: var(--gform-theme-field-page-steps-number-border-width) var(--gform-theme-field-page-steps-number-border-style) var(--gform-theme-field-page-steps-number-border-color-complete);
		border-radius: var(--gform-theme-field-page-steps-number-border-radius);
		color: var(--gform-theme-field-page-steps-number-color-complete);
		content: var(--gform-theme-icon-control-page-numbers-complete);
		display: inline-grid;
		font-family: var(--gform-theme-icon-font-family) !important;
		font-family: var(--gf-icon-font-family,var(--gform-theme-icon-font-family)) !important;
		font-size: var(--gform-theme-field-page-steps-icon-font-size);
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		inline-size: var(--gform-theme-field-page-steps-number-size);
		inset-block-start: 0;
		inset-inline-start: 0;
		justify-content: center;
		line-height: 1;
		place-content: center;
		position: absolute;
		text-transform: none;
	}

.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons:before, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:after, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:before {
	--gform-theme-local-color: var(--gform-theme-control-icon-color);
}

	.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover .dashicons, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover .dashicons:before, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover:after, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover:before {
		--gform-theme-local-color: var(--gform-theme-control-icon-color-hover);
	}

	.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus .dashicons, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus .dashicons:before, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus:after, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus:before {
		--gform-theme-local-color: var(--gform-theme-control-icon-color-focus);
	}

	.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled .dashicons, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled .dashicons:before, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled:after, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled:before {
		--gform-theme-local-color: var(--gform-theme-control-icon-color-disabled);
	}

	.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons.dashicons-visibility:before {
		--gform-theme-local-content: var(--gform-theme-icon-control-password-hidden);
	}

	.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons.dashicons-hidden:before {
		--gform-theme-local-content: var(--gform-theme-icon-control-password-visible);
	}

.gform-theme--framework .gfield_password_strength {
	--gform-theme-local-background-color: var(--gform-theme-field-password-strength-background-color);
	--gform-theme-local-border-color: var(--gform-theme-field-password-strength-border-color);
	--gform-theme-local-border-style: var(--gform-theme-field-password-strength-border-style);
	--gform-theme-local-border-width: var(--gform-theme-field-password-strength-border-width);
	--gform-theme-local-border: var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);
	--gform-theme-local-color: var(--gform-theme-field-password-strength-color);
	background-color: var(--gform-theme-local-background-color);
	border: var(--gform-theme-local-border);
	border-radius: var(--gform-theme-field-password-strength-border-radius);
	color: var(--gform-theme-local-color);
	font-family: var(--gform-theme-field-password-strength-font-family);
	font-size: var(--gform-theme-field-password-strength-font-size);
	font-style: var(--gform-theme-field-password-strength-font-style);
	font-weight: var(--gform-theme-field-password-strength-font-weight);
	letter-spacing: var(--gform-theme-field-password-strength-letter-spacing);
	line-height: var(--gform-theme-field-password-strength-line-height);
	margin-block-start: var(--gform-theme-field-password-strength-margin-block-start);
	padding-block: var(--gform-theme-field-password-strength-padding-block);
	padding-inline: var(--gform-theme-field-password-strength-padding-inline);
	position: relative;
	text-align: var(--gform-theme-field-password-strength-text-align);
	transition: var(--gform-theme-field-password-strength-transition);
}

	.gform-theme--framework .gfield_password_strength:after, .gform-theme--framework .gfield_password_strength:before {
		--gform-theme-local-background-color: var(--gform-theme-field-password-strength-indicator-background-color);
		--gform-theme-local-block-size: var(--gform-theme-field-password-strength-indicator-block-size);
		--gform-theme-local-border-radius: var(--gform-theme-field-password-strength-indicator-border-radius);
		--gform-theme-local-content: var(--gform-theme-field-password-strength-indicator-content);
		--gform-theme-local-inline-size: var(--gform-theme-field-password-strength-indicator-inline-size);
		--gform-theme-local-inset-block-start: var(--gform-theme-field-password-strength-indicator-inset-block-start);
		--gform-theme-local-inset-inline-start: var(--gform-theme-field-password-strength-indicator-inset-inline-start);
		--gform-theme-local-position: var(--gform-theme-field-password-strength-indicator-position);
		--gform-theme-local-transform: var(--gform-theme-field-password-strength-indicator-transform);
		--gform-theme-local-transition: none;
		background-color: var(--gform-theme-local-background-color);
		block-size: var(--gform-theme-local-block-size);
		border-radius: var(--gform-theme-local-border-radius);
		content: var(--gform-theme-local-content);
		display: var(--gform-theme-field-password-strength-indicator-display);
		inline-size: var(--gform-theme-local-inline-size);
		inset-block-start: var(--gform-theme-local-inset-block-start);
		inset-inline-start: var(--gform-theme-local-inset-inline-start);
		position: var(--gform-theme-local-position);
		transform: var(--gform-theme-local-transform);
		transition: var(--gform-theme-local-transition);
	}

	.gform-theme--framework .gfield_password_strength:after {
		--gform-theme-local-inline-size: var(--gform-theme-field-password-strength-indicator-inline-size-blank);
		--gform-theme-local-transition: var(--gform-theme-field-password-strength-indicator-transition);
	}

	.gform-theme--framework .gfield_password_strength.mismatch {
		--gform-theme-local-background-color: var(--gform-theme-field-password-strength-background-color-mismatch);
		--gform-theme-local-border-color: var(--gform-theme-field-password-strength-border-color-mismatch);
		--gform-theme-local-color: var(--gform-theme-field-password-strength-color-mismatch);
	}

		.gform-theme--framework .gfield_password_strength.mismatch:after {
			--gform-theme-local-background-color: var(--gform-theme-field-password-strength-indicator-background-color-mismatch);
			--gform-theme-local-inline-size: var(--gform-theme-field-password-strength-indicator-inline-size-mismatch);
		}

	.gform-theme--framework .gfield_password_strength.short {
		--gform-theme-local-background-color: var(--gform-theme-field-password-strength-background-color-short);
		--gform-theme-local-border-color: var(--gform-theme-field-password-strength-border-color-short);
		--gform-theme-local-color: var(--gform-theme-field-password-strength-color-short);
	}

		.gform-theme--framework .gfield_password_strength.short:after {
			--gform-theme-local-background-color: var(--gform-theme-field-password-strength-indicator-background-color-short);
			--gform-theme-local-inline-size: var(--gform-theme-field-password-strength-indicator-inline-size-short);
		}

	.gform-theme--framework .gfield_password_strength.bad {
		--gform-theme-local-background-color: var(--gform-theme-field-password-strength-background-color-bad);
		--gform-theme-local-border-color: var(--gform-theme-field-password-strength-border-color-bad);
		--gform-theme-local-color: var(--gform-theme-field-password-strength-color-bad);
	}

		.gform-theme--framework .gfield_password_strength.bad:after {
			--gform-theme-local-background-color: var(--gform-theme-field-password-strength-indicator-background-color-bad);
			--gform-theme-local-inline-size: var(--gform-theme-field-password-strength-indicator-inline-size-bad);
		}

	.gform-theme--framework .gfield_password_strength.good {
		--gform-theme-local-background-color: var(--gform-theme-field-password-strength-background-color-good);
		--gform-theme-local-border-color: var(--gform-theme-field-password-strength-border-color-good);
		--gform-theme-local-color: var(--gform-theme-field-password-strength-color-good);
	}

		.gform-theme--framework .gfield_password_strength.good:after {
			--gform-theme-local-background-color: var(--gform-theme-field-password-strength-indicator-background-color-good);
			--gform-theme-local-inline-size: var(--gform-theme-field-password-strength-indicator-inline-size-good);
		}

	.gform-theme--framework .gfield_password_strength.strong {
		--gform-theme-local-background-color: var(--gform-theme-field-password-strength-background-color-strong);
		--gform-theme-local-border-color: var(--gform-theme-field-password-strength-border-color-strong);
		--gform-theme-local-color: var(--gform-theme-field-password-strength-color-strong);
	}

		.gform-theme--framework .gfield_password_strength.strong:after {
			--gform-theme-local-background-color: var(--gform-theme-field-password-strength-indicator-background-color-strong);
			--gform-theme-local-inline-size: var(--gform-theme-field-password-strength-indicator-inline-size-strong);
		}

.gform-theme--framework .gfield--type-product .ginput_product_price {
	--gform-theme-local-color: var(--gform-theme-field-product-price-color);
}

.gform-theme--framework .gfield--type-product input[type].ginput_product_price {
	--gform-theme-local-display: inline-block;
}

.gform-theme--framework .gfield--type-product .ginput_quantity {
	--gform-theme-local-inline-size: var(--gform-theme-field-product-quantity-inline-size);
	margin-block-end: var(--gform-theme-field-product-quantity-margin-block-end);
}

.gform-theme--framework .gfield--type-product .ginput_container_product_calculation, .gform-theme--framework .gfield--type-product .ginput_container_singleproduct {
	display: flex;
	flex-direction: column;
}

	.gform-theme--framework .gfield--type-product .ginput_container_product_calculation .ginput_product_price_wrapper, .gform-theme--framework .gfield--type-product .ginput_container_singleproduct .ginput_product_price_wrapper {
		order: 2;
	}

.gform-theme--framework .gfield--type-repeater .gfield_repeater_cell:not(:first-child) {
	margin-block-start: var(--gform-theme-field-repeater-row-gap);
}

.gform-theme--framework .gfield--type-repeater .gfield_repeater_item + .gfield_repeater_item {
	margin-block-start: var(--gform-theme-field-repeater-row-gap);
	position: relative;
}

	.gform-theme--framework .gfield--type-repeater .gfield_repeater_item + .gfield_repeater_item:before {
		background-color: var(--gform-theme-field-repeater-separator-color);
		block-size: 1px;
		content: "";
		display: block;
		inline-size: 100%;
		inset-block-start: calc(0px - var(--gform-theme-field-repeater-row-gap) / 2);
		position: absolute;
	}

.gform-theme--framework .gfield--type-repeater .gfield_repeater_buttons {
	margin-block-start: var(--gform-theme-form-footer-margin-block-start);
}

	.gform-theme--framework .gfield--type-repeater .gfield_repeater_buttons .gform-theme-button.gform-theme-button--secondary.add_repeater_item {
		margin-inline-end: var(--gform-theme-field-repeater-button-inline-gap);
	}

.gform-theme--framework .gfield--type-repeater .gfield_repeater_wrapper {
	border-inline-start: var(--gform-theme-field-repeater-nested-border-size) var(--gform-theme-field-repeater-nested-border-style) var(--gform-theme-field-repeater-nested-border-color);
	border-inline-start-style: var(--gform-theme-field-repeater-nested-border-style);
	padding-inline-start: var(--gform-theme-field-repeater-nested-padding-inline-start);
}

.gform-theme--framework .gfield--type-section {
	border-block-end: var(--gform-theme-field-section-border-width) var(--gform-theme-field-section-border-style) var(--gform-theme-field-section-border-color);
	padding-block-end: var(--gform-theme-field-section-padding-block-end);
}

.gform-theme--framework .gform_validation_errors {
	background-color: var(--gform-theme-form-validation-background-color);
	border: var(--gform-theme-form-validation-border-width) var(--gform-theme-form-validation-border-style) var(--gform-theme-form-validation-border-color);
	border-radius: var(--gform-theme-form-validation-border-radius);
	box-shadow: var(--gform-theme-form-validation-box-shadow);
	display: flex;
	flex-direction: column;
	gap: var(--gform-theme-form-validation-gap);
	margin-block: var(--gform-theme-form-validation-margin-block);
	padding-block: var(--gform-theme-form-validation-padding-block);
	padding-inline: var(--gform-theme-form-validation-padding-inline);
}

	.gform-theme--framework .gform_validation_errors .gform_submission_error {
		color: var(--gform-theme-form-validation-heading-color);
		display: flex;
		flex-direction: column;
		font-family: var(--gform-theme-form-validation-heading-font-family);
		font-size: var(--gform-theme-form-validation-heading-font-size);
		font-weight: var(--gform-theme-form-validation-heading-font-weight);
		gap: var(--gform-theme-form-validation-heading-gap);
		line-height: var(--gform-theme-form-validation-heading-line-height);
	}

	.gform-theme--framework .gform_validation_errors .gform-icon {
		speak: never;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		align-content: center;
		background-color: var(--gform-theme-form-validation-heading-icon-background-color);
		block-size: var(--gform-theme-form-validation-heading-icon-size);
		border-color: var(--gform-theme-form-validation-heading-icon-border-color);
		border-radius: var(--gform-theme-form-validation-heading-icon-border-radius);
		border-style: var(--gform-theme-form-validation-heading-icon-border-style);
		border-width: var(--gform-theme-form-validation-heading-icon-border-width);
		color: var(--gform-theme-form-validation-heading-icon-color);
		display: inline-grid;
		font-family: var(--gform-theme-icon-font-family) !important;
		font-family: var(--gf-icon-font-family,var(--gform-theme-icon-font-family)) !important;
		font-size: var(--gform-theme-form-validation-heading-icon-font-size);
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		inline-size: var(--gform-theme-form-validation-heading-icon-size);
		justify-content: center;
		line-height: 1;
		place-content: center;
		text-transform: none;
	}

		.gform-theme--framework .gform_validation_errors .gform-icon:before {
			content: var(--gform-theme-icon-tooltip-error);
		}

	.gform-theme--framework .gform_validation_errors ol {
		color: var(--gform-theme-form-validation-summary-color);
		font-family: var(--gform-theme-form-validation-summary-font-family);
		font-size: var(--gform-theme-form-validation-summary-font-size);
		font-weight: var(--gform-theme-form-validation-summary-font-weight);
		line-height: var(--gform-theme-form-validation-summary-line-height);
		list-style-type: disc;
		margin-block: 0;
		margin-inline: 0;
		padding-inline: var(--gform-theme-form-validation-padding-inline);
	}

		.gform-theme--framework .gform_validation_errors ol li + li {
			margin-block-start: 4px;
		}

		.gform-theme--framework .gform_validation_errors ol a {
			color: var(--gform-theme-form-validation-summary-color);
			-webkit-text-decoration: var(--gform-theme-form-validation-summary-item-link-text-decoration);
			text-decoration: var(--gform-theme-form-validation-summary-item-link-text-decoration);
		}

@media (min-width: 640px) {
	.gform-theme--framework .gform_validation_errors .gform_submission_error {
		align-items: center;
		flex-direction: row;
	}

	.gform-theme--framework .gform_validation_errors ol {
		padding-inline: var(--gform-theme-form-validation-summary-padding-inline);
	}
}

.gform-theme--framework .gform_required_legend .gfield_required {
	color: var(--gform-theme-color-danger);
}

.gform-theme--framework .gform-loader {
	border-block-end-color: var(--gform-theme-form-spinner-foreground-color);
	border-block-start-color: var(--gform-theme-form-spinner-background-color);
	border-inline-end-color: var(--gform-theme-form-spinner-background-color);
	border-inline-start-color: var(--gform-theme-form-spinner-foreground-color);
}

.gform-theme--framework .gform_save_link svg {
	display: none;
}

.gform-theme--framework .gform_save_link:before {
	--gform-theme-control-button-icon: var(--gform-theme-icon-control-save-continue);
}

.gform-theme--framework .field_description_below .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message)) {
	margin-block-start: var(--gform-theme-description-spacing);
}

.gform-theme--framework .field_description_below .gfield_description: where(.gfield_creditcard_warning_message) {
	margin-block-end: var(--gform-theme-description-spacing);
}

.gform-theme--framework .field_description_below.gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)) {
	margin-block-start: var(--gform-theme-description-choice-field-spacing);
}

.gform-theme--framework .field_description_above .gfield_description: where([class=gfield_description],.gfield_creditcard_warning_message) {
	margin-block-end: var(--gform-theme-description-spacing);
}

.gform-theme--framework .field_description_above .gfield_description:where(:not([class=gfield_description]):not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.gfield_consent_description)) {
	margin-block-start: var(--gform-theme-description-spacing);
}

.gform-theme--framework .field_description_above.gfield--type-choice .gfield_description: where(:not(.gfield_validation_message)) {
	margin-block-end: var(--gform-theme-description-choice-field-spacing);
}

.gform-theme--framework .left_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message)), .gform-theme--framework .right_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message)) {
	margin-block: var(--gform-theme-description-spacing) 0;
}

@media (min-width: 640px) {
	.gform-theme--framework .left_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message)), .gform-theme--framework .right_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message)) {
		margin-block: 0;
		margin-inline: auto 0;
		padding-block-start: var(--gform-theme-description-spacing);
	}
}

.gform-theme--framework .left_label .gfield--type-choice .gfield_description: where(:not(.gfield_validation_message)), .gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)) {
	margin-block: var(--gform-theme-description-choice-field-spacing) 0;
}

@media (min-width: 640px) {
	.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)), .gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)) {
		margin-block: 0;
		padding-block-start: var(--gform-theme-description-choice-field-spacing);
	}
}

.gform-theme--framework .left_label .hidden_label.field_description_above .gfield_description: where([class=gfield_description]), .gform-theme--framework .right_label .hidden_label.field_description_above .gfield_description:where([class=gfield_description]) {
	margin-block: 0 var(--gform-theme-description-spacing);
}

@media (min-width: 640px) {
	.gform-theme--framework .left_label .hidden_label.field_description_above .gfield_description:where([class=gfield_description]), .gform-theme--framework .right_label .hidden_label.field_description_above .gfield_description:where([class=gfield_description]) {
		margin-block: 0;
		padding-block: 0 var(--gform-theme-description-spacing);
	}
}

.gform-theme--framework .left_label .hidden_label.field_description_above.gfield--type-choice .gfield_description: where(:not(.gfield_validation_message)), .gform-theme--framework .right_label .hidden_label.field_description_above.gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)) {
	margin-block: 0 var(--gform-theme-description-choice-field-spacing);
}

@media (min-width: 640px) {
	.gform-theme--framework .left_label .hidden_label.field_description_above.gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)), .gform-theme--framework .right_label .hidden_label.field_description_above.gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)) {
		margin-block: 0;
		padding-block: 0 var(--gform-theme-description-choice-field-spacing);
	}
}

.gform-theme--framework .gfield_list_group_item: before, .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) {
	--gform-theme-local-margin-block: 0 var(--gform-theme-label-spacing-primary);
}

.gform-theme--framework .gfield--type-choice.field_description_above.gfield--no-description .gform-field-label:where(:not([class*=gform-field-label--type-])), .gform-theme--framework .gfield--type-choice.field_description_below .gform-field-label:where(:not([class*=gform-field-label--type-])) {
	--gform-theme-local-margin-block: 0 var(--gform-theme-label-choice-field-spacing-primary);
}

@media (min-width: 640px) {
	.gform-theme--framework .left_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)), .gform-theme--framework .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)) {
		--gform-theme-local-margin-block: 0;
		--gform-theme-local-margin-inline: 0;
		padding-inline-end: var(--gform-theme-label-spacing-primary);
	}
}

.gform-theme--framework .gform-field-label--type-inline {
	--gform-theme-local-margin-inline: var(--gform-theme-label-spacing-horizontal-secondary) 0;
	--gform-theme-local-margin-block: var(--gform-theme-label-spacing-vertical-secondary) 0;
}

.gform-theme--framework .gform-field--size-sm .gform-field-label--type-inline {
	--gform-theme-local-margin-block: var(--gform-theme-label-spacing-vertical-sm-secondary);
}

.gform-theme--framework .gform-field--size-md .gform-field-label--type-inline {
	--gform-theme-local-margin-block: var(--gform-theme-label-spacing-vertical-md-secondary);
}

.gform-theme--framework .gform-field--size-lg .gform-field-label--type-inline {
	--gform-theme-local-margin-block: var(--gform-theme-label-spacing-vertical-lg-secondary);
}

.gform-theme--framework .gform-field--size-xl .gform-field-label--type-inline {
	--gform-theme-local-margin-block: var(--gform-theme-label-spacing-vertical-xl-secondary);
}

.gform-theme--framework .field_sublabel_below .gform-field-label--type-sub {
	--gform-theme-local-margin-block: var(--gform-theme-label-spacing-tertiary) 0;
}

.gform-theme--framework .field_sublabel_above .gform-field-label--type-sub {
	--gform-theme-local-margin-block: 0 var(--gform-theme-label-spacing-tertiary);
}

.gform_wrapper.gravity-theme fieldset, .gform_wrapper.gravity-theme legend {
	background: none;
	padding: 0;
}

.gform_wrapper.gravity-theme fieldset {
	border: none;
	display: block;
	margin: 0;
}

.gform_wrapper.gravity-theme legend {
	margin-left: 0;
	margin-right: 0;
}

.gform-icon {
	speak: never;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: gform-icons-theme !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
}

.gform-icon--left-arrow:before {
	color: #2f4054;
	content: "";
}

.gform-icon--right-arrow:before {
	color: #2f4054;
	content: "";
}

.gform-icon--circle-error:before {
	content: "";
}

.gform-icon--close-small:before {
	content: "";
}

.gform-icon--info:before {
	content: "";
}

.gform-icon--verified:before {
	content: "";
}

.gform-icon--circle-close:before {
	content: "";
}

.gform-icon--close-big:before {
	content: "";
}

.gform-icon--down-arrow:before {
	content: "";
}

.gform-icon--format-bold:before {
	content: "";
}

.gform-icon--format-italic:before {
	content: "";
}

.gform-icon--format-list-bulleted:before {
	content: "";
}

.gform-icon--format-list-numbered:before {
	content: "";
}

.gform-icon--insert-link:before {
	content: "";
}

.gform-icon--line:before {
	content: "";
}

.gform-icon--password-eye:before {
	content: "";
}

.gform-icon--password-eye-closed:before {
	content: "";
}

.gform-icon--redo:before {
	content: "";
}

.gform-icon--schedule:before {
	content: "";
}

.gform-icon--clock:before {
	content: "";
}

.gform-icon--search:before {
	content: "";
}

.gform-icon--star:before {
	content: "";
}

.gform-icon--star-border:before {
	content: "";
}

.gform-icon--star-half:before {
	content: "";
}

.gform-icon--check:before {
	content: "";
}

.gform-icon--undo:before {
	content: "";
}

.gform-icon--unfold-more:before {
	content: "";
}

.gform-icon--create:before {
	content: "";
}

.gform-icon--cog:before {
	content: "";
}

.gform-icon--circle-check:before {
	content: "";
}

.gform_wrapper.gravity-theme .gform-ul-reset {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.gform_wrapper.gravity-theme .gform-text-input-reset, .gform_wrapper.gravity-theme input.gform-text-input-reset, body[class*=avada] .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).gform-text-input-reset {
	background-color: transparent;
	border: transparent;
	border-radius: 0;
	font-family: inherit;
	font-size: inherit;
	outline: none;
	padding: inherit;
}

.gform_wrapper.gravity-theme .gform_drop_area {
	background: rgba(0,0,0,.02);
	border: 1px dashed #ccc;
	border-radius: 4px;
	margin-bottom: 8px;
	padding: 32px;
	text-align: center;
}

.gform_wrapper.gravity-theme .gform_drop_instructions {
	display: block;
	margin-bottom: 8px;
}

.gform_wrapper.gravity-theme .gform_delete, .gform_wrapper.gravity-theme .gform_delete_file {
	cursor: pointer;
	vertical-align: middle;
}

.gform_wrapper.gravity-theme .gform_delete_file {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
}

.gform_wrapper.gravity-theme .gfield_fileupload_filesize {
	padding: 0 6px;
}

.gform_wrapper.gravity-theme .gfield_validation_message ul {
	margin: 16px 0;
	padding-left: 24px;
}

	.gform_wrapper.gravity-theme .gfield_validation_message ul:empty {
		display: none;
	}

.gform_wrapper.gravity-theme .ginput_preview {
	margin: 16px 0;
}

.gform_wrapper.gravity-theme .gform_fileupload_rules {
	display: block;
	margin-top: 8px;
}

.gform_wrapper.gravity-theme .ginput_container_password > span {
	position: relative;
}

.gform_wrapper.gravity-theme .gform_show_password:focus {
	outline: none;
}

.gform_wrapper.gravity-theme .gform_show_password {
	background-color: inherit;
	border: none;
	cursor: pointer;
	height: 100%;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 0;
}

.gform_wrapper.gravity-theme .password_input_container {
	display: block;
	position: relative;
}

.gform_wrapper.gravity-theme .gfield_password_strength {
	background-color: #eee;
	border: solid #ddd;
	border-width: 1px 1px 3px;
	margin-top: 8px;
	padding: 8px;
	text-align: center;
}

	.gform_wrapper.gravity-theme .gfield_password_strength.mismatch, .gform_wrapper.gravity-theme .gfield_password_strength.short {
		background-color: #ffa0a0;
		border-bottom: 3px solid;
		border-color: #f04040;
	}

	.gform_wrapper.gravity-theme .gfield_password_strength.bad {
		background-color: #ffb78c;
		border-bottom: 3px solid;
		border-color: #ff853c;
	}

	.gform_wrapper.gravity-theme .gfield_password_strength.good {
		background-color: #ffec8b;
		border-bottom: 3px solid;
		border-color: #fc0;
	}

	.gform_wrapper.gravity-theme .gfield_password_strength.strong {
		background-color: #c3ff88;
		border-bottom: 3px solid;
		border-color: #8dff1c;
	}

.gform_wrapper.gravity-theme .field_sublabel_above .gfield_password_strength {
	margin-top: 16px;
}

.gravity-theme.ui-datepicker {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.1);
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
	display: none;
	margin: 2.4px;
	padding: 8px;
}

	.gravity-theme.ui-datepicker[style] {
		z-index: 9999 !important;
	}

	.gravity-theme.ui-datepicker .ui-datepicker-header {
		border-bottom: 1px solid rgba(0,0,0,.1);
		margin: 0 -8px 8px;
		padding: 0 8px 8px;
		position: relative;
	}

	.gravity-theme.ui-datepicker .ui-datepicker-next, .gravity-theme.ui-datepicker .ui-datepicker-prev {
		cursor: pointer;
		position: absolute;
	}

		.gravity-theme.ui-datepicker .ui-datepicker-next:before, .gravity-theme.ui-datepicker .ui-datepicker-prev:before {
			border-style: solid;
			border-width: .18em .18em 0 0;
			content: "";
			display: inline-block;
			height: .55em;
			left: .15em;
			position: relative;
			top: .3em;
			transform: rotate(-135deg);
			vertical-align: top;
			width: .55em;
		}

		.gravity-theme.ui-datepicker .ui-datepicker-next .ui-icon, .gravity-theme.ui-datepicker .ui-datepicker-prev .ui-icon {
			display: none;
		}

	.gravity-theme.ui-datepicker .ui-datepicker-prev {
		left: 16px;
	}

	.gravity-theme.ui-datepicker .ui-datepicker-next {
		right: 16px;
	}

		.gravity-theme.ui-datepicker .ui-datepicker-next:before {
			left: 0;
			transform: rotate(45deg);
		}

	.gravity-theme.ui-datepicker .ui-datepicker-title {
		text-align: center;
	}

		.gravity-theme.ui-datepicker .ui-datepicker-title select {
			margin: 0 4px;
		}

	.gravity-theme.ui-datepicker .ui-datepicker table {
		border-spacing: 0;
		margin: 0;
	}

	.gravity-theme.ui-datepicker .ui-datepicker thead {
		font-size: .85em;
	}

	.gravity-theme.ui-datepicker .ui-datepicker td {
		padding: 0;
		width: 35.2px;
	}

	.gravity-theme.ui-datepicker a.ui-state-default {
		border-radius: 50%;
		color: #222;
		display: block;
		line-height: 35.2px;
		text-align: center;
		text-decoration: none;
		width: 100%;
	}

		.gravity-theme.ui-datepicker a.ui-state-default:hover {
			background-color: rgba(0,0,0,.1);
		}

	.gravity-theme.ui-datepicker a.ui-state-active, .gravity-theme.ui-datepicker a.ui-state-active:hover {
		background-color: #3498db;
		color: #fff;
	}

.gform_wrapper.gravity-theme ::-ms-reveal {
	display: none;
}

.gform_wrapper.gravity-theme .gform_validation_container, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gform_validation_container, body .gform_wrapper.gravity-theme .gform_fields .gfield.gform_validation_container, body .gform_wrapper.gravity-theme .gform_validation_container {
	display: none !important;
	left: -9000px;
	position: absolute !important;
}

.gform_wrapper.gravity-theme .chosen-container {
	display: inline-block;
	font-size: 16px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: middle;
}

	.gform_wrapper.gravity-theme .chosen-container * {
		box-sizing: border-box;
	}

	.gform_wrapper.gravity-theme .chosen-container .chosen-drop {
		background: #fff;
		border: 1px solid #aaa;
		border-top: 0;
		box-shadow: 0 4px 5px rgba(0,0,0,.15);
		display: none;
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 1010;
	}

	.gform_wrapper.gravity-theme .chosen-container.chosen-with-drop .chosen-drop {
		display: block;
	}

	.gform_wrapper.gravity-theme .chosen-container a {
		cursor: pointer;
	}

	.gform_wrapper.gravity-theme .chosen-container .chosen-single .group-name, .gform_wrapper.gravity-theme .chosen-container .search-choice .group-name {
		color: #999;
		font-weight: 400;
		margin-right: 4px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

		.gform_wrapper.gravity-theme .chosen-container .chosen-single .group-name:after, .gform_wrapper.gravity-theme .chosen-container .search-choice .group-name:after {
			content: ":";
			padding-left: 2px;
			vertical-align: top;
		}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-single {
	background: linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4);
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: inset 0 0 3px #fff,0 1px 1px rgba(0,0,0,.1);
	color: #444;
	display: block;
	height: 40px;
	line-height: 24px;
	overflow: hidden;
	padding: 0 0 0 8px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

	.gform_wrapper.gravity-theme .chosen-container-single .chosen-single input[type=text] {
		cursor: pointer;
		opacity: 0;
		position: absolute;
		width: 0;
	}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-default {
	color: #999;
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-single span {
	display: block;
	line-height: 38.4px;
	margin-right: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-single-with-deselect span {
	margin-right: 36px;
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-single abbr {
	background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png") -42px 1px no-repeat;
	display: block;
	font-size: 1px;
	height: 12px;
	position: absolute;
	right: 26px;
	top: 6px;
	width: 12px;
}

	.gform_wrapper.gravity-theme .chosen-container-single .chosen-single abbr:hover, .gform_wrapper.gravity-theme .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
		background-position: -42px -10px;
	}

	.gform_wrapper.gravity-theme .chosen-container-single .chosen-single abbr.nitro-lazy {
		background-image: none !important;
	}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div {
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
}

	.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b {
		background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png") no-repeat 0 10px;
		display: block;
		height: 100%;
		width: 100%;
	}

		.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b.nitro-lazy {
			background-image: none !important;
		}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-search {
	margin: 0;
	padding: 3px 4px;
	position: relative;
	white-space: nowrap;
	z-index: 1010;
}

	.gform_wrapper.gravity-theme .chosen-container-single .chosen-search input[type=text] {
		background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png") no-repeat 100% -20px;
		border: 1px solid #aaa;
		border-radius: 0;
		font-family: sans-serif;
		font-size: 1em;
		height: auto;
		line-height: normal;
		margin: 1px 0;
		outline: 0;
		padding: 4px 20px 4px 5px;
		width: 100%;
	}

		.gform_wrapper.gravity-theme .chosen-container-single .chosen-search input[type=text].nitro-lazy {
			background-image: none !important;
		}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-drop {
	background-clip: padding-box;
	border-radius: 0 0 4px 4px;
	margin-top: -1px;
}

.gform_wrapper.gravity-theme .chosen-container-single.chosen-container-single-nosearch .chosen-search {
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.gform_wrapper.gravity-theme .chosen-container .chosen-results {
	-webkit-overflow-scrolling: touch;
	color: #444;
	margin: 0 4px 4px 0;
	max-height: 240px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 0 0 4px;
	position: relative;
}

	.gform_wrapper.gravity-theme .chosen-container .chosen-results li {
		-webkit-touch-callout: none;
		word-wrap: break-word;
		display: none;
		line-height: 15px;
		list-style: none;
		margin: 0;
		padding: 5px 6px;
	}

		.gform_wrapper.gravity-theme .chosen-container .chosen-results li.active-result {
			cursor: pointer;
			display: list-item;
		}

		.gform_wrapper.gravity-theme .chosen-container .chosen-results li.disabled-result {
			color: #ccc;
			cursor: default;
			display: list-item;
		}

		.gform_wrapper.gravity-theme .chosen-container .chosen-results li.highlighted {
			background-color: #3875d7;
			background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);
			color: #fff;
		}

		.gform_wrapper.gravity-theme .chosen-container .chosen-results li.no-results {
			background: #f4f4f4;
			color: #777;
			display: list-item;
		}

		.gform_wrapper.gravity-theme .chosen-container .chosen-results li.group-result {
			cursor: default;
			display: list-item;
			font-weight: 700;
		}

		.gform_wrapper.gravity-theme .chosen-container .chosen-results li.group-option {
			padding-left: 15px;
		}

		.gform_wrapper.gravity-theme .chosen-container .chosen-results li em {
			font-style: normal;
			text-decoration: underline;
		}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices {
	background-color: #fff;
	border: 1px solid #aaa;
	cursor: text;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 8px;
	position: relative;
	width: 100%;
}

	.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li {
		float: left;
		list-style: none;
	}

		.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-field {
			margin: 0;
			padding: 0;
			white-space: nowrap;
		}

			.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-field input[type=text] {
				background: transparent !important;
				border: 0 !important;
				border-radius: 0;
				box-shadow: none;
				color: #999;
				font-family: sans-serif;
				font-size: 100%;
				height: 25px;
				line-height: normal;
				margin: 1px 0;
				outline: 0;
				padding: 0;
				width: 25px;
			}

		.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice {
			background-clip: padding-box;
			background-color: #eee;
			background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);
			background-repeat: repeat-x;
			background-size: 100% 19px;
			border: 1px solid #aaa;
			border-radius: 3px;
			box-shadow: inset 0 0 2px #fff,0 1px 0 rgba(0,0,0,.05);
			color: #333;
			cursor: default;
			line-height: 13px;
			margin: 3px 5px 3px 0;
			max-width: 100%;
			padding: 3px 20px 3px 5px;
			position: relative;
		}

			.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice span {
				word-wrap: break-word;
			}

			.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
				background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png") -42px 1px no-repeat;
				display: block;
				font-size: 1px;
				height: 12px;
				position: absolute;
				right: 3px;
				top: 4px;
				width: 12px;
			}

				.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice .search-choice-close.nitro-lazy {
					background-image: none !important;
				}

				.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
					background-position: -42px -10px;
				}

		.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice-disabled {
			background-color: #e4e4e4;
			background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);
			border: 1px solid #ccc;
			color: #666;
			padding-right: 5px;
		}

		.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice-focus {
			background: #d4d4d4;
		}

			.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
				background-position: -42px -10px;
			}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0;
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-drop .result-selected {
	color: #ccc;
	cursor: default;
	display: list-item;
}

.gform_wrapper.gravity-theme .chosen-container-active .chosen-single {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single {
	background-image: linear-gradient(#eee 20%,#fff 80%);
	border: 1px solid #aaa;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	box-shadow: inset 0 1px 0 #fff;
}

	.gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single div {
		background: transparent;
		border-left: none;
	}

		.gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single div b {
			background-position: -18px 10px;
		}

.gform_wrapper.gravity-theme .chosen-container-active .chosen-choices {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}

	.gform_wrapper.gravity-theme .chosen-container-active .chosen-choices li.search-field input[type=text] {
		color: #222 !important;
	}

.gform_wrapper.gravity-theme .chosen-disabled {
	cursor: default;
	opacity: .5 !important;
}

	.gform_wrapper.gravity-theme .chosen-disabled .chosen-choices .search-choice .search-choice-close, .gform_wrapper.gravity-theme .chosen-disabled .chosen-single {
		cursor: default;
	}

.gform_wrapper.gravity-theme .chosen-rtl {
	text-align: right;
}

	.gform_wrapper.gravity-theme .chosen-rtl .chosen-single {
		overflow: visible;
		padding: 0 8px 0 0;
	}

		.gform_wrapper.gravity-theme .chosen-rtl .chosen-single span {
			direction: rtl;
			margin-left: 26px;
			margin-right: 0;
		}

	.gform_wrapper.gravity-theme .chosen-rtl .chosen-single-with-deselect span {
		margin-left: 38px;
	}

	.gform_wrapper.gravity-theme .chosen-rtl .chosen-single div {
		left: 3px;
		right: auto;
	}

	.gform_wrapper.gravity-theme .chosen-rtl .chosen-single abbr {
		left: 26px;
		right: auto;
	}

	.gform_wrapper.gravity-theme .chosen-rtl .chosen-choices li {
		float: right;
	}

		.gform_wrapper.gravity-theme .chosen-rtl .chosen-choices li.search-field input[type=text] {
			direction: rtl;
		}

		.gform_wrapper.gravity-theme .chosen-rtl .chosen-choices li.search-choice {
			margin: 3px 5px 3px 0;
			padding: 3px 5px 3px 19px;
		}

			.gform_wrapper.gravity-theme .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
				left: 4px;
				right: auto;
			}

	.gform_wrapper.gravity-theme .chosen-rtl.chosen-container-single .chosen-results {
		margin: 0 0 4px 4px;
		padding: 0 4px 0 0;
	}

	.gform_wrapper.gravity-theme .chosen-rtl .chosen-results li.group-option {
		padding-left: 0;
		padding-right: 15px;
	}

	.gform_wrapper.gravity-theme .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
		border-right: none;
	}

	.gform_wrapper.gravity-theme .chosen-rtl .chosen-search input[type=text] {
		background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png") no-repeat -30px -20px;
		direction: rtl;
		padding: 4px 5px 4px 20px;
	}

		.gform_wrapper.gravity-theme .chosen-rtl .chosen-search input[type=text].nitro-lazy {
			background-image: none !important;
		}

	.gform_wrapper.gravity-theme .chosen-rtl.chosen-container-single .chosen-single div b {
		background-position: 6px 2px;
	}

	.gform_wrapper.gravity-theme .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
		background-position: -12px 2px;
	}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi) {
	.gform_wrapper.gravity-theme .chosen-container .chosen-results-scroll-down span, .gform_wrapper.gravity-theme .chosen-container .chosen-results-scroll-up span, .gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .gform_wrapper.gravity-theme .chosen-container-single .chosen-search input[type=text], .gform_wrapper.gravity-theme .chosen-container-single .chosen-single abbr, .gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b, .gform_wrapper.gravity-theme .chosen-rtl .chosen-search input[type=text] {
		background-image: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/plugins/gravityforms/legacy/css/chosen-sprite@2x.png") !important;
		background-repeat: no-repeat !important;
		background-size: 52px 37px !important;
	}

		.gform_wrapper.gravity-theme .chosen-container .chosen-results-scroll-down span.nitro-lazy, .gform_wrapper.gravity-theme .chosen-container .chosen-results-scroll-up span.nitro-lazy, .gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices .search-choice .search-choice-close.nitro-lazy, .gform_wrapper.gravity-theme .chosen-container-single .chosen-search input[type=text].nitro-lazy, .gform_wrapper.gravity-theme .chosen-container-single .chosen-single abbr.nitro-lazy, .gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b.nitro-lazy, .gform_wrapper.gravity-theme .chosen-rtl .chosen-search input[type=text].nitro-lazy {
			background-image: none !important;
		}
}

body .gform_wrapper.gravity-theme .chosen-container a.chosen-single {
	border-radius: inherit;
}

body .gform_wrapper.gravity-theme ul.chosen-results li {
	line-height: inherit;
}

@media only screen and (max-width: 641px) {
	.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 2;
		min-height: 32px;
	}

	.gform_wrapper.gravity-theme textarea {
		line-height: 1.5;
	}

	.gform_wrapper.gravity-theme .chosen-container.chosen-container-single[style] {
		width: 100% !important;
	}

	.gform_wrapper.gravity-theme .chosen-container-single .chosen-single {
		height: 40px;
		line-height: 2.8;
	}

		.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b {
			position: relative;
			top: 10px;
		}

	.gform_wrapper.gravity-theme div.chosen-container.chosen-container-multi[style] {
		width: 100% !important;
	}

	.gform_wrapper.gravity-theme .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice, .gform_wrapper.gravity-theme .chosen-container.chosen-container-multi ul.chosen-choices li.search-field {
		float: none;
		line-height: inherit;
		width: 100%;
	}

		.gform_wrapper.gravity-theme .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span {
			margin-bottom: 0;
		}

	.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
		top: calc(50% - 6px);
	}

	.gform_wrapper.gravity-theme .chosen-container span:not(.ginput_price) {
		display: block;
		margin-bottom: 8px;
	}

	.gform_wrapper.gravity-theme li.field_sublabel_below .ginput_complex {
		margin-top: 12px !important;
	}

	.gform_wrapper.gravity-theme ul.gfield_checkbox li label, .gform_wrapper.gravity-theme ul.gfield_radio li label {
		cursor: pointer;
		width: 85%;
	}
}

@media only screen and (min-width: 641px) {
	body .gform_wrapper.gravity-theme select.medium.gfield_select + div.chosen-container-multi[style], body .gform_wrapper.gravity-theme select.medium.gfield_select + div.chosen-container-single[style] {
		width: calc(50% - 8px) !important;
	}

	body .gform_wrapper.gravity-theme select.large.gfield_select + div.chosen-container-multi[style], body .gform_wrapper.gravity-theme select.large.gfield_select + div.chosen-container-single[style] {
		width: 100% !important;
	}

	body .gform_wrapper.gravity-theme select.small.gfield_select + div.chosen-container-multi[style], body .gform_wrapper.gravity-theme select.small.gfield_select + div.chosen-container-single[style] {
		width: 25% !important;
	}
}

.gform_wrapper.gravity-theme .gf_invisible, .gform_wrapper.gravity-theme .gfield_visibility_hidden {
	left: -9999px;
	position: absolute;
	visibility: hidden;
}

.gform_wrapper.gravity-theme .gf_hide_charleft div.charleft {
	display: none !important;
}

.gform_wrapper.gravity-theme .gf_hidden, .gform_wrapper.gravity-theme .gform_hidden {
	display: none;
}

.gform_wrapper.gravity-theme .hidden_label .gfield_label, .gform_wrapper.gravity-theme .hidden_sub_label, .gform_wrapper.gravity-theme .screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	word-wrap: normal !important;
	border: 0;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.gform_wrapper.gravity-theme button.screen-reader-text:focus {
	clip: auto;
	border: 0;
	-webkit-clip-path: none;
	clip-path: none;
	height: auto;
	margin: 0;
	position: static !important;
	width: auto;
}

@media only screen and (min-width: 641px) {
	.gform_wrapper.gravity-theme .gfield.gf_list_2col .gfield_checkbox, .gform_wrapper.gravity-theme .gfield.gf_list_2col .gfield_radio {
		grid-column-gap: 2rem;
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-template-rows: repeat(auto-fill,auto);
	}

	.gform_wrapper.gravity-theme .gfield.gf_list_3col .gfield_checkbox, .gform_wrapper.gravity-theme .gfield.gf_list_3col .gfield_radio {
		grid-column-gap: 2rem;
		display: grid;
		grid-template-columns: repeat(3,1fr);
		grid-template-rows: repeat(auto-fill,auto);
	}

	.gform_wrapper.gravity-theme .gfield.gf_list_4col .gfield_checkbox, .gform_wrapper.gravity-theme .gfield.gf_list_4col .gfield_radio {
		grid-column-gap: 2rem;
		display: grid;
		grid-template-columns: repeat(4,1fr);
		grid-template-rows: repeat(auto-fill,auto);
	}

	.gform_wrapper.gravity-theme .gfield.gf_list_5col .gfield_checkbox, .gform_wrapper.gravity-theme .gfield.gf_list_5col .gfield_radio {
		grid-column-gap: 2rem;
		display: grid;
		grid-template-columns: repeat(5,1fr);
		grid-template-rows: repeat(auto-fill,auto);
	}

	.gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_checkbox, .gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio {
		display: block;
	}

		.gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_checkbox .gchoice, .gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio .gchoice {
			display: inline-block;
			padding-right: 16px;
		}

			.gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_checkbox .gchoice label, .gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio .gchoice label {
				max-width: none;
			}

	.gform_wrapper.gravity-theme .gf_list_2col_vertical .gfield_checkbox, .gform_wrapper.gravity-theme .gf_list_2col_vertical .gfield_radio {
		grid-column-gap: 2rem;
		-moz-column-count: 2;
		column-count: 2;
		display: block;
	}

	.gform_wrapper.gravity-theme .gf_list_3col_vertical .gfield_checkbox, .gform_wrapper.gravity-theme .gf_list_3col_vertical .gfield_radio {
		grid-column-gap: 2rem;
		-moz-column-count: 3;
		column-count: 3;
		display: block;
	}

	.gform_wrapper.gravity-theme .gf_list_4col_vertical .gfield_checkbox, .gform_wrapper.gravity-theme .gf_list_4col_vertical .gfield_radio {
		grid-column-gap: 2rem;
		-moz-column-count: 4;
		column-count: 4;
		display: block;
	}

	.gform_wrapper.gravity-theme .gf_list_5col_vertical .gfield_checkbox, .gform_wrapper.gravity-theme .gf_list_5col_vertical .gfield_radio {
		grid-column-gap: 2rem;
		-moz-column-count: 5;
		column-count: 5;
		display: block;
	}

	.gform_wrapper.gravity-theme .gfield.gf_list_height_25 .gfield_checkbox .gchoice, .gform_wrapper.gravity-theme .gfield.gf_list_height_25 .gfield_radio .gchoice {
		height: 25px;
	}

	.gform_wrapper.gravity-theme .gfield.gf_list_height_50 .gfield_checkbox .gchoice, .gform_wrapper.gravity-theme .gfield.gf_list_height_50 .gfield_radio .gchoice {
		height: 50px;
	}

	.gform_wrapper.gravity-theme .gfield.gf_list_height_75 .gfield_checkbox .gchoice, .gform_wrapper.gravity-theme .gfield.gf_list_height_75 .gfield_radio .gchoice {
		height: 75px;
	}

	.gform_wrapper.gravity-theme .gfield.gf_list_height_100 .gfield_checkbox .gchoice, .gform_wrapper.gravity-theme .gfield.gf_list_height_100 .gfield_radio .gchoice {
		height: 100px;
	}

	.gform_wrapper.gravity-theme .gfield.gf_list_height_125 .gfield_checkbox .gchoice, .gform_wrapper.gravity-theme .gfield.gf_list_height_125 .gfield_radio .gchoice {
		height: 125px;
	}

	.gform_wrapper.gravity-theme .gfield.gf_list_height_150 .gfield_checkbox .gchoice, .gform_wrapper.gravity-theme .gfield.gf_list_height_150 .gfield_radio .gchoice {
		height: 150px;
	}
}

.gform_wrapper.gravity-theme .gf_hide_ampm .gfield_time_ampm {
	display: none !important;
}

.gform_wrapper.gravity-theme .gsection.gf_scroll_text {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 240px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 32px;
}

	.gform_wrapper.gravity-theme .gsection.gf_scroll_text .gsection_title {
		margin-top: 0;
	}

.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_blue, .gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_gray, .gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_green, .gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_red, .gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_yellow {
	border-radius: 3px;
	margin: 20px 0 !important;
	padding: 20px !important;
}

.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_green {
	background-color: #cbeca0;
	border: 1px solid #97b48a;
	color: #030;
	text-shadow: #dfb 1px 1px;
}

.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_red {
	background-color: #faf2f5;
	border: 1px solid #cfadb3;
	color: #832525;
	text-shadow: #fff 1px 1px;
}

.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_yellow {
	background-color: #fffbcc;
	border: 1px solid #e6db55;
	color: #222;
	text-shadow: #fcfaea 1px 1px;
}

.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_gray {
	background-color: #eee;
	border: 1px solid #ccc;
	color: #424242;
	text-shadow: #fff 1px 1px;
}

.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_blue {
	background-color: #d1e4f3;
	border: 1px solid #a7c2e7;
	color: #314475;
	text-shadow: #e0f1ff 1px 1px;
}

.gform_wrapper.gravity-theme .gf_simple_horizontal {
	margin: 0 auto;
	width: calc(100% - 16px);
}

	.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body, .gform_wrapper.gravity-theme .gf_simple_horizontal .gform_footer.top_label {
		display: table-cell;
		margin: 0;
		padding: 0;
		position: relative;
		vertical-align: middle;
	}

	.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body {
		max-width: 75%;
		width: auto;
	}

		.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label {
			display: table;
			width: 100%;
		}

			.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield {
				display: table-cell;
				height: auto;
				padding-right: 1em;
			}

				.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield .large, .gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield .medium, .gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield .small {
					width: 100%;
				}

				.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_checkbox .gchoice, .gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_radio .gchoice {
					display: inline-block;
					margin-right: .5em;
				}

			.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label.form_sublabel_above .gfield, .gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label.form_sublabel_below .gfield {
				vertical-align: middle;
			}

	.gform_wrapper.gravity-theme .gf_simple_horizontal .gfield, .gform_wrapper.gravity-theme .gf_simple_horizontal .ginput_container {
		margin-top: 0 !important;
	}

	.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_footer.top_label {
		margin: 0;
		max-width: 25%;
		padding: 0;
		text-align: left;
		width: auto;
	}

		.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_footer.top_label input[type=button], .gform_wrapper.gravity-theme .gf_simple_horizontal .gform_footer.top_label input[type=image], .gform_wrapper.gravity-theme .gf_simple_horizontal .gform_footer.top_label input[type=submit] {
			height: auto;
		}

	.gform_wrapper.gravity-theme .gf_simple_horizontal .gfield_description:not(.validation_message), .gform_wrapper.gravity-theme .gf_simple_horizontal .gfield_label, .gform_wrapper.gravity-theme .gf_simple_horizontal .ginput_complex label {
		display: block;
		height: 1px;
		left: -9000px;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 1px;
	}

.gform_wrapper.gravity-theme body:not(.rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
	text-align: left;
}

.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
	background-color: #fffbcc;
	border-bottom: 1px solid #e6db55;
	border-top: 1px solid #e6db55;
	color: #424242;
	font-size: 25px;
	margin: 30px 0;
	max-width: 99%;
	padding: 32px;
}

.gform_confirmation_wrapper.gf_confirmation_simple_gray {
	background-color: #eaeaea;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #424242;
	font-size: 25px;
	margin: 30px 0;
	max-width: 99%;
	padding: 32px;
}

.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
	background-color: #fffbd2;
	border: 1px solid #e6db55;
	box-shadow: 0 0 5px hsla(56,57%,69%,.75);
	margin: 30px 0;
	position: relative;
}

	.gform_confirmation_wrapper.gf_confirmation_yellow_gradient .gform_confirmation_message {
		background: #fffce5;
		background: linear-gradient(180deg,#fffce5 0,#fff9bf);
		background-color: #fffbcc;
		border-bottom: 1px solid #e6db55;
		border-top: 2px solid #fff;
		color: #424242;
		font-size: 28px;
		margin: 0;
		max-width: 99%;
		padding: 40px;
	}

.gform_confirmation_wrapper.gf_confirmation_green_gradient {
	background-color: #f1fcdf;
	border: 1px solid #a7c37c;
	box-shadow: 0 0 5px rgba(86,122,86,.4);
	margin: 30px 0;
	position: relative;
}

	.gform_confirmation_wrapper.gf_confirmation_green_gradient .gform_confirmation_message {
		background: #dbf2b7;
		background: linear-gradient(180deg,#dbf2b7 0,#b4d088);
		background-color: #fffbcc;
		border-bottom: 1px solid #a7c37c;
		border-top: 2px solid #effade;
		color: #030;
		font-size: 28px;
		margin: 0;
		max-width: 99%;
		padding: 40px;
		text-shadow: #dfb 1px 1px;
	}

	.gform_confirmation_wrapper.gf_confirmation_green_gradient:after, .gform_confirmation_wrapper.gf_confirmation_green_gradient:before, .gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after, .gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before {
		background: rgba(0,0,0,.2);
		bottom: 15px;
		box-shadow: 0 15px 10px rgba(0,0,0,.2);
		content: "";
		left: 10px;
		max-width: 40%;
		position: absolute;
		top: 80%;
		transform: rotate(-3deg);
		width: 50%;
		z-index: -1;
	}

	.gform_confirmation_wrapper.gf_confirmation_green_gradient:after, .gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after {
		left: auto;
		right: 10px;
		transform: rotate(3deg);
	}

.gform_wrapper.gravity-theme .gfield textarea {
	width: 100%;
}

	.gform_wrapper.gravity-theme .gfield textarea.small {
		height: 96px;
	}

	.gform_wrapper.gravity-theme .gfield textarea.medium {
		height: 192px;
	}

	.gform_wrapper.gravity-theme .gfield textarea.large {
		height: 288px;
	}

.gform_wrapper.gravity-theme .gfield input, .gform_wrapper.gravity-theme .gfield select {
	max-width: 100%;
}

	.gform_wrapper.gravity-theme .gfield input.small, .gform_wrapper.gravity-theme .gfield select.small {
		width: calc(25% - 12px);
	}

	.gform_wrapper.gravity-theme .gfield input.medium, .gform_wrapper.gravity-theme .gfield select.medium {
		width: calc(50% - 8px);
	}

	.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
		width: 100%;
	}

.gform_wrapper.gravity-theme * {
	box-sizing: border-box;
}

.gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 2%;
	-ms-grid-columns: (1fr 2%) [12];
	grid-row-gap: 16px;
	display: grid;
	grid-template-columns: repeat(12,1fr);
	grid-template-rows: repeat(auto-fill,auto);
	width: 100%;
}

.gform_wrapper.gravity-theme .gfield {
	grid-column: 1/-1;
	min-width: 0;
}

	.gform_wrapper.gravity-theme .gfield.gfield--width-full {
		-ms-grid-column-span: 12;
		grid-column: span 12;
	}

	.gform_wrapper.gravity-theme .gfield.gfield--width-eleven-twelfths {
		-ms-grid-column-span: 11;
		grid-column: span 11;
	}

	.gform_wrapper.gravity-theme .gfield.gfield--width-five-sixths {
		-ms-grid-column-span: 10;
		grid-column: span 10;
	}

	.gform_wrapper.gravity-theme .gfield.gfield--width-three-quarter {
		-ms-grid-column-span: 9;
		grid-column: span 9;
	}

	.gform_wrapper.gravity-theme .gfield.gfield--width-two-thirds {
		-ms-grid-column-span: 8;
		grid-column: span 8;
	}

	.gform_wrapper.gravity-theme .gfield.gfield--width-seven-twelfths {
		-ms-grid-column-span: 7;
		grid-column: span 7;
	}

	.gform_wrapper.gravity-theme .gfield.gfield--width-half {
		-ms-grid-column-span: 6;
		grid-column: span 6;
	}

	.gform_wrapper.gravity-theme .gfield.gfield--width-five-twelfths {
		-ms-grid-column-span: 5;
		grid-column: span 5;
	}

	.gform_wrapper.gravity-theme .gfield.gfield--width-third {
		-ms-grid-column-span: 4;
		grid-column: span 4;
	}

	.gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
		-ms-grid-column-span: 3;
		grid-column: span 3;
	}

	.gform_wrapper.gravity-theme .gfield.gfield--width-one-sixth {
		-ms-grid-column-span: 2;
		grid-column: span 2;
	}

	.gform_wrapper.gravity-theme .gfield.gfield--width-one-twelfth {
		-ms-grid-column-span: 1;
		grid-column: span 1;
	}

@media (max-width: 640px) {
	.gform_wrapper.gravity-theme .gform_fields {
		grid-column-gap: 0;
	}

	.gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
		grid-column: 1/-1;
	}
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-full {
	width: 100%;
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-eleven-twelfths {
	width: 91.6666%;
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-five-sixths {
	width: 83.3333%;
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-three-quarter {
	width: 75%;
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-two-thirds {
	width: 66.6666%;
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-seven-twelfths {
	width: 58.3333%;
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-half {
	width: 50%;
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-five-twelfths {
	width: 41.6666%;
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-third {
	width: 33.3333%;
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-quarter {
	width: 25%;
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-one-sixth {
	width: 16.6666%;
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-one-twelfth {
	width: 8.3333%;
}

.gform_wrapper.gravity-theme .left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset), .gform_wrapper.gravity-theme .right_label .gfield:not(.gsection):not(.gfield_html):not(fieldset) {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 100%;
}

.gform_wrapper.gravity-theme .left_label .gfield_label, .gform_wrapper.gravity-theme .right_label .gfield_label {
	margin: 0;
	padding: 0;
	width: 30%;
}

@media (max-width: 640px) {
	.gform_wrapper.gravity-theme .left_label .gfield_label, .gform_wrapper.gravity-theme .right_label .gfield_label {
		width: 100%;
	}
}

.gform_wrapper.gravity-theme .gform_fields.left_label fieldset, .gform_wrapper.gravity-theme .gform_fields.right_label fieldset {
	clear: both;
}

	.gform_wrapper.gravity-theme .gform_fields.left_label fieldset .ginput_container, .gform_wrapper.gravity-theme .gform_fields.right_label fieldset .ginput_container {
		float: left;
		width: 70%;
	}

@media (max-width: 640px) {
	.gform_wrapper.gravity-theme .gform_fields.left_label fieldset .ginput_container, .gform_wrapper.gravity-theme .gform_fields.left_label fieldset > .ginput_complex, .gform_wrapper.gravity-theme .gform_fields.right_label fieldset .ginput_container, .gform_wrapper.gravity-theme .gform_fields.right_label fieldset > .ginput_complex {
		width: 100%;
	}
}

.gform_wrapper.gravity-theme .gform_fields.left_label legend.gfield_label, .gform_wrapper.gravity-theme .gform_fields.right_label legend.gfield_label {
	display: block;
	float: left;
	padding-right: 1em;
	width: 30%;
}

@media (max-width: 640px) {
	.gform_wrapper.gravity-theme .gform_fields.left_label legend.gfield_label, .gform_wrapper.gravity-theme .gform_fields.right_label legend.gfield_label {
		width: 100%;
	}
}

.gform_wrapper.gravity-theme .left_label .ginput_complex .ginput_container, .gform_wrapper.gravity-theme .right_label .ginput_complex .ginput_container {
	width: auto;
}

.gform_wrapper.gravity-theme .left_label div.gfield > div:not(.ui-resizable-handle):not(.gfield-admin-icons), .gform_wrapper.gravity-theme .right_label div.gfield > div:not(.ui-resizable-handle):not(.gfield-admin-icons) {
	width: 70%;
}

@media (max-width: 640px) {
	.gform_wrapper.gravity-theme .left_label div.gfield > div:not(.ui-resizable-handle):not(.gfield-admin-icons), .gform_wrapper.gravity-theme .right_label div.gfield > div:not(.ui-resizable-handle):not(.gfield-admin-icons) {
		width: 100%;
	}
}

.gform_wrapper.gravity-theme .right_label .gfield_label {
	padding-right: 1em;
	text-align: right;
}

.gform_wrapper.gravity-theme .left_label.gform_fields, .gform_wrapper.gravity-theme .right_label.gform_fields {
	position: relative;
}

.gform_wrapper.gravity-theme .left_label .gfield_html_formatted, .gform_wrapper.gravity-theme .right_label .gfield_html_formatted {
	margin-left: 30%;
}

.gform_wrapper.gravity-theme .left_label #field_submit, .gform_wrapper.gravity-theme .right_label #field_submit {
	justify-content: flex-start;
}

	.gform_wrapper.gravity-theme .left_label #field_submit input, .gform_wrapper.gravity-theme .right_label #field_submit input {
		margin-left: 30%;
	}

.gform_wrapper.gravity-theme .field_sublabel_below .ginput_complex {
	align-items: flex-start;
}

.gform_wrapper.gravity-theme .field_sublabel_above .ginput_complex {
	align-items: flex-end;
}

.rtl .gform_wrapper.gravity-theme .left_label legend.gfield_label, .rtl .gform_wrapper.gravity-theme .right_label legend.gfield_label {
	margin-left: 1em;
	position: absolute;
	right: 0;
	text-align: left;
	width: 30%;
}

.rtl .gform_wrapper.gravity-theme .left_label legend.gfield_label {
	width: 30%;
}

.rtl .gform_wrapper.gravity-theme .left_label .gfield_label {
	padding-left: 1em;
	text-align: left !important;
}

.rtl .gform_wrapper.gravity-theme .left_label fieldset.gfield, .rtl .gform_wrapper.gravity-theme .right_label fieldset.gfield {
	margin-left: 0;
	padding-right: 30%;
}

.rtl .gform_wrapper.gravity-theme .right_label .gfield_label, .rtl .gform_wrapper.gravity-theme .right_label legend.gfield_label {
	padding: 0;
	text-align: right;
}

.rtl .gform_wrapper.gravity-theme .right_label label.gfield_label {
	padding-right: 0;
}

.rtl .gform_wrapper.gravity-theme .left_label .gfield_html_formatted, .rtl .gform_wrapper.gravity-theme .right_label .gfield_html_formatted {
	margin-left: 0;
	margin-right: 30%;
}

html[dir=rtl] .gform_wrapper.gravity-theme .gfield_label, html[dir=rtl] .gform_wrapper.gravity-theme code, html[dir=rtl] .gform_wrapper.gravity-theme input[type=email], html[dir=rtl] .gform_wrapper.gravity-theme input[type=tel], html[dir=rtl] .gform_wrapper.gravity-theme input[type=url] {
	direction: rtl;
}

html[dir=rtl] .gform_wrapper.gravity-theme .gfield_required {
	margin-left: 0;
	margin-right: 4px;
}

html[dir=rtl] .gform_wrapper.gravity-theme ::-webkit-input-placeholder {
	text-align: right;
}

html[dir=rtl] .gform_wrapper.gravity-theme ::-moz-placeholder {
	text-align: right;
}

html[dir=rtl] .gform_wrapper.gravity-theme :-ms-input-placeholder {
	text-align: right;
}

html[dir=rtl] .gform_wrapper.gravity-theme :-moz-placeholder {
	text-align: right;
}

html[dir=rtl] .gform_wrapper.gravity-theme .gform_wrapper.gravity-theme fieldset {
	display: block;
}

html[dir=rtl] .gform_wrapper.gravity-theme .gfield_header_item + .gfield_header_item:not(:last-child), html[dir=rtl] .gform_wrapper.gravity-theme .gfield_list_group_item + .gfield_list_group_item {
	margin-left: 0;
	margin-right: 16px;
}

html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full), html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full) {
	padding-left: 0;
	padding-right: 16px;
}

@media (min-width: 641px) {
	html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full) {
		padding-left: 0;
		padding-right: 16px;
	}

	html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_address.has_street.has_street2 span:not(.ginput_full):nth-of-type(odd), html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_address.has_street2:not(.has_street) span:not(.ginput_full):nth-of-type(2n), html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_address.has_street:not(.has_street2) span:not(.ginput_full):nth-of-type(2n), html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_address:not(.has_street):not(.has_street2) span:not(.ginput_full):nth-of-type(odd) {
		padding-left: 16px;
		padding-right: 0;
	}

	html[dir=rtl] .gform_wrapper.gravity-theme .gform_show_password {
		left: 8px;
		right: unset;
	}
}

@media (max-width: 640px) {
	html[dir=rtl] .gform_wrapper.gravity-theme .left_label fieldset.gfield, html[dir=rtl] .gform_wrapper.gravity-theme .right_label fieldset.gfield {
		padding-right: 0;
	}

	html[dir=rtl] .gform_wrapper.gravity-theme .left_label legend.gfield_label, html[dir=rtl] .gform_wrapper.gravity-theme .right_label legend.gfield_label {
		margin: 0;
		padding: 0;
		position: relative;
		width: 100%;
	}

	html[dir=rtl] .gform_wrapper.gravity-theme .left_label .gfield_label {
		text-align: right !important;
	}

	html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full), html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full) {
		padding-right: 0;
	}
}

.gform_wrapper.gravity-theme .ginput_counter {
	color: #767676;
	font-size: .8em;
}

.gform_wrapper.gravity-theme .ginput_counter_tinymce {
	border-top: 1px solid #eee;
	font-size: 12px;
	padding: 2px 10px;
}

.gform_wrapper.gravity-theme .validation_message--hidden-on-empty:empty {
	display: none;
}

.gform_wrapper.gravity-theme .gform_card_icon_container {
	display: flex;
	height: 32px;
	margin: 8px 0 6.4px;
}

	.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon {
		background-image: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/plugins/gravityforms/images/gf-creditcards.svg");
		background-repeat: no-repeat;
		height: 32px;
		margin-right: 4.8px;
		text-indent: -9000px;
		width: 40px;
	}

		.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.nitro-lazy {
			background-image: none !important;
		}

		.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_amex {
			background-position: -167px 0;
		}

		.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_discover {
			background-position: -221px 0;
		}

		.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_mastercard {
			background-position: -275px 0;
		}

		.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_visa {
			background-position: -59px 0;
		}

		.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_jcb {
			background-position: -329px 0;
		}

		.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_maestro {
			background-position: -5px 0;
		}

		.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected {
			position: relative;
		}

			.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected:after {
				background: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/plugins/gravityforms/images/gf-creditcards-check.svg") 50% no-repeat;
				bottom: 4px;
				content: "";
				display: block;
				height: 10px;
				position: absolute;
				right: 0;
				width: 13px;
			}

.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_cardinfo_right {
	align-items: center;
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

	.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_cardinfo_right label {
		width: 100%;
	}

.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_card_security_code_icon {
	background-image: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/plugins/gravityforms/images/gf-creditcards.svg");
	background-position: -382px;
	background-repeat: no-repeat;
	display: block;
	flex: none;
	height: 32px;
	margin-left: .3em;
	width: 40px;
}

	.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_card_security_code_icon.nitro-lazy {
		background-image: none !important;
	}

html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_card_security_code_icon {
	margin-left: 0;
	margin-right: .3em;
}

.gform_wrapper.gravity-theme .gfield_list_group, .gform_wrapper.gravity-theme .gfield_list_header {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-bottom: 8px;
}

	.gform_wrapper.gravity-theme .gfield_list_group:last-child {
		margin-bottom: 0;
	}

.gform_wrapper.gravity-theme .gfield_header_item {
	word-break: break-word;
}

.gform_wrapper.gravity-theme .gfield_header_item, .gform_wrapper.gravity-theme .gfield_list_group_item {
	flex-grow: 1;
	width: 0;
}

	.gform_wrapper.gravity-theme .gfield_header_item + .gfield_header_item:not(.gfield_header_item--icons), .gform_wrapper.gravity-theme .gfield_list_group_item + .gfield_list_group_item {
		margin-left: 2%;
	}

	.gform_wrapper.gravity-theme .gfield_list_group_item input, .gform_wrapper.gravity-theme .gfield_list_group_item select {
		width: 100%;
	}

.gform_wrapper.gravity-theme .gfield_header_item--icons, .gform_wrapper.gravity-theme .gfield_list_icons {
	align-items: center;
	display: flex;
	flex: none;
	justify-content: center;
	width: 48px;
}

	.gform_wrapper.gravity-theme .gfield_list_icons button {
		background: transparent url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/plugins/gravityforms/images/list-add.svg");
		border: none;
		font-size: 0;
		height: 16px;
		opacity: .5;
		padding: 0;
		transition: opacity .5s ease-out;
		width: 16px;
	}

		.gform_wrapper.gravity-theme .gfield_list_icons button.nitro-lazy {
			background-image: none !important;
		}

		.gform_wrapper.gravity-theme .gfield_list_icons button:focus, .gform_wrapper.gravity-theme .gfield_list_icons button:hover {
			opacity: 1;
			outline: none;
		}

		.gform_wrapper.gravity-theme .gfield_list_icons button.delete_list_item {
			background-image: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/plugins/gravityforms/images/list-remove.svg");
			margin-left: 5px;
		}

			.gform_wrapper.gravity-theme .gfield_list_icons button.delete_list_item.nitro-lazy {
				background-image: none !important;
			}

@media (max-width: 640px) {
	.gform_wrapper.gravity-theme .gfield_list_header {
		display: none;
	}

	.gform_wrapper.gravity-theme .gfield_list_group {
		border: 1px solid rgba(0,0,0,.2);
		display: block;
		margin-bottom: 16px;
		padding: 16px;
	}

	.gform_wrapper.gravity-theme .gfield_header_item, .gform_wrapper.gravity-theme .gfield_list_group_item {
		width: auto;
	}

	.gform_wrapper.gravity-theme .gfield_list_group:last-child {
		margin-bottom: 0;
	}

	.gform_wrapper.gravity-theme .gfield_list_group_item:not(:last-child) {
		margin-bottom: 8px;
	}

	.gform_wrapper.gravity-theme .gfield_list_group_item:before {
		content: attr(data-label);
		font-size: 14.992px;
	}

	.gform_wrapper.gravity-theme .gfield_list_icons {
		background-color: rgba(0,0,0,.1);
		line-height: 0;
		margin: 16px -16px -16px;
		padding: 12px 16px;
		text-align: left;
		width: auto;
	}

	.gform_wrapper.gravity-theme .gfield_header_item + .gfield_header_item:not(.gfield_header_item--icons), .gform_wrapper.gravity-theme .gfield_list_group_item + .gfield_list_group_item {
		margin-left: 0;
	}
}

html[dir=rtl] .gform_wrapper.gravity-theme .gfield_header_item + .gfield_header_item:not(.gfield_header_item--icons), html[dir=rtl] .gform_wrapper.gravity-theme .gfield_list_group_item + .gfield_list_group_item {
	margin-left: 0;
	margin-right: 16px;
}

@media (max-width: 640px) {
	html[dir=rtl] .gform_wrapper.gravity-theme .gfield_header_item + .gfield_header_item:not(.gfield_header_item--icons), html[dir=rtl] .gform_wrapper.gravity-theme .gfield_list_group_item + .gfield_list_group_item {
		margin-right: 0;
	}
}

html[dir=rtl] .gform_wrapper.gravity-theme .gfield_list_icons button.delete_list_item {
	margin-left: 0;
	margin-right: 5px;
}

.gform_wrapper.gform_legacy_markup table.gfield_list.gfield_list_container {
	width: 100%;
}

	.gform_wrapper.gform_legacy_markup table.gfield_list.gfield_list_container thead tr {
		display: flex;
		flex-wrap: nowrap;
	}

		.gform_wrapper.gform_legacy_markup table.gfield_list.gfield_list_container thead tr td, .gform_wrapper.gform_legacy_markup table.gfield_list.gfield_list_container thead tr th {
			flex-grow: 1;
			white-space: normal;
			width: 0;
			word-break: break-word;
		}

			.gform_wrapper.gform_legacy_markup table.gfield_list.gfield_list_container thead tr td:last-child {
				flex-grow: unset;
				width: 48px;
			}

	.gform_wrapper.gform_legacy_markup table.gfield_list.gfield_list_container tbody td, .gform_wrapper.gform_legacy_markup table.gfield_list.gfield_list_container tbody th {
		flex-grow: 1;
		white-space: normal;
		width: 0;
		word-break: break-word;
	}

		.gform_wrapper.gform_legacy_markup table.gfield_list.gfield_list_container tbody td.gfield_list_icons {
			flex-grow: unset;
			width: 48px;
		}

	.gform_wrapper.gform_legacy_markup table.gfield_list.gfield_list_container tbody tr {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}

		.gform_wrapper.gform_legacy_markup table.gfield_list.gfield_list_container tbody tr .gfield_list_cell {
			flex-grow: 1;
		}

			.gform_wrapper.gform_legacy_markup table.gfield_list.gfield_list_container tbody tr .gfield_list_cell input {
				width: 95%;
			}

@media screen and (max-width: 640px) {
	.gform_wrapper.gform_legacy_markup table.gfield_list.gfield_list_container th {
		display: none;
	}

	.gform_wrapper.gform_legacy_markup table.gfield_list.gfield_list_container tbody tr {
		flex-flow: column;
	}

		.gform_wrapper.gform_legacy_markup table.gfield_list.gfield_list_container tbody tr td:before {
			content: attr(data-label);
			font-size: 14.992px;
		}

		.gform_wrapper.gform_legacy_markup table.gfield_list.gfield_list_container tbody tr td {
			flex-grow: unset;
			width: auto;
		}

		.gform_wrapper.gform_legacy_markup table.gfield_list.gfield_list_container tbody tr .gfield_list_icons {
			height: 35px;
			width: auto;
		}
}

.gf_browser_ie.gform_wrapper.gravity-theme form {
	overflow: hidden;
	padding: 1px 1px 8px;
}

.gf_browser_ie.gform_wrapper.gravity-theme .gform-body {
	margin: 0 -32px -32px 0;
}

.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

	.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield {
		background-clip: padding-box;
		border: 0 solid transparent;
		border-width: 0 32px 32px 0;
		width: 100%;
	}

		.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-full {
			width: 100%;
		}

		.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-eleven-twelfths {
			width: 91.666%;
		}

		.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-five-sixths {
			width: 83.333%;
		}

		.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-three-quarter {
			width: 75%;
		}

		.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield.gfield--width-two-thirds {
			width: 66.666%;
		}

		.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-seven-twelfths {
			width: 58.333%;
		}

		.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-half {
			width: 50%;
		}

		.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-five-twelfths {
			width: 41.666%;
		}

		.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-third {
			width: 33.333%;
		}

		.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-quarter {
			width: 25%;
		}

@media (max-width: 840px) {
	.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield {
		width: 100%;
	}
}

.gf_browser_ie.gform_wrapper.gravity-theme .ginput_container_address .ginput_left, .gf_browser_ie.gform_wrapper.gravity-theme .ginput_container_address .ginput_right {
	flex: 0 50%;
	flex-basis: auto;
	width: 50%;
}

.gform_wrapper.gravity-theme .gfield_label {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
	padding: 0;
}

.gform_wrapper.gravity-theme .gfield_header_item, .gform_wrapper.gravity-theme .gform_fileupload_rules, .gform_wrapper.gravity-theme .ginput_complex label {
	font-size: 15px;
	padding-top: 5px;
}

.gform_wrapper.gravity-theme.left_label fieldset.gfield, .gform_wrapper.gravity-theme.right_label fieldset.gfield {
	padding: 16px 16px 16px 30%;
}

	.gform_wrapper.gravity-theme.left_label fieldset.gfield .gfield_description, .gform_wrapper.gravity-theme.left_label fieldset.gfield .ginput_container:not(.ginput_container_time), .gform_wrapper.gravity-theme.right_label fieldset.gfield .gfield_description, .gform_wrapper.gravity-theme.right_label fieldset.gfield .ginput_container:not(.ginput_container_time) {
		width: 100%;
	}

.gform_wrapper.gravity-theme.left_label legend.gfield_label, .gform_wrapper.gravity-theme.right_label legend.gfield_label {
	left: 0;
}

.gform_wrapper.gravity-theme.left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset), .gform_wrapper.gravity-theme.right_label .gfield:not(.gsection):not(.gfield_html):not(fieldset) {
	justify-content: flex-start;
}

.gform_wrapper.gravity-theme.left_label .gfield_html.gfield_html_formatted, .gform_wrapper.gravity-theme.right_label .gfield_html.gfield_html_formatted {
	display: flex;
}

.gform_wrapper.gravity-theme.left_label .gfield.gfield_html:not(.gfield_html_formatted) .gf-html-container, .gform_wrapper.gravity-theme.right_label .gfield.gfield_html:not(.gfield_html_formatted) .gf-html-container {
	width: 100%;
}

.gform_wrapper.gravity-theme.right_label legend.gfield_label {
	text-align: right;
}

.gform_wrapper.gravity-theme:not(.top_label) .ginput_container.ginput_single_email {
	margin-left: 0;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
	background: #fff9f9;
	border: 1.5px solid #c02b0a;
	border-radius: 5px;
	box-shadow: 0 1px 4px rgba(0,0,0,.11),0 0 4px rgba(18,25,97,.041);
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 16px 16px 16px 48px;
	position: relative;
	width: 100%;
}

	.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
		color: #c02b0a;
		font-size: 13.2px;
		font-weight: 500;
		line-height: 17.6px;
		margin: 0 0 12px;
	}

		.gform_wrapper.gravity-theme .gform_validation_errors > h2:before {
			display: none;
		}

		.gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon {
			align-items: center;
			display: flex;
			font-size: 28px;
			height: 100%;
			left: 12px;
			position: absolute;
			top: 0;
		}

		.gform_wrapper.gravity-theme .gform_validation_errors > h2.hide_summary {
			margin: 0;
		}

	.gform_wrapper.gravity-theme .gform_validation_errors > ol {
		padding-left: 20px;
	}

		.gform_wrapper.gravity-theme .gform_validation_errors > ol a {
			color: #c02b0a;
			font-size: 13.2px;
		}

		.gform_wrapper.gravity-theme .gform_validation_errors > ol li {
			color: #c02b0a;
			font-size: 13.2px;
			list-style-type: disc !important;
			margin: 0 0 8px;
		}

			.gform_wrapper.gravity-theme .gform_validation_errors > ol li:last-of-type {
				margin-bottom: 0;
			}

.gform_wrapper.gravity-theme .gfield_required {
	color: #c02b0a;
	display: inline-block;
	font-size: 13.008px;
	padding-left: .125em;
}

	.gform_wrapper.gravity-theme .gfield_required .gfield_required_custom, .gform_wrapper.gravity-theme .gfield_required .gfield_required_text {
		font-style: italic;
		font-weight: 400;
	}

.gform_wrapper.gravity-theme .gform_required_legend .gfield_required {
	padding-left: 0;
}

.gform_wrapper.gravity-theme .validation_error {
	border-bottom: 2px solid #c02b0a;
	border-top: 2px solid #c02b0a;
	color: #c02b0a;
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 32px;
	padding: 16px;
	text-align: center;
}

.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .gform_wrapper.gravity-theme .gfield_error label, .gform_wrapper.gravity-theme .gfield_error legend, .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .gform_wrapper.gravity-theme [aria-invalid=true] + label, .gform_wrapper.gravity-theme label + [aria-invalid=true] {
	color: #c02b0a;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
	background: #fff9f9;
	border: 1px solid #c02b0a;
	font-size: 14.992px;
	margin-top: 8px;
	padding: 12.992px 24px;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
	border: 1px solid #c02b0a;
}

.gform_wrapper.gravity-theme .gform_previous_button.button, .gform_wrapper.gravity-theme .gform_save_link.button {
	-webkit-appearance: none !important;
	background-color: #fff;
	color: #6b7280;
	text-decoration: none;
}

	.gform_wrapper.gravity-theme .gform_previous_button.button svg, .gform_wrapper.gravity-theme .gform_save_link.button svg {
		display: inline-block;
		margin-right: 4px;
	}

.gform_wrapper.gravity-theme button.button:disabled {
	opacity: .6;
}

.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
	display: flex;
}

	.gform_wrapper.gravity-theme #field_submit input, .gform_wrapper.gravity-theme .gform_footer input {
		align-self: flex-end;
	}

	.gform_wrapper.gravity-theme #field_submit .gform_image_button, .gform_wrapper.gravity-theme .gform_footer .gform_image_button {
		background-color: transparent;
		border: none;
		border-radius: 0;
		height: auto;
		padding: 0;
		width: auto;
	}

	.gform_wrapper.gravity-theme #field_submit .gform-button--width-full, .gform_wrapper.gravity-theme .gform_footer .gform-button--width-full {
		text-align: center;
		width: 100%;
	}

.gform_wrapper.gravity-theme .ginput_complex {
	display: flex;
	flex-flow: row wrap;
}

	.gform_wrapper.gravity-theme .ginput_complex fieldset, .gform_wrapper.gravity-theme .ginput_complex span {
		flex: 1;
	}

	.gform_wrapper.gravity-theme .ginput_complex .ginput_full {
		flex: 0 0 100%;
	}

	.gform_wrapper.gravity-theme .ginput_complex .clear-multi {
		display: flex;
	}

	.gform_wrapper.gravity-theme .ginput_complex label, .gform_wrapper.gravity-theme .ginput_complex legend {
		display: block;
	}

	.gform_wrapper.gravity-theme .ginput_complex input, .gform_wrapper.gravity-theme .ginput_complex select {
		width: 100%;
	}

.gform_wrapper.gravity-theme .ginput_container_address {
	margin-left: -1%;
	margin-right: -1%;
}

	.gform_wrapper.gravity-theme .ginput_container_address span {
		flex: 0 0 50%;
		padding-left: .9804%;
		padding-right: .9804%;
	}

.gform_wrapper.gravity-theme .gf_browser_ie .ginput_container_address span:not(.ginput_full) {
	flex: 0 0 49.3%;
}

@media (min-width: 641px) {
	.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full), .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
		padding-right: 1%;
	}

		.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full), .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full) {
			padding-left: 1%;
			padding-right: 0;
		}

	.gform_wrapper.gravity-theme .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)), .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
		margin-bottom: 8px;
	}

	html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full), html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
		padding-left: 1%;
		padding-right: 0;
	}

		html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full), html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full) {
			padding-left: 0;
			padding-right: 1%;
		}
}

@media (max-width: 640px) {
	.gform_wrapper.gravity-theme .ginput_complex span {
		flex: 0 0 100%;
		margin-bottom: 8px;
		padding-left: 0;
	}

	.gform_wrapper.gravity-theme .ginput_complex.ginput_container_address span {
		padding-left: .9804%;
	}
}

.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
	clear: both;
	font-family: inherit;
	font-size: 15px;
	letter-spacing: normal;
	line-height: inherit;
	padding-top: 13px;
	width: 100%;
}

.gform_wrapper.gravity-theme .field_description_above .description, .gform_wrapper.gravity-theme .field_description_above .gfield_description, .gform_wrapper.gravity-theme .field_description_above .gsection_description, .gform_wrapper.gravity-theme .field_description_above .instruction {
	padding-bottom: 16px;
	padding-top: 0;
}

.gform_wrapper.gravity-theme .field_sublabel_above .description, .gform_wrapper.gravity-theme .field_sublabel_above .gfield_description, .gform_wrapper.gravity-theme .field_sublabel_above .gsection_description {
	margin-top: 9.008px;
}

.gform_wrapper.gravity-theme .top_label .gsection_description {
	margin-bottom: 9.008px;
	width: 100%;
}

.gform_wrapper.gravity-theme .field_description_below .gfield_consent_description, .gform_wrapper.gravity-theme .gfield_consent_description {
	border: 1px solid #ddd;
	font-size: 13.008px;
	margin-top: 12.8px;
	max-height: 240px;
	overflow-y: scroll;
	padding: 6.4px 8px;
	width: 100%;
}

.gform_wrapper.gravity-theme .gfield_creditcard_warning {
	background-color: rgba(255,223,224,.25);
	border-bottom: 4px solid #c02b0a;
	border-top: 2px solid #c02b0a;
	padding: 16px;
}

	.gform_wrapper.gravity-theme .gfield_creditcard_warning .gfield_creditcard_warning_message {
		color: #c02b0a;
		font-family: inherit;
		font-size: 16px;
		font-weight: 700;
		min-height: 32px;
		position: relative;
	}

		.gform_wrapper.gravity-theme .gfield_creditcard_warning .gfield_creditcard_warning_message span {
			background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0xMDY3IDI4NjUgMjQgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTEwNjcgMjg2NSAyNCAzMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTS0xMDUzIDI4NjVjLTUuNSAwLTEwIDQuNS0xMCAxMGg0YzAtMy4zIDIuNy02IDYtNnM2IDIuNyA2IDZ2MmgtMjB2MTRjMCAzLjMgMi43IDYgNiA2aDEyYzMuMyAwIDYtMi43IDYtNnYtMTZjMC01LjUtNC41LTEwLTEwLTEwem00IDI4aC0xMmMtMS4xIDAtMi0uOS0yLTJ2LTEwaDE2djEwYzAgMS4xLS45IDItMiAyem0tNC02YzAgMS4xLS45IDItMiAycy0yLS45LTItMiAuOS0yIDItMiAyIC45IDIgMnoiIHN0eWxlPSJmaWxsOiM3OTAwMDAiLz48L3N2Zz4=");
			background-position: 0 3.2px;
			background-repeat: no-repeat;
			background-size: 24px 16px;
			border-bottom: 1px solid #c02b0a;
			display: block;
			letter-spacing: .1pt;
			margin-bottom: 16px;
			padding: 0 0 16px 24px;
			text-transform: uppercase;
		}

			.gform_wrapper.gravity-theme .gfield_creditcard_warning .gfield_creditcard_warning_message span.nitro-lazy {
				background-image: none !important;
			}

.gform_wrapper.gravity-theme .ginput_cardextras {
	display: flex;
	flex-wrap: wrap;
}

.gform_wrapper.gravity-theme .ginput_complex .ginput_cardinfo_right input {
	max-width: 112px;
	width: 30%;
}

.gform_wrapper.gravity-theme .ginput_card_expiration_container {
	display: flex;
	flex-wrap: wrap;
}

.gform_wrapper.gravity-theme .ginput_card_expiration_month {
	flex: 1;
	margin-right: 16px;
}

.gform_wrapper.gravity-theme .ginput_card_expiration_year {
	flex: 1;
}

.gform_wrapper.gravity-theme .ginput_cardinfo_left label, .gform_wrapper.gravity-theme .ginput_cardinfo_left legend, .gform_wrapper.gravity-theme .ginput_cardinfo_right label, .gform_wrapper.gravity-theme .ginput_cardinfo_right legend {
	flex: 1 1 100%;
}

.gform_wrapper.gravity-theme fieldset.ginput_cardinfo_left {
	display: flex;
	flex-direction: column;
}

	.gform_wrapper.gravity-theme fieldset.ginput_cardinfo_left legend {
		float: left;
		padding-top: 5px;
	}

.gform_wrapper.gravity-theme .field_sublabel_below fieldset.ginput_cardinfo_left {
	flex-direction: column-reverse;
}

html[dir=rtl] .gform_wrapper.gravity-theme .ginput_card_expiration_month {
	margin-left: 16px;
	margin-right: 0;
}

html[dir=rtl] .gform_wrapper.gravity-theme .gform_card_icon {
	float: right;
}

html[dir=rtl] .gform_wrapper.gravity-theme .gfield_creditcard_warning .gfield_creditcard_warning_message span {
	background-position: right 3.2px;
	background-repeat: no-repeat;
	background-size: 24px 16px;
	display: block;
	margin-bottom: 16px;
	padding: 0 24px 16px 0;
}

html[dir=rtl] .gform_wrapper.gravity-theme fieldset.ginput_cardinfo_left {
	display: flex;
}

@media (max-width: 640px) {
	.gform_wrapper.gravity-theme .ginput_card_expiration {
		flex: none;
	}

	.gform_wrapper.gravity-theme .ginput_card_expiration_month {
		margin-bottom: 8px;
	}
}

.gform_wrapper.gravity-theme .ginput_container_date + .ginput_container_date {
	margin-left: 2%;
}

.gform_wrapper.gravity-theme .ginput_container_date[style*="display:none"] + .ginput_container_date {
	margin-left: 0;
}

.gform_wrapper.gravity-theme .ginput_container_date label {
	display: block;
}

html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_date + .ginput_container_date {
	margin-left: 0;
	margin-right: 16px;
}

html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_date[style*="display:none"] + .ginput_container_date {
	margin-right: 0;
}

.gravity-theme.ui-datepicker {
	background: #fff;
	border: 1px solid #d0d1d3;
	border-radius: 3px;
	box-shadow: 0 .0625rem .25rem rgba(0,0,0,.11),0 0 .25rem rgba(18,25,97,.041);
	color: #607382;
	font-size: .8125rem;
	font-weight: var(--gform-theme-font-weight-medium);
	margin-top: 5px;
	padding: 18px 15px;
	width: auto;
}

	.gravity-theme.ui-datepicker table, .gravity-theme.ui-datepicker td, .gravity-theme.ui-datepicker th, .gravity-theme.ui-datepicker thead, .gravity-theme.ui-datepicker tr {
		background: none;
		border: 0;
		margin: 0;
	}

	.gravity-theme.ui-datepicker td, .gravity-theme.ui-datepicker th {
		padding: 5px;
		text-shadow: none;
		text-transform: none;
	}

	.gravity-theme.ui-datepicker .ui-datepicker-header {
		border: 0;
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin: 0 0 5px;
		padding: 0;
		position: relative;
		width: 100%;
	}

		.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next, .gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			speak: never;
			align-items: center;
			background: none;
			border: 0;
			color: #607382;
			cursor: pointer;
			display: flex;
			font-family: gform-icons-theme !important;
			font-size: 24px;
			height: 30px;
			justify-content: center;
			line-height: 1;
			position: absolute;
			text-decoration: none;
			top: -2px;
			transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
			width: 30px;
		}

			.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus, .gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover, .gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus, .gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
				color: #2f4054;
			}

			.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon, .gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
				display: none;
			}

			.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before, .gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
				border: 0;
				height: auto;
				position: static;
				transform: none;
				width: auto;
			}

		.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
			left: 0;
		}

			.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
				content: "";
			}

		.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
			right: 0;
		}

			.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
				content: "";
			}

		.gravity-theme.ui-datepicker .ui-datepicker-header select {
			-webkit-appearance: none;
			background-color: transparent;
			background-image: url("https://cdn-dlbhc.nitrocdn.com/JTXkVBqEJZAYpolcYBhewbPCfeERfHih/assets/images/optimized/rev-445789c/watsonblinds.com.au/wp-content/plugins/gravityforms/images/theme/down-arrow.svg");
			background-position: 100% 50%;
			background-repeat: no-repeat;
			background-size: 24px 24px;
			border: 0;
			border-radius: 0;
			box-shadow: none;
			color: #585e6a;
			cursor: pointer;
			display: inline-block;
			font-size: .875rem;
			font-weight: var(--gform-theme-font-weight-medium);
			height: auto;
			min-height: 0;
			padding: 0 22px 0 0;
			width: auto;
		}

			.gravity-theme.ui-datepicker .ui-datepicker-header select.nitro-lazy {
				background-image: none !important;
			}

			.gravity-theme.ui-datepicker .ui-datepicker-header select.ui-datepicker-month {
				margin-right: 20px;
				-moz-text-align-last: right;
				text-align-last: right;
			}

	.gravity-theme.ui-datepicker .ui-datepicker-calendar a, .gravity-theme.ui-datepicker .ui-datepicker-calendar span {
		font-weight: var(--gform-theme-font-weight-normal);
	}

	.gravity-theme.ui-datepicker .ui-datepicker-calendar th span {
		align-items: center;
		color: #2f4054;
		display: flex;
		font-size: .8125rem;
		font-weight: var(--gform-theme-font-weight-medium);
		height: 40px;
		justify-content: center;
		width: 40px;
	}

	.gravity-theme.ui-datepicker .ui-datepicker-calendar td {
		font-size: .8125rem;
		height: 50px;
		width: 50px;
	}

	.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default {
		align-items: center;
		background: none;
		border: 1px solid transparent;
		border-radius: 100%;
		box-shadow: none;
		color: #2f4054;
		display: flex;
		height: 40px;
		justify-content: center;
		text-decoration: none;
		transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
		width: 40px;
	}

		.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default:focus, .gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
			background: none;
			border-color: #607382;
			outline: none;
		}

		.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default:active {
			background: #f2f3f5;
			border-color: #607382;
		}

	.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
		background: #607382;
		border-color: #607382;
		box-shadow: 0 .125rem .125rem rgba(58,58,87,.06);
		color: #fff;
	}

		.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:focus, .gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:hover {
			border-color: #607382;
		}

	.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
		background: none;
	}

		.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
			align-items: center;
			background: #f2f3f5;
			border: 1px solid rgba(32,32,46,.079);
			border-radius: 100%;
			box-shadow: 0 .125rem .125rem rgba(58,58,87,.06);
			color: #686e77;
			cursor: text;
			display: flex;
			height: 40px;
			justify-content: center;
			text-decoration: none;
			width: 40px;
		}

html[dir=rtl] #ui-datepicker-div.gform-theme-datepicker[style] {
	right: auto !important;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
	margin: 6px 0 0;
	padding: 16px 0;
}

	.gform_wrapper.gravity-theme .gform_footer.left_label, .gform_wrapper.gravity-theme .gform_footer.right_label, .gform_wrapper.gravity-theme .gform_page_footer.left_label, .gform_wrapper.gravity-theme .gform_page_footer.right_label {
		padding: 16px 0 10px 30%;
	}

	.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
		margin-bottom: 8px;
	}

		.gform_wrapper.gravity-theme .gform_footer button.button:disabled, .gform_wrapper.gravity-theme .gform_footer input.button:disabled, .gform_wrapper.gravity-theme .gform_page_footer button.button:disabled, .gform_wrapper.gravity-theme .gform_page_footer input.button:disabled {
			opacity: .6;
		}

		.gform_wrapper.gravity-theme .gform_footer button + input, .gform_wrapper.gravity-theme .gform_footer input + button, .gform_wrapper.gravity-theme .gform_footer input + input, .gform_wrapper.gravity-theme .gform_page_footer button + input, .gform_wrapper.gravity-theme .gform_page_footer input + button, .gform_wrapper.gravity-theme .gform_page_footer input + input {
			margin-left: 8px;
		}

html[dir=rtl] .gform_wrapper.gravity-theme button + input, html[dir=rtl] .gform_wrapper.gravity-theme input + button, html[dir=rtl] .gform_wrapper.gravity-theme input + input {
	margin-right: 8px;
}

.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
	display: inline-block;
	font-size: 15px;
}

.gform_wrapper.gravity-theme .gfield_checkbox button, .gform_wrapper.gravity-theme .gfield_checkbox input[type=text], .gform_wrapper.gravity-theme .gfield_radio button, .gform_wrapper.gravity-theme .gfield_radio input[type=text] {
	margin-top: 16px;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
	display: inline-block;
	margin-top: 0;
	top: 0;
	vertical-align: middle;
}

	.gform_wrapper.gravity-theme .gfield-choice-input + label {
		margin-bottom: 0;
		max-width: calc(100% - 32px);
		vertical-align: middle;
	}

	.gform_wrapper.gravity-theme .gfield-choice-input:disabled + label {
		color: #757575;
	}

.gform_wrapper.gravity-theme input[type=number] {
	display: inline-block;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	font-size: 15px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 8px;
}

.gform_wrapper.gravity-theme .chosen-container-multi, .gform_wrapper.gravity-theme .ginput_product_price, .gform_wrapper.gravity-theme .ginput_product_price_label, .gform_wrapper.gravity-theme .ginput_quantity_label {
	font-size: 15px;
}

.gform_wrapper.gravity-theme .chosen-choices {
	padding: 8px;
}

.gform_wrapper.gravity-theme .ginput_container_date {
	align-content: flex-start;
	align-items: center;
	display: flex;
}

	.gform_wrapper.gravity-theme .ginput_container_date input {
		width: auto;
	}

	.gform_wrapper.gravity-theme .ginput_container_date .datepicker_with_icon.large {
		width: calc(100% - 48px);
	}

	.gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger {
		display: block;
		margin-left: 12.8px;
		max-height: 25.6px;
		max-width: 25.6px;
	}

.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date {
	flex-basis: min-content;
	flex-flow: row wrap;
	max-width: 30%;
}

	.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date input, .gform_wrapper.gravity-theme .ginput_complex .ginput_container_date select {
		min-width: 84px;
		width: 100%;
	}

.gform_wrapper.gravity-theme .gfield_chainedselect.horizontal select {
	min-width: 100px;
}

.gform_wrapper.gravity-theme .gform_show_password {
	align-items: center;
	background: transparent;
	color: inherit;
	display: flex;
	height: 100%;
}

	.gform_wrapper.gravity-theme .gform_show_password:focus, .gform_wrapper.gravity-theme .gform_show_password:hover {
		background: transparent;
	}

.gform_wrapper.gravity-theme .gfield_consent_description {
	border: 1px solid #ddd;
	font-size: .8em;
	margin-top: 8px;
	max-height: 240px;
	overflow-y: scroll;
	padding: 8px;
}

.gform_wrapper.gravity-theme .gfield .ginput_quantity {
	width: auto;
}

html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger {
	margin-left: 0;
	margin-right: 12.8px;
	order: 1;
}

.gform_wrapper.gravity-theme .gsection {
	border-bottom: 1px solid #ccc;
	padding: 0 16px 8px 0;
}

html[dir=rtl] .gform_wrapper.gravity-theme .gsection {
	padding: 0 0 8px 16px;
}

.gform_wrapper.gravity-theme .gf_progressbar_title {
	color: #767676;
	font-size: 12.992px;
	font-weight: 400;
	margin: 0 0 4.8px;
}

.gform_wrapper.gravity-theme .gf_progressbar {
	background: #e8e8e8;
	border-radius: 10.5px;
	margin-bottom: 16px;
	position: relative;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage {
	border-radius: 10.5px;
	height: 20.992px;
	text-align: right;
	vertical-align: middle;
}

	.gform_wrapper.gravity-theme .gf_progressbar_percentage:not(.percentbar_100) {
		border-radius: 10.5px 0 0 10.5px;
	}

	.gform_wrapper.gravity-theme .gf_progressbar_percentage span {
		display: block;
		float: right;
		font-size: 13px;
		line-height: 21px;
		margin-left: 8px;
		margin-right: 8px;
		min-width: 2em;
		width: auto;
	}

	.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_0 span {
		color: #959595;
		float: none;
		margin-left: 9.6px;
		text-shadow: none;
	}

.gform_wrapper.gravity-theme .gf_progressbar_blue {
	background: #d2d6dc;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
	background-color: #1e7ac4;
	color: #fff;
}

.gform_wrapper.gravity-theme .gf_progressbar_gray {
	background: #d2d6dc;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_gray {
	background-color: #6b7280;
	color: #fff;
}

.gform_wrapper.gravity-theme .gf_progressbar_green {
	background: #e8e8e8;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_green {
	background-color: #aac138;
	color: #fff;
}

.gform_wrapper.gravity-theme .gf_progressbar_orange {
	background: #e8eaec;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_orange {
	background-color: #ff5d38;
	color: #fff;
}

.gform_wrapper.gravity-theme .gf_progressbar_red {
	background: #e8eaec;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_red {
	background-color: #ec1e31;
	color: #fff;
}

.gform_wrapper.gravity-theme .gf_progressbar_spring {
	background: #d2d6dc;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_spring {
	background: linear-gradient(270deg,#9cd790,#76d7db);
	color: #fff;
}

.gform_wrapper.gravity-theme .gf_progressbar_blues {
	background: #d2d6dc;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blues {
	background: linear-gradient(270deg,#00c2ff,#7838e2);
	color: #fff;
}

.gform_wrapper.gravity-theme .gf_progressbar_rainbow {
	background: #d2d6dc;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_rainbow {
	background: linear-gradient(270deg,#1dbeea,#cd6ad6 50%,#f35160);
	color: #fff;
}

html[dir=rtl] .gform_wrapper.gravity-theme .gf_progressbar_percentage:not(.percentbar_100) {
	border-radius: 0 10.5px 10.5px 0;
}

.gform_wrapper.gravity-theme .gf_page_steps {
	border-bottom: 1px solid #e5e7eb;
	margin-bottom: 16px;
}

.gform_wrapper.gravity-theme .gf_step {
	display: inline-block;
	margin: 8px 32px 8px 0;
}

.gform_wrapper.gravity-theme .gf_step_label, .gform_wrapper.gravity-theme .gf_step_number {
	display: table-cell;
	vertical-align: middle;
}

.gform_wrapper.gravity-theme .gf_step_number {
	background: transparent;
	border: 2px solid #cfd3d9;
	border-radius: 20px;
	color: #585e6a;
	font-size: 14px;
	font-weight: 500;
	height: 40px;
	text-align: center;
	width: 40px;
}

.gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
	background: #cfd3d9;
	color: #607382;
}

.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number {
	position: relative;
}

	.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:before {
		background: #607382;
		border: 2px solid #607382;
		border-radius: 20px;
		content: "";
		display: table-cell;
		height: 40px;
		left: -2px;
		position: absolute;
		top: -2px;
		width: 40px;
	}

	.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:after {
		align-items: center;
		color: #fff;
		content: "";
		display: flex;
		font-family: gform-icons-theme;
		font-size: 24px;
		height: 100%;
		justify-content: center;
		left: 0;
		position: absolute;
		text-align: center;
		top: 0;
		width: 100%;
		z-index: 5;
	}

.gform_wrapper.gravity-theme .gf_step_label {
	color: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	padding-left: 16px;
}

.gform_wrapper.gravity-theme .gf_step_hidden {
	display: none;
}

.gform_wrapper.gravity-theme .ginput_product_price_wrapper {
	display: inline-block;
}

	.gform_wrapper.gravity-theme .ginput_product_price_wrapper input:-moz-read-only {
		background: none;
		border: none;
		padding: 0;
	}

	.gform_wrapper.gravity-theme .ginput_product_price_wrapper input:read-only {
		background: none;
		border: none;
		padding: 0;
	}

.gform_wrapper.gravity-theme .ginput_product_price, .gform_wrapper.gravity-theme .ginput_shipping_price {
	color: #900;
}

.gform_wrapper.gravity-theme .ginput_total {
	color: #060;
}

.gform_wrapper.gravity-theme .gfield_repeater_cell {
	margin-top: 8px;
}

	.gform_wrapper.gravity-theme .gfield_repeater_cell label {
		color: #9b9a9a;
		font-size: 12.8px;
		font-weight: 400;
		padding-top: 8px;
	}

.gform_wrapper.gravity-theme .gfield_repeater_items .gfield_repeater_cell:not(:first-child) {
	padding-top: 8px;
}

.gform_wrapper.gravity-theme .gfield_repeater_wrapper input {
	border: 1px solid #c5c6c5;
	border-radius: 4px;
}

.gform_wrapper.gravity-theme .gfield_repeater_cell > .gfield_repeater_wrapper {
	background-color: rgba(1,1,1,.02);
	border-bottom: 1px solid #eee;
	border-left: 8px solid #f1f1f1;
	border-radius: 8px;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.06),0 2px 1px -1px rgba(0,0,0,.06),0 1px 5px 0 rgba(0,0,0,.06);
	padding: 10px 20px;
}

.gform_wrapper.gravity-theme .gfield_repeater_buttons {
	padding-top: 16px;
}

	.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_plus:hover, .gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text:hover, .gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_minus:hover, .gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text:hover {
		background: #fafafa;
		border: 1px solid #757575;
		color: #374750;
	}

	.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_plus:focus, .gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text:focus, .gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_minus:focus, .gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text:focus {
		outline: 0;
	}

	.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text, .gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text {
		background: hsla(0,0%,95%,.5);
		border: 1px solid hsla(0,0%,46%,.4);
		border-radius: 20px;
		color: #757575;
		font-size: 12px;
		font-weight: 400;
		height: 32px;
		margin-bottom: 8px;
		margin-right: 8px;
		min-width: 100px;
		transition: all .3s cubic-bezier(.67,.17,.4,.83);
	}

	.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_plus, .gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_minus {
		background: hsla(0,0%,95%,.5);
		border: 1px solid hsla(0,0%,46%,.4);
		border-radius: 50%;
		color: #757575;
		font-size: 16px;
		font-weight: 700;
		height: 24px;
		margin: 10px 5px 0;
		padding: 0;
		transition: all .3s cubic-bezier(.67,.17,.4,.83);
		width: 24px;
	}

.gform_wrapper.gravity-theme .gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
	border-bottom: 2px solid #e0e0e6;
	margin-bottom: 20px;
	margin-right: 8px;
	padding-bottom: 20px;
}

.gform_wrapper.gravity-theme .gfield_time_hour label.hour_label, .gform_wrapper.gravity-theme .gfield_time_minute label.minute_label {
	display: block;
	font-size: 15px;
	margin: 0;
	padding-top: 5px;
}

.gform_wrapper.gravity-theme .ginput_container_time {
	flex-basis: min-content;
	max-width: 64px;
	min-width: 64px;
}

	.gform_wrapper.gravity-theme .ginput_container_time input {
		margin-left: 0;
		margin-right: 0;
		min-width: 100%;
	}

.gform_wrapper.gravity-theme .gfield_time_minute {
	position: relative;
}

.gform_wrapper.gravity-theme .hour_minute_colon {
	line-height: 2;
	padding: 0 8px;
}

.gform_wrapper.gravity-theme .field_sublabel_above .hour_minute_colon {
	align-self: flex-end;
}

.gform_wrapper.gravity-theme .gfield_time_ampm {
	align-items: flex-end;
	display: flex;
	margin-left: 16px;
}

	.gform_wrapper.gravity-theme .gfield_time_ampm.below, .gform_wrapper.gravity-theme .hour_minute_colon.below {
		align-items: flex-start;
	}

html[dir=rtl] .gform_wrapper.gravity-theme .gfield_time_ampm {
	margin-left: 0;
	margin-right: 16px;
}

.elementor-9022 .elementor-element.elementor-element-e86cdc7 > .elementor-container {
	max-width: 1230px;
}

.elementor-9022 .elementor-element.elementor-element-e86cdc7:not(.elementor-motion-effects-element-type-background), .elementor-9022 .elementor-element.elementor-element-e86cdc7 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #efedeb;
}

.elementor-9022 .elementor-element.elementor-element-e86cdc7 {
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
	padding: 40px 0px 40px 0px;
}

	.elementor-9022 .elementor-element.elementor-element-e86cdc7 > .elementor-background-overlay {
		transition: background .3s,border-radius .3s,opacity .3s;
	}

.elementor-9022 .elementor-element.elementor-element-5fb1207 {
	color: #67625f;
}

.elementor-9022 .elementor-element.elementor-element-476ad2b {
	color: #67625f;
}

.elementor-9022 .elementor-element.elementor-element-332ae2c {
	color: #67625f;
}

.elementor-9022 .elementor-element.elementor-element-402e1ea {
	color: #67625f;
}

.elementor-9022 .elementor-element.elementor-element-e1922ab {
	color: #67625f;
}

.elementor-9022 .elementor-element.elementor-element-81a0002 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-bottom: calc(3px / 2);
}

.elementor-9022 .elementor-element.elementor-element-81a0002 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-top: calc(3px / 2);
}

.elementor-9022 .elementor-element.elementor-element-81a0002 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-right: calc(3px / 2);
	margin-left: calc(3px / 2);
}

.elementor-9022 .elementor-element.elementor-element-81a0002 .elementor-icon-list-items.elementor-inline-items {
	margin-right: calc(-3px / 2);
	margin-left: calc(-3px / 2);
}

body.rtl .elementor-9022 .elementor-element.elementor-element-81a0002 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	left: calc(-3px / 2);
}

body:not(.rtl) .elementor-9022 .elementor-element.elementor-element-81a0002 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	right: calc(-3px / 2);
}

.elementor-9022 .elementor-element.elementor-element-81a0002 .elementor-icon-list-icon i {
	transition: color .3s;
}

.elementor-9022 .elementor-element.elementor-element-81a0002 .elementor-icon-list-icon svg {
	transition: fill .3s;
}

.elementor-9022 .elementor-element.elementor-element-81a0002 {
	--e-icon-list-icon-size: 14px;
	--icon-vertical-offset: 0px;
}

	.elementor-9022 .elementor-element.elementor-element-81a0002 .elementor-icon-list-text {
		color: #67625f;
		transition: color .3s;
	}

.elementor-9022 .elementor-element.elementor-element-85ded20 {
	--grid-template-columns: repeat(0,auto);
	--icon-size: 18px;
	--grid-column-gap: 5px;
	--grid-row-gap: 0px;
}

	.elementor-9022 .elementor-element.elementor-element-85ded20 .elementor-social-icon {
		background-color: #263444;
		--icon-padding: .2em;
	}

.elementor-9022 .elementor-element.elementor-element-508a560 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-bottom: calc(3px / 2);
}

.elementor-9022 .elementor-element.elementor-element-508a560 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-top: calc(3px / 2);
}

.elementor-9022 .elementor-element.elementor-element-508a560 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-right: calc(3px / 2);
	margin-left: calc(3px / 2);
}

.elementor-9022 .elementor-element.elementor-element-508a560 .elementor-icon-list-items.elementor-inline-items {
	margin-right: calc(-3px / 2);
	margin-left: calc(-3px / 2);
}

body.rtl .elementor-9022 .elementor-element.elementor-element-508a560 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	left: calc(-3px / 2);
}

body:not(.rtl) .elementor-9022 .elementor-element.elementor-element-508a560 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	right: calc(-3px / 2);
}

.elementor-9022 .elementor-element.elementor-element-508a560 .elementor-icon-list-icon i {
	transition: color .3s;
}

.elementor-9022 .elementor-element.elementor-element-508a560 .elementor-icon-list-icon svg {
	transition: fill .3s;
}

.elementor-9022 .elementor-element.elementor-element-508a560 {
	--e-icon-list-icon-size: 14px;
	--icon-vertical-offset: 0px;
}

	.elementor-9022 .elementor-element.elementor-element-508a560 .elementor-icon-list-text {
		color: #67625f;
		transition: color .3s;
	}

.elementor-9022 .elementor-element.elementor-element-b219c20 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-bottom: calc(3px / 2);
}

.elementor-9022 .elementor-element.elementor-element-b219c20 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-top: calc(3px / 2);
}

.elementor-9022 .elementor-element.elementor-element-b219c20 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-right: calc(3px / 2);
	margin-left: calc(3px / 2);
}

.elementor-9022 .elementor-element.elementor-element-b219c20 .elementor-icon-list-items.elementor-inline-items {
	margin-right: calc(-3px / 2);
	margin-left: calc(-3px / 2);
}

body.rtl .elementor-9022 .elementor-element.elementor-element-b219c20 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	left: calc(-3px / 2);
}

body:not(.rtl) .elementor-9022 .elementor-element.elementor-element-b219c20 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	right: calc(-3px / 2);
}

.elementor-9022 .elementor-element.elementor-element-b219c20 .elementor-icon-list-icon i {
	transition: color .3s;
}

.elementor-9022 .elementor-element.elementor-element-b219c20 .elementor-icon-list-icon svg {
	transition: fill .3s;
}

.elementor-9022 .elementor-element.elementor-element-b219c20 {
	--e-icon-list-icon-size: 14px;
	--icon-vertical-offset: 0px;
}

	.elementor-9022 .elementor-element.elementor-element-b219c20 .elementor-icon-list-text {
		color: #67625f;
		transition: color .3s;
	}

.elementor-9022 .elementor-element.elementor-element-db9a9e9 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-bottom: calc(3px / 2);
}

.elementor-9022 .elementor-element.elementor-element-db9a9e9 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-top: calc(3px / 2);
}

.elementor-9022 .elementor-element.elementor-element-db9a9e9 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-right: calc(3px / 2);
	margin-left: calc(3px / 2);
}

.elementor-9022 .elementor-element.elementor-element-db9a9e9 .elementor-icon-list-items.elementor-inline-items {
	margin-right: calc(-3px / 2);
	margin-left: calc(-3px / 2);
}

body.rtl .elementor-9022 .elementor-element.elementor-element-db9a9e9 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	left: calc(-3px / 2);
}

body:not(.rtl) .elementor-9022 .elementor-element.elementor-element-db9a9e9 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	right: calc(-3px / 2);
}

.elementor-9022 .elementor-element.elementor-element-db9a9e9 .elementor-icon-list-icon i {
	transition: color .3s;
}

.elementor-9022 .elementor-element.elementor-element-db9a9e9 .elementor-icon-list-icon svg {
	transition: fill .3s;
}

.elementor-9022 .elementor-element.elementor-element-db9a9e9 {
	--e-icon-list-icon-size: 14px;
	--icon-vertical-offset: 0px;
}

	.elementor-9022 .elementor-element.elementor-element-db9a9e9 .elementor-icon-list-text {
		color: #67625f;
		transition: color .3s;
	}

.elementor-9022 .elementor-element.elementor-element-46eee88 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-bottom: calc(3px / 2);
}

.elementor-9022 .elementor-element.elementor-element-46eee88 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-top: calc(3px / 2);
}

.elementor-9022 .elementor-element.elementor-element-46eee88 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-right: calc(3px / 2);
	margin-left: calc(3px / 2);
}

.elementor-9022 .elementor-element.elementor-element-46eee88 .elementor-icon-list-items.elementor-inline-items {
	margin-right: calc(-3px / 2);
	margin-left: calc(-3px / 2);
}

body.rtl .elementor-9022 .elementor-element.elementor-element-46eee88 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	left: calc(-3px / 2);
}

body:not(.rtl) .elementor-9022 .elementor-element.elementor-element-46eee88 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	right: calc(-3px / 2);
}

.elementor-9022 .elementor-element.elementor-element-46eee88 .elementor-icon-list-icon i {
	transition: color .3s;
}

.elementor-9022 .elementor-element.elementor-element-46eee88 .elementor-icon-list-icon svg {
	transition: fill .3s;
}

.elementor-9022 .elementor-element.elementor-element-46eee88 {
	--e-icon-list-icon-size: 14px;
	--icon-vertical-offset: 0px;
}

	.elementor-9022 .elementor-element.elementor-element-46eee88 .elementor-icon-list-text {
		color: #67625f;
		transition: color .3s;
	}

.elementor-9022 .elementor-element.elementor-element-deff031 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-bottom: calc(3px / 2);
}

.elementor-9022 .elementor-element.elementor-element-deff031 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-top: calc(3px / 2);
}

.elementor-9022 .elementor-element.elementor-element-deff031 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-right: calc(3px / 2);
	margin-left: calc(3px / 2);
}

.elementor-9022 .elementor-element.elementor-element-deff031 .elementor-icon-list-items.elementor-inline-items {
	margin-right: calc(-3px / 2);
	margin-left: calc(-3px / 2);
}

body.rtl .elementor-9022 .elementor-element.elementor-element-deff031 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	left: calc(-3px / 2);
}

body:not(.rtl) .elementor-9022 .elementor-element.elementor-element-deff031 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	right: calc(-3px / 2);
}

.elementor-9022 .elementor-element.elementor-element-deff031 .elementor-icon-list-icon i {
	transition: color .3s;
}

.elementor-9022 .elementor-element.elementor-element-deff031 .elementor-icon-list-icon svg {
	transition: fill .3s;
}

.elementor-9022 .elementor-element.elementor-element-deff031 {
	--e-icon-list-icon-size: 14px;
	--icon-vertical-offset: 0px;
}

	.elementor-9022 .elementor-element.elementor-element-deff031 .elementor-icon-list-text {
		color: #67625f;
		transition: color .3s;
	}

.elementor-9022 .elementor-element.elementor-element-0b9b496 .elementor-button {
	font-weight: 600;
	text-transform: uppercase;
	fill: #000;
	color: #000;
	background-color: #ffd405;
	border-radius: 0px 0px 0px 0px;
	padding: 14px 19px 14px 20px;
}

.elementor-9022 .elementor-element.elementor-element-b488772:not(.elementor-motion-effects-element-type-background), .elementor-9022 .elementor-element.elementor-element-b488772 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #263444;
}

.elementor-9022 .elementor-element.elementor-element-b488772 {
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
	padding: 10px 0px 10px 0px;
}

	.elementor-9022 .elementor-element.elementor-element-b488772 > .elementor-background-overlay {
		transition: background .3s,border-radius .3s,opacity .3s;
	}

.elementor-9022 .elementor-element.elementor-element-ead5290 {
	text-align: center;
}

	.elementor-9022 .elementor-element.elementor-element-ead5290 .elementor-heading-title {
		color: #fff;
	}

@media (min-width: 768px) {
	.elementor-9022 .elementor-element.elementor-element-af71f17 {
		width: 26.704%;
	}

	.elementor-9022 .elementor-element.elementor-element-4d5e9e1 {
		width: 18.768%;
	}

	.elementor-9022 .elementor-element.elementor-element-6ff8711 {
		width: 19.608%;
	}

	.elementor-9022 .elementor-element.elementor-element-04031e4 {
		width: 16.433%;
	}

	.elementor-9022 .elementor-element.elementor-element-2fd19c8 {
		width: 16.169%;
	}
}

@keyframes bounce {
	20%,53%,80%,from,to {
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
		transform: translate3d(0,0,0);
	}

	40%,43% {
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		transform: translate3d(0,-30px,0);
	}

	70% {
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		transform: translate3d(0,-15px,0);
	}

	90% {
		transform: translate3d(0,-4px,0);
	}
}

.bounce {
	animation-name: bounce;
	transform-origin: center bottom;
}

@keyframes flash {
	50%,from,to {
		opacity: 1;
	}

	25%,75% {
		opacity: 0;
	}
}

.flash {
	animation-name: flash;
}

@keyframes pulse {
	from,to {
		transform: scale3d(1,1,1);
	}

	50% {
		transform: scale3d(1.05,1.05,1.05);
	}
}

.pulse {
	animation-name: pulse;
}

@keyframes rubberBand {
	from,to {
		transform: scale3d(1,1,1);
	}

	30% {
		transform: scale3d(1.25,.75,1);
	}

	40% {
		transform: scale3d(.75,1.25,1);
	}

	50% {
		transform: scale3d(1.15,.85,1);
	}

	65% {
		transform: scale3d(.95,1.05,1);
	}

	75% {
		transform: scale3d(1.05,.95,1);
	}
}

.rubberBand {
	animation-name: rubberBand;
}

@keyframes shake {
	from,to {
		transform: translate3d(0,0,0);
	}

	10%,30%,50%,70%,90% {
		transform: translate3d(-10px,0,0);
	}

	20%,40%,60%,80% {
		transform: translate3d(10px,0,0);
	}
}

.shake {
	animation-name: shake;
}

@keyframes headShake {
	0% {
		transform: translateX(0);
	}

	6.5% {
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		transform: translateX(0);
	}
}

.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake;
}

@keyframes swing {
	20% {
		transform: rotate3d(0,0,1,15deg);
	}

	40% {
		transform: rotate3d(0,0,1,-10deg);
	}

	60% {
		transform: rotate3d(0,0,1,5deg);
	}

	80% {
		transform: rotate3d(0,0,1,-5deg);
	}

	to {
		transform: rotate3d(0,0,1,0deg);
	}
}

.swing {
	transform-origin: top center;
	animation-name: swing;
}

@keyframes tada {
	from,to {
		transform: scale3d(1,1,1);
	}

	10%,20% {
		transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
	}

	30%,50%,70%,90% {
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
	}

	40%,60%,80% {
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
	}
}

.tada {
	animation-name: tada;
}

@keyframes wobble {
	from,to {
		transform: none;
	}

	15% {
		transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
	}

	30% {
		transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
	}

	45% {
		transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
	}

	60% {
		transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
	}

	75% {
		transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
	}
}

.wobble {
	animation-name: wobble;
}

@keyframes jello {
	11.1%,from,to {
		transform: none;
	}

	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}

	77.7% {
		transform: skewX(.390625deg) skewY(.390625deg);
	}

	88.8% {
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
}

.jello {
	animation-name: jello;
	transform-origin: center;
}

@keyframes bounceIn {
	20%,40%,60%,80%,from,to {
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		transform: scale3d(.3,.3,.3);
	}

	20% {
		transform: scale3d(1.1,1.1,1.1);
	}

	40% {
		transform: scale3d(.9,.9,.9);
	}

	60% {
		opacity: 1;
		transform: scale3d(1.03,1.03,1.03);
	}

	80% {
		transform: scale3d(.97,.97,.97);
	}

	to {
		opacity: 1;
		transform: scale3d(1,1,1);
	}
}

.bounceIn {
	animation-name: bounceIn;
}

@keyframes bounceInDown {
	60%,75%,90%,from,to {
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		transform: translate3d(0,-3000px,0);
	}

	60% {
		opacity: 1;
		transform: translate3d(0,25px,0);
	}

	75% {
		transform: translate3d(0,-10px,0);
	}

	90% {
		transform: translate3d(0,5px,0);
	}

	to {
		transform: none;
	}
}

.bounceInDown {
	animation-name: bounceInDown;
}

@keyframes bounceInLeft {
	60%,75%,90%,from,to {
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		transform: translate3d(-3000px,0,0);
	}

	60% {
		opacity: 1;
		transform: translate3d(25px,0,0);
	}

	75% {
		transform: translate3d(-10px,0,0);
	}

	90% {
		transform: translate3d(5px,0,0);
	}

	to {
		transform: none;
	}
}

.bounceInLeft {
	animation-name: bounceInLeft;
}

@keyframes bounceInRight {
	60%,75%,90%,from,to {
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	from {
		opacity: 0;
		transform: translate3d(3000px,0,0);
	}

	60% {
		opacity: 1;
		transform: translate3d(-25px,0,0);
	}

	75% {
		transform: translate3d(10px,0,0);
	}

	90% {
		transform: translate3d(-5px,0,0);
	}

	to {
		transform: none;
	}
}

.bounceInRight {
	animation-name: bounceInRight;
}

@keyframes bounceInUp {
	60%,75%,90%,from,to {
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	from {
		opacity: 0;
		transform: translate3d(0,3000px,0);
	}

	60% {
		opacity: 1;
		transform: translate3d(0,-20px,0);
	}

	75% {
		transform: translate3d(0,10px,0);
	}

	90% {
		transform: translate3d(0,-5px,0);
	}

	to {
		transform: translate3d(0,0,0);
	}
}

.bounceInUp {
	animation-name: bounceInUp;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	animation-name: fadeIn;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0,-100%,0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInDown {
	animation-name: fadeInDown;
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%,0,0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%,0,0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0,100%,0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

@keyframes lightSpeedIn {
	from {
		transform: translate3d(100%,0,0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		transform: skewX(-5deg);
		opacity: 1;
	}

	to {
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out;
}

@keyframes rotateIn {
	from {
		transform-origin: center;
		transform: rotate3d(0,0,1,-200deg);
		opacity: 0;
	}

	to {
		transform-origin: center;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0;
	}

	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0,0,1,45deg);
		opacity: 0;
	}

	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0,0,1,45deg);
		opacity: 0;
	}

	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0,0,1,-90deg);
		opacity: 0;
	}

	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	animation-name: rotateInUpRight;
}

@keyframes rollIn {
	from {
		opacity: 0;
		transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.rollIn {
	animation-name: rollIn;
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale3d(.3,.3,.3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	animation-name: zoomIn;
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomInDown {
	animation-name: zoomInDown;
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomInLeft {
	animation-name: zoomInLeft;
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomInRight {
	animation-name: zoomInRight;
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomInUp {
	animation-name: zoomInUp;
}

@keyframes slideInDown {
	from {
		transform: translate3d(0,-100%,0);
		visibility: visible;
	}

	to {
		transform: translate3d(0,0,0);
	}
}

.slideInDown {
	animation-name: slideInDown;
}

@keyframes slideInLeft {
	from {
		transform: translate3d(-100%,0,0);
		visibility: visible;
	}

	to {
		transform: translate3d(0,0,0);
	}
}

.slideInLeft {
	animation-name: slideInLeft;
}

@keyframes slideInRight {
	from {
		transform: translate3d(100%,0,0);
		visibility: visible;
	}

	to {
		transform: translate3d(0,0,0);
	}
}

.slideInRight {
	animation-name: slideInRight;
}

@keyframes slideInUp {
	from {
		transform: translate3d(0,100%,0);
		visibility: visible;
	}

	to {
		transform: translate3d(0,0,0);
	}
}

.slideInUp {
	animation-name: slideInUp;
}

.elementor-animation-grow {
	transition-duration: .3s;
	transition-property: transform;
}

	.elementor-animation-grow:active, .elementor-animation-grow:focus, .elementor-animation-grow:hover {
		transform: scale(1.1);
	}

.elementor-animation-shrink {
	transition-duration: .3s;
	transition-property: transform;
}

	.elementor-animation-shrink:active, .elementor-animation-shrink:focus, .elementor-animation-shrink:hover {
		transform: scale(.9);
	}

@keyframes elementor-animation-pulse {
	25% {
		transform: scale(1.1);
	}

	75% {
		transform: scale(.9);
	}
}

.elementor-animation-pulse:active, .elementor-animation-pulse:focus, .elementor-animation-pulse:hover {
	animation-name: elementor-animation-pulse;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes elementor-animation-pulse-grow {
	to {
		transform: scale(1.1);
	}
}

.elementor-animation-pulse-grow:active, .elementor-animation-pulse-grow:focus, .elementor-animation-pulse-grow:hover {
	animation-name: elementor-animation-pulse-grow;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes elementor-animation-pulse-shrink {
	to {
		transform: scale(.9);
	}
}

.elementor-animation-pulse-shrink:active, .elementor-animation-pulse-shrink:focus, .elementor-animation-pulse-shrink:hover {
	animation-name: elementor-animation-pulse-shrink;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes elementor-animation-push {
	50% {
		transform: scale(.8);
	}

	100% {
		transform: scale(1);
	}
}

.elementor-animation-push:active, .elementor-animation-push:focus, .elementor-animation-push:hover {
	animation-name: elementor-animation-push;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-pop {
	50% {
		transform: scale(1.2);
	}
}

.elementor-animation-pop:active, .elementor-animation-pop:focus, .elementor-animation-pop:hover {
	animation-name: elementor-animation-pop;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

.elementor-animation-bounce-in {
	transition-duration: .5s;
}

	.elementor-animation-bounce-in:active, .elementor-animation-bounce-in:focus, .elementor-animation-bounce-in:hover {
		transform: scale(1.2);
		transition-timing-function: cubic-bezier(.47,2.02,.31,-.36);
	}

.elementor-animation-bounce-out {
	transition-duration: .5s;
}

	.elementor-animation-bounce-out:active, .elementor-animation-bounce-out:focus, .elementor-animation-bounce-out:hover {
		transform: scale(.8);
		transition-timing-function: cubic-bezier(.47,2.02,.31,-.36);
	}

.elementor-animation-rotate {
	transition-duration: .3s;
	transition-property: transform;
}

	.elementor-animation-rotate:active, .elementor-animation-rotate:focus, .elementor-animation-rotate:hover {
		transform: rotate(4deg);
	}

.elementor-animation-grow-rotate {
	transition-duration: .3s;
	transition-property: transform;
}

	.elementor-animation-grow-rotate:active, .elementor-animation-grow-rotate:focus, .elementor-animation-grow-rotate:hover {
		transform: scale(1.1) rotate(4deg);
	}

.elementor-animation-float {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out;
}

	.elementor-animation-float:active, .elementor-animation-float:focus, .elementor-animation-float:hover {
		transform: translateY(-8px);
	}

.elementor-animation-sink {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out;
}

	.elementor-animation-sink:active, .elementor-animation-sink:focus, .elementor-animation-sink:hover {
		transform: translateY(8px);
	}

@keyframes elementor-animation-bob {
	0% {
		transform: translateY(-8px);
	}

	50% {
		transform: translateY(-4px);
	}

	100% {
		transform: translateY(-8px);
	}
}

@keyframes elementor-animation-bob-float {
	100% {
		transform: translateY(-8px);
	}
}

.elementor-animation-bob:active, .elementor-animation-bob:focus, .elementor-animation-bob:hover {
	animation-name: elementor-animation-bob-float,elementor-animation-bob;
	animation-duration: .3s,1.5s;
	animation-delay: 0s,.3s;
	animation-timing-function: ease-out,ease-in-out;
	animation-iteration-count: 1,infinite;
	animation-fill-mode: forwards;
	animation-direction: normal,alternate;
}

@keyframes elementor-animation-hang {
	0% {
		transform: translateY(8px);
	}

	50% {
		transform: translateY(4px);
	}

	100% {
		transform: translateY(8px);
	}
}

@keyframes elementor-animation-hang-sink {
	100% {
		transform: translateY(8px);
	}
}

.elementor-animation-hang:active, .elementor-animation-hang:focus, .elementor-animation-hang:hover {
	animation-name: elementor-animation-hang-sink,elementor-animation-hang;
	animation-duration: .3s,1.5s;
	animation-delay: 0s,.3s;
	animation-timing-function: ease-out,ease-in-out;
	animation-iteration-count: 1,infinite;
	animation-fill-mode: forwards;
	animation-direction: normal,alternate;
}

.elementor-animation-skew {
	transition-duration: .3s;
	transition-property: transform;
}

	.elementor-animation-skew:active, .elementor-animation-skew:focus, .elementor-animation-skew:hover {
		transform: skew(-10deg);
	}

.elementor-animation-skew-forward {
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: 0 100%;
}

	.elementor-animation-skew-forward:active, .elementor-animation-skew-forward:focus, .elementor-animation-skew-forward:hover {
		transform: skew(-10deg);
	}

.elementor-animation-skew-backward {
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: 0 100%;
}

	.elementor-animation-skew-backward:active, .elementor-animation-skew-backward:focus, .elementor-animation-skew-backward:hover {
		transform: skew(10deg);
	}

@keyframes elementor-animation-wobble-vertical {
	16.65% {
		transform: translateY(8px);
	}

	33.3% {
		transform: translateY(-6px);
	}

	49.95% {
		transform: translateY(4px);
	}

	66.6% {
		transform: translateY(-2px);
	}

	83.25% {
		transform: translateY(1px);
	}

	100% {
		transform: translateY(0);
	}
}

.elementor-animation-wobble-vertical:active, .elementor-animation-wobble-vertical:focus, .elementor-animation-wobble-vertical:hover {
	animation-name: elementor-animation-wobble-vertical;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-horizontal {
	16.65% {
		transform: translateX(8px);
	}

	33.3% {
		transform: translateX(-6px);
	}

	49.95% {
		transform: translateX(4px);
	}

	66.6% {
		transform: translateX(-2px);
	}

	83.25% {
		transform: translateX(1px);
	}

	100% {
		transform: translateX(0);
	}
}

.elementor-animation-wobble-horizontal:active, .elementor-animation-wobble-horizontal:focus, .elementor-animation-wobble-horizontal:hover {
	animation-name: elementor-animation-wobble-horizontal;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-to-bottom-right {
	16.65% {
		transform: translate(8px,8px);
	}

	33.3% {
		transform: translate(-6px,-6px);
	}

	49.95% {
		transform: translate(4px,4px);
	}

	66.6% {
		transform: translate(-2px,-2px);
	}

	83.25% {
		transform: translate(1px,1px);
	}

	100% {
		transform: translate(0,0);
	}
}

.elementor-animation-wobble-to-bottom-right:active, .elementor-animation-wobble-to-bottom-right:focus, .elementor-animation-wobble-to-bottom-right:hover {
	animation-name: elementor-animation-wobble-to-bottom-right;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-to-top-right {
	16.65% {
		transform: translate(8px,-8px);
	}

	33.3% {
		transform: translate(-6px,6px);
	}

	49.95% {
		transform: translate(4px,-4px);
	}

	66.6% {
		transform: translate(-2px,2px);
	}

	83.25% {
		transform: translate(1px,-1px);
	}

	100% {
		transform: translate(0,0);
	}
}

.elementor-animation-wobble-to-top-right:active, .elementor-animation-wobble-to-top-right:focus, .elementor-animation-wobble-to-top-right:hover {
	animation-name: elementor-animation-wobble-to-top-right;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-top {
	16.65% {
		transform: skew(-12deg);
	}

	33.3% {
		transform: skew(10deg);
	}

	49.95% {
		transform: skew(-6deg);
	}

	66.6% {
		transform: skew(4deg);
	}

	83.25% {
		transform: skew(-2deg);
	}

	100% {
		transform: skew(0);
	}
}

.elementor-animation-wobble-top {
	transform-origin: 0 100%;
}

	.elementor-animation-wobble-top:active, .elementor-animation-wobble-top:focus, .elementor-animation-wobble-top:hover {
		animation-name: elementor-animation-wobble-top;
		animation-duration: 1s;
		animation-timing-function: ease-in-out;
		animation-iteration-count: 1;
	}

@keyframes elementor-animation-wobble-bottom {
	16.65% {
		transform: skew(-12deg);
	}

	33.3% {
		transform: skew(10deg);
	}

	49.95% {
		transform: skew(-6deg);
	}

	66.6% {
		transform: skew(4deg);
	}

	83.25% {
		transform: skew(-2deg);
	}

	100% {
		transform: skew(0);
	}
}

.elementor-animation-wobble-bottom {
	transform-origin: 100% 0;
}

	.elementor-animation-wobble-bottom:active, .elementor-animation-wobble-bottom:focus, .elementor-animation-wobble-bottom:hover {
		animation-name: elementor-animation-wobble-bottom;
		animation-duration: 1s;
		animation-timing-function: ease-in-out;
		animation-iteration-count: 1;
	}

@keyframes elementor-animation-wobble-skew {
	16.65% {
		transform: skew(-12deg);
	}

	33.3% {
		transform: skew(10deg);
	}

	49.95% {
		transform: skew(-6deg);
	}

	66.6% {
		transform: skew(4deg);
	}

	83.25% {
		transform: skew(-2deg);
	}

	100% {
		transform: skew(0);
	}
}

.elementor-animation-wobble-skew:active, .elementor-animation-wobble-skew:focus, .elementor-animation-wobble-skew:hover {
	animation-name: elementor-animation-wobble-skew;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-buzz {
	50% {
		transform: translateX(3px) rotate(2deg);
	}

	100% {
		transform: translateX(-3px) rotate(-2deg);
	}
}

.elementor-animation-buzz:active, .elementor-animation-buzz:focus, .elementor-animation-buzz:hover {
	animation-name: elementor-animation-buzz;
	animation-duration: .15s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes elementor-animation-buzz-out {
	10% {
		transform: translateX(3px) rotate(2deg);
	}

	20% {
		transform: translateX(-3px) rotate(-2deg);
	}

	30% {
		transform: translateX(3px) rotate(2deg);
	}

	40% {
		transform: translateX(-3px) rotate(-2deg);
	}

	50% {
		transform: translateX(2px) rotate(1deg);
	}

	60% {
		transform: translateX(-2px) rotate(-1deg);
	}

	70% {
		transform: translateX(2px) rotate(1deg);
	}

	80% {
		transform: translateX(-2px) rotate(-1deg);
	}

	90% {
		transform: translateX(1px) rotate(0);
	}

	100% {
		transform: translateX(-1px) rotate(0);
	}
}

.elementor-animation-buzz-out:active, .elementor-animation-buzz-out:focus, .elementor-animation-buzz-out:hover {
	animation-name: elementor-animation-buzz-out;
	animation-duration: .75s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

.fa, .fab, .fad, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

	.fa-ul > li {
		position: relative;
	}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s steps(8) infinite;
	animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-500px:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-acquisitions-incorporated:before {
	content: "";
}

.fa-ad:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-card:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-air-freshener:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-allergies:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angry:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-apple-alt:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-arrow-alt-circle-down:before {
	content: "";
}

.fa-arrow-alt-circle-left:before {
	content: "";
}

.fa-arrow-alt-circle-right:before {
	content: "";
}

.fa-arrow-alt-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-arrows-alt-h:before {
	content: "";
}

.fa-arrows-alt-v:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-atlas:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-baby-carriage:before {
	content: "";
}

.fa-backspace:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-bacon:before {
	content: "";
}

.fa-bacteria:before {
	content: "";
}

.fa-bacterium:before {
	content: "";
}

.fa-bahai:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-balance-scale-left:before {
	content: "";
}

.fa-balance-scale-right:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-band-aid:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-bars:before {
	content: "";
}

.fa-baseball-ball:before {
	content: "";
}

.fa-basketball-ball:before {
	content: "";
}

.fa-bath:before {
	content: "";
}

.fa-battery-empty:before {
	content: "";
}

.fa-battery-full:before {
	content: "";
}

.fa-battery-half:before {
	content: "";
}

.fa-battery-quarter:before {
	content: "";
}

.fa-battery-three-quarters:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bible:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-biking:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-bolt:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-book-dead:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-reader:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-border-all:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

.fa-border-style:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-box-tissue:before {
	content: "";
}

.fa-boxes:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-broadcast-tower:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-burn:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-bus-alt:before {
	content: "";
}

.fa-business-time:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-calendar-alt:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-calendar-times:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-car:before {
	content: "";
}

.fa-car-alt:before {
	content: "";
}

.fa-car-battery:before {
	content: "";
}

.fa-car-crash:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-caravan:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-caret-square-down:before {
	content: "";
}

.fa-caret-square-left:before {
	content: "";
}

.fa-caret-square-right:before {
	content: "";
}

.fa-caret-square-up:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cash-register:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-chalkboard:before {
	content: "";
}

.fa-chalkboard-teacher:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-chart-area:before {
	content: "";
}

.fa-chart-bar:before {
	content: "";
}

.fa-chart-line:before {
	content: "";
}

.fa-chart-pie:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-cheese:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-city:before {
	content: "";
}

.fa-clinic-medical:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-clock:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-cloud-download-alt:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

.fa-cloud-upload-alt:before {
	content: "";
}

.fa-cloudflare:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-cocktail:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cog:before {
	content: "";
}

.fa-cogs:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-comment-alt:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-dots:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-compress-alt:before {
	content: "";
}

.fa-compress-arrows-alt:before {
	content: "";
}

.fa-concierge-bell:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-crop-alt:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-cut:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-dailymotion:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-deaf:before {
	content: "";
}

.fa-deezer:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diagnoses:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-dice-five:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

.fa-dice-two:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-digital-tachograph:before {
	content: "";
}

.fa-directions:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-dizzy:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-dollar-sign:before {
	content: "";
}

.fa-dolly:before {
	content: "";
}

.fa-dolly-flatbed:before {
	content: "";
}

.fa-donate:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

.fa-dot-circle:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-drafting-compass:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-edge-legacy:before {
	content: "";
}

.fa-edit:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-equals:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-euro-sign:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-exchange-alt:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-exclamation-triangle:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-expand-alt:before {
	content: "";
}

.fa-expand-arrows-alt:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-external-link-alt:before {
	content: "";
}

.fa-external-link-square-alt:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-dropper:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-fan:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-faucet:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-feather-alt:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-alt:before {
	content: "";
}

.fa-file-archive:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-file-download:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-file-export:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-file-import:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-file-medical:before {
	content: "";
}

.fa-file-medical-alt:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-file-signature:before {
	content: "";
}

.fa-file-upload:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-fill-drip:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-fire-alt:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-firefox-browser:before {
	content: "";
}

.fa-first-aid:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-fist-raised:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-flushed:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-font-awesome:before {
	content: "";
}

.fa-font-awesome-alt:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-font-awesome-logo-full:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-football-ball:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-frown:before {
	content: "";
}

.fa-frown-open:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-funnel-dollar:before {
	content: "";
}

.fa-futbol:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-gas-pump:before {
	content: "";
}

.fa-gavel:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-gifts:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-git-alt:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-glass-cheers:before {
	content: "";
}

.fa-glass-martini:before {
	content: "";
}

.fa-glass-martini-alt:before {
	content: "";
}

.fa-glass-whiskey:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-globe-africa:before {
	content: "";
}

.fa-globe-americas:before {
	content: "";
}

.fa-globe-asia:before {
	content: "";
}

.fa-globe-europe:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golf-ball:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-google-pay:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-graduation-cap:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-greater-than:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grimace:before {
	content: "";
}

.fa-grin:before {
	content: "";
}

.fa-grin-alt:before {
	content: "";
}

.fa-grin-beam:before {
	content: "";
}

.fa-grin-beam-sweat:before {
	content: "";
}

.fa-grin-hearts:before {
	content: "";
}

.fa-grin-squint:before {
	content: "";
}

.fa-grin-squint-tears:before {
	content: "";
}

.fa-grin-stars:before {
	content: "";
}

.fa-grin-tears:before {
	content: "";
}

.fa-grin-tongue:before {
	content: "";
}

.fa-grin-tongue-squint:before {
	content: "";
}

.fa-grin-tongue-wink:before {
	content: "";
}

.fa-grin-wink:before {
	content: "";
}

.fa-grip-horizontal:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guilded:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hamburger:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-medical:before {
	content: "";
}

.fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-holding-water:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

.fa-hand-paper:before {
	content: "";
}

.fa-hand-peace:before {
	content: "";
}

.fa-hand-point-down:before {
	content: "";
}

.fa-hand-point-left:before {
	content: "";
}

.fa-hand-point-right:before {
	content: "";
}

.fa-hand-point-up:before {
	content: "";
}

.fa-hand-pointer:before {
	content: "";
}

.fa-hand-rock:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hand-sparkles:before {
	content: "";
}

.fa-hand-spock:before {
	content: "";
}

.fa-hands:before {
	content: "";
}

.fa-hands-helping:before {
	content: "";
}

.fa-hands-wash:before {
	content: "";
}

.fa-handshake:before {
	content: "";
}

.fa-handshake-alt-slash:before {
	content: "";
}

.fa-handshake-slash:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-hard-hat:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-hat-cowboy:before {
	content: "";
}

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-hdd:before {
	content: "";
}

.fa-head-side-cough:before {
	content: "";
}

.fa-head-side-cough-slash:before {
	content: "";
}

.fa-head-side-mask:before {
	content: "";
}

.fa-head-side-virus:before {
	content: "";
}

.fa-heading:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-headphones-alt:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-heart-broken:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-helicopter:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-hiking:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-hive:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-hospital:before {
	content: "";
}

.fa-hospital-alt:before {
	content: "";
}

.fa-hospital-symbol:before {
	content: "";
}

.fa-hospital-user:before {
	content: "";
}

.fa-hot-tub:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-start:before {
	content: "";
}

.fa-house-damage:before {
	content: "";
}

.fa-house-user:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-hryvnia:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-ice-cream:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-icons:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-id-card:before {
	content: "";
}

.fa-id-card-alt:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-innosoft:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-instagram-square:before {
	content: "";
}

.fa-instalod:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-journal-whills:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-kaaba:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-kiss:before {
	content: "";
}

.fa-kiss-beam:before {
	content: "";
}

.fa-kiss-wink-heart:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-laptop-code:before {
	content: "";
}

.fa-laptop-house:before {
	content: "";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-laugh:before {
	content: "";
}

.fa-laugh-beam:before {
	content: "";
}

.fa-laugh-squint:before {
	content: "";
}

.fa-laugh-wink:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-less-than:before {
	content: "";
}

.fa-less-than-equal:before {
	content: "";
}

.fa-level-down-alt:before {
	content: "";
}

.fa-level-up-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-link:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-long-arrow-alt-down:before {
	content: "";
}

.fa-long-arrow-alt-left:before {
	content: "";
}

.fa-long-arrow-alt-right:before {
	content: "";
}

.fa-long-arrow-alt-up:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-luggage-cart:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-lungs-virus:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-mail-bulk:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-map-marked:before {
	content: "";
}

.fa-map-marked-alt:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-map-marker-alt:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-medium-m:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-meh:before {
	content: "";
}

.fa-meh-blank:before {
	content: "";
}

.fa-meh-rolling-eyes:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-alt:before {
	content: "";
}

.fa-microphone-alt-slash:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-microscope:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-mixer:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-mobile:before {
	content: "";
}

.fa-mobile-alt:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-monero:before {
	content: "";
}

.fa-money-bill:before {
	content: "";
}

.fa-money-bill-alt:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-money-bill-wave-alt:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-money-check-alt:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-mouse:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-notes-medical:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-octopus-deploy:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-om:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-orcid:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-outdent:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-pager:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-parking:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-pastafarianism:before {
	content: "";
}

.fa-paste:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-pen-alt:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-pen-square:before {
	content: "";
}

.fa-pencil-alt:before {
	content: "";
}

.fa-pencil-ruler:before {
	content: "";
}

.fa-penny-arcade:before {
	content: "";
}

.fa-people-arrows:before {
	content: "";
}

.fa-people-carry:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

.fa-perbyte:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-percentage:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-phone-alt:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-phone-square-alt:before {
	content: "";
}

.fa-phone-volume:before {
	content: "";
}

.fa-photo-video:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-square:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-pizza-slice:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-plane-slash:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-poll:before {
	content: "";
}

.fa-poll-h:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-poo-storm:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-portrait:before {
	content: "";
}

.fa-pound-sign:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-pray:before {
	content: "";
}

.fa-praying-hands:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-prescription-bottle-alt:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-procedures:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-project-diagram:before {
	content: "";
}

.fa-pump-medical:before {
	content: "";
}

.fa-pump-soap:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-quidditch:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-quran:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-radiation:before {
	content: "";
}

.fa-radiation-alt:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

.fa-record-vinyl:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-redo:before {
	content: "";
}

.fa-redo-alt:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-remove-format:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-reply:before {
	content: "";
}

.fa-reply-all:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-ruble-sign:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-running:before {
	content: "";
}

.fa-rupee-sign:before {
	content: "";
}

.fa-rust:before {
	content: "";
}

.fa-sad-cry:before {
	content: "";
}

.fa-sad-tear:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-save:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-search-dollar:before {
	content: "";
}

.fa-search-location:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-seedling:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-shapes:before {
	content: "";
}

.fa-share:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-shekel-sign:before {
	content: "";
}

.fa-shield-alt:before {
	content: "";
}

.fa-shield-virus:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-shipping-fast:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-shuttle-van:before {
	content: "";
}

.fa-sign:before {
	content: "";
}

.fa-sign-in-alt:before {
	content: "";
}

.fa-sign-language:before {
	content: "";
}

.fa-sign-out-alt:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-sink:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-skating:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-skiing:before {
	content: "";
}

.fa-skiing-nordic:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-slack-hash:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-sliders-h:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-smile:before {
	content: "";
}

.fa-smile-beam:before {
	content: "";
}

.fa-smile-wink:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-smoking-ban:before {
	content: "";
}

.fa-sms:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-snowboarding:before {
	content: "";
}

.fa-snowflake:before {
	content: "";
}

.fa-snowman:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-soap:before {
	content: "";
}

.fa-socks:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-sort:before {
	content: "";
}

.fa-sort-alpha-down:before {
	content: "";
}

.fa-sort-alpha-down-alt:before {
	content: "";
}

.fa-sort-alpha-up:before {
	content: "";
}

.fa-sort-alpha-up-alt:before {
	content: "";
}

.fa-sort-amount-down:before {
	content: "";
}

.fa-sort-amount-down-alt:before {
	content: "";
}

.fa-sort-amount-up:before {
	content: "";
}

.fa-sort-amount-up-alt:before {
	content: "";
}

.fa-sort-down:before {
	content: "";
}

.fa-sort-numeric-down:before {
	content: "";
}

.fa-sort-numeric-down-alt:before {
	content: "";
}

.fa-sort-numeric-up:before {
	content: "";
}

.fa-sort-numeric-up-alt:before {
	content: "";
}

.fa-sort-up:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-spell-check:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-square-root-alt:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-stackpath:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-and-crescent:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-star-half-alt:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-stopwatch-20:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-store-alt:before {
	content: "";
}

.fa-store-alt-slash:before {
	content: "";
}

.fa-store-slash:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-stream:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-surprise:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-swimmer:before {
	content: "";
}

.fa-swimming-pool:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-sync:before {
	content: "";
}

.fa-sync-alt:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-table-tennis:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-tablet-alt:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-tachometer-alt:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-taxi:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-telegram-plane:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-tenge:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-theater-masks:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-thermometer-empty:before {
	content: "";
}

.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbtack:before {
	content: "";
}

.fa-ticket-alt:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

.fa-times:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-tint-slash:before {
	content: "";
}

.fa-tired:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-toilet:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-toilet-paper-slash:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-tools:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-torah:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-trailer:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-tram:before {
	content: "";
}

.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-trash-alt:before {
	content: "";
}

.fa-trash-restore:before {
	content: "";
}

.fa-trash-restore-alt:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-truck-loading:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-truck-moving:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-tshirt:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-tv:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-umbrella-beach:before {
	content: "";
}

.fa-uncharted:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-undo:before {
	content: "";
}

.fa-undo-alt:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-unity:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-university:before {
	content: "";
}

.fa-unlink:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-unsplash:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-user-alt:before {
	content: "";
}

.fa-user-alt-slash:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-user-cog:before {
	content: "";
}

.fa-user-edit:before {
	content: "";
}

.fa-user-friends:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-user-nurse:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-users:before {
	content: "";
}

.fa-users-cog:before {
	content: "";
}

.fa-users-slash:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-utensil-spoon:before {
	content: "";
}

.fa-utensils:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-vest:before {
	content: "";
}

.fa-vest-patches:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-video:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-virus:before {
	content: "";
}

.fa-virus-slash:before {
	content: "";
}

.fa-viruses:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

.fa-volleyball-ball:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-mute:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-vote-yea:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-walking:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-watchman-monitoring:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-wave-square:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-weight:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wodu:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-won-sign:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-wpressr:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-x-ray:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-yammer:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-yen-sign:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

.sr-only {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}
