img:is([sizes=auto i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -.1em !important;
    background: 0 0 !important;
    padding: 0 !important
}
.contact-form {
    background-color: var(--dark-surface);
    padding: 2.5rem;
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-intro {
    margin-bottom: 2rem;
    color: var(--text-secondary);
    line-height: 1.8;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

label {
    display: block;
    color: #1e1e1e;
    margin-bottom: 0.5rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.required::after {
    content: '*';
    color: var(--accent-color);
    margin-left: 0.25rem;
}

input, textarea, select {
    width: 100%;
    padding: 1rem;
    background-color: var(--dark-card);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--border-radius);
    color: var(--text-primary);
    font-family: inherit;
    font-size: 1rem;
    transition: var(--transition);
}

input:focus, textarea:focus, select:focus {
    outline: none;
    border-color: var(--primary-light);
    box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.2);
}

textarea {
    min-height: 150px;
    resize: vertical;
}

.radio-group {
    display: flex;
    gap: 1.5rem;
    margin-top: 0.5rem;
}

.radio-option {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.radio-option input {
    width: auto;
    margin-right: 0.5rem;
    cursor: pointer;
}

.help-text {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: var(--text-tertiary);
}

button {
    background-color: #60fc7f;
    color: #000;
    border: none;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.8s;
    z-index: -1;
}

button:hover {
    background-color: var(--primary-dark);
    box-shadow: 0 6px 12px rgba(56, 142, 60, 0.3);
}

button:hover::before {
    left: 100%;
}

:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link) {
    border: 2px solid;
    padding: .667em 1.333em
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)) {
    color: currentColor
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)) {
    background-color: initial;
    background-image: none
}

:where(.wp-block-calendar table:not(.has-background) th) {
    background: #ddd
}

:where(.wp-block-columns) {
    margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

:where(.wp-block-post-comments input[type=submit]) {
    border: none
}

: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
}

:root :where(.wp-block-cover h1:not(.has-text-color)),
:root :where(.wp-block-cover h2:not(.has-text-color)),
:root :where(.wp-block-cover h3:not(.has-text-color)),
:root :where(.wp-block-cover h4:not(.has-text-color)),
:root :where(.wp-block-cover h5:not(.has-text-color)),
:root :where(.wp-block-cover h6:not(.has-text-color)),
:root :where(.wp-block-cover p:not(.has-text-color)) {
    color: inherit
}

:where(.wp-block-file) {
    margin-bottom: 1.5em
}

: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
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
    position: relative
}

:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
    border-radius: 9999px
}

: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
}

:root :where(.wp-block-latest-posts.is-grid) {
    padding: 0
}

:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
    padding-left: 0
}

ul {
    box-sizing: border-box
}

:root :where(.wp-block-list.has-background) {
    padding: 1.25em 2.375em
}

: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
}

:root :where(p.has-background) {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

:where(.wp-block-post-comments-form) input:not([type=submit]),
:where(.wp-block-post-comments-form) textarea {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em
}

:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),
:where(.wp-block-post-comments-form) textarea {
    padding: calc(.667em + 2px)
}

:where(.wp-block-post-excerpt) {
    box-sizing: border-box;
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

:where(.wp-block-preformatted.has-background) {
    padding: 1.25em 2.375em
}

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: 6px 10px
}

:where(.wp-block-search__input) {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit
}

: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: 0
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
    padding: 4px 8px
}

:root :where(.wp-block-separator.is-style-dots) {
    height: auto;
    line-height: 1;
    text-align: center
}

:root :where(.wp-block-separator.is-style-dots):before {
    color: currentColor;
    content: "···";
    font-family: serif;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em
}

:root :where(.wp-block-site-logo.is-style-rounded) {
    border-radius: 9999px
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky {
    background-color: #0a7aff;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
    background-color: #0866ff;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar {
    background-color: #1d4fc4;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit {
    background-color: #ff4500;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp {
    background-color: #25d366;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
    background: 0 0
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
    height: 1.25em;
    width: 1.25em
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
    color: #f90
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
    color: #1ea0c3
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
    color: #0757fe
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
    color: #0a7aff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
    color: #1e1f26
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
    color: #02e49b
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
    color: #e94c89
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
    color: #4280ff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
    color: #f45800
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
    color: #0866ff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
    color: #0461dd
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
    color: #e65678
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
    color: #24292d
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
    color: #382110
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
    color: #ea4434
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
    color: #1d4fc4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
    color: #f00075
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
    color: #e21b24
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
    color: #0d66c2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
    color: #3288d4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
    color: #f6405f
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
    color: #e60122
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
    color: #ef4155
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
    color: #ff4500
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
    color: #0478d7
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
    color: #ff5600
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
    color: #1bd760
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
    color: #2aabee
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
    color: #011835
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
    color: #6440a4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
    color: #1da1f2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
    color: #1eb7ea
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
    color: #4680c2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
    color: #25d366
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
    color: #3499cd
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
    color: #d32422
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
    color: red
}

:root :where(.wp-block-social-links .wp-social-link a) {
    padding: .25em
}

:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
    padding: 0
}

:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
    padding-left: .66667em;
    padding-right: .66667em
}

:root :where(.wp-block-tag-cloud.is-style-outline) {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch
}

:root :where(.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
}

:root :where(.wp-block-table-of-contents) {
    box-sizing: border-box
}

:where(.wp-block-term-description) {
    box-sizing: border-box;
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

:where(pre.wp-block-verse) {
    font-family: inherit
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip: auto !important;
    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
    }
}

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

:where(.is-layout-flex) {
    gap: .5em
}

:where(.is-layout-grid) {
    gap: .5em
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6
}

