/*
Theme Name: Phoslabs
Theme URI: https://phosworks.se
Author: Phosworks
Author URI: https://phosworks.se
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI:
Text Domain: phoslabs
Tags: phosworks, phoslabs

This theme, like WordPress, is license under the GPL.
*/
body {
  background: var(--wp--custom--token--surface--default);
}

[theme=dark] {
  --wp--custom--token--surface--default: var(--wp--custom--token--dark--surface--default);
  --wp--custom--token--surface--default-hovered: var(--wp--custom--token--dark--surface--default-hovered);
  --wp--custom--token--surface--default-pressed: var(--wp--custom--token--dark--surface--default-pressed);
  --wp--custom--token--surface--raised: var(--wp--custom--token--dark--surface--raised);
  --wp--custom--token--surface--raised-hovered: var(--wp--custom--token--dark--surface--raised-hovered);
  --wp--custom--token--surface--raised-pressed: var(--wp--custom--token--dark--surface--raised-pressed);
  --wp--custom--token--surface--overlay: var(--wp--custom--token--dark--surface--overlay);
  --wp--custom--token--surface--overlay-hovered: var(--wp--custom--token--dark--surface--overlay-hovered);
  --wp--custom--token--surface--overlay-pressed: var(--wp--custom--token--dark--surface--overlay-pressed);
  --wp--custom--token--surface--sunken: var(--wp--custom--token--dark--surface--sunken);
  --wp--custom--token--surface--sunken-hovered: var(--wp--custom--token--dark--surface--sunken-hovered);
  --wp--custom--token--surface--sunken-pressed: var(--wp--custom--token--dark--surface--sunken-pressed);
  --wp--custom--token--surface--brand: var(--wp--custom--token--dark--surface--brand);
  --wp--custom--token--surface--brand-hovered: var(--wp--custom--token--dark--surface--brand-hovered);
  --wp--custom--token--surface--brand-pressed: var(--wp--custom--token--dark--surface--brand-pressed);
  --wp--custom--token--text--brand: var(--wp--custom--token--dark--text--brand);
  --wp--custom--token--text--primary: var(--wp--custom--token--dark--text--primary);
  --wp--custom--token--text--secondary: var(--wp--custom--token--dark--text--secondary);
  --wp--custom--token--text--tertiary: var(--wp--custom--token--dark--text--tertiary);
  --wp--custom--token--text--on-color: var(--wp--custom--token--dark--text--on-color);
  --wp--custom--token--border--primary: var(--wp--custom--token--dark--border--primary);
  --wp--custom--token--border--secondary: var(--wp--custom--token--dark--border--secondary);
  --wp--custom--token--border--brand: var(--wp--custom--token--dark--border--brand);
  --wp--custom--token--button--primary-text: var(--wp--custom--token--dark--button--primary-text);
  --wp--custom--token--button--primary-fill: var(--wp--custom--token--dark--button--primary-fill);
  --wp--custom--token--button--primary-fill-hovered: var(--wp--custom--token--dark--button--primary-fill-hovered);
  --wp--custom--token--button--primary-fill-pressed: var(--wp--custom--token--dark--button--primary-fill-pressed);
  --wp--custom--token--button--secondary-text: var(--wp--custom--token--dark--button--secondary-text);
  --wp--custom--token--button--secondary-fill: var(--wp--custom--token--dark--button--secondary-fill);
  --wp--custom--token--button--secondary-fill-hovered: var(--wp--custom--token--dark--button--secondary-fill-hovered);
  --wp--custom--token--button--secondary-fill-pressed: var(--wp--custom--token--dark--button--secondary-fill-pressed);
  --wp--custom--token--button--tertiary-text: var(--wp--custom--token--dark--button--tertiary-text);
  --wp--custom--token--button--tertiary-fill: var(--wp--custom--token--dark--button--tertiary-fill);
  --wp--custom--token--button--tertiary-fill-hovered: var(--wp--custom--token--dark--button--tertiary-fill-hovered);
  --wp--custom--token--button--tertiary-fill-pressed: var(--wp--custom--token--dark--button--tertiary-fill-pressed);
  --wp--custom--token--button--tertiary-fill-activated: var(--wp--custom--token--dark--button--tertiary-fill-activated);
  --wp--custom--token--button--tertiary-fill-activated-hovered: var(--wp--custom--token--dark--button--tertiary-fill-activated-hovered);
  --wp--custom--token--button--tertiary-fill-activated-pressed: var(--wp--custom--token--dark--button--tertiary-fill-activated-pressed);
  --wp--custom--token--button--ghost-text: var(--wp--custom--token--dark--button--ghost-text);
  --wp--custom--token--button--ghost-fill: var(--wp--custom--token--dark--button--ghost-fill);
  --wp--custom--token--button--ghost-fill-hovered: var(--wp--custom--token--dark--button--ghost-fill-hovered);
  --wp--custom--token--button--ghost-fill-pressed: var(--wp--custom--token--dark--button--ghost-fill-pressed);
  --wp--custom--token--button--ghost-fill-activated: var(--wp--custom--token--dark--button--ghost-fill-activated);
  --wp--custom--token--button--ghost-fill-activated-hovered: var(--wp--custom--token--dark--button--ghost-fill-activated-hovered);
  --wp--custom--token--button--ghost-fill-activated-pressed: var(--wp--custom--token--dark--button--ghost-fill-activated-pressed);
  --wp--custom--token--link--primary: var(--wp--custom--token--dark--link--primary);
  --wp--custom--token--link--primary-hovered: var(--wp--custom--token--dark--link--primary-hovered);
  --wp--custom--token--link--primary-pressed: var(--wp--custom--token--dark--link--primary-pressed);
  --wp--custom--token--link--primary-activated: var(--wp--custom--token--dark--link--primary-activated);
  --wp--custom--token--interactive--text: var(--wp--custom--token--dark--interactive--text);
  --wp--custom--token--interactive--fill: var(--wp--custom--token--dark--interactive--fill);
  --wp--custom--token--interactive--hovered: var(--wp--custom--token--dark--interactive--hovered);
  --wp--custom--token--interactive--pressed: var(--wp--custom--token--dark--interactive--pressed);
  --wp--custom--token--support--success: var(--wp--custom--token--dark--support--success);
  --wp--custom--token--support--error: var(--wp--custom--token--dark--support--error);
  --wp--custom--token--support--info: var(--wp--custom--token--dark--support--info);
  --wp--custom--token--support--focused: var(--wp--custom--token--dark--support--focused);
  --wp--custom--token--support--disabled: var(--wp--custom--token--dark--support--disabled);
}

