/*
Theme Name: Neuro Vivo
Theme URI: 
Author: Nahuai Badiola
Author URI: 
Description: 
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neuro-vivo
Tags: full-site-editing, editor-style, block-styles, block-patterns, style-variations
*/

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
	@view-transition {
	  navigation: auto;
	}
}

p {
	text-balance:balance;
}

.wp-singular ul li {
    padding-bottom: 12px;
}

:root :where(.wp-block-navigation a:where(:not(.wp-element-button)):hover) {
    text-decoration-thickness: 4px !important;
    text-underline-offset: 0.4em;
}

.wp-block-button,
.service-cards .wp-block-column { 
    transition: all .3s ease-in-out; 
}

.service-cards .wp-block-column:hover {
    scale: 1.05;
}

.wp-block-button:hover {
    scale: 1.05;
}

 /* Make header sticky if selected in the inside group */
.wp-block-template-part:has(>.is-position-sticky) {
	position: sticky;
	top: calc( 0px + var( --wp-admin--admin-bar--position-offset, 0px ) );
	z-index: 10;
}

@media only screen and (min-width: 960px) {
    .wp-block-template-part:has(>.is-position-sticky) {
		--wp-admin--admin-bar--position-offset: var( --wp-admin--admin-bar--height, 0px );
	}
}

/* Maintain footer attached to the bottom */
.wp-site-blocks {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.wp-site-blocks > main {
	flex-grow: 1;
}

body.admin-bar .wp-site-blocks {
	min-height: calc( 100vh - var(--wp-admin--admin-bar--height, 32px) );
}

@media (max-width: 768px) {

	[style*="margin-top:-"]    { margin-top:    auto !important }
	[style*="margin-right:-"]  { margin-right:  auto !important }
	[style*="margin-bottom:-"] { margin-bottom: auto !important }
	[style*="margin-left:-"]   { margin-left:   auto !important }

.wp-block-columns.is-layout-flex:has(li) {
gap: 0;

}
}
hr.wp-block-separator.is-style-osom-narrow-line {
    border-color: var(--wp--preset--color--background);
  margin-left: 0 !important;
}

.home footer.wp-block-template-part {
    margin-block-start: 1px;
}
.home footer.wp-block-template-part .wp-elements-115b5f631753c10b86b67caa99997458 {
    margin-top: 0 !important;
}

/* Sticky header with scroll animations */
.home header .wp-container-2 {
    position: fixed;
    top: 0;
    z-index: 100;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    width: 98%;
    left: 50%;
    transform: translateX(-50%);
}

.home .wp-block-group.has-global-padding.is-content-justification-left.is-layout-constrained.wp-container-core-group-is-layout-19991174.wp-block-group-is-layout-constrained {
    padding-top: 60px;
}

@keyframes header-color-change {
	to {
		background-color: var(--wp--preset--color--foreground);
		margin-top: 0px;
		padding-top: 15px;
		padding-bottom: 5px;
	}
}

@keyframes header-text-color-change {
	to {
		color: var(--wp--preset--color--background);
	}
}

@keyframes header-logo-shrink {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(0.8);
	}
}

@keyframes header-logo-position {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(0.8) translateY(-4px);
	}
}

@keyframes header-width-expand {
	from {
		width: 100%;
		left: 50%;
		transform: translateX(-50%);
	}
	to {
		width: 100%;
		left: 0;
		transform: translateX(0);
	}
}

header.wp-block-template-part .is-position-sticky .wp-block-group {
	animation: header-color-change;
	animation-timeline: scroll();
	animation-range: 0px 200px;
	animation-fill-mode: both;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	transition: all 0.3s ease-out;
}

header.wp-block-template-part .is-position-sticky .wp-block-group a {
	animation: header-text-color-change;
	animation-timeline: scroll();
	animation-range: 0px 200px;
	animation-fill-mode: both;
	animation-duration: 1s;
	animation-timing-function: ease-out;
}

header.wp-block-template-part .is-position-sticky .wp-block-group .wp-block-group:first-child {
	animation: header-logo-position;
	animation-timeline: scroll();
	animation-range: 0px 200px;
	animation-fill-mode: both;
	animation-duration: 1s;
	animation-timing-function: ease-out;
}

.home header .wp-container-2 {
	animation: header-width-expand;
	animation-timeline: scroll();
	animation-range: 0px 200px;
	animation-fill-mode: both;
	animation-duration: 1s;
	animation-timing-function: ease-out;
}