a,
address,
body,
canvas,
code,
dd,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
html,
iframe,
img,
label,
legend,
li,
nav,
object,
p,
section,
span,
strong,
table,
tbody,
tr,
tt,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

nav,
section {
    display: block
}

body {
    line-height: 1
}

ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-display: swap;
    font-family: Gotham;
    src: url("../wp-content/themes/planitgreen/fonts/Gotham-Book.woff2") format("woff2"), url("../wp-content/themes/planitgreen/fonts/Gotham-Book.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: Gotham;
    src: url("../wp-content/themes/planitgreen/fonts/Gotham-Medium.woff2") format("woff2"), url("../wp-content/themes/planitgreen/fonts/Gotham-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: Gotham;
    src: url("../wp-content/themes/planitgreen/fonts/Gotham-Bold.woff2") format("woff2"), url("../wp-content/themes/planitgreen/fonts/Gotham-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: Raleway;
    src: url("../wp-content/themes/planitgreen/fonts/Raleway-ExtraLight.woff2") format("woff2"), url("../wp-content/themes/planitgreen/fonts/Raleway-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: Fakt;
    src: url("../wp-content/themes/planitgreen/fonts/FaktPro-Blond.woff2") format("woff2"), url("../wp-content/themes/planitgreen/fonts/FaktPro-Blond.woff") format("woff");
    font-weight: 200;
    font-style: normal
}

.header {
    display: block
}

.header:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

*,
:after,
:before {
    box-sizing: border-box
}

*,
:after,
:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body,
html {
    font-family: Gotham;
    font-weight: 400;
    color: #222;
    font-size: 16px
}

body {
    background-color: #242424
}

strong {
    font-family: Tisa;
    font-weight: 700
}


button,
input,
textarea {
    outline: 0
}

.grecaptcha-badge {
    display: none !important
}

.footer {
    text-align: center;
    padding: 55px 0;
    font: 400 16px Gotham, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .15em;
    background-color: #101010
}

.footer__logo {
    display: inline-block;
    width: 249px;
    height: 98px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.footer__locations {
    margin: 55px 20px 30px;
    color: #a2c654;
    line-height: 2em
}

.footer__locations span {
    margin: 0 9px;
    color: #5f5e5e
}

.footer__phone {
    color: #fff;
    display: block
}

.footer__copyright {
    text-transform: none;
    letter-spacing: .02em;
    color: #555;
    font-size: 12px;
    padding: 0 15px;
    line-height: 1.4em
}

.footer__copyright a {
    color: inherit;
    text-decoration: underline
}

.footer__copyright span {
    margin: 0 5px;
    color: #333
}

.pageHero {
    position: relative;
    z-index: 5;
    margin-bottom: -20px;
    overflow: hidden
}

.pageHero__container {
    max-width: 1600px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 90px
}

.pageHero:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient( rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .6) 100%);
    z-index: 0;
    top: 0
}

.pageHero__title {
    font-family: Raleway;
    font-weight: 200;
    color: #fff;
    text-transform: uppercase;
    font-size: 100px;
    letter-spacing: .02em;
    padding-top: 270px;
    line-height: 1.05
}

@media (max-width:1280px) {
    .pageHero__title {
        font-size: 90px
    }
}

@media (max-width:1024px) {
    .pageHero__title {
        font-size: 50px;
        padding-top: 170px
    }
}

@media (max-width:768px) {
    .pageHero__container {
        padding-bottom: 60px
    }

    .pageHero__title {
        padding-top: 100px;
        font-size: 40px;
        position: relative;
        top: 10px
    }
}

@media (max-width:500px) {
    .pageHero__title {
        padding-top: 80px;
        font-size: 35px
    }
}

.pageHero__content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 70px;
    padding-right: 70px;
    max-width: 1280px;
    position: relative;
    z-index: 1
}

@media (max-width:1280px) {
    .pageHero__content {
        padding-left: 60px;
        padding-right: 60px;
        width: calc(100%)
    }
}

@media (max-width:1279px) {
    .pageHero__content {
        padding-left: 25px;
        padding-right: 25px;
        width: calc(100%)
    }
}

@media (max-width:500px) {
    .pageHero__content {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:375px) {
    .pageHero__title {
        padding-top: 60px;
        font-size: 30px
    }

    .pageHero__content {
        padding-left: 15px;
        padding-right: 15px
    }
}

.contactPage {
    background-color: #eeeeee;
    color: #1e1e1e;
    padding: 50px 0 100px
}

.contactPage a {
    color: #727272;
    font-size: 24px;
}

.contactPage__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 70px;
    padding-right: 70px;
    max-width: 1280px;
    display: flex
}

@media (max-width:1280px) {
    .contactPage__wrapper {
        padding-left: 60px;
        padding-right: 60px;
        width: calc(100%)
    }
}

@media (max-width:1279px) {
    .contactPage__wrapper {
        padding-left: 25px;
        padding-right: 25px;
        width: calc(100%)
    }
}

@media (max-width:500px) {
    .contactPage__wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:375px) {
    .contactPage__wrapper {
        padding-left: 15px;
        padding-right: 15px
    }
}

.contactPage__wrapper>* {
    width: 50%
}

.contactPage__left {
    padding-right: 50px
}

.contactPage__left h2 {
    text-transform: uppercase;
    color: #a2c654;
    font: 500 16px Gotham, sans-serif;
    font-size: 15px;
    letter-spacing: .05em
}

.contactPage__right {
    padding-left: 50px
}

.contactPage__right h3 {
    text-transform: uppercase;
    color: #727272;
    font: 500 16px Gotham, sans-serif;
    font-size: 19px;
    letter-spacing: .05em;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.contactPage__right h3:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 2px;
    background-color: #a2c654;
    bottom: 0;
    left: 0
}

.contactPage__left,
.contactPage__right {
    padding-top: 50px
}

@media (max-width:1024px) {
    .contactPage__wrapper {
        display: block
    }

    .contactPage__wrapper>* {
        width: 100%
    }

    .contactPage__right {
        margin-top: 65px
    }

    .contactPage__right h3 {
        color: #fff
    }

    .contactPage__left,
    .contactPage__right {
        padding: 0
    }
}

.contactPage h2+p {
    font: 200 16px Fakt, sans-serif;
    font-size: 40px;
    margin-top: 7px;
    margin-bottom: 25px;
    letter-spacing: .05em
}

@media (max-width:768px) {
    .contactPage h2+p {
        font-size: 30px
    }
}

@media (max-width:375px) {
    .contactPage h2+p {
        font-size: 24px
    }
}

.contactPage p a:hover {
    text-decoration: underline;
}

.contactPage__intro {
    font: 200 16px Fakt, sans-serif;
    color: #1e1e1e;
    font-size: 20px;
    padding: 36px 0 32px;
    border-top: 2px solid #a2c654;
    border-bottom: 2px solid #a2c654;
    line-height: 1.55;
    margin-bottom: 25px
}

.contactPage__socialDescription {
    text-transform: uppercase;
    font: 500 16px Gotham, sans-serif;
    font-size: 19px;
    color: #727272;
    max-width: 350px;
    letter-spacing: .05em
}

.contactFormWrapper {
    width: calc(100%)
}

.contactFormWrapper p {
    margin: 15px 0;
    font-size: 18px;
    line-height: 1.45;
    color: #848484
}

.contactFormWrapper a {
    color: #a2c654
}

.contactFormWrapper h2 {
    font-size: 20px;
    line-height: 1.4em;
    margin: 10px 0 15px
}

@media (max-width:500px) {
    .contactFormWrapper h2 {
        font-size: 30px
    }
}

.contactFormWrapper select {
    font-size: 16px;
    min-width: 70px !important
}

::-webkit-input-placeholder {
    color: #aaa !important;
    text-transform: uppercase;
    opacity: 1
}

::-moz-placeholder {
    color: #ccc !important;
    text-transform: uppercase;
    opacity: 1
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #222 inset !important
}

input:-webkit-autofill {
    -webkit-text-fill-color: white !important
}

.socialIcons {
    display: inline-block;
    padding: 25px 0
}

.socialIcons.-footer {
    margin: 15px auto
}

.socialIcons a {
    margin-right: 40px
}

.socialIcons a:last-child {
    margin-right: 0
}

.socialIcons__icon {
    width: 39px;
    height: 39px;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

/* .socialIcons__icon.-instagram:hover {
    background-image: url(../wp-content/themes/planitgreen/images/contact/icon-instagram-white.svg) !important
}

.socialIcons__icon.-instagram.-footer:hover {
    background-image: url(../wp-content/themes/planitgreen/images/contact/icon-instagram-light.svg) !important
}

.socialIcons__icon.-facebook:hover {
    background-image: url(../wp-content/themes/planitgreen/images/contact/icon-facebook-white.svg) !important
}

.socialIcons__icon.-facebook.-footer:hover {
    background-image: url(../wp-content/themes/planitgreen/images/contact/icon-facebook-light.svg) !important
}

.socialIcons__icon.-houzz:hover {
    background-image: url(../wp-content/themes/planitgreen/images/contact/icon-houzz-white.svg) !important
}

.socialIcons__icon.-houzz.-footer:hover {
    background-image: url(https://www.citypng.com/public/uploads/preview/hd-linkedin-square-black-icon-transparent-background-7017516949739946gsykkwdmd.png) !important
} */

select {
    width: 150px;
    padding: 6px 35px 5px 15px !important;
    font-size: 16px;
    border: 0;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* background: url(../wp-content/themes/planitgreen/images/select-arrow.svg) 96%/4% no-repeat #eeffee;
     */
     background: #e3e3e3;
    border-radius: 0 !important;
    color: #000;
} 

select::-ms-expand {
    display: none
}

form input[type=email],
form input[type=tel],
form input[type=text],
form textarea {
    padding: 15px 15px 11px !important;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background-color: #e3e3e3;
    border: 0;
    font: 400 16px Gotham, sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    text-transform: none;
    letter-spacing: .05em;
    color: #000
}

form h3,
form label {
    font: 700 16px Gotham, sans-serif !important;
    margin: 8px 0 5px !important;
    color: #1e1e1e;
    font-size: 20px !important;
    line-height: 1.4em !important
}

@media (max-width:500px) {

    form input[type=email],
    form input[type=tel],
    form input[type=text],
    form textarea {
        padding: 13px 15px 9px !important
    }

    form h3,
    form label {
        font-size: 18px !important
    }
}

form h3 {
    margin-top: 45px !important
}

form input+label {
    color: grey;
    font-size: 16px !important
}

form .gfield_description {
    color: grey;
    padding-top: 20px;
    font-size: 16px !important;
    line-height: 1.4em !important
}

form .gfield {
    margin-top: 30px !important
}

form .gfield_required {
    color: #a2c654 !important
}

form .gfield_radio li {
    margin-bottom: 0 !important
}

form .gfield_radio li label {
    margin-left: 5px !important
}

form input[type=submit] {
    color: #a2c654 !important;
    margin-top: 30px !important
}

form input[type=submit]:hover {
    cursor: pointer
}

form a {
    color: #a2c654;
    font-size: 18px;
    display: inline-block;
    margin-top: 10px;
    text-decoration: underline
}

form .whyIsThisImportant {
    font-size: 18px;
    line-height: 1.4em;
    margin: 8px 0 5px
}

form a.whyIsThisImportant {
    font-size: 16px
}

form a.whyIsThisImportant:hover {
    cursor: pointer;
    color: #a2c654;
    text-decoration: none
}

form p.whyIsThisImportant {
    display: none
}

form .validation_message {
    color: #a2c654 !important;
    border-color: #a2c654 !important
}

.gform_wrapper .gform_footer {
    margin-top: 0 !important
}

.gform_wrapper .gsection {
    border-bottom-color: #222 !important
}

.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
    margin: 0 !important
}

form input[type=submit] {
    text-transform: uppercase;
    color: #acacac;
    border: 1px solid #3b3b3b;
    padding: 18px 32px 15px;
    font: 500 16px Gotham, sans-serif;
    font-size: 15px;
    display: inline-block;
    margin-top: 35px;
    transition: all .2s ease;
    line-height: 1.2em;
    letter-spacing: .05em;
    background-color: rgba(0, 0, 0, 0)
}

form input:hover[type=submit] {
    border-color: #000;
    color: #a2c654;
}


@media only screen and (max-width:450px) {
    nav.mobile {
        width: 240px
    }

    .pageWrapper.withNavOpen {
        right: 240px
    }
}

.gform_legacy_markup_wrapper {
    margin-bottom: 16px;
    margin-top: 16px;
    max-width: 100%
}

.gform_legacy_markup_wrapper form {
    text-align: left;
    max-width: 100%;
    margin: 0 auto
}

.gform_legacy_markup_wrapper *,
.gform_legacy_markup_wrapper :after,
.gform_legacy_markup_wrapper :before {
    box-sizing: border-box !important
}

.gform_legacy_markup_wrapper h1,
.gform_legacy_markup_wrapper h2,
.gform_legacy_markup_wrapper h3 {
    font-weight: 400;
    border: none;
    background: 0 0
}

.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal
}