[theme=light] {
  --wp--custom--token--surface--default: var(--wp--custom--token--light--surface--default);
  --wp--custom--token--surface--default-hovered: var(--wp--custom--token--light--surface--default-hovered);
  --wp--custom--token--surface--default-pressed: var(--wp--custom--token--light--surface--default-pressed);
  --wp--custom--token--surface--raised: var(--wp--custom--token--light--surface--raised);
  --wp--custom--token--surface--raised-hovered: var(--wp--custom--token--light--surface--raised-hovered);
  --wp--custom--token--surface--raised-pressed: var(--wp--custom--token--light--surface--raised-pressed);
  --wp--custom--token--surface--overlay: var(--wp--custom--token--light--surface--overlay);
  --wp--custom--token--surface--overlay-hovered: var(--wp--custom--token--light--surface--overlay-hovered);
  --wp--custom--token--surface--overlay-pressed: var(--wp--custom--token--light--surface--overlay-pressed);
  --wp--custom--token--surface--sunken: var(--wp--custom--token--light--surface--sunken);
  --wp--custom--token--surface--sunken-hovered: var(--wp--custom--token--light--surface--sunken-hovered);
  --wp--custom--token--surface--sunken-pressed: var(--wp--custom--token--light--surface--sunken-pressed);
  --wp--custom--token--surface--brand: var(--wp--custom--token--light--surface--brand);
  --wp--custom--token--surface--brand-hovered: var(--wp--custom--token--light--surface--brand-hovered);
  --wp--custom--token--surface--brand-pressed: var(--wp--custom--token--light--surface--brand-pressed);
  --wp--custom--token--text--brand: var(--wp--custom--token--light--text--brand);
  --wp--custom--token--text--primary: var(--wp--custom--token--light--text--primary);
  --wp--custom--token--text--secondary: var(--wp--custom--token--light--text--secondary);
  --wp--custom--token--text--tertiary: var(--wp--custom--token--light--text--tertiary);
  --wp--custom--token--text--on-color: var(--wp--custom--token--light--text--on-color);
  --wp--custom--token--border--primary: var(--wp--custom--token--light--border--primary);
  --wp--custom--token--border--secondary: var(--wp--custom--token--light--border--secondary);
  --wp--custom--token--border--brand: var(--wp--custom--token--light--border--brand);
  --wp--custom--token--button--primary-text: var(--wp--custom--token--light--button--primary-text);
  --wp--custom--token--button--primary-fill: var(--wp--custom--token--light--button--primary-fill);
  --wp--custom--token--button--primary-fill-hovered: var(--wp--custom--token--light--button--primary-fill-hovered);
  --wp--custom--token--button--primary-fill-pressed: var(--wp--custom--token--light--button--primary-fill-pressed);
  --wp--custom--token--button--secondary-text: var(--wp--custom--token--light--button--secondary-text);
  --wp--custom--token--button--secondary-fill: var(--wp--custom--token--light--button--secondary-fill);
  --wp--custom--token--button--secondary-fill-hovered: var(--wp--custom--token--light--button--secondary-fill-hovered);
  --wp--custom--token--button--secondary-fill-pressed: var(--wp--custom--token--light--button--secondary-fill-pressed);
  --wp--custom--token--button--tertiary-text: var(--wp--custom--token--light--button--tertiary-text);
  --wp--custom--token--button--tertiary-fill: var(--wp--custom--token--light--button--tertiary-fill);
  --wp--custom--token--button--tertiary-fill-hovered: var(--wp--custom--token--light--button--tertiary-fill-hovered);
  --wp--custom--token--button--tertiary-fill-pressed: var(--wp--custom--token--light--button--tertiary-fill-pressed);
  --wp--custom--token--button--tertiary-fill-activated: var(--wp--custom--token--light--button--tertiary-fill-activated);
  --wp--custom--token--button--tertiary-fill-activated-hovered: var(--wp--custom--token--light--button--tertiary-fill-activated-hovered);
  --wp--custom--token--button--tertiary-fill-activated-pressed: var(--wp--custom--token--light--button--tertiary-fill-activated-pressed);
  --wp--custom--token--button--ghost-text: var(--wp--custom--token--light--button--ghost-text);
  --wp--custom--token--button--ghost-fill: var(--wp--custom--token--light--button--ghost-fill);
  --wp--custom--token--button--ghost-fill-hovered: var(--wp--custom--token--light--button--ghost-fill-hovered);
  --wp--custom--token--button--ghost-fill-pressed: var(--wp--custom--token--light--button--ghost-fill-pressed);
  --wp--custom--token--button--ghost-fill-activated: var(--wp--custom--token--light--button--ghost-fill-activated);
  --wp--custom--token--button--ghost-fill-activated-hovered: var(--wp--custom--token--light--button--ghost-fill-activated-hovered);
  --wp--custom--token--button--ghost-fill-activated-pressed: var(--wp--custom--token--light--button--ghost-fill-activated-pressed);
  --wp--custom--token--link--primary: var(--wp--custom--token--light--link--primary);
  --wp--custom--token--link--primary-hovered: var(--wp--custom--token--light--link--primary-hovered);
  --wp--custom--token--link--primary-pressed: var(--wp--custom--token--light--link--primary-pressed);
  --wp--custom--token--link--primary-activated: var(--wp--custom--token--light--link--primary-activated);
  --wp--custom--token--interactive--text: var(--wp--custom--token--light--interactive--text);
  --wp--custom--token--interactive--fill: var(--wp--custom--token--light--interactive--fill);
  --wp--custom--token--interactive--hovered: var(--wp--custom--token--light--interactive--hovered);
  --wp--custom--token--interactive--pressed: var(--wp--custom--token--light--interactive--pressed);
  --wp--custom--token--support--success: var(--wp--custom--token--light--support--success);
  --wp--custom--token--support--error: var(--wp--custom--token--light--support--error);
  --wp--custom--token--support--info: var(--wp--custom--token--light--support--info);
  --wp--custom--token--support--focused: var(--wp--custom--token--light--support--focused);
  --wp--custom--token--support--disabled: var(--wp--custom--token--light--support--disabled);
}