.home .custom-logo {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(103%) contrast(103%);
}

@keyframes header-logo-color-change {
	to {
		filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(103%) contrast(103%);
	}
}

@keyframes header-mobile-menu-color-change {
	to {
		fill: #fff;
	}
}

header.wp-block-template-part .is-position-sticky .wp-block-group .custom-logo {
	animation: header-logo-color-change;
	animation-timeline: scroll();
	animation-range: 0px 10px;
	animation-fill-mode: both;
}

.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
	animation: header-mobile-menu-color-change;
	animation-timeline: scroll();
	animation-range: 0px 10px;
	animation-fill-mode: both;
}

/* Mobile tweaks */
@media only screen and ( max-width: 760px ) {
    .wp-block-group.has-global-padding.is-layout-constrained.wp-container-core-group-is-layout-30cb64cd.wp-block-group-is-layout-constrained {
        padding-left: 0 !important;
    }
    .service-cards .wp-block-column {
        margin-bottom: 16px !important;
    }
    
    .has-modal-open .home .wp-block-group.has-global-padding.is-layout-constrained.wp-container-core-group-is-layout-4a572e6e.wp-block-group-is-layout-constrained.wp-container-2.is-position-sticky {
        height: intrinsic;
        height: -webkit-fill-available;
    }
}

/* Icon Accordion Styles */
.icon-accordion .wp-block-accordion {
	position: relative;
	padding-left: 2rem;
}

.icon-accordion .wp-block-accordion::before {
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
	width: 24px;
	height: 24px;
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	flex-shrink: 0;
}

.icon-accordion .wp-block-accordion:nth-child(1)::before {
	width: 28px;
    height: 28px;
	background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.81815 13.364C6.36628 13.8159 6.36628 14.5485 6.81815 15.0004C7.27002 15.4523 8.00264 15.4523 8.45451 15.0004L9.27321 14.1817L13.3636 18.2721L10.0909 21.5449C9.63899 21.9968 9.63899 22.7294 10.0909 23.1813C10.5427 23.6332 11.2753 23.6332 11.7272 23.1813L13.3632 21.5452L27.2727 35.455C28.9501 37.1325 31.4015 37.5646 33.4775 36.7511L34.6361 37.9097C35.242 38.5156 36.1002 38.7153 36.8724 38.5088L39.5455 41.182C39.9973 41.6339 40.7299 41.6339 41.1818 41.182C41.6337 40.7301 41.6337 39.9975 41.1818 39.5456L38.5083 36.872C38.7142 36.1001 38.5144 35.2425 37.9089 34.6369L36.7504 33.4784C37.564 31.4022 37.132 28.9506 35.4545 27.273L21.545 13.3632L23.1817 11.7265C23.6336 11.2746 23.6336 10.542 23.1817 10.0901C22.7299 9.63824 21.9972 9.63824 21.5454 10.0901L18.2726 13.3629L14.1823 9.27248L14.9999 8.4548C15.4518 8.00292 15.4518 7.27028 14.9999 6.8184C14.5481 6.36652 13.8155 6.36652 13.3636 6.8184L6.81815 13.364ZM16.8584 14.7772L12.7681 10.6867L10.6874 12.7674L14.7778 16.8579L16.8584 14.7772ZM20.1308 14.7775L14.7774 20.131L19.1834 24.5371L24.5368 19.1835L20.1308 14.7775ZM20.8197 26.1735L23.2743 28.6281C24.6878 30.0416 23.6463 29.0001 24.9107 30.2645L26.5466 31.9005C27.6463 33.0001 27.3953 32.7492 28.183 33.5369L28.6869 34.0408C29.785 35.1389 31.3899 35.4213 32.7487 34.888L34.8875 32.7492C35.4208 31.3903 35.1384 29.7854 34.0403 28.6873L26.1731 20.8199L20.8197 26.1735ZM36.5224 36.0829C36.514 36.0718 36.5047 36.0612 36.4947 36.0512L35.6706 35.227C35.601 35.3045 35.529 35.3805 35.4545 35.455C35.3799 35.5296 35.3038 35.6017 35.2262 35.6714L36.0503 36.4955C36.0605 36.5056 36.0712 36.5149 36.0823 36.5234C36.1328 36.4337 36.1963 36.3492 36.2727 36.2728C36.3489 36.1967 36.433 36.1333 36.5224 36.0829Z' fill='rgb(0, 82, 136)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.81815 13.3638C6.36628 13.8156 6.36628 14.5483 6.81815 15.0001C7.27002 15.452 8.00264 15.452 8.45451 15.0001L9.27321 14.1814L13.3636 18.2719L10.0909 21.5447C9.63899 21.9965 9.63899 22.7292 10.0909 23.1811C10.5427 23.6329 11.2753 23.6329 11.7272 23.1811L13.3632 21.545L17.2858 25.4677C17.4707 25.6526 17.665 25.8223 17.8672 25.977L17.831 26.0131L21.8601 30.0423L25.1331 26.7693C25.5849 26.3174 26.3176 26.3174 26.7694 26.7693C27.2213 27.2211 27.2213 27.9538 26.7694 28.4057L23.4965 31.6787L25.1327 33.3149L28.4055 30.042C28.8574 29.5901 29.59 29.5901 30.0419 30.042C30.4937 30.4939 30.4937 31.2265 30.0419 31.6784L26.769 34.9513L27.2726 35.4549C28.9501 37.1325 31.4015 37.5645 33.4776 36.7509L34.6361 37.9095C35.242 38.5154 36.1002 38.7151 36.8724 38.5086L39.5455 41.1818C39.9973 41.6336 40.7299 41.6336 41.1818 41.1818C41.6337 40.7299 41.6337 39.9972 41.1818 39.5454L38.5083 36.8718C38.7142 36.0999 38.5144 35.2422 37.9089 34.6367L36.7503 33.4781C37.5639 31.402 37.1319 28.9505 35.4544 27.2729L26.0128 17.8311L25.9769 17.867C25.8223 17.6649 25.6525 17.4706 25.4676 17.2857L21.545 13.363L23.1817 11.7263C23.6336 11.2744 23.6336 10.5417 23.1817 10.0899C22.7299 9.63799 21.9972 9.63799 21.5454 10.0899L18.2726 13.3627L14.1823 9.27223L14.9999 8.45456C15.4518 8.00268 15.4518 7.27004 14.9999 6.81816C14.5481 6.36628 13.8155 6.36628 13.3636 6.81816L6.81815 13.3638ZM16.8584 14.7769L12.7681 10.6865L10.6874 12.7672L14.7778 16.8576L16.8584 14.7769ZM20.1308 14.7772L24.0534 18.6999C24.2403 18.8868 24.4035 19.0883 24.5431 19.3008L19.3009 24.5432C19.0884 24.4036 18.8869 24.2403 18.7 24.0535L14.7774 20.1308L20.1308 14.7772Z' fill='rgb(0, 82, 136)'/%3E%3C/svg%3E");
}