.gform_legacy_markup_wrapper textarea {
    font-size: inherit;
    font-family: inherit;
    letter-spacing: normal;
    padding: 6px 8px;
    line-height: 1.5;
    resize: none
}

.gform_legacy_markup_wrapper select {
    line-height: 1.5
}

.gform_legacy_markup_wrapper ul.gform_fields {
    margin: 0 !important;
    list-style-type: none;
    display: block
}

.gform_legacy_markup_wrapper ul {
    text-indent: 0
}

.gform_legacy_markup_wrapper form li,
.gform_legacy_markup_wrapper li {
    margin-left: 0 !important;
    list-style-type: none !important;
    list-style-image: none !important;
    list-style: none !important;
    overflow: visible
}

.gform_legacy_markup_wrapper ul li.gfield {
    clear: both
}

.gform_legacy_markup_wrapper ul.gfield_checkbox li,
.gform_legacy_markup_wrapper ul.gfield_radio li {
    overflow: hidden
}

.gform_legacy_markup_wrapper ul li:after,
.gform_legacy_markup_wrapper ul li:before,
.gform_legacy_markup_wrapper ul.gform_fields {
    padding: 0;
    margin: 0;
    overflow: visible
}

.gform_legacy_markup_wrapper select {
    font-size: inherit;
    font-family: inherit;
    letter-spacing: normal
}

