@charset "UTF-8";
.gform-theme--foundation, .gform-theme--api { --gform-theme-form-row-gap: 40px; --gform-theme-form-col-gap: 16px; --gform-theme-field-row-gap: 12px; --gform-theme-field-col-gap: 12px; --gform-theme-label-horizontal-layout-width: 30%; --gform-theme-label-required-gap: 6px; --gform-theme-form-footer-margin-block-start: 24px; --gform-theme-form-footer-gap: 8px; --gform-theme-field-date-inline-size: 168px; --gform-theme-field-time-inline-size: 110px; --gform-theme-field-list-buttons-gap: 8px; --gform-theme-field-list-buttons-inline-size: calc(32px + var(--gform-theme-field-list-buttons-gap) + var(--gform-theme-field-col-gap)); --gform-theme-field-page-steps-row-gap: 8px; --gform-theme-field-page-steps-col-gap: 24px;
}  .gform-theme--foundation *, .gform-theme--foundation *::before, .gform-theme--foundation *::after {
box-sizing: border-box;
}
.gform-theme--foundation fieldset, .gform-theme--foundation legend {
background: none;
padding: 0;
}
.gform-theme--foundation fieldset {
border: none;
display: block;
margin: 0;
}
.gform-theme--foundation legend {
margin-inline: 0;
}
.gform_anchor.focus-visible {
outline: none;
}
.gform_anchor:focus-visible {
outline: none;
} .gform-theme--foundation .screen-reader-text, .gform-theme--foundation .hidden_label .gfield_label, .gform-theme--foundation .hidden_sub_label {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
}
.gform-theme--foundation button.screen-reader-text:focus {
border: 0;
clip: auto;
-webkit-clip-path: none;
clip-path: none;
height: auto;
margin: 0;
position: static !important;
width: auto;
} .gform-theme--foundation .gform-ul-reset {
list-style-type: none;
margin: 0;
padding: 0;
} .gform-theme--foundation .gform-text-input-reset {
background-color: transparent;
border: none;
border-radius: 0;
box-shadow: none;
color: currentColor;
font-family: inherit;
font-size: inherit;
outline: none;
padding: inherit;
width: auto;
}   @media (min-width: 640px) {
.gform-theme--foundation .left_label .gfield > .ginput_container, .gform-theme--foundation .left_label .gfield .gfield_password_strength, .gform-theme--foundation .left_label .gfield .gfield_creditcard_warning_message, .gform-theme--foundation .right_label .gfield > .ginput_container, .gform-theme--foundation .right_label .gfield .gfield_password_strength, .gform-theme--foundation .right_label .gfield .gfield_creditcard_warning_message {
float: right;
} .rtl .gform-theme--foundation .left_label .gfield > .ginput_container, .rtl .gform-theme--foundation .left_label .gfield .gfield_password_strength, .rtl .gform-theme--foundation .left_label .gfield .gfield_creditcard_warning_message, .rtl .gform-theme--foundation .right_label .gfield > .ginput_container, .rtl .gform-theme--foundation .right_label .gfield .gfield_password_strength, .rtl .gform-theme--foundation .right_label .gfield .gfield_creditcard_warning_message {
float: left;
}
.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) > div:where(:not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gform-grid-row)), .gform-theme--foundation .left_label .gfield > .ginput_container:where(:not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gform-grid-row)), .gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) > div:where(:not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gform-grid-row)), .gform-theme--foundation .right_label .gfield > .ginput_container:where(:not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gform-grid-row)) {
inline-size: calc(100% - var(--gform-theme-label-horizontal-layout-width));
}
.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) > div:where(.gform-grid-row), .gform-theme--foundation .left_label .gfield > .ginput_container:where(.gform-grid-row), .gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) > div:where(.gform-grid-row), .gform-theme--foundation .right_label .gfield > .ginput_container:where(.gform-grid-row) {
inline-size: calc((100% - var(--gform-theme-label-horizontal-layout-width)) + var(--gform-theme-field-col-gap));
}
.gform-theme--foundation .left_label .gfield_html_formatted, .gform-theme--foundation .right_label .gfield_html_formatted {
margin-inline-start: var(--gform-theme-label-horizontal-layout-width);
}
} .field_sublabel_below .ginput_complex {
align-items: flex-start;
}
.field_sublabel_above .ginput_complex {
align-items: flex-end;
} .gform-theme--foundation .ginput_complex label, .gform-theme--foundation .ginput_complex legend {
display: block;
}
.gform-theme--foundation .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 input, .gform-theme--foundation .gfield select, .gform-theme--foundation .gfield .ginput_password {
max-inline-size: 100%;
}
.gform-theme--foundation .gfield input.small, .gform-theme--foundation .gfield select.small, .gform-theme--foundation .gfield .ginput_password.small {
inline-size: calc(25% - var(--gform-theme-form-col-gap) * 3 / 4);
}
.gform-theme--foundation .gfield input.medium, .gform-theme--foundation .gfield select.medium, .gform-theme--foundation .gfield .ginput_password.medium {
inline-size: calc(50% - var(--gform-theme-form-col-gap) / 2);
}
.gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large, .gform-theme--foundation .gfield .ginput_password.large {
inline-size: 100%;
} .gform-theme--foundation .gform_fields {
display: grid;
grid-column-gap: 0;
grid-row-gap: var(--gform-theme-form-row-gap);
grid-template-columns: repeat(12, 1fr);
grid-template-rows: repeat(auto-fill, auto);
inline-size: 100%;
}
.gform-theme--foundation .gfield {
grid-column: 1 / -1;
min-inline-size: 0;
}
.gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
display: flex;
flex-wrap: wrap;
gap: var(--gform-theme-form-footer-gap);
margin-block-start: var(--gform-theme-form-footer-margin-block-start);
}
.gform-theme--foundation .gform_footer input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full, .gform-theme--foundation #field_submit input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full {
inline-size: 100%;
}
.gform-theme--foundation .gform_footer input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-full, .gform-theme--foundation #field_submit input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-full {
inline-size: 100%;
}
.gform-theme--foundation .gform_footer input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-eleven-twelfths, .gform-theme--foundation #field_submit input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-eleven-twelfths {
inline-size: 91.6666%;
}
.gform-theme--foundation .gform_footer input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-five-sixths, .gform-theme--foundation #field_submit input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-five-sixths {
inline-size: 83.3333%;
}
.gform-theme--foundation .gform_footer input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-three-quarter, .gform-theme--foundation #field_submit input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-three-quarter {
inline-size: 75%;
}
.gform-theme--foundation .gform_footer input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-two-thirds, .gform-theme--foundation #field_submit input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-two-thirds {
inline-size: 66.6666%;
}
.gform-theme--foundation .gform_footer input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-seven-twelfths, .gform-theme--foundation #field_submit input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-seven-twelfths {
inline-size: 58.3333%;
}
.gform-theme--foundation .gform_footer input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-half, .gform-theme--foundation #field_submit input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-half {
inline-size: 50%;
}
.gform-theme--foundation .gform_footer input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-five-twelfths, .gform-theme--foundation #field_submit input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-five-twelfths {
inline-size: 41.6666%;
}
.gform-theme--foundation .gform_footer input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-third, .gform-theme--foundation #field_submit input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-third {
inline-size: 33.3333%;
}
.gform-theme--foundation .gform_footer input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-quarter, .gform-theme--foundation #field_submit input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-quarter {
inline-size: 25%;
}
.gform-theme--foundation .gform_footer input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-one-sixth, .gform-theme--foundation #field_submit input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-one-sixth {
inline-size: 16.6666%;
}
.gform-theme--foundation .gform_footer input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-one-twelfth, .gform-theme--foundation #field_submit input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-one-twelfth {
inline-size: 8.3333%;
}
@media (min-width: 640px) {
.gform-theme--foundation .gform_fields {
grid-column-gap: var(--gform-theme-form-col-gap);
}
.gform-theme--foundation .gfield--width-full {
grid-column: span 12;
}
.gform-theme--foundation .gfield--width-eleven-twelfths {
grid-column: span 11;
}
.gform-theme--foundation .gfield--width-five-sixths {
grid-column: span 10;
}
.gform-theme--foundation .gfield--width-three-quarter {
grid-column: span 9;
}
.gform-theme--foundation .gfield--width-two-thirds {
grid-column: span 8;
}
.gform-theme--foundation .gfield--width-seven-twelfths {
grid-column: span 7;
}
.gform-theme--foundation .gfield--width-half {
grid-column: span 6;
}
.gform-theme--foundation .gfield--width-five-twelfths {
grid-column: span 5;
}
.gform-theme--foundation .gfield--width-third {
grid-column: span 4;
}
.gform-theme--foundation .gfield--width-quarter {
grid-column: span 3;
}
.gform-theme--foundation .gfield--width-one-sixth {
grid-column: span 2;
}
.gform-theme--foundation .gfield--width-one-twelfth {
grid-column: span 1;
}
.gform-theme--foundation .gform_footer.left_label, .gform-theme--foundation .gform_footer.right_label {
padding-inline-start: var(--gform-theme-label-horizontal-layout-width);
}
}  .gform-theme--foundation .gform-grid-row {
display: flex;
flex-flow: row wrap;
margin-inline: calc(var(--gform-theme-field-col-gap) * -1 / 2);
row-gap: var(--gform-theme-field-row-gap);
} .gform-theme--foundation .gform-grid-col {
flex: none;
inline-size: 100%;
padding-inline: calc(var(--gform-theme-field-col-gap) / 2);
}
.gform-theme--foundation .gform-grid-col.gform-grid-row {
inline-size: calc(100% + var(--gform-theme-field-col-gap));
}
@media (min-width: 640px) {
.gform-theme--foundation .gform-grid-col.gform-grid-col--size-auto {
flex: 1;
inline-size: auto
}
}  .gform-theme--foundation .gform-field-label:where(:not([class*="gform-field-label--type-"]):not(.gfield_header_item):not(.ginput_quantity_label)) {
align-items: baseline;
display: flex;
flex-wrap: wrap;
gap: var(--gform-theme-label-required-gap);
} .gform-theme--foundation .gform-field-label:where([class*="gform-field-label--type-"]) {
display: inline-block;
} @media (min-width: 640px) {
.gform-theme--foundation .left_label .gform-field-label:where(:not([class*="gform-field-label--type-"]):not(.gfield_header_item):not(.ginput_quantity_label)), .gform-theme--foundation .right_label .gform-field-label:where(:not([class*="gform-field-label--type-"]):not(.gfield_header_item):not(.ginput_quantity_label)) {
flex-direction: column;
float: left;
gap: calc(var(--gform-theme-label-required-gap) / 3);
inline-size: var(--gform-theme-label-horizontal-layout-width) }
.rtl .gform-theme--foundation .left_label .gform-field-label:where(:not([class*="gform-field-label--type-"]):not(.gfield_header_item):not(.ginput_quantity_label)), .rtl .gform-theme--foundation .right_label .gform-field-label:where(:not([class*="gform-field-label--type-"]):not(.gfield_header_item):not(.ginput_quantity_label)) {
float: right;
}
}
@media (min-width: 640px) {
.gform-theme--foundation .right_label .gform-field-label:where(:not([class*="gform-field-label--type-"]):not(.gfield_header_item):not(.ginput_quantity_label)) {
align-items: end;
justify-content: normal;
text-align: end
}
} @media (min-width: 640px) {
.gform-theme--foundation .left_label .gfield_description, .gform-theme--foundation .right_label .gfield_description {
clear: right;
margin-left: auto;
} .rtl .gform-theme--foundation .left_label .gfield_description, .rtl .gform-theme--foundation .right_label .gfield_description {
clear: left;
margin-left: 0;
margin-right: auto;
}
}   .gform-theme--foundation .gform_drop_area {
background-color: #fff;
border: 1px dashed #686e77;
padding-block: 32px;
padding-inline: 32px;
text-align: center;
}
.gform-theme--foundation .gform_drop_instructions, .gform-theme--foundation .gform_fileupload_rules {
display: block;
} .gform-theme--foundation.ui-datepicker {
background-color: #fff;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
display: none;
z-index: 9999 !important;
}
.gform-theme--foundation.ui-datepicker .ui-icon {
background-repeat: no-repeat;
display: block;
inset-block-start: 0.3em;
inset-inline-start: 0.5em;
margin-block-start: -0.25em;
overflow: hidden;
position: relative;
text-indent: -99999px;
vertical-align: middle;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-header {
padding-block: 0.2em;
position: relative;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-prev, .gform-theme--foundation.ui-datepicker .ui-datepicker-next {
block-size: 1.8em;
inline-size: 1.8em;
inset-block-start: 2px;
position: absolute;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-prev::before, .gform-theme--foundation.ui-datepicker .ui-datepicker-next::before {
background-image: url(//staging.wellness212.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.ui-datepicker .ui-datepicker-prev span, .gform-theme--foundation.ui-datepicker .ui-datepicker-next span {
display: block;
inset-block-start: 50%;
inset-inline-start: 50%;
margin-block-start: -8px;
margin-inline-start: -8px;
position: absolute;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-prev-hover, .gform-theme--foundation.ui-datepicker .ui-datepicker-next-hover {
inset-block-start: 1px;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-prev {
inset-inline-start: 2px;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-next {
inset-inline-end: 2px;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-next::before {
transform: translate(-50%, -50%) rotate(-90deg);
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-prev-hover {
inset-inline-start: 1px;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-next-hover {
inset-inline-end: 1px;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-title {
line-height: 1.8em;
margin-inline: 2.3em;
text-align: center;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin-block: 1px;
}
.gform-theme--foundation.ui-datepicker select.ui-datepicker-month, .gform-theme--foundation.ui-datepicker select.ui-datepicker-year {
background-color: transparent;
background-image: url(//staging.wellness212.com/wp-content/plugins/gravityforms/images/theme/down-arrow.svg);
background-position: 100% 50%;
background-repeat: no-repeat;
background-size: 24px;
padding-inline-end: 24px;
}
.gform-theme--foundation.ui-datepicker table {
border-collapse: collapse;
font-size: 0.9em;
inline-size: 100%;
margin-block-end: 0.4em;
table-layout: fixed;
}
.gform-theme--foundation.ui-datepicker th {
border: 0;
font-weight: bold;
padding-block: 0.7em;
padding-inline: 0.3em;
text-align: center;
}
.gform-theme--foundation.ui-datepicker td {
border: 0;
padding: 1px;
}
.gform-theme--foundation.ui-datepicker td span, .gform-theme--foundation.ui-datepicker td a {
display: block;
padding: 0.2em;
text-align: center;
text-decoration: none;
} .gform-theme--foundation.ui-datepicker.ui-datepicker-rtl {
direction: rtl;
}
.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev::before {
transform: translate(50%, -50%) rotate(-90deg);
}
.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next::before {
transform: translate(50%, -50%) rotate(90deg);
}
.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-month, .gform-theme--foundation.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-year {
background-position: 0 50%;
}   .gform-theme--foundation .chosen-container {
display: inline-block;
font-size: 13px;
position: relative;
text-align: start;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
vertical-align: middle;
}
.gform-theme--foundation .chosen-container * {
box-sizing: border-box;
}
.gform-theme--foundation .chosen-container a {
cursor: pointer;
}
.gform-theme--foundation .chosen-container .chosen-drop {
background: #fff;
border: 1px solid #aaa;
border-block-start: 0;
box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
clip: rect(0, 0, 0, 0);
-webkit-clip-path: inset(100% 100%);
clip-path: inset(100% 100%);
inline-size: 100%;
inset-block-start: 100%;
position: absolute;
z-index: 1010;
}
.gform-theme--foundation .chosen-container.chosen-with-drop .chosen-drop {
clip: auto;
-webkit-clip-path: none;
clip-path: none;
}
.gform-theme--foundation .chosen-container .search-choice .group-name, .gform-theme--foundation .chosen-container .chosen-single .group-name {
color: #999;
font-weight: normal;
margin-inline-end: 4px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.gform-theme--foundation .chosen-container .search-choice .group-name::after, .gform-theme--foundation .chosen-container .chosen-single .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, 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(//staging.wellness212.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: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(//staging.wellness212.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-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(//staging.wellness212.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-container-single-nosearch .chosen-search {
clip: rect(0, 0, 0, 0);
-webkit-clip-path: inset(100% 100%);
clip-path: inset(100% 100%);
position: absolute;
}
.gform-theme--foundation .chosen-container-single .chosen-drop {
background-clip: padding-box;
border-end-end-radius: 4px;
border-end-start-radius: 4px;
border-start-end-radius: 0;
border-start-start-radius: 0;
margin-block-start: -1px;
} .gform-theme--foundation .chosen-container .chosen-results {
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;
padding-block: 5px;
padding-inline: 6px;
-webkit-touch-callout: none;
word-wrap: break-word;
}
.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: bold;
}
.gform-theme--foundation .chosen-container .chosen-results li.group-option {
padding-inline-start: 15px;
}
.gform-theme--foundation .chosen-container .chosen-results li em {
font-style: normal;
text-decoration: underline;
} .gform-theme--foundation .chosen-container-multi .chosen-choices {
background-color: #fff;
background-image: linear-gradient(#eee 1%, #fff 15%);
block-size: auto;
border: 1px solid #aaa;
cursor: text;
inline-size: 100%;
margin-block: 0;
margin-inline: 0;
overflow: hidden;
padding-block: 0;
padding-inline: 5px;
position: relative;
}
.gform-theme--foundation .chosen-container-multi .chosen-choices li {
float: left;
list-style: none;
}
.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-field {
margin-block: 0;
margin-inline: 0;
padding-block: 0;
padding-inline: 0;
white-space: nowrap;
}
.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
background: transparent !important;
block-size: 25px;
border: 0 !important;
border-radius: 0;
box-shadow: none;
color: #999;
font-family: sans-serif;
font-size: 100%;
inline-size: 25px;
line-height: normal;
margin-block: 1px;
margin-inline: 0;
outline: 0;
padding-block: 0;
padding-inline: 0;
}
.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice {
background-clip: padding-box;
background-color: #eee;
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 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, 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(//staging.wellness212.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: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, 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: transparent;
border-inline-start: none;
}
.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single div b {
background-position: -18px 2px;
}
.gform-theme--foundation .chosen-container-active .chosen-choices {
border: 1px solid #5897fb;
box-shadow: 0 0 5px rgba(0, 0, 0, 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: 0.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-choices li {
float: right;
}
.gform-theme--foundation .chosen-rtl.chosen-container-single .chosen-single div b {
background-position: 6px 2px;
}
.gform-theme--foundation .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
background-position: -12px 2px;
}
.gform-theme--foundation .chosen-rtl .chosen-search input[type="text"] {
background-position: -30px -20px;
} @media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {
.gform-theme--foundation .chosen-rtl .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-container-single .chosen-search input[type="text"], .gform-theme--foundation .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .gform-theme--foundation .chosen-container .chosen-results-scroll-down span, .gform-theme--foundation .chosen-container .chosen-results-scroll-up span {
background-image: url(//staging.wellness212.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 .gfield_visibility_hidden, .gform-theme--foundation .gf_invisible {
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: 0.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_state, .gform-theme--foundation .ginput_address_zip, .gform-theme--foundation .ginput_address_country {
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(//staging.wellness212.com/wp-content/plugins/gravityforms/images/gf-creditcards.svg);
background-repeat: no-repeat;
block-size: 32px;
inline-size: 40px;
margin-inline-end: 0.3rem;
text-indent: -9000px;
}
.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(//staging.wellness212.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: left;
}
.gform-theme--foundation .field_sublabel_below .ginput_cardinfo_left {
flex-direction: column-reverse;
justify-content: flex-end;
}
.gform-theme--foundation .ginput_cardinfo_right {
display: inline-flex;
flex-flow: row wrap;
justify-content: flex-start;
}
.gform-theme--foundation .ginput_cardinfo_right label {
inline-size: 100%;
}
.gform-theme--foundation .ginput_card_security_code {
flex: 1;
}
.gform-theme--foundation .ginput_card_security_code_icon {
align-self: center;
background-image: url(//staging.wellness212.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: 0.3em;
}
@media (min-width: 640px) {
.gform-theme--foundation .ginput_cardinfo_left, .gform-theme--foundation .ginput_cardinfo_right, .gform-theme--foundation .ginput_card_expiration_month_container, .gform-theme--foundation .ginput_card_expiration_year_container {
inline-size: 50%;
}
.gform-theme--foundation .ginput_cardinfo_right .ginput_card_security_code {
flex: none;
inline-size: 50%;
}
}
.gform-theme--foundation .ginput_complex .ginput_container_date {
inline-size: var(--gform-theme-field-date-inline-size);
}
.gform-theme--foundation .ginput_complex .ginput_container_date label {
display: block;
}
.gform-theme--foundation .gf_hidden, .gform-theme--foundation .gform_hidden {
display: none;
}
.gform-theme--foundation .gform_validation_container {
display: none !important;
}
.gform-theme--foundation .ginput_container_list--columns .gfield_list_group_item::before {
content: attr(data-label);
}
.gform-theme--foundation .gfield_list_header {
display: none;
}
.gform-theme--foundation .gfield_header_item {
word-break: break-word;
}
.gform-theme--foundation .gfield_list_group {
margin-block-end: var(--gform-theme-field-row-gap);
}
.gform-theme--foundation .gfield_list_group:last-child {
margin-block-end: 0;
}
.gform-theme--foundation .gfield_list_group_item + .gfield_list_group_item {
margin-block-start: 4px;
}
.gform-theme--foundation .gfield_list_group_item input, .gform-theme--foundation .gfield_list_group_item textarea, .gform-theme--foundation .gfield_list_group_item select {
inline-size: 100%;
} .gform-theme--foundation .gfield_header_item--icons, .gform-theme--foundation .gfield_list_icons {
align-items: center;
display: flex;
gap: var(--gform-theme-field-list-buttons-gap);
}
.gform-theme--foundation .add_list_item, .gform-theme--foundation .delete_list_item {
font-size: 12px;
padding: 0;
}
@media (min-width: 640px) {
.gform-theme--foundation .ginput_container_list--columns .gfield_list_group_item::before {
content: none;
}
.gform-theme--foundation .gfield_list_header, .gform-theme--foundation .gfield_list_group {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
}
.gform-theme--foundation .gfield_header_item:where(:not(.gfield_header_item--icons)) {
flex: 1 1 0;
}
.gform-theme--foundation .gfield_list_group_item {
flex: 1;
}
.gform-theme--foundation .gfield_list_group_item + .gfield_list_group_item {
margin-block-start: 0;
}
.gform-theme--foundation .gfield_header_item--icons, .gform-theme--foundation .gfield_list_icons {
flex: none;
flex-wrap: wrap;
inline-size: var(--gform-theme-field-list-buttons-inline-size);
justify-content: center;
}
}
.gform-theme--foundation .gf_page_steps {
display: flex;
flex-wrap: wrap;
gap: var(--gform-theme-field-page-steps-row-gap) var(--gform-theme-field-page-steps-col-gap);
}
.gform-theme--foundation .gf_step_active {
font-weight: 500;
}
.gform-theme--foundation .gform_show_password {
inset-block-start: 50%;
inset-inline-end: 12px;
position: absolute;
transform: translateY(-50%);
}
.gform-theme--foundation .password_input_container {
display: block;
position: relative;
}
.gform-theme--foundation .ginput_password {
display: block;
}
.gform-theme--foundation .ginput_password input {
inline-size: 100%;
} .gform-theme--foundation ::-ms-reveal {
display: none;
}
.gform-theme--foundation .gfield--type-captcha iframe {
inline-size: 100%;
}
.gform-theme--foundation .gfield_post_tags_hint {
margin: 0;
}
.gform-theme--foundation .ginput_complex .ginput_container_time {
inline-size: var(--gform-theme-field-time-inline-size);
}
.gform-theme--foundation .hour_minute_colon {
display: none;
}
.gform-theme--foundation .gf_hide_ampm .gfield_time_ampm {
display: none !important;
}   @media (min-width: 640px) {
.gform-theme--foundation {   }
.gform-theme--foundation .gfield.gf_list_2col .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_2col .gfield_radio {
display: grid;
grid-template-columns: repeat( 2, 1fr );
grid-template-rows: repeat( auto-fill, auto );
grid-column-gap: 2rem;
}
.gform-theme--foundation .gfield.gf_list_3col .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_3col .gfield_radio {
display: grid;
grid-template-columns: repeat( 3, 1fr );
grid-template-rows: repeat( auto-fill, auto );
grid-column-gap: 2rem;
}
.gform-theme--foundation .gfield.gf_list_4col .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_4col .gfield_radio {
display: grid;
grid-template-columns: repeat( 4, 1fr );
grid-template-rows: repeat( auto-fill, auto );
grid-column-gap: 2rem;
}
.gform-theme--foundation .gfield.gf_list_5col .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_5col .gfield_radio {
display: grid;
grid-template-columns: repeat( 5, 1fr );
grid-template-rows: repeat( auto-fill, auto );
grid-column-gap: 2rem;
}
.gform-theme--foundation .gfield.gf_list_inline .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_inline .gfield_radio {
display: block;
}
.gform-theme--foundation .gfield.gf_list_inline .gfield_checkbox .gchoice, .gform-theme--foundation .gfield.gf_list_inline .gfield_radio .gchoice {
display: inline-grid;
padding-block-end: var(--gform-theme-field-choice-spacing);
padding-inline-end: 1rem;
}
.gform-theme--foundation .gfield.gf_list_inline .gfield_checkbox .gchoice label, .gform-theme--foundation .gfield.gf_list_inline .gfield_radio .gchoice label {
max-inline-size: none;
}
.gform-theme--foundation .gf_list_2col_vertical .ginput_container .gfield_checkbox, .gform-theme--foundation .gf_list_2col_vertical .ginput_container .gfield_radio {
-moz-column-count: 2;
column-count: 2;
grid-column-gap: 2rem;
display: block;
}
.gform-theme--foundation .gf_list_2col_vertical .ginput_container .gfield_checkbox .gchoice, .gform-theme--foundation .gf_list_2col_vertical .ginput_container .gfield_radio .gchoice {
display: grid;
margin-block-end: var(--gform-theme-field-choice-spacing);
}
.gform-theme--foundation .gf_list_3col_vertical .gfield_checkbox, .gform-theme--foundation .gf_list_3col_vertical .gfield_radio {
-moz-column-count: 3;
column-count: 3;
grid-column-gap: 2rem;
display: block;
}
.gform-theme--foundation .gf_list_4col_vertical .gfield_checkbox, .gform-theme--foundation .gf_list_4col_vertical .gfield_radio {
-moz-column-count: 4;
column-count: 4;
grid-column-gap: 2rem;
display: block;
}
.gform-theme--foundation .gf_list_5col_vertical .gfield_checkbox, .gform-theme--foundation .gf_list_5col_vertical .gfield_radio {
-moz-column-count: 5;
column-count: 5;
grid-column-gap: 2rem;
display: block;
}
.gform-theme--foundation .gfield.gf_list_height_25 .gfield_checkbox .gchoice, .gform-theme--foundation .gfield.gf_list_height_25 .gfield_radio .gchoice {
block-size: 25px;
}
.gform-theme--foundation .gfield.gf_list_height_50 .gfield_checkbox .gchoice, .gform-theme--foundation .gfield.gf_list_height_50 .gfield_radio .gchoice {
block-size: 50px;
}
.gform-theme--foundation .gfield.gf_list_height_75 .gfield_checkbox .gchoice, .gform-theme--foundation .gfield.gf_list_height_75 .gfield_radio .gchoice {
block-size: 75px;
}
.gform-theme--foundation .gfield.gf_list_height_100 .gfield_checkbox .gchoice, .gform-theme--foundation .gfield.gf_list_height_100 .gfield_radio .gchoice {
block-size: 100px;
}
.gform-theme--foundation .gfield.gf_list_height_125 .gfield_checkbox .gchoice, .gform-theme--foundation .gfield.gf_list_height_125 .gfield_radio .gchoice {
block-size: 125px;
}
.gform-theme--foundation .gfield.gf_list_height_150 .gfield_checkbox .gchoice, .gform-theme--foundation .gfield.gf_list_height_150 .gfield_radio .gchoice {
block-size: 150px;
}
.gform-theme--foundation .gfield.gf_inline { }
}
.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_green, .gform-theme--foundation .gfield.gfield_html.gf_alert_red, .gform-theme--foundation .gfield.gfield_html.gf_alert_yellow, .gform-theme--foundation .gfield.gfield_html.gf_alert_gray, .gform-theme--foundation .gfield.gfield_html.gf_alert_blue {
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 .small, .gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .medium, .gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .large {
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: 0.5em;
}
.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label.form_sublabel_below .gfield, .gform-theme--foundation .gf_simple_horizontal .gform_body .top_label.form_sublabel_above .gfield {
vertical-align: middle;
}
.gform-theme--foundation .gf_simple_horizontal .ginput_container, .gform-theme--foundation .gf_simple_horizontal .gfield {
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="submit"], .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"] {
block-size: auto;
}
.gform-theme--foundation .gf_simple_horizontal .gfield_label, .gform-theme--foundation .gf_simple_horizontal .ginput_complex label, .gform-theme--foundation .gf_simple_horizontal .gfield_description:not(.gfield_validation_message) {
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, 0.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, 0.4);
margin-block: 30px;
margin-inline: 0;
position: relative;
}
.gform_confirmation_wrapper.gf_confirmation_green_gradient .gform_confirmation_message {
background: rgb(219, 242, 183);
background: linear-gradient(to bottom, rgba(219, 242, 183, 1) 0%, rgba(180, 208, 136, 1) 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_yellow_gradient::before, .gform_confirmation_wrapper.gf_confirmation_yellow_gradient::after, .gform_confirmation_wrapper.gf_confirmation_green_gradient::before, .gform_confirmation_wrapper.gf_confirmation_green_gradient::after {
background: rgba(0, 0, 0, 0.2);
box-shadow: 0 15px 10px rgba(0, 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_yellow_gradient::after, .gform_confirmation_wrapper.gf_confirmation_green_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(0deg);
}
100% {
transform: rotate(360deg);
}
}.gform-theme--framework { } .gform-theme--framework *:where(
:not(html):not(iframe):not(canvas):not(img):not(svg):not(video)
:not(svg *):not(symbol *)
:not(.gform-theme__no-reset--el):not(.gform-theme__no-reset--children *):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-reset):not(.gform-theme__disable-reset *):not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *):not(.wp-editor-container):not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area):not(.gfield_description > *):not(.gform-field-label--type-inline > *:not(span))
) {
all: unset;
display: revert;
} .gform-theme--framework *, .gform-theme--framework *::before, .gform-theme--framework *::after {
box-sizing: border-box;
} .gform-theme--framework a, .gform-theme--framework button {
cursor: revert;
} .gform-theme--framework ol, .gform-theme--framework ul, .gform-theme--framework menu {
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;
} .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="radio"]::before, .gform-theme--framework input[type="checkbox"]::before {
height: auto;
margin-block: 0;
margin-inline: 0;
position: static;
width: auto;
}
.gform-theme--framework input[type="radio"]::after, .gform-theme--framework input[type="checkbox"]::after {
content: none;
}.gform-theme--framework, .gform-theme--api { --gform-theme-font-family: initial;
--gform-theme-font-style-base: normal; --gform-theme-border-radius: 3px;
--gform-theme-border-radius-max-sm: 2px;
--gform-theme-border-radius-max-md: 3px;
--gform-theme-border-radius-max-lg: 8px;
--gform-theme-transition-duration: 0.15s;
--gform-theme-transition-control: var(--gform-theme-transition-duration);  --gform-theme-color-primary: #204ce5; --gform-theme-color-primary-rgb: 45, 127, 251; --gform-theme-color-primary-contrast: #fff; --gform-theme-color-primary-contrast-rgb: 255, 255, 255; --gform-theme-color-primary-darker: #044ad3; --gform-theme-color-primary-lighter: #044ad3;  --gform-theme-color-secondary: #fff; --gform-theme-color-secondary-rgb: 255, 255, 255; --gform-theme-color-secondary-contrast: #112337; --gform-theme-color-secondary-contrast-rgb: 17, 35, 55; --gform-theme-color-secondary-darker: #f2f3f5; --gform-theme-color-secondary-lighter: #f2f3f5;  --gform-theme-color-outside-control-dark: #585e6a; --gform-theme-color-outside-control-dark-rgb: 88, 94, 106; --gform-theme-color-outside-control-dark-darker: #112337; --gform-theme-color-outside-control-dark-lighter: #686e77;  --gform-theme-color-outside-control-light: #e5e7eb; --gform-theme-color-outside-control-light-rgb: 229, 231, 235; --gform-theme-color-outside-control-light-darker: #d2d5db; --gform-theme-color-outside-control-light-lighter: #f2f3f5;  --gform-theme-color-inside-control: #fff; --gform-theme-color-inside-control-rgb: 255, 255, 255; --gform-theme-color-inside-control-contrast: #112337; --gform-theme-color-inside-control-contrast-rgb: 17, 35, 55; --gform-theme-color-inside-control-darker: #f2f3f5; --gform-theme-color-inside-control-lighter: #f2f3f5;  --gform-theme-color-inside-control-primary: var(--gform-theme-color-primary); --gform-theme-color-inside-control-primary-rgb: var(--gform-theme-color-primary-rgb); --gform-theme-color-inside-control-primary-contrast: var(--gform-theme-color-primary-contrast); --gform-theme-color-inside-control-primary-contrast-rgb: var(--gform-theme-color-primary-contrast-rgb); --gform-theme-color-inside-control-primary-darker: var(--gform-theme-color-primary-darker); --gform-theme-color-inside-control-primary-lighter: var(--gform-theme-color-primary-lighter);  --gform-theme-color-inside-control-dark: #585e6a; --gform-theme-color-inside-control-dark-rgb: 88, 94, 106; --gform-theme-color-inside-control-dark-darker: #112337; --gform-theme-color-inside-control-dark-lighter: #686e77;  --gform-theme-color-inside-control-light: #e5e7eb; --gform-theme-color-inside-control-light-rgb: 229, 231, 235; --gform-theme-color-inside-control-light-darker: #d2d5db; --gform-theme-color-inside-control-light-lighter: #f2f3f5;  --gform-theme-color-danger: #c02b0a; --gform-theme-color-danger-rgb: 192, 43, 10; --gform-theme-color-danger-contrast: #fff; --gform-theme-color-danger-contrast-rgb: 255, 255, 255;  --gform-theme-color-success: #399f4b; --gform-theme-color-success-rgb: 57, 159, 75; --gform-theme-color-success-contrast: #fff; --gform-theme-color-success-contrast-rgb: 255, 255, 255;
} .gform-theme--framework, .gform-theme--api {   --gform-theme-color-primary-shade: var(--gform-theme-color-primary-darker);  --gform-theme-color-secondary-shade: var(--gform-theme-color-secondary-darker);  --gform-theme-color-light: var(--gform-theme-color-outside-control-light); --gform-theme-color-light-shade: var(--gform-theme-color-inside-control-light-darker); --gform-theme-color-light-tint: var(--gform-theme-color-inside-control-light-lighter);  --gform-theme-color-dark: var(--gform-theme-color-outside-control-dark); --gform-theme-color-dark-rgb: var(--gform-theme-color-outside-control-dark-rgb); --gform-theme-color-dark-shade: var(--gform-theme-color-inside-control-dark-darker); --gform-theme-color-dark-tint: var(--gform-theme-color-inside-control-dark-lighter);
} .gform-theme--framework, .gform-theme--api {
--gform-theme-padding-inline: 12px;
--gform-theme-padding-block: 12px;
} .gform-theme--framework, .gform-theme--api { --gform-theme-font-family-primary: var(--gform-theme-font-family);
--gform-theme-font-size-primary: 14px;
--gform-theme-font-style-primary: var(--gform-theme-font-style-base);
--gform-theme-font-weight-primary: 400;
--gform-theme-letter-spacing-primary: 0;
--gform-theme-line-height-primary: 1.5; --gform-theme-font-family-secondary: var(--gform-theme-font-family);
--gform-theme-font-size-secondary: 14px;
--gform-theme-font-style-secondary: var(--gform-theme-font-style-base);
--gform-theme-font-weight-secondary: 500;
--gform-theme-letter-spacing-secondary: 0;
--gform-theme-line-height-secondary: 1.43; --gform-theme-font-family-tertiary: var(--gform-theme-font-family);
--gform-theme-font-size-tertiary: 14px;
--gform-theme-font-style-tertiary: var(--gform-theme-font-style-base);
--gform-theme-font-weight-tertiary: 400;
--gform-theme-letter-spacing-tertiary: 0;
--gform-theme-line-height-tertiary: 1.43;
} .gform-theme--framework, .gform-theme--api {
--gform-theme-icon-font-family: "gform-icons-orbital";
--gform-theme-icon-font-size: 20px;
--gform-theme-icon-control-checkbox: "\e900";
--gform-theme-icon-control-select-down: "\e901";
--gform-theme-icon-control-select-up: "\e902";
--gform-theme-icon-control-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"); --gform-theme-icon-control-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"); --gform-theme-icon-control-search: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='%23686E77'/%3E%3C/svg%3E"); --gform-theme-icon-control-password-hidden: "\e90a";
--gform-theme-icon-control-password-visible: "\e909";
--gform-theme-icon-control-list-item-add: "\e90f";
--gform-theme-icon-control-list-item-remove: "\e90e";
--gform-theme-icon-control-save-continue: "\e910";
--gform-theme-icon-control-page-numbers-complete: "\e90b";
--gform-theme-icon-control-cancel: "\e918";
--gform-theme-icon-control-file-upload: "\e911";
--gform-theme-icon-control-file-upload-completed: "\e90c";
--gform-theme-icon-control-file-upload-cancel: "\e904";
--gform-theme-icon-control-file-upload-remove: "\e919";
--gform-theme-icon-tooltip-error: "\e906";
--gform-theme-icon-control-datepicker: "\e91a";
--gform-theme-icon-control-datepicker-left: "\e91b";
--gform-theme-icon-control-datepicker-right: "\e91c";
} .gform-theme--framework, .gform-theme--api { --gform-theme-label-spacing-primary: 8px;
--gform-theme-label-choice-field-spacing-primary: 12px; --gform-theme-label-spacing-horizontal-secondary: 12px;
--gform-theme-label-spacing-vertical-sm-secondary: -1px;
--gform-theme-label-spacing-vertical-md-secondary: 0;
--gform-theme-label-spacing-vertical-lg-secondary: 1px;
--gform-theme-label-spacing-vertical-xl-secondary: 4px;
--gform-theme-label-spacing-vertical-secondary: var(--gform-theme-label-spacing-vertical-md-secondary); --gform-theme-label-spacing-tertiary: 8px; --gform-theme-description-spacing: 8px;
--gform-theme-description-choice-field-spacing: 12px;
}  .gform-theme--framework, .gform-theme--api {
--gform-theme-control-accent-color: var(--gform-theme-color-inside-control-primary);
--gform-theme-control-appearance: none;
--gform-theme-control-background-color: var(--gform-theme-color-inside-control);
--gform-theme-control-background-color-hover: var(--gform-theme-control-background-color);
--gform-theme-control-background-color-focus: var(--gform-theme-control-background-color);
--gform-theme-control-background-color-disabled: var(--gform-theme-color-inside-control-light-lighter);
--gform-theme-control-background-color-error: var(--gform-theme-control-background-color);
--gform-theme-control-border-color: var(--gform-theme-color-inside-control-dark-lighter);
--gform-theme-control-border-color-hover: var(--gform-theme-control-border-color);
--gform-theme-control-border-color-focus: var(--gform-theme-color-primary);
--gform-theme-control-border-color-disabled: var(--gform-theme-color-inside-control-light-darker);
--gform-theme-control-border-color-error: var(--gform-theme-color-danger);
--gform-theme-control-border-style: solid;
--gform-theme-control-border-width: 1px;
--gform-theme-control-border-radius: var(--gform-theme-border-radius);
--gform-theme-control-border-radius-max-sm: min(var(--gform-theme-control-border-radius), var(--gform-theme-border-radius-max-sm));
--gform-theme-control-border-radius-max-md: min(var(--gform-theme-control-border-radius), var(--gform-theme-border-radius-max-md));
--gform-theme-control-border-radius-max-lg: min(var(--gform-theme-control-border-radius), var(--gform-theme-border-radius-max-lg));
--gform-theme-control-box-shadow: 0 1px 4px rgba(18, 25, 97, 0.0779552);
--gform-theme-control-box-shadow-color-focus: rgba(var(--gform-theme-color-primary-rgb), 0.3);
--gform-theme-control-box-shadow-size-focus: 3px;
--gform-theme-control-box-shadow-offset-color-focus: transparent;
--gform-theme-control-box-shadow-offset-size-focus: 0;
--gform-theme-control-box-shadow-focus: 0 0 0 var(--gform-theme-control-box-shadow-offset-size-focus) var(--gform-theme-control-box-shadow-offset-color-focus), 0 0 0 var(--gform-theme-control-box-shadow-size-focus) var(--gform-theme-control-box-shadow-color-focus);
--gform-theme-control-color: var(--gform-theme-color-inside-control-contrast);
--gform-theme-control-color-hover: var(--gform-theme-control-color);
--gform-theme-control-color-focus: var(--gform-theme-control-color);
--gform-theme-control-color-disabled: rgba(var(--gform-theme-color-inside-control-contrast-rgb), 0.6);
--gform-theme-control-color-error: var(--gform-theme-control-color);
--gform-theme-control-icon-color: var(--gform-theme-color-inside-control-dark-lighter);
--gform-theme-control-icon-color-hover: var(--gform-theme-color-inside-control-dark-darker);
--gform-theme-control-icon-color-focus: var(--gform-theme-control-icon-color-hover);
--gform-theme-control-icon-color-disabled: var(--gform-theme-control-icon-color);
--gform-theme-control-size-sm: 35px;
--gform-theme-control-size-md: 38px;
--gform-theme-control-size-lg: 47px;
--gform-theme-control-size-xl: 54px;
--gform-theme-control-size: var(--gform-theme-control-size-md);
--gform-theme-control-padding-inline: var(--gform-theme-padding-inline);
--gform-theme-control-padding-block: 0;
--gform-theme-control-font-family: var(--gform-theme-font-family-primary);
--gform-theme-control-font-size: var(--gform-theme-font-size-primary);
--gform-theme-control-font-style: var(--gform-theme-font-style-base);
--gform-theme-control-font-weight: var(--gform-theme-font-weight-primary);
--gform-theme-control-letter-spacing: var(--gform-theme-letter-spacing-primary);
--gform-theme-control-line-height: var(--gform-theme-control-size);
--gform-theme-control-outline: none;
--gform-theme-control-outline-offset: 0;
--gform-theme-control-transition: var(--gform-theme-transition-control); --gform-theme-control-placeholder-color: rgba(var(--gform-theme-color-inside-control-contrast-rgb), 0.7);
--gform-theme-control-placeholder-font-family: var(--gform-theme-control-font-family);
--gform-theme-control-placeholder-font-size: var(--gform-theme-control-font-size);
--gform-theme-control-placeholder-font-style: var(--gform-theme-control-font-style);
--gform-theme-control-placeholder-font-weight: var(--gform-theme-control-font-weight);
--gform-theme-control-placeholder-letter-spacing: var(--gform-theme-control-letter-spacing);
--gform-theme-control-placeholder-opacity: 1; --gform-theme-control-readonly-color: var(--gform-theme-control-color);
--gform-theme-control-readonly-font-family: var(--gform-theme-control-font-family);
--gform-theme-control-readonly-font-size: var(--gform-theme-control-font-size);
--gform-theme-control-readonly-font-style: var(--gform-theme-control-font-style);
--gform-theme-control-readonly-font-weight: 500;
--gform-theme-control-readonly-letter-spacing: var(--gform-theme-control-letter-spacing);
--gform-theme-control-readonly-line-height: 1;
} .gform-theme--framework, .gform-theme--api { --gform-theme-control-button-border-radius: var(--gform-theme-border-radius);
--gform-theme-control-button-box-shadow: 0 1px 4px rgba(18, 25, 97, 0.0779552);
--gform-theme-control-button-box-shadow-hover: var(--gform-theme-control-button-box-shadow);
--gform-theme-control-button-box-shadow-focus: var(--gform-theme-control-box-shadow-focus);
--gform-theme-control-button-box-shadow-disabled: var(--gform-theme-control-button-box-shadow);
--gform-theme-control-button-font-family: var(--gform-theme-font-family);
--gform-theme-control-button-font-size-xs: 12px;
--gform-theme-control-button-font-size-sm: 14px;
--gform-theme-control-button-font-size-md: 14px;
--gform-theme-control-button-font-size-lg: 16px;
--gform-theme-control-button-font-size-xl: 16px;
--gform-theme-control-button-font-size: var(--gform-theme-control-button-font-size-md);
--gform-theme-control-button-font-style: var(--gform-theme-font-style-base);
--gform-theme-control-button-font-weight: 500;
--gform-theme-control-button-letter-spacing: var(--gform-theme-letter-spacing-primary);
--gform-theme-control-button-line-height: 1;
--gform-theme-control-button-opacity: 1;
--gform-theme-control-button-opacity-disabled: 0.5;
--gform-theme-control-button-padding-block: 0;
--gform-theme-control-button-padding-inline-xs: 8px;
--gform-theme-control-button-padding-inline-sm: 12px;
--gform-theme-control-button-padding-inline-md: 16px;
--gform-theme-control-button-padding-inline-lg: 20px;
--gform-theme-control-button-padding-inline-xl: 24px;
--gform-theme-control-button-padding-inline: var(--gform-theme-control-button-padding-inline-md);
--gform-theme-control-button-size-xs: 30px;
--gform-theme-control-button-size-sm: var(--gform-theme-control-size-sm);
--gform-theme-control-button-size-md: var(--gform-theme-control-size-md);
--gform-theme-control-button-size-lg: var(--gform-theme-control-size-lg);
--gform-theme-control-button-size-xl: var(--gform-theme-control-size-xl);
--gform-theme-control-button-size: var(--gform-theme-control-button-size-md);
--gform-theme-control-button-text-decoration: none;
--gform-theme-control-button-text-transform: none; --gform-theme-control-button-icon: none;
--gform-theme-control-button-icon-font-size: var(--gform-theme-icon-font-size);
--gform-theme-control-button-icon-gap: 6px;
--gform-theme-control-button-transition: var(--gform-theme-control-transition); --gform-theme-control-button-background-color-primary: var(--gform-theme-color-primary);
--gform-theme-control-button-background-color-hover-primary: var(--gform-theme-color-primary-darker);
--gform-theme-control-button-background-color-focus-primary: var(--gform-theme-control-button-background-color-primary);
--gform-theme-control-button-background-color-disabled-primary: var(--gform-theme-control-button-background-color-primary);
--gform-theme-control-button-border-color-primary: transparent;
--gform-theme-control-button-border-color-hover-primary: transparent;
--gform-theme-control-button-border-color-focus-primary: var(--gform-theme-control-button-background-color-hover-primary);
--gform-theme-control-button-border-color-disabled-primary: transparent;
--gform-theme-control-button-border-style-primary: solid;
--gform-theme-control-button-border-width-primary: 1px;
--gform-theme-control-button-color-primary: var(--gform-theme-color-primary-contrast);
--gform-theme-control-button-color-hover-primary: var(--gform-theme-control-button-color-primary);
--gform-theme-control-button-color-focus-primary: var(--gform-theme-control-button-color-primary);
--gform-theme-control-button-color-disabled-primary: var(--gform-theme-control-button-color-primary);
--gform-theme-control-button-icon-color-primary: var(--gform-theme-control-button-color-primary);
--gform-theme-control-button-icon-color-hover-primary: var(--gform-theme-control-button-icon-color-primary);
--gform-theme-control-button-icon-color-focus-primary: var(--gform-theme-control-button-icon-color-primary);
--gform-theme-control-button-icon-color-disabled-primary: var(--gform-theme-control-button-icon-color-primary); --gform-theme-control-button-background-color-secondary: var(--gform-theme-color-secondary);
--gform-theme-control-button-background-color-hover-secondary: var(--gform-theme-color-secondary-darker);
--gform-theme-control-button-background-color-focus-secondary: var(--gform-theme-control-button-background-color-secondary);
--gform-theme-control-button-background-color-disabled-secondary: var(--gform-theme-control-button-background-color-secondary);
--gform-theme-control-button-border-color-secondary: var(--gform-theme-color-inside-control-light-darker);
--gform-theme-control-button-border-color-hover-secondary: var(--gform-theme-control-button-border-color-secondary);
--gform-theme-control-button-border-color-focus-secondary: var(--gform-theme-control-button-background-color-hover-primary);
--gform-theme-control-button-border-color-disabled-secondary: var(--gform-theme-control-button-border-color-secondary);
--gform-theme-control-button-border-style-secondary: solid;
--gform-theme-control-button-border-width-secondary: 1px;
--gform-theme-control-button-color-secondary: var(--gform-theme-color-secondary-contrast);
--gform-theme-control-button-color-hover-secondary: var(--gform-theme-control-button-color-secondary);
--gform-theme-control-button-color-focus-secondary: var(--gform-theme-control-button-color-secondary);
--gform-theme-control-button-color-disabled-secondary: var(--gform-theme-control-button-color-secondary);
--gform-theme-control-button-icon-color-secondary: var(--gform-theme-control-icon-color);
--gform-theme-control-button-icon-color-hover-secondary: var(--gform-theme-control-button-icon-color-secondary);
--gform-theme-control-button-icon-color-focus-secondary: var(--gform-theme-control-button-icon-color-secondary);
--gform-theme-control-button-icon-color-disabled-secondary: var(--gform-theme-control-button-icon-color-secondary); --gform-theme-control-button-background-color-control: var(--gform-theme-color-inside-control-primary);
--gform-theme-control-button-background-color-hover-control: var(--gform-theme-color-inside-control-primary-darker);
--gform-theme-control-button-background-color-focus-control: var(--gform-theme-control-button-background-color-control);
--gform-theme-control-button-background-color-disabled-control: var(--gform-theme-control-button-background-color-control);
--gform-theme-control-button-border-color-control: transparent;
--gform-theme-control-button-border-color-hover-control: transparent;
--gform-theme-control-button-border-color-focus-control: var(--gform-theme-control-button-background-color-hover-control);
--gform-theme-control-button-border-color-disabled-control: transparent;
--gform-theme-control-button-border-style-control: solid;
--gform-theme-control-button-border-width-control: 1px;
--gform-theme-control-button-color-control: var(--gform-theme-color-inside-control-primary-contrast);
--gform-theme-control-button-color-hover-control: var(--gform-theme-control-button-color-control);
--gform-theme-control-button-color-focus-control: var(--gform-theme-control-button-color-control);
--gform-theme-control-button-color-disabled-control: var(--gform-theme-control-button-color-control);
--gform-theme-control-button-icon-color-control: var(--gform-theme-control-button-color-control);
--gform-theme-control-button-icon-color-hover-control: var(--gform-theme-control-button-icon-color-control);
--gform-theme-control-button-icon-color-focus-control: var(--gform-theme-control-button-icon-color-control);
--gform-theme-control-button-icon-color-disabled-control: var(--gform-theme-control-button-icon-color-control); --gform-theme-control-button-background-color-simple: transparent;
--gform-theme-control-button-background-color-hover-simple: var(--gform-theme-control-button-background-color-simple);
--gform-theme-control-button-background-color-focus-simple: var(--gform-theme-control-button-background-color-simple);
--gform-theme-control-button-background-color-disabled-simple: var(--gform-theme-control-button-background-color-simple);
--gform-theme-control-button-border-color-simple: transparent;
--gform-theme-control-button-border-color-hover-simple: var(--gform-theme-control-button-border-color-simple);
--gform-theme-control-button-border-color-focus-simple: var(--gform-theme-control-border-color-focus);
--gform-theme-control-button-border-color-disabled-simple: var(--gform-theme-control-button-border-color-simple);
--gform-theme-control-button-border-style-simple: solid;
--gform-theme-control-button-border-width-simple: 1px;
--gform-theme-control-button-box-shadow-simple: none;
--gform-theme-control-button-box-shadow-hover-simple: var(--gform-theme-control-button-box-shadow-simple);
--gform-theme-control-button-box-shadow-focus-simple: var(--gform-theme-control-box-shadow-focus);
--gform-theme-control-button-box-shadow-disabled-simple: var(--gform-theme-control-button-box-shadow-simple);
--gform-theme-control-button-color-simple: rgba(var(--gform-theme-color-outside-control-dark-rgb), 0.65);
--gform-theme-control-button-color-hover-simple: var(--gform-theme-color-outside-control-dark);
--gform-theme-control-button-color-focus-simple: var(--gform-theme-control-button-color-hover-simple);
--gform-theme-control-button-color-disabled-simple: var(--gform-theme-control-button-color-simple);
--gform-theme-control-button-size-simple: 24px;
--gform-theme-control-button-icon-color-simple: var(--gform-theme-control-button-color-simple);
--gform-theme-control-button-icon-color-hover-simple: var(--gform-theme-control-button-color-hover-simple);
--gform-theme-control-button-icon-color-focus-simple: var(--gform-theme-control-button-color-focus-simple);
--gform-theme-control-button-icon-color-disabled-simple: var(--gform-theme-control-button-color-disabled-simple);
} .gform-theme--framework, .gform-theme--api {
--gform-theme-control-choice-check-color: var(--gform-theme-color-inside-control-primary);
--gform-theme-control-choice-check-color-disabled: rgba(var(--gform-theme-color-inside-control-contrast-rgb), 0.2);
--gform-theme-control-choice-size-sm: 18px;
--gform-theme-control-choice-size-md: 20px;
--gform-theme-control-choice-size-lg: 22px;
--gform-theme-control-choice-size-xl: 28px;
--gform-theme-control-choice-size: var(--gform-theme-control-choice-size-md); --gform-theme-control-checkbox-check-border-radius: var(--gform-theme-control-border-radius-max-sm);
--gform-theme-control-checkbox-check-size-sm: 12px;
--gform-theme-control-checkbox-check-size-md: initial;
--gform-theme-control-checkbox-check-size-lg: 15px;
--gform-theme-control-checkbox-check-size-xl: 19px;
--gform-theme-control-checkbox-check-size: var(--gform-theme-control-checkbox-check-size-md); --gform-theme-control-radio-check-border-radius: 50%;
--gform-theme-control-radio-check-content: "";
--gform-theme-control-radio-check-size-sm: 6px;
--gform-theme-control-radio-check-size-md: 7px;
--gform-theme-control-radio-check-size-lg: 8px;
--gform-theme-control-radio-check-size-xl: 10px;
--gform-theme-control-radio-check-size: var(--gform-theme-control-radio-check-size-md);
}
.gform-theme--framework, .gform-theme--api {
--gform-theme-control-date-datepicker-background-color: var(--gform-theme-control-background-color);
--gform-theme-control-date-datepicker-box-shadow: 0 0 1px rgba(18, 25, 97, 0.24), 0 24px 24px rgba(18, 25, 97, 0.03), 0 2px 2px rgba(18, 25, 97, 0.03), 0 4px 4px rgba(18, 25, 97, 0.03), 0 8px 8px rgba(18, 25, 97, 0.03), 0 16px 16px rgba(18, 25, 97, 0.03);
--gform-theme-control-date-datepicker-padding-block: 16px;
--gform-theme-control-date-datepicker-padding-inline: 16px;
--gform-theme-control-date-datepicker-border-radius: var(--gform-theme-control-border-radius-max-md);
--gform-theme-control-date-datepicker-inline-size: 300px;
--gform-theme-control-date-datepicker-margin-block-start: 12px;
--gform-theme-control-date-datepicker-header-icons-inline-size: 20px;
--gform-theme-control-date-datepicker-header-icons-color: var(--gform-theme-control-icon-color);
--gform-theme-control-date-datepicker-header-icons-color-hover: var(--gform-theme-control-icon-color-hover);
--gform-theme-control-date-datepicker-header-icons-font-size: 20px;
--gform-theme-control-date-datepicker-title-color: var(--gform-theme-color-secondary-contrast);
--gform-theme-control-date-datepicker-title-font-size: 14px;
--gform-theme-control-date-datepicker-title-font-weight: 500;
--gform-theme-control-date-datepicker-title-line-height: 1.5;
--gform-theme-control-date-datepicker-dropdown-background-image: var(--gform-theme-icon-control-select);
--gform-theme-control-date-datepicker-dropdown-background-position: var(--gform-theme-control-select-icon-position);
--gform-theme-control-date-datepicker-dropdown-background-size: var(--gform-theme-control-select-icon-size);
--gform-theme-control-date-datepicker-dropdown-border-color: var(--gform-theme-color-inside-control-light-darker);
--gform-theme-control-date-datepicker-dropdown-border-style: var(--gform-theme-control-border-style);
--gform-theme-control-date-datepicker-dropdown-border-width: var(--gform-theme-control-border-width);
--gform-theme-control-date-datepicker-dropdown-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
--gform-theme-control-date-datepicker-dropdown-text-align: start;
--gform-theme-control-date-datepicker-table-margin-block-start: 16px;
--gform-theme-control-date-datepicker-table-margin-block-end: 0;
--gform-theme-control-date-datepicker-table-head-cell-font-size: 12px;
--gform-theme-control-date-datepicker-table-head-cell-font-weight: 600;
--gform-theme-control-date-datepicker-table-head-cell-line-height: 1.33;
--gform-theme-control-date-datepicker-table-head-cell-vertical-align: middle;
--gform-theme-control-date-datepicker-table-cell-padding: 1px;
--gform-theme-control-date-datepicker-table-cell-block-size: 40px;
--gform-theme-control-date-datepicker-table-cell-font-size: 14px;
--gform-theme-control-date-datepicker-table-cell-font-weight: 400;
--gform-theme-control-date-datepicker-table-cell-line-height: 1.43;
--gform-theme-control-date-datepicker-table-cell-content-align-items: center;
--gform-theme-control-date-datepicker-table-cell-content-background-color-disabled: transparent;
--gform-theme-control-date-datepicker-table-cell-content-background-color-hover: #f4f8ff;
--gform-theme-control-date-datepicker-table-cell-content-background-color-selected: var(--gform-theme-color-inside-control-primary);
--gform-theme-control-date-datepicker-table-cell-content-border: var(--gform-theme-control-border-width) var(--gform-theme-control-border-style) var(--gform-theme-color-inside-control-primary);
--gform-theme-control-date-datepicker-table-cell-content-border-radius: var(--gform-theme-control-border-radius-max-md);
--gform-theme-control-date-datepicker-table-cell-content-color: var(--gform-theme-color-secondary-contrast);
--gform-theme-control-date-datepicker-table-cell-content-color-disabled: #cfd3d9;
--gform-theme-control-date-datepicker-table-cell-content-color-hover: var(--gform-theme-control-date-datepicker-table-cell-content-color);
--gform-theme-control-date-datepicker-table-cell-content-color-selected: var(--gform-theme-color-inside-control-primary-contrast);
} .gform-theme--framework, .gform-theme--api {
--gform-theme-control-description-color: var(--gform-theme-color-outside-control-dark);
--gform-theme-control-description-font-family: var(--gform-theme-font-family-tertiary);
--gform-theme-control-description-font-size: var(--gform-theme-font-size-tertiary);
--gform-theme-control-description-font-style: var(--gform-theme-font-style-tertiary);
--gform-theme-control-description-font-weight: var(--gform-theme-font-weight-tertiary);
--gform-theme-control-description-letter-spacing: var(--gform-theme-letter-spacing-tertiary);
--gform-theme-control-description-line-height: var(--gform-theme-line-height-tertiary); --gform-theme-control-description-color-error: var(--gform-theme-color-danger);
--gform-theme-control-description-font-family-error: var(--gform-theme-control-description-font-family);
--gform-theme-control-description-font-size-error: var(--gform-theme-control-description-font-size);
--gform-theme-control-description-font-style-error: var(--gform-theme-control-description-font-style);
--gform-theme-control-description-font-weight-error: var(--gform-theme-control-description-font-weight);
--gform-theme-control-description-letter-spacing-error: var(--gform-theme-control-description-letter-spacing);
--gform-theme-control-description-line-height-error: var(--gform-theme-control-description-line-height); --gform-theme-control-description-border-color-consent: var(--gform-theme-color-outside-control-light-darker);
--gform-theme-control-description-border-style-consent: solid;
--gform-theme-control-description-border-width-consent: 1px;
--gform-theme-control-description-max-height-consent: 456px;
} .gform-theme--framework, .gform-theme--api {
--gform-theme-control-file-padding-inline: 0 var(--gform-theme-control-padding-inline); --gform-theme-control-file-button-background-color: var(--gform-theme-color-secondary-darker);
--gform-theme-control-file-button-background-color-hover: var(--gform-theme-color-secondary);
--gform-theme-control-file-button-background-color-focus: var(--gform-theme-control-file-button-background-color);
--gform-theme-control-file-button-background-color-disabled: var(--gform-theme-control-file-button-background-color);
--gform-theme-control-file-button-border-inline-end-width: 1px;
--gform-theme-control-file-button-border-inline-end-style: solid;
--gform-theme-control-file-button-border-inline-end-color: var(--gform-theme-control-border-color);
--gform-theme-control-file-button-border-inline-end-color-hover: var(--gform-theme-control-file-button-border-inline-end-color);
--gform-theme-control-file-button-border-inline-end-color-focus: var(--gform-theme-control-file-button-border-inline-end-color);
--gform-theme-control-file-button-border-inline-end-color-disabled: var(--gform-theme-control-file-button-border-inline-end-color);
--gform-theme-control-file-button-border-radius: var(--gform-theme-control-border-radius);
--gform-theme-control-file-button-color: rgba(var(--gform-theme-color-secondary-contrast-rgb), 0.725);
--gform-theme-control-file-button-color-hover: var(--gform-theme-control-file-button-color);
--gform-theme-control-file-button-color-focus: var(--gform-theme-control-file-button-color);
--gform-theme-control-file-button-color-disabled: var(--gform-theme-control-file-button-color);
--gform-theme-control-file-button-font-family: var(--gform-theme-font-family);
--gform-theme-control-file-button-font-size: 14px;
--gform-theme-control-file-button-font-style: var(--gform-theme-font-style-base);
--gform-theme-control-file-button-font-weight: 500;
--gform-theme-control-file-button-letter-spacing: var(--gform-theme-letter-spacing-primary);
--gform-theme-control-file-button-line-height: 1.43;
--gform-theme-control-file-button-margin-inline: 0 12px;
--gform-theme-control-file-button-padding-inline: 12px;
--gform-theme-control-file-button-text-decoration: none;
--gform-theme-control-file-button-text-transform: none;
--gform-theme-control-file-button-transition: var(--gform-theme-control-transition); --gform-theme-control-file-drop-area-block-size: auto;
--gform-theme-control-file-drop-area-border-style: dashed;
--gform-theme-control-file-drop-area-border-radius: var(--gform-theme-control-border-radius-max-lg);
--gform-theme-control-file-drop-area-color: rgba(var(--gform-theme-color-inside-control-contrast-rgb), 0.725);
--gform-theme-control-file-drop-area-font-weight: 500;
--gform-theme-control-file-drop-area-line-height: 1;
--gform-theme-control-file-drop-area-padding-inline: 40px;
--gform-theme-control-file-drop-area-padding-block: 40px;
--gform-theme-control-file-drop-area-icon-color: var(--gform-theme-color-inside-control-primary);
--gform-theme-control-file-drop-area-icon-font-size: 36px;
--gform-theme-control-file-drop-area-icon-margin-block-end: 8px;
--gform-theme-control-file-drop-area-instructions-margin-block-end: 12px; --gform-theme-control-file-upload-progress-ui-gap: 12px;
--gform-theme-control-file-upload-progress-ui-size: var(--gform-theme-icon-font-size);
--gform-theme-control-file-upload-progress-bar-background-color: var(--gform-theme-color-outside-control-light);
--gform-theme-control-file-upload-progress-bar-background-color-loading: var(--gform-theme-color-primary);
--gform-theme-control-file-upload-progress-bar-block-size: 6px;
--gform-theme-control-file-upload-progress-bar-border-radius: var(--gform-theme-border-radius);
--gform-theme-control-file-upload-progress-bar-transition: var(--gform-theme-transition-control);
--gform-theme-control-file-upload-progress-text-color: var(--gform-theme-control-description-color);
--gform-theme-control-file-upload-progress-text-min-inline-size: 33px;
--gform-theme-control-file-upload-progress-text-font-size: 12px;
--gform-theme-control-file-upload-progress-button-inset-block-start: -2px;
--gform-theme-control-file-upload-progress-button-inset-inline-end: -2px;
--gform-theme-control-file-upload-progress-button-position: absolute;
--gform-theme-control-file-upload-progress-button-font-size-cancel: 0;
--gform-theme-control-file-upload-progress-button-icon-size: var(--gform-theme-icon-font-size);
--gform-theme-control-file-upload-progress-button-icon-color-complete: var(--gform-theme-color-success); --gform-theme-control-file-preview-area-gap: 16px;
--gform-theme-control-file-preview-area-margin-block-start: 16px;
--gform-theme-control-file-preview-file-font-family: var(--gform-theme-font-family-secondary);
--gform-theme-control-file-preview-file-font-size: var(--gform-theme-font-size-secondary);
--gform-theme-control-file-preview-file-font-style: var(--gform-theme-font-style-secondary);
--gform-theme-control-file-preview-file-font-weight: var(--gform-theme-font-weight-secondary);
--gform-theme-control-file-preview-file-letter-spacing: var(--gform-theme-letter-spacing-secondary);
--gform-theme-control-file-preview-file-line-height: 1;
--gform-theme-control-file-preview-file-gap: 4px;
--gform-theme-control-file-preview-file-name-color: var(--gform-theme-control-label-color-primary);
--gform-theme-control-file-preview-file-name-line-height: var(--gform-theme-line-height-secondary);
--gform-theme-control-file-preview-file-name-overflow: hidden;
--gform-theme-control-file-preview-file-name-padding-inline-end: calc(var(--gform-theme-control-file-upload-progress-button-icon-size) + var(--gform-theme-control-file-upload-progress-text-min-inline-size) + calc(var(--gform-theme-control-file-upload-progress-ui-gap) * 2));
--gform-theme-control-file-preview-file-name-text-overflow: ellipsis;
--gform-theme-control-file-preview-file-name-white-space: nowrap;
--gform-theme-control-file-preview-file-size-color: var(--gform-theme-control-description-color);
} .gform-theme--framework, .gform-theme--api { --gform-theme-control-label-color-primary: var(--gform-theme-color-outside-control-dark-darker);
--gform-theme-control-label-font-family-primary: var(--gform-theme-font-family-secondary);
--gform-theme-control-label-font-size-primary: var(--gform-theme-font-size-secondary);
--gform-theme-control-label-font-style-primary: var(--gform-theme-font-style-secondary);
--gform-theme-control-label-font-weight-primary: var(--gform-theme-font-weight-secondary);
--gform-theme-control-label-letter-spacing-primary: var(--gform-theme-letter-spacing-secondary);
--gform-theme-control-label-line-height-primary: var(--gform-theme-line-height-secondary); --gform-theme-control-label-color-secondary: var(--gform-theme-color-outside-control-dark-darker);
--gform-theme-control-label-font-family-secondary: var(--gform-theme-font-family-secondary);
--gform-theme-control-label-font-size-secondary: var(--gform-theme-font-size-secondary);
--gform-theme-control-label-font-style-secondary: var(--gform-theme-font-style-secondary);
--gform-theme-control-label-font-weight-secondary: 400;
--gform-theme-control-label-letter-spacing-secondary: var(--gform-theme-letter-spacing-secondary);
--gform-theme-control-label-line-height-secondary: var(--gform-theme-line-height-secondary); --gform-theme-control-label-color-tertiary: var(--gform-theme-color-outside-control-dark);
--gform-theme-control-label-font-family-tertiary: var(--gform-theme-font-family-tertiary);
--gform-theme-control-label-font-size-tertiary: var(--gform-theme-font-size-tertiary);
--gform-theme-control-label-font-style-tertiary: var(--gform-theme-font-style-tertiary);
--gform-theme-control-label-font-weight-tertiary: var(--gform-theme-font-weight-tertiary);
--gform-theme-control-label-letter-spacing-tertiary: var(--gform-theme-letter-spacing-tertiary);
--gform-theme-control-label-line-height-tertiary: var(--gform-theme-line-height-tertiary); --gform-theme-control-label-color-quaternary: var(--gform-theme-color-outside-control-dark);
--gform-theme-control-label-font-family-quaternary: var(--gform-theme-font-family-tertiary);
--gform-theme-control-label-font-size-quaternary: var(--gform-theme-font-size-secondary);
--gform-theme-control-label-font-style-quaternary: var(--gform-theme-font-style-tertiary);
--gform-theme-control-label-font-weight-quaternary: var(--gform-theme-font-weight-secondary);
--gform-theme-control-label-letter-spacing-quaternary: var(--gform-theme-letter-spacing-tertiary);
--gform-theme-control-label-line-height-quaternary: var(--gform-theme-line-height-tertiary); --gform-theme-control-label-color-required: var(--gform-theme-color-danger);
--gform-theme-control-label-font-family-required: var(--gform-theme-control-label-font-family-primary);
--gform-theme-control-label-font-size-required: 12px;
--gform-theme-control-label-font-style-required: var(--gform-theme-control-label-font-style-primary);
--gform-theme-control-label-font-weight-required: var(--gform-theme-control-label-font-weight-primary);
--gform-theme-control-label-letter-spacing-required: var(--gform-theme-control-label-letter-spacing-primary);
--gform-theme-control-label-line-height-required: var(--gform-theme-control-label-line-height-primary);
} .gform-theme--framework, .gform-theme--api {
--gform-theme-control-number-spin-button-appearance: var(--gform-theme-control-appearance);
--gform-theme-control-number-spin-button-background-position: center center;
--gform-theme-control-number-spin-button-background-size: 8px 14px;
--gform-theme-control-number-spin-button-inline-size: 8px;
--gform-theme-control-number-spin-button-opacity: 1;
} .gform-theme--framework, .gform-theme--api {
--gform-theme-control-select-icon-position: calc(100% - var(--gform-theme-control-padding-inline)) center;
--gform-theme-control-select-icon-size: 10px;
--gform-theme-control-select-ms-expand: none;
--gform-theme-control-select-padding-inline: var(--gform-theme-control-padding-inline) calc(var(--gform-theme-control-select-search-icon-size) + var(--gform-theme-control-padding-inline)); --gform-theme-control-select-dropdown-shadow: 0 0 1px rgba(18, 25, 97, 0.24), 0 24px 24px rgba(18, 25, 97, 0.03), 0 2px 2px rgba(18, 25, 97, 0.03), 0 4px 4px rgba(18, 25, 97, 0.03), 0 8px 8px rgba(18, 25, 97, 0.03), 0 16px 16px rgba(18, 25, 97, 0.03);
--gform-theme-control-select-dropdown-border-color: transparent;
--gform-theme-control-select-dropdown-border-radius: var(--gform-theme-control-border-radius-max-md);
--gform-theme-control-select-dropdown-option-background-color-hover: var(--gform-theme-color-inside-control-light-lighter);
--gform-theme-control-select-dropdown-option-box-shadow-hover: inset 3px 0 0 var(--gform-theme-color-inside-control-primary);
--gform-theme-control-select-search-icon-size: var(--gform-theme-icon-font-size);
--gform-theme-control-select-search-icon-position: var(--gform-theme-control-padding-inline) center;
--gform-theme-control-select-search-padding-inline: calc(var(--gform-theme-control-select-search-icon-size) + var(--gform-theme-control-padding-inline) + 8px) var(--gform-theme-control-padding-inline); --gform-theme-control-multiselect-block-size: 130px;
--gform-theme-control-multiselect-border-radius: var(--gform-theme-control-border-radius-max-lg);
--gform-theme-control-multiselect-line-height: 1.5;
--gform-theme-control-multiselect-padding-block: var(--gform-theme-padding-block); --gform-theme-control-multiselect-close-icon-size: var(--gform-theme-icon-font-size);
--gform-theme-control-multiselect-close-icon-inset-block-start: calc(50% - (var(--gform-theme-control-multiselect-close-icon-size) / 2));
--gform-theme-control-multiselect-close-icon-inset-inline-end: calc((var(--gform-theme-control-padding-inline) / 2) + 2px);
--gform-theme-control-multiselect-selected-item-background-color: var(--gform-theme-color-inside-control-primary);
--gform-theme-control-multiselect-selected-item-border-radius: 33px;
--gform-theme-control-multiselect-selected-item-color: var(--gform-theme-color-inside-control-primary-contrast);
--gform-theme-control-multiselect-selected-item-font-size: var(--gform-theme-control-font-size);
--gform-theme-control-multiselect-selected-item-font-weight: 600;
--gform-theme-control-multiselect-selected-item-remove-icon-color: var(--gform-theme-color-inside-control-primary-contrast);
}
html[dir="rtl"] .gform-theme--framework, html[dir="rtl"] .gform-theme--api {
--gform-theme-control-select-icon-position: var(--gform-theme-control-padding-inline) center;
--gform-theme-control-select-search-icon-position: calc(100% - var(--gform-theme-padding-inline)) center;
} .gform-theme--framework, .gform-theme--api {
--gform-theme-control-textarea-block-size: 130px;
--gform-theme-control-textarea-border-radius: var(--gform-theme-control-border-radius-max-lg);
--gform-theme-control-textarea-line-height: 1.5;
--gform-theme-control-textarea-padding-block: var(--gform-theme-padding-block);
--gform-theme-control-textarea-resize: vertical;
}  .gform-theme--framework, .gform-theme--api {
--gform-theme-field-date-icon-color: var(--gform-theme-control-icon-color);
--gform-theme-field-date-icon-color-hover: var(--gform-theme-control-icon-color-hover);
--gform-theme-field-date-custom-icon-max-block-size: 20px;
--gform-theme-field-date-custom-icon-max-inline-size: 20px;
} .gform-theme--framework, .gform-theme--api {
--gform-theme-field-choice-spacing: var(--gform-theme-label-spacing-horizontal-secondary);
--gform-theme-field-choice-meta-margin-block-start: 4px;
--gform-theme-field-choice-meta-spacing: 16px;
--gform-theme-field-choice-other-control-max-inline-size: 256px;
} .gform-theme--framework, .gform-theme--api { --gform-theme-field-list-button-size: 16px;
--gform-theme-field-list-button-border-radius: 50%;
--gform-theme-field-list-button-font-size: 0;
--gform-theme-field-list-button-padding-block: 0;
--gform-theme-field-list-button-padding-inline: 0;
} .gform-theme--framework, .gform-theme--api {
--gform-theme-field-page-progress-color: var(--gform-theme-color-outside-control-dark);
--gform-theme-field-page-progress-font-family: var(--gform-theme-font-family);
--gform-theme-field-page-progress-font-size: 14px;
--gform-theme-field-page-progress-font-style: var(--gform-theme-font-style-base);
--gform-theme-field-page-progress-font-weight: 600;
--gform-theme-field-page-progress-letter-spacing: 0;
--gform-theme-field-page-progress-line-height: 1;
--gform-theme-field-page-progress-text-transform: uppercase;
--gform-theme-field-page-progress-margin-block-end: 24px;
--gform-theme-field-page-progress-title-margin-block-end: 16px; --gform-theme-field-page-progress-bar-background-color: var(--gform-theme-color-outside-control-light);
--gform-theme-field-page-progress-bar-background-color-blue: #204ce5;
--gform-theme-field-page-progress-bar-background-color-gray: var(--gform-theme-color-outside-control-dark);
--gform-theme-field-page-progress-bar-background-color-green: #31c48d;
--gform-theme-field-page-progress-bar-background-color-orange: #ff5a1f;
--gform-theme-field-page-progress-bar-background-color-red: #c02b0a;
--gform-theme-field-page-progress-bar-background-gradient-spring: linear-gradient(270deg, #9cd790 0%, #76d7db 100%);
--gform-theme-field-page-progress-bar-background-gradient-blues: linear-gradient(270deg, #00c2ff 0%, #7838e2 100%);
--gform-theme-field-page-progress-bar-background-gradient-rainbow: linear-gradient(274.73deg, #74b551 -5.58%, #f3ca30 44.81%, #cd302b 93.15%);
--gform-theme-field-page-progress-bar-block-size: 10px;
--gform-theme-field-page-progress-bar-border-radius: 100px; --gform-theme-field-page-steps-step-gap: 12px;
--gform-theme-field-page-steps-number-background-color: transparent;
--gform-theme-field-page-steps-number-background-color-active: var(--gform-theme-color-outside-control-light);
--gform-theme-field-page-steps-number-background-color-complete: var(--gform-theme-color-primary);
--gform-theme-field-page-steps-number-border-color: var(--gform-theme-color-outside-control-light-darker);
--gform-theme-field-page-steps-number-border-color-active: transparent;
--gform-theme-field-page-steps-number-border-color-complete: var(--gform-theme-color-primary);
--gform-theme-field-page-steps-number-border-radius: 50%;
--gform-theme-field-page-steps-number-border-style: solid;
--gform-theme-field-page-steps-number-border-width: 2px;
--gform-theme-field-page-steps-number-color: var(--gform-theme-color-outside-control-dark);
--gform-theme-field-page-steps-number-color-active: var(--gform-theme-field-page-steps-number-color);
--gform-theme-field-page-steps-number-color-complete: var(--gform-theme-color-primary-contrast);
--gform-theme-field-page-steps-number-size: 32px;
--gform-theme-field-page-steps-icon-font-size: var(--gform-theme-icon-font-size);
} .gform-theme--framework, .gform-theme--api { --gform-theme-field-password-strength-background-color: transparent;
--gform-theme-field-password-strength-background-color-mismatch: transparent;
--gform-theme-field-password-strength-background-color-short: transparent;
--gform-theme-field-password-strength-background-color-bad: transparent;
--gform-theme-field-password-strength-background-color-good: transparent;
--gform-theme-field-password-strength-background-color-strong: transparent;
--gform-theme-field-password-strength-border-color: transparent;
--gform-theme-field-password-strength-border-color-mismatch: transparent;
--gform-theme-field-password-strength-border-color-short: transparent;
--gform-theme-field-password-strength-border-color-bad: transparent;
--gform-theme-field-password-strength-border-color-good: transparent;
--gform-theme-field-password-strength-border-color-strong: transparent;
--gform-theme-field-password-strength-border-radius: 0;
--gform-theme-field-password-strength-border-style: var(--gform-theme-control-border-style);
--gform-theme-field-password-strength-border-width: 0;
--gform-theme-field-password-strength-color: var(--gform-theme-color-outside-control-dark);
--gform-theme-field-password-strength-color-mismatch: #c02b0a;
--gform-theme-field-password-strength-color-short: #c02b0a;
--gform-theme-field-password-strength-color-bad: #ff5a1f;
--gform-theme-field-password-strength-color-good: #8b6c32;
--gform-theme-field-password-strength-color-strong: #399f4b;
--gform-theme-field-password-strength-font-family: var(--gform-theme-font-family-secondary);
--gform-theme-field-password-strength-font-size: var(--gform-theme-font-size-primary);
--gform-theme-field-password-strength-font-style: var(--gform-theme-font-style-secondary);
--gform-theme-field-password-strength-font-weight: var(--gform-theme-font-weight-secondary);
--gform-theme-field-password-strength-letter-spacing: var(--gform-theme-letter-spacing-secondary);
--gform-theme-field-password-strength-line-height: 1;
--gform-theme-field-password-strength-margin-block-start: 16px;
--gform-theme-field-password-strength-padding-block: 0;
--gform-theme-field-password-strength-padding-inline: calc(65px + 8px) 0;
--gform-theme-field-password-strength-text-align: left;
--gform-theme-field-password-strength-transition: var(--gform-theme-transition-control); --gform-theme-field-password-strength-indicator-background-color: var(--gform-theme-color-outside-control-light);
--gform-theme-field-password-strength-indicator-background-color-mismatch: var(--gform-theme-field-password-strength-color-mismatch);
--gform-theme-field-password-strength-indicator-background-color-short: var(--gform-theme-field-password-strength-color-short);
--gform-theme-field-password-strength-indicator-background-color-bad: var(--gform-theme-field-password-strength-color-bad);
--gform-theme-field-password-strength-indicator-background-color-good: var(--gform-theme-field-password-strength-color-good);
--gform-theme-field-password-strength-indicator-background-color-strong: var(--gform-theme-field-password-strength-color-strong);
--gform-theme-field-password-strength-indicator-block-size: 6px;
--gform-theme-field-password-strength-indicator-border-radius: var(--gform-theme-border-radius);
--gform-theme-field-password-strength-indicator-content: "";
--gform-theme-field-password-strength-indicator-display: inline-block;
--gform-theme-field-password-strength-indicator-inline-size: 65px;
--gform-theme-field-password-strength-indicator-inline-size-blank: 0;
--gform-theme-field-password-strength-indicator-inline-size-mismatch: 65px;
--gform-theme-field-password-strength-indicator-inline-size-short: 22px;
--gform-theme-field-password-strength-indicator-inline-size-bad: 37px;
--gform-theme-field-password-strength-indicator-inline-size-good: 46px;
--gform-theme-field-password-strength-indicator-inline-size-strong: 65px;
--gform-theme-field-password-strength-indicator-inset-block-start: 50%;
--gform-theme-field-password-strength-indicator-inset-inline-start: 0;
--gform-theme-field-password-strength-indicator-position: absolute;
--gform-theme-field-password-strength-indicator-transform: translateY(-50%);
--gform-theme-field-password-strength-indicator-transition: var(--gform-theme-transition-control);
} .gform-theme--framework, .gform-theme--api {
--gform-theme-field-product-quantity-inline-size: 150px;
--gform-theme-field-product-quantity-margin-block-end: var(--gform-theme-field-row-gap);
--gform-theme-field-product-price-color: var(--gform-theme-control-label-color-primary);
} .gform-theme--framework, .gform-theme--api {
--gform-theme-field-repeater-row-gap: var(--gform-theme-form-row-gap);
--gform-theme-field-repeater-button-inline-gap: var(--gform-theme-form-col-gap);
--gform-theme-field-repeater-separator-color: var(--gform-theme-color-outside-control-light-darker);
--gform-theme-field-repeater-separator-size: 1px;
--gform-theme-field-repeater-nested-border-color: var(--gform-theme-color-outside-control-light-darker);
--gform-theme-field-repeater-nested-border-size: 1px;
--gform-theme-field-repeater-nested-border-style: solid;
--gform-theme-field-repeater-nested-padding-inline-start: 20px;
} .gform-theme--framework, .gform-theme--api {
--gform-theme-field-section-border-color: var(--gform-theme-color-outside-control-light-darker);
--gform-theme-field-section-border-style: solid;
--gform-theme-field-section-border-width: 1px;
--gform-theme-field-section-padding-block-end: 8px;
}  .gform-theme--framework, .gform-theme--api {
--gform-theme-form-validation-background-color: rgba(var(--gform-theme-color-danger-rgb), 0.03);
--gform-theme-form-validation-border-color: rgba(var(--gform-theme-color-danger-rgb), 0.25);
--gform-theme-form-validation-border-width: 1px;
--gform-theme-form-validation-border-style: solid;
--gform-theme-form-validation-border-radius: var(--gform-theme-control-border-radius-max-md);
--gform-theme-form-validation-box-shadow: 0 1px 4px rgba(18, 25, 97, 0.0779552);
--gform-theme-form-validation-color: var(--gform-theme-color-danger);
--gform-theme-form-validation-font-family: var(--gform-theme-font-family-primary);
--gform-theme-form-validation-font-size: var(--gform-theme-font-size-primary);
--gform-theme-form-validation-gap: 8px;
--gform-theme-form-validation-line-height: 1.43;
--gform-theme-form-validation-margin-block: 0 var(--gform-theme-form-row-gap);
--gform-theme-form-validation-padding-block: 20px;
--gform-theme-form-validation-padding-inline: 16px; --gform-theme-form-validation-heading-color: var(--gform-theme-form-validation-color);
--gform-theme-form-validation-heading-font-family: var(--gform-theme-form-validation-font-family);
--gform-theme-form-validation-heading-font-size: var(--gform-theme-form-validation-font-size);
--gform-theme-form-validation-heading-font-weight: 500;
--gform-theme-form-validation-heading-line-height: var(--gform-theme-form-validation-line-height);
--gform-theme-form-validation-heading-gap: 12px; --gform-theme-form-validation-heading-icon-background-color: rgba(var(--gform-theme-color-danger-rgb), 0.05);
--gform-theme-form-validation-heading-icon-border-color: var(--gform-theme-form-validation-border-color);
--gform-theme-form-validation-heading-icon-border-width: 2px;
--gform-theme-form-validation-heading-icon-border-style: var(--gform-theme-form-validation-border-style);
--gform-theme-form-validation-heading-icon-border-radius: 50%;
--gform-theme-form-validation-heading-icon-color: var(--gform-theme-form-validation-heading-color);
--gform-theme-form-validation-heading-icon-font-size: 18px;
--gform-theme-form-validation-heading-icon-size: 20px; --gform-theme-form-validation-summary-block-start: 4px;
--gform-theme-form-validation-summary-color: var(--gform-theme-form-validation-color);
--gform-theme-form-validation-summary-font-family: var(--gform-theme-form-validation-font-family);
--gform-theme-form-validation-summary-font-size: var(--gform-theme-form-validation-font-size);
--gform-theme-form-validation-summary-font-weight: 400;
--gform-theme-form-validation-summary-line-height: var(--gform-theme-form-validation-line-height);
--gform-theme-form-validation-summary-padding-inline: 48px;
--gform-theme-form-validation-summary-item-link-text-decoration: underline;
} .gform-theme--framework, .gform-theme--api {
--gform-theme-form-spinner-foreground-color: var(--gform-theme-color-primary);
--gform-theme-form-spinner-background-color: rgba(var(--gform-theme-color-primary-rgb), 0.1);
}   .gform-theme--framework { } .gform-theme--framework *:where(
:not(html):not(iframe):not(canvas):not(img):not(svg):not(video)
:not(svg *):not(symbol *)
:not(.gform-theme__no-reset--el):not(.gform-theme__no-reset--children *):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-reset):not(.gform-theme__disable-reset *):not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *):not(.wp-editor-container):not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area):not(.gfield_description > *):not(.gform-field-label--type-inline > *:not(span))
) {
all: unset;
display: revert;
} .gform-theme--framework *, .gform-theme--framework *::before, .gform-theme--framework *::after {
box-sizing: border-box;
} .gform-theme--framework a, .gform-theme--framework button {
cursor: revert;
} .gform-theme--framework ol, .gform-theme--framework ul, .gform-theme--framework menu {
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;
} .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="radio"]::before, .gform-theme--framework input[type="checkbox"]::before {
height: auto;
margin-block: 0;
margin-inline: 0;
position: static;
width: auto;
}
.gform-theme--framework input[type="radio"]::after, .gform-theme--framework input[type="checkbox"]::after {
content: none;
}    @font-face {
font-family: 'gform-icons-orbital';
src:
url(//staging.wellness212.com/wp-content/plugins/gravityforms/fonts/gform-icons-orbital.woff2?a4fc9t) format('woff2'),
url(//staging.wellness212.com/wp-content/plugins/gravityforms/fonts/gform-icons-orbital.ttf?a4fc9t) format('truetype'),
url(//staging.wellness212.com/wp-content/plugins/gravityforms/fonts/gform-icons-orbital.woff?a4fc9t) format('woff'),
url(//staging.wellness212.com/wp-content/plugins/gravityforms/fonts/gform-icons-orbital.svg?a4fc9t#gform-icons-orbital) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
.gform-orbital-icon { font-family: var(--gform-theme-icon-font-family) !important;
speak: never;
font-style: normal;
font-weight: normal;
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--arrow-back:before {
content: "\e921";
}
.gform-orbital-icon--calendar-alt:before {
content: "\e91a";
}
.gform-orbital-icon--selector:before {
content: "\e90d";
}
.gform-orbital-icon--search:before {
content: "\e917";
}
.gform-orbital-icon--trash:before {
content: "\e919";
}
.gform-orbital-icon--cloud-upload-alt:before {
content: "\e911";
}
.gform-orbital-icon--arrow-up:before {
content: "\e912";
}
.gform-orbital-icon--arrow-down:before {
content: "\e914";
}
.gform-orbital-icon--arrow-left:before {
content: "\e915";
}
.gform-orbital-icon--arrow-right:before {
content: "\e916";
}
.gform-orbital-icon--arrow-narrow-right:before {
content: "\e913";
}
.gform-orbital-icon--arrow-sm-left:before {
content: "\e91f";
}
.gform-orbital-icon--arrow-sm-right:before {
content: "\e920";
}
.gform-orbital-icon--save-as:before {
content: "\e910";
}
.gform-orbital-icon--minus-alt:before {
content: "\e90e";
}
.gform-orbital-icon--plus-alt:before {
content: "\e90f";
}
.gform-orbital-icon--eye-off:before {
content: "\e90a";
}
.gform-orbital-icon--eye:before {
content: "\e909";
}
.gform-orbital-icon--check-circle:before {
content: "\e90c";
}
.gform-orbital-icon--check-mark:before {
content: "\e900";
}
.gform-orbital-icon--check:before {
content: "\e90b";
}
.gform-orbital-icon--check-mark-simple:before {
content: "\e905";
}
.gform-orbital-icon--exclamation-simple:before {
content: "\e906";
}
.gform-orbital-icon--information-simple:before {
content: "\e907";
}
.gform-orbital-icon--question-mark-simple:before {
content: "\e908";
}
.gform-orbital-icon--chevron-down:before {
content: "\e901";
}
.gform-orbital-icon--chevron-up:before {
content: "\e902";
}
.gform-orbital-icon--chevron-left:before {
content: "\e91b";
}
.gform-orbital-icon--chevron-right:before {
content: "\e91c";
}
.gform-orbital-icon--chevron-double-left:before {
content: "\e91d";
}
.gform-orbital-icon--chevron-double-right:before {
content: "\e91e";
}
.gform-orbital-icon--minus:before {
content: "\e903";
}
.gform-orbital-icon--x-circle:before {
content: "\e918";
}
.gform-orbital-icon--x:before {
content: "\e904";
}   .gform-theme--framework ::-moz-placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { color: var(--gform-theme-control-placeholder-color);
font-family: var(--gform-theme-control-placeholder-font-family);
font-size: var(--gform-theme-control-placeholder-font-size);
font-style: var(--gform-theme-control-placeholder-font-style);
font-weight: var(--gform-theme-control-placeholder-font-weight);
letter-spacing: var(--gform-theme-control-placeholder-letter-spacing);
opacity: var(--gform-theme-control-placeholder-opacity);
}
.gform-theme--framework ::placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { color: var(--gform-theme-control-placeholder-color);
font-family: var(--gform-theme-control-placeholder-font-family);
font-size: var(--gform-theme-control-placeholder-font-size);
font-style: var(--gform-theme-control-placeholder-font-style);
font-weight: var(--gform-theme-control-placeholder-font-weight);
letter-spacing: var(--gform-theme-control-placeholder-letter-spacing);
opacity: var(--gform-theme-control-placeholder-opacity);
}  .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 textarea: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 .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 .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-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.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 .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"]):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[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { --gform-theme-local-appearance: var(--gform-theme-control-appearance);
--gform-theme-local-background-color: var(--gform-theme-control-background-color);
--gform-theme-local-block-size: var(--gform-theme-control-size);
--gform-theme-local-border-radius: var(--gform-theme-control-border-radius);
--gform-theme-local-border-color: var(--gform-theme-control-border-color);
--gform-theme-local-border-width: var(--gform-theme-control-border-width);
--gform-theme-local-border-style: var(--gform-theme-control-border-style);
--gform-theme-local-border-block-start: var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);
--gform-theme-local-border-block-end: var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);
--gform-theme-local-border-inline-start: var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);
--gform-theme-local-border-inline-end: var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);
--gform-theme-local-box-shadow: var(--gform-theme-control-box-shadow);
--gform-theme-local-color: var(--gform-theme-control-color);
--gform-theme-local-display: block;
--gform-theme-local-font-family: var(--gform-theme-control-font-family);
--gform-theme-local-font-size: var(--gform-theme-control-font-size);
--gform-theme-local-font-style: var(--gform-theme-control-font-style);
--gform-theme-local-font-weight: var(--gform-theme-control-font-weight);
--gform-theme-local-inline-size: 100%;
--gform-theme-local-letter-spacing: var(--gform-theme-control-letter-spacing);
--gform-theme-local-line-height: var(--gform-theme-control-line-height);
--gform-theme-local-min-block-size: auto;
--gform-theme-local-outline: var(--gform-theme-control-outline);
--gform-theme-local-outline-offset: var(--gform-theme-control-outline-offset);
--gform-theme-local-padding-inline: var(--gform-theme-control-padding-inline);
--gform-theme-local-padding-block: var(--gform-theme-control-padding-block);
--gform-theme-local-transition: var(--gform-theme-control-transition); -webkit-appearance: var(--gform-theme-local-appearance);
-moz-appearance: var(--gform-theme-local-appearance);
appearance: var(--gform-theme-local-appearance);
background-color: var(--gform-theme-local-background-color);
block-size: var(--gform-theme-local-block-size);
border-block-end: var(--gform-theme-local-border-block-end);
border-block-start: var(--gform-theme-local-border-block-start);
border-inline-end: var(--gform-theme-local-border-inline-end);
border-inline-start: var(--gform-theme-local-border-inline-start);
border-radius: var(--gform-theme-local-border-radius);
box-shadow: var(--gform-theme-local-box-shadow);
color: var(--gform-theme-local-color);
display: var(--gform-theme-local-display);
font-family: var(--gform-theme-local-font-family);
font-size: var(--gform-theme-local-font-size);
font-style: var(--gform-theme-local-font-style);
font-weight: var(--gform-theme-local-font-weight);
inline-size: var(--gform-theme-local-inline-size);
letter-spacing: var(--gform-theme-local-letter-spacing);
line-height: var(--gform-theme-local-line-height);
margin-block: 0;
margin-inline: 0;
min-block-size: var(--gform-theme-local-min-block-size);
outline: var(--gform-theme-local-outline);
outline-offset: var(--gform-theme-local-outline-offset);
padding-block: var(--gform-theme-local-padding-block);
padding-inline: var(--gform-theme-local-padding-inline);
transition: var(--gform-theme-local-transition);
}
.gform-theme--framework .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 .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework 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 input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework 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:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework .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 .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-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-search input[type="text"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework .gfield:where(.gfield--type-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-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework.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 .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework.gform-theme.gform_wrapper .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 .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework.gform-theme.gform_wrapper :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 :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework.gform-theme.gform_wrapper 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 button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework.gform-theme.gform_wrapper 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:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover { --gform-theme-local-background-color: var(--gform-theme-control-background-color-hover);
--gform-theme-local-border-color: var(--gform-theme-control-border-color-hover);
--gform-theme-local-color: var(--gform-theme-control-color-hover);
}
.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 .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework 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 input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework 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:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework .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 .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-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-search input[type="text"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework .gfield:where(.gfield--type-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-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework.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 .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework.gform-theme.gform_wrapper .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 .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework.gform-theme.gform_wrapper :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 :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework.gform-theme.gform_wrapper 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 button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework.gform-theme.gform_wrapper 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:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus { --gform-theme-local-background-color: var(--gform-theme-control-background-color-focus);
--gform-theme-local-border-color: var(--gform-theme-control-border-color-focus);
--gform-theme-local-box-shadow: var(--gform-theme-control-box-shadow-focus);
--gform-theme-local-color: var(--gform-theme-control-color-focus);
}
.gform-theme--framework .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 .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework 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 input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework 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:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework .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 .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-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-search input[type="text"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework .gfield:where(.gfield--type-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-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework.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 .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework.gform-theme.gform_wrapper .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 .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework.gform-theme.gform_wrapper :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 :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework.gform-theme.gform_wrapper 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 button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework.gform-theme.gform_wrapper 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:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled { --gform-theme-local-background-color: var(--gform-theme-control-background-color-disabled);
--gform-theme-local-border-color: var(--gform-theme-control-border-color-disabled);
--gform-theme-local-color: var(--gform-theme-control-color-disabled);
}  .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 textarea: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-local-background-color: var(--gform-theme-control-background-color-error);
--gform-theme-local-border-color: var(--gform-theme-control-border-color-error);
--gform-theme-local-color: var(--gform-theme-control-color-error);
}  .gform-theme--framework .gform-field--size-sm .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-sm input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-sm textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-sm select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-sm select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { --gform-theme-local-block-size: var(--gform-theme-control-size-sm);
--gform-theme-local-line-height: var(--gform-theme-control-size-sm);
}  .gform-theme--framework .gform-field--size-md .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-md input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-md textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-md select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-md select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { --gform-theme-local-block-size: var(--gform-theme-control-size-md);
--gform-theme-local-line-height: var(--gform-theme-control-size-md);
}  .gform-theme--framework .gform-field--size-lg .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-lg input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-lg textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-lg select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-lg select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { --gform-theme-local-block-size: var(--gform-theme-control-size-lg);
--gform-theme-local-line-height: var(--gform-theme-control-size-lg);
}  .gform-theme--framework .gform-field--size-xl .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-xl input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-xl textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-xl select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-xl select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { --gform-theme-local-block-size: var(--gform-theme-control-size-xl);
--gform-theme-local-line-height: var(--gform-theme-control-size-xl);
}
.gform-theme--framework input[type].gform-text-input-reset { --gform-theme-local-block-size: auto;
--gform-theme-local-color: var(--gform-theme-control-readonly-color);
--gform-theme-local-font-family: var(--gform-theme-control-readonly-font-family);
--gform-theme-local-font-size: var(--gform-theme-control-readonly-font-size);
--gform-theme-local-font-style: var(--gform-theme-control-readonly-font-style);
--gform-theme-local-font-weight: var(--gform-theme-control-readonly-font-weight);
--gform-theme-local-letter-spacing: var(--gform-theme-control-readonly-letter-spacing);
--gform-theme-local-line-height: var(--gform-theme-control-readonly-line-height); block-size: var(--gform-theme-local-block-size);
color: var(--gform-theme-local-color);
font-family: var(--gform-theme-local-font-family);
font-size: var(--gform-theme-local-font-size);
font-style: var(--gform-theme-local-font-style);
font-weight: var(--gform-theme-local-font-weight);
letter-spacing: var(--gform-theme-local-letter-spacing);
line-height: var(--gform-theme-local-line-height);
} .gform-theme--framework input[type="number"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-inner-spin-button, .gform-theme--framework input[type="number"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-outer-spin-button { opacity: var(--gform-theme-control-number-spin-button-opacity);
}
.gform-theme--framework input[type="number"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-inner-spin-button { -webkit-appearance: var(--gform-theme-control-number-spin-button-appearance);
appearance: var(--gform-theme-control-number-spin-button-appearance);
background-image: var(--gform-theme-icon-control-number);
background-position: var(--gform-theme-control-number-spin-button-background-position);
background-repeat: no-repeat;
background-size: var(--gform-theme-control-number-spin-button-background-size);
cursor: pointer;
width: var(--gform-theme-control-number-spin-button-inline-size);
} .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { --gform-theme-local-border-radius: var(--gform-theme-control-textarea-border-radius);
--gform-theme-local-block-size: var(--gform-theme-control-textarea-block-size);
--gform-theme-local-line-height: var(--gform-theme-control-textarea-line-height);
--gform-theme-local-padding-block: var(--gform-theme-control-textarea-padding-block); resize: var(--gform-theme-control-textarea-resize);
} .gform-theme--framework .wp-editor-container { border: var(--gform-theme-control-border-width) var(--gform-theme-control-border-style) var(--gform-theme-control-border-color);
border-radius: var(--gform-theme-control-textarea-border-radius);
overflow: hidden; } .gform-theme--framework input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { --gform-theme-local-block-size: var(--gform-theme-control-choice-size);
--gform-theme-local-display: inline-grid;
--gform-theme-local-inline-size: var(--gform-theme-control-choice-size);
--gform-theme-local-line-height: var(--gform-theme-control-choice-size);
--gform-theme-local-padding-block: 0;
--gform-theme-local-padding-inline: 0; accent-color: var(--gform-theme-control-accent-color);
opacity: 1;
align-content: center;
justify-content: center;
place-content: center;
}
.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, .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 { opacity: 0;
}
.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, .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 { opacity: 1;
}  .gform-theme--framework .gform-field--size-sm input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-sm input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { --gform-theme-local-block-size: var(--gform-theme-control-choice-size-sm);
--gform-theme-local-inline-size: var(--gform-theme-control-choice-size-sm);
--gform-theme-local-line-height: var(--gform-theme-control-choice-size-sm);
}  .gform-theme--framework .gform-field--size-md input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-md input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { --gform-theme-local-block-size: var(--gform-theme-control-choice-size-md);
--gform-theme-local-inline-size: var(--gform-theme-control-choice-size-md);
--gform-theme-local-line-height: var(--gform-theme-control-choice-size-md);
}  .gform-theme--framework .gform-field--size-lg input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-lg input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { --gform-theme-local-block-size: var(--gform-theme-control-choice-size-lg);
--gform-theme-local-inline-size: var(--gform-theme-control-choice-size-lg);
--gform-theme-local-line-height: var(--gform-theme-control-choice-size-lg);
}  .gform-theme--framework .gform-field--size-xl input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-xl input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { --gform-theme-local-block-size: var(--gform-theme-control-choice-size-xl);
--gform-theme-local-inline-size: var(--gform-theme-control-choice-size-xl);
--gform-theme-local-line-height: var(--gform-theme-control-choice-size-xl);
} .gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { --gform-theme-local-border-radius: var(--gform-theme-control-checkbox-check-border-radius);
}
.gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before { font-family: var(--gform-theme-icon-font-family) !important;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
speak: never;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: var(--gform-theme-control-choice-check-color);
content: var(--gform-theme-icon-control-checkbox);
font-size: var(--gform-theme-control-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(--gform-theme-control-choice-check-color-disabled);
}  .gform-theme--framework .gform-field--size-sm input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before { font-size: var(--gform-theme-control-checkbox-check-size-sm);
}  .gform-theme--framework .gform-field--size-md input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before { font-size: var(--gform-theme-control-checkbox-check-size-md);
}  .gform-theme--framework .gform-field--size-lg input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before { font-size: var(--gform-theme-control-checkbox-check-size-lg);
}  .gform-theme--framework .gform-field--size-xl input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before { font-size: var(--gform-theme-control-checkbox-check-size-xl);
} .gform-theme--framework input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { --gform-theme-local-border-radius: var(--gform-theme-control-radio-check-border-radius);
}
.gform-theme--framework input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before { background-color: var(--gform-theme-control-choice-check-color);
block-size: var(--gform-theme-control-radio-check-size);
border-radius: var(--gform-theme-control-radio-check-border-radius);
content: var(--gform-theme-control-radio-check-content);
inline-size: var(--gform-theme-control-radio-check-size);
}
.gform-theme--framework input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before { background-color: var(--gform-theme-control-choice-check-color-disabled);
}  .gform-theme--framework .gform-field--size-sm input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before { block-size: var(--gform-theme-control-radio-check-size-sm);
inline-size: var(--gform-theme-control-radio-check-size-sm);
}  .gform-theme--framework .gform-field--size-md input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before { block-size: var(--gform-theme-control-radio-check-size-md);
inline-size: var(--gform-theme-control-radio-check-size-md);
}  .gform-theme--framework .gform-field--size-lg input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before { block-size: var(--gform-theme-control-radio-check-size-lg);
inline-size: var(--gform-theme-control-radio-check-size-lg);
}  .gform-theme--framework .gform-field--size-xl input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before { block-size: var(--gform-theme-control-radio-check-size-xl);
inline-size: var(--gform-theme-control-radio-check-size-xl);
}  .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])) { --gform-theme-local-padding-inline: var(--gform-theme-control-select-padding-inline); background-image: var(--gform-theme-icon-control-select);
background-position: var(--gform-theme-control-select-icon-position);
background-repeat: no-repeat;
background-size: var(--gform-theme-control-select-icon-size);
}
.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-ms-expand {
display: var(--gform-theme-control-select-ms-expand);
} .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[multiple] { --gform-theme-local-block-size: var(--gform-theme-control-multiselect-block-size);
--gform-theme-local-border-radius: var(--gform-theme-control-multiselect-border-radius);
--gform-theme-local-line-height: var(--gform-theme-control-multiselect-line-height);
--gform-theme-local-padding-block: var(--gform-theme-control-multiselect-padding-block); overflow-y: auto;
}
.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[multiple] option:checked {
background: var(--gform-theme-color-inside-control-light);
}  .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container-single .chosen-single { background-image: var(--gform-theme-icon-control-select);
background-position: var(--gform-theme-control-select-icon-position);
background-repeat: no-repeat;
background-size: var(--gform-theme-control-select-icon-size);
}
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container-single .chosen-single span { margin-inline-end: var(--gform-theme-control-select-search-icon-size);
}
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container-single .chosen-single abbr, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container-single .chosen-single div b { background-image: none !important;
}  .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container-single.chosen-container-active .chosen-single, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single { --gform-theme-local-background-color: var(--gform-theme-control-background-color-focus);
--gform-theme-local-border-color: var(--gform-theme-control-border-color-focus);
--gform-theme-local-box-shadow: var(--gform-theme-control-box-shadow-focus);
--gform-theme-local-color: var(--gform-theme-control-color-focus);
}
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single { border-bottom-left-radius: var(--gform-theme-control-border-radius);
border-bottom-right-radius: var(--gform-theme-control-border-radius);
border-color: var(--gform-theme-control-border-color-focus);
box-shadow: var(--gform-theme-control-box-shadow-focus);
} .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container-single .chosen-search { padding-block: var(--gform-theme-padding-block) 0;
padding-inline: var(--gform-theme-control-padding-inline);
}
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container-single .chosen-search input[type="text"] { --gform-theme-local-block-size: var(--gform-theme-control-size-md);
--gform-theme-local-padding-inline: var(--gform-theme-control-select-search-padding-inline); background-image: var(--gform-theme-icon-control-search) !important; background-position: var(--gform-theme-control-select-search-icon-position);
background-size: var(--gform-theme-control-select-search-icon-size) !important;
} .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi { --gform-theme-local-block-size: auto;
--gform-theme-local-border-radius: var(--gform-theme-control-multiselect-border-radius); padding-inline: 0;
} .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi.chosen-container-active { border-color: var(--gform-theme-control-border-color-focus);
box-shadow: var(--gform-theme-control-box-shadow-focus);
}
.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi.chosen-container-active .chosen-choices {
box-shadow: none;
} .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi .chosen-choices { align-content: center;
background: none;
border: none;
display: flex;
flex-flow: row wrap;
gap: calc(var(--gform-theme-padding-block) / 2);
min-height: calc(var(--gform-theme-control-size) - 2px);
padding-block: 4px;
padding-inline: var(--gform-theme-control-padding-inline);
} .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-field input[type="text"].chosen-search-input { color: var(--gform-theme-control-placeholder-color);
font-family: var(--gform-theme-control-placeholder-font-family);
font-size: var(--gform-theme-control-placeholder-font-size);
font-style: var(--gform-theme-control-placeholder-font-style);
font-weight: var(--gform-theme-control-placeholder-font-weight);
letter-spacing: var(--gform-theme-control-placeholder-letter-spacing);
opacity: var(--gform-theme-control-placeholder-opacity);
} .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi .chosen-choices .search-choice + li.search-field input[type="text"].chosen-search-input { color: var(--gform-theme-control-color-focus);
font-family: var(--gform-theme-control-font-family);
font-size: var(--gform-theme-control-font-size);
font-style: var(--gform-theme-control-font-style);
font-weight: var(--gform-theme-control-font-weight);
letter-spacing: var(--gform-theme-control-letter-spacing);
opacity: 1;
} .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice { align-self: flex-start;
background: none;
background-color: var(--gform-theme-control-multiselect-selected-item-background-color);
border: none;
border-radius: var(--gform-theme-control-multiselect-selected-item-border-radius);
box-shadow: none;
color: var(--gform-theme-control-multiselect-selected-item-color);
flex-shrink: 0;
font-size: var(--gform-theme-control-multiselect-selected-item-font-size);
font-weight: var(--gform-theme-control-multiselect-selected-item-font-weight);
margin: 0;
padding-block: 8px;
padding-inline: var(--gform-theme-control-padding-inline) calc((var(--gform-theme-control-padding-inline) * 1.25) + var(--gform-theme-control-multiselect-close-icon-size));
} .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close { background: none;
height: var(--gform-theme-control-multiselect-close-icon-size);
inset-block-start: var(--gform-theme-control-multiselect-close-icon-inset-block-start);
inset-inline-end: var(--gform-theme-control-multiselect-close-icon-inset-inline-end);
opacity: 70%;
transition: var(--gform-theme-local-transition);
width: var(--gform-theme-control-multiselect-close-icon-size);
}
.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close::before { font-family: var(--gform-theme-icon-font-family) !important;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
speak: never;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: var(--gform-theme-control-multiselect-selected-item-remove-icon-color);
content: var(--gform-theme-icon-control-cancel);
display: inline-block;
font-size: var(--gform-theme-control-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:hover, .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:focus { opacity: 1;
} .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container .chosen-drop, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container .chosen-drop { background-color: var(--gform-theme-control-background-color);
border: var(--gform-theme-control-select-dropdown-border-color);
border-radius: var(--gform-theme-control-select-dropdown-border-radius);
box-shadow: var(--gform-theme-control-select-dropdown-shadow);
overflow: hidden;
padding-block: 0;
padding-inline: 0;
top: calc(100% + 8px);
} .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container .chosen-results, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container .chosen-results { margin-block: 0;
margin-inline: 0;
padding-block: var(--gform-theme-padding-block);
padding-inline: 0;
}
.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container .chosen-results li, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container .chosen-results li { color: var(--gform-theme-control-color);
padding: var(--gform-theme-padding-block) var(--gform-theme-control-padding-inline);
}
.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container .chosen-results li.highlighted, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container .chosen-results li.highlighted { background: none;
background-color: var(--gform-theme-control-select-dropdown-option-background-color-hover);
}
.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container .chosen-results li.result-selected, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container .chosen-results li.result-selected { background: none;
background-color: var(--gform-theme-control-select-dropdown-option-background-color-hover);
box-shadow: var(--gform-theme-control-select-dropdown-option-box-shadow-hover);
}  .gform-theme--framework .gform-field-label, .gform-theme--framework .gfield_list_group_item::before { --gform-theme-local-color: var(--gform-theme-control-label-color-primary);
--gform-theme-local-display: flex;
--gform-theme-local-font-family: var(--gform-theme-control-label-font-family-primary);
--gform-theme-local-font-size: var(--gform-theme-control-label-font-size-primary);
--gform-theme-local-font-style: var(--gform-theme-control-label-font-style-primary);
--gform-theme-local-font-weight: var(--gform-theme-control-label-font-weight-primary);
--gform-theme-local-letter-spacing: var(--gform-theme-control-label-letter-spacing-primary);
--gform-theme-local-line-height: var(--gform-theme-control-label-line-height-primary);
--gform-theme-local-margin-block: 0;
--gform-theme-local-margin-inline: 0; color: var(--gform-theme-local-color);
display: var(--gform-theme-local-display);
font-family: var(--gform-theme-local-font-family);
font-size: var(--gform-theme-local-font-size);
font-style: var(--gform-theme-local-font-style);
font-weight: var(--gform-theme-local-font-weight);
letter-spacing: var(--gform-theme-local-letter-spacing);
line-height: var(--gform-theme-local-line-height);
margin-block: var(--gform-theme-local-margin-block);
margin-inline: var(--gform-theme-local-margin-inline);
} .gform-theme--framework .gform-field-label--type-inline { --gform-theme-local-color: var(--gform-theme-control-label-color-secondary);
--gform-theme-local-display: block;
--gform-theme-local-font-family: var(--gform-theme-control-label-font-family-secondary);
--gform-theme-local-font-size: var(--gform-theme-control-label-font-size-secondary);
--gform-theme-local-font-style: var(--gform-theme-control-label-font-style-secondary);
--gform-theme-local-font-weight: var(--gform-theme-control-label-font-weight-secondary);
--gform-theme-local-letter-spacing: var(--gform-theme-control-label-letter-spacing-secondary);
--gform-theme-local-line-height: var(--gform-theme-control-label-line-height-secondary);
} .gform-theme--framework .gform-field-label--type-sub { --gform-theme-local-color: var(--gform-theme-control-label-color-tertiary);
--gform-theme-local-display: block;
--gform-theme-local-font-family: var(--gform-theme-control-label-font-family-tertiary);
--gform-theme-local-font-size: var(--gform-theme-control-label-font-size-tertiary);
--gform-theme-local-font-style: var(--gform-theme-control-label-font-style-tertiary);
--gform-theme-local-font-weight: var(--gform-theme-control-label-font-weight-tertiary);
--gform-theme-local-letter-spacing: var(--gform-theme-control-label-letter-spacing-tertiary);
--gform-theme-local-line-height: var(--gform-theme-control-label-line-height-tertiary);
} .gform-theme--framework .gform-field-label--type-sub-large { --gform-theme-local-color: var(--gform-theme-control-label-color-quaternary);
--gform-theme-local-display: inline-block;
--gform-theme-local-font-family: var(--gform-theme-control-label-font-family-quaternary);
--gform-theme-local-font-size: var(--gform-theme-control-label-font-size-quaternary);
--gform-theme-local-font-style: var(--gform-theme-control-label-font-style-quaternary);
--gform-theme-local-font-weight: var(--gform-theme-control-label-font-weight-quaternary);
--gform-theme-local-letter-spacing: var(--gform-theme-control-label-letter-spacing-quaternary);
--gform-theme-local-line-height: var(--gform-theme-control-label-line-height-quaternary);
} .gform-theme--framework .gform-field-label > .gfield_required { color: var(--gform-theme-control-label-color-required);
display: inline-block;
font-family: var(--gform-theme-control-label-font-family-required);
font-size: var(--gform-theme-control-label-font-size-required);
font-style: var(--gform-theme-control-label-font-style-required);
font-weight: var(--gform-theme-control-label-font-weight-required);
letter-spacing: var(--gform-theme-control-label-letter-spacing-required);
line-height: var(--gform-theme-control-label-line-height-required);
}
.gform-theme--framework .gfield_description { --gform-theme-local-color: var(--gform-theme-control-description-color);
--gform-theme-local-font-family: var(--gform-theme-control-description-font-family);
--gform-theme-local-font-size: var(--gform-theme-control-description-font-size);
--gform-theme-local-font-style: var(--gform-theme-control-description-font-style);
--gform-theme-local-font-weight: var(--gform-theme-control-description-font-weight);
--gform-theme-local-letter-spacing: var(--gform-theme-control-description-letter-spacing);
--gform-theme-local-line-height: var(--gform-theme-control-description-line-height); color: var(--gform-theme-local-color);
display: block;
font-family: var(--gform-theme-local-font-family);
font-size: var(--gform-theme-local-font-size);
font-style: var(--gform-theme-local-font-style);
font-weight: var(--gform-theme-local-font-weight);
letter-spacing: var(--gform-theme-local-letter-spacing);
line-height: var(--gform-theme-local-line-height);
} .gform-theme--framework .gfield_validation_message { --gform-theme-local-color: var(--gform-theme-control-description-color-error);
--gform-theme-local-font-family: var(--gform-theme-control-description-font-family-error);
--gform-theme-local-font-size: var(--gform-theme-control-description-font-size-error);
--gform-theme-local-font-style: var(--gform-theme-control-description-font-style-error);
--gform-theme-local-font-weight: var(--gform-theme-control-description-font-weight-error);
--gform-theme-local-letter-spacing: var(--gform-theme-control-description-letter-spacing-error);
--gform-theme-local-line-height: var(--gform-theme-control-description-line-height-error);
} .gform-theme--framework .gfield_consent_description { border: var(--gform-theme-control-description-border-width-consent) var(--gform-theme-control-description-border-style-consent) var(--gform-theme-control-description-border-color-consent);
max-height: var(--gform-theme-control-description-max-height-consent);
overflow-y: auto;
padding: 16px;
} .gform-theme.gform-theme--framework.gform_wrapper .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 .button:where(:not(.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"]):where(:not(.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[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { --gform-theme-local-block-size: auto;
--gform-theme-local-background-color: var(--gform-theme-control-button-background-color-primary);
--gform-theme-local-border-radius: var(--gform-theme-control-button-border-radius);
--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-primary);
--gform-theme-local-border-style: var(--gform-theme-control-button-border-style-primary);
--gform-theme-local-border-width: var(--gform-theme-control-button-border-width-primary);
--gform-theme-local-border-block-start: var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);
--gform-theme-local-border-block-end: var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);
--gform-theme-local-border-inline-start: var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);
--gform-theme-local-border-inline-end: var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);
--gform-theme-local-box-shadow: var(--gform-theme-control-button-box-shadow);
--gform-theme-local-color: var(--gform-theme-control-button-color-primary);
--gform-theme-local-column-gap: var(--gform-theme-control-button-icon-gap);
--gform-theme-local-cursor: pointer;
--gform-theme-local-display: inline-flex;
--gform-theme-local-font-style: var(--gform-theme-control-button-font-style);
--gform-theme-local-font-weight: var(--gform-theme-control-button-font-weight);
--gform-theme-local-font-size: var(--gform-theme-control-button-font-size);
--gform-theme-local-font-family: var(--gform-theme-control-button-font-family);
--gform-theme-local-inline-size: auto;
--gform-theme-local-letter-spacing: var(--gform-theme-control-button-letter-spacing);
--gform-theme-local-line-height: var(--gform-theme-control-button-line-height);
--gform-theme-local-min-block-size: var(--gform-theme-control-button-size);
--gform-theme-local-min-inline-size: auto;
--gform-theme-local-opacity: var(--gform-theme-control-button-opacity);
--gform-theme-local-padding-block: var(--gform-theme-control-button-padding-block);
--gform-theme-local-padding-inline: var(--gform-theme-control-button-padding-inline);
--gform-theme-local-text-decoration: var(--gform-theme-control-button-text-decoration);
--gform-theme-local-text-transform: var(--gform-theme-control-button-text-transform); align-items: center;
-moz-column-gap: var(--gform-theme-local-column-gap);
column-gap: var(--gform-theme-local-column-gap);
cursor: var(--gform-theme-local-cursor);
justify-content: center;
min-inline-size: var(--gform-theme-local-min-inline-size);
opacity: var(--gform-theme-local-opacity);
text-align: center;
-webkit-text-decoration: var(--gform-theme-local-text-decoration);
text-decoration: var(--gform-theme-local-text-decoration);
text-transform: var(--gform-theme-local-text-transform);
vertical-align: top;
} .gform-theme.gform-theme--framework.gform_wrapper .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 *))::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 .button: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 *))::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 :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 *))::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 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 *))::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 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 *))::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"]).button: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 *))::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[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 *))::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-local-color: var(--gform-theme-control-button-icon-color-primary);
--gform-theme-local-content: var(--gform-theme-control-button-icon);
--gform-theme-local-font-size: var(--gform-theme-control-button-icon-font-size);
--gform-theme-local-transition: var(--gform-theme-control-button-transition); font-family: var(--gform-theme-icon-font-family) !important;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
speak: never;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: var(--gform-theme-local-color);
content: var(--gform-theme-local-content);
font-size: var(--gform-theme-local-font-size);
transition: var(--gform-theme-local-transition);
}
.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 .button: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"]):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[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover { --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-hover-primary);
--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-hover-primary);
--gform-theme-local-box-shadow: var(--gform-theme-control-button-box-shadow-hover);
--gform-theme-local-color: var(--gform-theme-control-button-color-hover-primary);
} .gform-theme.gform-theme--framework.gform_wrapper .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::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 .button: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::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 :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::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 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::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 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::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"]).button: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::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[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::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-local-color: var(--gform-theme-control-button-icon-color-hover-primary);
}
.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 .button: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"]):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[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus { --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-focus-primary);
--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-focus-primary);
--gform-theme-local-box-shadow: var(--gform-theme-control-button-box-shadow-focus);
--gform-theme-local-color: var(--gform-theme-control-button-color-focus-primary);
} .gform-theme.gform-theme--framework.gform_wrapper .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::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 .button: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::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 :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::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 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::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 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::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"]).button: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::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[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::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-local-color: var(--gform-theme-control-button-icon-color-focus-primary);
}
.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 .button: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"]):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[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled { --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-disabled-primary);
--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-disabled-primary);
--gform-theme-local-box-shadow: var(--gform-theme-control-button-box-shadow-disabled);
--gform-theme-local-color: var(--gform-theme-control-button-color-disabled-primary);
--gform-theme-local-cursor: default;
--gform-theme-local-opacity: var(--gform-theme-control-button-opacity-disabled);
} .gform-theme.gform-theme--framework.gform_wrapper .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::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 .button: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::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 :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::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 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::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 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::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"]).button: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::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[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::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-local-color: var(--gform-theme-control-button-icon-color-disabled-primary);
} .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 .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary { --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-secondary);
--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-secondary);
--gform-theme-local-border-style: var(--gform-theme-control-button-border-style-secondary);
--gform-theme-local-border-width: var(--gform-theme-control-button-border-width-secondary);
--gform-theme-local-color: var(--gform-theme-control-button-color-secondary);
} .gform-theme.gform-theme--framework.gform_wrapper .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::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 .button:where(:not(.gform-theme-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::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 :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::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 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::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 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::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"]).button:where(:not(.gform-theme-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::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[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::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-local-color: var(--gform-theme-control-button-icon-color-secondary);
}
.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary: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 *)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover { --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-hover-secondary);
--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-hover-secondary);
--gform-theme-local-color: var(--gform-theme-control-button-color-hover-secondary);
} .gform-theme.gform-theme--framework.gform_wrapper .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::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 .button:where(:not(.gform-theme-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::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 :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::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 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::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 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::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"]).button:where(:not(.gform-theme-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::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[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::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-local-color: var(--gform-theme-control-button-icon-color-hover-secondary);
}
.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary: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-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus { --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-focus-secondary);
--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-focus-secondary);
--gform-theme-local-color: var(--gform-theme-control-button-color-focus-secondary);
} .gform-theme.gform-theme--framework.gform_wrapper .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::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 .button:where(:not(.gform-theme-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::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 :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::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 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::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 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::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"]).button:where(:not(.gform-theme-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::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[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::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-local-color: var(--gform-theme-control-button-icon-color-focus-secondary);
}
.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary: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--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled { --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-disabled-secondary);
--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-disabled-secondary);
--gform-theme-local-color: var(--gform-theme-control-button-color-disabled-secondary);
} .gform-theme.gform-theme--framework.gform_wrapper .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::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 .button:where(:not(.gform-theme-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::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 :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::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 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::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 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::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"]).button:where(:not(.gform-theme-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::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[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::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-local-color: var(--gform-theme-control-button-icon-color-disabled-secondary);
} .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control, .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"]):where(:not(.gform-theme-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[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control { --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-control);
--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-control);
--gform-theme-local-border-style: var(--gform-theme-control-button-border-style-control);
--gform-theme-local-border-width: var(--gform-theme-control-button-border-width-control);
--gform-theme-local-color: var(--gform-theme-control-button-color-control);
} .gform-theme.gform-theme--framework.gform_wrapper .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::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 .button:where(:not(.gform-theme-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::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 :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::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 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::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 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::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"]).button:where(:not(.gform-theme-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::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[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::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-local-color: var(--gform-theme-control-button-icon-color-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: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 *)).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"]):where(:not(.gform-theme-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[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover { --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-hover-control);
--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-hover-control);
--gform-theme-local-color: var(--gform-theme-control-button-color-hover-control);
} .gform-theme.gform-theme--framework.gform_wrapper .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::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 .button:where(:not(.gform-theme-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::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 :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::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 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::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 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::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"]).button:where(:not(.gform-theme-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::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[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::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-local-color: var(--gform-theme-control-button-icon-color-hover-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: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-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"]):where(:not(.gform-theme-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[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus { --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-focus-control);
--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-focus-control);
--gform-theme-local-color: var(--gform-theme-control-button-color-focus-control);
} .gform-theme.gform-theme--framework.gform_wrapper .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::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 .button:where(:not(.gform-theme-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::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 :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::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 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::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 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::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"]).button:where(:not(.gform-theme-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::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[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::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-local-color: var(--gform-theme-control-button-icon-color-focus-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: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--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"]):where(:not(.gform-theme-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[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled { --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-disabled-control);
--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-disabled-control);
--gform-theme-local-color: var(--gform-theme-control-button-color-disabled-control);
} .gform-theme.gform-theme--framework.gform_wrapper .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::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 .button:where(:not(.gform-theme-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::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 :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::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 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::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 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::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"]).button:where(:not(.gform-theme-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::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[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::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-local-color: var(--gform-theme-control-button-icon-color-disabled-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--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, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple { --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-simple);
--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-simple);
--gform-theme-local-border-width: var(--gform-theme-control-button-border-width-simple);
--gform-theme-local-box-shadow: var(--gform-theme-control-button-box-shadow-simple);
--gform-theme-local-color: var(--gform-theme-control-button-color-simple);
--gform-theme-local-column-gap: 0;
--gform-theme-local-line-height: var(--gform-theme-control-button-size-simple);
--gform-theme-local-min-block-size: var(--gform-theme-control-button-size-simple);
--gform-theme-local-min-inline-size: var(--gform-theme-control-button-size-simple);
--gform-theme-local-padding-block: 0;
--gform-theme-local-padding-inline: 0;
} .gform-theme.gform-theme--framework.gform_wrapper .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::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 .button:where(:not(.gform-theme-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::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 :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::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 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::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 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::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"]).button:where(:not(.gform-theme-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::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[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::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-local-color: var(--gform-theme-control-button-icon-color-simple);
}
.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple: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 *)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover { --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-hover-simple);
--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-hover-simple);
--gform-theme-local-box-shadow: var(--gform-theme-control-button-box-shadow-hover-simple);
--gform-theme-local-color: var(--gform-theme-control-button-color-hover-simple);
} .gform-theme.gform-theme--framework.gform_wrapper .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::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 .button:where(:not(.gform-theme-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::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 :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::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 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::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 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::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"]).button:where(:not(.gform-theme-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::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[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::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-local-color: var(--gform-theme-control-button-icon-color-hover-simple);
}
.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple: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-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus { --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-focus-simple);
--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-focus-simple);
--gform-theme-local-box-shadow: var(--gform-theme-control-button-box-shadow-focus-simple);
--gform-theme-local-color: var(--gform-theme-control-button-color-focus-simple);
} .gform-theme.gform-theme--framework.gform_wrapper .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::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 .button:where(:not(.gform-theme-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::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 :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::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 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::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 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::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"]).button:where(:not(.gform-theme-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::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[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::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-local-color: var(--gform-theme-control-button-icon-color-focus-simple);
}
.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple: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:disabled, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled { --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-disabled-simple);
--gform-theme-local-border-color: var(--gform-theme-control-button-border-color-disabled-simple);
--gform-theme-local-box-shadow: var(--gform-theme-control-button-box-shadow-disabled-simple);
--gform-theme-local-color: var(--gform-theme-control-button-color-disabled-simple);
} .gform-theme.gform-theme--framework.gform_wrapper .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::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 .button:where(:not(.gform-theme-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::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 :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::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 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::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 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::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"]).button:where(:not(.gform-theme-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::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[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::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-local-color: var(--gform-theme-control-button-icon-color-disabled-simple);
} .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-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-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"]):where(:not(.gform-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[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs { --gform-theme-local-font-size: var(--gform-theme-control-button-font-size-xs);
--gform-theme-local-min-block-size: var(--gform-theme-control-button-size-xs);
--gform-theme-local-padding-inline: var(--gform-theme-control-button-padding-inline-xs);
} .gform-theme.gform-theme--framework.gform_wrapper .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 .button:where(:not(.gform-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"]):where(:not(.gform-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[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm { --gform-theme-local-font-size: var(--gform-theme-control-button-font-size-sm);
--gform-theme-local-min-block-size: var(--gform-theme-control-button-size-sm);
--gform-theme-local-padding-inline: var(--gform-theme-control-button-padding-inline-sm);
} .gform-theme.gform-theme--framework.gform_wrapper .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 .button:where(:not(.gform-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"]):where(:not(.gform-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[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md { --gform-theme-local-font-size: var(--gform-theme-control-button-font-size-md);
--gform-theme-local-min-block-size: var(--gform-theme-control-button-size-md);
--gform-theme-local-padding-inline: var(--gform-theme-control-button-padding-inline-md);
} .gform-theme.gform-theme--framework.gform_wrapper .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 .button:where(:not(.gform-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"]):where(:not(.gform-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[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg { --gform-theme-local-font-size: var(--gform-theme-control-button-font-size-lg);
--gform-theme-local-min-block-size: var(--gform-theme-control-button-size-lg);
--gform-theme-local-padding-inline: var(--gform-theme-control-button-padding-inline-lg);
} .gform-theme.gform-theme--framework.gform_wrapper .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 .button:where(:not(.gform-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"]):where(:not(.gform-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[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl { --gform-theme-local-font-size: var(--gform-theme-control-button-font-size-xl);
--gform-theme-local-min-block-size: var(--gform-theme-control-button-size-xl);
--gform-theme-local-padding-inline: var(--gform-theme-control-button-padding-inline-xl);
} .gform-theme--framework input[type="file"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { --gform-theme-local-padding-inline: var(--gform-theme-control-file-padding-inline); text-overflow: ellipsis;
white-space: nowrap;
}
.gform-theme--framework input[type="file"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::file-selector-button { --gform-theme-local-background-color: var(--gform-theme-control-file-button-background-color-hover);
--gform-theme-local-border-inline-end-color: var(--gform-theme-control-file-button-border-inline-end-color-hover);
--gform-theme-local-color: var(--gform-theme-control-file-button-color-hover);
}
.gform-theme--framework input[type="file"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::file-selector-button { --gform-theme-local-background-color: var(--gform-theme-control-file-button-background-color-focus);
--gform-theme-local-border-inline-end-color: var(--gform-theme-control-file-button-border-inline-end-color-focus);
--gform-theme-local-color: var(--gform-theme-control-file-button-color-focus);
}
.gform-theme--framework input[type="file"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::file-selector-button { --gform-theme-local-background-color: var(--gform-theme-control-file-button-background-color-disabled);
--gform-theme-local-border-inline-end-color: var(--gform-theme-control-file-button-border-inline-end-color-disabled);
--gform-theme-local-color: var(--gform-theme-control-file-button-color-disabled);
}
.gform-theme--framework input[type="file"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::file-selector-button { --gform-theme-local-background-color: var(--gform-theme-control-file-button-background-color);
--gform-theme-local-border-inline-end-color: var(--gform-theme-control-file-button-border-inline-end-color);
--gform-theme-local-border-inline-end-style: var(--gform-theme-control-file-button-border-inline-end-style);
--gform-theme-local-border-inline-end-width: var(--gform-theme-control-file-button-border-inline-end-width);
--gform-theme-local-border-inline-end: var(--gform-theme-local-border-inline-end-width) var(--gform-theme-local-border-inline-end-style) var(--gform-theme-local-border-inline-end-color);
--gform-theme-local-color: var(--gform-theme-control-file-button-color); background-color: var(--gform-theme-local-background-color);
block-size: 100%;
border: 0;
border-end-start-radius: var(--gform-theme-control-file-button-border-radius);
border-inline-end: var(--gform-theme-local-border-inline-end);
border-start-start-radius: var(--gform-theme-control-file-button-border-radius);
color: var(--gform-theme-local-color);
font-family: var(--gform-theme-control-file-button-font-family);
font-size: var(--gform-theme-control-file-button-font-size);
font-style: var(--gform-theme-control-file-button-font-style);
font-weight: var(--gform-theme-control-file-button-font-weight);
inset-block-start: calc(var(--gform-theme-control-border-width) * -1);
letter-spacing: var(--gform-theme-control-file-button-letter-spacing);
line-height: var(--gform-theme-control-file-button-line-height);
margin-inline: var(--gform-theme-control-file-button-margin-inline);
padding-block: 0;
padding-inline: var(--gform-theme-control-file-button-padding-inline);
position: relative;
-webkit-text-decoration: var(--gform-theme-control-file-button-text-decoration);
text-decoration: var(--gform-theme-control-file-button-text-decoration);
text-transform: var(--gform-theme-control-file-button-text-transform);
transition: var(--gform-theme-control-file-button-transition);
} .gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_area { --gform-theme-local-block-size: var(--gform-theme-control-file-drop-area-block-size);
--gform-theme-local-border-radius: var(--gform-theme-control-file-drop-area-border-radius);
--gform-theme-local-border-style: var(--gform-theme-control-file-drop-area-border-style);
--gform-theme-local-color: var(--gform-theme-control-file-drop-area-color);
--gform-theme-local-font-weight: var(--gform-theme-control-file-drop-area-font-weight);
--gform-theme-local-line-height: var(--gform-theme-control-file-drop-area-line-height);
--gform-theme-local-padding-inline: var(--gform-theme-control-file-drop-area-padding-inline);
--gform-theme-local-padding-block: var(--gform-theme-control-file-drop-area-padding-block);
} .gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_area::before { font-family: var(--gform-theme-icon-font-family) !important;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
speak: never;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: var(--gform-theme-control-file-drop-area-icon-color);
content: var(--gform-theme-icon-control-file-upload);
display: block;
font-size: var(--gform-theme-control-file-drop-area-icon-font-size);
margin-block-end: var(--gform-theme-control-file-drop-area-icon-margin-block-end);
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_instructions { margin-block-end: var(--gform-theme-control-file-drop-area-instructions-margin-block-end);
} .gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .ginput_preview_list { display: flex;
flex-direction: column;
gap: var(--gform-theme-control-file-preview-area-gap);
margin-block-start: var(--gform-theme-control-file-preview-area-margin-block-start);
width: 100%;
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .ginput_preview_list:empty { margin-block-start: 0;
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .ginput_preview { display: flex;
flex-direction: column;
font-family: var(--gform-theme-control-file-preview-file-font-family);
font-size: var(--gform-theme-control-file-preview-file-font-size);
font-style: var(--gform-theme-control-file-preview-file-font-style);
font-weight: var(--gform-theme-control-file-preview-file-font-weight);
gap: var(--gform-theme-control-file-preview-file-gap);
letter-spacing: var(--gform-theme-control-file-preview-file-letter-spacing);
line-height: var(--gform-theme-control-file-preview-file-line-height);
position: relative;
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_filename { color: var(--gform-theme-control-file-preview-file-name-color);
line-height: var(--gform-theme-control-file-preview-file-name-line-height);
overflow: var(--gform-theme-control-file-preview-file-name-overflow);
padding-inline-end: var(--gform-theme-control-file-preview-file-name-padding-inline-end);
text-overflow: var(--gform-theme-control-file-preview-file-name-text-overflow);
white-space: var(--gform-theme-control-file-preview-file-name-white-space);
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_filesize { color: var(--gform-theme-control-file-preview-file-size-color);
} .gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progress { align-items: center;
display: flex;
gap: var(--gform-theme-control-file-upload-progress-ui-gap);
} .gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progress::after { font-family: var(--gform-theme-icon-font-family) !important;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
speak: never;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
block-size: var(--gform-theme-control-file-upload-progress-button-icon-size);
color: var(--gform-theme-control-file-upload-progress-button-icon-color-complete);
content: var(--gform-theme-icon-control-file-upload-completed);
font-size: var(--gform-theme-control-file-upload-progress-button-icon-size);
inline-size: var(--gform-theme-control-file-upload-progress-button-icon-size);
min-inline-size: var(--gform-theme-control-file-upload-progress-button-icon-size);
opacity: 0;
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progress_complete::after { opacity: 1;
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar, .gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar_progress { block-size: var(--gform-theme-control-file-upload-progress-bar-block-size);
border-radius: var(--gform-theme-control-file-upload-progress-bar-border-radius);
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar { background-color: var(--gform-theme-control-file-upload-progress-bar-background-color);
inline-size: 100%;
position: relative;
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar_progress { background-color: var(--gform-theme-control-file-upload-progress-bar-background-color-loading);
inline-size: 1%;
position: absolute;
transition: var(--gform-theme-control-file-upload-progress-bar-transition);
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_percent { color: var(--gform-theme-control-file-upload-progress-text-color);
font-size: var(--gform-theme-control-file-upload-progress-text-font-size);
min-inline-size: var(--gform-theme-control-file-upload-progress-text-min-inline-size);
} .gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .ginput_preview .gform_delete_file, .gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_cancel { inset-block-start: var(--gform-theme-control-file-upload-progress-button-inset-block-start);
inset-inline-end: var(--gform-theme-control-file-upload-progress-button-inset-inline-end);
position: var(--gform-theme-control-file-upload-progress-button-position);
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .ginput_preview .gform_delete_file .dashicons::before { --gform-theme-control-button-icon: var(--gform-theme-icon-control-file-upload-remove);
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_cancel { --gform-theme-local-font-size: var(--gform-theme-control-file-upload-progress-button-font-size-cancel);
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_cancel::before { --gform-theme-control-button-icon: var(--gform-theme-icon-control-file-upload-cancel);
}
.gform-theme--framework.ui-datepicker {
background-color: var(--gform-theme-control-date-datepicker-background-color);
border-radius: var(--gform-theme-control-date-datepicker-border-radius);
box-shadow: var(--gform-theme-control-date-datepicker-box-shadow);
display: none;
inline-size: var(--gform-theme-control-date-datepicker-inline-size);
margin-block-start: var(--gform-theme-control-date-datepicker-margin-block-start);
padding-block: var(--gform-theme-control-date-datepicker-padding-block);
padding-inline: var(--gform-theme-control-date-datepicker-padding-inline);
}
.gform-theme--framework.ui-datepicker .ui-datepicker-header {
align-items: stretch;
display: flex;
margin-block: unset;
margin-inline: unset;
padding-block: 0;
padding-inline: 0;
position: unset;
}
.gform-theme--framework.ui-datepicker .ui-datepicker-prev, .gform-theme--framework.ui-datepicker .ui-datepicker-next {
align-items: center;
block-size: auto;
cursor: pointer;
display: flex;
flex: none;
inline-size: var(--gform-theme-control-date-datepicker-header-icons-inline-size);
inset: unset;
justify-content: center;
position: relative;
}
.gform-theme--framework.ui-datepicker .ui-datepicker-prev::before, .gform-theme--framework.ui-datepicker .ui-datepicker-next::before { --gform-theme-local-color: var(--gform-theme-control-date-datepicker-header-icons-color); font-family: var(--gform-theme-icon-font-family) !important;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
speak: never;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-image: none;
border: none;
color: var(--gform-theme-local-color);
font-size: var(--gform-theme-control-date-datepicker-header-icons-font-size);
inset: unset;
transform: unset;
}
.gform-theme--framework.ui-datepicker .ui-datepicker-prev::before {
content: var(--gform-theme-icon-control-datepicker-left);
}
.gform-theme--framework.ui-datepicker .ui-datepicker-next {
order: 1;
}
.gform-theme--framework.ui-datepicker .ui-datepicker-next::before {
content: var(--gform-theme-icon-control-datepicker-right);
}
.gform-theme--framework.ui-datepicker .ui-datepicker-prev-hover::before, .gform-theme--framework.ui-datepicker .ui-datepicker-next-hover::before { --gform-theme-local-color: var(--gform-theme-control-date-datepicker-header-icons-color-hover);
}
.gform-theme--framework.ui-datepicker .ui-datepicker-title {
align-items: center;
color: var(--gform-theme-control-date-datepicker-title-color);
display: flex;
flex: auto;
font-size: var(--gform-theme-control-date-datepicker-title-font-size);
font-weight: var(--gform-theme-control-date-datepicker-title-font-weight);
gap: 8px;
line-height: var(--gform-theme-control-date-datepicker-title-line-height);
margin-block: 0;
margin-inline: 8px;
}
.gform-theme--framework.ui-datepicker select.ui-datepicker-month, .gform-theme--framework.ui-datepicker select.ui-datepicker-year {
background-image: var(--gform-theme-icon-control-select);
background-position: var(--gform-theme-control-select-icon-position);
background-repeat: no-repeat;
background-size: var(--gform-theme-control-select-icon-size);
box-shadow: var(--gform-theme-local-box-shadow);
flex: auto;
inline-size: auto;
margin: 0;
padding-inline: var(--gform-theme-local-padding-inline);
text-align: var(--gform-theme-control-date-datepicker-dropdown-text-align);
}
.gform-theme--framework.ui-datepicker table {
margin-block-end: 0;
margin-block-start: 16px;
}
.gform-theme--framework.ui-datepicker table th, .gform-theme--framework.ui-datepicker table td { --gform-theme-local-color: var(--gform-theme-control-date-datepicker-table-cell-color); block-size: 40px;
color: var(--gform-theme-local-color);
font-size: var(--gform-theme-local-font-size);
font-weight: var(--gform-theme-local-font-weight);
line-height: var(--gform-theme-local-line-height);
padding-block: var(--gform-theme-control-date-datepicker-table-cell-padding);
padding-inline: var(--gform-theme-control-date-datepicker-table-cell-padding);
}
.gform-theme--framework.ui-datepicker table th { --gform-theme-local-block-size: var(--gform-theme-control-date-datepicker-table-head-cell-block-size);
--gform-theme-local-font-size: var(--gform-theme-control-date-datepicker-table-head-cell-font-size);
--gform-theme-local-font-weight: var(--gform-theme-control-date-datepicker-table-head-cell-font-weight);
--gform-theme-local-line-height: var(--gform-theme-control-date-datepicker-table-head-cell-line-height); vertical-align: middle;
}
.gform-theme--framework.ui-datepicker table td { --gform-theme-local-block-size: var(--gform-theme-control-date-datepicker-table-cell-block-size);
--gform-theme-local-font-size: var(--gform-theme-control-date-datepicker-table-cell-font-size);
--gform-theme-local-font-weight: var(--gform-theme-control-date-datepicker-table-cell-font-weight);
--gform-theme-local-line-height: var(--gform-theme-control-date-datepicker-table-cell-line-height);
}
.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled) {
cursor: pointer;
}
.gform-theme--framework.ui-datepicker table td span, .gform-theme--framework.ui-datepicker table td a { --gform-theme-local-background-color: transparent;
--gform-theme-local-border: 0;
--gform-theme-local-color: var(--gform-theme-control-date-datepicker-table-cell-content-color); align-items: center;
background-color: var(--gform-theme-local-background-color);
block-size: 100%;
border: var(--gform-theme-local-border);
border-radius: var(--gform-theme-control-date-datepicker-table-cell-content-border-radius);
color: var(--gform-theme-local-color);
display: flex;
inline-size: 100%;
justify-content: center;
text-decoration: none;
}
.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled):not(.ui-datepicker-current-day) a:hover { --gform-theme-local-background-color: var(--gform-theme-control-date-datepicker-table-cell-content-background-color-hover);
--gform-theme-local-color: var(--gform-theme-control-date-datepicker-table-cell-content-color-hover);
}
.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled):not(.ui-datepicker-current-day) a:focus { --gform-theme-local-border: var(--gform-theme-control-date-datepicker-table-cell-content-border);
}
.gform-theme--framework.ui-datepicker table .ui-state-disabled span, .gform-theme--framework.ui-datepicker table .ui-state-disabled a { --gform-theme-local-background-color: var(--gform-theme-control-date-datepicker-table-cell-content-background-color-disabled);
--gform-theme-local-color: var(--gform-theme-control-date-datepicker-table-cell-content-color-disabled);
}
.gform-theme--framework.ui-datepicker table .ui-datepicker-today span, .gform-theme--framework.ui-datepicker table .ui-datepicker-today a { --gform-theme-local-background-color: var(--gform-theme-control-date-datepicker-table-cell-content-background-color-hover);
--gform-theme-local-color: var(--gform-theme-control-date-datepicker-table-cell-content-color-hover);
}
.gform-theme--framework.ui-datepicker table .ui-datepicker-today.ui-state-disabled span, .gform-theme--framework.ui-datepicker table .ui-datepicker-today.ui-state-disabled a { --gform-theme-local-background-color: var(--gform-theme-control-date-datepicker-table-cell-content-background-color-disabled);
--gform-theme-local-color: var(--gform-theme-control-date-datepicker-table-cell-content-color-disabled);
}
.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day span, .gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a { --gform-theme-local-background-color: var(--gform-theme-control-date-datepicker-table-cell-content-background-color-selected);
--gform-theme-local-color: var(--gform-theme-control-date-datepicker-table-cell-content-color-selected);
}
.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a:hover, .gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a:focus { --gform-theme-local-color: var(--gform-theme-control-date-datepicker-table-cell-content-color-selected);
}
.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day.ui-state-disabled span, .gform-theme--framework.ui-datepicker table .ui-datepicker-current-day.ui-state-disabled a { --gform-theme-local-background-color: var(--gform-theme-control-date-datepicker-table-cell-content-background-color-disabled);
--gform-theme-local-color: var(--gform-theme-control-date-datepicker-table-cell-content-color-disabled);
}
.gform-theme--framework.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-month, .gform-theme--framework.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-year {
background-position: var(--gform-theme-control-select-icon-position);
}
.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev::before, .gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next::before {
transform: none;
}
.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev::before {
content: var(--gform-theme-icon-control-datepicker-right);
}
.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next::before {
content: var(--gform-theme-icon-control-datepicker-left);
}   .gform-theme--framework .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) {
line-height: 1;
}
.gform-theme--framework .gfield--type-address .copy_values_option_container { display: inline-grid;
gap: var(--gform-theme-field-choice-meta-spacing) 0;
grid-template-columns: minmax(var(--gform-theme-control-choice-size), max-content) auto;
}
.gform-theme--framework .gfield--type-address .copy_values_option_container + .ginput_container_address {
margin-block-start: var(--gform-theme-field-row-gap);
}
.gform-theme--framework .gfield--type-choice .gfield_checkbox, .gform-theme--framework .gfield--type-choice .gfield_radio { display: flex;
flex-direction: column;
gap: var(--gform-theme-field-choice-spacing);
} .gform-theme--framework .gfield--type-choice .gfield_checkbox > *:last-child:where(:not(.gchoice)), .gform-theme--framework .gfield--type-choice .gfield_radio > *:last-child:where(:not(.gchoice)) {
align-self: self-start;
margin-block-start: var(--gform-theme-field-choice-meta-margin-block-start);
}
.gform-theme--framework .gfield--type-choice .gchoice, .gform-theme--framework .gfield--type-choice .ginput_container_consent { display: inline-grid;
gap: var(--gform-theme-field-choice-meta-spacing) 0;
grid-template-columns: minmax(var(--gform-theme-control-choice-size), max-content) auto;
}
.gform-theme--framework .gfield--type-choice .gchoice br, .gform-theme--framework .gfield--type-choice .ginput_container_consent br {
display: none;
} .gform-theme--framework .gfield--type-choice .gchoice_other_control { --gform-theme-local-inline-size: auto; grid-column: span 2;
max-inline-size: var(--gform-theme-field-choice-other-control-max-inline-size);
} .gform-theme--framework .gfield--input-type-datepicker .ginput_container_date { align-content: flex-start;
align-items: center;
display: flex;
}
.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input { --gform-theme-local-inline-size: auto;
} .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date img.ui-datepicker-trigger {
display: none;
}
.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after { --gform-theme-local-color: var(--gform-theme-field-date-icon-color);
font-family: var(--gform-theme-icon-font-family) !important;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
speak: never;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: var(--gform-theme-local-color);
content: var(--gform-theme-icon-control-datepicker);
display: inline-block;
font-size: var(--gform-theme-icon-font-size);
inset-block-start: 0;
inset-inline-start: 0;
margin-inline-start: calc(var(--gform-theme-control-padding-inline) * -1);
pointer-events: none;
transform: translateX(-100%);
}
html[dir="rtl"] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after {
order: 1;
transform: translateX(100%);
}
.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:focus::after, .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:hover::after {
--gform-theme-local-color: var(--gform-theme-field-date-icon-color-hover);
} .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date img.ui-datepicker-trigger { margin-inline-start: calc(var(--gform-theme-control-padding-inline) * -1);
max-block-size: var(--gform-theme-field-date-custom-icon-max-block-size);
max-inline-size: var(--gform-theme-field-date-custom-icon-max-inline-size);
transform: translateX(-100%);
}
html[dir="rtl"] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date img.ui-datepicker-trigger {
order: 1;
transform: translateX(100%);
} .gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list, .gfield--input-type-list) button.add_list_item, .gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list, .gfield--input-type-list) button.delete_list_item { --gform-theme-local-block-size: var(--gform-theme-field-list-button-size);
--gform-theme-local-border-radius: var(--gform-theme-field-list-button-border-radius);
--gform-theme-local-column-gap: 0;
--gform-theme-local-font-size: var(--gform-theme-field-list-button-font-size);
--gform-theme-local-inline-size: var(--gform-theme-field-list-button-size);
--gform-theme-local-letter-spacing: 0;
--gform-theme-local-line-height: 1;
--gform-theme-local-min-block-size: auto;
--gform-theme-local-padding-block: var(--gform-theme-field-list-button-padding-block);
--gform-theme-local-padding-inline: var(--gform-theme-field-list-button-padding-inline);
}
.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list, .gfield--input-type-list) button.add_list_item::before { --gform-theme-local-content: var(--gform-theme-icon-control-list-item-add);
}
.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list, .gfield--input-type-list) button.delete_list_item::before { --gform-theme-local-content: var(--gform-theme-icon-control-list-item-remove);
}
.gform-theme--framework .gf_progressbar_wrapper, .gform-theme--framework .gf_page_steps { margin-block-end: var(--gform-theme-field-page-progress-margin-block-end);
}
.gform-theme--framework .gf_progressbar_title, .gform-theme--framework .gf_step_number, .gform-theme--framework .gf_step_label { --gform-theme-local-color: var(--gform-theme-field-page-progress-color);
--gform-theme-local-font-family: var(--gform-theme-field-page-progress-font-family);
--gform-theme-local-font-size: var(--gform-theme-field-page-progress-font-size);
--gform-theme-local-font-style: var(--gform-theme-field-page-progress-font-style);
--gform-theme-local-font-weight: var(--gform-theme-field-page-progress-font-weight);
--gform-theme-local-letter-spacing: var(--gform-theme-field-page-progress-letter-spacing);
--gform-theme-local-line-height: var(--gform-theme-field-page-progress-line-height);
--gform-theme-local-text-transform: none; color: var(--gform-theme-local-color);
font-family: var(--gform-theme-local-font-family);
font-size: var(--gform-theme-local-font-size);
font-style: var(--gform-theme-local-font-style);
font-weight: var(--gform-theme-local-font-weight);
letter-spacing: var(--gform-theme-local-letter-spacing);
line-height: var(--gform-theme-local-line-height);
text-transform: var(--gform-theme-local-text-transform);
}
.gform-theme--framework .gf_progressbar_title { margin-block-end: var(--gform-theme-field-page-progress-title-margin-block-end);
}
.gform-theme--framework .gf_progressbar { background-color: var(--gform-theme-field-page-progress-bar-background-color);
border-radius: var(--gform-theme-field-page-progress-bar-border-radius);
} .gform-theme--framework .gf_progressbar span {  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(--gform-theme-field-page-progress-bar-block-size);
border-radius: var(--gform-theme-field-page-progress-bar-border-radius);
}
.gform-theme--framework .gf_progressbar .percentbar_blue { background-color: var(--gform-theme-field-page-progress-bar-background-color-blue);
}
.gform-theme--framework .gf_progressbar .percentbar_gray { background-color: var(--gform-theme-field-page-progress-bar-background-color-gray);
}
.gform-theme--framework .gf_progressbar .percentbar_green { background-color: var(--gform-theme-field-page-progress-bar-background-color-green);
}
.gform-theme--framework .gf_progressbar .percentbar_orange { background-color: var(--gform-theme-field-page-progress-bar-background-color-orange);
}
.gform-theme--framework .gf_progressbar .percentbar_red { background-color: var(--gform-theme-field-page-progress-bar-background-color-red);
}
.gform-theme--framework .gf_progressbar .percentbar_spring { background: var(--gform-theme-field-page-progress-bar-background-gradient-spring);
}
.gform-theme--framework .gf_progressbar .percentbar_blues { background: var(--gform-theme-field-page-progress-bar-background-gradient-blues);
}
.gform-theme--framework .gf_progressbar .percentbar_rainbow { background: var(--gform-theme-field-page-progress-bar-background-gradient-rainbow);
}
.gform-theme--framework .gf_step { align-items: center;
display: flex;
gap: var(--gform-theme-field-page-steps-step-gap);
position: relative;
}
.gform-theme--framework .gf_step_label { --gform-theme-local-text-transform: var(--gform-theme-field-page-progress-text-transform);
}
.gform-theme--framework .gf_step_number { --gform-theme-local-background-color: var(--gform-theme-field-page-steps-number-background-color);
--gform-theme-local-border-color: var(--gform-theme-field-page-steps-number-border-color);
--gform-theme-local-border: var(--gform-theme-field-page-steps-number-border-width) var(--gform-theme-field-page-steps-number-border-style) var(--gform-theme-local-border-color);
--gform-theme-local-border-radius: var(--gform-theme-field-page-steps-number-border-radius);
--gform-theme-local-color: var(--gform-theme-field-page-steps-number-color); background-color: var(--gform-theme-local-background-color);
block-size: var(--gform-theme-field-page-steps-number-size);
border: var(--gform-theme-local-border);
border-radius: var(--gform-theme-local-border-radius);
color: var(--gform-theme-local-color);
display: inline-grid;
inline-size: var(--gform-theme-field-page-steps-number-size);
min-inline-size: var(--gform-theme-field-page-steps-number-size);
align-content: center;
justify-content: center;
place-content: center;
} .gform-theme--framework .gf_step_active .gf_step_number { --gform-theme-local-background-color: var(--gform-theme-field-page-steps-number-background-color-active);
--gform-theme-local-border-color: var(--gform-theme-field-page-steps-number-border-color-active);
--gform-theme-local-color: var(--gform-theme-field-page-steps-number-color-active);
} .gform-theme--framework .gf_step_completed .gf_step_number { --gform-theme-local-background-color: var(--gform-theme-field-page-steps-number-background-color-complete);
--gform-theme-local-border-color: var(--gform-theme-field-page-steps-number-border-color-complete);
--gform-theme-local-color: var(--gform-theme-field-page-steps-number-color-complete);
}
.gform-theme--framework .gf_step_completed .gf_step_number::after { font-family: var(--gform-theme-icon-font-family) !important;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
speak: never;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: var(--gform-theme-field-page-steps-number-background-color-complete);
block-size: var(--gform-theme-field-page-steps-number-size);
border: var(--gform-theme-field-page-steps-number-border-width) var(--gform-theme-field-page-steps-number-border-style) var(--gform-theme-field-page-steps-number-border-color-complete);
border-radius: var(--gform-theme-field-page-steps-number-border-radius);
color: var(--gform-theme-field-page-steps-number-color-complete);
content: var(--gform-theme-icon-control-page-numbers-complete);
display: inline-grid;
font-size: var(--gform-theme-field-page-steps-icon-font-size);
inline-size: var(--gform-theme-field-page-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.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button { --gform-theme-local-color: var(--gform-theme-control-icon-color);
} .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons::before, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button::before, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button::after { --gform-theme-local-color: var(--gform-theme-control-icon-color);
}
.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover { --gform-theme-local-color: var(--gform-theme-control-icon-color-hover);
} .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover .dashicons, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover .dashicons::before, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover::before, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover::after { --gform-theme-local-color: var(--gform-theme-control-icon-color-hover);
}
.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus { --gform-theme-local-color: var(--gform-theme-control-icon-color-focus);
} .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus .dashicons, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus .dashicons::before, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus::before, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus::after { --gform-theme-local-color: var(--gform-theme-control-icon-color-focus);
}
.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled { --gform-theme-local-color: var(--gform-theme-control-icon-color-disabled);
} .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled .dashicons, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled .dashicons::before, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled::before, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled::after { --gform-theme-local-color: var(--gform-theme-control-icon-color-disabled);
} .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons.dashicons-visibility::before { --gform-theme-local-content: var(--gform-theme-icon-control-password-hidden);
}
.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons.dashicons-hidden::before { --gform-theme-local-content: var(--gform-theme-icon-control-password-visible);
} .gform-theme--framework .gfield_password_strength { --gform-theme-local-background-color: var(--gform-theme-field-password-strength-background-color);
--gform-theme-local-border-color: var(--gform-theme-field-password-strength-border-color);
--gform-theme-local-border-style: var(--gform-theme-field-password-strength-border-style);
--gform-theme-local-border-width: var(--gform-theme-field-password-strength-border-width);
--gform-theme-local-border: var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);
--gform-theme-local-color: var(--gform-theme-field-password-strength-color); background-color: var(--gform-theme-local-background-color);
border: var(--gform-theme-local-border);
border-radius: var(--gform-theme-field-password-strength-border-radius);
color: var(--gform-theme-local-color);
font-family: var(--gform-theme-field-password-strength-font-family);
font-size: var(--gform-theme-field-password-strength-font-size);
font-style: var(--gform-theme-field-password-strength-font-style);
font-weight: var(--gform-theme-field-password-strength-font-weight);
letter-spacing: var(--gform-theme-field-password-strength-letter-spacing);
line-height: var(--gform-theme-field-password-strength-line-height);
margin-block-start: var(--gform-theme-field-password-strength-margin-block-start);
padding-block: var(--gform-theme-field-password-strength-padding-block);
padding-inline: var(--gform-theme-field-password-strength-padding-inline);
position: relative;
text-align: var(--gform-theme-field-password-strength-text-align);
transition: var(--gform-theme-field-password-strength-transition);
}
.gform-theme--framework .gfield_password_strength::before, .gform-theme--framework .gfield_password_strength::after { --gform-theme-local-background-color: var(--gform-theme-field-password-strength-indicator-background-color);
--gform-theme-local-block-size: var(--gform-theme-field-password-strength-indicator-block-size);
--gform-theme-local-border-radius: var(--gform-theme-field-password-strength-indicator-border-radius);
--gform-theme-local-content: var(--gform-theme-field-password-strength-indicator-content);
--gform-theme-local-inline-size: var(--gform-theme-field-password-strength-indicator-inline-size);
--gform-theme-local-inset-block-start: var(--gform-theme-field-password-strength-indicator-inset-block-start);
--gform-theme-local-inset-inline-start: var(--gform-theme-field-password-strength-indicator-inset-inline-start);
--gform-theme-local-position: var(--gform-theme-field-password-strength-indicator-position);
--gform-theme-local-transform: var(--gform-theme-field-password-strength-indicator-transform);
--gform-theme-local-transition: none; background-color: var(--gform-theme-local-background-color);
block-size: var(--gform-theme-local-block-size);
border-radius: var(--gform-theme-local-border-radius);
content: var(--gform-theme-local-content);
display: var(--gform-theme-field-password-strength-indicator-display);
inline-size: var(--gform-theme-local-inline-size);
inset-block-start: var(--gform-theme-local-inset-block-start);
inset-inline-start: var(--gform-theme-local-inset-inline-start);
position: var(--gform-theme-local-position);
transform: var(--gform-theme-local-transform);
transition: var(--gform-theme-local-transition);
}
.gform-theme--framework .gfield_password_strength::after { --gform-theme-local-inline-size: var(--gform-theme-field-password-strength-indicator-inline-size-blank);
--gform-theme-local-transition: var(--gform-theme-field-password-strength-indicator-transition);
}
.gform-theme--framework .gfield_password_strength.mismatch { --gform-theme-local-background-color: var(--gform-theme-field-password-strength-background-color-mismatch);
--gform-theme-local-border-color: var(--gform-theme-field-password-strength-border-color-mismatch);
--gform-theme-local-color: var(--gform-theme-field-password-strength-color-mismatch);
}
.gform-theme--framework .gfield_password_strength.mismatch::after { --gform-theme-local-background-color: var(--gform-theme-field-password-strength-indicator-background-color-mismatch);
--gform-theme-local-inline-size: var(--gform-theme-field-password-strength-indicator-inline-size-mismatch);
}
.gform-theme--framework .gfield_password_strength.short { --gform-theme-local-background-color: var(--gform-theme-field-password-strength-background-color-short);
--gform-theme-local-border-color: var(--gform-theme-field-password-strength-border-color-short);
--gform-theme-local-color: var(--gform-theme-field-password-strength-color-short);
}
.gform-theme--framework .gfield_password_strength.short::after { --gform-theme-local-background-color: var(--gform-theme-field-password-strength-indicator-background-color-short);
--gform-theme-local-inline-size: var(--gform-theme-field-password-strength-indicator-inline-size-short);
}
.gform-theme--framework .gfield_password_strength.bad { --gform-theme-local-background-color: var(--gform-theme-field-password-strength-background-color-bad);
--gform-theme-local-border-color: var(--gform-theme-field-password-strength-border-color-bad);
--gform-theme-local-color: var(--gform-theme-field-password-strength-color-bad);
}
.gform-theme--framework .gfield_password_strength.bad::after { --gform-theme-local-background-color: var(--gform-theme-field-password-strength-indicator-background-color-bad);
--gform-theme-local-inline-size: var(--gform-theme-field-password-strength-indicator-inline-size-bad);
}
.gform-theme--framework .gfield_password_strength.good { --gform-theme-local-background-color: var(--gform-theme-field-password-strength-background-color-good);
--gform-theme-local-border-color: var(--gform-theme-field-password-strength-border-color-good);
--gform-theme-local-color: var(--gform-theme-field-password-strength-color-good);
}
.gform-theme--framework .gfield_password_strength.good::after { --gform-theme-local-background-color: var(--gform-theme-field-password-strength-indicator-background-color-good);
--gform-theme-local-inline-size: var(--gform-theme-field-password-strength-indicator-inline-size-good);
}
.gform-theme--framework .gfield_password_strength.strong { --gform-theme-local-background-color: var(--gform-theme-field-password-strength-background-color-strong);
--gform-theme-local-border-color: var(--gform-theme-field-password-strength-border-color-strong);
--gform-theme-local-color: var(--gform-theme-field-password-strength-color-strong);
}
.gform-theme--framework .gfield_password_strength.strong::after { --gform-theme-local-background-color: var(--gform-theme-field-password-strength-indicator-background-color-strong);
--gform-theme-local-inline-size: var(--gform-theme-field-password-strength-indicator-inline-size-strong);
}
.gform-theme--framework .gfield--type-product .ginput_product_price { --gform-theme-local-color: var(--gform-theme-field-product-price-color);
}
.gform-theme--framework .gfield--type-product input[type].ginput_product_price { --gform-theme-local-display: inline-block;
}
.gform-theme--framework .gfield--type-product .ginput_quantity { --gform-theme-local-inline-size: var(--gform-theme-field-product-quantity-inline-size); margin-block-end: var(--gform-theme-field-product-quantity-margin-block-end);
}
.gform-theme--framework .gfield--type-product .ginput_container_singleproduct, .gform-theme--framework .gfield--type-product .ginput_container_product_calculation { display: flex;
flex-direction: column;
}
.gform-theme--framework .gfield--type-product .ginput_container_singleproduct .ginput_product_price_wrapper, .gform-theme--framework .gfield--type-product .ginput_container_product_calculation .ginput_product_price_wrapper { order: 2;
}
.gform-theme--framework .gfield--type-repeater .gfield_repeater_cell:not(:first-child) {
margin-block-start: var(--gform-theme-field-repeater-row-gap);
}
.gform-theme--framework .gfield--type-repeater .gfield_repeater_item + .gfield_repeater_item {
margin-block-start: var(--gform-theme-field-repeater-row-gap);
position: relative;
}
.gform-theme--framework .gfield--type-repeater .gfield_repeater_item + .gfield_repeater_item::before {
background-color: var(--gform-theme-field-repeater-separator-color);
block-size: 1px;
content: "";
display: block;
inline-size: 100%;
inset-block-start: calc(0px - (var(--gform-theme-field-repeater-row-gap) / 2));
position: absolute;
}
.gform-theme--framework .gfield--type-repeater .gfield_repeater_buttons {
margin-block-start: var(--gform-theme-form-footer-margin-block-start);
}
.gform-theme--framework .gfield--type-repeater .gfield_repeater_buttons .gform-theme-button.gform-theme-button--secondary.add_repeater_item {
margin-inline-end: var(--gform-theme-field-repeater-button-inline-gap);
}
.gform-theme--framework .gfield--type-repeater .gfield_repeater_wrapper {
border-inline-start: var(--gform-theme-field-repeater-nested-border-size) var(--gform-theme-field-repeater-nested-border-style) var(--gform-theme-field-repeater-nested-border-color);
border-inline-start-style: var(--gform-theme-field-repeater-nested-border-style);
padding-inline-start: var(--gform-theme-field-repeater-nested-padding-inline-start);
}
.gform-theme--framework .gfield--type-section { border-block-end: var(--gform-theme-field-section-border-width) var(--gform-theme-field-section-border-style) var(--gform-theme-field-section-border-color);
padding-block-end: var(--gform-theme-field-section-padding-block-end);
}   .gform-theme--framework .gform_validation_errors { background-color: var(--gform-theme-form-validation-background-color);
border: var(--gform-theme-form-validation-border-width) var(--gform-theme-form-validation-border-style) var(--gform-theme-form-validation-border-color);
border-radius: var(--gform-theme-form-validation-border-radius);
box-shadow: var(--gform-theme-form-validation-box-shadow);
display: flex;
flex-direction: column;
gap: var(--gform-theme-form-validation-gap);
margin-block: var(--gform-theme-form-validation-margin-block);
padding-block: var(--gform-theme-form-validation-padding-block);
padding-inline: var(--gform-theme-form-validation-padding-inline);
}
.gform-theme--framework .gform_validation_errors .gform_submission_error { color: var(--gform-theme-form-validation-heading-color);
display: flex;
flex-direction: column;
font-family: var(--gform-theme-form-validation-heading-font-family);
font-size: var(--gform-theme-form-validation-heading-font-size);
font-weight: var(--gform-theme-form-validation-heading-font-weight);
gap: var(--gform-theme-form-validation-heading-gap);
line-height: var(--gform-theme-form-validation-heading-line-height);
}
.gform-theme--framework .gform_validation_errors .gform-icon { font-family: var(--gform-theme-icon-font-family) !important;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
speak: never;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: var(--gform-theme-form-validation-heading-icon-background-color);
block-size: var(--gform-theme-form-validation-heading-icon-size);
border-color: var(--gform-theme-form-validation-heading-icon-border-color);
border-radius: var(--gform-theme-form-validation-heading-icon-border-radius);
border-style: var(--gform-theme-form-validation-heading-icon-border-style);
border-width: var(--gform-theme-form-validation-heading-icon-border-width);
color: var(--gform-theme-form-validation-heading-icon-color);
display: inline-grid;
font-size: var(--gform-theme-form-validation-heading-icon-font-size);
inline-size: var(--gform-theme-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(--gform-theme-icon-tooltip-error);
}
.gform-theme--framework .gform_validation_errors ol { color: var(--gform-theme-form-validation-summary-color);
font-family: var(--gform-theme-form-validation-summary-font-family);
font-size: var(--gform-theme-form-validation-summary-font-size);
font-weight: var(--gform-theme-form-validation-summary-font-weight);
line-height: var(--gform-theme-form-validation-summary-line-height);
list-style-type: disc;
margin-block: 0;
margin-inline: 0;
padding-inline: var(--gform-theme-form-validation-padding-inline);
}
.gform-theme--framework .gform_validation_errors ol li + li { margin-block-start: 4px;
}
.gform-theme--framework .gform_validation_errors ol a {
color: var(--gform-theme-form-validation-summary-color);
-webkit-text-decoration: var(--gform-theme-form-validation-summary-item-link-text-decoration);
text-decoration: var(--gform-theme-form-validation-summary-item-link-text-decoration);
}
@media (min-width: 640px) {
.gform-theme--framework .gform_validation_errors .gform_submission_error { align-items: center;
flex-direction: row;
}
.gform-theme--framework .gform_validation_errors ol { padding-inline: var(--gform-theme-form-validation-summary-padding-inline);
}
} .gform-theme--framework .gform_required_legend .gfield_required {
color: var(--gform-theme-color-danger);
}
.gform-theme--framework .gform-loader {
border-block-end-color: var(--gform-theme-form-spinner-foreground-color);
border-block-start-color: var(--gform-theme-form-spinner-background-color);
border-inline-end-color: var(--gform-theme-form-spinner-background-color);
border-inline-start-color: var(--gform-theme-form-spinner-foreground-color);
} .gform-theme--framework .gform_save_link svg { display: none;
}
.gform-theme--framework .gform_save_link::before { --gform-theme-control-button-icon: var(--gform-theme-icon-control-save-continue);
}   .gform-theme--framework .field_description_below .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message)) { margin-block-start: var(--gform-theme-description-spacing);
} .gform-theme--framework .field_description_below .gfield_description:where(.gfield_creditcard_warning_message) { margin-block-end: var(--gform-theme-description-spacing);
}
.gform-theme--framework .field_description_below.gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)) { margin-block-start: var(--gform-theme-description-choice-field-spacing);
}  .gform-theme--framework .field_description_above .gfield_description:where([class="gfield_description"], .gfield_creditcard_warning_message) { margin-block-end: var(--gform-theme-description-spacing);
} .gform-theme--framework .field_description_above .gfield_description:where(:not([class="gfield_description"]):not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.gfield_consent_description)) { margin-block-start: var(--gform-theme-description-spacing);
}
.gform-theme--framework .field_description_above.gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)) { margin-block-end: var(--gform-theme-description-choice-field-spacing);
} .gform-theme--framework .left_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message)), .gform-theme--framework .right_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message)) { margin-block: var(--gform-theme-description-spacing) 0;
}
@media (min-width: 640px) {
.gform-theme--framework .left_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message)), .gform-theme--framework .right_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message)) { margin-block: 0;
margin-inline: auto 0;
padding-block-start: var(--gform-theme-description-spacing)
}
}
.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)), .gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)) { margin-block: var(--gform-theme-description-choice-field-spacing) 0;
}
@media (min-width: 640px) {
.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)), .gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)) { margin-block: 0;
padding-block-start: var(--gform-theme-description-choice-field-spacing)
}
}
.gform-theme--framework .left_label .hidden_label.field_description_above .gfield_description:where([class="gfield_description"]), .gform-theme--framework .right_label .hidden_label.field_description_above .gfield_description:where([class="gfield_description"]) { margin-block: 0 var(--gform-theme-description-spacing);
}
@media (min-width: 640px) {
.gform-theme--framework .left_label .hidden_label.field_description_above .gfield_description:where([class="gfield_description"]), .gform-theme--framework .right_label .hidden_label.field_description_above .gfield_description:where([class="gfield_description"]) { margin-block: 0;
padding-block: 0 var(--gform-theme-description-spacing)
}
}
.gform-theme--framework .left_label .hidden_label.field_description_above.gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)), .gform-theme--framework .right_label .hidden_label.field_description_above.gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)) { margin-block: 0 var(--gform-theme-description-choice-field-spacing);
}
@media (min-width: 640px) {
.gform-theme--framework .left_label .hidden_label.field_description_above.gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)), .gform-theme--framework .right_label .hidden_label.field_description_above.gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)) { margin-block: 0;
padding-block: 0 var(--gform-theme-description-choice-field-spacing)
}
}  .gform-theme--framework .gform-field-label:where(:not([class*="gform-field-label--type-"])), .gform-theme--framework .gfield_list_group_item::before { --gform-theme-local-margin-block: 0 var(--gform-theme-label-spacing-primary);
}
.gform-theme--framework .gfield--type-choice.field_description_below .gform-field-label:where(:not([class*="gform-field-label--type-"])), .gform-theme--framework .gfield--type-choice.field_description_above.gfield--no-description .gform-field-label:where(:not([class*="gform-field-label--type-"])) { --gform-theme-local-margin-block: 0 var(--gform-theme-label-choice-field-spacing-primary);
} @media (min-width: 640px) {
.gform-theme--framework .left_label .gform-field-label:where(:not([class*="gform-field-label--type-"]):not(.gfield_header_item):not(.ginput_quantity_label)), .gform-theme--framework .right_label .gform-field-label:where(:not([class*="gform-field-label--type-"]):not(.gfield_header_item):not(.ginput_quantity_label)) { --gform-theme-local-margin-block: 0;
--gform-theme-local-margin-inline: 0; padding-inline-end: var(--gform-theme-label-spacing-primary)
}
} .gform-theme--framework .gform-field-label--type-inline { --gform-theme-local-margin-inline: var(--gform-theme-label-spacing-horizontal-secondary) 0;
--gform-theme-local-margin-block: var(--gform-theme-label-spacing-vertical-secondary) 0;
} .gform-theme--framework .gform-field--size-sm .gform-field-label--type-inline { --gform-theme-local-margin-block: var(--gform-theme-label-spacing-vertical-sm-secondary);
} .gform-theme--framework .gform-field--size-md .gform-field-label--type-inline { --gform-theme-local-margin-block: var(--gform-theme-label-spacing-vertical-md-secondary);
} .gform-theme--framework .gform-field--size-lg .gform-field-label--type-inline { --gform-theme-local-margin-block: var(--gform-theme-label-spacing-vertical-lg-secondary);
} .gform-theme--framework .gform-field--size-xl .gform-field-label--type-inline { --gform-theme-local-margin-block: var(--gform-theme-label-spacing-vertical-xl-secondary);
} .gform-theme--framework .field_sublabel_below .gform-field-label--type-sub { --gform-theme-local-margin-block: var(--gform-theme-label-spacing-tertiary) 0;
}
.gform-theme--framework .field_sublabel_above .gform-field-label--type-sub { --gform-theme-local-margin-block: 0 var(--gform-theme-label-spacing-tertiary);
}