.icon-accordion .wp-block-accordion:nth-child(2)::before {
	background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.1421 3.99994L4 18.1421L11.7782 25.9202L25.9203 11.7781L18.1421 3.99994ZM16.8136 8.35042L15.3994 9.76463L20.3491 14.7144L21.7633 13.3002L16.8136 8.35042ZM13.2781 11.8861L11.8639 13.3003L16.8136 18.25L18.2278 16.8358L13.2781 11.8861ZM9.74206 15.4215L8.32785 16.8357L13.2776 21.7854L14.6918 20.3712L9.74206 15.4215Z' fill='rgb(0, 82, 136)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8639 23.1997L23.1776 11.886L40.8553 29.5637C43.9795 32.6879 43.9795 37.7532 40.8553 40.8774C37.7311 44.0016 32.6658 44.0016 29.5416 40.8774L11.8639 23.1997ZM14.6923 23.1997L30.9558 39.4632C33.2989 41.8063 37.0979 41.8063 39.4411 39.4632C41.7842 37.12 41.7842 33.3211 39.4411 30.9779L23.1776 14.7145L14.6923 23.1997Z' fill='rgb(0, 82, 136)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.6424 23.9067L27.4206 16.1286L39.4414 28.1494L31.6632 35.9275L19.6424 23.9067ZM22.4708 23.9067L31.6632 33.0991L36.6129 28.1494L27.4206 18.957L22.4708 23.9067Z' fill='rgb(0, 82, 136)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.0658 29.9173C27.0656 29.9174 27.0661 29.9173 27.0658 29.9173C25.6517 30.6245 23.8839 32.3922 23.5303 33.4528L30.2478 40.1705C32.9815 42.9041 37.4136 42.9041 40.1473 40.1704C42.8809 37.4368 42.881 33.0046 40.1473 30.271L38.0264 28.1501L31.6629 34.5135L27.0658 29.9173Z' fill='rgb(0, 82, 136)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.7549 33.2634L30.9558 39.4632C33.2989 41.8063 37.0979 41.8063 39.4411 39.4632C41.7842 37.12 41.7842 33.3211 39.4411 30.9779L38.0264 29.5643L31.6632 35.9275L26.9077 31.1726C26.4763 31.4662 26.0202 31.8469 25.6075 32.2596C25.2367 32.6304 24.9499 32.9781 24.7549 33.2634ZM24.1933 30.8454C24.9052 30.1334 25.7864 29.439 26.6186 29.0229L26.7383 28.9631L27.395 28.8314L31.6632 33.0991L38.0264 26.7359L40.8553 29.5637C43.9795 32.6879 43.9795 37.7532 40.8553 40.8774C37.7311 44.0016 32.6658 44.0016 29.5416 40.8774L22.4696 33.8065L22.5531 33.2221L22.5816 33.1366C22.8352 32.376 23.5063 31.5324 24.1933 30.8454Z' fill='rgb(0, 82, 136)'/%3E%3C/svg%3E");
}