.gform_legacy_markup_wrapper select option {
    padding: 2px;
    display: block
}

.gform_legacy_markup_wrapper .inline {
    display: inline !important
}

.gform_legacy_markup_wrapper .gform_heading {
    width: 100%;
    margin-bottom: 18px
}

.gform_legacy_markup_wrapper .gfield_date_day,
.gform_legacy_markup_wrapper .gfield_date_year {
    display: -moz-inline-stack;
    display: inline-block
}

.gform_legacy_markup_wrapper .gfield_date_day,
.gform_legacy_markup_wrapper .gfield_date_month,
.gform_legacy_markup_wrapper .gfield_date_year {
    width: 33.333%;
    flex-direction: row
}

@media only screen and (min-width:321px) {

    .gform_legacy_markup_wrapper .gfield_date_day,
    .gform_legacy_markup_wrapper .gfield_date_month {
        max-width: 4rem
    }

    .gform_legacy_markup_wrapper .gfield_date_year {
        max-width: calc(4rem + .5rem)
    }
}

.gform_legacy_markup_wrapper .gfield_date_dropdown_day,
.gform_legacy_markup_wrapper .gfield_date_dropdown_month,
.gform_legacy_markup_wrapper .gfield_date_dropdown_year {
    vertical-align: top;
    flex-direction: row
}

.gform_legacy_markup_wrapper .gfield_date_dropdown_day,
.gform_legacy_markup_wrapper .gfield_date_dropdown_month,
.gform_legacy_markup_wrapper .gfield_date_dropdown_year {
    margin-right: .5rem
}

.gform_legacy_markup_wrapper .gfield_date_day,
.gform_legacy_markup_wrapper .gfield_date_month {
    width: 4rem;
    margin-right: .5rem
}

.gform_legacy_markup_wrapper .gfield_date_day input[type=number],
.gform_legacy_markup_wrapper .gfield_date_month input[type=number] {
    width: calc(3rem + 8px) !important
}

.gform_legacy_markup_wrapper .gfield_date_year input[type=number] {
    width: calc(4rem + 8px) !important
}

.gform_legacy_markup_wrapper .gfield_date_year {
    width: 5rem
}

.gform_legacy_markup_wrapper .gfield_date_day input,
.gform_legacy_markup_wrapper .gfield_date_month input {
    width: calc(3rem + 8px)
}

.gform_legacy_markup_wrapper .gfield_date_year input {
    width: 4rem
}

.gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label {
    width: 3rem;
    text-align: center
}

.gform_legacy_markup_wrapper .field_sublabel_below div.gfield_date_year.ginput_container label {
    width: 4rem
}

.gform_legacy_markup_wrapper .ginput_complex.ginput_container {
    overflow: visible;
    width: 100%
}