[theme] {
  background-color: var(--wp--custom--token--surface--default);
  color: var(--wp--custom--token--text--primary);
}
[theme] .editor-styles-wrapper {
  background-color: var(--wp--custom--token--surface--default);
  color: var(--wp--custom--token--text--primary);
}

[surface=raised] {
  background: var(--wp--custom--token--surface--raised);
}

[surface=overlay] {
  background: var(--wp--custom--token--surface--overlay);
}

[surface=sunken] {
  background: var(--wp--custom--token--surface--sunken);
}

[surface=brand] {
  background: var(--wp--custom--token--surface--brand);
}

a {
  color: var(--wp--custom--token--link--primary);
  text-decoration: underline;
  text-decoration-thickness: 0.075em;
  text-underline-offset: 0.2em;
  word-break: break-word;
  cursor: pointer;
}
@media (hover: hover) {
  a:hover {
    color: var(--wp--custom--token--link--primary-hovered);
    text-decoration: underline;
    text-decoration-thickness: 0.125em;
  }
}
a:active {
  text-decoration-thickness: 0.075em;
  color: var(--wp--custom--token--link--primary-pressed);
}
a:focus-visible {
  outline: var(--wp--custom--token--border-focused) solid var(--wp--custom--token--support--focused);
  outline-offset: 0.5em;
  border-radius: 1rem;
  text-decoration: none;
}

.heading-display {
  font-size: var(--wp--custom--typography--font-size--700);
  line-height: 1.1;
  letter-spacing: 0.02em;
  font-weight: var(--wp--custom--typography--font-weight--medium);
  text-wrap: balance;
  hyphens: auto;
  margin: 0;
}

.heading-01 {
  font-size: var(--wp--custom--typography--font-size--600);
  line-height: 1.1;
  letter-spacing: 0.02em;
  font-weight: var(--wp--custom--typography--font-weight--medium);
  text-wrap: balance;
  hyphens: auto;
  margin: 0;
}

.heading-02 {
  font-size: var(--wp--custom--typography--font-size--500);
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: var(--wp--custom--typography--font-weight--medium);
  text-wrap: balance;
  hyphens: auto;
  margin: 0;
}

.heading-03 {
  font-size: var(--wp--custom--typography--font-size--400);
  line-height: 1.25;
  font-weight: var(--wp--custom--typography--font-weight--medium);
  text-wrap: balance;
  hyphens: auto;
  margin: 0;
}

