		/* White */
        .has-custom-white-color {
		color: var(--wp--preset--color--custom-white) !important;
		}
		.has-custom-white-background-color {
			background-color: var(--wp--preset--color--custom-white) !important;
		}
		.has-custom-white-link-color a {
			color: var(--wp--preset--color--custom-white);
		}
		:root body .has-custom-white-hover-color:hover {
			color: var(--wp--preset--color--custom-white) !important;
		}
		.has-custom-white-svg-color svg {
			fill: var(--wp--preset--color--custom-white);
		}

		.wp-block-heading.has-custom-white-background-color::before {
			color: var(--wp--preset--color--custom-white);
		}

		.has-custom-white-svg-color path {
			fill: var(--wp--preset--color--custom-white) !important;
		}

		.wp-block-button.is-style-simple .wp-element-button.has-custom-white-background-color:before {
			background-color: var(--wp--preset--color--custom-white) !important;
		}

		.acf-field.dropdown-color-picker span.dropdown-item.has-custom-white-background-color  {
			background: var(--wp--preset--color--custom-white);
		}

		:root {
			--wp--preset--color--custom-white: #ffffff;
		}		
		
		header.wp-block-template-part .header-inner.has-custom-white-background-color:before {
			background-color: var(--wp--preset--color--custom-white);
		}

		body.transparent-header header.wp-block-template-part.scrolled:hover .wp-block-group.header-inner .main-header.has-custom-white-background-color,
		body.transparent-header header.wp-block-template-part.scrolled:hover .wp-block-group.header-inner .secondary-header.has-custom-white-background-color,
		body.transparent-header header.wp-block-template-part.scrolled:hover > .wp-block-group.header-inner.has-custom-white-background-color {
			background-color: var(--wp--preset--color--custom-white) !important;
		}
                   
      		/* Pearl */
        .has-custom-pearl-color {
		color: var(--wp--preset--color--custom-pearl) !important;
		}
		.has-custom-pearl-background-color {
			background-color: var(--wp--preset--color--custom-pearl) !important;
		}
		.has-custom-pearl-link-color a {
			color: var(--wp--preset--color--custom-pearl);
		}
		:root body .has-custom-pearl-hover-color:hover {
			color: var(--wp--preset--color--custom-pearl) !important;
		}
		.has-custom-pearl-svg-color svg {
			fill: var(--wp--preset--color--custom-pearl);
		}

		.wp-block-heading.has-custom-pearl-background-color::before {
			color: var(--wp--preset--color--custom-pearl);
		}

		.has-custom-pearl-svg-color path {
			fill: var(--wp--preset--color--custom-pearl) !important;
		}

		.wp-block-button.is-style-simple .wp-element-button.has-custom-pearl-background-color:before {
			background-color: var(--wp--preset--color--custom-pearl) !important;
		}

		.acf-field.dropdown-color-picker span.dropdown-item.has-custom-pearl-background-color  {
			background: var(--wp--preset--color--custom-pearl);
		}

		:root {
			--wp--preset--color--custom-pearl: #f4f4f2;
		}		
		
		header.wp-block-template-part .header-inner.has-custom-pearl-background-color:before {
			background-color: var(--wp--preset--color--custom-pearl);
		}

		body.transparent-header header.wp-block-template-part.scrolled:hover .wp-block-group.header-inner .main-header.has-custom-pearl-background-color,
		body.transparent-header header.wp-block-template-part.scrolled:hover .wp-block-group.header-inner .secondary-header.has-custom-pearl-background-color,
		body.transparent-header header.wp-block-template-part.scrolled:hover > .wp-block-group.header-inner.has-custom-pearl-background-color {
			background-color: var(--wp--preset--color--custom-pearl) !important;
		}
                   
      		/* Gold */
        .has-custom-gold-color {
		color: var(--wp--preset--color--custom-gold) !important;
		}
		.has-custom-gold-background-color {
			background-color: var(--wp--preset--color--custom-gold) !important;
		}
		.has-custom-gold-link-color a {
			color: var(--wp--preset--color--custom-gold);
		}
		:root body .has-custom-gold-hover-color:hover {
			color: var(--wp--preset--color--custom-gold) !important;
		}
		.has-custom-gold-svg-color svg {
			fill: var(--wp--preset--color--custom-gold);
		}

		.wp-block-heading.has-custom-gold-background-color::before {
			color: var(--wp--preset--color--custom-gold);
		}

		.has-custom-gold-svg-color path {
			fill: var(--wp--preset--color--custom-gold) !important;
		}

		.wp-block-button.is-style-simple .wp-element-button.has-custom-gold-background-color:before {
			background-color: var(--wp--preset--color--custom-gold) !important;
		}

		.acf-field.dropdown-color-picker span.dropdown-item.has-custom-gold-background-color  {
			background: var(--wp--preset--color--custom-gold);
		}

		:root {
			--wp--preset--color--custom-gold: #d4af37;
		}		
		
		header.wp-block-template-part .header-inner.has-custom-gold-background-color:before {
			background-color: var(--wp--preset--color--custom-gold);
		}

		body.transparent-header header.wp-block-template-part.scrolled:hover .wp-block-group.header-inner .main-header.has-custom-gold-background-color,
		body.transparent-header header.wp-block-template-part.scrolled:hover .wp-block-group.header-inner .secondary-header.has-custom-gold-background-color,
		body.transparent-header header.wp-block-template-part.scrolled:hover > .wp-block-group.header-inner.has-custom-gold-background-color {
			background-color: var(--wp--preset--color--custom-gold) !important;
		}
                   
      		/* Black */
        .has-custom-black-color {
		color: var(--wp--preset--color--custom-black) !important;
		}
		.has-custom-black-background-color {
			background-color: var(--wp--preset--color--custom-black) !important;
		}
		.has-custom-black-link-color a {
			color: var(--wp--preset--color--custom-black);
		}
		:root body .has-custom-black-hover-color:hover {
			color: var(--wp--preset--color--custom-black) !important;
		}
		.has-custom-black-svg-color svg {
			fill: var(--wp--preset--color--custom-black);
		}

		.wp-block-heading.has-custom-black-background-color::before {
			color: var(--wp--preset--color--custom-black);
		}

		.has-custom-black-svg-color path {
			fill: var(--wp--preset--color--custom-black) !important;
		}

		.wp-block-button.is-style-simple .wp-element-button.has-custom-black-background-color:before {
			background-color: var(--wp--preset--color--custom-black) !important;
		}

		.acf-field.dropdown-color-picker span.dropdown-item.has-custom-black-background-color  {
			background: var(--wp--preset--color--custom-black);
		}

		:root {
			--wp--preset--color--custom-black: #000000;
		}		
		
		header.wp-block-template-part .header-inner.has-custom-black-background-color:before {
			background-color: var(--wp--preset--color--custom-black);
		}

		body.transparent-header header.wp-block-template-part.scrolled:hover .wp-block-group.header-inner .main-header.has-custom-black-background-color,
		body.transparent-header header.wp-block-template-part.scrolled:hover .wp-block-group.header-inner .secondary-header.has-custom-black-background-color,
		body.transparent-header header.wp-block-template-part.scrolled:hover > .wp-block-group.header-inner.has-custom-black-background-color {
			background-color: var(--wp--preset--color--custom-black) !important;
		}
                   
      		/* Carbon Grey */
        .has-custom-carbon-grey-color {
		color: var(--wp--preset--color--custom-carbon-grey) !important;
		}
		.has-custom-carbon-grey-background-color {
			background-color: var(--wp--preset--color--custom-carbon-grey) !important;
		}
		.has-custom-carbon-grey-link-color a {
			color: var(--wp--preset--color--custom-carbon-grey);
		}
		:root body .has-custom-carbon-grey-hover-color:hover {
			color: var(--wp--preset--color--custom-carbon-grey) !important;
		}
		.has-custom-carbon-grey-svg-color svg {
			fill: var(--wp--preset--color--custom-carbon-grey);
		}

		.wp-block-heading.has-custom-carbon-grey-background-color::before {
			color: var(--wp--preset--color--custom-carbon-grey);
		}

		.has-custom-carbon-grey-svg-color path {
			fill: var(--wp--preset--color--custom-carbon-grey) !important;
		}

		.wp-block-button.is-style-simple .wp-element-button.has-custom-carbon-grey-background-color:before {
			background-color: var(--wp--preset--color--custom-carbon-grey) !important;
		}

		.acf-field.dropdown-color-picker span.dropdown-item.has-custom-carbon-grey-background-color  {
			background: var(--wp--preset--color--custom-carbon-grey);
		}

		:root {
			--wp--preset--color--custom-carbon-grey: #2d2d2d;
		}		
		
		header.wp-block-template-part .header-inner.has-custom-carbon-grey-background-color:before {
			background-color: var(--wp--preset--color--custom-carbon-grey);
		}

		body.transparent-header header.wp-block-template-part.scrolled:hover .wp-block-group.header-inner .main-header.has-custom-carbon-grey-background-color,
		body.transparent-header header.wp-block-template-part.scrolled:hover .wp-block-group.header-inner .secondary-header.has-custom-carbon-grey-background-color,
		body.transparent-header header.wp-block-template-part.scrolled:hover > .wp-block-group.header-inner.has-custom-carbon-grey-background-color {
			background-color: var(--wp--preset--color--custom-carbon-grey) !important;
		}
                   
      		/* Chrom */
        .has-custom-chrom-color {
		color: var(--wp--preset--color--custom-chrom) !important;
		}
		.has-custom-chrom-background-color {
			background-color: var(--wp--preset--color--custom-chrom) !important;
		}
		.has-custom-chrom-link-color a {
			color: var(--wp--preset--color--custom-chrom);
		}
		:root body .has-custom-chrom-hover-color:hover {
			color: var(--wp--preset--color--custom-chrom) !important;
		}
		.has-custom-chrom-svg-color svg {
			fill: var(--wp--preset--color--custom-chrom);
		}

		.wp-block-heading.has-custom-chrom-background-color::before {
			color: var(--wp--preset--color--custom-chrom);
		}

		.has-custom-chrom-svg-color path {
			fill: var(--wp--preset--color--custom-chrom) !important;
		}

		.wp-block-button.is-style-simple .wp-element-button.has-custom-chrom-background-color:before {
			background-color: var(--wp--preset--color--custom-chrom) !important;
		}

		.acf-field.dropdown-color-picker span.dropdown-item.has-custom-chrom-background-color  {
			background: var(--wp--preset--color--custom-chrom);
		}

		:root {
			--wp--preset--color--custom-chrom: #b8b8b8;
		}		
		
		header.wp-block-template-part .header-inner.has-custom-chrom-background-color:before {
			background-color: var(--wp--preset--color--custom-chrom);
		}

		body.transparent-header header.wp-block-template-part.scrolled:hover .wp-block-group.header-inner .main-header.has-custom-chrom-background-color,
		body.transparent-header header.wp-block-template-part.scrolled:hover .wp-block-group.header-inner .secondary-header.has-custom-chrom-background-color,
		body.transparent-header header.wp-block-template-part.scrolled:hover > .wp-block-group.header-inner.has-custom-chrom-background-color {
			background-color: var(--wp--preset--color--custom-chrom) !important;
		}
                   
      		/* Dark Grey */
        .has-custom-dark-grey-color {
		color: var(--wp--preset--color--custom-dark-grey) !important;
		}
		.has-custom-dark-grey-background-color {
			background-color: var(--wp--preset--color--custom-dark-grey) !important;
		}
		.has-custom-dark-grey-link-color a {
			color: var(--wp--preset--color--custom-dark-grey);
		}
		:root body .has-custom-dark-grey-hover-color:hover {
			color: var(--wp--preset--color--custom-dark-grey) !important;
		}
		.has-custom-dark-grey-svg-color svg {
			fill: var(--wp--preset--color--custom-dark-grey);
		}

		.wp-block-heading.has-custom-dark-grey-background-color::before {
			color: var(--wp--preset--color--custom-dark-grey);
		}

		.has-custom-dark-grey-svg-color path {
			fill: var(--wp--preset--color--custom-dark-grey) !important;
		}

		.wp-block-button.is-style-simple .wp-element-button.has-custom-dark-grey-background-color:before {
			background-color: var(--wp--preset--color--custom-dark-grey) !important;
		}

		.acf-field.dropdown-color-picker span.dropdown-item.has-custom-dark-grey-background-color  {
			background: var(--wp--preset--color--custom-dark-grey);
		}

		:root {
			--wp--preset--color--custom-dark-grey: #808080;
		}		
		
		header.wp-block-template-part .header-inner.has-custom-dark-grey-background-color:before {
			background-color: var(--wp--preset--color--custom-dark-grey);
		}

		body.transparent-header header.wp-block-template-part.scrolled:hover .wp-block-group.header-inner .main-header.has-custom-dark-grey-background-color,
		body.transparent-header header.wp-block-template-part.scrolled:hover .wp-block-group.header-inner .secondary-header.has-custom-dark-grey-background-color,
		body.transparent-header header.wp-block-template-part.scrolled:hover > .wp-block-group.header-inner.has-custom-dark-grey-background-color {
			background-color: var(--wp--preset--color--custom-dark-grey) !important;
		}
                   
      
                @font-face {
                  font-family: 'Inter';
                  src: url('/wp-content/uploads/fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZ1rib2Bg-4.woff2');
                  font-weight: 300;
                }

				.components-button[aria-label="has-inter-font-family"] {
					font-family: 'Inter';
				}

                                @font-face {
                  font-family: 'Inter';
                  src: url('/wp-content/uploads/fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2');
                  font-weight: 400;
                }

				.components-button[aria-label="has-inter-font-family"] {
					font-family: 'Inter';
				}

                                @font-face {
                  font-family: 'Inter';
                  src: url('/wp-content/uploads/fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2');
                  font-weight: 700;
                }

				.components-button[aria-label="has-inter-font-family"] {
					font-family: 'Inter';
				}

                                @font-face {
                  font-family: 'Inter';
                  src: url('/wp-content/uploads/fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2');
                  font-weight: 500;
                }

				.components-button[aria-label="has-inter-font-family"] {
					font-family: 'Inter';
				}

                                @font-face {
                  font-family: 'Outfit';
                  src: url('/wp-content/uploads/fonts/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1C4S-EiAou6Y.woff2');
                  font-weight: 400;
                }

				.components-button[aria-label="has-outfit-font-family"] {
					font-family: 'Outfit';
				}

                                @font-face {
                  font-family: 'Outfit';
                  src: url('/wp-content/uploads/fonts/QGYyz_MVcBeNP4NjuGObqx1XmO1I4deyC4S-EiAou6Y.woff2');
                  font-weight: 700;
                }

				.components-button[aria-label="has-outfit-font-family"] {
					font-family: 'Outfit';
				}

                                @font-face {
                  font-family: 'Funnel Display';
                  src: url('/wp-content/uploads/fonts/B50bF7FGv37QNVWgE0ga-4PbZSRJXrOHcLHLoAYRGTXXcVwIZDKFA.woff2');
                  font-weight: 600;
                }

				.components-button[aria-label="has-funnel-display-font-family"] {
					font-family: 'Funnel Display';
				}

                                @font-face {
                  font-family: 'Funnel Display';
                  src: url('/wp-content/uploads/fonts/B50bF7FGv37QNVWgE0ga-4PbZSRJXrOHcLHLoAYfWTXXcVwIZDKFA.woff2');
                  font-weight: 700;
                }

				.components-button[aria-label="has-funnel-display-font-family"] {
					font-family: 'Funnel Display';
				}

                                @font-face {
                  font-family: 'Funnel Display';
                  src: url('/wp-content/uploads/fonts/B50bF7FGv37QNVWgE0ga-4PbZSRJXrOHcLHLoAYGmTXXcVwIZDKFA.woff2');
                  font-weight: 800;
                }

				.components-button[aria-label="has-funnel-display-font-family"] {
					font-family: 'Funnel Display';
				}

                                @font-face {
                  font-family: 'Funnel Display';
                  src: url('/wp-content/uploads/fonts/B50bF7FGv37QNVWgE0ga-4PbZSRJXrOHcLHLoAYxGPXXcVwIZDKFA.woff2');
                  font-weight: 300;
                }

				.components-button[aria-label="has-funnel-display-font-family"] {
					font-family: 'Funnel Display';
				}

                                @font-face {
                  font-family: 'Funnel Display';
                  src: url('/wp-content/uploads/fonts/B50bF7FGv37QNVWgE0ga-4PbZSRJXrOHcLHLoAYmmPXXcVwIZDKFA.woff2');
                  font-weight: 400;
                }

				.components-button[aria-label="has-funnel-display-font-family"] {
					font-family: 'Funnel Display';
				}

                                @font-face {
                  font-family: 'Funnel Display';
                  src: url('/wp-content/uploads/fonts/B50bF7FGv37QNVWgE0ga-4PbZSRJXrOHcLHLoAYqGPXXcVwIZDKFA.woff2');
                  font-weight: 500;
                }

				.components-button[aria-label="has-funnel-display-font-family"] {
					font-family: 'Funnel Display';
				}

                                @font-face {
                  font-family: 'Funnel Sans';
                  src: url('/wp-content/uploads/fonts/OpNfno8Dg9bX6Bsp3Wq69RB-VukSVv3aISFAlXmEe29NnDyL7w.woff2');
                  font-weight: 400;
                }

				.components-button[aria-label="has-funnel-sans-font-family"] {
					font-family: 'Funnel Sans';
				}

                                @font-face {
                  font-family: 'Funnel Sans';
                  src: url('/wp-content/uploads/fonts/OpNfno8Dg9bX6Bsp3Wq69RB-VukSVv3aISFAS36Ee29NnDyL7w.woff2');
                  font-weight: 600;
                }

				.components-button[aria-label="has-funnel-sans-font-family"] {
					font-family: 'Funnel Sans';
				}

                