.gform_legacy_markup_wrapper label.gfield_label,
.gform_legacy_markup_wrapper legend.gfield_label {
    font-weight: 700;
    font-size: inherit
}

.gform_legacy_markup_wrapper .top_label .gfield_label,
.gform_legacy_markup_wrapper legend.gfield_label {
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3;
    clear: both
}

.gform_legacy_markup_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_legacy_markup_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_legacy_markup_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
    width: 100%
}

.gform_legacy_markup_wrapper .ginput_complex .ginput_right select,
.gform_legacy_markup_wrapper .ginput_complex select {
    width: 100%
}

.gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label {
    display: block;
    font-size: .813em;
    letter-spacing: .5pt;
    white-space: nowrap
}

.gform_legacy_markup_wrapper ul.gfield_checkbox li label,
.gform_legacy_markup_wrapper ul.gfield_radio li label {
    display: -moz-inline-stack;
    display: inline-block;
    letter-spacing: inherit;
    vertical-align: middle;
    cursor: pointer
}

.gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    margin: 1px 0 9px 1px
}

body .gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin-top: 8px
}

body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 16px;
    margin-bottom: 0
}

.gform_legacy_markup_wrapper .hidden_label .gfield_label {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.gform_legacy_markup_wrapper li.hidden_label input {
    margin-top: 12px
}

.gform_legacy_markup_wrapper .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.gform_legacy_markup_wrapper input.large,
.gform_legacy_markup_wrapper input.medium,
.gform_legacy_markup_wrapper select.large,
.gform_legacy_markup_wrapper select.medium {
    width: 100%
}

.gform_legacy_markup_wrapper textarea.medium {
    height: 120px;
    width: 100%
}

.gform_legacy_markup_wrapper textarea.large {
    height: 160px;
    width: 100%
}

.gform_legacy_markup_wrapper h2.gsection_title {
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: normal !important
}

.gform_legacy_markup_wrapper .gsection .gfield_label,
.gform_legacy_markup_wrapper h2.gsection_title {
    font-weight: 700;
    font-size: 1.25em
}

.gform_legacy_markup_wrapper li.gfield.field_description_below+li.gsection {
    margin-top: 24px !important
}

.gform_legacy_markup_wrapper span.gform_description {
    font-weight: 400;
    display: block;
    width: calc(100% - 16px);
    margin-bottom: 16px
}

.gform_legacy_markup_wrapper .gsection {
    border-bottom: 1px solid #ccc;
    padding: 0 16px 8px 0;
    margin: 28px 0;
    clear: both
}

.gform_legacy_markup_wrapper .gfield_checkbox li,
.gform_legacy_markup_wrapper .gfield_radio li {
    position: relative
}

.gform_legacy_markup_wrapper ul.gfield_checkbox,
.gform_legacy_markup_wrapper ul.gfield_radio {
    margin: 6px 0;
    padding: 0
}

.gform_legacy_markup_wrapper .gfield_checkbox li label,
.gform_legacy_markup_wrapper .gfield_radio li label {
    display: -moz-inline-stack;
    display: inline-block;
    padding: 0;
    width: auto;
    line-height: 1.5;
    font-size: .875em;
    vertical-align: middle;
    max-width: 85%;
    white-space: normal
}

.gform_legacy_markup_wrapper .gfield_checkbox li label {
    margin: 0
}

.gform_legacy_markup_wrapper .gfield_radio li label {
    margin: 2px 0 0 4px
}

.gform_legacy_markup_wrapper .gfield_checkbox li input,
.gform_legacy_markup_wrapper .gfield_checkbox li input[type=checkbox],
.gform_legacy_markup_wrapper .gfield_radio li input[type=radio] {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1px
}

.gform_legacy_markup_wrapper .description,
.gform_legacy_markup_wrapper .gfield_description,
.gform_legacy_markup_wrapper .gsection_description {
    font-size: .813em;
    line-height: inherit;
    clear: both;
    font-family: inherit;
    letter-spacing: normal
}

.gform_legacy_markup_wrapper .description,
.gform_legacy_markup_wrapper .gfield_description,
.gform_legacy_markup_wrapper .gsection_description {
    padding: 0 16px 0 0
}

.gform_legacy_markup_wrapper .field_description_below .gfield_description {
    padding-top: 16px
}

.gform_legacy_markup_wrapper .top_label .gsection_description {
    width: 100%;
    margin-bottom: 9px
}

.gform_legacy_markup_wrapper .gfield_description {
    width: 100%
}

.gform_legacy_markup_wrapper .gfield_date_year+.gfield_description {
    padding: 0
}

.gform_legacy_markup_wrapper .gfield_required {
    color: #790000;
    margin-left: 4px
}

.gform_legacy_markup_wrapper .gform_validation_errors {
    width: 100%;
    border: 1px solid #790000;
    box-shadow: 0 0 0 #ff6d6d;
    border-radius: 5px;
    padding: 1.0625rem 1.375rem;
    margin-top: .5rem;
    margin-bottom: .5rem
}

.gform_legacy_markup_wrapper .gform_validation_errors>h2 {
    font-size: 16px;
    font-weight: 700;
    color: #790000;
    margin: 0 0 .9375rem
}

.gform_legacy_markup_wrapper .gform_validation_errors>h2.hide_summary {
    margin: 0
}

.gform_legacy_markup_wrapper .gform_validation_errors>h2:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0iIzc5MDAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExIDE5QzE1LjQxODMgMTkgMTkgMTUuNDE4MyAxOSAxMUMxOSA2LjU4MTcyIDE1LjQxODMgMyAxMSAzQzYuNTgxNzIgMyAzIDYuNTgxNzIgMyAxMUMzIDE1LjQxODMgNi41ODE3MiAxOSAxMSAxOVoiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTEyIDZIMTBWMTJIMTJWNloiIGZpbGw9IiNGRkZGRkYiLz4KPHBhdGggZD0iTTEyIDE0SDEwVjE2SDEyVjE0WiIgZmlsbD0iI0ZGRkZGRiIvPgo8L3N2Zz4=);
    content: '';
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: sub;
    margin: 0 .2rem 0 -.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent
}