.heading-04 {
  font-size: var(--wp--custom--typography--font-size--300);
  line-height: 1.35;
  font-weight: var(--wp--custom--typography--font-weight--medium);
  text-wrap: balance;
  hyphens: auto;
  margin: 0;
}

.heading-05 {
  font-size: var(--wp--custom--typography--font-size--100);
  line-height: 1.35;
  font-weight: var(--wp--custom--typography--font-weight--medium);
  margin: 0;
}

.paragraph-200 {
  font-size: var(--wp--custom--typography--font-size--300);
  font-weight: var(--wp--custom--typography--font-weight--regular);
  line-height: 1.5;
  margin: 0;
}

.paragraph-100 {
  font-size: var(--wp--custom--typography--font-size--100);
  font-weight: var(--wp--custom--typography--font-weight--regular);
  line-height: 1.5;
  margin: 0;
}

.paragraph-75 {
  font-size: var(--wp--custom--typography--font-size--75);
  font-weight: var(--wp--custom--typography--font-weight--regular);
  line-height: 1.5;
  margin: 0;
}

.label-100 {
  font-size: var(--wp--custom--typography--font-size--100);
  font-weight: var(--wp--custom--typography--font-weight--medium);
  line-height: 1.125;
  margin: 0;
}

.label-75 {
  font-size: var(--wp--custom--typography--font-size--75);
  font-weight: var(--wp--custom--typography--font-weight--medium);
  line-height: 1.125;
  margin: 0;
}

.label-50 {
  font-size: var(--wp--custom--typography--font-size--50);
  font-weight: var(--wp--custom--typography--font-weight--medium);
  line-height: 1.125;
  margin: 0;
}

p.is-style-preamble {
  font-size: var(--wp--custom--typography--font-size--200);
}

/**
 * OLD - New surface in ui/surface.scss
 */
.wp-block-button {
  display: flex;
}
.wp-block-button .wp-element-button {
  padding: var(--wp--custom--spacing--100) var(--wp--custom--spacing--150);
  background-color: var(--wp--custom--token--button--primary-fill);
  text-transform: capitalize;
  border-radius: var(--wp--custom--radius--50);
  color: var(--wp--custom--token--button--primary-text);
  text-decoration: none;
}
.wp-block-button .wp-element-button:focus-visible {
  border: 4px solid var(--wp--custom--token--support--focused);
}
.wp-block-button .wp-element-button:hover {
  background-color: var(--wp--custom--color--color-02-600);
}
.wp-block-button .wp-element-button.has-icon {
  display: flex;
  align-items: center;
  gap: var(--wp--custom--spacing--50);
}
.wp-block-button.is-style-primary-button .wp-element-button {
  background-color: var(--wp--custom--token--button--primary-fill);
  color: var(--wp--custom--token--button--primary-text);
  border-radius: var(--wp--custom--radius--50);
}
@media (hover: hover) {
  .wp-block-button.is-style-primary-button .wp-element-button:hover {
    background-color: var(--wp--custom--token--button--primary-fill-hovered);
  }
}
.wp-block-button.is-style-primary-button .wp-element-button:active {
  background-color: var(--wp--custom--token--button--primary-fill-pressed);
}
.wp-block-button.is-style-primary-button .wp-element-button:focus-visible {
  border: 4px solid var(--wp--custom--color--system-focused);
}
.wp-block-button.is-style-secondary-button .wp-element-button {
  background-color: var(--wp--custom--color--theme-50);
  color: var(--wp--custom--color--theme-800);
  border: 1px solid var(--wp--custom--color--theme-800);
  border-radius: var(--wp--custom--radius--50);
}
.wp-block-button.is-style-secondary-button .wp-element-button:hover {
  background-color: var(--wp--custom--color--color-button-tertiary-fill);
}
.wp-block-button.is-style-secondary-button .wp-element-button:focus-visible {
  border: 4px solid var(--wp--custom--color--system-focused);
}
.wp-block-button.is-style-secondary-button .wp-element-button:active {
  background-color: var(--wp--custom--color--color-button-secondary-pressed);
}
.wp-block-button.is-style-tertiary-button .wp-element-button {
  background-color: var(--wp--custom--color--color-button-tertiary-fill);
  color: var(--wp--custom--color--theme-900);
  border-radius: var(--wp--custom--radius--50);
}
.wp-block-button.is-style-tertiary-button .wp-element-button:hover {
  background-color: var(--wp--custom--color--color-button-secondary-pressed);
}
.wp-block-button.is-style-tertiary-button .wp-element-button:focus-visible {
  border: 4px solid var(--wp--custom--color--system-focused);
}
.wp-block-button.is-style-tertiary-button .wp-element-button:active {
  background-color: var(--wp--custom--color--color-button-tertiary-pressed);
}
.wp-block-button.is-style-ghost-button .wp-element-button {
  background-color: transparent;
  color: var(--wp--custom--color--theme-800);
}
.wp-block-button.is-style-ghost-button .wp-element-button:hover {
  background-color: var(--wp--custom--color--color-button-tertiary-fill);
}
.wp-block-button.is-style-ghost-button .wp-element-button:focus-visible {
  border: 4px solid var(--wp--custom--color--system-focused);
}
.wp-block-button.is-style-ghost-button .wp-element-button:active {
  background-color: var(--wp--custom--color--color-button-tertiary-pressed);
}
.wp-block-button.is-size-x-small .wp-element-button {
  font-size: var(--wp--preset--font-size--label-50);
  padding: var(--wp--custom--spacing--50) var(--wp--custom--spacing--75) !important;
}
.wp-block-button.is-size-small .wp-element-button {
  font-size: var(--wp--preset--font-size--label-50);
  padding: var(--wp--custom--spacing--75) var(--wp--custom--spacing--100) !important;
}
.wp-block-button.is-size-medium .wp-element-button {
  font-size: var(--wp--custom--typography--font-size--75);
  padding: var(--wp--custom--spacing--100) var(--wp--custom--spacing--150);
}
.wp-block-button.is-size-large .wp-element-button {
  font-size: var(--wp--custom--typography--font-size--200);
}
.wp-block-button .svg-icon {
  display: inline-flex;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/*.pw-block-button{
	border-radius: var(--wp--custom--radius--50);
	font-size: var(--wp--preset--font-size--label-75);
	&:hover {
		background-color: var(--wp--custom--color--color-02-600);
	}
	&:focus-visible {
		border: 4px solid var(--wp--custom--color--system-focused);
	}
	&:disabled{
		background-color: var(--wp--custom--color--theme-400);
		cursor: not-allowed;
	}
}*/
/* General form input styling override */
.gform_wrapper input[type=text]:not(.gform-text-input-reset),
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=url],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea {
  border: 1px solid var(--wp--custom--color--color-grey-400);
  box-shadow: none !important;
  outline: none !important;
  background-color: var(--wp--custom--color--color-grey-50) !important;
}
.gform_wrapper input[type=text]:not(.gform-text-input-reset):focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=password]:focus,
.gform_wrapper textarea:focus {
  border: 4px solid var(--wp--custom--color--color-focused);
}
.gform_wrapper input[type=text]:not(.gform-text-input-reset):active,
.gform_wrapper input[type=email]:active,
.gform_wrapper input[type=tel]:active,
.gform_wrapper input[type=url]:active,
.gform_wrapper input[type=number]:active,
.gform_wrapper input[type=password]:active,
.gform_wrapper textarea:active {
  border: 4px solid var(--wp--custom--color--color-focused);
}
.gform_wrapper input[type=text]:not(.gform-text-input-reset):hover,
.gform_wrapper input[type=email]:hover,
.gform_wrapper input[type=tel]:hover,
.gform_wrapper input[type=url]:hover,
.gform_wrapper input[type=number]:hover,
.gform_wrapper input[type=password]:hover,
.gform_wrapper textarea:hover {
  border: 1px solid var(--wp--custom--color--color-grey-800);
}