:root {
		--wp--preset--font-family--inter: 'Inter';
		--wp--preset--font-family--outfit: 'Outfit';
		--wp--preset--font-family--funnel-display: 'Funnel Display';
		--wp--preset--font-family--funnel-sans: 'Funnel Sans';
}




/* Material Icons */


:root {
	--mi-style: 'Material Symbols Sharp';
	--mi-fill: 0;
	--mi-wght: 100;
	--mi-grad: -25;
	--mi-opsz: 40;
}

:root .material-symbols {
	font-family: 'Material Symbols Sharp' !important;
	font-variation-settings: 'FILL' var(--mi-fill), 'wght' var(--mi-wght), 'GRAD' var(--mi-grad), 'opsz' var(--mi-opsz);
}

.wp-block-read-more:after,
.gform_button:after,
.wp-element-button:after,
:root .wp-site-blocks ul.wp-block-list li::before,
:root ul.wp-block-list li::before,
:root ul.wp-block-page-list li::before,
nav.has-bullets ul li::before,
span.material-symbols,
.wp-block-acf-popups .popup-container:after {
	font-variation-settings: 'FILL' var(--mi-fill), 'wght' var(--mi-wght), 'GRAD' var(--mi-grad), 'opsz' var(--mi-opsz);
	font-size: unset;
}