.gform_legacy_markup_wrapper div#error {
    margin-bottom: 25px
}

.gform_legacy_markup_wrapper li.gfield fieldset {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 100%
}

.gform_legacy_markup_wrapper li.gfield fieldset>* {
    width: auto
}

.gform_legacy_markup_wrapper li.gfield fieldset legend.gfield_label {
    width: 100%;
    line-height: 32px
}

.gform_legacy_markup_wrapper .validation_message {
    color: #790000;
    font-weight: 700;
    letter-spacing: normal
}

.gform_legacy_markup_wrapper .gform_footer {
    padding: 16px 0 10px;
    margin: 16px 0 0;
    clear: both;
    width: 100%
}

.gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type=submit] {
    font-size: 1em;
    width: 100%;
    margin: 0 0 16px
}

.gform_legacy_markup_wrapper .gform_footer a.gform_save_link {
    font-size: 1em;
    display: block;
    text-align: center
}

.gform_legacy_markup_wrapper .ginput_complex .ginput_full,
.gform_legacy_markup_wrapper .ginput_complex .ginput_left,
.gform_legacy_markup_wrapper .ginput_complex .ginput_right {
    min-height: 45px
}

.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=email],
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=number],
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=password],
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=tel],
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=text],
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=url] {
    width: 100%
}

.gform_legacy_markup_wrapper .gfield_checkbox li,
.gform_legacy_markup_wrapper .gfield_radio li {
    margin: 0 0 16px;
    line-height: 1.2
}

.gchoice_select_all,
.gform_legacy_markup_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
.gform_legacy_markup_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: 700
}

.gform_legacy_markup_wrapper .gform_hidden,
.gform_legacy_markup_wrapper input.gform_hidden,
.gform_legacy_markup_wrapper input[type=hidden] {
    display: none !important;
    max-height: 1px !important;
    overflow: hidden
}

.gform_legacy_markup_wrapper .ginput_full br,
.gform_legacy_markup_wrapper .ginput_left br,
.gform_legacy_markup_wrapper .ginput_right br {
    display: none !important
}

.gform_legacy_markup_wrapper ul.gfield_checkbox li,
.gform_legacy_markup_wrapper ul.gfield_radio li {
    padding: 0 !important
}

.gform_legacy_markup_wrapper ul.gfield_radio li input+input {
    margin-left: 4px
}

.gform_legacy_markup_wrapper ul.gfield_radio li input[value=gf_other_choice] {
    margin-right: 6px;
    margin-top: 4px
}

.gform_legacy_markup_wrapper .gfield_description+.gform_legacy_markup_wrapper .gfield_description.validation_message {
    margin-top: 6px
}

.gform_legacy_markup_wrapper .ginput_container.ginput_list+.gfield_description.validation_message {
    margin-top: 0
}

.gform_legacy_markup_wrapper li.gfield_html {
    max-width: 100%
}

.gform_legacy_markup_wrapper .gfield_html.gfield_no_follows_desc {
    margin-top: 10px
}

body .gform_legacy_markup_wrapper ul li.gfield.gfield_html img {
    max-width: 100% !important
}

.gform_legacy_markup_wrapper .gform_validation_container,
body .gform_legacy_markup_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_legacy_markup_wrapper li.gform_validation_container,
body .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none !important;
    position: absolute !important;
    left: -9000px
}

.gform_legacy_markup_wrapper div.charleft {
    font-size: .688em;
    margin-top: 4px;
    color: #767676;
    width: 92% !important;
    white-space: nowrap !important
}

.gform_legacy_markup_wrapper div.charleft[style] {
    width: 92% !important
}

.gform_legacy_markup_wrapper div.charleft.warningTextareaInfo {
    color: #767676
}

.gform_legacy_markup_wrapper .ginput_price {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.gform_legacy_markup_wrapper span.ginput_total {
    color: #060;
    font-size: inherit
}

.gform_legacy_markup_wrapper .top_label span.ginput_total {
    margin: 8px 0
}

.gform_legacy_markup_wrapper .gfield_repeater_buttons {
    padding-top: 15px
}

.gform_legacy_markup_wrapper .gfield_icon_disabled {
    cursor: default !important;
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6
}

.gform_legacy_markup_wrapper .gform_card_icon_container {
    display: flex;
    height: 32px;
    margin: 8px 0 6px
}

.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon {
    background-image: url(../wp-content/plugins/gravityforms/images/gf-creditcards.svg);
    background-repeat: no-repeat;
    height: 32px;
    margin-right: 4px;
    text-indent: -9000px;
    width: 40px
}

.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected {
    position: relative
}

.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected:after {
    display: block;
    content: '';
    position: absolute;
    background: url(../wp-content/plugins/gravityforms/images/gf-creditcards-check.svg) center center no-repeat;
    width: 13px;
    height: 10px;
    bottom: 4px;
    right: -2px
}

.gform_legacy_markup_wrapper span.gform_drop_instructions {
    display: block;
    margin-bottom: 8px
}

body .gform_legacy_markup_wrapper img.ui-datepicker-trigger {
    width: 17px !important;
    height: 16px !important;
    display: -moz-inline-stack;
    display: inline-block
}

body .gform_legacy_markup_wrapper img.add_list_item,
body .gform_legacy_markup_wrapper img.delete_list_item {
    display: -moz-inline-stack;
    display: inline-block;
    margin-top: -2px
}

.gform_legacy_markup_wrapper li.gfield ul.gfield_radio li input[type=radio]+input[type=text] {
    width: 45.25%
}

body .gform_legacy_markup_wrapper ul li.gfield {
    margin-top: 16px;
    padding-top: 0
}

body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
    line-height: inherit
}