.gform_button {
  background-color: var(--wp--custom--color--color-blue-700) !important;
  text-transform: capitalize;
  border-radius: var(--wp--custom--radius--radius-50) !important;
}
.gform_button.button:hover {
  background-color: var(--wp--custom--color--color-blue-600) !important;
}
.gform_button.button:focus {
  border: 4px solid var(--wp--custom--color--color-focused) !important;
}

.gform_wrapper .gfield_radio input[type=radio]::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background-color: var(--wp--custom--color--color-button-tertiary-pressed);
}
.gform_wrapper .gfield_radio input[type=radio]::after {
  content: "";
  display: none;
  position: absolute;
  top: 17.5%;
  right: 17.5%;
  bottom: 17.5%;
  left: 17.5%;
  background: var(--wp--custom--color--color-grey-800);
  border-radius: 50%;
  border-color: var(--wp--custom--color--color-grey-800);
}
.gform_wrapper .gfield_radio input[type=radio] {
  position: relative;
  height: 0.675em;
  width: 0.675em;
  border: 1px solid var(--wp--custom--color--color-grey-800);
}
.gform_wrapper .gchoice {
  align-items: center;
}
.gform_wrapper .gchoice:hover input[type=radio]::before {
  opacity: 0.15 !important;
}
.gform_wrapper .gchoice:focus input[type=radio]::before {
  border: 4px solid var(--wp--custom--color--color-coral-400);
}
.gform_wrapper .gchoice:active input[type=radio]::before {
  border: 4px solid var(--wp--custom--color--color-coral-400);
}