.icon-accordion .wp-block-accordion:nth-child(3)::before {
	background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.8147 6L29.6888 15.1259L32.3112 16.8742L36.7929 12.3925C37.1834 12.002 37.8166 12.002 38.2071 12.3925C38.5976 12.7831 38.5976 13.4162 38.2071 13.8068L32.7071 19.3068L32.7002 19.2998L30.5858 21.4143C30.2107 21.7893 30 22.298 30 22.8285V23.2843C30 23.822 29.7835 24.3371 29.3993 24.7133L25.7494 28.2871C24.628 29.3851 23.1211 30 21.5516 30H12L27.7002 14.2998L27.6933 14.2929L35.9862 6H9C7.34315 6 6 7.34315 6 9V39C6 40.6569 7.34315 42 9 42H39C40.6569 42 42 40.6569 42 39V9C42 7.34315 40.6569 6 39 6H38.8147ZM16.8284 28H21.5516C22.5979 28 23.6026 27.5901 24.3501 26.8581L28 23.2843V22.8285C28 21.7676 28.4214 20.7502 29.1716 20L30.8607 18.3109L28.2548 16.5736L16.8284 28ZM20 34H10V36H20V34ZM28 34V36H32V34H28ZM22 34H26V36H22V34ZM38 34H34V36H38V34ZM26.7071 22.7072C27.0976 22.3166 27.0976 21.6835 26.7071 21.2929C26.3166 20.9024 25.6834 20.9024 25.2929 21.2929L22.2929 24.2929C21.9024 24.6835 21.9024 25.3166 22.2929 25.7072C22.6834 26.0977 23.3166 26.0977 23.7071 25.7072L26.7071 22.7072Z' fill='rgb(0, 82, 136)'/%3E%3C/svg%3E");
}