body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
    list-style-type: disc !important;
    margin: 0 0 8px;
    overflow: visible;
    padding-left: 0
}

body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,
body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
    list-style-type: disc !important;
    margin: 16px 0 16px 28px !important;
    padding-left: 0
}

body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
    margin: 0 0 18px;
    padding-left: 0
}

body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
    font-weight: 700
}

body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
    margin: 0 0 16px 18px
}

.gform_legacy_markup_wrapper .chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.gform_legacy_markup_wrapper .chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.gform_legacy_markup_wrapper .chosen-container a {
    cursor: pointer
}

.gform_legacy_markup_wrapper .chosen-rtl {
    text-align: right
}

@media only screen and (max-width:641px) {
    .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 2;
        min-height: 2rem
    }

    .gform_legacy_markup_wrapper textarea {
        line-height: 1.5
    }

    .gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price) {
        margin-bottom: 8px;
        display: block
    }

    .gform_legacy_markup_wrapper li.field_sublabel_below .ginput_complex {
        margin-top: 12px !important
    }

    .gform_legacy_markup_wrapper ul.gfield_checkbox li label,
    .gform_legacy_markup_wrapper ul.gfield_radio li label {
        width: 85%;
        cursor: pointer
    }
}

@media only screen and (max-width:761px),
(min-device-width:768px) and (max-device-width:1023px) {
    .gform_legacy_markup_wrapper .gform_footer a.gform_save_link {
        margin-left: 0
    }
}

@media only screen and (min-width:641px) {
    .gform_legacy_markup_wrapper .gform_body {
        width: 100%
    }

    .gform_legacy_markup_wrapper .gfield_checkbox li,
    .gform_legacy_markup_wrapper .gfield_radio li {
        margin: 0 0 8px;
        line-height: 1.3
    }

    .gform_legacy_markup_wrapper .gsection {
        margin: 28px 16px 28px 0
    }

    .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gfield_label {
        float: left;
        width: 29%;
        padding-right: 16px;
        margin-bottom: 16px
    }

    .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gsection .gsection_description {
        margin-left: 0;
        padding-top: 4px;
        padding-left: 0;
        line-height: 1.5
    }

    .gform_legacy_markup_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
        margin-left: 29% !important;
        width: 70%
    }

    .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) ul.gfield_checkbox,
    .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio {
        overflow: hidden
    }

    .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_list {
        width: 70%;
        margin-left: 29% !important
    }

    .gform_legacy_markup_wrapper .top_label input.medium,
    .gform_legacy_markup_wrapper .top_label select.medium {
        width: calc(50% - 8px)
    }

    .gform_legacy_markup_wrapper.gform_validation_error .top_label input.medium,
    .gform_legacy_markup_wrapper.gform_validation_error .top_label select.medium {
        width: 50%
    }

    .gform_legacy_markup_wrapper .hidden_label input.large,
    .gform_legacy_markup_wrapper .hidden_label select.large,
    .gform_legacy_markup_wrapper .top_label input.large,
    .gform_legacy_markup_wrapper .top_label select.large {
        width: 100%
    }

    .gform_legacy_markup_wrapper .top_label input.large.datepicker,
    .gform_legacy_markup_wrapper .top_label input.medium.datepicker {
        width: auto
    }

    .gform_legacy_markup_wrapper textarea.medium {
        height: 160px;
        width: 100%
    }

    .gform_legacy_markup_wrapper textarea.large {
        height: 320px;
        width: 100%
    }

    .gform_legacy_markup_wrapper .ginput_complex .ginput_left,
    .gform_legacy_markup_wrapper .ginput_complex .ginput_right {
        width: 50%;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        margin: 0 -4px 0 0
    }

    .gform_legacy_markup_wrapper .gform_footer input.button,
    .gform_legacy_markup_wrapper .gform_footer input[type=submit] {
        display: -moz-inline-stack;
        display: inline-block
    }

    .gform_legacy_markup_wrapper .gform_footer a.gform_save_link {
        font-size: 1em;
        margin-left: 16px;
        display: -moz-inline-stack;
        display: inline-block
    }

    .gform_legacy_markup_wrapper .gform_footer input.button,
    .gform_legacy_markup_wrapper .gform_footer input[type=submit] {
        font-size: 1em;
        width: auto;
        margin: 0 16px 0 0
    }

    .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
        padding-right: 16px
    }

    .gform_legacy_markup_wrapper .ginput_complex .ginput_left {
        padding-right: 8px
    }

    .gform_legacy_markup_wrapper .ginput_complex.ginput_container_address .ginput_left {
        margin-right: 8px
    }

    .gform_legacy_markup_wrapper .ginput_complex.ginput_container_address .ginput_right {
        margin-right: -8px;
        padding-right: 8px
    }

    .gform_legacy_markup_wrapper .ginput_complex.ginput_container_address span.ginput_full+span.ginput_right {
        padding-right: 8px !important;
        margin-right: 8px
    }

    .gform_legacy_markup_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left {
        padding-right: 8px !important;
        margin-right: -8px
    }

    .gform_legacy_markup_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left.address_zip {
        margin-right: 8px
    }

    .gform_legacy_markup_wrapper .gform_footer:not(.top_label) {
        padding: 16px 0 10px;
        margin-left: 29%;
        width: 70%
    }

    .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2 {
        width: calc(100% + 15px)
    }

    .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2 {
        width: calc(70% + 15px);
        margin-left: 29%
    }

    .gform_legacy_markup_wrapper div.ginput_container_name span {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        padding-right: 16px;
        margin-right: -4px
    }

    .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span {
        width: 50%
    }

    html .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span:first-child {
        margin-left: 0 !important
    }

    .gform_legacy_markup_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email {
        width: calc(100% + 15px)
    }

    .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.ginput_container_email {
        width: calc(70% + 16px);
        margin-left: 29%
    }

    .gform_legacy_markup_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left,
    .gform_legacy_markup_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right {
        padding-right: 16px
    }

    .gform_legacy_markup_wrapper .ginput_complex span.ginput_left+input.gform_hidden+span.ginput_left {
        padding-right: 0
    }

    html:not([dir=rtl]) .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gfield_description,
    html:not([dir=rtl]) .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
        width: 70%;
        margin-left: 29%
    }

    .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha {
        margin-left: 29% !important
    }

    .gform_wrapper .top_label li ul.gfield_checkbox,
    .gform_wrapper .top_label li ul.gfield_radio {
        width: calc(100% + 16px)
    }

    .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_checkbox,
    .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_radio {
        width: calc(70% + 16px)
    }
}