input[type=radio]:focus {
  box-shadow: 0 0 2px transparent !important;
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked:before {
  opacity: 0 !important;
}

.gform_wrapper .gfield_radio input[type=radio]:checked::after {
  display: block;
  border-color: var(--wp--custom--color--color-grey-800);
}

.gform_wrapper .gfield_radio input[type=radio]:checked {
  border-color: var(--wp--custom--color--color-grey-800);
}

.gform_wrapper {
  padding: var(--wp--custom--spacing--space-100);
}
.gform_wrapper .gfield_checkbox input[type=checkbox]::before {
  display: block;
  border-radius: 2px;
  opacity: 0;
  color: var(--wp--custom--color--color-grey-50);
  background-color: var(--wp--custom--color--color-grey-800);
}
.gform_wrapper .gfield_checkbox input[type=checkbox] {
  position: relative;
  height: 1em;
  width: 1em;
  border: 1px solid var(--wp--custom--color--color-grey-800);
  border-radius: 2px;
  opacity: 1;
}
.gform_wrapper .gfield_checkbox input[type=checkbox]:hover {
  outline: 5px solid var(--wp--custom--color--color-button-tertiary-pressed);
  background-color: var(--wp--custom--color--color-button-tertiary-pressed);
}
.gform_wrapper input[type=checkbox]:focus {
  box-shadow: 0 0 2px transparent !important;
}
.gform_wrapper input[type=checkbox]:active {
  opacity: 0.5;
}

.gform_wrapper .gfield_select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--wp--custom--color--color-grey-50) !important;
}

.gform-theme--framework select.rotated {
  background-image: url("../../../assets/svg/arrow-up.svg");
}

.dropdown {
  position: relative;
}

.dropdown-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: var(--wp--custom--color--color-grey-50);
  padding: 10px;
  background-image: url("../../../assets/svg/arrow-down-dropdown.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.dropdown-selected:focus {
  border: 1px solid var(--wp--custom--color--color-coral-400);
}
.dropdown-selected.rotated {
  background-image: url("../../../assets/svg/arrow-up.svg");
}

.dropdown-options {
  position: absolute;
  width: 100%;
  background-color: var(--wp--custom--color--color-grey-50);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
}

.option {
  border-bottom: 1px solid var(--wp--custom--color--color-grey-300);
  padding: 10px;
  cursor: pointer;
  display: flex !important;
  align-items: center;
}
.option svg {
  order: 1;
  margin-right: 10px;
}
.option .select-text {
  order: 2;
}
.option:hover {
  background-color: var(--wp--custom--color--color-grey-50);
}

.gfield input[type=text],
.gfield input[type=email],
.gfield input[type=number],
.gfield input[type=tel],
.gfield textarea {
  border-radius: var(--wp--custom--radius--radius-50) !important;
}

.my-custom-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3490196078);
  align-items: center;
  justify-content: center;
}

.my-custom-modal-content {
  position: relative;
  background: white;
  padding: 20px;
  margin: auto;
  display: flex;
}

.my-custom-modal-close {
  order: 2;
  display: flex;
  justify-content: end;
  position: sticky;
  right: 15px;
  top: 10px;
  cursor: pointer;
  font-size: 36px;
}
.my-custom-modal-close:hover {
  color: var(--wp--preset--color--primary-brand-skyblue);
}

.components-modal__content .is-layout-flex {
  display: flex;
  gap: 4rem;
}

[surface] + [inverted],
[inverted] + [surface] {
  margin-top: 0;
}

.align--full {
  max-width: calc(100% + var(--wp--style--root--padding-right) * 2);
  margin-left: calc(var(--wp--style--root--padding-right) * -1) !important;
  margin-right: calc(var(--wp--style--root--padding-right) * -1) !important;
}

#content-wrapper.blur-content {
  filter: blur(5px);
}

.nav-wrapper {
  width: 100%;
  background-color: var(--wp--custom--color--theme-50);
  position: sticky;
  top: 0;
  z-index: 1000;
}

nav.flex.items-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--wp--custom--spacing--space-50) var(--wp--custom--spacing--space-100);
}
nav.flex.items-center .site-icon {
  height: 32px;
  width: 32px;
  margin-right: var(--wp--custom--spacing--space-50);
}
nav.flex.items-center #primary-menu {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: var(--wp--custom--spacing--space-100);
  align-items: center;
}
nav.flex.items-center #primary-menu li {
  position: relative;
}
nav.flex.items-center #primary-menu li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: var(--wp--custom--spacing--space-50) 0;
  list-style: none;
}
nav.flex.items-center #primary-menu li:hover > ul {
  display: block;
  width: auto;
}

.current {
  background-color: var(--wp--custom--color--color-button-tertiary-fill);
  border-radius: var(--wp--custom--radius--radius-50);
}

.site-footer {
  background-color: var(--wp--custom--color--color-grey-150);
  padding-top: var(--wp--custom--spacing--space-150);
  padding-bottom: var(--wp--custom--spacing--space-150);
}

.site-footer .footer-col {
  padding: var(--wp--custom--spacing--space-150) 0;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  gap: var(--wp--custom--spacing--space-50);
}

.site-footer .footer-logo img {
  max-width: 150px;
}

.site-footer .footer-col-title {
  font-size: var(--wp--preset--font-size--label-75);
  font-weight: bold;
  margin-bottom: 1rem;
}

.site-footer .footer-col-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer .footer-col-link-item {
  margin-bottom: 0.5rem;
}

.site-footer .footer-col-link {
  text-decoration: none;
  font-size: var(--wp--preset--font-size--label-100);
}

.site-footer .footer-col-1 .footer-col-link {
  font-size: var(--wp--preset--font-size--heading-05);
  font-weight: 700;
}