.icon-accordion .wp-block-accordion:nth-child(4)::before {
	background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.6321 17.5251C32.9153 16.9632 33.8129 15.6733 33.8129 14.1719C33.8129 12.1542 32.1918 10.5184 30.192 10.5184L30.1635 10.5185C30.1823 10.3676 30.192 10.2137 30.192 10.0576C30.192 8.03981 28.5709 6.40408 26.5712 6.40408C26.0715 6.40408 25.5955 6.50619 25.1625 6.69087C24.9493 3.80166 22.5585 1.52441 19.6407 1.52441C16.5936 1.52441 14.1214 4.00777 14.1034 7.07806C13.7004 6.94354 13.2695 6.87073 12.8218 6.87073C10.5698 6.87073 8.74424 8.71278 8.74424 10.9851C8.74424 12.4349 9.48739 13.7095 10.6103 14.4423C10.0392 14.842 9.57413 15.3851 9.26636 16.0201C8.66908 15.6739 7.9767 15.476 7.23851 15.476C4.98652 15.476 3.16093 17.3181 3.16093 19.5903C3.16093 21.2921 4.18482 22.7525 5.64489 23.3786C3.81069 24.0484 2.5 25.8214 2.5 27.9033C2.5 30.5601 4.6345 32.7139 7.26753 32.7139C8.65637 32.7139 9.90651 32.1147 10.7779 31.1585C10.6127 31.6464 10.5231 32.1696 10.5231 32.7139C10.5231 35.3707 12.6576 37.5244 15.2907 37.5244C17.7293 37.5244 19.7403 35.677 20.0239 33.2935C21.0386 34.4531 22.5229 35.1845 24.1764 35.1845C25.4333 35.1845 26.5923 34.762 27.5216 34.0501C28.2979 34.7543 29.3355 35.1845 30.4753 35.1845C32.8806 35.1845 34.8305 33.2688 34.8305 30.9057C34.8305 30.7446 34.8214 30.5856 34.8038 30.4292C36.3993 29.6514 37.5 28.003 37.5 26.0952C37.5 23.4384 35.3655 21.2846 32.7325 21.2846C32.6591 21.2846 32.5861 21.2863 32.5136 21.2896C32.5416 21.0629 32.5561 20.8318 32.5561 20.5973C32.5561 19.4594 32.2155 18.4022 31.6321 17.5251ZM19.2632 8.4895C20.2631 8.4895 21.0736 7.67164 21.0736 6.66275C21.0736 5.65386 20.2631 4.836 19.2632 4.836C18.2633 4.836 17.4528 5.65386 17.4528 6.66275C17.4528 7.67164 18.2633 8.4895 19.2632 8.4895ZM9.14941 27.8916C9.14941 28.9005 8.33885 29.7184 7.33899 29.7184C6.33912 29.7184 5.52857 28.9005 5.52857 27.8916C5.52857 26.8827 6.33912 26.0648 7.33899 26.0648C8.33885 26.0648 9.14941 26.8827 9.14941 27.8916ZM28.2543 21.96C28.9209 21.96 29.4612 21.4148 29.4612 20.7422C29.4612 20.0696 28.9209 19.5243 28.2543 19.5243C27.5877 19.5243 27.0474 20.0696 27.0474 20.7422C27.0474 21.4148 27.5877 21.96 28.2543 21.96ZM25.4712 30.9362C25.4712 31.6088 24.9308 32.154 24.2642 32.154C23.5977 32.154 23.0573 31.6088 23.0573 30.9362C23.0573 30.2636 23.5977 29.7184 24.2642 29.7184C24.9308 29.7184 25.4712 30.2636 25.4712 30.9362ZM13.3384 19.5243C14.0049 19.5243 14.5453 18.9791 14.5453 18.3065C14.5453 17.6339 14.0049 17.0887 13.3384 17.0887C12.6718 17.0887 12.1314 17.6339 12.1314 18.3065C12.1314 18.9791 12.6718 19.5243 13.3384 19.5243ZM17.4767 25.7006L16.7243 26.3676C16.6836 26.3711 16.6422 26.3749 16.6005 26.3791C15.7453 26.4644 14.8648 26.6805 14.2768 27.1008C13.6967 27.5155 13.2936 28.1819 13.0311 28.8343C12.9043 29.1495 12.8213 29.4344 12.7706 29.638C12.7454 29.7392 12.7286 29.8183 12.7188 29.8687C12.7138 29.8939 12.7106 29.9117 12.7089 29.9214L12.7079 29.9272L12.7076 29.9289C12.6036 30.5911 11.9882 31.0447 11.3309 30.942C10.6722 30.8392 10.2208 30.217 10.3228 29.5523L11.5155 29.7385C10.3228 29.5523 10.3228 29.5523 10.3228 29.5523L10.323 29.5507L10.3233 29.549L10.324 29.5447L10.3258 29.5335L10.3313 29.5007C10.3359 29.4743 10.3423 29.4389 10.3508 29.3955C10.3679 29.3088 10.3934 29.1892 10.4295 29.0444C10.5013 28.7561 10.6168 28.3599 10.7944 27.9183C11.1408 27.0574 11.7695 25.9081 12.8815 25.1133C13.9856 24.3241 15.3732 24.0539 16.3631 23.9552C16.4718 23.9444 16.5779 23.9354 16.6805 23.9281C16.5667 23.3822 16.5431 22.8568 16.5478 22.4432C16.5523 22.0452 16.5842 21.6971 16.6149 21.4474C16.6304 21.3218 16.6458 21.2192 16.6578 21.1454C16.6638 21.1085 16.6691 21.0786 16.673 21.0566L16.6781 21.0294L16.6798 21.0203L16.6804 21.0169L16.6807 21.0155C16.6807 21.0155 16.6809 21.0143 17.8649 21.2512L16.6809 21.0143C16.8106 20.3546 17.4457 19.9258 18.0996 20.0566C18.7525 20.1872 19.1771 20.8264 19.0493 21.4851L19.049 21.487L19.0478 21.4933C19.0462 21.5025 19.0433 21.5187 19.0396 21.5414C19.0322 21.5868 19.0215 21.6573 19.0104 21.7477C18.9879 21.9299 18.9647 22.1846 18.9615 22.4709C18.9546 23.0881 19.044 23.6612 19.2534 24.0201C19.4582 24.3711 19.8587 24.6733 20.3213 24.902C20.5383 25.0092 20.7386 25.0853 20.883 25.1339C20.9544 25.1579 21.0102 25.1746 21.045 25.1844C21.052 25.1864 21.0581 25.1881 21.0633 25.1895C21.0706 25.1915 21.076 25.193 21.0796 25.1939L21.0813 25.1944L21.083 25.1948C21.7284 25.3532 22.127 26.0088 21.9725 26.6613C21.8176 27.3155 21.1664 27.7191 20.5181 27.5628L20.7985 26.3783C20.5181 27.5628 20.5181 27.5628 20.5181 27.5628L20.5167 27.5625L20.5151 27.5621L20.5114 27.5612L20.5021 27.5589L20.4754 27.552C20.4542 27.5465 20.4262 27.539 20.3921 27.5293C20.324 27.51 20.2312 27.4821 20.1195 27.4445C19.8977 27.3699 19.5939 27.2546 19.2594 27.0893C18.919 26.9211 18.5077 26.6819 18.1138 26.3523C18.0822 26.3522 18.0504 26.3509 18.0183 26.3483L18.0171 26.3482L18.0021 26.3471C17.9873 26.3461 17.9627 26.3446 17.9292 26.3429C17.8622 26.3395 17.7603 26.3355 17.631 26.334C17.3978 26.3314 17.0814 26.3371 16.7243 26.3676L17.4767 25.7006ZM21.0813 25.1944L19.0493 21.4851L21.0796 25.1939L21.0813 25.1944Z' fill='rgb(0, 82, 136)'/%3E%3C/svg%3E");
}