/* Icons for Lists*/

:root ul.wp-block-list li::before,
:root ul.wp-block-page-list li::before,
nav.has-bullets ul li::before {
	font-family: 'Material Symbols Sharp';
	content: '\f46a';
	font-variation-settings: 'FILL' var(--mi-fill), 'wght' var(--mi-wght), 'GRAD' var(--mi-grad), 'opsz' var(--mi-opsz);
}

/* Spacing */

	
:root {
		--wp--preset--spacing--20: 0.3rem;
			--wp--preset--spacing--30: 1.6rem;
			--wp--preset--spacing--40: 2.85rem;
			--wp--preset--spacing--50: 3.8rem;
			--wp--preset--spacing--60: 4.8rem;
			--wp--preset--spacing--70: 5.7rem;
			--wp--preset--spacing--80: 6.65rem;
	}
		
	
			@media only screen and (min-width: 1px) and (max-width: 850px)  {
									:root {
					--wp--preset--spacing--20: 0.3rem !important;
					--wp--preset--spacing--30: 1.15rem !important;
					--wp--preset--spacing--40: 2.2rem !important;
					--wp--preset--spacing--50: 3.1rem !important;
					--wp--preset--spacing--60: 4rem !important;
					--wp--preset--spacing--70: 4.65rem !important;
					--wp--preset--spacing--80: 5.5rem !important;
					--gap-width: 2.2rem !important;
				}
						}
			@media only screen and (min-width: 1px) and (max-width: 630px)  {
									:root {
					--wp--preset--spacing--20: 0.3rem !important;
					--wp--preset--spacing--30: 1.3rem !important;
					--wp--preset--spacing--40: 2.05rem !important;
					--wp--preset--spacing--50: 2.8rem !important;
					--wp--preset--spacing--60: 3.55rem !important;
					--wp--preset--spacing--70: 4.05rem !important;
					--wp--preset--spacing--80: 4.5rem !important;
					--gap-width: 2.05rem !important;
				}
						}
	