.wp-block-archives{
box-sizing:border-box;
}
.wp-block-archives-dropdown label{
display:block;
}
.wp-block-avatar{
line-height:0;
}
.wp-block-avatar,.wp-block-avatar img{
box-sizing:border-box;
}
.wp-block-avatar.aligncenter{
text-align:center;
}
.wp-block-audio{
box-sizing:border-box;
}
.wp-block-audio figcaption{
margin-bottom:1em;
margin-top:.5em;
}
.wp-block-audio audio{
min-width:300px;
width:100%;
}
.wp-block-button__link{
box-sizing:border-box;
cursor:pointer;
display:inline-block;
text-align:center;
word-break:break-word;
}
.wp-block-button__link.aligncenter{
text-align:center;
}
.wp-block-button__link.alignright{
text-align:right;
}
:where(.wp-block-button__link){
border-radius:9999px;
box-shadow:none;
padding:calc(.667em + 2px) calc(1.333em + 2px);
text-decoration:none;
}
.wp-block-button[style*=text-decoration] .wp-block-button__link{
text-decoration:inherit;
}
.wp-block-buttons>.wp-block-button.has-custom-width{
max-width:none;
}
.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{
width:100%;
}
.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{
font-size:inherit;
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-25{
width:calc(25% - var(--wp--style--block-gap, .5em)*.75);
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-50{
width:calc(50% - var(--wp--style--block-gap, .5em)*.5);
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-75{
width:calc(75% - var(--wp--style--block-gap, .5em)*.25);
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-100{
flex-basis:100%;
width:100%;
}
.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{
width:25%;
}
.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{
width:50%;
}
.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{
width:75%;
}
.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{
border-radius:0;
}
.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{
border-radius:0 !important;
}
.wp-block-button .wp-block-button__link.is-style-outline,.wp-block-button.is-style-outline>.wp-block-button__link{
border:2px solid;
padding:.667em 1.333em;
}
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color){
color:currentColor;
}
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background){
background-color:transparent;
background-image:none;
}
.wp-block-button .wp-block-button__link:where(.has-border-color){
border-width:initial;
}
.wp-block-button .wp-block-button__link:where([style*=border-top-color]){
border-top-width:medium;
}
.wp-block-button .wp-block-button__link:where([style*=border-right-color]){
border-right-width:medium;
}
.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]){
border-bottom-width:medium;
}
.wp-block-button .wp-block-button__link:where([style*=border-left-color]){
border-left-width:medium;
}
.wp-block-button .wp-block-button__link:where([style*=border-style]){
border-width:initial;
}
.wp-block-button .wp-block-button__link:where([style*=border-top-style]){
border-top-width:medium;
}
.wp-block-button .wp-block-button__link:where([style*=border-right-style]){
border-right-width:medium;
}
.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]){
border-bottom-width:medium;
}
.wp-block-button .wp-block-button__link:where([style*=border-left-style]){
border-left-width:medium;
}
.wp-block-buttons.is-vertical{
flex-direction:column;
}
.wp-block-buttons.is-vertical>.wp-block-button:last-child{
margin-bottom:0;
}
.wp-block-buttons>.wp-block-button{
display:inline-block;
margin:0;
}
.wp-block-buttons.is-content-justification-left{
justify-content:flex-start;
}
.wp-block-buttons.is-content-justification-left.is-vertical{
align-items:flex-start;
}
.wp-block-buttons.is-content-justification-center{
justify-content:center;
}
.wp-block-buttons.is-content-justification-center.is-vertical{
align-items:center;
}
.wp-block-buttons.is-content-justification-right{
justify-content:flex-end;
}
.wp-block-buttons.is-content-justification-right.is-vertical{
align-items:flex-end;
}
.wp-block-buttons.is-content-justification-space-between{
justify-content:space-between;
}
.wp-block-buttons.aligncenter{
text-align:center;
}
.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{
margin-left:auto;
margin-right:auto;
width:100%;
}
.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{
text-decoration:inherit;
}
.wp-block-buttons.has-custom-font-size .wp-block-button__link{
font-size:inherit;
}
.wp-block-button.aligncenter,.wp-block-calendar{
text-align:center;
}
.wp-block-calendar td,.wp-block-calendar th{
border:1px solid;
padding:.25em;
}
.wp-block-calendar th{
font-weight:400;
}
.wp-block-calendar caption{
background-color:inherit;
}
.wp-block-calendar table{
border-collapse:collapse;
width:100%;
}
.wp-block-calendar table:where(:not(.has-text-color)){
color:#40464d;
}
.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{
border-color:#ddd;
}
.wp-block-calendar table.has-background th{
background-color:inherit;
}
.wp-block-calendar table.has-text-color th{
color:inherit;
}
:where(.wp-block-calendar table:not(.has-background) th){
background:#ddd;
}
.wp-block-categories{
box-sizing:border-box;
}
.wp-block-categories.alignleft{
margin-right:2em;
}
.wp-block-categories.alignright{
margin-left:2em;
}
.wp-block-categories.wp-block-categories-dropdown.aligncenter{
text-align:center;
}
.wp-block-code{
box-sizing:border-box;
}
.wp-block-code code{
display:block;
font-family:inherit;
overflow-wrap:break-word;
white-space:pre-wrap;
}
.wp-block-columns{
align-items:normal !important;
box-sizing:border-box;
display:flex;
flex-wrap:wrap !important;
}
@media (min-width:782px){
.wp-block-columns{
flex-wrap:nowrap !important;
}
}
.wp-block-columns.are-vertically-aligned-top{
align-items:flex-start;
}
.wp-block-columns.are-vertically-aligned-center{
align-items:center;
}
.wp-block-columns.are-vertically-aligned-bottom{
align-items:flex-end;
}
@media (max-width:781px){
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
flex-basis:100% !important;
}
}
@media (min-width:782px){
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
flex-basis:0;
flex-grow:1;
}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{
flex-grow:0;
}
}
.wp-block-columns.is-not-stacked-on-mobile{
flex-wrap:nowrap !important;
}
.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{
flex-basis:0;
flex-grow:1;
}
.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{
flex-grow:0;
}
:where(.wp-block-columns){
margin-bottom:1.75em;
}
:where(.wp-block-columns.has-background){
padding:1.25em 2.375em;
}
.wp-block-column{
flex-grow:1;
min-width:0;
overflow-wrap:break-word;
word-break:break-word;
}
.wp-block-column.is-vertically-aligned-top{
align-self:flex-start;
}
.wp-block-column.is-vertically-aligned-center{
align-self:center;
}
.wp-block-column.is-vertically-aligned-bottom{
align-self:flex-end;
}
.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{
width:100%;
}
.wp-block-post-comments{
box-sizing:border-box;
}
.wp-block-post-comments .alignleft{
float:left;
}
.wp-block-post-comments .alignright{
float:right;
}
.wp-block-post-comments .navigation:after{
clear:both;
content:"";
display:table;
}
.wp-block-post-comments .commentlist{
clear:both;
list-style:none;
margin:0;
padding:0;
}
.wp-block-post-comments .commentlist .comment{
min-height:2.25em;
padding-left:3.25em;
}
.wp-block-post-comments .commentlist .comment p{
font-size:1em;
line-height:1.8;
margin:1em 0;
}
.wp-block-post-comments .commentlist .children{
list-style:none;
margin:0;
padding:0;
}
.wp-block-post-comments .comment-author{
line-height:1.5;
}
.wp-block-post-comments .comment-author .avatar{
border-radius:1.5em;
display:block;
float:left;
height:2.5em;
margin-right:.75em;
margin-top:.5em;
width:2.5em;
}
.wp-block-post-comments .comment-author cite{
font-style:normal;
}
.wp-block-post-comments .comment-meta{
font-size:.875em;
line-height:1.5;
}
.wp-block-post-comments .comment-meta b{
font-weight:400;
}
.wp-block-post-comments .comment-meta .comment-awaiting-moderation{
display:block;
margin-bottom:1em;
margin-top:1em;
}
.wp-block-post-comments .comment-body .commentmetadata{
font-size:.875em;
}
.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{
display:block;
margin-bottom:.25em;
}
.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{
box-sizing:border-box;
display:block;
width:100%;
}
.wp-block-post-comments .comment-form-cookies-consent{
display:flex;
gap:.25em;
}
.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{
margin-top:.35em;
}
.wp-block-post-comments .comment-reply-title{
margin-bottom:0;
}
.wp-block-post-comments .comment-reply-title :where(small){
font-size:var(--wp--preset--font-size--medium, smaller);
margin-left:.5em;
}
.wp-block-post-comments .reply{
font-size:.875em;
margin-bottom:1.4em;
}
.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{
border:1px solid #949494;
font-family:inherit;
font-size:1em;
}
.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{
padding:calc(.667em + 2px);
}
:where(.wp-block-post-comments input[type=submit]){
border:none;
}
.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{
margin-bottom:.5em;
margin-right:.5em;
}
.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{
margin-right:0;
}
.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{
display:inline-block;
margin-right:1ch;
}
.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){
transform:scaleX(1);
}
.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{
display:inline-block;
margin-left:1ch;
}
.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){
transform:scaleX(1);
}
.wp-block-comments-pagination.aligncenter{
justify-content:center;
}
.wp-block-comment-template{
box-sizing:border-box;
list-style:none;
margin-bottom:0;
max-width:100%;
padding:0;
}
.wp-block-comment-template li{
clear:both;
}
.wp-block-comment-template ol{
list-style:none;
margin-bottom:0;
max-width:100%;
padding-left:2rem;
}
.wp-block-comment-template.alignleft{
float:left;
}
.wp-block-comment-template.aligncenter{
margin-left:auto;
margin-right:auto;
width:-moz-fit-content;
width:fit-content;
}
.wp-block-comment-template.alignright{
float:right;
}
.wp-block-cover,.wp-block-cover-image{
align-items:center;
background-position:50%;
box-sizing:border-box;
display:flex;
justify-content:center;
min-height:430px;
overflow:hidden;
overflow:clip;
padding:1em;
position:relative;
}
.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){
background-color:#000;
}
.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{
background-color:transparent;
}
.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{
background-color:inherit;
content:"";
}
.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{
bottom:0;
left:0;
opacity:.5;
position:absolute;
right:0;
top:0;
z-index:1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{
opacity:.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{
opacity:.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{
opacity:.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{
opacity:.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{
opacity:.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{
opacity:.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{
opacity:.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{
opacity:.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{
opacity:.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{
opacity:1;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{
opacity:0;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{
opacity:.1;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{
opacity:.2;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{
opacity:.3;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{
opacity:.4;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{
opacity:.5;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{
opacity:.6;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{
opacity:.7;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{
opacity:.8;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{
opacity:.9;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{
opacity:1;
}
.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{
max-width:420px;
width:100%;
}
.wp-block-cover-image:after,.wp-block-cover:after{
content:"";
display:block;
font-size:0;
min-height:inherit;
}
@supports (position:sticky){
.wp-block-cover-image:after,.wp-block-cover:after{
content:none;
}
}
.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{
display:flex;
}
.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{
color:inherit;
width:100%;
z-index:1;
}
.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color){
color:inherit;
}
.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{
align-items:flex-start;
justify-content:flex-start;
}
.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{
align-items:flex-start;
justify-content:center;
}
.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{
align-items:flex-start;
justify-content:flex-end;
}
.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{
align-items:center;
justify-content:flex-start;
}
.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{
align-items:center;
justify-content:center;
}
.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{
align-items:center;
justify-content:flex-end;
}
.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{
align-items:flex-end;
justify-content:flex-start;
}
.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{
align-items:flex-end;
justify-content:center;
}
.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{
align-items:flex-end;
justify-content:flex-end;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{
margin:0;
width:auto;
}
.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{
border:none;
bottom:0;
box-shadow:none;
height:100%;
left:0;
margin:0;
max-height:none;
max-width:none;
object-fit:cover;
outline:none;
padding:0;
position:absolute;
right:0;
top:0;
width:100%;
}
.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{
background-attachment:fixed;
background-repeat:no-repeat;
background-size:cover;
}
@supports (-webkit-touch-callout:inherit){
.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{
background-attachment:scroll;
}
}
@media (prefers-reduced-motion:reduce){
.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{
background-attachment:scroll;
}
}
.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{
background-repeat:repeat;
background-size:auto;
}
.wp-block-cover__image-background,.wp-block-cover__video-background{
z-index:0;
}
.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{
color:#fff;
}
.wp-block-cover-image .wp-block-cover.has-left-content{
justify-content:flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content{
justify-content:flex-end;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{
margin-left:0;
text-align:left;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{
margin-right:0;
text-align:right;
}
.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{
font-size:2em;
line-height:1.25;
margin-bottom:0;
max-width:840px;
padding:.44em;
text-align:center;
z-index:1;
}
:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){
color:#fff;
}
:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){
color:#000;
}
.wp-block-details{
box-sizing:border-box;
overflow:hidden;
}
.wp-block-details summary{
cursor:pointer;
}
.wp-block-details>:not(summary){
margin-block-end:0;
margin-block-start:var(--wp--style--block-gap);
}
.wp-block-details>:last-child{
margin-bottom:0;
}
.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{
max-width:360px;
width:100%;
}
.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{
min-width:280px;
}
.wp-block-cover .wp-block-embed{
min-height:240px;
min-width:320px;
}
.wp-block-embed{
overflow-wrap:break-word;
}
.wp-block-embed figcaption{
margin-bottom:1em;
margin-top:.5em;
}
.wp-block-embed iframe{
max-width:100%;
}
.wp-block-embed__wrapper{
position:relative;
}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{
content:"";
display:block;
padding-top:50%;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe{
bottom:0;
height:100%;
left:0;
position:absolute;
right:0;
top:0;
width:100%;
}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{
padding-top:42.85%;
}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{
padding-top:50%;
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{
padding-top:56.25%;
}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{
padding-top:75%;
}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{
padding-top:100%;
}
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{
padding-top:177.77%;
}
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{
padding-top:200%;
}
.wp-block-file:not(.wp-element-button){
font-size:.8em;
}
.wp-block-file.aligncenter{
text-align:center;
}
.wp-block-file.alignright{
text-align:right;
}
.wp-block-file *+.wp-block-file__button{
margin-left:.75em;
}
:where(.wp-block-file){
margin-bottom:1.5em;
}
.wp-block-file__embed{
margin-bottom:1em;
}
:where(.wp-block-file__button){
border-radius:2em;
display:inline-block;
padding:.5em 1em;
}
:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{
box-shadow:none;
color:#fff;
opacity:.85;
text-decoration:none;
}
.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){
display:flex;
flex-wrap:wrap;
list-style-type:none;
margin:0;
padding:0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{
display:flex;
flex-direction:column;
flex-grow:1;
justify-content:center;
margin:0 1em 1em 0;
position:relative;
width:calc(50% - 1em);
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){
margin-right:0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{
align-items:flex-end;
display:flex;
height:100%;
justify-content:flex-start;
margin:0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{
display:block;
height:auto;
max-width:100%;
width:auto;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{
background:linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,.3) 70%, transparent);
bottom:0;
box-sizing:border-box;
color:#fff;
font-size:.8em;
margin:0;
max-height:100%;
overflow:auto;
padding:3em .77em .7em;
position:absolute;
text-align:center;
width:100%;
z-index:2;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{
display:inline;
}
.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{
flex-grow:1;
}
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{
flex:1;
height:100%;
object-fit:cover;
width:100%;
}
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{
margin-right:0;
width:100%;
}
@media (min-width:600px){
.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{
margin-right:1em;
width:calc(33.33333% - .66667em);
}
.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{
margin-right:1em;
width:calc(25% - .75em);
}
.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{
margin-right:1em;
width:calc(20% - .8em);
}
.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{
margin-right:1em;
width:calc(16.66667% - .83333em);
}
.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{
margin-right:1em;
width:calc(14.28571% - .85714em);
}
.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{
margin-right:1em;
width:calc(12.5% - .875em);
}
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){
margin-right:0;
}
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{
margin-right:0;
}
.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{
max-width:420px;
width:100%;
}
.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{
justify-content:center;
}
.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{
align-self:flex-start;
}
figure.wp-block-gallery.has-nested-images{
align-items:normal;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){
margin:0;
width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2);
}
.wp-block-gallery.has-nested-images figure.wp-block-image{
box-sizing:border-box;
display:flex;
flex-direction:column;
flex-grow:1;
justify-content:center;
max-width:100%;
position:relative;
}
.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{
flex-direction:column;
flex-grow:1;
margin:0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img{
display:block;
height:auto;
max-width:100% !important;
width:auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
background:linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,.3) 70%, transparent);
bottom:0;
box-sizing:border-box;
color:#fff;
font-size:13px;
left:0;
margin-bottom:0;
max-height:60%;
overflow:auto;
padding:0 8px 8px;
position:absolute;
text-align:center;
width:100%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{
display:inline;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{
color:inherit;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{
box-sizing:border-box;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{
flex:1 1 auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{
background:none;
color:inherit;
flex:initial;
margin:0;
padding:10px 10px 9px;
position:relative;
}
.wp-block-gallery.has-nested-images figcaption{
flex-basis:100%;
flex-grow:1;
text-align:center;
}
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){
margin-bottom:auto;
margin-top:0;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){
align-self:inherit;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){
display:flex;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{
flex:1 0 0%;
height:100%;
object-fit:cover;
width:100%;
}
.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){
width:100%;
}
@media (min-width:600px){
.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){
width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667);
}
.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){
width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75);
}
.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){
width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8);
}
.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){
width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333);
}
.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){
width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714);
}
.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){
width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875);
}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){
width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667);
}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){
width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5);
}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{
width:100%;
}
}
.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{
max-width:420px;
width:100%;
}
.wp-block-gallery.has-nested-images.aligncenter{
justify-content:center;
}
.wp-block-group{
box-sizing:border-box;
}
h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{
padding:1.25em 2.375em;
}
.wp-block-image img{
box-sizing:border-box;
height:auto;
max-width:100%;
vertical-align:bottom;
}
.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{
border-radius:inherit;
}
.wp-block-image.has-custom-border img{
box-sizing:border-box;
}
.wp-block-image.aligncenter{
text-align:center;
}
.wp-block-image.alignfull img,.wp-block-image.alignwide img{
height:auto;
width:100%;
}
.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{
display:table;
}
.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{
caption-side:bottom;
display:table-caption;
}
.wp-block-image .alignleft{
float:left;
margin:.5em 1em .5em 0;
}
.wp-block-image .alignright{
float:right;
margin:.5em 0 .5em 1em;
}
.wp-block-image .aligncenter{
margin-left:auto;
margin-right:auto;
}
.wp-block-image figcaption{
margin-bottom:1em;
margin-top:.5em;
}
.wp-block-image .is-style-rounded img,.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{
border-radius:9999px;
}
@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){
.wp-block-image.is-style-circle-mask img{
border-radius:0;
-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
mask-mode:alpha;
-webkit-mask-position:center;
mask-position:center;
-webkit-mask-repeat:no-repeat;
mask-repeat:no-repeat;
-webkit-mask-size:contain;
mask-size:contain;
}
}
.wp-block-image :where(.has-border-color){
border-style:solid;
}
.wp-block-image :where([style*=border-top-color]){
border-top-style:solid;
}
.wp-block-image :where([style*=border-right-color]){
border-right-style:solid;
}
.wp-block-image :where([style*=border-bottom-color]){
border-bottom-style:solid;
}
.wp-block-image :where([style*=border-left-color]){
border-left-style:solid;
}
.wp-block-image :where([style*=border-width]){
border-style:solid;
}
.wp-block-image :where([style*=border-top-width]){
border-top-style:solid;
}
.wp-block-image :where([style*=border-right-width]){
border-right-style:solid;
}
.wp-block-image :where([style*=border-bottom-width]){
border-bottom-style:solid;
}
.wp-block-image :where([style*=border-left-width]){
border-left-style:solid;
}
.wp-block-image figure{
margin:0;
}
.wp-lightbox-container .img-container{
position:relative;
}
.wp-lightbox-container button{
background:none;
border:none;
cursor:zoom-in;
height:100%;
position:absolute;
width:100%;
z-index:100;
}
.wp-lightbox-container button:focus-visible{
outline:5px auto #212121;
outline:5px auto -webkit-focus-ring-color;
outline-offset:5px;
}
.wp-lightbox-overlay{
height:100vh;
left:0;
overflow:hidden;
position:fixed;
top:0;
visibility:hidden;
width:100vw;
z-index:100000;
}
.wp-lightbox-overlay .close-button{
cursor:pointer;
padding:0;
position:absolute;
right:12.5px;
top:12.5px;
z-index:5000000;
}
.wp-lightbox-overlay .wp-block-image{
align-items:center;
box-sizing:border-box;
display:flex;
flex-direction:column;
height:100%;
justify-content:center;
position:absolute;
width:100%;
z-index:3000000;
}
.wp-lightbox-overlay .wp-block-image figcaption{
display:none;
}
.wp-lightbox-overlay .wp-block-image img{
max-height:100%;
max-width:100%;
width:auto;
}
.wp-lightbox-overlay button{
background:none;
border:none;
}
.wp-lightbox-overlay .scrim{
background-color:#fff;
height:100%;
opacity:.9;
position:absolute;
width:100%;
z-index:2000000;
}
.wp-lightbox-overlay.fade.active{
animation:turn-on-visibility .25s both;
visibility:visible;
}
.wp-lightbox-overlay.fade.active img{
animation:turn-on-visibility .3s both;
}
.wp-lightbox-overlay.fade.hideanimationenabled:not(.active){
animation:turn-off-visibility .3s both;
}
.wp-lightbox-overlay.fade.hideanimationenabled:not(.active) img{
animation:turn-off-visibility .25s both;
}
.wp-lightbox-overlay.zoom img{
height:var(--lightbox-image-max-height);
position:absolute;
transform-origin:top left;
width:var(--lightbox-image-max-width);
}
.wp-lightbox-overlay.zoom.active{
opacity:1;
visibility:visible;
}
.wp-lightbox-overlay.zoom.active .wp-block-image img{
animation:lightbox-zoom-in .4s forwards;
}
@media (prefers-reduced-motion){
.wp-lightbox-overlay.zoom.active .wp-block-image img{
animation:turn-on-visibility .4s both;
}
}
.wp-lightbox-overlay.zoom.active .scrim{
animation:turn-on-visibility .4s forwards;
}
.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .wp-block-image img{
animation:lightbox-zoom-out .4s forwards;
}
@media (prefers-reduced-motion){
.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .wp-block-image img{
animation:turn-off-visibility .4s both;
}
}
.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim{
animation:turn-off-visibility .4s forwards;
}
html.has-lightbox-open{
overflow:hidden;
}
@keyframes turn-on-visibility{
0%{
opacity:0;
}
to{
opacity:1;
}
}
@keyframes turn-off-visibility{
0%{
opacity:1;
visibility:visible;
}
99%{
opacity:0;
visibility:visible;
}
to{
opacity:0;
visibility:hidden;
}
}
@keyframes lightbox-zoom-in{
0%{
left:var(--lightbox-initial-left-position);
top:var(--lightbox-initial-top-position);
transform:scale(var(--lightbox-scale-width), var(--lightbox-scale-height));
}
to{
left:var(--lightbox-target-left-position);
top:var(--lightbox-target-top-position);
transform:scale(1);
}
}
@keyframes lightbox-zoom-out{
0%{
left:var(--lightbox-target-left-position);
top:var(--lightbox-target-top-position);
transform:scale(1);
visibility:visible;
}
99%{
visibility:visible;
}
to{
left:var(--lightbox-initial-left-position);
top:var(--lightbox-initial-top-position);
transform:scale(var(--lightbox-scale-width), var(--lightbox-scale-height));
}
}
ol.wp-block-latest-comments{
box-sizing:border-box;
margin-left:0;
}
:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){
line-height:1.1;
}
:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){
line-height:1.8;
}
.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){
line-height:1.5;
}
.wp-block-latest-comments .wp-block-latest-comments{
padding-left:0;
}
.wp-block-latest-comments__comment{
list-style:none;
margin-bottom:1em;
}
.has-avatars .wp-block-latest-comments__comment{
list-style:none;
min-height:2.25em;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{
margin-left:3.25em;
}
.wp-block-latest-comments__comment-excerpt p{
font-size:.875em;
margin:.36em 0 1.4em;
}
.wp-block-latest-comments__comment-date{
display:block;
font-size:.75em;
}
.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{
border-radius:1.5em;
display:block;
float:left;
height:2.5em;
margin-right:.75em;
width:2.5em;
}
.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{
font-size:inherit;
}
.wp-block-latest-posts{
box-sizing:border-box;
}
.wp-block-latest-posts.alignleft{
margin-right:2em;
}
.wp-block-latest-posts.alignright{
margin-left:2em;
}
.wp-block-latest-posts.wp-block-latest-posts__list{
list-style:none;
padding-left:0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li{
clear:both;
}
.wp-block-latest-posts.is-grid{
display:flex;
flex-wrap:wrap;
padding:0;
}
.wp-block-latest-posts.is-grid li{
margin:0 1.25em 1.25em 0;
width:100%;
}
@media (min-width:600px){
.wp-block-latest-posts.columns-2 li{
width:calc(50% - .625em);
}
.wp-block-latest-posts.columns-2 li:nth-child(2n){
margin-right:0;
}
.wp-block-latest-posts.columns-3 li{
width:calc(33.33333% - .83333em);
}
.wp-block-latest-posts.columns-3 li:nth-child(3n){
margin-right:0;
}
.wp-block-latest-posts.columns-4 li{
width:calc(25% - .9375em);
}
.wp-block-latest-posts.columns-4 li:nth-child(4n){
margin-right:0;
}
.wp-block-latest-posts.columns-5 li{
width:calc(20% - 1em);
}
.wp-block-latest-posts.columns-5 li:nth-child(5n){
margin-right:0;
}
.wp-block-latest-posts.columns-6 li{
width:calc(16.66667% - 1.04167em);
}
.wp-block-latest-posts.columns-6 li:nth-child(6n){
margin-right:0;
}
}
.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{
display:block;
font-size:.8125em;
}
.wp-block-latest-posts__post-excerpt{
margin-bottom:1em;
margin-top:.5em;
}
.wp-block-latest-posts__featured-image a{
display:inline-block;
}
.wp-block-latest-posts__featured-image img{
height:auto;
max-width:100%;
width:auto;
}
.wp-block-latest-posts__featured-image.alignleft{
float:left;
margin-right:1em;
}
.wp-block-latest-posts__featured-image.alignright{
float:right;
margin-left:1em;
}
.wp-block-latest-posts__featured-image.aligncenter{
margin-bottom:1em;
text-align:center;
}
ol,ul{
box-sizing:border-box;
}
ol.has-background,ul.has-background{
padding:1.25em 2.375em;
}
.wp-block-media-text{
box-sizing:border-box;
direction:ltr;
display:grid;
grid-template-columns:50% 1fr;
grid-template-rows:auto;
}
.wp-block-media-text.has-media-on-the-right{
grid-template-columns:1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{
align-self:start;
}
.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media{
align-self:center;
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{
align-self:end;
}
.wp-block-media-text .wp-block-media-text__media{
grid-column:1;
grid-row:1;
margin:0;
}
.wp-block-media-text .wp-block-media-text__content{
direction:ltr;
grid-column:2;
grid-row:1;
padding:0 8%;
word-break:break-word;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
grid-column:2;
grid-row:1;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
grid-column:1;
grid-row:1;
}
.wp-block-media-text__media img,.wp-block-media-text__media video{
height:auto;
max-width:unset;
vertical-align:middle;
width:100%;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media{
background-size:cover;
height:100%;
min-height:250px;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{
display:block;
height:100%;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media img{
clip:rect(0, 0, 0, 0);
border:0;
height:1px;
margin:-1px;
overflow:hidden;
padding:0;
position:absolute;
width:1px;
}
@media (max-width:600px){
.wp-block-media-text.is-stacked-on-mobile{
grid-template-columns:100% !important;
}
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{
grid-column:1;
grid-row:1;
}
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{
grid-column:1;
grid-row:2;
}
}
.wp-block-navigation{
--navigation-layout-justification-setting:flex-start;
--navigation-layout-direction:row;
--navigation-layout-wrap:wrap;
--navigation-layout-justify:flex-start;
--navigation-layout-align:center;
position:relative;
}
.wp-block-navigation ul{
margin-bottom:0;
margin-left:0;
margin-top:0;
padding-left:0;
}
.wp-block-navigation ul,.wp-block-navigation ul li{
list-style:none;
padding:0;
}
.wp-block-navigation .wp-block-navigation-item{
align-items:center;
display:flex;
position:relative;
}
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{
display:none;
}
.wp-block-navigation .wp-block-navigation-item__content{
display:block;
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{
color:inherit;
}
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{
text-decoration:underline;
}
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{
text-decoration:line-through;
}
.wp-block-navigation:where(:not([class*=has-text-decoration])) a{
text-decoration:none;
}
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus{
text-decoration:none;
}
.wp-block-navigation .wp-block-navigation__submenu-icon{
align-self:center;
background-color:inherit;
border:none;
color:currentColor;
display:inline-block;
font-size:inherit;
height:.6em;
line-height:0;
margin-left:.25em;
padding:0;
width:.6em;
}
.wp-block-navigation .wp-block-navigation__submenu-icon svg{
stroke:currentColor;
display:inline-block;
height:inherit;
margin-top:.075em;
width:inherit;
}
.wp-block-navigation.is-vertical{
--navigation-layout-direction:column;
--navigation-layout-justify:initial;
--navigation-layout-align:flex-start;
}
.wp-block-navigation.no-wrap{
--navigation-layout-wrap:nowrap;
}
.wp-block-navigation.items-justified-center{
--navigation-layout-justification-setting:center;
--navigation-layout-justify:center;
}
.wp-block-navigation.items-justified-center.is-vertical{
--navigation-layout-align:center;
}
.wp-block-navigation.items-justified-right{
--navigation-layout-justification-setting:flex-end;
--navigation-layout-justify:flex-end;
}
.wp-block-navigation.items-justified-right.is-vertical{
--navigation-layout-align:flex-end;
}
.wp-block-navigation.items-justified-space-between{
--navigation-layout-justification-setting:space-between;
--navigation-layout-justify:space-between;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container{
align-items:normal;
background-color:inherit;
color:inherit;
display:flex;
flex-direction:column;
height:0;
left:-1px;
opacity:0;
overflow:hidden;
position:absolute;
top:100%;
transition:opacity .1s linear;
visibility:hidden;
width:0;
z-index:2;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{
display:flex;
flex-grow:1;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{
margin-left:auto;
margin-right:0;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{
margin:0;
}
@media (min-width:782px){
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{
left:100%;
top:-1px;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{
background:transparent;
content:"";
display:block;
height:100%;
position:absolute;
right:100%;
width:.5em;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{
margin-right:.25em;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{
transform:rotate(-90deg);
}
}
.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container{
height:auto;
min-width:200px;
opacity:1;
overflow:visible;
visibility:visible;
width:auto;
}
.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{
height:auto;
min-width:200px;
opacity:1;
overflow:visible;
visibility:visible;
width:auto;
}
.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container{
height:auto;
min-width:200px;
opacity:1;
overflow:visible;
visibility:visible;
width:auto;
}
.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{
left:0;
top:100%;
}
@media (min-width:782px){
.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{
left:100%;
top:0;
}
}
.wp-block-navigation-submenu{
display:flex;
position:relative;
}
.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{
stroke:currentColor;
}
button.wp-block-navigation-item__content{
background-color:transparent;
border:none;
color:currentColor;
font-family:inherit;
font-size:inherit;
font-style:inherit;
font-weight:inherit;
line-height:inherit;
text-align:left;
text-transform:inherit;
}
.wp-block-navigation-submenu__toggle{
cursor:pointer;
}
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{
padding-right:.85em;
}
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{
margin-left:-.6em;
pointer-events:none;
}
.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{
gap:inherit;
}
:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){
padding:.5em 1em;
}
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){
padding:.5em 1em;
}
.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{
left:auto;
right:0;
}
.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{
left:-1px;
right:-1px;
}
@media (min-width:782px){
.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{
left:auto;
right:100%;
}
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{
background-color:#fff;
border:1px solid rgba(0,0,0,.15);
color:#000;
}
.wp-block-navigation__container{
align-items:var(--navigation-layout-align, initial);
display:flex;
flex-direction:var(--navigation-layout-direction, initial);
flex-wrap:var(--navigation-layout-wrap, wrap);
justify-content:var(--navigation-layout-justify, initial);
list-style:none;
margin:0;
padding-left:0;
}
.wp-block-navigation__container .is-responsive{
display:none;
}
.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{
flex-grow:1;
}
@keyframes overlay-menu__fade-in-animation{
0%{
opacity:0;
transform:translateY(.5em);
}
to{
opacity:1;
transform:translateY(0);
}
}
.wp-block-navigation__responsive-container{
bottom:0;
display:none;
left:0;
position:fixed;
right:0;
top:0;
}
.wp-block-navigation__responsive-container .wp-block-navigation-link a{
color:inherit;
}
.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{
align-items:var(--navigation-layout-align, initial);
display:flex;
flex-direction:var(--navigation-layout-direction, initial);
flex-wrap:var(--navigation-layout-wrap, wrap);
justify-content:var(--navigation-layout-justify, initial);
}
.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){
background-color:inherit !important;
color:inherit !important;
}
.wp-block-navigation__responsive-container.is-menu-open{
animation:overlay-menu__fade-in-animation .1s ease-out;
animation-fill-mode:forwards;
background-color:inherit;
display:flex;
flex-direction:column;
overflow:auto;
padding:var(--wp--style--root--padding-top, 2rem) var(--wp--style--root--padding-right, 2rem) var(--wp--style--root--padding-bottom, 2rem) var(--wp--style--root--padding-left, 2rem);
z-index:100000;
}
@media (prefers-reduced-motion:reduce){
.wp-block-navigation__responsive-container.is-menu-open{
animation-delay:0s;
animation-duration:1ms;
}
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{
align-items:var(--navigation-layout-justification-setting, inherit);
display:flex;
flex-direction:column;
flex-wrap:nowrap;
overflow:visible;
padding-top:calc(2rem + 24px);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{
justify-content:flex-start;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{
display:none;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{
border:none;
height:auto;
min-width:200px;
opacity:1;
overflow:initial;
padding-left:2rem;
padding-right:2rem;
position:static;
visibility:visible;
width:auto;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{
gap:inherit;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{
padding-top:var(--wp--style--block-gap, 2em);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{
padding:0;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{
align-items:var(--navigation-layout-justification-setting, initial);
display:flex;
flex-direction:column;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{
background:transparent !important;
color:inherit !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{
left:auto;
right:auto;
}
@media (min-width:600px){
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){
background-color:inherit;
display:block;
position:relative;
width:100%;
z-index:auto;
}
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{
display:none;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{
left:0;
}
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{
background-color:#fff;
color:#000;
}
.wp-block-navigation__toggle_button_label{
font-size:1rem;
font-weight:700;
}
.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{
background:transparent;
border:none;
color:currentColor;
cursor:pointer;
margin:0;
padding:0;
text-transform:inherit;
vertical-align:middle;
}
.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{
fill:currentColor;
display:block;
height:24px;
pointer-events:none;
width:24px;
}
.wp-block-navigation__responsive-container-open{
display:flex;
}
.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
}
@media (min-width:600px){
.wp-block-navigation__responsive-container-open:not(.always-shown){
display:none;
}
}
.wp-block-navigation__responsive-container-close{
position:absolute;
right:0;
top:0;
z-index:2;
}
.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
}
.wp-block-navigation__responsive-close{
width:100%;
}
.has-modal-open .wp-block-navigation__responsive-close{
margin-left:auto;
margin-right:auto;
max-width:var(--wp--style--global--wide-size, 100%);
}
.wp-block-navigation__responsive-close:focus{
outline:none;
}
.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{
box-sizing:border-box;
}
.wp-block-navigation__responsive-dialog{
position:relative;
}
.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{
margin-top:46px;
}
@media (min-width:782px){
.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{
margin-top:32px;
}
}
html.has-modal-open{
overflow:hidden;
}
.wp-block-navigation .wp-block-navigation-item__label{
overflow-wrap:break-word;
word-break:normal;
}
.wp-block-navigation .wp-block-navigation-item__description{
display:none;
}
.wp-block-navigation .wp-block-page-list{
align-items:var(--navigation-layout-align, initial);
background-color:inherit;
display:flex;
flex-direction:var(--navigation-layout-direction, initial);
flex-wrap:var(--navigation-layout-wrap, wrap);
justify-content:var(--navigation-layout-justify, initial);
}
.wp-block-navigation .wp-block-navigation-item{
background-color:inherit;
}
.is-small-text{
font-size:.875em;
}
.is-regular-text{
font-size:1em;
}
.is-large-text{
font-size:2.25em;
}
.is-larger-text{
font-size:3em;
}
.has-drop-cap:not(:focus):first-letter{
float:left;
font-size:8.4em;
font-style:normal;
font-weight:100;
line-height:.68;
margin:.05em .1em 0 0;
text-transform:uppercase;
}
body.rtl .has-drop-cap:not(:focus):first-letter{
float:none;
margin-left:.1em;
}
p.has-drop-cap.has-background{
overflow:hidden;
}
p.has-background{
padding:1.25em 2.375em;
}
:where(p.has-text-color:not(.has-link-color)) a{
color:inherit;
}
.wp-block-post-author{
display:flex;
flex-wrap:wrap;
}
.wp-block-post-author__byline{
font-size:.5em;
margin-bottom:0;
margin-top:0;
width:100%;
}
.wp-block-post-author__avatar{
margin-right:1em;
}
.wp-block-post-author__bio{
font-size:.7em;
margin-bottom:.7em;
}
.wp-block-post-author__content{
flex-basis:0;
flex-grow:1;
}
.wp-block-post-author__name{
margin:0;
}
.wp-block-post-comments-form{
box-sizing:border-box;
}
.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){
font-weight:inherit;
}
.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){
font-family:inherit;
}
.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){
font-size:inherit;
}
.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){
line-height:inherit;
}
.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){
font-style:inherit;
}
.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){
letter-spacing:inherit;
}
.wp-block-post-comments-form input[type=submit]{
box-shadow:none;
cursor:pointer;
display:inline-block;
overflow-wrap:break-word;
text-align:center;
}
.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea{
border:1px solid #949494;
font-family:inherit;
font-size:1em;
}
.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea{
padding:calc(.667em + 2px);
}
.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{
box-sizing:border-box;
display:block;
width:100%;
}
.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{
display:block;
margin-bottom:.25em;
}
.wp-block-post-comments-form .comment-form-cookies-consent{
display:flex;
gap:.25em;
}
.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{
margin-top:.35em;
}
.wp-block-post-comments-form .comment-reply-title{
margin-bottom:0;
}
.wp-block-post-comments-form .comment-reply-title :where(small){
font-size:var(--wp--preset--font-size--medium, smaller);
margin-left:.5em;
}
.wp-block-post-date{
box-sizing:border-box;
}
:where(.wp-block-post-excerpt){
margin-bottom:var(--wp--style--block-gap);
margin-top:var(--wp--style--block-gap);
}
.wp-block-post-excerpt__excerpt{
margin-bottom:0;
margin-top:0;
}
.wp-block-post-excerpt__more-text{
margin-bottom:0;
margin-top:var(--wp--style--block-gap);
}
.wp-block-post-excerpt__more-link{
display:inline-block;
}
.wp-block-post-featured-image{
margin-left:0;
margin-right:0;
}
.wp-block-post-featured-image a{
display:block;
height:100%;
}
.wp-block-post-featured-image img{
box-sizing:border-box;
height:auto;
max-width:100%;
vertical-align:bottom;
width:100%;
}
.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{
width:100%;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{
background-color:#000;
inset:0;
position:absolute;
}
.wp-block-post-featured-image{
position:relative;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{
background-color:transparent;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{
opacity:0;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{
opacity:.1;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{
opacity:.2;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{
opacity:.3;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{
opacity:.4;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{
opacity:.5;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{
opacity:.6;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{
opacity:.7;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{
opacity:.8;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{
opacity:.9;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{
opacity:1;
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{
display:inline-block;
margin-right:1ch;
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){
transform:scaleX(1);
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{
display:inline-block;
margin-left:1ch;
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){
transform:scaleX(1);
}
.wp-block-post-terms{
box-sizing:border-box;
}
.wp-block-post-terms .wp-block-post-terms__separator{
white-space:pre-wrap;
}
.wp-block-post-time-to-read,.wp-block-post-title{
box-sizing:border-box;
}
.wp-block-post-title{
word-break:break-word;
}
.wp-block-post-title a{
display:inline-block;
}
.wp-block-preformatted{
white-space:pre-wrap;
}
.wp-block-preformatted.has-background{
padding:1.25em 2.375em;
}
.wp-block-pullquote{
box-sizing:border-box;
overflow-wrap:break-word;
padding:3em 0;
text-align:center;
}
.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{
color:inherit;
}
.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{
max-width:420px;
}
.wp-block-pullquote cite,.wp-block-pullquote footer{
position:relative;
}
.wp-block-pullquote .has-text-color a{
color:inherit;
}
:where(.wp-block-pullquote){
margin:0 0 1em;
}
.wp-block-pullquote.has-text-align-left blockquote{
text-align:left;
}
.wp-block-pullquote.has-text-align-right blockquote{
text-align:right;
}
.wp-block-pullquote.is-style-solid-color{
border:none;
}
.wp-block-pullquote.is-style-solid-color blockquote{
margin-left:auto;
margin-right:auto;
max-width:60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p{
font-size:2em;
margin-bottom:0;
margin-top:0;
}
.wp-block-pullquote.is-style-solid-color blockquote cite{
font-style:normal;
text-transform:none;
}
.wp-block-pullquote cite{
color:inherit;
}
.wp-block-post-template{
list-style:none;
margin-bottom:0;
margin-top:0;
max-width:100%;
padding:0;
}
.wp-block-post-template.wp-block-post-template{
background:none;
}
.wp-block-post-template.is-flex-container{
display:flex;
flex-direction:row;
flex-wrap:wrap;
gap:1.25em;
}
.wp-block-post-template.is-flex-container>li{
margin:0;
width:100%;
}
@media (min-width:600px){
.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{
width:calc(50% - .625em);
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{
width:calc(33.33333% - .83333em);
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{
width:calc(25% - .9375em);
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{
width:calc(20% - 1em);
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{
width:calc(16.66667% - 1.04167em);
}
}
@media (max-width:600px){
.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{
grid-template-columns:1fr;
}
}
.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{
margin-bottom:.5em;
margin-right:.5em;
}
.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{
margin-right:0;
}
.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{
margin-inline-start:auto;
}
.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{
margin-inline-end:auto;
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{
display:inline-block;
margin-right:1ch;
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){
transform:scaleX(1);
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow{
display:inline-block;
margin-left:1ch;
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){
transform:scaleX(1);
}
.wp-block-query-pagination.aligncenter{
justify-content:center;
}
.wp-block-query-title,.wp-block-quote{
box-sizing:border-box;
}
.wp-block-quote{
overflow-wrap:break-word;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){
margin-bottom:1em;
padding:0 1em;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{
font-size:1.5em;
font-style:italic;
line-height:1.6;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{
font-size:1.125em;
text-align:right;
}
.wp-block-read-more{
display:block;
width:-moz-fit-content;
width:fit-content;
}
.wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus{
text-decoration:none;
}
ul.wp-block-rss{
list-style:none;
padding:0;
}
ul.wp-block-rss.wp-block-rss{
box-sizing:border-box;
}
ul.wp-block-rss.alignleft{
margin-right:2em;
}
ul.wp-block-rss.alignright{
margin-left:2em;
}
ul.wp-block-rss.is-grid{
display:flex;
flex-wrap:wrap;
list-style:none;
padding:0;
}
ul.wp-block-rss.is-grid li{
margin:0 1em 1em 0;
width:100%;
}
@media (min-width:600px){
ul.wp-block-rss.columns-2 li{
width:calc(50% - 1em);
}
ul.wp-block-rss.columns-3 li{
width:calc(33.33333% - 1em);
}
ul.wp-block-rss.columns-4 li{
width:calc(25% - 1em);
}
ul.wp-block-rss.columns-5 li{
width:calc(20% - 1em);
}
ul.wp-block-rss.columns-6 li{
width:calc(16.66667% - 1em);
}
}
.wp-block-rss__item-author,.wp-block-rss__item-publish-date{
display:block;
font-size:.8125em;
}
.wp-block-search__button{
margin-left:10px;
word-break:normal;
}
.wp-block-search__button.has-icon{
line-height:0;
}
.wp-block-search__button svg{
fill:currentColor;
min-height:24px;
min-width:24px;
vertical-align:text-bottom;
}
:where(.wp-block-search__button){
border:1px solid #ccc;
padding:6px 10px;
}
.wp-block-search__inside-wrapper{
display:flex;
flex:auto;
flex-wrap:nowrap;
max-width:100%;
}
.wp-block-search__label{
width:100%;
}
.wp-block-search__input{
-webkit-appearance:initial;
appearance:none;
border:1px solid #949494;
flex-grow:1;
margin-left:0;
margin-right:0;
min-width:3rem;
padding:8px;
text-decoration:unset !important;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button{
margin-left:0;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){
border:1px solid #949494;
box-sizing:border-box;
padding:4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{
border:none;
border-radius:0;
padding:0 4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{
outline:none;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){
padding:4px 8px;
}
.wp-block-search.aligncenter .wp-block-search__inside-wrapper{
margin:auto;
}
.wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper{
min-width:0 !important;
transition-property:width;
}
.wp-block-search__button-behavior-expand .wp-block-search__input{
flex-basis:100%;
transition-duration:.3s;
}
.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden,.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{
overflow:hidden;
}
.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__input{
border-left-width:0 !important;
border-right-width:0 !important;
flex-basis:0;
flex-grow:0;
margin:0;
min-width:0 !important;
padding-left:0 !important;
padding-right:0 !important;
width:0 !important;
}
.wp-block[data-align=right] .wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper{
float:right;
}
.wp-block-separator{
border:1px solid;
border-left:none;
border-right:none;
}
.wp-block-separator.is-style-dots{
background:none !important;
border:none;
height:auto;
line-height:1;
text-align:center;
}
.wp-block-separator.is-style-dots:before{
color:currentColor;
content:"···";
font-family:serif;
font-size:1.5em;
letter-spacing:2em;
padding-left:2em;
}
.wp-block-site-logo{
box-sizing:border-box;
line-height:0;
}
.wp-block-site-logo a{
display:inline-block;
}
.wp-block-site-logo.is-default-size img{
height:auto;
width:120px;
}
.wp-block-site-logo img{
height:auto;
max-width:100%;
}
.wp-block-site-logo a,.wp-block-site-logo img{
border-radius:inherit;
}
.wp-block-site-logo.aligncenter{
margin-left:auto;
margin-right:auto;
text-align:center;
}
.wp-block-site-logo.is-style-rounded{
border-radius:9999px;
}
.wp-block-site-title a{
color:inherit;
}
.wp-block-social-links{
background:none;
box-sizing:border-box;
margin-left:0;
padding-left:0;
padding-right:0;
text-indent:0;
}
.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{
border-bottom:0;
box-shadow:none;
text-decoration:none;
}
.wp-block-social-links .wp-social-link a{
padding:.25em;
}
.wp-block-social-links .wp-social-link svg{
height:1em;
width:1em;
}
.wp-block-social-links .wp-social-link span:not(.screen-reader-text){
font-size:.65em;
margin-left:.5em;
margin-right:.5em;
}
.wp-block-social-links.has-small-icon-size{
font-size:16px;
}
.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{
font-size:24px;
}
.wp-block-social-links.has-large-icon-size{
font-size:36px;
}
.wp-block-social-links.has-huge-icon-size{
font-size:48px;
}
.wp-block-social-links.aligncenter{
display:flex;
justify-content:center;
}
.wp-block-social-links.alignright{
justify-content:flex-end;
}
.wp-block-social-link{
border-radius:9999px;
display:block;
height:auto;
transition:transform .1s ease;
}
@media (prefers-reduced-motion:reduce){
.wp-block-social-link{
transition-delay:0s;
transition-duration:0s;
}
}
.wp-block-social-link a{
align-items:center;
display:flex;
line-height:0;
transition:transform .1s ease;
}
.wp-block-social-link:hover{
transform:scale(1.1);
}
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited{
fill:currentColor;
color:currentColor;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{
background-color:#f0f0f0;
color:#444;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{
background-color:#f90;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{
background-color:#1ea0c3;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{
background-color:#0757fe;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{
background-color:#1e1f26;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{
background-color:#02e49b;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{
background-color:#e94c89;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{
background-color:#4280ff;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{
background-color:#f45800;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{
background-color:#1778f2;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{
background-color:#000;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{
background-color:#0461dd;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{
background-color:#e65678;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{
background-color:#24292d;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{
background-color:#eceadd;
color:#382110;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{
background-color:#ea4434;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{
background-color:#f00075;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{
background-color:#e21b24;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{
background-color:#0d66c2;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{
background-color:#3288d4;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{
background-color:#02ab6c;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{
background-color:#f6405f;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{
background-color:#ff424d;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{
background-color:#e60122;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{
background-color:#ef4155;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{
background-color:#ff4500;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{
background-color:#0478d7;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{
stroke:#000;
background-color:#fefc00;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{
background-color:#ff5600;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{
background-color:#1bd760;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{
background-color:#2aabee;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{
background-color:#000;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{
background-color:#011835;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{
background-color:#6440a4;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{
background-color:#1da1f2;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{
background-color:#1eb7ea;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{
background-color:#4680c2;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{
background-color:#3499cd;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp{
background-color:#25d366;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{
background-color:#d32422;
color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{
background-color:red;
color:#fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link{
background:none;
}
.wp-block-social-links.is-style-logos-only .wp-social-link a{
padding:0;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg{
height:1.25em;
width:1.25em;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{
color:#f90;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{
color:#1ea0c3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance{
color:#0757fe;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{
color:#1e1f26;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{
color:#02e49b;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{
color:#e94c89;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{
color:#4280ff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{
color:#f45800;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{
color:#1778f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{
color:#000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{
color:#0461dd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{
color:#e65678;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github{
color:#24292d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{
color:#382110;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google{
color:#ea4434;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{
color:#f00075;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{
color:#e21b24;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{
color:#0d66c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{
color:#3288d4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium{
color:#02ab6c;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{
color:#f6405f;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{
color:#ff424d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{
color:#e60122;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{
color:#ef4155;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{
color:#ff4500;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype{
color:#0478d7;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{
stroke:#000;
color:#fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{
color:#ff5600;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{
color:#1bd760;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{
color:#2aabee;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{
color:#000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{
color:#011835;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{
color:#6440a4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{
color:#1da1f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{
color:#1eb7ea;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk{
color:#4680c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp{
color:#25d366;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{
color:#3499cd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{
color:#d32422;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{
color:red;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link{
width:auto;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a{
padding-left:.66667em;
padding-right:.66667em;
}
.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{
color:#000;
}
.wp-block-spacer{
clear:both;
}
.wp-block-tag-cloud{
box-sizing:border-box;
}
.wp-block-tag-cloud.aligncenter{
justify-content:center;
text-align:center;
}
.wp-block-tag-cloud.alignfull{
padding-left:1em;
padding-right:1em;
}
.wp-block-tag-cloud a{
display:inline-block;
margin-right:5px;
}
.wp-block-tag-cloud span{
display:inline-block;
margin-left:5px;
text-decoration:none;
}
.wp-block-tag-cloud.is-style-outline{
display:flex;
flex-wrap:wrap;
gap:1ch;
}
.wp-block-tag-cloud.is-style-outline a{
border:1px solid;
font-size:unset !important;
margin-right:0;
padding:1ch 2ch;
text-decoration:none !important;
}
.wp-block-table{
overflow-x:auto;
}
.wp-block-table table{
border-collapse:collapse;
width:100%;
}
.wp-block-table thead{
border-bottom:3px solid;
}
.wp-block-table tfoot{
border-top:3px solid;
}
.wp-block-table td,.wp-block-table th{
border:1px solid;
padding:.5em;
}
.wp-block-table .has-fixed-layout{
table-layout:fixed;
width:100%;
}
.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{
word-break:break-word;
}
.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{
display:table;
width:auto;
}
.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{
word-break:break-word;
}
.wp-block-table .has-subtle-light-gray-background-color{
background-color:#f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color{
background-color:#e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color{
background-color:#e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color{
background-color:#fcf0ef;
}
.wp-block-table.is-style-stripes{
background-color:transparent;
border-bottom:1px solid #f0f0f0;
border-collapse:inherit;
border-spacing:0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd){
background-color:#f0f0f0;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){
background-color:#f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){
background-color:#e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){
background-color:#e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){
background-color:#fcf0ef;
}
.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{
border-color:transparent;
}
.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{
border-color:inherit;
}
.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{
border-top-color:inherit;
}
.wp-block-table table[style*=border-top-color] tr:not(:first-child){
border-top-color:currentColor;
}
.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{
border-right-color:inherit;
}
.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{
border-bottom-color:inherit;
}
.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){
border-bottom-color:currentColor;
}
.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{
border-left-color:inherit;
}
.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{
border-style:inherit;
}
.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{
border-style:inherit;
border-width:inherit;
}
:where(.wp-block-term-description){
margin-bottom:var(--wp--style--block-gap);
margin-top:var(--wp--style--block-gap);
}
.wp-block-term-description p{
margin-bottom:0;
margin-top:0;
}
.wp-block-text-columns,.wp-block-text-columns.aligncenter{
display:flex;
}
.wp-block-text-columns .wp-block-column{
margin:0 1em;
padding:0;
}
.wp-block-text-columns .wp-block-column:first-child{
margin-left:0;
}
.wp-block-text-columns .wp-block-column:last-child{
margin-right:0;
}
.wp-block-text-columns.columns-2 .wp-block-column{
width:50%;
}
.wp-block-text-columns.columns-3 .wp-block-column{
width:33.33333%;
}
.wp-block-text-columns.columns-4 .wp-block-column{
width:25%;
}
pre.wp-block-verse{
overflow:auto;
white-space:pre-wrap;
}
:where(pre.wp-block-verse){
font-family:inherit;
}
.wp-block-video{
box-sizing:border-box;
}
.wp-block-video video{
width:100%;
}
@supports (position:sticky){
.wp-block-video [poster]{
object-fit:cover;
}
}
.wp-block-video.aligncenter{
text-align:center;
}
.wp-block-video figcaption{
margin-bottom:1em;
margin-top:.5em;
}
.editor-styles-wrapper,.entry-content{
counter-reset:footnotes;
}
a[data-fn].fn{
counter-increment:footnotes;
display:inline-flex;
font-size:smaller;
text-decoration:none;
text-indent:-9999999px;
vertical-align:super;
}
a[data-fn].fn:after{
content:"[" counter(footnotes) "]";
float:left;
text-indent:0;
}
.wp-element-button{
cursor:pointer;
}
:root{
--wp--preset--font-size--normal:16px;
--wp--preset--font-size--huge:42px;
}
:root .has-very-light-gray-background-color{
background-color:#eee;
}
:root .has-very-dark-gray-background-color{
background-color:#313131;
}
:root .has-very-light-gray-color{
color:#eee;
}
:root .has-very-dark-gray-color{
color:#313131;
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{
background:linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-purple-crush-gradient-background{
background:linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-hazy-dawn-gradient-background{
background:linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-subdued-olive-gradient-background{
background:linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background{
background:linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background{
background:linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background{
background:linear-gradient(135deg, #020381, #2874fc);
}
.has-regular-font-size{
font-size:1em;
}
.has-larger-font-size{
font-size:2.625em;
}
.has-normal-font-size{
font-size:var(--wp--preset--font-size--normal);
}
.has-huge-font-size{
font-size:var(--wp--preset--font-size--huge);
}
.has-text-align-center{
text-align:center;
}
.has-text-align-left{
text-align:left;
}
.has-text-align-right{
text-align:right;
}
#end-resizable-editor-section{
display:none;
}
.aligncenter{
clear:both;
}
.items-justified-left{
justify-content:flex-start;
}
.items-justified-center{
justify-content:center;
}
.items-justified-right{
justify-content:flex-end;
}
.items-justified-space-between{
justify-content:space-between;
}
.screen-reader-text{
clip:rect(1px, 1px, 1px, 1px);
word-wrap:normal !important;
border:0;
-webkit-clip-path:inset(50%);
clip-path:inset(50%);
height:1px;
margin:-1px;
overflow:hidden;
padding:0;
position:absolute;
width:1px;
}
.screen-reader-text:focus{
clip:auto !important;
background-color:#ddd;
-webkit-clip-path:none;
clip-path:none;
color:#444;
display:block;
font-size:1em;
height:auto;
left:5px;
line-height:normal;
padding:15px 23px 14px;
text-decoration:none;
top:5px;
width:auto;
z-index:100000;
}
html :where(.has-border-color){
border-style:solid;
}
html :where([style*=border-top-color]){
border-top-style:solid;
}
html :where([style*=border-right-color]){
border-right-style:solid;
}
html :where([style*=border-bottom-color]){
border-bottom-style:solid;
}
html :where([style*=border-left-color]){
border-left-style:solid;
}
html :where([style*=border-width]){
border-style:solid;
}
html :where([style*=border-top-width]){
border-top-style:solid;
}
html :where([style*=border-right-width]){
border-right-style:solid;
}
html :where([style*=border-bottom-width]){
border-bottom-style:solid;
}
html :where([style*=border-left-width]){
border-left-style:solid;
}
html :where(img[class*=wp-image-]){
height:auto;
max-width:100%;
}
:where(figure){
margin:0 0 1em;
}
html :where(.is-position-sticky){
--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height, 0px);
}
@media screen and (max-width:600px){
html :where(.is-position-sticky){
--wp-admin--admin-bar--position-offset:0px;
}
}