.icon-accordion .wp-block-accordion:nth-child(5)::before {
	background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M36.5798 6.75376C37.4241 6.31517 38.243 6 38.9483 6C39.7758 6 40.5406 6.24955 41.1358 6.82771C41.7465 7.42095 42 8.20652 42 9.05172C42 10.7069 41.7674 12.3437 41.3041 13.9597C40.8476 15.5518 40.2674 16.9622 39.555 18.1803C38.8661 19.3581 38.1217 20.4176 37.3198 21.3549C36.5279 22.2807 35.7546 23.0215 34.998 23.5463C34.2946 24.034 33.5374 24.4138 32.7931 24.4138C31.9535 24.4138 31.1359 24.026 30.3739 23.4664C29.5957 22.895 28.862 22.1427 28.1669 21.2311C27.4318 20.267 26.8367 19.0663 26.3632 17.6573C25.8789 16.2157 25.6379 14.7133 25.6379 13.1552C25.6379 12.8015 25.6486 12.4933 25.6768 12.2529C25.7163 11.9178 25.8353 11.5947 25.9839 11.2974C26.2449 10.7755 26.6961 10.4568 27.1975 10.2957C27.635 10.1551 28.1459 10.1034 28.6897 10.1034C29.4551 10.1034 30.3405 9.92491 31.3571 9.53011C32.4109 9.12089 33.3073 8.67806 34.0544 8.20624C34.8894 7.67885 35.7312 7.1946 36.5798 6.75376ZM12.1413 14.8228C14.0237 13.8235 16.0772 13.3276 18.2845 13.3276C18.7592 13.3276 19.1388 13.3329 19.4161 13.3445C19.6852 13.3557 20.0637 13.3777 20.547 13.4099C21.0617 13.4443 21.5284 13.5101 21.9126 13.6283C22.2465 13.731 22.5876 13.8685 22.9349 14.0361C23.3839 14.2529 23.7756 14.5695 24.0436 15.0098C24.2992 15.4297 24.4138 15.8969 24.4138 16.3793C24.4138 17.3941 24.6532 18.4752 25.1624 19.6307C25.6762 20.7967 26.3697 21.8883 27.2479 22.9064C27.4696 23.162 27.8287 23.4982 28.3522 23.919C28.9083 24.3661 29.3729 24.7628 29.74 25.1069C29.9456 25.2997 30.1371 25.5102 30.283 25.7382C30.4247 25.9596 30.569 26.2686 30.569 26.6379C30.569 27.4987 30.0534 28.2947 29.4245 28.9807C28.7908 29.672 28.0604 30.3269 27.2374 30.947C26.4789 31.5185 25.5873 32.2418 24.5608 33.1201C23.5531 33.9824 22.7442 34.7731 22.1243 35.4921C21.5293 36.2034 21.0175 37.0339 20.5932 37.9911C20.1404 39.0125 19.8403 39.7942 19.6769 40.3516C19.582 40.6753 19.4838 40.9653 19.3794 41.1896C19.3296 41.2966 19.2553 41.4397 19.1486 41.5715C19.0799 41.6562 18.7918 42 18.2845 42C17.3776 42 16.3946 41.5773 15.3956 40.9488C14.352 40.2921 13.3034 39.3854 12.2471 38.2513C11.1944 37.1211 10.2013 35.8679 9.26669 34.4935C8.30451 33.0785 7.52383 31.4968 6.92059 29.7541C6.31182 27.9954 6 26.2712 6 24.5862C6 22.5353 6.55721 20.6334 7.66426 18.9021C8.76634 17.1787 10.2661 15.8183 12.1413 14.8228Z' fill='rgb(0, 82, 136)'/%3E%3C/svg%3E");
}

