
@media screen and (max-width:768px) {
	.has-mobile-reverse-stacking-order {
		display: flex;
		flex-direction: column-reverse;
	}
}

.margin-top-auto {
	margin-top: auto;
}

.margin-right-auto {
	margin-right: auto;
}

.margin-bottom-auto {
	margin-bottom: auto;
}

.margin-left-auto {
	margin-left: auto;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-visible {
	overflow: visible;
}

.position-absolute {
	position: absolute;
}

.position-relative {
	position: relative;
}

.position-static {
	position: static;
}

.screen-reader-text {
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.wp-block-details {
	padding-inline: var(--wp--preset--spacing--50);
}

.wp-block-details summary {
	cursor: pointer;
	display: flex;
	gap: 8px;
	margin-inline: calc(var(--wp--preset--spacing--50) * -1);
	position: relative;
	width: 100%;
}

.wp-block-details summary ::marker {
	display: none;
}

.wp-block-details summary:after {
	border-bottom: 2px solid var(--wp--preset--color--contrast-2, #9f9f9f);
	border-right: 2px solid var(--wp--preset--color--contrast-2, #9f9f9f);
	content: "";
	height: 6px;
	margin-left: auto;
	position: absolute;
	right: 0;
	top: 8px;
	transform: translateY(-50%) rotate(45deg);
	transition: all .3s ease;
	width: 6px;
}

.wp-block-details[open] summary:after {
	transform: translateY(-50%) rotate(-135deg);
	transition: all .3s ease;
}

.wp-block-search__inside-wrapper {
	padding: 0;
}

.wp-block-search__input {
	background: transparent;
	padding-block: 0;
}

.wp-block-search__button {
	height: 2rem;
	padding: 0;
	width: 2rem;
}

.wp-block-search__button-outside .wp-block-search__input {
	height: 30px;
}

.wp-block-search__button-inside .wp-block-search__input {
	border: 0;
	height: 2rem;
}

html {
	box-sizing: border-box;
}

*, :after, :before {
	box-sizing: inherit;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wp-block.is-reusable.has-child-selected:before {
	background: var(--wp--preset--color--base);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: .9;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

.wp-block.is-reusable.has-child-selected > .block-editor-block-list__layout {
	z-index: 2;
}

.skeletor-inspector-control .components-panel__body-toggle:before {
	background: #f3623f;
	border-radius: 2px;
	bottom: 2px;
	content: "";
	display: block;
	left: 2px;
	position: absolute;
	top: 2px;
	width: 4px;
}

.wp-block-group:has(.person-card), .wp-block-query:has(.person-card) {
	position: relative;
}

.block-person-card {
	--placeholder-opacity: 0;
	--person-card-overflow: hidden;
	--person-detail-max-height: 0;
	--person-detail-opacity: 0;
	--indicator-translate: translate(-50%, var(--wp--preset--spacing--30));
	--indicator-transition: .4s ease opacity;
	transition: height .2s ease;
	will-change: height;
}

.block-person-card.active {
	--placeholder-opacity: 1;
	--person-card-overflow: visible;
	--person-detail-max-height: none;
	--person-detail-opacity: 1;
	--indicator-translate: translate(-50%, 0);
	--indicator-transition: .4s ease opacity, .4s ease .1s transform;
}

.block-person-card.active .bio-toggle {
	transform: rotate(135deg);
}

.block-person-card.has-type-linked .person-card, .block-person-card.has-type-static .person-card {
	cursor: default;
}

.block-person-card.has-type-static .bio-toggle {
	display: none;
}

.block-person-card .person-card {
	cursor: pointer;
	margin-top: 32px;
	overflow: var(--person-card-overflow);
	position: relative;
}

.block-person-card .person-card .active-placeholder {
	align-items: center;
	background-color: var(--wp--preset--color--base, #fff);
	border: 2px solid var(--wp--preset--color--contrast-4, #45475a);
	box-shadow: 0 16px 17px -10px rgba(0, 0, 0, .2);
	color: var(--wp--custom--colors--heading);
	display: flex;
	font-size: 30px;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	left: 0;
	letter-spacing: .19px;
	line-height: 37px;
	opacity: var(--placeholder-opacity);
	position: absolute;
	text-transform: uppercase;
	top: 0;
	transition: all .3s ease;
	width: 100%;
	z-index: 2;
}

.block-person-card .person-card:after {
	border-bottom: var(--indicator-height) solid var(--wp--preset--color--contrast-4, #45475a);
	border-left: 30px solid var(--wp--preset--color--contrast-4, #45475a);
	border-right: 30px solid var(--wp--preset--color--contrast-4, #45475a);
	bottom: calc(var(--wp--preset--spacing--30) * -1);
	content: "";
	left: 50%;
	opacity: var(--placeholder-opacity);
	position: absolute;
	transform: var(--indicator-translate);
	transition: var(--indicator-transition);
	will-change: opacity, transform;
}

.block-person-card .person-image {
	aspect-ratio: 1/1;
	display: flex;
	position: relative;
	width: 100%;
}

.block-person-card .person-image .wp-block-image, .block-person-card .person-image figure, .block-person-card .person-image img {
	height: 100%;
	margin-bottom: 0;
	width: 100%;
}

.block-person-card .person-image img {
	-o-object-fit: cover;
	object-fit: cover;
}

.block-person-card .name {
	color: var(--wp--preset--color--contrast-2, #1e1e2e);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 28px;
}

.block-person-card .title {
	color: var(--wp--preset--color--contrast-4, #45475a);
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20px;
}

.block-person-card .overview {
	margin-top: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left;
}

.block-person-card .bio-toggle {
	background-color: transparent;
	border: none;
	color: var(--wp--preset--color--contrast-2, #1e1e2e);
	cursor: pointer;
	height: 16px;
	margin: 0 auto;
	pointer-events: none;
	position: absolute;
	right: 6px;
	top: 8px;
	transform: rotate(0deg);
	transform-origin: center center;
	transition: all .3s ease;
	width: 16px;
}

.block-person-card .bio-toggle:after, .block-person-card .bio-toggle:before {
	background-color: currentColor;
	content: "";
	position: absolute;
}

.block-person-card .bio-toggle:after {
	height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 2px;
}

.block-person-card .bio-toggle:before {
	height: 2px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.block-person-card .person-detail {
	display: grid;
	grid-template-rows: 1fr;
	height: auto;
	left: 0;
	margin-top: var(--wp--preset--spacing--30);
	max-height: var(--person-detail-max-height);
	opacity: var(--person-detail-opacity);
	order: 2;
	position: absolute;
	right: 0;
	transition: all .2s ease;
}

.block-person-card .person-detail .bio {
	display: grid;
	gap: var(--wp--style--block-gap);
	grid-template-areas: "image header" "bio bio";
	grid-template-columns: min-content auto;
	margin: 0 auto;
	padding: var(--wp--custom--gutter-width--page);
}

@media screen and (min-width:800px) {
	.block-person-card .person-detail .bio {
		grid-template-areas: "image header bio";
		grid-template-columns: min-content min-content auto;
	}
}

.block-person-card .person-detail.active {
	max-height: 1000px;
	opacity: 1;
	transition: all 1.4s ease;
}

.block-person-card .person-detail .person-image {
	box-shadow: 0 16px 17px -10px rgba(0, 0, 0, .2);
	grid-area: image;
	-ms-grid-column: 1;
	-ms-grid-row: 1;
	height: 186px;
	width: 186px;
}

.block-person-card .person-detail .person-header {
	grid-area: header;
	-ms-grid-column: 3;
	-ms-grid-row: 1;
	margin-bottom: 16px;
	text-align: left;
}

@media screen and (min-width:800px) {
	.block-person-card .person-detail .person-header {
		display: flex;
		flex: 0 0 auto;
		width: 200px;
	}
}

.block-person-card .person-detail .linkedin {
	background-image: var(--linkedin);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 18px 16px;
	border: 1.5px solid var(--wp--preset--color--contrast-4, #45475a);
	border-radius: 3px;
	display: block;
	height: 32px;
	margin-top: 12px;
	width: 32px;
}

.block-person-card .person-detail .content {
	-ms-grid-column-span: 3;
	font-size: 15px;
	font-weight: 500;
	grid-area: bio;
	-ms-grid-column: 1;
	-ms-grid-row: 3;
	letter-spacing: 0;
	line-height: 23px;
	text-align: left;
}

@media screen and (min-width:800px) {
	.block-person-card .person-detail .person-image {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}
	
	.block-person-card .person-detail .person-header {
		-ms-grid-column: 2;
		-ms-grid-row: 1;
	}
	
	.block-person-card .person-detail .content {
		-ms-grid-column-span: 1;
		-ms-grid-column: 3;
		-ms-grid-row: 1;
	}
}

.block-person-card .person-detail .content p {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 23px;
}

.block-person-card .person-detail .additional-info {
	border-top: 1px solid hsla(213, 9%, 60%, .49);
	flex: 0 0 auto;
	list-style: none;
	padding-left: 0;
}

@media screen and (min-width:800px) {
	.block-person-card .person-detail .additional-info {
		border-left: 1px solid hsla(213, 9%, 60%, .49);
		border-top: none;
		padding-left: 67px;
		width: 38%;
	}
}

.block-person-card .person-detail .additional-info .additional-info-item {
	text-align: left;
}

.block-person-card .person-detail .additional-info .additional-info-heading {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -.2px;
	line-height: 27px;
	margin-bottom: 4px;
}

.block-person-card .person-detail .additional-info .additional-info-content {
	font-size: 14px;
	letter-spacing: -.2px;
	line-height: 22px;
}

:root {
	--skeletor-animation--duration: .2s;
	--skeletor-animation--timing: ease-in-out;
	--skeletor-animation--delay: .2s;
	--skeletor-animation--fill-mode: forwards;
}

.has-animation {
	animation-delay: var(--skeletor-animation--delay, .2s);
	animation-duration: var(--skeletor-animation--duration, .2s);
	animation-fill-mode: var(--skeletor-animation--fill-mode, forwards);
	animation-timing-function: var(--skeletor-animation--timing, ease-in-out);
}

@media screen and (min-width:800px) {
	.has-animation:not(.block-editor .has-animation).animation-fade-in {
		opacity: 0;
	}
	
	.has-animation:not(.block-editor .has-animation).animation-slide-up {
		opacity: 0;
		transform: translateY(20px);
	}
	
	.has-animation:not(.block-editor .has-animation).animation-slide-right {
		opacity: 0;
		transform: translate(-100px);
	}
	
	.has-animation:not(.block-editor .has-animation).animation-slide-left {
		opacity: 0;
		transform: translate(100px);
	}
	
	.has-animation.visible.animation-fade-in {
		animation-name: fadeIn;
	}
	
	.has-animation.visible.animation-slide-up {
		animation-name: slideUp;
	}
	
	.has-animation.visible.animation-slide-right {
		animation-name: slideRight;
	}
	
	.has-animation.visible.animation-slide-left {
		animation-name: slideLeft;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes slideUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	to {
		opacity: 1;
		transform: translate(0);
	}
}

@keyframes slideRight {
	0% {
		opacity: 0;
		transform: translate(-100px);
	}
	
	to {
		opacity: 1;
		transform: translate(0);
	}
}

@keyframes slideLeft {
	0% {
		opacity: 0;
		transform: translate(100px);
	}
	
	to {
		opacity: 1;
		transform: translate(0);
	}
}

@media screen and (max-width:781px) {
	.has-mobile-background {
		background: var(--mobile-background, initial) !important;
		background-attachment: var(--mobile-background-attachment, scroll) !important;
		background-blend-mode: var(--mobile-background-blend-mode, normal) !important;
	}
}

.vtl_person--social-media-buttons .wp-block-button:has(.wp-block-button__link:not([href]),.wp-block-button__link[href=""]) {
	display: none;
}

.vtl_person--social-media.empty, .vtl_person--title-row.empty {
	display: none;
}

.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)):not(.ui-resizable-handle):not(.hidden)
) {
	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:where(:not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *)), .gform-theme--framework ul:where(:not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *)) {
	list-style: none;
}

.gform-theme--framework img {
	max-inline-size: 100%;
	max-block-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 !important;
}

.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 {
	--gf-form-gap-x: 16px;
	--gf-form-gap-y: 40px;
	--gf-form-footer-margin-y-start: 24px;
	--gf-form-footer-gap: 8px;
	--gf-field-gap-x: 12px;
	--gf-field-gap-y: 12px;
	--gf-field-date-width: 168px;
	--gf-field-time-width: 110px;
	--gf-field-list-btns-gap: 8px;
	--gf-field-list-btns-width: calc(32px + var(--gf-field-list-btns-gap) + var(--gf-field-gap-x));
	--gf-field-pg-steps-gap-y: 8px;
	--gf-field-pg-steps-gap-x: 24px;
	--gf-label-width: 30%;
	--gf-label-req-gap: 6px;
}

.gform-theme--foundation *, .gform-theme--foundation ::after, .gform-theme--foundation ::before {
	box-sizing: border-box;
}

.gform-theme--foundation fieldset, .gform-theme--foundation legend {
	background: 0 0;
	padding: 0;
}

.gform-theme--foundation fieldset {
	border: none;
	display: block;
	margin: 0;
}

.gform-theme--foundation legend {
	margin-inline: 0;
}

.gform_anchor:focus-visible {
	outline: 0;
}

.gform_confirmation_wrapper:focus, .gform_wrapper:focus {
	outline: 0;
}

.gform-theme--foundation .gfield--type-repeater.hidden_label > .gfield-admin-wrapper > .gfield_repeater_wrapper > .gfield_repeater_container > .gfield_label, .gform-theme--foundation .gfield--type-repeater.hidden_label > .gfield_repeater_wrapper > .gfield_repeater_container > .gfield_label, .gform-theme--foundation .hidden_label > .gfield-admin-wrapper > .gfield_label, .gform-theme--foundation .hidden_label > .gfield_label, .gform-theme--foundation .hidden_sub_label, .gform-theme--foundation .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	word-wrap: normal !important;
	padding: 0;
	position: absolute;
	width: 1px;
}

.gform-theme--foundation button.screen-reader-text:focus {
	border: 0;
	clip: auto;
	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: 0;
	padding: inherit;
	width: auto;
}

@media (min-width:640px) {
	.gform-theme--foundation .left_label .gfield .copy_values_option_container, .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 > .gfield-admin-wrapper > .ginput_container, .gform-theme--foundation .left_label .gfield > .ginput_container, .gform-theme--foundation .right_label .gfield .copy_values_option_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 > .gfield-admin-wrapper > .ginput_container, .gform-theme--foundation .right_label .gfield > .ginput_container {
		float: inline-end;
	}
	
	.gform-theme--foundation .left_label .gfield .gfield_creditcard_warning_message, .gform-theme--foundation .left_label .gfield .gfield_password_strength, .gform-theme--foundation .right_label .gfield .gfield_creditcard_warning_message, .gform-theme--foundation .right_label .gfield .gfield_password_strength {
		margin-inline-start: auto;
	}
	
	.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) > .gfield-admin-wrapper > div:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)), .gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) > div:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)), .gform-theme--foundation .left_label .gfield > .gfield-admin-wrapper > .ginput_container:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)), .gform-theme--foundation .left_label .gfield > .ginput_container:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)), .gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) > .gfield-admin-wrapper > div:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)), .gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) > div:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)), .gform-theme--foundation .right_label .gfield > .gfield-admin-wrapper > .ginput_container:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)), .gform-theme--foundation .right_label .gfield > .ginput_container:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)) {
		inline-size: calc(100% - var(--gf-label-width));
	}
	
	.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) > .gfield-admin-wrapper > div:where(.gform-grid-row), .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 > .gfield-admin-wrapper > .ginput_container: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)) > .gfield-admin-wrapper > div: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 > .gfield-admin-wrapper > .ginput_container:where(.gform-grid-row), .gform-theme--foundation .right_label .gfield > .ginput_container:where(.gform-grid-row) {
		inline-size: calc(( 100% - var(--gf-label-width) ) + var(--gf-field-gap-x));
	}
	
	.gform-theme--foundation:where(:not(.gform_editor)) .left_label .gfield_html_formatted, .gform-theme--foundation:where(:not(.gform_editor)) .right_label .gfield_html_formatted {
		margin-inline-start: var(--gf-label-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 .ginput_complex input, .gform-theme--foundation .ginput_complex select {
	inline-size: 100%;
}

.gform-theme--foundation .gfield textarea {
	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(--gf-form-gap-x) * 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(--gf-form-gap-x) / 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;
	-moz-column-gap: 0;
	column-gap: 0;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	inline-size: 100%;
	grid-row-gap: var(--gf-form-gap-y);
	row-gap: var(--gf-form-gap-y);
}

.gform-theme--foundation .gfield {
	grid-column: 1/-1;
	min-inline-size: 0;
}

.gform-theme--foundation #field_submit, .gform-theme--foundation .gfield--type-submit, .gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gf-form-footer-gap);
}

.gform-theme--foundation #field_submit, .gform-theme--foundation .gfield--type-submit {
	align-items: flex-end;
}

.gform-theme--foundation #field_submit button.gform-button--width-full, .gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].gform-button--width-full, .gform-theme--foundation .gfield--type-submit button.gform-button--width-full, .gform-theme--foundation .gfield--type-submit input[type=submit][id*=gform_submit_button_].gform-button--width-full {
	inline-size: 100% !important;
}

.gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
	margin-block-start: var(--gf-form-footer-margin-y-start);
}

.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) button.gform-button--width-full, .gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) button.gform-button--width-full, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full {
	inline-size: 100% !important;
}

.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) button.gform-button--width-full.gfield--width-full, .gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-full, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) button.gform-button--width-full.gfield--width-full, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-full {
	inline-size: 100% !important;
}

.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) button.gform-button--width-full.gfield--width-eleven-twelfths, .gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-eleven-twelfths, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) button.gform-button--width-full.gfield--width-eleven-twelfths, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-eleven-twelfths {
	inline-size: 91.6666% !important;
}

.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) button.gform-button--width-full.gfield--width-five-sixths, .gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-five-sixths, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) button.gform-button--width-full.gfield--width-five-sixths, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-five-sixths {
	inline-size: 83.3333% !important;
}

.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) button.gform-button--width-full.gfield--width-three-quarter, .gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-three-quarter, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) button.gform-button--width-full.gfield--width-three-quarter, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-three-quarter {
	inline-size: 75% !important;
}

.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) button.gform-button--width-full.gfield--width-two-thirds, .gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-two-thirds, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) button.gform-button--width-full.gfield--width-two-thirds, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-two-thirds {
	inline-size: 66.6666% !important;
}

.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) button.gform-button--width-full.gfield--width-seven-twelfths, .gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-seven-twelfths, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) button.gform-button--width-full.gfield--width-seven-twelfths, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-seven-twelfths {
	inline-size: 58.3333% !important;
}

.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) button.gform-button--width-full.gfield--width-half, .gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-half, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) button.gform-button--width-full.gfield--width-half, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-half {
	inline-size: 50% !important;
}

.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) button.gform-button--width-full.gfield--width-five-twelfths, .gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-five-twelfths, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) button.gform-button--width-full.gfield--width-five-twelfths, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-five-twelfths {
	inline-size: 41.6666% !important;
}

.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) button.gform-button--width-full.gfield--width-third, .gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-third, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) button.gform-button--width-full.gfield--width-third, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-third {
	inline-size: 33.3333% !important;
}

.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) button.gform-button--width-full.gfield--width-quarter, .gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-quarter, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) button.gform-button--width-full.gfield--width-quarter, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-quarter {
	inline-size: 25% !important;
}

.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) button.gform-button--width-full.gfield--width-one-sixth, .gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-one-sixth, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) button.gform-button--width-full.gfield--width-one-sixth, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-one-sixth {
	inline-size: 16.6666% !important;
}

.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) button.gform-button--width-full.gfield--width-one-twelfth, .gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-one-twelfth, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) button.gform-button--width-full.gfield--width-one-twelfth, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-one-twelfth {
	inline-size: 8.3333% !important;
}

@media (min-width:640px) {
	.gform-theme--foundation .gform_fields {
		-moz-column-gap: var(--gf-form-gap-x);
		column-gap: var(--gf-form-gap-x);
	}
	
	.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(--gf-label-width);
	}
}

.gform-theme--foundation .gform-grid-row {
	display: flex;
	flex-flow: row wrap;
	margin-inline: calc(var(--gf-field-gap-x) * -1 / 2);
	row-gap: var(--gf-field-gap-y);
}

.gform-theme--foundation .gform-grid-col {
	flex: none;
	inline-size: 100%;
	padding-inline: calc(var(--gf-field-gap-x) / 2);
}

.gform-theme--foundation .gform-grid-col.gform-grid-row {
	inline-size: calc(100% + var(--gf-field-gap-x));
}

@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)), .gform-theme--foundation.gform_editor legend.gform-field-label > span {
	display: block;
}

.gform-theme--foundation .gform-field-label__text {
	display: inline;
	padding-inline-end: 0;
}

.gform-theme--foundation .gform-field-label__text:where([\:has\(\%2B\%20.gfield_required\)]) {
	padding-inline-end: var(--gf-label-req-gap);
}

.gform-theme--foundation .gform-field-label__text:where(:has(+ .gfield_required)) {
	padding-inline-end: var(--gf-label-req-gap);
}

.gform-theme--foundation .gform-field-label > .gfield_required, .gform-theme--foundation.gform_editor legend.gform-field-label > span > .gfield_required {
	display: inline;
}

.gform-theme--foundation .gform-field-label:where([class*=gform-field-label--type-]) {
	display: inline-block;
}

@media (min-width:640px) {
	.gform-theme--foundation:where(:not(.gform-editor--compact)) .left_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)), .gform-theme--foundation:where(:not(.gform-editor--compact)) .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)) {
		flex-direction: column;
		float: inline-start;
		gap: calc(var(--gf-label-req-gap) / 3);
		inline-size: var(--gf-label-width);
	}
}

@media (min-width:640px) {
	.gform-theme--foundation:where(:not(.gform-editor--compact)) .left_label .gform-field-label__text, .gform-theme--foundation:where(:not(.gform-editor--compact)) .right_label .gform-field-label__text {
		padding-inline-end: 0;
	}
}

@media (min-width:640px) {
	.gform-theme--foundation:where(:not(.gform-editor--compact)) .left_label .gform-field-label--type-inline .gform-field-label__text, .gform-theme--foundation:where(:not(.gform-editor--compact)) .left_label .gform-field-label__text:where([\:has\(\%2B\%20.gfield_required\%20.gfield_required_short\)]), .gform-theme--foundation:where(:not(.gform-editor--compact)) .left_label .gform-field-label__text:where([\:has\(\%2B\%20.gfield_required\)]), .gform-theme--foundation:where(:not(.gform-editor--compact)) .right_label .gform-field-label--type-inline .gform-field-label__text, .gform-theme--foundation:where(:not(.gform-editor--compact)) .right_label .gform-field-label__text:where([\:has\(\%2B\%20.gfield_required\%20.gfield_required_short\)]), .gform-theme--foundation:where(:not(.gform-editor--compact)) .right_label .gform-field-label__text:where([\:has\(\%2B\%20.gfield_required\)]) {
		padding-inline-end: var(--gf-label-req-gap);
	}
	
	.gform-theme--foundation:where(:not(.gform-editor--compact)) .left_label .gform-field-label--type-inline .gform-field-label__text, .gform-theme--foundation:where(:not(.gform-editor--compact)) .left_label .gform-field-label__text:where(:has(+ .gfield_required .gfield_required_short)), .gform-theme--foundation:where(:not(.gform-editor--compact)) .left_label .gform-field-label__text:where(:has(+ .gfield_required)), .gform-theme--foundation:where(:not(.gform-editor--compact)) .right_label .gform-field-label--type-inline .gform-field-label__text, .gform-theme--foundation:where(:not(.gform-editor--compact)) .right_label .gform-field-label__text:where(:has(+ .gfield_required .gfield_required_short)), .gform-theme--foundation:where(:not(.gform-editor--compact)) .right_label .gform-field-label__text:where(:has(+ .gfield_required)) {
		padding-inline-end: var(--gf-label-req-gap);
	}
}

@media (min-width:640px) {
	.gform-theme--foundation:where(:not(.gform-editor--compact)) .left_label .gform-field-label > .gfield_required:where([\:has\(.gfield_required_long\)]), .gform-theme--foundation:where(:not(.gform-editor--compact)) .right_label .gform-field-label > .gfield_required:where([\:has\(.gfield_required_long\)]), .gform-theme--foundation:where(:not(.gform-editor--compact)).gform_editor .left_label legend.gform-field-label > span > .gfield_required:where([\:has\(.gfield_required_long\)]), .gform-theme--foundation:where(:not(.gform-editor--compact)).gform_editor .right_label legend.gform-field-label > span > .gfield_required:where([\:has\(.gfield_required_long\)]) {
		display: block;
	}
	
	.gform-theme--foundation:where(:not(.gform-editor--compact)) .left_label .gform-field-label > .gfield_required:where(:has(.gfield_required_long)), .gform-theme--foundation:where(:not(.gform-editor--compact)) .right_label .gform-field-label > .gfield_required:where(:has(.gfield_required_long)), .gform-theme--foundation:where(:not(.gform-editor--compact)).gform_editor .left_label legend.gform-field-label > span > .gfield_required:where(:has(.gfield_required_long)), .gform-theme--foundation:where(:not(.gform-editor--compact)).gform_editor .right_label legend.gform-field-label > span > .gfield_required:where(:has(.gfield_required_long)) {
		display: block;
	}
}

@media (min-width:640px) {
	.gform-theme--foundation:where(:not(.gform-editor--compact)) .left_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)) {
		align-items: start;
	}
}

@media (min-width:640px) {
	.gform-theme--foundation:where(:not(.gform-editor--compact)) .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: inline-end;
		margin-inline-start: auto;
	}
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--af, .gform_wrapper .gform-phone__flag-icon--af {
	background-position: calc(0 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ax, .gform_wrapper .gform-phone__flag-icon--ax {
	background-position: calc(1 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--al, .gform_wrapper .gform-phone__flag-icon--al {
	background-position: calc(2 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--dz, .gform_wrapper .gform-phone__flag-icon--dz {
	background-position: calc(3 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--as, .gform_wrapper .gform-phone__flag-icon--as {
	background-position: calc(4 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ad, .gform_wrapper .gform-phone__flag-icon--ad {
	background-position: calc(5 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ao, .gform_wrapper .gform-phone__flag-icon--ao {
	background-position: calc(6 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ai, .gform_wrapper .gform-phone__flag-icon--ai {
	background-position: calc(7 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ag, .gform_wrapper .gform-phone__flag-icon--ag {
	background-position: calc(8 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ar, .gform_wrapper .gform-phone__flag-icon--ar {
	background-position: calc(9 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--am, .gform_wrapper .gform-phone__flag-icon--am {
	background-position: calc(10 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--aw, .gform_wrapper .gform-phone__flag-icon--aw {
	background-position: calc(11 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ac, .gform_wrapper .gform-phone__flag-icon--ac {
	background-position: calc(12 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--au, .gform_wrapper .gform-phone__flag-icon--au {
	background-position: calc(13 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--at, .gform_wrapper .gform-phone__flag-icon--at {
	background-position: calc(14 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--az, .gform_wrapper .gform-phone__flag-icon--az {
	background-position: calc(15 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--bs, .gform_wrapper .gform-phone__flag-icon--bs {
	background-position: calc(16 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--bh, .gform_wrapper .gform-phone__flag-icon--bh {
	background-position: calc(17 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--bd, .gform_wrapper .gform-phone__flag-icon--bd {
	background-position: calc(18 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--bb, .gform_wrapper .gform-phone__flag-icon--bb {
	background-position: calc(19 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--by, .gform_wrapper .gform-phone__flag-icon--by {
	background-position: calc(20 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--be, .gform_wrapper .gform-phone__flag-icon--be {
	background-position: calc(21 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--bz, .gform_wrapper .gform-phone__flag-icon--bz {
	background-position: calc(22 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--bj, .gform_wrapper .gform-phone__flag-icon--bj {
	background-position: calc(23 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--bm, .gform_wrapper .gform-phone__flag-icon--bm {
	background-position: calc(24 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--bt, .gform_wrapper .gform-phone__flag-icon--bt {
	background-position: calc(25 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--bo, .gform_wrapper .gform-phone__flag-icon--bo {
	background-position: calc(26 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ba, .gform_wrapper .gform-phone__flag-icon--ba {
	background-position: calc(27 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--bw, .gform_wrapper .gform-phone__flag-icon--bw {
	background-position: calc(28 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--br, .gform_wrapper .gform-phone__flag-icon--br {
	background-position: calc(29 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--io, .gform_wrapper .gform-phone__flag-icon--io {
	background-position: calc(30 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--vg, .gform_wrapper .gform-phone__flag-icon--vg {
	background-position: calc(31 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--bn, .gform_wrapper .gform-phone__flag-icon--bn {
	background-position: calc(32 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--bg, .gform_wrapper .gform-phone__flag-icon--bg {
	background-position: calc(33 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--bf, .gform_wrapper .gform-phone__flag-icon--bf {
	background-position: calc(34 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--bi, .gform_wrapper .gform-phone__flag-icon--bi {
	background-position: calc(35 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--kh, .gform_wrapper .gform-phone__flag-icon--kh {
	background-position: calc(36 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--cm, .gform_wrapper .gform-phone__flag-icon--cm {
	background-position: calc(37 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ca, .gform_wrapper .gform-phone__flag-icon--ca {
	background-position: calc(38 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--cv, .gform_wrapper .gform-phone__flag-icon--cv {
	background-position: calc(39 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--bq, .gform_wrapper .gform-phone__flag-icon--bq {
	background-position: calc(40 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ky, .gform_wrapper .gform-phone__flag-icon--ky {
	background-position: calc(41 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--cf, .gform_wrapper .gform-phone__flag-icon--cf {
	background-position: calc(42 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--td, .gform_wrapper .gform-phone__flag-icon--td {
	background-position: calc(43 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--cl, .gform_wrapper .gform-phone__flag-icon--cl {
	background-position: calc(44 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--cn, .gform_wrapper .gform-phone__flag-icon--cn {
	background-position: calc(45 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--cx, .gform_wrapper .gform-phone__flag-icon--cx {
	background-position: calc(46 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--cc, .gform_wrapper .gform-phone__flag-icon--cc {
	background-position: calc(47 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--co, .gform_wrapper .gform-phone__flag-icon--co {
	background-position: calc(48 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--km, .gform_wrapper .gform-phone__flag-icon--km {
	background-position: calc(49 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--cg, .gform_wrapper .gform-phone__flag-icon--cg {
	background-position: calc(50 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--cd, .gform_wrapper .gform-phone__flag-icon--cd {
	background-position: calc(51 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ck, .gform_wrapper .gform-phone__flag-icon--ck {
	background-position: calc(52 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--cr, .gform_wrapper .gform-phone__flag-icon--cr {
	background-position: calc(53 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ci, .gform_wrapper .gform-phone__flag-icon--ci {
	background-position: calc(54 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--hr, .gform_wrapper .gform-phone__flag-icon--hr {
	background-position: calc(55 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--cu, .gform_wrapper .gform-phone__flag-icon--cu {
	background-position: calc(56 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--cw, .gform_wrapper .gform-phone__flag-icon--cw {
	background-position: calc(57 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--cy, .gform_wrapper .gform-phone__flag-icon--cy {
	background-position: calc(58 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--cz, .gform_wrapper .gform-phone__flag-icon--cz {
	background-position: calc(59 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--dk, .gform_wrapper .gform-phone__flag-icon--dk {
	background-position: calc(60 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--dj, .gform_wrapper .gform-phone__flag-icon--dj {
	background-position: calc(61 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--dm, .gform_wrapper .gform-phone__flag-icon--dm {
	background-position: calc(62 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--do, .gform_wrapper .gform-phone__flag-icon--do {
	background-position: calc(63 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ec, .gform_wrapper .gform-phone__flag-icon--ec {
	background-position: calc(64 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--eg, .gform_wrapper .gform-phone__flag-icon--eg {
	background-position: calc(65 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--sv, .gform_wrapper .gform-phone__flag-icon--sv {
	background-position: calc(66 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--gq, .gform_wrapper .gform-phone__flag-icon--gq {
	background-position: calc(67 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--er, .gform_wrapper .gform-phone__flag-icon--er {
	background-position: calc(68 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ee, .gform_wrapper .gform-phone__flag-icon--ee {
	background-position: calc(69 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--sz, .gform_wrapper .gform-phone__flag-icon--sz {
	background-position: calc(70 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--et, .gform_wrapper .gform-phone__flag-icon--et {
	background-position: calc(71 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--fk, .gform_wrapper .gform-phone__flag-icon--fk {
	background-position: calc(72 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--fo, .gform_wrapper .gform-phone__flag-icon--fo {
	background-position: calc(73 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--fj, .gform_wrapper .gform-phone__flag-icon--fj {
	background-position: calc(74 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--fi, .gform_wrapper .gform-phone__flag-icon--fi {
	background-position: calc(75 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--fr, .gform_wrapper .gform-phone__flag-icon--fr {
	background-position: calc(76 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--gf, .gform_wrapper .gform-phone__flag-icon--gf {
	background-position: calc(77 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--pf, .gform_wrapper .gform-phone__flag-icon--pf {
	background-position: calc(78 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ga, .gform_wrapper .gform-phone__flag-icon--ga {
	background-position: calc(79 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--gm, .gform_wrapper .gform-phone__flag-icon--gm {
	background-position: calc(80 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ge, .gform_wrapper .gform-phone__flag-icon--ge {
	background-position: calc(81 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--de, .gform_wrapper .gform-phone__flag-icon--de {
	background-position: calc(82 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--gh, .gform_wrapper .gform-phone__flag-icon--gh {
	background-position: calc(83 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--gi, .gform_wrapper .gform-phone__flag-icon--gi {
	background-position: calc(84 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--gr, .gform_wrapper .gform-phone__flag-icon--gr {
	background-position: calc(85 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--gl, .gform_wrapper .gform-phone__flag-icon--gl {
	background-position: calc(86 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--gd, .gform_wrapper .gform-phone__flag-icon--gd {
	background-position: calc(87 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--gp, .gform_wrapper .gform-phone__flag-icon--gp {
	background-position: calc(88 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--gu, .gform_wrapper .gform-phone__flag-icon--gu {
	background-position: calc(89 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--gt, .gform_wrapper .gform-phone__flag-icon--gt {
	background-position: calc(90 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--gg, .gform_wrapper .gform-phone__flag-icon--gg {
	background-position: calc(91 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--gn, .gform_wrapper .gform-phone__flag-icon--gn {
	background-position: calc(92 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--gw, .gform_wrapper .gform-phone__flag-icon--gw {
	background-position: calc(93 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--gy, .gform_wrapper .gform-phone__flag-icon--gy {
	background-position: calc(94 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ht, .gform_wrapper .gform-phone__flag-icon--ht {
	background-position: calc(95 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--hn, .gform_wrapper .gform-phone__flag-icon--hn {
	background-position: calc(96 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--hk, .gform_wrapper .gform-phone__flag-icon--hk {
	background-position: calc(97 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--hu, .gform_wrapper .gform-phone__flag-icon--hu {
	background-position: calc(98 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--is, .gform_wrapper .gform-phone__flag-icon--is {
	background-position: calc(99 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--in, .gform_wrapper .gform-phone__flag-icon--in {
	background-position: calc(100 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--id, .gform_wrapper .gform-phone__flag-icon--id {
	background-position: calc(101 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ir, .gform_wrapper .gform-phone__flag-icon--ir {
	background-position: calc(102 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--iq, .gform_wrapper .gform-phone__flag-icon--iq {
	background-position: calc(103 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ie, .gform_wrapper .gform-phone__flag-icon--ie {
	background-position: calc(104 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--im, .gform_wrapper .gform-phone__flag-icon--im {
	background-position: calc(105 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--il, .gform_wrapper .gform-phone__flag-icon--il {
	background-position: calc(106 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--it, .gform_wrapper .gform-phone__flag-icon--it {
	background-position: calc(107 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--jm, .gform_wrapper .gform-phone__flag-icon--jm {
	background-position: calc(108 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--jp, .gform_wrapper .gform-phone__flag-icon--jp {
	background-position: calc(109 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--je, .gform_wrapper .gform-phone__flag-icon--je {
	background-position: calc(110 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--jo, .gform_wrapper .gform-phone__flag-icon--jo {
	background-position: calc(111 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--kz, .gform_wrapper .gform-phone__flag-icon--kz {
	background-position: calc(112 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ke, .gform_wrapper .gform-phone__flag-icon--ke {
	background-position: calc(113 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ki, .gform_wrapper .gform-phone__flag-icon--ki {
	background-position: calc(114 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--xk, .gform_wrapper .gform-phone__flag-icon--xk {
	background-position: calc(115 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--kw, .gform_wrapper .gform-phone__flag-icon--kw {
	background-position: calc(116 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--kg, .gform_wrapper .gform-phone__flag-icon--kg {
	background-position: calc(117 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--la, .gform_wrapper .gform-phone__flag-icon--la {
	background-position: calc(118 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--lv, .gform_wrapper .gform-phone__flag-icon--lv {
	background-position: calc(119 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--lb, .gform_wrapper .gform-phone__flag-icon--lb {
	background-position: calc(120 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ls, .gform_wrapper .gform-phone__flag-icon--ls {
	background-position: calc(121 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--lr, .gform_wrapper .gform-phone__flag-icon--lr {
	background-position: calc(122 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ly, .gform_wrapper .gform-phone__flag-icon--ly {
	background-position: calc(123 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--li, .gform_wrapper .gform-phone__flag-icon--li {
	background-position: calc(124 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--lt, .gform_wrapper .gform-phone__flag-icon--lt {
	background-position: calc(125 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--lu, .gform_wrapper .gform-phone__flag-icon--lu {
	background-position: calc(126 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--mo, .gform_wrapper .gform-phone__flag-icon--mo {
	background-position: calc(127 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--mg, .gform_wrapper .gform-phone__flag-icon--mg {
	background-position: calc(128 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--mw, .gform_wrapper .gform-phone__flag-icon--mw {
	background-position: calc(129 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--my, .gform_wrapper .gform-phone__flag-icon--my {
	background-position: calc(130 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--mv, .gform_wrapper .gform-phone__flag-icon--mv {
	background-position: calc(131 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ml, .gform_wrapper .gform-phone__flag-icon--ml {
	background-position: calc(132 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--mt, .gform_wrapper .gform-phone__flag-icon--mt {
	background-position: calc(133 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--mh, .gform_wrapper .gform-phone__flag-icon--mh {
	background-position: calc(134 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--mq, .gform_wrapper .gform-phone__flag-icon--mq {
	background-position: calc(135 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--mr, .gform_wrapper .gform-phone__flag-icon--mr {
	background-position: calc(136 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--mu, .gform_wrapper .gform-phone__flag-icon--mu {
	background-position: calc(137 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--yt, .gform_wrapper .gform-phone__flag-icon--yt {
	background-position: calc(138 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--mx, .gform_wrapper .gform-phone__flag-icon--mx {
	background-position: calc(139 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--fm, .gform_wrapper .gform-phone__flag-icon--fm {
	background-position: calc(140 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--md, .gform_wrapper .gform-phone__flag-icon--md {
	background-position: calc(141 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--mc, .gform_wrapper .gform-phone__flag-icon--mc {
	background-position: calc(142 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--mn, .gform_wrapper .gform-phone__flag-icon--mn {
	background-position: calc(143 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--me, .gform_wrapper .gform-phone__flag-icon--me {
	background-position: calc(144 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ms, .gform_wrapper .gform-phone__flag-icon--ms {
	background-position: calc(145 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ma, .gform_wrapper .gform-phone__flag-icon--ma {
	background-position: calc(146 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--mz, .gform_wrapper .gform-phone__flag-icon--mz {
	background-position: calc(147 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--mm, .gform_wrapper .gform-phone__flag-icon--mm {
	background-position: calc(148 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--na, .gform_wrapper .gform-phone__flag-icon--na {
	background-position: calc(149 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--nr, .gform_wrapper .gform-phone__flag-icon--nr {
	background-position: calc(150 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--np, .gform_wrapper .gform-phone__flag-icon--np {
	background-position: calc(151 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--nl, .gform_wrapper .gform-phone__flag-icon--nl {
	background-position: calc(152 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--nc, .gform_wrapper .gform-phone__flag-icon--nc {
	background-position: calc(153 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--nz, .gform_wrapper .gform-phone__flag-icon--nz {
	background-position: calc(154 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ni, .gform_wrapper .gform-phone__flag-icon--ni {
	background-position: calc(155 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ne, .gform_wrapper .gform-phone__flag-icon--ne {
	background-position: calc(156 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ng, .gform_wrapper .gform-phone__flag-icon--ng {
	background-position: calc(157 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--nu, .gform_wrapper .gform-phone__flag-icon--nu {
	background-position: calc(158 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--nf, .gform_wrapper .gform-phone__flag-icon--nf {
	background-position: calc(159 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--kp, .gform_wrapper .gform-phone__flag-icon--kp {
	background-position: calc(160 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--mk, .gform_wrapper .gform-phone__flag-icon--mk {
	background-position: calc(161 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--mp, .gform_wrapper .gform-phone__flag-icon--mp {
	background-position: calc(162 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--no, .gform_wrapper .gform-phone__flag-icon--no {
	background-position: calc(163 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--om, .gform_wrapper .gform-phone__flag-icon--om {
	background-position: calc(164 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--pk, .gform_wrapper .gform-phone__flag-icon--pk {
	background-position: calc(165 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--pw, .gform_wrapper .gform-phone__flag-icon--pw {
	background-position: calc(166 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ps, .gform_wrapper .gform-phone__flag-icon--ps {
	background-position: calc(167 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--pa, .gform_wrapper .gform-phone__flag-icon--pa {
	background-position: calc(168 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--pg, .gform_wrapper .gform-phone__flag-icon--pg {
	background-position: calc(169 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--py, .gform_wrapper .gform-phone__flag-icon--py {
	background-position: calc(170 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--pe, .gform_wrapper .gform-phone__flag-icon--pe {
	background-position: calc(171 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ph, .gform_wrapper .gform-phone__flag-icon--ph {
	background-position: calc(172 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--pl, .gform_wrapper .gform-phone__flag-icon--pl {
	background-position: calc(173 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--pt, .gform_wrapper .gform-phone__flag-icon--pt {
	background-position: calc(174 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--pr, .gform_wrapper .gform-phone__flag-icon--pr {
	background-position: calc(175 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--qa, .gform_wrapper .gform-phone__flag-icon--qa {
	background-position: calc(176 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--re, .gform_wrapper .gform-phone__flag-icon--re {
	background-position: calc(177 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ro, .gform_wrapper .gform-phone__flag-icon--ro {
	background-position: calc(178 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ru, .gform_wrapper .gform-phone__flag-icon--ru {
	background-position: calc(179 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--rw, .gform_wrapper .gform-phone__flag-icon--rw {
	background-position: calc(180 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ws, .gform_wrapper .gform-phone__flag-icon--ws {
	background-position: calc(181 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--sm, .gform_wrapper .gform-phone__flag-icon--sm {
	background-position: calc(182 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--st, .gform_wrapper .gform-phone__flag-icon--st {
	background-position: calc(183 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--sa, .gform_wrapper .gform-phone__flag-icon--sa {
	background-position: calc(184 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--sn, .gform_wrapper .gform-phone__flag-icon--sn {
	background-position: calc(185 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--rs, .gform_wrapper .gform-phone__flag-icon--rs {
	background-position: calc(186 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--sc, .gform_wrapper .gform-phone__flag-icon--sc {
	background-position: calc(187 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--sl, .gform_wrapper .gform-phone__flag-icon--sl {
	background-position: calc(188 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--sg, .gform_wrapper .gform-phone__flag-icon--sg {
	background-position: calc(189 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--sx, .gform_wrapper .gform-phone__flag-icon--sx {
	background-position: calc(190 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--sk, .gform_wrapper .gform-phone__flag-icon--sk {
	background-position: calc(191 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--si, .gform_wrapper .gform-phone__flag-icon--si {
	background-position: calc(192 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--sb, .gform_wrapper .gform-phone__flag-icon--sb {
	background-position: calc(193 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--so, .gform_wrapper .gform-phone__flag-icon--so {
	background-position: calc(194 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--za, .gform_wrapper .gform-phone__flag-icon--za {
	background-position: calc(195 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--kr, .gform_wrapper .gform-phone__flag-icon--kr {
	background-position: calc(196 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ss, .gform_wrapper .gform-phone__flag-icon--ss {
	background-position: calc(197 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--es, .gform_wrapper .gform-phone__flag-icon--es {
	background-position: calc(198 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--lk, .gform_wrapper .gform-phone__flag-icon--lk {
	background-position: calc(199 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--bl, .gform_wrapper .gform-phone__flag-icon--bl {
	background-position: calc(200 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--sh, .gform_wrapper .gform-phone__flag-icon--sh {
	background-position: calc(201 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--kn, .gform_wrapper .gform-phone__flag-icon--kn {
	background-position: calc(202 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--lc, .gform_wrapper .gform-phone__flag-icon--lc {
	background-position: calc(203 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--mf, .gform_wrapper .gform-phone__flag-icon--mf {
	background-position: calc(204 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--pm, .gform_wrapper .gform-phone__flag-icon--pm {
	background-position: calc(205 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--vc, .gform_wrapper .gform-phone__flag-icon--vc {
	background-position: calc(206 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--sd, .gform_wrapper .gform-phone__flag-icon--sd {
	background-position: calc(207 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--sr, .gform_wrapper .gform-phone__flag-icon--sr {
	background-position: calc(208 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--sj, .gform_wrapper .gform-phone__flag-icon--sj {
	background-position: calc(209 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--se, .gform_wrapper .gform-phone__flag-icon--se {
	background-position: calc(210 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ch, .gform_wrapper .gform-phone__flag-icon--ch {
	background-position: calc(211 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--sy, .gform_wrapper .gform-phone__flag-icon--sy {
	background-position: calc(212 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--tw, .gform_wrapper .gform-phone__flag-icon--tw {
	background-position: calc(213 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--tj, .gform_wrapper .gform-phone__flag-icon--tj {
	background-position: calc(214 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--tz, .gform_wrapper .gform-phone__flag-icon--tz {
	background-position: calc(215 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--th, .gform_wrapper .gform-phone__flag-icon--th {
	background-position: calc(216 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--tl, .gform_wrapper .gform-phone__flag-icon--tl {
	background-position: calc(217 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--tg, .gform_wrapper .gform-phone__flag-icon--tg {
	background-position: calc(218 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--tk, .gform_wrapper .gform-phone__flag-icon--tk {
	background-position: calc(219 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--to, .gform_wrapper .gform-phone__flag-icon--to {
	background-position: calc(220 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--tt, .gform_wrapper .gform-phone__flag-icon--tt {
	background-position: calc(221 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--tn, .gform_wrapper .gform-phone__flag-icon--tn {
	background-position: calc(222 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--tr, .gform_wrapper .gform-phone__flag-icon--tr {
	background-position: calc(223 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--tm, .gform_wrapper .gform-phone__flag-icon--tm {
	background-position: calc(224 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--tc, .gform_wrapper .gform-phone__flag-icon--tc {
	background-position: calc(225 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--tv, .gform_wrapper .gform-phone__flag-icon--tv {
	background-position: calc(226 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ug, .gform_wrapper .gform-phone__flag-icon--ug {
	background-position: calc(227 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ua, .gform_wrapper .gform-phone__flag-icon--ua {
	background-position: calc(228 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ae, .gform_wrapper .gform-phone__flag-icon--ae {
	background-position: calc(229 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--gb, .gform_wrapper .gform-phone__flag-icon--gb {
	background-position: calc(230 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--us, .gform_wrapper .gform-phone__flag-icon--us {
	background-position: calc(231 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--uy, .gform_wrapper .gform-phone__flag-icon--uy {
	background-position: calc(232 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--vi, .gform_wrapper .gform-phone__flag-icon--vi {
	background-position: calc(233 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--uz, .gform_wrapper .gform-phone__flag-icon--uz {
	background-position: calc(234 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--vu, .gform_wrapper .gform-phone__flag-icon--vu {
	background-position: calc(235 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--va, .gform_wrapper .gform-phone__flag-icon--va {
	background-position: calc(236 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ve, .gform_wrapper .gform-phone__flag-icon--ve {
	background-position: calc(237 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--vn, .gform_wrapper .gform-phone__flag-icon--vn {
	background-position: calc(238 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--wf, .gform_wrapper .gform-phone__flag-icon--wf {
	background-position: calc(239 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--eh, .gform_wrapper .gform-phone__flag-icon--eh {
	background-position: calc(240 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--ye, .gform_wrapper .gform-phone__flag-icon--ye {
	background-position: calc(241 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--zm, .gform_wrapper .gform-phone__flag-icon--zm {
	background-position: calc(242 * -30px) 0;
}

.gform-country-flag-icon-wrapper .gform-phone__flag-icon--zw, .gform_wrapper .gform-phone__flag-icon--zw {
	background-position: calc(243 * -30px) 0;
}

.gform-theme--foundation .gform-datepicker-calendar {
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	inset-block-start: 100%;
	position: absolute;
	text-align: center;
	transform: translateY(6px);
	z-index: 9999 !important;
}

.gform-theme--foundation .gform-datepicker-calendar table.calendar {
	border-collapse: collapse;
	font-size: .9em;
	inline-size: 100%;
	margin: 0 auto;
	table-layout: fixed;
}

.gform-theme--foundation .gform-datepicker-calendar th {
	border: 0;
	font-weight: 700;
	padding-block: .7em;
	padding-inline: .3em;
	text-align: center;
}

.gform-theme--foundation .gform-datepicker-calendar tr .monthSelector, .gform-theme--foundation .gform-datepicker-calendar tr .yearSelector {
	position: relative;
}

.gform-theme--foundation .gform-datepicker-calendar td {
	border: 0;
	padding: 1px;
}

.gform-theme--foundation .gform-datepicker-calendar td[role=button]:not(.disabled) {
	cursor: pointer;
}

.gform-theme--foundation .gform-datepicker-calendar td.day:where(:not(.selected):not(.dayMarked):not(.disabled)) span:hover, .gform-theme--foundation .gform-datepicker-calendar td[aria-current=date] span {
	background-color: #c3d9ff;
}

.gform-theme--foundation .gform-datepicker-calendar td.dayMarked span {
	background-color: #204ce5;
	color: #fff;
}

.gform-theme--foundation .gform-datepicker-calendar td.selected span {
	border: 1px solid #204ce5;
}

.gform-theme--foundation .gform-datepicker-calendar td span:not([hidden]) {
	display: block;
	margin: auto;
	padding: .25em .2em;
	text-align: center;
	text-decoration: none;
}

.gform-theme--foundation .gform-datepicker-calendar .nav.month.next, .gform-theme--foundation .gform-datepicker-calendar .nav.month.prev, .gform-theme--foundation .gform-datepicker-calendar .nav.year.next, .gform-theme--foundation .gform-datepicker-calendar .nav.year.prev {
	position: relative;
}

.gform-theme--foundation .gform-datepicker-calendar .nav.month.next::before, .gform-theme--foundation .gform-datepicker-calendar .nav.month.prev::before, .gform-theme--foundation .gform-datepicker-calendar .nav.year.next::before, .gform-theme--foundation .gform-datepicker-calendar .nav.year.prev::before {
	background-image: url("https://caronbletzer.com/nitropack_static/ktascHchTyUxoGvEGobipJaHgePRNnYN/assets/images/source/rev-515fa85/caronbletzer.com/wp-content/plugins/gravityforms/images/theme/down-arrow.svg");
	background-position: center;
	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 .gform-datepicker-calendar .nav.month.next span, .gform-theme--foundation .gform-datepicker-calendar .nav.month.prev span, .gform-theme--foundation .gform-datepicker-calendar .nav.year.next span, .gform-theme--foundation .gform-datepicker-calendar .nav.year.prev span {
	display: none;
}

.gform-theme--foundation .gform-datepicker-calendar .nav.month.next::before, .gform-theme--foundation .gform-datepicker-calendar .nav.year.next::before {
	transform: translate(-50%, -50%) rotate(-90deg);
}

.gform-theme--foundation .gform-datepicker-calendar .monthMessage p {
	margin: 0 auto;
}

html[dir=rtl] .gform-theme--foundation .gform-datepicker-calendar .nav.month.prev::before, html[dir=rtl] .gform-theme--foundation .gform-datepicker-calendar .nav.year.prev::before {
	transform: translate(50%, -50%) rotate(-90deg);
}

html[dir=rtl] .gform-theme--foundation .gform-datepicker-calendar .nav.month.next::before, html[dir=rtl] .gform-theme--foundation .gform-datepicker-calendar .nav.year.next::before {
	transform: translate(50%, -50%) rotate(90deg);
}

.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 .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 {
	background: #fff;
	border: 1px solid #aaa;
	border-block-start: 0;
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	clip: rect(0, 0, 0, 0);
	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;
	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 100%);
	background-clip: padding-box;
	block-size: 25px;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: 0 0 3px #fff inset, 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://caronbletzer.com/nitropack_static/ktascHchTyUxoGvEGobipJaHgePRNnYN/assets/images/optimized/rev-515fa85/caronbletzer.com/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: 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://caronbletzer.com/nitropack_static/ktascHchTyUxoGvEGobipJaHgePRNnYN/assets/images/optimized/rev-515fa85/caronbletzer.com/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: 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://caronbletzer.com/nitropack_static/ktascHchTyUxoGvEGobipJaHgePRNnYN/assets/images/optimized/rev-515fa85/caronbletzer.com/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: none !important;
}

.gform-theme--foundation .chosen-container-single.chosen-container-single-nosearch .chosen-search {
	clip: rect(0, 0, 0, 0);
	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 {
	color: #444;
	margin-block: 0 4px;
	margin-inline: 0 4px;
	max-block-size: 240px;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: auto;
	padding-block: 0;
	padding-inline: 4px 0;
	position: relative;
}

.gform-theme--foundation .chosen-container .chosen-results li {
	display: none;
	line-height: 15px;
	list-style: none;
	margin-block: 0;
	margin-inline: 0;
	word-wrap: break-word;
	padding-block: 5px;
	padding-inline: 6px;
	-webkit-touch-callout: none;
}

.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: inline-start;
	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: 0 0 !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 100%);
	background-repeat: repeat-x;
	background-size: 100% 19px;
	border: 1px solid #aaa;
	border-radius: 3px;
	box-shadow: 0 0 2px #fff inset, 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://caronbletzer.com/nitropack_static/ktascHchTyUxoGvEGobipJaHgePRNnYN/assets/images/optimized/rev-515fa85/caronbletzer.com/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: 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 100%);
	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: 0 1px 0 #fff inset;
}

.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single div {
	background: 0 0;
	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-single {
	cursor: default;
}

.gform-theme--foundation .chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default;
}

.gform-theme--foundation .chosen-rtl {
	direction: rtl;
}

.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 (min-resolution:144dpi),only screen and (min-resolution:1.5dppx) {
	.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://caronbletzer.com/nitropack_static/ktascHchTyUxoGvEGobipJaHgePRNnYN/assets/images/optimized/rev-515fa85/caronbletzer.com/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_administrative, .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://caronbletzer.com/nitropack_static/ktascHchTyUxoGvEGobipJaHgePRNnYN/assets/images/optimized/rev-515fa85/caronbletzer.com/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://caronbletzer.com/nitropack_static/ktascHchTyUxoGvEGobipJaHgePRNnYN/assets/images/optimized/rev-515fa85/caronbletzer.com/wp-content/plugins/gravityforms/images/gf-creditcards-check.svg") center center 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: inline-start;
}

.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://caronbletzer.com/nitropack_static/ktascHchTyUxoGvEGobipJaHgePRNnYN/assets/images/optimized/rev-515fa85/caronbletzer.com/wp-content/plugins/gravityforms/images/gf-creditcards.svg");
	background-position: -382px center;
	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 .gfield--input-type-datepicker .ginput_container_date {
	position: relative;
}

.gform-theme--foundation .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date .gform-datepicker-toggle-icon--default::before {
	block-size: 20px;
	display: block;
	inline-size: 20px;
}

.gform-theme--foundation .ginput_complex .ginput_container_date {
	inline-size: var(--gf-field-date-width);
}

.gform-theme--foundation .ginput_complex .ginput_container_date label {
	display: block;
}

.gform-theme--foundation:where(:not(.gform_editor)) .gf_hidden, .gform-theme--foundation:where(:not(.gform_editor)) .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-wrap: anywhere;
}

.gform-theme--foundation .gfield_list_group {
	margin-block-end: var(--gf-field-gap-y);
}

.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(--gf-field-list-btns-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(--gf-field-list-btns-width);
		justify-content: center;
	}
}

.gform-theme--foundation .gf_page_steps {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gf-field-pg-steps-gap-y) var(--gf-field-pg-steps-gap-x);
}

.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-phone .gform-phone {
	box-sizing: border-box;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.gform-theme--foundation .gfield--type-phone .gform-phone * {
	box-sizing: border-box;
}

.gform-theme--foundation .gfield--type-phone .gform-phone__flag-icon {
	background-image: url("https://caronbletzer.com/nitropack_static/ktascHchTyUxoGvEGobipJaHgePRNnYN/assets/images/optimized/rev-515fa85/caronbletzer.com/wp-content/plugins/gravityforms/images/theme/international-phone/flags-sprite.webp");
	background-image: -webkit-image-set(url("../../../images/theme/international-phone/flags-sprite.webp") 1x, url("../../../images/theme/international-phone/flags-sprite@2x.webp") 2x);
	background-image: image-set(url("../../../images/theme/international-phone/flags-sprite.webp") 1x, url("../../../images/theme/international-phone/flags-sprite@2x.webp") 2x);
	background-repeat: no-repeat;
	background-size: auto 20px;
	block-size: 20px;
	display: inline-block;
	inline-size: 30px;
}

.gform-theme--foundation .gfield--type-phone .gform-phone__flag-icon.nitro-lazy {
	background-image: none !important;
}

@media (min-resolution:192dpi) {
	.gform-theme--foundation .gfield--type-phone .gform-phone__flag-icon {
		background-image: url("https://caronbletzer.com/nitropack_static/ktascHchTyUxoGvEGobipJaHgePRNnYN/assets/images/optimized/rev-515fa85/caronbletzer.com/wp-content/plugins/gravityforms/images/theme/international-phone/flags-sprite@2x.webp");
	}
	
	.gform-theme--foundation .gfield--type-phone .gform-phone__flag-icon.nitro-lazy {
		background-image: none !important;
	}
}

.gform-theme--foundation .gfield--type-phone .gform-phone__input-wrapper {
	display: grid;
	grid-gap: 0;
	gap: 0;
	grid-template-columns: min-content 1fr;
}

.gform-theme--foundation .gfield--type-phone .ginput_country-selector_container {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.gform-theme--foundation .gfield--type-phone .ginput_country-selector_container label {
	padding-inline-end: 8px;
}

.gform-theme--foundation .gfield--type-phone .gform-phone__country-selector {
	align-items: center;
	background-color: #f2f3f5;
	border: 1px solid #686e77;
	border-end-end-radius: 0;
	border-start-end-radius: 0;
	cursor: pointer;
	display: flex;
	gap: 8px;
	margin-inline-end: -1px;
	padding-block: 7px;
	padding-inline: 12px;
	position: relative;
	z-index: 1;
}

.gform-theme--foundation .gfield--type-phone .gform-phone__country-selector:hover {
	background-color: #fff;
	border-inline-end-color: #686e77;
	color: rgba(17, 35, 55, .725);
}

.gform-theme--foundation .gfield--type-phone .gform-phone__country-selector:focus {
	background-color: #f2f3f5;
	border-inline-end-color: #686e77;
	color: rgba(17, 35, 55, .725);
}

.gform-theme--foundation .gfield--type-phone .gform-phone__country-selector:disabled {
	background-color: #f2f3f5;
	border-inline-end-color: #686e77;
	color: rgba(17, 35, 55, .725);
}

.gform-theme--foundation .gfield--type-phone .gform-phone__country-selector::after {
	background-image: url("https://caronbletzer.com/nitropack_static/ktascHchTyUxoGvEGobipJaHgePRNnYN/assets/images/optimized/rev-515fa85/caronbletzer.com/wp-content/plugins/gravityforms/images/theme/international-phone/select.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px 6px;
	block-size: 6px;
	content: "";
	display: inline-block;
	inline-size: 10px;
}

.gform-theme--foundation .gfield--type-phone .ginput_phone_container {
	width: 100%;
}

.gform-theme--foundation .gfield--type-phone .gform-phone__input {
	flex: 1;
	position: relative;
}

.gform-theme--foundation .gfield--type-phone .gform-phone__input:focus {
	z-index: 2;
}

.gform-theme--foundation .gfield--type-phone .gform-phone__dial-code {
	display: none;
	font-size: 14px;
}

.gform-theme--foundation .gfield--type-phone .gform-phone--show-dial-code .gform-phone__dial-code {
	display: inline;
}

.gform-theme--foundation .gfield--type-phone .gform-phone__dropdown {
	background-color: #fff;
	border: transparent;
	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);
	display: block;
	inline-size: 100%;
	margin-block-start: -1px;
	overflow: hidden;
	padding-block: 0;
	padding-inline: 0;
	position: absolute;
	top: calc(100% + 8px);
	z-index: 1010;
}

.gform-theme--foundation .gfield--type-phone .gform-phone__dropdown.gform-phone__dropdown--hidden {
	display: none;
}

.gform-theme--foundation .gfield--type-phone.field_sublabel_below .gform-phone__dropdown {
	top: calc(100% - ( 1.5rem - 8px ));
}

.gform-theme--foundation .gfield--type-phone.field_sublabel_below .ginput_country-selector_container, .gform-theme--foundation .gfield--type-phone.field_sublabel_below .ginput_phone_container {
	justify-content: flex-start;
}

.gform-theme--foundation .gfield--type-phone.field_sublabel_above .ginput_phone_container {
	align-items: end;
	display: grid;
}

.gform-theme--foundation .gfield--type-phone .gform-phone__search-wrapper {
	background-color: #fff;
	inline-size: 100%;
	margin-block: 0 calc(12px * -1);
	margin-inline: 0;
	padding-block: 12px;
	padding-inline: 12px;
	position: relative;
	z-index: 1010;
}

.gform-theme--foundation .gfield--type-phone .gform-phone__search-wrapper input[type=text] {
	background-image: url("https://caronbletzer.com/nitropack_static/ktascHchTyUxoGvEGobipJaHgePRNnYN/assets/images/optimized/rev-515fa85/caronbletzer.com/wp-content/plugins/gravityforms/images/theme/international-phone/search.svg");
	background-position: 4px center;
	background-repeat: no-repeat;
	background-size: 20px;
	display: block;
	inline-size: 100%;
	margin: 0;
	padding-inline: 28px 12px;
}

.gform-theme--foundation .gfield--type-phone .gform-phone__search-wrapper input[type=text].nitro-lazy {
	background-image: none !important;
}

.gform-theme--foundation .gfield--type-phone .gform-phone__country-list {
	display: flex;
	flex-direction: column;
	margin-block: 0;
	margin-inline: 0;
	max-block-size: 240px;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: auto;
	padding-block: 12px;
	padding-inline: 0;
}

.gform-theme--foundation .gfield--type-phone .gform-phone__country-item {
	align-items: center;
	color: #112337;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	gap: 9px;
	margin-block: 0;
	margin-inline: 0;
	padding-block: 6px;
	padding-inline: 12px;
}

.gform-theme--foundation .gfield--type-phone .gform-phone__country-item.gform-phone__country-item--focused, .gform-theme--foundation .gfield--type-phone .gform-phone__country-item:hover {
	background-color: #f2f3f5;
}

.gform-theme--foundation .gfield--type-phone .gform-phone__country-item.gform-phone__country-item--active {
	background-color: #f2f3f5;
	box-shadow: inset 3px 0 0 #204ce5;
}

.gform-theme--foundation .gfield--type-phone .gform-phone__country-item.gform-phone__country-item--no-results {
	background: #f4f4f4;
	color: #474747;
}

.gform-theme--foundation .gfield--type-phone .gform-phone__country-item .gform-phone__flag-icon {
	flex: none;
}

.gform-theme--foundation .gfield--type-phone .gform-phone__country-code {
	flex: none;
	font-size: 12px;
	margin-inline-start: auto;
}

html:where(:not([dir=rtl])) .gform-theme--framework .gfield--type-phone .gform-phone__input {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

html[dir=rtl] .gform-theme--foundation .gfield--type-phone input[type=tel] {
	text-align: end;
}

html[dir=rtl] .gform-theme--foundation .gfield--type-phone .gform-phone__input {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

html[dir=rtl] .gform-theme--foundation .gfield--type-phone .gform-phone__search {
	background-position: calc(100% - 4px) center;
}

.gform-theme--foundation:where(:not(.gform_editor)) .gfield--type-captcha:not(.gfield--captcha-invisible) iframe {
	block-size: 78px;
	inline-size: 100%;
}

.gform-theme--foundation:where(:not(.gform_editor)) .gfield--type-captcha.gfield--captcha-invisible, .gform_wrapper.gravity-theme:where(:not(.gform_editor)) .gfield--type-captcha.gfield--captcha-invisible {
	block-size: 0;
	inline-size: 0;
	margin: 0;
	min-block-size: 0;
	overflow: visible;
	padding: 0;
	position: absolute;
}

.gform-theme--foundation:where(:not(.gform_editor)) .gfield--type-captcha.gfield--captcha-invisible .ginput_recaptcha[data-size=invisible], .gform_wrapper.gravity-theme:where(:not(.gform_editor)) .gfield--type-captcha.gfield--captcha-invisible .ginput_recaptcha[data-size=invisible] {
	block-size: 0;
	inline-size: 0;
	margin: 0;
	min-block-size: 0;
	overflow: visible;
	padding: 0;
}

.gform-theme--foundation:where(:not(.gform_editor)) .gfield--type-captcha.gfield--captcha-invisible.gfield_error, .gform_wrapper.gravity-theme:where(:not(.gform_editor)) .gfield--type-captcha.gfield--captcha-invisible.gfield_error {
	block-size: auto;
	inline-size: auto;
	position: static;
}

.gform-theme--foundation .gfield_post_tags_hint {
	margin: 0;
}

.gform-theme--foundation .ginput_complex .ginput_container_time {
	inline-size: var(--gf-field-time-width);
}

.gform-theme--foundation .hour_minute_colon {
	display: none;
}

.gform-theme--foundation .gf_hide_ampm .gfield_time_ampm {
	display: none !important;
}

html[dir=rtl] .gform-theme--foundation .gfield--type-time .gform-grid-row {
	flex-direction: row-reverse;
	justify-content: flex-end;
}

@media (min-width:640px) {
	.gform-theme--foundation .gfield.gf_list_2col:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_2col:where(:not(.gfield--type-image_choice)) .gfield_radio, .gform-theme--foundation .gfield.gf_list_3col:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_3col:where(:not(.gfield--type-image_choice)) .gfield_radio, .gform-theme--foundation .gfield.gf_list_4col:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_4col:where(:not(.gfield--type-image_choice)) .gfield_radio, .gform-theme--foundation .gfield.gf_list_5col:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_5col:where(:not(.gfield--type-image_choice)) .gfield_radio {
		display: grid;
	}
	
	.gform-theme--foundation .gfield.gf_list_2col:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all, .gform-theme--foundation .gfield.gf_list_3col:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all, .gform-theme--foundation .gfield.gf_list_4col:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all, .gform-theme--foundation .gfield.gf_list_5col:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all {
		grid-column: 1/-1;
	}
	
	.gform-theme--foundation .gfield.gf_list_2col:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_2col:where(:not(.gfield--type-image_choice)) .gfield_radio {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.gform-theme--foundation .gfield.gf_list_3col:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_3col:where(:not(.gfield--type-image_choice)) .gfield_radio {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.gform-theme--foundation .gfield.gf_list_4col:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_4col:where(:not(.gfield--type-image_choice)) .gfield_radio {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.gform-theme--foundation .gfield.gf_list_5col:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_5col:where(:not(.gfield--type-image_choice)) .gfield_radio {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio, .gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio, .gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio, .gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio {
		display: block;
		line-height: 0;
		margin-block-start: calc(var(--gf-field-choice-gap) * -1);
	}
	
	.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gchoice, .gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gchoice, .gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gchoice, .gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gchoice {
		page-break-inside: avoid;
		-moz-column-break-inside: avoid;
		break-inside: avoid;
		display: grid;
		inline-size: 100%;
		padding-block-start: var(--gf-field-choice-gap);
	}
	
	.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gchoice .gform-field-label--type-inline, .gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gchoice .gform-field-label--type-inline, .gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gchoice .gform-field-label--type-inline, .gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gchoice .gform-field-label--type-inline {
		width: -moz-fit-content;
		width: fit-content;
	}
	
	.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all, .gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all, .gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all, .gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all {
		-moz-column-span: all;
		column-span: all;
		margin-block-start: calc(var(--gf-field-choice-meta-margin-y-start) + var(--gf-field-choice-gap));
	}
	
	.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio {
		-moz-column-count: 2;
		column-count: 2;
	}
	
	.gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio {
		-moz-column-count: 3;
		column-count: 3;
	}
	
	.gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio {
		-moz-column-count: 4;
		column-count: 4;
	}
	
	.gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio {
		-moz-column-count: 5;
		column-count: 5;
	}
	
	.gform-theme--foundation .gfield.gf_list_inline:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_inline:where(:not(.gfield--type-image_choice)) .gfield_radio {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 12px 16px;
	}
}

.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 rgba(221, 215, 131, .75);
	margin-block: 30px;
	margin-inline: 0;
	position: relative;
}

.gform_confirmation_wrapper.gf_confirmation_yellow_gradient .gform_confirmation_message {
	background: #fffce5;
	background: linear-gradient(to bottom, #fffce5 0, #fff9bf 100%);
	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(to bottom, #dbf2b7 0, #b4d088 100%);
	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 infinite linear;
	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(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.gform-theme--api, .gform-theme--framework {
	--gf-radius: 3px;
	--gf-radius-max-sm: 2px;
	--gf-radius-max-md: 3px;
	--gf-radius-max-lg: 8px;
}

.gform-theme--api, .gform-theme--framework {
	--gf-color-primary: #204ce5;
	--gf-color-primary-rgb: 45, 127, 251;
	--gf-color-primary-contrast: #fff;
	--gf-color-primary-contrast-rgb: 255, 255, 255;
	--gf-color-primary-darker: #044ad3;
	--gf-color-primary-lighter: #044ad3;
	--gf-color-secondary: #fff;
	--gf-color-secondary-rgb: 255, 255, 255;
	--gf-color-secondary-contrast: #112337;
	--gf-color-secondary-contrast-rgb: 17, 35, 55;
	--gf-color-secondary-darker: #f2f3f5;
	--gf-color-secondary-lighter: #f2f3f5;
	--gf-color-out-ctrl-dark: #585e6a;
	--gf-color-out-ctrl-dark-rgb: 88, 94, 106;
	--gf-color-out-ctrl-dark-darker: #112337;
	--gf-color-out-ctrl-dark-lighter: #686e77;
	--gf-color-out-ctrl-light: #e5e7eb;
	--gf-color-out-ctrl-light-rgb: 229, 231, 235;
	--gf-color-out-ctrl-light-darker: #d2d5db;
	--gf-color-out-ctrl-light-lighter: #f2f3f5;
	--gf-color-in-ctrl: #fff;
	--gf-color-in-ctrl-rgb: 255, 255, 255;
	--gf-color-in-ctrl-contrast: #112337;
	--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;
	--gf-color-in-ctrl-darker: #f2f3f5;
	--gf-color-in-ctrl-lighter: #f2f3f5;
	--gf-color-in-ctrl-primary: var(--gf-color-primary);
	--gf-color-in-ctrl-primary-rgb: var(--gf-color-primary-rgb);
	--gf-color-in-ctrl-primary-contrast: var(--gf-color-primary-contrast);
	--gf-color-in-ctrl-primary-contrast-rgb: var(--gf-color-primary-contrast-rgb);
	--gf-color-in-ctrl-primary-darker: var(--gf-color-primary-darker);
	--gf-color-in-ctrl-primary-lighter: var(--gf-color-primary-lighter);
	--gf-color-in-ctrl-dark: #585e6a;
	--gf-color-in-ctrl-dark-rgb: 88, 94, 106;
	--gf-color-in-ctrl-dark-darker: #112337;
	--gf-color-in-ctrl-dark-lighter: #686e77;
	--gf-color-in-ctrl-light: #e5e7eb;
	--gf-color-in-ctrl-light-rgb: 229, 231, 235;
	--gf-color-in-ctrl-light-darker: #d2d5db;
	--gf-color-in-ctrl-light-lighter: #f2f3f5;
	--gf-color-danger: #c02b0a;
	--gf-color-danger-rgb: 192, 43, 10;
	--gf-color-danger-contrast: #fff;
	--gf-color-danger-contrast-rgb: 255, 255, 255;
	--gf-color-success: #399f4b;
	--gf-color-success-rgb: 57, 159, 75;
	--gf-color-success-contrast: #fff;
	--gf-color-success-contrast-rgb: 255, 255, 255;
}

.gform-theme--api, .gform-theme--framework {
	--gf-icon-font-family: "gform-icons-orbital";
	--gf-icon-font-size: 20px;
	--gf-icon-ctrl-checkbox: "";
	--gf-icon-ctrl-select-down: "";
	--gf-icon-ctrl-select-up: "";
	--gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='%23686E77'/%3E%3C/svg%3E");
	--gf-icon-ctrl-search: url("data:image/svg+xml,%3Csvg width='640' height='640' xmlns='http://www.w3.org/2000/svg'%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");
	--gf-icon-ctrl-cancel: "";
	--gf-icon-ctrl-number: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='%23686E77'/%3E%3C/svg%3E");
	--gf-icon-ctrl-pwd-hidden: "";
	--gf-icon-ctrl-pwd-visible: "";
	--gf-icon-ctrl-list-item-add: "";
	--gf-icon-ctrl-list-item-remove: "";
	--gf-icon-ctrl-save-continue: "";
	--gf-icon-ctrl-pg-numbers-complete: "";
	--gf-icon-ctrl-file: "";
	--gf-icon-ctrl-file-completed: "";
	--gf-icon-ctrl-file-cancel: "";
	--gf-icon-ctrl-file-remove: "";
	--gf-icon-ctrl-datepicker: "";
	--gf-icon-ctrl-datepicker-left: "";
	--gf-icon-ctrl-datepicker-right: "";
	--gf-icon-ctrl-img-choice-placeholder: "";
	--gf-icon-tooltip-error: "";
}

.gform-theme--api, .gform-theme--framework {
	--gf-padding-x: 12px;
	--gf-padding-y: 12px;
	--gf-label-space-primary: 8px;
	--gf-label-choice-field-space-primary: 12px;
	--gf-label-space-x-secondary: 12px;
	--gf-label-space-y-sm-secondary: -1px;
	--gf-label-space-y-md-secondary: 0;
	--gf-label-space-y-lg-secondary: 1px;
	--gf-label-space-y-xl-secondary: 4px;
	--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);
	--gf-label-space-tertiary: 8px;
	--gf-desc-space: 8px;
	--gf-desc-choice-field-space: 12px;
}

.gform-theme--api, .gform-theme--framework {
	--gf-transition-duration: .15s;
	--gf-transition-ctrl: var(--gf-transition-duration);
}

.gform-theme--api, .gform-theme--framework {
	--gf-font-family-base: initial;
	--gf-font-style-base: normal;
	--gf-font-family-primary: var(--gf-font-family-base);
	--gf-font-size-primary: 14px;
	--gf-font-style-primary: var(--gf-font-style-base);
	--gf-font-weight-primary: 400;
	--gf-letter-spacing-primary: 0;
	--gf-line-height-primary: 1.5;
	--gf-font-family-secondary: var(--gf-font-family-base);
	--gf-font-size-secondary: 14px;
	--gf-font-style-secondary: var(--gf-font-style-base);
	--gf-font-weight-secondary: 500;
	--gf-letter-spacing-secondary: 0;
	--gf-line-height-secondary: 1.43;
	--gf-font-family-tertiary: var(--gf-font-family-base);
	--gf-font-size-tertiary: 14px;
	--gf-font-style-tertiary: var(--gf-font-style-base);
	--gf-font-weight-tertiary: 400;
	--gf-letter-spacing-tertiary: 0;
	--gf-line-height-tertiary: 1.43;
}

.gform-theme--api, .gform-theme--framework {
	--gf-ctrl-bg-color: var(--gf-color-in-ctrl);
	--gf-ctrl-bg-color-hover: var(--gf-ctrl-bg-color);
	--gf-ctrl-bg-color-focus: var(--gf-ctrl-bg-color);
	--gf-ctrl-bg-color-disabled: var(--gf-color-in-ctrl-light-lighter);
	--gf-ctrl-bg-color-error: var(--gf-ctrl-bg-color);
	--gf-ctrl-border-color: var(--gf-color-in-ctrl-dark-lighter);
	--gf-ctrl-border-color-hover: var(--gf-ctrl-border-color);
	--gf-ctrl-border-color-focus: var(--gf-color-primary);
	--gf-ctrl-border-color-disabled: var(--gf-color-in-ctrl-light-darker);
	--gf-ctrl-border-color-error: var(--gf-color-danger);
	--gf-ctrl-border-style: solid;
	--gf-ctrl-border-width: 1px;
	--gf-ctrl-radius: var(--gf-radius);
	--gf-ctrl-radius-max-sm: min(var(--gf-ctrl-radius), var(--gf-radius-max-sm));
	--gf-ctrl-radius-max-md: min(var(--gf-ctrl-radius), var(--gf-radius-max-md));
	--gf-ctrl-radius-max-lg: min(var(--gf-ctrl-radius), var(--gf-radius-max-lg));
	--gf-ctrl-outline-color: transparent;
	--gf-ctrl-outline-color-focus: rgba(var(--gf-color-primary-rgb), .65);
	--gf-ctrl-outline-offset: 1px;
	--gf-ctrl-outline-style: solid;
	--gf-ctrl-outline-width: 0;
	--gf-ctrl-outline-width-focus: 3px;
	--gf-ctrl-color: var(--gf-color-in-ctrl-contrast);
	--gf-ctrl-color-hover: var(--gf-ctrl-color);
	--gf-ctrl-color-focus: var(--gf-ctrl-color);
	--gf-ctrl-color-disabled: rgba(var(--gf-color-in-ctrl-contrast-rgb), .6);
	--gf-ctrl-color-error: var(--gf-ctrl-color);
	--gf-ctrl-icon-color: var(--gf-color-in-ctrl-dark-lighter);
	--gf-ctrl-icon-color-hover: var(--gf-color-in-ctrl-dark-darker);
	--gf-ctrl-icon-color-focus: var(--gf-ctrl-icon-color-hover);
	--gf-ctrl-icon-color-disabled: var(--gf-ctrl-icon-color);
	--gf-ctrl-shadow: 0 1px 4px rgba(18, 25, 97, .0779552);
	--gf-ctrl-accent-color: var(--gf-color-in-ctrl-primary);
	--gf-ctrl-appearance: none;
	--gf-ctrl-size-sm: 35px;
	--gf-ctrl-size-md: 38px;
	--gf-ctrl-size-lg: 47px;
	--gf-ctrl-size-xl: 54px;
	--gf-ctrl-size: var(--gf-ctrl-size-md);
	--gf-ctrl-padding-x: var(--gf-padding-x);
	--gf-ctrl-padding-y: 0;
	--gf-ctrl-transition: var(--gf-transition-ctrl);
	--gf-ctrl-font-family: var(--gf-font-family-primary);
	--gf-ctrl-font-size: var(--gf-font-size-primary);
	--gf-ctrl-font-style: var(--gf-font-style-base);
	--gf-ctrl-font-weight: var(--gf-font-weight-primary);
	--gf-ctrl-letter-spacing: var(--gf-letter-spacing-primary);
	--gf-ctrl-line-height: var(--gf-ctrl-size);
	--gf-ctrl-placeholder-color: rgba(var(--gf-color-in-ctrl-contrast-rgb), .7);
	--gf-ctrl-placeholder-font-family: var(--gf-ctrl-font-family);
	--gf-ctrl-placeholder-font-size: var(--gf-ctrl-font-size);
	--gf-ctrl-placeholder-font-style: var(--gf-ctrl-font-style);
	--gf-ctrl-placeholder-font-weight: var(--gf-ctrl-font-weight);
	--gf-ctrl-placeholder-letter-spacing: var(--gf-ctrl-letter-spacing);
	--gf-ctrl-placeholder-opacity: 1;
}

.gform-theme--api, .gform-theme--framework {
	--gf-ctrl-readonly-color: var(--gf-ctrl-color);
	--gf-ctrl-readonly-font-family: var(--gf-ctrl-font-family);
	--gf-ctrl-readonly-font-size: var(--gf-ctrl-font-size);
	--gf-ctrl-readonly-font-style: var(--gf-ctrl-font-style);
	--gf-ctrl-readonly-font-weight: 500;
	--gf-ctrl-readonly-letter-spacing: var(--gf-ctrl-letter-spacing);
	--gf-ctrl-readonly-line-height: 1;
}

.gform-theme--api, .gform-theme--framework {
	--gf-ctrl-btn-radius: var(--gf-radius);
	--gf-ctrl-btn-shadow: 0 1px 4px rgba(18, 25, 97, .0779552);
	--gf-ctrl-btn-shadow-hover: var(--gf-ctrl-btn-shadow);
	--gf-ctrl-btn-shadow-focus: var(--gf-ctrl-btn-shadow);
	--gf-ctrl-btn-shadow-disabled: var(--gf-ctrl-btn-shadow);
	--gf-ctrl-btn-opacity: 1;
	--gf-ctrl-btn-opacity-disabled: .5;
	--gf-ctrl-btn-size-xs: 30px;
	--gf-ctrl-btn-size-sm: var(--gf-ctrl-size-sm);
	--gf-ctrl-btn-size-md: var(--gf-ctrl-size-md);
	--gf-ctrl-btn-size-lg: var(--gf-ctrl-size-lg);
	--gf-ctrl-btn-size-xl: var(--gf-ctrl-size-xl);
	--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);
	--gf-ctrl-btn-padding-x-xs: 8px;
	--gf-ctrl-btn-padding-x-sm: 12px;
	--gf-ctrl-btn-padding-x-md: 16px;
	--gf-ctrl-btn-padding-x-lg: 20px;
	--gf-ctrl-btn-padding-x-xl: 24px;
	--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);
	--gf-ctrl-btn-padding-y: 0;
	--gf-ctrl-btn-font-family: var(--gf-font-family-base);
	--gf-ctrl-btn-font-size-xs: 12px;
	--gf-ctrl-btn-font-size-sm: 14px;
	--gf-ctrl-btn-font-size-md: 14px;
	--gf-ctrl-btn-font-size-lg: 16px;
	--gf-ctrl-btn-font-size-xl: 16px;
	--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);
	--gf-ctrl-btn-font-style: var(--gf-font-style-base);
	--gf-ctrl-btn-font-weight: 500;
	--gf-ctrl-btn-letter-spacing: var(--gf-letter-spacing-primary);
	--gf-ctrl-btn-line-height: 1;
	--gf-ctrl-btn-text-decoration: none;
	--gf-ctrl-btn-text-transform: none;
	--gf-ctrl-btn-icon: none;
	--gf-ctrl-btn-icon-font-size: var(--gf-icon-font-size);
	--gf-ctrl-btn-icon-gap: 6px;
	--gf-ctrl-btn-icon-transition: var(--gf-ctrl-transition);
	--gf-ctrl-btn-bg-color-primary: var(--gf-color-primary);
	--gf-ctrl-btn-bg-color-hover-primary: var(--gf-color-primary-darker);
	--gf-ctrl-btn-bg-color-focus-primary: var(--gf-ctrl-btn-bg-color-primary);
	--gf-ctrl-btn-bg-color-disabled-primary: var(--gf-ctrl-btn-bg-color-primary);
	--gf-ctrl-btn-border-color-primary: transparent;
	--gf-ctrl-btn-border-color-hover-primary: transparent;
	--gf-ctrl-btn-border-color-focus-primary: var(--gf-ctrl-btn-bg-color-hover-primary);
	--gf-ctrl-btn-border-color-disabled-primary: transparent;
	--gf-ctrl-btn-border-style-primary: solid;
	--gf-ctrl-btn-border-width-primary: 1px;
	--gf-ctrl-btn-color-primary: var(--gf-color-primary-contrast);
	--gf-ctrl-btn-color-hover-primary: var(--gf-ctrl-btn-color-primary);
	--gf-ctrl-btn-color-focus-primary: var(--gf-ctrl-btn-color-primary);
	--gf-ctrl-btn-color-disabled-primary: var(--gf-ctrl-btn-color-primary);
	--gf-ctrl-btn-icon-color-primary: var(--gf-ctrl-btn-color-primary);
	--gf-ctrl-btn-icon-color-hover-primary: var(--gf-ctrl-btn-icon-color-primary);
	--gf-ctrl-btn-icon-color-focus-primary: var(--gf-ctrl-btn-icon-color-primary);
	--gf-ctrl-btn-icon-color-disabled-primary: var(--gf-ctrl-btn-icon-color-primary);
	--gf-ctrl-btn-bg-color-secondary: var(--gf-color-secondary);
	--gf-ctrl-btn-bg-color-hover-secondary: var(--gf-color-secondary-darker);
	--gf-ctrl-btn-bg-color-focus-secondary: var(--gf-ctrl-btn-bg-color-secondary);
	--gf-ctrl-btn-bg-color-disabled-secondary: var(--gf-ctrl-btn-bg-color-secondary);
	--gf-ctrl-btn-border-color-secondary: var(--gf-color-in-ctrl-light-darker);
	--gf-ctrl-btn-border-color-hover-secondary: var(--gf-ctrl-btn-border-color-secondary);
	--gf-ctrl-btn-border-color-focus-secondary: var(--gf-ctrl-btn-bg-color-hover-primary);
	--gf-ctrl-btn-border-color-disabled-secondary: var(--gf-ctrl-btn-border-color-secondary);
	--gf-ctrl-btn-border-style-secondary: solid;
	--gf-ctrl-btn-border-width-secondary: 1px;
	--gf-ctrl-btn-color-secondary: var(--gf-color-secondary-contrast);
	--gf-ctrl-btn-color-hover-secondary: var(--gf-ctrl-btn-color-secondary);
	--gf-ctrl-btn-color-focus-secondary: var(--gf-ctrl-btn-color-secondary);
	--gf-ctrl-btn-color-disabled-secondary: var(--gf-ctrl-btn-color-secondary);
	--gf-ctrl-btn-icon-color-secondary: var(--gf-ctrl-icon-color);
	--gf-ctrl-btn-icon-color-hover-secondary: var(--gf-ctrl-btn-icon-color-secondary);
	--gf-ctrl-btn-icon-color-focus-secondary: var(--gf-ctrl-btn-icon-color-secondary);
	--gf-ctrl-btn-icon-color-disabled-secondary: var(--gf-ctrl-btn-icon-color-secondary);
	--gf-ctrl-btn-bg-color-tertiary: var(--gf-color-secondary-darker);
	--gf-ctrl-btn-bg-color-hover-tertiary: var(--gf-color-secondary);
	--gf-ctrl-btn-bg-color-focus-tertiary: var(--gf-ctrl-btn-bg-color-tertiary);
	--gf-ctrl-btn-bg-color-disabled-tertiary: var(--gf-ctrl-btn-bg-color-tertiary);
	--gf-ctrl-btn-border-color-tertiary: var(--gf-ctrl-border-color);
	--gf-ctrl-btn-border-color-hover-tertiary: var(--gf-ctrl-btn-border-color-tertiary);
	--gf-ctrl-btn-border-color-focus-tertiary: var(--gf-ctrl-btn-border-color-tertiary);
	--gf-ctrl-btn-border-color-disabled-tertiary: var(--gf-ctrl-btn-border-color-tertiary);
	--gf-ctrl-btn-border-style-tertiary: solid;
	--gf-ctrl-btn-border-width-tertiary: var(--gf-ctrl-border-width);
	--gf-ctrl-btn-shadow-tertiary: none;
	--gf-ctrl-btn-shadow-hover-tertiary: var(--gf-ctrl-btn-shadow-tertiary);
	--gf-ctrl-btn-shadow-focus-tertiary: var(--gf-ctrl-btn-shadow-tertiary);
	--gf-ctrl-btn-shadow-disabled-tertiary: var(--gf-ctrl-btn-shadow-tertiary);
	--gf-ctrl-btn-color-tertiary: rgba(var(--gf-color-secondary-contrast-rgb), .725);
	--gf-ctrl-btn-color-hover-tertiary: var(--gf-ctrl-btn-color-tertiary);
	--gf-ctrl-btn-color-focus-tertiary: var(--gf-ctrl-btn-color-tertiary);
	--gf-ctrl-btn-color-disabled-tertiary: var(--gf-ctrl-btn-color-tertiary);
	--gf-ctrl-btn-icon-color-tertiary: var(--gf-ctrl-btn-color-tertiary);
	--gf-ctrl-btn-icon-color-hover-tertiary: var(--gf-ctrl-btn-icon-color-tertiary);
	--gf-ctrl-btn-icon-color-focus-tertiary: var(--gf-ctrl-btn-icon-color-tertiary);
	--gf-ctrl-btn-icon-color-disabled-tertiary: var(--gf-ctrl-btn-icon-color-tertiary);
	--gf-ctrl-btn-bg-color-ctrl: var(--gf-color-in-ctrl-primary);
	--gf-ctrl-btn-bg-color-hover-ctrl: var(--gf-color-in-ctrl-primary-darker);
	--gf-ctrl-btn-bg-color-focus-ctrl: var(--gf-ctrl-btn-bg-color-ctrl);
	--gf-ctrl-btn-bg-color-disabled-ctrl: var(--gf-ctrl-btn-bg-color-ctrl);
	--gf-ctrl-btn-border-color-ctrl: transparent;
	--gf-ctrl-btn-border-color-hover-ctrl: transparent;
	--gf-ctrl-btn-border-color-focus-ctrl: var(--gf-ctrl-btn-bg-color-hover-ctrl);
	--gf-ctrl-btn-border-color-disabled-ctrl: transparent;
	--gf-ctrl-btn-border-style-ctrl: solid;
	--gf-ctrl-btn-border-width-ctrl: 1px;
	--gf-ctrl-btn-color-ctrl: var(--gf-color-in-ctrl-primary-contrast);
	--gf-ctrl-btn-color-hover-ctrl: var(--gf-ctrl-btn-color-ctrl);
	--gf-ctrl-btn-color-focus-ctrl: var(--gf-ctrl-btn-color-ctrl);
	--gf-ctrl-btn-color-disabled-ctrl: var(--gf-ctrl-btn-color-ctrl);
	--gf-ctrl-btn-icon-color-ctrl: var(--gf-ctrl-btn-color-ctrl);
	--gf-ctrl-btn-icon-color-hover-ctrl: var(--gf-ctrl-btn-icon-color-ctrl);
	--gf-ctrl-btn-icon-color-focus-ctrl: var(--gf-ctrl-btn-icon-color-ctrl);
	--gf-ctrl-btn-icon-color-disabled-ctrl: var(--gf-ctrl-btn-icon-color-ctrl);
	--gf-ctrl-btn-bg-color-simple: transparent;
	--gf-ctrl-btn-bg-color-hover-simple: var(--gf-ctrl-btn-bg-color-simple);
	--gf-ctrl-btn-bg-color-focus-simple: var(--gf-ctrl-btn-bg-color-simple);
	--gf-ctrl-btn-bg-color-disabled-simple: var(--gf-ctrl-btn-bg-color-simple);
	--gf-ctrl-btn-border-color-simple: transparent;
	--gf-ctrl-btn-border-color-hover-simple: var(--gf-ctrl-btn-border-color-simple);
	--gf-ctrl-btn-border-color-focus-simple: var(--gf-ctrl-border-color-focus);
	--gf-ctrl-btn-border-color-disabled-simple: var(--gf-ctrl-btn-border-color-simple);
	--gf-ctrl-btn-border-style-simple: solid;
	--gf-ctrl-btn-border-width-simple: 1px;
	--gf-ctrl-btn-color-simple: rgba(var(--gf-color-out-ctrl-dark-rgb), .65);
	--gf-ctrl-btn-color-hover-simple: var(--gf-color-out-ctrl-dark);
	--gf-ctrl-btn-color-focus-simple: var(--gf-ctrl-btn-color-hover-simple);
	--gf-ctrl-btn-color-disabled-simple: var(--gf-ctrl-btn-color-simple);
	--gf-ctrl-btn-shadow-simple: none;
	--gf-ctrl-btn-shadow-hover-simple: var(--gf-ctrl-btn-shadow-simple);
	--gf-ctrl-btn-shadow-focus-simple: var(--gf-ctrl-btn-shadow-simple);
	--gf-ctrl-btn-shadow-disabled-simple: var(--gf-ctrl-btn-shadow-simple);
	--gf-ctrl-btn-size-simple: 24px;
	--gf-ctrl-btn-icon-color-simple: rgba(var(--gf-color-out-ctrl-dark-rgb), .9);
	--gf-ctrl-btn-icon-color-hover-simple: var(--gf-ctrl-btn-color-hover-simple);
	--gf-ctrl-btn-icon-color-focus-simple: var(--gf-ctrl-btn-color-focus-simple);
	--gf-ctrl-btn-icon-color-disabled-simple: var(--gf-ctrl-btn-color-disabled-simple);
}

.gform-theme--api, .gform-theme--framework {
	--gf-ctrl-choice-check-color: var(--gf-color-in-ctrl-primary);
	--gf-ctrl-choice-check-color-disabled: rgba(var(--gf-color-in-ctrl-contrast-rgb), .2);
	--gf-ctrl-choice-size-sm: 18px;
	--gf-ctrl-choice-size-md: 20px;
	--gf-ctrl-choice-size-lg: 22px;
	--gf-ctrl-choice-size-xl: 28px;
	--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);
	--gf-ctrl-checkbox-check-radius: var(--gf-ctrl-radius-max-sm);
	--gf-ctrl-checkbox-check-size-sm: 12px;
	--gf-ctrl-checkbox-check-size-md: initial;
	--gf-ctrl-checkbox-check-size-lg: 15px;
	--gf-ctrl-checkbox-check-size-xl: 19px;
	--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);
	--gf-ctrl-radio-check-radius: 50%;
	--gf-ctrl-radio-check-content: "";
	--gf-ctrl-radio-check-size-sm: 6px;
	--gf-ctrl-radio-check-size-md: 7px;
	--gf-ctrl-radio-check-size-lg: 8px;
	--gf-ctrl-radio-check-size-xl: 10px;
	--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);
}

.gform-theme--api, .gform-theme--framework {
	--gf-ctrl-date-picker-bg-color: var(--gf-ctrl-bg-color);
	--gf-ctrl-date-picker-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);
	--gf-ctrl-date-picker-padding-y: 16px 12px;
	--gf-ctrl-date-picker-padding-y-viewport-sm: 16px;
	--gf-ctrl-date-picker-padding-x: 12px;
	--gf-ctrl-date-picker-padding-x-viewport-sm: 16px;
	--gf-ctrl-date-picker-margin-y-start: 6px;
	--gf-ctrl-date-picker-radius: var(--gf-ctrl-radius-max-md);
	--gf-ctrl-date-picker-width: 274px;
	--gf-ctrl-date-picker-width-viewport-sm: 332px;
	--gf-ctrl-date-picker-header-icons-size: 20px;
	--gf-ctrl-date-picker-header-icons-font-size: 20px;
	--gf-ctrl-date-picker-header-icons-inset-y-start: calc(var(--gf-ctrl-size-sm) / 2);
	--gf-ctrl-date-picker-header-icons-margin-y-start: calc(calc(var(--gf-ctrl-date-picker-header-icons-size) / 2) * -1);
	--gf-ctrl-date-picker-header-icons-prev-inset-x-start: calc(var(--gf-ctrl-date-picker-header-icons-size) / 2);
	--gf-ctrl-date-picker-header-icons-next-inset-x-end: calc(var(--gf-ctrl-date-picker-header-icons-size) / 2);
	--gf-ctrl-date-picker-head-cell-font-size: 12px;
	--gf-ctrl-date-picker-head-cell-font-weight: 600;
	--gf-ctrl-date-picker-head-cell-line-height: 1.33;
	--gf-ctrl-date-picker-cell-padding: 1px;
	--gf-ctrl-date-picker-cell-padding-y: 6px;
	--gf-ctrl-date-picker-cell-padding-y-viewport-sm: var(--gf-ctrl-date-picker-cell-padding);
	--gf-ctrl-date-picker-cell-height: 29px;
	--gf-ctrl-date-picker-cell-height-viewport-sm: 40px;
	--gf-ctrl-date-picker-cell-font-size: 14px;
	--gf-ctrl-date-picker-cell-font-weight: 400;
	--gf-ctrl-date-picker-cell-line-height: 1.43;
	--gf-ctrl-date-picker-cell-content-bg-color-disabled: transparent;
	--gf-ctrl-date-picker-cell-content-bg-color-hover: #f4f8ff;
	--gf-ctrl-date-picker-cell-content-bg-color-selected: var(--gf-color-in-ctrl-primary);
	--gf-ctrl-date-picker-cell-content-border: var(--gf-ctrl-border-width) var(--gf-ctrl-border-style) var(--gf-color-in-ctrl-primary);
	--gf-ctrl-date-picker-cell-content-radius: var(--gf-ctrl-radius-max-md);
	--gf-ctrl-date-picker-cell-content-color: var(--gf-color-secondary-contrast);
	--gf-ctrl-date-picker-cell-content-color-disabled: #cfd3d9;
	--gf-ctrl-date-picker-cell-content-color-hover: var(--gf-ctrl-date-picker-cell-content-color);
	--gf-ctrl-date-picker-cell-content-color-selected: var(--gf-color-in-ctrl-primary-contrast);
	--gf-ctrl-date-picker-cell-content-width: 27px;
	--gf-ctrl-date-picker-cell-content-width-viewport-sm: 100%;
	--gf-ctrl-date-picker-helptext-font-family: var(--gf-font-family-base);
	--gf-ctrl-date-picker-helptext-font-size: 13px;
	--gf-ctrl-date-picker-helptext-font-style: var(--gf-font-style-base);
	--gf-ctrl-date-picker-helptext-font-weight: 600;
	--gf-ctrl-date-picker-helptext-letter-spacing: 0;
	--gf-ctrl-date-picker-helptext-line-height: 1.5;
}

.gform-theme--api, .gform-theme--framework {
	--gf-ctrl-desc-color: var(--gf-color-out-ctrl-dark);
	--gf-ctrl-desc-font-family: var(--gf-font-family-tertiary);
	--gf-ctrl-desc-font-size: var(--gf-font-size-tertiary);
	--gf-ctrl-desc-font-style: var(--gf-font-style-tertiary);
	--gf-ctrl-desc-font-weight: var(--gf-font-weight-tertiary);
	--gf-ctrl-desc-letter-spacing: var(--gf-letter-spacing-tertiary);
	--gf-ctrl-desc-line-height: var(--gf-line-height-tertiary);
	--gf-ctrl-desc-color-error: var(--gf-color-danger);
	--gf-ctrl-desc-font-family-error: var(--gf-ctrl-desc-font-family);
	--gf-ctrl-desc-font-size-error: var(--gf-ctrl-desc-font-size);
	--gf-ctrl-desc-font-style-error: var(--gf-ctrl-desc-font-style);
	--gf-ctrl-desc-font-weight-error: var(--gf-ctrl-desc-font-weight);
	--gf-ctrl-desc-letter-spacing-error: var(--gf-ctrl-desc-letter-spacing);
	--gf-ctrl-desc-line-height-error: var(--gf-ctrl-desc-line-height);
	--gf-ctrl-desc-border-color-consent: var(--gf-color-out-ctrl-light-darker);
	--gf-ctrl-desc-border-color-consent-focus: var(--gf-ctrl-border-color-focus);
	--gf-ctrl-desc-border-style-consent: solid;
	--gf-ctrl-desc-border-width-consent: 1px;
	--gf-ctrl-desc-max-height-consent: 456px;
}

.gform-theme--api, .gform-theme--framework {
	--gf-ctrl-file-padding-x: 0 var(--gf-ctrl-padding-x);
	--gf-ctrl-file-btn-radius: var(--gf-radius);
	--gf-ctrl-file-btn-size: calc(var(--gf-ctrl-size) - calc(var(--gf-ctrl-border-width) * 2));
	--gf-ctrl-file-btn-margin-x: 0 12px;
	--gf-ctrl-file-btn-padding-x: 12px;
	--gf-ctrl-file-btn-font-family: var(--gf-font-family-base);
	--gf-ctrl-file-btn-font-size: 14px;
	--gf-ctrl-file-btn-font-style: var(--gf-font-style-base);
	--gf-ctrl-file-btn-font-weight: 500;
	--gf-ctrl-file-btn-letter-spacing: var(--gf-letter-spacing-primary);
	--gf-ctrl-file-btn-text-decoration: none;
	--gf-ctrl-file-btn-text-transform: none;
	--gf-ctrl-file-btn-transition: var(--gf-ctrl-transition);
	--gf-ctrl-file-zone-border-style: dashed;
	--gf-ctrl-file-zone-radius: var(--gf-ctrl-radius-max-lg);
	--gf-ctrl-file-zone-color: rgba(var(--gf-color-in-ctrl-contrast-rgb), .725);
	--gf-ctrl-file-zone-height: auto;
	--gf-ctrl-file-zone-padding-x: 40px;
	--gf-ctrl-file-zone-padding-y: 40px;
	--gf-ctrl-file-zone-instructions-margin-y-end: 12px;
	--gf-ctrl-file-zone-font-weight: 500;
	--gf-ctrl-file-zone-line-height: 1;
	--gf-ctrl-file-zone-icon-color: var(--gf-color-in-ctrl-primary);
	--gf-ctrl-file-zone-icon-font-size: 36px;
	--gf-ctrl-file-zone-icon-margin-y-end: 8px;
	--gf-ctrl-file-prog-ui-gap: 12px;
	--gf-ctrl-file-prog-ui-size: var(--gf-icon-font-size);
	--gf-ctrl-file-prog-bar-bg-color: var(--gf-color-out-ctrl-light);
	--gf-ctrl-file-prog-bar-bg-color-loading: var(--gf-color-primary);
	--gf-ctrl-file-prog-bar-height: 6px;
	--gf-ctrl-file-prog-bar-radius: var(--gf-radius);
	--gf-ctrl-file-prog-bar-transition: var(--gf-transition-ctrl);
	--gf-ctrl-file-prog-text-color: var(--gf-ctrl-desc-color);
	--gf-ctrl-file-prog-text-min-width: 33px;
	--gf-ctrl-file-prog-text-font-size: 12px;
	--gf-ctrl-file-prog-btn-inset-y-start: -2px;
	--gf-ctrl-file-prog-btn-inset-x-end: -2px;
	--gf-ctrl-file-prog-btn-position: absolute;
	--gf-ctrl-file-prog-btn-font-size-cancel: 0;
	--gf-ctrl-file-prog-btn-icon-size: var(--gf-icon-font-size);
	--gf-ctrl-file-prog-btn-icon-color-complete: var(--gf-color-success);
	--gf-ctrl-file-prev-area-gap: 16px;
	--gf-ctrl-file-prev-area-margin-y-start: 16px;
	--gf-ctrl-file-prev-font-family: var(--gf-font-family-secondary);
	--gf-ctrl-file-prev-font-size: var(--gf-font-size-secondary);
	--gf-ctrl-file-prev-font-style: var(--gf-font-style-secondary);
	--gf-ctrl-file-prev-font-weight: var(--gf-font-weight-secondary);
	--gf-ctrl-file-prev-letter-spacing: var(--gf-letter-spacing-secondary);
	--gf-ctrl-file-prev-line-height: 1;
	--gf-ctrl-file-prev-gap: 4px;
	--gf-ctrl-file-prev-name-color: var(--gf-ctrl-label-color-primary);
	--gf-ctrl-file-prev-name-line-height: var(--gf-line-height-secondary);
	--gf-ctrl-file-prev-name-overflow: hidden;
	--gf-ctrl-file-prev-name-padding-x-end: calc(var(--gf-ctrl-file-prog-btn-icon-size) + var(--gf-ctrl-file-prog-text-min-width) + calc(var(--gf-ctrl-file-prog-ui-gap) * 2));
	--gf-ctrl-file-prev-name-text-overflow: ellipsis;
	--gf-ctrl-file-prev-name-white-space: nowrap;
	--gf-ctrl-file-prev-size-color: var(--gf-ctrl-desc-color);
}

.gform-theme--api, .gform-theme--framework {
	--gf-ctrl-label-color-primary: var(--gf-color-out-ctrl-dark-darker);
	--gf-ctrl-label-font-family-primary: var(--gf-font-family-secondary);
	--gf-ctrl-label-font-size-primary: var(--gf-font-size-secondary);
	--gf-ctrl-label-font-style-primary: var(--gf-font-style-secondary);
	--gf-ctrl-label-font-weight-primary: var(--gf-font-weight-secondary);
	--gf-ctrl-label-letter-spacing-primary: var(--gf-letter-spacing-secondary);
	--gf-ctrl-label-line-height-primary: var(--gf-line-height-secondary);
	--gf-ctrl-label-color-secondary: var(--gf-color-out-ctrl-dark-darker);
	--gf-ctrl-label-font-family-secondary: var(--gf-font-family-secondary);
	--gf-ctrl-label-font-size-secondary: var(--gf-font-size-secondary);
	--gf-ctrl-label-font-style-secondary: var(--gf-font-style-secondary);
	--gf-ctrl-label-font-weight-secondary: 400;
	--gf-ctrl-label-letter-spacing-secondary: var(--gf-letter-spacing-secondary);
	--gf-ctrl-label-line-height-secondary: var(--gf-line-height-secondary);
	--gf-ctrl-label-color-tertiary: var(--gf-color-out-ctrl-dark);
	--gf-ctrl-label-font-family-tertiary: var(--gf-font-family-tertiary);
	--gf-ctrl-label-font-size-tertiary: var(--gf-font-size-tertiary);
	--gf-ctrl-label-font-style-tertiary: var(--gf-font-style-tertiary);
	--gf-ctrl-label-font-weight-tertiary: var(--gf-font-weight-tertiary);
	--gf-ctrl-label-letter-spacing-tertiary: var(--gf-letter-spacing-tertiary);
	--gf-ctrl-label-line-height-tertiary: var(--gf-line-height-tertiary);
	--gf-ctrl-label-color-quaternary: var(--gf-color-out-ctrl-dark);
	--gf-ctrl-label-font-family-quaternary: var(--gf-font-family-tertiary);
	--gf-ctrl-label-font-size-quaternary: var(--gf-font-size-secondary);
	--gf-ctrl-label-font-style-quaternary: var(--gf-font-style-tertiary);
	--gf-ctrl-label-font-weight-quaternary: var(--gf-font-weight-secondary);
	--gf-ctrl-label-letter-spacing-quaternary: var(--gf-letter-spacing-tertiary);
	--gf-ctrl-label-line-height-quaternary: var(--gf-line-height-tertiary);
	--gf-ctrl-label-color-req: var(--gf-color-danger);
	--gf-ctrl-label-font-family-req: var(--gf-ctrl-label-font-family-primary);
	--gf-ctrl-label-font-size-req: 12px;
	--gf-ctrl-label-font-style-req: var(--gf-ctrl-label-font-style-primary);
	--gf-ctrl-label-font-weight-req: var(--gf-ctrl-label-font-weight-primary);
	--gf-ctrl-label-letter-spacing-req: var(--gf-ctrl-label-letter-spacing-primary);
	--gf-ctrl-label-line-height-req: var(--gf-ctrl-label-line-height-primary);
}

.gform-theme--api, .gform-theme--framework {
	--gf-ctrl-number-spin-btn-appearance: var(--gf-ctrl-appearance);
	--gf-ctrl-number-spin-btn-bg-position: center center;
	--gf-ctrl-number-spin-btn-bg-size: 8px 14px;
	--gf-ctrl-number-spin-btn-width: 8px;
	--gf-ctrl-number-spin-btn-opacity: 1;
}

.gform-theme--api, .gform-theme--framework {
	--gf-ctrl-select-icon: var(--gf-icon-ctrl-select);
	--gf-ctrl-select-icon-hover: var(--gf-ctrl-select-icon);
	--gf-ctrl-select-icon-focus: var(--gf-ctrl-select-icon);
	--gf-ctrl-select-icon-disabled: var(--gf-ctrl-select-icon);
	--gf-ctrl-select-icon-position: calc(100% - var(--gf-ctrl-padding-x)) center;
	--gf-ctrl-select-icon-size: 10px;
	--gf-ctrl-select-ms-expand: none;
	--gf-ctrl-select-padding-x: var(--gf-ctrl-padding-x) calc(var(--gf-ctrl-select-search-icon-size) + var(--gf-ctrl-padding-x));
	--gf-ctrl-multiselect-height: 130px;
	--gf-ctrl-multiselect-radius: var(--gf-ctrl-radius-max-lg);
	--gf-ctrl-multiselect-line-height: 1.5;
	--gf-ctrl-multiselect-padding-y: var(--gf-padding-y);
	--gf-ctrl-select-dropdown-border-color: transparent;
	--gf-ctrl-select-dropdown-radius: var(--gf-ctrl-radius-max-md);
	--gf-ctrl-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);
	--gf-ctrl-select-dropdown-option-bg-color-hover: var(--gf-color-in-ctrl-light-lighter);
	--gf-ctrl-select-dropdown-option-shadow-hover: inset 3px 0 0 var(--gf-color-in-ctrl-primary);
	--gf-ctrl-select-search-icon-size: var(--gf-icon-font-size);
	--gf-ctrl-select-search-icon-position: var(--gf-ctrl-padding-x) center;
	--gf-ctrl-select-search-padding-x: calc(var(--gf-ctrl-select-search-icon-size) + var(--gf-ctrl-padding-x) + 8px) var(--gf-ctrl-padding-x);
	--gf-ctrl-multiselect-close-icon-size: var(--gf-icon-font-size);
	--gf-ctrl-multiselect-close-icon-inset-y-start: calc(50% - ( var(--gf-ctrl-multiselect-close-icon-size) / 2 ));
	--gf-ctrl-multiselect-close-icon-inset-x-end: calc(( var(--gf-ctrl-padding-x) / 2 ) + 2px);
	--gf-ctrl-multiselect-selected-item-bg-color: var(--gf-color-in-ctrl-primary);
	--gf-ctrl-multiselect-selected-item-radius: 33px;
	--gf-ctrl-multiselect-selected-item-color: var(--gf-color-in-ctrl-primary-contrast);
	--gf-ctrl-multiselect-selected-item-font-size: var(--gf-ctrl-font-size);
	--gf-ctrl-multiselect-selected-item-font-weight: 600;
	--gf-ctrl-multiselect-selected-item-remove-icon-color: var(--gf-color-in-ctrl-primary-contrast);
}

html[dir=rtl] .gform-theme--api, html[dir=rtl] .gform-theme--framework {
	--gf-ctrl-select-icon-position: var(--gf-ctrl-padding-x) center;
	--gf-ctrl-select-search-icon-position: calc(100% - var(--gf-padding-x)) center;
}

.gform-theme--api, .gform-theme--framework {
	--gf-ctrl-textarea-height: 130px;
	--gf-ctrl-textarea-radius: var(--gf-ctrl-radius-max-lg);
	--gf-ctrl-textarea-line-height: 1.5;
	--gf-ctrl-textarea-padding-y: var(--gf-padding-y);
	--gf-ctrl-textarea-resize: vertical;
}

.gform-theme--api, .gform-theme--framework {
	--gf-field-date-ctrl-padding-x-end: calc(var(--gf-ctrl-padding-x) + var(--gf-icon-font-size) + 4px);
	--gf-field-date-icon-margin-x-start: calc(calc(var(--gf-ctrl-padding-x) * -1) + calc(var(--gf-ctrl-btn-size-simple) - var(--gf-icon-font-size)));
	--gf-field-date-icon-size: var(--gf-icon-font-size);
	--gf-field-date-icon-color: var(--gf-ctrl-icon-color);
	--gf-field-date-icon-color-active: var(--gf-ctrl-icon-color-hover);
	--gf-field-date-icon-transition: var(--gf-ctrl-transition);
	--gf-field-date-custom-icon-max-height: 16px;
	--gf-field-date-custom-icon-max-width: 16px;
	--gf-field-date-custom-icon-opacity: .6;
	--gf-field-date-custom-icon-opacity-hover: 1;
}

.gform-theme--api, .gform-theme--framework {
	--gf-field-choice-gap: var(--gf-label-space-x-secondary);
	--gf-field-choice-align-x-gap-y: var(--gf-field-choice-gap);
	--gf-field-choice-align-x-gap-x: 16px;
	--gf-field-choice-meta-margin-y-start: 4px;
	--gf-field-choice-meta-space: 16px;
	--gf-field-choice-other-ctrl-max-width: 256px;
	--gf-field-img-choice-aspect-ratio: 1/1;
	--gf-field-img-choice-align-self: start;
	--gf-field-img-choice-gap: var(--gf-field-gap-x);
	--gf-field-img-choice-margin-y-end: 12px;
	--gf-field-img-choice-placeholder-icon-font-size: 60px;
	--gf-field-img-choice-radius-square: var(--gf-ctrl-radius-max-sm);
	--gf-field-img-choice-radius-round: 50%;
	--gf-field-img-choice-shadow: 0 0 0 rgba(18, 25, 97, .05), 0 2px 5px rgba(18, 25, 97, .1), 0 1px 1px rgba(18, 25, 97, .15);
	--gf-field-img-choice-shadow-hover: 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);
	--gf-field-img-choice-size-sm: 125px;
	--gf-field-img-choice-size-md: 200px;
	--gf-field-img-choice-size-lg: 300px;
	--gf-field-img-choice-size: var(--gf-field-img-choice-size-md);
	--gf-field-img-choice-card-placeholder-bg-color: rgba(var(--gf-color-in-ctrl-light-rgb), .05);
	--gf-field-img-choice-card-placeholder-color: rgba(var(--gf-color-in-ctrl-dark-rgb), .4);
	--gf-field-img-choice-card-check-ind-bg-color: var(--gf-color-in-ctrl-primary);
	--gf-field-img-choice-card-check-ind-icon-color: var(--gf-color-in-ctrl-primary-contrast);
	--gf-field-img-choice-card-space-sm: 8px;
	--gf-field-img-choice-card-space-md: 12px;
	--gf-field-img-choice-card-space-lg: 16px;
	--gf-field-img-choice-card-space: var(--gf-field-img-choice-card-space-md);
	--gf-field-img-choice-no-card-placeholder-bg-color: rgba(var(--gf-color-out-ctrl-light-rgb), .05);
	--gf-field-img-choice-no-card-placeholder-color: rgba(var(--gf-color-out-ctrl-dark-rgb), .4);
	--gf-field-img-choice-no-card-check-ind-bg-color: var(--gf-color-in-ctrl-primary);
	--gf-field-img-choice-no-card-check-ind-icon-color: var(--gf-color-in-ctrl-primary-contrast);
	--gf-field-img-choice-check-ind-icon: var(--gf-icon-ctrl-checkbox);
	--gf-field-img-choice-check-ind-radius: 50%;
	--gf-field-img-choice-check-ind-shadow: drop-shadow(0 1px 1px rgba(18, 25, 97, .15)) drop-shadow(0 2px 5px rgba(18, 25, 97, .1)) drop-shadow(0 0 0 rgba(18, 25, 97, .05));
	--gf-field-img-choice-check-ind-size-sm: 24px;
	--gf-field-img-choice-check-ind-size-md: 38px;
	--gf-field-img-choice-check-ind-size-lg: 64px;
	--gf-field-img-choice-check-ind-size: var(--gf-field-img-choice-check-ind-size-md);
	--gf-field-img-choice-check-ind-icon-size-sm: 12px;
	--gf-field-img-choice-check-ind-icon-size-md: var(--gf-icon-font-size);
	--gf-field-img-choice-check-ind-icon-size-lg: 30px;
	--gf-field-img-choice-check-ind-icon-size: var(--gf-field-img-choice-check-ind-icon-size-md);
	--gf-field-img-choice-ctrl-opacity: 1;
	--gf-field-img-choice-ctrl-opacity-disabled: .5;
	--gf-field-img-choice-other-ctrl-margin-y-start: 16px;
}

.gform-theme--api, .gform-theme--framework {
	--gf-field-list-btn-size: 16px;
	--gf-field-list-btn-radius: 50%;
	--gf-field-list-btn-font-size: 0;
	--gf-field-list-btn-padding-y: 0;
	--gf-field-list-btn-padding-x: 0;
}

.gform-theme--api, .gform-theme--framework {
	--gf-field-pg-prog-color: var(--gf-color-out-ctrl-dark);
	--gf-field-pg-prog-margin-y-end: 24px;
	--gf-field-pg-prog-title-margin-y-end: 16px;
	--gf-field-pg-prog-font-family: var(--gf-font-family-base);
	--gf-field-pg-prog-font-size: 14px;
	--gf-field-pg-prog-font-style: var(--gf-font-style-base);
	--gf-field-pg-prog-font-weight: 600;
	--gf-field-pg-prog-letter-spacing: 0;
	--gf-field-pg-prog-line-height: 1;
	--gf-field-pg-prog-text-transform: uppercase;
	--gf-field-pg-prog-bar-bg-color: var(--gf-color-out-ctrl-light);
	--gf-field-pg-prog-bar-bg-color-blue: #204ce5;
	--gf-field-pg-prog-bar-bg-color-gray: var(--gf-color-out-ctrl-dark);
	--gf-field-pg-prog-bar-bg-color-green: #31c48d;
	--gf-field-pg-prog-bar-bg-color-orange: #ff5a1f;
	--gf-field-pg-prog-bar-bg-color-red: #c02b0a;
	--gf-field-pg-prog-bar-bg-gradient-spring: linear-gradient(270deg, #9cd790 0%, #76d7db 100%);
	--gf-field-pg-prog-bar-bg-gradient-blues: linear-gradient(270deg, #00c2ff 0%, #7838e2 100%);
	--gf-field-pg-prog-bar-bg-gradient-rainbow: linear-gradient(274.73deg, #74b551 -5.58%, #f3ca30 44.81%, #cd302b 93.15%);
	--gf-field-pg-prog-bar-radius: 100px;
	--gf-field-pg-prog-bar-height: 10px;
	--gf-field-pg-steps-number-bg-color: transparent;
	--gf-field-pg-steps-number-bg-color-active: var(--gf-color-out-ctrl-light);
	--gf-field-pg-steps-number-bg-color-complete: var(--gf-color-primary);
	--gf-field-pg-steps-number-border-color: var(--gf-color-out-ctrl-light-darker);
	--gf-field-pg-steps-number-border-color-active: transparent;
	--gf-field-pg-steps-number-border-color-complete: var(--gf-color-primary);
	--gf-field-pg-steps-number-border-style: solid;
	--gf-field-pg-steps-number-border-width: 2px;
	--gf-field-pg-steps-number-radius: 50%;
	--gf-field-pg-steps-number-color: var(--gf-color-out-ctrl-dark);
	--gf-field-pg-steps-number-color-active: var(--gf-field-pg-steps-number-color);
	--gf-field-pg-steps-number-color-complete: var(--gf-color-primary-contrast);
	--gf-field-pg-steps-icon-font-size: var(--gf-icon-font-size);
	--gf-field-pg-steps-number-size: 32px;
	--gf-field-pg-steps-step-gap: 12px;
}

.gform-theme--api, .gform-theme--framework {
	--gf-field-pwd-ctrl-padding-x-end: calc(var(--gf-ctrl-padding-x) + var(--gf-icon-font-size) + 8px);
	--gf-field-pwd-str-bg-color: transparent;
	--gf-field-pwd-str-bg-color-mismatch: transparent;
	--gf-field-pwd-str-bg-color-short: transparent;
	--gf-field-pwd-str-bg-color-bad: transparent;
	--gf-field-pwd-str-bg-color-good: transparent;
	--gf-field-pwd-str-bg-color-strong: transparent;
	--gf-field-pwd-str-border-color: transparent;
	--gf-field-pwd-str-border-color-mismatch: transparent;
	--gf-field-pwd-str-border-color-short: transparent;
	--gf-field-pwd-str-border-color-bad: transparent;
	--gf-field-pwd-str-border-color-good: transparent;
	--gf-field-pwd-str-border-color-strong: transparent;
	--gf-field-pwd-str-border-style: var(--gf-ctrl-border-style);
	--gf-field-pwd-str-border-width: 0;
	--gf-field-pwd-str-radius: 0;
	--gf-field-pwd-str-color: var(--gf-color-out-ctrl-dark);
	--gf-field-pwd-str-color-mismatch: #c02b0a;
	--gf-field-pwd-str-color-short: #c02b0a;
	--gf-field-pwd-str-color-bad: #ff5a1f;
	--gf-field-pwd-str-color-good: #8b6c32;
	--gf-field-pwd-str-color-strong: #399f4b;
	--gf-field-pwd-str-margin-y-start: 16px;
	--gf-field-pwd-str-padding-y: 0;
	--gf-field-pwd-str-padding-x: calc(65px + 8px) 0;
	--gf-field-pwd-str-font-family: var(--gf-font-family-secondary);
	--gf-field-pwd-str-font-size: var(--gf-font-size-primary);
	--gf-field-pwd-str-font-style: var(--gf-font-style-secondary);
	--gf-field-pwd-str-font-weight: var(--gf-font-weight-secondary);
	--gf-field-pwd-str-letter-spacing: var(--gf-letter-spacing-secondary);
	--gf-field-pwd-str-line-height: 1;
	--gf-field-pwd-str-text-align: start;
	--gf-field-pwd-str-transition: var(--gf-transition-ctrl);
	--gf-field-pwd-str-ind-bg-color: var(--gf-color-out-ctrl-light);
	--gf-field-pwd-str-ind-bg-color-mismatch: var(--gf-field-pwd-str-color-mismatch);
	--gf-field-pwd-str-ind-bg-color-short: var(--gf-field-pwd-str-color-short);
	--gf-field-pwd-str-ind-bg-color-bad: var(--gf-field-pwd-str-color-bad);
	--gf-field-pwd-str-ind-bg-color-good: var(--gf-field-pwd-str-color-good);
	--gf-field-pwd-str-ind-bg-color-strong: var(--gf-field-pwd-str-color-strong);
	--gf-field-pwd-str-ind-radius: var(--gf-radius);
	--gf-field-pwd-str-ind-display: inline-block;
	--gf-field-pwd-str-ind-inset-y-start: 50%;
	--gf-field-pwd-str-ind-inset-x-start: 0;
	--gf-field-pwd-str-ind-position: absolute;
	--gf-field-pwd-str-ind-height: 6px;
	--gf-field-pwd-str-ind-width: 65px;
	--gf-field-pwd-str-ind-width-blank: 0;
	--gf-field-pwd-str-ind-width-mismatch: 65px;
	--gf-field-pwd-str-ind-width-short: 22px;
	--gf-field-pwd-str-ind-width-bad: 37px;
	--gf-field-pwd-str-ind-width-good: 46px;
	--gf-field-pwd-str-ind-width-strong: 65px;
	--gf-field-pwd-str-ind-content: "";
	--gf-field-pwd-str-ind-transform: translateY(-50%);
	--gf-field-pwd-str-ind-transition: var(--gf-transition-ctrl);
}

.gform-theme--api, .gform-theme--framework {
	--gf-field-prod-price-color: var(--gf-ctrl-label-color-primary);
	--gf-field-prod-quant-margin-y-end: var(--gf-field-gap-y);
	--gf-field-prod-quant-width: 150px;
}

.gform-theme--api, .gform-theme--framework {
	--gf-field-repeater-gap-y: var(--gf-form-gap-y);
	--gf-field-repeater-btn-inline-gap: var(--gf-form-gap-x);
	--gf-field-repeater-separator-color: var(--gf-color-out-ctrl-light-darker);
	--gf-field-repeater-separator-size: 1px;
	--gf-field-repeater-nested-border-color: var(--gf-color-out-ctrl-light-darker);
	--gf-field-repeater-nested-border-size: 1px;
	--gf-field-repeater-nested-border-style: solid;
	--gf-field-repeater-nested-border-radius: var(--gf-ctrl-radius);
	--gf-field-repeater-nested-padding: 20px;
}

.gform-theme--api, .gform-theme--framework {
	--gf-field-section-border-color: var(--gf-color-out-ctrl-light-darker);
	--gf-field-section-border-style: solid;
	--gf-field-section-border-width: 1px;
	--gf-field-section-padding-y-end: 8px;
}

.gform-theme--api, .gform-theme--framework {
	--gf-form-validation-bg-color: rgba(var(--gf-color-danger-rgb), .03);
	--gf-form-validation-border-color: rgba(var(--gf-color-danger-rgb), .25);
	--gf-form-validation-border-color-focus: var(--gf-color-danger);
	--gf-form-validation-border-width: 1px;
	--gf-form-validation-border-style: solid;
	--gf-form-validation-radius: var(--gf-ctrl-radius-max-md);
	--gf-form-validation-outline-color-focus: rgba(var(--gf-color-danger-rgb), .65);
	--gf-form-validation-outline-focus: var(--gf-ctrl-outline-width-focus) var(--gf-ctrl-outline-style) var(--gf-form-validation-outline-color-focus);
	--gf-form-validation-shadow: 0 1px 4px rgba(18, 25, 97, .0779552);
	--gf-form-validation-color: var(--gf-color-danger);
	--gf-form-validation-font-family: var(--gf-font-family-primary);
	--gf-form-validation-font-size: var(--gf-font-size-primary);
	--gf-form-validation-line-height: 1.43;
	--gf-form-validation-gap: 8px;
	--gf-form-validation-margin-y: 0 var(--gf-form-gap-y);
	--gf-form-validation-padding-y: 20px;
	--gf-form-validation-padding-x: 16px;
	--gf-form-validation-heading-color: var(--gf-form-validation-color);
	--gf-form-validation-heading-font-family: var(--gf-form-validation-font-family);
	--gf-form-validation-heading-font-size: var(--gf-form-validation-font-size);
	--gf-form-validation-heading-font-weight: 500;
	--gf-form-validation-heading-line-height: var(--gf-form-validation-line-height);
	--gf-form-validation-heading-gap: 12px;
	--gf-form-validation-heading-icon-bg-color: rgba(var(--gf-color-danger-rgb), .05);
	--gf-form-validation-heading-icon-border-color: var(--gf-form-validation-border-color);
	--gf-form-validation-heading-icon-border-width: 2px;
	--gf-form-validation-heading-icon-border-style: var(--gf-form-validation-border-style);
	--gf-form-validation-heading-icon-radius: 50%;
	--gf-form-validation-heading-icon-color: var(--gf-form-validation-heading-color);
	--gf-form-validation-heading-icon-font-size: 18px;
	--gf-form-validation-heading-icon-size: 20px;
	--gf-form-validation-summary-color: var(--gf-form-validation-color);
	--gf-form-validation-summary-font-family: var(--gf-form-validation-font-family);
	--gf-form-validation-summary-font-size: var(--gf-form-validation-font-size);
	--gf-form-validation-summary-font-weight: 400;
	--gf-form-validation-summary-line-height: var(--gf-form-validation-line-height);
	--gf-form-validation-summary-margin-y-start: 4px;
	--gf-form-validation-summary-padding-x: 48px;
	--gf-form-validation-summary-item-link-text-decoration: underline;
}

.gform-theme--api, .gform-theme--framework {
	--gf-form-spinner-fg-color: var(--gf-color-primary-contrast);
	--gf-form-spinner-bg-color: rgba(var(--gf-color-primary-contrast-rgb), .1);
	--gf-form-spinner-fg-color-secondary: var(--gf-color-primary);
	--gf-form-spinner-bg-color-secondary: rgba(var(--gf-color-primary-rgb), .1);
}

.gform-orbital-icon {
	font-family: var(--gf-icon-font-family) !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.gform-orbital-icon--photograph:before {
	content: "";
}

.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 .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-phone) .gform-phone__search-wrapper 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-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-datepicker-calendar .nav.btn: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 *)) {
	--gf-local-appearance: var(--gf-ctrl-appearance);
	--gf-local-bg-color: var(--gf-ctrl-bg-color);
	--gf-local-height: var(--gf-ctrl-size);
	--gf-local-radius: var(--gf-ctrl-radius);
	--gf-local-border-color: var(--gf-ctrl-border-color);
	--gf-local-border-width: var(--gf-ctrl-border-width);
	--gf-local-border-style: var(--gf-ctrl-border-style);
	--gf-local-border-block-start: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
	--gf-local-border-block-end: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
	--gf-local-border-inline-start: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
	--gf-local-border-inline-end: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
	--gf-local-color: var(--gf-ctrl-color);
	--gf-local-display: block;
	--gf-local-font-family: var(--gf-ctrl-font-family);
	--gf-local-font-size: var(--gf-ctrl-font-size);
	--gf-local-font-style: var(--gf-ctrl-font-style);
	--gf-local-font-weight: var(--gf-ctrl-font-weight);
	--gf-local-letter-spacing: var(--gf-ctrl-letter-spacing);
	--gf-local-line-height: var(--gf-ctrl-line-height);
	--gf-local-min-height: auto;
	--gf-local-outline-color: var(--gf-ctrl-outline-color);
	--gf-local-outline-offset: var(--gf-ctrl-outline-offset);
	--gf-local-outline-style: var(--gf-ctrl-outline-style);
	--gf-local-outline-width: var(--gf-ctrl-outline-width);
	--gf-local-padding-x: var(--gf-ctrl-padding-x);
	--gf-local-padding-y: var(--gf-ctrl-padding-y);
	--gf-local-shadow: var(--gf-ctrl-shadow);
	--gf-local-transition: var(--gf-ctrl-transition);
	--gf-local-width: 100%;
	-webkit-appearance: var(--gf-local-appearance);
	-moz-appearance: var(--gf-local-appearance);
	appearance: var(--gf-local-appearance);
	background-color: var(--gf-local-bg-color);
	block-size: var(--gf-local-height);
	border-block-end: var(--gf-local-border-block-end);
	border-block-start: var(--gf-local-border-block-start);
	border-inline-end: var(--gf-local-border-inline-end);
	border-inline-start: var(--gf-local-border-inline-start);
	border-radius: var(--gf-local-radius);
	box-shadow: var(--gf-local-shadow);
	color: var(--gf-local-color);
	display: var(--gf-local-display);
	font-family: var(--gf-local-font-family);
	font-size: var(--gf-local-font-size);
	font-style: var(--gf-local-font-style);
	font-weight: var(--gf-local-font-weight);
	inline-size: var(--gf-local-width);
	letter-spacing: var(--gf-local-letter-spacing);
	line-height: var(--gf-local-line-height);
	margin-block: 0;
	margin-inline: 0;
	min-block-size: var(--gf-local-min-height);
	outline-color: var(--gf-local-outline-color);
	outline-offset: var(--gf-local-outline-offset);
	outline-style: var(--gf-local-outline-style);
	outline-width: var(--gf-local-outline-width);
	padding-block: var(--gf-local-padding-y);
	padding-inline: var(--gf-local-padding-x);
	transition: var(--gf-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 *))::-moz-placeholder, .gform-theme--framework .gfield:where(.gfield--type-phone) .gform-phone__search-wrapper input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-moz-placeholder, .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 *))::-moz-placeholder, .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 *))::-moz-placeholder, .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 *))::-moz-placeholder, .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 *))::-moz-placeholder, .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-moz-placeholder, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-moz-placeholder, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-moz-placeholder, .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 *))::-moz-placeholder, .gform-theme--framework.gform-theme.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-moz-placeholder, .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 *))::-moz-placeholder, .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 *))::-moz-placeholder, .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 *))::-moz-placeholder, .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 *))::-moz-placeholder, .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 *))::-moz-placeholder, .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 *))::-moz-placeholder {
	color: var(--gf-ctrl-placeholder-color);
	font-family: var(--gf-ctrl-placeholder-font-family);
	font-size: var(--gf-ctrl-placeholder-font-size);
	font-style: var(--gf-ctrl-placeholder-font-style);
	font-weight: var(--gf-ctrl-placeholder-font-weight);
	letter-spacing: var(--gf-ctrl-placeholder-letter-spacing);
	opacity: var(--gf-ctrl-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 *))::placeholder, .gform-theme--framework .gfield:where(.gfield--type-phone) .gform-phone__search-wrapper input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::placeholder, .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 *))::placeholder, .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 *))::placeholder, .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 *))::placeholder, .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 *))::placeholder, .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::placeholder, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::placeholder, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::placeholder, .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 *))::placeholder, .gform-theme--framework.gform-theme.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::placeholder, .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 *))::placeholder, .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 *))::placeholder, .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 *))::placeholder, .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 *))::placeholder, .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 *))::placeholder, .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 *))::placeholder {
	color: var(--gf-ctrl-placeholder-color);
	font-family: var(--gf-ctrl-placeholder-font-family);
	font-size: var(--gf-ctrl-placeholder-font-size);
	font-style: var(--gf-ctrl-placeholder-font-style);
	font-weight: var(--gf-ctrl-placeholder-font-weight);
	letter-spacing: var(--gf-ctrl-placeholder-letter-spacing);
	opacity: var(--gf-ctrl-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 *)):hover, .gform-theme--framework .gfield:where(.gfield--type-phone) .gform-phone__search-wrapper 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-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 *)):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 *)):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 *)):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 *)):hover, .gform-theme--framework.gform-theme.gform_wrapper .gform-datepicker-calendar .nav.btn: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 *)):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 *)):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 *)):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 {
	--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 *)):focus, .gform-theme--framework .gfield:where(.gfield--type-phone) .gform-phone__search-wrapper 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-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 *)):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 *)):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 *)):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 *)):focus, .gform-theme--framework.gform-theme.gform_wrapper .gform-datepicker-calendar .nav.btn: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 *)):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 *)):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 *)):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 {
	--gf-local-bg-color: var(--gf-ctrl-bg-color-focus);
	--gf-local-border-color: var(--gf-ctrl-border-color-focus);
	--gf-local-color: var(--gf-ctrl-color-focus);
	--gf-local-outline-color: var(--gf-ctrl-outline-color-focus);
	--gf-local-outline-width: var(--gf-ctrl-outline-width-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 *)):disabled, .gform-theme--framework .gfield:where(.gfield--type-phone) .gform-phone__search-wrapper 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-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 *)):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 *)):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 *)):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 *)):disabled, .gform-theme--framework.gform-theme.gform_wrapper .gform-datepicker-calendar .nav.btn: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 *)):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 *)):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 *)):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 {
	--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 *)) {
	--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 .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 *)):focus, .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 *)):focus, .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 *)):focus, .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 *)):focus, .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 *)):focus {
	--gf-local-bg-color: var(--gf-ctrl-bg-color-focus);
	--gf-local-border-color: var(--gf-ctrl-border-color-focus);
	--gf-local-color: var(--gf-ctrl-color-focus);
	--gf-local-outline-color: var(--gf-ctrl-outline-color-focus);
	--gf-local-outline-width: var(--gf-ctrl-outline-width-focus);
}

.gform-theme--framework input[type].gform-text-input-reset {
	--gf-local-border-color: transparent;
	--gf-local-height: auto;
	--gf-local-color: var(--gf-ctrl-readonly-color);
	--gf-local-font-family: var(--gf-ctrl-readonly-font-family);
	--gf-local-font-size: var(--gf-ctrl-readonly-font-size);
	--gf-local-font-style: var(--gf-ctrl-readonly-font-style);
	--gf-local-font-weight: var(--gf-ctrl-readonly-font-weight);
	--gf-local-letter-spacing: var(--gf-ctrl-readonly-letter-spacing);
	--gf-local-line-height: var(--gf-ctrl-readonly-line-height);
	--gf-local-min-height: auto;
	--gf-local-outline-color: var(--gf-ctrl-outline-color);
	--gf-local-outline-width: var(--gf-ctrl-outline-width);
	block-size: var(--gf-local-height);
	border: var(--gf-ctrl-border-width) var(--gf-ctrl-border-style) var(--gf-local-border-color);
	border-radius: var(--gf-ctrl-radius);
	color: var(--gf-local-color);
	font-family: var(--gf-local-font-family);
	font-size: var(--gf-local-font-size);
	font-style: var(--gf-local-font-style);
	font-weight: var(--gf-local-font-weight);
	letter-spacing: var(--gf-local-letter-spacing);
	line-height: var(--gf-local-line-height);
	min-block-size: var(--gf-local-min-height);
	outline-color: var(--gf-local-outline-color);
	outline-offset: var(--gf-ctrl-outline-offset);
	outline-style: var(--gf-ctrl-outline-style);
	outline-width: var(--gf-local-outline-width);
	transition: var(--gf-ctrl-transition);
}

.gform-theme--framework input[type].gform-text-input-reset:focus {
	--gf-local-border-color: var(--gf-ctrl-border-color-focus);
	--gf-local-outline-color: var(--gf-ctrl-outline-color-focus);
	--gf-local-outline-width: var(--gf-ctrl-outline-width-focus);
}

.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(--gf-ctrl-number-spin-btn-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(--gf-ctrl-number-spin-btn-appearance);
	appearance: var(--gf-ctrl-number-spin-btn-appearance);
	background-image: var(--gf-icon-ctrl-number);
	background-position: var(--gf-ctrl-number-spin-btn-bg-position);
	background-repeat: no-repeat;
	background-size: var(--gf-ctrl-number-spin-btn-bg-size);
	cursor: pointer;
	width: var(--gf-ctrl-number-spin-btn-width);
}

.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-radius: var(--gf-ctrl-textarea-radius);
	--gf-local-height: var(--gf-ctrl-textarea-height);
	--gf-local-line-height: var(--gf-ctrl-textarea-line-height);
	--gf-local-padding-y: var(--gf-ctrl-textarea-padding-y);
	resize: var(--gf-ctrl-textarea-resize);
}

.gform-theme--framework .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-border-color: var(--gf-ctrl-border-color);
	--gf-local-outline-color: var(--gf-ctrl-outline-color);
	--gf-local-outline-width: var(--gf-ctrl-outline-width);
	border: var(--gf-ctrl-border-width) var(--gf-ctrl-border-style) var(--gf-local-border-color);
	border-radius: var(--gf-ctrl-textarea-radius);
	box-shadow: var(--gf-ctrl-shadow);
	outline-color: var(--gf-local-outline-color);
	outline-offset: var(--gf-ctrl-outline-offset);
	outline-style: var(--gf-ctrl-outline-style);
	outline-width: var(--gf-local-outline-width);
	overflow: hidden;
	transition: var(--gf-transition-ctrl);
}

.gform-theme--framework .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
	--gf-local-border-color: var(--gf-ctrl-border-color-hover);
}

.gform-theme--framework .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[\:has\(.wp-editor-iframe-active\)] {
	--gf-local-border-color: var(--gf-ctrl-border-color-focus);
	--gf-local-outline-color: var(--gf-ctrl-outline-color-focus);
	--gf-local-outline-width: var(--gf-ctrl-outline-width-focus);
}

.gform-theme--framework .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):has(.wp-editor-iframe-active) {
	--gf-local-border-color: var(--gf-ctrl-border-color-focus);
	--gf-local-outline-color: var(--gf-ctrl-outline-color-focus);
	--gf-local-outline-width: var(--gf-ctrl-outline-width-focus);
}

.gform-theme--framework .wp-editor-container textarea {
	border-color: transparent;
	border-width: 0;
}

.gform-theme--framework .gfield_error .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-border-color: var(--gf-ctrl-border-color-error);
}

.gform-theme--framework .gfield_error .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[\:has\(.wp-editor-iframe-active\)] {
	--gf-local-border-color: var(--gf-ctrl-border-color-focus);
}

.gform-theme--framework .gfield_error .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):has(.wp-editor-iframe-active) {
	--gf-local-border-color: var(--gf-ctrl-border-color-focus);
}

.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 *)) {
	--gf-local-height: var(--gf-ctrl-choice-size);
	--gf-local-display: inline-grid;
	--gf-local-line-height: var(--gf-ctrl-choice-size);
	--gf-local-padding-y: 0;
	--gf-local-padding-x: 0;
	--gf-local-width: var(--gf-ctrl-choice-size);
	accent-color: var(--gf-ctrl-accent-color);
	opacity: 1;
	align-content: center;
	justify-content: center;
	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 input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-radius: var(--gf-ctrl-checkbox-check-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 {
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: var(--gf-ctrl-choice-check-color);
	content: var(--gf-icon-ctrl-checkbox);
	font-size: var(--gf-ctrl-checkbox-check-size);
}

.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(--gf-ctrl-choice-check-color-disabled);
}

.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 *)) {
	--gf-local-radius: var(--gf-ctrl-radio-check-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(--gf-ctrl-choice-check-color);
	block-size: var(--gf-ctrl-radio-check-size);
	border-radius: var(--gf-ctrl-radio-check-radius);
	content: var(--gf-ctrl-radio-check-content);
	inline-size: var(--gf-ctrl-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(--gf-ctrl-choice-check-color-disabled);
}

.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])) {
	--gf-local-padding-x: var(--gf-ctrl-select-padding-x);
	background-image: var(--gf-ctrl-select-icon);
	background-position: var(--gf-ctrl-select-icon-position);
	background-repeat: no-repeat;
	background-size: var(--gf-ctrl-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 *)):where(:not([multiple])):hover {
	background-image: var(--gf-ctrl-select-icon-hover);
}

.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])):focus {
	background-image: var(--gf-ctrl-select-icon-focus);
}

.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])):disabled {
	background-image: var(--gf-ctrl-select-icon-disabled);
}

.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(--gf-ctrl-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] {
	--gf-local-height: var(--gf-ctrl-multiselect-height);
	--gf-local-radius: var(--gf-ctrl-multiselect-radius);
	--gf-local-line-height: var(--gf-ctrl-multiselect-line-height);
	--gf-local-padding-y: var(--gf-ctrl-multiselect-padding-y);
	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(--gf-color-in-ctrl-light);
}

.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single {
	background-image: var(--gf-icon-ctrl-select);
	background-position: var(--gf-ctrl-select-icon-position);
	background-repeat: no-repeat;
	background-size: var(--gf-ctrl-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(--gf-ctrl-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 {
	--gf-local-bg-color: var(--gf-ctrl-bg-color-focus);
	--gf-local-border-color: var(--gf-ctrl-border-color-focus);
	--gf-local-color: var(--gf-ctrl-color-focus);
	--gf-local-outline-color: var(--gf-ctrl-outline-color-focus);
	--gf-local-outline-width: var(--gf-ctrl-outline-width-focus);
}

.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single abbr.nitro-lazy, .gform-theme--framework .gfield:where(.gfield--type-select,.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(--gf-ctrl-radius);
	border-bottom-right-radius: var(--gf-ctrl-radius);
	border-color: var(--gf-ctrl-border-color-focus);
}

.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-search {
	background-color: var(--gf-ctrl-bg-color);
	margin-block-end: calc(var(--gf-padding-y) * -1);
	padding-block: var(--gf-padding-y);
	padding-inline: var(--gf-ctrl-padding-x);
}

.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-search input[type=text] {
	--gf-local-height: var(--gf-ctrl-size-md);
	--gf-local-padding-x: var(--gf-ctrl-select-search-padding-x);
	background-image: var(--gf-icon-ctrl-search) !important;
	background-position: var(--gf-ctrl-select-search-icon-position);
	background-size: var(--gf-ctrl-select-search-icon-size) !important;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi {
	--gf-local-height: auto;
	--gf-local-radius: var(--gf-ctrl-multiselect-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(--gf-ctrl-border-color-focus);
	outline-color: var(--gf-ctrl-outline-color-focus);
	outline-width: var(--gf-ctrl-outline-width-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: 0 0;
	border: none;
	display: flex;
	flex-flow: row wrap;
	gap: calc(var(--gf-padding-y) / 2);
	min-height: calc(var(--gf-ctrl-size) - 2px);
	padding-block: 4px;
	padding-inline: var(--gf-ctrl-padding-x);
}

.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(--gf-ctrl-placeholder-color);
	font-family: var(--gf-ctrl-placeholder-font-family);
	font-size: var(--gf-ctrl-placeholder-font-size);
	font-style: var(--gf-ctrl-placeholder-font-style);
	font-weight: var(--gf-ctrl-placeholder-font-weight);
	letter-spacing: var(--gf-ctrl-placeholder-letter-spacing);
	opacity: var(--gf-ctrl-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(--gf-ctrl-color-focus);
	font-family: var(--gf-ctrl-font-family);
	font-size: var(--gf-ctrl-font-size);
	font-style: var(--gf-ctrl-font-style);
	font-weight: var(--gf-ctrl-font-weight);
	letter-spacing: var(--gf-ctrl-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: 0 0;
	background-color: var(--gf-ctrl-multiselect-selected-item-bg-color);
	border: none;
	border-radius: var(--gf-ctrl-multiselect-selected-item-radius);
	box-shadow: none;
	color: var(--gf-ctrl-multiselect-selected-item-color);
	flex-shrink: 0;
	font-size: var(--gf-ctrl-multiselect-selected-item-font-size);
	font-weight: var(--gf-ctrl-multiselect-selected-item-font-weight);
	margin: 0;
	padding-block: 8px;
	padding-inline: var(--gf-ctrl-padding-x) calc(( var(--gf-ctrl-padding-x) * 1.25 ) + var(--gf-ctrl-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: 0 0;
	height: var(--gf-ctrl-multiselect-close-icon-size);
	inset-block-start: var(--gf-ctrl-multiselect-close-icon-inset-y-start);
	inset-inline-end: var(--gf-ctrl-multiselect-close-icon-inset-x-end);
	opacity: 70%;
	transition: var(--gf-local-transition);
	width: var(--gf-ctrl-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 {
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: var(--gf-ctrl-multiselect-selected-item-remove-icon-color);
	content: var(--gf-icon-ctrl-cancel);
	display: inline-block;
	font-size: var(--gf-ctrl-multiselect-close-icon-size);
	height: 100%;
	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(--gf-ctrl-bg-color);
	border: var(--gf-ctrl-select-dropdown-border-color);
	border-radius: var(--gf-ctrl-select-dropdown-radius);
	box-shadow: var(--gf-ctrl-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(--gf-padding-y);
	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(--gf-ctrl-color);
	padding: var(--gf-padding-y) var(--gf-ctrl-padding-x);
}

.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: 0 0;
	background-color: var(--gf-ctrl-select-dropdown-option-bg-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: 0 0;
	background-color: var(--gf-ctrl-select-dropdown-option-bg-color-hover);
	box-shadow: var(--gf-ctrl-select-dropdown-option-shadow-hover);
}

.gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-color: var(--gf-ctrl-label-color-primary);
	--gf-local-display: block;
	--gf-local-font-family: var(--gf-ctrl-label-font-family-primary);
	--gf-local-font-size: var(--gf-ctrl-label-font-size-primary);
	--gf-local-font-style: var(--gf-ctrl-label-font-style-primary);
	--gf-local-font-weight: var(--gf-ctrl-label-font-weight-primary);
	--gf-local-letter-spacing: var(--gf-ctrl-label-letter-spacing-primary);
	--gf-local-line-height: var(--gf-ctrl-label-line-height-primary);
	--gf-local-margin-y: 0;
	--gf-local-margin-x: 0;
	color: var(--gf-local-color);
	display: var(--gf-local-display);
	font-family: var(--gf-local-font-family);
	font-size: var(--gf-local-font-size);
	font-style: var(--gf-local-font-style);
	font-weight: var(--gf-local-font-weight);
	letter-spacing: var(--gf-local-letter-spacing);
	line-height: var(--gf-local-line-height);
	margin-block: var(--gf-local-margin-y);
	margin-inline: var(--gf-local-margin-x);
}

.gform-theme--framework .gform-field-label--type-inline:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-color: var(--gf-ctrl-label-color-secondary);
	--gf-local-display: block;
	--gf-local-font-family: var(--gf-ctrl-label-font-family-secondary);
	--gf-local-font-size: var(--gf-ctrl-label-font-size-secondary);
	--gf-local-font-style: var(--gf-ctrl-label-font-style-secondary);
	--gf-local-font-weight: var(--gf-ctrl-label-font-weight-secondary);
	--gf-local-letter-spacing: var(--gf-ctrl-label-letter-spacing-secondary);
	--gf-local-line-height: var(--gf-ctrl-label-line-height-secondary);
}

.gform-theme--framework .gform-field-label--type-sub:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-color: var(--gf-ctrl-label-color-tertiary);
	--gf-local-display: block;
	--gf-local-font-family: var(--gf-ctrl-label-font-family-tertiary);
	--gf-local-font-size: var(--gf-ctrl-label-font-size-tertiary);
	--gf-local-font-style: var(--gf-ctrl-label-font-style-tertiary);
	--gf-local-font-weight: var(--gf-ctrl-label-font-weight-tertiary);
	--gf-local-letter-spacing: var(--gf-ctrl-label-letter-spacing-tertiary);
	--gf-local-line-height: var(--gf-ctrl-label-line-height-tertiary);
}

.gform-theme--framework .gform-field-label--type-sub-large:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-color: var(--gf-ctrl-label-color-quaternary);
	--gf-local-display: inline-block;
	--gf-local-font-family: var(--gf-ctrl-label-font-family-quaternary);
	--gf-local-font-size: var(--gf-ctrl-label-font-size-quaternary);
	--gf-local-font-style: var(--gf-ctrl-label-font-style-quaternary);
	--gf-local-font-weight: var(--gf-ctrl-label-font-weight-quaternary);
	--gf-local-letter-spacing: var(--gf-ctrl-label-letter-spacing-quaternary);
	--gf-local-line-height: var(--gf-ctrl-label-line-height-quaternary);
}

.gform-theme--framework .gform-field-label > .gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform_editor legend.gform-field-label > span > .gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	color: var(--gf-ctrl-label-color-req);
	font-family: var(--gf-ctrl-label-font-family-req);
	font-size: var(--gf-ctrl-label-font-size-req);
	font-style: var(--gf-ctrl-label-font-style-req);
	font-weight: var(--gf-ctrl-label-font-weight-req);
	letter-spacing: var(--gf-ctrl-label-letter-spacing-req);
	line-height: var(--gf-ctrl-label-line-height-req);
}

.gform-theme--framework .gfield_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-color: var(--gf-ctrl-desc-color);
	--gf-local-font-family: var(--gf-ctrl-desc-font-family);
	--gf-local-font-size: var(--gf-ctrl-desc-font-size);
	--gf-local-font-style: var(--gf-ctrl-desc-font-style);
	--gf-local-font-weight: var(--gf-ctrl-desc-font-weight);
	--gf-local-letter-spacing: var(--gf-ctrl-desc-letter-spacing);
	--gf-local-line-height: var(--gf-ctrl-desc-line-height);
	color: var(--gf-local-color);
	display: block;
	font-family: var(--gf-local-font-family);
	font-size: var(--gf-local-font-size);
	font-style: var(--gf-local-font-style);
	font-weight: var(--gf-local-font-weight);
	letter-spacing: var(--gf-local-letter-spacing);
	line-height: var(--gf-local-line-height);
}

.gform-theme--framework .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-color: var(--gf-ctrl-desc-color-error);
	--gf-local-font-family: var(--gf-ctrl-desc-font-family-error);
	--gf-local-font-size: var(--gf-ctrl-desc-font-size-error);
	--gf-local-font-style: var(--gf-ctrl-desc-font-style-error);
	--gf-local-font-weight: var(--gf-ctrl-desc-font-weight-error);
	--gf-local-letter-spacing: var(--gf-ctrl-desc-letter-spacing-error);
	--gf-local-line-height: var(--gf-ctrl-desc-line-height-error);
}

.gform-theme--framework .gfield_consent_description_text:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	border: var(--gf-ctrl-desc-border-width-consent) var(--gf-ctrl-desc-border-style-consent) var(--gf-ctrl-desc-border-color-consent);
	max-height: var(--gf-ctrl-desc-max-height-consent);
	outline-color: var(--gf-ctrl-outline-color);
	outline-offset: var(--gf-ctrl-outline-offset);
	outline-style: var(--gf-ctrl-outline-style);
	outline-width: var(--gf-ctrl-outline-width);
	overflow-y: auto;
	padding: 16px;
	transition: var(--gf-ctrl-transition);
}

.gform-theme--framework .gfield_consent_description_text:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
	border-color: var(--gf-ctrl-desc-border-color-consent-focus);
	outline-color: var(--gf-ctrl-outline-color-focus);
	outline-width: var(--gf-ctrl-outline-width-focus);
}

.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-datepicker-calendar .nav.btn:where(:not(.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 *)) {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-primary);
	--gf-local-radius: var(--gf-ctrl-btn-radius);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-primary);
	--gf-local-border-style: var(--gf-ctrl-btn-border-style-primary);
	--gf-local-border-width: var(--gf-ctrl-btn-border-width-primary);
	--gf-local-border-block-start: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
	--gf-local-border-block-end: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
	--gf-local-border-inline-start: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
	--gf-local-border-inline-end: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
	--gf-local-shadow: var(--gf-ctrl-btn-shadow);
	--gf-local-color: var(--gf-ctrl-btn-color-primary);
	--gf-local-column-gap: var(--gf-ctrl-btn-icon-gap);
	--gf-local-cursor: pointer;
	--gf-local-display: inline-flex;
	--gf-local-font-style: var(--gf-ctrl-btn-font-style);
	--gf-local-font-weight: var(--gf-ctrl-btn-font-weight);
	--gf-local-font-size: var(--gf-ctrl-btn-font-size);
	--gf-local-font-family: var(--gf-ctrl-btn-font-family);
	--gf-local-height: auto;
	--gf-local-letter-spacing: var(--gf-ctrl-btn-letter-spacing);
	--gf-local-line-height: var(--gf-ctrl-btn-line-height);
	--gf-local-min-height: var(--gf-ctrl-btn-size);
	--gf-local-min-width: auto;
	--gf-local-opacity: var(--gf-ctrl-btn-opacity);
	--gf-local-padding-y: var(--gf-ctrl-btn-padding-y);
	--gf-local-padding-x: var(--gf-ctrl-btn-padding-x);
	--gf-local-text-decoration: var(--gf-ctrl-btn-text-decoration);
	--gf-local-text-transform: var(--gf-ctrl-btn-text-transform);
	--gf-local-width: auto;
	align-items: center;
	-moz-column-gap: var(--gf-local-column-gap);
	column-gap: var(--gf-local-column-gap);
	cursor: var(--gf-local-cursor);
	justify-content: center;
	min-inline-size: var(--gf-local-min-width);
	opacity: var(--gf-local-opacity);
	text-align: center;
	-webkit-text-decoration: var(--gf-local-text-decoration);
	text-decoration: var(--gf-local-text-decoration);
	text-transform: var(--gf-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-datepicker-calendar .nav.btn: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-datepicker-calendar .nav.btn: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-datepicker-calendar .nav.btn: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-datepicker-calendar .nav.btn: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 {
	--gf-local-color: var(--gf-ctrl-btn-icon-color-primary);
	--gf-local-content: var(--gf-ctrl-btn-icon);
	--gf-local-font-size: var(--gf-ctrl-btn-icon-font-size);
	--gf-local-transition: var(--gf-ctrl-btn-icon-transition);
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: var(--gf-local-color);
	content: var(--gf-local-content);
	font-size: var(--gf-local-font-size);
	transition: var(--gf-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-datepicker-calendar .nav.btn: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 {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-hover-primary);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-hover-primary);
	--gf-local-shadow: var(--gf-ctrl-btn-shadow-hover);
	--gf-local-color: var(--gf-ctrl-btn-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-datepicker-calendar .nav.btn: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-datepicker-calendar .nav.btn: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-datepicker-calendar .nav.btn: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-datepicker-calendar .nav.btn: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 {
	--gf-local-color: var(--gf-ctrl-btn-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-datepicker-calendar .nav.btn: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 {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-focus-primary);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-focus-primary);
	--gf-local-shadow: var(--gf-ctrl-btn-shadow-focus);
	--gf-local-color: var(--gf-ctrl-btn-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-datepicker-calendar .nav.btn: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-datepicker-calendar .nav.btn: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-datepicker-calendar .nav.btn: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-datepicker-calendar .nav.btn: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 {
	--gf-local-color: var(--gf-ctrl-btn-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-datepicker-calendar .nav.btn: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 {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-disabled-primary);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-disabled-primary);
	--gf-local-shadow: var(--gf-ctrl-btn-shadow-disabled);
	--gf-local-color: var(--gf-ctrl-btn-color-disabled-primary);
	--gf-local-cursor: default;
	--gf-local-opacity: var(--gf-ctrl-btn-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-datepicker-calendar .nav.btn: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-datepicker-calendar .nav.btn: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-datepicker-calendar .nav.btn: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-datepicker-calendar .nav.btn: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 {
	--gf-local-color: var(--gf-ctrl-btn-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 .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current), .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current), .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 .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 *)):is(.gform-datepicker-calendar .nav.btn.current), .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 :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 *)):is(.gform-datepicker-calendar .nav.btn.current), .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 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 *)):is(.gform-datepicker-calendar .nav.btn.current), .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]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current), .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: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 *)):is(.gform-datepicker-calendar .nav.btn.current), .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.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 *)):is(.gform-datepicker-calendar .nav.btn.current) {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-secondary);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-secondary);
	--gf-local-border-style: var(--gf-ctrl-btn-border-style-secondary);
	--gf-local-border-width: var(--gf-ctrl-btn-border-width-secondary);
	--gf-local-color: var(--gf-ctrl-btn-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 .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current) .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 *)):is(.gform-datepicker-calendar .nav.btn.current) .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 *)):is(.gform-datepicker-calendar .nav.btn.current)::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 *)):is(.gform-datepicker-calendar .nav.btn.current)::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current) .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current)::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current)::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 .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 *)):is(.gform-datepicker-calendar .nav.btn.current) .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 *)):is(.gform-datepicker-calendar .nav.btn.current) .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 *)):is(.gform-datepicker-calendar .nav.btn.current)::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 *)):is(.gform-datepicker-calendar .nav.btn.current)::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 :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 *)):is(.gform-datepicker-calendar .nav.btn.current) .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 *)):is(.gform-datepicker-calendar .nav.btn.current) .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 *)):is(.gform-datepicker-calendar .nav.btn.current)::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 *)):is(.gform-datepicker-calendar .nav.btn.current)::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 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 *)):is(.gform-datepicker-calendar .nav.btn.current) .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 *)):is(.gform-datepicker-calendar .nav.btn.current) .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 *)):is(.gform-datepicker-calendar .nav.btn.current)::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 *)):is(.gform-datepicker-calendar .nav.btn.current)::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]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current) .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 *)):is(.gform-datepicker-calendar .nav.btn.current) .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 *)):is(.gform-datepicker-calendar .nav.btn.current)::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 *)):is(.gform-datepicker-calendar .nav.btn.current)::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: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 *)):is(.gform-datepicker-calendar .nav.btn.current) .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 *)):is(.gform-datepicker-calendar .nav.btn.current) .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 *)):is(.gform-datepicker-calendar .nav.btn.current)::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 *)):is(.gform-datepicker-calendar .nav.btn.current)::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.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 *)):is(.gform-datepicker-calendar .nav.btn.current) .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 *)):is(.gform-datepicker-calendar .nav.btn.current) .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 *)):is(.gform-datepicker-calendar .nav.btn.current)::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 *)):is(.gform-datepicker-calendar .nav.btn.current)::before {
	--gf-local-color: var(--gf-ctrl-btn-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 .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current):hover, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current):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 .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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 :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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 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 *)):is(.gform-datepicker-calendar .nav.btn.current):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]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current):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: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 *)):is(.gform-datepicker-calendar .nav.btn.current):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.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 *)):is(.gform-datepicker-calendar .nav.btn.current):hover {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-hover-secondary);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-hover-secondary);
	--gf-local-color: var(--gf-ctrl-btn-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 .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):hover::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current):hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current):hover::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current):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 .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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 :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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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: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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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.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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):hover::before {
	--gf-local-color: var(--gf-ctrl-btn-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 .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current):focus, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current):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 .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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 :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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 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 *)):is(.gform-datepicker-calendar .nav.btn.current):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]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current):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: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 *)):is(.gform-datepicker-calendar .nav.btn.current):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.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 *)):is(.gform-datepicker-calendar .nav.btn.current):focus {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-focus-secondary);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-focus-secondary);
	--gf-local-color: var(--gf-ctrl-btn-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 .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):focus::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current):focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current):focus::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current):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 .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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 :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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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: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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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.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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):focus::before {
	--gf-local-color: var(--gf-ctrl-btn-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 .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current):disabled, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current):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 .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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 :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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 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 *)):is(.gform-datepicker-calendar .nav.btn.current):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]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current):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: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 *)):is(.gform-datepicker-calendar .nav.btn.current):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.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 *)):is(.gform-datepicker-calendar .nav.btn.current):disabled {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-disabled-secondary);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-disabled-secondary);
	--gf-local-color: var(--gf-ctrl-btn-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 .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):disabled::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current):disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current):disabled::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current):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 .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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 :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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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: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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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.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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):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 *)):is(.gform-datepicker-calendar .nav.btn.current):disabled::before {
	--gf-local-color: var(--gf-ctrl-btn-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--tertiary, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--tertiary, .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--tertiary, .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--tertiary, .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--tertiary, .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--tertiary, .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--tertiary, .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--tertiary {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-tertiary);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-tertiary);
	--gf-local-border-style: var(--gf-ctrl-btn-border-style-tertiary);
	--gf-local-border-width: var(--gf-ctrl-btn-border-width-tertiary);
	--gf-local-shadow: var(--gf-ctrl-btn-shadow-tertiary);
	--gf-local-color: var(--gf-ctrl-btn-color-tertiary);
}

.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--tertiary .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--tertiary .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--tertiary::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--tertiary::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--tertiary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--tertiary .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--tertiary::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--tertiary::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--tertiary .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--tertiary .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--tertiary::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--tertiary::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--tertiary .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--tertiary .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--tertiary::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--tertiary::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--tertiary .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--tertiary .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--tertiary::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--tertiary::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--tertiary .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--tertiary .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--tertiary::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--tertiary::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--tertiary .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--tertiary .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--tertiary::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--tertiary::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--tertiary .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--tertiary .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--tertiary::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--tertiary::before {
	--gf-local-color: var(--gf-ctrl-btn-icon-color-tertiary);
}

.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--tertiary:hover, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary:hover {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-hover-tertiary);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-hover-tertiary);
	--gf-local-shadow: var(--gf-ctrl-btn-shadow-hover-tertiary);
	--gf-local-color: var(--gf-ctrl-btn-color-hover-tertiary);
}

.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--tertiary: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--tertiary: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--tertiary: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--tertiary:hover::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--tertiary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--tertiary:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--tertiary:hover::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary:hover::before {
	--gf-local-color: var(--gf-ctrl-btn-icon-color-hover-tertiary);
}

.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--tertiary:focus, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary:focus {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-focus-tertiary);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-focus-tertiary);
	--gf-local-shadow: var(--gf-ctrl-btn-shadow-focus-tertiary);
	--gf-local-color: var(--gf-ctrl-btn-color-focus-tertiary);
}

.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--tertiary: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--tertiary: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--tertiary: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--tertiary:focus::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--tertiary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--tertiary:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--tertiary:focus::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary:focus::before {
	--gf-local-color: var(--gf-ctrl-btn-icon-color-focus-tertiary);
}

.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--tertiary:disabled, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary:disabled {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-disabled-tertiary);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-disabled-tertiary);
	--gf-local-shadow: var(--gf-ctrl-btn-shadow-disabled-tertiary);
	--gf-local-color: var(--gf-ctrl-btn-color-disabled-tertiary);
}

.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--tertiary: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--tertiary: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--tertiary: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--tertiary:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--tertiary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--tertiary:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--tertiary:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary: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--tertiary:disabled::before {
	--gf-local-color: var(--gf-ctrl-btn-icon-color-disabled-tertiary);
}

.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-datepicker-calendar .nav.btn:where(:not(.gform-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 {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-ctrl);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-ctrl);
	--gf-local-border-style: var(--gf-ctrl-btn-border-style-ctrl);
	--gf-local-border-width: var(--gf-ctrl-btn-border-width-ctrl);
	--gf-local-color: var(--gf-ctrl-btn-color-ctrl);
}

.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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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 {
	--gf-local-color: var(--gf-ctrl-btn-icon-color-ctrl);
}

.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-datepicker-calendar .nav.btn:where(:not(.gform-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 {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-hover-ctrl);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-hover-ctrl);
	--gf-local-color: var(--gf-ctrl-btn-color-hover-ctrl);
}

.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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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 {
	--gf-local-color: var(--gf-ctrl-btn-icon-color-hover-ctrl);
}

.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-datepicker-calendar .nav.btn:where(:not(.gform-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 {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-focus-ctrl);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-focus-ctrl);
	--gf-local-color: var(--gf-ctrl-btn-color-focus-ctrl);
}

.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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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 {
	--gf-local-color: var(--gf-ctrl-btn-icon-color-focus-ctrl);
}

.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-datepicker-calendar .nav.btn:where(:not(.gform-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 {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-disabled-ctrl);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-disabled-ctrl);
	--gf-local-color: var(--gf-ctrl-btn-color-disabled-ctrl);
}

.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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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 {
	--gf-local-color: var(--gf-ctrl-btn-icon-color-disabled-ctrl);
}

.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 .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)), .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)), .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 .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)), .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 :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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)), .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 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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)), .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]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)), .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: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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)), .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.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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)) {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-simple);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-simple);
	--gf-local-border-width: var(--gf-ctrl-btn-border-width-simple);
	--gf-local-shadow: var(--gf-ctrl-btn-shadow-simple);
	--gf-local-color: var(--gf-ctrl-btn-color-simple);
	--gf-local-column-gap: 0;
	--gf-local-line-height: var(--gf-ctrl-btn-size-simple);
	--gf-local-min-height: var(--gf-ctrl-btn-size-simple);
	--gf-local-min-width: var(--gf-ctrl-btn-size-simple);
	--gf-local-padding-y: 0;
	--gf-local-padding-x: 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.gform-theme-button--simple-in-ctrl, .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:is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)), .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)).gform-theme-button--simple-in-ctrl, .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)), .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-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-button--simple-in-ctrl, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-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:is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)), .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)).gform-theme-button--simple-in-ctrl, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)), .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-button--simple-in-ctrl, .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:is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)), .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)).gform-theme-button--simple-in-ctrl, .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)), .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-button--simple-in-ctrl, .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:is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)), .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)).gform-theme-button--simple-in-ctrl, .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)), .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-button--simple-in-ctrl, .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:is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)), .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)).gform-theme-button--simple-in-ctrl, .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)), .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-button--simple-in-ctrl, .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:is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)), .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)).gform-theme-button--simple-in-ctrl, .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)), .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-button--simple-in-ctrl, .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:is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)), .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)).gform-theme-button--simple-in-ctrl, .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)), .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-button--simple-in-ctrl, .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:is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)), .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)).gform-theme-button--simple-in-ctrl, .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)) {
	--gf-ctrl-btn-color-simple: var(--gf-ctrl-icon-color);
	--gf-ctrl-btn-icon-color-simple: var(--gf-ctrl-icon-color);
	--gf-ctrl-btn-color-hover-simple: var(--gf-ctrl-icon-color-hover);
	--gf-ctrl-btn-icon-color-hover-simple: var(--gf-ctrl-icon-color-hover);
	--gf-ctrl-btn-color-focus-simple: var(--gf-ctrl-icon-color-focus);
	--gf-ctrl-btn-icon-color-focus-simple: var(--gf-ctrl-icon-color-focus);
	--gf-ctrl-btn-color-disabled-simple: var(--gf-ctrl-icon-color-disabled);
	--gf-ctrl-btn-icon-color-disabled-simple: var(--gf-ctrl-icon-color-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 *)).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 .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)) .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)) .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev))::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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev))::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)) .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev))::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev))::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 .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)) .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)) .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev))::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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev))::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 :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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)) .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)) .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev))::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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev))::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 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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)) .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)) .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev))::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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev))::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]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)) .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)) .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev))::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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev))::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: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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)) .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)) .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev))::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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev))::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.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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)) .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)) .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev))::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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev))::before {
	--gf-local-color: var(--gf-ctrl-btn-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 .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):hover, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 :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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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: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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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.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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):hover {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-hover-simple);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-hover-simple);
	--gf-local-shadow: var(--gf-ctrl-btn-shadow-hover-simple);
	--gf-local-color: var(--gf-ctrl-btn-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 .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):hover::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):hover::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 :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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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: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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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.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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):hover::before {
	--gf-local-color: var(--gf-ctrl-btn-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 .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):focus, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 :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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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: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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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.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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):focus {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-focus-simple);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-focus-simple);
	--gf-local-shadow: var(--gf-ctrl-btn-shadow-focus-simple);
	--gf-local-color: var(--gf-ctrl-btn-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 .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):focus::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):focus::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 :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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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: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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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.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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):focus::before {
	--gf-local-color: var(--gf-ctrl-btn-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 .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):disabled, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 :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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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: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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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.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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):disabled {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-disabled-simple);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-disabled-simple);
	--gf-local-shadow: var(--gf-ctrl-btn-shadow-disabled-simple);
	--gf-local-color: var(--gf-ctrl-btn-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 .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):disabled::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-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-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):disabled::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 .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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 :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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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: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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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.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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):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 *)):is(.gform-datepicker-calendar .nav.btn:is(.next,.prev)):disabled::before {
	--gf-local-color: var(--gf-ctrl-btn-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-datepicker-calendar .nav.btn:where(:not(.gform-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 {
	--gf-local-font-size: var(--gf-ctrl-btn-font-size-xs);
	--gf-local-min-height: var(--gf-ctrl-btn-size-xs);
	--gf-local-padding-x: var(--gf-ctrl-btn-padding-x-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-datepicker-calendar .nav.btn:where(:not(.gform-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 {
	--gf-local-font-size: var(--gf-ctrl-btn-font-size-sm);
	--gf-local-min-height: var(--gf-ctrl-btn-size-sm);
	--gf-local-padding-x: var(--gf-ctrl-btn-padding-x-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-datepicker-calendar .nav.btn:where(:not(.gform-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 {
	--gf-local-font-size: var(--gf-ctrl-btn-font-size-md);
	--gf-local-min-height: var(--gf-ctrl-btn-size-md);
	--gf-local-padding-x: var(--gf-ctrl-btn-padding-x-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-datepicker-calendar .nav.btn:where(:not(.gform-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 {
	--gf-local-font-size: var(--gf-ctrl-btn-font-size-lg);
	--gf-local-min-height: var(--gf-ctrl-btn-size-lg);
	--gf-local-padding-x: var(--gf-ctrl-btn-padding-x-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-datepicker-calendar .nav.btn:where(:not(.gform-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 {
	--gf-local-font-size: var(--gf-ctrl-btn-font-size-xl);
	--gf-local-min-height: var(--gf-ctrl-btn-size-xl);
	--gf-local-padding-x: var(--gf-ctrl-btn-padding-x-xl);
}

.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-has-spinner, .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-has-spinner::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-has-spinner, .gform-theme.gform-theme--framework.gform_wrapper .gform-datepicker-calendar .nav.btn:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-has-spinner::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-has-spinner, .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-has-spinner::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-has-spinner, .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-has-spinner::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-has-spinner, .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-has-spinner::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-has-spinner, .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-has-spinner::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-has-spinner, .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-has-spinner::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-has-spinner, .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-has-spinner::before {
	color: transparent;
	position: relative;
}

.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 *)) {
	--gf-local-padding-x: var(--gf-ctrl-file-padding-x);
	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 {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-hover-tertiary);
	--gf-local-border-inline-end-color: var(--gf-ctrl-btn-border-color-hover-tertiary);
	--gf-local-color: var(--gf-ctrl-btn-color-hover-tertiary);
}

.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 {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-focus-tertiary);
	--gf-local-border-inline-end-color: var(--gf-ctrl-btn-border-color-focus-tertiary);
	--gf-local-color: var(--gf-ctrl-btn-color-focus-tertiary);
}

.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 {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-disabled-tertiary);
	--gf-local-border-inline-end-color: var(--gf-ctrl-btn-border-color-disabled-tertiary);
	--gf-local-color: var(--gf-ctrl-btn-color-disabled-tertiary);
}

.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 {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-tertiary);
	--gf-local-border-inline-end-color: var(--gf-ctrl-btn-border-color-tertiary);
	--gf-local-color: var(--gf-ctrl-btn-color-tertiary);
	background-color: var(--gf-local-bg-color);
	block-size: var(--gf-ctrl-file-btn-size);
	border: 0;
	border-end-start-radius: var(--gf-ctrl-file-btn-radius);
	border-inline-end: var(--gf-ctrl-btn-border-width-tertiary) var(--gf-ctrl-btn-border-style-tertiary) var(--gf-local-border-inline-end-color);
	border-start-start-radius: var(--gf-ctrl-file-btn-radius);
	color: var(--gf-local-color);
	font-family: var(--gf-ctrl-file-btn-font-family);
	font-size: var(--gf-ctrl-file-btn-font-size);
	font-style: var(--gf-ctrl-file-btn-font-style);
	font-weight: var(--gf-ctrl-file-btn-font-weight);
	letter-spacing: var(--gf-ctrl-file-btn-letter-spacing);
	line-height: var(--gf-ctrl-file-btn-size);
	margin-inline: var(--gf-ctrl-file-btn-margin-x);
	padding-block: 0;
	padding-inline: var(--gf-ctrl-file-btn-padding-x);
	-webkit-text-decoration: var(--gf-ctrl-file-btn-text-decoration);
	text-decoration: var(--gf-ctrl-file-btn-text-decoration);
	text-transform: var(--gf-ctrl-file-btn-text-transform);
	transition: var(--gf-ctrl-file-btn-transition);
	vertical-align: top;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .gform_drop_area {
	--gf-local-height: var(--gf-ctrl-file-zone-height);
	--gf-local-radius: var(--gf-ctrl-file-zone-radius);
	--gf-local-border-style: var(--gf-ctrl-file-zone-border-style);
	--gf-local-color: var(--gf-ctrl-file-zone-color);
	--gf-local-font-weight: var(--gf-ctrl-file-zone-font-weight);
	--gf-local-line-height: var(--gf-ctrl-file-zone-line-height);
	--gf-local-padding-x: var(--gf-ctrl-file-zone-padding-x);
	--gf-local-padding-y: var(--gf-ctrl-file-zone-padding-y);
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .gform_drop_area::before {
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: var(--gf-ctrl-file-zone-icon-color);
	content: var(--gf-icon-ctrl-file);
	display: block;
	font-size: var(--gf-ctrl-file-zone-icon-font-size);
	margin-block-end: var(--gf-ctrl-file-zone-icon-margin-y-end);
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .gform_drop_instructions {
	margin-block-end: var(--gf-ctrl-file-zone-instructions-margin-y-end);
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview_list {
	display: flex;
	flex-direction: column;
	gap: var(--gf-ctrl-file-prev-area-gap);
	margin-block-start: var(--gf-ctrl-file-prev-area-margin-y-start);
	width: 100%;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview_list:empty {
	margin-block-start: 0;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview {
	display: flex;
	flex-direction: column;
	font-family: var(--gf-ctrl-file-prev-font-family);
	font-size: var(--gf-ctrl-file-prev-font-size);
	font-style: var(--gf-ctrl-file-prev-font-style);
	font-weight: var(--gf-ctrl-file-prev-font-weight);
	gap: var(--gf-ctrl-file-prev-gap);
	letter-spacing: var(--gf-ctrl-file-prev-letter-spacing);
	line-height: var(--gf-ctrl-file-prev-line-height);
	position: relative;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_filename {
	color: var(--gf-ctrl-file-prev-name-color);
	line-height: var(--gf-ctrl-file-prev-name-line-height);
	overflow: var(--gf-ctrl-file-prev-name-overflow);
	padding-inline-end: var(--gf-ctrl-file-prev-name-padding-x-end);
	text-overflow: var(--gf-ctrl-file-prev-name-text-overflow);
	white-space: var(--gf-ctrl-file-prev-name-white-space);
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_filesize {
	color: var(--gf-ctrl-file-prev-size-color);
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progress {
	align-items: center;
	display: flex;
	gap: var(--gf-ctrl-file-prog-ui-gap);
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progress::after {
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	block-size: var(--gf-ctrl-file-prog-btn-icon-size);
	color: var(--gf-ctrl-file-prog-btn-icon-color-complete);
	content: var(--gf-icon-ctrl-file-completed);
	font-size: var(--gf-ctrl-file-prog-btn-icon-size);
	inline-size: var(--gf-ctrl-file-prog-btn-icon-size);
	min-inline-size: var(--gf-ctrl-file-prog-btn-icon-size);
	opacity: 0;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progress_complete::after {
	opacity: 1;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progressbar, .gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progressbar_progress {
	block-size: var(--gf-ctrl-file-prog-bar-height);
	border-radius: var(--gf-ctrl-file-prog-bar-radius);
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progressbar {
	background-color: var(--gf-ctrl-file-prog-bar-bg-color);
	inline-size: 100%;
	position: relative;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progressbar_progress {
	background-color: var(--gf-ctrl-file-prog-bar-bg-color-loading);
	inline-size: 1%;
	position: absolute;
	transition: var(--gf-ctrl-file-prog-bar-transition);
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_percent {
	color: var(--gf-ctrl-file-prog-text-color);
	font-size: var(--gf-ctrl-file-prog-text-font-size);
	min-inline-size: var(--gf-ctrl-file-prog-text-min-width);
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_cancel, .gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gform_delete_file {
	inset-block-start: var(--gf-ctrl-file-prog-btn-inset-y-start);
	inset-inline-end: var(--gf-ctrl-file-prog-btn-inset-x-end);
	position: var(--gf-ctrl-file-prog-btn-position);
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gform_delete_file .dashicons::before {
	--gf-ctrl-btn-icon: var(--gf-icon-ctrl-file-remove);
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_cancel {
	--gf-local-font-size: var(--gf-ctrl-file-prog-btn-font-size-cancel);
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_cancel::before {
	--gf-ctrl-btn-icon: var(--gf-icon-ctrl-file-cancel);
}

.gform-theme--framework .gform-datepicker-calendar {
	background-color: var(--gf-ctrl-date-picker-bg-color);
	border-radius: var(--gf-ctrl-date-picker-radius);
	box-shadow: var(--gf-ctrl-date-picker-shadow);
	inline-size: var(--gf-ctrl-date-picker-width);
	margin-block-start: var(--gf-ctrl-date-picker-margin-y-start);
	padding-block: var(--gf-ctrl-date-picker-padding-y);
	padding-inline: var(--gf-ctrl-date-picker-padding-x);
}

@media (min-width:640px) {
	.gform-theme--framework .gform-datepicker-calendar {
		inline-size: var(--gf-ctrl-date-picker-width-viewport-sm);
		padding-block: var(--gf-ctrl-date-picker-padding-y-viewport-sm);
		padding-inline: var(--gf-ctrl-date-picker-padding-x-viewport-sm);
	}
}

.gform-theme--framework .gform-datepicker-calendar .monthSelector, .gform-theme--framework .gform-datepicker-calendar .yearSelector {
	position: relative;
}

.gform-theme--framework .gform-datepicker-calendar .yearSelector td {
	padding-block-end: 4px;
}

.gform-theme--framework .gform-datepicker-calendar .monthSelector td {
	padding-block-end: 12px;
}

.gform-theme--framework .gform-datepicker-calendar .nav.btn.month.current, .gform-theme--framework .gform-datepicker-calendar .nav.btn.year.current {
	--gf-local-font-size: var(--gf-ctrl-btn-font-size-sm);
	--gf-local-min-height: var(--gf-ctrl-btn-size-sm);
	--gf-local-padding-x: var(--gf-ctrl-btn-padding-x-sm);
}

.gform-theme--framework .gform-datepicker-calendar .nav.btn.month.next, .gform-theme--framework .gform-datepicker-calendar .nav.btn.month.prev, .gform-theme--framework .gform-datepicker-calendar .nav.btn.year.next, .gform-theme--framework .gform-datepicker-calendar .nav.btn.year.prev {
	align-items: center;
	block-size: var(--gf-ctrl-date-picker-header-icons-size);
	inline-size: var(--gf-ctrl-date-picker-header-icons-size);
	inset: unset;
	inset-block-start: var(--gf-ctrl-date-picker-header-icons-inset-y-start);
	justify-content: center;
	margin-block-start: var(--gf-ctrl-date-picker-header-icons-margin-y-start);
	position: absolute;
}

.gform-theme--framework .gform-datepicker-calendar .nav.btn.month.next::before, .gform-theme--framework .gform-datepicker-calendar .nav.btn.month.prev::before, .gform-theme--framework .gform-datepicker-calendar .nav.btn.year.next::before, .gform-theme--framework .gform-datepicker-calendar .nav.btn.year.prev::before {
	--gf-local-font-size: var(--gf-ctrl-date-picker-header-icons-font-size);
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image: none;
	inset: unset;
	transform: none;
}

.gform-theme--framework .gform-datepicker-calendar .nav.btn.month.prev, .gform-theme--framework .gform-datepicker-calendar .nav.btn.year.prev {
	inset-inline-start: var(--gf-ctrl-date-picker-header-icons-prev-inset-x-start);
}

.gform-theme--framework .gform-datepicker-calendar .nav.btn.month.prev::before, .gform-theme--framework .gform-datepicker-calendar .nav.btn.year.prev::before {
	--gf-local-content: var(--gf-icon-ctrl-datepicker-left);
}

.gform-theme--framework .gform-datepicker-calendar .nav.btn.month.next, .gform-theme--framework .gform-datepicker-calendar .nav.btn.year.next {
	inset-inline-end: var(--gf-ctrl-date-picker-header-icons-next-inset-x-end);
}

.gform-theme--framework .gform-datepicker-calendar .nav.btn.month.next::before, .gform-theme--framework .gform-datepicker-calendar .nav.btn.year.next::before {
	--gf-local-content: var(--gf-icon-ctrl-datepicker-right);
}

.gform-theme--framework .gform-datepicker-calendar .nav.select {
	--gf-local-height: var(--gf-ctrl-size-sm);
	--gf-local-line-height: var(--gf-ctrl-size-sm);
}

.gform-theme--framework .gform-datepicker-calendar table.calendar td.day, .gform-theme--framework .gform-datepicker-calendar table.calendar th {
	block-size: var(--gf-ctrl-date-picker-cell-height);
	color: var(--gf-ctrl-date-picker-cell-content-color);
	padding-block: var(--gf-ctrl-date-picker-cell-padding);
	padding-inline: var(--gf-ctrl-date-picker-cell-padding);
}

@media (min-width:640px) {
	.gform-theme--framework .gform-datepicker-calendar table.calendar td.day, .gform-theme--framework .gform-datepicker-calendar table.calendar th {
		block-size: var(--gf-ctrl-date-picker-cell-height-viewport-sm);
	}
}

.gform-theme--framework .gform-datepicker-calendar table.calendar th {
	font-size: var(--gf-ctrl-date-picker-head-cell-font-size);
	font-weight: var(--gf-ctrl-date-picker-head-cell-font-weight);
	line-height: var(--gf-ctrl-date-picker-head-cell-line-height);
	vertical-align: middle;
}

.gform-theme--framework .gform-datepicker-calendar table.calendar td.day {
	font-size: var(--gf-ctrl-date-picker-cell-font-size);
	font-weight: var(--gf-ctrl-date-picker-cell-font-weight);
	line-height: var(--gf-ctrl-date-picker-cell-line-height);
	padding-block: var(--gf-ctrl-date-picker-cell-padding-y);
}

@media (min-width:640px) {
	.gform-theme--framework .gform-datepicker-calendar table.calendar td.day {
		padding-block: var(--gf-ctrl-date-picker-cell-padding-y-viewport-sm);
	}
}

.gform-theme--framework .gform-datepicker-calendar table.calendar td.day span {
	--gf-local-bg-color: transparent;
	--gf-local-border: 0;
	--gf-local-color: var(--gf-ctrl-date-picker-cell-content-color);
	align-items: center;
	background-color: var(--gf-local-bg-color);
	block-size: 100%;
	border: var(--gf-local-border);
	border-radius: var(--gf-ctrl-date-picker-cell-content-radius);
	color: var(--gf-local-color);
	display: flex;
	inline-size: var(--gf-ctrl-date-picker-cell-content-width);
	justify-content: center;
	text-decoration: none;
}

@media (min-width:640px) {
	.gform-theme--framework .gform-datepicker-calendar table.calendar td.day span {
		inline-size: var(--gf-ctrl-date-picker-cell-content-width-viewport-sm);
	}
}

.gform-theme--framework .gform-datepicker-calendar table.calendar td.day:where(:not(.selected):not(.dayMarked):not(.disabled)) span:hover {
	--gf-local-bg-color: var(--gf-ctrl-date-picker-cell-content-bg-color-hover);
	--gf-local-color: var(--gf-ctrl-date-picker-cell-content-color-hover);
}

.gform-theme--framework .gform-datepicker-calendar table.calendar td[aria-current=date] span {
	--gf-local-bg-color: var(--gf-ctrl-date-picker-cell-content-bg-color-hover);
	--gf-local-color: var(--gf-ctrl-date-picker-cell-content-color-hover);
}

.gform-theme--framework .gform-datepicker-calendar table.calendar td.dayMarked span {
	--gf-local-bg-color: var(--gf-ctrl-date-picker-cell-content-bg-color-selected);
	--gf-local-color: var(--gf-ctrl-date-picker-cell-content-color-selected);
}

.gform-theme--framework .gform-datepicker-calendar table.calendar td.dayMarked span:focus, .gform-theme--framework .gform-datepicker-calendar table.calendar td.dayMarked span:hover {
	--gf-local-color: var(--gf-ctrl-date-picker-cell-content-color-selected);
}

.gform-theme--framework .gform-datepicker-calendar table.calendar td.selected span {
	--gf-local-border: var(--gf-ctrl-date-picker-cell-content-border);
}

.gform-theme--framework .gform-datepicker-calendar table.calendar td.disabled span {
	--gf-local-bg-color: var(--gf-ctrl-date-picker-cell-content-bg-color-disabled);
	--gf-local-color: var(--gf-ctrl-date-picker-cell-content-color-disabled);
}

.gform-theme--framework .gform-datepicker-calendar .monthMessage {
	margin-block-start: 12px;
	text-wrap: balance;
}

.gform-theme--framework .gform-datepicker-calendar .monthMessage p {
	font-family: var(--gf-ctrl-date-picker-helptext-font-family);
	font-size: var(--gf-ctrl-date-picker-helptext-font-size);
	font-style: var(--gf-ctrl-date-picker-helptext-font-style);
	font-weight: var(--gf-ctrl-date-picker-helptext-font-weight);
	letter-spacing: var(--gf-ctrl-date-picker-helptext-letter-spacing);
	line-height: var(--gf-ctrl-date-picker-helptext-line-height);
}

html[dir=rtl] .gform-theme--framework .gform-datepicker-calendar .nav.btn.month.next::before, html[dir=rtl] .gform-theme--framework .gform-datepicker-calendar .nav.btn.month.prev::before, html[dir=rtl] .gform-theme--framework .gform-datepicker-calendar .nav.btn.year.next::before, html[dir=rtl] .gform-theme--framework .gform-datepicker-calendar .nav.btn.year.prev::before {
	transform: none;
}

html[dir=rtl] .gform-theme--framework .gform-datepicker-calendar .nav.btn.month.prev::before, html[dir=rtl] .gform-theme--framework .gform-datepicker-calendar .nav.btn.year.prev::before {
	--gf-local-content: var(--gf-icon-ctrl-datepicker-right);
}

html[dir=rtl] .gform-theme--framework .gform-datepicker-calendar .nav.btn.month.next::before, html[dir=rtl] .gform-theme--framework .gform-datepicker-calendar .nav.btn.year.next::before {
	--gf-local-content: var(--gf-icon-ctrl-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(--gf-field-choice-meta-space) 0;
	grid-template-columns: minmax(var(--gf-ctrl-choice-size), max-content) auto;
	margin-block-end: var(--gf-field-gap-y);
}

.gform-theme--framework .gfield--type-choice .gfield_checkbox, .gform-theme--framework .gfield--type-choice .gfield_radio {
	display: flex;
	flex-direction: column;
	gap: var(--gf-field-choice-gap);
}

.gform-theme--framework .gfield--type-choice.gfield--choice-align-horizontal .gfield_checkbox, .gform-theme--framework .gfield--type-choice.gfield--choice-align-horizontal .gfield_radio {
	flex-direction: row;
	flex-wrap: wrap;
	gap: var(--gf-field-choice-align-x-gap-y) var(--gf-field-choice-align-x-gap-x);
}

.gform-theme--framework .gfield--type-choice .gchoice, .gform-theme--framework .gfield--type-choice .ginput_container_consent {
	display: inline-grid;
	gap: var(--gf-field-choice-meta-space) 0;
	grid-template-columns: minmax(var(--gf-ctrl-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 {
	--gf-local-width: auto;
	grid-column: span 2;
	max-inline-size: var(--gf-field-choice-other-ctrl-max-width);
}

.gform-theme--framework .gfield--type-choice .gfield-choice-toggle-all {
	align-self: self-start;
	inline-size: 100%;
	margin-block-start: var(--gf-field-choice-meta-margin-y-start);
}

.gform-theme--framework .gfield--type-choice .gfield_choice_all_toggle {
	justify-self: start;
}

.gform-theme--framework .gfield--type-image_choice .gfield_checkbox, .gform-theme--framework .gfield--type-image_choice .gfield_radio {
	flex-direction: row;
	flex-wrap: wrap;
	gap: var(--gf-field-img-choice-gap);
}

.gform-theme--framework .gfield--type-image_choice .gchoice {
	align-self: var(--gf-field-img-choice-align-self);
	display: block;
	inline-size: var(--gf-field-img-choice-size);
	max-inline-size: var(--gf-field-img-choice-size);
	min-inline-size: var(--gf-field-img-choice-size);
	position: relative;
}

.gform-theme--framework .gfield--type-image_choice .gchoice:where([\:has\(input\:checked\)])::after {
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	align-items: center;
	block-size: var(--gf-field-img-choice-check-ind-size);
	border-radius: var(--gf-field-img-choice-check-ind-radius);
	content: var(--gf-field-img-choice-check-ind-icon);
	display: flex;
	filter: var(--gf-field-img-choice-check-ind-shadow);
	font-size: var(--gf-field-img-choice-check-ind-icon-size);
	inline-size: var(--gf-field-img-choice-check-ind-size);
	justify-content: center;
	position: absolute;
	z-index: 5;
}

.gform-theme--framework .gfield--type-image_choice .gchoice:where([\:has\(input\:checked\)])::after {
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	align-items: center;
	block-size: var(--gf-field-img-choice-check-ind-size);
	border-radius: var(--gf-field-img-choice-check-ind-radius);
	content: var(--gf-field-img-choice-check-ind-icon);
	display: flex;
	filter: var(--gf-field-img-choice-check-ind-shadow);
	font-size: var(--gf-field-img-choice-check-ind-icon-size);
	inline-size: var(--gf-field-img-choice-check-ind-size);
	justify-content: center;
	position: absolute;
	z-index: 5;
}

.gform-theme--framework .gfield--type-image_choice .gchoice:where(:has(input:checked))::after {
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	align-items: center;
	block-size: var(--gf-field-img-choice-check-ind-size);
	border-radius: var(--gf-field-img-choice-check-ind-radius);
	content: var(--gf-field-img-choice-check-ind-icon);
	display: flex;
	filter: var(--gf-field-img-choice-check-ind-shadow);
	font-size: var(--gf-field-img-choice-check-ind-icon-size);
	inline-size: var(--gf-field-img-choice-check-ind-size);
	justify-content: center;
	position: absolute;
	z-index: 5;
}

.gform-theme--framework .gfield--type-image_choice .gfield-image-choice-wrapper-outer {
	display: block;
	min-block-size: 100%;
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice, .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gfield-choice-image-wrapper {
	--gf-local-border-color: transparent;
	--gf-local-border-width: var(--gf-ctrl-border-width);
	--gf-local-border-style: var(--gf-ctrl-border-style);
	--gf-local-border-block-start: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
	--gf-local-border-block-end: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
	--gf-local-border-inline-start: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
	--gf-local-border-inline-end: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
	--gf-local-outline-color: var(--gf-ctrl-outline-color);
	--gf-local-outline-width: var(--gf-ctrl-outline-width);
	--gf-local-shadow: none;
	box-shadow: var(--gf-local-shadow);
	outline-color: var(--gf-local-outline-color);
	outline-offset: var(--gf-ctrl-outline-offset);
	outline-style: var(--gf-ctrl-outline-style);
	outline-width: var(--gf-local-outline-width);
	transition: var(--gf-transition-ctrl);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice, .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gfield-choice-image-wrapper::before {
	border-block-end: var(--gf-local-border-block-end);
	border-block-start: var(--gf-local-border-block-start);
	border-inline-end: var(--gf-local-border-inline-end);
	border-inline-start: var(--gf-local-border-inline-start);
	border-radius: var(--gf-ctrl-radius);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice {
	--gf-local-bg-color: var(--gf-ctrl-bg-color);
	--gf-local-border-color: var(--gf-color-in-ctrl-light-darker);
	--gf-local-shadow: var(--gf-field-img-choice-shadow);
	background-color: var(--gf-local-bg-color);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice .gform-field-label {
	--gf-local-color: var(--gf-ctrl-color);
	color: var(--gf-local-color);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:hover {
	--gf-local-bg-color: var(--gf-ctrl-bg-color-hover);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:hover .gform-field-label {
	--gf-local-color: var(--gf-ctrl-color-hover);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:focus-within {
	--gf-local-bg-color: var(--gf-ctrl-bg-color-focus);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:focus-within .gform-field-label {
	--gf-local-color: var(--gf-ctrl-color-focus);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice[\:has\(.gfield-choice-input\:disabled\)] {
	--gf-local-bg-color: var(--gf-ctrl-bg-color-disabled);
	--gf-local-border-color: var(--gf-ctrl-border-color-disabled);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:has(.gfield-choice-input:disabled) {
	--gf-local-bg-color: var(--gf-ctrl-bg-color-disabled);
	--gf-local-border-color: var(--gf-ctrl-border-color-disabled);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice[\:has\(.gfield-choice-input\:disabled\)] .gform-field-label {
	--gf-local-color: var(--gf-ctrl-color-disabled);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:has(.gfield-choice-input:disabled) .gform-field-label {
	--gf-local-color: var(--gf-ctrl-color-disabled);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:where([\:has\(input\:checked\)])::after {
	background-color: var(--gf-field-img-choice-card-check-ind-bg-color);
	color: var(--gf-field-img-choice-card-check-ind-icon-color);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after {
	background-color: var(--gf-field-img-choice-card-check-ind-bg-color);
	color: var(--gf-field-img-choice-card-check-ind-icon-color);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card.gfield_error .gchoice {
	--gf-local-bg-color: var(--gf-ctrl-bg-color-error);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card.gfield_error .gchoice .gform-field-label {
	--gf-local-color: var(--gf-ctrl-color-error);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gfield-image-choice-wrapper-outer {
	padding-block: var(--gf-field-img-choice-card-space);
	padding-inline: var(--gf-field-img-choice-card-space);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gfield-choice-image-no-image {
	background-color: var(--gf-field-img-choice-card-placeholder-bg-color);
	color: var(--gf-field-img-choice-card-placeholder-color);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:where([\:has\(input\:checked\)])::after {
	background-color: var(--gf-field-img-choice-no-card-check-ind-bg-color);
	color: var(--gf-field-img-choice-no-card-check-ind-icon-color);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:where(:has(input:checked))::after {
	background-color: var(--gf-field-img-choice-no-card-check-ind-bg-color);
	color: var(--gf-field-img-choice-no-card-check-ind-icon-color);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gfield-choice-image-wrapper::before {
	content: "";
	display: block;
	inset-block: 0;
	inset-inline: 0;
	position: absolute;
	transition: var(--gf-transition-ctrl);
	z-index: 1;
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gfield-choice-image-no-image {
	background-color: var(--gf-field-img-choice-no-card-placeholder-bg-color);
	color: var(--gf-field-img-choice-no-card-placeholder-color);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:hover, .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:hover .gfield-choice-image-wrapper {
	--gf-local-shadow: var(--gf-field-img-choice-shadow-hover);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:focus-within, .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:focus-within .gfield-choice-image-wrapper {
	--gf-local-border-color: var(--gf-ctrl-border-color-focus);
	--gf-local-outline-color: var(--gf-ctrl-outline-color-focus);
	--gf-local-outline-width: var(--gf-ctrl-outline-width-focus);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice[\:has\(.gfield-choice-input\:disabled\)], .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice[\:has\(.gfield-choice-input\:disabled\)] .gfield-choice-image-wrapper {
	--gf-local-shadow: none;
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:has(.gfield-choice-input:disabled), .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:has(.gfield-choice-input:disabled) .gfield-choice-image-wrapper {
	--gf-local-shadow: none;
}

.gform-theme--framework .gfield--type-image_choice .gchoice[\:has\(.gfield-choice-input\:disabled\)] .gfield-choice-image-wrapper {
	opacity: var(--gf-field-img-choice-ctrl-opacity-disabled);
}

.gform-theme--framework .gfield--type-image_choice .gchoice:has(.gfield-choice-input:disabled) .gfield-choice-image-wrapper {
	opacity: var(--gf-field-img-choice-ctrl-opacity-disabled);
}

.gform-theme--framework .gfield--type-image_choice.gfield_error.gfield--image-choice-appearance-card .gchoice, .gform-theme--framework .gfield--type-image_choice.gfield_error.gfield--image-choice-appearance-no-card .gfield-choice-image-wrapper {
	--gf-local-border-color: var(--gf-ctrl-border-color-error);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square .gfield-choice-image-wrapper {
	border-radius: var(--gf-field-img-choice-radius-square);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square .gfield-choice-image-wrapper::before {
	border-radius: var(--gf-field-img-choice-radius-square);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-card .gchoice:where([\:has\(input\:checked\)])::after {
	inset-block-start: calc(var(--gf-field-img-choice-card-space) + 10px);
	inset-inline-end: calc(var(--gf-field-img-choice-card-space) + 10px);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after {
	inset-block-start: calc(var(--gf-field-img-choice-card-space) + 10px);
	inset-inline-end: calc(var(--gf-field-img-choice-card-space) + 10px);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-no-card .gchoice:where([\:has\(input\:checked\)])::after {
	inset-block-start: 10px;
	inset-inline-end: 10px;
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-no-card .gchoice:where(:has(input:checked))::after {
	inset-block-start: 10px;
	inset-inline-end: 10px;
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle .gfield-choice-image-wrapper {
	border-radius: var(--gf-field-img-choice-radius-round);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle .gfield-choice-image-wrapper::before {
	border-radius: var(--gf-field-img-choice-radius-round);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle.gfield--image-choice-appearance-card .gchoice:where([\:has\(input\:checked\)])::after {
	inset-block-start: var(--gf-field-img-choice-card-space);
	inset-inline-end: var(--gf-field-img-choice-card-space);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after {
	inset-block-start: var(--gf-field-img-choice-card-space);
	inset-inline-end: var(--gf-field-img-choice-card-space);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle.gfield--image-choice-appearance-no-card .gchoice:where([\:has\(input\:checked\)])::after {
	inset-block-start: 0;
	inset-inline-end: 0;
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle.gfield--image-choice-appearance-no-card .gchoice:where(:has(input:checked))::after {
	inset-block-start: 0;
	inset-inline-end: 0;
}

.gform-theme--framework .gfield--type-image_choice .gfield-choice-image-wrapper {
	aspect-ratio: var(--gf-field-img-choice-aspect-ratio);
	margin-block-end: var(--gf-field-img-choice-margin-y-end);
	opacity: var(--gf-field-img-choice-ctrl-opacity);
	overflow: hidden;
	position: relative;
}

.gform-theme--framework .gfield--type-image_choice .gfield-choice-image-no-image {
	block-size: 100%;
	display: block;
	inline-size: 100%;
	position: relative;
}

.gform-theme--framework .gfield--type-image_choice .gfield-choice-image-no-image::before {
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: var(--gf-icon-ctrl-img-choice-placeholder);
	font-size: var(--gf-field-img-choice-placeholder-icon-font-size);
	inset-block-start: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.gform-theme--framework .gfield--type-image_choice .gfield-choice-image-no-image span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.gform-theme--framework .gfield--type-image_choice .gfield-choice-image {
	block-size: 100% !important;
	display: block;
	inline-size: 100%;
	max-block-size: 100%;
	max-inline-size: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.gform-theme--framework .gfield--type-image_choice .gfield-image-choice-wrapper-inner {
	display: inline-grid;
	gap: var(--gf-field-choice-meta-space) 0;
	grid-template-columns: minmax(var(--gf-ctrl-choice-size), max-content) auto;
}

.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--label-hide .gchoice .gfield-choice-image-wrapper {
	margin-block-end: 0;
}

.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--label-hide .gchoice .gfield-choice-input, .gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--label-hide .gchoice .gfield-image-choice-wrapper-inner, .gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--label-hide .gchoice .gform-field-label {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--input-hide .gchoice .gform-field-label {
	--gf-local-margin-x: 0;
}

.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--input-hide .gchoice .gfield-choice-input {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.gform-theme--framework .gfield--type-image_choice .gchoice_other_control {
	margin-block-start: var(--gf-field-img-choice-other-ctrl-margin-y-start);
	max-inline-size: 100%;
}

.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 {
	--gf-local-padding-x: var(--gf-ctrl-padding-x) var(--gf-field-date-ctrl-padding-x-end);
	--gf-local-width: auto;
}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date, .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date {
	flex-wrap: nowrap;
}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date button.gform-datepicker-toggle.gform-theme-button, .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date button.gform-datepicker-toggle.gform-theme-button {
	flex: none;
	margin-inline-start: var(--gf-field-date-icon-margin-x-start);
	transform: translateX(-100%);
}

html[dir=rtl] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date button.gform-datepicker-toggle.gform-theme-button, html[dir=rtl] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date button.gform-datepicker-toggle.gform-theme-button {
	transform: translateX(100%);
}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date button.gform-datepicker-toggle.gform-theme-button.gform-datepicker-toggle--default, .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date button.gform-datepicker-toggle.gform-theme-button.gform-datepicker-toggle--default {
	--gf-local-line-height: var(--gf-field-date-icon-size);
	--gf-local-min-height: var(--gf-field-date-icon-size);
	--gf-local-min-width: var(--gf-field-date-icon-size);
}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date .gform-datepicker-toggle-icon, .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date .gform-datepicker-toggle-icon {
	transition: var(--gf-field-date-icon-transition);
}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date .gform-datepicker-toggle-icon--default {
	block-size: var(--gf-field-date-icon-size);
	color: var(--gf-field-date-icon-color);
}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date .gform-datepicker-toggle-icon--default::before {
	--gf-ctrl-btn-icon: var(--gf-icon-ctrl-datepicker);
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	block-size: auto;
	font-size: var(--gf-field-date-icon-size);
	inline-size: auto;
}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date .gform-datepicker-toggle:hover .gform-datepicker-toggle-icon--default, .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:focus-within .gform-datepicker-toggle-icon--default, .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:where([\:has\(input\:hover\)]) .gform-datepicker-toggle-icon--default {
	color: var(--gf-field-date-icon-color-active);
}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date .gform-datepicker-toggle:hover .gform-datepicker-toggle-icon--default, .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:focus-within .gform-datepicker-toggle-icon--default, .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:where(:has(input:hover)) .gform-datepicker-toggle-icon--default {
	color: var(--gf-field-date-icon-color-active);
}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date .gform-datepicker-toggle-icon--custom {
	max-block-size: var(--gf-field-date-custom-icon-max-height);
	max-inline-size: var(--gf-field-date-custom-icon-max-width);
	opacity: var(--gf-field-date-custom-icon-opacity);
}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date .gform-datepicker-toggle:hover .gform-datepicker-toggle-icon--custom, .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date:focus-within .gform-datepicker-toggle-icon--custom, .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date:where([\:has\(input\:hover\)]) .gform-datepicker-toggle-icon--custom {
	opacity: var(--gf-field-date-custom-icon-opacity-hover);
}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date .gform-datepicker-toggle:hover .gform-datepicker-toggle-icon--custom, .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date:focus-within .gform-datepicker-toggle-icon--custom, .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date:where(:has(input:hover)) .gform-datepicker-toggle-icon--custom {
	opacity: var(--gf-field-date-custom-icon-opacity-hover);
}

.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 {
	--gf-local-height: var(--gf-field-list-btn-size);
	--gf-local-radius: var(--gf-field-list-btn-radius);
	--gf-local-column-gap: 0;
	--gf-local-font-size: var(--gf-field-list-btn-font-size);
	--gf-local-letter-spacing: 0;
	--gf-local-line-height: 1;
	--gf-local-min-height: auto;
	--gf-local-padding-y: var(--gf-field-list-btn-padding-y);
	--gf-local-padding-x: var(--gf-field-list-btn-padding-x);
	--gf-local-width: var(--gf-field-list-btn-size);
}

.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.add_list_item::before {
	--gf-local-content: var(--gf-icon-ctrl-list-item-add);
}

.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.delete_list_item::before {
	--gf-local-content: var(--gf-icon-ctrl-list-item-remove);
}

.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) .gfield_list_icons img {
	background-color: transparent !important;
	background-position: 0;
	background-repeat: no-repeat;
	background-size: 16px 16px !important;
	block-size: 16px !important;
	border: none !important;
	inline-size: 16px !important;
	opacity: .5;
	transition: var(--gf-transition-ctrl);
}

.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) .gfield_list_icons a:focus img, .gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) .gfield_list_icons a:hover img {
	opacity: 1;
}

.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) .gfield_url_icon_disabled {
	opacity: 1;
	pointer-events: none;
}

.gform-theme--framework .gf_page_steps, .gform-theme--framework .gf_progressbar_wrapper {
	margin-block-end: var(--gf-field-pg-prog-margin-y-end);
}

.gform-theme--framework .gf_progressbar_title, .gform-theme--framework .gf_step_label, .gform-theme--framework .gf_step_number {
	--gf-local-color: var(--gf-field-pg-prog-color);
	--gf-local-font-family: var(--gf-field-pg-prog-font-family);
	--gf-local-font-size: var(--gf-field-pg-prog-font-size);
	--gf-local-font-style: var(--gf-field-pg-prog-font-style);
	--gf-local-font-weight: var(--gf-field-pg-prog-font-weight);
	--gf-local-letter-spacing: var(--gf-field-pg-prog-letter-spacing);
	--gf-local-line-height: var(--gf-field-pg-prog-line-height);
	--gf-local-text-transform: none;
	color: var(--gf-local-color);
	font-family: var(--gf-local-font-family);
	font-size: var(--gf-local-font-size);
	font-style: var(--gf-local-font-style);
	font-weight: var(--gf-local-font-weight);
	letter-spacing: var(--gf-local-letter-spacing);
	line-height: var(--gf-local-line-height);
	text-transform: var(--gf-local-text-transform);
}

.gform-theme--framework .gf_progressbar_title {
	margin-block-end: var(--gf-field-pg-prog-title-margin-y-end);
}

.gform-theme--framework .gf_progressbar {
	background-color: var(--gf-field-pg-prog-bar-bg-color);
	border-radius: var(--gf-field-pg-prog-bar-radius);
}

.gform-theme--framework .gf_progressbar span {
	border: 0;
	clip: rect(0, 0, 0, 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(--gf-field-pg-prog-bar-height);
	border-radius: var(--gf-field-pg-prog-bar-radius);
}

.gform-theme--framework .gf_progressbar .percentbar_blue {
	background-color: var(--gf-field-pg-prog-bar-bg-color-blue);
}

.gform-theme--framework .gf_progressbar .percentbar_gray {
	background-color: var(--gf-field-pg-prog-bar-bg-color-gray);
}

.gform-theme--framework .gf_progressbar .percentbar_green {
	background-color: var(--gf-field-pg-prog-bar-bg-color-green);
}

.gform-theme--framework .gf_progressbar .percentbar_orange {
	background-color: var(--gf-field-pg-prog-bar-bg-color-orange);
}

.gform-theme--framework .gf_progressbar .percentbar_red {
	background-color: var(--gf-field-pg-prog-bar-bg-color-red);
}

.gform-theme--framework .gf_progressbar .percentbar_spring {
	background: var(--gf-field-pg-prog-bar-bg-gradient-spring);
}

.gform-theme--framework .gf_progressbar .percentbar_blues {
	background: var(--gf-field-pg-prog-bar-bg-gradient-blues);
}

.gform-theme--framework .gf_progressbar .percentbar_rainbow {
	background: var(--gf-field-pg-prog-bar-bg-gradient-rainbow);
}

.gform-theme--framework .gf_step {
	align-items: center;
	display: flex;
	gap: var(--gf-field-pg-steps-step-gap);
	position: relative;
}

.gform-theme--framework .gf_step_label {
	--gf-local-text-transform: var(--gf-field-pg-prog-text-transform);
}

.gform-theme--framework .gf_step_hidden {
	display: none;
}

.gform-theme--framework .gf_step_number {
	--gf-local-bg-color: var(--gf-field-pg-steps-number-bg-color);
	--gf-local-border-color: var(--gf-field-pg-steps-number-border-color);
	--gf-local-border: var(--gf-field-pg-steps-number-border-width) var(--gf-field-pg-steps-number-border-style) var(--gf-local-border-color);
	--gf-local-radius: var(--gf-field-pg-steps-number-radius);
	--gf-local-color: var(--gf-field-pg-steps-number-color);
	background-color: var(--gf-local-bg-color);
	block-size: var(--gf-field-pg-steps-number-size);
	border: var(--gf-local-border);
	border-radius: var(--gf-local-radius);
	color: var(--gf-local-color);
	display: inline-grid;
	inline-size: var(--gf-field-pg-steps-number-size);
	min-inline-size: var(--gf-field-pg-steps-number-size);
	align-content: center;
	justify-content: center;
	place-content: center;
}

.gform-theme--framework .gf_step_active .gf_step_number {
	--gf-local-bg-color: var(--gf-field-pg-steps-number-bg-color-active);
	--gf-local-border-color: var(--gf-field-pg-steps-number-border-color-active);
	--gf-local-color: var(--gf-field-pg-steps-number-color-active);
}

.gform-theme--framework .gf_step_completed .gf_step_number {
	--gf-local-bg-color: var(--gf-field-pg-steps-number-bg-color-complete);
	--gf-local-border-color: var(--gf-field-pg-steps-number-border-color-complete);
	--gf-local-color: var(--gf-field-pg-steps-number-color-complete);
}

.gform-theme--framework .gf_step_completed .gf_step_number::after {
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: var(--gf-field-pg-steps-number-bg-color-complete);
	block-size: var(--gf-field-pg-steps-number-size);
	border: var(--gf-field-pg-steps-number-border-width) var(--gf-field-pg-steps-number-border-style) var(--gf-field-pg-steps-number-border-color-complete);
	border-radius: var(--gf-field-pg-steps-number-radius);
	color: var(--gf-field-pg-steps-number-color-complete);
	content: var(--gf-icon-ctrl-pg-numbers-complete);
	display: inline-grid;
	font-size: var(--gf-field-pg-steps-icon-font-size);
	inline-size: var(--gf-field-pg-steps-number-size);
	inset-block-start: 0;
	inset-inline-start: 0;
	align-content: center;
	justify-content: center;
	place-content: center;
	position: absolute;
}

.gform-theme--framework .gfield--type-password input[type=password] {
	--gf-local-padding-x: var(--gf-ctrl-padding-x) var(--gf-field-pwd-ctrl-padding-x-end);
}

.gform-theme--framework .gfield--type-password .gform_show_password .dashicons.dashicons-visibility::before {
	--gf-ctrl-btn-icon: var(--gf-icon-ctrl-pwd-hidden);
}

.gform-theme--framework .gfield--type-password .gform_show_password .dashicons.dashicons-hidden::before {
	--gf-ctrl-btn-icon: var(--gf-icon-ctrl-pwd-visible);
}

.gform-theme--framework .gfield_password_strength {
	--gf-local-bg-color: var(--gf-field-pwd-str-bg-color);
	--gf-local-border-color: var(--gf-field-pwd-str-border-color);
	--gf-local-border-style: var(--gf-field-pwd-str-border-style);
	--gf-local-border-width: var(--gf-field-pwd-str-border-width);
	--gf-local-border: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
	--gf-local-color: var(--gf-field-pwd-str-color);
	background-color: var(--gf-local-bg-color);
	border: var(--gf-local-border);
	border-radius: var(--gf-field-pwd-str-radius);
	color: var(--gf-local-color);
	font-family: var(--gf-field-pwd-str-font-family);
	font-size: var(--gf-field-pwd-str-font-size);
	font-style: var(--gf-field-pwd-str-font-style);
	font-weight: var(--gf-field-pwd-str-font-weight);
	letter-spacing: var(--gf-field-pwd-str-letter-spacing);
	line-height: var(--gf-field-pwd-str-line-height);
	margin-block-start: var(--gf-field-pwd-str-margin-y-start);
	padding-block: var(--gf-field-pwd-str-padding-y);
	padding-inline: var(--gf-field-pwd-str-padding-x);
	position: relative;
	text-align: var(--gf-field-pwd-str-text-align);
	transition: var(--gf-field-pwd-str-transition);
}

.gform-theme--framework .gfield_password_strength::after, .gform-theme--framework .gfield_password_strength::before {
	--gf-local-bg-color: var(--gf-field-pwd-str-ind-bg-color);
	--gf-local-height: var(--gf-field-pwd-str-ind-height);
	--gf-local-radius: var(--gf-field-pwd-str-ind-radius);
	--gf-local-content: var(--gf-field-pwd-str-ind-content);
	--gf-local-inset-y-start: var(--gf-field-pwd-str-ind-inset-y-start);
	--gf-local-inset-x-start: var(--gf-field-pwd-str-ind-inset-x-start);
	--gf-local-position: var(--gf-field-pwd-str-ind-position);
	--gf-local-transform: var(--gf-field-pwd-str-ind-transform);
	--gf-local-transition: none;
	--gf-local-width: var(--gf-field-pwd-str-ind-width);
	background-color: var(--gf-local-bg-color);
	block-size: var(--gf-local-height);
	border-radius: var(--gf-local-radius);
	content: var(--gf-local-content);
	display: var(--gf-field-pwd-str-ind-display);
	inline-size: var(--gf-local-width);
	inset-block-start: var(--gf-local-inset-y-start);
	inset-inline-start: var(--gf-local-inset-x-start);
	position: var(--gf-local-position);
	transform: var(--gf-local-transform);
	transition: var(--gf-local-transition);
}

.gform-theme--framework .gfield_password_strength::after {
	--gf-local-transition: var(--gf-field-pwd-str-ind-transition);
	--gf-local-width: var(--gf-field-pwd-str-ind-width-blank);
}

.gform-theme--framework .gfield_password_strength.mismatch {
	--gf-local-bg-color: var(--gf-field-pwd-str-bg-color-mismatch);
	--gf-local-border-color: var(--gf-field-pwd-str-border-color-mismatch);
	--gf-local-color: var(--gf-field-pwd-str-color-mismatch);
}

.gform-theme--framework .gfield_password_strength.mismatch::after {
	--gf-local-bg-color: var(--gf-field-pwd-str-ind-bg-color-mismatch);
	--gf-local-width: var(--gf-field-pwd-str-ind-width-mismatch);
}

.gform-theme--framework .gfield_password_strength.short {
	--gf-local-bg-color: var(--gf-field-pwd-str-bg-color-short);
	--gf-local-border-color: var(--gf-field-pwd-str-border-color-short);
	--gf-local-color: var(--gf-field-pwd-str-color-short);
}

.gform-theme--framework .gfield_password_strength.short::after {
	--gf-local-bg-color: var(--gf-field-pwd-str-ind-bg-color-short);
	--gf-local-width: var(--gf-field-pwd-str-ind-width-short);
}

.gform-theme--framework .gfield_password_strength.bad {
	--gf-local-bg-color: var(--gf-field-pwd-str-bg-color-bad);
	--gf-local-border-color: var(--gf-field-pwd-str-border-color-bad);
	--gf-local-color: var(--gf-field-pwd-str-color-bad);
}

.gform-theme--framework .gfield_password_strength.bad::after {
	--gf-local-bg-color: var(--gf-field-pwd-str-ind-bg-color-bad);
	--gf-local-width: var(--gf-field-pwd-str-ind-width-bad);
}

.gform-theme--framework .gfield_password_strength.good {
	--gf-local-bg-color: var(--gf-field-pwd-str-bg-color-good);
	--gf-local-border-color: var(--gf-field-pwd-str-border-color-good);
	--gf-local-color: var(--gf-field-pwd-str-color-good);
}

.gform-theme--framework .gfield_password_strength.good::after {
	--gf-local-bg-color: var(--gf-field-pwd-str-ind-bg-color-good);
	--gf-local-width: var(--gf-field-pwd-str-ind-width-good);
}

.gform-theme--framework .gfield_password_strength.strong {
	--gf-local-bg-color: var(--gf-field-pwd-str-bg-color-strong);
	--gf-local-border-color: var(--gf-field-pwd-str-border-color-strong);
	--gf-local-color: var(--gf-field-pwd-str-color-strong);
}

.gform-theme--framework .gfield_password_strength.strong::after {
	--gf-local-bg-color: var(--gf-field-pwd-str-ind-bg-color-strong);
	--gf-local-width: var(--gf-field-pwd-str-ind-width-strong);
}

.gform-theme--framework .gfield--type-phone .gform-phone.gform-phone--open button.gform-phone__country-selector.gform-theme-button.gform-theme-button--tertiary:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-bg-color: var(--gf-ctrl-bg-color-focus);
	--gf-local-border-color: var(--gf-ctrl-border-color-focus);
	--gf-local-color: var(--gf-ctrl-color-focus);
	--gf-local-outline-color: var(--gf-ctrl-outline-color-focus);
	--gf-local-outline-width: var(--gf-ctrl-outline-width-focus);
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-focus-tertiary);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-focus-tertiary);
	--gf-local-color: var(--gf-ctrl-btn-color-focus-tertiary);
	--gf-local-shadow: var(--gf-ctrl-btn-shadow-focus);
}

.gform-theme--framework .gfield--type-phone button.gform-phone__country-selector.gform-theme-button.gform-theme-button--tertiary:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	border-end-end-radius: 0;
	border-start-end-radius: 0;
	margin-inline-end: calc(var(--gf-ctrl-btn-border-width-tertiary) * -1);
}

.gform-theme--framework .gfield--type-phone button.gform-phone__country-selector.gform-theme-button.gform-theme-button--tertiary: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 {
	background-image: var(--gf-icon-ctrl-select);
	background-size: var(--gf-ctrl-select-icon-size);
	block-size: var(--gf-ctrl-select-icon-size);
	content: "";
	inline-size: var(--gf-ctrl-select-icon-size);
}

.gform-theme--framework .gfield--type-phone .gform-phone__dropdown {
	background-color: var(--gf-ctrl-bg-color);
	border: var(--gf-ctrl-select-dropdown-border-color);
	border-radius: var(--gf-ctrl-select-dropdown-radius);
	box-shadow: var(--gf-ctrl-select-dropdown-shadow);
}

.gform-theme--framework .gfield--type-phone .gform-phone__search-wrapper {
	background-color: var(--gf-ctrl-bg-color);
	margin-block-end: calc(var(--gf-padding-y) * -1);
	padding-block: var(--gf-padding-y);
	padding-inline: var(--gf-ctrl-padding-x);
}

.gform-theme--framework .gfield--type-phone .gform-phone__search-wrapper input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-height: var(--gf-ctrl-size-md);
	--gf-local-padding-x: var(--gf-ctrl-select-search-padding-x);
	background-image: var(--gf-icon-ctrl-search);
	background-position: var(--gf-ctrl-select-search-icon-position);
	background-size: var(--gf-ctrl-select-search-icon-size);
}

.gform-theme--framework .gfield--type-phone .gform-phone__country-list {
	font-family: var(--gf-font-family-base);
	padding-block: var(--gf-padding-y);
}

.gform-theme--framework .gfield--type-phone .gform-phone__country-item {
	color: var(--gf-ctrl-color);
	padding-inline: var(--gf-ctrl-padding-x);
}

.gform-theme--framework .gfield--type-phone .gform-phone__country-item.gform-phone__country-item--focused, .gform-theme--framework .gfield--type-phone .gform-phone__country-item:hover {
	background-color: var(--gf-ctrl-select-dropdown-option-bg-color-hover);
}

.gform-theme--framework .gfield--type-phone .gform-phone__country-item.gform-phone__country-item--active {
	background-color: var(--gf-ctrl-select-dropdown-option-bg-color-hover);
	box-shadow: var(--gf-ctrl-select-dropdown-option-shadow-hover);
}

html:where(:not([dir=rtl])) .gform-theme--framework .gfield--type-phone .gform-phone__input {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

html[dir=rtl] .gform-theme--framework .gfield--type-phone .gform-phone__input {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.gform-theme--framework .gfield--type-product .ginput_product_price {
	--gf-local-color: var(--gf-field-prod-price-color);
}

.gform-theme--framework .gfield--type-product input[type].ginput_product_price {
	--gf-local-display: inline-block;
}

.gform-theme--framework .gfield--type-product .ginput_quantity {
	--gf-local-width: var(--gf-field-prod-quant-width);
	margin-block-end: var(--gf-field-prod-quant-margin-y-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_item {
	grid-column-gap: var(--gf-form-gap-x);
	-moz-column-gap: var(--gf-form-gap-x);
	column-gap: var(--gf-form-gap-x);
	display: grid;
	grid-template-columns: repeat(12, 1fr);
}

.gform-theme--framework .gfield--type-repeater .gfield_repeater_item > .gfield {
	margin-block-start: var(--gf-field-repeater-gap-y);
}

.gform-theme--framework .gfield--type-repeater .gfield_repeater_item + .gfield_repeater_item {
	margin-block-start: var(--gf-field-repeater-gap-y);
	position: relative;
}

.gform-theme--framework .gfield--type-repeater .gfield_repeater_item + .gfield_repeater_item::before {
	background-color: var(--gf-field-repeater-separator-color);
	block-size: 1px;
	content: "";
	display: block;
	inline-size: 100%;
	inset-block-start: calc(0px - ( var(--gf-field-repeater-gap-y) / 2 ));
	position: absolute;
}

.gform-theme--framework .gfield--type-repeater .gfield_repeater_buttons {
	display: flex;
	grid-column: 1/-1;
	margin-block-start: var(--gf-form-footer-margin-y-start);
}

.gform-theme--framework .gfield--type-repeater .gfield_repeater_buttons .gform-theme-button.gform-theme-button.add_repeater_item {
	margin-inline-end: var(--gf-field-repeater-btn-inline-gap);
}

.gform-theme--framework .gfield--type-repeater .gfield_repeater_items {
	border: var(--gf-field-repeater-nested-border-size) var(--gf-field-repeater-nested-border-style) var(--gf-field-repeater-nested-border-color);
	border-radius: var(--gf-field-repeater-nested-border-radius);
	padding: var(--gf-field-repeater-nested-padding);
	padding-block-start: 0;
}

.gform-theme--framework .gfield--type-repeater .gfield_valid .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--type-repeater .gfield_valid 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--type-repeater .gfield_valid select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield--type-repeater .gfield_valid 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--type-repeater .gfield_valid textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-bg-color: var(--gf-ctrl-bg-color);
	--gf-local-border-color: var(--gf-ctrl-border-color);
	--gf-local-color: var(--gf-ctrl-color);
}

.gform-theme--framework:where(:not(.gform_editor)) .gfield--type-section {
	border-block-end: var(--gf-field-section-border-width) var(--gf-field-section-border-style) var(--gf-field-section-border-color);
	padding-block-end: var(--gf-field-section-padding-y-end);
}

.gform-theme--framework .gform_validation_errors {
	background-color: var(--gf-form-validation-bg-color);
	border: var(--gf-form-validation-border-width) var(--gf-form-validation-border-style) var(--gf-form-validation-border-color);
	border-radius: var(--gf-form-validation-radius);
	box-shadow: var(--gf-form-validation-shadow);
	display: flex;
	flex-direction: column;
	gap: var(--gf-form-validation-gap);
	margin-block: var(--gf-form-validation-margin-y);
	padding-block: var(--gf-form-validation-padding-y);
	padding-inline: var(--gf-form-validation-padding-x);
}

.gform-theme--framework .gform_validation_errors:focus {
	border-color: var(--gf-form-validation-border-color-focus);
	outline: var(--gf-form-validation-outline-focus);
	outline-offset: var(--gf-ctrl-outline-offset);
}

.gform-theme--framework .gform_validation_errors .gform_submission_error {
	color: var(--gf-form-validation-heading-color);
	display: flex;
	flex-direction: column;
	font-family: var(--gf-form-validation-heading-font-family);
	font-size: var(--gf-form-validation-heading-font-size);
	font-weight: var(--gf-form-validation-heading-font-weight);
	gap: var(--gf-form-validation-heading-gap);
	line-height: var(--gf-form-validation-heading-line-height);
}

.gform-theme--framework .gform_validation_errors .gform-icon {
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: var(--gf-form-validation-heading-icon-bg-color);
	block-size: var(--gf-form-validation-heading-icon-size);
	border-color: var(--gf-form-validation-heading-icon-border-color);
	border-radius: var(--gf-form-validation-heading-icon-radius);
	border-style: var(--gf-form-validation-heading-icon-border-style);
	border-width: var(--gf-form-validation-heading-icon-border-width);
	color: var(--gf-form-validation-heading-icon-color);
	display: inline-grid;
	font-size: var(--gf-form-validation-heading-icon-font-size);
	inline-size: var(--gf-form-validation-heading-icon-size);
	align-content: center;
	justify-content: center;
	place-content: center;
}

.gform-theme--framework .gform_validation_errors .gform-icon::before {
	content: var(--gf-icon-tooltip-error);
}

.gform-theme--framework .gform_validation_errors ol {
	color: var(--gf-form-validation-summary-color);
	font-family: var(--gf-form-validation-summary-font-family);
	font-size: var(--gf-form-validation-summary-font-size);
	font-weight: var(--gf-form-validation-summary-font-weight);
	line-height: var(--gf-form-validation-summary-line-height);
	list-style-type: disc;
	margin-block: 0;
	margin-inline: 0;
	padding-inline: var(--gf-form-validation-padding-x);
}

.gform-theme--framework .gform_validation_errors ol li + li {
	margin-block-start: var(--gf-form-validation-summary-margin-y-start);
}

.gform-theme--framework .gform_validation_errors ol a {
	border-color: transparent;
	border-radius: var(--gf-form-validation-radius);
	border-style: var(--gf-ctrl-border-style);
	border-width: var(--gf-ctrl-border-width);
	color: var(--gf-form-validation-summary-color);
	outline-color: var(--gf-ctrl-outline-color);
	outline-offset: var(--gf-ctrl-outline-offset);
	outline-style: var(--gf-ctrl-outline-style);
	outline-width: var(--gf-ctrl-outline-width);
	-webkit-text-decoration: var(--gf-form-validation-summary-item-link-text-decoration);
	text-decoration: var(--gf-form-validation-summary-item-link-text-decoration);
	transition: var(--gf-ctrl-transition);
}

.gform-theme--framework .gform_validation_errors ol a:focus {
	border-color: var(--gf-form-validation-border-color-focus);
	outline-color: var(--gf-form-validation-outline-color-focus);
	outline-width: var(--gf-ctrl-outline-width-focus);
}

@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(--gf-form-validation-summary-padding-x);
	}
}

.gform-theme--framework .gform_required_legend .gfield_required {
	color: var(--gf-color-danger);
}

.gform-theme--framework .gform-loader {
	border-block-end-color: var(--gf-form-spinner-fg-color);
	border-block-start-color: var(--gf-form-spinner-bg-color);
	border-inline-end-color: var(--gf-form-spinner-bg-color);
	border-inline-start-color: var(--gf-form-spinner-fg-color);
	inset: 0;
	margin: auto;
	position: absolute;
}

.gform-theme--framework .gform-theme-button--secondary .gform-loader {
	border-block-end-color: var(--gf-form-spinner-fg-color-secondary);
	border-block-start-color: var(--gf-form-spinner-bg-color-secondary);
	border-inline-end-color: var(--gf-form-spinner-bg-color-secondary);
	border-inline-start-color: var(--gf-form-spinner-fg-color-secondary);
}

.gform-theme--framework .gform_save_link svg {
	display: none;
}

.gform-theme--framework .gform_save_link::before {
	--gf-ctrl-btn-icon: var(--gf-icon-ctrl-save-continue);
}

.gform-theme--framework .field_description_below .gfield_description:where(:not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.ginput_counter_tinymce):not(.gfield_choice_limit_message)) {
	margin-block-start: var(--gf-desc-space);
}

.gform-theme--framework .field_description_below .gfield_description:where(.gfield_creditcard_warning_message,.field_validation_above .gfield_validation_message) {
	margin-block-end: var(--gf-desc-space);
}

.gform-theme--framework .field_description_below.gfield--type-choice .gfield_description:where(:not(.gfield--has-description.field_validation_below .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)) {
	margin-block-start: var(--gf-desc-choice-field-space);
}

.gform-theme--framework .field_description_below.gfield--type-choice .gfield_description:where(.gfield_choice_limit_message) {
	margin-block-end: var(--gf-desc-choice-field-space);
}

.gform-theme--framework .field_description_above .gfield_description:where([class=gfield_description],.gfield_creditcard_warning_message,.field_validation_above .gfield_validation_message,.gfield_repeater_max_message) {
	margin-block-end: var(--gf-desc-space);
}

.gform-theme--framework .field_description_above .gfield_description:where(:not([class=gfield_description]):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.ginput_counter_tinymce):not(.gfield_consent_description):not(.gfield_choice_limit_message)) {
	margin-block-start: var(--gf-desc-space);
}

.gform-theme--framework .field_description_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.field_validation_above.gfield_error [class=gfield_description]):not(.gfield_validation_message)) {
	margin-block-end: var(--gf-desc-choice-field-space);
}

.gform-theme--framework .field_description_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(:not(.field_validation_above.gfield_error [class=gfield_description]):not(.gfield_validation_message)) {
	margin-block-end: var(--gf-desc-choice-field-space);
}

.gform-theme--framework .field_description_above.gfield--type-choice .gfield_description:where(.gfield_choice_limit_message) {
	margin-block-end: var(--gf-desc-choice-field-space);
}

.gform-theme--framework .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message) {
	margin-block-end: var(--gf-desc-choice-field-space);
}

.gform-theme--framework .field_validation_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(.gfield_validation_message) {
	margin-block-end: var(--gf-desc-choice-field-space);
}

.gform-theme--framework .field_validation_below.gfield--type-choice .gfield_description:where(.field_description_above .gfield_validation_message) {
	margin-block-start: var(--gf-desc-choice-field-space);
}

.gform-theme--framework .left_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)), .gform-theme--framework .right_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)) {
	margin-block: var(--gf-desc-space) 0;
}

@media (min-width:640px) {
	.gform-theme--framework .left_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)), .gform-theme--framework .right_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)) {
		margin-block: 0;
		margin-inline: auto 0;
		padding-block-start: var(--gf-desc-space);
	}
}

.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(:not(.field_description_below.gfield--has-description .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)), .gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(:not(.field_description_below.gfield--has-description .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)) {
	margin-block: var(--gf-desc-choice-field-space) 0;
}

@media (min-width:640px) {
	.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(:not(.field_description_below.gfield--has-description .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)), .gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(:not(.field_description_below.gfield--has-description .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)) {
		margin-block: 0;
		padding-block-start: var(--gf-desc-choice-field-space);
	}
}

.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(.gfield_choice_limit_message), .gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(.gfield_choice_limit_message) {
	margin-block: 0 var(--gf-desc-choice-field-space);
}

@media (min-width:640px) {
	.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(.gfield_choice_limit_message), .gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(.gfield_choice_limit_message) {
		margin-block: 0;
		padding-block: 0 var(--gf-desc-choice-field-space);
	}
}

.gform-theme--framework .left_label .field_description_above .gfield_description:where([class=gfield_description]), .gform-theme--framework .left_label .field_validation_above .gfield_description:where(.gfield_validation_message), .gform-theme--framework .right_label .field_description_above .gfield_description:where([class=gfield_description]), .gform-theme--framework .right_label .field_validation_above .gfield_description:where(.gfield_validation_message) {
	margin-block: 0 var(--gf-desc-space);
}

@media (min-width:640px) {
	.gform-theme--framework .left_label .field_description_above .gfield_description:where([class=gfield_description]), .gform-theme--framework .left_label .field_validation_above .gfield_description:where(.gfield_validation_message), .gform-theme--framework .right_label .field_description_above .gfield_description:where([class=gfield_description]), .gform-theme--framework .right_label .field_validation_above .gfield_description:where(.gfield_validation_message) {
		margin-block: 0;
		padding-block: 0 var(--gf-desc-space);
	}
}

.gform-theme--framework .left_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above)[\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.gfield_validation_message)), .gform-theme--framework .left_label .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message), .gform-theme--framework .right_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above)[\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.gfield_validation_message)), .gform-theme--framework .right_label .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message) {
	margin-block: 0 var(--gf-desc-choice-field-space);
}

.gform-theme--framework .left_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above):not(:has(.gfield_choice_limit_message))) .gfield_description:where(:not(.gfield_validation_message)), .gform-theme--framework .left_label .field_validation_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(.gfield_validation_message), .gform-theme--framework .right_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above):not(:has(.gfield_choice_limit_message))) .gfield_description:where(:not(.gfield_validation_message)), .gform-theme--framework .right_label .field_validation_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(.gfield_validation_message) {
	margin-block: 0 var(--gf-desc-choice-field-space);
}

@media (min-width:640px) {
	.gform-theme--framework .left_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above)[\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.gfield_validation_message)), .gform-theme--framework .left_label .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message), .gform-theme--framework .right_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above)[\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.gfield_validation_message)), .gform-theme--framework .right_label .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message) {
		margin-block: 0;
		padding-block: 0 var(--gf-desc-choice-field-space);
	}
	
	.gform-theme--framework .left_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above):not(:has(.gfield_choice_limit_message))) .gfield_description:where(:not(.gfield_validation_message)), .gform-theme--framework .left_label .field_validation_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(.gfield_validation_message), .gform-theme--framework .right_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above):not(:has(.gfield_choice_limit_message))) .gfield_description:where(:not(.gfield_validation_message)), .gform-theme--framework .right_label .field_validation_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(.gfield_validation_message) {
		margin-block: 0;
		padding-block: 0 var(--gf-desc-choice-field-space);
	}
}

.gform-theme--framework .validation_above .gform-conversational__field-footer + .gfield_validation_message.gfield_description {
	margin-block-end: 0;
	margin-block-start: var(--gf-desc-space);
}

.gform-theme--framework .gfield_list_group_item::before, .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) {
	--gf-local-margin-y: 0 var(--gf-label-space-primary);
}

.gform-theme--framework .gfield--type-choice.field_description_above.gfield--no-description:where(:not(.field_validation_above.gfield_error)[\:not-has\(.gfield_choice_limit_message\)]) .gform-field-label:where(:not([class*=gform-field-label--type-])), .gform-theme--framework .gfield--type-choice.field_description_below:where(:not(.field_validation_above.gfield_error)[\:not-has\(.gfield_choice_limit_message\)]) .gform-field-label:where(:not([class*=gform-field-label--type-])) {
	--gf-local-margin-y: 0 var(--gf-label-choice-field-space-primary);
}

.gform-theme--framework .gfield--type-choice.field_description_above.gfield--no-description:where(:not(.field_validation_above.gfield_error):not(:has(.gfield_choice_limit_message))) .gform-field-label:where(:not([class*=gform-field-label--type-])), .gform-theme--framework .gfield--type-choice.field_description_below:where(:not(.field_validation_above.gfield_error):not(:has(.gfield_choice_limit_message))) .gform-field-label:where(:not([class*=gform-field-label--type-])) {
	--gf-local-margin-y: 0 var(--gf-label-choice-field-space-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)) {
		--gf-local-margin-y: 0;
		--gf-local-margin-x: 0;
		padding-inline-end: var(--gf-label-space-primary);
	}
}

.gform-theme--framework .gform-field-label--type-inline {
	--gf-local-margin-x: var(--gf-label-space-x-secondary) 0;
	--gf-local-margin-y: var(--gf-label-space-y-secondary) 0;
}

.gform-theme--framework .field_sublabel_below .gform-field-label--type-sub {
	--gf-local-margin-y: var(--gf-label-space-tertiary) 0;
}

.gform-theme--framework .field_sublabel_above .gform-field-label--type-sub {
	--gf-local-margin-y: 0 var(--gf-label-space-tertiary);
}

:root {
	--admin-bar-height: 0px;
	--icon-large-cta-arrow: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2710%27 fill=%27none%27 viewBox=%270 0 16 10%27%3E%3Cpath fill=%27%23000%27 d=%27M14.515 4.27v1.5H.5v-1.5h14.015Z%27/%3E%3Cpath fill=%27%23000%27 d=%27M15.127 5 10.13 9.998 9.07 8.937 13.005 5 9.07 1.063l1.06-1.06L15.127 5Z%27/%3E%3C/svg%3E");
	--icon-small-cta-arrow: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 fill=%27none%27 viewBox=%270 0 18 18%27%3E%3Cpath d=%27M.576.462h17.076v17.076H.576z%27/%3E%3Cpath fill=%27%23000%27 d=%27m14.397 9-3.745 3.746-1.06-1.06 1.916-1.919H3.873v-1.5h7.67L9.591 6.315l1.06-1.06L14.398 9Z%27/%3E%3C/svg%3E");
	--back-to-blog-arrow: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 fill=%27none%27 viewBox=%270 0 18 18%27%3E%3Cpath d=%27M.576.462h17.076v17.076H.576z%27/%3E%3Cpath fill=%27%23000%27 d=%27m14.397 9-3.745 3.746-1.06-1.06 1.916-1.919H3.873v-1.5h7.67L9.591 6.315l1.06-1.06L14.398 9Z%27 transform-origin=%27center center%27 transform=%27rotate%28180%29%27/%3E%3C/svg%3E");
	--grid-outline: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27597%27 height=%27610%27 fill=%27none%27 viewBox=%270 0 597 610%27%3E%3Cpath fill=%27%230032A1%27 d=%27M17.116 2.163a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.897.9.9 0 0 1-.898.896Zm-14.836 0a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.897.9.9 0 0 1-.898.896Zm14.836 14.39a.896.896 0 1 1 0-1.792.9.9 0 0 1 .898.896.9.9 0 0 1-.898.897ZM2.28 31.364a.895.895 0 0 1-.886-.767h-.019V15.65h.008a.901.901 0 0 1 .897-.89.9.9 0 0 1 .898.89v14.945h-.011a.901.901 0 0 1-.887.766Zm14.836 0a.896.896 0 1 1-.002-1.793.896.896 0 0 1 .002 1.792Zm0 14.8a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.897.9.9 0 0 1-.898.896Zm-14.836 0a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.897.9.9 0 0 1-.898.896Zm14.836 14.8a.896.896 0 1 1 0-1.792c.492 0 .898.404.898.896a.9.9 0 0 1-.898.897Zm-14.836 0a.896.896 0 1 1 0-1.792c.493 0 .898.404.898.896a.9.9 0 0 1-.898.897Zm14.836 14.802a.896.896 0 1 1 0-1.793c.492 0 .898.404.898.896a.9.9 0 0 1-.898.897Zm-14.836 0a.896.896 0 1 1 0-1.793c.492 0 .898.404.898.896a.901.901 0 0 1-.898.897Zm14.836 14.808a.896.896 0 1 1 0-1.793c.492 0 .898.404.898.897a.9.9 0 0 1-.898.896Zm-14.836 0a.896.896 0 1 1 0-1.793c.492 0 .898.404.898.897a.901.901 0 0 1-.898.896Zm14.836 14.802a.896.896 0 1 1-.002-1.792.896.896 0 0 1 .002 1.792Zm-14.836 0a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.896.901.901 0 0 1-.898.897Zm14.836 14.801a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.896.901.901 0 0 1-.898.897Zm-14.836 0a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.896.901.901 0 0 1-.898.897Zm14.836 14.809a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.897.9.9 0 0 1-.898.896Zm-14.836 0a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.897.9.9 0 0 1-.898.896Zm14.836 14.801a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.897.9.9 0 0 1-.898.896Zm-14.836 0a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.897.9.9 0 0 1-.898.896Zm0 16.1a2.195 2.195 0 1 1 0-4.391 2.196 2.196 0 1 1 0 4.391Zm14.836-1.299a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.896.901.901 0 0 1-.898.897Zm0 14.808a.896.896 0 1 1 0-1.793c.492 0 .898.405.898.897a.9.9 0 0 1-.898.896Zm-14.836 0a.896.896 0 1 1 0-1.793c.493 0 .898.405.898.897a.9.9 0 0 1-.898.896Zm14.836 14.801a.896.896 0 1 1 0-1.793c.492 0 .898.405.898.897a.9.9 0 0 1-.898.896Zm-14.836 0a.896.896 0 1 1 0-1.793c.492 0 .898.405.898.897a.9.9 0 0 1-.898.896Zm14.836 14.802a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.897.901.901 0 0 1-.898.896Zm-14.836 0a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.897.9.9 0 0 1-.898.896Zm14.836 14.801a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.896.901.901 0 0 1-.898.897Zm-14.836 0a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.896.901.901 0 0 1-.898.897Zm14.836 14.808a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.897.9.9 0 0 1-.898.896Zm-14.836 0a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.897.9.9 0 0 1-.898.896Zm14.836 14.801a.896.896 0 1 1 0-1.793c.492 0 .898.404.898.897a.9.9 0 0 1-.898.896Zm-14.836 0a.896.896 0 1 1 0-1.793c.493 0 .898.404.898.897a.9.9 0 0 1-.898.896Zm14.836 14.801a.896.896 0 1 1 0-1.793c.492 0 .898.404.898.896a.901.901 0 0 1-.898.897Zm-14.836 0a.896.896 0 1 1 0-1.793c.492 0 .898.404.898.896a.901.901 0 0 1-.898.897Zm14.836 14.81a.897.897 0 0 1-.897-.897.9.9 0 0 1 .897-.896.9.9 0 0 1 .898.896.902.902 0 0 1-.898.897Zm-14.836 0a.897.897 0 0 1-.897-.897.9.9 0 0 1 .897-.896.9.9 0 0 1 .898.896.902.902 0 0 1-.898.897Zm14.836 14.8a.896.896 0 1 1 0-1.793c.492 0 .898.405.898.897a.9.9 0 0 1-.898.896ZM2.28 312.621a.896.896 0 0 1-.896-.876h-.009v-14.823h.008c0-.492.405-.896.897-.896s.897.404.898.896v14.823h-.001a.902.902 0 0 1-.896.876Zm14.836 0a.896.896 0 1 1 0-1.794c.492 0 .898.404.898.897a.902.902 0 0 1-.898.897Zm0 14.808a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.896.901.901 0 0 1-.898.897Zm-14.836 0a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.896.901.901 0 0 1-.898.897Zm14.836 14.8a.896.896 0 1 1 0-1.793c.492 0 .898.405.898.897a.9.9 0 0 1-.898.896Zm-14.836 0a.896.896 0 1 1 0-1.793c.493 0 .898.405.898.897a.9.9 0 0 1-.898.896Zm14.836 14.801a.896.896 0 1 1 0-1.793c.492 0 .897.405.898.897a.9.9 0 0 1-.898.896Zm-14.836 0a.896.896 0 1 1 0-1.793c.492 0 .898.405.898.897a.9.9 0 0 1-.898.896Zm14.836 14.802a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.896.901.901 0 0 1-.898.897Zm-14.836 0a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.896.901.901 0 0 1-.898.897Zm14.836 14.809a.896.896 0 1 1 0-1.793c.492 0 .897.404.898.896a.901.901 0 0 1-.898.897Zm-14.836 0a.896.896 0 1 1 0-1.793c.492 0 .898.404.898.896a.901.901 0 0 1-.898.897Zm14.836 14.801a.896.896 0 1 1 0-1.793c.492 0 .898.404.898.897a.901.901 0 0 1-.898.896Zm-14.836 0a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.897.9.9 0 0 1-.898.896Zm14.836 14.801a.896.896 0 1 1 0-1.793c.492 0 .898.404.898.897a.9.9 0 0 1-.898.896Zm-14.836 0a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.897.9.9 0 0 1-.898.896Zm14.836 14.809a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.896.901.901 0 0 1-.898.897Zm-14.836 0a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.896.901.901 0 0 1-.898.897Zm14.836 14.8a.896.896 0 1 1 0-1.792.9.9 0 0 1 .898.896.9.9 0 0 1-.898.896Zm-14.836 0a.896.896 0 1 1 0-1.792.9.9 0 0 1 .898.896.9.9 0 0 1-.898.896Zm0 16.1a2.194 2.194 0 1 1 0-4.391 2.196 2.196 0 1 1 0 4.391Zm14.836-1.299a.896.896 0 1 1 0-1.793c.492 0 .897.405.898.897a.9.9 0 0 1-.898.896Zm0 14.809a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.896.901.901 0 0 1-.898.897Zm-14.836 0a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.896.901.901 0 0 1-.898.897Zm14.836 14.801a.896.896 0 1 1 0-1.793c.492 0 .897.404.898.896a.901.901 0 0 1-.898.897Zm-14.836 0a.896.896 0 1 1 0-1.793c.492 0 .898.404.898.896a.901.901 0 0 1-.898.897Zm14.836 14.801a.896.896 0 1 1 0-1.793c.492 0 .898.404.898.897a.901.901 0 0 1-.898.896Zm-14.836 0a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.897.9.9 0 0 1-.898.896Zm14.836 14.801a.896.896 0 1 1 0-1.793c.492 0 .898.404.898.897a.9.9 0 0 1-.898.896Zm-14.836 0a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.897.9.9 0 0 1-.898.896Zm14.836 14.809a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.896.901.901 0 0 1-.898.897Zm-14.836 0a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.896.901.901 0 0 1-.898.897Zm14.836 14.801a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.896.902.902 0 0 1-.898.897Zm-14.836 0a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.896.902.902 0 0 1-.898.897Zm14.836 14.8a.896.896 0 1 1 0-1.793c.492 0 .897.405.898.897a.9.9 0 0 1-.898.896Zm-14.836 0a.896.896 0 1 1 0-1.793c.492 0 .897.405.898.897a.9.9 0 0 1-.898.896Zm14.836 14.809a.896.896 0 1 1 0-1.793c.492 0 .897.404.898.896a.901.901 0 0 1-.898.897Zm-14.836 0a.896.896 0 1 1 0-1.793c.492 0 .897.404.898.896a.901.901 0 0 1-.898.897Zm593.522 14.7a.897.897 0 1 1-.002-1.792.897.897 0 0 1 .002 1.792Zm-14.836 0a.898.898 0 1 1 0-1.79.898.898 0 0 1 0 1.79Zm-14.836 0a.897.897 0 1 1-.002-1.794.897.897 0 0 1 .002 1.794Zm-14.842 0a.897.897 0 1 1 0-1.793.897.897 0 0 1 0 1.793Zm-14.836 0a.897.897 0 1 1 0-1.793.897.897 0 0 1 0 1.793Zm-14.836 0a.895.895 0 1 1 0-1.793.9.9 0 0 1 .898.897.902.902 0 0 1-.898.896Zm-14.844 0a.897.897 0 1 1 0-1.793.897.897 0 0 1 0 1.793Zm-14.835 0a.897.897 0 1 1-.002-1.794.897.897 0 0 1 .002 1.794Zm-14.836 0a.896.896 0 1 1 0-1.793.9.9 0 0 1 .897.897.9.9 0 0 1-.897.896Zm-14.842 0a.898.898 0 1 1 0-1.79.898.898 0 0 1 0 1.79Zm-14.836 0a.898.898 0 1 1 0-1.79.898.898 0 0 1 0 1.79Zm-14.836 0a.897.897 0 1 1-.002-1.794.897.897 0 0 1 .002 1.794Zm-14.844 0a.895.895 0 1 1 0-1.793c.492 0 .898.404.898.897a.902.902 0 0 1-.898.896Zm-14.836 0a.895.895 0 1 1 0-1.793.9.9 0 0 1 .898.897.902.902 0 0 1-.898.896Zm-14.836 0a.897.897 0 1 1 0-1.793.897.897 0 0 1 0 1.793Zm-14.836 0a.897.897 0 1 1 0-1.793.897.897 0 0 1 0 1.793Zm-14.843 0a.896.896 0 1 1 0-1.793.9.9 0 0 1 .897.897.9.9 0 0 1-.897.896Zm-14.834 0a.897.897 0 1 1-.002-1.794.897.897 0 0 1 .002 1.794Zm-14.836 0a.898.898 0 1 1-.001-1.795.898.898 0 0 1 .001 1.795Zm-14.844 0a.897.897 0 1 1-.002-1.794.897.897 0 0 1 .002 1.794Zm-14.838.102a.898.898 0 0 1-.897-.897c0-.023.002-.046.003-.068l-.001-.033a.897.897 0 1 1 1.794 0l-.002.069.001.032a.898.898 0 0 1-.898.897Zm-14.836 0a.898.898 0 1 1 .001-1.795.898.898 0 0 1-.001 1.795Zm-14.844 0a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.896.902.902 0 0 1-.898.897Zm-14.836 0a.898.898 0 1 1 .001-1.795.898.898 0 0 1-.001 1.795Zm-14.834 0a.898.898 0 1 1 .001-1.795.898.898 0 0 1-.001 1.795Zm-14.836 0a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.896.902.902 0 0 1-.898.897Zm-14.843 0a.897.897 0 1 1-.002-1.792.897.897 0 0 1 .002 1.792Zm-14.836 0a.898.898 0 1 1-.001-1.791.898.898 0 0 1 .001 1.791Zm-14.836 0a.897.897 0 0 1-.898-.897c0-.492.406-.896.898-.896a.9.9 0 0 1 .897.896.901.901 0 0 1-.897.897Zm-14.844 0a.898.898 0 1 1 .001-1.795.898.898 0 0 1-.001 1.795Zm-14.836 0a.898.898 0 1 1 .001-1.795.898.898 0 0 1-.001 1.795Zm-14.834 0a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.896.903.903 0 0 1-.898.897Zm-14.844 0a.898.898 0 1 1 .001-1.795.898.898 0 0 1-.001 1.795Zm-14.835 0a.898.898 0 1 1 0-1.795.898.898 0 0 1 0 1.795Zm-14.836 0a.897.897 0 1 1-.002-1.794.897.897 0 0 1 .002 1.794Zm-14.836 0a.897.897 0 1 1-.001-1.792.897.897 0 0 1 0 1.792Zm-14.844 0a.897.897 0 1 1-.001-1.792.897.897 0 0 1 0 1.792Zm-14.834 0a.897.897 0 1 1-.001-1.794.897.897 0 0 1 0 1.794Zm-14.836 0a.897.897 0 1 1-.001-1.794.897.897 0 0 1 .001 1.794Zm-14.844 0a.897.897 0 1 1-.001-1.794.897.897 0 0 1 .001 1.794Zm-14.836 0a.897.897 0 1 1-.001-1.794.897.897 0 0 1 .001 1.794Zm445.143 15.999a2.195 2.195 0 1 1 0-4.391 2.195 2.195 0 1 1 0 4.391Zm-296.764.101a2.194 2.194 0 1 1 0-4.39 2.194 2.194 0 1 1 0 4.39Zm142.034-1.401a.9.9 0 0 1 0-1.801h13.536a.9.9 0 0 1 .091 1.796l-.091.005h-13.536Zm288.278 0h-.005a.898.898 0 1 1 0-1.793l.018.001h14.799l.019-.001a.897.897 0 1 1 0 1.793h-.011v.008h-14.82v-.008Zm-14.841 0a.896.896 0 1 1-.003-1.793.896.896 0 0 1 .003 1.793Zm-14.842 0a.897.897 0 1 1 0-1.794.897.897 0 0 1 0 1.794Zm-14.836 0a.897.897 0 1 1 0-1.794.897.897 0 0 1 0 1.794Zm-14.836 0a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.896.902.902 0 0 1-.898.897Zm-14.844 0a.897.897 0 1 1 0-1.794.897.897 0 0 1 0 1.794Zm-14.835 0a.897.897 0 1 1-.002-1.794.897.897 0 0 1 .002 1.794Zm-14.836 0a.896.896 0 1 1-.003-1.793.896.896 0 0 1 .003 1.793Zm-14.842 0a.898.898 0 1 1 0-1.795.898.898 0 0 1 0 1.795Zm-29.672 0a.897.897 0 0 1-.898-.897c0-.492.406-.896.898-.896a.9.9 0 0 1 .897.896.9.9 0 0 1-.897.897Zm-14.844 0a.896.896 0 1 1 0-1.793c.492 0 .898.404.898.896a.902.902 0 0 1-.898.897Zm-14.836 0a.896.896 0 1 1 0-1.793.9.9 0 0 1 .898.896.902.902 0 0 1-.898.897Zm-14.836 0a.897.897 0 1 1 0-1.794.897.897 0 0 1 0 1.794Zm-14.836 0a.897.897 0 1 1 0-1.794.897.897 0 0 1 0 1.794Zm-14.843 0a.896.896 0 1 1-.003-1.793.896.896 0 0 1 .003 1.793Zm-14.834 0a.897.897 0 1 1-.002-1.794.897.897 0 0 1 .002 1.794Zm-14.836 0a.897.897 0 1 1-.002-1.794.897.897 0 0 1 .002 1.794Zm-14.844 0a.897.897 0 0 1-.898-.897c0-.492.406-.896.898-.896a.9.9 0 0 1 .897.896.9.9 0 0 1-.897.897Zm-311.64.1a.895.895 0 0 1 0-1.789v-.01h14.9v.009a.9.9 0 0 1 .876.895.9.9 0 0 1-.875.895v.001h-14.9v-.001Zm281.966.001a.897.897 0 1 1 0-1.793.897.897 0 0 1 0 1.793Zm-14.844 0a.895.895 0 1 1 0-1.792.9.9 0 0 1 .898.896.9.9 0 0 1-.898.896Zm-14.836 0a.897.897 0 1 1 0-1.793.897.897 0 0 1 0 1.793Zm-14.834 0a.897.897 0 1 1 0-1.793.897.897 0 0 1 0 1.793Zm-14.836 0a.896.896 0 1 1 0-1.792.9.9 0 0 1 .898.896.9.9 0 0 1-.898.896Zm-14.843 0a.897.897 0 1 1-.002-1.79.897.897 0 0 1 .002 1.79Zm-14.836 0a.898.898 0 0 1-.898-.896.898.898 0 0 1 1.795 0 .897.897 0 0 1-.897.896Zm-14.836 0a.896.896 0 1 1 0-1.792.9.9 0 0 1 .897.896.9.9 0 0 1-.897.896Zm-14.844 0a.897.897 0 1 1 0-1.793.897.897 0 0 1 0 1.793Zm-29.67 0a.895.895 0 1 1 0-1.792.9.9 0 0 1 .898.896.901.901 0 0 1-.898.896Zm-14.844 0a.897.897 0 1 1 0-1.793.897.897 0 0 1 0 1.793Zm-14.835 0a.897.897 0 1 1-.002-1.794.897.897 0 0 1 .002 1.794Zm-14.836 0a.896.896 0 1 1 0-1.792.9.9 0 0 1 .897.896.9.9 0 0 1-.897.896Zm-14.836 0a.897.897 0 1 1-.002-1.794.897.897 0 0 1 .002 1.794Zm-14.844 0a.897.897 0 1 1-.001-1.794.897.897 0 0 1 0 1.794Zm-14.834 0a.896.896 0 1 1 0-1.792.9.9 0 0 1 .897.896.9.9 0 0 1-.897.896Zm-14.836 0a.896.896 0 1 1 0-1.792.9.9 0 0 1 .897.896.9.9 0 0 1-.897.896Z%27/%3E%3C/svg%3E");
	--mobile-grid-outline: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27340%27 height=%27331%27 fill=%27none%27 viewBox=%270 0 340 331%27%3E%3Cg fill=%27%230032A1%27 stroke=%27%230032A1%27 stroke-width=%27.5%27 clip-path=%27url%28%23a%29%27%3E%3Cpath d=%27M338.851 329.126a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM329.221 328.286a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM319.595 328.286a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM309.968 329.126a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM300.337 328.286a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM290.711 329.972c-.7 0-1.265-.565-1.265-1.265 0-.701.565-1.266 1.265-1.266s1.265.565 1.265 1.266c0 .7-.565 1.265-1.265 1.265ZM281.085 329.126a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM271.455 329.126a.42.42 0 1 1-.003-.839.42.42 0 0 1 .003.839ZM261.828 329.126a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM252.202 328.286a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM242.576 328.286a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM232.945 329.126a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM223.319 328.286a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM213.693 328.286a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM204.062 329.126a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM194.436 328.286a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM338.851 319.5a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM329.221 318.66a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM319.595 318.66a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM309.968 319.5a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM300.337 318.66a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM290.711 318.66a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM281.085 319.5a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM271.455 319.5a.42.42 0 1 1-.003-.839.42.42 0 0 1 .003.839ZM261.828 319.5a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM252.202 318.66a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM242.576 318.66a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM232.945 319.5a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM223.319 318.66a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM213.693 318.66a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM204.062 319.5a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM194.436 318.66a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84Z%27/%3E%3Cpath d=%27M194.436 328.281v.845h9.626v-.845h-9.626Z%27/%3E%3Cpath d=%27M194.436 328.286a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM194.436 318.66a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM184.809 328.286a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM175.179 329.126a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM165.553 328.286a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM155.927 328.286a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM146.3 329.126a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM136.67 328.286a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM127.044 328.286a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM117.418 329.126a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM107.788 328.286a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM98.161 329.972c-.7 0-1.265-.565-1.265-1.265 0-.701.565-1.266 1.265-1.266s1.265.565 1.265 1.266c0 .7-.565 1.265-1.265 1.265ZM88.535 329.126a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM78.904 328.286a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM69.278 328.286a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM59.652 329.126a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM50.025 328.286a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM40.394 328.286a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM30.768 329.126a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM21.143 329.126a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM11.512 329.126a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 329.126a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM184.809 318.66a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM175.179 319.5a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM165.553 318.66a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM155.927 318.66a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM146.3 319.5a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM136.67 318.66a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM127.044 318.66a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM117.418 319.5a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM107.788 318.66a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM98.162 318.66a.42.42 0 1 0 0 .842.42.42 0 0 0 0-.842ZM88.535 319.5a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM78.904 318.66a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM69.278 318.66a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM59.652 319.5a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM50.025 318.66a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM40.394 318.66a.42.42 0 1 0 0 .84.42.42 0 0 0 0-.84ZM30.768 319.5a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM21.143 319.5a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM11.512 319.5a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 319.5a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM11.512 309.874a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 309.874a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM11.512 300.243a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 300.243a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM11.512 290.617a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 290.617a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM11.512 280.991a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 280.991a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM11.512 271.36a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 271.36a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM11.512 261.735a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 261.735a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM11.512 252.108a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 252.108a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM11.512 242.482a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 242.482a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM11.512 232.851a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 233.697c-.7 0-1.265-.565-1.265-1.266 0-.7.565-1.265 1.265-1.265s1.265.565 1.265 1.265c0 .701-.565 1.266-1.265 1.266ZM11.512 223.226a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 223.226a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM11.512 213.6a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 213.6a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM11.512 203.969a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 203.969a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM11.512 194.343a.42.42 0 0 1-.42-.42c0-.231.19-.421.42-.421.23 0 .42.19.42.421 0 .23-.19.42-.42.42ZM1.886 194.343a.42.42 0 0 1-.42-.42c0-.231.19-.421.42-.421.23 0 .42.19.42.421 0 .23-.19.42-.42.42ZM11.512 184.717a.42.42 0 0 1-.42-.42c0-.23.19-.421.42-.421.23 0 .42.191.42.421 0 .23-.19.42-.42.42ZM1.886 184.717a.42.42 0 0 1-.42-.42c0-.23.19-.421.42-.421.23 0 .42.191.42.421 0 .23-.19.42-.42.42ZM11.512 175.085a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 175.085a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM11.512 165.459a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 165.459a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM11.512 155.833a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 155.833a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM11.512 146.207a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 146.207a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM11.512 136.577a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 136.577a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839Z%27/%3E%3Cpath d=%27M1.887 328.281v.845h9.626v-.845H1.887ZM11.512 155.845a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 155.845a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM11.512 146.22a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 146.22a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM11.512 136.594a.42.42 0 1 1 0-.839.42.42 0 0 1 0 .839ZM1.886 136.594a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM11.512 126.962a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 126.962a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM11.512 117.336a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 117.336a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM11.512 107.71a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 107.71a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM11.512 98.08a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.84ZM1.886 98.08a.42.42 0 1 1-.001-.838.42.42 0 0 1 0 .838ZM11.512 88.453a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 88.453a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM11.512 78.827a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 78.827a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM11.512 69.2a.42.42 0 1 1-.001-.838.42.42 0 0 1 .001.839ZM1.886 69.2a.42.42 0 1 1-.001-.838.42.42 0 0 1 0 .839ZM11.512 59.57a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.84ZM1.886 60.415c-.7 0-1.265-.565-1.265-1.265s.565-1.265 1.265-1.265 1.265.565 1.265 1.265-.565 1.265-1.265 1.265ZM11.512 49.945a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.84ZM1.886 49.945a.42.42 0 1 1-.001-.838.42.42 0 0 1 0 .838ZM11.512 40.318a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 40.318a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM11.512 30.687a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 30.687a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM11.512 21.061a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 21.061a.42.42 0 1 1-.001-.839.42.42 0 0 1 0 .839ZM11.512 11.435a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.84ZM1.886 11.435a.42.42 0 1 1-.001-.838.42.42 0 0 1 0 .838ZM11.512 1.804a.42.42 0 1 1-.001-.839.42.42 0 0 1 .001.839ZM1.886 1.804a.42.42 0 1 1-.002-.839.42.42 0 0 1 .002.839Z%27/%3E%3Cpath d=%27M1.46 155.425h.846v-9.626H1.46v9.626Z%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27a%27%3E%3Cpath fill=%27%23fff%27 d=%27M340 331H0V0h340z%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	--swiper-arrow: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2713%27 height=%278%27 viewBox=%270 0 13 8%27%3E%3Cpath fill=%27%23000%27 d=%27M13 1.5L11.5 0l-5 4.9-5-4.9L0 1.5 6.5 8z%27/%3E%3C/svg%3E");
	--accordion-caret: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 aria-hidden=%27true%27 focusable=%27false%27 fill=%27none%27%3E%3Cpath d=%27M1.50002 4L6.00002 8L10.5 4%27 stroke-width=%271.5%27/%3E%3C/svg%3E");
	--select-triangle: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2723%27 height=%2722%27 fill=%27none%27 viewBox=%270 0 23 22%27%3E%3Cpath fill=%27%2381E8AC%27 fill-rule=%27evenodd%27 d=%27m16.5 8-5 6-5-6h10Z%27 clip-rule=%27evenodd%27/%3E%3C/svg%3E");
	--select-triangle-dark: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2713%27 height=%2716%27 fill=%27none%27 viewBox=%270 0 13 16%27%3E%3Cg fill=%27%23fff%27 fill-rule=%27evenodd%27 clip-path=%27url%28%23a%29%27 clip-rule=%27evenodd%27%3E%3Cpath d=%27m12.5 9-6 7-6-7h12ZM12.5 7l-6-7-6 7h12Z%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27a%27%3E%3Cpath fill=%27%23fff%27 d=%27M.5 0h12v16H.5z%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	--grid-background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27300%27 height=%27359%27 fill=%27none%27%3E%3Cmask id=%27a%27 width=%27300%27 height=%27359%27 x=%270%27 y=%270%27 maskUnits=%27userSpaceOnUse%27 style=%27mask-type:alpha%27%3E%3Cpath fill=%27%23001951%27 d=%27M0 .091h300v358.193H0z%27/%3E%3C/mask%3E%3Cg fill=%27%230032A1%27 stroke=%27%230032A1%27 stroke-width=%27.5%27 mask=%27url%28%23a%29%27%3E%3Cpath d=%27M132.807 6.56a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM133.164 14.36a.356.356 0 1 1-.713 0 .356.356 0 0 1 .713 0ZM132.807 22.872a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM132.807 31.029a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM132.807 39.19a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM133.164 46.99a.356.356 0 1 1-.713-.001.356.356 0 0 1 .713 0ZM140.983 6.56a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .712ZM149.162 5.843a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM157.337 6.56a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM165.513 6.56a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM173.688 5.843a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM181.868 6.56a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM190.044 6.56a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM198.219 5.843a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM206.399 6.56a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .712ZM214.575 6.56a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .712ZM222.749 5.843a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM230.93 6.56a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM239.105 6.56a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM247.281 5.843a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM255.455 6.56a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM263.635 6.56a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM271.811 5.843a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM279.987 5.843a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM288.166 5.843a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM296.341 5.843a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM140.983 14.003a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM149.162 14.003a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM157.337 14.003a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357.36.36 0 0 1 .357-.356ZM165.513 14.003a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357.36.36 0 0 1 .357-.356ZM173.688 14.003a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM181.868 14.003a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM190.044 14.003a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM198.219 14.003a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357.36.36 0 0 1 .357-.356ZM206.399 14.003a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM214.575 14.003a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM222.749 14.003a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM230.93 14.003a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357.36.36 0 0 1 .357-.356ZM239.105 14.003a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM247.281 14.003a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM255.455 14.003a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM263.635 14.003a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357.36.36 0 0 1 .357-.356ZM271.811 14.003a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM279.987 14.003a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM288.166 14.003a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM296.341 14.003a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357.36.36 0 0 1 .357-.356ZM140.983 22.872a.356.356 0 1 0 0-.711.356.356 0 0 0 0 .711ZM149.162 22.16a.356.356 0 1 1 .002.711.356.356 0 0 1-.002-.711ZM157.337 22.872a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM165.513 22.872a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM173.688 22.16a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM181.868 22.872a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM190.044 22.872a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM198.219 22.16a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM206.399 22.872a.356.356 0 1 0 0-.711.356.356 0 0 0 0 .711ZM214.575 22.872a.356.356 0 1 0 0-.711.356.356 0 0 0 0 .711ZM222.749 22.16a.356.356 0 1 1 .002.711.356.356 0 0 1-.002-.711ZM230.93 22.872a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM239.105 22.872a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM247.281 22.16a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM255.455 22.872a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM263.635 22.872a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM271.811 22.16a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM279.987 22.16a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM288.166 22.16a.356.356 0 1 1 .002.711.356.356 0 0 1-.002-.711ZM296.341 22.16a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM140.983 31.029a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM149.162 30.316a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM157.337 31.029a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM165.513 31.029a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM173.688 30.316a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM181.868 31.029a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM190.044 31.029a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM198.219 30.316a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357.36.36 0 0 1 .357-.356ZM206.399 31.029a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM214.575 31.029a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM222.749 30.316a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM230.93 31.029a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM239.105 31.029a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM247.281 30.316a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM255.455 31.029a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM263.635 31.029a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM271.811 30.316a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM279.987 30.316a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM288.166 30.316a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM296.341 30.316a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357.36.36 0 0 1 .357-.356ZM140.983 39.19a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .712ZM149.162 38.473a.356.356 0 1 1 .002.711.356.356 0 0 1-.002-.711ZM157.337 39.19a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM165.513 39.19a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM173.688 38.473a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM181.868 39.19a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM190.044 39.19a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM198.219 38.473a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM206.399 39.19a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .712ZM214.575 39.19a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .712ZM222.749 38.473a.356.356 0 1 1 .002.711.356.356 0 0 1-.002-.711ZM230.93 39.19a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM239.105 39.19a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM247.281 38.473a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM255.455 39.19a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM263.635 39.19a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM271.811 38.473a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM279.987 38.473a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM288.166 38.473a.356.356 0 1 1 .002.711.356.356 0 0 1-.002-.711ZM296.341 38.473a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM140.983 46.633a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM149.162 46.633a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM157.337 46.633a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM165.513 46.633a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM173.688 46.633a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM181.868 46.633a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM190.044 46.633a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM198.219 46.633a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM206.399 46.633a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM214.574 45.916a1.072 1.072 0 1 1 0 2.144 1.072 1.072 0 1 1 0-2.144ZM222.749 46.633a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM230.93 46.633a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM239.105 46.633a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM247.281 46.633a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM255.455 46.633a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM263.635 46.633a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM271.811 46.633a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM279.987 46.633a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM288.166 46.633a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM296.341 46.633a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM2.14 6.56a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM10.316 5.843a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM18.495 6.56a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM26.67 6.56a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM34.847 5.843a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM43.026 6.56a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM51.202 6.56a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM59.376 5.843a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM67.556 6.56a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM75.732 6.56a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM83.907 5.843a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM92.083 6.56a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM100.263 6.56a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM108.438 5.843a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM116.615 5.843a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM124.794 5.843a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712Z%27/%3E%3Cpath d=%27M132.968 5.843a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM2.14 14.003a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM10.316 14.003a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM18.495 14.003a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM26.67 14.003a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM34.847 14.003a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM43.026 14.003a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM51.202 14.003a.356.356 0 1 1 .001.712.356.356 0 0 1-.002-.712ZM59.376 14.003a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM67.556 14.003a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM75.732 14.003a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM83.907 14.003a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM92.083 14.003a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM100.263 14.003a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM108.438 14.003a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM116.615 14.003a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM124.794 14.003a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM132.968 14.003a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357.36.36 0 0 1 .357-.356ZM2.14 22.872a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM10.316 22.16a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM18.495 22.872a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM26.67 22.872a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM34.847 22.16a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM43.026 22.872a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM51.202 22.872a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM59.376 22.16a.356.356 0 1 1 0 .712.359.359 0 0 1-.356-.356c0-.195.16-.356.356-.356ZM67.556 22.872a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM75.732 22.872a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM83.907 22.16a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM92.083 22.872a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM100.263 22.872a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM108.438 22.16a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM116.615 22.16a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM124.794 22.16a.356.356 0 1 1 .002.711.356.356 0 0 1-.002-.711ZM132.968 22.16a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM2.14 31.029a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM10.316 30.316a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM18.495 31.029a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM26.67 31.029a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM34.847 30.316a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM43.026 31.029a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM51.202 31.029a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM59.376 30.316a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM67.556 31.029a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM75.732 31.029a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM83.907 30.316a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM92.083 31.029a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM100.263 31.029a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM108.438 30.316a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM116.615 30.316a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM124.794 30.316a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM132.968 30.316a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357.36.36 0 0 1 .357-.356ZM2.14 39.19a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM10.316 38.473a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM18.495 39.19a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM26.67 39.19a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM34.847 38.473a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM43.026 39.19a.356.356 0 1 0 0-.714.356.356 0 0 0 0 .713ZM51.202 39.19a.356.356 0 1 0 0-.714.356.356 0 0 0 0 .713ZM59.376 38.473a.356.356 0 1 1 0 .712.359.359 0 0 1-.356-.356c0-.195.16-.356.356-.356ZM67.556 39.19a.356.356 0 1 0 0-.714.356.356 0 0 0 0 .713ZM75.732 39.19a.356.356 0 1 0 0-.714.356.356 0 0 0 0 .713ZM83.907 38.473a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM92.083 39.19a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM100.263 39.19a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .713ZM108.438 38.473a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM116.615 38.473a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM124.794 38.473a.356.356 0 1 1 .002.711.356.356 0 0 1-.002-.711ZM132.968 38.473a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM2.14 46.633a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM10.316 46.633a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM18.495 46.633a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM26.67 46.633a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM34.847 46.633a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM43.026 46.633a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM51.2 45.916a1.072 1.072 0 1 1 0 2.144 1.072 1.072 0 1 1 0-2.144ZM59.376 46.633a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM67.556 46.633a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM75.732 46.633a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM83.907 46.633a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM92.083 46.633a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM100.263 46.633a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM108.438 46.633a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM116.615 46.633a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM124.794 46.633a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM132.968 46.633a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM51.04 127.493a1.071 1.071 0 1 1 0 2.144 1.072 1.072 0 1 1 0-2.144Z%27/%3E%3Cpath d=%27M1.979 46.633a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM10.156 46.633a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM18.334 46.633a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM26.51 46.633a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM34.685 46.633a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM42.865 46.633a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM51.04 45.916a1.072 1.072 0 1 1 0 2.144 1.072 1.072 0 1 1 0-2.144ZM59.215 46.633a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM67.395 46.633a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM75.57 46.633a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM83.745 46.633a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM91.921 46.633a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM100.103 46.633a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM108.277 46.633a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM116.452 46.633a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM124.632 46.633a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM132.807 46.633a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM1.979 55.502a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM10.156 54.79a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM18.334 55.502a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM26.51 55.502a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM34.685 54.79a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM42.865 55.502a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM51.04 55.502a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM59.215 54.79a.356.356 0 1 1 .002.71.356.356 0 0 1-.002-.71ZM67.395 54.79a.356.356 0 1 1 .002.711.356.356 0 0 1-.002-.712ZM75.57 54.79a.356.356 0 1 1 .001.71.356.356 0 0 1-.001-.71ZM83.745 55.502a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM91.921 55.502a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM100.103 54.79a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.713ZM108.277 55.502a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM116.452 55.502a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM124.632 54.79a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.357.36.36 0 0 1 .357-.356ZM132.807 55.502a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM1.979 63.662a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM10.156 62.945a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM18.334 63.662a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM26.51 63.662a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM34.685 62.945a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM42.865 63.662a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM51.04 63.662a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM59.215 62.945a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM67.395 62.945a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM75.57 62.945a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM83.745 63.662a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM91.921 63.662a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM100.103 62.945a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM108.277 63.662a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM116.452 63.662a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM124.632 62.945a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.357ZM132.807 63.662a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM1.979 71.106a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM10.156 71.106a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM18.334 71.106a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM26.51 71.106a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM34.685 71.106a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM42.865 71.106a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM51.04 71.106a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM59.215 71.106a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM67.395 71.106a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM75.57 71.106a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM83.745 71.106a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM91.921 71.106a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM100.103 71.106a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM108.277 71.106a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM116.452 71.106a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM124.632 71.106a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357.36.36 0 0 1 .357-.356ZM132.807 71.106a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357.36.36 0 0 1 .357-.356ZM1.979 79.263a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM10.156 79.263a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM18.334 79.263a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM26.51 79.263a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM34.685 79.263a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM42.865 79.263a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM51.04 79.263a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM59.215 79.263a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM67.395 79.263a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM75.57 79.263a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM83.745 79.263a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM91.921 79.263a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM100.103 79.263a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM108.277 79.263a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM116.452 79.263a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM124.632 79.263a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM132.807 79.263a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM1.979 88.135a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM10.156 87.419a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM18.334 88.135a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM26.51 88.135a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM34.685 87.419a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM42.865 88.135a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM51.04 88.135a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM59.215 87.419a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM67.395 87.419a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM75.57 87.419a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM83.745 88.135a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM91.921 88.135a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM100.103 87.419a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM108.277 88.135a.356.356 0 1 0 0-.711.356.356 0 0 0 0 .711ZM116.452 88.135a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM124.632 87.419a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357.36.36 0 0 1 .357-.356ZM132.807 88.135a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM1.979 96.292a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM10.156 95.58a.356.356 0 1 1 .001.71.356.356 0 0 1-.001-.71ZM18.334 96.292a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM26.51 96.292a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM34.685 95.58a.356.356 0 1 1 .001.71.356.356 0 0 1-.001-.71ZM42.865 96.292a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM51.04 96.292a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM59.215 95.58a.356.356 0 1 1 .002.711.356.356 0 0 1-.002-.712ZM67.395 95.58a.356.356 0 1 1 .001.711.356.356 0 0 1-.001-.712ZM75.57 95.58a.356.356 0 1 1 .001.711.356.356 0 0 1-.001-.712ZM83.745 96.292a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM91.921 96.292a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM100.103 95.58a.357.357 0 1 1 0 .712.357.357 0 0 1 0-.713ZM108.277 96.292a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM116.452 96.292a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM124.632 95.58a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.357.36.36 0 0 1 .357-.356ZM132.807 96.292a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM1.979 103.735a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM10.156 103.735a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM18.334 103.735a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM26.51 103.735a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM34.685 103.735a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM42.865 103.735a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM51.04 103.735a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM59.215 103.735a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM67.395 103.735a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM75.57 103.735a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM83.745 103.735a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM91.921 103.735a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM100.103 103.735a.357.357 0 0 1 0 .713.359.359 0 0 1-.357-.356.36.36 0 0 1 .357-.357ZM108.277 103.735a.356.356 0 1 1 0 .713.356.356 0 0 1 0-.713ZM116.452 103.735a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM124.632 103.735a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM132.807 103.735a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM1.979 112.604a.356.356 0 1 0 .001-.712.356.356 0 0 0-.001.712ZM10.156 111.892a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM18.334 112.604a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM26.51 112.604a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM34.685 111.892a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM42.865 112.604a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM51.04 112.604a.356.356 0 1 0 .002-.712.356.356 0 0 0-.002.712ZM59.215 111.892a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM67.395 111.892a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM75.57 111.892a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM83.745 112.604a.356.356 0 1 0 .002-.712.356.356 0 0 0-.002.712ZM91.921 112.604a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM100.103 111.892a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM108.277 112.604a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM116.452 112.604a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM124.632 111.892a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM132.807 112.604a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM1.979 120.765a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM10.156 120.048a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM18.334 120.765a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM26.51 120.765a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM34.685 120.048a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM42.865 120.765a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM51.04 120.765a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM59.215 120.048a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM67.395 120.048a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM75.57 120.048a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM83.745 120.765a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM91.921 120.765a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM100.103 120.048a.357.357 0 0 1 0 .713.359.359 0 0 1-.357-.356.36.36 0 0 1 .357-.357ZM108.277 120.765a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM116.452 120.765a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM124.632 120.048a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM132.807 120.765a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM1.979 128.922a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM10.156 128.209a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM18.334 128.922a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM26.51 128.922a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM34.685 128.209a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM42.865 128.922a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM59.215 128.209a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM67.395 128.209a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM75.57 128.209a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM83.745 128.922a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM91.921 128.922a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM100.103 128.209a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM108.277 128.922a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM116.452 128.922a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM124.632 128.209a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM132.808 127.493a1.071 1.071 0 1 1 0 2.144 1.072 1.072 0 1 1 0-2.144ZM1.979 136.365a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM10.156 136.365a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM18.334 136.365a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM26.51 136.365a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM34.685 136.365a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM42.865 136.365a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM51.04 136.365a.356.356 0 1 1 0 .712.358.358 0 0 1-.356-.356c0-.195.161-.356.356-.356ZM59.215 136.365a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM67.395 136.365a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM75.57 136.365a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM83.745 136.365a.356.356 0 1 1 0 .712.358.358 0 0 1-.356-.356c0-.195.161-.356.356-.356ZM91.921 136.365a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM100.103 136.365a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM108.277 136.365a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM116.452 136.365a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM124.632 136.365a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM132.807 136.365a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM1.979 145.238a.356.356 0 1 0 .001-.712.356.356 0 0 0-.001.712ZM10.156 144.521a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM18.334 145.238a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM26.51 145.238a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM34.685 144.521a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM42.865 145.238a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM51.04 145.238a.356.356 0 1 0 .002-.712.356.356 0 0 0-.002.712ZM59.215 144.521a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM67.395 144.521a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM75.57 144.521a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM83.745 145.238a.356.356 0 1 0 .002-.712.356.356 0 0 0-.002.712ZM91.921 145.238a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM100.103 144.521a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM108.277 145.238a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM116.452 145.238a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM124.632 144.521a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM132.807 145.238a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM1.979 153.395a.356.356 0 1 0 .001-.712.356.356 0 0 0-.001.712ZM10.156 152.683a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM18.334 153.395a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM26.51 153.395a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM34.685 152.683a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM42.865 153.395a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM51.04 153.395a.356.356 0 1 0 .002-.712.356.356 0 0 0-.002.712ZM59.215 152.683a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM67.395 152.683a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM75.57 152.683a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM83.745 153.395a.356.356 0 1 0 .002-.712.356.356 0 0 0-.002.712ZM91.921 153.395a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM100.103 152.683a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM108.277 153.395a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM116.452 153.395a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM124.632 152.683a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM132.807 153.395a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM1.979 160.839a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM10.156 160.839a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM18.334 160.839a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM26.51 160.839a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM34.685 160.839a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM42.865 160.839a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM51.04 160.839a.356.356 0 1 1 0 .712.358.358 0 0 1-.356-.356c0-.195.161-.356.356-.356ZM59.215 160.839a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM67.395 160.839a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM75.57 160.839a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM83.745 160.839a.356.356 0 1 1 0 .712.358.358 0 0 1-.356-.356c0-.195.161-.356.356-.356ZM91.921 160.839a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM100.103 160.839a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM108.277 160.839a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM116.452 160.839a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM124.632 160.839a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM132.807 160.839a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM1.979 169.712A.356.356 0 1 0 1.98 169a.356.356 0 0 0-.001.712ZM10.156 168.995a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM18.334 169.712a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM26.51 169.712a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM34.685 168.995a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM42.865 169.712a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM51.04 169.712a.356.356 0 1 0 .002-.712.356.356 0 0 0-.002.712ZM59.215 168.995a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM67.395 168.995a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM75.57 168.995a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM83.745 169.712a.356.356 0 1 0 .002-.712.356.356 0 0 0-.002.712ZM91.921 169.712a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM100.103 168.995a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM108.277 169.712a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM116.452 169.712a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM124.632 168.995a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM132.807 169.712a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM1.979 177.869a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM10.156 177.156a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM18.334 177.869a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM26.51 177.869a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM34.685 177.156a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM42.865 177.869a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM51.04 177.869a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM59.215 177.156a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM67.395 177.156a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM75.57 177.156a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM83.745 177.869a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM91.921 177.869a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM100.103 177.156a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM108.277 177.869a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM116.452 177.869a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM124.632 177.156a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.356.36.36 0 0 1 .357-.357ZM132.807 177.869a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM1.979 186.025a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM10.156 185.312a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM18.334 186.025a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM26.51 186.025a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM34.685 185.312a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM42.865 186.025a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM51.04 186.025a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM59.215 185.312a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM67.395 185.312a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM75.57 185.312a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM83.745 186.025a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM91.921 186.025a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM100.103 185.312a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM108.277 186.025a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM116.452 186.025a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM124.632 185.312a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM132.807 186.025a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM1.979 193.469a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM10.156 193.469a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM18.334 193.469a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM26.51 193.469a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM34.685 193.469a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM42.865 193.469a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM51.04 193.469a.356.356 0 1 1 0 .712.358.358 0 0 1-.356-.356c0-.195.161-.356.356-.356ZM59.215 193.469a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM67.395 193.469a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM75.57 193.469a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM83.745 193.469a.356.356 0 1 1 0 .712.358.358 0 0 1-.356-.356c0-.195.161-.356.356-.356ZM91.921 193.469a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM100.103 193.469a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM108.277 193.469a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM116.452 193.469a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM124.632 193.469a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM132.807 193.469a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM1.979 202.342a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM10.156 201.625a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM18.334 202.342a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM26.51 202.342a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM34.685 201.625a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM42.865 202.342a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM51.04 202.342a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM59.215 201.625a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM67.395 201.625a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM75.57 201.625a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM83.745 202.342a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM91.921 202.342a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM100.103 201.625a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM108.277 202.342a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM116.452 202.342a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM124.632 201.625a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM132.807 202.342a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM1.979 210.498a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM10.156 209.785a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM18.334 210.498a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM26.51 210.498a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM34.685 209.785a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM42.865 210.498a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM51.04 209.069a1.072 1.072 0 1 1 0 2.144 1.072 1.072 0 1 1 0-2.144ZM59.215 209.785a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM67.395 209.785a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM75.57 209.785a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM83.745 210.498a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM91.921 210.498a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM100.103 209.785a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM108.277 210.498a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM116.452 210.498a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM124.632 209.785a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM132.807 210.498a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714Z%27/%3E%3Cpath d=%27M124.628 209.78v.717h8.175v-.717h-8.175ZM132.807 47.35v-.717h-8.176v.717h8.176ZM136.664 349.334v-.717h-8.175v.717h8.175ZM214.574 127.493a1.071 1.071 0 1 1 0 2.144 1.072 1.072 0 1 1 0-2.144Z%27/%3E%3Cpath d=%27M133.164 46.99a.356.356 0 1 1-.713-.001.356.356 0 0 1 .713 0ZM132.807 55.502a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM132.807 63.662a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM133.164 71.462a.356.356 0 1 1-.713 0 .356.356 0 0 1 .713 0ZM133.164 79.619a.356.356 0 1 1-.713 0 .356.356 0 0 1 .713 0ZM132.807 88.135a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM132.807 96.292a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM133.164 104.092a.356.356 0 1 1-.713 0 .356.356 0 0 1 .713 0ZM132.807 112.604a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM132.807 120.765a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM133.882 128.565c0 .593-.48 1.072-1.074 1.072a1.072 1.072 0 1 1 0-2.144c.594 0 1.074.478 1.074 1.072ZM133.164 136.721a.356.356 0 1 1-.713 0 .356.356 0 0 1 .713 0ZM132.807 145.238a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM132.807 153.395a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM133.164 161.195c0 .2-.162.356-.357.356a.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356.195 0 .357.161.357.356ZM132.807 169.712a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM132.807 177.869a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM132.807 186.025a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM133.164 193.825a.356.356 0 1 1-.713 0 .356.356 0 0 1 .713 0ZM132.807 202.342a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM132.807 210.498a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM140.983 46.633a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM149.162 46.633a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM157.337 46.633a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM165.513 46.633a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM173.688 46.633a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM181.868 46.633a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM190.044 46.633a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM198.219 46.633a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM206.399 46.633a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM214.574 45.916a1.072 1.072 0 1 1 0 2.144 1.072 1.072 0 1 1 0-2.144ZM222.749 46.633a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM230.93 46.633a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM239.105 46.633a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM247.281 46.633a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM255.455 46.633a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM263.635 46.633a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM271.811 46.633a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM279.987 46.633a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM288.166 46.633a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM296.341 46.633a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM140.983 55.502a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM149.162 54.79a.356.356 0 1 1 .002.71.356.356 0 0 1-.002-.71ZM157.337 55.502a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM165.513 55.502a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM173.688 54.79a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.713ZM181.868 55.502a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM190.044 55.502a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM198.219 54.79a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.357.36.36 0 0 1 .357-.356ZM206.399 55.502a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM214.575 55.502a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM222.749 54.79a.356.356 0 1 1 .002.71.356.356 0 0 1-.002-.71ZM230.93 55.502a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM239.105 55.502a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM247.281 54.79a.356.356 0 1 1 0 .71.356.356 0 0 1 0-.71ZM255.455 55.502a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM263.635 55.502a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM271.811 54.79a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.713ZM279.987 54.79a.356.356 0 1 1 0 .71.356.356 0 0 1 0-.71ZM288.166 54.79a.356.356 0 1 1 .002.71.356.356 0 0 1-.002-.71ZM296.341 54.79a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.357.36.36 0 0 1 .357-.356ZM140.983 63.662a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM149.162 62.945a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM157.337 63.662a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM165.513 63.662a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM173.688 62.945a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM181.868 63.662a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM190.044 63.662a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM198.219 62.945a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.357ZM206.399 63.662a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM214.575 63.662a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM222.749 62.945a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM230.93 63.662a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM239.105 63.662a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM247.281 62.945a.356.356 0 1 1 0 .712.356.356 0 0 1 0-.712ZM255.455 63.662a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM263.635 63.662a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM271.811 62.945a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM279.987 62.945a.356.356 0 1 1 0 .712.356.356 0 0 1 0-.712ZM288.166 62.945a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM296.341 62.945a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.357ZM140.983 71.106a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM149.162 71.106a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM157.337 71.106a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357.36.36 0 0 1 .357-.356ZM165.513 71.106a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357.36.36 0 0 1 .357-.356ZM173.688 71.106a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM181.868 71.106a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM190.044 71.106a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM198.219 71.106a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357.36.36 0 0 1 .357-.356ZM206.399 71.106a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM214.575 71.106a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM222.749 71.106a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM230.93 71.106a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357.36.36 0 0 1 .357-.356ZM239.105 71.106a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM247.281 71.106a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM255.455 71.106a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM263.635 71.106a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357.36.36 0 0 1 .357-.356ZM271.811 71.106a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM279.987 71.106a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM288.166 71.106a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM296.341 71.106a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357.36.36 0 0 1 .357-.356ZM140.983 79.263a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM149.162 79.263a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM157.337 79.263a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM165.513 79.263a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM173.688 79.263a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM181.868 79.263a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM190.044 79.263a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM198.219 79.263a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM206.399 79.263a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM214.575 79.263a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM222.749 79.263a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM230.93 79.263a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM239.105 79.263a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM247.281 79.263a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM255.455 79.263a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM263.635 79.263a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM271.811 79.263a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM279.987 79.263a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM288.166 79.263a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM296.341 79.263a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.356.36.36 0 0 1 .357-.356ZM140.983 88.135a.356.356 0 1 0 0-.711.356.356 0 0 0 0 .711ZM149.162 87.419a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM157.337 88.135a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM165.513 88.135a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM173.688 87.419a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM181.868 88.135a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM190.044 88.135a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM198.219 87.419a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357.36.36 0 0 1 .357-.356ZM206.399 88.135a.356.356 0 1 0 0-.711.356.356 0 0 0 0 .711ZM214.575 88.135a.356.356 0 1 0 0-.711.356.356 0 0 0 0 .711ZM222.749 87.419a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM230.93 88.135a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM239.105 88.135a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM247.281 87.419a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM255.455 88.135a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM263.635 88.135a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM271.811 87.419a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM279.987 87.419a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM288.166 87.419a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM296.341 87.419a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357.36.36 0 0 1 .357-.356ZM140.983 96.292a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM149.162 95.58a.356.356 0 1 1 .002.71.356.356 0 0 1-.002-.71ZM157.337 96.292a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM165.513 96.292a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM173.688 95.58a.357.357 0 1 1 0 .712.357.357 0 0 1 0-.713ZM181.868 96.292a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM190.044 96.292a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM198.219 95.58a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.357.36.36 0 0 1 .357-.356ZM206.399 96.292a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM214.575 96.292a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM222.749 95.58a.356.356 0 1 1 .002.71.356.356 0 0 1-.002-.71ZM230.93 96.292a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM239.105 96.292a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM247.281 95.58a.356.356 0 1 1 0 .71.356.356 0 0 1 0-.71ZM255.455 96.292a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM263.635 96.292a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM271.811 95.58a.357.357 0 1 1 0 .712.357.357 0 0 1 0-.713ZM279.987 95.58a.356.356 0 1 1 0 .71.356.356 0 0 1 0-.71ZM288.166 95.58a.356.356 0 1 1 .002.71.356.356 0 0 1-.002-.71ZM296.341 95.58a.356.356 0 1 1 0 .712.36.36 0 0 1-.357-.357.36.36 0 0 1 .357-.356ZM140.983 103.735a.356.356 0 1 1 0 .713.356.356 0 0 1 0-.713ZM149.162 103.735a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM157.337 103.735a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM165.513 103.735a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM173.688 103.735a.357.357 0 1 1 0 .714.357.357 0 0 1 0-.714ZM181.868 103.735a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM190.044 103.735a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM198.219 103.735a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM206.399 103.735a.356.356 0 1 1 0 .713.356.356 0 0 1 0-.713ZM214.575 103.735a.356.356 0 1 1 0 .713.356.356 0 0 1 0-.713ZM222.749 103.735a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM230.93 103.735a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM239.105 103.735a.357.357 0 1 1 0 .714.357.357 0 0 1 0-.714ZM247.281 103.735a.356.356 0 1 1 0 .713.356.356 0 0 1 0-.713ZM255.455 103.735a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM263.635 103.735a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM271.811 103.735a.357.357 0 1 1 0 .714.357.357 0 0 1 0-.714ZM279.987 103.735a.356.356 0 1 1 0 .713.356.356 0 0 1 0-.713ZM288.166 103.735a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM296.341 103.735a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM140.983 112.604a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM149.162 111.892a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM157.337 112.604a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM165.513 112.604a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM173.688 111.892a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM181.868 112.604a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM190.044 112.604a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM198.219 111.892a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM206.399 112.604a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM214.575 112.604a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM222.749 111.892a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM230.93 112.604a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM239.105 112.604a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM247.281 111.892a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM255.455 112.604a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM263.635 112.604a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM271.811 111.892a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM279.987 111.892a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM288.166 111.892a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM296.341 111.892a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM140.983 120.765a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM149.162 120.048a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM157.337 120.765a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM165.513 120.765a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM173.688 120.048a.357.357 0 1 1 0 .714.357.357 0 0 1 0-.714ZM181.868 120.765a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM190.044 120.765a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM198.219 120.048a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM206.399 120.765a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM214.575 120.765a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM222.749 120.048a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM230.93 120.765a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM239.105 120.765a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM247.281 120.048a.356.356 0 1 1 0 .713.356.356 0 0 1 0-.713ZM255.455 120.765a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM263.635 120.765a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM271.811 120.048a.357.357 0 1 1 0 .714.357.357 0 0 1 0-.714ZM279.987 120.048a.356.356 0 1 1 0 .713.356.356 0 0 1 0-.713ZM288.166 120.048a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM296.341 120.048a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM140.983 128.922a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM149.162 128.209a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM157.337 128.922a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM165.513 128.922a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM173.688 128.209a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM181.868 128.922a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM190.044 128.922a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM198.219 128.209a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM206.399 128.922a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM222.749 128.209a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM230.93 128.922a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM239.105 128.922a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM247.281 128.209c.199 0 .356.161.356.356a.359.359 0 0 1-.356.357.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM255.455 128.922a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM263.635 128.922a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM271.811 128.209a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM279.987 128.209c.199 0 .356.161.356.356a.359.359 0 0 1-.356.357.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM288.166 128.209a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM296.341 127.493a1.071 1.071 0 1 1 0 2.144 1.072 1.072 0 1 1 0-2.144ZM140.983 136.365a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM149.162 136.365a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM157.337 136.365a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM165.513 136.365a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM173.688 136.365a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM181.868 136.365a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM190.044 136.365a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM198.219 136.365a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM206.399 136.365a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM214.575 136.365a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM222.749 136.365a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM230.93 136.365a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM239.105 136.365a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM247.281 136.365a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM255.455 136.365a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM263.635 136.365a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM271.811 136.365a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM279.987 136.365a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM288.166 136.365a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM296.341 136.365a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM140.983 145.238a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM149.162 144.521a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM157.337 145.238a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM165.513 145.238a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM173.688 144.521a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM181.868 145.238a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM190.044 145.238a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM198.219 144.521a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM206.399 145.238a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM214.575 145.238a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM222.749 144.521a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM230.93 145.238a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM239.105 145.238a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM247.281 144.521c.199 0 .356.161.356.356a.359.359 0 0 1-.356.357.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM255.455 145.238a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM263.635 145.238a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM271.811 144.521a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM279.987 144.521c.199 0 .356.161.356.356a.359.359 0 0 1-.356.357.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM288.166 144.521a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM296.341 144.521a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM140.983 153.395a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM149.162 152.683a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM157.337 153.395a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM165.513 153.395a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM173.688 152.683a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM181.868 153.395a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM190.044 153.395a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM198.219 152.683a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM206.399 153.395a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM214.575 153.395a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM222.749 152.683a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM230.93 153.395a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM239.105 153.395a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM247.281 152.683a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM255.455 153.395a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM263.635 153.395a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM271.811 152.683a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM279.987 152.683a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM288.166 152.683a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM296.341 152.683a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM140.983 160.839a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM149.162 160.839a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM157.337 160.839a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM165.513 160.839a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM173.688 160.839a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM181.868 160.839a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM190.044 160.839a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM198.219 160.839a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM206.399 160.839a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM214.575 160.839a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM222.749 160.839a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM230.93 160.839a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM239.105 160.839a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM247.281 160.839a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM255.455 160.839a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM263.635 160.839a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM271.811 160.839a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM279.987 160.839a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM288.166 160.839a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM296.341 160.839a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM140.983 169.712a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM149.162 168.995a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM157.337 169.712a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM165.513 169.712a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM173.688 168.995a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM181.868 169.712a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM190.044 169.712a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM198.219 168.995a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM206.399 169.712a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM214.575 169.712a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM222.749 168.995a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM230.93 169.712a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM239.105 169.712a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM247.281 168.995c.199 0 .356.161.356.356a.358.358 0 0 1-.356.357.359.359 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM255.455 169.712a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM263.635 169.712a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM271.811 168.995a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM279.987 168.995c.199 0 .356.161.356.356a.358.358 0 0 1-.356.357.359.359 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM288.166 168.995a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM296.341 168.995a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM140.983 177.869a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM149.162 177.156a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM157.337 177.869a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM165.513 177.869a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM173.688 177.156a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM181.868 177.869a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM190.044 177.869a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM198.219 177.156a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.356.36.36 0 0 1 .357-.357ZM206.399 177.869a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM214.575 177.869a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM222.749 177.156a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM230.93 177.869a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM239.105 177.869a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM247.281 177.156a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM255.455 177.869a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM263.635 177.869a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM271.811 177.156a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM279.987 177.156a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM288.166 177.156a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM296.341 177.156a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.356.36.36 0 0 1 .357-.357ZM140.983 186.025a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM149.162 185.312a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM157.337 186.025a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM165.513 186.025a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM173.688 185.312a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM181.868 186.025a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM190.044 186.025a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM198.219 185.312a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM206.399 186.025a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM214.575 186.025a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM222.749 185.312a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM230.93 186.025a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM239.105 186.025a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM247.281 185.312c.199 0 .356.161.356.356a.359.359 0 0 1-.356.357.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM255.455 186.025a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM263.635 186.025a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM271.811 185.312a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM279.987 185.312c.199 0 .356.161.356.356a.359.359 0 0 1-.356.357.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM288.166 185.312a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM296.341 185.312a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM140.983 193.469a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM149.162 193.469a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM157.337 193.469a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM165.513 193.469a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM173.688 193.469a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM181.868 193.469a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM190.044 193.469a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM198.219 193.469a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM206.399 193.469a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM214.575 193.469a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM222.749 193.469a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM230.93 193.469a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM239.105 193.469a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM247.281 193.469a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM255.455 193.469a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM263.635 193.469a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM271.811 193.469a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM279.987 193.469a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM288.166 193.469a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM296.341 193.469a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM140.983 202.342a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM149.162 201.625a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM157.337 202.342a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM165.513 202.342a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM173.688 201.625a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM181.868 202.342a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM190.044 202.342a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM198.219 201.625a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM206.399 202.342a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM214.575 202.342a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM222.749 201.625a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM230.93 202.342a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM239.105 202.342a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM247.281 201.625c.199 0 .356.161.356.356a.359.359 0 0 1-.356.357.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM255.455 202.342a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM263.635 202.342a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM271.811 201.625a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM279.987 201.625c.199 0 .356.161.356.356a.359.359 0 0 1-.356.357.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM288.166 201.625a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM296.341 201.625a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM140.983 210.498a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM149.162 209.785a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM157.337 210.498a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM165.513 210.498a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM173.688 209.785a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM181.868 210.498a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM190.044 210.498a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM198.219 209.785a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM206.399 210.498a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM214.574 209.069a1.072 1.072 0 1 1 0 2.144 1.072 1.072 0 1 1 0-2.144ZM222.749 209.785a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM230.93 210.498a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM239.105 210.498a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM247.281 209.785c.199 0 .356.161.356.356a.358.358 0 0 1-.356.357.359.359 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM255.455 210.498a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM263.635 210.498a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM271.811 209.785a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM279.987 209.785c.199 0 .356.161.356.356a.358.358 0 0 1-.356.357.359.359 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM288.166 209.785a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM296.341 209.785a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356Z%27/%3E%3Cpath d=%27M296.702 201.984h-.718v8.157h.718v-8.157ZM296.702 46.989h-.718v8.156h.718V46.99ZM10.517 140.127h-.718v8.157h.718v-8.157ZM10.517 299.936h-.718v8.156h.718v-8.156ZM132.807 209.784v.717h8.175v-.717h-8.175ZM218.688 6.566V5.85h-8.176v.716h8.176ZM51.04 290.608a1.072 1.072 0 1 1 0 2.144 1.071 1.071 0 1 1 0-2.144ZM1.979 209.748a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM10.156 209.748a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM18.334 209.748a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM26.51 209.748a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM34.685 209.748a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM42.865 209.748a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM51.04 209.032a1.072 1.072 0 1 1 0 2.144 1.072 1.072 0 1 1 0-2.144ZM59.215 209.748a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM67.395 209.748a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM75.57 209.748a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM83.745 209.748a.356.356 0 1 1 0 .713.36.36 0 0 1-.356-.357c0-.195.161-.356.356-.356ZM91.921 209.748a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM100.103 209.748a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM108.277 209.748c.199 0 .356.161.356.356a.359.359 0 0 1-.356.357.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM116.452 209.748a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM124.632 209.748a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356Z%27/%3E%3Cpath d=%27M132.807 209.748a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM1.979 218.617a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM10.156 217.904a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM18.334 218.617a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM26.51 218.617a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM34.685 217.904a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM42.865 218.617a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM51.04 218.617a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM59.215 217.904a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM67.395 217.904a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM75.57 217.904a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM83.745 218.617a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM91.921 218.617a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM100.103 217.904a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM108.277 218.617a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM116.452 218.617a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM124.632 217.904a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.356.36.36 0 0 1 .357-.357ZM132.807 218.617a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM1.979 226.778a.356.356 0 1 0 .001-.712.356.356 0 0 0-.001.712ZM10.156 226.061a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM18.334 226.778a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM26.51 226.778a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM34.685 226.061a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM42.865 226.778a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM51.04 226.778a.356.356 0 1 0 .002-.712.356.356 0 0 0-.002.712ZM59.215 226.061a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM67.395 226.061a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM75.57 226.061a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM83.745 226.778a.356.356 0 1 0 .002-.712.356.356 0 0 0-.002.712ZM91.921 226.778a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM100.103 226.061a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM108.277 226.778a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM116.452 226.778a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM124.632 226.061a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM132.807 226.778a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM1.979 234.222a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM10.156 234.222a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM18.334 234.222a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM26.51 234.222a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM34.685 234.222a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM42.865 234.222a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM51.04 234.222a.356.356 0 1 1 0 .712.358.358 0 0 1-.356-.356c0-.195.161-.356.356-.356ZM59.215 234.222a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM67.395 234.222a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM75.57 234.222a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM83.745 234.222a.356.356 0 1 1 0 .712.358.358 0 0 1-.356-.356c0-.195.161-.356.356-.356ZM91.921 234.222a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM100.103 234.222a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM108.277 234.222a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM116.452 234.222a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM124.632 234.222a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM132.807 234.222a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM1.979 242.378a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM10.156 242.378a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM18.334 242.378a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM26.51 242.378a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM34.685 242.378a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM42.865 242.378a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM51.04 242.378a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM59.215 242.378a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM67.395 242.378a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM75.57 242.378a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM83.745 242.378a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM91.921 242.378a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM100.103 242.378a.357.357 0 0 1 0 .713.359.359 0 0 1-.357-.356.36.36 0 0 1 .357-.357ZM108.277 242.378a.356.356 0 1 1 0 .713.356.356 0 0 1 0-.713ZM116.452 242.378a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM124.632 242.378a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM132.807 242.378a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM1.979 251.251a.356.356 0 1 0 .001-.712.356.356 0 0 0-.001.712ZM10.156 250.534a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM18.334 251.251a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM26.51 251.251a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM34.685 250.534a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM42.865 251.251a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM51.04 251.251a.356.356 0 1 0 .002-.712.356.356 0 0 0-.002.712ZM59.215 250.534a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM67.395 250.534a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM75.57 250.534a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM83.745 251.251a.356.356 0 1 0 .002-.712.356.356 0 0 0-.002.712ZM91.921 251.251a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM100.103 250.534a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM108.277 251.251a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM116.452 251.251a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM124.632 250.534a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM132.807 251.251a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM1.979 259.408a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM10.156 258.695a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM18.334 259.408a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM26.51 259.408a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM34.685 258.695a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM42.865 259.408a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM51.04 259.408a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM59.215 258.695a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM67.395 258.695a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM75.57 258.695a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM83.745 259.408a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM91.921 259.408a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM100.103 258.695a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM108.277 259.408a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM116.452 259.408a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM124.632 258.695a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.356.36.36 0 0 1 .357-.357ZM132.807 259.408a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM1.979 266.852a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM10.156 266.852a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM18.334 266.852a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM26.51 266.852a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM34.685 266.852a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM42.865 266.852a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM51.04 266.852a.356.356 0 1 1 0 .712.358.358 0 0 1-.356-.356c0-.195.161-.356.356-.356ZM59.215 266.852a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM67.395 266.852a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM75.57 266.852a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM83.745 266.852a.356.356 0 1 1 0 .712.358.358 0 0 1-.356-.356c0-.195.161-.356.356-.356ZM91.921 266.852a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM100.103 266.852a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM108.277 266.852a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM116.452 266.852a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM124.632 266.852a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM132.807 266.852a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM1.979 275.72a.356.356 0 1 0 .001-.712.356.356 0 0 0-.001.712ZM10.156 275.008a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM18.334 275.72a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM26.51 275.72a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM34.685 275.008a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM42.865 275.72a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM51.04 275.72a.356.356 0 1 0 .002-.712.356.356 0 0 0-.002.712ZM59.215 275.008a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM67.395 275.008a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM75.57 275.008a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM83.745 275.72a.356.356 0 1 0 .002-.712.356.356 0 0 0-.002.712ZM91.921 275.72a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM100.103 275.008a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM108.277 275.72a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM116.452 275.72a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM124.632 275.008a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM132.807 275.72a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM1.979 283.881a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM10.156 283.164a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM18.334 283.881a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM26.51 283.881a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM34.685 283.164a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM42.865 283.881a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM51.04 283.881a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM59.215 283.164a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM67.395 283.164a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM75.57 283.164a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM83.745 283.881a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM91.921 283.881a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM100.103 283.164a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM108.277 283.881a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM116.452 283.881a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM124.632 283.164a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM132.807 283.881a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM1.979 292.037a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM10.156 291.324a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM18.334 292.037a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM26.51 292.037a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM34.685 291.324a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM42.865 292.037a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM59.215 291.324a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM67.395 291.324a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM75.57 291.324a.356.356 0 1 1 .001.712.356.356 0 0 1-.001-.712ZM83.745 292.037a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM91.921 292.037a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM100.103 291.324a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM108.277 292.037a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM116.452 292.037a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM124.632 291.324a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.356.36.36 0 0 1 .357-.357ZM132.808 290.608a1.072 1.072 0 1 1 0 2.144 1.071 1.071 0 1 1 0-2.144ZM1.979 299.48a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM10.156 299.48a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM18.334 299.48a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM26.51 299.48a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM34.685 299.48a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM42.865 299.48a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM51.04 299.48a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM59.215 299.48a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM67.395 299.48a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM75.57 299.48a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM83.745 299.48a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM91.921 299.48a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM100.103 299.48a.357.357 0 0 1 0 .713.359.359 0 0 1-.357-.356.36.36 0 0 1 .357-.357ZM108.277 299.48a.356.356 0 1 1 0 .713.356.356 0 0 1 0-.713ZM116.452 299.48a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM124.632 299.48a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM132.807 299.48a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM1.979 308.354a.356.356 0 1 0 .001-.712.356.356 0 0 0-.001.712ZM10.156 307.637a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM18.334 308.354a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM26.51 308.354a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM34.685 307.637a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM42.865 308.354a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM51.04 308.354a.356.356 0 1 0 .002-.712.356.356 0 0 0-.002.712ZM59.215 307.637a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM67.395 307.637a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM75.57 307.637a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM83.745 308.354a.356.356 0 1 0 .002-.712.356.356 0 0 0-.002.712ZM91.921 308.354a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM100.103 307.637a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM108.277 308.354a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM116.452 308.354a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM124.632 307.637a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM132.807 308.354a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM1.979 316.51a.356.356 0 1 0 .001-.712.356.356 0 0 0-.001.712ZM10.156 315.798a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM18.334 316.51a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM26.51 316.51a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM34.685 315.798a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM42.865 316.51a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM51.04 316.51a.356.356 0 1 0 .002-.712.356.356 0 0 0-.002.712ZM59.215 315.798a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM67.395 315.798a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM75.57 315.798a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM83.745 316.51a.356.356 0 1 0 .002-.712.356.356 0 0 0-.002.712ZM91.921 316.51a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM100.103 315.798a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM108.277 316.51a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM116.452 316.51a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM124.632 315.798a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM132.807 316.51a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM1.979 323.955a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM10.156 323.955a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM18.334 323.955a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM26.51 323.955a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM34.685 323.955a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM42.865 323.955a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM51.04 323.955a.356.356 0 1 1 0 .712.358.358 0 0 1-.356-.356c0-.195.161-.356.356-.356ZM59.215 323.955a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM67.395 323.955a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM75.57 323.955a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM83.745 323.955a.356.356 0 1 1 0 .712.358.358 0 0 1-.356-.356c0-.195.161-.356.356-.356ZM91.921 323.955a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM100.103 323.955a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM108.277 323.955a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM116.452 323.955a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM124.632 323.955a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM132.807 323.955a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM1.979 332.827a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM10.156 332.111a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM18.334 332.827a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM26.51 332.827a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM34.685 332.111a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM42.865 332.827a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM51.04 332.827a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM59.215 332.111a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM67.395 332.111a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM75.57 332.111a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM83.745 332.827a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM91.921 332.827a.357.357 0 1 0 0-.713.357.357 0 0 0 0 .713ZM100.103 332.111a.357.357 0 0 1 0 .713.359.359 0 0 1-.357-.356.36.36 0 0 1 .357-.357ZM108.277 332.827a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM116.452 332.827a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM124.632 332.111a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM132.807 332.827a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM1.979 340.984a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM10.156 340.271a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM18.334 340.984a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM26.51 340.984a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM34.685 340.271a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM42.865 340.984a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM51.04 340.984a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM59.215 340.271a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM67.395 340.271a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM75.57 340.271a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM83.745 340.984a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM91.921 340.984a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM100.103 340.271a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM108.277 340.984a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM116.452 340.984a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM124.632 340.271a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM132.807 340.984a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM1.979 349.14a.356.356 0 1 0 .001-.712.356.356 0 0 0-.001.712ZM10.156 348.428a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM18.334 349.14a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM26.51 349.14a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM34.685 348.428a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM42.865 349.14a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM51.04 349.14a.356.356 0 1 0 .002-.712.356.356 0 0 0-.002.712ZM59.215 348.428a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM67.395 348.428a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM75.57 348.428a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM83.745 349.14a.356.356 0 1 0 .002-.712.356.356 0 0 0-.002.712ZM91.921 349.14a.356.356 0 1 0 .001-.712.356.356 0 0 0 0 .712ZM100.103 348.428a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM108.277 349.14a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM116.452 349.14a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM124.632 348.428a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM132.807 349.14a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM1.979 356.584a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM10.156 356.584a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM18.334 356.584a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM26.51 356.584a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM34.685 356.584a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM42.865 356.584a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM51.04 356.584a.356.356 0 1 1 0 .713.36.36 0 0 1-.356-.357c0-.195.161-.356.356-.356ZM59.215 356.584a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM67.395 356.584a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM75.57 356.584a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM83.745 356.584a.356.356 0 1 1 0 .713.36.36 0 0 1-.356-.357c0-.195.161-.356.356-.356ZM91.921 356.584a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM100.103 356.584a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM108.277 356.584c.199 0 .356.161.356.356a.359.359 0 0 1-.356.357.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM116.452 356.584a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM124.632 356.584a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM132.807 356.584a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356Z%27/%3E%3Cpath d=%27M132.807 210.465v-.717h-8.176v.717h8.176ZM214.574 290.608a1.072 1.072 0 1 1 0 2.144 1.071 1.071 0 1 1 0-2.144Z%27/%3E%3Cpath d=%27M133.164 210.104a.357.357 0 1 1-.713 0 .357.357 0 0 1 .713 0ZM132.807 218.617a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM132.807 226.778a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM133.164 234.578a.356.356 0 1 1-.713 0 .356.356 0 0 1 .713 0ZM133.164 242.735a.356.356 0 1 1-.713 0 .356.356 0 0 1 .713 0ZM132.807 251.251a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM132.807 259.408a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM133.164 267.208a.356.356 0 1 1-.713 0 .356.356 0 0 1 .713 0ZM132.807 275.72a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM132.807 283.881a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM133.881 291.68c0 .594-.48 1.072-1.074 1.072a1.071 1.071 0 1 1 0-2.144c.594 0 1.074.479 1.074 1.072ZM133.164 299.837a.356.356 0 1 1-.713 0 .356.356 0 0 1 .713 0ZM132.807 308.354a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM132.807 316.51a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM133.164 324.311a.356.356 0 1 1-.713 0 .356.356 0 0 1 .713 0ZM132.807 332.827a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM132.807 340.984a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM132.807 349.14a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM133.164 356.94a.357.357 0 1 1-.713 0 .357.357 0 0 1 .713 0ZM140.983 209.748c.199 0 .356.161.356.356a.359.359 0 0 1-.356.357.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM149.162 209.748a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM157.337 209.748a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM165.513 209.748a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM173.688 209.748a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM181.868 209.748a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM190.044 209.748a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM198.219 209.748a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM206.399 209.748c.199 0 .356.161.356.356a.359.359 0 0 1-.356.357.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM214.574 209.032a1.072 1.072 0 1 1 0 2.144 1.072 1.072 0 1 1 0-2.144ZM222.749 209.748a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM230.93 209.748a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM239.105 209.748a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM247.281 209.748c.199 0 .356.161.356.356a.359.359 0 0 1-.356.357.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM255.455 209.748a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM263.635 209.748a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM271.811 209.748a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM279.987 209.748c.199 0 .356.161.356.356a.359.359 0 0 1-.356.357.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM288.166 209.748a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM296.341 209.748a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM140.983 218.617a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM149.162 217.904a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM157.337 218.617a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM165.513 218.617a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM173.688 217.904a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM181.868 218.617a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM190.044 218.617a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM198.219 217.904a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.356.36.36 0 0 1 .357-.357ZM206.399 218.617a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM214.575 218.617a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM222.749 217.904a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM230.93 218.617a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM239.105 218.617a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM247.281 217.904a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM255.455 218.617a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM263.635 218.617a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM271.811 217.904a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM279.987 217.904a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM288.166 217.904a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM296.341 217.904a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.356.36.36 0 0 1 .357-.357ZM140.983 226.778a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM149.162 226.061a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM157.337 226.778a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM165.513 226.778a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM173.688 226.061a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM181.868 226.778a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM190.044 226.778a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM198.219 226.061a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM206.399 226.778a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM214.575 226.778a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM222.749 226.061a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM230.93 226.778a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM239.105 226.778a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM247.281 226.061c.199 0 .356.161.356.356a.359.359 0 0 1-.356.357.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM255.455 226.778a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM263.635 226.778a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM271.811 226.061a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM279.987 226.061c.199 0 .356.161.356.356a.359.359 0 0 1-.356.357.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM288.166 226.061a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM296.341 226.061a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM140.983 234.222a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM149.162 234.222a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM157.337 234.222a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM165.513 234.222a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM173.688 234.222a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM181.868 234.222a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM190.044 234.222a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM198.219 234.222a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM206.399 234.222a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM214.575 234.222a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM222.749 234.222a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM230.93 234.222a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM239.105 234.222a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM247.281 234.222a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM255.455 234.222a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM263.635 234.222a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM271.811 234.222a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM279.987 234.222a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM288.166 234.222a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM296.341 234.222a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM140.983 242.378a.356.356 0 1 1 0 .713.356.356 0 0 1 0-.713ZM149.162 242.378a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM157.337 242.378a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM165.513 242.378a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM173.688 242.378a.357.357 0 1 1 0 .714.357.357 0 0 1 0-.714ZM181.868 242.378a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM190.044 242.378a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM198.219 242.378a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM206.399 242.378a.356.356 0 1 1 0 .713.356.356 0 0 1 0-.713ZM214.575 242.378a.356.356 0 1 1 0 .713.356.356 0 0 1 0-.713ZM222.749 242.378a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM230.93 242.378a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM239.105 242.378a.357.357 0 1 1 0 .714.357.357 0 0 1 0-.714ZM247.281 242.378a.356.356 0 1 1 0 .713.356.356 0 0 1 0-.713ZM255.455 242.378a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM263.635 242.378a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM271.811 242.378a.357.357 0 1 1 0 .714.357.357 0 0 1 0-.714ZM279.987 242.378a.356.356 0 1 1 0 .713.356.356 0 0 1 0-.713ZM288.166 242.378a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM296.341 242.378a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM140.983 251.251a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM149.162 250.534a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM157.337 251.251a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM165.513 251.251a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM173.688 250.534a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM181.868 251.251a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM190.044 251.251a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM198.219 250.534a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM206.399 251.251a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM214.575 251.251a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM222.749 250.534a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM230.93 251.251a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM239.105 251.251a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM247.281 250.534c.199 0 .356.161.356.356a.358.358 0 0 1-.356.357.359.359 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM255.455 251.251a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM263.635 251.251a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM271.811 250.534a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM279.987 250.534c.199 0 .356.161.356.356a.358.358 0 0 1-.356.357.359.359 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM288.166 250.534a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM296.341 250.534a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM140.983 259.408a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM149.162 258.695a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM157.337 259.408a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM165.513 259.408a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM173.688 258.695a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM181.868 259.408a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM190.044 259.408a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM198.219 258.695a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.356.36.36 0 0 1 .357-.357ZM206.399 259.408a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM214.575 259.408a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM222.749 258.695a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM230.93 259.408a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM239.105 259.408a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM247.281 258.695a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM255.455 259.408a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM263.635 259.408a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM271.811 258.695a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM279.987 258.695a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM288.166 258.695a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM296.341 258.695a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.356.36.36 0 0 1 .357-.357ZM140.983 266.852a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM149.162 266.852a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM157.337 266.852a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM165.513 266.852a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM173.688 266.852a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM181.868 266.852a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM190.044 266.852a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM198.219 266.852a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM206.399 266.852a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM214.575 266.852a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM222.749 266.852a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM230.93 266.852a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM239.105 266.852a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM247.281 266.852a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM255.455 266.852a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM263.635 266.852a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM271.811 266.852a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM279.987 266.852a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM288.166 266.852a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM296.341 266.852a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM140.983 275.72a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM149.162 275.008a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM157.337 275.72a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM165.513 275.72a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM173.688 275.008a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM181.868 275.72a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM190.044 275.72a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM198.219 275.008a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM206.399 275.72a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM214.575 275.72a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM222.749 275.008a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM230.93 275.72a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM239.105 275.72a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM247.281 275.008a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM255.455 275.72a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM263.635 275.72a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM271.811 275.008a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM279.987 275.008a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM288.166 275.008a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM296.341 275.008a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM140.983 283.881a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM149.162 283.164a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM157.337 283.881a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM165.513 283.881a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM173.688 283.164a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM181.868 283.881a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM190.044 283.881a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM198.219 283.164a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM206.399 283.881a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM214.575 283.881a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM222.749 283.164a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM230.93 283.881a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM239.105 283.881a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM247.281 283.164a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM255.455 283.881a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM263.635 283.881a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM271.811 283.164a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM279.987 283.164a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM288.166 283.164a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM296.341 283.164a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM140.983 292.037a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM149.162 291.324a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM157.337 292.037a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM165.513 292.037a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM173.688 291.324a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM181.868 292.037a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM190.044 292.037a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM198.219 291.324a.356.356 0 1 1 0 .713.359.359 0 0 1-.357-.356.36.36 0 0 1 .357-.357ZM206.399 292.037a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM222.749 291.324a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM230.93 292.037a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM239.105 292.037a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM247.281 291.324a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM255.455 292.037a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM263.635 292.037a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM271.811 291.324a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM279.987 291.324a.356.356 0 1 1 0 .711.356.356 0 0 1 0-.711ZM288.166 291.324a.356.356 0 1 1 .002.712.356.356 0 0 1-.002-.712ZM296.341 290.608a1.072 1.072 0 1 1 0 2.144 1.071 1.071 0 1 1 0-2.144ZM140.983 299.48a.356.356 0 1 1 0 .713.356.356 0 0 1 0-.713ZM149.162 299.48a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM157.337 299.48a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM165.513 299.48a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM173.688 299.48a.357.357 0 1 1 0 .714.357.357 0 0 1 0-.714ZM181.868 299.48a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM190.044 299.48a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM198.219 299.48a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM206.399 299.48a.356.356 0 1 1 0 .713.356.356 0 0 1 0-.713ZM214.575 299.48a.356.356 0 1 1 0 .713.356.356 0 0 1 0-.713ZM222.749 299.48a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM230.93 299.48a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM239.105 299.48a.357.357 0 1 1 0 .714.357.357 0 0 1 0-.714ZM247.281 299.48a.356.356 0 1 1 0 .713.356.356 0 0 1 0-.713ZM255.455 299.48a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM263.635 299.48a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM271.811 299.48a.357.357 0 1 1 0 .714.357.357 0 0 1 0-.714ZM279.987 299.48a.356.356 0 1 1 0 .713.356.356 0 0 1 0-.713ZM288.166 299.48a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM296.341 299.48a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM140.983 308.354a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM149.162 307.637a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM157.337 308.354a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM165.513 308.354a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM173.688 307.637a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM181.868 308.354a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM190.044 308.354a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM198.219 307.637a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM206.399 308.354a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM214.575 308.354a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM222.749 307.637a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM230.93 308.354a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM239.105 308.354a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM247.281 307.637a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM255.455 308.354a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM263.635 308.354a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM271.811 307.637a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM279.987 307.637a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM288.166 307.637a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM296.341 307.637a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM140.983 316.51a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM149.162 315.798a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM157.337 316.51a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM165.513 316.51a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM173.688 315.798a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM181.868 316.51a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM190.044 316.51a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM198.219 315.798a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM206.399 316.51a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM214.575 316.51a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM222.749 315.798a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM230.93 316.51a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM239.105 316.51a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM247.281 315.798a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM255.455 316.51a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM263.635 316.51a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM271.811 315.798a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM279.987 315.798a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM288.166 315.798a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM296.341 315.798a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM140.983 323.955a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM149.162 323.955a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM157.337 323.955a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM165.513 323.955a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM173.688 323.955a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM181.868 323.955a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM190.044 323.955a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM198.219 323.955a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM206.399 323.955a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM214.575 323.955a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM222.749 323.955a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM230.93 323.955a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM239.105 323.955a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM247.281 323.955a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM255.455 323.955a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM263.635 323.955a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM271.811 323.955a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM279.987 323.955a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM288.166 323.955a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM296.341 323.955a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM140.983 332.827a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM149.162 332.111a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM157.337 332.827a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM165.513 332.827a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM173.688 332.111a.357.357 0 1 1 0 .714.357.357 0 0 1 0-.714ZM181.868 332.827a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM190.044 332.827a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM198.219 332.111a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM206.399 332.827a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM214.575 332.827a.356.356 0 1 0 0-.712.356.356 0 0 0 0 .712ZM222.749 332.111a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM230.93 332.827a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM239.105 332.827a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM247.281 332.111a.356.356 0 1 1 0 .713.356.356 0 0 1 0-.713ZM255.455 332.827a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM263.635 332.827a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM271.811 332.111a.357.357 0 1 1 0 .714.357.357 0 0 1 0-.714ZM279.987 332.111a.356.356 0 1 1 0 .713.356.356 0 0 1 0-.713ZM288.166 332.111a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM296.341 332.111a.357.357 0 1 1 0 .713.357.357 0 0 1 0-.713ZM140.983 340.984a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM149.162 340.271a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM157.337 340.984a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM165.513 340.984a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM173.688 340.271a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM181.868 340.984a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM190.044 340.984a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM198.219 340.271a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM206.399 340.984a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM214.575 340.984a.356.356 0 1 0 0-.713.356.356 0 0 0 0 .713ZM222.749 340.271a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM230.93 340.984a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM239.105 340.984a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM247.281 340.271c.199 0 .356.161.356.356a.359.359 0 0 1-.356.357.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM255.455 340.984a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM263.635 340.984a.357.357 0 1 0 0-.714.357.357 0 0 0 0 .714ZM271.811 340.271a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM279.987 340.271c.199 0 .356.161.356.356a.359.359 0 0 1-.356.357.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM288.166 340.271a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM296.341 340.271a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM140.983 349.14a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM149.162 348.428a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM157.337 349.14a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM165.513 349.14a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM173.688 348.428a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM181.868 349.14a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM190.044 349.14a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM198.219 348.428a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM206.399 349.14a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM214.575 349.14a.356.356 0 1 0 0-.712.356.356 0 1 0 0 .712ZM222.749 348.428a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM230.93 349.14a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM239.105 349.14a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM247.281 348.428a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM255.455 349.14a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM263.635 349.14a.356.356 0 1 0 .001-.713.356.356 0 0 0-.001.713ZM271.811 348.428a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM279.987 348.428a.356.356 0 1 1 0 .712.358.358 0 0 1-.357-.356c0-.195.161-.356.357-.356ZM288.166 348.428a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM296.341 348.428a.356.356 0 1 1 0 .712.359.359 0 0 1-.357-.356c0-.195.162-.356.357-.356ZM140.983 356.584c.199 0 .356.161.356.356a.359.359 0 0 1-.356.357.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM149.162 356.584a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM157.337 356.584a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM165.513 356.584a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM173.688 356.584a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM181.868 356.584a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM190.044 356.584a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM198.219 356.584a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM206.399 356.584c.199 0 .356.161.356.356a.359.359 0 0 1-.356.357.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM214.575 356.584c.199 0 .356.161.356.356a.359.359 0 0 1-.356.357.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM222.749 356.584a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM230.93 356.584a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM239.105 356.584a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM247.281 356.584c.199 0 .356.161.356.356a.359.359 0 0 1-.356.357.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM255.455 356.584a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM263.635 356.584a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356ZM271.811 356.584a.356.356 0 1 1 .001.713.356.356 0 0 1-.001-.713ZM279.987 356.584c.199 0 .356.161.356.356a.359.359 0 0 1-.356.357.36.36 0 0 1-.357-.357c0-.195.161-.356.357-.356ZM288.166 356.584a.356.356 0 1 1 .003.711.356.356 0 0 1-.003-.711ZM296.341 356.584a.356.356 0 1 1 0 .713.36.36 0 0 1-.357-.357c0-.195.162-.356.357-.356Z%27/%3E%3Cpath d=%27M296.702 210.104h-.718v8.157h.718v-8.157ZM140.986 210.461v-.717h-8.175v.717h8.175Z%27/%3E%3C/g%3E%3C/svg%3E");
	--mobile-max-width: 320px;
}

.admin-bar {
	--admin-bar-height: 46px;
}

@media screen and (min-width: 783px) {
	.admin-bar {
		--admin-bar-height: 32px;
	}
}

.skeletor-alert-bar-wrapper .announcement-bar-close-button {
	border: 2px solid #000;
	color: #000;
}

.skeletor-alert-bar-wrapper .announcement-bar-close-button svg {
	height: 10px;
	width: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 598px) {
	.skeletor-alert-bar-wrapper p {
		width: 80%;
	}
}

:where(.wp-block-button) .wp-block-button__link {
	display: flex;
	font-family: var(--wp--preset--font-family--overpass);
	align-items: center;
	transition: background-color .3s ease;
}

:where(.wp-block-button) .wp-block-button__link:disabled {
	opacity: .5;
}

:where(.wp-block-button) .wp-block-button__link:active {
	border-color: #40b270;
}

:where(.wp-block-button) .wp-block-button__link[disabled], :where(.wp-block-button) .wp-block-button__link.disabled {
	opacity: .5;
	cursor: disabled;
}

:where(.wp-block-button) .wp-block-button__link:not(.is-style-small .wp-block-button__link,.is-style-text-button .wp-block-button__link,.is-style-text-dark .wp-block-button__link):after {
	content: "";
	display: block;
	background-color: var(--wp--preset--color--accent);
	background-image: var(--icon-large-cta-arrow);
	background-repeat: no-repeat;
	background-position: center;
	width: 18px;
	height: 18px;
	transition: .3s ease;
	margin-left: .75rem;
}

:where(.wp-block-button) .wp-block-button__link:not(.is-style-small .wp-block-button__link,.is-style-text-button .wp-block-button__link,.is-style-text-dark .wp-block-button__link):not([disabled],.disabled):hover:after, :where(.wp-block-button) .wp-block-button__link:not(.is-style-small .wp-block-button__link,.is-style-text-button .wp-block-button__link,.is-style-text-dark .wp-block-button__link):not([disabled],.disabled):active:after {
	background-color: var(--wp--preset--color--accent-2);
	transform: translateX(6px);
	transform: translateX(6px);
}

:where(.wp-block-button) .wp-block-button__link:not(.is-style-small .wp-block-button__link,.is-style-text-button .wp-block-button__link,.is-style-text-dark .wp-block-button__link):after {
	background-size: 16px 10px;
}

:where(.wp-block-button).is-style-small .wp-block-button__link:after {
	display: none;
}

:where(.wp-block-button):is(.is-style-outline) .wp-block-button__link:after {
	background-color: rgba(0, 0, 0, 0) !important;
}

:where(.wp-block-button):is(.is-style-outline) .wp-block-button__link:hover {
	background-color: var(--wp--preset--color--accent-2);
}

:where(.wp-block-button):is(.is-style-outline) .wp-block-button__link:hover:after {
	background-color: rgba(0, 0, 0, 0);
}

:where(.wp-block-button):is(.is-style-outline) .wp-block-button__link:active {
	text-decoration: underline;
}

:where(.wp-block-button):is(.is-style-text-button,.is-style-text-dark) .wp-block-button__link:after {
	background-size: cover;
}

:where(.wp-block-button):is(.is-style-text-button,.is-style-text-dark):not(.is-style-text-button--back) .wp-block-button__link:after {
	content: "";
	display: block;
	background-color: var(--wp--preset--color--accent);
	background-image: var(--icon-small-cta-arrow);
	background-repeat: no-repeat;
	background-position: center;
	width: 17px;
	height: 17px;
	transition: .3s ease;
	margin-left: .75rem;
}

:where(.wp-block-button):is(.is-style-text-button,.is-style-text-dark):not(.is-style-text-button--back) .wp-block-button__link:not([disabled],.disabled):hover:after, :where(.wp-block-button):is(.is-style-text-button,.is-style-text-dark):not(.is-style-text-button--back) .wp-block-button__link:not([disabled],.disabled):active:after {
	background-color: var(--wp--preset--color--accent-2);
	transform: translateX(6px);
	transform: translateX(6px);
}

:where(.wp-block-button):is(.is-style-text-button,.is-style-text-dark).is-style-text-button--back .wp-block-button__link {
	padding-left: 1.125rem;
	padding-right: 0;
}

:where(.wp-block-button):is(.is-style-text-button,.is-style-text-dark).is-style-text-button--back .wp-block-button__link:before {
	content: "";
	display: block;
	background-color: var(--wp--preset--color--accent);
	background-image: var(--back-to-blog-arrow);
	background-repeat: no-repeat;
	background-position: center;
	width: 17px;
	height: 17px;
	transition: .3s ease;
	margin-right: .75rem;
}

:where(.wp-block-button):is(.is-style-text-button,.is-style-text-dark).is-style-text-button--back .wp-block-button__link:not([disabled],.disabled):hover:before, :where(.wp-block-button):is(.is-style-text-button,.is-style-text-dark).is-style-text-button--back .wp-block-button__link:not([disabled],.disabled):active:before {
	background-color: var(--wp--preset--color--accent-2);
	transform: translateX(6px);
	transform: translateX(-6px);
}

:where(.wp-block-button).is-style-no-arrow .wp-block-button__link:after, :where(.wp-block-button).is-style-no-arrow .wp-block-button__link:before {
	display: none !important;
}

.cc-btn.cc-dismiss {
	border-radius: 0 16px 0 0;
	text-decoration: none;
	font-family: var(--wp--preset--font-family--overpass);
	font-weight: 600;
	font-size: 1rem;
}

.cc-btn.cc-dismiss:hover {
	background-color: var(--wp--preset--color--accent-2);
}

.wp-block-post-excerpt__more-link, .wp-block-read-more {
	display: flex;
	font-family: var(--wp--preset--font-family--overpass);
	font-weight: 600;
	align-items: center;
	text-decoration: none;
}

.wp-block-post-excerpt__more-link:after, .wp-block-read-more:after {
	content: "";
	display: block;
	background-color: var(--wp--preset--color--accent);
	background-image: var(--icon-small-cta-arrow);
	background-repeat: no-repeat;
	background-position: center;
	width: 17px;
	height: 17px;
	transition: .3s ease;
	margin-left: .75rem;
}

.wp-block-post-excerpt__more-link:not([disabled],.disabled):hover:after, .wp-block-post-excerpt__more-link:not([disabled],.disabled):active:after, .wp-block-read-more:not([disabled],.disabled):hover:after, .wp-block-read-more:not([disabled],.disabled):active:after {
	background-color: var(--wp--preset--color--accent-2);
	transform: translateX(6px);
	transform: translateX(6px);
}

.wp-block-post-excerpt__more-link:hover, .wp-block-post-excerpt__more-link:active, .wp-block-read-more:hover, .wp-block-read-more:active {
	text-decoration: underline;
}

.wp-block-post-excerpt__more-link:after, .wp-block-read-more:after {
	background-size: cover;
}

:where(.vtl_faq) + :where(.vtl_faq) {
	margin-block-start: var(--wp--preset--spacing--50) !important;
}

.vital-faq {
	padding: 0;
}

.vital-faq > span {
	display: block;
	padding: var(--wp--preset--spacing--30) 0;
}

.vital-faq summary {
	color: #000;
	font-family: var(--wp--preset--font-family--overpass);
	font-size: clamp(1.25rem, 1.25rem + (1vw - .2rem) * .459, 1.5rem);
	font-weight: 400;
	letter-spacing: -.03125rem;
	line-height: 1.3;
	display: flex;
	justify-content: space-between;
	margin-inline: unset;
}

.vital-faq summary::after {
	display: none;
}

.vital-faq summary:hover {
	cursor: pointer;
}

.vital-faq summary:hover span {
	background-color: var(--wp--preset--color--accent-2);
}

.vital-faq summary::-webkit-details-marker {
	display: none;
}

.vital-faq summary span {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--wp--preset--color--accent);
	flex: 0 0 32px;
	height: 32px;
	transition: background-color .3s ease;
}

.vital-faq summary svg {
	height: 16px;
	width: 16px;
	transform: rotateX(0);
	transition: .3s ease;
}

.vital-faq[open] summary {
	padding-bottom: 1rem;
}

.vital-faq[open] svg {
	transform: rotateX(180deg);
}

.gform_wrapper {
	border: 2px solid #ecf0f7;
	background: rgba(0, 0, 0, 0);
	box-shadow: 6px 6px 20px 0px rgba(0, 25, 81, .08);
	padding: 2rem;
}

.gform_wrapper *[class^=gfield] {
	--gf-local-shadow: none;
}

.gform_wrapper .gform_title {
	text-align: center;
}

.gform_wrapper .gfield_checkbox .gfield-choice-input:checked, .gform_wrapper .gfield--type-consent input[type=checkbox]:checked {
	border-color: var(--wp--preset--color--contrast-3) !important;
	background-color: var(--wp--preset--color--contrast-3) !important;
}

.gform_wrapper .gfield_radio .gfield-choice-input + label::before, .gform_wrapper .gfield_radio .gfield-choice-input + label::after {
	border-radius: 50% !important;
}

.gform_wrapper .gfield_radio .gfield-choice-input + label::after {
	background-color: var(--wp--preset--color--contrast-3) !important;
}

.gform_wrapper .gfield_radio .gfield-choice-input:checked {
	border-color: var(--wp--preset--color--contrast-3) !important;
	background-color: var(--wp--preset--color--contrast-3) !important;
}

.gform_wrapper .gform_footer .wp-block-button {
	flex: 1 0 auto;
}

.gform_wrapper .gform_footer button.wp-block-button__link {
	display: block !important;
	border-radius: 0 16px 0 0 !important;
	border: 2px solid var(--wp--preset--color--accent) !important;
	font-family: var(--wp--preset--font-family--overpass) !important;
	font-weight: 600 !important;
	padding: .75rem 2rem !important;
	height: 48px !important;
	width: 100% !important;
}

.has-contrast-2-background-color .gform_wrapper {
	background-color: rgba(0, 0, 0, 0);
	border: 0;
	box-shadow: none;
}

.has-contrast-2-background-color .gform_wrapper .gform_title {
	color: var(--wp--preset--color--base);
}

.has-contrast-2-background-color .gform_wrapper a:where(:not(.wp-element-button)) {
	color: var(--wp--preset--color--accent);
	text-decoration: none;
}

.has-contrast-2-background-color .gform_wrapper a:where(:not(.wp-element-button)):hover {
	text-decoration: underline;
}

.vital-gform-hide-required-fields-indicator_wrapper .gfield_label .gfield_required, .vital-gform-hide-required-fields-indicator_wrapper .gform-field-label .gfield_required {
	display: none !important;
}

input[type=text], input[type=number], input[type=tel], input[type=email], input[type=radio], input[type=checkbox], select {
	box-shadow: none !important;
}

.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 textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-ctrl-select-icon: var(--select-triangle);
	--gf-ctrl-select-icon-hover: var(--select-triangle);
}

.has-contrast-2-background-color .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .has-contrast-2-background-color .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-bg-color: var(--wp--preset--color--custom-dark-2);
	--gf-local-border-color: var(--wp--preset--color--custom-dark-2);
	--gf-local-color: #fff;
}

.has-contrast-2-background-color .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 *)), .has-contrast-2-background-color .gform-theme--framework .gfield_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-bg-color: var(--wp--preset--color--custom-dark-2);
	--gf-local-border-color: var(--wp--preset--color--custom-dark-2);
	--gf-local-color: var(--wp--preset--color--base);
}

.has-contrast-2-background-color .gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-color: var(--wp--preset--color--base);
}

.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])) {
	background-size: 22px;
}

.gform-theme--foundation .gform_fields {
	--gf-form-gap-y: 20px;
}

.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 {
	--gf-ctrl-btn-bg-color-hover-primary: var(--wp--preset--color--accent-2);
}

.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 *)) {
	--gf-local-color: #000;
}

.gform-privacy-policy {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	font-size: .875rem;
	margin-top: .5rem;
}

.gform-privacy-policy a {
	color: currentColor;
	display: inline-block;
	vertical-align: middle;
}

:where(.wp-block-cover,.wp-block-image,.wp-block-group,.wp-block-column):is(.is-style-grid-left), :where(.wp-block-cover,.wp-block-image,.wp-block-group,.wp-block-column):is(.is-style-grid-right) {
	position: relative;
	overflow: visible;
}

:where(.wp-block-cover,.wp-block-image,.wp-block-group,.wp-block-column):is(.is-style-grid-left):after, :where(.wp-block-cover,.wp-block-image,.wp-block-group,.wp-block-column):is(.is-style-grid-right):after {
	content: "";
	background-image: var(--mobile-grid-outline);
	background-position: bottom left;
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	pointer-events: none;
}

@media screen and (min-width: 1024px) {
	:where(.wp-block-cover,.wp-block-image,.wp-block-group,.wp-block-column):is(.is-style-grid-left):after, :where(.wp-block-cover,.wp-block-image,.wp-block-group,.wp-block-column):is(.is-style-grid-right):after {
		background-image: var(--grid-outline);
	}
}

:where(.wp-block-cover,.wp-block-image,.wp-block-group,.wp-block-column):is(.is-style-grid-left):after {
	transform: translate(-25px, 25px);
}

@media screen and (min-width: 800px) {
	:where(.wp-block-cover,.wp-block-image,.wp-block-group,.wp-block-column):is(.is-style-grid-left):after {
		transform: translate(-30px, 30px);
	}
}

@media screen and (min-width: 1024px) {
	:where(.wp-block-cover,.wp-block-image,.wp-block-group,.wp-block-column):is(.is-style-grid-left):after {
		transform: translate(-25px, 25px);
	}
}

:where(.wp-block-cover,.wp-block-image,.wp-block-group,.wp-block-column):is(.is-style-grid-right):after {
	transform: rotate(180deg) translate(-25px, 25px);
}

@media screen and (min-width: 800px) {
	:where(.wp-block-cover,.wp-block-image,.wp-block-group,.wp-block-column):is(.is-style-grid-right):after {
		transform: rotate(180deg) translate(-30px, 30px);
	}
}

@media screen and (min-width: 1024px) {
	:where(.wp-block-cover,.wp-block-image,.wp-block-group,.wp-block-column):is(.is-style-grid-right):after {
		transform: rotate(180deg) translate(-25px, 25px);
	}
}

:where(.wp-block-group):is(.is-style-rounded-top-right-corner), :where(.wp-block-column):is(.is-style-rounded-top-right-corner) {
	border-radius: 0px 40px 0px 0px;
}

@media screen and (min-width: 800px) {
	:where(.wp-block-group):is(.is-style-rounded-top-right-corner), :where(.wp-block-column):is(.is-style-rounded-top-right-corner) {
		border-radius: 0px 50px 0px 0px;
	}
}

:where(.wp-block-group):is(.is-style-grid-background), :where(.wp-block-column):is(.is-style-grid-background) {
	background-image: var(--grid-background);
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (min-width: 800px) {
	:where(.wp-block-group):is(.is-style-grid-background), :where(.wp-block-column):is(.is-style-grid-background) {
		background-position: left center;
	}
}

.has-animation {
	--skeletor-animation--duration: .4s;
	--skeletor-animation--timing: ease-out;
}

.manual-card-carousel .wp-block-button__link:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
}

.manual-card-carousel .wp-block-group > .wp-block-group {
	position: static;
}

.wp-block-query-pagination {
	justify-content: center;
	gap: 2rem;
}

.wp-block-query-pagination .page-numbers {
	color: var(--wp--preset--color--base-2);
	height: 32px;
	width: 32px;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	text-decoration: none;
}

.wp-block-query-pagination .page-numbers.current {
	background-color: var(--wp--preset--color--accent);
}

.wp-block-query-pagination .page-numbers:is(a):hover {
	text-decoration: underline;
}

.wp-block-query-pagination .wp-block-query-pagination-numbers {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	gap: .5rem;
}

:where(.wp-block-post-card) .wp-block-post-title {
	margin-top: 0;
}

:where(.wp-block-post-card) .taxonomy-category a {
	text-decoration: none;
}

:where(.wp-block-post-card) .post-card-content {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	margin-top: 1.5rem;
}

:where(.wp-block-post-card) .wp-block-post-excerpt {
	margin-top: 0;
}

:where(.wp-block-post-card) .wp-block-post-excerpt__more-text {
	margin-top: 1rem;
}

.wp-block-vital-swiper .swiper-button-next, .wp-block-vital-swiper .swiper-button-prev {
	border-radius: 0;
}

.wp-block-vital-swiper .swiper-button-next:after, .wp-block-vital-swiper .swiper-button-prev:after {
	background-image: var(--swiper-arrow);
}

.display-hero {
	padding: 3.75rem 0 0;
}

@media screen and (min-width: 900px) {
	.display-hero {
		padding: 3.75rem 0;
	}
}

.display-hero .wp-block-heading {
	font-size: clamp(2.5rem, 3.667vw, 4.25rem);
	font-weight: 400;
	line-height: 1.15;
	letter-spacing: -.085rem;
}

.display-hero p {
	font-size: clamp(1rem, 3.667vw, 1.25rem);
	line-height: 1.6;
	font-weight: 300;
	margin: .75rem 0;
}

@media screen and (max-width: 898px) {
	.display-hero .is-layout-grid {
		grid-template-columns: 1fr;
	}
}

.display-hero .is-layout-grid > .wp-block-group {
	order: 1;
	width: calc(100% + 13px);
	padding: 2.8125rem 1.5625rem;
	transform: translateY(-50px);
	gap: 0;
	z-index: 1;
}

@media screen and (min-width: 900px) {
	.display-hero .is-layout-grid > .wp-block-group {
		order: unset;
		position: relative;
		transform: translate(20px, -40px);
		width: 100%;
	}
}

@media screen and (min-width: 1024px) {
	.display-hero .is-layout-grid > .wp-block-group {
		padding: 5.625rem 3.75rem;
		transform: translate(30px, -60px);
	}
}

@media screen and (min-width: 1200px) {
	.display-hero .is-layout-grid > .wp-block-group {
		padding: 5.625rem;
	}
}

@media screen and (min-width: 900px) {
	.display-hero .wp-block-image {
		transform: translate(-20px, 0);
	}
}

@media screen and (min-width: 1024px) {
	.display-hero .wp-block-image {
		transform: translate(-30px, 0);
	}
}

.display-hero .wp-block-image img {
	object-fit: cover;
	width: 100%;
}

.display-hero .wp-block-buttons {
	flex-direction: column;
}

@media screen and (min-width: 600px) {
	.display-hero .wp-block-buttons {
		flex-direction: row;
	}
}

.display-hero .wp-block-buttons .wp-block-button:first-child {
	margin-right: 1.125rem;
}

.display-hero .wp-block-buttons .wp-block-button:nth-child(2) .wp-block-button__link {
	padding-left: 0;
}

.large-hero {
	padding: 3.75rem 0;
}

.large-hero p:not(.is-style-eyebrow) {
	font-size: clamp(1rem, 3.667vw, 1.25rem);
	line-height: 1.6;
	font-weight: 300;
	margin: .75rem 0;
}

@media screen and (max-width: 898px) {
	.large-hero .is-layout-grid {
		margin-top: -3.125rem;
		grid-template-columns: 1fr;
	}
}

.large-hero .is-layout-grid > .wp-block-group {
	width: calc(100% + 13px);
	padding: 2.8125rem 1.5625rem;
	transform: translateY(30px);
	gap: 0;
}

@media screen and (max-width: 898px) {
	.large-hero .is-layout-grid > .wp-block-group {
		z-index: 1;
	}
}

@media screen and (min-width: 900px) {
	.large-hero .is-layout-grid > .wp-block-group {
		position: relative;
		z-index: 1;
		transform: translate(20px, -40px);
		width: 100%;
	}
}

@media screen and (min-width: 1024px) {
	.large-hero .is-layout-grid > .wp-block-group {
		padding: 5.625rem 3.75rem;
		transform: translate(30px, -60px);
	}
}

@media screen and (min-width: 1200px) {
	.large-hero .is-layout-grid > .wp-block-group {
		padding: 5.625rem;
	}
}

@media screen and (min-width: 900px) {
	.large-hero .wp-block-image {
		transform: translate(-20px, 0);
	}
}

@media screen and (min-width: 1024px) {
	.large-hero .wp-block-image {
		transform: translate(-30px, 0);
	}
}

.large-hero .wp-block-buttons {
	flex-direction: column;
}

@media screen and (min-width: 600px) {
	.large-hero .wp-block-buttons {
		flex-direction: row;
	}
}

.large-hero .wp-block-buttons .wp-block-button:first-child {
	margin-right: 1.125rem;
}

.large-hero .wp-block-buttons .wp-block-button:nth-child(2) .wp-block-button__link {
	padding-left: 0;
}

.people-contact-details .wp-block-column {
	width: 40px;
	height: 40px;
	border: 2px solid var(--wp--preset--color--accent);
	border-radius: 50%;
	transition: border-color .4s ease, box-shadow .4s ease;
}

.people-contact-details .wp-block-column:has(.wp-block-image a:hover), .people-contact-details .wp-block-column:has(.wp-block-image a:focus-visible) {
	border-color: #000;
	box-shadow: 0 0 0 4px rgba(0, 0, 0, .15);
}

.people-contact-details .wp-block-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: .125rem;
}

.people-contact-details .wp-block-image a:hover .wp-block-column {
	border: 2px solid #000;
}

.block-person-card.active .person-detail {
	z-index: 99;
}

:where(.is-style-service-cards) .wp-block-cover, :where(.is-style-service-cards) .wp-block-cover-image {
	min-height: 100%;
}

.wp-block-columns.is-style-service-cards {
	align-items: initial;
}

.wp-block-columns.is-style-service-cards .wp-block-column {
	display: flex;
	flex-direction: column;
	align-self: initial;
}

.wp-block-columns.is-style-service-cards .wp-block-column > * {
	flex: 1;
}

:where(footer) a {
	text-decoration: none;
}

:where(footer) a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 950px) {
	.wp-block-vital-meganav__menu-container {
		box-shadow: 6px 6px 20px 0px rgba(0, 25, 81, .08);
	}
}

@media screen and (max-width: 949px) {
	.wp-block-vital-meganav__menu-container .meganav-row {
		display: block;
	}
}

@media screen and (max-width: 949px) {
	.wp-block-vital-meganav__menu-container .meganav-row > .is-layout-grid {
		margin-bottom: 1rem;
		gap: .5rem;
	}
}

@media screen and (min-width: 950px) {
	.wp-block-vital-meganav__menu-container .meganav-row > .is-layout-grid > .is-layout-flex {
		gap: 1rem;
	}
}

.wp-block-vital-meganav__menu-container .has-custom-meganav-cta-background-color {
	max-width: 305px;
}

.wp-block-vital-meganav__menu-container .meganav-cta {
	max-width: 308px;
}

@media screen and (max-width: 949px) {
	.wp-block-vital-meganav__menu-container .meganav-wrapper {
		padding: 0 !important;
	}
}

@media screen and (max-width: 949px) {
	.wp-block-vital-meganav__menu-container .meganav-wrapper a {
		display: block;
		width: 100%;
	}
}

.wp-block-vital-meganav__menu-container .meganav-wrapper p:first-child a {
	padding: .5rem 0;
}

@media screen and (max-width: 949px) {
	.wp-block-vital-meganav__menu-container .meganav-wrapper p:not(:first-child) a {
		padding: .375rem 1rem;
	}
}

.wp-block-vital-meganav__menu-container .meganav-wrapper p {
	width: 100%;
}

@media screen and (max-width: 949px) {
	.wp-block-vital-meganav__menu-container .is-layout-grid {
		grid-template-columns: 1fr;
	}
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container, .wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container {
	overflow: hidden;
	min-width: 246px;
	padding: 0;
}

@media screen and (min-width: 950px) {
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container, .wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container {
		border: 0;
		left: -30px;
		padding: .875rem;
		min-width: 250px;
		box-shadow: 6px 6px 20px 0px rgba(0, 25, 81, .08);
	}
}

.wp-block-navigation__submenu-container {
	font-family: var(--wp--preset--font-family--public-sans);
}

@media screen and (max-width: 949px) {
	.wp-block-navigation__submenu-container {
		gap: 0;
	}
}

@media screen and (min-width: 950px) {
	.wp-block-navigation__submenu-container {
		padding: 1.375rem .875rem;
	}
}

@media screen and (max-width: 949px) {
	:where(header) .wp-block-navigation__responsive-container-content {
		margin: 0 auto;
		max-width: 320px;
	}
}

:where(header) .wp-block-search__button {
	background-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 949px) {
	:where(header) .wp-block-search__button {
		height: auto;
		width: 48px;
	}
}

:where(header) .search-icon {
	transform: rotateY(180deg);
}

@media screen and (max-width: 949px) {
	:where(header) .wp-block-search {
		width: 100%;
		max-width: var(--mobile-max-width);
		margin: 0 auto;
	}
}

@media screen and (max-width: 949px) {
	:where(header) .wp-block-search__inside-wrapper {
		background-color: var(--wp--preset--color--custom-light-1);
		border: 0;
	}
}

@media screen and (max-width: 949px) {
	:where(header) .wp-block-search__button-inside .wp-block-search__input {
		padding: 0 .625rem;
		height: 48px;
	}
}

@media screen and (max-width: 949px) {
	:where(header) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content, :where(header) .wp-block-vital-meganav__top-level-link {
		display: block;
		padding: .375rem 0;
		width: 100%;
	}
}

@media screen and (max-width: 949px) {
	:where(header) .wp-block-navigation-item {
		width: 100%;
	}
}

@media screen and (max-width: 949px) {
	:where(header) .wp-block-buttons {
		margin: 0 auto;
		max-width: var(--mobile-max-width);
		width: 100%;
	}
	
	:where(header) .wp-block-buttons .wp-block-button, :where(header) .wp-block-buttons .wp-block-button__link {
		width: 100%;
	}
}

@media screen and (max-width: 949px) {
	:where(header) .utility-menu {
		width: 100%;
		justify-content: center;
	}
	
	:where(header) .utility-menu .wp-block-navigation-item__content {
		padding: .375rem 0 !important;
	}
}

@media screen and (max-width: 949px) {
	:where(header) .utility-menu:is(nav) {
		display: none;
	}
}

@media screen and (max-width: 949px) {
	:where(header) .wp-block-navigation .wp-block-navigation__container {
		margin: 0 auto;
		max-width: 320px;
	}
}

@media screen and (max-width: 949px) {
	:where(header) .wp-block-navigation .wp-block-vital-meganav {
		position: unset;
		width: 100%;
	}
}

@media screen and (min-width: 600px) {
	.wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: flex;
	}
}

@media screen and (min-width: 950px) {
	.wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: none;
	}
}

@media screen and (min-width: 600px) {
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		display: none;
		position: fixed;
	}
}

@media screen and (min-width: 950px) {
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		display: block;
		position: relative;
	}
}

@media screen and (min-width: 600px) {
	.wp-block-vital-meganav__menu-container {
		height: auto;
		opacity: unset;
		overflow: hidden;
		position: unset;
		transition: unset;
		visibility: unset;
	}
}

@media screen and (min-width: 950px) {
	.wp-block-vital-meganav__menu-container {
		height: auto;
		left: -1px;
		opacity: 0;
		overflow: hidden;
		position: absolute;
		top: 30px;
		transition: opacity .1s linear;
		visibility: hidden;
		z-index: 2;
	}
}

@media screen and (min-width: 950px) {
	.wp-block-vital-meganav__menu-container .menu-container__close-button {
		display: none;
	}
}

.wp-block-navigation__responsive-container-open {
	height: 28px;
	width: 28px;
}

.wp-block-navigation__responsive-container-open svg {
	height: 100%;
	width: 100%;
}

header .wp-block-navigation__container {
	font-weight: 600;
}

.wp-block-navigation__submenu-container, .has-custom-meganav-cta-background-color {
	font-weight: 400;
}

@media screen and (max-width: 949px) {
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
		gap: .5rem;
	}
}

:where(.search-results) .wp-block-post-excerpt__more-text {
	margin-top: 1rem;
}

.blog .wp-block-post-template {
	row-gap: clamp(1.5rem, 2.42vw, 3.875rem);
}

* {
	word-break: normal;
}

*:focus {
	outline-color: var(--wp--preset--color--accent-2);
}

.entry-content p:empty {
	display: none;
}

html, body {
	overflow-x: hidden;
}

@media screen and (max-width: 948px) {
	.hidden-on-mobile {
		display: none;
	}
}

@media screen and (min-width: 950px) {
	.hidden-on-desktop {
		display: none;
	}
}