/* Spacer Height */


:root {
    --spacer-height: var(--wp--preset--spacing--80) !important;
}


/* Buttons */


:root .gform-button::after,
:root .gform_button::after,
:root .wp-block-read-more::after,
:root .wp-element-button::after,
:root .gfield--type-submit[data-field-position="inline"] button::after {
	font-family: 'Material Symbols Sharp';
	content: '\e941';	margin-left: .4em;
	margin-right: -0.3em;
	transition: var(--time);
    font-size: 1.5em;
    line-height: 1;
	font-variation-settings: 'FILL' var(--mi-fill), 'wght' var(--mi-wght), 'GRAD' var(--mi-grad), 'opsz' var(--mi-opsz);
	transform: rotate(-45deg);
}

:root .gform-button:hover::after,
:root .gform_button:hover::after,
:root .wp-block-read-more:hover::after,
:root .wp-element-button:hover::after,
:root .gfield--type-submit[data-field-position="inline"] button:hover::after {
	margin-left: .75em;
	transform: rotate(0deg);
}


:root {
    --wp--custom--content-size: 850px;
    --wp--custom--wide-size: 1350px;
}
:root body:not(.block-editor-iframe__body) :where(.gform-button),
:root body:not(.block-editor-iframe__body) :where(.gform_button),
:root body:not(.block-editor-iframe__body) :where(.wp-block-read-more),
:root body:not(.block-editor-iframe__body) :where(.wp-element-button),
:root body:not(.block-editor-iframe__body) :where(.gfield--type-submit[data-field-position="inline"] button) {
    font-family: var(--wp--preset--font-family--funnel-display);
    font-size: 18px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    border-radius: 0px 0px 0px 0px;
}