.site-footer .footer-bottom {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--wp--custom--color--theme-400);
  text-align: center;
}

.site-footer .footer-bottom-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.site-footer .footer-bottom-links li {
  display: inline;
}

.site-footer .footer-bottom-links a {
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: start;
}

.accordion-item {
  background-color: var(--wp--custom--color--color-grey-150);
  border-radius: var(--wp--custom--radius--radius-50);
}

.accordion-heading {
  background-color: var(--wp--custom--color--color-grey-150);
  border-radius: var(--wp--custom--radius--radius-50);
  margin: 8px 0;
  font-size: var(--wp--preset--font-size--label-75);
}
.accordion-heading:hover {
  background-color: var(--wp--custom--color--color-grey-200);
}

/*
@media (hover: hover) {
  .accordion-item__button:hover {
    background-color: var(--wp--custom--color--color-grey-200);
    border-radius:  var(--wp--custom--radius--radius-50);
  }
  .accordion-item__button:focus-visible {
    outline: var(--wp--preset--color--primary-brand-skyblue) solid;
  }
  .accordion-item__button:active {
    background-color: var(--wp--custom--color--color-grey-150);
  }
}*/
.accordion-item__button {
  padding: var(--wp--custom--spacing--space-150);
  text-align: left;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: inherit;
}

.accordion-item__button[aria-expanded=true] .svg-icon {
  transform: rotate(180deg);
}

.accordion-item__button .svg-icon {
  transition: transform 150ms;
}

.accordion-content {
  padding: 0 var(--wp--custom--spacing--space-150) var(--wp--custom--spacing--space-150) var(--wp--custom--spacing--space-150);
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-out, background-color 0.3s ease;
}

.grid {
  display: grid;
  gap: var(--wp--custom--spacing--space-200);
}

.grid-col-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.card {
  position: relative;
  min-width: 255px;
  max-width: 415px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.basic-card {
  background-color: var(--wp--custom--color--color-grey-50);
}

.card-header {
  display: flex;
  padding: var(--wp--custom--spacing--space-150);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--wp--custom--spacing--space-50);
  align-self: stretch;
}

.card-image {
  overflow: hidden;
  height: auto;
}

.card img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  max-height: 160px;
}

.basic-card img {
  object-fit: contain;
  aspect-ratio: auto;
  max-height: 320px;
}

.card-actions {
  gap: var(--wp--custom--spacing--space-100);
  display: flex;
  flex-wrap: wrap;
}