.gform_legacy_markup_wrapper .gfield_repeater_cell>.gfield_repeater_wrapper {
    border-left: 8px solid rgba(54, 86, 102, .1);
    background-color: rgba(1, 1, 1, .02);
    padding: 10px 20px;
    border-radius: 8px;
    border-bottom: 1px solid #eee
}

.gform_legacy_markup_wrapper .gfield_repeater_wrapper input {
    border: 1px solid #c5c6c5;
    border-radius: 4px
}

.gform_legacy_markup_wrapper .gfield_repeater_wrapper .gfield_repeater_wrapper {
    margin-top: 10px
}

.gform_legacy_markup_wrapper .gfield_repeater_buttons button.gfield_icon_disabled {
    cursor: default;
    -moz-opacity: .3;
    -khtml-opacity: .3;
    opacity: .3
}

.gform_legacy_markup_wrapper .gfield_repeater_buttons button.gfield_icon_disabled:hover {
    background: rgba(242, 242, 242, .5);
    color: #757575;
    border: 1px solid rgba(117, 117, 117, .4)
}

.gform_legacy_markup_wrapper .gfield_repeater_buttons button:hover {
    background: #fafafa;
    color: #374750;
    border: 1px solid #757575
}

.gform_legacy_markup_wrapper .gfield_repeater_cell>.gfield_repeater_wrapper {
    border-left: 8px solid #f1f1f1;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 1px -1px rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .06)
}

.gform_legacy_markup_wrapper .gfield_repeater_item .gfield_repeater_cell .gfield_required {
    color: #c32121
}

.gform_legacy_markup_wrapper .gfield_repeater_cell label {
    color: #9b9a9a;
    font-weight: 400;
    font-size: 14px;
    padding-top: 8px
}

.gform_legacy_markup_wrapper div .gfield_repeater_cell {
    margin-top: 5px
}

.gform_legacy_markup_wrapper .gfield_repeater_items .gfield_repeater_cell:not(:first-child) {
    padding-top: 5px
}

.gform_legacy_markup_wrapper.gf_browser_chrome select {
    padding: 2px 0 2px 3px
}

.gform_legacy_markup_wrapper.gf_browser_chrome ul li:after,
.gform_legacy_markup_wrapper.gf_browser_chrome ul li:before {
    content: none
}

.gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex .ginput_right select,
.gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex select {
    text-indent: 2px;
    line-height: 1.5em;
    margin-bottom: 5px;
    margin-top: 2px
}

.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 6px
}

.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    margin-left: 1px
}

.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
    margin-left: 1px
}

.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
    padding-top: 2px
}

.gform_legacy_markup_wrapper.gf_browser_chrome select[multiple=multiple] {
    height: auto !important
}

.gform_legacy_markup_wrapper.gf_browser_chrome input.button.gform_button_select_files {
    padding: 6px 12px !important
}

body .footer__logo {
    background-image: url(https://planitgreenstg.wpenginepowered.com/wp-content/uploads/planit-green-logo-tall.svg) !important
}

.footer__logo {
    height: 150px;
    width: 290px
}

.footer__locations {
    color: #88785d
}

.topNav ul li.current_page_item a {
    color: #88785d
}

form .gfield_required {
    color: #88785d !important
}

.contactFormWrapper a:not(:hover) {
    color: #88785d
}

form input[type=submit]:not(:hover) {
    color: #88785d !important
}

.contactPage__left h2 {
    color: #88785d
}

form input[type=submit]:hover {
    color: #fff !important
}

.contactPage__intro {
    border-top-color: #88785d;
    border-bottom-color: #88785d
}

.contactFormWrapper>h2::after,
.contactPage__right h3:after {
    background-color: #88785d;
    background-image: linear-gradient(to right, #4e402f, #88785d)
}

.pageHero__container {
    max-width: none;
    background-color: #2f2f2f
}

.pageHero__container.contact::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #eeeeee;
    opacity: .4
}
.home{
    background-color: #eeeeee;
}
.pageHero__title.home:after {
    content: '';
    position: absolute;
    left: 5px;
    bottom: -20px;
    width: 149px;
    height: 2px;
    background-color: #88785d;
    background-image: linear-gradient(to right, #4e402f, #88785d);
    z-index: 1
}

.footer__locations h3 {
    display: inline
}

form input[type=email],
form input[type=phone] {
    padding: 15px 15px 11px !important;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background-color: #e3e3e3;
    border: 0;
    font: 400 16px Gotham, sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    text-transform: none;
    letter-spacing: .05em;
    color: #000
}