:root {
    --gap-width: var(--wp--preset--spacing--60);
}

/* Media and Text */


@media only screen and (min-width: 1px) and (max-width: 1350px)  {

	.wp-block-media-text.alignfull .wp-block-media-text__content {
		width: 100% !important;
		position: unset !important;
		transform: unset !important;
	}

}


/* tinyMCE Fonts */

:root {
    --h1-size: 60px;
    --h2-size: 35px;
    --h3-size: 28px;
    --h4-size: 24px;
    --h5-size: 20px;
    --h6-size: 14px;
    --core/paragraph-size: 18px;
}
body#tinymce h1 {
    font-size: 60px;
    line-height: 1.2;
}
body#tinymce h2 {
    font-size: 35px;
    line-height: 1.2;
}
body#tinymce h3 {
    font-size: 28px;
    line-height: 1.2;
}
body#tinymce h4 {
    font-size: 24px;
    line-height: 1.2;
}
body#tinymce h5 {
    font-size: 20px;
    line-height: 1.2;
}
body#tinymce h6 {
    font-size: 14px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 500;
}
body#tinymce p {
    font-family: var(--wp--preset--font-family--funnel-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}
.acf-field textarea, body#tinymce li, body#tinymce p, body#tinymce a {
    font-family: var(--wp--preset--font-family--funnel-sans);
    font-weight: 400;
    line-height: 1.4;
}
.acf-field input[type='text'] {
    font-family: var(--wp--preset--font-family--funnel-sans);
    font-weight: 400;
}