.icon-accordion .wp-block-accordion:nth-child(6)::before {
	width: 20px;
    height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgb(0, 82, 136)'%3E%3Cpath d='M8.5 2C6.567 2 5 3.567 5 5.5C5 5.68016 5.01364 5.85714 5.03993 6.02997C3.32436 6.25523 2 7.72295 2 9.5C2 10.4793 2.40223 11.3647 3.05051 12C2.40223 12.6353 2 13.5207 2 14.5C2 15.9018 2.82359 17.1104 4.01353 17.6693C4.00457 17.7785 4 17.8888 4 18C4 20.2091 5.79086 22 8 22C9.19469 22 10.2671 21.4762 11 20.6458V3.05051C10.3647 2.40223 9.47934 2 8.5 2ZM13 3.05051V20.6458C13.7329 21.4762 14.8053 22 16 22C18.2091 22 20 20.2091 20 18C20 17.8888 19.9954 17.7785 19.9865 17.6693C21.1764 17.1104 22 15.9018 22 14.5C22 13.5207 21.5978 12.6353 20.9495 12C21.5978 11.3647 22 10.4793 22 9.5C22 7.72295 20.6756 6.25523 18.9601 6.02997C18.9864 5.85714 19 5.68016 19 5.5C19 3.567 17.433 2 15.5 2C14.5207 2 13.6353 2.40223 13 3.05051Z'%3E%3C/path%3E%3C/svg%3E");
}

.icon-accordion .wp-block-accordion:nth-child(7)::before {
	width: 20px;
    height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgb(0, 82, 136)'%3E%3Cpath d='M13.1962 2.26797L16.4462 7.89714C16.7223 8.37543 16.5584 8.98702 16.0801 9.26316L14.7806 10.0123L15.7811 11.7452L14.049 12.7452L13.0485 11.0123L11.75 11.7632C11.2717 12.0393 10.6601 11.8754 10.384 11.3971L8.5462 8.21466C6.49383 8.83736 5 10.7442 5 13C5 13.6254 5.1148 14.2239 5.32447 14.7757C6.0992 14.284 7.01643 14 8 14C9.68408 14 11.1737 14.8326 12.0797 16.1086L19.7681 11.6704L20.7681 13.4025L12.8898 17.951C12.962 18.2893 13 18.6402 13 19C13 19.3427 12.9655 19.6774 12.8999 20.0007L21 20V22L4.00054 22.0012C3.3723 21.1654 3 20.1262 3 19C3 17.9928 3.29782 17.0551 3.81021 16.2703C3.29276 15.2948 3 14.1816 3 13C3 10.0047 4.88131 7.44881 7.52677 6.44948L7.13397 5.76797C6.58169 4.81139 6.90944 3.58821 7.86603 3.03592L10.4641 1.53592C11.4207 0.983638 12.6439 1.31139 13.1962 2.26797Z'%3E%3C/path%3E%3C/svg%3E");
}