.card-content {
  padding: var(--wp--custom--spacing--space-150);
  gap: var(--wp--custom--spacing--space-50);
  background-color: var(--wp--custom--color--color-grey-150);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-content header {
  min-height: 50px;
}

.author-text {
  font-size: var(--wp--preset--font-size--label-75);
  min-height: 20px;
}

.pre-header-container {
  min-height: 20px;
}

.pre-header-text {
  font-size: var(--wp--preset--font-size--label-75);
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
}

.card-description-text {
  flex-grow: 1;
}

.tag {
  background-color: var(--wp--custom--color--color-button-tertiary-fill);
  border-radius: var(--wp--custom--radius--radius-max);
  padding: var(--wp--custom--spacing--space-25) var(--wp--custom--spacing--space-50);
  font-size: var(--wp--preset--font-size--label-50);
  color: var(--wp--custom--color--color-grey-800);
  display: var(--wp--preset--font-size--label-50);
  justify-content: center;
}

@media (max-width: 1200px) {
  .grid-col-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .grid-col-4, .grid-col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-col-4, .grid-col-3, .grid-col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pw-block-hero > .acf-innerblocks-container {
  display: flex;
  flex-direction: column;
  gap: var(--wp--custom--spacing--100);
}
.pw-block-hero.hero--fill {
  display: flex;
  flex-direction: column;
  position: relative;
  aspect-ratio: 16/10;
  max-height: 90vh;
  width: auto;
  max-width: none;
  min-width: calc(100% + var(--wp--style--root--padding-right) * 2);
  margin-left: calc(var(--wp--style--root--padding-right) * -1) !important;
  margin-right: calc(var(--wp--style--root--padding-right) * -1) !important;
}
.pw-block-hero.hero--fill img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}
.pw-block-hero.hero--fill > .acf-innerblocks-container {
  position: relative;
  z-index: 1;
  padding: var(--wp--custom--spacing--300);
  max-width: var(--wp--custom--layout--text);
}
.pw-block-hero.hero--fill.align-content--top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.pw-block-hero.hero--fill.align-content--center-left {
  align-items: flex-start;
  justify-content: center;
}
.pw-block-hero.hero--fill.align-content--bottom-left {
  align-items: flex-start;
  justify-content: flex-end;
}
.pw-block-hero.hero--fill.align-content--top-center {
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
.pw-block-hero.hero--fill.align-content--center-center {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pw-block-hero.hero--fill.align-content--bottom-center {
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}
.pw-block-hero.hero--fill.align-content--top-right {
  align-items: flex-end;
  justify-content: flex-start;
}
.pw-block-hero.hero--fill.align-content--center-right {
  align-items: flex-end;
  justify-content: center;
}
.pw-block-hero.hero--fill.align-content--bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.pw-block-hero.hero--fill.align-content--top-center .pw-block-button-group .acf-innerblocks-container, .pw-block-hero.hero--fill.align-content--center-center .pw-block-button-group .acf-innerblocks-container, .pw-block-hero.hero--fill.align-content--bottom-center .pw-block-button-group .acf-innerblocks-container {
  justify-content: center;
}
.pw-block-hero.hero--fill + .pw-block-hero.hero--fill {
  margin-top: 0;
}
.pw-block-hero.hero--image-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--wp--custom--spacing--300);
}
.pw-block-hero.hero--image-right img {
  order: 2;
  aspect-ratio: 3/4;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.pw-block-hero.hero--image-right > .acf-innerblocks-container {
  justify-content: center;
  order: 1;
}
.pw-block-hero.hero--image-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--wp--custom--spacing--300);
}
.pw-block-hero.hero--image-left img {
  order: 1;
  aspect-ratio: 3/4;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.pw-block-hero.hero--image-left > .acf-innerblocks-container {
  justify-content: center;
  order: 2;
}
.pw-block-hero.hero--image-bottom {
  display: grid;
  gap: var(--wp--custom--spacing--150);
  max-width: none;
}
.pw-block-hero.hero--image-bottom img {
  order: 2;
  aspect-ratio: 21/9;
  width: 100%;
  height: auto;
  object-fit: cover;
  min-width: calc(100% + var(--wp--style--root--padding-right) * 2);
  margin-left: calc(var(--wp--style--root--padding-right) * -1) !important;
  margin-right: calc(var(--wp--style--root--padding-right) * -1) !important;
}
.pw-block-hero.hero--image-bottom > .acf-innerblocks-container {
  justify-content: center;
  order: 1;
  width: 100%;
  margin-top: var(--wp--custom--spacing--300);
  max-width: var(--wp--style--global--wide-size);
  margin-right: auto;
  margin-left: auto;
}
.pw-block-hero.hero--image-bottom > .acf-innerblocks-container > * {
  margin-left: 0;
  max-width: var(--wp--custom--layout--text);
}
.pw-block-hero.hero--no-image {
  max-width: var(--wp--style--global--wide-size);
}
.pw-block-hero.hero--no-image > .acf-innerblocks-container {
  max-width: var(--wp--custom--layout--text);
}

.custom-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.custom-list-item {
  list-style: none;
}
.custom-list-item:hover .svg-icon {
  transform: translateX(3px);
  transition: transform 0.3s ease;
}

.custom-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border: 2px solid black;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  color: var(--wp--custom--color--color-grey-500);
}

.custom-link-content {
  display: flex;
  flex-direction: column;
}

.custom-link-title {
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 600;
}

.custom-link-text {
  margin: 0;
  font-size: 1rem;
}
.custom-link-text p {
  color: var(--wp--custom--color--color-grey-500);
}

.custom-posts-list {
  list-style: none;
  padding: 0;
}

.custom-post-item {
  display: flex;
  flex-direction: column;
  gap: var(--wp--custom--spacing--space-100);
  margin-bottom: var(--wp--custom--spacing--space-300);
}

.custom-post-title {
  margin-bottom: 0.5rem;
}
.custom-post-title a {
  color: var(--wp--custom--color--color-blue-700);
}
.custom-post-title a:hover {
  color: var(--wp--custom--color--color-blue-600);
  text-decoration: none;
}

.custom-post-date {
  font-size: var(--wp--preset--font-size--label-75);
}

.custom-tags {
  gap: var(--wp--custom--spacing--space-100);
  display: flex;
  flex-wrap: wrap;
}

.banner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.banner {
  display: flex;
  align-items: center;
  max-width: 960px;
  width: 100%;
  justify-content: center;
}

.banner.align-left .banner-image,
.banner.align-right .banner-image {
  width: 480px;
  height: auto;
  flex-shrink: 0;
  min-height: 480px;
  align-items: center;
  display: flex;
}

.banner.align-left .banner-content,
.banner.align-right .banner-content {
  max-width: 480px; /* Ensures content is 480px wide */
  margin: 0; /* Removes any margin to fit content and image side by side */
}

.banner.align-left .banner-image {
  order: -1;
  margin-right: 20px;
}

.banner.align-right .banner-image {
  order: 1;
  margin-left: 20px;
}

.banner.align-top,
.banner.align-bottom {
  flex-direction: column;
  max-width: 480px;
}

.banner.align-top .banner-image {
  order: -1;
  margin-bottom: 20px;
  width: 100%;
}

.banner.align-bottom .banner-image {
  order: 1;
  margin-top: 20px;
  width: 100%;
}

.banner-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 4/3;
}

.banner-content {
  flex-grow: 1;
  max-width: 480px;
  margin: 0 auto;
  text-align: left;
}

.banner-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.banner-text {
  font-size: 16px;
  margin-bottom: 20px;
}

/*# sourceMappingURL=style.css.map */