.mce-content-body ul,
.mce-content-body ol {
	padding-inline-start: 0.75em;
}

.mce-content-body > *:first-child {
margin-top: 0 !important;
}

/* Site Search */

.wp-block-acf-menu input
{
		border-radius: 50px;
}

	:root {
		--bold: 700;
}


.mce-btn[aria-label="Small"] button span {
	font-size: 10px !important;
}
.mce-btn[aria-label="Small"] button {
	display: flex;
    height: 20px;
    align-items: center;
}

/* Accordion / Details Block Icon  */

.wp-block-accordion-heading__toggle-icon::after,
.wp-block-details summary::after {
	content: '\e145';	font-family: 'Material Symbols Sharp';
    font-variation-settings: 'FILL' var(--mi-fill), 'wght' var(--mi-wght), 'GRAD' var(--mi-grad), 'opsz' var(--mi-opsz);
    transition: var(--time);
}
.wp-block-accordion-heading__toggle-icon::after {
	content: '\e145';	font-family: 'Material Symbols Sharp';
    font-variation-settings: 'FILL' var(--mi-fill), 'wght' var(--mi-wght), 'GRAD' var(--mi-grad), 'opsz' var(--mi-opsz);
    transition: var(--time);
}
.wp-block-accordion-heading__toggle-icon::before {
	content: '\e15b';	font-family: 'Material Symbols Sharp';
    font-variation-settings: 'FILL' var(--mi-fill), 'wght' var(--mi-wght), 'GRAD' var(--mi-grad), 'opsz' var(--mi-opsz);
    transition: var(--time);
}

/* Gradients */

[aria-label=has-custom-colour-6-gradient-background] span{
	background: var(--wp--preset--gradient--custom-colour-6) !important;
	-webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
	filter: drop-shadow(0px .5px #1e1e1e48) drop-shadow(0px -.5px #1e1e1e48) drop-shadow(.5px 0px #1e1e1e48) drop-shadow(-.5px 0px #1e1e1e48);
}			

/* Separator Block / HR */

:root .wp-block-separator:not(.is-style-dots) {
    height: 1px !important;
}


:root{
  --wp--preset--font-size--h1: clamp(33.419px, 2.089rem + ((1vw - 3.2px) * 2.581), 60px);
  --wp--preset--font-size--h2: clamp(21.536px, 1.346rem + ((1vw - 3.2px) * 1.307), 35px);
  --wp--preset--font-size--h3: clamp(17.905px, 1.119rem + ((1vw - 3.2px) * 0.98), 28px);
  --wp--preset--font-size--h4: clamp(15.747px, 0.984rem + ((1vw - 3.2px) * 0.801), 24px);
  --wp--preset--font-size--h5: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.583), 20px);
  --wp--preset--font-size--h6: 14px;
}