
.ryno-service-areas, .ryno-service-areas *, .ryno-service-areas *:before, .ryno-service-areas *:after {
	box-sizing: border-box;
}

.ryno-service-areas .rsa-pipe-template, .ryno-service-areas .rsa-abc-template, .ryno-service-areas .rsa-drop-template, .ryno-service-areas .rsa-grid-template {
	padding: 40px 0;
}

.ryno-service-areas .rsa-pipe-template__icon, .ryno-service-areas .rsa-abc-template__icon, .ryno-service-areas .rsa-drop-template__icon, .ryno-service-areas .rsa-grid-template__icon {
	display: inline;
	color: tomato;
}

.ryno-service-areas .rsa-pipe-template__heading, .ryno-service-areas .rsa-pipe-template__region-heading, .ryno-service-areas .rsa-abc-template__heading, .ryno-service-areas .rsa-abc-template__region-heading, .ryno-service-areas .rsa-drop-template__heading, .ryno-service-areas .rsa-drop-template__region-heading, .ryno-service-areas .rsa-grid-template__heading, .ryno-service-areas .rsa-grid-template__region-heading {
	text-align: center;
	margin: 0 0 30px 0;
}

.ryno-service-areas .rsa-pipe-template__heading, .ryno-service-areas .rsa-abc-template__heading, .ryno-service-areas .rsa-drop-template__heading, .ryno-service-areas .rsa-grid-template__heading {
	font-size: 36px;
}

.ryno-service-areas .rsa-pipe-template__region-heading, .ryno-service-areas .rsa-abc-template__region-heading, .ryno-service-areas .rsa-drop-template__region-heading, .ryno-service-areas .rsa-grid-template__region-heading {
	font-size: 24px;
}

.ryno-service-areas .rsa-pipe-template__row, .ryno-service-areas .rsa-abc-template__row, .ryno-service-areas .rsa-drop-template__row, .ryno-service-areas .rsa-grid-template__row {
	max-width: 1000px;
}

.ryno-service-areas .rsa-pipe-template__region, .ryno-service-areas .rsa-abc-template__region, .ryno-service-areas .rsa-drop-template__region, .ryno-service-areas .rsa-grid-template__region {
	margin-bottom: 30px;
}

.ryno-service-areas .rsa-pipe-template__city, .ryno-service-areas .rsa-abc-template__city, .ryno-service-areas .rsa-drop-template__city, .ryno-service-areas .rsa-grid-template__city {
	white-space: nowrap;
	font-size: 16px;
}

.ryno-service-areas .rsa-pipe-template__link, .ryno-service-areas .rsa-abc-template__link, .ryno-service-areas .rsa-drop-template__link, .ryno-service-areas .rsa-grid-template__link {
	font-weight: 700;
	text-decoration: none;
	vertical-align: initial;
}

.ryno-service-areas .rsa-pipe-template__link:hover, .ryno-service-areas .rsa-abc-template__link:hover, .ryno-service-areas .rsa-drop-template__link:hover, .ryno-service-areas .rsa-grid-template__link:hover {
	text-decoration: none;
}

.ryno-service-areas .rsa-pipe-template__row {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: auto;
	max-width: 1000px;
}

.ryno-service-areas .rsa-pipe-template__region {
	width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 992px) {
	.ryno-service-areas .rsa-pipe-template__region {
		width: 50%;
	}
	
	.ryno-service-areas .rsa-pipe-template__region--fullwidth {
		width: 100%;
	}
}

.ryno-service-areas .rsa-pipe-template__region-cities-wrapper {
	overflow: hidden;
}

.ryno-service-areas .rsa-pipe-template__region-cities {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: -1px;
	padding: 0;
}

.ryno-service-areas .rsa-pipe-template__city {
	flex-grow: 1;
	flex-basis: auto;
	margin: 5px 0;
	padding: 0 10px;
	text-align: center;
	border-left: 1px solid #ccc;
	width: initial;
}

.ryno-service-areas .rsa-abc-template, .ryno-service-areas .rsa-drop-template {
	padding: 40px 0;
}

.ryno-service-areas .rsa-abc-template__city, .ryno-service-areas .rsa-drop-template__city {
	padding: 8px 0;
}

.ryno-service-areas .rsa-abc-template__row {
	flex-wrap: wrap;
	width: 90%;
	margin: auto;
	column-count: 1;
}

@media only screen and (min-width: 576px) {
	.ryno-service-areas .rsa-abc-template__row {
		column-count: 2;
	}
}

@media only screen and (min-width: 768px) {
	.ryno-service-areas .rsa-abc-template__row {
		column-count: 3;
	}
}

.ryno-service-areas .rsa-abc-template__city-wrapper {
	width: 100%;
	display: inline-block;
}

.ryno-service-areas .rsa-abc-template__city {
	margin-left: 33%;
}

.ryno-service-areas .rsa-raw-template__heading, .ryno-service-areas .rsa-raw-template__region-heading {
	margin: 0 0 10px 0;
	color: #383838;
}

.ryno-service-areas .rsa-raw-template__heading {
	font-size: 36px;
}

.ryno-service-areas .rsa-raw-template__region-heading {
	font-size: 24px;
}

.ryno-service-areas .rsa-raw-template__locations--hide-bullets {
	list-style: none;
	margin-left: 0;
}

.ryno-service-areas .rsa-raw-template__link {
	color: tomato;
	font-weight: 700;
	text-decoration: none;
	vertical-align: initial;
}

.ryno-service-areas .rsa-raw-template__link:hover {
	text-decoration: none;
	color: tomato;
}

.ryno-service-areas .rsa-grid-template__city-wrapper {
	display: grid;
	grid-gap: 0 10px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	max-width: 1040px;
	margin: 0 auto;
}

.ryno-service-areas .rsa-grid-template__city {
	padding-left: 30%;
	margin: 8px 0;
	position: relative;
}

.rsa-drop-template__row {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: auto;
	max-width: 1000px;
}

.rsa-drop-template__city-wrapper {
	width: 100%;
	display: flex;
}

@media only screen and (min-width: 576px) {
	.rsa-drop-template__city-wrapper {
		width: 50%;
	}
}

@media only screen and (min-width: 768px) {
	.rsa-drop-template__city-wrapper {
		width: 33%;
	}
}

@media only screen and (min-width: 992px) {
	.rsa-drop-template__city-wrapper {
		width: 25%;
	}
}

.rsa-drop-template__accordion {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 4px -2px rgba(0, 0, 0, .5);
	max-width: 1000px;
	margin: auto;
}

.rsa-drop-template__accordion-tab {
	color: #fff;
	overflow: hidden;
}

.rsa-drop-template__accordion-radio, .rsa-drop-template__accordion-radio-close {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.rsa-drop-template__accordion-tab-label {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 1em;
	background: tomato;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	margin: 0;
}

.rsa-drop-template__accordion-tab-heading {
	font-size: 22px;
	margin: 0;
	color: #fff;
}

.rsa-drop-template__accordion-tab-content {
	max-height: 0px;
	padding: 0 15px;
	color: #2c3e50;
	background: white;
	transition: all .35s;
}

.rsa-drop-template__accordion-tab-label-close {
	z-index: -1;
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: pointer;
}

.rsa-drop-template__accordion-tab-label:hover {
	background: #4c4c4c;
}

.rsa-drop-template__accordion-radio:checked + .rsa-drop-template__accordion-tab-label {
	background: #383838;
}

.rsa-drop-template__accordion-radio:checked ~ .rsa-drop-template__accordion-tab-content {
	max-height: 10000px;
	padding: 15px;
}

.rsa-drop-template__accordion-radio:checked + .rsa-drop-template__accordion-tab-label .rsa-drop-template__accordion-tab-label-close {
	z-index: 1;
}

.rsa-drop-template__accordion-icon-container {
	width: 18px;
	height: 18px;
	position: relative;
}

.rsa-drop-template__accordion-icon-plus, .rsa-drop-template__accordion-icon-minus {
	position: absolute;
	transition: .3s;
	background: #fff;
}

.rsa-drop-template__accordion-icon-plus {
	top: 0%;
	bottom: 0%;
	width: 20%;
	left: 40%;
}

.rsa-drop-template__accordion-icon-minus {
	left: 0%;
	right: 0%;
	height: 22%;
	top: 40%;
}

.rsa-drop-template__accordion-radio:checked + .rsa-drop-template__accordion-tab-label .rsa-drop-template__accordion-icon-plus, .rsa-drop-template__accordion-radio:checked + .rsa-drop-template__accordion-tab-label .rsa-drop-template__accordion-icon-minus {
	transform: rotate(90deg);
}

.rsa-drop-template__accordion-radio:checked + .rsa-drop-template__accordion-tab-label .rsa-drop-template__accordion-icon-minus {
	left: 50%;
	right: 50%;
}

[class^="ryno-service-areas__icon--"], [class*=" ryno-service-areas__icon--"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "ryno-service-areas" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ryno-service-areas__icon--map1:before {
	content: "";
}

.ryno-service-areas__icon--map2:before {
	content: "";
}

.ryno-service-areas__icon--map3:before {
	content: "";
}

.ryno-service-areas__icon--map4:before {
	content: "";
}

.ryno-service-areas__icon--map5:before {
	content: "";
}

.ryno-service-areas__icon--map6:before {
	content: "";
}

.ryno-service-areas__icon--map7:before {
	content: "";
}

.ryno-service-areas__icon--map8:before {
	content: "🌎";
}

.ryno-service-areas__icon--map9:before {
	content: "";
}

.ryno-service-areas__icon--map10:before {
	content: "";
}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid #00a0d2;
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	opacity: .75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: "";
	position: absolute;
	background-color: #fbfbfc;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: .5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

.rpi {
	--visible: visible;
	--font-family: Arial;
	--head-fs: 1em;
	--head-grade-fs: 1.125em;
	--head-logo-size: 14px;
	--head-star-color: #fb7900;
	--head-text-fs: 1em;
	--head-based-fs: .85em;
	--head-btn-fs: .65em;
	--head-card-br: none;
	--head-card-br-color: #ccc;
	--head-card-bg: #f5f5f5;
	--head-card-bg-color: #f5f5f5;
	--head-card-radius: 5px;
	--head-card-shadow: none;
	--head-img-size: 48px;
	--fs: 1em;
	--name-fs: 13px;
	--text-fs: 15px;
	--rev-time-fs: .75em;
	--logo-size: 14px;
	--star-size: 1.125em;
	--stars-gap: .25em;
	--bubble-size: 1em;
	--img-size: 44px;
	--rev-text-lh: 1.25em;
	--flex-align-items: center;
	--info-gap: .25em;
	--card-gap: 16px;
	--card-padding: .75em;
	--card-br: none;
	--card-br-color: #ccc;
	--card-bg: #f5f5f5;
	--card-bg-color: #f5f5f5;
	--card-radius: 5px;
	--card-shadow: none;
	--meta-margin: 1em;
	--left-margin: .5em;
	--body-gap: 8px;
	--flex-text-align: left;
	--flex-direction: row;
	--flex-justify-content: left;
	--stars-justify-content: left;
	--text-lines: 6;
	--text-line-height: 22px;
	--media-lines: 2;
	--media-height: calc(var(--media-lines) * var(--text-line-height));
	--reply-lines: 2;
	--reply-height: calc(var(--reply-lines) * var(--text-line-height));
	--reply-margin: 6px;
	--reply-padding: 6px;
	--card-color: #333;
	--name-color: #154fc1;
	--time-color: #555;
	--star-color: #fb7900;
	--readmore-color: #136aaf;
	--avaborder-margin: calc(-1 * ( var(--img-size) / 2 + var(--card-padding) ));
	--avaborder-margin-left: var(--avaborder-margin);
	--avaborder-padding: calc(var(--img-size) / 2);
	--avaborder-padding-left: var(--avaborder-padding);
	--bubble-flex-margin-left: calc(var(--card-padding) + var(--left-margin));
	--slider-bubble-flex-margin-left: calc(var(--card-padding) + var(--slider-card-margin) + var(--left-margin));
	--bubble-width-before: calc(var(--card-padding) + var(--left-margin) + var(--img-size) / 2 - hypot(var(--bubble-size), var(--bubble-size)) / 2);
	--bubble-width-after: calc(100% - ( var(--card-padding) + var(--left-margin) + var(--img-size) / 2 + hypot(var(--bubble-size), var(--bubble-size)) / 2 ));
	--bubble-width-center: calc(50% - hypot(var(--bubble-size), var(--bubble-size)) / 2);
	--triangle-left: calc(var(--card-padding) + var(--left-margin) + var(--img-size) / 2 - var(--bubble-size) / 2);
	--triangle-center: calc(50% - var(--bubble-size) / 2);
	--tag-fs: 1em;
	--tag-bg: #fff;
	--tag-logo-size: .85em;
	--tag-star-size: 1.1em;
	--tag-text-color: #333;
	--flash-width: 100%;
	--flash-height: auto;
	--slider-card-gap: 8px;
	--slider-card-margin: 8px;
	--slider-btn-size: 1em;
	--slider-btn: var(--slider-btn-size);
	--slider-dot-size: 8px;
	--slider-head-card-br: none;
	--slider-head-card-br-color: #ccc;
	--slider-head-card-bg: transparent;
	--slider-head-card-bg-color: #f5f5f5;
	--slider-head-card-radius: none;
	--slider-head-card-shadow: none;
	display: block;
	direction: ltr;
	font-size: var(--font-size, 16px);
	font-family: var(--font-family);
	font-style: normal;
	font-weight: 400;
	text-align: left;
	line-height: normal;
	overflow: visible;
	text-decoration: none;
	list-style-type: disc;
	box-sizing: border-box;
	visibility: visible !important;
}

.rpi *, .rpi :after, .rpi :before {
	box-sizing: inherit;
}

.rpi a {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
	color: inherit !important;
	text-decoration: none !important;
	border: none !important;
	outline: 0 !important;
	box-shadow: none !important;
	background: 0 0 !important;
}

.rpi .rpi-readmore {
	display: block;
	color: var(--readmore-color);
	font-size: inherit;
	cursor: pointer;
	text-decoration: none;
}

.rpi-hide {
	display: none;
}

.rpi-logo, .rpi-logo_after, .rpi-logos {
	display: flex;
	align-items: center;
}

.rpi-logos {
	gap: 4px;
}

.rpi-logo::before, .rpi-logo_after::after {
	display: block;
	content: "";
	width: var(--logo-size, 14px);
	height: var(--logo-size, 14px);
	border-radius: 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	z-index: 3;
}

.rpi-logo-google.rpi-logo_after::after, .rpi-logo-google::before {
	background-image: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-logo-g");
}

.rpi-logo-facebook.rpi-logo_after::after, .rpi-logo-facebook::before {
	background-image: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-logo-f");
}

.rpi-logo-yelp.rpi-logo_after::after, .rpi-logo-yelp::before {
	background-image: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-logo-y");
}

.rpi-logo-yelp.rpi-logo_after::before {
	content: "yelp";
	background-image: none;
}

.rpi-card-inner.rpi-logo::before, .rpi-card-inner>.rpi-logos {
	position: absolute;
	top: 7px;
	right: 7px;
	border-radius: 50%;
}

.rpi-logo.rpi-logo-left::before {
	right: auto;
	left: 7px;
}

.rpi-header .rpi-card-inner.rpi-logo::before, .rpi-header .rpi-card-inner>.rpi-logos {
	background-color: var(--head-card-bg);
}

.rpi-slider .rpi-header .rpi-card-inner.rpi-logo::before, .rpi-slider .rpi-header .rpi-card-inner>.rpi-logos {
	background-color: var(--slider-head-card-bg);
}

.rpi-content .rpi-card-inner.rpi-logo::before, .rpi-content .rpi-card-inner>.rpi-logos {
	background-color: var(--card-bg);
}

.rpi-body.rpi-logo::before {
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--card-bg);
}

.rpi-body.rpi-logo.rpi-logo-left::before {
	right: auto;
	left: 0;
}

.rpi-stars.rpi-logo::before {
	margin: .1em .1em 0 0;
}

.rpi-img.rpi-logo::before {
	display: flex;
	position: absolute;
	bottom: calc(15% - var(--logo-size) / 2);
	right: calc(15% - var(--logo-size) / 2);
	background-color: #f5f5f5;
	border-radius: 50%;
}

.rpi-review_us .rpi-logo_after::after {
	vertical-align: middle;
	border-radius: 50%;
	background-color: #fff;
}

.rpi-review_us .rpi-logo-yelp::after {
	border: 1px solid;
}

.rpi-header .rpi-logo::before, .rpi-header .rpi-logo_after::after {
	width: var(--head-logo-size, 14px);
	height: var(--head-logo-size, 14px);
}

.rpi-based .rpi-logo_after.rpi-logo-yelp {
	color: #333;
	font-weight: 600;
}

.rpi-stars {
	display: inline-flex;
	margin: 0;
	padding: 0;
	gap: var(--stars-gap);
	align-items: center;
	justify-content: var(--stars-justify-content, left);
}

.rpi-star:first-child[data-rating]::before, .rpi-stars[data-rating]::before {
	content: attr(data-rating);
	color: var(--star-color);
	font-size: var(--head-grade-fs);
	font-weight: var(--head-grade-weight, 900);
}

.rpi-star {
	display: inline-flex;
	margin: 0;
	padding: 0;
	gap: var(--stars-gap, 4px);
	align-items: center;
}

.rpi-star::after {
	content: "";
	display: block;
	width: var(--star-size);
	height: var(--star-size);
	-webkit-mask: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-star");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	mask: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-star");
	mask-repeat: no-repeat;
	mask-size: 100%;
	background-color: var(--star-color);
}

.rpi-star-h::after {
	-webkit-mask: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-star-h");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	mask: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-star-h");
	mask-repeat: no-repeat;
	mask-size: 100%;
	background-color: var(--star-color);
}

.rpi-star-o::after {
	-webkit-mask: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-star-o");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	mask: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-star-o");
	mask-repeat: no-repeat;
	mask-size: 100%;
	background-color: #ccc;
}

.rpi-header .rpi-star-h::after, .rpi-header .rpi-star-o::after, .rpi-header .rpi-star::after {
	width: var(--head-star-size, var(--star-size));
	height: var(--head-star-size, var(--star-size));
}

.rpi-header .rpi-star-h::after, .rpi-header .rpi-star::after {
	background-color: var(--head-star-color);
}

.rpi .rpi-img {
	position: relative;
	display: block;
	width: var(--img-size);
	height: var(--img-size);
	border-radius: 50%;
}

.rpi img.rpi-img {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 50%;
	min-width: initial;
	max-width: initial;
	object-fit: cover;
	object-position: top;
	box-shadow: var(--card-shadow);
}

.rpi .rpi-header .rpi-img {
	width: var(--head-img-size);
	height: var(--head-img-size);
}

.rpi .rpi-header img.rpi-img {
	min-width: var(--head-img-size);
	box-shadow: var(--head-card-shadow);
}

.rpi-stars-yelp .rpi-star {
	border-radius: 3px;
}

.rpi-stars-yelp .rpi-star::after {
	mask-size: 70%;
	mask-position: center;
	vertical-align: top;
	background-color: #fff;
}

.rpi-stars-yelp .rpi-star-o::after {
	-webkit-mask: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-star");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	mask: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-star");
	mask-repeat: no-repeat;
	mask-size: 70%;
	mask-position: center;
}

.rpi-yelp50 {
	--star-color: #fb433c;
}

.rpi-yelp40, .rpi-yelp45 {
	--star-color: #ff643d;
}

.rpi-yelp30, .rpi-yelp35 {
	--star-color: #ff8742;
}

.rpi-yelp20, .rpi-yelp25 {
	--star-color: #ffad48;
}

.rpi-yelp10, .rpi-yelp15 {
	--star-color: #ffcc4b;
}

.rpi-yelp50 .rpi-star {
	background-color: #fb433c;
}

.rpi-yelp40 .rpi-star, .rpi-yelp45 .rpi-star {
	background-color: #ff643d;
}

.rpi-yelp45 .rpi-star:nth-child(5) {
	background: linear-gradient(90deg, #ff643d 50%, #bbbac0 50%);
}

.rpi-yelp30 .rpi-star, .rpi-yelp35 .rpi-star {
	background-color: #ff8742;
}

.rpi-yelp35 .rpi-star:nth-child(5) {
	background-color: #bbbac0;
}

.rpi-yelp35 .rpi-star:nth-child(4) {
	background: linear-gradient(90deg, #ff8742 50%, #bbbac0 50%);
}

.rpi-yelp10 .rpi-star, .rpi-yelp15 .rpi-star, .rpi-yelp20 .rpi-star, .rpi-yelp25 .rpi-star, .rpi-yelp30 .rpi-star:nth-child(4), .rpi-yelp30 .rpi-star:nth-child(5), .rpi-yelp40 .rpi-star:nth-child(5) {
	background-color: #bbbac0;
}

.rpi-yelp20 .rpi-star:first-child, .rpi-yelp20 .rpi-star:nth-child(2), .rpi-yelp25 .rpi-star:first-child, .rpi-yelp25 .rpi-star:nth-child(2) {
	background-color: #ffad48;
}

.rpi-yelp25 .rpi-star:nth-child(3) {
	background: linear-gradient(90deg, #ffad48 50%, #bbbac0 50%);
}

.rpi-yelp10 .rpi-star:first-child, .rpi-yelp15 .rpi-star:first-child {
	background-color: #ffcc4b;
}

.rpi-yelp15 .rpi-star:nth-child(2) {
	background: linear-gradient(90deg, #ffcc4b 50%, #bbbac0 50%);
}

.rpi-pop {
	top: 100% !important;
	bottom: auto !important;
	opacity: 0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
}

.rpi-pop-up {
	opacity: 1;
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
	text-align: left;
}

.rpi-pop-down {
	opacity: .5;
	-webkit-transition: opacity 150ms ease;
	transition: opacity 150ms ease;
	transition: opacity 150ms ease;
	transition: opacity 150ms ease;
}

.rpi-clickable {
	cursor: pointer;
	box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);
}

.rpi-clickable:hover {
	box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 3px 5px rgba(0, 0, 0, .24);
}

.rpi-clickable:active {
	box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 0 1px rgba(0, 0, 0, .24);
}

.rpi-scroll::-webkit-scrollbar {
	width: 4px;
}

.rpi-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.rpi-scroll::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #ccc;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
}

.rpi-scroll::-webkit-scrollbar-thumb:window-inactive {
	background: #ccc;
}

.rpi-card-inner {
	padding: var(--card-padding);
}

.rpi-bubble__flex {
	margin-left: var(--bubble-flex-margin-left);
}

.rpi-bubble__flex_up {
	margin-bottom: var(--meta-margin);
}

.rpi-bubble__flex_down {
	margin-top: var(--meta-margin);
}

.rpi-slider .rpi-bubble__flex {
	margin-left: var(--slider-bubble-flex-margin-left);
}

.rpi-normal-up__body {
	margin-top: var(--meta-margin);
}

.rpi-normal-down__body {
	margin-bottom: var(--meta-margin);
}

.rpi-flex {
	gap: var(--flex-gap, .75em);
}

.rpi-info {
	gap: var(--info-gap);
}

.rpi-flex, .rpi-flexwrap {
	position: relative;
	display: var(--ms-flex-display, -ms-flexbox);
	display: var(--flex-display, flex);
	-ms-flex-wrap: var(--ms-flex-wrap, nowrap);
	flex-wrap: var(--flex-wrap, nowrap);
	align-items: var(--flex-align-items, center);
}

.rpi-flex {
	text-align: var(--flex-text-align, left);
	flex-direction: var(--flex-direction, row);
	justify-content: var(--flex-justify-content, left);
}

.rpi-flexwrap {
	row-gap: 8px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.rpi-shift-up__flex {
	--flex-align-items: var(--center-align-items, star);
}

.rpi-shift-down__flex {
	--flex-align-items: var(--center-align-items, end);
}

.rpi-cards {
	display: flex;
	display: -ms-flexbox;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-items: center;
	scrollbar-width: none;
}

.rpi-card {
	display: block;
	position: relative;
	width: 100%;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
}

.rpi-content .rpi-card {
	font-size: var(--fs);
}

.rpi-card-inner {
	display: block;
	position: relative;
	color: var(--card-color);
}

.rpi-card-inner.rpi-flexwrap {
	display: flex;
}

.rpi-header .rpi-card-inner {
	container-name: header;
	container-type: inline-size;
	border: var(--head-card-br);
	border-color: var(--head-card-br-color);
	border-radius: var(--head-card-radius);
	background-color: var(--head-card-bg);
	box-shadow: var(--head-card-shadow);
}

.rpi-slider .rpi-header .rpi-card-inner {
	border: var(--slider-head-card-br);
	border-color: var(--slider-head-card-br-color);
	border-radius: var(--slider-head-card-radius);
	background-color: var(--slider-head-card-bg);
	box-shadow: var(--slider-head-card-shadow);
}

.rpi-content .rpi-card-inner {
	border: var(--card-br);
	border-color: var(--card-br-color);
	border-radius: var(--card-radius);
	background-color: var(--card-bg);
	box-shadow: var(--card-shadow);
}

.rpi-bubble__inner.rpi-bubble__inner_up {
	border-top-width: 0;
}

.rpi-bubble__inner.rpi-bubble__inner_down {
	border-bottom-width: 0;
}

.rpi-slider .rpi-bubble__inner.rpi-bubble__inner_up {
	margin-top: 0;
}

.rpi-slider .rpi-bubble__inner.rpi-bubble__inner_down {
	margin-bottom: 0;
}

.rpi-bubble__inner::after, .rpi-bubble__inner::before {
	content: "";
	position: absolute;
	display: block;
	height: 4px;
	background-color: inherit;
}

.rpi-bubble__inner::before {
	left: 0;
	width: var(--bubble-width-before);
}

.rpi-bubble__inner::after {
	right: 0;
	width: var(--bubble-width-after);
}

.rpi-bubble__inner_up::after, .rpi-bubble__inner_up::before {
	top: 0;
	border-top: 1px solid #ccc;
	border-color: inherit;
}

.rpi-bubble__inner_up::before {
	border-top-left-radius: inherit;
}

.rpi-bubble__inner_up::after {
	border-top-right-radius: inherit;
}

.rpi-bubble__inner_down::after, .rpi-bubble__inner_down::before {
	bottom: 0;
	border-bottom: 1px solid #ccc;
	border-color: inherit;
}

.rpi-bubble__inner_down::before {
	border-bottom-left-radius: inherit;
}

.rpi-bubble__inner_down::after {
	border-bottom-right-radius: inherit;
}

.rpi-card-inner i {
	display: none;
}

.rpi-triangle {
	position: absolute;
	left: var(--triangle-left);
	width: var(--bubble-size);
	height: var(--bubble-size);
	background-color: inherit;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.rpi-triangle.rpi-triangle_up {
	display: block;
	top: calc(var(--bubble-size) / -2);
}

.rpi-triangle__br_up {
	border-top: 1px solid;
	border-left: 1px solid;
	border-color: inherit;
}

.rpi-triangle.rpi-triangle_down {
	display: block;
	bottom: calc(var(--bubble-size) / -2);
}

.rpi-triangle__br_down {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: inherit;
}

.rpi-avaborder-up {
	padding-left: var(--avaborder-padding-left);
	padding-top: var(--center-avaborder-padding, 0);
}

.rpi-avaborder-up div.rpi-flex {
	margin-left: var(--avaborder-margin-left);
	margin-top: var(--center-avaborder-margin, 0);
}

.rpi-avaborder-down {
	--flex-direction: var(--center-avaborder-flex-direction, row);
	padding-left: var(--avaborder-padding-left);
	padding-bottom: var(--center-avaborder-padding, 0);
}

.rpi-avaborder-down div.rpi-flex {
	margin-left: var(--avaborder-margin-left);
	margin-bottom: var(--center-avaborder-margin, 0);
}

.rpi-col-xs {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.rpi-card.rpi-card_block {
	--col: 1 !important;
	--gap: 1 !important;
}

.rpi-col-x .rpi-header_row+.rpi-content_row .rpi-card, .rpi-col-xs .rpi-card, .rpi-col-xs .rpi-content_row, .rpi-col-xs .rpi-header_row {
	--col: 1;
	--gap: 0;
}

.rpi-col-xl .rpi-header_row+.rpi-content_row {
	--col: 1.2;
	--gap: 1;
}

.rpi-col-l .rpi-header_row+.rpi-content_row {
	--col: 1.25;
	--gap: 1;
}

.rpi-col-m .rpi-header_row+.rpi-content_row {
	--col: 1.333333;
	--gap: 1;
}

.rpi-col-s .rpi-header_row+.rpi-content_row {
	--col: 1.5;
	--gap: 1;
}

.rpi-col-s .rpi-header_row+.rpi-content_row .rpi-card, .rpi-col-x .rpi-card, .rpi-col-x .rpi-header_row, .rpi-col-x .rpi-header_row+.rpi-content_row {
	--col: 2;
	--gap: 1;
}

.rpi-col-m .rpi-header_row+.rpi-content_row .rpi-card, .rpi-col-s .rpi-card, .rpi-col-s .rpi-header_row {
	--col: 3;
	--gap: 2;
}

.rpi-col-l .rpi-card, .rpi-col-m .rpi-card, .rpi-col-m .rpi-header_row {
	--col: 4;
	--gap: 3;
}

.rpi-col-l .rpi-header_row, .rpi-col-xl .rpi-card {
	--col: 5;
	--gap: 4;
}

.rpi-col-xl .rpi-header_row {
	--col: 6;
	--gap: 5;
}

.rpi-content_row, .rpi-grid .rpi-card, .rpi-header_row {
	-ms-flex: 1 0 calc(( 100% - var(--card-gap) * var(--gap) ) / var(--col));
	flex: 1 0 calc(( 100% - var(--card-gap) * var(--gap) ) / var(--col));
	width: calc(( 100% - var(--card-gap) * var(--gap) ) / var(--col));
}

.rpi-slider .rpi-card {
	-ms-flex: 1 0 calc(( 100% - ( var(--slider-card-gap) ) * var(--gap) ) / var(--col));
	flex: 1 0 calc(( 100% - ( var(--slider-card-gap) ) * var(--gap) ) / var(--col));
	width: calc(( 100% - ( var(--slider-card-gap) ) * var(--gap) ) / var(--col));
}

.rpi-slider .rpi-content, .rpi-slider .rpi-header {
	-ms-flex: 1 0 calc(( 100% - var(--slider-card-gap) ) / var(--col, 1));
	flex: 1 0 calc(( 100% - var(--slider-card-gap) ) / var(--col, 1));
	width: calc(( 100% - var(--slider-card-gap) ) / var(--col, 1));
}

.rpi-content_top, .rpi-header_top {
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	width: 100%;
}

.rpi-cnt, .rpi-slider-btn {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-items: center;
	-ms-flex-align: center;
}

.rpi-content, .rpi-header {
	min-width: 0;
}

.rpi-header .rpi-card {
	font-size: var(--head-fs);
}

.rpi-header .rpi-flex {
	-ms-flex: 1 0 60%;
	flex: 1 0 60%;
	overflow: hidden;
	text-align: var(--head-flex-text-align, left);
	flex-direction: var(--head-flex-direction, row);
}

.rpi-slider .rpi-header .rpi-flex {
	text-align: var(--slider-head-flex-text-align, left);
}

.rpi-header .rpi-info {
	-ms-flex: 1 0 calc(100% - var(--img-size) - var(--card-padding));
	flex: 1 0 calc(100% - var(--img-size) - var(--card-padding));
	line-height: 1.4;
	text-wrap: wrap;
	overflow: hidden;
}

.rpi-based, .rpi-score {
	display: flex;
	gap: var(--score-gap, 4px);
	align-items: center;
	justify-content: var(--slider-head-flex-text-align, var(--head-flex-text-align, start));
}

.rpi-header .rpi-name, .rpi-header .rpi-scale {
	justify-content: var(--slider-head-flex-text-align, var(--head-flex-text-align, start));
	font-size: var(--head-text-fs);
	font-weight: 700;
	color: var(--head-scale-color, #154fc1);
	white-space: normal;
	vertical-align: middle;
}

.rpi-based {
	flex-wrap: wrap;
	font-size: var(--head-based-fs);
	color: var(--head-based-color, #777);
}

.rpi-info {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.rpi-content .rpi-info {
	overflow: hidden;
}

.rpi-name {
	display: flex !important;
	align-items: center;
	gap: 4px;
	color: var(--name-color);
	font-size: var(--name-fs);
	font-weight: var(--name-weight, normal);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	line-height: var(--rev-text-lh);
}

a.rpi-name {
	color: var(--name-color) !important;
}

.rpi-time {
	color: var(--time-color);
	font-size: var(--rev-time-fs);
	white-space: nowrap;
	line-height: var(--rev-text-lh);
}

.rpi-time+.rpi-stars {
	margin-top: 2px;
}

.rpi-text .rpi-stars {
	display: inline-flex;
	vertical-align: middle;
}

.rpi-body {
	position: relative;
	display: flex;
	gap: var(--body-gap);
	flex-direction: column;
}

.rpi-text {
	--text-height: var(--text-height-auto, calc(var(--text-lines) * var(--text-line-height)));
	display: -webkit-box;
	font-size: var(--text-fs);
	text-align: var(--text-align, left);
	line-height: var(--text-line-height);
	max-height: var(--text-height);
	overflow: auto;
	overflow-x: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: inherit;
}

[dir=rtl] .rpi-text {
	display: block;
}

.rpi-media {
	display: block;
	max-height: var(--media-height);
	overflow: hidden;
	text-align: var(--rev-txtalgn, left);
}

.rpi-thumb {
	position: relative;
	display: inline-block;
	width: var(--media-height);
	height: var(--media-height);
	margin-right: 4px;
	overflow: hidden;
	border-radius: 4px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.rpi-reply {
	display: block;
	color: var(--time-color);
	font-size: 14px;
	line-height: var(--text-line-height);
	max-height: var(--reply-height);
	margin: 0 0 0 var(--reply-margin);
	padding: 0 0 0 var(--reply-padding);
	overflow-y: auto;
	overflow-x: hidden;
	border-left: 1px solid #999;
	text-align: var(--rev-txtalgn, left);
}

.rpi-content .rpi-url {
	display: inline-block;
	padding: 8px !important;
	color: var(--morev-color, #333) !important;
}

.rpi-sh .rpi-text {
	height: var(--text-height);
}

.rpi-sh .rpi-body:has(.rpi-media) .rpi-text {
	--text-media-height: calc(var(--text-height) - var(--media-height));
	height: var(--text-media-height);
}

.rpi-sh .rpi-body:has(.rpi-reply) .rpi-text {
	height: calc(var(--text-media-height, var(--text-height)) - var(--reply-height));
}

.rpi-sh .rpi-text:not(:empty):last-child {
	margin-bottom: var(--body-gap);
}

.rpi-sh .rpi-reply {
	height: var(--reply-height);
}

.rpi-grid, .rpi-list {
	align-items: start;
	-ms-flex-align: start;
}

.rpi-grid, .rpi-grid .rpi-cards, .rpi-list, .rpi-list .rpi-cards {
	gap: var(--card-gap);
}

.rpi-list .rpi-body:empty {
	margin-top: 0;
	margin-bottom: 0;
}

.rpi-slider {
	gap: var(--slider-card-gap);
}

.rpi-slider .rpi-content {
	position: relative;
	display: flex;
	width: 100%;
	min-width: 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.rpi-slider .rpi-cards {
	gap: var(--slider-card-gap);
}

.rpi-slider .rpi-header_top.rpi-header_pad, .rpi-slider.rpi-col-xs .rpi-header.rpi-header_pad {
	padding: 0 var(--slider-btn) !important;
}

.rpi-slider .rpi-content .rpi-cards {
	position: relative;
	display: flex;
	flex: 1;
	width: 100%;
	overflow-x: scroll;
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
}

.rpi-slider .rpi-content .rpi-cards::-webkit-scrollbar {
	display: none;
}

.rpi-slider .rpi-card {
	scroll-snap-align: start;
}

.rpi-slider .rpi-card-inner {
	margin: var(--slider-card-margin);
}

.rpi-slider-btn {
	gap: .5em;
	-ms-flex: 1 0 var(--btn-flex-size, 40%);
	flex: 1 0 var(--btn-flex-size, 40%);
	justify-content: var(--btn-justify-content, end);
}

@container header (width < 480px) {}

.rpi-slider-next::after, .rpi-slider-prev::before {
	position: relative !important;
	content: "";
	display: block;
}

.rpi-slider-next::after, .rpi-slider-prev::before {
	position: absolute;
	opacity: .7;
	text-align: center;
	width: var(--slider-btn);
	height: var(--slider-btn);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	mask-size: 100%;
	background-color: var(--slider-btn-color, #777);
	cursor: pointer;
	border-radius: 50%;
	user-select: none;
	transition: all .2s ease-in-out;
}

.rpi-slider-prev::before {
	-webkit-mask: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-prev");
	mask: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-prev");
}

.rpi-slider-next::after {
	-webkit-mask: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-next");
	mask: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-next");
}

.rpi-slider-next:hover::after, .rpi-slider-prev:hover::before {
	opacity: 1;
}

[dir=rtl] .rpi-slider-next::after, [dir=rtl] .rpi-slider-prev::before {
	transform: rotate(180deg);
}

.rpi-dots-wrap {
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	margin: 0 calc(var(--slider-btn) + var(--slider-dot-margin-edges, 2em));
	padding-top: var(--slider-dot-padding-top, 1em);
}

.rpi-dots {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: scroll;
	gap: 10px;
	scrollbar-width: none;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
}

.rpi-dot {
	display: inline-block;
	width: var(--slider-dot-size);
	height: var(--slider-dot-size);
	margin: 0;
	padding: 0;
	background-color: var(--slider-dot-color, #999);
	border-radius: 20px;
	cursor: pointer;
	opacity: .4;
	vertical-align: middle;
	flex: 1 0 auto;
	transform: scale(.6);
	scroll-snap-align: center;
}

.rpi-dot:hover {
	opacity: 1;
}

.rpi-dot.active {
	opacity: 1;
	transform: scale(1);
	background-color: var(--slider-act-dot-color, #154fc1);
}

.rpi-dot.s2 {
	transform: scale(.9);
}

.rpi-dot.s3 {
	transform: scale(.8);
}

.rpi-review_us {
	display: inline-block;
	color: var(--head-btn-txt-color, #fff);
	font-size: var(--head-btn-fs);
	outline: 0;
	line-height: 16px;
	border-radius: 27px;
	background-color: var(--head-btn-color, #0a6cff);
	white-space: nowrap;
	user-select: none;
	text-decoration: none;
	vertical-align: middle;
}

.rpi-review_us:last-child {
	margin-right: 0;
}

.rpi-review_us:hover {
	color: #fff;
	background: #1f67e7;
}

.rpi-review_us:active {
	color: #fff;
	background: #0a6cff;
}

.rpi-review_us a, .rpi-review_us[onclick] {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 5px 8px !important;
}

.rpi-tag {
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 16px;
	font-size: var(--tag-fs);
	max-width: none;
	z-index: 2147482999;
}

.rpi-tag.right {
	left: auto;
	right: 16px;
}

.rpi-tag.embed {
	display: inline-block;
	position: relative;
	padding: 0;
	z-index: auto;
}

.rpi-tag-cnt {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	gap: var(--tag-gap, 4px);
	outline-width: 0;
	overflow: visible;
	padding: 8px 12px;
	cursor: pointer;
	color: #333;
	font-weight: 400;
	line-height: 18px;
	border: none;
	border-radius: 32px;
	background-color: var(--tag-bg);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 16%), 0 1px 2px rgba(0, 0, 0, 23%);
	user-select: none;
	transition: all .2s ease-in-out;
}

.rpi-tag.push .rpi-tag-cnt:hover {
	transform: translate(0, -2px) !important;
}

.rpi-tag .rpi-logo::before {
	width: var(--tag-logo-size, 14px);
	height: var(--tag-logo-size, 14px);
}

.rpi-tag .rpi-stars {
	white-space: nowrap;
	overflow: hidden;
	transition: all .2s ease-in-out;
}

.rpi-tag.expand .rpi-stars {
	width: 0;
}

.rpi-tag.expand:hover .rpi-stars {
	width: 115px;
}

.rpi-tag-grade {
	color: var(--star-color);
	font-size: var(--tag-star-size);
	font-weight: 700;
}

.rpi-tag-text {
	color: var(--tag-text-color);
	font-size: var(--tag-star-size);
	margin: 0 0 0 12px;
	line-height: 1.7em;
	white-space: nowrap;
}

.rpi-tag .rpi-sb {
	--sb-left: auto;
	--sb-right: 0;
}

.rpi-sb {
	--sbh-height: 0px;
	--sbf-height: 0px;
	position: fixed;
	display: none;
	width: 0;
	height: calc(100% - var(--sb-top-offset, 60px));
	left: var(--sb-left, 20px);
	right: var(--sb-right, 20px);
	bottom: var(--sb-bottom, 20px);
	overflow: hidden;
	z-index: 2147483000;
	opacity: 0;
	border-radius: var(--sb-border-radius, 8px);
	box-shadow: #bdbdbd 0 2px 10px 0;
	transition: width .3s ease-in-out, opacity .3s ease-in-out;
}

.rpi-sb.rpi-left {
	left: 0;
}

@media (max-width:460px) {
	.rpi-sb, .rpi-sbci, .rpi-sbhi {
		width: 100% !important;
	}
}

.rpi-sb .rpi {
	min-width: 330px;
}

.rpi-sb[data-layout=list] .rpi {
	--card-gap: 0;
	--card-bg: none;
	--text-lines: auto;
	--head-card-bg: none;
}

.rpi-sbb {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(250, 250, 251, .98);
	border-left: 1px solid #dadee2;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, .08);
	z-index: 2147483000;
}

.rpi-sbc {
	position: absolute;
	top: calc(0px + var(--sbh-height, 0px));
	right: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - var(--sbh-height, 0) - var(--sbf-height, 0));
	overflow: hidden;
	overflow-y: auto;
	z-index: 2147483001;
	-webkit-transform: translateZ(0);
}

.rpi-sbci, .rpi-sbhi {
	position: relative;
	margin: 0;
	padding: 0;
	width: 358px;
	min-height: 100%;
}

.rpi-sbf, .rpi-sbh {
	position: absolute;
	right: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 2147483002;
	background-color: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
	box-sizing: border-box;
}

.rpi-sbh {
	top: 0;
	height: var(--sbh-height, 0);
}

.rpi-sbf {
	display: flex;
	align-items: center;
	justify-content: space-around;
	bottom: 0;
	height: var(--sbf-height, 0);
}

.rpi-sbf label {
	cursor: pointer;
}

.rpi-x {
	position: absolute;
	top: var(--x-top, 6px) !important;
	right: var(--x-right, 8px) !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: var(--x-width, 20px) !important;
	height: var(--x-height, 20px) !important;
	cursor: pointer;
	opacity: var(--x-opacity, .65);
	border-radius: 50%;
	background-color: var(--x-bg, #fafafa);
	z-index: 2147483003;
}

.rpi-x:hover {
	opacity: 1;
}

.rpi-x::after, .rpi-x::before {
	content: "";
	position: absolute;
	display: block;
	width: var(--x-line-width, 12px);
	height: var(--x-line-height, 1px);
	border-radius: 2px;
	background-color: var(--x-color, #373737);
}

.rpi-x::before {
	transform: rotate(45deg);
}

.rpi-x::after {
	transform: rotate(-45deg);
}

.rpi-x.rpi-xa::before {
	--x-line-width: 7px;
	--x-line-height: 7px;
	top: 4px;
	border-radius: 0;
	border-right: 1px solid #373737;
	border-bottom: 1px solid #373737;
	background-color: transparent;
}

.rpi-x.rpi-xa::after {
	content: none;
}

.rpi-bubble:after {
	content: "";
	position: absolute;
	top: -8px;
	left: 16px;
	bottom: auto;
	border-style: solid;
	border-width: 0 8px 8px;
	border-color: #fff transparent;
}

.rpi-fade {
	-webkit-transition: opacity 150ms ease, -webkit-transform 150ms ease;
	transition: opacity 150ms ease, -webkit-transform 150ms ease;
	transition: transform 150ms ease, opacity 150ms ease;
	transition: transform 150ms ease, opacity 150ms ease, -webkit-transform 150ms ease;
}

.rpi-lightbox {
	--x-top: 15px;
	--x-right: 15px;
	--x-bg: none;
	--x-color: #ececec;
	--x-line-width: 25px;
	--x-line-height: 3px;
	--x-opacity: 1;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	max-width: 100%;
	color: #333;
	text-align: left;
	z-index: 2147483001;
	user-select: none;
	background-color: rgba(0, 0, 0, .6);
	transition: all .3s ease-out;
}

.rpi-lightbox-inner {
	width: 95%;
	height: 100%;
	max-width: 1200px;
	max-height: calc(100vh - 160px);
}

.rpi-lightbox-xxx {
	container-name: lightbox;
	container-type: inline-size;
	position: relative;
	height: 100%;
	border: none;
	overflow: hidden;
	border-radius: 4px;
}

.rpi-lightbox-content {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-direction: row;
	justify-content: flex-start;
	color: #000;
	height: 100%;
	border-radius: 4px;
	background-color: #fff;
}

.rpi-lightbox-media {
	position: relative;
	display: flex;
	justify-content: center;
	flex: 2;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-bottom: 0;
	background-color: #000;
}

.rpi-lightbox-btn {
	position: absolute;
	display: flex;
	width: 30px;
	height: 30px;
	font-size: 36px;
	line-height: 22px;
	justify-content: center;
	z-index: 1;
	cursor: pointer;
	border-radius: 50%;
	background-color: rgba(214, 214, 214, .7);
	transition: background .3s ease-in-out;
}

.rpi-lightbox-btn:hover {
	background: #e1e1e1;
}

.rpi-lightbox-prev {
	left: 8px;
}

.rpi-lightbox-next {
	right: 8px;
}

.rpi-lightbox-prev::before {
	content: "‹";
}

.rpi-lightbox-next::before {
	content: "›";
}

.rpi-lightbox-media img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	opacity: 1;
	object-fit: contain;
	border-radius: inherit;
	transition: opacity .3s ease-in-out;
}

.rpi-lightbox-review {
	display: flex;
	flex-direction: column;
	flex: 1;
	height: 100%;
	font-size: 15px;
	color: #000;
	padding: 0;
}

@container lightbox (width < 480px) {}

@media (max-width:480px) {
	.rpi-lightbox-xxx .rpi-lightbox-content {
		flex-direction: column;
	}
}

.rpi .rpi-flash {
	--info-gap: 4px;
	--card-bg: none;
	--text-lines: auto;
}

.rpi .rpi-flash-wrap {
	display: block;
	position: fixed;
	top: 100%;
	left: 0;
	width: auto;
	font-size: 16px;
	z-index: 999999999999;
}

.rpi .rpi-flash-wrap.rpi-flash-right {
	left: auto;
	right: 0;
}

.rpi .rpi-flash-content {
	opacity: 0;
	padding: 16px;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
}

.rpi .rpi-flash-content.rpi-flash-visible {
	opacity: 1;
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
	text-align: left;
}

.rpi .rpi-flash-content.rpi-flash-visible.rpi-flash-gout {
	opacity: .5;
	-webkit-transition: opacity 150ms ease;
	transition: opacity 150ms ease;
	transition: opacity 150ms ease;
	transition: opacity 150ms ease;
}

.rpi .rpi-flash-card {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 400px;
	max-height: var(--flash-height);
	max-width: var(--flash-width);
	color: #8d8d8d;
	font-size: 12px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 20%), 0 3px 1px -2px rgba(0, 0, 0, 12%), 0 2px 2px 0 rgba(0, 0, 0, 14%);
	-webkit-transition: max-height .3s ease, opacity .3s ease, -webkit-transform .3s ease;
	transition: max-height .3s ease, opacity .3s ease, -webkit-transform .3s ease;
	transition: max-height .3s ease, opacity .3s ease, transform .3s ease;
	transition: max-height .3s ease, opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
	cursor: pointer;
}

.rpi .rpi-flash-card:hover {
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 20%), 0 3px 14px 2px rgba(0, 0, 0, 12%), 0 8px 10px 1px rgba(0, 0, 0, 14%);
	opacity: 1;
	-webkit-transform: translate(0, -2px);
	-ms-transform: translate(0, -2px);
	transform: translate(0, -2px);
}

.rpi .rpi-flash-card.rpi-flash-expanded {
	height: 400px;
	max-height: 400px;
}

.rpi .rpi-flash-card .rpi-img {
	box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);
}

.rpi .rpi-flash .rpi-x {
	--x-top: 10px;
	--x-right: -2px;
	--x-width: 20px;
	--x-height: 20px;
	--x-bg: #fafafa;
	z-index: 3;
	opacity: .5;
	-webkit-transform: translate(0, -30px);
	-ms-transform: translate(0, -30px);
	transform: translate(0, -30px);
	-webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: opacity .2s ease, transform .2s ease;
	transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
}

.rpi .rpi-flash .rpi-x {
	opacity: 0;
	transform: translate(0, 0);
}

.rpi .rpi-flash-content:hover .rpi-x {
	opacity: 1;
	transform: translate(0, -10px);
}

.rpi .rpi-flash-x::after, .rpi .rpi-flash-x::before {
	--x-line-width: 10px;
	--x-line-height: 1px;
	--x-line-bg: #373737;
}

.rpi .rpi-flash-story {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	z-index: 1;
	width: var(--flash-width);
	height: var(--flash-height);
	opacity: 1;
	padding: 8px 12px;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.rpi .rpi-flash-story {
	--img-size: 16px;
}

.rpi .rpi-flash-expanded .rpi-flash-story {
	opacity: 0;
}

.rpi .rpi-flash .rpi-card {
	padding: 0 16px;
}

.rpi .rpi-flash .rpi-card.rpi-highlight {
	background: #f3f3f3;
}

.rpi .rpi-flash-img {
	--img-size: 50px;
}

.rpi .rpi-flash-img svg {
	display: inline-block;
	width: auto;
	height: auto;
}

.rpi .rpi-flash-body, .rpi .rpi-flash-footer, .rpi .rpi-flash-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
}

.rpi .rpi-flash-body, .rpi .rpi-flash-head {
	color: #333;
	font-size: 13px;
}

.rpi .rpi-flash-head {
	margin-bottom: 2px;
}

.rpi .rpi-flash-rating.rpi-star::after {
	width: 8px;
	height: 8px;
	background-color: #ffc107;
}

.rpi .rpi-flash-head .rpi-flash-name {
	color: #00a3ff;
	font-weight: 600;
	max-width: 55px;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

.rpi .rpi-flash-footer {
	font-size: 11px;
	font-weight: 600;
}

.rpi .rpi-flash-form {
	position: absolute;
	left: 0;
	top: 0;
	overflow: auto;
	width: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
	border-radius: 20px;
	opacity: 0;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.rpi .rpi-flash-expanded .rpi-flash-form {
	z-index: 2;
	opacity: 1;
	overflow-y: auto;
}

@media (max-width:768px) {
	.rpi .rpi-flash.rpi-flash-hide {
		visibility: hidden;
	}
}

.rpi .rpi-badge-cnt {
	--badge-side: 30px;
	--badge-down: 30px;
	position: var(--badge-pos, fixed);
	display: var(--badge-display2, var(--badge-display, inline-flex));
	gap: var(--badge-gap, 16px);
	flex-wrap: var(--badge-wrap, wrap);
	align-items: var(--badge-align-items, stretch);
	justify-content: var(--badge-justify-content, left);
	flex-direction: var(--badge-direction, var(--badge-embed-direction, column));
	max-width: none;
	align-content: var(--badge-align-content, left);
}

.rpi .rpi-badge-cnt.rpi-badge-block {
	--badge-display: flex;
}

.rpi .rpi-sb {
	--sb-left: auto;
	--sb-right: 0;
	--sb-bottom: 0;
	--sb-top-offset: 0px;
	--sbf-height: 40px;
	--sb-border-radius: 0;
	--text-height-auto: auto;
	--card-bg: transparent;
	--head-card-bg: transparent;
	--head-grade-fs: 1em;
}

.rpi .rpi-sb.rpi-sb-left {
	--sb-left: 0;
	--sb-right: auto;
}

.rpi .rpi-badge-left, .rpi .rpi-badge-right {
	bottom: var(--badge-down);
	z-index: 2147482999;
}

.rpi .rpi-badge-left {
	left: var(--badge-side);
}

.rpi .rpi-badge-right {
	right: var(--badge-side);
}

.rpi .rpi-badge-embed {
	--badge-pos: relative;
	--badge-embed-direction: row;
}

.rpi .rpi-badge {
	display: inline-block;
	position: relative;
	align-self: var(--badge-align-self, auto);
	justify-items: var(--badge-justify-items, left);
	flex: var(--badge-flex, none);
	text-align: left;
	font-family: inherit;
	border-radius: var(--badge-radius, 2px);
	border: var(--badge-border, none);
	border-color: var(--badge-br-color, #ccc);
	box-shadow: var(--badge-shadow, 0 2px 5px 0 rgba(0, 0, 0, .26));
}

.rpi .rpi-badge>.rpi-x {
	--x-top: -6px;
	--x-right: -8px;
	--x-width: 16px;
	--x-height: 16px;
	--x-line-width: 8px;
}

.rpi .rpi-badge-line {
	display: block;
	width: 100%;
	height: 6px;
	background: var(--badge-line-color, #4fce6a);
	border-radius: var(--badge-radius, 2px) var(--badge-radius, 2px) 0 0;
}

.rpi .rpi-badge-body {
	--flex-display: flex;
	--flex-gap: var(--badge-body-gap, 8px);
	--flex-direction: row;
	--flex-align-items: center;
	--logo-size: var(--badge-logo-size, 44px);
	--img-size: var(--badge-logo-size, 44px);
	--head-grade-fs: var(--badge-grade-fs, 1.125em);
	--head-grade-weight: var(--badge-grade-weight, 600);
	--score-gap: 5px;
	--stars-gap: var(--score-gap);
	--star-size: var(--badge-star-size, 1em);
	--name-fs: var(--badge-name-fs, 14px);
	--name-color: var(--badge-name-color, #333);
	--name-weight: normal;
	--rev-text-lh: normal;
	--head-based-fs: var(--badge-based-fs, 13px);
	--head-based-color: var(--badge-based-color, #777);
	justify-self: var(--badge-body-justify-self, left);
	justify-content: var(--badge-body-justify-content, left);
	position: relative;
	width: 100%;
	color: #333;
	padding: 8px;
	z-index: 999;
	background: var(--badge-bg-color, #fff);
	border-radius: 0 0 var(--badge-radius, 2px) var(--badge-radius, 2px);
	transition: all .2s ease-in-out;
}

.rpi .rpi-badge-body.rpi-badge-clickable {
	cursor: pointer;
	user-select: none;
}

.rpi .rpi-badge-body.rpi-badge-clickable:hover {
	background: #f3f3f5;
}

.rpi .rpi-badge-body .rpi-info {
	--info-gap: var(--badge-info-gap, 3px);
	--flex-align-items: left;
}

.rpi .rpi-badge>.rpi-x {
	opacity: 0;
	border: 1px solid #ccc;
	z-index: 2147482999;
	transition: opacity .2s ease-in-out;
}

.rpi .rpi-badge:hover>.rpi-x {
	opacity: 1;
}

@media (max-width:768px) {
	.rpi .rpi-flash.rpi-flash-hide, .rpi-badge-cnt.rpi-badge-left.rpi-badge-hide, .rpi-badge-cnt.rpi-badge-right.rpi-badge-hide {
		display: none !important;
	}
}

.ri {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "ryno-theme-icons" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ryno-envelope:before {
	content: "";
}

.ryno-star-sharp:before {
	content: "";
}

.ryno-star-solid:before {
	content: "";
}

.ryno-facebook-thumbs-up:before {
	content: "";
}

.ryno-right-arrow:before {
	content: "";
}

.ryno-arrow-circle-up:before {
	content: "";
}

.ryno-arrow-circle-left:before {
	content: "";
}

.ryno-arrow-circle-right:before {
	content: "";
}

.ryno-arrow-circle-down:before {
	content: "";
}

.ryno-chevron-circle-up-regular:before {
	content: "";
}

.ryno-chevron-circle-right-regular:before {
	content: "";
}

.ryno-chevron-circle-left-regular:before {
	content: "";
}

.ryno-chevron-circle-down-regular:before {
	content: "";
}

.ryno-chevron-circle-up:before {
	content: "";
}

.ryno-chevron-circle-down:before {
	content: "";
}

.ryno-chevron-circle-left:before {
	content: "";
}

.ryno-chevron-circle-right:before {
	content: "";
}

.ryno-dollar:before {
	content: "";
}

.ryno-shopping-cart-solid:before {
	content: "";
}

.ryno-shopping-cart-light:before {
	content: "";
}

.ryno-shopping-cart:before {
	content: "";
}

.ryno-map-marker-alt:before {
	content: "";
}

.ryno-map-pin:before {
	content: "";
}

.ryno-check-circle:before {
	content: "";
}

.ryno-bookmark:before {
	content: "";
}

.ryno-book-open:before {
	content: "";
}

.ryno-calendar-alt:before {
	content: "";
}

.ryno-youtube:before {
	content: "";
}

.ryno-print-light:before {
	content: "";
}

.ryno-print-regular:before {
	content: "";
}

.ryno-print-solid:before {
	content: "";
}

.ryno-phone-alt:before {
	content: "";
}

.ryno-phone:before {
	content: "";
}

.ryno-phone-volume:before {
	content: "";
}

.ryno-check-solid:before {
	content: "";
}

.ryno-plus-light:before {
	content: "";
}

.ryno-plus-regular:before {
	content: "";
}

.ryno-plus-solid:before {
	content: "";
}

.ryno-minus-light:before {
	content: "";
}

.ryno-minus-regular:before {
	content: "";
}

.ryno-caret-down-rounded:before {
	content: "";
}

.ryno-caret-left-solid:before {
	content: "";
}

.ryno-caret-right-solid:before {
	content: "";
}

.ryno-caret-up-solid:before {
	content: "";
}

.ryno-caret-down-solid:before {
	content: "";
}

.ryno-minus-solid:before {
	content: "";
}

.ryno-chevron-left-light:before {
	content: "";
}

.ryno-chevron-left-regular:before {
	content: "";
}

.ryno-chevron-left-solid:before {
	content: "";
}

.ryno-chevron-right-light:before {
	content: "";
}

.ryno-chevron-right-regular:before {
	content: "";
}

.ryno-chevron-right-solid:before {
	content: "";
}

.ryno-angle-up-light:before {
	content: "";
}

.ryno-angle-up-regular:before {
	content: "";
}

.ryno-angle-right-light:before {
	content: "";
}

.ryno-angle-right-regular:before {
	content: "";
}

.ryno-angle-right-solid:before {
	content: "";
}

.ryno-angle-down-solid:before {
	content: "";
}

.ryno-angle-down-light:before {
	content: "";
}

.ryno-angle-down-regular:before {
	content: "";
}

.ryno-yelp:before {
	content: "";
}

.ryno-pinterest-p:before {
	content: "";
}

.ryno-linkedin-in:before {
	content: "";
}

.ryno-instagram:before {
	content: "";
}

.ryno-houzz:before {
	content: "";
}

.ryno-google:before {
	content: "";
}

.ryno-twitter:before {
	content: "";
}

.ryno-facebook-f:before {
	content: "";
}

.ryno-nextdoor:before {
	content: "";
}

.ryno-tiktok:before {
	content: "";
}

.ryno-reviewbuzz:before {
	content: "";
}
/*# sourceMappingURL=main.css.map */

/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
}

*, *::before, *::after {
	box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}

body {
	margin: 0;
	font-family: var(--bs-font-sans-serif);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: .25;
}

hr:not([size]) {
	height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
}

h1, .h1 {
	font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
	h1, .h1 {
		font-size: 2.5rem;
	}
}

h2, .h2 {
	font-size: calc(1.325rem + .9vw);
}

@media (min-width: 1200px) {
	h2, .h2 {
		font-size: 2rem;
	}
}

h3, .h3 {
	font-size: calc(1.3rem + .6vw);
}

@media (min-width: 1200px) {
	h3, .h3 {
		font-size: 1.75rem;
	}
}

h4, .h4 {
	font-size: calc(1.275rem + .3vw);
}

@media (min-width: 1200px) {
	h4, .h4 {
		font-size: 1.5rem;
	}
}

h5, .h5 {
	font-size: 1.25rem;
}

h6, .h6 {
	font-size: 1rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title], abbr[data-bs-original-title] {
	text-decoration: underline dotted;
	cursor: help;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol, ul {
	padding-left: 2rem;
}

ol, ul, dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b, strong {
	font-weight: bolder;
}

small, .small {
	font-size: .875em;
}

mark, .mark {
	padding: .2em;
	background-color: #fcf8e3;
}

sub, sup {
	position: relative;
	font-size: .75em;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #0d6efd;
	text-decoration: underline;
}

a:hover {
	color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

pre, code, kbd, samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
	direction: ltr;
	unicode-bidi: bidi-override;
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

code {
	font-size: .875em;
	color: #d63384;
	word-wrap: break-word;
}

a>code {
	color: inherit;
}

kbd {
	padding: .2rem .4rem;
	font-size: .875em;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem;
}

kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: 700;
}

figure {
	margin: 0 0 1rem;
}

img, svg {
	vertical-align: middle;
}

table {
	caption-side: bottom;
	border-collapse: collapse;
}

caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: #6c757d;
	text-align: left;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

thead, tbody, tfoot, tr, td, th {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

input, button, select, optgroup, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, select {
	text-transform: none;
}

[role=button] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

select:disabled {
	opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
	display: none;
}

button, [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
	cursor: pointer;
}

::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

textarea {
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit;
}

@media (min-width: 1200px) {
	legend {
		font-size: 1.5rem;
	}
}

legend+* {
	clear: left;
}

::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
	padding: 0;
}

::-webkit-inner-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
	padding: 0;
}

::file-selector-button {
	font: inherit;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

iframe {
	border: 0;
}

summary {
	display: list-item;
	cursor: pointer;
}

progress {
	vertical-align: baseline;
}

[hidden] {
	display: none !important;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: calc(1.625rem + 4.5vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-1 {
		font-size: 5rem;
	}
}

.display-2 {
	font-size: calc(1.575rem + 3.9vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-2 {
		font-size: 4.5rem;
	}
}

.display-3 {
	font-size: calc(1.525rem + 3.3vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-3 {
		font-size: 4rem;
	}
}

.display-4 {
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-4 {
		font-size: 3.5rem;
	}
}

.display-5 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-5 {
		font-size: 3rem;
	}
}

.display-6 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-6 {
		font-size: 2.5rem;
	}
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem;
}

.initialism {
	font-size: .875em;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote>:last-child {
	margin-bottom: 0;
}

.blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: .875em;
	color: #6c757d;
}

.blockquote-footer::before {
	content: "— ";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1;
}

.figure-caption {
	font-size: .875em;
	color: #6c757d;
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
	width: 100%;
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container-sm, .container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container-md, .container-sm, .container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container-lg, .container-md, .container-sm, .container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1140.00001px;
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) / -2);
	margin-left: calc(var(--bs-gutter-x) / -2);
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) / 2);
	padding-left: calc(var(--bs-gutter-x) / 2);
	margin-top: var(--bs-gutter-y);
}

.col {
	flex: 1 0 0%;
}

.row-cols-auto>* {
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1>* {
	flex: 0 0 auto;
	width: 100%;
}

.row-cols-2>* {
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-3>* {
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.row-cols-4>* {
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-5>* {
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-6>* {
	flex: 0 0 auto;
	width: 16.6666666667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	flex: 0 0 auto;
	width: 8.3333333333%;
}

.col-2 {
	flex: 0 0 auto;
	width: 16.6666666667%;
}

.col-3 {
	flex: 0 0 auto;
	width: 25%;
}

.col-4 {
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.col-5 {
	flex: 0 0 auto;
	width: 41.6666666667%;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
}

.col-7 {
	flex: 0 0 auto;
	width: 58.3333333333%;
}

.col-8 {
	flex: 0 0 auto;
	width: 66.6666666667%;
}

.col-9 {
	flex: 0 0 auto;
	width: 75%;
}

.col-10 {
	flex: 0 0 auto;
	width: 83.3333333333%;
}

.col-11 {
	flex: 0 0 auto;
	width: 91.6666666667%;
}

.col-12 {
	flex: 0 0 auto;
	width: 100%;
}

.offset-1 {
	margin-left: 8.3333333333%;
}

.offset-2 {
	margin-left: 16.6666666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.3333333333%;
}

.offset-5 {
	margin-left: 41.6666666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.3333333333%;
}

.offset-8 {
	margin-left: 66.6666666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.3333333333%;
}

.offset-11 {
	margin-left: 91.6666666667%;
}

.g-0, .gx-0 {
	--bs-gutter-x: 0;
}

.g-0, .gy-0 {
	--bs-gutter-y: 0;
}

.g-1, .gx-1 {
	--bs-gutter-x: .25rem;
}

.g-1, .gy-1 {
	--bs-gutter-y: .25rem;
}

.g-2, .gx-2 {
	--bs-gutter-x: .5rem;
}

.g-2, .gy-2 {
	--bs-gutter-y: .5rem;
}

.g-3, .gx-3 {
	--bs-gutter-x: 1rem;
}

.g-3, .gy-3 {
	--bs-gutter-y: 1rem;
}

.g-4, .gx-4 {
	--bs-gutter-x: 1.5rem;
}

.g-4, .gy-4 {
	--bs-gutter-y: 1.5rem;
}

.g-5, .gx-5 {
	--bs-gutter-x: 3rem;
}

.g-5, .gy-5 {
	--bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
	.col-sm {
		flex: 1 0 0%;
	}
	
	.row-cols-sm-auto>* {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-sm-1>* {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-sm-2>* {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-sm-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-sm-4>* {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-sm-5>* {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-sm-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	
	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	
	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	
	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	
	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	
	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-sm-0 {
		margin-left: 0;
	}
	
	.offset-sm-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-sm-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-sm-3 {
		margin-left: 25%;
	}
	
	.offset-sm-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-sm-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-sm-6 {
		margin-left: 50%;
	}
	
	.offset-sm-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-sm-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-sm-9 {
		margin-left: 75%;
	}
	
	.offset-sm-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-sm-11 {
		margin-left: 91.6666666667%;
	}
	
	.g-sm-0, .gx-sm-0 {
		--bs-gutter-x: 0;
	}
	
	.g-sm-0, .gy-sm-0 {
		--bs-gutter-y: 0;
	}
	
	.g-sm-1, .gx-sm-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-sm-1, .gy-sm-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-sm-2, .gx-sm-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-sm-2, .gy-sm-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-sm-3, .gx-sm-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-sm-3, .gy-sm-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-sm-4, .gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-sm-4, .gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-sm-5, .gx-sm-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-sm-5, .gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex: 1 0 0%;
	}
	
	.row-cols-md-auto>* {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-md-1>* {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-md-2>* {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-md-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-md-4>* {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-md-5>* {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-md-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-md-0 {
		margin-left: 0;
	}
	
	.offset-md-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-md-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-md-3 {
		margin-left: 25%;
	}
	
	.offset-md-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-md-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-md-6 {
		margin-left: 50%;
	}
	
	.offset-md-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-md-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-md-9 {
		margin-left: 75%;
	}
	
	.offset-md-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-md-11 {
		margin-left: 91.6666666667%;
	}
	
	.g-md-0, .gx-md-0 {
		--bs-gutter-x: 0;
	}
	
	.g-md-0, .gy-md-0 {
		--bs-gutter-y: 0;
	}
	
	.g-md-1, .gx-md-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-md-1, .gy-md-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-md-2, .gx-md-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-md-2, .gy-md-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-md-3, .gx-md-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-md-3, .gy-md-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-md-4, .gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-md-4, .gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-md-5, .gx-md-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-md-5, .gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex: 1 0 0%;
	}
	
	.row-cols-lg-auto>* {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-lg-1>* {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-lg-2>* {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-lg-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-lg-4>* {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-lg-5>* {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-lg-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	
	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	
	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-lg-0 {
		margin-left: 0;
	}
	
	.offset-lg-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-lg-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-lg-3 {
		margin-left: 25%;
	}
	
	.offset-lg-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-lg-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-lg-6 {
		margin-left: 50%;
	}
	
	.offset-lg-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-lg-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-lg-9 {
		margin-left: 75%;
	}
	
	.offset-lg-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-lg-11 {
		margin-left: 91.6666666667%;
	}
	
	.g-lg-0, .gx-lg-0 {
		--bs-gutter-x: 0;
	}
	
	.g-lg-0, .gy-lg-0 {
		--bs-gutter-y: 0;
	}
	
	.g-lg-1, .gx-lg-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-lg-1, .gy-lg-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-lg-2, .gx-lg-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-lg-2, .gy-lg-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-lg-3, .gx-lg-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-lg-3, .gy-lg-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-lg-4, .gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-lg-4, .gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-lg-5, .gx-lg-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-lg-5, .gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex: 1 0 0%;
	}
	
	.row-cols-xl-auto>* {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-xl-1>* {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-xl-2>* {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-xl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-xl-4>* {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-xl-5>* {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-xl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	
	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	
	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	
	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	
	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	
	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	
	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-xl-0 {
		margin-left: 0;
	}
	
	.offset-xl-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-xl-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-xl-3 {
		margin-left: 25%;
	}
	
	.offset-xl-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-xl-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-xl-6 {
		margin-left: 50%;
	}
	
	.offset-xl-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-xl-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-xl-9 {
		margin-left: 75%;
	}
	
	.offset-xl-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-xl-11 {
		margin-left: 91.6666666667%;
	}
	
	.g-xl-0, .gx-xl-0 {
		--bs-gutter-x: 0;
	}
	
	.g-xl-0, .gy-xl-0 {
		--bs-gutter-y: 0;
	}
	
	.g-xl-1, .gx-xl-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-xl-1, .gy-xl-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-xl-2, .gx-xl-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-xl-2, .gy-xl-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-xl-3, .gx-xl-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-xl-3, .gy-xl-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-xl-4, .gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-xl-4, .gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-xl-5, .gx-xl-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-xl-5, .gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1400px) {
	.col-xxl {
		flex: 1 0 0%;
	}
	
	.row-cols-xxl-auto>* {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-xxl-1>* {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-xxl-2>* {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-xxl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-xxl-4>* {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-xxl-5>* {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-xxl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	
	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-xxl-0 {
		margin-left: 0;
	}
	
	.offset-xxl-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-xxl-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-xxl-3 {
		margin-left: 25%;
	}
	
	.offset-xxl-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-xxl-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-xxl-6 {
		margin-left: 50%;
	}
	
	.offset-xxl-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-xxl-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-xxl-9 {
		margin-left: 75%;
	}
	
	.offset-xxl-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-xxl-11 {
		margin-left: 91.6666666667%;
	}
	
	.g-xxl-0, .gx-xxl-0 {
		--bs-gutter-x: 0;
	}
	
	.g-xxl-0, .gy-xxl-0 {
		--bs-gutter-y: 0;
	}
	
	.g-xxl-1, .gx-xxl-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-xxl-1, .gy-xxl-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-xxl-2, .gx-xxl-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-xxl-2, .gy-xxl-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-xxl-3, .gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-xxl-3, .gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-xxl-4, .gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-xxl-4, .gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-xxl-5, .gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-xxl-5, .gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}
}

.table {
	--bs-table-bg: transparent;
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: #212529;
	--bs-table-striped-bg: rgba(0, 0, 0, .05);
	--bs-table-active-color: #212529;
	--bs-table-active-bg: rgba(0, 0, 0, .1);
	--bs-table-hover-color: #212529;
	--bs-table-hover-bg: rgba(0, 0, 0, .075);
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	vertical-align: top;
	border-color: #dee2e6;
}

.table>:not(caption)>*>* {
	padding: .5rem .5rem;
	background-color: var(--bs-table-bg);
	border-bottom-width: 1px;
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>tbody {
	vertical-align: inherit;
}

.table>thead {
	vertical-align: bottom;
}

.table>:not(:last-child)>:last-child>* {
	border-bottom-color: currentColor;
}

.caption-top {
	caption-side: top;
}

.table-sm>:not(caption)>*>* {
	padding: .25rem .25rem;
}

.table-bordered>:not(caption)>* {
	border-width: 1px 0;
}

.table-bordered>:not(caption)>*>* {
	border-width: 0 1px;
}

.table-borderless>:not(caption)>*>* {
	border-bottom-width: 0;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	--bs-table-accent-bg: var(--bs-table-striped-bg);
	color: var(--bs-table-striped-color);
}

.table-active {
	--bs-table-accent-bg: var(--bs-table-active-bg);
	color: var(--bs-table-active-color);
}

.table-hover>tbody>tr:hover {
	--bs-table-accent-bg: var(--bs-table-hover-bg);
	color: var(--bs-table-hover-color);
}

.table-primary {
	--bs-table-bg: #cfe2ff;
	--bs-table-striped-bg: #c5d7f2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bacbe6;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfd1ec;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #bacbe6;
}

.table-secondary {
	--bs-table-bg: #e2e3e5;
	--bs-table-striped-bg: #d7d8da;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #cbccce;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #d1d2d4;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #cbccce;
}

.table-success {
	--bs-table-bg: #d1e7dd;
	--bs-table-striped-bg: #c7dbd2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bcd0c7;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #c1d6cc;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #bcd0c7;
}

.table-info {
	--bs-table-bg: #cff4fc;
	--bs-table-striped-bg: #c5e8ef;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #badce3;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfe2e9;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #badce3;
}

.table-warning {
	--bs-table-bg: #fff3cd;
	--bs-table-striped-bg: #f2e7c3;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e6dbb9;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #ece1be;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #e6dbb9;
}

.table-danger {
	--bs-table-bg: #f8d7da;
	--bs-table-striped-bg: #eccccf;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfc2c4;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5c7ca;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #dfc2c4;
}

.table-light {
	--bs-table-bg: #f8f9fa;
	--bs-table-striped-bg: #ecedee;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfe0e1;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5e6e7;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #dfe0e1;
}

.table-dark {
	--bs-table-bg: #212529;
	--bs-table-striped-bg: #2c3034;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #373b3e;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #323539;
	--bs-table-hover-color: #fff;
	color: #fff;
	border-color: #373b3e;
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 1399.98px) {
	.table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

.form-label {
	margin-bottom: .5rem;
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
}

.form-text {
	margin-top: .25rem;
	font-size: .875em;
	color: #6c757d;
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none;
	}
}

.form-control[type=file] {
	overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-control::-webkit-date-and-time-value {
	height: 1.5em;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

.form-control::file-selector-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	margin-inline-end: .75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-control::file-selector-button {
		transition: none;
	}
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	margin-inline-end: .75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-control::-webkit-file-upload-button {
		transition: none;
	}
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dde0e3;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .375rem 0;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: rgba(0, 0, 0, 0);
	border: solid rgba(0, 0, 0, 0);
	border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	min-height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem;
}

.form-control-sm::file-selector-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	margin-inline-end: .5rem;
}

.form-control-sm::-webkit-file-upload-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	margin-inline-end: .5rem;
}

.form-control-lg {
	min-height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem;
}

.form-control-lg::file-selector-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	margin-inline-end: 1rem;
}

textarea.form-control {
	min-height: calc(1.5em + .75rem + 2px);
}

textarea.form-control-sm {
	min-height: calc(1.5em + .5rem + 2px);
}

textarea.form-control-lg {
	min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
	max-width: 3rem;
	height: auto;
	padding: .375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer;
}

.form-control-color::-moz-color-swatch {
	height: 1.5em;
	border-radius: .25rem;
}

.form-control-color::-webkit-color-swatch {
	height: 1.5em;
	border-radius: .25rem;
}

.form-select {
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	appearance: none;
}

.form-select.nitro-lazy {
	background-image: none !important;
}

.form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
	padding-right: .75rem;
	background-image: none;
}

.form-select[multiple].nitro-lazy, .form-select[size]:not([size="1"]).nitro-lazy {
	background-image: none !important;
}

.form-select:disabled {
	background-color: #e9ecef;
}

.form-select:-moz-focusring {
	color: rgba(0, 0, 0, 0);
	text-shadow: 0 0 0 #212529;
}

.form-select-sm {
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem;
}

.form-select-lg {
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
}

.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: .125rem;
}

.form-check .form-check-input {
	float: left;
	margin-left: -1.5em;
}

.form-check-input {
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, .25);
	appearance: none;
	color-adjust: exact;
}

.form-check-input[type=checkbox] {
	border-radius: .25em;
}

.form-check-input[type=radio] {
	border-radius: 50%;
}

.form-check-input:active {
	filter: brightness(90%);
}

.form-check-input:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 20\'%3e%3cpath fill=\'none\' stroke=\'%23fff\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'3\' d=\'M6 10l3 3l6-6\'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=checkbox].nitro-lazy {
	background-image: none !important;
}

.form-check-input:checked[type=radio] {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'2\' fill=\'%23fff\'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio].nitro-lazy {
	background-image: none !important;
}

.form-check-input[type=checkbox]:indeterminate {
	background-color: #0d6efd;
	border-color: #0d6efd;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 20\'%3e%3cpath fill=\'none\' stroke=\'%23fff\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'3\' d=\'M6 10h8\'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate.nitro-lazy {
	background-image: none !important;
}

.form-check-input:disabled {
	pointer-events: none;
	filter: none;
	opacity: .5;
}

.form-check-input[disabled]~.form-check-label, .form-check-input:disabled~.form-check-label {
	opacity: .5;
}

.form-switch {
	padding-left: 2.5em;
}

.form-switch .form-check-input {
	width: 2em;
	margin-left: -2.5em;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'rgba%280, 0, 0, 0.25%29\'/%3e%3c/svg%3e");
	background-position: left center;
	border-radius: 2em;
	transition: background-position .15s ease-in-out;
}

.form-switch .form-check-input.nitro-lazy {
	background-image: none !important;
}

@media (prefers-reduced-motion: reduce) {
	.form-switch .form-check-input {
		transition: none;
	}
}

.form-switch .form-check-input:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%2386b7fe\'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:focus.nitro-lazy {
	background-image: none !important;
}

.form-switch .form-check-input:checked {
	background-position: right center;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23fff\'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked.nitro-lazy {
	background-image: none !important;
}

.form-check-inline {
	display: inline-block;
	margin-right: 1rem;
}

.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.btn-check[disabled]+.btn, .btn-check:disabled+.btn {
	pointer-events: none;
	filter: none;
	opacity: .65;
}

.form-range {
	width: 100%;
	height: 1.5rem;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	appearance: none;
}

.form-range:focus {
	outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-range::-moz-focus-outer {
	border: 0;
}

.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.form-range::-webkit-slider-thumb {
		transition: none;
	}
}

.form-range::-webkit-slider-thumb:active {
	background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: rgba(0, 0, 0, 0);
	cursor: pointer;
	background-color: #dee2e6;
	border-color: rgba(0, 0, 0, 0);
	border-radius: 1rem;
}

.form-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.form-range::-moz-range-thumb {
		transition: none;
	}
}

.form-range::-moz-range-thumb:active {
	background-color: #b6d4fe;
}

.form-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: rgba(0, 0, 0, 0);
	cursor: pointer;
	background-color: #dee2e6;
	border-color: rgba(0, 0, 0, 0);
	border-radius: 1rem;
}

.form-range:disabled {
	pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}

.form-floating {
	position: relative;
}

.form-floating>.form-control, .form-floating>.form-select {
	height: calc(3.5rem + 2px);
	padding: 1rem .75rem;
}

.form-floating>label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem .75rem;
	pointer-events: none;
	border: 1px solid rgba(0, 0, 0, 0);
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-floating>label {
		transition: none;
	}
}

.form-floating>.form-control::placeholder {
	color: rgba(0, 0, 0, 0);
}

.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem;
}

.form-floating>.form-control:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: .625rem;
}

.form-floating>.form-select {
	padding-top: 1.625rem;
	padding-bottom: .625rem;
}

.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.input-group>.form-control, .input-group>.form-select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}

.input-group>.form-control:focus, .input-group>.form-select:focus {
	z-index: 3;
}

.input-group .btn {
	position: relative;
	z-index: 2;
}

.input-group .btn:focus {
	z-index: 3;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.input-group-lg>.form-control, .input-group-lg>.form-select, .input-group-lg>.input-group-text, .input-group-lg>.btn {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem;
}

.input-group-sm>.form-control, .input-group-sm>.form-select, .input-group-sm>.input-group-text, .input-group-sm>.btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem;
}

.input-group-lg>.form-select, .input-group-sm>.form-select {
	padding-right: 3rem;
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #198754;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: rgba(25, 135, 84, .9);
	border-radius: .25rem;
}

.was-validated :valid~.valid-feedback, .was-validated :valid~.valid-tooltip, .is-valid~.valid-feedback, .is-valid~.valid-tooltip {
	display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
	border-color: #198754;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23198754\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated .form-control:valid.nitro-lazy, .form-control.is-valid.nitro-lazy {
	background-image: none !important;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
	border-color: #198754;
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
	border-color: #198754;
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
	padding-right: 4.125rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23198754\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e");
	background-position: right .75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated .form-select:valid:not([multiple]):not([size]).nitro-lazy, .was-validated .form-select:valid:not([multiple])[size="1"].nitro-lazy, .form-select.is-valid:not([multiple]):not([size]).nitro-lazy, .form-select.is-valid:not([multiple])[size="1"].nitro-lazy {
	background-image: none !important;
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
	border-color: #198754;
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
	border-color: #198754;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
	background-color: #198754;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
}

.was-validated .form-check-input:valid~.form-check-label, .form-check-input.is-valid~.form-check-label {
	color: #198754;
}

.form-check-inline .form-check-input~.valid-feedback {
	margin-left: .5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid {
	z-index: 1;
}

.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus {
	z-index: 3;
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #dc3545;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
	border-radius: .25rem;
}

.was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip, .is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 12 12\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'%23dc3545\'%3e%3ccircle cx=\'6\' cy=\'6\' r=\'4.5\'/%3e%3cpath stroke-linejoin=\'round\' d=\'M5.8 3.6h.4L6 6.5z\'/%3e%3ccircle cx=\'6\' cy=\'8.2\' r=\'.6\' fill=\'%23dc3545\' stroke=\'none\'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated .form-control:invalid.nitro-lazy, .form-control.is-invalid.nitro-lazy {
	background-image: none !important;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
	border-color: #dc3545;
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
	padding-right: 4.125rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 12 12\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'%23dc3545\'%3e%3ccircle cx=\'6\' cy=\'6\' r=\'4.5\'/%3e%3cpath stroke-linejoin=\'round\' d=\'M5.8 3.6h.4L6 6.5z\'/%3e%3ccircle cx=\'6\' cy=\'8.2\' r=\'.6\' fill=\'%23dc3545\' stroke=\'none\'/%3e%3c/svg%3e");
	background-position: right .75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated .form-select:invalid:not([multiple]):not([size]).nitro-lazy, .was-validated .form-select:invalid:not([multiple])[size="1"].nitro-lazy, .form-select.is-invalid:not([multiple]):not([size]).nitro-lazy, .form-select.is-invalid:not([multiple])[size="1"].nitro-lazy {
	background-image: none !important;
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
	border-color: #dc3545;
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
	background-color: #dc3545;
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}

.was-validated .form-check-input:invalid~.form-check-label, .form-check-input.is-invalid~.form-check-label {
	color: #dc3545;
}

.form-check-inline .form-check-input~.invalid-feedback {
	margin-left: .5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid {
	z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus {
	z-index: 3;
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid rgba(0, 0, 0, 0);
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}

.btn:hover {
	color: #212529;
}

.btn-check:focus+.btn, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
	pointer-events: none;
	opacity: .65;
}

.btn-primary {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0b5ed7;
	border-color: #0a58ca;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: #0b5ed7;
	border-color: #0a58ca;
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
}

.btn-check:checked+.btn-primary, .btn-check:active+.btn-primary, .btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0a58ca;
	border-color: #0a53be;
}

.btn-check:checked+.btn-primary:focus, .btn-check:active+.btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
}

.btn-primary:disabled, .btn-primary.disabled {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64;
}

.btn-check:focus+.btn-secondary, .btn-secondary:focus {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64;
	box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
}

.btn-check:checked+.btn-secondary, .btn-check:active+.btn-secondary, .btn-secondary:active, .btn-secondary.active, .show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #565e64;
	border-color: #51585e;
}

.btn-check:checked+.btn-secondary:focus, .btn-check:active+.btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-success {
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}

.btn-success:hover {
	color: #fff;
	background-color: #157347;
	border-color: #146c43;
}

.btn-check:focus+.btn-success, .btn-success:focus {
	color: #fff;
	background-color: #157347;
	border-color: #146c43;
	box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5);
}

.btn-check:checked+.btn-success, .btn-check:active+.btn-success, .btn-success:active, .btn-success.active, .show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #146c43;
	border-color: #13653f;
}

.btn-check:checked+.btn-success:focus, .btn-check:active+.btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5);
}

.btn-success:disabled, .btn-success.disabled {
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}

.btn-info {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-info:hover {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2;
}

.btn-check:focus+.btn-info, .btn-info:focus {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2;
	box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5);
}

.btn-check:checked+.btn-info, .btn-check:active+.btn-info, .btn-info:active, .btn-info.active, .show>.btn-info.dropdown-toggle {
	color: #000;
	background-color: #3dd5f3;
	border-color: #25cff2;
}

.btn-check:checked+.btn-info:focus, .btn-check:active+.btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5);
}

.btn-info:disabled, .btn-info.disabled {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-warning {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:hover {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
}

.btn-check:focus+.btn-warning, .btn-warning:focus {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
	box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
}

.btn-check:checked+.btn-warning, .btn-check:active+.btn-warning, .btn-warning:active, .btn-warning.active, .show>.btn-warning.dropdown-toggle {
	color: #000;
	background-color: #ffcd39;
	border-color: #ffc720;
}

.btn-check:checked+.btn-warning:focus, .btn-check:active+.btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
}

.btn-warning:disabled, .btn-warning.disabled {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:hover {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37;
}

.btn-check:focus+.btn-danger, .btn-danger:focus {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37;
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
}

.btn-check:checked+.btn-danger, .btn-check:active+.btn-danger, .btn-danger:active, .btn-danger.active, .show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #b02a37;
	border-color: #a52834;
}

.btn-check:checked+.btn-danger:focus, .btn-check:active+.btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
}

.btn-danger:disabled, .btn-danger.disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-light {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:hover {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
}

.btn-check:focus+.btn-light, .btn-light:focus {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
	box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5);
}

.btn-check:checked+.btn-light, .btn-check:active+.btn-light, .btn-light:active, .btn-light.active, .show>.btn-light.dropdown-toggle {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
}

.btn-check:checked+.btn-light:focus, .btn-check:active+.btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5);
}

.btn-light:disabled, .btn-light.disabled {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-dark {
	color: #fff;
	background-color: #212529;
	border-color: #212529;
}

.btn-dark:hover {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21;
}

.btn-check:focus+.btn-dark, .btn-dark:focus {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21;
	box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
}

.btn-check:checked+.btn-dark, .btn-check:active+.btn-dark, .btn-dark:active, .btn-dark.active, .show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1a1e21;
	border-color: #191c1f;
}

.btn-check:checked+.btn-dark:focus, .btn-check:active+.btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
}

.btn-dark:disabled, .btn-dark.disabled {
	color: #fff;
	background-color: #212529;
	border-color: #212529;
}

.btn-outline-primary {
	color: #0d6efd;
	border-color: #0d6efd;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5);
}

.btn-check:checked+.btn-outline-primary, .btn-check:active+.btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.btn-check:checked+.btn-outline-primary:focus, .btn-check:active+.btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
	color: #0d6efd;
	background-color: rgba(0, 0, 0, 0);
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-check:focus+.btn-outline-secondary, .btn-outline-secondary:focus {
	box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5);
}

.btn-check:checked+.btn-outline-secondary, .btn-check:active+.btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-check:checked+.btn-outline-secondary:focus, .btn-check:active+.btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5);
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
	color: #6c757d;
	background-color: rgba(0, 0, 0, 0);
}

.btn-outline-success {
	color: #198754;
	border-color: #198754;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}

.btn-check:focus+.btn-outline-success, .btn-outline-success:focus {
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5);
}

.btn-check:checked+.btn-outline-success, .btn-check:active+.btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}

.btn-check:checked+.btn-outline-success:focus, .btn-check:active+.btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
	color: #198754;
	background-color: rgba(0, 0, 0, 0);
}

.btn-outline-info {
	color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-outline-info:hover {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-check:focus+.btn-outline-info, .btn-outline-info:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5);
}

.btn-check:checked+.btn-outline-info, .btn-check:active+.btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-check:checked+.btn-outline-info:focus, .btn-check:active+.btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5);
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
	color: #0dcaf0;
	background-color: rgba(0, 0, 0, 0);
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:hover {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-check:focus+.btn-outline-warning, .btn-outline-warning:focus {
	box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
}

.btn-check:checked+.btn-outline-warning, .btn-check:active+.btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-check:checked+.btn-outline-warning:focus, .btn-check:active+.btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
	color: #ffc107;
	background-color: rgba(0, 0, 0, 0);
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-check:focus+.btn-outline-danger, .btn-outline-danger:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
}

.btn-check:checked+.btn-outline-danger, .btn-check:active+.btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-check:checked+.btn-outline-danger:focus, .btn-check:active+.btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
	color: #dc3545;
	background-color: rgba(0, 0, 0, 0);
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:hover {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-check:focus+.btn-outline-light, .btn-outline-light:focus {
	box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5);
}

.btn-check:checked+.btn-outline-light, .btn-check:active+.btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-check:checked+.btn-outline-light:focus, .btn-check:active+.btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5);
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
	color: #f8f9fa;
	background-color: rgba(0, 0, 0, 0);
}

.btn-outline-dark {
	color: #212529;
	border-color: #212529;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #212529;
	border-color: #212529;
}

.btn-check:focus+.btn-outline-dark, .btn-outline-dark:focus {
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5);
}

.btn-check:checked+.btn-outline-dark, .btn-check:active+.btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
	color: #fff;
	background-color: #212529;
	border-color: #212529;
}

.btn-check:checked+.btn-outline-dark:focus, .btn-check:active+.btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5);
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
	color: #212529;
	background-color: rgba(0, 0, 0, 0);
}

.btn-link {
	font-weight: 400;
	color: #0d6efd;
	text-decoration: underline;
}

.btn-link:hover {
	color: #0a58ca;
}

.btn-link:disabled, .btn-link.disabled {
	color: #6c757d;
}

.btn-lg, .btn-group-lg>.btn {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem;
}

.btn-sm, .btn-group-sm>.btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem;
}

.fade {
	transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	height: 0;
	overflow: hidden;
	transition: height .35s ease;
}

@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}

.dropup, .dropend, .dropdown, .dropstart {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid rgba(0, 0, 0, 0);
	border-bottom: 0;
	border-left: .3em solid rgba(0, 0, 0, 0);
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: .5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
}

.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: .125rem;
}

.dropdown-menu-start {
	--bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
	right: auto;
	left: 0;
}

.dropdown-menu-end {
	--bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
	right: 0;
	left: auto;
}

@media (min-width: 576px) {
	.dropdown-menu-sm-start {
		--bs-position: start;
	}
	
	.dropdown-menu-sm-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-sm-end {
		--bs-position: end;
	}
	
	.dropdown-menu-sm-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width: 768px) {
	.dropdown-menu-md-start {
		--bs-position: start;
	}
	
	.dropdown-menu-md-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-md-end {
		--bs-position: end;
	}
	
	.dropdown-menu-md-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width: 992px) {
	.dropdown-menu-lg-start {
		--bs-position: start;
	}
	
	.dropdown-menu-lg-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-lg-end {
		--bs-position: end;
	}
	
	.dropdown-menu-lg-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width: 1200px) {
	.dropdown-menu-xl-start {
		--bs-position: start;
	}
	
	.dropdown-menu-xl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-xl-end {
		--bs-position: end;
	}
	
	.dropdown-menu-xl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width: 1400px) {
	.dropdown-menu-xxl-start {
		--bs-position: start;
	}
	
	.dropdown-menu-xxl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-xxl-end {
		--bs-position: end;
	}
	
	.dropdown-menu-xxl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

.dropup .dropdown-menu[data-bs-popper] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid rgba(0, 0, 0, 0);
	border-bottom: .3em solid;
	border-left: .3em solid rgba(0, 0, 0, 0);
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem;
}

.dropend .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid rgba(0, 0, 0, 0);
	border-right: 0;
	border-bottom: .3em solid rgba(0, 0, 0, 0);
	border-left: .3em solid;
}

.dropend .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropend .dropdown-toggle::after {
	vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem;
}

.dropstart .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
}

.dropstart .dropdown-toggle::after {
	display: none;
}

.dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid rgba(0, 0, 0, 0);
	border-right: .3em solid;
	border-bottom: .3em solid rgba(0, 0, 0, 0);
}

.dropstart .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropstart .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: rgba(0, 0, 0, 0);
	border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
	color: #1e2125;
	background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0d6efd;
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: rgba(0, 0, 0, 0);
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: .5rem 1rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1rem;
	color: #212529;
}

.dropdown-menu-dark {
	color: #dee2e6;
	background-color: #343a40;
	border-color: rgba(0, 0, 0, .15);
}

.dropdown-menu-dark .dropdown-item {
	color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
	color: #fff;
	background-color: rgba(255, 255, 255, .15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
	color: #fff;
	background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
	color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
	border-color: rgba(0, 0, 0, .15);
}

.dropdown-menu-dark .dropdown-item-text {
	color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
	color: #adb5bd;
}

.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group>.btn, .btn-group-vertical>.btn {
	position: relative;
	flex: 1 1 auto;
}

.btn-group>.btn-check:checked+.btn, .btn-group>.btn-check:focus+.btn, .btn-group>.btn:hover, .btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn-check:checked+.btn, .btn-group-vertical>.btn-check:focus+.btn, .btn-group-vertical>.btn:hover, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn.active {
	z-index: 1;
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group>.btn:not(:first-child), .btn-group>.btn-group:not(:first-child) {
	margin-left: -1px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle), .btn-group>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn, .btn-group>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
	margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-sm+.dropdown-toggle-split, .btn-group-sm>.btn+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem;
}

.btn-lg+.dropdown-toggle-split, .btn-group-lg>.btn+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem;
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
	width: 100%;
}

.btn-group-vertical>.btn:not(:first-child), .btn-group-vertical>.btn-group:not(:first-child) {
	margin-top: -1px;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn~.btn, .btn-group-vertical>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
	color: #0d6efd;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.nav-link {
		transition: none;
	}
}

.nav-link:hover, .nav-link:focus {
	color: #0a58ca;
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
	margin-bottom: -1px;
	background: none;
	border: 1px solid rgba(0, 0, 0, 0);
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6;
	isolation: isolate;
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	background: none;
	border: 0;
	border-radius: .25rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #0d6efd;
}

.nav-fill>.nav-link, .nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified>.nav-link, .nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
	width: 100%;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-sm, .navbar>.container-md, .navbar>.container-lg, .navbar>.container-xl, .navbar>.container-xxl {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between;
}

.navbar-brand {
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	text-decoration: none;
	white-space: nowrap;
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
}

.navbar-text {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: .25rem;
	transition: box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.navbar-toggler {
		transition: none;
	}
}

.navbar-toggler:hover {
	text-decoration: none;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 .25rem;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.navbar-nav-scroll {
	max-height: var(--bs-scroll-height, 75vh);
	overflow-y: auto;
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-sm .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-md .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-xl .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}

@media (min-width: 1400px) {
	.navbar-expand-xxl {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-xxl .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-xxl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-xxl .navbar-toggler {
		display: none;
	}
}

.navbar-expand {
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.navbar-expand .navbar-nav {
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
}

.navbar-expand .navbar-nav-scroll {
	overflow: visible;
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .55);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, .7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3);
}

.navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .55);
	border-color: rgba(0, 0, 0, .1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%280, 0, 0, 0.55%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler-icon.nitro-lazy {
	background-image: none !important;
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .55);
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, .9);
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .55);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, .75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25);
}

.navbar-dark .navbar-nav .show>.nav-link, .navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .55);
	border-color: rgba(255, 255, 255, .1);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%28255, 255, 255, 0.55%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler-icon.nitro-lazy {
	background-image: none !important;
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .55);
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
	color: #fff;
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
}

.card>hr {
	margin-right: 0;
	margin-left: 0;
}

.card>.list-group {
	border-top: inherit;
	border-bottom: inherit;
}

.card>.list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

.card>.card-header+.list-group, .card>.list-group+.card-footer {
	border-top: 0;
}

.card-body {
	flex: 1 1 auto;
	padding: 1rem 1rem;
}

.card-title {
	margin-bottom: .5rem;
}

.card-subtitle {
	margin-top: -.25rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link+.card-link {
	margin-left: 1rem;
}

.card-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-footer {
	padding: .5rem 1rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125);
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
	margin-right: -.5rem;
	margin-bottom: -.5rem;
	margin-left: -.5rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -.5rem;
	margin-left: -.5rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	border-radius: calc(.25rem - 1px);
}

.card-img, .card-img-top, .card-img-bottom {
	width: 100%;
}

.card-img, .card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.card-img, .card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

.card-group>.card {
	margin-bottom: .75rem;
}

@media (min-width: 576px) {
	.card-group {
		display: flex;
		flex-flow: row wrap;
	}
	
	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0;
	}
	
	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.card-group>.card:not(:last-child) .card-img-top, .card-group>.card:not(:last-child) .card-header {
		border-top-right-radius: 0;
	}
	
	.card-group>.card:not(:last-child) .card-img-bottom, .card-group>.card:not(:last-child) .card-footer {
		border-bottom-right-radius: 0;
	}
	
	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	
	.card-group>.card:not(:first-child) .card-img-top, .card-group>.card:not(:first-child) .card-header {
		border-top-left-radius: 0;
	}
	
	.card-group>.card:not(:first-child) .card-img-bottom, .card-group>.card:not(:first-child) .card-footer {
		border-bottom-left-radius: 0;
	}
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

@media (prefers-reduced-motion: reduce) {
	.accordion-button {
		transition: none;
	}
}

.accordion-button:not(.collapsed) {
	color: #0c63e4;
	background-color: #e7f1ff;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%230c63e4\'%3e%3cpath fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e");
	transform: rotate(-180deg);
}

.accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23212529\'%3e%3cpath fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.accordion-button::after {
		transition: none;
	}
}

.accordion-button:hover {
	z-index: 2;
}

.accordion-button:focus {
	z-index: 3;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.accordion-header {
	margin-bottom: 0;
}

.accordion-item {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
}

.accordion-item:first-of-type {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
	border-top: 0;
}

.accordion-item:last-of-type {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.accordion-body {
	padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
	border-width: 0;
}

.accordion-flush .accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
	border-top: 0;
}

.accordion-flush .accordion-item:last-child {
	border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
	border-radius: 0;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 1rem;
	list-style: none;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: .5rem;
	color: #6c757d;
	content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
	color: #6c757d;
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
}

.page-link {
	position: relative;
	display: block;
	color: #0d6efd;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.page-link {
		transition: none;
	}
}

.page-link:hover {
	z-index: 2;
	color: #0a58ca;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 3;
	color: #0a58ca;
	background-color: #e9ecef;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.page-item:not(:first-child) .page-link {
	margin-left: -1px;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
	border-color: #dee2e6;
}

.page-link {
	padding: .375rem .75rem;
}

.page-item:first-child .page-link {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem;
}

.badge {
	display: inline-block;
	padding: .35em .65em;
	font-size: .75em;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: .25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 3rem;
}

.alert-dismissible .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1.25rem 1rem;
}

.alert-primary {
	color: #084298;
	background-color: #cfe2ff;
	border-color: #b6d4fe;
}

.alert-primary .alert-link {
	color: #06357a;
}

.alert-secondary {
	color: #41464b;
	background-color: #e2e3e5;
	border-color: #d3d6d8;
}

.alert-secondary .alert-link {
	color: #34383c;
}

.alert-success {
	color: #0f5132;
	background-color: #d1e7dd;
	border-color: #badbcc;
}

.alert-success .alert-link {
	color: #0c4128;
}

.alert-info {
	color: #055160;
	background-color: #cff4fc;
	border-color: #b6effb;
}

.alert-info .alert-link {
	color: #04414d;
}

.alert-warning {
	color: #664d03;
	background-color: #fff3cd;
	border-color: #ffecb5;
}

.alert-warning .alert-link {
	color: #523e02;
}

.alert-danger {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
}

.alert-danger .alert-link {
	color: #6a1a21;
}

.alert-light {
	color: #636464;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

.alert-light .alert-link {
	color: #4f5050;
}

.alert-dark {
	color: #141619;
	background-color: #d3d3d4;
	border-color: #bcbebf;
}

.alert-dark .alert-link {
	color: #101214;
}

@keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem;
	}
}

.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #0d6efd;
	transition: width .6s ease;
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		transition: none;
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
		animation: none;
	}
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: .25rem;
}

.list-group-numbered {
	list-style-type: none;
	counter-reset: section;
}

.list-group-numbered>li::before {
	content: counters(section, ".") ". ";
	counter-increment: section;
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef;
}

.list-group-item {
	position: relative;
	display: block;
	padding: .5rem 1rem;
	color: #212529;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.list-group-item+.list-group-item {
	border-top-width: 0;
}

.list-group-item+.list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px;
}

.list-group-horizontal {
	flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
	border-bottom-left-radius: .25rem;
	border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
	border-top-right-radius: .25rem;
	border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
	margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
	border-top-width: 1px;
	border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px;
}

@media (min-width: 576px) {
	.list-group-horizontal-sm {
		flex-direction: row;
	}
	
	.list-group-horizontal-sm>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-sm>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-sm>.list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-sm>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-sm>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width: 768px) {
	.list-group-horizontal-md {
		flex-direction: row;
	}
	
	.list-group-horizontal-md>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-md>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-md>.list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-md>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-md>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width: 992px) {
	.list-group-horizontal-lg {
		flex-direction: row;
	}
	
	.list-group-horizontal-lg>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-lg>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-lg>.list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-lg>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-lg>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width: 1200px) {
	.list-group-horizontal-xl {
		flex-direction: row;
	}
	
	.list-group-horizontal-xl>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-xl>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-xl>.list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-xl>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-xl>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width: 1400px) {
	.list-group-horizontal-xxl {
		flex-direction: row;
	}
	
	.list-group-horizontal-xxl>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-xxl>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-xxl>.list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-xxl>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

.list-group-flush {
	border-radius: 0;
}

.list-group-flush>.list-group-item {
	border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
	border-bottom-width: 0;
}

.list-group-item-primary {
	color: #084298;
	background-color: #cfe2ff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
	color: #084298;
	background-color: #bacbe6;
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #084298;
	border-color: #084298;
}

.list-group-item-secondary {
	color: #41464b;
	background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
	color: #41464b;
	background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #41464b;
	border-color: #41464b;
}

.list-group-item-success {
	color: #0f5132;
	background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
	color: #0f5132;
	background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #0f5132;
	border-color: #0f5132;
}

.list-group-item-info {
	color: #055160;
	background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
	color: #055160;
	background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #055160;
	border-color: #055160;
}

.list-group-item-warning {
	color: #664d03;
	background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
	color: #664d03;
	background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #664d03;
	border-color: #664d03;
}

.list-group-item-danger {
	color: #842029;
	background-color: #f8d7da;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
	color: #842029;
	background-color: #dfc2c4;
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #842029;
	border-color: #842029;
}

.list-group-item-light {
	color: #636464;
	background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
	color: #636464;
	background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #636464;
	border-color: #636464;
}

.list-group-item-dark {
	color: #141619;
	background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
	color: #141619;
	background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #141619;
	border-color: #141619;
}

.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #000;
	background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23000\'%3e%3cpath d=\'M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: .25rem;
	opacity: .5;
}

.btn-close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75;
}

.btn-close:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	opacity: 1;
}

.btn-close:disabled, .btn-close.disabled {
	pointer-events: none;
	user-select: none;
	opacity: .25;
}

.btn-close-white {
	filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
	width: 350px;
	max-width: 100%;
	font-size: .875rem;
	pointer-events: auto;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	border-radius: .25rem;
}

.toast:not(.showing):not(.show) {
	opacity: 0;
}

.toast.hide {
	display: none;
}

.toast-container {
	width: max-content;
	max-width: 100%;
	pointer-events: none;
}

.toast-container>:not(:last-child) {
	margin-bottom: .75rem;
}

.toast-header {
	display: flex;
	align-items: center;
	padding: .5rem .75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.toast-header .btn-close {
	margin-right: -.375rem;
	margin-left: .75rem;
}

.toast-body {
	padding: .75rem;
	word-wrap: break-word;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	transform: none;
}

.modal.modal-static .modal-dialog {
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: .5;
}

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

.modal-header .btn-close {
	padding: .5rem .5rem;
	margin: -.5rem -.5rem -.5rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer>* {
	margin: .25rem;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
	
	.modal-dialog-scrollable {
		height: calc(100% - 3.5rem);
	}
	
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	
	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg, .modal-xl {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0;
}

.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}

.modal-fullscreen .modal-header {
	border-radius: 0;
}

.modal-fullscreen .modal-body {
	overflow-y: auto;
}

.modal-fullscreen .modal-footer {
	border-radius: 0;
}

@media (max-width: 575.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-sm-down .modal-header {
		border-radius: 0;
	}
	
	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto;
	}
	
	.modal-fullscreen-sm-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width: 767.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-md-down .modal-header {
		border-radius: 0;
	}
	
	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto;
	}
	
	.modal-fullscreen-md-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width: 991.98px) {
	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-lg-down .modal-header {
		border-radius: 0;
	}
	
	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto;
	}
	
	.modal-fullscreen-lg-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width: 1199.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-xl-down .modal-header {
		border-radius: 0;
	}
	
	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto;
	}
	
	.modal-fullscreen-xl-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width: 1399.98px) {
	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-xxl-down .modal-header {
		border-radius: 0;
	}
	
	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto;
	}
	
	.modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0;
	}
}

.tooltip {
	position: absolute;
	z-index: 1080;
	display: block;
	margin: 0;
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: .9;
}

.tooltip .tooltip-arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem;
}

.tooltip .tooltip-arrow::before {
	position: absolute;
	content: "";
	border-color: rgba(0, 0, 0, 0);
	border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
	padding: .4rem 0;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
	bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
	top: -1px;
	border-width: .4rem .4rem 0;
	border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
	padding: 0 .4rem;
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
	left: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
	right: -1px;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
	padding: .4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
	top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
	bottom: -1px;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
	padding: 0 .4rem;
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
	right: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
	left: -1px;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1070;
	display: block;
	max-width: 276px;
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
}

.popover .popover-arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: rgba(0, 0, 0, 0);
	border-style: solid;
}

.bs-popover-top>.popover-arrow, .bs-popover-auto[data-popper-placement^=top]>.popover-arrow {
	bottom: calc(-.5rem - 1px);
}

.bs-popover-top>.popover-arrow::before, .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, .25);
}

.bs-popover-top>.popover-arrow::after, .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff;
}

.bs-popover-end>.popover-arrow, .bs-popover-auto[data-popper-placement^=right]>.popover-arrow {
	left: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
}

.bs-popover-end>.popover-arrow::before, .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, .25);
}

.bs-popover-end>.popover-arrow::after, .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff;
}

.bs-popover-bottom>.popover-arrow, .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow {
	top: calc(-.5rem - 1px);
}

.bs-popover-bottom>.popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, .25);
}

.bs-popover-bottom>.popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start>.popover-arrow, .bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
	right: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
}

.bs-popover-start>.popover-arrow::before, .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25);
}

.bs-popover-start>.popover-arrow::after, .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff;
}

.popover-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f0f0f0;
	border-bottom: 1px solid #d8d8d8;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: 1rem 1rem;
	color: #212529;
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		transition: none;
	}
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
	display: block;
}

.carousel-item-next:not(.carousel-item-start), .active.carousel-item-end {
	transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start {
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none;
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
		transition: none;
	}
}

.carousel-control-prev, .carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: none;
	border: 0;
	opacity: .5;
	transition: opacity .15s ease;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-control-prev, .carousel-control-next {
		transition: none;
	}
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23fff\'%3e%3cpath d=\'M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z\'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon.nitro-lazy {
	background-image: none !important;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23fff\'%3e%3cpath d=\'M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e");
}

.carousel-control-next-icon.nitro-lazy {
	background-image: none !important;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid rgba(0, 0, 0, 0);
	opacity: .5;
	transition: opacity .6s ease;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-indicators [data-bs-target] {
		transition: none;
	}
}

.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
}

.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
	filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: #000;
}

.carousel-dark .carousel-caption {
	color: #000;
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -.125em;
	border: .25em solid currentColor;
	border-right-color: rgba(0, 0, 0, 0);
	border-radius: 50%;
	animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em;
}

@keyframes spinner-grow {
	0% {
		transform: scale(0);
	}
	
	50% {
		opacity: 1;
		transform: none;
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -.125em;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
	.spinner-border, .spinner-grow {
		animation-duration: 1.5s;
	}
}

.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: 1050;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	visibility: hidden;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
	transition: transform .3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.offcanvas {
		transition: none;
	}
}

.offcanvas-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
	padding: .5rem .5rem;
	margin: -.5rem -.5rem -.5rem auto;
}

.offcanvas-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.offcanvas-body {
	flex-grow: 1;
	padding: 1rem 1rem;
	overflow-y: auto;
}

.offcanvas-start {
	top: 0;
	left: 0;
	width: 400px;
	border-right: 1px solid rgba(0, 0, 0, .2);
	transform: translateX(-100%);
}

.offcanvas-end {
	top: 0;
	right: 0;
	width: 400px;
	border-left: 1px solid rgba(0, 0, 0, .2);
	transform: translateX(100%);
}

.offcanvas-top {
	top: 0;
	right: 0;
	left: 0;
	height: 30vh;
	max-height: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	transform: translateY(-100%);
}

.offcanvas-bottom {
	right: 0;
	left: 0;
	height: 30vh;
	max-height: 100%;
	border-top: 1px solid rgba(0, 0, 0, .2);
	transform: translateY(100%);
}

.offcanvas.show {
	transform: none;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.link-primary {
	color: #0d6efd;
}

.link-primary:hover, .link-primary:focus {
	color: #0a58ca;
}

.link-secondary {
	color: #6c757d;
}

.link-secondary:hover, .link-secondary:focus {
	color: #565e64;
}

.link-success {
	color: #198754;
}

.link-success:hover, .link-success:focus {
	color: #146c43;
}

.link-info {
	color: #0dcaf0;
}

.link-info:hover, .link-info:focus {
	color: #3dd5f3;
}

.link-warning {
	color: #ffc107;
}

.link-warning:hover, .link-warning:focus {
	color: #ffcd39;
}

.link-danger {
	color: #dc3545;
}

.link-danger:hover, .link-danger:focus {
	color: #b02a37;
}

.link-light {
	color: #f8f9fa;
}

.link-light:hover, .link-light:focus {
	color: #f9fafb;
}

.link-dark {
	color: #212529;
}

.link-dark:hover, .link-dark:focus {
	color: #1a1e21;
}

.ratio {
	position: relative;
	width: 100%;
}

.ratio::before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: "";
}

.ratio>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ratio-1x1 {
	--bs-aspect-ratio: 100%;
}

.ratio-4x3 {
	--bs-aspect-ratio: 75%;
}

.ratio-16x9 {
	--bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
	--bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

.sticky-top {
	position: sticky;
	top: 0;
	z-index: 1020;
}

@media (min-width: 576px) {
	.sticky-sm-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width: 768px) {
	.sticky-md-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width: 992px) {
	.sticky-lg-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width: 1200px) {
	.sticky-xl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width: 1400px) {
	.sticky-xxl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.float-start {
	float: left !important;
}

.float-end {
	float: right !important;
}

.float-none {
	float: none !important;
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.overflow-visible {
	overflow: visible !important;
}

.overflow-scroll {
	overflow: scroll !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-grid {
	display: grid !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

.d-none {
	display: none !important;
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.shadow-none {
	box-shadow: none !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: sticky !important;
}

.top-0 {
	top: 0 !important;
}

.top-50 {
	top: 50% !important;
}

.top-100 {
	top: 100% !important;
}

.bottom-0 {
	bottom: 0 !important;
}

.bottom-50 {
	bottom: 50% !important;
}

.bottom-100 {
	bottom: 100% !important;
}

.start-0 {
	left: 0 !important;
}

.start-50 {
	left: 50% !important;
}

.start-100 {
	left: 100% !important;
}

.end-0 {
	right: 0 !important;
}

.end-50 {
	right: 50% !important;
}

.end-100 {
	right: 100% !important;
}

.translate-middle {
	transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
	transform: translateX(-50%) !important;
}

.translate-middle-y {
	transform: translateY(-50%) !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-end {
	border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
	border-right: 0 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-start {
	border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #0d6efd !important;
}

.border-secondary {
	border-color: #6c757d !important;
}

.border-success {
	border-color: #198754 !important;
}

.border-info {
	border-color: #0dcaf0 !important;
}

.border-warning {
	border-color: #ffc107 !important;
}

.border-danger {
	border-color: #dc3545 !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-dark {
	border-color: #212529 !important;
}

.border-white {
	border-color: #fff !important;
}

.border-1 {
	border-width: 1px !important;
}

.border-2 {
	border-width: 2px !important;
}

.border-3 {
	border-width: 3px !important;
}

.border-4 {
	border-width: 4px !important;
}

.border-5 {
	border-width: 5px !important;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.vw-100 {
	width: 100vw !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mh-100 {
	max-height: 100% !important;
}

.vh-100 {
	height: 100vh !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.flex-fill {
	flex: 1 1 auto !important;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-grow-0 {
	flex-grow: 0 !important;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	flex-shrink: 1 !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.gap-0 {
	gap: 0 !important;
}

.gap-1 {
	gap: .25rem !important;
}

.gap-2 {
	gap: .5rem !important;
}

.gap-3 {
	gap: 1rem !important;
}

.gap-4 {
	gap: 1.5rem !important;
}

.gap-5 {
	gap: 3rem !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.justify-content-evenly {
	justify-content: space-evenly !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

.order-first {
	order: -1 !important;
}

.order-0 {
	order: 0 !important;
}

.order-1 {
	order: 1 !important;
}

.order-2 {
	order: 2 !important;
}

.order-3 {
	order: 3 !important;
}

.order-4 {
	order: 4 !important;
}

.order-5 {
	order: 5 !important;
}

.order-last {
	order: 6 !important;
}

.m-0 {
	margin: 0 !important;
}

.m-1 {
	margin: .25rem !important;
}

.m-2 {
	margin: .5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mx-1 {
	margin-right: .25rem !important;
	margin-left: .25rem !important;
}

.mx-2 {
	margin-right: .5rem !important;
	margin-left: .5rem !important;
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important;
}

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important;
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: .25rem !important;
}

.mt-2 {
	margin-top: .5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

.me-0 {
	margin-right: 0 !important;
}

.me-1 {
	margin-right: .25rem !important;
}

.me-2 {
	margin-right: .5rem !important;
}

.me-3 {
	margin-right: 1rem !important;
}

.me-4 {
	margin-right: 1.5rem !important;
}

.me-5 {
	margin-right: 3rem !important;
}

.me-auto {
	margin-right: auto !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: .25rem !important;
}

.mb-2 {
	margin-bottom: .5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.ms-0 {
	margin-left: 0 !important;
}

.ms-1 {
	margin-left: .25rem !important;
}

.ms-2 {
	margin-left: .5rem !important;
}

.ms-3 {
	margin-left: 1rem !important;
}

.ms-4 {
	margin-left: 1.5rem !important;
}

.ms-5 {
	margin-left: 3rem !important;
}

.ms-auto {
	margin-left: auto !important;
}

.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: .25rem !important;
}

.p-2 {
	padding: .5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.px-1 {
	padding-right: .25rem !important;
	padding-left: .25rem !important;
}

.px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important;
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important;
}

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-1 {
	padding-top: .25rem !important;
}

.pt-2 {
	padding-top: .5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pe-0 {
	padding-right: 0 !important;
}

.pe-1 {
	padding-right: .25rem !important;
}

.pe-2 {
	padding-right: .5rem !important;
}

.pe-3 {
	padding-right: 1rem !important;
}

.pe-4 {
	padding-right: 1.5rem !important;
}

.pe-5 {
	padding-right: 3rem !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-1 {
	padding-bottom: .25rem !important;
}

.pb-2 {
	padding-bottom: .5rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.ps-0 {
	padding-left: 0 !important;
}

.ps-1 {
	padding-left: .25rem !important;
}

.ps-2 {
	padding-left: .5rem !important;
}

.ps-3 {
	padding-left: 1rem !important;
}

.ps-4 {
	padding-left: 1.5rem !important;
}

.ps-5 {
	padding-left: 3rem !important;
}

.font-monospace {
	font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
	font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
	font-size: calc(1.325rem + .9vw) !important;
}

.fs-3 {
	font-size: calc(1.3rem + .6vw) !important;
}

.fs-4 {
	font-size: calc(1.275rem + .3vw) !important;
}

.fs-5 {
	font-size: 1.25rem !important;
}

.fs-6 {
	font-size: 1rem !important;
}

.fst-italic {
	font-style: italic !important;
}

.fst-normal {
	font-style: normal !important;
}

.fw-light {
	font-weight: 300 !important;
}

.fw-lighter {
	font-weight: lighter !important;
}

.fw-normal {
	font-weight: 400 !important;
}

.fw-bold {
	font-weight: 700 !important;
}

.fw-bolder {
	font-weight: bolder !important;
}

.lh-1 {
	line-height: 1 !important;
}

.lh-sm {
	line-height: 1.25 !important;
}

.lh-base {
	line-height: 1.5 !important;
}

.lh-lg {
	line-height: 2 !important;
}

.text-start {
	text-align: left !important;
}

.text-end {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-decoration-underline {
	text-decoration: underline !important;
}

.text-decoration-line-through {
	text-decoration: line-through !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important;
}

.text-primary {
	color: #0d6efd !important;
}

.text-secondary {
	color: #6c757d !important;
}

.text-success {
	color: #198754 !important;
}

.text-info {
	color: #0dcaf0 !important;
}

.text-warning {
	color: #ffc107 !important;
}

.text-danger {
	color: #dc3545 !important;
}

.text-light {
	color: #f8f9fa !important;
}

.text-dark {
	color: #212529 !important;
}

.text-white {
	color: #fff !important;
}

.text-body {
	color: #212529 !important;
}

.text-muted {
	color: #6c757d !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, .5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, .5) !important;
}

.text-reset {
	color: inherit !important;
}

.bg-primary {
	background-color: #0d6efd !important;
}

.bg-secondary {
	background-color: #6c757d !important;
}

.bg-success {
	background-color: #198754 !important;
}

.bg-info {
	background-color: #0dcaf0 !important;
}

.bg-warning {
	background-color: #ffc107 !important;
}

.bg-danger {
	background-color: #dc3545 !important;
}

.bg-light {
	background-color: #f8f9fa !important;
}

.bg-dark {
	background-color: #212529 !important;
}

.bg-body {
	background-color: #fff !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: rgba(0, 0, 0, 0) !important;
}

.bg-gradient {
	background-image: var(--bs-gradient) !important;
}

.user-select-all {
	user-select: all !important;
}

.user-select-auto {
	user-select: auto !important;
}

.user-select-none {
	user-select: none !important;
}

.pe-none {
	pointer-events: none !important;
}

.pe-auto {
	pointer-events: auto !important;
}

.rounded {
	border-radius: .25rem !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.rounded-1 {
	border-radius: .2rem !important;
}

.rounded-2 {
	border-radius: .25rem !important;
}

.rounded-3 {
	border-radius: .3rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.rounded-top {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important;
}

.rounded-end {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important;
}

.rounded-start {
	border-bottom-left-radius: .25rem !important;
	border-top-left-radius: .25rem !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media (min-width: 576px) {
	.float-sm-start {
		float: left !important;
	}
	
	.float-sm-end {
		float: right !important;
	}
	
	.float-sm-none {
		float: none !important;
	}
	
	.d-sm-inline {
		display: inline !important;
	}
	
	.d-sm-inline-block {
		display: inline-block !important;
	}
	
	.d-sm-block {
		display: block !important;
	}
	
	.d-sm-grid {
		display: grid !important;
	}
	
	.d-sm-table {
		display: table !important;
	}
	
	.d-sm-table-row {
		display: table-row !important;
	}
	
	.d-sm-table-cell {
		display: table-cell !important;
	}
	
	.d-sm-flex {
		display: flex !important;
	}
	
	.d-sm-inline-flex {
		display: inline-flex !important;
	}
	
	.d-sm-none {
		display: none !important;
	}
	
	.flex-sm-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-sm-row {
		flex-direction: row !important;
	}
	
	.flex-sm-column {
		flex-direction: column !important;
	}
	
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.gap-sm-0 {
		gap: 0 !important;
	}
	
	.gap-sm-1 {
		gap: .25rem !important;
	}
	
	.gap-sm-2 {
		gap: .5rem !important;
	}
	
	.gap-sm-3 {
		gap: 1rem !important;
	}
	
	.gap-sm-4 {
		gap: 1.5rem !important;
	}
	
	.gap-sm-5 {
		gap: 3rem !important;
	}
	
	.justify-content-sm-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-sm-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-sm-center {
		justify-content: center !important;
	}
	
	.justify-content-sm-between {
		justify-content: space-between !important;
	}
	
	.justify-content-sm-around {
		justify-content: space-around !important;
	}
	
	.justify-content-sm-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-sm-start {
		align-items: flex-start !important;
	}
	
	.align-items-sm-end {
		align-items: flex-end !important;
	}
	
	.align-items-sm-center {
		align-items: center !important;
	}
	
	.align-items-sm-baseline {
		align-items: baseline !important;
	}
	
	.align-items-sm-stretch {
		align-items: stretch !important;
	}
	
	.align-content-sm-start {
		align-content: flex-start !important;
	}
	
	.align-content-sm-end {
		align-content: flex-end !important;
	}
	
	.align-content-sm-center {
		align-content: center !important;
	}
	
	.align-content-sm-between {
		align-content: space-between !important;
	}
	
	.align-content-sm-around {
		align-content: space-around !important;
	}
	
	.align-content-sm-stretch {
		align-content: stretch !important;
	}
	
	.align-self-sm-auto {
		align-self: auto !important;
	}
	
	.align-self-sm-start {
		align-self: flex-start !important;
	}
	
	.align-self-sm-end {
		align-self: flex-end !important;
	}
	
	.align-self-sm-center {
		align-self: center !important;
	}
	
	.align-self-sm-baseline {
		align-self: baseline !important;
	}
	
	.align-self-sm-stretch {
		align-self: stretch !important;
	}
	
	.order-sm-first {
		order: -1 !important;
	}
	
	.order-sm-0 {
		order: 0 !important;
	}
	
	.order-sm-1 {
		order: 1 !important;
	}
	
	.order-sm-2 {
		order: 2 !important;
	}
	
	.order-sm-3 {
		order: 3 !important;
	}
	
	.order-sm-4 {
		order: 4 !important;
	}
	
	.order-sm-5 {
		order: 5 !important;
	}
	
	.order-sm-last {
		order: 6 !important;
	}
	
	.m-sm-0 {
		margin: 0 !important;
	}
	
	.m-sm-1 {
		margin: .25rem !important;
	}
	
	.m-sm-2 {
		margin: .5rem !important;
	}
	
	.m-sm-3 {
		margin: 1rem !important;
	}
	
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	
	.m-sm-5 {
		margin: 3rem !important;
	}
	
	.m-sm-auto {
		margin: auto !important;
	}
	
	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-sm-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-sm-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-sm-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-sm-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	
	.mt-sm-1 {
		margin-top: .25rem !important;
	}
	
	.mt-sm-2 {
		margin-top: .5rem !important;
	}
	
	.mt-sm-3 {
		margin-top: 1rem !important;
	}
	
	.mt-sm-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-sm-5 {
		margin-top: 3rem !important;
	}
	
	.mt-sm-auto {
		margin-top: auto !important;
	}
	
	.me-sm-0 {
		margin-right: 0 !important;
	}
	
	.me-sm-1 {
		margin-right: .25rem !important;
	}
	
	.me-sm-2 {
		margin-right: .5rem !important;
	}
	
	.me-sm-3 {
		margin-right: 1rem !important;
	}
	
	.me-sm-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-sm-5 {
		margin-right: 3rem !important;
	}
	
	.me-sm-auto {
		margin-right: auto !important;
	}
	
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-sm-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-sm-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-sm-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-sm-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-sm-auto {
		margin-bottom: auto !important;
	}
	
	.ms-sm-0 {
		margin-left: 0 !important;
	}
	
	.ms-sm-1 {
		margin-left: .25rem !important;
	}
	
	.ms-sm-2 {
		margin-left: .5rem !important;
	}
	
	.ms-sm-3 {
		margin-left: 1rem !important;
	}
	
	.ms-sm-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-sm-5 {
		margin-left: 3rem !important;
	}
	
	.ms-sm-auto {
		margin-left: auto !important;
	}
	
	.p-sm-0 {
		padding: 0 !important;
	}
	
	.p-sm-1 {
		padding: .25rem !important;
	}
	
	.p-sm-2 {
		padding: .5rem !important;
	}
	
	.p-sm-3 {
		padding: 1rem !important;
	}
	
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	
	.p-sm-5 {
		padding: 3rem !important;
	}
	
	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-sm-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-sm-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-sm-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-sm-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.pt-sm-0 {
		padding-top: 0 !important;
	}
	
	.pt-sm-1 {
		padding-top: .25rem !important;
	}
	
	.pt-sm-2 {
		padding-top: .5rem !important;
	}
	
	.pt-sm-3 {
		padding-top: 1rem !important;
	}
	
	.pt-sm-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-sm-5 {
		padding-top: 3rem !important;
	}
	
	.pe-sm-0 {
		padding-right: 0 !important;
	}
	
	.pe-sm-1 {
		padding-right: .25rem !important;
	}
	
	.pe-sm-2 {
		padding-right: .5rem !important;
	}
	
	.pe-sm-3 {
		padding-right: 1rem !important;
	}
	
	.pe-sm-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-sm-5 {
		padding-right: 3rem !important;
	}
	
	.pb-sm-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-sm-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-sm-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-sm-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-sm-5 {
		padding-bottom: 3rem !important;
	}
	
	.ps-sm-0 {
		padding-left: 0 !important;
	}
	
	.ps-sm-1 {
		padding-left: .25rem !important;
	}
	
	.ps-sm-2 {
		padding-left: .5rem !important;
	}
	
	.ps-sm-3 {
		padding-left: 1rem !important;
	}
	
	.ps-sm-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-sm-5 {
		padding-left: 3rem !important;
	}
	
	.text-sm-start {
		text-align: left !important;
	}
	
	.text-sm-end {
		text-align: right !important;
	}
	
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.float-md-start {
		float: left !important;
	}
	
	.float-md-end {
		float: right !important;
	}
	
	.float-md-none {
		float: none !important;
	}
	
	.d-md-inline {
		display: inline !important;
	}
	
	.d-md-inline-block {
		display: inline-block !important;
	}
	
	.d-md-block {
		display: block !important;
	}
	
	.d-md-grid {
		display: grid !important;
	}
	
	.d-md-table {
		display: table !important;
	}
	
	.d-md-table-row {
		display: table-row !important;
	}
	
	.d-md-table-cell {
		display: table-cell !important;
	}
	
	.d-md-flex {
		display: flex !important;
	}
	
	.d-md-inline-flex {
		display: inline-flex !important;
	}
	
	.d-md-none {
		display: none !important;
	}
	
	.flex-md-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-md-row {
		flex-direction: row !important;
	}
	
	.flex-md-column {
		flex-direction: column !important;
	}
	
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-md-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.gap-md-0 {
		gap: 0 !important;
	}
	
	.gap-md-1 {
		gap: .25rem !important;
	}
	
	.gap-md-2 {
		gap: .5rem !important;
	}
	
	.gap-md-3 {
		gap: 1rem !important;
	}
	
	.gap-md-4 {
		gap: 1.5rem !important;
	}
	
	.gap-md-5 {
		gap: 3rem !important;
	}
	
	.justify-content-md-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-md-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-md-center {
		justify-content: center !important;
	}
	
	.justify-content-md-between {
		justify-content: space-between !important;
	}
	
	.justify-content-md-around {
		justify-content: space-around !important;
	}
	
	.justify-content-md-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-md-start {
		align-items: flex-start !important;
	}
	
	.align-items-md-end {
		align-items: flex-end !important;
	}
	
	.align-items-md-center {
		align-items: center !important;
	}
	
	.align-items-md-baseline {
		align-items: baseline !important;
	}
	
	.align-items-md-stretch {
		align-items: stretch !important;
	}
	
	.align-content-md-start {
		align-content: flex-start !important;
	}
	
	.align-content-md-end {
		align-content: flex-end !important;
	}
	
	.align-content-md-center {
		align-content: center !important;
	}
	
	.align-content-md-between {
		align-content: space-between !important;
	}
	
	.align-content-md-around {
		align-content: space-around !important;
	}
	
	.align-content-md-stretch {
		align-content: stretch !important;
	}
	
	.align-self-md-auto {
		align-self: auto !important;
	}
	
	.align-self-md-start {
		align-self: flex-start !important;
	}
	
	.align-self-md-end {
		align-self: flex-end !important;
	}
	
	.align-self-md-center {
		align-self: center !important;
	}
	
	.align-self-md-baseline {
		align-self: baseline !important;
	}
	
	.align-self-md-stretch {
		align-self: stretch !important;
	}
	
	.order-md-first {
		order: -1 !important;
	}
	
	.order-md-0 {
		order: 0 !important;
	}
	
	.order-md-1 {
		order: 1 !important;
	}
	
	.order-md-2 {
		order: 2 !important;
	}
	
	.order-md-3 {
		order: 3 !important;
	}
	
	.order-md-4 {
		order: 4 !important;
	}
	
	.order-md-5 {
		order: 5 !important;
	}
	
	.order-md-last {
		order: 6 !important;
	}
	
	.m-md-0 {
		margin: 0 !important;
	}
	
	.m-md-1 {
		margin: .25rem !important;
	}
	
	.m-md-2 {
		margin: .5rem !important;
	}
	
	.m-md-3 {
		margin: 1rem !important;
	}
	
	.m-md-4 {
		margin: 1.5rem !important;
	}
	
	.m-md-5 {
		margin: 3rem !important;
	}
	
	.m-md-auto {
		margin: auto !important;
	}
	
	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-md-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-md-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-md-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-md-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-md-0 {
		margin-top: 0 !important;
	}
	
	.mt-md-1 {
		margin-top: .25rem !important;
	}
	
	.mt-md-2 {
		margin-top: .5rem !important;
	}
	
	.mt-md-3 {
		margin-top: 1rem !important;
	}
	
	.mt-md-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-md-5 {
		margin-top: 3rem !important;
	}
	
	.mt-md-auto {
		margin-top: auto !important;
	}
	
	.me-md-0 {
		margin-right: 0 !important;
	}
	
	.me-md-1 {
		margin-right: .25rem !important;
	}
	
	.me-md-2 {
		margin-right: .5rem !important;
	}
	
	.me-md-3 {
		margin-right: 1rem !important;
	}
	
	.me-md-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-md-5 {
		margin-right: 3rem !important;
	}
	
	.me-md-auto {
		margin-right: auto !important;
	}
	
	.mb-md-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-md-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-md-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-md-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-md-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-md-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-md-auto {
		margin-bottom: auto !important;
	}
	
	.ms-md-0 {
		margin-left: 0 !important;
	}
	
	.ms-md-1 {
		margin-left: .25rem !important;
	}
	
	.ms-md-2 {
		margin-left: .5rem !important;
	}
	
	.ms-md-3 {
		margin-left: 1rem !important;
	}
	
	.ms-md-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-md-5 {
		margin-left: 3rem !important;
	}
	
	.ms-md-auto {
		margin-left: auto !important;
	}
	
	.p-md-0 {
		padding: 0 !important;
	}
	
	.p-md-1 {
		padding: .25rem !important;
	}
	
	.p-md-2 {
		padding: .5rem !important;
	}
	
	.p-md-3 {
		padding: 1rem !important;
	}
	
	.p-md-4 {
		padding: 1.5rem !important;
	}
	
	.p-md-5 {
		padding: 3rem !important;
	}
	
	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-md-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-md-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-md-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-md-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.pt-md-0 {
		padding-top: 0 !important;
	}
	
	.pt-md-1 {
		padding-top: .25rem !important;
	}
	
	.pt-md-2 {
		padding-top: .5rem !important;
	}
	
	.pt-md-3 {
		padding-top: 1rem !important;
	}
	
	.pt-md-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-md-5 {
		padding-top: 3rem !important;
	}
	
	.pe-md-0 {
		padding-right: 0 !important;
	}
	
	.pe-md-1 {
		padding-right: .25rem !important;
	}
	
	.pe-md-2 {
		padding-right: .5rem !important;
	}
	
	.pe-md-3 {
		padding-right: 1rem !important;
	}
	
	.pe-md-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-md-5 {
		padding-right: 3rem !important;
	}
	
	.pb-md-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-md-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-md-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-md-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-md-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-md-5 {
		padding-bottom: 3rem !important;
	}
	
	.ps-md-0 {
		padding-left: 0 !important;
	}
	
	.ps-md-1 {
		padding-left: .25rem !important;
	}
	
	.ps-md-2 {
		padding-left: .5rem !important;
	}
	
	.ps-md-3 {
		padding-left: 1rem !important;
	}
	
	.ps-md-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-md-5 {
		padding-left: 3rem !important;
	}
	
	.text-md-start {
		text-align: left !important;
	}
	
	.text-md-end {
		text-align: right !important;
	}
	
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.float-lg-start {
		float: left !important;
	}
	
	.float-lg-end {
		float: right !important;
	}
	
	.float-lg-none {
		float: none !important;
	}
	
	.d-lg-inline {
		display: inline !important;
	}
	
	.d-lg-inline-block {
		display: inline-block !important;
	}
	
	.d-lg-block {
		display: block !important;
	}
	
	.d-lg-grid {
		display: grid !important;
	}
	
	.d-lg-table {
		display: table !important;
	}
	
	.d-lg-table-row {
		display: table-row !important;
	}
	
	.d-lg-table-cell {
		display: table-cell !important;
	}
	
	.d-lg-flex {
		display: flex !important;
	}
	
	.d-lg-inline-flex {
		display: inline-flex !important;
	}
	
	.d-lg-none {
		display: none !important;
	}
	
	.flex-lg-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-lg-row {
		flex-direction: row !important;
	}
	
	.flex-lg-column {
		flex-direction: column !important;
	}
	
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.gap-lg-0 {
		gap: 0 !important;
	}
	
	.gap-lg-1 {
		gap: .25rem !important;
	}
	
	.gap-lg-2 {
		gap: .5rem !important;
	}
	
	.gap-lg-3 {
		gap: 1rem !important;
	}
	
	.gap-lg-4 {
		gap: 1.5rem !important;
	}
	
	.gap-lg-5 {
		gap: 3rem !important;
	}
	
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-lg-center {
		justify-content: center !important;
	}
	
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	
	.justify-content-lg-around {
		justify-content: space-around !important;
	}
	
	.justify-content-lg-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-lg-start {
		align-items: flex-start !important;
	}
	
	.align-items-lg-end {
		align-items: flex-end !important;
	}
	
	.align-items-lg-center {
		align-items: center !important;
	}
	
	.align-items-lg-baseline {
		align-items: baseline !important;
	}
	
	.align-items-lg-stretch {
		align-items: stretch !important;
	}
	
	.align-content-lg-start {
		align-content: flex-start !important;
	}
	
	.align-content-lg-end {
		align-content: flex-end !important;
	}
	
	.align-content-lg-center {
		align-content: center !important;
	}
	
	.align-content-lg-between {
		align-content: space-between !important;
	}
	
	.align-content-lg-around {
		align-content: space-around !important;
	}
	
	.align-content-lg-stretch {
		align-content: stretch !important;
	}
	
	.align-self-lg-auto {
		align-self: auto !important;
	}
	
	.align-self-lg-start {
		align-self: flex-start !important;
	}
	
	.align-self-lg-end {
		align-self: flex-end !important;
	}
	
	.align-self-lg-center {
		align-self: center !important;
	}
	
	.align-self-lg-baseline {
		align-self: baseline !important;
	}
	
	.align-self-lg-stretch {
		align-self: stretch !important;
	}
	
	.order-lg-first {
		order: -1 !important;
	}
	
	.order-lg-0 {
		order: 0 !important;
	}
	
	.order-lg-1 {
		order: 1 !important;
	}
	
	.order-lg-2 {
		order: 2 !important;
	}
	
	.order-lg-3 {
		order: 3 !important;
	}
	
	.order-lg-4 {
		order: 4 !important;
	}
	
	.order-lg-5 {
		order: 5 !important;
	}
	
	.order-lg-last {
		order: 6 !important;
	}
	
	.m-lg-0 {
		margin: 0 !important;
	}
	
	.m-lg-1 {
		margin: .25rem !important;
	}
	
	.m-lg-2 {
		margin: .5rem !important;
	}
	
	.m-lg-3 {
		margin: 1rem !important;
	}
	
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	
	.m-lg-5 {
		margin: 3rem !important;
	}
	
	.m-lg-auto {
		margin: auto !important;
	}
	
	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-lg-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-lg-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-lg-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-lg-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-lg-0 {
		margin-top: 0 !important;
	}
	
	.mt-lg-1 {
		margin-top: .25rem !important;
	}
	
	.mt-lg-2 {
		margin-top: .5rem !important;
	}
	
	.mt-lg-3 {
		margin-top: 1rem !important;
	}
	
	.mt-lg-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-lg-5 {
		margin-top: 3rem !important;
	}
	
	.mt-lg-auto {
		margin-top: auto !important;
	}
	
	.me-lg-0 {
		margin-right: 0 !important;
	}
	
	.me-lg-1 {
		margin-right: .25rem !important;
	}
	
	.me-lg-2 {
		margin-right: .5rem !important;
	}
	
	.me-lg-3 {
		margin-right: 1rem !important;
	}
	
	.me-lg-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-lg-5 {
		margin-right: 3rem !important;
	}
	
	.me-lg-auto {
		margin-right: auto !important;
	}
	
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-lg-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-lg-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-lg-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-lg-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-lg-auto {
		margin-bottom: auto !important;
	}
	
	.ms-lg-0 {
		margin-left: 0 !important;
	}
	
	.ms-lg-1 {
		margin-left: .25rem !important;
	}
	
	.ms-lg-2 {
		margin-left: .5rem !important;
	}
	
	.ms-lg-3 {
		margin-left: 1rem !important;
	}
	
	.ms-lg-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-lg-5 {
		margin-left: 3rem !important;
	}
	
	.ms-lg-auto {
		margin-left: auto !important;
	}
	
	.p-lg-0 {
		padding: 0 !important;
	}
	
	.p-lg-1 {
		padding: .25rem !important;
	}
	
	.p-lg-2 {
		padding: .5rem !important;
	}
	
	.p-lg-3 {
		padding: 1rem !important;
	}
	
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	
	.p-lg-5 {
		padding: 3rem !important;
	}
	
	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-lg-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-lg-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-lg-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-lg-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.pt-lg-0 {
		padding-top: 0 !important;
	}
	
	.pt-lg-1 {
		padding-top: .25rem !important;
	}
	
	.pt-lg-2 {
		padding-top: .5rem !important;
	}
	
	.pt-lg-3 {
		padding-top: 1rem !important;
	}
	
	.pt-lg-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-lg-5 {
		padding-top: 3rem !important;
	}
	
	.pe-lg-0 {
		padding-right: 0 !important;
	}
	
	.pe-lg-1 {
		padding-right: .25rem !important;
	}
	
	.pe-lg-2 {
		padding-right: .5rem !important;
	}
	
	.pe-lg-3 {
		padding-right: 1rem !important;
	}
	
	.pe-lg-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-lg-5 {
		padding-right: 3rem !important;
	}
	
	.pb-lg-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-lg-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-lg-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-lg-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-lg-5 {
		padding-bottom: 3rem !important;
	}
	
	.ps-lg-0 {
		padding-left: 0 !important;
	}
	
	.ps-lg-1 {
		padding-left: .25rem !important;
	}
	
	.ps-lg-2 {
		padding-left: .5rem !important;
	}
	
	.ps-lg-3 {
		padding-left: 1rem !important;
	}
	
	.ps-lg-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-lg-5 {
		padding-left: 3rem !important;
	}
	
	.text-lg-start {
		text-align: left !important;
	}
	
	.text-lg-end {
		text-align: right !important;
	}
	
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.float-xl-start {
		float: left !important;
	}
	
	.float-xl-end {
		float: right !important;
	}
	
	.float-xl-none {
		float: none !important;
	}
	
	.d-xl-inline {
		display: inline !important;
	}
	
	.d-xl-inline-block {
		display: inline-block !important;
	}
	
	.d-xl-block {
		display: block !important;
	}
	
	.d-xl-grid {
		display: grid !important;
	}
	
	.d-xl-table {
		display: table !important;
	}
	
	.d-xl-table-row {
		display: table-row !important;
	}
	
	.d-xl-table-cell {
		display: table-cell !important;
	}
	
	.d-xl-flex {
		display: flex !important;
	}
	
	.d-xl-inline-flex {
		display: inline-flex !important;
	}
	
	.d-xl-none {
		display: none !important;
	}
	
	.flex-xl-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-xl-row {
		flex-direction: row !important;
	}
	
	.flex-xl-column {
		flex-direction: column !important;
	}
	
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.gap-xl-0 {
		gap: 0 !important;
	}
	
	.gap-xl-1 {
		gap: .25rem !important;
	}
	
	.gap-xl-2 {
		gap: .5rem !important;
	}
	
	.gap-xl-3 {
		gap: 1rem !important;
	}
	
	.gap-xl-4 {
		gap: 1.5rem !important;
	}
	
	.gap-xl-5 {
		gap: 3rem !important;
	}
	
	.justify-content-xl-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-xl-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-xl-center {
		justify-content: center !important;
	}
	
	.justify-content-xl-between {
		justify-content: space-between !important;
	}
	
	.justify-content-xl-around {
		justify-content: space-around !important;
	}
	
	.justify-content-xl-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-xl-start {
		align-items: flex-start !important;
	}
	
	.align-items-xl-end {
		align-items: flex-end !important;
	}
	
	.align-items-xl-center {
		align-items: center !important;
	}
	
	.align-items-xl-baseline {
		align-items: baseline !important;
	}
	
	.align-items-xl-stretch {
		align-items: stretch !important;
	}
	
	.align-content-xl-start {
		align-content: flex-start !important;
	}
	
	.align-content-xl-end {
		align-content: flex-end !important;
	}
	
	.align-content-xl-center {
		align-content: center !important;
	}
	
	.align-content-xl-between {
		align-content: space-between !important;
	}
	
	.align-content-xl-around {
		align-content: space-around !important;
	}
	
	.align-content-xl-stretch {
		align-content: stretch !important;
	}
	
	.align-self-xl-auto {
		align-self: auto !important;
	}
	
	.align-self-xl-start {
		align-self: flex-start !important;
	}
	
	.align-self-xl-end {
		align-self: flex-end !important;
	}
	
	.align-self-xl-center {
		align-self: center !important;
	}
	
	.align-self-xl-baseline {
		align-self: baseline !important;
	}
	
	.align-self-xl-stretch {
		align-self: stretch !important;
	}
	
	.order-xl-first {
		order: -1 !important;
	}
	
	.order-xl-0 {
		order: 0 !important;
	}
	
	.order-xl-1 {
		order: 1 !important;
	}
	
	.order-xl-2 {
		order: 2 !important;
	}
	
	.order-xl-3 {
		order: 3 !important;
	}
	
	.order-xl-4 {
		order: 4 !important;
	}
	
	.order-xl-5 {
		order: 5 !important;
	}
	
	.order-xl-last {
		order: 6 !important;
	}
	
	.m-xl-0 {
		margin: 0 !important;
	}
	
	.m-xl-1 {
		margin: .25rem !important;
	}
	
	.m-xl-2 {
		margin: .5rem !important;
	}
	
	.m-xl-3 {
		margin: 1rem !important;
	}
	
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	
	.m-xl-5 {
		margin: 3rem !important;
	}
	
	.m-xl-auto {
		margin: auto !important;
	}
	
	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-xl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-xl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-xl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-xl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-xl-0 {
		margin-top: 0 !important;
	}
	
	.mt-xl-1 {
		margin-top: .25rem !important;
	}
	
	.mt-xl-2 {
		margin-top: .5rem !important;
	}
	
	.mt-xl-3 {
		margin-top: 1rem !important;
	}
	
	.mt-xl-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-xl-5 {
		margin-top: 3rem !important;
	}
	
	.mt-xl-auto {
		margin-top: auto !important;
	}
	
	.me-xl-0 {
		margin-right: 0 !important;
	}
	
	.me-xl-1 {
		margin-right: .25rem !important;
	}
	
	.me-xl-2 {
		margin-right: .5rem !important;
	}
	
	.me-xl-3 {
		margin-right: 1rem !important;
	}
	
	.me-xl-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-xl-5 {
		margin-right: 3rem !important;
	}
	
	.me-xl-auto {
		margin-right: auto !important;
	}
	
	.mb-xl-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-xl-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-xl-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-xl-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-xl-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-xl-auto {
		margin-bottom: auto !important;
	}
	
	.ms-xl-0 {
		margin-left: 0 !important;
	}
	
	.ms-xl-1 {
		margin-left: .25rem !important;
	}
	
	.ms-xl-2 {
		margin-left: .5rem !important;
	}
	
	.ms-xl-3 {
		margin-left: 1rem !important;
	}
	
	.ms-xl-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-xl-5 {
		margin-left: 3rem !important;
	}
	
	.ms-xl-auto {
		margin-left: auto !important;
	}
	
	.p-xl-0 {
		padding: 0 !important;
	}
	
	.p-xl-1 {
		padding: .25rem !important;
	}
	
	.p-xl-2 {
		padding: .5rem !important;
	}
	
	.p-xl-3 {
		padding: 1rem !important;
	}
	
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	
	.p-xl-5 {
		padding: 3rem !important;
	}
	
	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-xl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-xl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-xl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-xl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.pt-xl-0 {
		padding-top: 0 !important;
	}
	
	.pt-xl-1 {
		padding-top: .25rem !important;
	}
	
	.pt-xl-2 {
		padding-top: .5rem !important;
	}
	
	.pt-xl-3 {
		padding-top: 1rem !important;
	}
	
	.pt-xl-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-xl-5 {
		padding-top: 3rem !important;
	}
	
	.pe-xl-0 {
		padding-right: 0 !important;
	}
	
	.pe-xl-1 {
		padding-right: .25rem !important;
	}
	
	.pe-xl-2 {
		padding-right: .5rem !important;
	}
	
	.pe-xl-3 {
		padding-right: 1rem !important;
	}
	
	.pe-xl-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-xl-5 {
		padding-right: 3rem !important;
	}
	
	.pb-xl-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-xl-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-xl-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-xl-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-xl-5 {
		padding-bottom: 3rem !important;
	}
	
	.ps-xl-0 {
		padding-left: 0 !important;
	}
	
	.ps-xl-1 {
		padding-left: .25rem !important;
	}
	
	.ps-xl-2 {
		padding-left: .5rem !important;
	}
	
	.ps-xl-3 {
		padding-left: 1rem !important;
	}
	
	.ps-xl-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-xl-5 {
		padding-left: 3rem !important;
	}
	
	.text-xl-start {
		text-align: left !important;
	}
	
	.text-xl-end {
		text-align: right !important;
	}
	
	.text-xl-center {
		text-align: center !important;
	}
}

@media (min-width: 1400px) {
	.float-xxl-start {
		float: left !important;
	}
	
	.float-xxl-end {
		float: right !important;
	}
	
	.float-xxl-none {
		float: none !important;
	}
	
	.d-xxl-inline {
		display: inline !important;
	}
	
	.d-xxl-inline-block {
		display: inline-block !important;
	}
	
	.d-xxl-block {
		display: block !important;
	}
	
	.d-xxl-grid {
		display: grid !important;
	}
	
	.d-xxl-table {
		display: table !important;
	}
	
	.d-xxl-table-row {
		display: table-row !important;
	}
	
	.d-xxl-table-cell {
		display: table-cell !important;
	}
	
	.d-xxl-flex {
		display: flex !important;
	}
	
	.d-xxl-inline-flex {
		display: inline-flex !important;
	}
	
	.d-xxl-none {
		display: none !important;
	}
	
	.flex-xxl-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-xxl-row {
		flex-direction: row !important;
	}
	
	.flex-xxl-column {
		flex-direction: column !important;
	}
	
	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-xxl-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-xxl-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-xxl-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-xxl-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.gap-xxl-0 {
		gap: 0 !important;
	}
	
	.gap-xxl-1 {
		gap: .25rem !important;
	}
	
	.gap-xxl-2 {
		gap: .5rem !important;
	}
	
	.gap-xxl-3 {
		gap: 1rem !important;
	}
	
	.gap-xxl-4 {
		gap: 1.5rem !important;
	}
	
	.gap-xxl-5 {
		gap: 3rem !important;
	}
	
	.justify-content-xxl-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-xxl-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-xxl-center {
		justify-content: center !important;
	}
	
	.justify-content-xxl-between {
		justify-content: space-between !important;
	}
	
	.justify-content-xxl-around {
		justify-content: space-around !important;
	}
	
	.justify-content-xxl-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-xxl-start {
		align-items: flex-start !important;
	}
	
	.align-items-xxl-end {
		align-items: flex-end !important;
	}
	
	.align-items-xxl-center {
		align-items: center !important;
	}
	
	.align-items-xxl-baseline {
		align-items: baseline !important;
	}
	
	.align-items-xxl-stretch {
		align-items: stretch !important;
	}
	
	.align-content-xxl-start {
		align-content: flex-start !important;
	}
	
	.align-content-xxl-end {
		align-content: flex-end !important;
	}
	
	.align-content-xxl-center {
		align-content: center !important;
	}
	
	.align-content-xxl-between {
		align-content: space-between !important;
	}
	
	.align-content-xxl-around {
		align-content: space-around !important;
	}
	
	.align-content-xxl-stretch {
		align-content: stretch !important;
	}
	
	.align-self-xxl-auto {
		align-self: auto !important;
	}
	
	.align-self-xxl-start {
		align-self: flex-start !important;
	}
	
	.align-self-xxl-end {
		align-self: flex-end !important;
	}
	
	.align-self-xxl-center {
		align-self: center !important;
	}
	
	.align-self-xxl-baseline {
		align-self: baseline !important;
	}
	
	.align-self-xxl-stretch {
		align-self: stretch !important;
	}
	
	.order-xxl-first {
		order: -1 !important;
	}
	
	.order-xxl-0 {
		order: 0 !important;
	}
	
	.order-xxl-1 {
		order: 1 !important;
	}
	
	.order-xxl-2 {
		order: 2 !important;
	}
	
	.order-xxl-3 {
		order: 3 !important;
	}
	
	.order-xxl-4 {
		order: 4 !important;
	}
	
	.order-xxl-5 {
		order: 5 !important;
	}
	
	.order-xxl-last {
		order: 6 !important;
	}
	
	.m-xxl-0 {
		margin: 0 !important;
	}
	
	.m-xxl-1 {
		margin: .25rem !important;
	}
	
	.m-xxl-2 {
		margin: .5rem !important;
	}
	
	.m-xxl-3 {
		margin: 1rem !important;
	}
	
	.m-xxl-4 {
		margin: 1.5rem !important;
	}
	
	.m-xxl-5 {
		margin: 3rem !important;
	}
	
	.m-xxl-auto {
		margin: auto !important;
	}
	
	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-xxl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-xxl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-xxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-xxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-xxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-xxl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-xxl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-xxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-xxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-xxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-xxl-0 {
		margin-top: 0 !important;
	}
	
	.mt-xxl-1 {
		margin-top: .25rem !important;
	}
	
	.mt-xxl-2 {
		margin-top: .5rem !important;
	}
	
	.mt-xxl-3 {
		margin-top: 1rem !important;
	}
	
	.mt-xxl-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-xxl-5 {
		margin-top: 3rem !important;
	}
	
	.mt-xxl-auto {
		margin-top: auto !important;
	}
	
	.me-xxl-0 {
		margin-right: 0 !important;
	}
	
	.me-xxl-1 {
		margin-right: .25rem !important;
	}
	
	.me-xxl-2 {
		margin-right: .5rem !important;
	}
	
	.me-xxl-3 {
		margin-right: 1rem !important;
	}
	
	.me-xxl-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-xxl-5 {
		margin-right: 3rem !important;
	}
	
	.me-xxl-auto {
		margin-right: auto !important;
	}
	
	.mb-xxl-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-xxl-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-xxl-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-xxl-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-xxl-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-xxl-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-xxl-auto {
		margin-bottom: auto !important;
	}
	
	.ms-xxl-0 {
		margin-left: 0 !important;
	}
	
	.ms-xxl-1 {
		margin-left: .25rem !important;
	}
	
	.ms-xxl-2 {
		margin-left: .5rem !important;
	}
	
	.ms-xxl-3 {
		margin-left: 1rem !important;
	}
	
	.ms-xxl-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-xxl-5 {
		margin-left: 3rem !important;
	}
	
	.ms-xxl-auto {
		margin-left: auto !important;
	}
	
	.p-xxl-0 {
		padding: 0 !important;
	}
	
	.p-xxl-1 {
		padding: .25rem !important;
	}
	
	.p-xxl-2 {
		padding: .5rem !important;
	}
	
	.p-xxl-3 {
		padding: 1rem !important;
	}
	
	.p-xxl-4 {
		padding: 1.5rem !important;
	}
	
	.p-xxl-5 {
		padding: 3rem !important;
	}
	
	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-xxl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-xxl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-xxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-xxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-xxl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-xxl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-xxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-xxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-xxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.pt-xxl-0 {
		padding-top: 0 !important;
	}
	
	.pt-xxl-1 {
		padding-top: .25rem !important;
	}
	
	.pt-xxl-2 {
		padding-top: .5rem !important;
	}
	
	.pt-xxl-3 {
		padding-top: 1rem !important;
	}
	
	.pt-xxl-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-xxl-5 {
		padding-top: 3rem !important;
	}
	
	.pe-xxl-0 {
		padding-right: 0 !important;
	}
	
	.pe-xxl-1 {
		padding-right: .25rem !important;
	}
	
	.pe-xxl-2 {
		padding-right: .5rem !important;
	}
	
	.pe-xxl-3 {
		padding-right: 1rem !important;
	}
	
	.pe-xxl-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-xxl-5 {
		padding-right: 3rem !important;
	}
	
	.pb-xxl-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-xxl-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-xxl-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-xxl-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-xxl-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-xxl-5 {
		padding-bottom: 3rem !important;
	}
	
	.ps-xxl-0 {
		padding-left: 0 !important;
	}
	
	.ps-xxl-1 {
		padding-left: .25rem !important;
	}
	
	.ps-xxl-2 {
		padding-left: .5rem !important;
	}
	
	.ps-xxl-3 {
		padding-left: 1rem !important;
	}
	
	.ps-xxl-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-xxl-5 {
		padding-left: 3rem !important;
	}
	
	.text-xxl-start {
		text-align: left !important;
	}
	
	.text-xxl-end {
		text-align: right !important;
	}
	
	.text-xxl-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.fs-1 {
		font-size: 2.5rem !important;
	}
	
	.fs-2 {
		font-size: 2rem !important;
	}
	
	.fs-3 {
		font-size: 1.75rem !important;
	}
	
	.fs-4 {
		font-size: 1.5rem !important;
	}
}

@media print {
	.d-print-inline {
		display: inline !important;
	}
	
	.d-print-inline-block {
		display: inline-block !important;
	}
	
	.d-print-block {
		display: block !important;
	}
	
	.d-print-grid {
		display: grid !important;
	}
	
	.d-print-table {
		display: table !important;
	}
	
	.d-print-table-row {
		display: table-row !important;
	}
	
	.d-print-table-cell {
		display: table-cell !important;
	}
	
	.d-print-flex {
		display: flex !important;
	}
	
	.d-print-inline-flex {
		display: inline-flex !important;
	}
	
	.d-print-none {
		display: none !important;
	}
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-search--inline {
	float: left;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #888 rgba(0, 0, 0, 0);
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
	float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #000 1px;
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: rgba(0, 0, 0, 0);
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: #fff;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: rgba(0, 0, 0, 0);
	border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #888 rgba(0, 0, 0, 0);
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0);
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: gray;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0);
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	display: block;
	list-style: none;
	margin-top: -84px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}

.slick-dots li {
	align-items: center;
	background: linear-gradient(180deg, #00548e 0%, #73bff3 146.81%);
	border-radius: 50%;
	cursor: pointer;
	display: inline-flex;
	height: 37px;
	justify-content: center;
	margin-bottom: 0;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 0;
	padding: 0;
	position: relative;
	width: 37px;
}

.slick-dots li button {
	background: #fff;
	border-radius: 50%;
	border: 0 none;
	color: rgba(0, 0, 0, 0);
	cursor: pointer;
	display: block;
	font-size: 0px;
	height: 29px;
	line-height: 0px;
	outline: none;
	padding: 0;
	width: 29px;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li.slick-active button {
	background-color: rgba(0, 0, 0, 0);
}

#accordion-section-typography {
	display: none;
}

*, *::before, *::after {
	box-sizing: border-box;
}

.alignnone, a img.alignnone, .wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.alignleft, a img.alignleft, .wp-caption.alignleft {
	display: block;
	float: none;
	margin: 0px auto;
	padding-bottom: 15px;
}

@media (min-width: 992px) {
	.alignleft, a img.alignleft, .wp-caption.alignleft {
		display: inline;
		float: left;
		margin: 5px 20px 20px 0;
	}
}

.aligncenter, div.aligncenter, a img.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright, a img.alignright, .wp-caption.alignright {
	display: block;
	float: none;
	margin: 0px auto;
	padding-bottom: 15px;
}

@media (min-width: 992px) {
	.alignright, a img.alignright, .wp-caption.alignright {
		display: inline;
		float: right;
		margin: 5px 0 20px 20px;
	}
}

@media (min-width: 992px) {
	img.alignright, img.alignleft {
		max-width: 100%;
	}
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

:root, * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	outline: none !important;
}

body {
	font-size: var(--body-font-size-mobile);
	font-weight: var(--body-font-weight);
	line-height: var(--body-line-height-mobile);
	overflow-x: hidden;
	position: relative;
}

@media (min-width: 992px) {
	body {
		font-size: var(--body-font-size-desktop);
		line-height: var(--body-line-height-desktop);
		overflow-anchor: none;
	}
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-weight: var(--heading-font-weight);
	margin-top: 0;
	text-transform: var(--heading-text-transform);
}

h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin-bottom: 30px;
}

h1, .h1 {
	font-size: var(--h1-font-size-mobile-xs);
	line-height: var(--h1-line-height-mobile);
	margin-bottom: 30px;
}

@media (min-width: 576px) {
	h1, .h1 {
		font-size: var(--h1-font-size-mobile-sm);
		line-height: var(--h1-line-height-mobile);
	}
}

@media (min-width: 768px) {
	h1, .h1 {
		font-size: var(--h1-font-size-desktop);
		line-height: var(--h1-line-height-desktop);
	}
}

.page-header h1, .page-header .h1 {
	margin: 0;
	padding: 0;
	text-align: center;
}

h2, .h2 {
	font-size: var(--h2-font-size-mobile);
	line-height: var(--h2-line-height-mobile);
}

@media (min-width: 992px) {
	h2, .h2 {
		font-size: var(--h2-font-size-desktop);
		line-height: var(--h2-line-height-desktop);
	}
}

h3, .h3 {
	font-size: var(--h3-font-size-mobile);
	line-height: var(--h3-line-height-mobile);
}

@media (min-width: 992px) {
	h3, .h3 {
		font-size: var(--h3-font-size-desktop);
		line-height: var(--h3-line-height-desktop);
	}
}

h4, .h4 {
	font-size: var(--h4-font-size-mobile);
	line-height: var(--h4-line-height-mobile);
}

@media (min-width: 992px) {
	h4, .h4 {
		font-size: var(--h4-font-size-desktop);
		line-height: var(--h4-line-height-desktop);
	}
}

h5, .h5 {
	font-size: var(--h5-font-size-mobile);
	line-height: var(--h5-line-height-mobile);
}

@media (min-width: 992px) {
	h5, .h5 {
		font-size: var(--h5-font-size-desktop);
		line-height: var(--h5-line-height-desktop);
	}
}

h6, .h6 {
	font-size: var(--h6-font-size-mobile);
	line-height: var(--h6-line-height-mobile);
}

@media (min-width: 992px) {
	h6, .h6 {
		font-size: var(--h6-font-size-desktop);
		line-height: var(--h6-line-height-desktop);
	}
}

.content-wrapper a:not(.btn, .ryno-coupon__phone, .category-pill), .content-wrapper a:link:not(.btn, .ryno-coupon__phone, .category-pill), .content-wrapper a:visited:not(.btn, .ryno-coupon__phone, .category-pill), .content-wrapper a:active:not(.btn, .ryno-coupon__phone, .category-pill) {
	font-weight: bold;
	text-decoration: none;
	transition: all .3s ease;
}

@media (min-width: 992px) {
	:focus {
		box-shadow: none !important;
		outline: 0 solid rgba(0, 0, 0, 0) !important;
	}
	
	:focus-visible {
		box-shadow: none !important;
		outline: 2px solid #45a9ff !important;
		outline-offset: 8px;
	}
	
	form select :focus-visible, form .select2-selection:focus-visible, form textarea:focus-visible, form input:focus-visible {
		outline-offset: 1px;
	}
	
	.header :focus-visible {
		transition: none;
	}
	
	.main-navigation a:focus-visible {
		outline-offset: -2px;
	}
	
	.main-navigation>li.has-dropdown:focus-within>ul, .main-navigation>li.has-dropdown>ul>li.has-dropdown:focus-within>ul {
		display: block;
	}
}

.main-navigation a:focus {
	outline-offset: -2px;
}

.no-scroll {
	overflow: hidden;
}

a {
	text-decoration: none;
}

img {
	height: auto;
	max-width: 100%;
}

.basic-fullwidth-image {
	display: flex;
	margin-bottom: 20px;
	max-width: 100%;
}

.ryno-flex-center {
	min-height: 185px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	text-align: center;
}

.img-hover:hover {
	opacity: .7;
}

.text-shadow-box {
	border: none;
	margin-bottom: 2.5rem;
	margin-right: .5rem;
	padding: 50px;
}

.text-highlight {
	font-size: 1.333rem;
	line-height: 1.4;
	margin: 1.111em auto;
	padding: 1em 2%;
	text-align: center;
}

.reviews-feedback-panel a {
	display: inline-block;
}

.panel {
	border-style: solid;
	border-width: 1px;
	margin-bottom: 1.25rem;
	padding: 1.25rem;
}

.basic-video {
	margin-bottom: 20px;
	max-width: 100%;
	overflow: auto;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.responsive-video--square {
	padding-bottom: 75%;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.responsive-video-shorts iframe {
	aspect-ratio: 9/16;
	height: auto;
	max-width: 320px;
	position: relative;
	width: 100%;
}

picture.aligncenter {
	text-align: center;
}

.nav-bar {
	border: 0 none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

@media (min-width: 992px) {
	.nav-bar {
		position: relative;
		z-index: 3;
	}
}

.nav-bar .nav {
	display: block;
	height: 85vh;
	left: -115%;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0 0 10vh;
	position: absolute;
	top: 95px;
	transition: all .3s ease;
}

@media only screen and (min-width: 425px) {
	.nav-bar .nav {
		top: var(--mobile-header-height);
	}
}

@media (min-width: 992px) {
	.nav-bar .nav {
		height: auto;
		left: 0;
		overflow: visible;
		padding-bottom: 0;
		position: relative;
		top: 0;
	}
}

.main-navigation {
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	width: 100%;
}

.main-navigation, .main-navigation li {
	list-style: none;
	position: relative;
	z-index: 1;
}

.main-navigation>li {
	position: relative;
}

.main-navigation>li>a {
	padding: 15px;
}

.main-navigation>li.has-dropdown>a {
	padding-right: 55px;
}

@media (min-width: 992px) {
	.main-navigation>li.has-dropdown>a {
		padding-right: 30px;
	}
}

.main-navigation>li.has-dropdown>ul {
	display: none;
	margin: 0;
	padding-left: 0;
}

@media (min-width: 992px) {
	.main-navigation>li.has-dropdown>ul {
		margin-left: 0;
		padding-left: 0;
		position: absolute;
		top: 100%;
	}
}

.main-navigation>li.has-dropdown>ul>li>a {
	padding: 10px 55px 10px 35px;
}

@media (min-width: 992px) {
	.main-navigation>li.has-dropdown>ul>li>a {
		display: block;
		font-weight: var(--nav-link-font-weight);
		padding: 10px 15px;
		white-space: nowrap;
	}
}

@media (min-width: 992px) {
	.main-navigation>li.has-dropdown>ul>li.has-dropdown {
		align-items: center;
		display: inline-flex;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.main-navigation>li.has-dropdown>ul>li.has-dropdown>a {
		min-width: 100%;
		padding-right: 25px;
	}
}

.main-navigation>li.has-dropdown>ul>li.has-dropdown:after {
	content: "";
	font-family: "ryno-theme-icons";
	font-size: 17px;
	font-weight: 400;
	position: absolute;
	right: 0;
	text-align: center;
	top: 6px;
	z-index: 3;
	width: 55px;
}

@media (min-width: 992px) {
	.main-navigation>li.has-dropdown>ul>li.has-dropdown:after {
		content: "";
		position: relative;
		right: 15px;
		text-align: left;
		top: 0;
		width: auto;
	}
}

.main-navigation>li.has-dropdown>ul>li.has-dropdown:hover ul {
	display: block;
}

.main-navigation>li.has-dropdown>ul>li.has-dropdown>ul {
	padding-left: 0;
}

@media (min-width: 992px) {
	.main-navigation>li.has-dropdown>ul>li.has-dropdown>ul {
		display: none;
		left: 100%;
		margin-left: 0;
		padding-left: 0;
		position: absolute;
		top: 0;
	}
}

.main-navigation>li.has-dropdown>ul>li.has-dropdown>ul>li>a {
	font-size: var(--nav-link-font-size);
	font-weight: var(--nav-link-font-weight);
	padding: 10px 15px 10px 55px;
}

@media (min-width: 992px) {
	.main-navigation>li.has-dropdown>ul>li.has-dropdown>ul>li>a {
		padding: 10px 15px;
	}
}

.main-navigation>li.has-dropdown.active-child-menu>ul {
	display: block;
}

@media (max-width: 991.98px) {
	.main-navigation>li.has-dropdown.active-child-menu>ul {
		display: block;
	}
}

.main-navigation>li.has-dropdown:after {
	align-items: center;
	content: "";
	display: flex;
	font-family: "ryno-theme-icons";
	font-size: 17px;
	height: 55px;
	justify-content: center;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0;
	width: 55px;
	z-index: 3;
}

@media (min-width: 992px) {
	.main-navigation>li.has-dropdown:after {
		content: var(--nav-dropdown-icon-desktop);
		font-size: 15px;
		font-weight: bold;
		height: 100%;
		justify-content: flex-end;
		right: 15px;
		text-align: left;
		top: 0;
		width: auto;
	}
}

.main-navigation>li.has-dropdown svg {
	position: absolute;
	right: 0;
	text-align: right;
	top: 7px;
	width: 40px;
	z-index: 10;
}

@media (min-width: 992px) {
	.main-navigation>li.has-dropdown svg {
		display: none;
	}
}

@media (min-width: 992px) {
	.main-navigation>li:hover>ul {
		display: block;
	}
}

.main-navigation a {
	border-bottom: 1px solid #d8d8d8;
	display: inline-block;
	font-family: var(--nav-link-font-family);
	font-size: var(--nav-link-font-size);
	font-weight: var(--nav-link-font-weight);
	position: relative;
	text-transform: var(--nav-link-text-transform);
	width: 100%;
}

@media (min-width: 992px)and (max-width: 1199.98px) {
	.main-navigation a {
		font-size: 13.75px;
	}
}

@media (min-width: 992px) {
	.main-navigation a {
		border: 0 none;
		white-space: nowrap;
		width: 100%;
	}
}

.main-navigation a:hover {
	text-decoration: none;
}

.nav-bar .menu-active {
	left: 0;
	transition: all .3s ease;
}

.hamburger {
	background-color: rgba(0, 0, 0, 0);
	border: 0;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	margin: 0;
	overflow: visible;
	padding: 0;
	text-transform: none;
	transition-duration: .15s;
	transition-property: opacity, filter;
	transition-timing-function: linear;
}

.hamburger:hover {
	opacity: 1;
}

.hamburger-box {
	display: inline-block;
	height: 32px;
	position: relative;
	top: 3px;
	width: 40px;
}

@media only screen and (min-width: 425px) {
	.hamburger-box {
		height: 50px;
		width: 50px;
	}
}

.hamburger-inner {
	display: block;
	margin-top: -2px;
	top: 50%;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	border-radius: 10px;
	height: 5px;
	position: absolute;
	transition-duration: .15s;
	transition-property: transform;
	transition-timing-function: ease;
	max-width: 35px;
	width: 100%;
}

@media only screen and (min-width: 425px) {
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
		height: 6px;
		max-width: 50px;
	}
}

.hamburger-inner::before, .hamburger-inner::after {
	content: " ";
	display: block;
}

.hamburger-inner::before {
	top: -12px;
}

@media only screen and (min-width: 425px) {
	.hamburger-inner::before {
		top: -19px;
	}
}

.hamburger-inner::after {
	bottom: -12px;
}

@media only screen and (min-width: 425px) {
	.hamburger-inner::after {
		bottom: -19px;
	}
}

.hamburger.hamburger--squeeze .hamburger-inner {
	transition-duration: .075s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.hamburger.hamburger--squeeze .hamburger-inner::before {
	transition: top .075s .12s ease, opacity .075s ease;
}

.hamburger.hamburger--squeeze .hamburger-inner::after {
	transition: bottom .075s .12s ease, transform .075s cubic-bezier(.55, .055, .675, .19);
}

.hamburger.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.hamburger.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top .075s ease, opacity .075s .12s ease;
}

.hamburger.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom .075s ease, transform .075s .12s cubic-bezier(.215, .61, .355, 1);
}

form input.cf-text, form .cf-textarea, form select {
	border: 1px solid #ccc;
	box-shadow: none;
}

form select {
	background-color: #fff;
}

form textarea {
	resize: none;
}

form div.wpcf7 img.ajax-loader {
	bottom: 0;
	position: absolute;
}

form div.wpcf7-response-output {
	bottom: -5px;
	margin: 0;
	position: absolute;
}

form input[type=text], form input[type=password], form input[type=date], form input[type=datetime], form input[type=datetime-local], form input[type=month], form input[type=week], form input[type=email], form input[type=number], form input[type=search], form input[type=tel], form input[type=time], form input[type=url], form input[type=color], form textarea {
	margin: 0;
}

form p {
	margin-bottom: 0;
}

form br {
	display: none;
}

form div.wpcf7-response-output, form .wpcf7-not-valid-tip {
	background-color: #fff;
	color: #000;
}

form .wpcf7-not-valid-tip {
	color: red;
	font-size: 15px;
	padding: 0 8px;
}

form.placeholder {
	color: #ccc;
	opacity: 1;
}

form:-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

form::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

form:-ms-input-placeholder {
	color: #ccc;
	opacity: 1;
}

form::-webkit-input-placeholder {
	color: #ccc;
	opacity: 1;
}

form .select2-container {
	width: 100% !important;
}

form .wpcf7-file {
	max-width: 100%;
}

.wpcf7 p {
	margin: 0 !important;
}

.wpcf7 br {
	display: none;
}

.wpcf7 .wpcf7-response-output {
	background-color: #ffa;
	border-width: 4px !important;
	bottom: auto;
	color: #d40;
	left: auto;
	margin: 0;
	padding: .25em;
	position: relative;
	right: auto;
	text-align: center;
	top: 100%;
	width: 100%;
}

.wpcf7 .invalid .wpcf7-not-valid, .wpcf7 .invalid .wpcf7-not-valid+.select2-container--default .select2-selection--single {
	border: 2px solid red !important;
}

.main-contact-form .cf-text, .main-contact-form .cf-textarea, .main-contact-form .select2-container--default .select2-selection--single {
	background-color: #eaeaea;
	border: .0625rem solid #b8b8b8;
	border-radius: .25rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
	box-sizing: border-box;
	color: rgba(0, 0, 0, .75);
	display: block;
	margin: 0 0 1rem;
	padding: 0 .5rem;
	transition: all .3s ease;
	width: 100%;
}

.main-contact-form .cf-text, .main-contact-form .cf-textarea, .main-contact-form .select2-container--default .select2-selection--single, .main-contact-form .select2-container--default .select2-selection--single .select2-selection__rendered, .main-contact-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
	line-height: 50px;
}

.main-contact-form .cf-textarea {
	height: 4.6875rem;
}

.main-contact-form div>label, .main-contact-form legend {
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	text-transform: uppercase;
}

.main-contact-form fieldset {
	border: 1px solid #ddd;
	margin: 1.125rem 0;
	padding: 1.25rem;
}

.main-contact-form legend {
	display: inline-block;
	margin-bottom: 0;
	padding: 0 5px;
	width: auto;
}

.main-contact-form fieldset br {
	display: none;
}

.main-contact-form fieldset p {
	margin: 0;
}

.main-contact-form .wpcf7-list-item {
	clear: both;
	display: block;
}

.main-contact-form .wpcf7-list-item input[type=checkbox] {
	margin-bottom: 0;
}

.main-contact-form .wpcf7-list-item-label {
	font-weight: bold;
}

.main-contact-form .contact-method .wpcf7-checkbox {
	display: flex;
}

.main-contact-form input[type=submit] {
	border: 2px solid;
	cursor: pointer;
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: .625rem;
	padding: 10px 0px;
	padding: .62522rem 0rem;
	text-align: center;
	transition: all .3s ease;
	width: 100%;
}

.main-contact-form input[type=submit]:hover {
	color: #fff;
}

.main-contact-form div>label, .main-contact-form legend {
	color: #4d4d4d;
}

.main-contact-form .wpcf7-list-item-label {
	color: #4d4d4d;
	font-size: .9rem;
}

.sidebar-form {
	border-radius: var(--sidebar-form-form-border-radius);
	float: none;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 24px var(--sidebar-form-bottom-padding);
	position: relative;
}

@media (min-width: 992px) {
	.sidebar-form {
		float: right;
		margin-bottom: 0;
		margin-left: 65px;
		max-width: 314px;
	}
}

.sidebar .sidebar-form {
	float: none;
	margin-left: 0;
}

.sidebar-form .h2 {
	font-size: var(--sidebar-form-heading-font-size);
	font-weight: 900;
	line-height: 40px;
	margin-bottom: 20px;
	text-align: center;
}

.sidebar-form .wpcf7-text, .sidebar-form .wpcf7-select, .sidebar-form .select2-container--default .select2-selection--single {
	height: 47px;
	margin-bottom: 14px;
}

.sidebar-form .wpcf7-textarea {
	height: 87px;
	margin-bottom: 0;
	padding-top: 10px;
}

.sidebar-form .wpcf7-text, .sidebar-form .wpcf7-select, .sidebar-form .wpcf7-textarea, .sidebar-form .select2-container--default .select2-selection--single {
	font-size: 15px;
	padding-left: 15px;
	width: 100%;
}

.sidebar-form input.wpcf7-form-control.wpcf7-text.cf-text, .sidebar-form .wpcf7-textarea, .sidebar-form input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text, .sidebar-form input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.cf-text, .sidebar-form .select2-container--default .select2-selection--single {
	border-radius: 0;
}

.sidebar-form .select2-container {
	width: 100% !important;
}

.sidebar-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 47px;
	line-height: 47px;
	padding: 0;
	text-align: left;
}

.sidebar-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 47px;
	width: 25px;
}

.sidebar-form .wpcf7-spinner {
	position: absolute;
}

.sidebar-form__button {
	bottom: var(--sidebar-form-button-offset);
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.sidebar-form input[type=submit] {
	border-radius: 20px;
	border: 0 none;
	bottom: -23px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .56);
	display: inline-block;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: .5px;
	line-height: 1;
	min-width: 172px;
	padding: 20px 43px;
	text-align: center;
	text-transform: uppercase;
	transition: all .3s ease;
}

.sidebar-form input[type=submit]:hover {
	box-shadow: none;
	cursor: pointer;
}

.postscript-contact .wpcf7-form {
	position: relative;
}

.postscript-contact .wpcf7-form-control-wrap {
	background: linear-gradient(to right, #015c9e, #589a43);
	border-radius: 6px;
	display: block;
	padding: 5px;
	position: relative;
}

.postscript-contact__textarea .wpcf7-form-control-wrap {
	padding-bottom: 0;
}

.postscript-contact .wpcf7-text, .postscript-contact .wpcf7-select, .postscript-contact .wpcf7-textarea, .postscript-contact .select2-container--default .select2-selection--single {
	border-radius: var(--footer-form-fields-border-radius);
	border: var(--footer-form-field-border-width) var(--footer-form-field-border-color) var(--footer-form-field-border-style);
	padding-left: 15px;
	width: 100%;
}

.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text, .postscript-contact .wpcf7-textarea, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.cf-text, .postscript-contact .select2-container--default .select2-selection--single {
	background: linear-gradient(90deg, #e6ebee 7.9%, #f7fcfc 90.73%);
	border-radius: var(--footer-form-fields-border-radius);
	color: var(--footer-form-text-color);
	font-size: var(--footer-form-text-size-mobile);
	font-weight: normal;
	padding-left: 15px;
	text-align: left;
}

@media (min-width: 992px) {
	.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text, .postscript-contact .wpcf7-textarea, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.cf-text, .postscript-contact .select2-container--default .select2-selection--single {
		font-size: var(--footer-form-text-size-desktop);
	}
}

.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.cf-text, .postscript-contact .select2-container--default .select2-selection--single, .postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered, .postscript-contact .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: var(--footer-form-field-height);
	line-height: var(--footer-form-field-height);
}

.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::placeholder, .postscript-contact .wpcf7-textarea::placeholder, .postscript-contact .select2-container--default .select2-selection--single::placeholder, .postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered, .postscript-contact .wpcf7-form select, .postscript-contact .wpcf7-form select option:first-of-type {
	color: var(--footer-form-text-color);
	font-size: var(--footer-form-text-size-mobile);
	opacity: 1;
}

@media (min-width: 992px) {
	.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::placeholder, .postscript-contact .wpcf7-textarea::placeholder, .postscript-contact .select2-container--default .select2-selection--single::placeholder, .postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered, .postscript-contact .wpcf7-form select, .postscript-contact .wpcf7-form select option:first-of-type {
		font-size: var(--footer-form-text-size-desktop);
	}
}

.postscript-contact .wpcf7-textarea {
	height: var(--footer-form-message-field-height);
	line-height: 1.25;
	padding-top: 10px;
}

.postscript-contact .wpcf7-submit {
	margin-top: var(--footer-form-button-margin);
}

.postscript-contact .wpcf7-submit:hover {
	cursor: pointer;
}

.postscript-contact .wpcf7 .wpcf7-spinner {
	position: absolute;
	top: 50%;
}

.postscript-contact .wpcf7 .input-fields-column .row {
	gap: var(--footer-form-field-margin) 0;
}

.postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
}

.postscript-contact .select2-container--default .select2-selection--single .select2-selection__arrow {
	right: var(--footer-form-arrow-right-distance);
}

.postscript-contact .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: var(--footer-form-arrow-color) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-width: var(--footer-form-arrow-height) calc(var(--footer-form-arrow-width) / 2) 0 calc(var(--footer-form-arrow-width) / 2);
}

.postscript-contact .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--footer-form-arrow-color) rgba(0, 0, 0, 0);
	border-width: 0 calc(var(--footer-form-arrow-width) / 2) var(--footer-form-arrow-height) calc(var(--footer-form-arrow-width) / 2);
}

.postscript-contact .wpcf7-not-valid-tip {
	margin: 4px 0 0 0;
}

.btn {
	border: 0 none;
	border-radius: var(--button-border-radius);
	font-size: var(--button-font-size);
	font-weight: var(--button-font-weight);
	line-height: 1;
	margin: 0;
	min-width: 260px;
	padding: var(--button-padding);
	position: relative;
	text-transform: var(--button-text-transform);
	transition: all .3s ease;
	white-space: normal;
}

.btn-lg, .btn-group-lg>.btn {
	font-size: var(--button-lg-font-size);
	padding: var(--button-lg-padding);
}

.btn::after {
	content: url("data:image/svg+xml,%3Csvg width=\'26\' height=\'12\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M25.21 5.294 19.63.207a.467.467 0 0 0-.509-.073.422.422 0 0 0-.276.422V3.81H.707a.452.452 0 0 0-.334.131.453.453 0 0 0-.131.334v2.79c0 .136.044.248.13.335.088.087.2.13.335.13h18.138v3.256c0 .194.092.334.276.421a.453.453 0 0 0 .509-.087l5.58-5.145a.475.475 0 0 0 0-.682Z\' fill=\'%23fff\'/%3E%3C/svg%3E");
	opacity: 0;
	position: absolute;
	right: 21px;
	transition: all .3s ease;
}

.btn-primary {
	background: linear-gradient(180deg, #00548e 0%, #73bff3 146.81%);
}

.btn-primary:hover {
	background: linear-gradient(180deg, #00548e 0%, #73bff3 146.81%);
}

.btn-secondary {
	background: linear-gradient(180deg, #ec2027 0%, #af090f 100%);
}

.btn-secondary:hover {
	background: linear-gradient(180deg, #ec2027 0%, #af090f 100%);
}

@media (min-width: 992px) {
	.btn-secondary:hover::after {
		opacity: 1;
	}
}

.btn-tertiary {
	background: rgba(0, 0, 0, 0);
	border: 5px solid #fff;
	border-radius: 29px;
	color: #fff;
}

.btn-tertiary:hover {
	color: #fff;
}

@media (min-width: 992px) {
	.btn:hover {
		padding-right: 46px;
	}
	
	.btn:hover::after {
		opacity: 1;
	}
}

.ryno-button {
	min-width: 260px;
}

.accordion {
	margin-bottom: 30px;
}

.accordion-item>p {
	display: none;
}

.accordion-item .accordion-header>p, .accordion-item .accordion-header>br {
	display: none;
}

.accordion-item .accordion-header button {
	font-size: 22px;
	position: relative;
	text-align: left;
	white-space: normal;
	width: 100%;
}

@media (min-width: 992px) {
	.accordion-item .accordion-header button {
		font-size: 24px;
	}
}

.accordion-item .accordion-header button:not(.collapsed) {
	background-color: inherit;
	color: inherit;
}

.accordion-item .accordion-header button:hover, .accordion-item .accordion-header button:focus {
	text-decoration: none;
}

.accordion-item .accordion-header button br {
	display: none;
}

.accordion-item .accordion-button {
	padding-right: 50px;
	position: relative;
}

.accordion-item .accordion-button::after {
	background-image: none;
	content: "";
	font-family: "ryno-theme-icons";
	position: absolute;
	right: 15px;
	text-align: right;
	transform-origin: center;
	transition: all .3s ease;
	width: auto;
}

.accordion-item .accordion-body+p {
	display: none;
}

.blog-pagination {
	margin-top: 30px;
}

.blog-pagination .pagination {
	justify-content: center;
}

.blog-pagination .nav-links {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}

.blog-pagination .nav-links .page-numbers {
	border: 1px solid #dee2e6;
	color: #0d6efd;
	display: block;
	margin-left: -1px;
	padding: .375rem .75rem;
	position: relative;
}

.blog-pagination .nav-links .page-numbers:hover {
	background-color: #e9ecef;
	border-color: #dee2e6;
	color: #0a58ca;
	text-decoration: none;
	z-index: 2;
}

.blog-pagination .nav-links .page-numbers:focus {
	box-shadow: none;
	outline: none;
	z-index: 2;
}

.blog-pagination .nav-links .page-numbers:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.top-bar {
	background: linear-gradient(to top, #589a43 0%, #29a900 100%);
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	height: 36px;
	position: relative;
	z-index: 3;
}

@media (min-width: 992px)and (max-width: 1199.98px) {
	.top-bar {
		font-size: 16px;
	}
}

.top-bar__serving-text {
	align-items: center;
	display: flex;
	gap: 8px;
}

.top-bar__serving-text a {
	color: #fff;
	text-decoration: underline;
	transition: all .3s ease;
}

.top-bar__serving-text a:hover {
	color: #fff;
}

@media (min-width: 992px) {
	.top-bar__serving-text a:hover {
		color: #f5b8ba;
		text-decoration: underline;
	}
}

.top-bar__info {
	padding-top: 8px;
}

.top-bar__phone--link {
	background: linear-gradient(180deg, #ec2027 0%, #af090f 100%);
	border-radius: 0 0 14px 14px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 46px;
	padding: 8px 18px 0;
	text-decoration: underline;
	transition: all .3s ease;
}

@media (min-width: 992px) {
	.top-bar__phone--link:hover {
		color: #f5b8ba;
		text-decoration: none;
	}
}

.header {
	position: relative;
	z-index: 2;
}

@media (min-width: 992px) {
	.header {
		margin-top: 0;
		padding: 15px 0 10px;
	}
}

@media (min-width: 992px) {
	.header--sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 50;
	}
}

.header__buttons {
	gap: 32px;
}

.mobile-sticky-header {
	position: sticky;
	top: 0;
	transition: transform .3s;
	z-index: 50;
}

.hide-mobile-header {
	transform: translate3d(0, -100%, 0);
}

.mobile-header {
	height: 95px;
	position: relative;
	transition: all .3s ease;
	z-index: 51;
}

@media only screen and (min-width: 425px) {
	.mobile-header {
		height: var(--mobile-header-height);
		padding: 0 36px;
	}
}

.mobile-header__logo {
	padding-bottom: 10px;
	padding-top: 10px;
}

.mobile-header__logo img {
	max-height: 80px;
	width: auto;
}

.mobile-header__phone .ri, .mobile-header__specials-icon .ri {
	font-size: 32px;
}

@media only screen and (min-width: 425px) {
	.mobile-header__phone .ri, .mobile-header__specials-icon .ri {
		font-size: 50px;
	}
}

.mobile-header__phone * {
	pointer-events: none;
	display: inline-block;
}

.mobile-nav-buttons {
	padding: 10px 0;
}

.mobile-nav--one .mobile-cta__button {
	display: block;
	padding: 7.5px 15px;
}

.mobile-nav--one .mobile-cta__button-image, .mobile-nav--one .mobile-cta__button-text {
	display: inline-block;
}

.mobile-nav--one .mobile-cta__button-image {
	margin-right: 10px;
	text-align: center;
	width: 20px;
}

.mobile-nav--one .mobile-cta__button-image img {
	max-width: 20px;
}

.mobile-nav--two {
	text-align: center;
}

.mobile-nav--two .mobile-cta__button {
	border-radius: 25px;
	display: inline-block;
	padding: 12px 10px;
	text-align: center;
	width: 228px;
}

.mobile-nav--two .mobile-cta__button+.mobile-cta__button {
	margin-top: 10px;
}

@media only screen and (min-width: 461px) {
	.mobile-nav--two .mobile-cta__button+.mobile-cta__button {
		margin-top: 0;
	}
}

.mobile-nav--two .mobile-cta__button--one {
	background: linear-gradient(180deg, #00548e 0%, #73bff3 146.81%);
}

.mobile-nav--two .mobile-cta__button--two {
	background: linear-gradient(180deg, #ec2027 0%, #af090f 100%);
}

.postscript-contact {
	background-image: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/uploads/postscript-contact-bg-mobile.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0 130px;
}

.postscript-contact.nitro-lazy {
	background-image: none !important;
}

@media (min-width: 576px) {
	.postscript-contact {
		background-image: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/uploads/postscript-contact-bg-tablet.jpg");
	}
	
	.postscript-contact.nitro-lazy {
		background-image: none !important;
	}
}

@media (min-width: 992px) {
	.postscript-contact {
		background-image: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/uploads/postscript-contact-bg-desktop.jpg");
		padding: 36px 0 124px;
	}
	
	.postscript-contact.nitro-lazy {
		background-image: none !important;
	}
}

.postscript-contact__bg-text {
	text-align: center;
}

.postscript-contact__bg-text img {
	left: 0;
	margin: 0 auto;
	max-width: 270px;
	position: absolute;
	right: 0;
	top: 50px;
}

@media (min-width: 576px) {
	.postscript-contact__bg-text img {
		max-width: 300px;
	}
}

@media (min-width: 992px) {
	.postscript-contact__bg-text img {
		max-width: 90%;
		top: 44px;
	}
}

.postscript-contact__form {
	border-radius: 40px;
	background: linear-gradient(180deg, #00548e 0%, #73bff3 146.81%);
	padding: 73px 10px 60px;
	position: relative;
}

@media (min-width: 576px) {
	.postscript-contact__form {
		padding: 73px 93px 58px;
	}
}

@media (min-width: 992px) {
	.postscript-contact__form {
		border-radius: 53px;
		padding: 100px 100px 64px;
	}
}

@media (min-width: 1200px) {
	.postscript-contact__form {
		padding: 100px 158px 64px;
	}
}

.postscript-contact .h2 {
	font-family: var(--font-racing-sans);
	font-size: 50px;
	line-height: .7;
	text-transform: capitalize;
}

@media (min-width: 992px) {
	.postscript-contact .h2 {
		font-size: 100px;
	}
}

.footer-wrapper {
	border-radius: 40px;
	background: linear-gradient(90deg, #e6ebee 7.9%, #f7fcfc 90.73%);
	box-shadow: -17px -12px 25px 0px #fff, -23px -19px 50px 0px rgba(255, 255, 255, .25) inset, 23px 22px 28.3px -14px rgba(0, 0, 0, .34);
	padding: 43px 6px;
}

@media (min-width: 576px) {
	.footer-wrapper {
		padding: 43px 10px;
	}
}

@media (min-width: 992px) {
	.footer-wrapper {
		border-radius: 53px;
		padding: 41px 0;
	}
}

.footer {
	background: var(--Linear, linear-gradient(16deg, #e2e3e3 10.89%, #fff 89.11%));
	overflow-x: hidden;
	padding: 79px 0 49px;
}

@media (min-width: 576px) {
	.footer {
		padding: 92px 0;
	}
}

@media (min-width: 992px) {
	.footer {
		overflow-x: visible;
		padding: 55px 0;
	}
}

.footer .footer-row {
	gap: 22.5px 0;
}

.footer__heading {
	color: #121212;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.footer__left {
		padding-top: 57px;
	}
}

@media (max-width: 991.98px) {
	.footer__center, .footer__right {
		margin-left: auto;
		margin-right: auto;
		min-width: 260px;
	}
}

@media (min-width: 992px) {
	.footer__center--wrapper {
		border-left: 8px solid #121212;
		margin-left: 15px;
		padding: 9px 0 9px 48px;
	}
}

.footer__right {
	border-top: 6px solid #121212;
	padding-top: 45px;
}

@media (min-width: 992px) {
	.footer__right {
		border: 0 none;
		padding-top: 9px;
	}
}

.footer__phone a {
	color: #00548e;
	font-size: 24px;
	font-weight: 700;
	text-decoration-line: underline;
	transition: all .3s ease;
}

@media (min-width: 992px) {
	.footer__phone a:hover {
		color: #ec2027;
	}
}

.footer__address {
	color: #121212;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55556;
}

.footer__address--2 {
	margin-top: 15px;
}

@media (min-width: 992px) {
	.footer__address--2 {
		margin-top: 40px;
	}
}

.footer__map-link a {
	color: #00548e;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.55556;
	text-decoration: underline;
	transition: all .3s ease;
}

@media (min-width: 992px) {
	.footer__map-link a:hover {
		color: #589a43;
	}
}

.footer__hours strong {
	font-weight: 600;
}

.footer .social-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin-top: 40px;
}

@media (min-width: 992px) {
	.footer .social-icons {
		justify-content: flex-start;
	}
}

.footer .social-icons__icon a {
	align-items: center;
	background: linear-gradient(to bottom, #ec2027 0%, #af090f 100%);
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 28px;
	height: 52px;
	justify-content: center;
	transform: scale(1);
	transition: all .3s ease;
	width: 52px;
}

.footer .social-icons__icon a:hover {
	color: #fff;
}

@media (min-width: 992px) {
	.footer .social-icons__icon a:hover {
		background: linear-gradient(270deg, #589a43 0%, #439a80 27%, #0284a7 55.3%, #015c9e 85%, #015c9e 100%);
		transform: scale(1.3846);
	}
}

@media (max-width: 575.98px) {
	.footer .container-sm {
		padding-left: 0;
		padding-right: 0;
	}
}

.footer__logos {
	gap: 0 34px;
	padding-top: 74px;
}

@media (min-width: 992px) {
	.footer__logos {
		gap: 0 94px;
		padding-top: 57px;
	}
}

.footer__logos .footer-accredidation-logo {
	margin: 0 17px;
	transform: scale(.8962264151);
}

@media (min-width: 576px) {
	.footer__logos .footer-accredidation-logo {
		margin: 0;
	}
}

@media (min-width: 992px) {
	.footer__logos .footer-accredidation-logo {
		transform: scale(1);
	}
}

.footer .slick-dots {
	margin-top: 28px;
}

.footer .slick-dots li {
	height: 27px;
	width: 27px;
}

.footer .slick-dots li button {
	height: 19px;
	width: 19px;
}

.copyright {
	background: linear-gradient(180deg, #ec2027 0%, #af090f 100%);
	padding: 11px 0;
}

.copyright p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
	text-align: center;
}

.copyright p a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.copyright p a:hover {
	color: #fff;
}

@media (min-width: 992px) {
	.copyright p a:hover {
		text-decoration: underline;
	}
}

.copyright .site-by {
	display: block;
}

.mobile-banner-promo--header {
	padding: 8px 0;
}

.mobile-banner-promo--header .mobile-banner-promo__title, .mobile-banner-promo--header .mobile-banner-promo__description {
	line-height: 1.2;
}

.mobile-banner-promo--header .mobile-banner-promo__title {
	margin-bottom: 4px;
}

.mobile-banner-promo--footer {
	bottom: 0;
	left: 0;
	min-height: 100px;
	padding: 18px 10px;
	position: fixed;
	width: 100%;
}

@media only screen and (min-width: 425px) {
	.mobile-banner-promo--footer {
		min-height: auto;
		padding: 18px 45px;
	}
}

.mobile-banner-promo--footer a {
	display: block;
	min-height: 100%;
	width: 100%;
}

@media only screen and (min-width: 425px) {
	.mobile-banner-promo--footer a {
		min-height: auto;
	}
}

.mobile-banner-promo--footer a .row {
	min-height: 100px;
}

@media only screen and (min-width: 425px) {
	.mobile-banner-promo--footer a .row {
		min-height: auto;
	}
}

.mobile-banner-promo--footer .mobile-banner-promo__title, .mobile-banner-promo--footer .mobile-banner-promo__description, .mobile-banner-promo--footer .mobile-banner-promo__button {
	line-height: 1.2;
}

.mobile-banner-promo--footer .mobile-banner-promo__title {
	margin-bottom: 6px;
}

.mobile-banner-promo--footer .mobile-banner-promo__button {
	border: 0 none;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	max-width: 142px;
	padding: 14px 10px;
	width: 100%;
}

.mobile-banner-promo--footer .mobile-banner-promo__close {
	height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
}

@media only screen and (min-width: 425px) {
	.mobile-banner-promo--footer .mobile-banner-promo__close {
		right: 10px;
		top: 10px;
	}
}

.mobile-banner-promo--footer .mobile-banner-promo__close::before, .mobile-banner-promo--footer .mobile-banner-promo__close::after {
	background: #fff;
	content: "";
	display: block;
	height: 2px;
	left: 2px;
	position: absolute;
	top: 9px;
	width: 16px;
}

.mobile-banner-promo--footer .mobile-banner-promo__close::before {
	transform: rotate(55deg);
}

.mobile-banner-promo--footer .mobile-banner-promo__close::after {
	transform: rotate(-55deg);
}

.page-header {
	padding: 60px 0;
}

.page-header img {
	margin-bottom: 0;
	top: 0;
}

.content-wrapper {
	margin-bottom: 60px;
	margin-top: 60px;
}

mark, .mark {
	padding: 3px;
}

.content-area ul:not(.accordion), .content-area ol {
	margin-bottom: 30px;
}

.content-area ul:not(.accordion) {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.content-area ul:not(.accordion) li {
	padding-left: 30px;
	position: relative;
}

.content-area ul:not(.accordion) li+li {
	margin-top: 10px;
}

.content-area ul:not(.accordion) li::before {
	left: 0;
	position: absolute;
}

.content-area p {
	margin-bottom: 30px;
}

.content-area blockquote>p:last-of-type {
	margin-bottom: 0 !important;
}

blockquote {
	border-left: 15px solid rgba(0, 0, 0, 0);
	padding: 1.25rem;
}

.shadowbox {
	margin-bottom: 35px;
	padding: 40px 40px 30px;
	transition: all .3s ease;
}

@media (min-width: 576px) {
	.shadowbox .shadowbox {
		padding: 40px 40px 30px;
	}
	
	.shadowbox .text-shadow-box, .shadowbox .text-shadow-box-light {
		padding: 50px;
	}
}

a>.shadowbox:hover {
	box-shadow: 2px 8px 20px 0 #636363;
}

.text-shadow-box, .text-shadow-box-light {
	border: none;
	margin-bottom: 2.5rem;
	margin-right: .5rem;
	padding: 25px;
}

@media (min-width: 768px) {
	.text-shadow-box, .text-shadow-box-light {
		padding: 50px;
	}
}

.text-shadow-box a:not(.btn), .text-shadow-box a:not(.btn):link, .text-shadow-box a:not(.btn):active, .text-shadow-box a:not(.btn):visited, .text-shadow-box-light a:not(.btn), .text-shadow-box-light a:not(.btn):link, .text-shadow-box-light a:not(.btn):active, .text-shadow-box-light a:not(.btn):visited {
	display: inline-block;
	padding: 0 3px;
	position: relative;
	z-index: 0;
}

.text-shadow-box a:not(.btn)::before, .text-shadow-box a:not(.btn):link::before, .text-shadow-box a:not(.btn):active::before, .text-shadow-box a:not(.btn):visited::before, .text-shadow-box-light a:not(.btn)::before, .text-shadow-box-light a:not(.btn):link::before, .text-shadow-box-light a:not(.btn):active::before, .text-shadow-box-light a:not(.btn):visited::before {
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	transition: all .3s ease-in-out;
	width: 100%;
	z-index: -1;
}

.text-shadow-box a:not(.btn):hover::before, .text-shadow-box-light a:not(.btn):hover::before {
	height: 100%;
}

.gradient-box, .gradient-box-light, .photo-box {
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 50px;
}

.color-strip-box, .border-box {
	box-shadow: rgba(50, 50, 93, .25) 0px 13px 27px -5px, rgba(0, 0, 0, .3) 0px 8px 16px -8px;
	margin: 30px 0;
	padding: 50px;
}

.text-highlight {
	font-size: 1.7rem;
	line-height: 2.3rem;
	padding: 1em 2%;
	text-align: center;
	text-transform: uppercase;
}

.hover-grayscale:hover img, a.hover-grayscale:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.hover-opacity:hover img, a.hover-opacity:hover img {
	-webkit-filter: opacity(.5);
	filter: opacity(.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.section-transition {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	position: absolute;
	width: 100%;
}

.section-transition--bottom {
	bottom: -1px;
}

.section-transition--top {
	top: -1px;
}

.home {
	font-size: 16px;
}

@media (min-width: 992px) {
	.home {
		font-size: 18px;
	}
}

.home .content-area h1, .home .content-area .h1, .home .content-area h2, .home .content-area .h2, .home .content-area h3, .home .content-area .h3 {
	font-weight: 800;
	text-transform: uppercase;
}

.home .content-area h1, .home .content-area .h1 {
	color: #000;
	font-size: 31px;
	line-height: 1.2;
	margin-bottom: 17px;
}

@media (min-width: 992px) {
	.home .content-area h1, .home .content-area .h1 {
		font-size: 48px;
	}
}

.home .content-area h1::after, .home .content-area .h1::after {
	background: linear-gradient(180deg, #ec2027 0%, #af090f 100%);
	content: "";
	display: block;
	height: 16px;
	margin-top: 17px;
	width: 87px;
}

@media (min-width: 992px) {
	.home .content-area h1::after, .home .content-area .h1::after {
		width: 130px;
	}
}

.home .content-area h1 span, .home .content-area .h1 span {
	display: block;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 3.12px;
	line-height: 1.2;
}

@media (min-width: 992px) {
	.home .content-area h1 span, .home .content-area .h1 span {
		font-size: 36px;
		letter-spacing: 4.68px;
	}
}

.home .content-area h2, .home .content-area .h2 {
	font-size: 28px;
}

@media (min-width: 992px) {
	.home .content-area h2, .home .content-area .h2 {
		font-size: 42px;
	}
}

.home .content-area h3, .home .content-area .h3 {
	font-size: 20px;
	line-height: 1.2;
}

@media (min-width: 992px) {
	.home .content-area h3, .home .content-area .h3 {
		font-size: 24px;
	}
}

.home .content-area p, .home .content-area li {
	font-size: 16px;
	line-height: 1.5;
}

@media (min-width: 992px) {
	.home .content-area p, .home .content-area li {
		font-size: 18px;
	}
}

.home .content-box {
	border-radius: 53px;
	background: linear-gradient(90deg, #e6ebee 7.9%, #f7fcfc 90.73%);
	box-shadow: -17px -12px 25px 0px #fff, -23px -19px 50px 0px rgba(255, 255, 255, .25) inset, 23px 22px 28.3px -14px rgba(0, 0, 0, .34);
	padding: 86px 20px 54px;
	position: relative;
}

@media (min-width: 576px) {
	.home .content-box {
		padding: 86px;
	}
}

@media (min-width: 576px) {
	.home .content-box {
		height: 100%;
		padding: 86px 75px;
	}
}

.home .content-box::before {
	content: url("data:image/svg+xml,%3Csvg width=\'115\' height=\'115\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M57.5 108c27.89 0 50.5-22.61 50.5-50.5S85.39 7 57.5 7 7 29.61 7 57.5 29.61 108 57.5 108Z\' fill=\'%23fff\' stroke=\'url(%23a)\' stroke-width=\'14\'/%3E%3Cg fill-rule=\'evenodd\' clip-rule=\'evenodd\'%3E%3Cpath opacity=\'.17\' d=\'M72.934 96.775c15.971-5.268 27.5-20.306 27.504-38.04L84.302 42.597a4.561 4.561 0 0 0-6.764-.328L54.562 65.475l-11.33-11.33a4.573 4.573 0 0 0-6.468 6.468l14.571 14.57c7.198 7.199 14.4 14.393 21.6 21.591Z\' fill=\'url(%23b)\'/%3E%3Cpath d=\'M36.764 54.145a4.574 4.574 0 0 1 6.468 0l11.33 11.33L77.538 42.27a4.56 4.56 0 1 1 6.467 6.432c-8.732 8.82-17.428 17.708-26.202 26.482a4.573 4.573 0 0 1-6.468 0L36.763 60.613a4.574 4.574 0 0 1 0-6.468Z\' fill=\'url(%23c)\'/%3E%3C/g%3E%3Cg fill-rule=\'evenodd\' clip-rule=\'evenodd\'%3E%3Cpath d=\'M46.297 93.791C13.58 91.04 6.709 40.895 33.754 25.483 15.481 52.472 19.261 75.147 46.297 93.79Z\' fill=\'url(%23d)\'/%3E%3Cpath d=\'M49.775 88.706C19.778 80.66 16.693 36.45 46.192 26.102c-22.63 22.24-19.499 42.92 3.583 62.604Z\' fill=\'url(%23e)\'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id=\'a\' x1=\'101.001\' y1=\'57.489\' x2=\'14\' y2=\'57.489\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23589A43\'/%3E%3Cstop offset=\'.27\' stop-color=\'%23439A80\'/%3E%3Cstop offset=\'.553\' stop-color=\'%230284A7\'/%3E%3Cstop offset=\'.85\' stop-color=\'%23015C9E\'/%3E%3Cstop offset=\'1\' stop-color=\'%23015C9E\'/%3E%3C/linearGradient%3E%3ClinearGradient id=\'b\' x1=\'100.439\' y1=\'68.843\' x2=\'35.424\' y2=\'68.843\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23589A43\'/%3E%3Cstop offset=\'.27\' stop-color=\'%23439A80\'/%3E%3Cstop offset=\'.553\' stop-color=\'%230284A7\'/%3E%3Cstop offset=\'.85\' stop-color=\'%23015C9E\'/%3E%3Cstop offset=\'1\' stop-color=\'%23015C9E\'/%3E%3C/linearGradient%3E%3ClinearGradient id=\'c\' x1=\'85.333\' y1=\'58.72\' x2=\'35.424\' y2=\'58.72\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23589A43\'/%3E%3Cstop offset=\'.27\' stop-color=\'%23439A80\'/%3E%3Cstop offset=\'.553\' stop-color=\'%230284A7\'/%3E%3Cstop offset=\'.85\' stop-color=\'%23015C9E\'/%3E%3Cstop offset=\'1\' stop-color=\'%23015C9E\'/%3E%3C/linearGradient%3E%3ClinearGradient id=\'d\' x1=\'46.297\' y1=\'59.628\' x2=\'17.028\' y2=\'59.628\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23589A43\'/%3E%3Cstop offset=\'.27\' stop-color=\'%23439A80\'/%3E%3Cstop offset=\'.553\' stop-color=\'%230284A7\'/%3E%3Cstop offset=\'.85\' stop-color=\'%23015C9E\'/%3E%3Cstop offset=\'1\' stop-color=\'%23015C9E\'/%3E%3C/linearGradient%3E%3ClinearGradient id=\'e\' x1=\'58.15\' y1=\'52.773\' x2=\'26.961\' y2=\'66.756\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23589A43\'/%3E%3Cstop offset=\'.27\' stop-color=\'%23439A80\'/%3E%3Cstop offset=\'.553\' stop-color=\'%230284A7\'/%3E%3Cstop offset=\'.85\' stop-color=\'%23015C9E\'/%3E%3Cstop offset=\'1\' stop-color=\'%23015C9E\'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -57.5px;
	width: 115px;
}

@media (min-width: 992px) {
	.home .content-box::before {
		content: url("data:image/svg+xml,%3Csvg width=\'149\' height=\'149\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M74.5 142c37.279 0 67.5-30.221 67.5-67.5C142 37.22 111.779 7 74.5 7 37.22 7 7 37.22 7 74.5 7 111.779 37.22 142 74.5 142Z\' fill=\'%23fff\' stroke=\'url(%23a)\' stroke-width=\'14\'/%3E%3Cg fill-rule=\'evenodd\' clip-rule=\'evenodd\'%3E%3Cpath opacity=\'.17\' d=\'M95.966 129.123c22.212-7.326 38.246-28.241 38.252-52.906l-22.442-22.443a6.344 6.344 0 0 0-9.408-.456L70.414 85.592 54.655 69.833a6.36 6.36 0 0 0-8.995 8.996l20.266 20.266c10.011 10.011 20.028 20.017 30.04 30.028Z\' fill=\'url(%23b)\'/%3E%3Cpath d=\'M45.66 69.833a6.361 6.361 0 0 1 8.995 0l15.759 15.758 31.954-32.273a6.344 6.344 0 0 1 8.996 8.946c-12.146 12.267-24.24 24.628-36.443 36.831a6.361 6.361 0 0 1-8.995 0L45.659 78.829a6.362 6.362 0 0 1 0-8.996Z\' fill=\'url(%23c)\'/%3E%3C/g%3E%3Cg fill-rule=\'evenodd\' clip-rule=\'evenodd\'%3E%3Cpath d=\'M58.919 124.974c-45.503-3.828-55.06-73.568-17.445-95.004C16.06 67.51 21.317 99.043 58.92 124.974Z\' fill=\'url(%23d)\'/%3E%3Cpath d=\'M63.756 117.901c-41.72-11.189-46.01-72.676-4.983-87.07-31.474 30.932-27.119 59.695 4.983 87.07Z\' fill=\'url(%23e)\'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id=\'a\' x1=\'135.001\' y1=\'74.485\' x2=\'14\' y2=\'74.485\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23589A43\'/%3E%3Cstop offset=\'.27\' stop-color=\'%23439A80\'/%3E%3Cstop offset=\'.553\' stop-color=\'%230284A7\'/%3E%3Cstop offset=\'.85\' stop-color=\'%23015C9E\'/%3E%3Cstop offset=\'1\' stop-color=\'%23015C9E\'/%3E%3C/linearGradient%3E%3ClinearGradient id=\'b\' x1=\'134.219\' y1=\'90.276\' x2=\'43.797\' y2=\'90.276\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23589A43\'/%3E%3Cstop offset=\'.27\' stop-color=\'%23439A80\'/%3E%3Cstop offset=\'.553\' stop-color=\'%230284A7\'/%3E%3Cstop offset=\'.85\' stop-color=\'%23015C9E\'/%3E%3Cstop offset=\'1\' stop-color=\'%23015C9E\'/%3E%3C/linearGradient%3E%3ClinearGradient id=\'c\' x1=\'113.21\' y1=\'76.197\' x2=\'43.797\' y2=\'76.197\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23589A43\'/%3E%3Cstop offset=\'.27\' stop-color=\'%23439A80\'/%3E%3Cstop offset=\'.553\' stop-color=\'%230284A7\'/%3E%3Cstop offset=\'.85\' stop-color=\'%23015C9E\'/%3E%3Cstop offset=\'1\' stop-color=\'%23015C9E\'/%3E%3C/linearGradient%3E%3ClinearGradient id=\'d\' x1=\'58.919\' y1=\'77.46\' x2=\'18.211\' y2=\'77.46\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23589A43\'/%3E%3Cstop offset=\'.27\' stop-color=\'%23439A80\'/%3E%3Cstop offset=\'.553\' stop-color=\'%230284A7\'/%3E%3Cstop offset=\'.85\' stop-color=\'%23015C9E\'/%3E%3Cstop offset=\'1\' stop-color=\'%23015C9E\'/%3E%3C/linearGradient%3E%3ClinearGradient id=\'e\' x1=\'75.404\' y1=\'67.925\' x2=\'32.027\' y2=\'87.374\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23589A43\'/%3E%3Cstop offset=\'.27\' stop-color=\'%23439A80\'/%3E%3Cstop offset=\'.553\' stop-color=\'%230284A7\'/%3E%3Cstop offset=\'.85\' stop-color=\'%23015C9E\'/%3E%3Cstop offset=\'1\' stop-color=\'%23015C9E\'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
		top: -90px;
		width: 149px;
	}
}

@media (max-width: 991.98px) {
	.home-wrapper {
		overflow-x: hidden;
	}
}

.hero {
	background: linear-gradient(to left, #00548e 0%, #73bff3 146.81%);
	padding: 32px 0 386px;
	position: relative;
	z-index: 0;
}

@media (min-width: 992px) {
	.hero {
		padding: 92px 0 233px;
	}
}

.hero .container {
	position: relative;
	z-index: 1;
}

.hero__bg-image {
	bottom: 0;
	position: absolute;
	right: 0;
	z-index: -1;
}

@media (min-width: 992px) {
	.hero__bg-image {
		bottom: auto;
		right: -47px;
		top: 0;
	}
}

.hero__top-text, .hero__bottom-text {
	color: #fff;
	font-family: var(--font-heading);
	line-height: 1;
	text-transform: uppercase;
}

.hero__top-text {
	font-size: 23px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 3.91px;
}

@media (min-width: 992px) {
	.hero__top-text {
		font-size: 48px;
		letter-spacing: 8.16px;
		margin-bottom: 10px;
	}
}

.hero__bottom-text {
	font-size: 31px;
	font-weight: 800;
	letter-spacing: 1.55px;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.hero__bottom-text {
		font-size: 65px;
		letter-spacing: 3.25px;
	}
}

@media (min-width: 992px) {
	.hero__button {
		margin-bottom: 30px;
	}
}

.hero__van {
	bottom: 45px;
	left: 0;
	position: absolute;
	z-index: 1;
}

@media (min-width: 992px) {
	.hero__van {
		bottom: auto;
		left: -70px;
		position: relative;
	}
}

.hero .section-transition {
	background-image: url("data:image/svg+xml,%3Csvg fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 320 117\'%3E%3Cpath d=\'M101.278 48.913C31.984 48.913.19 88.86.19 88.86v27.921h327.721V30.979s-50.396 43.207-87.229 43.207c-66.849 0-70.11-25.272-139.404-25.273Z\' fill=\'%23fff\'/%3E%3Cpath d=\'M-7.92 96.05a166.455 166.455 0 0 1 3.572-3.355c.593-.542 1.183-1.075 1.773-1.597.59-.525 1.18-1.04 1.766-1.546a156.746 156.746 0 0 1 6.99-5.685c.576-.443 1.153-.874 1.729-1.3a160.896 160.896 0 0 1 3.434-2.471c.57-.398 1.139-.788 1.708-1.17.566-.384 1.136-.757 1.699-1.126.566-.37 1.128-.732 1.691-1.085.563-.356 1.125-.705 1.685-1.044a122.704 122.704 0 0 1 8.322-4.64c.549-.279 1.098-.553 1.644-.82.546-.269 1.095-.53 1.637-.787a132.182 132.182 0 0 1 3.258-1.468 127.784 127.784 0 0 1 3.234-1.34 105.175 105.175 0 0 1 3.206-1.216 112.15 112.15 0 0 1 12.597-3.739c.519-.122 1.034-.237 1.55-.352.514-.112 1.03-.224 1.542-.33.515-.104 1.027-.206 1.539-.304a85.894 85.894 0 0 1 1.532-.282c.508-.091 1.02-.176 1.529-.26a83.658 83.658 0 0 1 1.522-.238c.508-.075 1.013-.15 1.518-.217.505-.068 1.01-.136 1.512-.197.505-.06 1.007-.122 1.509-.176a115.116 115.116 0 0 1 5.99-.519c.494-.03.99-.06 1.484-.084.495-.027.99-.048 1.482-.068.491-.02.983-.037 1.474-.051.492-.014.983-.027 1.471-.034.492-.01.98-.013 1.468-.02.488-.004.976-.007 1.465-.004.488.004.972.004 1.46.01.485.007.97.014 1.455.028.485.01.97.023 1.45.04.485.017.967.034 1.448.055.481.02.963.044 1.444.067.481.024.96.051 1.44.082.479.03.96.06 1.438.095.478.034.956.067 1.434.105.478.037.953.078 1.43.118.475.041.953.085 1.428.13.474.043.949.09 1.423.138.475.048.946.099 1.42.15.472.05.947.104 1.418.162.47.054.942.115 1.413.173.471.058.943.119 1.41.183.472.061.939.129 1.407.193.468.065.936.132 1.404.2.467.068.932.14 1.4.21.467.072.932.146 1.4.22.464.075.932.15 1.396.228.465.078.929.156 1.393.237l1.394.244c.464.082.925.17 1.386.254a204.002 204.002 0 0 1 2.77.53c.461.09.918.179 1.379.274.461.091.919.186 1.38.281.461.095.919.19 1.376.288l1.373.295 1.373.299c.458.101.915.203 1.369.305.458.101.912.206 1.37.311.454.106.912.21 1.366.32.454.104.908.213 1.366.318l1.363.325c.454.109.908.22 1.363.332l1.359.336c.454.112.905.224 1.359.339.451.115.905.227 1.356.342l1.356.346c.451.115.905.234 1.356.35.451.118.902.233 1.356.352l1.352.356c.451.118.902.237 1.353.36.451.118.902.24 1.353.362.45.122.898.24 1.349.363a828.871 828.871 0 0 1 2.698.735c.451.122.898.248 1.349.37.451.122.898.247 1.349.373.448.125.899.247 1.346.372l1.346.377 1.346.376c.447.125.898.25 1.345.376l1.346.376c.448.126.898.251 1.346.38.447.126.895.25 1.346.38.447.125.898.25 1.345.38.448.125.899.25 1.346.38.448.125.898.253 1.346.379l1.346.376c.447.125.898.25 1.345.376l1.346.377c.451.125.899.25 1.346.372.451.126.898.251 1.349.373.451.126.898.248 1.349.373.451.126.899.248 1.349.37l1.35.37 1.349.365c.451.122.901.244 1.349.363.451.122.902.24 1.352.36.451.118.902.24 1.353.359l1.356.356c.451.118.905.233 1.356.352.451.119.905.234 1.356.35l1.356.345 1.359.342c.454.112.908.227 1.359.34l1.363.335c.454.112.909.22 1.363.329l1.366.325c.454.109.912.214 1.366.319l1.369.315c.458.105.912.207 1.37.309.458.101.915.203 1.373.301.457.102.915.2 1.373.299.457.098.918.196 1.376.291l1.38.285c.461.095.918.186 1.379.281.461.092.922.183 1.383.271l1.387.265c.461.088.925.173 1.386.257.465.085.929.166 1.39.248l1.393.244c.465.081.929.156 1.397.234.464.078.932.152 1.397.227.467.075.932.146 1.4.217a191.095 191.095 0 0 0 4.22.6c.471.06.942.122 1.413.18.472.057.943.115 1.417.17.475.053.946.108 1.421.158.474.051.949.102 1.423.15a186.972 186.972 0 0 0 4.292.376c.478.037.956.071 1.437.102a199.808 199.808 0 0 0 2.885.166c.481.023.963.044 1.447.064.485.02.967.034 1.451.047.485.014.97.028 1.455.034.484.01.972.017 1.461.02.488.004.976.007 1.464.004.488 0 .98 0 1.468-.01s.979-.014 1.471-.024c.491-.01.983-.023 1.475-.04.494-.017.986-.038 1.481-.058.495-.024.99-.047 1.485-.075a112.641 112.641 0 0 0 2.986-.203c.498-.04 1-.081 1.498-.126.502-.044 1-.094 1.502-.145a80.01 80.01 0 0 0 1.509-.166 77.08 77.08 0 0 0 1.511-.187 80.745 80.745 0 0 0 1.519-.207c.508-.07 1.014-.149 1.525-.227.509-.078 1.017-.162 1.529-.247.512-.085 1.021-.176 1.536-.268.512-.095 1.024-.19 1.539-.291a123.94 123.94 0 0 0 3.091-.655 128.556 128.556 0 0 0 4.682-1.16 95.67 95.67 0 0 0 3.149-.902 108.258 108.258 0 0 0 4.766-1.558 103.073 103.073 0 0 0 3.207-1.183 125.071 125.071 0 0 0 3.234-1.305 86.546 86.546 0 0 0 1.627-.702c.542-.24 1.088-.481 1.63-.732a106.67 106.67 0 0 0 3.282-1.57c.549-.274 1.098-.549 1.651-.834a129.388 129.388 0 0 0 3.322-1.78 131.116 131.116 0 0 0 3.349-1.928 128.664 128.664 0 0 0 5.074-3.193 124.673 124.673 0 0 0 3.424-2.342 142.34 142.34 0 0 0 6.929-5.22c.583-.465 1.166-.94 1.752-1.425.587-.481 1.173-.973 1.76-1.47.586-.5 1.176-1.008 1.766-1.523.59-.515 1.183-1.04 1.773-1.576a157.918 157.918 0 0 0 3.573-3.309V64.322c-.597.546-1.197 1.085-1.79 1.614a185.38 185.38 0 0 1-3.556 3.067c-.59.495-1.18.98-1.766 1.458a140.936 140.936 0 0 1-5.255 4.071 133.994 133.994 0 0 1-6.901 4.783c-.57.37-1.139.73-1.705 1.082a115.252 115.252 0 0 1-3.39 2.044c-.563.328-1.126.647-1.685.962-.559.316-1.119.62-1.678.922a113.207 113.207 0 0 1-6.644 3.316c-.549.25-1.098.498-1.644.739-.546.24-1.095.474-1.637.705a89.95 89.95 0 0 1-1.631.67c-.542.221-1.085.431-1.627.642a117.363 117.363 0 0 1-4.841 1.732c-.535.176-1.067.349-1.6.515a101.946 101.946 0 0 1-4.766 1.383c-.525.14-1.054.275-1.576.403-.525.13-1.047.258-1.573.38-.522.122-1.044.24-1.566.353a92.431 92.431 0 0 1-3.115.63c-.519.098-1.034.19-1.549.282-.516.088-1.031.176-1.546.257a120.151 120.151 0 0 1-3.071.448c-.509.067-1.021.129-1.529.19-.509.06-1.017.115-1.522.169a79.56 79.56 0 0 1-1.519.15c-.505.047-1.01.087-1.512.128-.505.04-1.006.078-1.508.108a115.338 115.338 0 0 1-4.495.217 109.735 109.735 0 0 1-2.973.054c-.495.004-.986.004-1.481 0-.492 0-.987-.006-1.478-.013-.492-.007-.983-.017-1.471-.03-.492-.014-.98-.028-1.468-.044-.488-.017-.977-.038-1.465-.062-.488-.023-.973-.047-1.461-.074a203.29 203.29 0 0 1-1.457-.088c-.485-.03-.97-.068-1.451-.102a212.443 212.443 0 0 1-2.892-.248c-.481-.043-.959-.094-1.44-.142-.482-.05-.96-.102-1.438-.156-.478-.054-.956-.112-1.434-.17-.477-.057-.952-.115-1.43-.179-.475-.06-.949-.125-1.424-.19-.474-.064-.949-.132-1.423-.2-.475-.067-.946-.139-1.421-.21a102.13 102.13 0 0 1-1.417-.224c-.471-.074-.942-.152-1.413-.234a169.71 169.71 0 0 1-2.817-.491c-.468-.085-.936-.173-1.404-.261a177.993 177.993 0 0 1-2.8-.546c-.464-.095-.932-.19-1.396-.288l-1.394-.295c-.464-.098-.928-.2-1.389-.302-.465-.101-.926-.203-1.387-.308-.461-.105-.925-.21-1.386-.319-.461-.108-.922-.213-1.383-.325l-1.38-.329a203.86 203.86 0 0 1-1.38-.339c-.461-.112-.918-.227-1.376-.342-.458-.115-.915-.234-1.373-.35-.457-.118-.915-.233-1.373-.355-.457-.119-.915-.241-1.369-.363l-1.37-.366c-.454-.122-.911-.248-1.366-.37l-1.366-.376c-.454-.125-.908-.254-1.363-.38-.454-.128-.908-.254-1.362-.383-.455-.128-.909-.257-1.36-.39-.454-.132-.905-.26-1.359-.393l-1.356-.396-1.356-.4c-.451-.133-.905-.268-1.356-.404l-1.356-.406c-.45-.136-.901-.275-1.352-.41-.451-.136-.902-.275-1.353-.41a520.548 520.548 0 0 1-4.047-1.25c-.451-.14-.898-.283-1.349-.422-.451-.139-.899-.281-1.349-.42-.451-.143-.899-.282-1.35-.424l-1.345-.427a509.31 509.31 0 0 1-1.346-.427l-1.346-.427c-.447-.143-.898-.285-1.346-.427l-1.345-.428c-.448-.142-.899-.288-1.346-.43l-1.346-.427c-.447-.143-.898-.285-1.346-.43-.447-.143-.898-.285-1.346-.431-.447-.143-.898-.285-1.345-.427l-1.346-.427-1.346-.428-1.346-.427c-.447-.142-.898-.281-1.345-.424-.451-.142-.899-.28-1.349-.423-.451-.14-.899-.282-1.35-.424-.45-.139-.898-.281-1.349-.42l-1.349-.417c-.451-.14-.898-.275-1.349-.414-.451-.139-.902-.274-1.349-.413-.451-.136-.902-.275-1.353-.41l-1.352-.407c-.451-.136-.905-.272-1.356-.404a162.11 162.11 0 0 0-1.356-.4c-.451-.132-.905-.267-1.356-.396a162.73 162.73 0 0 0-1.359-.394 230.34 230.34 0 0 0-1.36-.39l-1.359-.386c-.454-.129-.909-.254-1.363-.383-.454-.125-.908-.254-1.362-.38-.455-.125-.909-.247-1.367-.372-.454-.122-.911-.248-1.366-.367-.454-.122-.912-.24-1.369-.362l-1.37-.356c-.457-.119-.915-.234-1.373-.353l-1.372-.345c-.458-.116-.919-.228-1.377-.34-.457-.111-.918-.223-1.379-.332-.461-.108-.919-.22-1.38-.325-.461-.108-.922-.214-1.383-.319-.461-.105-.922-.21-1.383-.312-.465-.101-.926-.203-1.39-.305-.464-.101-.925-.2-1.39-.295-.464-.098-.929-.193-1.393-.288a208.125 208.125 0 0 0-2.793-.552l-1.4-.265-1.404-.254c-.467-.085-.939-.166-1.406-.244-.472-.081-.943-.16-1.411-.237-.471-.078-.942-.153-1.413-.224-.471-.075-.946-.146-1.417-.217-.475-.071-.946-.139-1.42-.203-.475-.068-.95-.13-1.424-.194-.475-.064-.95-.125-1.424-.183-.475-.057-.952-.115-1.43-.17-.478-.053-.956-.108-1.434-.158-.478-.051-.956-.102-1.438-.15-.48-.047-.959-.091-1.44-.135-.482-.044-.963-.085-1.444-.122-.482-.037-.966-.075-1.448-.105-.481-.034-.966-.065-1.45-.095-.485-.03-.97-.058-1.458-.082-.485-.023-.973-.047-1.458-.064s-.976-.037-1.464-.05a107.715 107.715 0 0 0-2.939-.058c-.492-.004-.983-.004-1.478-.004-.492 0-.987.007-1.482.014-.495.006-.99.017-1.484.03-.495.014-.99.03-1.489.048-.498.02-.996.037-1.494.064-.499.024-.997.054-1.499.085a111.808 111.808 0 0 0-4.525.366c-.505.05-1.01.102-1.519.16-.505.057-1.013.118-1.522.182-.508.065-1.017.13-1.529.2-.511.072-1.02.146-1.535.224-.512.078-1.024.163-1.54.248-.511.084-1.026.176-1.542.27-.515.096-1.03.194-1.549.296-.518.101-1.037.206-1.556.318a85.46 85.46 0 0 0-1.559.343 96.855 96.855 0 0 0-4.715 1.18 103.133 103.133 0 0 0-6.366 1.96c-.536.182-1.072.368-1.607.561a117.28 117.28 0 0 0-3.234 1.217 108.838 108.838 0 0 0-3.258 1.35c-.545.233-1.091.474-1.637.722a118.056 118.056 0 0 0-4.953 2.38 111.188 111.188 0 0 0-5.013 2.711 127.516 127.516 0 0 0-3.376 2.007c-.563.349-1.132.701-1.699 1.06a126.038 126.038 0 0 0-3.42 2.254c-.573.39-1.146.79-1.722 1.194a133.445 133.445 0 0 0-5.207 3.854 148.296 148.296 0 0 0-7.05 5.824 156.815 156.815 0 0 0-3.573 3.224l-.01-.027Z\' fill=\'%23589A43\'/%3E%3Cpath d=\'M244.748 98.18c.346 0 .688 0 1.034-.004.495 0 .993-.007 1.488-.017.498-.01.996-.023 1.495-.037.498-.013 1-.034 1.498-.054a111.405 111.405 0 0 0 3.014-.163c.505-.034 1.006-.071 1.515-.108.505-.041 1.01-.082 1.519-.13.505-.047 1.013-.097 1.522-.148.508-.055 1.017-.109 1.528-.17.512-.06 1.021-.122 1.533-.19a135.258 135.258 0 0 0 3.081-.447c.515-.082 1.03-.17 1.549-.258a82.73 82.73 0 0 0 1.553-.281 128.25 128.25 0 0 0 3.125-.634 134.76 134.76 0 0 0 1.57-.356c.525-.122 1.05-.25 1.576-.38.525-.132 1.054-.264 1.583-.406a103.044 103.044 0 0 0 4.783-1.387c.536-.17 1.071-.339 1.607-.519.535-.176 1.074-.362 1.613-.549.539-.186 1.078-.383 1.621-.58.539-.196 1.081-.4 1.623-.61a111.903 111.903 0 0 0 6.563-2.766 109.324 109.324 0 0 0 3.322-1.59c.556-.277 1.112-.559 1.671-.847.56-.288 1.115-.586 1.678-.888a118.577 118.577 0 0 0 5.075-2.895 140.59 140.59 0 0 0 3.417-2.132 125.187 125.187 0 0 0 3.444-2.309c.576-.4 1.156-.803 1.732-1.22.58-.413 1.159-.837 1.739-1.268.583-.43 1.163-.868 1.749-1.312.583-.447 1.17-.898 1.756-1.359a149.009 149.009 0 0 0 5.312-4.383 173.54 173.54 0 0 0 3.58-3.18l.125-.115v-13.62l-.661.63a166.046 166.046 0 0 1-10.597 9.278 166.796 166.796 0 0 1-3.471 2.695c-.576.434-1.149.858-1.722 1.278a131.436 131.436 0 0 1-8.508 5.732c-.56.346-1.122.688-1.682 1.02-.559.336-1.115.662-1.674.984-.556.322-1.112.637-1.665.945-.552.309-1.108.61-1.661.906a126.072 126.072 0 0 1-6.569 3.268 113.811 113.811 0 0 1-3.248 1.427c-.539.227-1.078.45-1.613.667a124.024 124.024 0 0 1-3.207 1.241 112.714 112.714 0 0 1-6.346 2.125c-.525.16-1.051.312-1.573.465-.522.149-1.044.295-1.566.437a129.83 129.83 0 0 1-3.115.797c-.519.125-1.034.244-1.549.359a143.279 143.279 0 0 1-3.081.65c-.512.103-1.024.197-1.533.292-.512.092-1.02.184-1.528.268-.509.085-1.017.17-1.522.248-.509.078-1.014.156-1.519.227-.505.071-1.01.139-1.512.203-.502.065-1.007.126-1.508.187-.502.057-1.004.111-1.502.166-.502.05-1 .101-1.498.145-.499.044-.997.089-1.495.126-.499.037-.994.078-1.489.108-.494.034-.993.065-1.484.092-.495.027-.987.054-1.482.075-.491.023-.986.04-1.478.057-.491.017-.983.03-1.471.04-.491.011-.979.021-1.468.025-.488.006-.976.01-1.464.01h-.224c-.413 0-.823 0-1.234-.004-.484-.003-.972-.01-1.454-.02-.485-.01-.969-.02-1.451-.034-.484-.014-.966-.03-1.447-.047a192.661 192.661 0 0 1-2.885-.139c-.478-.028-.959-.058-1.437-.088-.478-.031-.956-.065-1.434-.102-.478-.037-.956-.075-1.431-.115-.474-.041-.952-.082-1.427-.126-.474-.044-.949-.088-1.423-.135-.475-.048-.946-.099-1.421-.15a182.487 182.487 0 0 1-2.83-.329c-.471-.057-.943-.115-1.41-.18a205.205 205.205 0 0 1-2.811-.39c-.467-.067-.935-.138-1.4-.206-.467-.07-.932-.142-1.4-.217-.464-.074-.932-.149-1.396-.227-.465-.078-.929-.152-1.393-.234-.465-.078-.929-.159-1.39-.244l-.143-.023c-.417-.075-.83-.146-1.244-.224l-1.386-.258-1.383-.264c-.461-.088-.922-.18-1.38-.271-.461-.092-.922-.187-1.38-.278-.461-.095-.918-.187-1.376-.285a218.296 218.296 0 0 1-2.749-.59c-.458-.102-.915-.2-1.369-.302-.458-.101-.912-.206-1.37-.308l-1.369-.315c-.455-.106-.909-.21-1.367-.319l-1.362-.326c-.455-.108-.909-.22-1.363-.328-.39-.095-.783-.19-1.173-.288l-.19-.048c-.454-.112-.905-.224-1.359-.339l-.153-.037c-.403-.102-.803-.2-1.206-.302l-1.356-.346-9.468-2.505c-.451-.122-.898-.244-1.349-.37l-26.936-7.504c-.451-.122-.902-.248-1.352-.37l-5.407-1.444c-.451-.118-.902-.237-1.356-.352l-2.715-.699c-.455-.115-.905-.23-1.36-.342-.454-.115-.908-.227-1.359-.339l-1.363-.336c-.454-.111-.908-.22-1.362-.332l-1.366-.325c-.455-.109-.912-.214-1.367-.322l-.318-.075-1.051-.244-1.37-.312-1.372-.305c-.458-.102-.916-.2-1.373-.302l-1.377-.294c-.383-.082-.766-.16-1.149-.241l-.227-.048c-.458-.095-.919-.19-1.38-.281l-1.383-.275c-.461-.091-.922-.18-1.386-.267-.461-.089-.925-.177-1.386-.261l-1.39-.255a199.593 199.593 0 0 0-2.787-.484c-.464-.078-.932-.153-1.396-.227-.468-.075-.933-.15-1.4-.22-.468-.072-.936-.143-1.404-.211-.468-.068-.935-.136-1.407-.2-.467-.064-.938-.132-1.41-.193l-1.413-.183c-.471-.058-.943-.119-1.414-.173l-1.42-.163-1.424-.152-1.424-.143c-.474-.044-.952-.088-1.43-.129-.478-.04-.953-.08-1.434-.118-.478-.038-.96-.071-1.437-.105-.478-.034-.96-.065-1.441-.095-.481-.03-.96-.054-1.444-.082-.481-.023-.966-.047-1.448-.067-.48-.02-.966-.038-1.45-.055-.485-.017-.97-.03-1.455-.04-.484-.01-.972-.02-1.46-.027-.489-.007-.974-.01-1.465-.01h-.295c-.39 0-.78 0-1.173.003-.488.003-.98.01-1.471.02-.492.01-.983.02-1.478.034-.492.014-.986.03-1.481.05-.495.021-.99.042-1.485.069-.495.023-.993.054-1.488.084a111.954 111.954 0 0 0-2.993.224c-.502.044-1 .092-1.502.14-.502.05-1.004.104-1.509.158-.505.058-1.01.116-1.515.177-.505.064-1.01.129-1.518.2-.509.068-1.017.142-1.526.22-.508.075-1.017.156-1.529.237-.508.085-1.02.17-1.532.261a134.16 134.16 0 0 0-3.085.59c-.515.105-1.03.217-1.549.329-.519.115-1.034.23-1.552.353-.519.122-1.041.247-1.56.38-.522.128-1.044.26-1.566.4-.522.138-1.047.28-1.573.426-.525.146-1.05.299-1.576.455-.525.156-1.054.315-1.583.481a110.931 110.931 0 0 0-6.39 2.203c-.535.204-1.074.41-1.613.624a124.146 124.146 0 0 0-3.244 1.346 133.6 133.6 0 0 0-1.631.718c-.546.244-1.092.495-1.637.753a106.526 106.526 0 0 0-3.295 1.61 128.16 128.16 0 0 0-3.322 1.753 125.965 125.965 0 0 0-5.03 2.905 135.021 135.021 0 0 0-5.096 3.264c-.57.383-1.139.776-1.711 1.173-.573.397-1.143.803-1.72 1.217-.572.414-1.148.834-1.725 1.261a136.83 136.83 0 0 0-3.47 2.658c-.58.457-1.163.925-1.747 1.4-.583.474-1.169.959-1.755 1.447a144.472 144.472 0 0 0-3.532 3.05 150.82 150.82 0 0 0-1.777 1.601 166.431 166.431 0 0 0-3.58 3.363l.54.57c.596-.557 1.19-1.1 1.786-1.635.593-.535 1.186-1.06 1.776-1.58A142.537 142.537 0 0 1-.56 90.116a146.393 146.393 0 0 1 6.97-5.414 157.063 157.063 0 0 1 3.44-2.424 124.95 124.95 0 0 1 6.794-4.325c.562-.332 1.122-.657 1.681-.98.56-.318 1.115-.63 1.671-.938.556-.305 1.112-.607 1.668-.902a124.975 124.975 0 0 1 3.312-1.688 122.181 122.181 0 0 1 3.285-1.546 95.5 95.5 0 0 1 1.634-.718 111.376 111.376 0 0 1 6.467-2.56c.536-.19 1.068-.38 1.6-.559a98.347 98.347 0 0 1 1.597-.529 106.068 106.068 0 0 1 4.746-1.42c.525-.142 1.047-.285 1.573-.417a87.851 87.851 0 0 1 1.566-.393c.522-.126 1.04-.248 1.559-.366.519-.119 1.037-.23 1.556-.34.519-.108 1.034-.216 1.55-.318.514-.102 1.03-.2 1.542-.292a131.884 131.884 0 0 1 3.071-.515c.508-.078 1.02-.152 1.528-.224.509-.07 1.017-.135 1.523-.2.508-.064 1.013-.125 1.518-.183.505-.057 1.01-.108 1.515-.159a113.043 113.043 0 0 1 4.512-.366c.499-.03.997-.058 1.495-.085.499-.023.993-.044 1.492-.064.495-.02.99-.034 1.484-.048.495-.013.987-.023 1.482-.03.495-.007.986-.01 1.478-.014h.42c.35 0 .702 0 1.051.004.492.003.98.013 1.468.02.488.01.976.02 1.464.034.488.014.973.03 1.461.05.485.021.97.041 1.454.065.485.024.97.051 1.451.081a193.985 193.985 0 0 1 2.892.2c.481.038.96.078 1.44.123.478.044.96.088 1.438.135.478.048.956.098 1.434.15a210.088 210.088 0 0 1 2.858.329c.474.057.949.118 1.423.182.475.065.95.126 1.42.193l1.417.204c.472.071.943.142 1.414.217.471.074.939.146 1.41.224.468.077.939.155 1.407.237l1.403.244c.468.085.936.166 1.4.254.468.085.932.173 1.4.264a196.474 196.474 0 0 1 2.79.553c.464.095.929.19 1.393.288l1.387.295 1.386.305c.461.102.922.207 1.383.312.461.105.922.21 1.383.319l1.377.325c.461.109.918.22 1.376.332.457.112.918.224 1.376.34.458.115.915.226 1.373.345.458.115.915.234 1.373.353l.173.044c.396.101.796.206 1.193.308.458.119.912.24 1.366.363l1.366.366c.454.122.909.247 1.363.37l1.363.376 1.359.38 1.359.386 1.36.39c.45.128.905.26 1.355.393l1.356.397c.451.132.902.264 1.353.4l14.841 4.576 26.956 8.474 4.067 1.21c.451.133.905.268 1.36.397l1.359.393c.454.13.908.261 1.363.39.4.115.8.227 1.2.34l.162.043c.455.129.909.254 1.367.38l1.366.376c.454.126.911.248 1.369.37l1.37.366c.457.122.915.24 1.372.362.424.112.851.22 1.278.33l.099.023c.457.119.918.234 1.376.35.461.114.919.23 1.38.341.457.112.918.228 1.379.34.427.105.858.206 1.285.308l.098.024 1.387.325c.461.109.925.214 1.386.319.465.105.926.207 1.39.308.465.102.929.204 1.393.302.465.098.929.2 1.397.295.464.098.932.193 1.397.288.467.095.932.186 1.4.278a187.706 187.706 0 0 0 2.81.532l1.41.254c.471.082.942.163 1.413.241l1.417.234 1.421.224c.474.07.945.142 1.42.21s.949.135 1.427.2a206.98 206.98 0 0 0 4.298.539c.482.054.96.105 1.441.156.482.05.963.098 1.444.142.482.044.963.088 1.448.129.481.04.966.081 1.451.119.484.037.969.07 1.454.101.485.034.973.061 1.461.092.488.027.976.054 1.464.074.488.024.976.044 1.468.061s.98.034 1.471.045c.492.013.983.023 1.475.03.491.007.986.014 1.481.014h.454l-.013.027Zm81.817-34.041a223.82 223.82 0 0 1-1.658 1.495c-.593.529-1.186 1.047-1.776 1.556-.593.508-1.183 1.01-1.77 1.505a155.898 155.898 0 0 1-5.261 4.207c-.579.444-1.159.878-1.739 1.305-.579.427-1.156.847-1.732 1.26-.576.414-1.149.818-1.722 1.214-.573.397-1.146.787-1.715 1.17-.57.383-1.142.76-1.709 1.125-.569.366-1.135.726-1.701 1.082a113.782 113.782 0 0 1-3.383 2.037 121.017 121.017 0 0 1-5.017 2.76c-.553.287-1.109.565-1.658.843-.552.275-1.102.546-1.651.807a100.545 100.545 0 0 1-3.284 1.509c-.546.24-1.089.474-1.634.701-.543.227-1.085.451-1.628.671a103.485 103.485 0 0 1-3.233 1.24 119.105 119.105 0 0 1-3.207 1.123c-.532.176-1.065.346-1.597.512-.529.166-1.061.329-1.59.485-.528.156-1.057.312-1.583.457-.525.15-1.051.292-1.576.43-.525.14-1.051.272-1.573.404-.522.13-1.044.258-1.566.38s-1.041.237-1.559.352c-.519.112-1.038.224-1.556.33-.519.104-1.034.203-1.549.301a122.825 122.825 0 0 1-3.082.536 129.744 129.744 0 0 1-3.061.447c-.508.068-1.017.129-1.522.19-.505.06-1.013.115-1.518.17-.505.05-1.011.105-1.512.148-.505.048-1.007.089-1.509.13-.501.04-1.003.074-1.505.108a114.74 114.74 0 0 1-2.993.162c-.498.02-.993.041-1.488.055-.495.013-.99.027-1.485.037-.495.01-.986.014-1.481.017-.343 0-.685.003-1.027.003h-.451c-.492 0-.983-.01-1.471-.017-.492-.006-.98-.016-1.468-.03a210.7 210.7 0 0 1-1.465-.044 104.91 104.91 0 0 1-1.461-.061c-.484-.024-.973-.048-1.454-.075-.485-.027-.969-.057-1.454-.088-.485-.03-.966-.068-1.448-.102a102.98 102.98 0 0 1-1.444-.118c-.481-.04-.959-.085-1.44-.129-.482-.044-.96-.095-1.438-.142a205.189 205.189 0 0 1-2.864-.322c-.475-.058-.953-.116-1.427-.177-.475-.06-.949-.125-1.424-.19-.474-.064-.946-.132-1.42-.2-.471-.067-.946-.138-1.417-.21-.471-.07-.943-.145-1.414-.223-.471-.075-.939-.153-1.41-.23a208.807 208.807 0 0 1-2.81-.493c-.468-.084-.936-.172-1.4-.26-.468-.089-.932-.177-1.4-.268-.464-.092-.932-.183-1.397-.278-.464-.095-.929-.19-1.393-.288l-1.39-.295c-.464-.099-.925-.2-1.39-.302-.461-.102-.925-.203-1.386-.309-.461-.105-.922-.21-1.383-.318a103.17 103.17 0 0 1-1.383-.325l-.098-.024-1.282-.305c-.461-.112-.918-.224-1.376-.34-.458-.111-.919-.226-1.376-.342a188.9 188.9 0 0 1-1.373-.349l-.099-.024c-.423-.108-.85-.217-1.274-.328-.458-.119-.912-.241-1.37-.36l-1.366-.366-1.366-.37-1.362-.376c-.455-.125-.909-.254-1.363-.38l-.163-.047c-.4-.112-.8-.223-1.2-.339-.454-.129-.905-.257-1.359-.39l-1.36-.393-1.355-.396-9.468-2.861-36.397-11.4c-.451-.136-.902-.268-1.356-.4l-1.356-.4c-.454-.133-.905-.265-1.359-.394l-1.363-.39-1.362-.386-1.363-.383c-.454-.125-.909-.254-1.366-.38-.455-.125-.912-.247-1.366-.372-.458-.123-.912-.248-1.37-.37-.458-.122-.912-.244-1.369-.363-.4-.105-.8-.206-1.197-.311l-.173-.045c-.458-.118-.915-.237-1.373-.352l-1.376-.346c-.458-.115-.919-.227-1.38-.339a161.8 161.8 0 0 0-1.379-.332c-.461-.109-.922-.22-1.383-.326-.461-.108-.926-.213-1.387-.318-.461-.105-.925-.21-1.386-.312-.465-.102-.929-.207-1.39-.305-.461-.098-.929-.2-1.393-.298-.465-.099-.929-.194-1.397-.288-.464-.095-.929-.19-1.397-.282-.467-.091-.932-.183-1.4-.271l-1.403-.264c-.468-.089-.936-.17-1.407-.255a210.266 210.266 0 0 0-2.823-.485 97.725 97.725 0 0 0-1.417-.223c-.472-.075-.946-.146-1.42-.217-.475-.071-.95-.14-1.425-.204-.474-.067-.949-.132-1.427-.193-.474-.064-.952-.125-1.427-.183-.478-.057-.956-.115-1.434-.17-.478-.053-.956-.108-1.437-.159-.478-.05-.96-.101-1.44-.149-.482-.047-.963-.091-1.445-.135-.481-.044-.966-.085-1.447-.122-.485-.038-.966-.075-1.451-.105-.485-.034-.97-.065-1.454-.095-.485-.03-.973-.058-1.461-.082-.488-.023-.973-.047-1.465-.064-.488-.02-.98-.037-1.467-.051-.489-.014-.98-.027-1.472-.037-.491-.01-.983-.017-1.474-.02-.353 0-.705-.004-1.058-.004h-.423c-.495 0-.99.007-1.485.014-.495.006-.993.017-1.492.03-.498.014-.993.03-1.495.047-.498.02-1 .041-1.498.065-.502.024-1 .054-1.502.085a112.31 112.31 0 0 0-4.539.366c-.508.05-1.013.105-1.522.16a124.508 124.508 0 0 0-3.06.386c-.513.07-1.024.145-1.54.227-.515.078-1.027.162-1.542.247-.515.088-1.03.176-1.55.271a124.603 124.603 0 0 0-3.111.614c-.522.112-1.044.224-1.566.342a95.86 95.86 0 0 0-1.573.37c-.526.129-1.051.257-1.576.396-.526.136-1.055.278-1.583.42-.53.146-1.058.296-1.59.448a107.82 107.82 0 0 0-3.197.983 98.633 98.633 0 0 0-4.84 1.695 122.351 122.351 0 0 0-3.255 1.285c-.546.224-1.091.457-1.637.691a133.7 133.7 0 0 0-1.644.726c-.55.247-1.099.502-1.651.76-.553.257-1.105.525-1.658.796-.552.27-1.108.549-1.664.83a117.002 117.002 0 0 0-6.39 3.505c.024-.013.048-.03.071-.044a126.737 126.737 0 0 1 8.329-4.817c.55-.291 1.098-.573 1.648-.85.549-.278 1.095-.55 1.64-.817a116.05 116.05 0 0 1 8.102-3.583c.536-.21 1.068-.417 1.6-.62.532-.2 1.064-.398 1.597-.59a110.554 110.554 0 0 1 9.447-2.953 130.436 130.436 0 0 1 4.648-1.122 123.977 123.977 0 0 1 3.07-.63c.513-.1 1.021-.19 1.53-.282.508-.092 1.016-.176 1.522-.261.508-.082 1.013-.163 1.518-.238.505-.074 1.01-.149 1.515-.216.505-.068 1.007-.136 1.509-.197s1.003-.122 1.505-.176c.498-.054 1-.109 1.498-.16.499-.05.997-.095 1.495-.139.499-.044.993-.081 1.488-.118.495-.037.99-.071 1.485-.102.495-.03.987-.061 1.481-.085.492-.023.987-.047 1.478-.067.492-.02.984-.038 1.472-.051.488-.014.98-.027 1.467-.034.488-.01.977-.014 1.465-.02.39 0 .776-.007 1.166-.007h.295c.485 0 .973.006 1.454.01.485.007.97.013 1.45.027.482.013.967.024 1.448.04.482.018.963.035 1.444.055.482.02.963.044 1.441.068.478.023.96.05 1.437.081.478.03.956.061 1.434.095s.956.068 1.43.105a201.195 201.195 0 0 1 2.847.248c.476.044.947.091 1.422.138.47.048.945.099 1.417.15.47.05.942.105 1.413.162.471.055.939.116 1.41.173.468.058.939.119 1.407.183.468.061.939.126 1.407.194a175.898 175.898 0 0 1 2.796.41c.465.07.933.145 1.397.22.464.075.929.15 1.393.227.465.078.926.156 1.39.237l1.39.244c.464.082.925.167 1.386.255.461.084.922.173 1.383.26.461.089.922.177 1.383.269l1.377.27c.457.092.918.187 1.376.282l.231.047c.383.078.766.16 1.145.238l1.373.295c.458.098.915.2 1.37.298l1.369.305c.458.102.912.207 1.366.309.349.08.699.162 1.048.244l.318.074c.455.105.909.21 1.363.319l1.363.325c.454.109.905.22 1.359.33.454.11.905.223 1.359.335.451.111.906.223 1.36.339.451.111.901.227 1.356.342l2.712.695c.45.115.901.234 1.352.353l5.403 1.44 1.35.366 26.935 7.505c.451.122.899.248 1.349.37l8.119 2.16 1.356.348c.451.116.905.23 1.359.346l1.21.305.153.037c.454.112.908.228 1.363.34l.19.047c.393.098.783.193 1.176.288.454.112.908.22 1.366.329l1.366.325c.454.109.912.214 1.369.319l1.37.315 1.373.312 1.373.305c.457.102.918.2 1.376.298.458.099.919.197 1.38.292.461.098.918.19 1.379.285.461.095.922.186 1.383.281.461.092.922.183 1.387.271.464.088.925.18 1.386.265.465.088.926.172 1.39.26.417.079.834.15 1.251.224l.142.024 1.397.244c.464.082.932.16 1.397.234a196.201 196.201 0 0 0 2.803.444 177.252 177.252 0 0 0 2.817.41c.471.065.942.13 1.413.19.472.061.943.122 1.417.18.472.057.946.115 1.417.17.475.053.949.108 1.424.159.475.05.949.101 1.427.149.475.047.953.095 1.431.135.478.044.956.085 1.434.126.478.04.956.078 1.437.115.478.037.959.071 1.441.102.481.03.962.06 1.444.088.481.027.962.054 1.447.078.481.024.966.044 1.451.064.485.02.969.034 1.454.048.485.013.973.027 1.461.034.488.01.976.017 1.465.02.413.003.827.003 1.24.003h.224c.492 0 .98-.003 1.471-.01.492-.007.983-.013 1.475-.024.491-.01.986-.023 1.481-.04.495-.017.99-.037 1.485-.058.495-.024.993-.047 1.488-.074a111.823 111.823 0 0 0 2.993-.204c.502-.04 1.004-.081 1.505-.129.502-.044 1.004-.095 1.509-.145.505-.051 1.007-.109 1.512-.166.505-.058 1.01-.123 1.518-.187.505-.064 1.014-.136 1.522-.207.509-.07 1.017-.149 1.529-.227.509-.078 1.02-.163 1.532-.247a123.23 123.23 0 0 0 1.539-.268 123.162 123.162 0 0 0 3.092-.61c.518-.109 1.034-.224 1.552-.34.519-.118 1.041-.237 1.56-.362a87.707 87.707 0 0 0 1.566-.39 88.981 88.981 0 0 0 1.569-.413 90.973 90.973 0 0 0 1.577-.441c.525-.15 1.054-.305 1.583-.468a108.923 108.923 0 0 0 8.006-2.752c.539-.207 1.078-.42 1.621-.638a124.181 124.181 0 0 0 3.254-1.373 111.576 111.576 0 0 0 3.281-1.505c.549-.26 1.099-.532 1.651-.803a116.756 116.756 0 0 0 4.993-2.624c.56-.308 1.116-.627 1.678-.949.56-.322 1.122-.65 1.682-.986a136.68 136.68 0 0 0 3.39-2.095c.566-.363 1.135-.732 1.705-1.109.569-.376 1.139-.759 1.712-1.152.572-.39 1.142-.79 1.718-1.194.573-.406 1.149-.82 1.726-1.24.576-.42 1.155-.848 1.732-1.285.579-.437 1.159-.881 1.739-1.332.583-.451 1.162-.912 1.749-1.376a161.127 161.127 0 0 0 8.854-7.638c.376-.349.756-.701 1.132-1.057v11.451l.004-.014Z\' fill=\'url(%23a)\'/%3E%3Cpath d=\'M-7.92 96.05a173.67 173.67 0 0 1 3.572-3.467 186.632 186.632 0 0 1 3.539-3.258 165.862 165.862 0 0 1 5.254-4.502c.58-.474 1.16-.942 1.736-1.403a136.697 136.697 0 0 1 3.45-2.664 129.148 129.148 0 0 1 3.421-2.488 154.406 154.406 0 0 1 3.39-2.319 141.376 141.376 0 0 1 3.363-2.156 129.94 129.94 0 0 1 8.288-4.715c.546-.285 1.095-.563 1.637-.834a138.661 138.661 0 0 1 3.258-1.57c.542-.25 1.081-.494 1.62-.735.54-.24 1.078-.475 1.614-.702a121.032 121.032 0 0 1 4.8-1.932c.532-.2 1.06-.397 1.59-.586.528-.19 1.057-.373 1.583-.556.525-.18 1.054-.356 1.576-.53a93.207 93.207 0 0 1 1.573-.5 102.499 102.499 0 0 1 3.125-.923 88.075 88.075 0 0 1 1.556-.424c.519-.135 1.034-.27 1.55-.4.514-.128 1.03-.254 1.542-.376.515-.122 1.027-.24 1.539-.352.511-.116 1.023-.224 1.532-.333a123.66 123.66 0 0 1 3.05-.59c.51-.09 1.014-.182 1.52-.267a126.68 126.68 0 0 1 3.02-.468c.501-.071 1.003-.142 1.505-.207.501-.064 1-.125 1.498-.183.498-.057.997-.115 1.495-.166.498-.054.993-.102 1.488-.15a110.976 110.976 0 0 1 2.966-.243c.492-.034.987-.068 1.478-.098.492-.03.983-.058 1.471-.082.492-.024.98-.047 1.468-.064.488-.02.976-.034 1.465-.051a69.12 69.12 0 0 1 1.46-.034c.485-.01.97-.017 1.455-.02.485-.004.97-.007 1.45-.004.485 0 .967 0 1.448.007s.963.014 1.444.024.96.02 1.44.037c.479.014.96.03 1.438.048a101 101 0 0 1 1.434.06c.478.02.953.048 1.43.075.475.027.953.054 1.428.085.474.03.949.06 1.423.095.475.034.946.071 1.42.108.472.038.947.075 1.418.119a191.608 191.608 0 0 1 2.823.268c.472.047.939.098 1.407.149.468.05.936.105 1.404.16a209.715 209.715 0 0 1 2.8.342c.464.06.932.122 1.396.186.465.061.929.129 1.393.193a171.873 171.873 0 0 1 2.78.41c.461.072.925.143 1.387.217l1.383.224c.461.075.918.153 1.379.23.461.079.919.157 1.38.238l1.376.244c.458.081.915.166 1.373.25.458.086.915.17 1.373.258.458.085.915.177 1.369.265.458.088.912.176 1.37.268l1.366.274c.454.092.908.183 1.366.278l1.363.285c.454.095.908.19 1.363.288.454.098.908.193 1.359.292.454.098.905.196 1.359.298.451.098.905.2 1.356.302l1.356.305c.451.101.905.203 1.356.308.451.102.902.207 1.356.309l1.352.315c.451.105.902.21 1.353.319l1.353.318c.45.109.898.214 1.349.322l1.349.326 1.349.325 1.349.329c.451.108.898.22 1.349.329.448.111.899.22 1.346.332.448.112.898.224 1.346.332l1.346.336 1.345.335 1.346.336 1.346.336 1.346.335 1.345.336 1.346.335 1.346.336 1.346.335 1.345.336 1.346.336c.451.112.899.22 1.349.332.448.112.899.22 1.346.332.448.112.898.22 1.349.329.451.108.899.22 1.349.329.451.108.899.22 1.35.329l1.349.325c.451.108.901.213 1.352.322.451.108.902.213 1.353.319l1.352.315 1.356.315c.451.105.905.207 1.356.309.451.101.905.206 1.356.308.454.102.905.203 1.359.302.455.098.906.2 1.36.298l1.359.295c.454.098.909.193 1.363.291.454.095.908.194 1.363.289.454.095.908.19 1.366.281.454.091.912.186 1.366.278.457.091.912.183 1.369.271.458.088.912.18 1.37.268.457.088.915.176 1.373.26.457.086.915.17 1.373.255.457.085.918.166 1.376.248l1.379.244c.461.081.919.156 1.38.234a164.962 164.962 0 0 0 2.77.45c.461.075.925.146 1.386.214.464.071.925.139 1.39.207a196.153 196.153 0 0 0 2.79.39c.464.06.932.125 1.396.183.468.06.936.118 1.404.172.467.058.935.109 1.403.163.468.054.939.105 1.407.156a181.494 181.494 0 0 0 4.241.407c.474.04.945.078 1.42.115.474.037.949.071 1.424.102.474.034.949.064 1.427.091.474.03.952.055 1.43.082l1.434.071c.478.02.959.037 1.437.054.478.017.96.03 1.441.044.481.014.963.024 1.444.03.482.008.963.014 1.448.018.484.003.966.003 1.45.003.485 0 .97-.003 1.458-.01.485-.007.973-.014 1.461-.027.488-.01.976-.024 1.465-.04.488-.018.976-.035 1.467-.055.492-.02.98-.044 1.471-.071.492-.027.984-.055 1.478-.088.495-.03.987-.068 1.482-.105.495-.038.99-.079 1.485-.123.494-.044.993-.088 1.488-.138.498-.048.996-.102 1.495-.156.498-.055 1-.112 1.498-.177a113.788 113.788 0 0 0 4.525-.64 127.289 127.289 0 0 0 4.57-.824c.512-.102 1.02-.207 1.532-.319.512-.108 1.024-.224 1.539-.339.515-.118 1.027-.24 1.542-.362.516-.126 1.034-.255 1.55-.387.515-.132 1.033-.271 1.556-.41a139.21 139.21 0 0 0 3.125-.898c.522-.16 1.047-.322 1.573-.488a111.734 111.734 0 0 0 3.159-1.054c.529-.184 1.058-.377 1.59-.57a103.668 103.668 0 0 0 3.193-1.224 125.045 125.045 0 0 0 4.837-2.064 118.562 118.562 0 0 0 8.19-4.095c.553-.302 1.105-.61 1.658-.926.552-.315 1.108-.634 1.664-.959a132.72 132.72 0 0 0 10.129-6.593c.57-.407 1.142-.824 1.715-1.244a139.877 139.877 0 0 0 3.451-2.624c.577-.454 1.156-.912 1.736-1.38.58-.468 1.159-.945 1.742-1.427.583-.485 1.166-.98 1.753-1.478a321.92 321.92 0 0 0 1.759-1.525c.587-.519 1.176-1.044 1.766-1.576a185.805 185.805 0 0 0 5.346-5.051v7.247a168.473 168.473 0 0 1-3.573 3.342c-.593.54-1.183 1.072-1.773 1.594a168.652 168.652 0 0 1-3.525 3.03 161.445 161.445 0 0 1-5.231 4.173c-.576.44-1.156.871-1.729 1.298a164.863 164.863 0 0 1-3.437 2.461c-.569.397-1.139.784-1.705 1.166a136.529 136.529 0 0 1-5.075 3.244 131.929 131.929 0 0 1-3.349 1.963 121.553 121.553 0 0 1-6.617 3.485c-.549.268-1.095.525-1.64.783-.546.254-1.088.505-1.631.75a130.645 130.645 0 0 1-3.244 1.4 107.904 107.904 0 0 1-4.82 1.867 116.155 116.155 0 0 1-4.766 1.607 104.077 104.077 0 0 1-3.149.929 139.632 139.632 0 0 1-3.126.83 129.241 129.241 0 0 1-3.105.729 123.173 123.173 0 0 1-4.614.922c-.511.091-1.02.176-1.528.261a125.559 125.559 0 0 1-3.041.461c-.505.071-1.01.136-1.512.2-.505.064-1.007.122-1.508.18a114.81 114.81 0 0 1-3.004.305c-.498.044-.996.084-1.495.125-.498.037-.993.071-1.488.105s-.99.061-1.485.088c-.494.027-.989.051-1.481.072-.491.02-.983.037-1.475.054-.491.017-.983.027-1.471.037-.491.01-.979.02-1.467.024-.489.007-.977.007-1.465.007-.488 0-.973 0-1.461-.007-.485-.004-.969-.014-1.454-.02-.485-.01-.97-.02-1.451-.034-.485-.014-.966-.03-1.447-.048-.482-.017-.963-.04-1.444-.064-.482-.024-.963-.048-1.441-.075a199.985 199.985 0 0 1-2.871-.186c-.478-.034-.953-.071-1.431-.112a192.684 192.684 0 0 1-4.271-.407c-.471-.05-.946-.102-1.417-.156-.471-.054-.942-.108-1.414-.166-.471-.058-.939-.115-1.41-.176-.468-.061-.939-.122-1.407-.187l-1.403-.193-1.4-.203c-.468-.071-.932-.14-1.4-.214-.464-.071-.929-.146-1.397-.22-.464-.075-.928-.153-1.393-.23-.464-.079-.929-.157-1.39-.238-.464-.081-.925-.16-1.386-.244-.461-.081-.925-.17-1.386-.254a197.905 197.905 0 0 1-2.763-.53c-.461-.087-.919-.179-1.38-.27-.461-.092-.918-.183-1.376-.278l-1.373-.285c-.458-.095-.915-.193-1.373-.291-.458-.099-.915-.197-1.369-.299-.455-.102-.912-.2-1.37-.302-.454-.101-.912-.203-1.366-.308-.454-.102-.912-.207-1.366-.312-.454-.105-.909-.21-1.363-.319a782.004 782.004 0 0 1-2.722-.647c-.454-.108-.908-.217-1.359-.329-.451-.112-.905-.22-1.356-.332-.451-.112-.905-.224-1.356-.339l-1.356-.339c-.451-.115-.902-.23-1.356-.342l-1.352-.346c-.451-.115-.902-.23-1.353-.35a188.86 188.86 0 0 1-1.352-.352l-1.353-.352-1.349-.356c-.451-.119-.898-.237-1.349-.36-.451-.118-.899-.237-1.349-.359-.451-.122-.899-.24-1.346-.36-.451-.121-.899-.24-1.349-.362-.448-.122-.899-.24-1.346-.363-.451-.122-.898-.244-1.346-.362l-1.346-.366-1.345-.366-1.346-.367-1.346-.366-1.346-.366-1.346-.366-1.345-.366c-.448-.122-.899-.244-1.346-.363-.447-.122-.898-.24-1.346-.362-.451-.123-.898-.241-1.346-.363-.447-.122-.898-.24-1.345-.36-.451-.118-.899-.24-1.349-.359-.451-.118-.899-.24-1.35-.36-.45-.118-.898-.236-1.349-.352-.451-.115-.898-.237-1.349-.352-.451-.119-.902-.234-1.349-.353-.451-.115-.898-.234-1.349-.349l-1.353-.346-1.352-.345c-.451-.116-.902-.228-1.356-.34-.451-.111-.905-.227-1.356-.338-.451-.112-.905-.224-1.356-.333-.451-.111-.905-.22-1.359-.328l-1.36-.326c-.451-.108-.905-.217-1.359-.322l-1.363-.315c-.454-.105-.908-.21-1.362-.312-.455-.105-.909-.207-1.367-.308a184.5 184.5 0 0 0-1.366-.302c-.454-.102-.912-.2-1.369-.298-.458-.099-.915-.197-1.37-.292-.457-.095-.915-.193-1.373-.288-.457-.095-.915-.19-1.372-.282l-1.377-.274c-.457-.092-.918-.18-1.379-.268-.461-.088-.919-.173-1.38-.26-.461-.086-.922-.174-1.383-.255a98.719 98.719 0 0 0-1.387-.244c-.464-.081-.925-.163-1.389-.24-.465-.079-.926-.157-1.39-.231l-1.393-.224a98.632 98.632 0 0 0-1.394-.214 173.448 173.448 0 0 0-2.8-.403 190.715 190.715 0 0 0-9.894-1.112c-.475-.04-.95-.078-1.428-.115a98.908 98.908 0 0 0-1.43-.102 101.31 101.31 0 0 0-1.434-.091l-1.437-.082c-.482-.023-.96-.047-1.441-.068-.481-.02-.963-.037-1.444-.05-.481-.017-.966-.03-1.448-.041-.484-.01-.966-.02-1.45-.027-.485-.007-.97-.01-1.458-.01h-1.458c-.488 0-.976.01-1.464.017-.488.01-.976.02-1.468.034-.491.013-.98.03-1.471.05-.492.02-.983.041-1.478.065-.492.023-.986.054-1.481.081-.495.03-.99.064-1.485.098-.495.038-.99.075-1.488.116-.499.04-.997.088-1.495.135a111.76 111.76 0 0 0-3.004.326c-.501.06-1.003.125-1.508.19a115.424 115.424 0 0 0-3.03.447 129.136 129.136 0 0 0-3.051.529c-.512.095-1.02.196-1.533.298-.511.102-1.023.21-1.539.319-.511.112-1.027.224-1.545.342a130.015 130.015 0 0 0-3.105.756 132.215 132.215 0 0 0-3.126.858c-.522.152-1.047.308-1.573.467-.525.16-1.05.326-1.576.495-.525.17-1.054.346-1.583.522-.529.18-1.058.363-1.59.55-.529.186-1.06.38-1.593.58-.532.196-1.065.4-1.6.61a105.047 105.047 0 0 0-3.22 1.308 112.628 112.628 0 0 0-4.878 2.2 120.784 120.784 0 0 0-4.933 2.502c-.552.294-1.105.6-1.657.908a120.48 120.48 0 0 0-5.014 2.946 138.247 138.247 0 0 0-3.376 2.163 143 143 0 0 0-3.407 2.329c-.57.403-1.142.813-1.712 1.23a137.507 137.507 0 0 0-5.186 3.96 160.571 160.571 0 0 0-5.254 4.386 178.042 178.042 0 0 0-3.54 3.176 167.848 167.848 0 0 0-3.573 3.39l-.003.01Z\' fill=\'%23589A43\'/%3E%3Cpath d=\'m327.883 1.071-.011 2.8-.01 2.654-.01 2.522-.01 2.41c0 .787-.007 1.56-.01 2.323 0 .762-.007 1.511-.01 2.254l-.011 2.203c0 .73-.006 1.451-.01 2.173 0 .722-.007 1.44-.01 2.163 0 .722-.007 1.444-.01 2.173 0 .729-.007 1.46-.01 2.2l-.011 2.25c0 .763-.006 1.533-.01 2.32 0 .786-.006 1.593-.01 2.413l-.01 2.518-.01 2.651c-.004.909-.007 1.841-.014 2.8-.596.556-1.193 1.105-1.786 1.644-.593.54-1.187 1.068-1.78 1.59a224.7 224.7 0 0 1-1.769 1.54 161.599 161.599 0 0 1-5.268 4.315c-.583.454-1.159.901-1.739 1.342a139.403 139.403 0 0 1-10.282 7.125 124.518 124.518 0 0 1-5.044 3.004c-.556.315-1.115.623-1.667.925a108.869 108.869 0 0 1-4.966 2.563c-.55.268-1.095.529-1.641.783s-1.092.505-1.634.749a131.811 131.811 0 0 1-3.254 1.407 108.327 108.327 0 0 1-3.227 1.278 119.556 119.556 0 0 1-3.2 1.162c-.533.183-1.061.363-1.594.54a92.453 92.453 0 0 1-3.166.993c-.525.156-1.051.308-1.573.457a98.63 98.63 0 0 1-1.569.43c-.522.14-1.044.275-1.563.408-.522.132-1.04.257-1.559.383a142.02 142.02 0 0 1-3.098.691c-.516.109-1.028.214-1.543.312-.512.102-1.024.197-1.535.291-.512.092-1.021.184-1.533.268a118.536 118.536 0 0 1-3.047.475c-.505.071-1.01.139-1.515.207-.505.064-1.007.129-1.512.186a113.906 113.906 0 0 1-3.007.319c-.498.047-1 .091-1.498.132-.499.04-.994.078-1.492.115-.498.034-.993.068-1.488.095-.495.03-.99.058-1.485.082-.491.023-.986.043-1.478.064-.491.02-.983.034-1.474.047-.492.014-.98.024-1.471.03-.489.008-.977.014-1.465.018-.488 0-.973.003-1.461 0-.488 0-.973-.004-1.457-.01-.485-.007-.97-.014-1.455-.024-.484-.01-.966-.024-1.451-.04-.481-.018-.962-.031-1.444-.052-.481-.02-.962-.04-1.44-.064-.482-.024-.96-.047-1.438-.078-.478-.027-.955-.058-1.433-.091-.478-.031-.956-.065-1.431-.099-.475-.034-.953-.074-1.427-.112-.475-.037-.949-.078-1.424-.122a206.47 206.47 0 0 1-1.42-.135l-1.417-.143-1.414-.152-1.41-.163c-.471-.058-.939-.112-1.407-.173a102.44 102.44 0 0 1-1.403-.183c-.468-.064-.936-.125-1.403-.19-.468-.064-.933-.132-1.4-.2-.465-.068-.933-.135-1.397-.207l-1.393-.213c-.465-.075-.929-.146-1.39-.224-.461-.078-.925-.152-1.39-.23-.461-.078-.925-.156-1.386-.238-.461-.08-.922-.162-1.383-.244-.461-.081-.922-.166-1.38-.25-.461-.085-.919-.17-1.38-.258-.457-.088-.918-.173-1.376-.264-.458-.089-.915-.18-1.373-.268l-1.373-.275c-.457-.091-.915-.186-1.369-.281l-1.37-.285c-.454-.095-.912-.19-1.366-.288-.454-.098-.912-.193-1.366-.295-.454-.098-.908-.197-1.363-.298-.454-.102-.908-.2-1.362-.302-.455-.102-.905-.203-1.36-.308-.454-.102-.905-.207-1.359-.309-.451-.105-.905-.207-1.356-.312-.451-.105-.905-.213-1.356-.319-.451-.105-.902-.213-1.356-.322-.451-.108-.901-.213-1.352-.322l-1.353-.325-1.349-.329c-.451-.108-.898-.22-1.349-.329-.451-.112-.898-.223-1.349-.332l-1.349-.335-1.346-.336-1.346-.336-1.346-.339c-.447-.111-.898-.227-1.346-.339-.447-.111-.894-.227-1.345-.342l-1.343-.342c-.447-.116-.895-.227-1.345-.343l-1.343-.342c-.447-.115-.895-.227-1.342-.342-.448-.116-.895-.228-1.343-.343-.447-.115-.894-.227-1.342-.342-.447-.115-.895-.227-1.342-.343-.448-.115-.895-.227-1.343-.339-.447-.111-.895-.227-1.342-.339-.447-.111-.895-.227-1.342-.338l-1.343-.336-1.342-.336c-.448-.112-.895-.223-1.343-.332-.447-.112-.898-.22-1.345-.332-.448-.112-.895-.22-1.346-.329-.448-.108-.898-.22-1.346-.329l-1.346-.325c-.447-.109-.898-.214-1.345-.322-.448-.109-.899-.214-1.349-.319l-1.35-.315c-.45-.105-.898-.21-1.349-.312a192.59 192.59 0 0 0-1.349-.308c-.451-.102-.902-.207-1.352-.306l-1.353-.301-1.353-.295-1.356-.295c-.45-.098-.905-.193-1.355-.288-.451-.095-.906-.187-1.356-.282-.451-.094-.905-.186-1.36-.277l-1.362-.275c-.455-.092-.909-.18-1.363-.268a198.07 198.07 0 0 0-1.363-.26c-.454-.086-.912-.174-1.366-.255-.458-.085-.912-.166-1.369-.251-.458-.081-.912-.163-1.37-.24a187.641 187.641 0 0 0-2.746-.465c-.457-.075-.918-.15-1.376-.22a90.546 90.546 0 0 0-1.38-.214 192.76 192.76 0 0 0-1.379-.207c-.461-.068-.922-.135-1.383-.2-.461-.064-.922-.129-1.387-.19l-1.39-.183-1.389-.172c-.465-.058-.929-.112-1.394-.167a91.375 91.375 0 0 0-1.396-.152c-.465-.051-.932-.098-1.4-.146a99.379 99.379 0 0 0-1.404-.132 177.5 177.5 0 0 0-4.223-.343c-.472-.033-.943-.06-1.414-.091-.471-.03-.946-.054-1.417-.078a194.875 194.875 0 0 0-2.844-.125c-.475-.017-.95-.03-1.427-.044-.478-.014-.953-.02-1.43-.031-.478-.007-.957-.014-1.434-.017-.478 0-.96-.003-1.438 0-.478.004-.963.004-1.44.01-.482.007-.963.014-1.448.024-.481.01-.966.024-1.447.037-.485.017-.97.034-1.455.054a209.965 209.965 0 0 0-2.919.156c-.487.031-.975.068-1.464.102-.488.037-.98.078-1.47.119-.492.044-.984.088-1.475.135a114.716 114.716 0 0 0-2.963.326c-.495.06-.99.122-1.488.19-.495.067-.993.135-1.492.21a125.414 125.414 0 0 0-3 .478c-.502.085-1.003.176-1.505.27-.502.096-1.007.19-1.512.292a121.568 121.568 0 0 0-3.037.648 123.084 123.084 0 0 0-3.054.736 127.27 127.27 0 0 0-3.078.83c-.516.146-1.03.298-1.546.45-.515.157-1.034.316-1.552.479-.52.163-1.038.332-1.56.505-.519.173-1.04.35-1.563.529-.522.183-1.044.37-1.569.56a115.662 115.662 0 0 0-6.332 2.519c-.532.23-1.065.463-1.597.704a132.091 132.091 0 0 0-3.213 1.501c-.54.262-1.075.53-1.617.804a125.947 125.947 0 0 0-4.885 2.607 134.55 134.55 0 0 0-3.288 1.915c-.55.332-1.102.671-1.654 1.013-.553.346-1.106.695-1.661 1.055a116.92 116.92 0 0 0-3.343 2.22 152.103 152.103 0 0 0-3.37 2.386c-.562.414-1.128.834-1.694 1.258-.566.427-1.136.861-1.705 1.302-.57.44-1.14.888-1.709 1.346-.573.454-1.146.922-1.718 1.393-.573.471-1.15.952-1.726 1.437a177.289 177.289 0 0 0-6.976 6.247 169.706 169.706 0 0 0-3.532 3.43 188.664 188.664 0 0 0-3.566 3.654c.593-.622 1.183-1.233 1.769-1.84a209.307 209.307 0 0 1 3.519-3.522c.583-.569 1.166-1.132 1.749-1.684.58-.553 1.16-1.099 1.739-1.634a172.069 172.069 0 0 1 6.892-6.071 148.99 148.99 0 0 1 3.403-2.77 166.058 166.058 0 0 1 3.37-2.596 160.97 160.97 0 0 1 5.003-3.597 143.756 143.756 0 0 1 4.945-3.254 143.394 143.394 0 0 1 4.892-2.94 153.553 153.553 0 0 1 3.227-1.793c.536-.287 1.071-.569 1.603-.847a144.412 144.412 0 0 1 3.194-1.603 130.232 130.232 0 0 1 14.068-5.847 102.4 102.4 0 0 1 1.535-.523c.512-.17 1.02-.339 1.529-.501a131.876 131.876 0 0 1 3.044-.933 124.314 124.314 0 0 1 3.027-.847c.502-.136 1.003-.265 1.505-.393.502-.13 1-.248 1.502-.37a118.99 118.99 0 0 1 2.986-.691c.495-.109.99-.214 1.485-.316a126.06 126.06 0 0 1 2.956-.576 123.91 123.91 0 0 1 4.403-.739 213.234 213.234 0 0 1 2.912-.414 203.64 203.64 0 0 1 2.898-.352c.482-.054.963-.105 1.445-.152.48-.051.959-.099 1.44-.143.478-.044.956-.088 1.434-.129.478-.04.956-.078 1.43-.115.479-.037.953-.071 1.428-.102.474-.03.949-.06 1.423-.088.475-.027.946-.054 1.42-.078.472-.023.947-.044 1.418-.064.47-.02.942-.037 1.413-.054a195.252 195.252 0 0 1 2.82-.078c.468-.01.936-.017 1.404-.02.468-.008.932-.008 1.4-.01.468 0 .936-.004 1.4-.004a189.603 189.603 0 0 1 4.176.05l1.383.031c.461.014.926.024 1.387.04.461.018.918.031 1.379.052.461.017.919.037 1.38.057.458.02.919.044 1.376.065l1.373.07c.458.025.916.052 1.373.079.458.027.912.057 1.37.085l1.366.091c.454.03.912.065 1.362.098l1.363.102c.454.037.905.071 1.359.109.455.037.906.074 1.36.115l1.356.122c.451.04.905.081 1.356.125.451.041.901.085 1.352.13.451.043.902.087 1.353.135.451.044.898.091 1.349.139l1.349.142c.451.047.898.098 1.346.146.447.05.898.098 1.346.149l1.342.152c.447.051.895.106 1.342.156.448.055.895.105 1.343.16l1.339.163c.447.054.891.111 1.339.166.447.054.895.111 1.339.166.447.054.891.112 1.335.17.448.057.892.111 1.339.169l1.336.172c.444.058.888.116 1.335.177l1.333.173c.444.057.888.118 1.332.176.444.058.888.119 1.332.176.444.058.888.119 1.332.176.444.058.888.12 1.332.177.444.06.889.118 1.333.18.444.06.888.118 1.332.18.444.06.888.118 1.332.175l1.332.177c.444.057.888.118 1.332.176.445.057.889.119 1.333.176l1.332.177 1.332.172 1.332.173c.444.058.888.115 1.332.17.445.057.889.115 1.333.17.444.057.888.111 1.332.165.444.055.888.112 1.332.166a1035.974 1035.974 0 0 0 2.671.322c.444.055.888.105 1.336.156l1.335.153 1.339.152c.448.051.892.102 1.339.15l1.339.142c.448.047.895.095 1.339.139.448.047.895.091 1.343.136l1.342.132c.448.044.895.084 1.342.129a2248.338 2248.338 0 0 0 2.692.24l1.349.112c.451.037.898.075 1.349.109.451.034.902.07 1.353.101.451.034.902.065 1.352.095l1.356.092 1.356.084c.451.028.905.051 1.36.075l1.359.071c.454.024.908.044 1.363.065.454.02.908.037 1.366.054l1.366.05 1.369.041c.458.014.916.024 1.373.03.458.011.915.018 1.373.025.458.006.919.01 1.376.013.458 0 .919.007 1.38.007.461 0 .919 0 1.38-.003a185.755 185.755 0 0 0 2.769-.037l1.39-.031c.464-.014.929-.027 1.393-.044.465-.017.929-.034 1.397-.055.464-.02.932-.04 1.396-.064.468-.024.933-.047 1.4-.075a195.507 195.507 0 0 0 2.811-.186c.471-.034.939-.075 1.41-.112.471-.04.942-.081 1.413-.125a199.7 199.7 0 0 0 1.417-.14c.475-.047.946-.098 1.421-.152.474-.054.949-.108 1.423-.166.475-.057.953-.118 1.427-.18.478-.06.953-.125 1.431-.193.478-.068.956-.135 1.437-.206.478-.072.96-.146 1.441-.224.481-.078.963-.156 1.444-.24a118.338 118.338 0 0 0 2.898-.526c.485-.092.97-.19 1.455-.288.484-.099.972-.2 1.457-.306.485-.105.976-.213 1.465-.322.488-.111.979-.223 1.467-.342.492-.119.98-.237 1.472-.36.491-.121.983-.25 1.478-.379a128.102 128.102 0 0 0 7.454-2.193 90.743 90.743 0 0 0 1.505-.505c.502-.173 1.007-.346 1.508-.526a135.543 135.543 0 0 0 3.034-1.122 94.2 94.2 0 0 0 1.526-.596c.508-.204 1.02-.41 1.528-.62.512-.21 1.024-.428 1.536-.648.512-.22 1.027-.444 1.542-.671a98.818 98.818 0 0 0 1.546-.699c.515-.237 1.034-.481 1.553-.725.518-.248 1.037-.498 1.559-.756.519-.258 1.041-.515 1.563-.78a139.859 139.859 0 0 0 6.308-3.427c.529-.305 1.061-.617 1.593-.935a96.224 96.224 0 0 0 1.597-.966c.532-.33 1.068-.661 1.604-1 .535-.34 1.074-.685 1.61-1.034.539-.35 1.078-.709 1.617-1.072a140.34 140.34 0 0 0 4.891-3.427 169.319 169.319 0 0 0 3.292-2.467c.549-.424 1.101-.858 1.654-1.295.552-.438 1.105-.882 1.661-1.336a145.768 145.768 0 0 0 3.342-2.797c.56-.48 1.122-.966 1.685-1.46.563-.495 1.125-.997 1.692-1.506a230.95 230.95 0 0 0 3.4-3.15c.569-.538 1.139-1.087 1.711-1.643.573-.556 1.146-1.119 1.719-1.691a203.883 203.883 0 0 0 5.197-5.38 216.434 216.434 0 0 0 5.267-5.854c.59-.678 1.18-1.363 1.773-2.061l.011.03Z\' fill=\'%23589A43\'/%3E%3Cpath d=\'m-7.638 96.319.007-.007a177.732 177.732 0 0 1 3.553-3.637A169.424 169.424 0 0 1-.553 89.25a190.467 190.467 0 0 1 3.495-3.217 171.365 171.365 0 0 1 3.464-3.017c.573-.488 1.15-.966 1.722-1.434a147.566 147.566 0 0 1 6.807-5.285c.563-.41 1.122-.813 1.685-1.21a146.023 146.023 0 0 1 3.35-2.298 150.527 150.527 0 0 1 3.322-2.139 138.576 138.576 0 0 1 3.295-1.983c.545-.319 1.09-.63 1.636-.936a109.31 109.31 0 0 1 3.254-1.766 141.38 141.38 0 0 1 3.227-1.63 97.116 97.116 0 0 1 1.604-.763c.536-.251 1.068-.495 1.6-.732.532-.238 1.061-.471 1.593-.702.529-.227 1.058-.454 1.587-.671.529-.217 1.054-.434 1.583-.64a111.073 111.073 0 0 1 4.705-1.75 103.589 103.589 0 0 1 3.112-1.03c.515-.163 1.03-.323 1.545-.479a128.741 128.741 0 0 1 3.078-.878 124.365 124.365 0 0 1 4.58-1.136 81.31 81.31 0 0 1 1.515-.331c.505-.105 1.01-.21 1.512-.312.502-.098 1.003-.197 1.505-.292.502-.091 1-.183 1.502-.267.498-.085.997-.17 1.495-.248.498-.078.996-.156 1.491-.23.495-.072.994-.143 1.489-.21.494-.068.99-.13 1.48-.19a109.275 109.275 0 0 1 2.953-.326c.492-.047.98-.091 1.468-.135.488-.045.98-.082 1.465-.12.488-.036.972-.07 1.46-.1.485-.031.974-.058 1.458-.085.485-.028.97-.051 1.455-.072.484-.02.966-.04 1.45-.054.482-.017.963-.027 1.444-.037.482-.01.963-.017 1.441-.024.481-.007.96-.01 1.437-.01h1.437c.479.003.953.01 1.431.017.478.007.953.017 1.427.03.475.014.95.027 1.424.044a190.313 190.313 0 0 1 2.837.126c.472.023.943.05 1.414.078.471.027.942.057 1.41.091.471.034.939.068 1.407.105l1.403.112c.468.04.936.082 1.404.126l1.4.132c.464.047.932.095 1.396.146l1.393.152 1.39.163c.465.057.926.112 1.387.173.464.057.925.118 1.386.183a170.78 170.78 0 0 1 2.763.39c.461.067.918.135 1.376.206l1.376.214.112.017c.421.068.844.132 1.265.203.457.075.915.153 1.373.227.457.078.915.156 1.369.238.458.078.912.16 1.37.24.454.082.911.167 1.366.248.454.085.908.17 1.366.254.454.085.908.173 1.362.261.455.088.909.176 1.363.268.454.091.909.18 1.359.271.455.092.906.187 1.356.278l.295.061c.353.075.709.146 1.061.22.37.078.743.156 1.112.238l.244.05c.451.099.905.194 1.356.292l.227.051c.377.081.749.163 1.126.247.451.099.901.2 1.352.302l1.353.305c.468.105.908.207 1.349.309l1.349.312 1.346.315 4.037.966 1.346.325 36.573 9.122c.373.088.742.177 1.115.261l1.356.312c.454.105.905.207 1.359.309l1.36.308 1.362.305c.455.102.909.2 1.363.299.376.08.753.162 1.129.244l.237.05c.329.072.654.14.983.207l.387.082c.454.094.912.193 1.369.284l1.373.282 1.373.274c.458.092.919.18 1.376.268l1.38.264c.461.089.922.173 1.383.258.461.085.922.17 1.383.251l1.386.244c.461.081.926.16 1.387.237l.108.017 1.282.214 1.393.224c.464.07.929.145 1.397.213.464.071.932.14 1.396.207.468.068.936.136 1.4.2.468.064.936.129 1.404.19l1.406.183 1.41.173c.472.057.943.111 1.414.162.471.055.946.106 1.417.153.475.05.946.098 1.42.142.475.048.949.092 1.424.136.475.044.949.085 1.427.122.478.04.953.078 1.431.112.478.037.956.068 1.434.098l1.437.092c.481.027.959.054 1.441.078.481.023.962.044 1.444.064.481.02.966.037 1.447.05a103.504 103.504 0 0 0 2.912.064c.488.008.973.011 1.461.011h1.464c.488-.003.98-.01 1.468-.016.492-.007.983-.017 1.475-.031.491-.014.983-.03 1.478-.047.495-.02.986-.041 1.481-.065.495-.024.99-.05 1.488-.081.495-.03.993-.061 1.492-.095.498-.034.996-.075 1.495-.115.501-.041 1-.085 1.501-.133.502-.047 1.004-.095 1.505-.149.502-.054 1.007-.112 1.512-.17.505-.057 1.01-.121 1.516-.186.505-.064 1.01-.135 1.518-.207a132.142 132.142 0 0 0 3.058-.475 80.636 80.636 0 0 0 1.535-.27c.512-.095 1.028-.19 1.543-.292.515-.102 1.03-.207 1.546-.312.515-.108 1.033-.22 1.552-.335a85.54 85.54 0 0 0 1.556-.36c.519-.122 1.041-.25 1.563-.383a99.293 99.293 0 0 0 3.142-.84c.525-.15 1.051-.302 1.58-.458a94.92 94.92 0 0 0 3.179-1 142.02 142.02 0 0 0 1.597-.539c.532-.186 1.068-.376 1.603-.57.536-.193 1.075-.393 1.611-.596a107.822 107.822 0 0 0 3.237-1.285 110.728 110.728 0 0 0 3.261-1.41 120.63 120.63 0 0 0 8.271-4.112 129.026 129.026 0 0 0 8.441-5.027c.569-.37 1.135-.742 1.708-1.125a143.25 143.25 0 0 0 6.902-4.936c.58-.44 1.159-.888 1.746-1.346.583-.457 1.166-.922 1.752-1.393.587-.471 1.173-.953 1.76-1.44a171.147 171.147 0 0 0 3.539-3.035 190.36 190.36 0 0 0 1.783-1.593c.596-.539 1.193-1.088 1.789-1.647l.126-.115L328.274 0l-.695.817c-.59.695-1.179 1.38-1.769 2.058-.587.678-1.177 1.342-1.76 2.003a190.548 190.548 0 0 1-3.498 3.84 181.14 181.14 0 0 1-1.736 1.841c-.579.604-1.155 1.2-1.728 1.79-.577.587-1.149 1.17-1.722 1.74-.573.572-1.146 1.135-1.716 1.687a190.075 190.075 0 0 1-3.41 3.234c-.566.526-1.129 1.04-1.691 1.55a141.36 141.36 0 0 1-1.688 1.501c-.56.495-1.119.98-1.678 1.458-.56.478-1.116.952-1.672 1.417-.556.464-1.111.922-1.664 1.372a165.172 165.172 0 0 1-3.308 2.624 171.005 171.005 0 0 1-3.282 2.465c-.546.396-1.088.79-1.63 1.176a149.794 149.794 0 0 1-3.244 2.24 142.883 142.883 0 0 1-11.16 6.763 140.605 140.605 0 0 1-3.132 1.648c-.522.264-1.041.522-1.559.78-.519.254-1.038.505-1.553.752a122.14 122.14 0 0 1-4.624 2.095 143.444 143.444 0 0 1-3.057 1.264c-.509.204-1.014.4-1.522.594a144.816 144.816 0 0 1-3.027 1.122c-.502.18-1.004.352-1.505.522-.502.169-1 .338-1.502.501a124.946 124.946 0 0 1-2.987.936c-.494.149-.993.295-1.488.437a120.555 120.555 0 0 1-2.959.814c-.492.129-.983.254-1.471.38l-1.468.359c-.488.115-.976.23-1.464.339-.489.111-.973.217-1.461.322-.485.105-.97.206-1.455.305-.484.098-.969.193-1.451.288-.481.091-.966.183-1.447.268-.481.084-.963.173-1.444.254-.481.081-.959.163-1.441.237-.478.078-.956.153-1.434.224-.478.071-.956.142-1.43.207-.475.068-.953.132-1.427.193-.475.061-.949.122-1.424.18-.475.057-.949.111-1.42.162-.475.055-.946.105-1.417.153-.471.047-.943.095-1.414.139-.471.044-.942.085-1.41.125-.468.04-.939.078-1.407.112-.468.034-.935.068-1.403.098-.468.03-.936.061-1.4.089-.468.027-.932.05-1.397.074-.464.024-.929.044-1.396.065a190.946 190.946 0 0 1-2.783.098c-.465.013-.926.02-1.387.03a193.287 193.287 0 0 1-2.766.038c-.4 0-.8.003-1.197.003h-.183c-.457 0-.918 0-1.376-.007-.458 0-.915-.01-1.373-.013-.457-.007-.915-.014-1.369-.024l-1.37-.03-1.366-.041c-.451-.014-.898-.03-1.349-.048h-.085c-.43-.02-.861-.037-1.295-.054-.454-.02-.908-.04-1.359-.064-.454-.02-.905-.048-1.359-.072l-.309-.016-1.047-.058c-.451-.027-.905-.054-1.356-.085-.451-.027-.902-.06-1.353-.091l-.373-.027c-.325-.024-.65-.044-.979-.068l-1.349-.102c-.451-.034-.899-.071-1.35-.108l-1.345-.112c-.448-.038-.899-.078-1.346-.119l-.173-.017c-.39-.034-.78-.071-1.169-.105-.448-.04-.895-.085-1.343-.129l-1.342-.132c-.448-.044-.895-.092-1.339-.136-.448-.047-.892-.091-1.339-.139l-.282-.03-1.057-.112c-.376-.04-.756-.085-1.132-.125l-10.875-1.312-30.688-3.976c-.448-.055-.898-.106-1.346-.156l-1.342-.153-1.346-.15c-.451-.05-.898-.097-1.349-.145l-1.349-.142c-.451-.048-.902-.092-1.349-.14-.451-.043-.902-.09-1.353-.135-.451-.044-.902-.088-1.356-.129l-1.325-.122-.482-.044-.905-.081c-.376-.034-.756-.065-1.132-.095l-.227-.02c-.454-.038-.905-.075-1.363-.109-.454-.034-.908-.071-1.363-.102a169.97 169.97 0 0 0-1.366-.098c-.454-.03-.912-.064-1.369-.091-.458-.03-.915-.058-1.37-.085-.457-.027-.915-.054-1.372-.078l-1.377-.071a92.345 92.345 0 0 0-1.379-.065c-.461-.02-.919-.04-1.38-.057l-1.383-.051c-.461-.017-.926-.027-1.387-.04a94.236 94.236 0 0 0-1.386-.031h-.18c-.403-.014-.806-.02-1.21-.027a190.283 190.283 0 0 0-2.79-.024h-.227c-.39 0-.783 0-1.176.003-.468 0-.936.004-1.403.01l-1.407.02c-.471.01-.94.021-1.41.035-.472.013-.943.027-1.414.044-.471.017-.946.034-1.417.054a144.159 144.159 0 0 0-2.844.142c-.475.027-.953.058-1.427.088-.478.031-.953.068-1.43.102-.479.037-.957.075-1.434.115-.478.041-.96.082-1.441.13-.481.043-.963.09-1.444.142-.482.05-.963.101-1.448.156-.481.054-.966.111-1.45.169-.485.058-.97.119-1.455.183-.484.064-.973.129-1.457.2-.489.068-.977.142-1.465.217-.488.075-.976.153-1.468.23-.491.078-.983.16-1.47.248-.492.085-.984.173-1.479.264-.491.092-.986.183-1.481.282-.495.095-.99.196-1.485.298a115.944 115.944 0 0 0-2.983.65c-.498.116-1 .235-1.498.357-.502.122-1.004.244-1.505.37-.502.128-1.004.26-1.509.392-.505.136-1.01.275-1.515.414-.505.142-1.014.285-1.519.434a129.23 129.23 0 0 0-4.59 1.437c-.511.17-1.027.346-1.542.526-.515.18-1.03.359-1.546.549-.515.186-1.034.38-1.552.573a114.922 114.922 0 0 0-4.688 1.871 125.818 125.818 0 0 0-4.739 2.112c-.53.247-1.061.502-1.59.76-.532.257-1.065.521-1.597.789a143.569 143.569 0 0 0-3.213 1.671 127.13 127.13 0 0 0-3.238 1.797 171.564 171.564 0 0 0-3.261 1.929c-.545.332-1.091.67-1.64 1.016-.546.346-1.099.695-1.648 1.051a138.881 138.881 0 0 0-3.315 2.214c-.556.38-1.108.77-1.668 1.163a156.455 156.455 0 0 0-3.356 2.444c-.56.42-1.122.847-1.688 1.281A142.558 142.558 0 0 0 9.2 79.61c-.566.461-1.138.932-1.708 1.407a163.746 163.746 0 0 0-3.437 2.953 176.314 176.314 0 0 0-5.21 4.772 199.522 199.522 0 0 0-3.512 3.427 186.348 186.348 0 0 0-3.539 3.634l.566.54.003-.024Zm334.956-54.587a190.073 190.073 0 0 1-3.43 3.108c-.59.52-1.18 1.031-1.766 1.536-.587.502-1.173 1-1.76 1.485a153.961 153.961 0 0 1-5.227 4.16 157.12 157.12 0 0 1-3.447 2.542 159.511 159.511 0 0 1-3.417 2.366 136.008 136.008 0 0 1-5.075 3.237c-.559.34-1.119.671-1.678.997a121.162 121.162 0 0 1-3.335 1.881 121.87 121.87 0 0 1-4.95 2.556c-.545.268-1.091.525-1.637.783-.546.254-1.088.505-1.63.75a109.438 109.438 0 0 1-4.851 2.058 117.272 117.272 0 0 1-3.204 1.216c-.532.193-1.061.38-1.593.566-.529.183-1.057.363-1.586.535-.529.173-1.055.346-1.58.509-.525.166-1.051.325-1.576.481-.522.156-1.048.309-1.57.454-.522.15-1.044.292-1.562.431-.522.139-1.041.275-1.56.407-.518.132-1.037.257-1.552.38-.519.121-1.034.24-1.546.355a122.88 122.88 0 0 1-3.078.644c-.512.099-1.02.197-1.532.289-.509.091-1.017.183-1.526.267-.508.085-1.013.166-1.522.248-.505.078-1.01.152-1.515.224-.505.07-1.007.139-1.512.206-.502.065-1.003.13-1.505.187-.502.057-1 .115-1.502.17-.498.054-1 .101-1.494.148-.499.048-.997.092-1.492.133-.495.04-.993.078-1.488.115-.495.034-.99.064-1.482.095-.494.03-.986.057-1.477.081-.492.024-.984.044-1.475.065-.492.02-.98.033-1.471.047-.488.014-.977.024-1.465.03-.488.007-.976.014-1.461.017h-1.454c-.485 0-.969-.006-1.454-.01-.485-.006-.966-.013-1.451-.023-.481-.01-.966-.024-1.447-.041-.482-.017-.963-.03-1.441-.05-.481-.021-.959-.042-1.437-.065a101.25 101.25 0 0 1-1.434-.078c-.478-.027-.953-.058-1.431-.088-.478-.03-.952-.065-1.427-.099-.474-.034-.949-.074-1.424-.112a96.291 96.291 0 0 1-1.42-.122l-1.417-.132-1.413-.142-1.411-.153-1.406-.162c-.468-.058-.936-.112-1.407-.173-.468-.058-.936-.119-1.404-.183-.467-.061-.932-.126-1.4-.19-.464-.065-.932-.132-1.396-.2a188.34 188.34 0 0 1-1.393-.207l-1.394-.213c-.464-.072-.925-.146-1.39-.22-.427-.069-.85-.143-1.277-.214l-.109-.017-1.383-.234-1.383-.244c-.461-.082-.919-.166-1.38-.251-.461-.085-.918-.17-1.376-.258-.458-.088-.915-.173-1.376-.26-.458-.089-.916-.177-1.373-.269l-1.37-.274c-.457-.092-.911-.187-1.369-.278l-1.366-.285-.387-.081c-.325-.068-.651-.136-.979-.207l-.238-.05-1.128-.245a183.56 183.56 0 0 1-1.363-.298c-.454-.102-.905-.2-1.359-.302l-1.36-.309c-.454-.101-.905-.206-1.356-.308l-1.356-.312c-.369-.085-.742-.173-1.112-.26l-12.383-3.025-24.186-6.098c-.447-.108-.898-.22-1.346-.329l-4.04-.966-1.35-.315-1.352-.312c-.441-.102-.885-.203-1.326-.302l-1.376-.311c-.451-.102-.902-.2-1.356-.302a125.96 125.96 0 0 0-1.129-.248l-.227-.05-1.356-.295-.244-.051c-.369-.078-.742-.16-1.115-.237-.356-.075-.708-.15-1.064-.22l-.295-.062c-.455-.095-.905-.186-1.36-.278l-1.362-.274c-.455-.092-.909-.18-1.366-.268-.455-.088-.909-.177-1.367-.261-.454-.085-.911-.173-1.369-.258-.458-.085-.915-.166-1.37-.25-.457-.082-.915-.163-1.372-.241-.458-.082-.916-.16-1.373-.238-.458-.078-.916-.152-1.377-.23l-1.267-.203-.112-.017c-.458-.075-.919-.146-1.38-.217-.461-.072-.918-.14-1.383-.207a172.307 172.307 0 0 0-2.776-.39l-1.393-.183-1.394-.173c-.464-.058-.928-.112-1.396-.166-.465-.054-.932-.105-1.397-.156-.468-.05-.935-.098-1.403-.146-.468-.047-.936-.091-1.404-.135-.467-.044-.939-.085-1.406-.126a179.856 179.856 0 0 0-2.824-.22c-.471-.034-.946-.061-1.417-.092-.475-.03-.946-.054-1.42-.081a193.962 193.962 0 0 0-2.851-.125c-.475-.017-.953-.031-1.43-.044-.479-.014-.957-.02-1.435-.031-.478-.007-.959-.014-1.437-.017h-1.441c-.481 0-.962.007-1.447.01-.481.007-.966.014-1.45.024-.486.01-.967.024-1.455.037-.485.017-.97.034-1.458.054-.488.02-.973.044-1.46.072a110.753 110.753 0 0 0-2.936.19c-.492.037-.983.077-1.475.118-.492.044-.986.088-1.478.136a109.129 109.129 0 0 0-2.97.325c-.494.061-.993.122-1.491.19-.498.068-.997.136-1.495.21-.498.075-1 .15-1.502.23-.501.082-1.003.163-1.505.252-.501.088-1.006.176-1.511.27-.506.096-1.01.194-1.516.292-.505.102-1.013.204-1.522.312a120.285 120.285 0 0 0-3.057.692c-.512.122-1.024.25-1.536.38-.512.132-1.027.264-1.542.403-.516.139-1.03.281-1.546.43a98.72 98.72 0 0 0-3.109.936 104.983 104.983 0 0 0-3.132 1.037 112.484 112.484 0 0 0-6.332 2.41c-.02.007-.037.017-.058.024.519-.237 1.038-.468 1.556-.695a116.153 116.153 0 0 1 3.122-1.315c.519-.21 1.038-.417 1.553-.62.515-.204 1.03-.4 1.546-.594.515-.193 1.027-.383 1.542-.57.512-.186 1.027-.365 1.536-.545a132.164 132.164 0 0 1 4.576-1.495c.505-.156 1.01-.305 1.515-.454.505-.15 1.007-.292 1.512-.43a122.106 122.106 0 0 1 3.007-.807c.498-.13 1-.248 1.495-.37.498-.122.996-.237 1.491-.352a128.211 128.211 0 0 1 2.966-.648c.495-.102.987-.2 1.478-.298.492-.099.983-.19 1.471-.278a123.758 123.758 0 0 1 2.933-.509c.488-.078.972-.156 1.46-.23.485-.075.97-.146 1.455-.214.485-.068.97-.135 1.45-.2.482-.064.967-.122 1.448-.183.481-.057.963-.115 1.444-.17.482-.054.96-.104 1.44-.152.479-.05.96-.098 1.438-.142.478-.044.956-.088 1.43-.126.479-.04.953-.078 1.428-.115.474-.037.949-.071 1.424-.102.474-.03.949-.06 1.42-.088.474-.027.946-.054 1.417-.078.46-.023.922-.044 1.383-.064l1.44-.058a200.586 200.586 0 0 1 2.814-.078c.468-.01.936-.017 1.4-.02.468-.007.932-.007 1.397-.01.39 0 .783-.004 1.173-.004h.223c.465 0 .929.004 1.394.007.464.003.925.01 1.389.017.404.007.804.014 1.207.024h.18c.461.013.922.024 1.383.034.461.013.922.023 1.383.04.461.017.919.03 1.376.051.461.017.919.038 1.377.058.457.02.918.044 1.372.064l1.373.072c.458.023.912.05 1.37.077.454.028.912.058 1.366.085l1.366.092c.454.03.908.064 1.363.098l1.359.102c.454.034.905.07 1.359.108l.227.02c.377.031.753.061 1.129.095l.902.082.454.04c.471.044.912.082 1.353.123.451.04.901.084 1.352.128.451.044.902.089 1.349.136.451.044.899.091 1.35.139l1.349.142c.447.048.898.099 1.345.146l1.346.15c.448.05.895.1 1.343.152.447.05.895.105 1.342.156l16.031 2.04 21.325 2.763 4.213.488c.38.04.756.085 1.136.126.353.037.709.078 1.061.115l.281.03c.448.048.895.095 1.343.14.447.047.895.09 1.342.135l1.343.132c.447.044.894.085 1.345.129.39.037.783.071 1.173.105l.173.017c.451.04.898.081 1.349.119l1.349.111c.451.038.902.075 1.353.109.451.034.902.071 1.352.102.329.023.655.047.984.067l.372.028 1.356.091a169.927 169.927 0 0 0 2.414.142l.308.017 1.363.072c.454.023.909.044 1.363.064.434.02.864.034 1.298.05h.068c.468.021.919.038 1.369.052l1.373.04c.458.014.916.024 1.373.03.458.011.915.018 1.376.025.458.006.919.01 1.38.013.461 0 .919.007 1.38.007h.183c.4 0 .8 0 1.2-.003a186.82 186.82 0 0 0 2.776-.037l1.393-.031c.465-.014.929-.027 1.397-.044.464-.017.932-.034 1.397-.054a196.88 196.88 0 0 0 2.803-.139 195.226 195.226 0 0 0 2.817-.187c.471-.034.942-.075 1.413-.112.472-.04.946-.081 1.417-.125.472-.044.946-.092 1.421-.14.474-.047.949-.098 1.423-.152.475-.054.953-.108 1.428-.166.478-.057.952-.118 1.43-.18.478-.06.956-.125 1.437-.193.478-.068.96-.135 1.441-.206.481-.072.963-.146 1.444-.224.481-.078.963-.156 1.448-.24.484-.082.966-.17 1.45-.258.485-.089.97-.177 1.455-.272.484-.095.973-.19 1.461-.288.488-.098.973-.203 1.464-.308.488-.105.98-.214 1.468-.326.491-.112.98-.224 1.471-.342.492-.119.983-.237 1.478-.36.492-.121.986-.25 1.481-.38.495-.128.99-.26 1.485-.4.495-.135.993-.274 1.492-.42a126 126 0 0 0 2.993-.902c.502-.155 1.003-.318 1.505-.48.502-.167 1.007-.333 1.508-.506.506-.172 1.011-.349 1.516-.525a90.76 90.76 0 0 0 1.518-.553c.509-.186 1.017-.38 1.526-.576.508-.196 1.02-.393 1.529-.596.511-.204 1.023-.41 1.535-.624a117.708 117.708 0 0 0 4.637-2.024 129.044 129.044 0 0 0 3.119-1.485c.522-.257 1.044-.515 1.566-.783a224.26 224.26 0 0 0 1.573-.813c.525-.275 1.051-.556 1.58-.844.525-.285 1.057-.58 1.586-.875.529-.295 1.058-.6 1.59-.905a138.072 138.072 0 0 0 3.2-1.908 171.73 171.73 0 0 0 1.61-1.004c.539-.339 1.075-.685 1.614-1.037a152.822 152.822 0 0 0 3.247-2.176c.543-.377 1.088-.756 1.634-1.146.546-.387 1.092-.783 1.641-1.18.549-.4 1.095-.807 1.647-1.217a159.716 159.716 0 0 0 3.312-2.556 149.256 149.256 0 0 0 3.339-2.719c.559-.467 1.119-.942 1.681-1.423.563-.481 1.122-.97 1.689-1.464.562-.495 1.128-1 1.694-1.509.567-.512 1.133-1.027 1.702-1.556.57-.525 1.136-1.06 1.709-1.6a194.377 194.377 0 0 0 8.644-8.732c.583-.624 1.166-1.258 1.752-1.898a228.894 228.894 0 0 0 3.526-3.966l1.081-1.251-.166 39.593-.007.02Z\' fill=\'url(%23b)\'/%3E%3Cdefs%3E%3ClinearGradient id=\'a\' x1=\'30.922\' y1=\'85.038\' x2=\'43.595\' y2=\'25.98\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23EBF3FF\'/%3E%3Cstop offset=\'1\' stop-color=\'%23D0DFF6\'/%3E%3C/linearGradient%3E%3ClinearGradient id=\'b\' x1=\'31.02\' y1=\'69.582\' x2=\'77.088\' y2=\'-36.143\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23EBF3FF\'/%3E%3Cstop offset=\'1\' stop-color=\'%23D0DFF6\'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	height: 117px;
}

.hero .section-transition.nitro-lazy {
	background-image: none !important;
}

@media (min-width: 576px) {
	.hero .section-transition {
		background-image: url("data:image/svg+xml,%3Csvg fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 576 203\'%3E%3Cpath d=\'M186.603 85.082C66.206 85.082-7 172-7 172v31h587.371V53.92s-87.563 75.071-151.559 75.071c-116.147 0-121.813-43.909-242.209-43.909Z\' fill=\'%23fff\'/%3E%3Cpath d=\'M-3.127 166.982a283.095 283.095 0 0 1 3.11-2.963 329.849 329.849 0 0 1 3.097-2.868c1.031-.942 2.056-1.867 3.08-2.774 1.025-.913 2.05-1.808 3.07-2.686a266.587 266.587 0 0 1 6.102-5.106 254.526 254.526 0 0 1 9.046-7.033 303.113 303.113 0 0 1 2.992-2.185 218.43 218.43 0 0 1 5.943-4.14c.983-.666 1.972-1.314 2.95-1.956a184.05 184.05 0 0 1 2.94-1.884c.977-.619 1.954-1.225 2.926-1.814.972-.595 1.944-1.172 2.916-1.744a210.285 210.285 0 0 1 11.544-6.319c.954-.483 1.908-.96 2.856-1.426.948-.465 1.902-.918 2.845-1.366a224.744 224.744 0 0 1 5.66-2.55 218.018 218.018 0 0 1 5.619-2.327 188.22 188.22 0 0 1 5.571-2.114 191.46 191.46 0 0 1 11.02-3.617c.913-.27 1.82-.535 2.733-.789.907-.253 1.814-.5 2.72-.742a217.212 217.212 0 0 1 5.413-1.349c.902-.212 1.797-.412 2.692-.612.895-.194 1.791-.389 2.68-.571.895-.183 1.785-.36 2.674-.531.889-.17 1.779-.335 2.662-.488.884-.159 1.773-.307 2.656-.454a214.594 214.594 0 0 1 7.91-1.131c.878-.106 1.75-.212 2.621-.306.872-.094 1.744-.188 2.615-.277a200.04 200.04 0 0 1 5.201-.447c.866-.065 1.726-.124 2.591-.177.86-.053 1.72-.106 2.58-.147.86-.047 1.72-.083 2.574-.118.854-.035 1.708-.065 2.562-.088.854-.024 1.708-.048 2.556-.059.854-.018 1.702-.024 2.55-.036.848-.006 1.697-.011 2.545-.006.848.006 1.69.006 2.538.018.842.012 1.685.024 2.527.047.842.018 1.684.041 2.521.071.842.029 1.678.059 2.515.094.836.035 1.672.077 2.509.118.836.041 1.666.088 2.503.141.83.053 1.667.106 2.497.165.83.059 1.661.118 2.491.183a346.888 346.888 0 0 1 4.965.43c.825.076 1.65.159 2.474.241.825.083 1.643.171 2.468.259.819.089 1.643.183 2.462.283.818.094 1.637.2 2.456.3.818.101 1.637.207 2.45.318.819.106 1.631.224 2.444.336.813.112 1.626.23 2.439.348.812.117 1.619.241 2.432.365s1.62.253 2.432.383c.807.129 1.62.259 2.427.394.807.136 1.614.271 2.421.413l2.42.424c.807.141 1.608.294 2.409.441.801.148 1.608.301 2.409.454.801.153 1.602.306 2.403.465.801.159 1.596.312 2.397.477.801.159 1.596.324 2.397.489.801.165 1.597.33 2.392.501l2.385.512c.795.171 1.59.348 2.385.518l2.38.53c.795.177 1.584.36 2.379.542.789.183 1.585.365 2.374.554.789.183 1.578.371 2.373.554l2.368.565c.789.188 1.578.383 2.368.577l2.362.583c.789.195 1.572.389 2.361.589.784.2 1.573.395 2.356.595l2.356.601c.783.2 1.573.406 2.356.606.783.207 1.567.407 2.356.613l2.35.618c.783.207 1.567.413 2.35.625.783.206 1.567.418 2.35.63.783.212 1.561.418 2.344.63.783.212 1.567.424 2.344.636.783.212 1.561.424 2.344.642.784.212 1.561.43 2.344.642.784.212 1.561.43 2.344.648.778.218 1.561.43 2.339.648l2.338.654 2.338.653 2.338.654 2.339.654c.777.218 1.56.436 2.338.66.777.218 1.555.436 2.338.659.777.218 1.561.436 2.338.66.778.218 1.561.436 2.338.66.778.218 1.561.441 2.339.659l2.338.654 2.338.654 2.338.654c.784.217 1.561.435 2.339.647.783.218 1.56.436 2.344.648.783.218 1.561.43 2.344.648.783.218 1.561.43 2.344.642.777.212 1.561.43 2.344.642.783.212 1.567.424 2.344.636.783.212 1.567.424 2.344.63.784.212 1.567.419 2.35.625.784.206 1.567.418 2.35.624l2.356.618c.783.207 1.573.407 2.356.613.783.206 1.573.406 2.356.607l2.356.6c.789.201 1.572.395 2.362.595.789.195 1.578.395 2.361.589l2.368.583c.789.195 1.579.383 2.368.572.789.188 1.578.377 2.373.565.79.188 1.585.371 2.374.554l2.379.547c.795.183 1.585.36 2.38.536.795.177 1.59.354 2.385.525a406.362 406.362 0 0 0 4.777 1.024l2.397.495c.801.165 1.596.324 2.397.489.801.159 1.602.318 2.403.471l2.409.46c.801.153 1.608.3 2.409.447.807.147 1.614.289 2.415.43l2.42.424c.807.142 1.614.271 2.427.407.807.135 1.62.265 2.426.394.813.13 1.62.253 2.433.377a341.379 341.379 0 0 0 9.789 1.355c.818.1 1.637.2 2.461.294.825.094 1.644.189 2.468.277.825.088 1.649.177 2.474.259.825.083 1.649.159 2.48.236.824.076 1.655.147 2.485.218.83.07 1.661.135 2.491.2.831.065 1.661.124 2.498.177a326.71 326.71 0 0 0 7.527.4c.842.035 1.678.059 2.52.083.843.023 1.685.047 2.527.058.842.018 1.691.03 2.539.036.848.006 1.696.012 2.544.006.848 0 1.702 0 2.55-.018.848-.018 1.702-.024 2.556-.041.854-.018 1.708-.041 2.562-.071.86-.029 1.714-.065 2.574-.1.86-.041 1.72-.082 2.58-.13a193.618 193.618 0 0 0 5.189-.353c.866-.071 1.737-.141 2.603-.218.872-.076 1.738-.165 2.609-.253.872-.088 1.744-.183 2.621-.289.878-.1 1.749-.206 2.627-.324.878-.112 1.755-.229 2.639-.359.883-.124 1.761-.259 2.65-.395.883-.135 1.767-.282 2.656-.429.89-.148 1.773-.307 2.668-.466.89-.165 1.779-.33 2.674-.506.895-.177 1.785-.36 2.68-.548.895-.189 1.791-.383 2.692-.589.901-.2 1.796-.412 2.703-.63a222.957 222.957 0 0 0 5.43-1.384c.907-.248 1.82-.501 2.733-.76s1.826-.53 2.739-.807c.913-.277 1.832-.559 2.75-.854a171.183 171.183 0 0 0 5.531-1.855 181.946 181.946 0 0 0 5.572-2.056 208.247 208.247 0 0 0 5.618-2.267c.943-.395 1.885-.801 2.827-1.219.943-.419 1.891-.837 2.833-1.273.949-.436 1.897-.877 2.845-1.331.948-.453 1.903-.919 2.857-1.396.954-.477 1.908-.954 2.868-1.448.96-.495 1.92-1.002 2.88-1.514.96-.518 1.926-1.043 2.892-1.579a206.92 206.92 0 0 0 2.904-1.643c.971-.559 1.943-1.131 2.915-1.708a224.848 224.848 0 0 0 11.785-7.545c.99-.677 1.985-1.366 2.981-2.073a241.576 241.576 0 0 0 9.011-6.685 327.006 327.006 0 0 0 3.027-2.385 212.398 212.398 0 0 0 3.045-2.474c1.019-.836 2.038-1.69 3.057-2.556a288.874 288.874 0 0 0 3.068-2.644 214.088 214.088 0 0 0 3.081-2.739 291.524 291.524 0 0 0 6.208-5.748v21.78a319.851 319.851 0 0 1-3.11 2.803 299.657 299.657 0 0 1-6.179 5.331 274.944 274.944 0 0 1-3.068 2.532 246.362 246.362 0 0 1-6.102 4.8 234.42 234.42 0 0 1-3.027 2.274 296.615 296.615 0 0 1-3.016 2.197 239.04 239.04 0 0 1-5.995 4.152 220.868 220.868 0 0 1-14.76 9.064 179.45 179.45 0 0 1-2.915 1.602 195.515 195.515 0 0 1-8.676 4.412c-.96.459-1.914.907-2.868 1.348-.955.436-1.909.866-2.857 1.284-.948.418-1.902.825-2.845 1.225-.948.401-1.89.79-2.833 1.167-.942.382-1.884.747-2.827 1.113a197.739 197.739 0 0 1-5.618 2.055c-.931.324-1.862.642-2.792.954-.931.307-1.855.607-2.78.896-.925.288-1.85.571-2.768.848-.925.277-1.844.542-2.763.801-.918.259-1.831.506-2.75.754-.913.241-1.832.477-2.739.7-.913.224-1.82.448-2.733.66-.907.212-1.814.418-2.721.613a165.937 165.937 0 0 1-5.412 1.095c-.902.171-1.797.33-2.692.489-.895.153-1.791.306-2.686.448a221.16 221.16 0 0 1-5.336.777c-.883.118-1.773.224-2.656.33-.884.106-1.767.2-2.645.294a202.364 202.364 0 0 1-5.265.483c-.878.071-1.749.136-2.621.189a196.112 196.112 0 0 1-5.212.282c-.866.036-1.732.071-2.598.095-.866.023-1.725.047-2.585.064-.86.018-1.72.024-2.58.03-.86.006-1.714.006-2.574 0-.854 0-1.714-.012-2.568-.024-.854-.011-1.708-.029-2.556-.053-.854-.023-1.702-.047-2.55-.076-.848-.03-1.696-.065-2.545-.106-.848-.041-1.69-.083-2.538-.13-.842-.047-1.69-.1-2.533-.153-.842-.053-1.684-.118-2.52-.177-.843-.064-1.679-.129-2.515-.206-.837-.07-1.673-.147-2.509-.224-.837-.076-1.667-.164-2.503-.247-.837-.088-1.667-.177-2.498-.271a351.956 351.956 0 0 1-4.977-.606c-.824-.107-1.649-.218-2.473-.33-.825-.112-1.649-.23-2.474-.348-.824-.118-1.643-.241-2.468-.365a177.05 177.05 0 0 1-2.462-.389c-.818-.129-1.637-.265-2.456-.406a356.878 356.878 0 0 1-4.894-.854c-.813-.147-1.626-.3-2.438-.454-.813-.153-1.626-.306-2.433-.465-.813-.159-1.619-.318-2.432-.483-.807-.165-1.62-.33-2.427-.5l-2.421-.513c-.806-.171-1.613-.347-2.414-.524a283.55 283.55 0 0 1-2.409-.536c-.801-.183-1.608-.365-2.409-.554-.801-.188-1.602-.371-2.403-.565-.801-.189-1.602-.383-2.397-.571-.801-.195-1.596-.389-2.397-.589-.801-.195-1.596-.395-2.392-.595-.795-.2-1.59-.407-2.385-.607-.795-.206-1.59-.406-2.385-.618a275.43 275.43 0 0 1-2.38-.63l-2.379-.637c-.789-.212-1.585-.43-2.374-.642l-2.373-.653c-.79-.218-1.579-.442-2.368-.66-.789-.224-1.578-.442-2.368-.666-.789-.223-1.578-.447-2.361-.677-.79-.23-1.573-.453-2.362-.683l-2.356-.689c-.784-.23-1.573-.465-2.356-.695-.783-.23-1.573-.465-2.356-.701l-2.356-.707c-.783-.235-1.567-.477-2.35-.712-.783-.236-1.566-.478-2.35-.713a1132.978 1132.978 0 0 1-7.032-2.173c-.783-.242-1.561-.489-2.344-.731-.784-.241-1.561-.489-2.344-.73l-2.345-.736-2.338-.742a2327.135 2327.135 0 0 1-4.676-1.485c-.778-.247-1.561-.494-2.338-.742-.778-.247-1.561-.494-2.339-.742-.777-.247-1.56-.5-2.338-.748l-2.338-.742c-.778-.247-1.561-.495-2.338-.748-.778-.247-1.561-.495-2.339-.748l-2.338-.742-2.338-.742-2.338-.742c-.778-.248-1.561-.495-2.338-.742-.778-.248-1.561-.489-2.339-.737-.783-.247-1.56-.488-2.344-.736-.783-.241-1.561-.489-2.344-.736-.783-.241-1.561-.489-2.344-.73l-2.344-.725c-.783-.241-1.561-.477-2.344-.718-.784-.242-1.567-.477-2.344-.719-.784-.235-1.567-.477-2.35-.712l-2.35-.707c-.784-.236-1.573-.471-2.356-.701a280.53 280.53 0 0 0-2.356-.695c-.783-.23-1.573-.465-2.356-.689-.783-.23-1.573-.46-2.362-.683-.789-.23-1.572-.454-2.362-.678-.783-.224-1.572-.447-2.361-.671-.79-.224-1.579-.442-2.368-.666-.789-.218-1.578-.441-2.368-.659-.789-.218-1.578-.43-2.373-.648-.79-.212-1.585-.43-2.374-.636-.789-.212-1.584-.418-2.379-.631-.795-.206-1.591-.412-2.38-.618-.795-.206-1.59-.406-2.385-.612l-2.385-.601c-.796-.2-1.597-.395-2.392-.589-.795-.195-1.596-.389-2.397-.577-.801-.189-1.596-.383-2.397-.566a346.62 346.62 0 0 0-2.403-.553 296.22 296.22 0 0 0-2.403-.542c-.807-.177-1.608-.354-2.415-.53a176.08 176.08 0 0 0-2.414-.513c-.807-.171-1.614-.336-2.421-.5-.807-.165-1.614-.33-2.421-.489-.807-.159-1.62-.318-2.432-.471l-2.433-.46-2.438-.442c-.813-.147-1.632-.288-2.444-.424-.819-.141-1.638-.276-2.45-.412-.819-.135-1.638-.265-2.457-.389-.818-.129-1.643-.253-2.461-.377-.825-.123-1.644-.241-2.468-.353-.825-.118-1.649-.224-2.474-.336-.824-.112-1.649-.218-2.474-.318-.824-.1-1.655-.2-2.485-.294-.831-.094-1.661-.189-2.491-.277-.831-.088-1.661-.177-2.498-.259-.836-.083-1.666-.159-2.503-.236-.836-.076-1.672-.147-2.509-.212-.836-.065-1.678-.129-2.515-.182-.836-.059-1.678-.112-2.521-.165-.842-.053-1.684-.1-2.532-.142-.842-.041-1.69-.082-2.533-.112-.842-.029-1.696-.064-2.544-.088-.848-.023-1.696-.047-2.55-.065-.854-.017-1.702-.029-2.556-.035-.854-.006-1.709-.006-2.568-.006-.854 0-1.714.012-2.574.024-.86.011-1.72.029-2.58.053-.86.023-1.72.053-2.586.082-.865.035-1.731.065-2.597.112-.866.041-1.731.094-2.603.147a190.187 190.187 0 0 0-5.236.389c-.878.077-1.749.159-2.627.247-.878.089-1.755.177-2.639.277-.877.1-1.761.206-2.644.318-.883.112-1.767.224-2.656.348-.89.123-1.773.253-2.668.388-.89.136-1.779.283-2.674.43a214.851 214.851 0 0 0-5.372.984c-.901.177-1.802.359-2.703.554-.901.188-1.808.388-2.71.594-.9.207-1.813.419-2.72.637-.907.217-1.82.447-2.733.683-.913.235-1.826.477-2.739.73-.913.253-1.832.512-2.75.778-.92.265-1.838.541-2.763.824-.919.283-1.843.577-2.768.878a187.557 187.557 0 0 0-8.375 2.933c-.937.353-1.873.712-2.816 1.083a196.494 196.494 0 0 0-5.66 2.345c-.948.406-1.896.824-2.844 1.254-.954.43-1.903.872-2.857 1.319-.954.448-1.914.907-2.868 1.379-.96.471-1.92.948-2.88 1.437a190.05 190.05 0 0 0-5.796 3.074c-.971.536-1.943 1.078-2.915 1.637-.972.56-1.95 1.125-2.927 1.708-.978.578-1.962 1.173-2.94 1.779-.977.607-1.966 1.219-2.95 1.844a214.012 214.012 0 0 0-5.943 3.916c-.995.678-1.99 1.373-2.992 2.074-1.001.7-2.002 1.419-3.003 2.149a246.988 246.988 0 0 0-3.016 2.232c-1.007.76-2.014 1.532-3.027 2.315a260.73 260.73 0 0 0-3.045 2.397 229.423 229.423 0 0 0-3.057 2.486 224.708 224.708 0 0 0-3.069 2.574A321.805 321.805 0 0 0 0 164.178a277.505 277.505 0 0 0-3.11 2.851l-.017-.047Z\' fill=\'%23589A43\'/%3E%3Cpath d=\'M435.877 170.681c.601 0 1.196 0 1.797-.006.86 0 1.725-.012 2.585-.03.866-.017 1.732-.041 2.598-.065a174.56 174.56 0 0 0 2.603-.094 190.584 190.584 0 0 0 5.236-.283c.877-.058 1.749-.123 2.632-.188.878-.071 1.756-.141 2.639-.224.878-.082 1.761-.171 2.645-.259.883-.094 1.767-.188 2.656-.294.889-.106 1.773-.212 2.662-.33.889-.118 1.779-.242 2.674-.371.895-.13 1.79-.265 2.68-.407.895-.141 1.79-.294 2.691-.447a140.09 140.09 0 0 0 2.698-.489c.901-.171 1.808-.342 2.709-.53.907-.183 1.814-.377 2.721-.572.907-.2 1.82-.406 2.727-.618.913-.212 1.826-.436 2.739-.66.913-.229 1.832-.459 2.75-.706a184.488 184.488 0 0 0 8.311-2.409c.93-.295 1.861-.589 2.792-.901.93-.307 1.867-.631 2.803-.955.937-.324 1.873-.665 2.815-1.007.937-.341 1.879-.695 2.822-1.06.942-.365 1.89-.736 2.833-1.113a200.666 200.666 0 0 0 5.701-2.403c.954-.418 1.908-.848 2.868-1.29.96-.442 1.914-.889 2.88-1.349.96-.459 1.926-.93 2.892-1.413s1.932-.972 2.904-1.473c.971-.5 1.937-1.019 2.915-1.543a199.582 199.582 0 0 0 5.866-3.286c.984-.571 1.961-1.149 2.951-1.744a232.72 232.72 0 0 0 5.937-3.704 221.886 221.886 0 0 0 5.984-4.011 195.309 195.309 0 0 0 3.01-2.12 198.874 198.874 0 0 0 3.021-2.203c1.013-.748 2.02-1.508 3.039-2.279a341.916 341.916 0 0 0 3.051-2.362 243.926 243.926 0 0 0 6.137-4.989c1.025-.86 2.055-1.737 3.092-2.627a272.365 272.365 0 0 0 6.22-5.524l.218-.201V88.478l-1.149 1.095c-1.036.99-2.073 1.961-3.104 2.916-1.03.954-2.061 1.896-3.092 2.82a213.154 213.154 0 0 1-3.074 2.728 294.29 294.29 0 0 1-6.108 5.188 261.601 261.601 0 0 1-3.033 2.468 210.77 210.77 0 0 1-3.022 2.38 327.408 327.408 0 0 1-3.009 2.303c-1.002.753-1.997 1.49-2.992 2.22-.996.724-1.991 1.443-2.98 2.144a221.485 221.485 0 0 1-5.926 4.058c-.983.654-1.961 1.29-2.944 1.914a205.56 205.56 0 0 1-2.934 1.844c-.971.6-1.949 1.195-2.921 1.772-.972.583-1.938 1.149-2.909 1.708-.966.56-1.932 1.108-2.892 1.644-.96.536-1.926 1.06-2.886 1.572-.96.513-1.914 1.019-2.868 1.508a219.888 219.888 0 0 1-8.546 4.17 215.22 215.22 0 0 1-8.446 3.64c-.931.377-1.867.742-2.792 1.101a170.93 170.93 0 0 1-5.554 2.05c-.925.324-1.844.642-2.762.948-.919.306-1.838.607-2.751.901-.913.295-1.826.571-2.739.848-.913.277-1.825.542-2.732.807-.907.259-1.815.513-2.722.76s-1.808.483-2.709.713c-.901.229-1.802.453-2.703.671a215.415 215.415 0 0 1-8.046 1.755c-.889.177-1.778.342-2.662.507-.889.159-1.773.318-2.656.465-.883.147-1.767.294-2.644.43-.884.135-1.762.271-2.639.394-.878.124-1.755.242-2.627.354-.872.112-1.749.218-2.621.324-.872.1-1.743.194-2.609.288a200.7 200.7 0 0 1-2.603.254c-.866.076-1.732.153-2.598.218-.865.064-1.725.135-2.585.188-.86.059-1.726.112-2.58.159-.86.047-1.714.094-2.574.13-.854.041-1.714.07-2.568.1-.854.029-1.708.053-2.556.07-.854.018-1.702.036-2.55.042-.848.011-1.696.017-2.544.017h-.389c-.719 0-1.431 0-2.144-.006-.842-.005-1.69-.017-2.527-.035-.842-.018-1.684-.035-2.521-.059-.842-.023-1.678-.053-2.514-.082a332.482 332.482 0 0 1-5.013-.242c-.83-.047-1.666-.1-2.497-.153a277.988 277.988 0 0 1-4.977-.377 344.651 344.651 0 0 1-4.953-.453c-.824-.083-1.643-.171-2.468-.259-.824-.089-1.643-.183-2.462-.277-.818-.094-1.637-.195-2.456-.295-.818-.1-1.637-.2-2.45-.312a332.414 332.414 0 0 1-4.882-.677c-.813-.118-1.626-.242-2.433-.36-.813-.123-1.619-.247-2.432-.376-.807-.13-1.62-.26-2.427-.395-.807-.136-1.614-.265-2.421-.406-.806-.136-1.613-.277-2.414-.425l-.248-.041c-.724-.129-1.443-.253-2.161-.388-.801-.148-1.608-.301-2.409-.448l-2.403-.459c-.801-.154-1.602-.313-2.397-.472-.801-.159-1.602-.324-2.397-.483-.801-.165-1.597-.324-2.392-.494-.795-.165-1.596-.336-2.391-.507-.795-.171-1.59-.341-2.385-.518-.795-.177-1.59-.348-2.38-.524-.795-.177-1.584-.36-2.379-.536l-2.38-.548c-.789-.183-1.578-.365-2.373-.554l-2.368-.565c-.789-.189-1.578-.383-2.367-.571-.678-.165-1.361-.33-2.038-.501l-.33-.083c-.789-.194-1.573-.388-2.362-.588l-.265-.065c-.701-.177-1.396-.348-2.097-.524-.783-.201-1.572-.401-2.356-.601l-16.45-4.353c-.783-.212-1.56-.424-2.344-.642l-46.8-13.04c-.783-.212-1.566-.429-2.35-.642l-9.394-2.509c-.783-.206-1.566-.412-2.356-.612l-4.717-1.213c-.789-.201-1.573-.401-2.362-.595-.789-.2-1.578-.395-2.362-.589l-2.367-.583c-.79-.195-1.579-.383-2.368-.577l-2.374-.566c-.789-.188-1.584-.371-2.373-.559l-.554-.13c-.607-.141-1.213-.283-1.826-.424-.795-.183-1.584-.359-2.379-.542l-2.386-.53c-.795-.177-1.59-.348-2.385-.524l-2.391-.513c-.666-.141-1.331-.276-1.997-.418l-.394-.082c-.795-.165-1.596-.33-2.397-.489l-2.403-.477c-.801-.159-1.602-.312-2.409-.465a291.2 291.2 0 0 0-2.409-.454l-2.415-.442c-.807-.147-1.614-.288-2.421-.43-.807-.141-1.614-.276-2.42-.412-.807-.135-1.62-.265-2.427-.395-.813-.129-1.62-.259-2.432-.382-.813-.124-1.626-.248-2.439-.365-.813-.118-1.625-.236-2.444-.348-.813-.112-1.631-.23-2.45-.336l-2.456-.318c-.819-.1-1.638-.206-2.456-.3l-2.468-.283-2.474-.265-2.473-.247a318.808 318.808 0 0 0-4.977-.43c-.831-.065-1.667-.124-2.497-.183-.831-.059-1.667-.112-2.504-.165-.836-.053-1.666-.094-2.509-.141-.836-.041-1.678-.083-2.515-.118-.836-.035-1.678-.065-2.52-.094a178.01 178.01 0 0 0-2.527-.071c-.842-.017-1.69-.035-2.539-.047-.848-.012-1.69-.018-2.544-.018h-.512c-.678 0-1.355 0-2.038.006a320.592 320.592 0 0 0-5.124.095c-.854.023-1.714.053-2.574.088-.86.035-1.72.071-2.58.118-.86.041-1.725.094-2.585.147a188.798 188.798 0 0 0-5.201.389c-.872.076-1.737.159-2.609.241-.872.089-1.743.183-2.621.277-.878.1-1.755.2-2.633.306-.877.112-1.755.224-2.638.348-.884.118-1.767.247-2.651.383-.883.129-1.767.271-2.656.412-.883.147-1.773.294-2.662.453a226.377 226.377 0 0 0-5.36 1.025c-.895.183-1.79.377-2.691.571-.902.201-1.797.401-2.698.613-.901.212-1.808.43-2.71.66-.906.223-1.813.453-2.72.695-.907.241-1.82.489-2.733.742s-1.826.518-2.739.789a189.335 189.335 0 0 0-5.513 1.72 187.214 187.214 0 0 0-5.548 1.914 205.313 205.313 0 0 0-5.595 2.114c-.936.371-1.873.754-2.815 1.143a219.34 219.34 0 0 0-5.654 2.444c-.949.424-1.897.86-2.845 1.308a190.84 190.84 0 0 0-5.725 2.797 205.781 205.781 0 0 0-5.772 3.045 212.019 212.019 0 0 0-5.813 3.299 220.515 220.515 0 0 0-8.817 5.459c-.984.642-1.973 1.296-2.962 1.962-.99.665-1.98 1.348-2.975 2.038-.995.689-1.985 1.395-2.986 2.114a289.13 289.13 0 0 0-2.998 2.191 241.279 241.279 0 0 0-6.03 4.617 265.36 265.36 0 0 0-3.034 2.433 351.394 351.394 0 0 0-3.051 2.515 255.79 255.79 0 0 0-6.137 5.301c-1.03.912-2.056 1.837-3.086 2.78a290.153 290.153 0 0 0-6.22 5.842l.937.99a307.33 307.33 0 0 1 6.19-5.584 250.652 250.652 0 0 1 6.137-5.218 273.294 273.294 0 0 1 3.045-2.48 259.19 259.19 0 0 1 6.054-4.7 242.081 242.081 0 0 1 6.008-4.37c.995-.701 1.99-1.39 2.98-2.067a213.664 213.664 0 0 1 8.87-5.743c.978-.6 1.956-1.189 2.933-1.772.978-.578 1.95-1.143 2.921-1.703.972-.553 1.938-1.095 2.904-1.631.966-.53 1.932-1.054 2.898-1.567a213.782 213.782 0 0 1 5.754-2.933c.954-.465 1.908-.925 2.863-1.372a163.576 163.576 0 0 1 5.684-2.562 189.92 189.92 0 0 1 8.445-3.416c.93-.354 1.861-.695 2.792-1.031.93-.33 1.855-.66 2.78-.972.924-.318 1.85-.618 2.774-.919.919-.3 1.843-.589 2.756-.871a176.807 176.807 0 0 1 5.49-1.596c.912-.248 1.82-.495 2.732-.725.907-.235 1.814-.465 2.721-.683.907-.218 1.808-.43 2.71-.636.9-.206 1.802-.401 2.703-.589.901-.189 1.796-.377 2.692-.554.895-.176 1.79-.347 2.679-.506.896-.165 1.785-.318 2.674-.465.89-.148 1.779-.295 2.663-.43.883-.136 1.772-.265 2.656-.389.883-.124 1.767-.236 2.644-.348.884-.112 1.761-.218 2.639-.318.877-.1 1.755-.188 2.633-.277a209.16 209.16 0 0 1 5.236-.459c.865-.065 1.737-.124 2.603-.177.866-.053 1.731-.1 2.597-.147.866-.041 1.726-.076 2.592-.112.86-.035 1.719-.059 2.579-.082.86-.024 1.714-.041 2.574-.053.86-.012 1.714-.018 2.568-.024h.73c.607 0 1.22 0 1.826.006.854.006 1.702.024 2.551.035.848.018 1.696.036 2.544.059a303.061 303.061 0 0 1 5.065.201c.842.041 1.684.088 2.521.141.842.053 1.678.106 2.515.165.836.059 1.672.118 2.509.182.836.065 1.667.136 2.503.212.83.077 1.667.154 2.497.236.831.083 1.661.171 2.492.259.83.089 1.655.177 2.485.277.825.094 1.655.194 2.48.295.824.1 1.649.206 2.473.318.825.111 1.649.217 2.468.335l2.462.354c.819.123 1.637.247 2.456.377.819.129 1.631.253 2.45.388.813.136 1.632.271 2.444.413l2.439.424c.813.147 1.625.288 2.432.441.813.148 1.62.301 2.433.46a345.632 345.632 0 0 1 4.847.96c.807.165 1.614.33 2.421.5l2.408.513 2.409.53c.801.177 1.602.359 2.403.542a346.62 346.62 0 0 1 4.795 1.119c.801.188 1.596.383 2.391.577.795.194 1.596.389 2.391.589.795.2 1.59.395 2.385.601.796.2 1.591.406 2.386.612l.3.077c.689.177 1.384.359 2.073.536.795.206 1.585.418 2.374.63l2.373.636c.79.212 1.579.43 2.368.642l2.368.654 2.362.66c.789.223 1.572.447 2.361.671l2.362.677c.783.224 1.573.454 2.356.683l2.356.69c.783.229 1.567.459 2.35.695l25.785 7.951 46.835 14.724 7.068 2.103c.783.229 1.573.465 2.362.689l2.362.683c.789.224 1.578.453 2.367.677.695.201 1.39.395 2.085.589l.283.077c.789.224 1.578.442 2.373.659l2.374.654c.789.218 1.584.43 2.38.642l2.379.636c.795.212 1.59.418 2.385.631.737.194 1.479.382 2.221.571l.171.041c.795.206 1.596.406 2.391.607.801.2 1.596.4 2.397.595.795.194 1.596.394 2.397.589.742.182 1.49.359 2.232.535l.171.042c.801.188 1.602.377 2.409.565.801.189 1.608.371 2.409.554.807.182 1.608.359 2.415.536.807.176 1.613.353 2.42.524.807.171 1.614.347 2.427.512.807.171 1.62.336 2.426.501.813.165 1.62.324 2.433.483.813.159 1.625.318 2.438.471.813.153 1.626.306 2.445.454l2.45.441c.818.142 1.637.283 2.456.419l2.462.406 2.467.389c.825.123 1.644.247 2.468.365a350.53 350.53 0 0 0 4.959.677c.831.106 1.661.212 2.492.312.83.1 1.661.201 2.497.295.836.094 1.667.182 2.503.271.836.088 1.673.17 2.509.247a326.51 326.51 0 0 0 5.036.43c.842.065 1.684.124 2.526.177.843.059 1.691.106 2.539.159.848.047 1.696.094 2.544.129.848.042 1.697.077 2.551.106.854.03 1.702.059 2.556.077.854.023 1.708.041 2.562.053.854.012 1.714.023 2.574.023h.789l-.024.048Zm142.155-59.145c-.96.877-1.926 1.743-2.88 2.597-1.031.919-2.062 1.82-3.087 2.704-1.03.883-2.055 1.755-3.074 2.615a270.941 270.941 0 0 1-3.063 2.52 325.103 325.103 0 0 1-3.045 2.439 254.928 254.928 0 0 1-6.054 4.617 291.075 291.075 0 0 1-3.01 2.191c-1.001.719-1.996 1.42-2.992 2.109-.995.689-1.991 1.366-2.98 2.032a206.717 206.717 0 0 1-5.925 3.834 194.624 194.624 0 0 1-5.878 3.54 228.42 228.42 0 0 1-2.921 1.667c-.972.541-1.938 1.077-2.904 1.596-.966.518-1.932 1.03-2.892 1.531-.96.501-1.926.984-2.88 1.467-.96.477-1.914.948-2.868 1.401a173.317 173.317 0 0 1-5.707 2.621c-.949.418-1.891.825-2.839 1.219-.943.395-1.885.784-2.827 1.167a177.05 177.05 0 0 1-5.619 2.155 184.892 184.892 0 0 1-5.572 1.95c-.924.306-1.849.6-2.774.889-.919.289-1.843.571-2.762.842s-1.838.542-2.751.795c-.913.26-1.826.507-2.738.748-.913.242-1.826.472-2.733.701-.907.224-1.814.448-2.721.66a216.737 216.737 0 0 1-5.413 1.184c-.901.182-1.796.353-2.692.524a229.357 229.357 0 0 1-5.353.931c-.89.141-1.779.276-2.663.406-.883.13-1.772.253-2.656.371-.883.118-1.767.224-2.644.33-.878.106-1.761.2-2.639.294-.877.089-1.755.183-2.627.259-.877.083-1.749.154-2.621.224-.871.071-1.743.13-2.615.189a194.21 194.21 0 0 1-5.2.282c-.866.036-1.726.071-2.586.095-.86.023-1.72.047-2.58.064-.859.018-1.713.024-2.573.03-.595 0-1.19.006-1.785.006h-.783c-.854 0-1.708-.018-2.556-.03-.854-.011-1.703-.029-2.551-.053-.848-.023-1.696-.047-2.544-.076-.848-.03-1.69-.065-2.539-.106-.842-.041-1.69-.083-2.526-.13-.842-.047-1.685-.1-2.527-.153-.842-.053-1.679-.118-2.515-.177a163.05 163.05 0 0 1-2.509-.206c-.836-.07-1.667-.147-2.503-.224-.836-.076-1.667-.165-2.497-.247a351.143 351.143 0 0 1-4.977-.559c-.825-.101-1.655-.201-2.48-.307a348.88 348.88 0 0 1-2.473-.33c-.825-.111-1.644-.229-2.468-.347-.819-.118-1.643-.242-2.462-.365a173.9 173.9 0 0 1-2.456-.389c-.819-.13-1.632-.265-2.45-.4a336.951 336.951 0 0 1-7.315-1.308c-.813-.153-1.62-.306-2.433-.465-.807-.159-1.619-.318-2.426-.483-.807-.165-1.614-.33-2.421-.501-.807-.171-1.614-.341-2.415-.512-.807-.171-1.608-.348-2.415-.524-.801-.177-1.607-.354-2.408-.536-.801-.183-1.602-.366-2.403-.554-.801-.183-1.603-.371-2.403-.565l-.171-.042-2.227-.53a245.54 245.54 0 0 1-2.391-.589c-.795-.194-1.596-.394-2.391-.595-.795-.2-1.59-.4-2.385-.606l-.171-.041c-.736-.189-1.479-.377-2.215-.572-.795-.206-1.584-.418-2.379-.624l-2.374-.636c-.789-.212-1.584-.43-2.373-.642l-2.368-.654c-.789-.218-1.578-.442-2.368-.66l-.282-.082c-.695-.194-1.39-.389-2.085-.589-.79-.224-1.573-.448-2.362-.677l-2.362-.684-2.356-.689-16.45-4.971-63.238-19.807c-.783-.235-1.567-.465-2.356-.695l-2.356-.695c-.789-.229-1.572-.459-2.361-.683l-2.368-.677-2.368-.672-2.367-.665c-.79-.218-1.579-.442-2.374-.66-.789-.218-1.584-.43-2.374-.648-.795-.212-1.584-.43-2.379-.642-.795-.212-1.584-.424-2.38-.63-.695-.182-1.389-.359-2.079-.542l-.3-.076c-.795-.206-1.59-.413-2.385-.613l-2.392-.601c-.795-.2-1.596-.394-2.397-.589-.795-.194-1.596-.388-2.397-.577-.801-.188-1.602-.383-2.403-.565-.801-.189-1.608-.371-2.409-.554-.801-.182-1.608-.365-2.409-.542-.806-.176-1.613-.359-2.414-.53-.801-.171-1.614-.347-2.421-.518a288.77 288.77 0 0 0-2.427-.501c-.807-.165-1.613-.33-2.426-.489-.813-.159-1.62-.318-2.433-.471l-2.438-.459c-.813-.153-1.626-.295-2.444-.442-.813-.147-1.632-.288-2.45-.43-.819-.141-1.638-.277-2.456-.412-.819-.136-1.638-.265-2.462-.389-.819-.129-1.644-.253-2.468-.377a191.17 191.17 0 0 0-2.474-.353 164.3 164.3 0 0 0-2.479-.336c-.825-.112-1.655-.218-2.48-.318a351.956 351.956 0 0 0-7.492-.83c-.836-.083-1.672-.159-2.509-.236a176.34 176.34 0 0 0-2.515-.212c-.842-.065-1.678-.13-2.52-.183-.843-.058-1.685-.111-2.527-.164-.842-.053-1.691-.101-2.539-.142-.848-.041-1.69-.082-2.544-.112a180.95 180.95 0 0 0-2.55-.088c-.848-.024-1.702-.047-2.556-.065-.854-.018-1.708-.029-2.562-.035-.613 0-1.225-.006-1.838-.006h-.736c-.86 0-1.72.012-2.58.023-.86.012-1.726.03-2.591.053-.866.024-1.726.053-2.598.083-.866.035-1.737.071-2.603.112-.872.041-1.738.094-2.609.147a192.132 192.132 0 0 0-5.248.389c-.878.076-1.755.159-2.639.247-.883.089-1.761.183-2.644.277a210.695 210.695 0 0 0-5.318.671c-.89.124-1.779.254-2.674.395-.896.136-1.785.283-2.68.43-.895.153-1.791.306-2.692.471a213.116 213.116 0 0 0-5.407 1.066c-.907.195-1.814.389-2.72.595-.908.206-1.82.418-2.733.642-.913.224-1.826.448-2.74.689-.912.236-1.831.483-2.75.73-.919.254-1.837.513-2.762.778a196.282 196.282 0 0 0-5.554 1.708 169.048 169.048 0 0 0-5.595 1.908 202.032 202.032 0 0 0-5.637 2.126 191.745 191.745 0 0 0-8.534 3.605c-.954.43-1.908.872-2.868 1.319-.96.448-1.92.913-2.88 1.384-.96.472-1.926.954-2.892 1.443a199.67 199.67 0 0 0-8.746 4.724c-.784.447-1.567.901-2.356 1.366.04-.023.082-.053.123-.076a228.51 228.51 0 0 1 5.825-3.546c.966-.565 1.932-1.125 2.898-1.673.96-.547 1.92-1.077 2.88-1.607a192.402 192.402 0 0 1 5.73-3.022c.955-.483 1.903-.954 2.851-1.419a197.426 197.426 0 0 1 8.481-3.905c.937-.407 1.874-.801 2.804-1.19.93-.389 1.861-.766 2.792-1.131a363.2 363.2 0 0 1 2.78-1.078c.924-.347 1.85-.689 2.774-1.024a190.834 190.834 0 0 1 19.118-5.819c.901-.224 1.796-.442 2.692-.654.895-.212 1.79-.413 2.679-.607a215.87 215.87 0 0 1 7.993-1.584c.883-.159 1.767-.306 2.644-.454.884-.141 1.761-.282 2.639-.412.877-.13 1.755-.259 2.633-.377.877-.118 1.749-.236 2.621-.342.871-.106 1.743-.212 2.615-.306a189.772 189.772 0 0 1 5.2-.518c.866-.077 1.726-.141 2.586-.206.86-.065 1.72-.124 2.579-.177.86-.053 1.714-.106 2.574-.147.854-.041 1.714-.083 2.568-.118.854-.035 1.708-.065 2.556-.088.848-.024 1.702-.047 2.551-.059.848-.018 1.696-.024 2.544-.036.677 0 1.349-.011 2.026-.011h.512c.843 0 1.691.011 2.527.017.842.012 1.685.024 2.521.047.836.024 1.679.042 2.515.071.836.03 1.673.059 2.509.094.836.036 1.673.077 2.503.118.83.041 1.667.088 2.497.142.831.053 1.661.106 2.492.164.83.059 1.661.118 2.485.183a343.581 343.581 0 0 1 4.947.43c.825.077 1.644.159 2.468.241.819.083 1.644.171 2.462.26.819.088 1.638.182 2.456.282.819.095 1.632.201 2.45.301.813.1 1.632.206 2.445.318.812.106 1.631.218 2.444.335.813.112 1.625.23 2.432.348a330.574 330.574 0 0 1 4.853.748c.807.129 1.614.259 2.421.395.807.135 1.608.27 2.415.412l2.415.424c.807.141 1.608.288 2.409.442.801.147 1.602.3 2.403.453.801.153 1.602.306 2.403.465.801.159 1.596.313 2.391.472.795.159 1.596.324 2.391.488l.401.083c.665.135 1.331.277 1.99.412l2.386.513c.795.17 1.59.347 2.379.518l2.38.53c.795.177 1.584.359 2.373.536l1.82.424.554.13c.789.182 1.578.365 2.367.553l2.368.566c.789.188 1.573.382 2.362.571l2.362.583c.783.194 1.572.389 2.361.589.784.194 1.567.395 2.356.595l4.712 1.207c.783.2 1.567.407 2.35.613l9.388 2.503 2.344.636 46.8 13.04c.784.212 1.561.43 2.344.642l14.106 3.752 2.356.606 2.362.601 2.103.53.265.065c.789.194 1.578.394 2.367.589l.33.082c.683.171 1.361.336 2.044.501.789.194 1.578.383 2.373.571l2.374.566c.789.188 1.584.371 2.379.553.796.183 1.591.365 2.38.548.795.183 1.59.359 2.385.542l2.386.53c.795.177 1.596.347 2.391.518.795.171 1.596.342 2.397.507.801.171 1.596.33 2.397.494.801.165 1.602.324 2.403.489.801.159 1.602.318 2.409.471.807.154 1.608.313 2.409.46.807.153 1.608.3 2.415.453.724.136 1.448.26 2.173.389l.247.041c.807.142 1.614.283 2.427.424.807.142 1.62.277 2.426.407a341.882 341.882 0 0 0 4.871.771c.813.124 1.626.248 2.445.366a344.048 344.048 0 0 0 12.303 1.56 273.224 273.224 0 0 0 4.965.495c.831.077 1.661.147 2.492.218.83.071 1.66.135 2.497.2.83.065 1.667.124 2.503.177a351.68 351.68 0 0 0 5.024.289c.836.041 1.678.076 2.521.111.842.036 1.684.059 2.526.083.843.023 1.691.047 2.539.059.848.017 1.696.029 2.544.035.719.006 1.437.006 2.156.006h.389a312.685 312.685 0 0 0 5.118-.059 186.83 186.83 0 0 0 2.574-.071 319.21 319.21 0 0 0 2.579-.1c.86-.041 1.726-.082 2.586-.129a188.401 188.401 0 0 0 5.201-.354c.871-.07 1.743-.141 2.615-.223.871-.077 1.743-.165 2.62-.254.878-.088 1.75-.188 2.627-.288.878-.1 1.755-.212 2.639-.324.877-.112 1.761-.236 2.644-.36.884-.123 1.767-.259 2.657-.394.883-.136 1.772-.283 2.662-.43.889-.147 1.784-.306 2.674-.465a217.822 217.822 0 0 0 5.371-1.061c.901-.188 1.797-.388 2.698-.589.901-.206 1.808-.412 2.709-.63.907-.218 1.814-.441 2.721-.677.907-.23 1.82-.471 2.727-.719a155.5 155.5 0 0 0 2.739-.765c.913-.259 1.831-.53 2.75-.813a188.698 188.698 0 0 0 5.537-1.761c.924-.312 1.849-.63 2.78-.954.93-.324 1.861-.66 2.791-1.007a223.962 223.962 0 0 0 5.619-2.168 210.924 210.924 0 0 0 5.654-2.385 197.478 197.478 0 0 0 5.701-2.615c.955-.454 1.909-.925 2.869-1.396a202.424 202.424 0 0 0 8.675-4.559 208.544 208.544 0 0 0 5.837-3.363c.978-.583 1.955-1.178 2.939-1.784a236.605 236.605 0 0 0 5.913-3.782c.99-.653 1.979-1.319 2.975-2.002.995-.677 1.984-1.372 2.986-2.073a311.63 311.63 0 0 0 2.998-2.156 253.545 253.545 0 0 0 6.031-4.547c1.013-.783 2.02-1.584 3.039-2.391a264.324 264.324 0 0 0 3.051-2.48 349.595 349.595 0 0 0 3.062-2.562c1.025-.871 2.05-1.755 3.075-2.65 1.03-.895 2.055-1.814 3.092-2.745a282.504 282.504 0 0 0 5.071-4.67v19.895l.006-.023Z\' fill=\'url(%23a)\'/%3E%3Cpath d=\'M-3.127 166.982a297.078 297.078 0 0 1 6.207-6.025c1.031-.972 2.056-1.932 3.08-2.875 1.025-.942 2.05-1.873 3.07-2.785a245.493 245.493 0 0 1 3.056-2.692 281.97 281.97 0 0 1 6.072-5.13 336.6 336.6 0 0 1 3.016-2.438 206.336 206.336 0 0 1 3.004-2.356 231.74 231.74 0 0 1 2.992-2.274 221.598 221.598 0 0 1 5.942-4.323 251.907 251.907 0 0 1 5.89-4.028c.978-.648 1.956-1.284 2.927-1.909a220.883 220.883 0 0 1 8.71-5.306c.961-.56 1.921-1.102 2.881-1.638.96-.536 1.914-1.06 2.869-1.572.954-.513 1.908-1.019 2.856-1.514.948-.495 1.902-.978 2.845-1.449a253.108 253.108 0 0 1 5.66-2.727c.942-.435 1.879-.86 2.815-1.278a166.59 166.59 0 0 1 2.804-1.219c.93-.394 1.86-.789 2.791-1.172a206.512 206.512 0 0 1 5.549-2.185c.924-.348 1.843-.689 2.762-1.019.919-.33 1.837-.648 2.75-.966.913-.312 1.832-.618 2.739-.919.913-.3 1.82-.589 2.733-.871.913-.283 1.814-.56 2.72-.825.908-.265 1.81-.524 2.71-.777.901-.254 1.802-.501 2.704-.737.901-.235 1.796-.471 2.691-.695a273.69 273.69 0 0 1 2.68-.653c.895-.212 1.785-.418 2.674-.613.889-.2 1.779-.389 2.662-.577a211.29 211.29 0 0 1 5.301-1.025c.883-.159 1.761-.318 2.638-.465a219.836 219.836 0 0 1 5.248-.813c.872-.124 1.744-.247 2.615-.36.872-.111 1.738-.217 2.604-.317.865-.1 1.731-.2 2.597-.289.866-.094 1.726-.176 2.585-.259a191.902 191.902 0 0 1 5.154-.424 375.05 375.05 0 0 1 2.568-.17c.854-.054 1.708-.101 2.556-.142.854-.041 1.702-.083 2.55-.112.848-.035 1.697-.059 2.545-.088.848-.03 1.69-.048 2.538-.06.842-.017 1.685-.029 2.527-.035.842-.006 1.684-.011 2.521-.006.842 0 1.678 0 2.515.012.836.012 1.672.024 2.509.041a352.838 352.838 0 0 1 5 .147c.83.03 1.661.066 2.491.107.831.035 1.655.082 2.486.13a344.22 344.22 0 0 1 4.953.312c.825.058 1.643.123 2.468.188.819.065 1.643.13 2.462.206a322.599 322.599 0 0 1 4.906.465 336.891 336.891 0 0 1 4.883.536 342.327 342.327 0 0 1 4.864.595c.807.106 1.62.212 2.427.324.807.106 1.614.224 2.421.336.807.112 1.613.229 2.42.347.807.118 1.608.242 2.409.365.801.124 1.608.248 2.409.377l2.403.389c.801.13 1.596.265 2.397.401.801.135 1.596.271 2.397.412l2.392.424c.795.141 1.59.289 2.385.436.795.147 1.59.294 2.385.447.795.148 1.591.307 2.38.46.795.153 1.584.306 2.379.465l2.374.477a417.448 417.448 0 0 1 4.741.978c.789.165 1.578.33 2.368.501.789.17 1.578.335 2.361.506.79.171 1.573.342 2.362.518.784.171 1.573.348 2.356.525l2.356.53c.783.176 1.573.353 2.356.536.783.176 1.567.359 2.356.536l2.35.547c.783.183 1.567.365 2.35.554.783.182 1.567.371 2.35.554.783.188 1.561.371 2.344.559l2.344.565c.778.189 1.561.377 2.344.566.784.188 1.561.383 2.344.571.784.189 1.561.383 2.344.571.778.195 1.561.383 2.339.578.777.194 1.56.388 2.338.577l2.338.583 2.338.583 2.339.583 2.338.583c.777.195 1.555.389 2.338.583.777.195 1.561.389 2.338.583l2.338.583 2.339.584 2.338.583c.777.194 1.561.388 2.338.583.778.194 1.561.388 2.338.583.784.194 1.561.383 2.344.577.778.194 1.561.383 2.339.577.777.195 1.56.383 2.344.571.783.189 1.561.383 2.344.572.783.188 1.561.383 2.344.571l2.344.566c.783.188 1.567.371 2.35.559.783.189 1.567.371 2.35.554l2.35.547c.783.183 1.567.366 2.356.548.783.183 1.573.359 2.356.536.783.177 1.572.359 2.356.536.789.177 1.572.353 2.362.524.789.171 1.572.348 2.361.519.79.17 1.573.341 2.362.512.789.171 1.579.336 2.368.506.789.165 1.578.336 2.368.501.789.165 1.578.33 2.373.489.789.159 1.584.324 2.374.483.795.159 1.584.318 2.379.471.795.153 1.584.312 2.38.465.795.154 1.59.307 2.385.454l2.385.442c.795.147 1.596.288 2.391.43l2.398.424c.801.141 1.596.271 2.397.406.801.136 1.602.271 2.403.401.801.129 1.602.259 2.409.382.801.13 1.607.254 2.409.371.806.124 1.607.242 2.414.36.807.117 1.614.235 2.421.347.807.112 1.614.224 2.427.33.806.106 1.619.218 2.426.318.813.106 1.626.206 2.438.3.813.101 1.626.189 2.439.283a337.98 337.98 0 0 0 4.894.524c.819.083 1.637.159 2.456.236a375.6 375.6 0 0 0 2.462.218c.825.071 1.643.135 2.468.2.824.065 1.649.124 2.474.177.824.059 1.649.112 2.479.159.825.053 1.655.094 2.486.141l2.491.124c.83.035 1.667.065 2.497.094.831.03 1.667.053 2.503.077.837.023 1.673.041 2.509.053.837.011 1.673.023 2.515.029.843.006 1.679.006 2.521.006.842 0 1.685-.006 2.533-.018.842-.011 1.69-.023 2.538-.047.848-.017 1.696-.041 2.545-.07.848-.03 1.696-.059 2.55-.095.854-.035 1.702-.076 2.556-.123.854-.048 1.708-.095 2.568-.154.86-.053 1.714-.117 2.574-.182.86-.065 1.719-.136 2.579-.212.86-.077 1.726-.153 2.586-.242.866-.082 1.732-.176 2.597-.271.866-.094 1.738-.194 2.604-.306a196.783 196.783 0 0 0 5.236-.707 198.463 198.463 0 0 0 5.265-.848 229.21 229.21 0 0 0 5.301-.989c.889-.177 1.773-.359 2.662-.554.889-.188 1.779-.389 2.674-.589.895-.206 1.784-.418 2.68-.63.895-.218 1.796-.442 2.691-.671.896-.23 1.797-.472 2.704-.713a228.388 228.388 0 0 0 5.43-1.561c.907-.277 1.82-.559 2.733-.848a170.95 170.95 0 0 0 5.489-1.832c.919-.318 1.838-.653 2.762-.989.925-.336 1.844-.683 2.769-1.037a181.24 181.24 0 0 0 2.78-1.089 218.1 218.1 0 0 0 5.595-2.339c.936-.406 1.873-.824 2.809-1.248.943-.424 1.885-.86 2.827-1.308a197.593 197.593 0 0 0 5.678-2.78c.948-.483 1.902-.977 2.856-1.484.955-.506 1.909-1.019 2.869-1.543.96-.524 1.92-1.06 2.88-1.608s1.926-1.101 2.892-1.667c.966-.565 1.932-1.148 2.903-1.737.972-.589 1.944-1.19 2.916-1.802.972-.613 1.949-1.237 2.927-1.873a247.734 247.734 0 0 0 11.832-8.205 250.05 250.05 0 0 0 5.996-4.559c1.001-.789 2.009-1.584 3.016-2.397a354.986 354.986 0 0 0 3.027-2.48 373.15 373.15 0 0 0 3.045-2.567 551.445 551.445 0 0 0 3.057-2.65 414.224 414.224 0 0 0 3.068-2.74c1.025-.93 2.05-1.872 3.081-2.832 1.03-.96 2.061-1.938 3.098-2.927 1.036-.99 2.073-1.997 3.109-3.016v12.592a284.245 284.245 0 0 1-6.207 5.808 318.864 318.864 0 0 1-3.081 2.768 302.98 302.98 0 0 1-6.125 5.265 277.716 277.716 0 0 1-6.072 4.912c-1.007.79-2.015 1.573-3.016 2.339-1.001.765-2.008 1.513-3.004 2.255a276.72 276.72 0 0 1-2.992 2.174 261.4 261.4 0 0 1-5.942 4.128c-.984.66-1.973 1.314-2.951 1.95-.984.636-1.961 1.266-2.939 1.879a218.827 218.827 0 0 1-5.843 3.545c-.971.572-1.937 1.125-2.903 1.673s-1.932 1.084-2.892 1.608-1.92 1.042-2.88 1.543c-.96.506-1.914.995-2.869 1.484-.954.483-1.908.954-2.856 1.42a227.117 227.117 0 0 1-5.684 2.662c-.942.424-1.884.836-2.821 1.243-.936.406-1.879.801-2.815 1.189a182.951 182.951 0 0 1-5.595 2.215 202.798 202.798 0 0 1-5.549 2.008c-.924.318-1.843.624-2.762.931a176.385 176.385 0 0 1-8.222 2.497c-.907.253-1.814.501-2.721.742-.907.242-1.808.471-2.709.701a216.812 216.812 0 0 1-5.395 1.266 229.866 229.866 0 0 1-5.354 1.108c-.889.17-1.779.335-2.662.494a223.726 223.726 0 0 1-5.301.872c-.883.135-1.761.259-2.638.383-.878.123-1.756.235-2.627.347-.878.112-1.75.212-2.621.312a219.695 219.695 0 0 1-7.816.748c-.866.065-1.726.124-2.585.183-.86.059-1.72.106-2.58.153a206.91 206.91 0 0 1-5.136.218c-.854.03-1.708.047-2.556.065-.854.018-1.702.035-2.55.041-.849.012-1.697.012-2.545.012-.848 0-1.69 0-2.538-.012-.843-.006-1.685-.023-2.527-.035-.842-.018-1.684-.036-2.521-.059-.842-.024-1.678-.053-2.515-.083-.836-.029-1.672-.07-2.509-.112-.836-.041-1.672-.082-2.503-.129-.83-.047-1.667-.1-2.497-.153-.831-.053-1.661-.112-2.492-.171-.83-.059-1.654-.124-2.485-.194-.83-.071-1.655-.142-2.48-.218-.824-.077-1.649-.153-2.473-.236a343.74 343.74 0 0 1-7.386-.813c-.819-.1-1.631-.2-2.45-.306-.813-.106-1.632-.212-2.444-.324l-2.439-.336-2.432-.353c-.813-.124-1.62-.241-2.433-.371-.806-.124-1.613-.253-2.426-.383-.807-.129-1.614-.265-2.421-.4-.807-.136-1.614-.271-2.415-.413-.806-.141-1.607-.276-2.408-.424-.801-.141-1.608-.294-2.409-.441-.801-.148-1.602-.301-2.403-.454-.801-.153-1.596-.306-2.398-.465-.801-.153-1.596-.312-2.397-.471-.801-.159-1.596-.318-2.391-.483l-2.385-.495c-.795-.165-1.59-.336-2.386-.507-.795-.17-1.59-.341-2.379-.518-.789-.177-1.584-.347-2.379-.524-.79-.177-1.585-.353-2.374-.536-.789-.177-1.584-.359-2.374-.542-.789-.183-1.578-.365-2.367-.554-.789-.182-1.579-.371-2.368-.559-.789-.189-1.578-.377-2.362-.566-.789-.188-1.578-.376-2.362-.571-.783-.194-1.572-.383-2.355-.577-.784-.194-1.573-.389-2.356-.589-.784-.194-1.573-.395-2.356-.589-.784-.2-1.567-.4-2.356-.595l-2.35-.601c-.783-.2-1.567-.4-2.35-.606-.783-.2-1.567-.407-2.35-.613-.783-.206-1.567-.406-2.35-.612l-2.344-.619c-.784-.206-1.561-.412-2.344-.624-.784-.206-1.561-.412-2.344-.624-.784-.212-1.561-.418-2.339-.625-.783-.212-1.56-.418-2.344-.63-.777-.212-1.561-.418-2.338-.63-.783-.212-1.561-.424-2.338-.63l-2.338-.636-2.339-.636-2.338-.637-2.338-.636-2.338-.636-2.339-.636-2.338-.636a337.35 337.35 0 0 0-2.338-.63c-.777-.212-1.561-.418-2.338-.63-.784-.212-1.561-.418-2.338-.63-.778-.212-1.561-.419-2.339-.625-.783-.206-1.56-.418-2.344-.624-.783-.206-1.561-.418-2.344-.624-.783-.207-1.561-.413-2.344-.613-.783-.2-1.561-.412-2.344-.612-.783-.207-1.567-.407-2.344-.613-.784-.2-1.561-.406-2.344-.607a7926.297 7926.297 0 0 1-4.7-1.201c-.784-.2-1.567-.395-2.356-.589-.784-.194-1.573-.395-2.356-.589-.783-.194-1.573-.389-2.356-.577-.783-.195-1.573-.383-2.362-.572l-2.362-.565c-.783-.188-1.572-.377-2.361-.56l-2.368-.547c-.789-.183-1.579-.365-2.368-.542-.789-.183-1.578-.359-2.373-.536-.79-.177-1.585-.353-2.374-.524-.789-.177-1.584-.348-2.379-.519-.795-.17-1.591-.341-2.38-.506-.795-.165-1.59-.336-2.385-.501-.795-.165-1.59-.33-2.385-.489l-2.392-.477c-.795-.159-1.596-.312-2.397-.465-.801-.153-1.596-.3-2.397-.453-.801-.148-1.602-.301-2.403-.442-.801-.147-1.608-.289-2.409-.424-.807-.142-1.608-.283-2.415-.418-.807-.136-1.608-.271-2.414-.401l-2.421-.389c-.807-.129-1.614-.253-2.421-.371a345.98 345.98 0 0 0-4.865-.701c-.812-.111-1.625-.223-2.438-.329-.813-.106-1.632-.212-2.444-.313-.819-.1-1.638-.2-2.45-.294-.819-.094-1.638-.189-2.456-.277-.819-.088-1.644-.177-2.462-.259-.825-.082-1.644-.159-2.468-.236-.825-.076-1.649-.153-2.474-.223-.824-.071-1.649-.136-2.479-.201-.825-.064-1.655-.123-2.486-.176a173.42 173.42 0 0 0-2.491-.159l-2.497-.142c-.837-.041-1.667-.082-2.504-.118-.836-.035-1.672-.064-2.509-.088-.836-.029-1.678-.053-2.515-.071-.842-.017-1.678-.035-2.52-.047a193.85 193.85 0 0 0-2.533-.017h-2.533c-.848 0-1.696.017-2.544.029-.848.018-1.696.035-2.55.059-.854.024-1.702.053-2.556.088-.854.036-1.708.071-2.568.112-.854.042-1.714.095-2.574.142-.86.053-1.72.112-2.58.17-.86.065-1.72.13-2.585.201-.866.07-1.732.153-2.598.235a210.472 210.472 0 0 0-5.218.566c-.872.106-1.743.218-2.621.33a216.908 216.908 0 0 0-7.91 1.219c-.883.153-1.767.306-2.656.477-.889.165-1.773.341-2.662.518-.89.177-1.779.365-2.674.554-.89.194-1.785.388-2.686.595-.895.206-1.79.418-2.692.636-.901.218-1.802.447-2.703.677-.901.236-1.808.477-2.71.724-.9.248-1.813.501-2.72.766-.907.265-1.82.536-2.733.813-.913.277-1.826.565-2.739.86-.913.294-1.832.6-2.75.907-.92.312-1.838.63-2.763.954-.918.324-1.843.66-2.768 1.007-.924.342-1.85.695-2.78 1.06-.93.359-1.86.731-2.791 1.107-.931.377-1.868.766-2.804 1.167-.936.394-1.873.801-2.815 1.219-.943.418-1.88.836-2.821 1.272-.943.436-1.891.878-2.84 1.331a218.77 218.77 0 0 0-8.569 4.347c-.96.512-1.92 1.042-2.88 1.578s-1.926 1.078-2.892 1.637c-.966.56-1.932 1.125-2.903 1.709-.972.577-1.944 1.172-2.916 1.772-.972.601-1.95 1.22-2.927 1.844-.978.624-1.961 1.266-2.939 1.914-.984.648-1.967 1.307-2.95 1.985-.984.671-1.974 1.36-2.97 2.061-.989.701-1.984 1.414-2.974 2.138-.995.725-1.99 1.461-2.991 2.215a256.417 256.417 0 0 0-9.047 7.12 282.32 282.32 0 0 0-3.045 2.539c-1.019.86-2.038 1.737-3.057 2.627a301.41 301.41 0 0 0-6.149 5.518 297.123 297.123 0 0 0-6.208 5.89l-.005.018Z\' fill=\'%23589A43\'/%3E%3Cpath d=\'M580.322 1.957a22621.044 22621.044 0 0 1-.036 9.477l-.017 4.382-.018 4.187c0 1.367-.012 2.71-.018 4.035 0 1.325-.012 2.627-.017 3.917l-.018 3.828c0 1.266-.012 2.52-.018 3.775 0 1.255-.012 2.503-.018 3.758 0 1.255-.011 2.509-.017 3.775 0 1.267-.012 2.539-.018 3.823l-.018 3.91c0 1.326-.011 2.663-.017 4.03 0 1.365-.012 2.767-.018 4.193l-.017 4.376-.018 4.605c-.006 1.579-.012 3.198-.024 4.865-1.036.966-2.073 1.92-3.104 2.857-1.03.936-2.061 1.855-3.092 2.762a369.8 369.8 0 0 1-3.074 2.674 289.2 289.2 0 0 1-3.063 2.586 273.42 273.42 0 0 1-9.111 7.244 235.715 235.715 0 0 1-8.994 6.526c-.995.689-1.985 1.36-2.968 2.026a227.914 227.914 0 0 1-8.835 5.636c-.978.589-1.949 1.172-2.921 1.738-.972.565-1.944 1.131-2.91 1.673-.966.547-1.937 1.083-2.897 1.607a257.21 257.21 0 0 1-2.886 1.549 183.421 183.421 0 0 1-5.743 2.904c-.954.465-1.902.919-2.851 1.361-.948.441-1.896.877-2.838 1.301a219.913 219.913 0 0 1-5.655 2.444 200.38 200.38 0 0 1-5.607 2.221c-.93.353-1.861.701-2.785 1.037a210.961 210.961 0 0 1-5.543 1.92 169.557 169.557 0 0 1-5.501 1.725c-.913.271-1.826.536-2.733.795-.912.26-1.819.507-2.726.748-.907.242-1.815.477-2.716.707-.907.23-1.808.448-2.709.666a246.402 246.402 0 0 1-5.383 1.201c-.895.189-1.785.371-2.68.542-.889.177-1.779.342-2.668.507-.889.159-1.773.318-2.662.465-.884.147-1.767.294-2.651.43-.883.135-1.761.265-2.644.394a396 396 0 0 1-2.633.36c-.877.112-1.749.223-2.627.324a190.31 190.31 0 0 1-5.224.553c-.866.083-1.737.159-2.603.23-.866.071-1.726.135-2.592.2-.865.059-1.725.118-2.585.165-.86.053-1.72.1-2.58.141-.854.042-1.714.077-2.568.112-.854.036-1.708.059-2.562.083-.854.023-1.702.041-2.556.053-.848.012-1.696.023-2.544.029-.848 0-1.691.006-2.539 0-.848 0-1.69-.006-2.532-.017a353.93 353.93 0 0 1-2.527-.042c-.842-.017-1.679-.041-2.521-.07-.836-.03-1.673-.053-2.509-.089-.836-.035-1.673-.07-2.503-.112-.836-.041-1.667-.082-2.497-.135-.831-.047-1.661-.1-2.492-.159-.83-.053-1.66-.112-2.485-.171-.825-.059-1.655-.129-2.48-.194-.824-.065-1.649-.136-2.473-.212-.825-.077-1.644-.153-2.468-.236l-2.462-.247-2.456-.265-2.45-.283c-.819-.1-1.632-.194-2.444-.3-.813-.1-1.626-.206-2.439-.318-.813-.112-1.625-.218-2.438-.33-.813-.112-1.62-.23-2.433-.348-.806-.117-1.619-.235-2.426-.359l-2.421-.371c-.807-.13-1.614-.253-2.415-.389-.801-.135-1.608-.265-2.414-.4-.801-.136-1.608-.271-2.409-.413l-2.403-.424c-.801-.141-1.602-.288-2.397-.435-.801-.148-1.597-.295-2.398-.448-.795-.153-1.596-.3-2.391-.459-.795-.154-1.59-.313-2.385-.466l-2.386-.477c-.795-.159-1.59-.324-2.379-.489l-2.379-.494c-.79-.165-1.585-.33-2.374-.501-.789-.171-1.584-.336-2.374-.512-.789-.171-1.578-.342-2.367-.519-.789-.176-1.579-.347-2.368-.524-.789-.177-1.572-.353-2.362-.536-.789-.177-1.572-.359-2.361-.536-.784-.182-1.573-.359-2.356-.542-.784-.182-1.573-.371-2.356-.553-.784-.183-1.567-.371-2.356-.56-.783-.188-1.567-.371-2.35-.559l-2.35-.566c-.783-.188-1.567-.383-2.344-.571-.784-.189-1.561-.383-2.344-.571-.784-.195-1.561-.389-2.344-.578l-2.345-.583-2.338-.583c-.777-.194-1.561-.388-2.338-.583-.777-.194-1.561-.394-2.338-.589-.778-.194-1.561-.394-2.338-.589-.778-.194-1.555-.394-2.339-.595-.777-.2-1.555-.394-2.332-.594-.778-.201-1.555-.395-2.338-.595-.778-.201-1.555-.395-2.333-.595-.777-.2-1.554-.395-2.332-.595-.777-.2-1.555-.395-2.332-.595-.778-.2-1.555-.395-2.333-.595-.777-.2-1.554-.394-2.332-.595-.777-.2-1.555-.394-2.332-.589-.778-.194-1.555-.394-2.333-.589-.777-.194-1.554-.394-2.332-.589l-2.332-.583-2.333-.583c-.777-.194-1.554-.388-2.332-.577-.777-.194-1.561-.383-2.338-.577-.778-.195-1.555-.383-2.338-.571-.778-.189-1.561-.383-2.339-.572l-2.338-.565c-.777-.189-1.561-.371-2.338-.56-.777-.188-1.561-.371-2.344-.553l-2.344-.548c-.784-.183-1.561-.365-2.344-.542-.784-.183-1.561-.359-2.345-.536-.783-.177-1.566-.359-2.35-.53-.783-.177-1.566-.347-2.35-.524l-2.35-.513-2.355-.512c-.784-.171-1.573-.336-2.356-.5-.784-.166-1.573-.325-2.356-.49-.784-.164-1.573-.323-2.362-.482-.789-.16-1.578-.318-2.368-.477-.789-.16-1.578-.313-2.367-.466-.79-.153-1.579-.306-2.368-.453-.789-.147-1.584-.3-2.374-.442-.795-.147-1.584-.289-2.379-.436-.795-.141-1.584-.282-2.379-.418-.796-.141-1.591-.277-2.386-.412-.795-.136-1.59-.265-2.385-.395-.795-.13-1.596-.259-2.391-.383-.795-.13-1.597-.253-2.398-.37-.801-.124-1.596-.242-2.397-.36a336.526 336.526 0 0 0-4.812-.677l-2.414-.318-2.415-.3c-.807-.1-1.614-.195-2.421-.29-.807-.094-1.614-.182-2.426-.264-.807-.089-1.62-.171-2.433-.254-.813-.082-1.625-.159-2.438-.23-.813-.076-1.626-.147-2.444-.217-.813-.071-1.632-.136-2.445-.195a337.69 337.69 0 0 0-2.45-.182c-.818-.06-1.637-.106-2.456-.16-.818-.052-1.643-.093-2.462-.135a326.809 326.809 0 0 0-4.941-.218c-.825-.03-1.649-.053-2.48-.076-.83-.024-1.655-.036-2.485-.053-.831-.012-1.661-.024-2.492-.03-.83 0-1.666-.006-2.497 0-.83.006-1.673.006-2.503.018-.836.012-1.673.023-2.515.041-.836.018-1.678.041-2.515.065-.842.03-1.684.059-2.527.094-.842.036-1.69.077-2.532.124-.848.047-1.69.094-2.539.147-.848.053-1.696.118-2.544.177-.848.065-1.702.135-2.556.206-.854.077-1.708.153-2.562.236a199.755 199.755 0 0 0-5.148.565c-.86.106-1.72.212-2.585.33-.86.118-1.726.235-2.592.365-.866.13-1.731.26-2.603.4-.866.136-1.738.283-2.609.43-.872.148-1.744.307-2.615.472-.872.165-1.75.33-2.627.506-.878.177-1.755.353-2.633.542a236.585 236.585 0 0 0-5.295 1.201c-.883.212-1.772.436-2.656.66-.889.23-1.779.46-2.668.701-.889.242-1.785.489-2.68.742-.895.253-1.79.518-2.686.783a188.274 188.274 0 0 0-5.406 1.708c-.901.301-1.808.607-2.716.919-.906.318-1.813.642-2.726.972a210.767 210.767 0 0 0-5.477 2.085c-.92.365-1.839.736-2.757 1.119a197.622 197.622 0 0 0-5.542 2.397 225.279 225.279 0 0 0-5.584 2.609c-.936.454-1.867.919-2.81 1.396a215.47 215.47 0 0 0-8.487 4.529 230.232 230.232 0 0 0-5.712 3.328c-.955.577-1.915 1.166-2.875 1.761-.96.601-1.92 1.208-2.886 1.832a207.098 207.098 0 0 0-5.807 3.858 246.916 246.916 0 0 0-8.8 6.331c-.983.742-1.972 1.496-2.962 2.262-.99.765-1.979 1.543-2.968 2.338-.996.789-1.99 1.602-2.986 2.421-.996.818-1.997 1.655-2.998 2.497a289.004 289.004 0 0 0-6.031 5.254 256.23 256.23 0 0 0-3.04 2.756 429.627 429.627 0 0 0-3.05 2.845 451.818 451.818 0 0 0-3.063 2.933c-1.025.995-2.05 2.002-3.074 3.027a380.781 380.781 0 0 0-3.092 3.128 332.787 332.787 0 0 0-3.104 3.221 565.409 565.409 0 0 1 3.074-3.198 391.893 391.893 0 0 1 3.063-3.104 356.732 356.732 0 0 1 3.05-3.015c1.014-.99 2.027-1.967 3.04-2.927a253.235 253.235 0 0 1 3.021-2.839 303.659 303.659 0 0 1 9-8.034c.995-.854 1.984-1.69 2.974-2.515.99-.824 1.979-1.643 2.963-2.444a296.145 296.145 0 0 1 5.884-4.659 276.19 276.19 0 0 1 8.729-6.455 253.19 253.19 0 0 1 11.478-7.668 243.791 243.791 0 0 1 5.678-3.464 241.842 241.842 0 0 1 8.428-4.759c.93-.5 1.861-.989 2.786-1.472a243.247 243.247 0 0 1 5.548-2.786c.919-.447 1.838-.883 2.756-1.319.92-.43 1.832-.854 2.745-1.266.913-.413 1.826-.819 2.733-1.22a230.626 230.626 0 0 1 5.442-2.297 240.533 240.533 0 0 1 8.087-3.11c.895-.323 1.784-.641 2.679-.948.89-.312 1.785-.612 2.668-.907.89-.294 1.773-.589 2.657-.871.883-.283 1.767-.56 2.65-.83.884-.272 1.761-.53 2.639-.79.877-.26 1.755-.507 2.632-.754.878-.247 1.75-.483 2.627-.718.872-.236 1.744-.46 2.615-.684.872-.223 1.738-.43 2.609-.642a207.1 207.1 0 0 1 5.189-1.201c.86-.189 1.72-.371 2.58-.548.86-.177 1.72-.347 2.574-.518a216.1 216.1 0 0 1 2.562-.483 213.037 213.037 0 0 1 5.106-.884c.848-.135 1.696-.27 2.545-.4.848-.13 1.69-.253 2.532-.371.842-.118 1.685-.236 2.527-.348.842-.112 1.684-.218 2.521-.318.836-.1 1.678-.2 2.515-.294a179.21 179.21 0 0 1 2.509-.265c.836-.088 1.666-.171 2.503-.248.83-.076 1.661-.153 2.491-.223.831-.071 1.661-.136 2.486-.2.83-.065 1.655-.124 2.479-.177.825-.053 1.649-.106 2.474-.153.824-.048 1.643-.095 2.468-.136.818-.041 1.643-.076 2.461-.112a341.818 341.818 0 0 1 7.357-.23c.813-.017 1.625-.029 2.438-.035.813-.012 1.62-.012 2.433-.017.812 0 1.625-.006 2.432-.006a330.264 330.264 0 0 1 7.256.088l2.403.053c.801.023 1.608.041 2.409.07.801.03 1.596.054 2.397.089.801.03 1.596.065 2.397.1.795.035 1.596.077 2.392.112l2.385.124c.795.04 1.59.088 2.385.135.795.047 1.585.1 2.38.147l2.373.16c.789.052 1.585.111 2.368.17.789.06 1.578.118 2.368.177.789.065 1.572.124 2.361.188.79.065 1.573.13 2.362.2l2.356.213c.783.07 1.573.141 2.356.218.783.07 1.567.147 2.35.223.783.077 1.567.153 2.35.236.783.076 1.561.159 2.344.241l2.344.248c.784.082 1.561.17 2.338.253.778.088 1.561.17 2.339.26l2.332.264c.777.089 1.555.183 2.332.271.778.094 1.555.183 2.333.277l2.326.283c.778.094 1.549.194 2.327.288.777.095 1.554.195 2.326.289.777.094 1.549.194 2.321.294.777.1 1.549.195 2.326.295l2.321.3c.771.1 1.543.2 2.32.306l2.315.3c.771.101 1.543.207 2.314.307.772.1 1.544.206 2.315.306.772.1 1.543.207 2.315.307.771.1 1.543.206 2.314.306.772.106 1.544.206 2.315.312.772.106 1.543.206 2.315.312.771.106 1.543.206 2.314.306.772.1 1.544.207 2.315.307.772.1 1.543.206 2.315.306.771.1 1.543.206 2.314.306.772.1 1.544.206 2.315.307l2.315.3 2.314.3c.772.1 1.544.2 2.315.295.772.1 1.543.2 2.315.294.771.1 1.543.195 2.314.289.772.094 1.544.194 2.315.288l2.321.283c.771.094 1.543.189 2.32.277.772.094 1.543.183 2.321.271l2.32.265 2.327.265c.777.088 1.549.177 2.326.26l2.327.247c.777.082 1.555.165 2.326.241.778.083 1.555.16 2.332.236l2.333.23c.777.076 1.555.147 2.332.223l2.338.212c.778.07 1.561.141 2.338.206l2.345.195c.783.064 1.56.13 2.344.188.783.06 1.566.124 2.35.177.783.059 1.566.112 2.35.165l2.356.159c.783.047 1.572.1 2.356.147.783.047 1.572.088 2.361.13l2.362.123c.789.042 1.579.077 2.368.112.789.036 1.578.065 2.373.094l2.374.089 2.379.07c.796.024 1.591.042 2.386.053.795.018 1.59.03 2.385.042.795.011 1.596.017 2.391.023.795 0 1.596.012 2.397.012.801 0 1.596 0 2.398-.006.801 0 1.602-.012 2.403-.023.801-.012 1.602-.024 2.408-.042l2.415-.053c.807-.023 1.614-.047 2.421-.076.807-.03 1.614-.059 2.426-.094.807-.036 1.62-.071 2.427-.112.813-.042 1.62-.083 2.432-.13.813-.047 1.626-.1 2.439-.153.813-.053 1.631-.112 2.444-.171.819-.059 1.632-.129 2.45-.194.819-.07 1.638-.142 2.456-.218.819-.077 1.644-.16 2.462-.242.825-.082 1.643-.17 2.468-.265.825-.094 1.649-.188 2.474-.288.824-.1 1.655-.206 2.479-.312a179.38 179.38 0 0 0 2.486-.336c.83-.118 1.661-.236 2.497-.36.83-.123 1.667-.253 2.503-.388.836-.136 1.673-.271 2.509-.418.836-.142 1.673-.289 2.515-.442a190.64 190.64 0 0 0 2.521-.471c.842-.16 1.684-.33 2.527-.5.842-.172 1.69-.348 2.532-.53a516.85 516.85 0 0 0 2.544-.56c.849-.195 1.703-.39 2.551-.595.854-.206 1.702-.413 2.556-.625.854-.212 1.708-.436 2.568-.66a207.64 207.64 0 0 0 5.153-1.413c.86-.247 1.726-.5 2.592-.76.866-.259 1.731-.53 2.597-.8.866-.271 1.738-.548 2.609-.837.872-.283 1.744-.577 2.615-.878.872-.3 1.75-.6 2.621-.912.878-.313 1.755-.63 2.633-.954a242.23 242.23 0 0 0 5.289-2.033c.883-.353 1.773-.712 2.656-1.077.89-.366 1.779-.742 2.668-1.125.89-.383 1.785-.772 2.68-1.166a179.51 179.51 0 0 0 2.686-1.214c.895-.412 1.796-.836 2.697-1.26.901-.43 1.803-.866 2.71-1.314.901-.447 1.808-.895 2.715-1.354a250.427 250.427 0 0 0 8.204-4.388 217.813 217.813 0 0 0 5.525-3.192c.924-.548 1.849-1.108 2.774-1.679s1.855-1.148 2.786-1.737a247.329 247.329 0 0 0 8.428-5.578 251.07 251.07 0 0 0 5.678-4.034 294.44 294.44 0 0 0 5.718-4.288 287.988 287.988 0 0 0 5.761-4.57c.966-.79 1.932-1.585 2.897-2.392a362.006 362.006 0 0 0 5.837-5.006c.978-.86 1.956-1.732 2.939-2.615.984-.883 1.961-1.785 2.945-2.697.984-.913 1.973-1.838 2.963-2.775a346.57 346.57 0 0 0 5.96-5.795c.995-.995 1.997-2.003 2.998-3.027a386.581 386.581 0 0 0 9.07-9.613 381.702 381.702 0 0 0 6.114-6.88 419.4 419.4 0 0 0 3.08-3.58l.018.053Z\' fill=\'%23589A43\'/%3E%3Cpath d=\'m-2.636 167.447.012-.012a313.418 313.418 0 0 1 6.172-6.319 297.288 297.288 0 0 1 6.126-5.949 318.639 318.639 0 0 1 6.072-5.589 290.34 290.34 0 0 1 6.02-5.242c.995-.848 1.996-1.679 2.991-2.492a259.319 259.319 0 0 1 11.827-9.182c.977-.712 1.95-1.413 2.927-2.102a246.853 246.853 0 0 1 5.82-3.994 254.983 254.983 0 0 1 5.772-3.716c.96-.601 1.913-1.184 2.867-1.755.955-.571 1.903-1.137 2.857-1.69.948-.554 1.896-1.096 2.845-1.626a194.242 194.242 0 0 1 5.654-3.069 234.376 234.376 0 0 1 5.607-2.833c.93-.453 1.86-.895 2.786-1.325.93-.436 1.855-.86 2.78-1.272.924-.412 1.843-.819 2.768-1.219a180.11 180.11 0 0 1 2.756-1.166c.919-.377 1.832-.754 2.75-1.113a203.202 203.202 0 0 1 16.267-5.66c.896-.271 1.786-.53 2.681-.784.889-.253 1.779-.5 2.668-.742.889-.241 1.773-.471 2.662-.695.884-.224 1.767-.447 2.65-.66.884-.212 1.762-.418 2.645-.618.878-.2 1.755-.395 2.633-.577.877-.183 1.755-.365 2.627-.542.871-.17 1.743-.342 2.615-.507.871-.159 1.737-.318 2.609-.465.866-.147 1.731-.294 2.597-.43.866-.135 1.732-.27 2.592-.4.859-.124 1.725-.248 2.585-.365.86-.118 1.72-.224 2.574-.33a190.125 190.125 0 0 1 5.13-.566c.854-.082 1.702-.159 2.55-.235.848-.077 1.702-.142 2.545-.206.848-.065 1.69-.124 2.538-.177.842-.053 1.69-.1 2.533-.147.842-.047 1.684-.089 2.526-.124.843-.035 1.679-.07 2.521-.094.836-.03 1.673-.047 2.509-.065.836-.018 1.673-.03 2.503-.041.837-.012 1.667-.018 2.498-.018h2.497c.83.006 1.655.018 2.485.03.831.011 1.655.029 2.48.052.824.024 1.649.048 2.474.077.824.03 1.649.065 2.467.1.825.035 1.644.07 2.462.118.819.041 1.638.088 2.456.136.819.047 1.638.1 2.45.159.819.058 1.632.117 2.445.182l2.438.194c.813.071 1.626.142 2.438.218l2.433.23c.807.082 1.619.165 2.426.253l2.421.265 2.415.283c.807.1 1.608.194 2.409.3.807.1 1.608.207 2.409.319a335.5 335.5 0 0 1 4.8.677c.801.118 1.596.235 2.391.36l2.391.37.195.03c.73.117 1.466.23 2.196.353.796.13 1.591.265 2.386.395.795.135 1.59.27 2.379.412.795.135 1.585.277 2.38.418.789.141 1.584.289 2.373.43l2.374.442c.789.147 1.578.3 2.367.453.79.153 1.579.306 2.368.465.789.16 1.579.313 2.362.472.789.159 1.572.324 2.356.483l.512.106c.613.129 1.231.253 1.844.382.642.136 1.29.271 1.932.413l.424.088c.783.171 1.572.336 2.355.507l.395.088c.654.141 1.302.283 1.955.43.784.171 1.567.347 2.351.524l2.35.53c.812.183 1.578.359 2.344.536l2.344.542 2.338.548 7.015 1.678 2.338.566 63.544 15.849c.648.153 1.29.306 1.938.454l2.356.541c.789.183 1.572.36 2.362.536l2.361.536 2.368.53c.789.177 1.578.348 2.368.519l1.961.424.412.088c.572.124 1.137.242 1.708.359l.672.142c.789.165 1.584.335 2.379.494.795.165 1.59.324 2.386.489l2.385.477c.795.159 1.596.313 2.391.466l2.397.459c.801.153 1.602.3 2.403.448a404.127 404.127 0 0 0 4.812.86c.801.141 1.608.276 2.409.412l.189.029 2.226.371 2.421.389c.806.124 1.613.253 2.426.371.807.124 1.62.242 2.427.359.812.118 1.625.236 2.432.348.813.112 1.626.224 2.438.33l2.445.318 2.45.3c.819.1 1.637.195 2.456.283.819.094 1.643.182 2.462.265.824.088 1.643.171 2.468.247.824.083 1.649.159 2.473.236.825.076 1.649.147 2.48.212.83.071 1.655.135 2.485.194.831.065 1.661.118 2.492.171l2.497.159c.836.047 1.667.094 2.503.136.836.041 1.673.076 2.509.111.836.036 1.679.065 2.515.089.842.029 1.684.053 2.527.07.842.018 1.684.036 2.532.042.848.011 1.691.017 2.539.017h2.544c.848-.006 1.702-.017 2.55-.029.854-.012 1.708-.03 2.562-.053.854-.024 1.708-.053 2.568-.083a209.852 209.852 0 0 0 5.16-.253c.86-.053 1.725-.106 2.591-.165a189.16 189.16 0 0 0 2.598-.2c.871-.071 1.737-.147 2.609-.23.871-.082 1.743-.165 2.615-.259.871-.094 1.749-.194 2.627-.294.877-.1 1.755-.212 2.632-.324.878-.112 1.755-.236 2.639-.36.883-.123 1.767-.253 2.65-.394.884-.136 1.773-.283 2.662-.43.89-.147 1.779-.306 2.668-.471.89-.165 1.785-.33 2.68-.507.896-.176 1.791-.359 2.686-.542.895-.188 1.796-.382 2.698-.583.901-.2 1.802-.406 2.703-.624a162.28 162.28 0 0 0 2.715-.666 181.13 181.13 0 0 0 5.46-1.46c.913-.259 1.826-.524 2.745-.795a184.606 184.606 0 0 0 5.524-1.738c.925-.306 1.849-.618 2.774-.936.925-.324 1.855-.654 2.786-.99.931-.335 1.867-.683 2.798-1.036.93-.354 1.867-.719 2.809-1.09.936-.371 1.879-.754 2.815-1.143a185.046 185.046 0 0 0 5.666-2.45 206.453 206.453 0 0 0 8.587-4.099 206.856 206.856 0 0 0 5.784-3.045 212.247 212.247 0 0 0 5.831-3.292c.972-.572 1.95-1.155 2.933-1.744.978-.595 1.961-1.201 2.945-1.814.983-.618 1.967-1.242 2.957-1.884.989-.642 1.973-1.29 2.968-1.956a257.378 257.378 0 0 0 5.972-4.134 240.33 240.33 0 0 0 6.02-4.441 306.376 306.376 0 0 0 3.033-2.338 342.193 342.193 0 0 0 3.045-2.421 221.765 221.765 0 0 0 3.056-2.503 288.092 288.092 0 0 0 3.069-2.592 308.23 308.23 0 0 0 6.178-5.448c1.037-.936 2.074-1.89 3.11-2.862l.218-.2.306-73.104-1.207 1.42a386.101 386.101 0 0 1-3.075 3.575c-1.018 1.178-2.043 2.332-3.056 3.48a340.154 340.154 0 0 1-6.078 6.673 336.773 336.773 0 0 1-3.016 3.199 734.426 734.426 0 0 1-3.004 3.11c-1.001 1.018-1.996 2.031-2.992 3.02a268.29 268.29 0 0 1-2.98 2.934 313.666 313.666 0 0 1-5.925 5.619c-.984.913-1.961 1.808-2.939 2.691a233.06 233.06 0 0 1-2.933 2.61c-.972.86-1.944 1.702-2.916 2.532-.971.83-1.937 1.655-2.903 2.462-.966.807-1.932 1.602-2.892 2.385-.96.784-1.92 1.555-2.88 2.315s-1.914 1.508-2.868 2.244a284.998 284.998 0 0 1-8.535 6.326 240.639 240.639 0 0 1-5.636 3.893 246.023 246.023 0 0 1-19.389 11.75 248.904 248.904 0 0 1-5.442 2.862c-.907.46-1.808.907-2.71 1.355-.901.442-1.802.877-2.697 1.307a209.75 209.75 0 0 1-5.366 2.474c-.889.395-1.778.783-2.668 1.166a249.593 249.593 0 0 1-5.312 2.197c-.884.354-1.761.695-2.645 1.03-.877.337-1.755.672-2.632.996-.878.324-1.75.642-2.627.954-.872.312-1.744.613-2.615.907-.872.295-1.738.59-2.609.872a220.622 220.622 0 0 1-5.189 1.626c-.86.259-1.726.512-2.586.76a209.839 209.839 0 0 1-5.142 1.413c-.854.224-1.708.442-2.556.66-.854.212-1.702.418-2.55.624-.848.2-1.696.4-2.544.589-.848.194-1.691.377-2.539.56-.842.182-1.684.359-2.526.53-.843.17-1.685.335-2.521.5-.837.159-1.679.318-2.515.465-.837.148-1.673.3-2.509.442-.837.141-1.667.283-2.503.412-.831.136-1.661.265-2.492.389-.83.124-1.661.247-2.485.36-.825.117-1.655.229-2.48.335-.824.106-1.649.212-2.473.312-.825.1-1.65.195-2.468.283a184.3 184.3 0 0 1-2.462.265c-.819.082-1.637.165-2.456.241-.819.077-1.638.148-2.45.218-.813.071-1.632.136-2.445.195-.812.059-1.625.118-2.438.17-.813.053-1.625.106-2.432.154-.813.047-1.62.088-2.427.129a315.865 315.865 0 0 1-4.847.206c-.807.03-1.608.053-2.415.077-.807.023-1.608.035-2.409.053-.801.018-1.602.029-2.403.041-.801.012-1.602.018-2.403.024-.695 0-1.39.006-2.079.006h-.318c-.795 0-1.596 0-2.391-.012-.795 0-1.59-.018-2.386-.024-.795-.012-1.59-.023-2.379-.041l-2.379-.053-2.374-.071c-.783-.023-1.561-.053-2.344-.082h-.147c-.748-.035-1.496-.065-2.25-.094-.789-.036-1.579-.071-2.362-.112-.789-.036-1.573-.083-2.362-.124l-.536-.03c-.606-.035-1.213-.064-1.82-.1-.783-.047-1.572-.094-2.356-.147-.783-.047-1.566-.106-2.35-.159l-.647-.047c-.566-.041-1.131-.077-1.703-.118l-2.344-.176c-.783-.06-1.561-.124-2.344-.189l-2.338-.194c-.778-.065-1.561-.136-2.338-.206l-.301-.03c-.677-.059-1.354-.123-2.032-.182a311.5 311.5 0 0 1-2.332-.224l-2.332-.23c-.778-.076-1.555-.159-2.327-.236-.777-.082-1.549-.158-2.326-.241l-.489-.053-1.838-.194c-.653-.071-1.313-.148-1.967-.218l-18.894-2.28-53.32-6.908c-.777-.094-1.561-.183-2.338-.271l-2.332-.265-2.339-.26c-.783-.088-1.56-.17-2.344-.253l-2.344-.247c-.783-.082-1.566-.159-2.344-.242-.783-.076-1.567-.159-2.35-.235-.783-.077-1.567-.153-2.356-.224l-2.303-.212-.836-.076-1.573-.142c-.653-.059-1.313-.112-1.967-.165l-.394-.035c-.79-.065-1.573-.13-2.368-.188-.789-.06-1.579-.124-2.368-.177-.789-.06-1.578-.118-2.373-.171-.79-.053-1.585-.112-2.38-.159-.795-.053-1.59-.1-2.379-.147-.795-.047-1.59-.094-2.386-.136l-2.391-.123a159.06 159.06 0 0 0-2.397-.112c-.801-.036-1.596-.071-2.397-.1l-2.403-.089c-.801-.03-1.608-.047-2.409-.07-.801-.024-1.608-.042-2.409-.053h-.312c-.701-.024-1.402-.036-2.103-.048-.807-.011-1.613-.023-2.42-.03-.807-.005-1.614-.01-2.427-.01h-.395c-.677 0-1.36 0-2.043.005-.813 0-1.626.006-2.439.018l-2.444.035a345.271 345.271 0 0 0-4.906.135c-.819.03-1.643.06-2.462.095a248.213 248.213 0 0 0-4.941.247c-.825.047-1.655.1-2.48.153-.83.053-1.655.118-2.485.177-.831.065-1.661.13-2.492.2-.83.07-1.667.141-2.503.224-.836.077-1.673.159-2.509.247-.836.089-1.673.177-2.515.271-.836.094-1.678.195-2.521.295-.842.1-1.684.206-2.526.318-.843.112-1.691.224-2.533.347-.848.118-1.696.248-2.544.377-.848.13-1.697.265-2.551.4-.854.136-1.708.278-2.556.43-.854.148-1.708.301-2.568.46-.854.16-1.714.318-2.573.489-.86.165-1.72.342-2.58.518a205.11 205.11 0 0 0-7.786 1.75c-.872.212-1.744.424-2.615.642-.872.223-1.744.453-2.621.683-.878.235-1.755.477-2.633.718-.878.248-1.761.495-2.639.754a227.689 227.689 0 0 0-5.306 1.626c-.89.282-1.779.577-2.668.871-.89.295-1.785.601-2.68.913-.895.312-1.79.625-2.686.954-.895.324-1.796.66-2.697.996a203.872 203.872 0 0 0-5.419 2.12c-.907.371-1.814.742-2.727 1.131-.907.383-1.82.777-2.733 1.172-.913.4-1.826.807-2.744 1.225-.92.418-1.838.842-2.757 1.272-.919.43-1.843.872-2.762 1.32a244.702 244.702 0 0 0-8.358 4.275 228.8 228.8 0 0 0-2.803 1.532c-.937.518-1.879 1.048-2.821 1.59-.943.542-1.885 1.09-2.827 1.649a216.849 216.849 0 0 0-5.69 3.469c-.948.601-1.908 1.208-2.862 1.826-.954.618-1.914 1.249-2.874 1.891-.96.642-1.92 1.289-2.886 1.955-.966.66-1.926 1.337-2.898 2.02a277.986 277.986 0 0 0-11.709 8.77c-.984.777-1.967 1.567-2.957 2.374a333.48 333.48 0 0 0-2.968 2.444c-.99.83-1.985 1.673-2.98 2.527-.996.854-1.99 1.719-2.992 2.603a301.634 301.634 0 0 0-6.025 5.448 340.06 340.06 0 0 0-9.13 8.799 502.237 502.237 0 0 0-3.068 3.11 316.785 316.785 0 0 0-3.08 3.204l.983.936.006-.041ZM579.34 72.605c-.96.895-1.92 1.778-2.88 2.644-1.03.937-2.055 1.85-3.08 2.757-1.025.9-2.05 1.79-3.069 2.668a229.926 229.926 0 0 1-3.056 2.58 257.902 257.902 0 0 1-9.082 7.227 198.86 198.86 0 0 1-3.004 2.249c-1.001.736-1.997 1.46-2.986 2.167-.995.713-1.985 1.408-2.974 2.091-.99.683-1.979 1.36-2.963 2.02a242.303 242.303 0 0 1-8.817 5.625c-.972.589-1.944 1.166-2.915 1.732a179.48 179.48 0 0 1-2.904 1.666c-.966.548-1.932 1.078-2.892 1.602-.96.525-1.92 1.037-2.874 1.544-.954.5-1.914.995-2.868 1.478s-1.909.954-2.857 1.419c-.948.466-1.896.913-2.845 1.361a227 227 0 0 1-5.654 2.55 198.184 198.184 0 0 1-5.607 2.327 199.009 199.009 0 0 1-8.334 3.098c-.919.318-1.837.63-2.756.93-.919.3-1.832.601-2.745.884-.913.288-1.826.565-2.738.836-.907.271-1.82.536-2.727.789-.907.259-1.814.507-2.716.748-.907.242-1.808.477-2.709.707-.901.23-1.802.448-2.697.66-.901.212-1.797.418-2.686.618-.895.2-1.785.395-2.68.577-.889.189-1.779.365-2.668.542-.889.171-1.773.342-2.662.501-.884.159-1.767.318-2.65.465-.884.147-1.761.289-2.645.43a217 217 0 0 1-2.633.389c-.877.123-1.749.241-2.627.359-.871.112-1.743.224-2.615.324-.871.1-1.737.2-2.609.294-.865.095-1.737.177-2.597.259a197.6 197.6 0 0 1-2.592.23c-.859.071-1.725.136-2.585.2-.86.059-1.72.112-2.574.165-.86.053-1.714.1-2.568.142-.854.041-1.708.076-2.562.112-.854.035-1.702.058-2.556.082-.848.024-1.696.041-2.544.053-.849.012-1.697.024-2.539.029h-2.527c-.842 0-1.684-.011-2.526-.017-.842-.012-1.679-.024-2.521-.041-.836-.018-1.679-.042-2.515-.071-.836-.03-1.673-.053-2.503-.088-.837-.036-1.667-.071-2.497-.112-.831-.042-1.661-.083-2.492-.136-.83-.047-1.655-.1-2.485-.153-.831-.053-1.655-.112-2.48-.171-.824-.059-1.649-.129-2.473-.194-.825-.065-1.65-.136-2.468-.212l-2.462-.23-2.456-.247-2.45-.265-2.445-.283c-.812-.1-1.625-.194-2.444-.3-.813-.1-1.625-.206-2.438-.318-.813-.106-1.62-.218-2.433-.33-.807-.112-1.619-.23-2.426-.348-.807-.117-1.614-.235-2.421-.359l-2.421-.371c-.806-.124-1.607-.253-2.414-.383-.742-.118-1.479-.247-2.221-.371l-.188-.029-2.403-.407-2.403-.424c-.801-.141-1.596-.288-2.397-.436-.801-.147-1.597-.294-2.392-.447-.795-.153-1.59-.301-2.391-.454-.795-.153-1.59-.306-2.385-.465l-2.38-.477c-.795-.159-1.584-.324-2.379-.483l-2.374-.495-.671-.141c-.566-.118-1.131-.236-1.702-.359l-.412-.089-1.962-.424c-.789-.171-1.578-.341-2.367-.518-.79-.177-1.573-.348-2.362-.524l-2.362-.536c-.789-.177-1.573-.36-2.356-.536l-2.356-.542c-.642-.147-1.29-.3-1.932-.454l-21.515-5.253-42.023-10.596c-.778-.188-1.561-.383-2.338-.571l-7.021-1.679c-.783-.182-1.561-.365-2.344-.548l-2.35-.541c-.766-.177-1.537-.354-2.303-.525l-2.391-.541c-.783-.177-1.567-.348-2.356-.525-.654-.147-1.308-.288-1.961-.43l-.395-.088-2.356-.512-.424-.089c-.642-.135-1.29-.276-1.938-.412-.618-.13-1.231-.26-1.849-.383l-.512-.106a347.2 347.2 0 0 0-2.362-.483l-2.368-.477c-.789-.159-1.578-.312-2.373-.465-.79-.153-1.579-.306-2.374-.454-.789-.147-1.584-.3-2.379-.447-.796-.148-1.591-.289-2.38-.436-.795-.141-1.59-.283-2.385-.418-.795-.142-1.59-.277-2.386-.413-.795-.135-1.59-.265-2.391-.4-.73-.118-1.466-.236-2.203-.353l-.194-.03a294.608 294.608 0 0 0-4.8-.736 294.896 294.896 0 0 0-4.824-.677l-2.42-.318-2.421-.3c-.807-.1-1.614-.195-2.427-.29-.807-.094-1.619-.182-2.426-.27-.813-.089-1.626-.171-2.439-.254a340.72 340.72 0 0 0-2.438-.235c-.813-.077-1.631-.147-2.444-.218-.813-.07-1.632-.136-2.45-.2-.819-.065-1.638-.124-2.456-.183-.819-.059-1.644-.106-2.462-.159-.825-.053-1.643-.094-2.468-.141-.825-.042-1.649-.083-2.474-.118-.824-.035-1.649-.07-2.479-.1-.825-.03-1.655-.053-2.486-.077-.83-.023-1.661-.035-2.491-.053-.831-.012-1.667-.023-2.497-.03h-2.503c-.837 0-1.673.013-2.515.018-.837.012-1.679.024-2.521.042-.842.017-1.679.04-2.527.064-.842.03-1.684.06-2.532.095-.849.035-1.691.076-2.539.123a192.978 192.978 0 0 0-5.1.33c-.854.065-1.708.136-2.562.206-.855.077-1.714.153-2.568.236a190.146 190.146 0 0 0-5.16.565c-.86.106-1.726.212-2.591.33-.866.118-1.732.236-2.598.365-.865.13-1.737.26-2.609.4-.872.142-1.743.284-2.615.437-.872.153-1.749.306-2.627.47-.877.166-1.755.337-2.632.507-.878.177-1.761.354-2.645.542a240.247 240.247 0 0 0-5.312 1.202c-.89.212-1.779.436-2.668.66-.89.23-1.785.459-2.68.7-.896.242-1.791.49-2.686.748a175.343 175.343 0 0 0-5.4 1.626 194.589 194.589 0 0 0-8.175 2.774 192.773 192.773 0 0 0-8.27 3.216c-.035.011-.065.029-.1.041a188.3 188.3 0 0 1 2.703-1.208c.907-.394 1.814-.783 2.715-1.166.907-.383 1.809-.754 2.71-1.119.9-.365 1.802-.724 2.697-1.078a239.66 239.66 0 0 1 5.365-2.02c.89-.324 1.785-.636 2.669-.948.889-.306 1.778-.612 2.662-.907.883-.294 1.767-.583 2.65-.866.884-.282 1.761-.56 2.639-.824.877-.271 1.755-.53 2.633-.79.877-.259 1.749-.506 2.626-.748.872-.241 1.744-.483 2.615-.718.872-.236 1.738-.46 2.61-.683.865-.224 1.737-.43 2.597-.642.866-.212 1.732-.413 2.591-.613.86-.2 1.726-.395 2.58-.577.86-.189 1.72-.371 2.574-.548.86-.177 1.714-.347 2.568-.518.854-.17 1.708-.33 2.556-.483a210.174 210.174 0 0 1 5.095-.883c.848-.136 1.69-.271 2.538-.401.842-.13 1.685-.253 2.527-.371.842-.118 1.684-.236 2.521-.347.836-.112 1.678-.213 2.515-.319.836-.1 1.672-.2 2.509-.294.836-.094 1.666-.183 2.503-.265.83-.088 1.667-.17 2.497-.248.83-.076 1.661-.153 2.485-.217.831-.071 1.655-.136 2.48-.2.825-.065 1.649-.124 2.474-.177.824-.053 1.649-.106 2.468-.154.824-.047 1.643-.094 2.461-.135.801-.041 1.602-.076 2.403-.112.872-.035 1.691-.07 2.504-.1.818-.03 1.631-.053 2.444-.076.813-.024 1.631-.042 2.444-.06.813-.017 1.626-.029 2.433-.035.812-.012 1.619-.012 2.426-.017.677 0 1.361-.006 2.038-.006h.389c.807 0 1.613.006 2.42.011.807.006 1.608.018 2.415.03.701.012 1.396.024 2.097.041h.312c.801.024 1.602.041 2.403.059.801.024 1.602.041 2.403.07.801.03 1.596.054 2.391.089.801.03 1.596.065 2.392.1.795.035 1.596.077 2.385.112l2.385.124c.795.041 1.585.088 2.38.135.789.047 1.584.1 2.373.148l2.374.159c.789.052 1.578.111 2.367.17l2.362.177c.789.059 1.573.124 2.362.189l.395.035c.653.053 1.307.106 1.961.165l1.567.141.789.07c.818.077 1.584.142 2.35.213.783.07 1.566.147 2.35.224.783.076 1.566.153 2.344.235.783.077 1.561.16 2.344.242l2.344.247c.778.082 1.561.17 2.338.253l2.339.26 2.332.265c.777.088 1.555.182 2.332.27l27.853 3.546 37.052 4.8 7.321.848c.66.07 1.313.148 1.973.218.613.065 1.231.136 1.844.2l.488.053c.778.083 1.555.165 2.333.242.777.082 1.555.159 2.332.236l2.332.23c.778.076 1.555.146 2.339.223.677.065 1.36.124 2.038.183l.3.029c.783.07 1.561.141 2.344.206l2.344.195c.783.064 1.567.129 2.35.188.783.059 1.567.124 2.35.177.571.041 1.137.082 1.708.118l.648.047 2.356.159c.783.053 1.572.1 2.362.147.606.035 1.219.071 1.831.1l.536.029 2.368.124c.789.041 1.579.077 2.368.112.754.035 1.502.059 2.255.088h.118c.813.036 1.596.065 2.38.089l2.385.07c.795.024 1.59.042 2.385.053a313.431 313.431 0 0 0 4.789.065c.801 0 1.596.012 2.397.012h.318c.695 0 1.39 0 2.085-.006.801 0 1.608-.012 2.409-.023.801-.012 1.608-.024 2.415-.042l2.42-.053c.807-.023 1.614-.047 2.427-.076.807-.03 1.62-.059 2.426-.094.813-.036 1.62-.071 2.433-.112.813-.042 1.625-.083 2.438-.13a334.066 334.066 0 0 0 4.895-.324c.818-.059 1.637-.129 2.456-.194.818-.071 1.643-.142 2.462-.218.818-.077 1.643-.159 2.467-.242.825-.082 1.649-.17 2.474-.265.825-.094 1.655-.188 2.48-.288.83-.1 1.655-.206 2.485-.312.831-.107 1.661-.218 2.497-.336.831-.118 1.667-.236 2.503-.36.837-.123 1.673-.253 2.509-.388.837-.136 1.673-.271 2.515-.418.843-.142 1.679-.295 2.521-.448.842-.153 1.685-.306 2.527-.471.842-.165 1.69-.33 2.538-.5.849-.172 1.691-.354 2.545-.537.848-.182 1.702-.37 2.55-.565.854-.194 1.702-.389 2.556-.595.854-.206 1.708-.412 2.568-.624.854-.212 1.714-.436 2.574-.66.86-.224 1.72-.454 2.58-.695a158.57 158.57 0 0 0 2.591-.73c.866-.248 1.732-.5 2.597-.766.866-.26 1.738-.53 2.604-.8.871-.272 1.743-.555 2.615-.837.871-.289 1.749-.578 2.621-.878.877-.3 1.755-.606 2.632-.913.878-.312 1.761-.63 2.639-.96.883-.324 1.767-.66 2.65-1.001.884-.342 1.773-.683 2.657-1.037a172.53 172.53 0 0 0 2.668-1.083 207.001 207.001 0 0 0 5.359-2.297c.896-.4 1.797-.807 2.698-1.22a229.171 229.171 0 0 0 5.418-2.58c.907-.447 1.814-.895 2.721-1.36.907-.465 1.82-.936 2.733-1.413s1.826-.966 2.745-1.467c.913-.495 1.837-1.007 2.756-1.52.919-.512 1.838-1.042 2.763-1.572.924-.536 1.849-1.078 2.774-1.631.924-.554 1.855-1.114 2.785-1.685.931-.571 1.862-1.154 2.798-1.743.937-.59 1.867-1.19 2.804-1.803a265.873 265.873 0 0 0 5.642-3.781c.942-.654 1.891-1.313 2.839-1.99.948-.672 1.896-1.361 2.85-2.05.955-.695 1.903-1.402 2.863-2.114.954-.719 1.914-1.443 2.874-2.186a314.3 314.3 0 0 0 5.778-4.582 259.69 259.69 0 0 0 2.904-2.397c.971-.813 1.943-1.637 2.921-2.474.978-.836 1.949-1.684 2.933-2.544.978-.86 1.961-1.737 2.945-2.62a301.85 301.85 0 0 0 2.956-2.704c.99-.913 1.974-1.844 2.969-2.78a349.364 349.364 0 0 0 5.972-5.807 293.635 293.635 0 0 0 3.004-3.034 388.054 388.054 0 0 0 9.088-9.63 285.978 285.978 0 0 0 3.056-3.398 383 383 0 0 0 3.069-3.492 869.12 869.12 0 0 0 1.879-2.174l-.289 68.792-.012.036Z\' fill=\'url(%23b)\'/%3E%3Cdefs%3E%3ClinearGradient id=\'a\' x1=\'64.361\' y1=\'147.848\' x2=\'86.38\' y2=\'45.236\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23EBF3FF\'/%3E%3Cstop offset=\'1\' stop-color=\'%23D0DFF6\'/%3E%3C/linearGradient%3E%3ClinearGradient id=\'b\' x1=\'64.53\' y1=\'120.993\' x2=\'144.573\' y2=\'-62.701\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23EBF3FF\'/%3E%3Cstop offset=\'1\' stop-color=\'%23D0DFF6\'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
		height: 203px;
	}
	
	.hero .section-transition.nitro-lazy {
		background-image: none !important;
	}
}

@media (min-width: 992px) {
	.hero .section-transition {
		background-image: url("data:image/svg+xml,%3Csvg fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 1600 573\'%3E%3Cpath d=\'M495 240C155 240-1 436-1 436v137h1608V152s-247.28 212-428 212c-328 0-344-124-684-124Z\' fill=\'%23fff\'/%3E%3Cpath d=\'M-40.797 471.285a817.07 817.07 0 0 1 8.782-8.367 970.467 970.467 0 0 1 8.749-8.1 732.177 732.177 0 0 1 8.699-7.834 687.675 687.675 0 0 1 8.665-7.584 850.421 850.421 0 0 1 8.633-7.335 773.678 773.678 0 0 1 8.599-7.086 735.747 735.747 0 0 1 17.065-13.472 567.329 567.329 0 0 1 8.482-6.387 839.86 839.86 0 0 1 8.45-6.171 798.6 798.6 0 0 1 8.4-5.954 622.175 622.175 0 0 1 8.382-5.738c2.778-1.88 5.572-3.709 8.333-5.522a532.563 532.563 0 0 1 8.3-5.323 517.2 517.2 0 0 1 8.266-5.123 550.338 550.338 0 0 1 8.233-4.923 611.085 611.085 0 0 1 8.2-4.74 497.076 497.076 0 0 1 8.167-4.541 481.74 481.74 0 0 1 8.133-4.374 536.424 536.424 0 0 1 8.1-4.192 747.26 747.26 0 0 1 8.067-4.025 701.934 701.934 0 0 1 8.033-3.858 559.304 559.304 0 0 1 8.017-3.676 642.967 642.967 0 0 1 7.967-3.526 629.733 629.733 0 0 1 7.951-3.36 603.304 603.304 0 0 1 7.917-3.21 511.535 511.535 0 0 1 7.884-3.061 570.215 570.215 0 0 1 7.85-2.91 552.362 552.362 0 0 1 7.818-2.761 538.25 538.25 0 0 1 7.8-2.628c2.595-.849 5.19-1.68 7.768-2.479a515.309 515.309 0 0 1 7.734-2.345 456.866 456.866 0 0 1 7.717-2.229 664.284 664.284 0 0 1 7.685-2.095 467.827 467.827 0 0 1 7.651-1.963 636.388 636.388 0 0 1 7.634-1.846c2.545-.599 5.073-1.164 7.601-1.73a667.122 667.122 0 0 1 7.568-1.613c2.528-.516 5.04-1.015 7.551-1.497a431.63 431.63 0 0 1 7.518-1.381c2.495-.449 5.006-.865 7.501-1.28 2.495-.416 4.99-.799 7.468-1.165 2.495-.366 4.973-.731 7.452-1.064a608.37 608.37 0 0 1 7.418-.965c2.478-.299 4.94-.599 7.401-.865 2.462-.266 4.924-.532 7.385-.781 2.462-.25 4.907-.466 7.352-.682 2.445-.217 4.89-.4 7.335-.583 2.445-.183 4.873-.349 7.318-.499 2.429-.149 4.857-.299 7.285-.415 2.429-.133 4.857-.233 7.269-.333 2.411-.1 4.823-.183 7.235-.249 2.412-.067 4.823-.134 7.218-.167 2.412-.05 4.807-.066 7.202-.1 2.395-.016 4.791-.033 7.186-.016 2.395.016 4.773.016 7.168.05 2.379.033 4.757.066 7.136.133 2.378.05 4.757.116 7.118.199 2.379.083 4.741.167 7.103.266 2.361.1 4.723.217 7.085.333 2.362.117 4.707.25 7.069.399 2.345.15 4.707.3 7.052.466 2.345.166 4.691.333 7.036.516 2.345.183 4.673.382 7.019.582 2.328.199 4.673.416 7.002.632 2.329.216 4.657.449 6.986.682 2.328.233 4.64.482 6.969.732 2.312.249 4.64.515 6.952.798 2.312.266 4.624.565 6.936.848 2.312.283 4.624.582 6.919.898 2.312.3 4.607.632 6.903.948 2.295.316 4.59.649 6.886.982 2.295.332 4.574.682 6.869 1.031 2.295.349 4.574.715 6.869 1.081 2.279.366 4.574.732 6.853 1.114 2.278.383 4.557.766 6.836 1.165l6.836 1.197c2.278.399 4.54.832 6.802 1.248 2.262.416 4.541.848 6.803 1.28 2.262.433 4.524.865 6.786 1.314 2.262.449 4.508.882 6.77 1.348 2.262.449 4.507.914 6.769 1.38 2.262.466 4.508.932 6.753 1.414l6.736 1.447c2.246.482 4.491.981 6.736 1.464 2.246.499 4.491.998 6.72 1.497 2.245.499 4.474 1.014 6.72 1.53 2.228.515 4.474 1.031 6.703 1.563 2.228.516 4.457 1.048 6.702 1.564l6.687 1.596c2.229.533 4.457 1.082 6.686 1.63 2.229.549 4.458 1.098 6.67 1.647 2.228.549 4.441 1.098 6.669 1.663 2.212.566 4.441 1.115 6.653 1.68 2.213.566 4.441 1.131 6.653 1.697 2.213.565 4.441 1.147 6.653 1.713 2.213.582 4.425 1.148 6.653 1.73l6.637 1.746c2.212.582 4.424 1.164 6.636 1.763 2.212.582 4.425 1.181 6.637 1.78 2.212.599 4.407 1.181 6.62 1.78 2.212.598 4.424 1.197 6.619 1.796 2.212.599 4.408 1.197 6.62 1.813 2.212.599 4.408 1.214 6.62 1.813 2.212.599 4.407 1.214 6.62 1.829 2.195.616 4.407 1.214 6.603 1.83 2.195.615 4.407 1.231 6.603 1.846 2.195.616 4.408 1.231 6.603 1.846 2.196.616 4.408 1.231 6.603 1.847 2.196.615 4.408 1.23 6.603 1.846 2.196.615 4.408 1.231 6.603 1.863 2.196.615 4.392 1.23 6.604 1.863 2.195.615 4.407 1.23 6.603 1.862 2.195.616 4.407 1.231 6.603 1.863 2.195.616 4.407 1.248 6.603 1.863 2.196.615 4.408 1.231 6.603 1.846 2.196.616 4.408 1.231 6.603 1.846 2.196.616 4.408 1.231 6.603 1.847 2.213.615 4.408 1.23 6.604 1.829 2.212.616 4.407 1.231 6.619 1.83 2.212.615 4.408 1.214 6.62 1.829 2.212.616 4.408 1.215 6.62 1.813 2.195.599 4.408 1.215 6.62 1.813 2.212.599 4.424 1.198 6.619 1.797 2.213.598 4.425 1.197 6.62 1.779 2.212.599 4.424 1.181 6.637 1.763 2.212.583 4.424 1.181 6.636 1.763 2.212.583 4.424 1.165 6.653 1.747 2.212.582 4.441 1.148 6.653 1.73 2.212.582 4.441 1.147 6.653 1.713 2.212.565 4.441 1.131 6.653 1.696 2.229.566 4.441 1.115 6.67 1.68 2.229.549 4.457 1.115 6.67 1.664l6.686 1.646c2.229.549 4.457 1.081 6.686 1.614 2.229.532 4.458 1.064 6.703 1.596 2.229.532 4.474 1.048 6.703 1.564 2.245.515 4.474 1.031 6.72 1.547 2.245.515 4.474 1.014 6.719 1.513 2.246.499 4.491.998 6.736 1.48 2.246.499 4.491.982 6.737 1.464 2.245.482 4.507.965 6.752 1.43 2.262.466 4.508.932 6.77 1.398 2.262.465 4.507.914 6.769 1.38 2.262.449 4.524.898 6.79 1.331 2.26.432 4.52.865 6.8 1.297 2.26.433 4.54.848 6.8 1.264 2.28.416 4.56.815 6.82 1.214l6.84 1.198c2.28.399 4.55.765 6.85 1.147 2.28.383 4.57.749 6.85 1.115 2.3.366 4.58.715 6.87 1.064 2.3.35 4.59.699 6.89 1.032a938.692 938.692 0 0 0 27.71 3.626c2.33.266 4.64.532 6.97.781 2.33.25 4.65.499 6.98.732 2.33.233 4.66.449 7 .665 2.33.217 4.68.416 7.02.616 2.35.199 4.69.382 7.04.565 2.34.183 4.69.35 7.05.499a951.345 951.345 0 0 0 14.16.815c2.36.117 4.72.216 7.1.316s4.74.167 7.12.233c2.37.067 4.75.133 7.13.166 2.38.05 4.78.084 7.17.1 2.4.017 4.79.034 7.19.017 2.39 0 4.8 0 7.2-.05 2.39-.05 4.8-.067 7.22-.116 2.41-.05 4.82-.117 7.23-.2 2.43-.083 4.84-.183 7.27-.283 2.43-.116 4.86-.233 7.29-.366a546.603 546.603 0 0 0 14.65-.998c2.44-.199 4.91-.399 7.35-.615 2.46-.216 4.91-.466 7.37-.715 2.46-.25 4.92-.516 7.4-.815 2.48-.283 4.94-.582 7.42-.915 2.48-.316 4.95-.649 7.45-1.015 2.49-.349 4.97-.731 7.48-1.114 2.5-.383 4.99-.798 7.51-1.214 2.51-.416 5-.865 7.53-1.314 2.51-.466 5.02-.932 7.55-1.431 2.53-.499 5.04-1.014 7.57-1.546 2.53-.533 5.06-1.082 7.6-1.664a463.41 463.41 0 0 0 7.63-1.779 668.23 668.23 0 0 0 7.66-1.896c2.54-.649 5.12-1.331 7.68-2.013 2.56-.699 5.14-1.414 7.72-2.146 2.58-.731 5.15-1.497 7.73-2.278 2.58-.782 5.17-1.58 7.77-2.412 2.59-.832 5.19-1.68 7.8-2.545a482.38 482.38 0 0 0 7.82-2.694c2.61-.915 5.24-1.863 7.85-2.828 2.63-.964 5.25-1.962 7.88-2.977a617.14 617.14 0 0 0 7.92-3.127c2.64-1.064 5.29-2.162 7.95-3.277a409.29 409.29 0 0 0 7.98-3.443c2.66-1.18 5.34-2.361 8-3.592 2.68-1.231 5.36-2.478 8.04-3.759 2.67-1.281 5.37-2.595 8.06-3.942a684.25 684.25 0 0 0 8.1-4.092c2.71-1.397 5.43-2.827 8.14-4.274 2.71-1.464 5.44-2.944 8.16-4.458 2.73-1.513 5.46-3.06 8.2-4.64 2.75-1.58 5.49-3.194 8.24-4.824 2.74-1.646 5.5-3.31 8.26-5.023 2.76-1.713 5.52-3.459 8.3-5.222 2.78-1.78 5.56-3.576 8.33-5.423a680.75 680.75 0 0 0 8.39-5.638c2.79-1.913 5.6-3.859 8.41-5.855 2.81-1.979 5.63-4.008 8.45-6.071 2.83-2.062 5.66-4.158 8.49-6.287 2.82-2.129 5.67-4.308 8.51-6.52 2.85-2.212 5.69-4.457 8.55-6.736 2.86-2.279 5.72-4.607 8.6-6.986 2.88-2.362 5.75-4.773 8.63-7.218 2.88-2.445 5.77-4.94 8.67-7.468 2.89-2.528 5.8-5.106 8.7-7.734 2.91-2.612 5.82-5.273 8.75-7.984 2.92-2.711 5.85-5.456 8.78-8.25V315.604a980.708 980.708 0 0 1-8.78 7.917 927.279 927.279 0 0 1-8.75 7.651 865.251 865.251 0 0 1-8.7 7.401c-2.9 2.429-5.79 4.807-8.67 7.152a628.084 628.084 0 0 1-8.63 6.903 737.808 737.808 0 0 1-8.6 6.653c-2.86 2.179-5.7 4.324-8.55 6.42a872.786 872.786 0 0 1-8.51 6.204 665.202 665.202 0 0 1-8.49 5.971 712.187 712.187 0 0 1-8.45 5.755c-2.81 1.879-5.6 3.726-8.41 5.538-2.8 1.813-5.59 3.576-8.37 5.306a558.577 558.577 0 0 1-8.33 5.123c-2.78 1.663-5.54 3.31-8.3 4.907a568.07 568.07 0 0 1-8.27 4.723 500.737 500.737 0 0 1-8.23 4.524 526.26 526.26 0 0 1-8.2 4.342 561.244 561.244 0 0 1-8.17 4.141 607.756 607.756 0 0 1-8.13 3.975 709.497 709.497 0 0 1-8.1 3.809c-2.7 1.231-5.39 2.445-8.07 3.626a670.557 670.557 0 0 1-8.03 3.46 467.028 467.028 0 0 1-8 3.293c-2.66 1.081-5.32 2.112-7.98 3.143a604.61 604.61 0 0 1-7.96 2.978c-2.64.964-5.28 1.912-7.91 2.827a742.01 742.01 0 0 1-7.89 2.695c-2.62.865-5.24 1.713-7.85 2.528a865.99 865.99 0 0 1-7.81 2.395c-2.62.782-5.21 1.53-7.8 2.262-2.6.732-5.18 1.43-7.77 2.129-2.58.682-5.17 1.347-7.74 1.979-2.57.632-5.14 1.264-7.71 1.863-2.57.599-5.13 1.181-7.69 1.73-2.56.565-5.1 1.098-7.65 1.613a410.26 410.26 0 0 1-7.63 1.481c-2.55.482-5.08.931-7.6 1.38-2.53.432-5.06.865-7.59 1.264a613.866 613.866 0 0 1-15.07 2.196c-2.49.332-5 .632-7.5.931-2.49.299-4.99.566-7.47.832-2.49.266-4.97.515-7.45.732-2.48.232-4.96.432-7.42.632-2.48.199-4.94.382-7.4.532a562.095 562.095 0 0 1-14.72.798c-2.44.1-4.89.2-7.33.266-2.45.067-4.88.133-7.3.183-2.43.05-4.86.067-7.29.083-2.43.017-4.84.017-7.27 0-2.41 0-4.84-.033-7.25-.066s-4.82-.083-7.22-.15c-2.41-.066-4.81-.133-7.2-.216-2.4-.083-4.79-.183-7.19-.299-2.39-.117-4.77-.233-7.16-.366-2.38-.133-4.78-.283-7.16-.433-2.38-.149-4.75-.332-7.12-.499-2.37-.183-4.74-.366-7.1-.582-2.36-.199-4.72-.416-7.08-.632-2.36-.216-4.71-.466-7.07-.699a879.54 879.54 0 0 1-7.05-.765c-2.35-.266-4.69-.549-7.04-.831a529.79 529.79 0 0 1-7.02-.882 986.546 986.546 0 0 1-13.97-1.913c-2.33-.332-4.64-.681-6.97-1.031-2.31-.349-4.64-.715-6.95-1.097-2.31-.366-4.63-.749-6.94-1.148a941.15 941.15 0 0 1-20.71-3.693c-2.29-.432-4.59-.864-6.86-1.314-2.3-.449-4.58-.898-6.87-1.363-2.28-.466-4.58-.932-6.86-1.414-2.27-.483-4.55-.965-6.83-1.447-2.28-.483-4.56-.982-6.82-1.481-2.28-.499-4.54-.998-6.8-1.513-2.27-.516-4.54-1.031-6.81-1.564-2.259-.532-4.521-1.047-6.783-1.596-2.262-.533-4.524-1.081-6.77-1.614a980.977 980.977 0 0 1-6.769-1.663 792.827 792.827 0 0 1-6.753-1.68c-2.245-.565-4.491-1.147-6.736-1.713-2.245-.582-4.491-1.148-6.736-1.746a812.785 812.785 0 0 1-6.72-1.78c-2.245-.599-4.474-1.198-6.719-1.796-2.229-.599-4.474-1.215-6.703-1.813-2.229-.616-4.458-1.231-6.703-1.847-2.229-.615-4.458-1.247-6.687-1.862-2.228-.632-4.457-1.248-6.686-1.88a773.388 773.388 0 0 1-6.67-1.913c-2.228-.648-4.44-1.28-6.669-1.929a3355.96 3355.96 0 0 1-6.653-1.946c-2.212-.649-4.441-1.314-6.653-1.963a985.594 985.594 0 0 1-6.653-1.979c-2.213-.665-4.425-1.331-6.653-1.996-2.213-.665-4.425-1.347-6.637-2.012-2.212-.666-4.424-1.348-6.636-2.013a1381.78 1381.78 0 0 0-6.62-2.029c-2.212-.682-4.424-1.364-6.62-2.046-2.212-.682-4.407-1.364-6.619-2.062-2.213-.682-4.408-1.381-6.62-2.063-2.212-.682-4.408-1.38-6.62-2.062-2.212-.699-4.408-1.381-6.62-2.079-2.212-.699-4.407-1.397-6.603-2.096-2.212-.699-4.407-1.397-6.603-2.096-2.212-.698-4.408-1.397-6.603-2.096-2.196-.698-4.408-1.397-6.603-2.095-2.196-.699-4.408-1.397-6.603-2.096-2.196-.698-4.408-1.414-6.604-2.112-2.195-.699-4.407-1.397-6.603-2.096-2.195-.699-4.407-1.397-6.603-2.112-2.195-.699-4.408-1.397-6.603-2.113-2.196-.698-4.408-1.397-6.603-2.095-2.196-.699-4.408-1.397-6.603-2.096-2.196-.699-4.408-1.397-6.603-2.096-2.196-.698-4.408-1.397-6.604-2.095-2.195-.699-4.407-1.381-6.603-2.08-2.212-.698-4.407-1.38-6.62-2.079-2.212-.682-4.407-1.38-6.619-2.079-2.213-.682-4.408-1.38-6.62-2.062-2.212-.682-4.408-1.364-6.62-2.046-2.212-.682-4.408-1.347-6.62-2.029-2.212-.682-4.424-1.347-6.619-2.029-2.213-.666-4.425-1.348-6.637-2.013l-6.636-1.996c-2.212-.665-4.441-1.33-6.653-1.979a807.023 807.023 0 0 0-6.653-1.963c-2.212-.648-4.441-1.314-6.653-1.946a799.78 799.78 0 0 0-6.67-1.929 982.153 982.153 0 0 0-6.67-1.913c-2.212-.632-4.441-1.264-6.669-1.896-2.229-.632-4.458-1.247-6.687-1.879-2.228-.616-4.457-1.248-6.686-1.863-2.229-.616-4.458-1.214-6.703-1.83-2.229-.599-4.474-1.214-6.703-1.796-2.229-.599-4.474-1.181-6.719-1.78-2.246-.582-4.491-1.164-6.72-1.746-2.245-.582-4.491-1.148-6.736-1.73l-6.736-1.697c-2.246-.565-4.508-1.114-6.753-1.663a797.284 797.284 0 0 0-6.77-1.63c-2.262-.532-4.507-1.081-6.769-1.597-2.262-.532-4.524-1.047-6.786-1.563a972.658 972.658 0 0 0-6.786-1.53c-2.279-.499-4.541-.998-6.82-1.497-2.278-.499-4.54-.981-6.819-1.447-2.279-.483-4.557-.948-6.836-1.414a972.874 972.874 0 0 0-6.836-1.38c-2.279-.45-4.574-.899-6.869-1.331-2.296-.433-4.574-.865-6.87-1.297l-6.885-1.248a490.909 490.909 0 0 0-6.903-1.197c-2.312-.4-4.624-.782-6.919-1.165a504.293 504.293 0 0 0-6.936-1.097c-2.312-.366-4.64-.716-6.952-1.065a507.954 507.954 0 0 0-6.969-.998c-2.329-.333-4.658-.632-6.986-.948a505.246 505.246 0 0 0-6.986-.898 881.903 881.903 0 0 0-7.019-.832c-2.345-.266-4.69-.532-7.035-.781-2.346-.25-4.691-.499-7.053-.732-2.361-.233-4.707-.449-7.068-.666a512.62 512.62 0 0 0-7.086-.598c-2.362-.183-4.74-.366-7.102-.516a993.53 993.53 0 0 0-7.119-.466 519.91 519.91 0 0 0-7.152-.399c-2.378-.116-4.773-.233-7.152-.316-2.378-.083-4.79-.183-7.185-.249-2.395-.067-4.79-.133-7.202-.183-2.412-.05-4.807-.083-7.219-.1-2.411-.017-4.823-.017-7.251-.017-2.412 0-4.84.033-7.269.067-2.428.033-4.857.083-7.285.149-2.428.067-4.857.15-7.302.233-2.445.1-4.89.183-7.335.316-2.445.117-4.89.266-7.351.416a554.674 554.674 0 0 0-14.787 1.098 564.84 564.84 0 0 0-7.418.698c-2.478.25-4.956.499-7.451.782a613.62 613.62 0 0 0-7.468.898c-2.495.316-4.99.632-7.501.982-2.512.349-5.007.715-7.535 1.097-2.512.383-5.023.799-7.551 1.215-2.512.415-5.04.864-7.568 1.33-2.528.466-5.056.948-7.601 1.447-2.545.499-5.09 1.015-7.635 1.564a412.386 412.386 0 0 0-7.651 1.68 740.322 740.322 0 0 0-7.684 1.796 475.19 475.19 0 0 0-7.717 1.929 451.103 451.103 0 0 0-7.734 2.063 792.533 792.533 0 0 0-7.768 2.195c-2.595.749-5.189 1.53-7.801 2.329-2.594.798-5.206 1.63-7.817 2.478a538.12 538.12 0 0 0-7.85 2.611 502.973 502.973 0 0 0-7.884 2.761 572.8 572.8 0 0 0-7.917 2.911c-2.645.998-5.29 2.013-7.951 3.061a520.969 520.969 0 0 0-7.967 3.226 466.475 466.475 0 0 0-8.017 3.393 425.496 425.496 0 0 0-8.033 3.543 574.534 574.534 0 0 0-8.067 3.726 442.588 442.588 0 0 0-8.1 3.892 615.51 615.51 0 0 0-8.133 4.058 551.345 551.345 0 0 0-8.167 4.241 498.67 498.67 0 0 0-8.2 4.441 516.941 516.941 0 0 0-8.233 4.624 616.858 616.858 0 0 0-8.267 4.824 436.554 436.554 0 0 0-8.3 5.023c-2.76 1.713-5.555 3.443-8.332 5.206a643.081 643.081 0 0 0-8.383 5.422 622.508 622.508 0 0 0-8.4 5.638 786.362 786.362 0 0 0-8.449 5.855 530.998 530.998 0 0 0-8.482 6.071 649.903 649.903 0 0 0-8.516 6.304 895.975 895.975 0 0 0-8.55 6.536 716.628 716.628 0 0 0-8.598 6.77 633.115 633.115 0 0 0-8.633 7.019 646.894 646.894 0 0 0-8.665 7.268 702.41 702.41 0 0 0-8.7 7.518 895.046 895.046 0 0 0-8.748 7.768 764.847 764.847 0 0 0-8.782 8.05l-.05-.133Z\' fill=\'%23589A43\'/%3E%3Cpath d=\'M1198.95 481.73c1.7 0 3.38 0 5.07-.017 2.43 0 4.88-.033 7.31-.083 2.44-.05 4.89-.116 7.33-.183 2.45-.066 4.91-.166 7.35-.266a561.525 561.525 0 0 0 14.79-.798c2.48-.167 4.94-.35 7.43-.533 2.48-.199 4.96-.399 7.45-.632 2.48-.232 4.98-.482 7.47-.731 2.5-.267 4.99-.533 7.5-.832 2.52-.299 5.01-.599 7.52-.932 2.51-.332 5.02-.681 7.55-1.047 2.53-.366 5.06-.749 7.57-1.148 2.53-.399 5.06-.832 7.6-1.264 2.55-.433 5.07-.898 7.62-1.381 2.54-.482 5.11-.964 7.65-1.497 2.56-.515 5.12-1.064 7.68-1.613 2.57-.565 5.14-1.148 7.71-1.746 2.57-.599 5.15-1.231 7.73-1.863 2.58-.649 5.17-1.298 7.77-1.996 2.59-.682 5.19-1.397 7.8-2.129 2.59-.732 5.2-1.48 7.82-2.262 2.61-.782 5.23-1.58 7.85-2.412 2.62-.831 5.25-1.663 7.88-2.545 2.63-.865 5.27-1.779 7.92-2.694 2.64-.915 5.29-1.88 7.95-2.844 2.64-.965 5.3-1.963 7.96-2.994 2.67-1.031 5.34-2.079 8-3.144 2.68-1.081 5.36-2.179 8.04-3.31 2.69-1.131 5.37-2.295 8.06-3.476 2.7-1.181 5.39-2.395 8.1-3.642 2.72-1.248 5.41-2.512 8.14-3.809 2.71-1.298 5.44-2.628 8.16-3.992 2.73-1.364 5.46-2.744 8.2-4.158 2.75-1.414 5.48-2.878 8.24-4.358 2.74-1.48 5.5-2.994 8.26-4.541 2.77-1.546 5.53-3.127 8.3-4.74 2.78-1.613 5.54-3.243 8.34-4.923 2.77-1.68 5.57-3.393 8.36-5.14 2.8-1.746 5.59-3.509 8.4-5.322a685.65 685.65 0 0 0 8.44-5.555c2.81-1.88 5.63-3.809 8.46-5.772a524.76 524.76 0 0 0 8.5-5.988c2.84-2.029 5.69-4.108 8.53-6.22 2.86-2.112 5.71-4.258 8.59-6.437 2.86-2.195 5.73-4.408 8.61-6.67 2.88-2.262 5.76-4.574 8.65-6.919 2.89-2.345 5.79-4.74 8.68-7.168 2.9-2.429 5.81-4.907 8.73-7.419 2.91-2.511 5.84-5.073 8.77-7.667a759.13 759.13 0 0 0 8.8-7.934l.61-.565v-66.83l-3.24 3.093a730.214 730.214 0 0 1-8.77 8.234 768.743 768.743 0 0 1-8.73 7.967 599.91 599.91 0 0 1-8.68 7.7 760.794 760.794 0 0 1-8.65 7.452c-2.88 2.445-5.74 4.84-8.6 7.202-2.86 2.362-5.72 4.69-8.56 6.969a603.381 603.381 0 0 1-8.54 6.719 929.385 929.385 0 0 1-8.49 6.504 881.04 881.04 0 0 1-8.45 6.27 994.014 994.014 0 0 1-8.42 6.055 642.04 642.04 0 0 1-8.38 5.838c-2.8 1.912-5.58 3.775-8.35 5.621a465.896 465.896 0 0 1-8.32 5.406 570.704 570.704 0 0 1-8.28 5.206 605.828 605.828 0 0 1-8.25 5.006 524.022 524.022 0 0 1-8.22 4.824 607.4 607.4 0 0 1-8.16 4.64 531.294 531.294 0 0 1-8.15 4.441 559.085 559.085 0 0 1-8.11 4.258 556.634 556.634 0 0 1-8.08 4.092c-2.68 1.33-5.37 2.644-8.03 3.925a710.876 710.876 0 0 1-8.02 3.759 558.64 558.64 0 0 1-7.98 3.576 657.324 657.324 0 0 1-7.95 3.426 635.158 635.158 0 0 1-7.92 3.277 610.781 610.781 0 0 1-7.88 3.11 592.535 592.535 0 0 1-7.85 2.978c-2.62.964-5.23 1.896-7.84 2.81-2.61.915-5.2 1.813-7.8 2.678a788.85 788.85 0 0 1-7.77 2.545c-2.57.832-5.15 1.613-7.73 2.395s-5.16 1.53-7.72 2.279a647.23 647.23 0 0 1-7.68 2.145c-2.56.699-5.11 1.364-7.65 2.013-2.55.649-5.09 1.281-7.64 1.896-2.54.615-5.07 1.198-7.6 1.763-2.53.566-5.06 1.114-7.57 1.647-2.53.532-5.04 1.048-7.55 1.547-2.51.499-5.02.964-7.52 1.43-2.51.449-5 .898-7.5 1.314-2.49.416-4.99.832-7.47 1.214-2.49.383-4.97.765-7.45 1.115-2.47.349-4.95.681-7.41.998-2.47.316-4.94.615-7.41.914-2.46.283-4.92.549-7.36.815-2.47.25-4.91.499-7.36.715-2.44.217-4.89.433-7.33.616-2.45.183-4.87.382-7.3.532-2.43.166-4.88.316-7.29.449-2.43.133-4.84.266-7.27.366-2.41.117-4.84.2-7.25.283-2.41.083-4.82.15-7.22.199-2.41.05-4.8.1-7.2.117-2.39.033-4.79.05-7.18.05h-1.1c-2.03 0-4.04 0-6.06-.017-2.37-.016-4.77-.05-7.13-.1-2.38-.05-4.76-.099-7.12-.166-2.38-.066-4.74-.15-7.1-.233a494.3 494.3 0 0 1-7.09-.316 954.96 954.96 0 0 1-7.07-.366c-2.34-.133-4.7-.282-7.05-.432-2.34-.15-4.69-.316-7.03-.499-2.35-.183-4.69-.366-7.02-.566-2.33-.199-4.68-.399-7.01-.615-2.32-.216-4.65-.433-6.98-.665-2.33-.233-4.64-.483-6.97-.732-2.33-.25-4.64-.516-6.95-.782a964.82 964.82 0 0 1-6.94-.832c-2.31-.282-4.62-.565-6.92-.881-2.31-.3-4.6-.616-6.9-.932-2.3-.316-4.59-.648-6.89-.981-2.29-.332-4.59-.682-6.87-1.014-2.29-.35-4.57-.699-6.86-1.065-2.28-.366-4.58-.732-6.86-1.114-2.28-.383-4.55-.749-6.83-1.148-2.28-.383-4.56-.782-6.82-1.198l-.7-.116c-2.05-.366-4.08-.715-6.11-1.098-2.26-.415-4.54-.848-6.8-1.264l-6.78-1.297a812.354 812.354 0 0 1-6.774-1.331c-2.262-.449-4.524-.915-6.769-1.364-2.262-.465-4.508-.914-6.753-1.397a967.039 967.039 0 0 1-6.753-1.43 953.46 953.46 0 0 1-6.736-1.464c-2.245-.499-4.491-.981-6.72-1.48-2.245-.499-4.474-1.015-6.719-1.514-2.246-.515-4.474-1.031-6.72-1.546-2.228-.516-4.457-1.032-6.703-1.564l-6.686-1.597c-2.229-.532-4.457-1.081-6.686-1.613-1.913-.466-3.842-.931-5.755-1.414l-.932-.233a954.665 954.665 0 0 1-6.669-1.663l-.749-.183c-1.979-.499-3.942-.981-5.921-1.48-2.212-.566-4.441-1.131-6.653-1.697l-46.455-12.291c-2.212-.599-4.407-1.198-6.62-1.813l-132.162-36.825c-2.212-.599-4.425-1.214-6.637-1.813l-26.529-7.085c-2.212-.582-4.424-1.164-6.653-1.73l-13.322-3.426c-2.229-.566-4.441-1.131-6.67-1.68-2.229-.566-4.458-1.115-6.67-1.663l-6.686-1.647c-2.229-.549-4.458-1.081-6.686-1.63l-6.703-1.597c-2.229-.532-4.474-1.048-6.703-1.58l-1.564-.366c-1.713-.399-3.426-.798-5.156-1.197-2.245-.516-4.474-1.015-6.719-1.531l-6.737-1.496c-2.245-.499-4.49-.982-6.736-1.481-2.245-.482-4.491-.964-6.753-1.447-1.879-.399-3.759-.782-5.638-1.181l-1.114-.233a843.12 843.12 0 0 0-6.77-1.38l-6.786-1.347a803.522 803.522 0 0 0-6.803-1.314c-2.262-.433-4.54-.865-6.802-1.281-2.279-.416-4.541-.832-6.82-1.247-2.278-.416-4.557-.815-6.836-1.215-2.278-.399-4.557-.781-6.836-1.164-2.278-.382-4.574-.748-6.852-1.114-2.296-.366-4.574-.732-6.87-1.081-2.295-.35-4.59-.699-6.886-1.032-2.295-.332-4.59-.665-6.902-.981-2.295-.316-4.607-.649-6.919-.948l-6.936-.898c-2.312-.283-4.624-.582-6.936-.848-2.312-.267-4.64-.533-6.969-.799l-6.986-.748-6.985-.699a953.075 953.075 0 0 0-7.019-.632c-2.345-.199-4.674-.399-7.036-.582-2.345-.183-4.707-.349-7.052-.516a925.319 925.319 0 0 0-7.069-.465c-2.362-.15-4.707-.266-7.085-.4-2.362-.116-4.741-.232-7.103-.332-2.361-.1-4.74-.183-7.118-.266-2.379-.083-4.757-.15-7.136-.2-2.378-.05-4.773-.1-7.168-.133-2.395-.033-4.774-.05-7.186-.05h-1.447c-1.912 0-3.825 0-5.755.017-2.395.016-4.806.05-7.218.1-2.412.049-4.824.099-7.252.166-2.412.066-4.84.15-7.268.249-2.429.1-4.857.2-7.285.333-2.429.116-4.874.266-7.302.416a547.24 547.24 0 0 0-14.687 1.098c-2.461.216-4.906.449-7.368.682-2.462.249-4.923.515-7.401.781-2.479.283-4.957.566-7.435.865-2.478.316-4.957.632-7.452.981-2.495.333-4.989.699-7.484 1.082-2.495.366-4.99.765-7.502 1.164-2.494.416-5.006.832-7.518 1.281a647.874 647.874 0 0 0-15.135 2.894c-2.528.515-5.056 1.064-7.601 1.613a632.134 632.134 0 0 0-7.618 1.73 425.478 425.478 0 0 0-7.651 1.863 432.75 432.75 0 0 0-7.684 1.962c-2.562.682-5.14 1.381-7.718 2.096a449.476 449.476 0 0 0-7.734 2.229 508.749 508.749 0 0 0-7.767 2.362c-2.595.815-5.19 1.63-7.801 2.495a535.932 535.932 0 0 0-7.817 2.627c-2.612.899-5.223 1.83-7.851 2.778a501.955 501.955 0 0 0-7.884 2.911 592.816 592.816 0 0 0-7.917 3.06 614.468 614.468 0 0 0-7.95 3.227 641.996 641.996 0 0 0-7.967 3.376 670.898 670.898 0 0 0-8.001 3.526 437.562 437.562 0 0 0-8.033 3.693 705.773 705.773 0 0 0-8.067 3.859 530.673 530.673 0 0 0-8.1 4.041 582.53 582.53 0 0 0-16.3 8.599 669.534 669.534 0 0 0-8.183 4.558 605.094 605.094 0 0 0-8.233 4.757 630.898 630.898 0 0 0-8.267 4.94 658.67 658.67 0 0 0-8.3 5.139 687.913 687.913 0 0 0-8.332 5.339 718.557 718.557 0 0 0-8.367 5.539 753.067 753.067 0 0 0-8.399 5.755 612.655 612.655 0 0 0-8.433 5.971 827.332 827.332 0 0 0-8.466 6.187 670.504 670.504 0 0 0-8.499 6.404 736.414 736.414 0 0 0-17.098 13.505c-2.861 2.329-5.739 4.707-8.616 7.102a818.716 818.716 0 0 0-8.649 7.352 712.816 712.816 0 0 0-8.682 7.618 743.625 743.625 0 0 0-8.716 7.85 974.47 974.47 0 0 0-8.765 8.117 807.713 807.713 0 0 0-8.799 8.383l2.645 2.794a637.407 637.407 0 0 1 8.765-8.017 890.47 890.47 0 0 1 8.716-7.751 707.953 707.953 0 0 1 8.682-7.501 642.046 642.046 0 0 1 8.649-7.235 761.04 761.04 0 0 1 8.599-7.002 712.701 712.701 0 0 1 8.566-6.753 583.38 583.38 0 0 1 8.532-6.52 692.403 692.403 0 0 1 8.5-6.287 534.919 534.919 0 0 1 8.466-6.055 781.147 781.147 0 0 1 8.416-5.838 619.44 619.44 0 0 1 8.383-5.621 698.45 698.45 0 0 1 8.35-5.406 666.501 666.501 0 0 1 8.315-5.189 729.762 729.762 0 0 1 8.283-5.007 872.139 872.139 0 0 1 8.25-4.807 852.53 852.53 0 0 1 8.2-4.607 660.796 660.796 0 0 1 8.183-4.424 478.14 478.14 0 0 1 8.134-4.225 613.709 613.709 0 0 1 8.116-4.058 606.37 606.37 0 0 1 16.117-7.585 477.285 477.285 0 0 1 8.017-3.526 554.994 554.994 0 0 1 7.984-3.376 612.582 612.582 0 0 1 7.95-3.21 518.996 518.996 0 0 1 7.917-3.061 501.893 501.893 0 0 1 7.884-2.91c2.628-.932 5.24-1.863 7.851-2.745a475.106 475.106 0 0 1 7.834-2.594 507.242 507.242 0 0 1 7.784-2.462c2.595-.798 5.189-1.58 7.767-2.329 2.578-.748 5.156-1.48 7.734-2.178 2.578-.699 5.14-1.398 7.718-2.046a431.465 431.465 0 0 1 7.684-1.93 728.986 728.986 0 0 1 7.651-1.796c2.545-.582 5.09-1.131 7.635-1.663 2.544-.532 5.072-1.065 7.601-1.564 2.528-.499 5.056-.981 7.568-1.43a420.96 420.96 0 0 1 7.551-1.314c2.511-.416 5.023-.832 7.518-1.214 2.494-.383 5.006-.749 7.501-1.098 2.495-.349 4.99-.665 7.468-.981 2.495-.316 4.973-.616 7.451-.898 2.479-.283 4.957-.533 7.435-.782a554.979 554.979 0 0 1 22.138-1.797c2.445-.149 4.89-.282 7.335-.415 2.445-.117 4.873-.217 7.318-.316 2.429-.1 4.857-.167 7.285-.233 2.429-.067 4.841-.117 7.269-.15 2.428-.033 4.84-.05 7.252-.066h2.062c1.713 0 3.443 0 5.156.016 2.412.017 4.807.067 7.202.1 2.395.05 4.79.1 7.185.166 2.396.067 4.774.15 7.169.25 2.379.1 4.757.199 7.136.316 2.378.116 4.756.249 7.118.399 2.379.15 4.741.299 7.102.466 2.362.166 4.724.332 7.086.515s4.707.383 7.069.599c2.345.216 4.707.433 7.052.665 2.345.233 4.69.483 7.036.732 2.345.25 4.673.499 7.019.782 2.328.266 4.673.549 7.002.832 2.328.282 4.657.582 6.986.898 2.328.316 4.657.615 6.969.948 2.312.332 4.64.665 6.952.998 2.312.349 4.624.698 6.936 1.064 2.312.366 4.607.715 6.919 1.098 2.295.383 4.607.765 6.903 1.164l6.885 1.198c2.296.416 4.591.815 6.87 1.247 2.295.416 4.574.849 6.869 1.298 2.279.432 4.574.881 6.853 1.33 2.278.449 4.557.915 6.836 1.381 2.278.465 4.557.931 6.836 1.413 2.278.483 4.54.965 6.802 1.448 2.262.498 4.541.997 6.803 1.496a972.75 972.75 0 0 1 6.786 1.531c2.262.515 4.524 1.031 6.786 1.563 2.262.532 4.508 1.065 6.753 1.597 2.262.532 4.507 1.081 6.753 1.63 2.245.549 4.507 1.098 6.753 1.663 2.245.566 4.491 1.114 6.736 1.697a979.04 979.04 0 0 1 6.736 1.729l.848.217c1.946.499 3.909 1.014 5.855 1.513 2.246.582 4.474 1.181 6.703 1.78s4.474 1.197 6.703 1.796 4.457 1.214 6.686 1.813l6.687 1.846 6.669 1.863c2.229.632 4.441 1.264 6.67 1.896l6.67 1.913c2.212.632 4.44 1.281 6.653 1.929l6.653 1.947c2.212.648 4.424 1.297 6.636 1.962l72.818 22.454 132.262 41.582 19.959 5.937c2.212.649 4.441 1.314 6.67 1.946l6.669 1.93c2.229.632 4.458 1.281 6.687 1.913 1.962.565 3.925 1.114 5.888 1.663l.798.216c2.229.632 4.457 1.248 6.703 1.863 2.229.615 4.474 1.231 6.703 1.846 2.229.616 4.474 1.214 6.719 1.813 2.246.599 4.475 1.198 6.72 1.796 2.245.599 4.491 1.181 6.736 1.78 2.079.549 4.175 1.081 6.271 1.613l.482.117c2.245.582 4.507 1.148 6.753 1.713 2.262.566 4.507 1.131 6.769 1.68 2.246.549 4.508 1.114 6.77 1.663 2.096.516 4.208 1.015 6.304 1.514l.482.116c2.262.532 4.524 1.065 6.802 1.597 2.26.532 4.54 1.048 6.8 1.563 2.28.516 4.54 1.015 6.82 1.514 2.28.499 4.56.998 6.84 1.48 2.28.483 4.56.982 6.85 1.447 2.28.483 4.58.948 6.85 1.414 2.3.466 4.58.915 6.87 1.364 2.3.449 4.59.898 6.89 1.331 2.29.432 4.59.864 6.9 1.28 2.3.416 4.61.832 6.92 1.248 2.31.399 4.62.798 6.94 1.181 2.31.382 4.62.765 6.95 1.147 2.31.366 4.64.732 6.97 1.098 2.33.349 4.64.699 6.97 1.031 2.33.333 4.65.666 7 .982 2.33.316 4.67.632 7 .931 2.35.299 4.69.599 7.04.882 2.34.282 4.69.565 7.05.831 2.36.266 4.71.516 7.07.765 2.36.25 4.72.483 7.08.699 2.37.216 4.73.432 7.11.632a1012 1012 0 0 0 7.11.582c2.38.183 4.76.349 7.14.499 2.38.166 4.77.299 7.17.449 2.39.133 4.79.266 7.18.366 2.4.116 4.79.216 7.21.299 2.41.084 4.8.167 7.21.217 2.42.066 4.83.116 7.24.149 2.41.034 4.84.067 7.27.067h2.23l-.07.133Zm401.44-167.025a912.686 912.686 0 0 1-8.13 7.335 721.09 721.09 0 0 1-8.71 7.635c-2.91 2.495-5.81 4.956-8.69 7.385-2.89 2.411-5.77 4.79-8.65 7.118a877.878 877.878 0 0 1-8.59 6.886 733.748 733.748 0 0 1-8.57 6.637 571.263 571.263 0 0 1-8.53 6.403 868.938 868.938 0 0 1-8.5 6.187 623.39 623.39 0 0 1-8.45 5.955 695.834 695.834 0 0 1-8.42 5.738c-2.79 1.88-5.6 3.726-8.38 5.522-2.79 1.797-5.57 3.56-8.35 5.306-2.78 1.73-5.54 3.443-8.32 5.106a526.442 526.442 0 0 1-8.28 4.89 564.87 564.87 0 0 1-8.25 4.707c-2.74 1.53-5.47 3.044-8.2 4.508-2.73 1.463-5.45 2.91-8.17 4.324-2.71 1.414-5.43 2.778-8.13 4.142a485.46 485.46 0 0 1-8.1 3.958 462.577 462.577 0 0 1-8.07 3.792 462.235 462.235 0 0 1-8.05 3.61 392.335 392.335 0 0 1-8.01 3.443 725.358 725.358 0 0 1-7.99 3.293c-2.66 1.064-5.3 2.112-7.95 3.127a507.743 507.743 0 0 1-7.91 2.96c-2.63.965-5.28 1.913-7.89 2.828-2.63.915-5.24 1.813-7.85 2.678a473.38 473.38 0 0 1-7.83 2.511c-2.6.815-5.21 1.614-7.8 2.379-2.6.765-5.19 1.53-7.77 2.245-2.58.732-5.16 1.431-7.73 2.113-2.58.681-5.16 1.33-7.72 1.979-2.56.632-5.12 1.264-7.69 1.863-2.56.599-5.1 1.164-7.65 1.729-2.54.549-5.09 1.098-7.63 1.614-2.55.515-5.07.998-7.6 1.48-2.53.483-5.06.932-7.57 1.364-2.51.433-5.04.865-7.55 1.264s-5.02.782-7.52 1.148c-2.49.366-5.01.715-7.5 1.048-2.5.332-4.99.632-7.47.931-2.48.299-4.97.566-7.45.832-2.48.249-4.96.515-7.42.732-2.48.232-4.94.432-7.4.632-2.46.199-4.92.365-7.38.532a544.569 544.569 0 0 1-14.69.798c-2.45.1-4.87.2-7.3.266-2.43.067-4.86.133-7.29.183-2.43.05-4.84.067-7.27.083-1.68 0-3.36.017-5.04.017h-2.21c-2.41 0-4.82-.05-7.22-.083-2.41-.033-4.8-.083-7.2-.15-2.39-.066-4.79-.133-7.18-.216-2.4-.083-4.78-.183-7.17-.299-2.38-.117-4.78-.233-7.14-.366-2.38-.133-4.76-.283-7.13-.433-2.38-.15-4.74-.332-7.11-.499-2.36-.183-4.72-.366-7.08-.582-2.36-.2-4.71-.416-7.07-.632-2.36-.216-4.71-.466-7.05-.699a934.115 934.115 0 0 1-14.06-1.58c-2.33-.282-4.67-.565-7-.865-2.33-.299-4.66-.615-6.98-.931-2.33-.316-4.65-.649-6.97-.981-2.32-.333-4.64-.682-6.96-1.032-2.31-.349-4.62-.715-6.93-1.097-2.31-.366-4.61-.749-6.92-1.131-2.3-.383-4.61-.782-6.9-1.181-2.3-.399-4.59-.815-6.89-1.231a877.83 877.83 0 0 1-6.87-1.281c-2.29-.432-4.57-.865-6.87-1.314-2.28-.449-4.57-.898-6.85-1.364-2.28-.465-4.56-.931-6.84-1.413l-6.82-1.447c-2.27-.483-4.54-.982-6.82-1.481-2.26-.499-4.54-.998-6.8-1.513-2.26-.516-4.52-1.031-6.78-1.564a487.466 487.466 0 0 1-6.79-1.596l-.483-.117-6.287-1.497a832.72 832.72 0 0 1-6.753-1.663 992.994 992.994 0 0 1-6.753-1.68 992.211 992.211 0 0 1-6.736-1.713l-.482-.117c-2.079-.532-4.175-1.064-6.254-1.613-2.245-.582-4.474-1.181-6.72-1.763-2.245-.599-4.474-1.197-6.703-1.796-2.228-.599-4.474-1.214-6.702-1.813l-6.687-1.846c-2.229-.616-4.457-1.248-6.686-1.863l-.798-.233c-1.963-.549-3.926-1.098-5.888-1.663a982.153 982.153 0 0 1-6.67-1.913l-6.67-1.93c-2.212-.648-4.441-1.297-6.653-1.946l-46.455-14.037-178.584-55.936a759.546 759.546 0 0 0-6.653-1.962l-6.653-1.963c-2.229-.649-4.441-1.298-6.67-1.93l-6.686-1.912-6.686-1.896-6.686-1.88c-2.229-.615-4.458-1.247-6.703-1.863-2.229-.615-4.474-1.214-6.703-1.829-2.246-.599-4.474-1.214-6.72-1.813-2.245-.599-4.474-1.198-6.719-1.78-1.963-.516-3.926-1.015-5.872-1.53l-.848-.216a924.749 924.749 0 0 0-6.736-1.73 4144.36 4144.36 0 0 0-6.753-1.697c-2.245-.565-4.507-1.114-6.769-1.663a797.284 797.284 0 0 0-6.77-1.63c-2.262-.532-4.524-1.081-6.786-1.597-2.262-.532-4.541-1.048-6.803-1.563a964.425 964.425 0 0 0-6.803-1.53c-2.278-.499-4.557-1.015-6.819-1.497-2.262-.483-4.557-.982-6.836-1.464a854.271 854.271 0 0 0-6.853-1.414c-2.278-.465-4.557-.931-6.852-1.38-2.295-.449-4.574-.898-6.869-1.331l-6.886-1.297c-2.296-.433-4.591-.832-6.903-1.248a983.428 983.428 0 0 0-13.855-2.378 457.657 457.657 0 0 0-6.952-1.098c-2.312-.366-4.641-.715-6.969-1.064a493.2 493.2 0 0 0-6.986-.998 464.364 464.364 0 0 0-7.002-.948 507.676 507.676 0 0 0-7.003-.899c-2.345-.282-4.69-.565-7.035-.831a949.892 949.892 0 0 0-14.121-1.514c-2.362-.233-4.724-.449-7.086-.665-2.362-.216-4.74-.416-7.102-.599-2.378-.183-4.74-.366-7.119-.515-2.378-.167-4.757-.316-7.135-.466-2.378-.15-4.774-.283-7.169-.399a496.672 496.672 0 0 0-7.185-.316 524.88 524.88 0 0 0-7.202-.25c-2.395-.066-4.807-.133-7.218-.183-2.412-.05-4.824-.083-7.236-.1-1.729 0-3.459-.016-5.189-.016h-2.079c-2.428 0-4.857.033-7.285.066-2.428.034-4.873.084-7.318.15-2.445.067-4.874.15-7.335.233-2.445.1-4.907.199-7.352.316-2.462.116-4.907.266-7.368.416a561.259 561.259 0 0 0-22.271 1.796c-2.495.25-4.973.516-7.468.782a588.443 588.443 0 0 0-15.02 1.896c-2.511.349-5.023.715-7.551 1.114-2.528.383-5.039.799-7.568 1.215-2.528.432-5.056.864-7.601 1.33-2.545.466-5.073.948-7.617 1.447a606.604 606.604 0 0 0-7.651 1.564 603.273 603.273 0 0 0-7.685 1.68c-2.561.582-5.139 1.18-7.717 1.812a446.159 446.159 0 0 0-7.734 1.946 782.127 782.127 0 0 0-7.768 2.063 805.787 805.787 0 0 0-7.8 2.195 380.18 380.18 0 0 0-7.834 2.346 527.07 527.07 0 0 0-7.851 2.478 484.4 484.4 0 0 0-7.884 2.611c-2.628.898-5.272 1.83-7.917 2.778a577.96 577.96 0 0 0-7.95 2.927 594.793 594.793 0 0 0-7.967 3.077 614.324 614.324 0 0 0-8.001 3.227 550.317 550.317 0 0 0-8.033 3.393 659.608 659.608 0 0 0-8.067 3.559 700.45 700.45 0 0 0-8.1 3.726 449.475 449.475 0 0 0-8.133 3.909 721.424 721.424 0 0 0-8.167 4.075 769.09 769.09 0 0 0-8.2 4.258 572.023 572.023 0 0 0-8.233 4.441 596.675 596.675 0 0 0-14.92 8.499c.117-.067.233-.15.35-.216a507.488 507.488 0 0 1 8.25-5.107 621.481 621.481 0 0 1 8.2-4.906 685.728 685.728 0 0 1 8.183-4.724c2.711-1.547 5.422-3.044 8.133-4.541a553.419 553.419 0 0 1 8.1-4.357 463.54 463.54 0 0 1 8.084-4.175 716.511 716.511 0 0 1 8.05-4.009 578.49 578.49 0 0 1 16-7.518 656.197 656.197 0 0 1 7.951-3.509 619.883 619.883 0 0 1 7.917-3.36 388.374 388.374 0 0 1 7.884-3.193 959.705 959.705 0 0 1 7.85-3.044 759.555 759.555 0 0 1 7.834-2.894 546.131 546.131 0 0 1 7.801-2.761 533.184 533.184 0 0 1 7.767-2.611 461.78 461.78 0 0 1 7.734-2.479 686.91 686.91 0 0 1 7.718-2.345 443.564 443.564 0 0 1 7.684-2.212 478.472 478.472 0 0 1 7.651-2.079 691.345 691.345 0 0 1 15.236-3.792 434.325 434.325 0 0 1 7.568-1.713 648.137 648.137 0 0 1 15.069-3.094c2.511-.483 5.006-.932 7.501-1.381 2.495-.449 4.99-.865 7.468-1.28 2.495-.4 4.973-.799 7.451-1.165a578.13 578.13 0 0 1 7.435-1.064c2.478-.333 4.94-.665 7.402-.965 2.461-.299 4.923-.599 7.385-.865 2.444-.266 4.906-.532 7.351-.781 2.445-.25 4.89-.466 7.335-.682 2.445-.217 4.873-.4 7.302-.583 2.428-.182 4.857-.349 7.285-.498 2.428-.15 4.84-.3 7.268-.416 2.412-.117 4.84-.233 7.252-.333s4.824-.183 7.219-.249c2.395-.067 4.807-.134 7.202-.167 2.395-.05 4.79-.066 7.185-.1 1.913 0 3.809-.033 5.722-.033h1.447c2.378 0 4.773.033 7.135.05 2.378.033 4.757.067 7.119.133 2.361.067 4.74.117 7.102.2s4.723.166 7.085.266 4.724.216 7.069.333c2.345.116 4.707.249 7.052.399 2.346.149 4.691.299 7.036.465 2.345.167 4.69.333 7.019.516 2.328.183 4.657.383 6.986.582 2.328.2 4.657.416 6.985.632 2.329.216 4.641.449 6.969.682 2.312.233 4.641.482 6.953.732 2.312.249 4.624.516 6.936.798 2.311.266 4.607.566 6.919.849 2.295.282 4.607.582 6.902.898 2.296.299 4.607.615 6.903.948 2.295.316 4.59.648 6.869.981 2.295.333 4.574.682 6.853 1.031 2.278.35 4.574.716 6.852 1.081a952.15 952.15 0 0 1 13.656 2.279c2.278.399 4.54.798 6.819 1.198 2.279.399 4.541.815 6.803 1.247 2.262.416 4.524.848 6.786 1.281 2.262.432 4.524.865 6.786 1.314 2.262.449 4.507.881 6.753 1.33 2.245.449 4.507.915 6.753 1.381l1.131.233c1.879.382 3.759.781 5.621 1.164l6.737 1.447c2.245.482 4.491.981 6.719 1.464 2.246.499 4.474.998 6.72 1.497 2.245.499 4.474 1.014 6.703 1.513l5.139 1.198 1.564.366c2.228.515 4.457 1.031 6.686 1.563l6.686 1.597c2.229.532 4.441 1.081 6.67 1.613 2.229.549 4.441 1.098 6.67 1.647 2.212.549 4.441 1.098 6.669 1.663 2.212.549 4.425 1.115 6.653 1.68l13.306 3.41c2.213.565 4.425 1.147 6.637 1.73l26.512 7.068c2.212.599 4.408 1.198 6.62 1.797l132.163 36.824c2.212.599 4.407 1.214 6.619 1.813l39.835 10.595 6.653 1.713c2.213.566 4.441 1.131 6.67 1.697l5.938 1.497.748.183c2.229.549 4.458 1.114 6.687 1.663l.931.233c1.929.482 3.842.948 5.772 1.414 2.228.549 4.457 1.081 6.703 1.613 2.228.532 4.474 1.064 6.703 1.597 2.228.532 4.474 1.048 6.719 1.563 2.245.516 4.491 1.031 6.72 1.547 2.245.516 4.49 1.015 6.736 1.53l6.736 1.497c2.245.499 4.507.981 6.753 1.464 2.245.482 4.507.965 6.769 1.43 2.262.483 4.508.932 6.77 1.397 2.262.466 4.524.915 6.786 1.381 2.262.449 4.524.898 6.802 1.33 2.28.433 4.54.882 6.8 1.298 2.28.432 4.54.848 6.82 1.281 2.05.382 4.09.731 6.14 1.097l.7.117c2.28.399 4.56.798 6.85 1.197 2.28.399 4.58.782 6.85 1.148 2.3.382 4.58.748 6.87 1.114 2.3.366 4.59.715 6.89 1.065a892.937 892.937 0 0 0 13.82 2.012c2.31.316 4.62.632 6.94.932 2.31.299 4.62.599 6.95.881 2.31.283 4.64.566 6.95.832 2.33.266 4.66.532 6.99.782 2.33.249 4.65.499 7 .731 2.33.233 4.67.466 7.02.666a980.186 980.186 0 0 0 14.09 1.181c2.34.183 4.7.349 7.07.499 2.36.149 4.72.299 7.08.432 2.36.133 4.72.266 7.1.383 2.36.116 4.74.216 7.12.316 2.38.099 4.76.166 7.14.233 2.38.066 4.77.133 7.17.166 2.39.05 4.79.083 7.18.1 2.03.016 4.06.016 6.09.016h1.1c2.41 0 4.8-.016 7.21-.05 2.42-.033 4.83-.066 7.24-.116s4.84-.116 7.27-.2c2.43-.083 4.85-.183 7.28-.282 2.43-.117 4.88-.233 7.31-.366a545.78 545.78 0 0 0 14.68-.998c2.46-.2 4.92-.399 7.39-.632 2.46-.216 4.92-.466 7.4-.715 2.48-.25 4.94-.533 7.42-.815 2.47-.283 4.95-.599 7.45-.915 2.48-.316 4.97-.666 7.47-1.015 2.49-.349 4.99-.732 7.5-1.114 2.49-.383 5-.799 7.51-1.214 2.52-.416 5.04-.865 7.56-1.314a660.834 660.834 0 0 0 15.16-2.994c2.55-.533 5.08-1.098 7.62-1.664 2.55-.582 5.11-1.164 7.65-1.779 2.57-.616 5.13-1.248 7.69-1.913 2.56-.649 5.14-1.331 7.7-2.029 2.58-.699 5.15-1.414 7.73-2.162 2.58-.732 5.18-1.497 7.77-2.296 2.6-.781 5.19-1.58 7.8-2.411 2.61-.832 5.21-1.68 7.84-2.562 2.61-.881 5.22-1.78 7.85-2.694 2.62-.915 5.25-1.863 7.88-2.844 2.63-.965 5.27-1.963 7.92-2.994a635.52 635.52 0 0 0 7.95-3.127c2.64-1.065 5.3-2.179 7.96-3.294a497.75 497.75 0 0 0 8-3.443c2.68-1.18 5.36-2.378 8.04-3.609a657.94 657.94 0 0 0 8.06-3.775c2.7-1.281 5.39-2.612 8.1-3.942 2.72-1.348 5.41-2.711 8.14-4.109 2.71-1.397 5.44-2.827 8.16-4.291 2.73-1.463 5.46-2.96 8.2-4.474 2.75-1.513 5.48-3.077 8.24-4.657 2.74-1.58 5.5-3.193 8.25-4.84 2.76-1.647 5.52-3.327 8.3-5.04 2.77-1.713 5.54-3.459 8.33-5.239 2.78-1.78 5.57-3.593 8.37-5.439a656.06 656.06 0 0 0 8.4-5.655c2.81-1.913 5.6-3.875 8.43-5.855a758.54 758.54 0 0 0 8.46-6.087c2.83-2.063 5.68-4.158 8.5-6.304 2.85-2.146 5.69-4.324 8.54-6.537 2.86-2.212 5.7-4.474 8.58-6.752 2.86-2.296 5.74-4.624 8.61-7.003 2.88-2.378 5.76-4.79 8.65-7.235 2.9-2.462 5.79-4.956 8.69-7.485 2.91-2.528 5.8-5.122 8.73-7.75a860.23 860.23 0 0 0 8.76-8.001c1.85-1.713 3.71-3.443 5.56-5.189v56.185l.01-.067Z\' fill=\'url(%23a)\'/%3E%3Cpath d=\'M-40.797 471.285a847.18 847.18 0 0 1 8.782-8.649 993.385 993.385 0 0 1 17.448-16.483 908.577 908.577 0 0 1 8.665-7.867 699.507 699.507 0 0 1 8.633-7.601 818.583 818.583 0 0 1 8.599-7.369c2.86-2.411 5.705-4.79 8.549-7.118a961.069 961.069 0 0 1 8.516-6.886 593.73 593.73 0 0 1 8.482-6.653 670.613 670.613 0 0 1 8.45-6.421 640.813 640.813 0 0 1 8.4-6.22 658.705 658.705 0 0 1 8.382-5.988 753.165 753.165 0 0 1 8.333-5.788 734.837 734.837 0 0 1 8.3-5.589 715.165 715.165 0 0 1 8.266-5.389 565.415 565.415 0 0 1 8.233-5.189 641.785 641.785 0 0 1 8.2-4.99 877.561 877.561 0 0 1 8.167-4.807c2.711-1.58 5.422-3.11 8.133-4.623a562.4 562.4 0 0 1 8.1-4.441 767.1 767.1 0 0 1 8.067-4.275 521.047 521.047 0 0 1 8.033-4.091 441.44 441.44 0 0 1 8.017-3.926 691.304 691.304 0 0 1 7.967-3.775 653.18 653.18 0 0 1 7.951-3.61 458.867 458.867 0 0 1 7.917-3.443c2.628-1.114 5.256-2.228 7.884-3.309a596.328 596.328 0 0 1 7.85-3.161 576.87 576.87 0 0 1 7.818-3.01 574.794 574.794 0 0 1 7.8-2.878c2.595-.931 5.19-1.829 7.768-2.727a817.224 817.224 0 0 1 7.734-2.595 468.524 468.524 0 0 1 7.717-2.462c2.578-.798 5.123-1.58 7.685-2.328a747.18 747.18 0 0 1 7.651-2.196 438.93 438.93 0 0 1 7.634-2.079c2.545-.665 5.073-1.33 7.601-1.962a691.888 691.888 0 0 1 7.568-1.847c2.528-.598 5.04-1.181 7.551-1.729 2.512-.566 5.023-1.098 7.518-1.63a656.529 656.529 0 0 1 14.969-2.895c2.495-.449 4.973-.898 7.452-1.313a599.292 599.292 0 0 1 14.819-2.296c2.462-.349 4.924-.698 7.385-1.014 2.462-.316 4.907-.616 7.352-.899 2.445-.282 4.89-.565 7.335-.815 2.445-.266 4.873-.499 7.302-.731a541.013 541.013 0 0 1 14.553-1.198c2.412-.166 4.84-.333 7.252-.482 2.412-.15 4.823-.283 7.218-.399a521.43 521.43 0 0 1 7.202-.316c2.395-.1 4.791-.167 7.186-.25a342.82 342.82 0 0 1 7.168-.166c2.379-.05 4.757-.083 7.136-.1 2.378-.017 4.757-.033 7.118-.017 2.379 0 4.741 0 7.103.034 2.361.033 4.723.066 7.085.116s4.707.1 7.069.183c2.345.066 4.707.15 7.052.233 2.345.083 4.69.183 7.036.299 2.345.1 4.673.233 7.019.366 2.328.133 4.673.266 7.002.416 2.329.15 4.657.299 6.986.466 2.328.166 4.64.349 6.969.532 2.312.183 4.64.366 6.952.582 2.312.2 4.624.416 6.936.632 2.312.216 4.624.449 6.919.682 2.312.233 4.607.482 6.903.732 2.295.249 4.59.515 6.885.782a945.037 945.037 0 0 1 13.739 1.679c2.279.3 4.574.599 6.853.915 2.278.3 4.557.632 6.836.948 2.278.316 4.557.649 6.836.982 2.278.332 4.54.682 6.802 1.031 2.262.349 4.541.698 6.803 1.064l6.786 1.098c2.262.366 4.508.749 6.77 1.131 2.262.383 4.507.765 6.769 1.164 2.262.4 4.508.799 6.753 1.198 2.245.399 4.491.815 6.736 1.231 2.246.416 4.491.831 6.736 1.264 2.246.416 4.491.865 6.72 1.297 2.245.433 4.474.865 6.72 1.314 2.228.449 4.474.898 6.702 1.347 2.229.449 4.458.899 6.703 1.364l6.687 1.397c2.228.466 4.457.932 6.686 1.414 2.229.482 4.457.948 6.67 1.431 2.228.482 4.441.964 6.669 1.463 2.212.483 4.441.982 6.653 1.481 2.212.499 4.441.997 6.653 1.496 2.213.499 4.441.998 6.653 1.514 2.213.499 4.425 1.015 6.653 1.514l6.637 1.546c2.212.516 4.424 1.032 6.636 1.564 2.212.515 4.425 1.048 6.637 1.563 2.212.533 4.407 1.048 6.619 1.58 2.213.533 4.425 1.065 6.62 1.597 2.196.532 4.408 1.065 6.62 1.597 2.212.532 4.408 1.081 6.62 1.613 2.212.533 4.407 1.081 6.62 1.614 2.195.549 4.407 1.081 6.603 1.63 2.195.549 4.407 1.097 6.603 1.63 2.195.548 4.408 1.097 6.603 1.646 2.195.549 4.408 1.098 6.603 1.647 2.196.549 4.408 1.098 6.603 1.646 2.196.549 4.408 1.098 6.603 1.647 2.196.549 4.391 1.098 6.604 1.647 2.195.549 4.407 1.097 6.603 1.646 2.195.549 4.407 1.098 6.603 1.647 2.195.549 4.407 1.098 6.603 1.647 2.195.549 4.408 1.097 6.603 1.646 2.196.549 4.408 1.098 6.603 1.647 2.196.549 4.408 1.098 6.603 1.647 2.213.548 4.408 1.081 6.62 1.629 2.196.549 4.408 1.082 6.603 1.631 2.196.548 4.408 1.081 6.62 1.613 2.212.532 4.408 1.081 6.62 1.613 2.212.532 4.407 1.081 6.62 1.614 2.212.532 4.407 1.064 6.619 1.596 2.212.533 4.425 1.048 6.637 1.58 2.212.533 4.424 1.048 6.636 1.564l6.637 1.547c2.212.515 4.424 1.031 6.653 1.547 2.212.515 4.441 1.014 6.653 1.513 2.212.499 4.441 1.015 6.653 1.514 2.228.499 4.441.998 6.669 1.48 2.229.482 4.441.981 6.67 1.464 2.229.482 4.441.964 6.67 1.447 2.228.482 4.457.948 6.686 1.43 2.229.466 4.458.948 6.686 1.414 2.229.466 4.458.931 6.703 1.38 2.229.449 4.474.915 6.703 1.364 2.246.449 4.474.898 6.72 1.331 2.245.432 4.474.881 6.719 1.314 2.246.432 4.491.865 6.737 1.281l6.736 1.247c2.245.416 4.507.815 6.753 1.214 2.245.399 4.507.799 6.769 1.198 2.262.399 4.507.765 6.769 1.147 2.263.383 4.525.765 6.787 1.131 2.26.366 4.52.732 6.8 1.081 2.26.366 4.54.716 6.81 1.048 2.27.35 4.54.682 6.81 1.015 2.28.333 4.56.665 6.84.981 2.28.316 4.56.632 6.85.932 2.28.299 4.58.615 6.86.898 2.29.299 4.59.582 6.88.848 2.3.283 4.59.532 6.89.798 2.29.267 4.6.516 6.9.766a952.166 952.166 0 0 0 27.78 2.561c2.32.183 4.65.349 6.98.499 2.33.166 4.66.316 7 .449 2.33.15 4.68.266 7.02.399l7.04.349c2.34.1 4.71.183 7.05.267 2.35.083 4.71.149 7.07.216 2.36.066 4.72.116 7.09.15 2.36.033 4.72.066 7.1.083 2.38.016 4.74.016 7.12.016 2.37 0 4.75-.016 7.15-.05 2.38-.033 4.77-.066 7.17-.133 2.39-.05 4.79-.116 7.18-.199 2.4-.083 4.79-.167 7.2-.266 2.42-.1 4.81-.217 7.22-.35 2.41-.133 4.83-.266 7.25-.432 2.43-.15 4.84-.333 7.27-.516 2.43-.183 4.86-.382 7.29-.598 2.43-.217 4.87-.433 7.3-.682 2.44-.233 4.89-.499 7.33-.765 2.45-.267 4.91-.549 7.36-.865a581.443 581.443 0 0 0 22.2-3.144c2.48-.399 4.96-.815 7.45-1.247 2.5-.433 4.98-.882 7.47-1.348 2.5-.465 4.99-.948 7.5-1.447 2.51-.499 5.01-1.014 7.52-1.563 2.51-.532 5.02-1.098 7.55-1.663 2.53-.583 5.04-1.181 7.57-1.78 2.53-.615 5.07-1.248 7.6-1.896 2.53-.649 5.07-1.331 7.63-2.013 2.55-.698 5.11-1.413 7.66-2.145 2.56-.732 5.12-1.481 7.68-2.262 2.56-.782 5.14-1.58 7.72-2.395 2.57-.815 5.15-1.647 7.73-2.512s5.17-1.746 7.77-2.661c2.59-.898 5.19-1.846 7.8-2.794 2.61-.949 5.21-1.93 7.82-2.928 2.61-.998 5.24-2.029 7.85-3.077 2.63-1.048 5.25-2.129 7.88-3.227a560.737 560.737 0 0 0 15.85-6.902c2.66-1.198 5.32-2.428 7.99-3.693 2.66-1.247 5.33-2.544 8-3.842 2.67-1.314 5.35-2.644 8.03-4.008 2.68-1.364 5.37-2.761 8.07-4.192 2.69-1.43 5.38-2.877 8.1-4.357 2.71-1.481 5.42-2.994 8.13-4.541 2.71-1.547 5.44-3.11 8.17-4.707 2.72-1.597 5.45-3.243 8.2-4.907 2.74-1.663 5.48-3.359 8.23-5.089 2.74-1.73 5.5-3.493 8.27-5.289 2.76-1.797 5.52-3.626 8.3-5.489a694.021 694.021 0 0 0 16.69-11.576 745.38 745.38 0 0 0 8.42-6.105c2.81-2.079 5.62-4.174 8.45-6.32 2.83-2.146 5.65-4.341 8.48-6.553 2.83-2.229 5.67-4.474 8.52-6.77 2.84-2.295 5.69-4.64 8.55-7.002 2.86-2.378 5.72-4.807 8.6-7.252 2.86-2.461 5.73-4.956 8.63-7.484 2.88-2.545 5.77-5.123 8.66-7.735 2.9-2.628 5.79-5.289 8.7-8 2.91-2.711 5.82-5.472 8.75-8.266 2.93-2.795 5.86-5.639 8.78-8.516v35.56a743.99 743.99 0 0 1-8.78 8.333 994.647 994.647 0 0 1-8.75 8.067 817.18 817.18 0 0 1-8.7 7.817 786.125 786.125 0 0 1-8.66 7.552 750.862 750.862 0 0 1-8.63 7.318c-2.88 2.395-5.74 4.74-8.6 7.052a749.36 749.36 0 0 1-8.55 6.819 970.492 970.492 0 0 1-8.52 6.604c-2.83 2.162-5.67 4.274-8.48 6.37a856.249 856.249 0 0 1-8.45 6.137c-2.81 2.013-5.6 3.992-8.42 5.938a700.802 700.802 0 0 1-8.36 5.722 740.614 740.614 0 0 1-8.33 5.505 708.165 708.165 0 0 1-8.3 5.306c-2.77 1.73-5.53 3.443-8.27 5.106-2.75 1.663-5.51 3.31-8.23 4.907a692.783 692.783 0 0 1-8.2 4.723 596.227 596.227 0 0 1-8.17 4.541c-2.71 1.48-5.42 2.944-8.13 4.358-2.72 1.43-5.41 2.811-8.1 4.191-2.7 1.364-5.39 2.695-8.07 4.009-2.7 1.314-5.37 2.578-8.05 3.842a714.262 714.262 0 0 1-8 3.676 605.732 605.732 0 0 1-7.97 3.509c-2.64 1.148-5.3 2.262-7.95 3.36a485.957 485.957 0 0 1-7.92 3.21 365.01 365.01 0 0 1-7.88 3.044 534.698 534.698 0 0 1-15.67 5.672c-2.61.898-5.2 1.763-7.8 2.628-2.59.848-5.19 1.679-7.77 2.494-2.57.799-5.17 1.597-7.73 2.346-2.58.765-5.14 1.497-7.72 2.212a663.51 663.51 0 0 1-7.68 2.095c-2.56.682-5.11 1.331-7.65 1.98-2.55.632-5.09 1.247-7.64 1.846a435.2 435.2 0 0 1-7.6 1.73c-2.53.565-5.05 1.097-7.57 1.613-2.51.516-5.04 1.031-7.55 1.514a675.7 675.7 0 0 1-7.51 1.397c-2.52.449-5.01.865-7.51 1.28-2.49.416-4.99.815-7.46 1.181-2.5.383-4.98.732-7.46 1.082-2.47.349-4.95.665-7.41.981-2.48.316-4.94.599-7.41.881a559.853 559.853 0 0 1-14.73 1.497c-2.45.217-4.89.416-7.34.616-2.44.183-4.87.349-7.3.515-2.43.167-4.86.3-7.28.433-2.43.133-4.86.249-7.27.349-2.41.1-4.83.183-7.24.266-2.41.083-4.82.133-7.22.183-2.41.05-4.8.1-7.2.117-2.39.033-4.79.033-7.18.033-2.4 0-4.78 0-7.17-.033-2.38-.017-4.76-.067-7.14-.1-2.38-.05-4.75-.1-7.12-.167-2.37-.066-4.74-.149-7.1-.232-2.36-.084-4.72-.2-7.08-.316-2.37-.117-4.73-.233-7.07-.366-2.35-.133-4.71-.283-7.05-.433-2.35-.15-4.69-.316-7.04-.482-2.35-.166-4.67-.349-7.02-.549-2.34-.2-4.67-.399-7-.615-2.33-.217-4.66-.433-6.99-.666-2.33-.233-4.64-.465-6.97-.715-2.31-.249-4.64-.499-6.95-.765a961.271 961.271 0 0 1-13.85-1.68c-2.3-.299-4.61-.599-6.91-.915l-6.88-.948c-2.3-.332-4.59-.665-6.87-.998-2.3-.349-4.58-.682-6.87-1.048-2.28-.349-4.56-.715-6.85-1.081-2.28-.366-4.56-.748-6.84-1.131-2.28-.382-4.56-.765-6.82-1.164-2.28-.399-4.54-.782-6.8-1.198-2.26-.399-4.54-.831-6.8-1.247a912.203 912.203 0 0 1-6.79-1.281 949.68 949.68 0 0 1-6.769-1.314c-2.262-.432-4.508-.881-6.77-1.33a797.792 797.792 0 0 1-6.753-1.364l-6.736-1.397a950.586 950.586 0 0 1-6.736-1.431 779.459 779.459 0 0 1-6.72-1.463c-2.228-.499-4.474-.982-6.719-1.481-2.229-.499-4.474-.998-6.703-1.513-2.229-.499-4.474-1.015-6.703-1.53a994.248 994.248 0 0 1-6.686-1.564c-2.229-.516-4.458-1.048-6.687-1.58-2.228-.532-4.457-1.065-6.669-1.597-2.229-.532-4.458-1.064-6.67-1.613-2.212-.549-4.441-1.081-6.653-1.63-2.212-.549-4.441-1.098-6.653-1.663-2.212-.549-4.441-1.115-6.653-1.664-2.212-.565-4.424-1.131-6.653-1.679l-6.637-1.697c-2.212-.566-4.424-1.131-6.636-1.713-2.212-.566-4.424-1.148-6.636-1.73-2.212-.582-4.425-1.148-6.637-1.73-2.212-.582-4.407-1.164-6.619-1.746a937.635 937.635 0 0 1-6.62-1.763 995.278 995.278 0 0 1-6.62-1.763c-2.212-.599-4.408-1.181-6.603-1.763-2.212-.599-4.408-1.181-6.62-1.78-2.195-.599-4.408-1.181-6.603-1.78-2.212-.599-4.408-1.197-6.603-1.779-2.196-.599-4.408-1.198-6.603-1.797-2.196-.599-4.408-1.197-6.604-1.796-2.195-.599-4.407-1.198-6.603-1.796-2.195-.599-4.407-1.198-6.603-1.797-2.195-.598-4.407-1.197-6.603-1.796-2.195-.599-4.408-1.198-6.603-1.796-2.196-.599-4.408-1.198-6.603-1.797-2.196-.598-4.408-1.197-6.603-1.779-2.196-.599-4.408-1.181-6.604-1.78-2.212-.599-4.407-1.181-6.603-1.78-2.195-.598-4.407-1.181-6.603-1.763-2.212-.582-4.407-1.181-6.62-1.763-2.212-.582-4.407-1.181-6.619-1.763-2.213-.582-4.408-1.164-6.62-1.73-2.212-.565-4.408-1.164-6.62-1.729-2.212-.583-4.424-1.148-6.62-1.73-2.212-.566-4.407-1.148-6.619-1.713l-6.637-1.697-6.636-1.696a760.405 760.405 0 0 0-6.653-1.664c-2.212-.549-4.441-1.114-6.653-1.663a947.199 947.199 0 0 0-6.653-1.63 773.837 773.837 0 0 0-6.67-1.613c-2.229-.533-4.441-1.065-6.67-1.597a773.943 773.943 0 0 0-6.669-1.58l-6.687-1.547a933.7 933.7 0 0 0-6.686-1.53 782.84 782.84 0 0 0-6.703-1.514 946.19 946.19 0 0 0-6.703-1.48c-2.229-.499-4.474-.981-6.719-1.464-2.246-.482-4.491-.964-6.72-1.43-2.245-.466-4.491-.948-6.736-1.414a957.821 957.821 0 0 0-6.736-1.38l-6.753-1.348c-2.246-.449-4.508-.881-6.77-1.314-2.262-.432-4.507-.848-6.769-1.28-2.262-.416-4.524-.849-6.786-1.248a474.972 474.972 0 0 0-6.803-1.197c-2.279-.4-4.541-.799-6.819-1.181-2.279-.383-4.541-.765-6.82-1.131l-6.836-1.098a486.514 486.514 0 0 0-6.836-1.048 832.651 832.651 0 0 0-6.869-1.014 952.687 952.687 0 0 0-6.869-.965c-2.295-.316-4.591-.632-6.886-.932-2.295-.299-4.607-.598-6.903-.881-2.312-.283-4.623-.566-6.919-.832-2.312-.266-4.624-.532-6.936-.781a963.46 963.46 0 0 0-6.952-.732 1031.87 1031.87 0 0 0-6.969-.666c-2.329-.216-4.657-.432-6.986-.632a949.965 949.965 0 0 0-7.002-.565 484.715 484.715 0 0 0-7.019-.499c-2.345-.166-4.69-.316-7.036-.449l-7.052-.399a983.085 983.085 0 0 0-7.069-.333c-2.362-.1-4.723-.183-7.085-.25a510.519 510.519 0 0 0-7.102-.199c-2.379-.05-4.741-.1-7.119-.133-2.379-.033-4.757-.05-7.152-.05h-7.152c-2.395 0-4.79.05-7.185.083-2.396.05-4.791.1-7.202.166-2.412.067-4.807.15-7.219.25s-4.823.199-7.252.316c-2.411.116-4.84.266-7.268.399-2.428.15-4.857.316-7.285.482-2.429.183-4.857.366-7.302.566-2.445.2-4.89.432-7.335.665-2.445.233-4.906.483-7.352.749a561.68 561.68 0 0 0-7.384.848c-2.462.299-4.924.615-7.402.931-2.478.333-4.94.682-7.418 1.048-2.478.366-4.957.749-7.451 1.148-2.479.399-4.974.815-7.468 1.247-2.495.433-4.99.865-7.502 1.348-2.511.465-5.006.964-7.518 1.463-2.511.499-5.023 1.031-7.551 1.564-2.511.549-5.04 1.097-7.584 1.68a715.057 715.057 0 0 0-7.601 1.796c-2.545.615-5.09 1.264-7.635 1.913a655.78 655.78 0 0 0-7.651 2.045 485.02 485.02 0 0 0-7.684 2.163c-2.561.748-5.14 1.513-7.718 2.295a468.525 468.525 0 0 0-7.734 2.428c-2.578.832-5.172 1.697-7.767 2.562-2.595.881-5.189 1.78-7.801 2.694a410.332 410.332 0 0 0-7.817 2.844 423.2 423.2 0 0 0-7.851 2.994 526.45 526.45 0 0 0-7.884 3.127 450.505 450.505 0 0 0-7.917 3.294 464.888 464.888 0 0 0-7.95 3.442 558.614 558.614 0 0 0-7.967 3.593 686.77 686.77 0 0 0-8.017 3.759 605.326 605.326 0 0 0-8.034 3.925 463.29 463.29 0 0 0-8.066 4.092 624.151 624.151 0 0 0-8.1 4.258 491.357 491.357 0 0 0-8.134 4.457 592.458 592.458 0 0 0-8.166 4.624 610.351 610.351 0 0 0-8.2 4.824 548.8 548.8 0 0 0-8.233 5.006 677.597 677.597 0 0 0-8.267 5.206 582.518 582.518 0 0 0-8.3 5.406 482.336 482.336 0 0 0-8.332 5.605 705.908 705.908 0 0 0-8.383 5.821 665.603 665.603 0 0 0-8.4 6.038 648.066 648.066 0 0 0-8.449 6.254 668.13 668.13 0 0 0-8.483 6.47 701.608 701.608 0 0 0-8.516 6.703 601.187 601.187 0 0 0-8.549 6.936 786.898 786.898 0 0 0-8.599 7.168 694.363 694.363 0 0 0-8.632 7.418 871.939 871.939 0 0 0-8.666 7.668 751.286 751.286 0 0 0-8.699 7.917 970.694 970.694 0 0 0-8.748 8.183 826.815 826.815 0 0 0-8.782 8.45l-.017.05Z\' fill=\'%23589A43\'/%3E%3Cpath d=\'M1606.86 5.256c-.02 4.724-.03 9.28-.05 13.738-.02 4.458-.03 8.8-.05 13.024-.02 4.224-.03 8.35-.05 12.374-.02 4.025-.03 7.967-.05 11.826 0 3.859-.03 7.651-.05 11.394 0 3.742-.03 7.418-.05 11.06-.02 3.643-.03 7.235-.05 10.811 0 3.576-.03 7.12-.05 10.662 0 3.543-.03 7.069-.05 10.612 0 3.542-.03 7.085-.05 10.661 0 3.576-.03 7.169-.05 10.795-.02 3.625-.03 7.318-.05 11.044 0 3.742-.03 7.518-.05 11.376 0 3.859-.03 7.818-.05 11.843-.01 4.025-.03 8.133-.05 12.358-.01 4.224-.03 8.549-.05 13.006-.01 4.458-.03 9.032-.06 13.739a995.415 995.415 0 0 1-8.77 8.067 738.108 738.108 0 0 1-8.73 7.8c-2.91 2.562-5.81 5.073-8.68 7.552-2.9 2.478-5.78 4.906-8.65 7.301a801.773 801.773 0 0 1-8.62 7.053c-2.86 2.311-5.72 4.59-8.58 6.819a948.598 948.598 0 0 1-8.53 6.586 764.136 764.136 0 0 1-8.5 6.371 857.645 857.645 0 0 1-8.47 6.137 645.201 645.201 0 0 1-8.43 5.921c-2.81 1.946-5.61 3.843-8.38 5.722-2.8 1.879-5.58 3.709-8.35 5.505a709.693 709.693 0 0 1-8.32 5.306 677.9 677.9 0 0 1-8.28 5.106c-2.76 1.664-5.51 3.31-8.25 4.907-2.75 1.597-5.49 3.193-8.22 4.724-2.73 1.547-5.47 3.06-8.18 4.54a824.437 824.437 0 0 1-8.15 4.375c-2.71 1.43-5.43 2.827-8.12 4.191a460.307 460.307 0 0 1-8.1 4.009 479.969 479.969 0 0 1-8.05 3.842 716.49 716.49 0 0 1-8.02 3.676 624.379 624.379 0 0 1-15.96 6.902 527.441 527.441 0 0 1-7.94 3.21 556.312 556.312 0 0 1-7.9 3.061 553.753 553.753 0 0 1-15.7 5.704c-2.61.899-5.21 1.78-7.82 2.645a468.25 468.25 0 0 1-7.78 2.512c-2.6.815-5.17 1.596-7.75 2.361-2.58.766-5.16 1.514-7.72 2.246-2.58.732-5.14 1.43-7.7 2.112-2.56.682-5.12 1.347-7.67 1.996-2.56.649-5.1 1.264-7.65 1.88a680.557 680.557 0 0 1-15.2 3.393c-2.53.532-5.04 1.048-7.57 1.53-2.51.499-5.02.965-7.53 1.43-2.51.449-5.01.898-7.52 1.314-2.5.416-4.99.832-7.49 1.214-2.49.383-4.97.749-7.46 1.115-2.48.349-4.96.682-7.44 1.014-2.48.316-4.94.632-7.42.915-2.46.283-4.92.566-7.38.832a556.8 556.8 0 0 1-7.37.732c-2.45.232-4.91.449-7.35.648-2.45.2-4.88.383-7.32.566-2.45.166-4.87.332-7.3.466-2.43.149-4.86.282-7.29.399-2.41.116-4.84.216-7.25.316s-4.82.166-7.23.233c-2.42.066-4.81.116-7.22.149-2.4.034-4.79.067-7.19.083-2.39 0-4.77.017-7.17 0-2.39 0-4.77-.016-7.15-.049-2.38-.034-4.76-.067-7.13-.117-2.38-.05-4.74-.116-7.12-.199-2.36-.084-4.73-.15-7.09-.25-2.36-.1-4.72-.2-7.07-.316-2.36-.116-4.7-.233-7.05-.383-2.34-.133-4.69-.282-7.03-.449-2.35-.149-4.69-.316-7.02-.482-2.33-.166-4.68-.366-7.01-.549-2.32-.183-4.65-.382-6.98-.599-2.33-.216-4.64-.432-6.97-.665-2.33-.233-4.64-.466-6.95-.699-2.31-.249-4.63-.498-6.94-.748l-6.92-.798c-2.31-.283-4.61-.549-6.9-.849-2.3-.282-4.59-.582-6.89-.898-2.29-.316-4.59-.615-6.88-.931-2.3-.316-4.58-.649-6.87-.982-2.28-.332-4.58-.665-6.85-1.014l-6.84-1.048c-2.28-.366-4.56-.715-6.82-1.098-2.26-.382-4.54-.748-6.82-1.131-2.26-.382-4.54-.765-6.8-1.164-2.26-.399-4.53-.798-6.79-1.198a872.78 872.78 0 0 1-6.767-1.23c-2.262-.416-4.508-.832-6.77-1.264-2.245-.433-4.507-.849-6.752-1.298-2.246-.432-4.491-.881-6.737-1.314l-6.736-1.347a821.407 821.407 0 0 1-6.719-1.38c-2.246-.466-4.475-.932-6.72-1.398-2.229-.465-4.474-.931-6.703-1.413-2.229-.483-4.474-.948-6.703-1.447-2.229-.483-4.458-.965-6.686-1.464-2.229-.499-4.458-.981-6.686-1.48a940.613 940.613 0 0 1-6.67-1.514c-2.229-.499-4.441-1.015-6.67-1.514-2.212-.515-4.441-1.014-6.653-1.53-2.212-.515-4.441-1.048-6.653-1.563-2.212-.516-4.424-1.048-6.653-1.58-2.212-.533-4.424-1.048-6.636-1.58l-6.637-1.597c-2.212-.532-4.424-1.081-6.62-1.613-2.212-.533-4.407-1.082-6.619-1.614-2.212-.549-4.408-1.098-6.62-1.63-2.212-.549-4.408-1.098-6.62-1.646-2.195-.549-4.407-1.098-6.603-1.647-2.195-.549-4.408-1.098-6.603-1.647-2.196-.549-4.408-1.114-6.603-1.663-2.196-.549-4.408-1.114-6.603-1.663-2.196-.549-4.391-1.115-6.604-1.68-2.195-.566-4.391-1.115-6.586-1.68-2.196-.566-4.391-1.114-6.603-1.68-2.196-.565-4.391-1.114-6.587-1.68-2.195-.565-4.391-1.114-6.586-1.68-2.196-.565-4.391-1.114-6.587-1.68-2.195-.565-4.391-1.114-6.586-1.679-2.196-.566-4.391-1.115-6.587-1.68-2.195-.566-4.391-1.115-6.586-1.664-2.196-.549-4.391-1.114-6.587-1.663-2.195-.549-4.391-1.114-6.586-1.663l-6.587-1.647-6.586-1.646c-2.196-.549-4.391-1.098-6.587-1.63-2.195-.549-4.407-1.082-6.603-1.63a749.455 749.455 0 0 0-6.603-1.614c-2.196-.532-4.408-1.081-6.603-1.613-2.196-.532-4.408-1.065-6.603-1.597-2.196-.532-4.408-1.048-6.603-1.58a762.673 762.673 0 0 0-6.62-1.563c-2.212-.516-4.408-1.032-6.62-1.547-2.212-.516-4.408-1.031-6.62-1.53a915.283 915.283 0 0 0-6.62-1.514c-2.212-.499-4.424-1.015-6.636-1.497-2.212-.499-4.424-.981-6.636-1.48a20131.6 20131.6 0 0 0-6.637-1.447c-2.212-.483-4.441-.965-6.653-1.447-2.212-.483-4.441-.948-6.653-1.414-2.212-.466-4.441-.915-6.653-1.381-2.212-.465-4.441-.914-6.67-1.363l-6.686-1.348c-2.229-.449-4.457-.881-6.686-1.314-2.229-.432-4.458-.865-6.687-1.28-2.228-.416-4.474-.849-6.702-1.248-2.246-.416-4.475-.815-6.72-1.231-2.245-.399-4.474-.798-6.72-1.181-2.245-.399-4.49-.781-6.736-1.164-2.245-.382-4.491-.748-6.736-1.114a920.105 920.105 0 0 0-6.753-1.081 432.02 432.02 0 0 0-6.769-1.048 987.23 987.23 0 0 0-6.77-1.015c-2.262-.332-4.524-.665-6.786-.981a865.477 865.477 0 0 0-6.803-.932c-2.262-.299-4.54-.598-6.819-.898-2.279-.282-4.541-.565-6.819-.848-2.279-.283-4.558-.549-6.836-.815a445.789 445.789 0 0 0-6.853-.748c-2.279-.25-4.574-.483-6.869-.716a486.73 486.73 0 0 0-6.886-.648 868.062 868.062 0 0 0-6.903-.616 500.948 500.948 0 0 0-6.902-.549 946.492 946.492 0 0 0-6.919-.515c-2.312-.167-4.624-.3-6.936-.449-2.312-.15-4.641-.266-6.953-.383-2.311-.116-4.64-.233-6.969-.332-2.328-.1-4.657-.2-6.985-.283-2.329-.083-4.657-.15-7.003-.216-2.345-.067-4.673-.1-7.019-.15-2.345-.033-4.69-.067-7.035-.083-2.345 0-4.707-.017-7.052 0-2.346.016-4.724.016-7.069.05-2.362.033-4.724.066-7.102.116-2.362.05-4.741.116-7.102.183-2.379.083-4.757.166-7.136.266-2.378.1-4.773.216-7.152.349-2.395.133-4.773.267-7.169.416-2.395.15-4.79.333-7.185.499-2.395.183-4.807.383-7.218.582-2.412.217-4.824.433-7.236.666a569.868 569.868 0 0 0-14.536 1.596c-2.429.3-4.857.599-7.302.932-2.428.332-4.873.665-7.318 1.031-2.445.366-4.89.732-7.352 1.131-2.445.383-4.907.798-7.368 1.214-2.462.416-4.924.865-7.385 1.331-2.462.466-4.94.931-7.418 1.43a590.54 590.54 0 0 0-7.435 1.53 631.877 631.877 0 0 0-14.953 3.393 621.73 621.73 0 0 0-7.501 1.863 633.917 633.917 0 0 0-7.535 1.98c-2.511.682-5.039 1.38-7.567 2.095-2.529.716-5.057 1.464-7.585 2.212a798.16 798.16 0 0 0-7.618 2.346c-2.544.798-5.089 1.63-7.651 2.478a816.253 816.253 0 0 0-7.667 2.595 866.346 866.346 0 0 0-7.701 2.744c-2.578.931-5.14 1.896-7.718 2.877-2.578.982-5.156 1.98-7.75 3.011a507.911 507.911 0 0 0-7.785 3.16 609.447 609.447 0 0 0-7.817 3.31 539.291 539.291 0 0 0-7.834 3.46 635.951 635.951 0 0 0-15.768 7.368 498.849 498.849 0 0 0-7.933 3.942 511.286 511.286 0 0 0-7.967 4.091 612.083 612.083 0 0 0-7.984 4.258 484.962 484.962 0 0 0-8.017 4.441 674.283 674.283 0 0 0-8.05 4.607 518.352 518.352 0 0 0-8.083 4.791 881.241 881.241 0 0 0-8.117 4.973 643.06 643.06 0 0 0-8.15 5.173 566.044 566.044 0 0 0-8.183 5.339 697.946 697.946 0 0 0-8.217 5.555 742.936 742.936 0 0 0-8.25 5.755 647.24 647.24 0 0 0-8.283 5.954 1183.625 1183.625 0 0 0-8.316 6.171 872.481 872.481 0 0 0-8.366 6.387 582.702 582.702 0 0 0-8.383 6.603 609.233 609.233 0 0 0-8.433 6.836c-2.81 2.312-5.638 4.674-8.466 7.052a664.787 664.787 0 0 0-8.499 7.302 872.95 872.95 0 0 0-8.532 7.534 719.989 719.989 0 0 0-8.583 7.784c-2.86 2.645-5.738 5.323-8.616 8.034a1322.613 1322.613 0 0 0-8.649 8.283 837.774 837.774 0 0 0-8.682 8.549 1102.72 1102.72 0 0 0-8.732 8.832 926.403 926.403 0 0 0-8.765 9.098c2.91-3.06 5.804-6.054 8.682-9.031a1087.59 1087.59 0 0 1 8.649-8.766c2.877-2.877 5.755-5.721 8.616-8.516a791.595 791.595 0 0 1 8.582-8.266 755.443 755.443 0 0 1 8.533-8.017 726.58 726.58 0 0 1 8.515-7.801 843.994 843.994 0 0 1 8.466-7.551 836.14 836.14 0 0 1 8.433-7.335 766.752 766.752 0 0 1 8.4-7.102 973.353 973.353 0 0 1 8.366-6.902 739.218 739.218 0 0 1 8.333-6.687 833.372 833.372 0 0 1 8.283-6.47 826.605 826.605 0 0 1 8.25-6.27 791.343 791.343 0 0 1 16.4-11.959 711.704 711.704 0 0 1 8.15-5.688 695.156 695.156 0 0 1 8.116-5.506 749.304 749.304 0 0 1 16.15-10.462 699.973 699.973 0 0 1 16.034-9.78 655.793 655.793 0 0 1 15.901-9.114 747.453 747.453 0 0 1 7.9-4.325 727.847 727.847 0 0 1 7.867-4.158 703.914 703.914 0 0 1 7.851-4.009 576.473 576.473 0 0 1 7.817-3.858c2.595-1.264 5.19-2.495 7.784-3.726a634.51 634.51 0 0 1 7.751-3.576c2.578-1.164 5.156-2.312 7.718-3.443a505.506 505.506 0 0 1 7.701-3.31 586.543 586.543 0 0 1 7.667-3.177c2.562-1.031 5.106-2.045 7.635-3.043a720.636 720.636 0 0 1 7.617-2.928c2.529-.948 5.057-1.896 7.585-2.811a452.498 452.498 0 0 1 7.568-2.677 500.36 500.36 0 0 1 7.534-2.562c2.512-.832 5.007-1.663 7.502-2.462 2.494-.798 4.989-1.58 7.484-2.345a720.4 720.4 0 0 1 7.452-2.228 609.818 609.818 0 0 1 7.434-2.129c2.479-.699 4.94-1.364 7.419-2.03 2.461-.665 4.923-1.297 7.384-1.929 2.462-.632 4.907-1.214 7.369-1.813 2.445-.599 4.89-1.181 7.335-1.746a637.12 637.12 0 0 1 7.318-1.647 572.745 572.745 0 0 1 7.285-1.547c2.428-.499 4.857-.981 7.268-1.464 2.412-.465 4.841-.931 7.236-1.363 2.411-.45 4.823-.882 7.218-1.298 2.412-.416 4.807-.815 7.202-1.197 2.395-.383 4.79-.765 7.185-1.131 2.395-.366 4.774-.716 7.152-1.048 2.379-.333 4.757-.665 7.136-.982 2.378-.316 4.757-.615 7.119-.898 2.361-.282 4.74-.565 7.102-.831 2.361-.266 4.723-.516 7.085-.749 2.362-.249 4.707-.482 7.069-.698 2.345-.217 4.69-.433 7.036-.632 2.345-.2 4.69-.383 7.019-.566 2.345-.183 4.673-.349 7.002-.499 2.328-.15 4.657-.299 6.986-.432 2.328-.133 4.64-.266 6.969-.383 2.312-.116 4.64-.216 6.952-.316a940.053 940.053 0 0 1 20.774-.649c2.295-.049 4.591-.083 6.886-.099 2.295-.034 4.574-.034 6.869-.05 2.296 0 4.591-.017 6.87-.017 2.278 0 4.557 0 6.836.033a917.166 917.166 0 0 1 13.655.217l6.786.149c2.262.067 4.541.117 6.803.2 2.262.083 4.507.15 6.769.249 2.262.084 4.508.183 6.77.283 2.245.1 4.507.216 6.753.316l6.736.349c2.245.117 4.491.25 6.736.383s4.474.283 6.719.416l6.703.449c2.229.15 4.475.316 6.687.482l6.686.499c2.229.183 4.441.35 6.67.532 2.229.183 4.441.366 6.669.566l6.653.599c2.213.199 4.441.399 6.653.615 2.213.2 4.425.416 6.637.632 2.212.216 4.424.433 6.636.666 2.212.216 4.408.449 6.62.681l6.62.699c2.212.233 4.407.482 6.603.715 2.195.25 4.408.483 6.603.732l6.587.749c2.195.249 4.391.515 6.586.765 2.196.266 4.391.515 6.587.781 2.195.266 4.391.533 6.569.799 2.196.266 4.375.549 6.57.815 2.196.266 4.391.549 6.57.815 2.196.266 4.375.549 6.554.831 2.195.283 4.374.549 6.569.832 2.179.283 4.375.565 6.554.848 2.178.283 4.357.566 6.553.865l6.536.848c2.179.283 4.358.583 6.537.865 2.179.283 4.358.582 6.537.865 2.179.283 4.357.582 6.536.865 2.179.283 4.358.582 6.537.865 2.179.299 4.358.582 6.537.882 2.178.299 4.357.582 6.536.881 2.179.299 4.358.582 6.537.865 2.179.283 4.357.582 6.536.865 2.179.283 4.358.582 6.537.865 2.179.282 4.358.582 6.537.865 2.178.282 4.357.582 6.536.865l6.537.848 6.536.848c2.179.283 4.358.566 6.537.832 2.179.282 4.358.565 6.537.831 2.178.283 4.357.549 6.536.815 2.179.266 4.358.549 6.537.815 2.179.266 4.358.533 6.553.799 2.179.266 4.358.532 6.553.781 2.179.267 4.358.516 6.554.765 2.178.25 4.374.499 6.553.749 2.179.249 4.374.499 6.57.748 2.195.25 4.374.499 6.57.732l6.57.699c2.195.233 4.39.466 6.569.682a863.8 863.8 0 0 0 6.587.665l6.586.649c2.196.216 4.391.416 6.587.632l6.603.599c2.195.199 4.408.399 6.603.582l6.62.549c2.212.183 4.408.365 6.62.532 2.212.166 4.424.349 6.636.499 2.212.166 4.424.316 6.636.465l6.653.45c2.213.133 4.441.282 6.654.415 2.212.133 4.44.25 6.669.366l6.67.35c2.229.116 4.458.216 6.686.316 2.229.099 4.458.183 6.703.266l6.703.249 6.721.2c2.24.066 4.49.116 6.73.149a900.335 900.335 0 0 0 13.49.183c2.25 0 4.51.034 6.77.034 2.27 0 4.51 0 6.77-.017 2.26 0 4.53-.033 6.79-.066 2.26-.034 4.52-.067 6.8-.117l6.82-.15a918.74 918.74 0 0 0 13.69-.482c2.28-.1 4.57-.2 6.85-.316 2.3-.116 4.58-.233 6.87-.366 2.3-.133 4.59-.283 6.89-.432 2.29-.15 4.6-.316 6.9-.483 2.31-.166 4.61-.366 6.92-.549 2.31-.199 4.62-.399 6.93-.615 2.32-.216 4.65-.449 6.96-.682 2.33-.233 4.64-.482 6.97-.748s4.65-.533 6.98-.815c2.33-.283 4.68-.582 7-.882 2.35-.299 4.68-.615 7.02-.948 2.35-.333 4.69-.665 7.06-1.015 2.34-.349 4.7-.715 7.06-1.097 2.37-.383 4.73-.765 7.09-1.181 2.36-.399 4.72-.815 7.1-1.248 2.38-.432 4.74-.864 7.12-1.33 2.38-.449 4.76-.932 7.14-1.414 2.37-.482 4.77-.981 7.15-1.497 2.38-.515 4.79-1.048 7.18-1.58 2.4-.549 4.81-1.098 7.21-1.68 2.41-.582 4.8-1.164 7.21-1.763 2.42-.599 4.83-1.231 7.26-1.863 2.42-.632 4.84-1.28 7.26-1.946 2.43-.665 4.86-1.347 7.29-2.046 2.43-.698 4.87-1.413 7.32-2.145 2.44-.732 4.89-1.497 7.33-2.262 2.45-.765 4.91-1.547 7.37-2.362 2.46-.798 4.92-1.63 7.39-2.478 2.46-.849 4.94-1.697 7.4-2.578a614.29 614.29 0 0 0 14.88-5.506c2.5-.948 4.99-1.929 7.49-2.927 2.49-.998 5-2.013 7.5-3.044 2.51-1.031 5.02-2.096 7.53-3.177 2.52-1.081 5.04-2.179 7.57-3.293 2.53-1.114 5.06-2.262 7.59-3.426 2.52-1.165 5.07-2.362 7.61-3.56 2.55-1.214 5.09-2.445 7.66-3.709 2.54-1.264 5.1-2.528 7.66-3.825a464.44 464.44 0 0 0 7.7-3.992c2.56-1.347 5.14-2.728 7.72-4.125 2.58-1.397 5.17-2.827 7.75-4.275a615.305 615.305 0 0 0 15.6-9.014c2.61-1.547 5.23-3.127 7.84-4.741 2.61-1.613 5.24-3.243 7.86-4.906 2.63-1.664 5.28-3.36 7.9-5.073 2.65-1.713 5.29-3.476 7.94-5.256 2.64-1.78 5.3-3.576 7.97-5.422 2.66-1.83 5.32-3.709 8-5.606 2.67-1.896 5.33-3.825 8.03-5.788a831.3 831.3 0 0 0 8.05-5.954c2.69-2.013 5.39-4.075 8.1-6.154a876.25 876.25 0 0 0 8.12-6.354c2.71-2.145 5.42-4.324 8.15-6.553 2.72-2.229 5.45-4.474 8.18-6.753 2.73-2.279 5.47-4.607 8.22-6.969 2.74-2.362 5.5-4.74 8.26-7.169 2.76-2.428 5.52-4.89 8.3-7.385 2.78-2.494 5.54-5.04 8.32-7.617 2.78-2.578 5.57-5.19 8.36-7.834 2.8-2.645 5.59-5.34 8.4-8.067 2.82-2.728 5.63-5.489 8.44-8.3 2.81-2.81 5.64-5.655 8.46-8.549 2.83-2.894 5.66-5.821 8.5-8.798 2.85-2.978 5.69-5.988 8.53-9.049 2.87-3.06 5.71-6.154 8.59-9.297 2.86-3.144 5.74-6.337 8.61-9.58 2.88-3.227 5.76-6.52 8.65-9.847 2.9-3.327 5.79-6.686 8.7-10.113l.05.15Z\' fill=\'%23589A43\'/%3E%3Cpath d=\'m-39.409 472.599.033-.034c2.911-3.06 5.822-6.071 8.716-9.048a872.614 872.614 0 0 1 8.715-8.798 818.287 818.287 0 0 1 8.666-8.533 793.898 793.898 0 0 1 8.632-8.266 919.599 919.599 0 0 1 17.148-15.785A832.35 832.35 0 0 1 29.5 407.332c2.812-2.395 5.64-4.74 8.45-7.035a723.84 723.84 0 0 1 8.4-6.82 688.493 688.493 0 0 1 8.366-6.586 688.95 688.95 0 0 1 8.333-6.37 810.166 810.166 0 0 1 8.3-6.155 644.086 644.086 0 0 1 8.266-5.937 620.09 620.09 0 0 1 8.233-5.739 718.792 718.792 0 0 1 8.2-5.538 564.242 564.242 0 0 1 8.167-5.339 717.615 717.615 0 0 1 8.133-5.156 478.87 478.87 0 0 1 8.1-4.957 686.283 686.283 0 0 1 8.067-4.774 497.912 497.912 0 0 1 8.033-4.59 773.652 773.652 0 0 1 8.001-4.424 608.292 608.292 0 0 1 15.9-8.317 714.309 714.309 0 0 1 7.901-3.925 475.501 475.501 0 0 1 7.867-3.742 457.93 457.93 0 0 1 7.851-3.593 805.29 805.29 0 0 1 7.817-3.443c2.595-1.114 5.189-2.229 7.784-3.293 2.595-1.065 5.173-2.129 7.767-3.144a415.179 415.179 0 0 1 7.718-2.994 544.654 544.654 0 0 1 7.701-2.86 521.25 521.25 0 0 1 7.667-2.728 813.879 813.879 0 0 1 7.652-2.595 500.68 500.68 0 0 1 7.617-2.461 646.89 646.89 0 0 1 7.585-2.346 429.29 429.29 0 0 1 7.568-2.212 622.264 622.264 0 0 1 7.534-2.095 415.994 415.994 0 0 1 7.518-1.963 619.31 619.31 0 0 1 7.485-1.863 592.219 592.219 0 0 1 7.468-1.746 387.572 387.572 0 0 1 7.434-1.63c2.479-.516 4.957-1.032 7.419-1.531 2.461-.482 4.923-.964 7.385-1.43 2.461-.449 4.906-.898 7.368-1.314 2.445-.416 4.89-.832 7.335-1.214 2.445-.383 4.89-.765 7.318-1.131 2.428-.349 4.873-.699 7.302-1.031 2.428-.333 4.857-.632 7.268-.932a542.166 542.166 0 0 1 14.487-1.597 1213.5 1213.5 0 0 1 7.202-.665c2.395-.216 4.807-.399 7.185-.582a522.92 522.92 0 0 1 7.169-.499c2.378-.15 4.774-.283 7.152-.416 2.379-.133 4.757-.249 7.135-.349 2.379-.1 4.741-.2 7.119-.266a507.7 507.7 0 0 1 7.086-.183c2.362-.05 4.723-.083 7.069-.117a504.07 504.07 0 0 1 7.052-.049h7.052c2.345.016 4.674.049 7.019.083a490.2 490.2 0 0 1 7.002.149c2.329.067 4.657.133 6.986.217 2.328.083 4.657.183 6.969.282 2.329.1 4.641.2 6.952.333 2.312.116 4.624.25 6.936.383 2.312.133 4.624.282 6.919.449 2.312.166 4.608.332 6.903.515l6.886.549c2.295.2 4.59.399 6.886.616l6.869.648c2.279.233 4.574.466 6.853.715l6.836.749c2.278.266 4.557.532 6.819.798 2.279.283 4.541.549 6.803.849 2.278.282 4.54.582 6.802.898 2.262.299 4.524.615 6.786.931 2.263.316 4.525.649 6.77.981 2.262.333 4.507.666 6.753 1.015 2.262.349 4.507.699 6.753 1.048l.549.083c2.062.333 4.141.649 6.204.998 2.245.366 4.49.748 6.736 1.114 2.245.383 4.49.765 6.719 1.165 2.246.382 4.474.781 6.72 1.181 2.229.399 4.474.815 6.703 1.214 2.229.416 4.457.831 6.703 1.247 2.228.416 4.457.848 6.686 1.281 2.229.432 4.457.865 6.686 1.314 2.229.449 4.458.881 6.67 1.33 2.229.45 4.441.915 6.653 1.364l1.447.3c1.73.366 3.476.715 5.206 1.081 1.813.382 3.643.765 5.456 1.164l1.197.25c2.212.482 4.441.948 6.653 1.43l1.115.25c1.846.399 3.675.798 5.522 1.214 2.212.482 4.424.981 6.636 1.48l6.636 1.497c2.296.516 4.458 1.015 6.62 1.514l6.62 1.53c2.195.515 4.408 1.031 6.603 1.547l19.809 4.74c2.196.532 4.408 1.064 6.604 1.597l179.449 44.758c1.829.432 3.642.865 5.472 1.281l6.653 1.53c2.229.515 4.441 1.014 6.67 1.513l6.669 1.514 6.686 1.497c2.229.499 4.458.981 6.687 1.464l5.538 1.197 1.165.25c1.613.349 3.21.681 4.823 1.014l1.896.399c2.229.466 4.474.948 6.72 1.397 2.245.466 4.491.915 6.736 1.381l6.736 1.347c2.246.449 4.508.882 6.753 1.314l6.77 1.298c2.262.432 4.524.848 6.786 1.264 2.261.415 4.521.831 6.781 1.23 2.27.4 4.53.799 6.81 1.198 2.26.399 4.54.782 6.8 1.164l.53.083 6.29 1.048 6.84 1.098c2.27.349 4.55.715 6.85 1.048 2.28.349 4.57.682 6.85 1.014 2.3.333 4.59.666 6.87.982 2.3.316 4.59.632 6.89.931 2.29.3 4.6.599 6.9.898l6.92.849c2.31.282 4.62.548 6.93.798 2.32.266 4.64.516 6.96.748 2.32.25 4.64.483 6.96.699 2.33.233 4.66.449 6.99.665 2.33.217 4.66.416 7 .599 2.35.2 4.68.383 7.02.549 2.35.183 4.69.333 7.04.482 2.34.15 4.69.3 7.05.449 2.36.133 4.71.267 7.07.383 2.36.116 4.72.216 7.08.316 2.37.1 4.74.183 7.11.249 2.37.084 4.75.15 7.13.2 2.38.05 4.76.1 7.15.116 2.4.034 4.78.05 7.17.05h7.19c2.39-.016 4.8-.049 7.2-.083 2.41-.033 4.82-.083 7.23-.149 2.42-.067 4.83-.15 7.26-.233 2.42-.1 4.84-.2 7.26-.316 2.43-.117 4.86-.25 7.31-.4 2.43-.149 4.87-.299 7.31-.465 2.45-.167 4.89-.366 7.34-.566 2.46-.199 4.91-.416 7.37-.648 2.46-.233 4.92-.466 7.38-.732 2.46-.266 4.94-.549 7.42-.832 2.48-.283 4.96-.599 7.44-.915 2.47-.316 4.95-.665 7.45-1.014 2.49-.35 4.99-.715 7.48-1.115 2.5-.382 5.01-.798 7.52-1.214 2.51-.416 5.02-.865 7.53-1.33 2.52-.466 5.04-.932 7.57-1.431 2.53-.499 5.06-1.014 7.59-1.53 2.53-.532 5.07-1.081 7.61-1.647 2.55-.565 5.09-1.147 7.64-1.763 2.54-.598 5.11-1.231 7.67-1.879 2.56-.649 5.12-1.314 7.7-1.996 2.56-.682 5.14-1.397 7.71-2.129 2.58-.732 5.16-1.48 7.76-2.246a461.38 461.38 0 0 0 7.78-2.378c2.59-.815 5.21-1.663 7.82-2.528 2.61-.865 5.22-1.747 7.83-2.645 2.61-.914 5.24-1.846 7.87-2.794s5.27-1.929 7.9-2.927c2.63-.998 5.27-2.029 7.93-3.077 2.65-1.048 5.31-2.129 7.95-3.227 2.66-1.098 5.33-2.229 7.99-3.376 2.66-1.148 5.34-2.329 8.01-3.543a468.43 468.43 0 0 0 8.05-3.693c2.7-1.264 5.39-2.544 8.09-3.858a780.68 780.68 0 0 0 8.11-4.025c2.71-1.381 5.43-2.778 8.15-4.209 2.73-1.43 5.44-2.894 8.19-4.391 2.72-1.497 5.47-3.01 8.21-4.557a577.6 577.6 0 0 0 8.25-4.74c2.75-1.614 5.51-3.26 8.29-4.923a990.66 990.66 0 0 0 8.31-5.123 650.101 650.101 0 0 0 16.73-10.845c2.8-1.879 5.61-3.792 8.42-5.738 2.81-1.946 5.62-3.925 8.45-5.938 2.83-2.012 5.66-4.075 8.48-6.154a926.05 926.05 0 0 0 8.52-6.387c2.84-2.162 5.69-4.358 8.56-6.603s5.73-4.524 8.6-6.836c2.88-2.312 5.76-4.674 8.64-7.069 2.87-2.395 5.77-4.84 8.66-7.318 2.9-2.478 5.81-5.007 8.7-7.568 2.91-2.561 5.82-5.173 8.75-7.817 2.93-2.645 5.85-5.339 8.78-8.084l.62-.565L1608.78 0l-3.41 4.008c-2.89 3.41-5.79 6.77-8.68 10.096-2.88 3.327-5.77 6.587-8.63 9.83-2.88 3.227-5.74 6.42-8.6 9.564a880.31 880.31 0 0 1-8.57 9.281c-2.84 3.06-5.69 6.07-8.51 9.031-2.85 2.961-5.68 5.889-8.49 8.783a822.046 822.046 0 0 1-8.45 8.532 813.82 813.82 0 0 1-8.41 8.283c-2.8 2.728-5.59 5.406-8.38 8.05-2.8 2.645-5.58 5.256-8.35 7.818a886.527 886.527 0 0 1-8.3 7.601 660.947 660.947 0 0 1-8.29 7.368 632.54 632.54 0 0 1-8.23 7.152 863.007 863.007 0 0 1-8.2 6.952 838.864 838.864 0 0 1-8.17 6.737 694.634 694.634 0 0 1-8.13 6.536 756.436 756.436 0 0 1-16.17 12.475 735.064 735.064 0 0 1-8.03 5.954c-2.68 1.946-5.34 3.875-8 5.772a642.98 642.98 0 0 1-7.97 5.588c-2.66 1.83-5.3 3.626-7.95 5.406a545.302 545.302 0 0 1-7.91 5.239 695.328 695.328 0 0 1-7.89 5.056 604.788 604.788 0 0 1-7.85 4.89 739.45 739.45 0 0 1-7.82 4.724c-2.61 1.547-5.2 3.077-7.78 4.574-2.6 1.497-5.17 2.977-7.77 4.424a594.447 594.447 0 0 1-7.73 4.275 731.649 731.649 0 0 1-15.37 8.083c-2.56 1.298-5.11 2.562-7.65 3.826-2.55 1.247-5.09 2.478-7.62 3.692a652.07 652.07 0 0 1-7.58 3.56 632.347 632.347 0 0 1-15.11 6.719c-2.51 1.081-5 2.129-7.51 3.16a691.75 691.75 0 0 1-7.49 3.044c-2.49.998-4.97 1.963-7.47 2.911-2.48.948-4.95 1.896-7.43 2.811-2.48.914-4.94 1.813-7.42 2.694-2.46.882-4.92 1.73-7.38 2.562-2.47.831-4.91 1.663-7.37 2.461a660.863 660.863 0 0 1-14.66 4.591c-2.42.732-4.87 1.447-7.3 2.145a621.03 621.03 0 0 1-14.52 3.992c-2.41.632-4.82 1.248-7.22 1.863-2.41.599-4.8 1.181-7.2 1.763-2.39.566-4.79 1.131-7.18 1.663-2.4.549-4.78 1.065-7.17 1.58-2.38.516-4.76 1.015-7.14 1.497-2.38.483-4.75.948-7.12 1.414-2.36.449-4.74.898-7.1 1.314-2.36.416-4.72.848-7.08 1.248-2.37.399-4.71.798-7.07 1.164-2.35.382-4.69.748-7.04 1.098-2.34.349-4.69.698-7.02 1.014-2.33.333-4.67.649-7 .948-2.33.3-4.66.599-6.99.882-2.32.283-4.65.549-6.96.798-2.33.266-4.65.516-6.96.749-2.31.233-4.62.465-6.93.682-2.31.216-4.63.415-6.92.615-2.3.2-4.61.383-6.9.549-2.3.166-4.6.333-6.89.482-2.3.15-4.59.3-6.87.433-2.3.133-4.57.249-6.85.366a929.981 929.981 0 0 1-13.69.582c-2.28.083-4.54.149-6.82.216-2.28.067-4.54.1-6.8.15a913.58 913.58 0 0 1-13.58.183c-1.96 0-3.92.016-5.87.016h-.89c-2.25 0-4.51 0-6.76-.033-2.24 0-4.49-.05-6.73-.067-2.25-.033-4.49-.066-6.72-.116l-6.72-.15-6.706-.199c-2.212-.067-4.408-.15-6.62-.233h-.415c-2.113-.1-4.225-.183-6.354-.266-2.229-.1-4.458-.2-6.67-.316-2.229-.1-4.441-.233-6.67-.35l-1.513-.083c-1.713-.099-3.426-.183-5.14-.282-2.212-.134-4.44-.267-6.653-.416-2.212-.133-4.424-.3-6.636-.449l-1.83-.133c-1.596-.117-3.193-.217-4.806-.333l-6.62-.499c-2.212-.166-4.408-.349-6.62-.532l-6.603-.549a913.9 913.9 0 0 1-6.603-.582l-.849-.083c-1.912-.167-3.825-.35-5.738-.516-2.195-.2-4.391-.416-6.586-.632l-6.587-.649c-2.195-.216-4.391-.449-6.57-.665-2.195-.233-4.374-.449-6.569-.682l-1.381-.15-5.189-.549c-1.847-.199-3.709-.415-5.556-.615l-53.357-6.437-150.575-19.51c-2.195-.266-4.408-.515-6.603-.765l-6.587-.748-6.603-.732c-2.212-.25-4.407-.483-6.62-.715l-6.619-.699c-2.212-.233-4.424-.449-6.62-.682-2.212-.216-4.424-.449-6.636-.665a766.343 766.343 0 0 0-6.654-.632l-6.503-.599-2.362-.216-4.441-.4c-1.846-.166-3.709-.316-5.555-.465l-1.114-.1c-2.229-.183-4.441-.366-6.686-.532-2.229-.167-4.458-.35-6.687-.499a828.18 828.18 0 0 0-6.703-.483c-2.228-.149-4.474-.316-6.719-.449-2.246-.149-4.491-.282-6.72-.415a844.335 844.335 0 0 0-6.736-.383l-6.753-.349a440.404 440.404 0 0 0-6.769-.316c-2.262-.1-4.508-.2-6.77-.283l-6.786-.25c-2.262-.083-4.541-.133-6.803-.199-2.262-.067-4.54-.117-6.802-.15h-.882c-1.979-.066-3.959-.1-5.938-.133a973.04 973.04 0 0 0-13.688-.116h-1.115c-1.913 0-3.842 0-5.771.016-2.296 0-4.591.017-6.886.05l-6.903.1c-2.312.05-4.607.1-6.919.166-2.312.067-4.624.133-6.936.217-2.312.083-4.64.166-6.952.266-2.428.099-4.691.199-6.969.316-2.329.116-4.657.249-6.986.382-2.328.133-4.674.283-7.002.433-2.345.149-4.674.332-7.019.499-2.345.183-4.691.366-7.036.565-2.345.2-4.707.399-7.069.632-2.361.216-4.723.449-7.085.699-2.362.249-4.724.499-7.102.765-2.362.266-4.74.549-7.119.832-2.378.282-4.757.582-7.135.898-2.379.316-4.774.632-7.152.981-2.395.333-4.791.699-7.186 1.064-2.395.366-4.79.749-7.202 1.131-2.411.383-4.823.782-7.218 1.215-2.412.415-4.824.848-7.252 1.297-2.412.449-4.84.898-7.268 1.381-2.429.465-4.857.964-7.285 1.463a571.579 571.579 0 0 0-7.302 1.547c-2.445.532-4.89 1.081-7.335 1.647a575.384 575.384 0 0 0-7.352 1.746c-2.461.599-4.923 1.198-7.385 1.813-2.461.632-4.923 1.281-7.401 1.929-2.478.666-4.957 1.348-7.435 2.03-2.478.698-4.973 1.397-7.451 2.129-2.495.731-4.99 1.48-7.485 2.245-2.495.765-4.99 1.547-7.501 2.345-2.512.798-5.023 1.63-7.535 2.462a501.675 501.675 0 0 0-7.568 2.578 458.275 458.275 0 0 0-7.584 2.694 876.528 876.528 0 0 0-7.618 2.811c-2.545.965-5.089 1.93-7.634 2.928a553.262 553.262 0 0 0-7.668 3.06c-2.561 1.048-5.123 2.096-7.701 3.193-2.561 1.082-5.139 2.196-7.717 3.31a620.137 620.137 0 0 0-7.751 3.46 817.588 817.588 0 0 0-7.784 3.592 563.45 563.45 0 0 0-7.801 3.726 573.912 573.912 0 0 0-7.834 3.876 707.931 707.931 0 0 0-7.867 4.025 742.28 742.28 0 0 0-7.9 4.174 618.353 618.353 0 0 0-7.918 4.325 573.024 573.024 0 0 0-7.967 4.491 659.257 659.257 0 0 0-7.983 4.657 853.145 853.145 0 0 0-8.017 4.807 616.299 616.299 0 0 0-8.05 4.99c-2.678 1.696-5.389 3.409-8.084 5.156a674.609 674.609 0 0 0-8.116 5.339 697.394 697.394 0 0 0-8.15 5.522c-2.728 1.863-5.44 3.775-8.184 5.705a795.42 795.42 0 0 0-16.466 11.992 1084.527 1084.527 0 0 0-8.283 6.287 871.303 871.303 0 0 0-8.316 6.487 694.195 694.195 0 0 0-8.35 6.703 972.83 972.83 0 0 0-8.383 6.902 1024.512 1024.512 0 0 0-8.416 7.135 809.528 809.528 0 0 0-8.45 7.352 861.622 861.622 0 0 0-8.482 7.568 1152.575 1152.575 0 0 0-8.532 7.817 953.86 953.86 0 0 0-8.55 8.034c-2.86 2.711-5.721 5.489-8.598 8.283a831.826 831.826 0 0 0-8.633 8.532 1468.942 1468.942 0 0 0-8.665 8.782 924.006 924.006 0 0 0-8.7 9.048l2.779 2.645.016-.116ZM1604.09 204.764a664.577 664.577 0 0 1-8.13 7.468 922.076 922.076 0 0 1-8.7 7.784c-2.89 2.545-5.79 5.056-8.67 7.535a615.2 615.2 0 0 1-8.63 7.285c-2.88 2.395-5.74 4.723-8.58 7.035a758.034 758.034 0 0 1-8.55 6.803 647.174 647.174 0 0 1-8.52 6.57 522.609 522.609 0 0 1-8.48 6.354 828.366 828.366 0 0 1-8.43 6.12 623.108 623.108 0 0 1-8.4 5.905c-2.8 1.929-5.59 3.842-8.37 5.705a601.93 601.93 0 0 1-8.33 5.489 718.911 718.911 0 0 1-8.3 5.289 844.39 844.39 0 0 1-8.27 5.106 538.398 538.398 0 0 1-8.23 4.89 512.829 512.829 0 0 1-8.2 4.707 540.678 540.678 0 0 1-8.17 4.524c-2.71 1.48-5.42 2.927-8.11 4.358-2.7 1.414-5.41 2.811-8.1 4.175-2.7 1.363-5.39 2.694-8.07 4.008-2.68 1.314-5.36 2.578-8.03 3.842a696.76 696.76 0 0 1-8 3.676 689.505 689.505 0 0 1-7.97 3.526 586.782 586.782 0 0 1-7.93 3.36 691.94 691.94 0 0 1-7.9 3.21 603.932 603.932 0 0 1-7.87 3.06c-2.63.998-5.24 1.963-7.85 2.911a738.25 738.25 0 0 1-7.82 2.778c-2.59.898-5.19 1.779-7.78 2.628-2.6.848-5.18 1.696-7.75 2.494-2.58.815-5.16 1.597-7.74 2.362-2.56.765-5.14 1.514-7.7 2.229-2.56.732-5.12 1.43-7.67 2.112-2.56.682-5.1 1.348-7.65 1.996-2.54.649-5.09 1.264-7.62 1.863-2.54.599-5.07 1.181-7.58 1.747a417.26 417.26 0 0 1-7.57 1.63c-2.51.532-5.02 1.031-7.53 1.53-2.51.482-5.01.965-7.52 1.414-2.5.449-4.99.898-7.49 1.314-2.49.415-4.97.815-7.46 1.214-2.48.382-4.96.748-7.44 1.098-2.48.349-4.94.681-7.42 1.014-2.46.316-4.92.632-7.38.915-2.46.283-4.91.565-7.37.831-2.44.267-4.91.499-7.33.732-2.45.233-4.89.449-7.32.649-2.43.2-4.88.383-7.3.566-2.43.166-4.86.316-7.27.465-2.43.15-4.84.283-7.25.399-2.42.117-4.83.217-7.24.316-2.41.1-4.81.167-7.22.233-2.39.067-4.79.117-7.18.15-2.4.033-4.79.066-7.17.083H1172.39c-2.38 0-4.75-.033-7.13-.05-2.38-.033-4.74-.066-7.12-.116-2.36-.05-4.74-.117-7.1-.2-2.37-.083-4.73-.149-7.07-.249-2.36-.1-4.71-.2-7.06-.316-2.34-.117-4.69-.233-7.03-.383-2.35-.133-4.67-.283-7.02-.432-2.34-.15-4.67-.316-7-.483-2.33-.166-4.66-.366-6.99-.548-2.33-.183-4.65-.383-6.97-.599-2.33-.216-4.64-.433-6.95-.649-2.31-.233-4.64-.466-6.93-.699-2.32-.249-4.63-.498-6.92-.748l-6.91-.798c-2.29-.283-4.59-.549-6.9-.849-2.29-.282-4.59-.582-6.89-.898-2.29-.299-4.57-.615-6.86-.931-2.28-.316-4.58-.649-6.86-.982-2.28-.332-4.55-.665-6.83-1.014l-6.84-1.048c-2.28-.349-4.54-.715-6.82-1.081-2.09-.333-4.17-.699-6.27-1.048l-.53-.083-6.79-1.148-6.78-1.197c-2.27-.399-4.51-.815-6.773-1.231a842.695 842.695 0 0 1-6.753-1.264c-2.245-.433-4.49-.848-6.752-1.281a941.21 941.21 0 0 1-6.737-1.314c-2.245-.449-4.49-.898-6.719-1.347-2.246-.449-4.474-.915-6.72-1.364-2.228-.466-4.474-.931-6.703-1.397l-1.896-.399a662.602 662.602 0 0 1-4.807-1.015l-1.164-.249-5.539-1.198a952.582 952.582 0 0 1-6.686-1.464c-2.229-.499-4.441-.981-6.67-1.48l-6.669-1.513c-2.229-.499-4.441-1.015-6.653-1.514l-6.653-1.53a632.61 632.61 0 0 1-5.456-1.281l-60.759-14.836-118.673-29.922c-2.196-.532-4.408-1.081-6.603-1.614l-19.826-4.74c-2.213-.516-4.408-1.031-6.62-1.547l-6.637-1.53a894.45 894.45 0 0 0-6.503-1.48l-6.753-1.53c-2.212-.499-4.424-.982-6.653-1.481-1.846-.416-3.692-.815-5.538-1.214l-1.115-.249c-2.212-.483-4.441-.965-6.653-1.447l-1.197-.25c-1.813-.382-3.643-.782-5.473-1.164-1.746-.366-3.476-.732-5.222-1.081l-1.447-.3c-2.229-.465-4.441-.914-6.67-1.364l-6.686-1.347a828.172 828.172 0 0 0-6.703-1.314c-2.229-.432-4.458-.865-6.703-1.281-2.229-.415-4.474-.848-6.72-1.264-2.245-.415-4.49-.815-6.719-1.23-2.246-.4-4.491-.799-6.736-1.181-2.246-.4-4.491-.782-6.737-1.165-2.245-.382-4.49-.748-6.752-1.131-2.063-.332-4.142-.665-6.221-.998l-.549-.083a805.334 805.334 0 0 0-6.769-1.064 862.709 862.709 0 0 0-6.786-1.015c-2.263-.332-4.525-.665-6.803-.981a869.964 869.964 0 0 0-6.82-.932l-6.836-.898-6.836-.848a840.25 840.25 0 0 0-6.852-.815c-2.279-.266-4.574-.516-6.853-.765-2.295-.25-4.59-.482-6.886-.715-2.295-.233-4.59-.449-6.886-.666-2.295-.216-4.607-.415-6.902-.615s-4.607-.383-6.919-.566c-2.312-.182-4.624-.349-6.936-.515-2.312-.166-4.641-.299-6.953-.449-2.328-.15-4.64-.266-6.969-.399a959.938 959.938 0 0 0-6.985-.333c-2.329-.1-4.657-.2-7.003-.283-2.328-.083-4.673-.149-7.019-.216-2.345-.067-4.69-.1-7.035-.15-2.345-.033-4.707-.066-7.052-.083H428.433c-2.362 0-4.724.033-7.102.05-2.362.033-4.741.067-7.119.116-2.379.05-4.74.117-7.135.183-2.379.084-4.757.167-7.153.267-2.395.099-4.773.216-7.168.349-2.395.133-4.79.266-7.185.416-2.396.149-4.807.332-7.219.515s-4.823.383-7.235.582c-2.412.217-4.84.433-7.252.666-2.428.233-4.84.482-7.268.748a582.3 582.3 0 0 0-7.302.848c-2.428.3-4.873.599-7.318.932-2.445.333-4.89.665-7.335 1.031-2.445.366-4.907.732-7.369 1.131a576.93 576.93 0 0 0-7.385 1.231c-2.461.432-4.939.865-7.418 1.331-2.478.465-4.956.948-7.434 1.43-2.479.499-4.974.998-7.469 1.53a673.119 673.119 0 0 0-15.002 3.393c-2.512.599-5.023 1.231-7.535 1.863-2.511.649-5.039 1.297-7.568 1.979a428.959 428.959 0 0 0-7.584 2.113 485.9 485.9 0 0 0-7.618 2.228 457.616 457.616 0 0 0-7.634 2.362c-2.545.799-5.106 1.63-7.668 2.478a538.377 538.377 0 0 0-7.701 2.612 880.427 880.427 0 0 0-7.717 2.744 556.384 556.384 0 0 0-7.751 2.878 569.862 569.862 0 0 0-7.784 3.027 575.727 575.727 0 0 0-7.817 3.177c-.1.033-.183.083-.283.116a525.636 525.636 0 0 1 7.634-3.41 983.06 983.06 0 0 1 7.668-3.293 569.526 569.526 0 0 1 7.651-3.16 921.804 921.804 0 0 1 7.618-3.044 471.242 471.242 0 0 1 7.584-2.911 700.76 700.76 0 0 1 7.568-2.794c2.512-.915 5.04-1.796 7.535-2.678a816.219 816.219 0 0 1 7.517-2.561 639.49 639.49 0 0 1 7.485-2.445 483.83 483.83 0 0 1 7.452-2.329 616.428 616.428 0 0 1 7.434-2.228c2.479-.732 4.94-1.431 7.418-2.113 2.462-.682 4.924-1.364 7.385-2.029a605.847 605.847 0 0 1 7.369-1.929c2.445-.632 4.906-1.215 7.335-1.813 2.445-.599 4.89-1.165 7.318-1.73a410.073 410.073 0 0 1 7.285-1.63 640.472 640.472 0 0 1 7.268-1.547c2.429-.499 4.841-.981 7.252-1.464 2.412-.482 4.824-.931 7.219-1.363 2.411-.45 4.807-.882 7.202-1.298 2.395-.416 4.79-.815 7.185-1.197 2.395-.383 4.774-.765 7.169-1.131 2.378-.366 4.757-.716 7.135-1.048 2.378-.333 4.757-.666 7.119-.982 2.362-.316 4.74-.598 7.102-.898 2.362-.282 4.724-.565 7.085-.831 2.362-.266 4.707-.516 7.069-.749 2.345-.249 4.707-.482 7.052-.698 2.346-.217 4.691-.433 7.019-.616 2.346-.199 4.674-.382 7.003-.565 2.328-.183 4.657-.35 6.985-.499 2.329-.15 4.658-.3 6.969-.433 2.329-.133 4.641-.266 6.953-.382 2.262-.117 4.524-.216 6.786-.316 2.462-.1 4.774-.2 7.069-.283 2.312-.083 4.607-.15 6.902-.216 2.296-.067 4.608-.117 6.903-.167 2.295-.049 4.591-.083 6.869-.099 2.295-.034 4.574-.034 6.853-.05 1.913 0 3.842-.017 5.755-.017h1.097c2.279 0 4.558.017 6.836.033a912.219 912.219 0 0 1 12.741.2h.881c2.262.067 4.525.116 6.787.166 2.262.067 4.524.117 6.786.2 2.262.083 4.507.15 6.753.249 2.262.084 4.507.183 6.752.283 2.246.1 4.508.216 6.737.316l6.736.349c2.245.117 4.474.25 6.719.383 2.229.133 4.474.283 6.703.416l6.703.449c2.229.15 4.458.316 6.686.482l6.67.499c2.229.167 4.441.349 6.67.532l1.114.1c1.846.15 3.693.3 5.539.466l4.424.399 2.229.2c2.312.216 4.474.399 6.636.598 2.212.2 4.425.416 6.637.633 2.212.216 4.424.432 6.62.665 2.212.216 4.407.449 6.619.682l6.62.698c2.196.233 4.408.483 6.603.716l6.603.731 6.587.749c2.195.249 4.391.515 6.586.765l78.656 10.013 104.636 13.555 20.674 2.395c1.863.2 3.709.416 5.572.616 1.73.183 3.476.382 5.206.565l1.38.15c2.196.233 4.391.466 6.587.682 2.195.233 4.391.449 6.586.665l6.587.649c2.195.216 4.391.416 6.603.632 1.913.183 3.842.349 5.755.516l.848.083c2.212.199 4.408.399 6.62.582l6.62.549c2.212.183 4.424.366 6.636.532 2.212.166 4.424.349 6.636.499 1.614.116 3.211.233 4.824.333l1.83.133 6.653.449c2.212.149 4.44.283 6.669.416 1.713.099 3.443.199 5.173.282l1.514.084 6.686.349c2.229.116 4.457.216 6.686.316 2.129.1 4.241.166 6.37.249h.333c2.295.1 4.508.183 6.72.25l6.732.199c2.25.067 4.49.117 6.74.15 2.25.05 4.49.083 6.75.116 2.25.034 4.51.05 6.77.067 2.26 0 4.51.033 6.77.033h.9c1.96 0 3.93 0 5.89-.016 2.26 0 4.54-.034 6.8-.067s4.54-.066 6.82-.116l6.84-.15c2.27-.067 4.55-.133 6.85-.216a979.767 979.767 0 0 0 13.72-.582c2.3-.117 4.59-.233 6.89-.366 2.29-.133 4.6-.283 6.9-.433 2.29-.149 4.61-.316 6.92-.482 2.31-.166 4.62-.366 6.93-.549 2.32-.2 4.64-.399 6.96-.615 2.31-.217 4.64-.449 6.97-.682 2.32-.233 4.65-.483 6.98-.749s4.67-.532 7-.815c2.35-.282 4.68-.582 7.02-.881 2.35-.3 4.69-.616 7.05-.948 2.35-.333 4.71-.666 7.07-1.015 2.37-.349 4.73-.715 7.09-1.098 2.36-.382 4.72-.765 7.1-1.181 2.38-.399 4.74-.831 7.12-1.264 2.38-.432 4.76-.865 7.14-1.33 2.37-.466 4.77-.932 7.16-1.414 2.4-.482 4.78-.998 7.19-1.514 2.39-.515 4.81-1.047 7.2-1.596 2.41-.549 4.81-1.098 7.22-1.68 2.41-.582 4.82-1.164 7.25-1.763 2.41-.599 4.84-1.231 7.27-1.863 2.43-.632 4.86-1.281 7.28-1.963 2.43-.665 4.88-1.347 7.32-2.062 2.45-.699 4.89-1.414 7.34-2.162a689.3 689.3 0 0 0 14.73-4.624c2.47-.815 4.94-1.63 7.41-2.479 2.47-.848 4.95-1.713 7.43-2.578 2.48-.881 4.97-1.779 7.45-2.711 2.5-.915 4.99-1.863 7.49-2.827 2.49-.965 5-1.93 7.5-2.928 2.51-.998 5.02-2.012 7.53-3.06 2.51-1.031 5.04-2.096 7.55-3.177 2.52-1.081 5.06-2.179 7.59-3.31 2.53-1.131 5.07-2.278 7.62-3.443 2.54-1.164 5.09-2.362 7.63-3.576 2.55-1.214 5.11-2.445 7.67-3.709 2.56-1.264 5.12-2.528 7.68-3.842 2.56-1.314 5.14-2.644 7.72-3.992 2.58-1.347 5.16-2.727 7.75-4.141 2.58-1.397 5.19-2.844 7.78-4.291 2.6-1.447 5.19-2.944 7.81-4.441a638.51 638.51 0 0 0 7.83-4.608c2.61-1.563 5.24-3.143 7.87-4.756 2.62-1.614 5.25-3.26 7.9-4.924 2.64-1.663 5.27-3.359 7.91-5.089 2.65-1.73 5.29-3.477 7.95-5.256a673.29 673.29 0 0 0 7.99-5.422c2.66-1.847 5.34-3.71 8.02-5.622 2.67-1.896 5.35-3.842 8.05-5.788 2.69-1.963 5.37-3.959 8.08-5.972 2.69-2.029 5.4-4.074 8.12-6.17 2.71-2.096 5.42-4.208 8.13-6.37 2.73-2.163 5.44-4.342 8.18-6.57a740.56 740.56 0 0 0 8.2-6.77 894.109 894.109 0 0 0 24.85-21.572c2.78-2.512 5.56-5.04 8.35-7.635 2.8-2.578 5.57-5.206 8.38-7.85 2.81-2.645 5.61-5.356 8.42-8.084 2.81-2.727 5.62-5.505 8.45-8.316 2.83-2.81 5.65-5.672 8.48-8.566 2.83-2.894 5.67-5.838 8.52-8.815 2.84-2.977 5.69-6.004 8.55-9.065 2.86-3.06 5.72-6.17 8.6-9.314 2.87-3.144 5.75-6.354 8.63-9.597 2.88-3.243 5.77-6.52 8.66-9.863 1.77-2.03 3.53-4.075 5.31-6.138l-.82 194.269-.03.1Z\' fill=\'url(%23b)\'/%3E%3Cdefs%3E%3ClinearGradient id=\'a\' x1=\'149.79\' y1=\'417.25\' x2=\'211.971\' y2=\'127.476\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23EBF3FF\'/%3E%3Cstop offset=\'1\' stop-color=\'%23D0DFF6\'/%3E%3C/linearGradient%3E%3ClinearGradient id=\'b\' x1=\'150.268\' y1=\'341.412\' x2=\'376.309\' y2=\'-177.338\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23EBF3FF\'/%3E%3Cstop offset=\'1\' stop-color=\'%23D0DFF6\'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
		height: 573px;
	}
	
	.hero .section-transition.nitro-lazy {
		background-image: none !important;
	}
}

@media (min-width: 992px) {
	.home-section-2 {
		margin-top: -235px;
	}
}

.home-section-2 .home-cta {
	border-radius: 53px;
	background: linear-gradient(90deg, #e6ebee 7.9%, #f7fcfc 90.73%);
	box-shadow: -23px -19px 50px 0px rgba(255, 255, 255, .25) inset, 23px 22px 28.3px -14px rgba(0, 0, 0, .34);
	margin: 0 16px 30px;
	overflow: hidden;
	padding: 41px 10px 38px;
	position: relative;
	right: 0;
	top: 0;
	transition: all .3s ease;
	width: 260px;
	z-index: 0;
}

@media (min-width: 992px)and (max-width: 1199.98px) {
	.home-section-2 .home-cta {
		margin: 0 0 30px;
		width: 100%;
	}
}

.home-section-2 .home-cta::after {
	background: linear-gradient(180deg, #00548e 0%, #73bff3 146.81%);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all .3s ease;
	width: 100%;
	z-index: -1;
}

.home-section-2 .home-cta__icon {
	position: relative;
}

.home-section-2 .home-cta__icon::after {
	background: #e5edfa;
	border-radius: 50%;
	bottom: 0;
	content: "";
	display: block;
	height: 106.592px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 114px;
}

.home-section-2 .home-cta__icon svg {
	position: relative;
	z-index: 1;
}

.home-section-2 .home-cta__icon svg path {
	transition: all .3s ease;
}

.home-section-2 .home-cta__label {
	align-items: center;
	color: #00548e;
	display: flex;
	font-family: var(--font-heading);
	font-size: 24px;
	font-weight: 800;
	justify-content: center;
	margin-top: 35px;
	text-transform: uppercase;
	transition: all .3s ease;
}

.home-section-2 .home-cta__label svg {
	opacity: 0;
	margin-left: 0;
	transition: all .3s ease;
	width: 0;
}

@media (min-width: 992px) {
	.home-section-2 .home-cta:hover {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, .25) inset, 0 0 0 0 rgba(0, 0, 0, .34);
		right: -10px;
		top: 10px;
	}
	
	.home-section-2 .home-cta:hover::after {
		opacity: 1;
	}
	
	.home-section-2 .home-cta:hover .home-cta__icon svg path {
		fill: #121212;
	}
	
	.home-section-2 .home-cta:hover .home-cta__label {
		color: #fff;
	}
	
	.home-section-2 .home-cta:hover .home-cta__label svg {
		opacity: 1;
		margin-left: 8px;
		width: 28px;
	}
}

.home-section-3 {
	background-image: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/uploads/section-3-bg-mobile.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
	position: relative;
}

.home-section-3.nitro-lazy {
	background-image: none !important;
}

@media (min-width: 576px) {
	.home-section-3 {
		background-image: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/uploads/section-3-bg-tablet.jpg");
	}
	
	.home-section-3.nitro-lazy {
		background-image: none !important;
	}
}

@media (min-width: 992px) {
	.home-section-3 {
		background-image: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/uploads/section-3-bg-desktop.jpg");
		padding: 80px 0;
	}
	
	.home-section-3.nitro-lazy {
		background-image: none !important;
	}
}

.home-section-3__top-gradient {
	height: 834.359px;
	left: 0;
	position: absolute;
	width: 100%;
}

@media (min-width: 992px) {
	.home-section-3__top-gradient {
		height: 426.077px;
	}
}

.home-section-3__top-gradient {
	background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
	top: 0;
}

.home-section-3 .container {
	position: relative;
}

.home-section-3 .content-box-row {
	gap: 94px 0;
	margin-top: 85px;
}

@media (min-width: 576px) {
	.home-section-3 .content-box-row {
		gap: 104px 0;
		margin-top: 110px;
	}
}

@media (min-width: 992px) {
	.home-section-3 .content-box-row {
		gap: 0;
		margin-top: 90px;
	}
}

.home-section-3 .ornament {
	margin-bottom: 0;
	margin-top: 70px;
}

@media (min-width: 992px) {
	.home-section-3 .ornament {
		margin-top: 60px;
	}
}

.home-section-3 .ornament::before, .home-section-3 .ornament::after {
	border-width: 2.5px;
}

.home-section-3 .ornament::before {
	border-color: #00548e;
}

.home-section-3 .ornament::after {
	border-color: #589a43;
}

@media (max-width: 991.98px) {
	.home-section-3 .ornament img {
		max-width: 86px;
	}
}

.home-section-4 {
	background: linear-gradient(180deg, #ec2027 0%, #93090d 100%);
	padding: 70px 0 42px;
}

@media (min-width: 992px) {
	.home-section-4 {
		padding: 100px 0 57px;
	}
}

.home-section-4 .content-area h2, .home-section-4 .content-area .h2, .home-section-4 .content-area p {
	color: #fff;
}

.home-section-4__bg-text {
	left: 0;
	margin: 0 auto;
	max-width: 1261px;
	position: absolute;
	right: 0;
	top: 43px;
	width: 100%;
}

@media (min-width: 992px) {
	.home-section-4__bg-text {
		top: 57px;
	}
}

.home-section-5 {
	background: linear-gradient(180deg, #00548e 0%, #73bff3 146.81%);
	padding: 60px 0 0;
	position: relative;
}

@media (min-width: 576px) {
	.home-section-5 {
		padding: 50px 0 0;
	}
}

@media (min-width: 992px) {
	.home-section-5 {
		padding: 120px 0 0;
	}
}

.home-section-5 .content-area h2, .home-section-5 .content-area .h2, .home-section-5 .content-area p {
	color: #fff;
}

.home-section-5 .content-area h2::after, .home-section-5 .content-area .h2::after {
	background: linear-gradient(16deg, #e2e3e3 10.89%, #fff 89.11%);
	content: "";
	display: block;
	height: 16px;
	margin-top: 17px;
	width: 87px;
}

@media (min-width: 992px) {
	.home-section-5 .content-area h2::after, .home-section-5 .content-area .h2::after {
		width: 130px;
	}
}

.home-section-5__content-bottom {
	padding-top: 84px;
}

@media (min-width: 576px) {
	.home-section-5__content-bottom {
		padding-top: 74px;
	}
}

@media (min-width: 992px) {
	.home-section-5__content-bottom {
		padding-top: 186px;
	}
}

.home-section-5__content-image {
	text-align: center;
}

@media (min-width: 992px) {
	.home-section-5__content-image {
		text-align: left;
	}
}

.home-section-5__content-image img {
	margin-bottom: 30px;
	max-width: 320px;
}

@media (min-width: 992px) {
	.home-section-5__content-image img {
		margin-bottom: 0;
		max-width: initial;
		position: absolute;
		top: -40px;
	}
}

@media (min-width: 992px) {
	.home-section-5__content-image--top img {
		left: 0;
	}
}

@media (min-width: 992px) {
	.home-section-5__content-image--bottom img {
		right: 0;
	}
}

.home-section-5 .callout-box {
	background: linear-gradient(90deg, #e6ebee 7.9%, #f7fcfc 90.73%);
	border-radius: 40px 40px 0 0;
	box-shadow: 0px 44px 16.6px 0px rgba(0, 0, 0, .25) inset;
	margin-top: 70px;
	padding: 20px 20px 0;
}

@media (min-width: 576px) {
	.home-section-5 .callout-box {
		margin-top: 48px;
	}
}

@media (min-width: 992px) {
	.home-section-5 .callout-box {
		border-radius: 110px 110px 0 0;
		margin-top: 95px;
	}
}

.home-section-5 .callout-box__contents {
	border-radius: 32px 32px 0 0;
	background: linear-gradient(90deg, #e6ebee 7.9%, #f7fcfc 90.73%);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25), -5px -1px 25px 0px #fff, -23px -19px 50px 0px rgba(255, 255, 255, .25) inset, 23px 22px 28.3px -14px rgba(0, 0, 0, .34);
	padding: 10px 15px 75px;
}

@media (min-width: 576px) {
	.home-section-5 .callout-box__contents {
		padding: 25px 76px 135px;
	}
}

@media (min-width: 992px) {
	.home-section-5 .callout-box__contents {
		border-radius: 100px 100px 0 0;
		padding: 30px 60px 280px;
	}
}

.home-section-5 .callout-box__contents.content-area h3, .home-section-5 .callout-box__contents.content-area .h3, .home-section-5 .callout-box__contents.content-area p, .home-section-5 .callout-box__contents.content-area li {
	color: #121212;
}

@media (min-width: 992px) {
	.home-section-5 .callout-box__contents.content-area p {
		margin: 0 auto 20px;
		max-width: 750px;
	}
}

.home-section-5 .callout-box__contents ul {
	display: inline-flex;
	flex-direction: column;
	gap: 16px 0;
	text-align: left;
}

@media (min-width: 992px) {
	.home-section-5 .callout-box__contents ul {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 24px 33px;
		justify-content: center;
	}
}

.home-section-5 .callout-box__contents ul li {
	font-family: var(--font-heading);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	margin-top: 0 !important;
}

@media (min-width: 992px) {
	.home-section-5 .callout-box__contents ul li {
		font-size: 20px;
		white-space: nowrap;
	}
}

.home-section-5 .callout-box__contents ul li::before {
	background-image: url("data:image/svg+xml,%3Csvg width=\'25\' height=\'26\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M12.5 25.5C19.404 25.5 25 19.904 25 13S19.404.5 12.5.5 0 6.096 0 13s5.596 12.5 12.5 12.5Z\' fill=\'url(%23a)\'/%3E%3Cpath opacity=\'.17\' fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M16.935 24.285c4.59-1.513 7.902-5.835 7.903-10.93l-4.637-4.638a1.31 1.31 0 0 0-1.944-.094l-6.601 6.668L8.4 12.036a1.315 1.315 0 0 0-1.859 1.858l4.187 4.187 6.207 6.204Z\' fill=\'%23fff\'/%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M6.541 12.036a1.314 1.314 0 0 1 1.859 0l3.256 3.255 6.602-6.668a1.31 1.31 0 1 1 1.858 1.849c-2.51 2.534-5.008 5.088-7.53 7.61a1.314 1.314 0 0 1-1.858 0l-4.187-4.188a1.314 1.314 0 0 1 0-1.858Z\' fill=\'%23fff\'/%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M9.278 23.429c-9.402-.791-11.376-15.2-3.604-19.63-5.251 7.757-4.165 14.272 3.604 19.63Z\' fill=\'%23fff\'/%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M10.28 21.967C1.66 19.655.772 6.951 9.25 3.977c-6.503 6.391-5.603 12.334 1.03 17.99Z\' fill=\'%23fff\'/%3E%3Cdefs%3E%3ClinearGradient id=\'a\' x1=\'25\' y1=\'12.997\' x2=\'0\' y2=\'12.997\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23589A43\'/%3E%3Cstop offset=\'.27\' stop-color=\'%23439A80\'/%3E%3Cstop offset=\'.553\' stop-color=\'%230284A7\'/%3E%3Cstop offset=\'.85\' stop-color=\'%23015C9E\'/%3E%3Cstop offset=\'1\' stop-color=\'%23015C9E\'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	bottom: 0;
	height: 25px;
	margin-bottom: auto;
	margin-top: auto;
	top: 0;
	width: 25px;
}

.home-section-5 .section-transition {
	background-image: url("data:image/svg+xml,%3Csvg fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 320 80\'%3E%3Cpath d=\'M329.433 3.751s-49.143 37.586-86.262 37.586c-32.862 0-63.114-7.65-89.958-14.02-28.186-6.69-52.469-12.118-65.724-12.118-25.878 0-36.52 4.12-49.087 8.42C13.242 32.656-2.88 50.525-2.88 50.525V79.5h332.313V3.751Z\' fill=\'%23fff\'/%3E%3Cpath d=\'M-9 55.156a167.969 167.969 0 0 1 3.6-3.382c.598-.546 1.193-1.083 1.787-1.609A172.9 172.9 0 0 1-.06 47.101a159.443 159.443 0 0 1 5.27-4.222c.582-.448 1.162-.882 1.743-1.312a162.556 162.556 0 0 1 3.46-2.49c.575-.4 1.148-.793 1.722-1.179.57-.386 1.145-.762 1.712-1.134.57-.373 1.137-.738 1.704-1.093.568-.359 1.135-.71 1.698-1.052a124.766 124.766 0 0 1 6.723-3.816c.557-.294 1.11-.58 1.664-.861.553-.28 1.107-.557 1.657-.827.55-.27 1.103-.533 1.65-.792a132.706 132.706 0 0 1 3.283-1.48 129.777 129.777 0 0 1 3.258-1.349 104.74 104.74 0 0 1 3.232-1.226 112.633 112.633 0 0 1 7.977-2.555c.526-.147 1.052-.29 1.578-.43s1.048-.274 1.571-.404c.523-.13 1.046-.256 1.568-.38.523-.122 1.042-.238 1.561-.354.52-.113 1.039-.226 1.555-.332.519-.106 1.035-.208 1.55-.307a87.397 87.397 0 0 1 1.545-.284c.512-.092 1.028-.177 1.54-.263a84.07 84.07 0 0 1 1.534-.239c.513-.075 1.022-.15 1.53-.218.51-.069 1.018-.137 1.524-.199.51-.061 1.015-.123 1.52-.177.506-.055 1.011-.11 1.517-.16a116.906 116.906 0 0 1 4.52-.363c.498-.03.997-.061 1.496-.085.498-.028.997-.048 1.492-.069.496-.02.991-.037 1.487-.05.495-.015.99-.028 1.482-.035.495-.01.987-.014 1.48-.02.491-.004.983-.007 1.475-.004.492.003.98.003 1.472.01.489.007.977.014 1.466.028.488.01.977.023 1.462.04.489.018.974.035 1.459.055.485.02.97.045 1.455.069.485.023.967.05 1.452.081.481.031.967.062 1.448.096.482.034.963.069 1.445.106.482.038.96.079 1.442.12.478.04.96.085 1.438.13.478.044.956.092 1.435.14.478.047.953.099 1.431.15.475.051.953.106 1.428.164.475.055.95.116 1.424.174.475.058.95.12 1.422.184.474.062.946.13 1.417.195.472.065.943.133 1.414.202.472.068.94.14 1.411.212.472.071.94.146 1.411.222.468.075.94.15 1.408.229.468.078.936.157 1.404.239l1.404.246c.468.082.932.17 1.397.256a213.413 213.413 0 0 1 2.791.533c.464.092.926.18 1.39.276.465.093.926.188 1.39.284.465.096.926.191 1.387.29l1.384.297c.461.1.922.202 1.383.301l1.381.308c.461.102.918.208 1.38.314.457.106.919.212 1.376.321.458.106.916.215 1.377.321l1.373.328c.458.11.916.222 1.374.335l1.369.338c.458.113.912.225 1.37.342.455.116.912.229 1.367.345l1.366.348c.454.116.912.236 1.367.352.454.12.908.236 1.366.355l1.363.359c.454.12.909.239 1.363.362.454.12.909.243 1.363.366l1.36.365 1.359.369c.455.123.906.246 1.36.372.454.123.905.25 1.359.373.455.123.906.25 1.36.375.451.127.905.25 1.356.376l1.356.38c.451.126.906.252 1.357.379l1.356.379 1.356.379c.451.126.905.253 1.356.383.451.126.902.252 1.356.382.451.127.906.253 1.357.383.45.126.905.253 1.356.382.451.127.905.257 1.356.383l1.356.38 1.356.378 1.357.38c.454.126.905.252 1.356.375.454.127.905.253 1.359.376.455.127.906.25 1.36.376.454.126.905.25 1.36.372.45.123.905.25 1.359.372.454.123.909.246 1.36.37.454.123.908.245 1.359.365.455.123.909.242 1.363.362.455.12.909.243 1.363.362.455.12.909.24 1.367.359.454.12.912.236 1.366.355.455.12.912.236 1.367.352l1.366.349c.458.116.912.228 1.37.345.458.112.915.228 1.37.341l1.373.338c.458.113.916.222 1.373.332l1.377.328c.458.109.919.215 1.377.32l1.38.318a201.273 201.273 0 0 0 2.763.615 208.418 208.418 0 0 0 2.771.595l1.39.287 1.391.283a201.33 201.33 0 0 0 2.791.54c.464.089.932.174 1.397.26.468.085.936.167 1.4.249l1.404.246c.468.082.936.157 1.408.236.468.078.939.153 1.407.228a211.914 211.914 0 0 0 2.825.43 212.002 212.002 0 0 0 2.839.394 203.919 203.919 0 0 0 2.852.352c.479.054.954.109 1.432.16.478.051.956.103 1.435.15.478.048.956.093 1.438.137.478.044.96.086 1.441.127.482.04.964.078 1.445.116.482.037.964.071 1.449.102a199.376 199.376 0 0 0 2.907.168c.485.024.97.044 1.459.065.488.02.973.034 1.462.047.488.014.977.028 1.465.034.489.01.981.018 1.472.02.492.004.984.008 1.476.004.492 0 .987 0 1.479-.01.492-.01.988-.014 1.483-.024.495-.01.991-.024 1.486-.04.499-.018.994-.038 1.493-.059.499-.024.997-.048 1.496-.075a114.465 114.465 0 0 0 3.01-.205c.502-.041 1.007-.082 1.51-.126.505-.045 1.007-.096 1.513-.147a79.538 79.538 0 0 0 1.52-.168c.509-.058 1.015-.12 1.524-.188a81.918 81.918 0 0 0 1.53-.208c.512-.072 1.021-.15 1.537-.229.513-.078 1.025-.164 1.541-.25.516-.085 1.028-.177 1.547-.27.516-.095 1.032-.19 1.551-.293a124.209 124.209 0 0 0 3.116-.66c.522-.115 1.042-.238 1.568-.365a132.303 132.303 0 0 0 3.149-.803c.527-.143 1.056-.29 1.585-.44a108.694 108.694 0 0 0 4.786-1.486 96.48 96.48 0 0 0 1.606-.553c.536-.188 1.076-.383 1.612-.581a125.61 125.61 0 0 0 4.879-1.927 83.823 83.823 0 0 0 1.639-.707c.547-.243 1.097-.485 1.643-.738a103.137 103.137 0 0 0 3.307-1.582c.554-.276 1.107-.553 1.664-.84a130.147 130.147 0 0 0 3.348-1.793 126.509 126.509 0 0 0 6.777-4.049c.571-.365 1.141-.734 1.712-1.113.573-.38 1.144-.765 1.721-1.158a132.66 132.66 0 0 0 3.464-2.45 135.1 135.1 0 0 0 3.491-2.63 174.92 174.92 0 0 0 1.756-1.383c.588-.468 1.175-.947 1.766-1.435a166.218 166.218 0 0 0 3.553-3.016c.595-.52 1.192-1.05 1.787-1.59a158.477 158.477 0 0 0 3.6-3.333V23.18c-.601.55-1.206 1.094-1.803 1.627a185.507 185.507 0 0 1-3.584 3.091 158.479 158.479 0 0 1-3.553 2.887 142.197 142.197 0 0 1-3.522 2.685 128.451 128.451 0 0 1-5.226 3.683 119.044 119.044 0 0 1-3.447 2.227 120.66 120.66 0 0 1-8.489 4.85 124.58 124.58 0 0 1-5.011 2.45c-.554.253-1.107.502-1.657.745-.55.242-1.104.478-1.65.71a109.1 109.1 0 0 1-9.774 3.587 106.82 106.82 0 0 1-6.391 1.8c-.53.13-1.056.26-1.585.383-.526.123-1.052.242-1.578.355a90.95 90.95 0 0 1-3.14.636c-.522.099-1.042.19-1.561.283a119.304 119.304 0 0 1-4.653.71c-.512.069-1.028.13-1.54.192-.513.061-1.025.116-1.534.17-.513.055-1.022.107-1.531.151-.509.048-1.018.089-1.523.13-.509.04-1.015.078-1.52.11a116.113 116.113 0 0 1-3.024.163c-.502.02-1.004.041-1.506.055-.502.013-1.001.027-1.5.037-.498.01-.997.014-1.496.017-.499.004-.994.004-1.493 0-.495 0-.994-.006-1.489-.013-.496-.007-.991-.017-1.483-.031-.495-.014-.987-.027-1.479-.044-.492-.017-.984-.038-1.476-.062s-.98-.048-1.472-.075c-.489-.027-.98-.058-1.469-.089-.488-.03-.977-.068-1.462-.102a210.035 210.035 0 0 1-2.914-.25c-.485-.044-.967-.095-1.452-.143a185.52 185.52 0 0 1-1.448-.157 207.901 207.901 0 0 1-2.887-.352c-.478-.062-.956-.127-1.435-.191-.478-.065-.956-.134-1.434-.202-.479-.068-.953-.14-1.432-.212-.475-.072-.953-.147-1.428-.225-.474-.076-.949-.154-1.424-.236a176.441 176.441 0 0 1-2.839-.495c-.471-.086-.943-.175-1.414-.263-.472-.09-.943-.178-1.411-.27-.471-.093-.939-.185-1.411-.28-.468-.096-.939-.192-1.407-.29l-1.404-.298c-.468-.099-.936-.201-1.401-.304-.468-.103-.932-.205-1.397-.31-.465-.107-.933-.213-1.397-.322-.465-.11-.929-.215-1.394-.328l-1.39-.331c-.465-.113-.926-.226-1.391-.342-.464-.113-.925-.229-1.387-.345-.461-.116-.922-.236-1.383-.352-.461-.12-.922-.235-1.384-.358-.461-.12-.922-.243-1.38-.366l-1.38-.369c-.458-.123-.919-.25-1.377-.372l-1.376-.38c-.458-.126-.916-.256-1.374-.382-.457-.13-.915-.256-1.373-.386-.458-.13-.915-.26-1.37-.393l-1.369-.396a554.88 554.88 0 0 1-1.367-.4l-1.366-.403c-.455-.133-.912-.27-1.367-.407l-1.366-.41c-.455-.136-.909-.276-1.363-.413-.455-.136-.909-.276-1.363-.413-.455-.14-.909-.28-1.36-.417l-1.359-.42c-.455-.14-.906-.28-1.36-.424-.454-.14-.905-.283-1.36-.423-.454-.14-.905-.284-1.359-.424-.455-.143-.906-.283-1.36-.427l-1.356-.43-1.356-.43-1.356-.431c-.451-.144-.906-.287-1.357-.43l-1.356-.431c-.451-.143-.905-.29-1.356-.434l-1.356-.43c-.451-.144-.905-.287-1.356-.434-.451-.144-.906-.287-1.357-.434l-1.356-.43-1.356-.43-1.356-.431-1.356-.43c-.451-.144-.906-.284-1.357-.428-.454-.143-.905-.283-1.359-.427-.454-.14-.905-.283-1.36-.427-.454-.14-.905-.283-1.359-.423l-1.36-.42-1.36-.417c-.454-.14-.908-.277-1.359-.417-.454-.137-.909-.277-1.363-.413l-1.363-.41c-.455-.137-.912-.274-1.367-.407-.454-.136-.908-.27-1.366-.403-.454-.133-.912-.27-1.366-.4-.455-.133-.913-.266-1.37-.396a824.392 824.392 0 0 0-2.74-.782c-.458-.13-.916-.256-1.373-.386l-1.374-.383c-.457-.126-.915-.25-1.376-.376-.458-.122-.919-.249-1.377-.368-.458-.123-.919-.243-1.38-.366l-1.38-.359c-.461-.12-.923-.235-1.384-.355l-1.383-.348c-.461-.117-.926-.23-1.387-.342-.461-.113-.926-.225-1.39-.335-.465-.11-.926-.222-1.391-.328-.464-.109-.929-.215-1.394-.32-.464-.107-.929-.213-1.393-.315l-1.401-.308c-.468-.102-.933-.201-1.401-.297-.468-.099-.936-.194-1.404-.29a171.603 171.603 0 0 0-2.814-.557l-1.411-.266-1.415-.257c-.471-.085-.946-.167-1.417-.245-.475-.083-.95-.161-1.421-.24-.475-.078-.95-.153-1.425-.225-.475-.075-.953-.147-1.428-.219-.478-.072-.953-.14-1.431-.205-.478-.068-.957-.13-1.435-.194-.478-.065-.956-.127-1.435-.185a180.698 180.698 0 0 0-2.886-.331c-.482-.052-.963-.103-1.449-.15-.485-.048-.966-.093-1.451-.137-.486-.045-.97-.086-1.456-.123a197.982 197.982 0 0 0-2.92-.202c-.489-.03-.978-.058-1.47-.082-.488-.024-.98-.048-1.468-.065-.489-.017-.984-.037-1.476-.05-.492-.015-.984-.028-1.48-.038-.495-.01-.986-.018-1.482-.02-.495-.004-.99-.004-1.49-.004-.495 0-.993.006-1.492.013-.499.007-.998.017-1.496.031-.499.014-.998.03-1.5.048-.502.02-1.004.037-1.507.065-.502.024-1.004.054-1.51.085a112.003 112.003 0 0 0-4.56.37c-.509.05-1.018.102-1.53.16a127.703 127.703 0 0 0-3.074.386c-.517.071-1.029.147-1.548.225-.516.079-1.032.164-1.551.25-.516.085-1.035.177-1.555.273-.519.095-1.038.194-1.56.297-.523.103-1.046.208-1.569.321-.522.11-1.048.226-1.571.345-.523.12-1.052.243-1.578.37a97.066 97.066 0 0 0-3.174.819 105.87 105.87 0 0 0-8.035 2.542 119.105 119.105 0 0 0-3.258 1.226 110.327 110.327 0 0 0-3.283 1.36c-.55.235-1.1.478-1.65.727a119.89 119.89 0 0 0-10.044 5.131 127.283 127.283 0 0 0-3.402 2.022 131.402 131.402 0 0 0-3.433 2.183c-.574.38-1.151.766-1.725 1.158-.578.393-1.155.796-1.736 1.203a134.734 134.734 0 0 0-5.247 3.884 149.758 149.758 0 0 0-3.539 2.832c-.59.488-1.185.984-1.78 1.493a181.705 181.705 0 0 0-3.583 3.14 157.4 157.4 0 0 0-1.804 1.652l-.01-.027Z\' fill=\'%23589A43\'/%3E%3Cpath d=\'M246.065 57.301c.349 0 .694 0 1.042-.003.499 0 1.001-.007 1.5-.017.502-.01 1.004-.024 1.507-.038.502-.013 1.007-.034 1.509-.054a112.406 112.406 0 0 0 3.037-.164c.509-.034 1.015-.072 1.527-.11.509-.04 1.018-.082 1.531-.13.509-.047 1.021-.098 1.534-.15a119.562 119.562 0 0 0 4.635-.577c.519-.075 1.039-.154 1.554-.236.52-.082 1.039-.17 1.562-.26a83.097 83.097 0 0 0 1.564-.283c.523-.099 1.049-.198 1.572-.307.526-.106 1.052-.219 1.578-.332a132.11 132.11 0 0 0 1.581-.358c.53-.123 1.059-.253 1.589-.383.529-.133 1.062-.267 1.595-.41a101.572 101.572 0 0 0 3.208-.902c.536-.16 1.076-.324 1.612-.495a116.212 116.212 0 0 0 3.246-1.076c.543-.188 1.086-.386 1.633-.584a89.923 89.923 0 0 0 1.636-.615 111.468 111.468 0 0 0 6.613-2.788 106.56 106.56 0 0 0 3.348-1.602c.56-.28 1.121-.564 1.684-.854a119.413 119.413 0 0 0 6.805-3.812 147.479 147.479 0 0 0 3.444-2.149 132.684 132.684 0 0 0 6.968-4.834c.588-.434 1.172-.874 1.763-1.322a150.243 150.243 0 0 0 5.329-4.263 175.012 175.012 0 0 0 3.594-3.098c.601-.533 1.206-1.08 1.807-1.63l.126-.116V9.623l-.666.635a164.267 164.267 0 0 1-7.153 6.44 158.168 158.168 0 0 1-3.525 2.91c-.584.468-1.169.93-1.753 1.38-.584.451-1.165.899-1.745 1.336-.581.437-1.158.864-1.736 1.288a130.537 130.537 0 0 1-15.307 9.66c-.557.298-1.111.592-1.664.875-.553.287-1.107.564-1.66.84-.55.274-1.104.544-1.65.807-.55.263-1.1.519-1.647.772a115.514 115.514 0 0 1-3.272 1.438c-.543.229-1.087.454-1.626.673a120.502 120.502 0 0 1-4.841 1.828 109.072 109.072 0 0 1-3.197 1.072c-.53.171-1.059.331-1.589.492-.529.16-1.059.314-1.585.468-.526.15-1.052.297-1.578.44a127.196 127.196 0 0 1-3.14.803c-.522.127-1.041.246-1.561.363a138.118 138.118 0 0 1-3.105.655c-.516.103-1.032.199-1.544.294a129.224 129.224 0 0 1-3.075.52c-.512.078-1.021.157-1.53.228-.509.072-1.018.14-1.524.205-.505.065-1.014.127-1.52.188-.505.058-1.011.113-1.513.168-.506.05-1.008.102-1.51.147-.502.044-1.004.088-1.506.126-.503.038-1.001.078-1.5.11-.499.033-1.001.064-1.496.092-.499.027-.994.054-1.493.075-.495.024-.994.04-1.49.058-.495.017-.99.03-1.482.04-.495.011-.987.021-1.479.025-.492.007-.984.01-1.476.01h-.226c-.416 0-.83 0-1.243-.004-.488-.003-.98-.01-1.465-.02-.489-.01-.977-.02-1.463-.034-.488-.014-.973-.03-1.458-.048-.485-.017-.97-.041-1.455-.065a187.71 187.71 0 0 1-1.452-.075 201.09 201.09 0 0 1-1.449-.089c-.481-.03-.963-.065-1.445-.102a186.79 186.79 0 0 1-1.441-.116c-.479-.041-.96-.082-1.439-.127-.478-.044-.956-.089-1.434-.137-.479-.047-.953-.099-1.432-.15-.478-.051-.953-.106-1.428-.16-.474-.055-.949-.113-1.424-.171-.475-.058-.95-.116-1.421-.181-.475-.062-.946-.127-1.418-.192-.471-.064-.943-.133-1.414-.201-.472-.068-.943-.14-1.411-.209-.471-.071-.939-.143-1.411-.218-.468-.075-.939-.15-1.407-.229-.468-.079-.936-.154-1.404-.236a93.46 93.46 0 0 1-1.401-.246l-.143-.024c-.42-.075-.837-.146-1.254-.225l-1.397-.26-1.394-.266c-.465-.089-.929-.181-1.39-.273l-1.391-.28c-.464-.096-.925-.188-1.387-.288a208.291 208.291 0 0 1-2.77-.594c-.461-.102-.922-.201-1.38-.304-.461-.102-.919-.208-1.38-.31l-1.38-.319c-.458-.105-.916-.211-1.377-.32-.458-.11-.916-.22-1.373-.328-.458-.11-.916-.223-1.374-.332-.392-.096-.789-.191-1.182-.29l-.191-.048c-.458-.113-.912-.226-1.37-.342l-.153-.037c-.407-.103-.81-.202-1.217-.304l-1.366-.349-9.541-2.524c-.454-.123-.905-.246-1.36-.373l-27.144-7.563c-.454-.123-.909-.25-1.363-.372l-5.449-1.455c-.454-.12-.908-.24-1.366-.356l-2.736-.703c-.458-.117-.912-.233-1.37-.345-.458-.117-.916-.23-1.37-.342l-1.373-.338c-.458-.113-.916-.222-1.374-.335-.457-.11-.919-.219-1.376-.328-.458-.11-.919-.215-1.377-.325l-.321-.075-1.059-.246c-.461-.105-.919-.208-1.38-.314l-1.384-.307c-.461-.103-.922-.202-1.383-.304l-1.387-.298c-.386-.082-.772-.16-1.158-.242l-.229-.048a170.65 170.65 0 0 0-1.39-.284l-1.394-.276c-.465-.092-.929-.181-1.397-.27a196.11 196.11 0 0 0-1.398-.263l-1.4-.256c-.468-.086-.936-.168-1.404-.25-.468-.082-.936-.16-1.404-.239-.468-.078-.94-.154-1.408-.229-.471-.075-.939-.15-1.41-.222a180.234 180.234 0 0 0-2.832-.413c-.472-.065-.947-.133-1.422-.195l-1.424-.184c-.475-.058-.95-.12-1.424-.174l-1.432-.164-1.435-.154-1.434-.144c-.479-.044-.96-.088-1.442-.13-.482-.04-.96-.081-1.445-.119-.482-.038-.967-.072-1.448-.106-.482-.034-.967-.065-1.452-.096-.485-.03-.967-.054-1.456-.081-.485-.024-.973-.048-1.458-.069-.485-.02-.974-.038-1.462-.055a202.896 202.896 0 0 0-2.938-.068c-.492-.007-.98-.01-1.476-.01h-.297c-.393 0-.786 0-1.182.003-.492.004-.987.01-1.483.02-.495.011-.99.021-1.489.035-.495.014-.994.03-1.493.051-.499.02-.997.041-1.496.069-.499.023-1.001.054-1.5.085a112.139 112.139 0 0 0-3.016.225c-.506.045-1.008.093-1.514.14-.505.052-1.01.106-1.52.161-.509.058-1.018.116-1.527.178a126.389 126.389 0 0 0-3.067.423c-.513.075-1.025.157-1.54.24-.513.085-1.03.17-1.545.262a134.085 134.085 0 0 0-3.109.595c-.519.106-1.038.218-1.56.331-.523.116-1.043.233-1.565.355-.523.123-1.05.25-1.572.383-.526.13-1.052.263-1.578.403s-1.056.284-1.585.43a105.68 105.68 0 0 0-3.184.943c-.533.168-1.066.335-1.602.513a110.196 110.196 0 0 0-4.837 1.708c-.54.205-1.083.413-1.626.628a125.826 125.826 0 0 0-3.27 1.357c-.546.235-1.093.478-1.643.724s-1.1.499-1.65.758a108.178 108.178 0 0 0-3.32 1.623 129.509 129.509 0 0 0-3.348 1.766 125.113 125.113 0 0 0-5.07 2.928 136.653 136.653 0 0 0-5.134 3.29c-.574.385-1.148.782-1.725 1.181-.577.4-1.151.81-1.732 1.227A137.345 137.345 0 0 0 3.65 43.92c-.584.46-1.171.932-1.759 1.41A167.493 167.493 0 0 0-1.656 48.3c-.594.512-1.189 1.035-1.783 1.565-.598.53-1.192 1.065-1.79 1.612a166.37 166.37 0 0 0-3.607 3.389l.543.574a183.382 183.382 0 0 1 3.59-3.239 143.068 143.068 0 0 1 3.56-3.026A147.902 147.902 0 0 1 5.88 43.72c.58-.425 1.158-.838 1.739-1.244a126.881 126.881 0 0 1 13.634-8.4 126.917 126.917 0 0 1 3.337-1.701 121.656 121.656 0 0 1 3.31-1.558c.55-.25 1.1-.489 1.647-.725a112 112 0 0 1 6.518-2.579c.54-.191 1.076-.383 1.612-.564.536-.184 1.073-.358 1.609-.533a106.921 106.921 0 0 1 4.783-1.43c.53-.144 1.055-.288 1.585-.421.526-.137 1.052-.27 1.578-.396.526-.127 1.049-.25 1.571-.37.523-.119 1.046-.232 1.568-.34.523-.11 1.042-.22 1.561-.322.52-.102 1.039-.201 1.555-.294.519-.095 1.035-.184 1.55-.27.517-.085 1.032-.17 1.545-.249a118.38 118.38 0 0 1 1.54-.225c.513-.072 1.025-.137 1.534-.202.513-.065 1.022-.126 1.53-.184.51-.059 1.019-.11 1.528-.161a114.801 114.801 0 0 1 4.546-.369c.503-.03 1.005-.058 1.507-.085.502-.024 1-.045 1.503-.065.499-.02.998-.034 1.496-.048.499-.014.994-.024 1.493-.03.499-.008.994-.011 1.49-.014h.423c.352 0 .707 0 1.06.003.494.003.986.014 1.478.02.492.01.984.021 1.476.035.492.013.98.03 1.472.05.489.021.977.042 1.466.066.488.024.977.051 1.462.082.488.03.974.061 1.459.095.485.035.97.069 1.455.106.485.038.967.079 1.452.123.481.045.966.09 1.448.137.482.048.963.099 1.445.15.482.052.96.103 1.442.16.478.055.96.113 1.438.172.478.058.956.12 1.435.184.478.065.956.127 1.431.195l1.428.205c.475.072.95.143 1.424.218.475.075.947.147 1.421.226.472.078.947.157 1.418.239l1.414.246c.472.085.943.167 1.411.256.472.085.94.174 1.411.267.468.088.94.18 1.408.273.468.092.936.188 1.404.283.468.096.936.192 1.404.29l1.397.298 1.397.307c.465.103.929.209 1.394.315.464.106.929.212 1.393.32l1.387.329c.465.11.926.222 1.387.334.462.113.926.226 1.387.342.461.116.923.229 1.384.349.461.116.922.235 1.383.355l.175.044c.399.103.802.209 1.202.311.461.12.919.243 1.377.366l1.376.369 1.374.372 1.373.38 1.37.382 1.37.39 1.369.392c.455.13.913.263 1.367.396l1.366.4c.455.133.909.266 1.363.403l14.956 4.612 27.165 8.54 4.099 1.22c.454.133.912.27 1.37.4l1.37.395c.458.13.915.264 1.373.393.403.117.806.23 1.209.342l.164.044c.458.13.916.257 1.377.383l1.377.38c.457.126.919.249 1.38.372l1.38.369c.461.122.922.242 1.383.365.427.113.858.222 1.288.331l.099.024c.461.12.926.236 1.387.352.465.116.926.232 1.391.345.461.113.925.229 1.39.342.43.106.864.208 1.295.31l.099.024c.464.11.929.22 1.397.328.464.11.932.216 1.397.322.468.105.933.208 1.401.31.468.103.936.205 1.404.304.468.1.936.202 1.407.298.468.099.94.194 1.408.29.471.096.939.188 1.41.28.472.092.943.185 1.415.273.471.09.943.178 1.417.264l1.421.256c.475.082.95.164 1.425.242l1.428.236 1.431.225c.478.072.953.144 1.432.212a208.136 208.136 0 0 0 2.876.393c.482.062.963.123 1.445.181.482.058.963.116 1.448.17.485.056.967.107 1.452.158.485.051.97.1 1.455.144a185.68 185.68 0 0 0 2.921.249c.489.038.977.072 1.466.102.488.035.98.062 1.472.093.492.027.984.054 1.476.075.492.024.984.044 1.479.061.495.017.987.034 1.483.045.495.013.99.024 1.486.03.495.007.994.014 1.492.014h.458l-.014.027Zm82.451-34.304a225.02 225.02 0 0 1-1.67 1.506c-.598.534-1.196 1.056-1.79 1.569a313.67 313.67 0 0 1-1.784 1.516 157.246 157.246 0 0 1-5.301 4.24c-.584.447-1.169.884-1.753 1.315-.584.43-1.165.854-1.745 1.27-.581.417-1.158.824-1.736 1.224-.577.4-1.154.792-1.728 1.178-.574.386-1.151.765-1.722 1.134-.574.37-1.144.731-1.715 1.09a109.773 109.773 0 0 1-3.409 2.053 129.005 129.005 0 0 1-3.379 1.893c-.56.3-1.12.597-1.677.888-.557.29-1.117.57-1.67.85-.557.277-1.111.55-1.664.813a100.47 100.47 0 0 1-3.31 1.52c-.55.243-1.097.479-1.647.708-.546.229-1.093.454-1.639.676a109.151 109.151 0 0 1-3.259 1.25 114.933 114.933 0 0 1-3.232 1.131c-.536.178-1.073.349-1.609.516-.533.167-1.069.331-1.602.488-.533.158-1.066.315-1.596.462-.529.15-1.059.293-1.588.433-.529.14-1.059.274-1.585.407-.526.13-1.052.26-1.578.383s-1.049.239-1.572.355c-.522.113-1.045.225-1.568.331-.522.106-1.042.205-1.561.304a122.913 122.913 0 0 1-3.105.54 132.903 132.903 0 0 1-3.085.45c-.512.07-1.025.13-1.534.192-.509.062-1.021.116-1.53.171-.509.051-1.018.106-1.524.15a118.98 118.98 0 0 1-6.053.403c-.502.02-1.001.041-1.5.055a107.706 107.706 0 0 1-2.989.055l-1.035.003h-.454c-.495 0-.991-.01-1.483-.017-.495-.007-.987-.017-1.479-.03-.492-.014-.984-.028-1.476-.045-.491-.017-.98-.038-1.472-.062-.488-.023-.98-.047-1.465-.075-.489-.027-.977-.058-1.466-.089-.488-.03-.973-.068-1.459-.102-.485-.038-.97-.075-1.455-.12-.485-.04-.967-.085-1.452-.13-.485-.044-.966-.095-1.448-.143a208.35 208.35 0 0 1-2.887-.324c-.478-.058-.96-.117-1.438-.178-.478-.062-.956-.126-1.435-.191-.478-.065-.953-.134-1.431-.202-.475-.068-.953-.14-1.428-.212-.475-.071-.95-.147-1.424-.225-.475-.075-.947-.154-1.421-.233-.472-.078-.947-.16-1.418-.242a168.499 168.499 0 0 1-2.825-.516c-.472-.089-.94-.178-1.411-.27-.468-.092-.94-.184-1.408-.28-.468-.096-.936-.191-1.404-.29l-1.4-.297c-.468-.1-.933-.202-1.401-.304-.464-.103-.932-.205-1.397-.311-.465-.106-.929-.212-1.394-.321-.464-.106-.929-.216-1.393-.328l-.1-.024-1.291-.308c-.464-.112-.926-.225-1.387-.341a212.63 212.63 0 0 1-1.387-.345c-.461-.117-.922-.233-1.383-.352l-.099-.024c-.427-.11-.858-.219-1.285-.331-.461-.12-.919-.243-1.38-.363l-1.377-.368c-.457-.123-.918-.25-1.376-.373l-1.373-.38c-.458-.125-.916-.255-1.374-.382l-.164-.047c-.403-.113-.806-.226-1.209-.342-.458-.13-.912-.26-1.37-.393l-1.37-.396-1.366-.4-9.541-2.883-36.679-11.488c-.454-.137-.909-.27-1.366-.404l-1.367-.403c-.457-.133-.912-.266-1.37-.396l-1.373-.393-1.373-.39-1.373-.385c-.458-.127-.916-.256-1.377-.383-.458-.126-.919-.25-1.377-.375-.461-.123-.919-.25-1.38-.373-.461-.123-.919-.246-1.38-.365-.403-.106-.806-.209-1.206-.315l-.174-.044c-.461-.12-.922-.24-1.384-.355l-1.386-.349c-.462-.116-.926-.229-1.391-.341-.461-.113-.926-.226-1.39-.335-.465-.11-.929-.222-1.394-.328-.465-.11-.933-.215-1.397-.321-.465-.106-.933-.212-1.397-.315-.468-.102-.936-.208-1.401-.307-.464-.099-.936-.202-1.404-.3-.468-.1-.936-.195-1.407-.291-.468-.096-.936-.191-1.408-.284-.471-.092-.939-.184-1.411-.273l-1.414-.266c-.471-.09-.943-.171-1.418-.256a171.724 171.724 0 0 0-4.273-.714c-.475-.076-.953-.147-1.431-.219a102.5 102.5 0 0 0-1.435-.205 97.589 97.589 0 0 0-1.438-.195c-.479-.065-.96-.126-1.439-.184a208.29 208.29 0 0 0-4.345-.482c-.485-.048-.97-.092-1.455-.137-.485-.044-.974-.085-1.459-.122-.488-.038-.973-.076-1.462-.106-.488-.034-.977-.065-1.465-.096-.489-.03-.98-.058-1.473-.082-.492-.024-.98-.048-1.475-.065-.492-.02-.988-.038-1.48-.051-.491-.014-.987-.027-1.482-.038-.495-.01-.99-.017-1.486-.02-.356 0-.71-.004-1.066-.004h-.427c-.499 0-.997.007-1.496.014s-1.001.017-1.503.03c-.502.014-1.001.031-1.507.049-.502.02-1.008.04-1.51.064-.505.024-1.008.055-1.513.086a112.282 112.282 0 0 0-4.574.369c-.513.051-1.022.106-1.534.16a126.208 126.208 0 0 0-3.085.39c-.516.072-1.031.147-1.55.229-.52.078-1.036.164-1.555.25-.52.088-1.039.177-1.561.272a124.704 124.704 0 0 0-3.136.619 95.773 95.773 0 0 0-4.752 1.117c-.53.136-1.062.28-1.595.423-.533.147-1.066.297-1.602.451a109.118 109.118 0 0 0-3.221.99 100.171 100.171 0 0 0-4.879 1.709 121.81 121.81 0 0 0-3.28 1.295 112.229 112.229 0 0 0-4.97 2.193c-.557.26-1.113.53-1.67.803-.557.273-1.117.553-1.677.837a118.812 118.812 0 0 0-6.44 3.532l.072-.045a128.263 128.263 0 0 1 8.393-4.854 96.32 96.32 0 0 1 1.66-.857c.554-.28 1.104-.554 1.654-.824a114.478 114.478 0 0 1 6.545-2.955 80.13 80.13 0 0 1 1.62-.655c.539-.212 1.075-.42 1.612-.626.536-.201 1.072-.4 1.609-.594a113.983 113.983 0 0 1 3.197-1.103c.53-.175 1.06-.345 1.589-.51.53-.163 1.055-.324 1.585-.481a91.732 91.732 0 0 1 1.578-.454 97.688 97.688 0 0 1 3.14-.827 92.26 92.26 0 0 1 3.115-.731 124.463 124.463 0 0 1 3.095-.636c.515-.099 1.028-.19 1.54-.283.513-.092 1.025-.178 1.534-.263.513-.082 1.022-.164 1.53-.24.51-.074 1.019-.15 1.528-.218.509-.068 1.014-.136 1.52-.198.505-.061 1.01-.123 1.517-.178.502-.054 1.007-.109 1.51-.16a112.698 112.698 0 0 1 3.006-.26c.498-.037.997-.072 1.496-.102.499-.031.994-.062 1.493-.086.495-.024.994-.048 1.49-.068.494-.02.99-.038 1.482-.051.492-.014.987-.028 1.479-.034.492-.01.984-.014 1.476-.02.392 0 .782-.008 1.175-.008h.297c.488 0 .98.007 1.465.01.489.007.977.014 1.462.028.486.014.974.024 1.46.04.484.018.97.035 1.454.055.486.021.97.045 1.452.069.482.024.967.051 1.449.082.481.03.963.061 1.445.095.481.035.963.069 1.441.106a203.908 203.908 0 0 1 2.87.25c.478.044.953.092 1.431.14.475.048.953.099 1.428.15.475.051.95.106 1.425.164.474.055.946.116 1.421.174.471.058.946.12 1.417.185.472.061.947.126 1.418.195.471.064.943.133 1.411.201.471.068.939.14 1.407.212.468.072.94.147 1.408.222a201.006 201.006 0 0 1 2.804.468l1.401.246c.468.082.933.167 1.397.256.465.085.929.174 1.394.263.464.089.929.178 1.394.27.464.092.925.181 1.387.273.461.093.925.188 1.387.284l.232.048c.386.078.772.16 1.154.239l1.384.297c.461.099.922.201 1.38.3l1.38.308c.461.102.919.208 1.377.31l1.055.247.322.075c.457.106.915.212 1.373.321l1.373.328c.458.11.912.222 1.37.331l1.37.339c.454.112.912.225 1.37.341.454.113.908.23 1.366.345l2.733.7c.454.117.909.236 1.363.356l5.445 1.452 1.36.369 27.144 7.563c.454.123.905.25 1.36.372l8.181 2.176 1.367.352 1.369.348 1.22.308.154.037c.458.113.915.23 1.373.342l.191.048c.397.099.789.195 1.186.29.457.113.915.222 1.376.332l1.377.328c.458.109.919.215 1.38.32l1.38.318c.461.106.923.209 1.384.315l1.383.307c.461.103.926.202 1.387.3.461.1.926.199 1.391.294.464.1.925.192 1.39.288.465.095.929.187 1.394.283.464.092.929.184 1.397.273.468.09.932.181 1.397.267.468.089.933.174 1.401.263.42.078.84.15 1.26.225l.144.024 1.407.246c.468.082.94.16 1.408.236a202.661 202.661 0 0 0 4.242.66c.472.068.947.136 1.421.2a184.156 184.156 0 0 0 4.281.543 178.814 178.814 0 0 0 4.314.447c.482.046.964.087 1.445.128.482.04.964.078 1.449.116.481.038.966.072 1.452.102.485.031.97.062 1.455.09.485.026.97.054 1.459.078.485.024.973.044 1.462.065.488.02.977.034 1.465.047.489.014.98.028 1.472.035.492.01.984.017 1.476.02.417.004.834.004 1.25.004h.226c.495 0 .987-.004 1.483-.01.495-.008.99-.014 1.486-.025.495-.01.994-.023 1.492-.04.499-.018.998-.038 1.497-.059.498-.023 1-.047 1.499-.075a111.953 111.953 0 0 0 3.017-.205c.505-.04 1.011-.082 1.516-.13.506-.044 1.012-.095 1.521-.146.509-.052 1.014-.11 1.523-.168.509-.058 1.018-.123 1.531-.188.509-.065 1.021-.136 1.533-.208.513-.072 1.025-.15 1.541-.229a123.315 123.315 0 0 0 3.095-.52 126.798 126.798 0 0 0 3.115-.614c.523-.11 1.042-.226 1.565-.342.523-.12 1.049-.239 1.571-.365a87.037 87.037 0 0 0 1.579-.393 89.472 89.472 0 0 0 1.581-.417c.53-.143 1.059-.29 1.589-.444.529-.15 1.062-.307 1.595-.471a104.67 104.67 0 0 0 3.211-1.022c.537-.18 1.073-.365 1.613-.553a78.703 78.703 0 0 0 1.619-.584 126.389 126.389 0 0 0 3.259-1.257 124.778 124.778 0 0 0 3.279-1.384 116.088 116.088 0 0 0 3.307-1.517c.553-.263 1.107-.536 1.664-.81a112.414 112.414 0 0 0 3.347-1.725c.561-.3 1.121-.608 1.685-.918.563-.311 1.123-.632 1.691-.957a137.638 137.638 0 0 0 5.11-3.105c.571-.366 1.144-.738 1.718-1.117.574-.38 1.148-.765 1.725-1.162.578-.393 1.152-.796 1.732-1.202.578-.41 1.158-.827 1.739-1.25a114.66 114.66 0 0 0 1.746-1.295c.584-.44 1.168-.888 1.752-1.343.588-.454 1.172-.919 1.763-1.387a152.36 152.36 0 0 0 3.546-2.924c.594-.505 1.189-1.018 1.783-1.537.598-.52 1.192-1.052 1.794-1.592.597-.54 1.199-1.086 1.8-1.643.379-.352.762-.707 1.141-1.066v11.54l.003-.014Z\' fill=\'url(%23a)\'/%3E%3Cpath d=\'M-9 55.156a176.276 176.276 0 0 1 5.387-5.161c.595-.547 1.888-1.54 2.479-2.07.59-.529.89-.778 2.023-1.713 1.132-.936 1.291-1.049 1.879-1.544.588-.495 1.264-.992 1.848-1.47.585-.478.447-.332 1.027-.797.581-.464 1.092-.82 1.673-1.267.484-.57.795-.957 1.373-1.391a131.416 131.416 0 0 1 5.158-3.696 143.14 143.14 0 0 1 5.093-3.32 132.21 132.21 0 0 1 5.032-2.963c.557-.31 1.11-.614 1.664-.912a107.17 107.17 0 0 1 3.307-1.718 139.191 139.191 0 0 1 3.283-1.582c.546-.252 1.09-.498 1.632-.74a93.513 93.513 0 0 1 1.626-.708 122.358 122.358 0 0 1 4.837-1.947c.537-.202 1.07-.4 1.603-.591.533-.191 1.066-.376 1.595-.56.53-.181 1.062-.36 1.589-.533a102.196 102.196 0 0 1 4.735-1.435c.522-.147 1.045-.29 1.567-.427.523-.137 1.042-.273 1.561-.403.52-.13 1.039-.256 1.555-.38.519-.122 1.035-.242 1.55-.355.516-.116 1.032-.225 1.545-.334a121.24 121.24 0 0 1 3.074-.595c.513-.092 1.022-.184 1.53-.27a128.658 128.658 0 0 1 3.044-.471c.506-.072 1.011-.144 1.517-.209.505-.064 1.008-.126 1.51-.184.502-.058 1.004-.116 1.506-.167.502-.055 1.001-.103 1.5-.15a111.06 111.06 0 0 1 2.99-.247c.495-.034.993-.068 1.489-.099.495-.03.99-.058 1.482-.082.495-.024.987-.048 1.48-.065.491-.02.983-.034 1.475-.05.492-.018.98-.028 1.472-.035.489-.01.977-.017 1.466-.02.488-.004.977-.007 1.462-.004.489 0 .974 0 1.459.007.485.007.97.014 1.455.024a200.151 200.151 0 0 1 2.9.085c.482.017.964.038 1.445.062.482.02.96.047 1.442.075a197.37 197.37 0 0 1 2.873.181c.478.034.953.072 1.431.11.475.037.953.074 1.428.119a196.57 196.57 0 0 1 4.263.42c.472.051.943.106 1.414.16a192.604 192.604 0 0 1 2.822.345c.468.062.94.123 1.408.188.468.062.936.13 1.404.195.468.065.936.133 1.404.202.468.068.932.14 1.397.211.464.072.932.144 1.397.22.465.074.929.15 1.394.225.464.075.926.153 1.39.232.465.078.926.157 1.39.239l1.387.246c.462.082.923.167 1.384.253.461.085.922.17 1.383.26.462.085.923.177 1.381.266.461.089.918.178 1.38.27l1.376.276c.458.093.916.185 1.377.28l1.373.288c.458.095.916.19 1.374.29.457.099.915.195 1.369.294.458.099.912.198 1.37.3.455.1.912.202 1.367.304l1.366.308c.454.102.912.205 1.367.31.454.103.908.209 1.366.311l1.363.318c.454.106.909.212 1.363.321l1.363.321c.454.11.905.216 1.36.325.454.11.908.218 1.359.328.451.11.906.218 1.36.328.454.11.905.222 1.359.331.455.11.906.222 1.36.332l1.356.334c.451.113.906.226 1.356.335l1.357.338 1.356.338 1.356.339 1.356.338 1.356.338 1.357.338 1.356.338 1.356.339 1.356.338 1.356.338 1.357.338c.454.113.905.222 1.359.335.451.113.905.222 1.356.335.451.113.906.222 1.36.331.454.11.905.222 1.36.331.454.11.905.223 1.359.332l1.36.328c.454.11.908.215 1.363.324.454.11.908.215 1.363.321a2876.167 2876.167 0 0 0 2.729.636c.455.106.912.208 1.367.31l1.366.312c.458.102.912.204 1.37.304.458.099.912.201 1.37.3l1.37.297c.457.1.915.195 1.373.294.458.096.915.195 1.373.29.458.096.916.192 1.377.284.458.092.919.188 1.377.28.461.092.918.185 1.38.273.461.09.919.181 1.38.27.461.09.922.178 1.383.263l1.384.257c.461.085.926.167 1.387.249l1.39.246c.465.082.926.157 1.39.236.465.078.93.157 1.394.232.465.075.929.15 1.397.222.465.075.933.147 1.398.215a204.597 204.597 0 0 0 2.804.41c.468.065.936.13 1.408.191.468.062.939.127 1.407.185.471.061.943.12 1.414.174.472.058.943.11 1.415.164.471.055.946.106 1.417.157a179.495 179.495 0 0 0 2.846.284 183.197 183.197 0 0 0 5.732.437c.478.03.96.055 1.442.082l1.445.072c.481.02.966.037 1.448.054.482.018.967.031 1.452.045.485.014.97.024 1.455.03.485.007.97.014 1.459.018.488.003.973.003 1.462.003.488 0 .977-.003 1.469-.01.488-.007.98-.014 1.472-.028.492-.01.984-.023 1.476-.04.492-.018.984-.035 1.479-.055.495-.02.987-.045 1.483-.072.495-.027.99-.055 1.489-.089.499-.03.994-.068 1.493-.106.499-.037.997-.078 1.496-.123.499-.044 1.001-.088 1.5-.14.502-.048 1.004-.102 1.506-.157a76.066 76.066 0 0 0 1.51-.177 113.936 113.936 0 0 0 3.037-.41 116.253 116.253 0 0 0 3.054-.492 124.325 124.325 0 0 0 4.619-.895c.515-.11 1.031-.226 1.551-.342.519-.12 1.035-.242 1.554-.365.519-.127 1.042-.257 1.561-.39.519-.133 1.042-.273 1.568-.413a130.172 130.172 0 0 0 3.15-.905c.526-.161 1.055-.325 1.585-.492a109.322 109.322 0 0 0 3.184-1.062c.532-.185 1.065-.38 1.602-.575a105.34 105.34 0 0 0 3.218-1.233 112.584 112.584 0 0 0 3.245-1.356 113.662 113.662 0 0 0 3.269-1.483 115.024 115.024 0 0 0 3.293-1.612c.55-.28 1.104-.567 1.657-.86.553-.295 1.107-.592 1.664-.896.556-.304 1.113-.615 1.67-.933a125.76 125.76 0 0 0 5.053-3.02 144.244 144.244 0 0 0 3.402-2.213 156.691 156.691 0 0 0 5.158-3.631c.578-.427 1.155-.858 1.736-1.298a157.92 157.92 0 0 0 7.013-5.664c.587-.506 1.178-1.018 1.773-1.538.591-.522 1.185-1.052 1.78-1.588a198.932 198.932 0 0 0 3.583-3.341A171.68 171.68 0 0 0 328.469 0v7.304c-.601.58-1.206 1.15-1.804 1.711a189.765 189.765 0 0 1-3.583 3.262 180.99 180.99 0 0 1-3.553 3.054 162.735 162.735 0 0 1-5.271 4.206c-.581.444-1.165.878-1.742 1.308a164.554 164.554 0 0 1-3.464 2.48c-.574.4-1.148.79-1.719 1.175a143.416 143.416 0 0 1-3.416 2.22c-.567.356-1.134.708-1.697 1.05a132.87 132.87 0 0 1-5.053 2.91c-.557.304-1.114.605-1.67.895-.557.294-1.111.577-1.664.86-.553.28-1.107.554-1.657.824-.553.27-1.103.53-1.653.79-.55.255-1.097.508-1.643.754a129.774 129.774 0 0 1-3.269 1.411 108.669 108.669 0 0 1-3.246 1.284 119.193 119.193 0 0 1-3.218 1.165c-.536.185-1.069.362-1.602.54a106.84 106.84 0 0 1-4.769 1.448c-.526.147-1.052.29-1.578.43-.526.141-1.049.274-1.571.407-.523.13-1.046.257-1.568.38a91.21 91.21 0 0 1-1.562.355 125.101 125.101 0 0 1-4.649.93 131.425 131.425 0 0 1-3.074.505c-.513.078-1.022.15-1.531.222-.509.071-1.018.136-1.523.201-.509.065-1.015.123-1.521.181a114.644 114.644 0 0 1-3.026.308c-.502.044-1.004.085-1.507.126-.502.038-1.001.072-1.499.106-.499.034-.998.062-1.497.089-.498.027-.997.051-1.492.072-.496.02-.991.037-1.486.054-.496.017-.991.028-1.483.038-.495.01-.987.02-1.479.024-.492.007-.984.007-1.476.007s-.98 0-1.472-.007c-.489-.004-.977-.014-1.466-.02-.488-.011-.977-.021-1.462-.035-.488-.014-.973-.03-1.458-.048a102.06 102.06 0 0 1-1.456-.065c-.485-.024-.97-.047-1.452-.075a210.518 210.518 0 0 1-2.893-.188c-.482-.034-.96-.071-1.442-.112a195.002 195.002 0 0 1-4.304-.41c-.475-.052-.953-.103-1.428-.157a202.937 202.937 0 0 1-2.845-.346c-.472-.061-.947-.122-1.418-.187l-1.414-.195-1.411-.205c-.472-.072-.94-.14-1.411-.215-.468-.072-.936-.147-1.407-.222-.468-.075-.936-.154-1.404-.233-.468-.078-.936-.157-1.401-.239-.468-.082-.933-.16-1.397-.246-.465-.082-.933-.17-1.397-.256-.465-.085-.93-.174-1.394-.263-.465-.089-.926-.178-1.39-.27-.465-.089-.926-.18-1.391-.273-.464-.092-.926-.185-1.387-.28l-1.383-.287c-.461-.096-.923-.195-1.384-.294-.461-.1-.922-.198-1.38-.3-.458-.103-.919-.202-1.38-.305-.458-.102-.919-.205-1.377-.31a200.34 200.34 0 0 1-1.376-.315c-.458-.106-.916-.212-1.374-.32a947.009 947.009 0 0 1-4.113-.984c-.454-.114-.912-.223-1.366-.335-.454-.113-.912-.226-1.367-.342l-1.366-.342c-.454-.116-.909-.232-1.366-.345a2663.283 2663.283 0 0 1-2.726-.7c-.455-.116-.909-.236-1.363-.355-.455-.12-.909-.236-1.363-.356l-1.36-.358-1.36-.362c-.454-.12-.905-.24-1.359-.363-.455-.123-.906-.242-1.356-.362-.455-.123-.906-.242-1.36-.365-.451-.123-.905-.243-1.356-.366-.455-.123-.906-.246-1.356-.365l-1.357-.37-1.356-.368-1.356-.369-1.356-.369-1.356-.369-1.357-.369-1.356-.369c-.451-.123-.905-.246-1.356-.365-.451-.123-.905-.243-1.356-.366-.454-.123-.905-.242-1.356-.365-.451-.123-.906-.243-1.357-.362-.454-.12-.905-.243-1.359-.363-.454-.12-.905-.242-1.36-.362-.454-.12-.905-.239-1.359-.355-.455-.116-.906-.239-1.36-.355-.454-.12-.909-.236-1.36-.355-.454-.117-.905-.236-1.359-.352l-1.363-.349-1.363-.348c-.455-.116-.909-.229-1.367-.342-.454-.113-.912-.229-1.366-.341-.454-.113-.912-.226-1.366-.335-.455-.113-.913-.222-1.37-.332l-1.37-.328c-.455-.109-.912-.218-1.37-.324l-1.373-.318c-.458-.106-.916-.212-1.374-.314-.457-.106-.915-.208-1.376-.31a199.66 199.66 0 0 0-1.377-.305c-.458-.102-.919-.201-1.38-.3-.461-.1-.922-.199-1.38-.294-.461-.096-.923-.195-1.384-.29a199.47 199.47 0 0 0-1.383-.284l-1.387-.277c-.461-.092-.926-.18-1.39-.27-.465-.089-.926-.174-1.391-.263-.464-.085-.929-.174-1.394-.256a97.624 97.624 0 0 0-1.397-.246c-.468-.082-.932-.164-1.4-.242-.468-.08-.933-.158-1.401-.233l-1.404-.225c-.468-.075-.936-.147-1.404-.215a171.771 171.771 0 0 0-2.822-.407 201.426 201.426 0 0 0-4.253-.543 203.252 203.252 0 0 0-2.852-.31c-.478-.049-.953-.093-1.432-.138a198.45 198.45 0 0 0-1.434-.13c-.478-.04-.957-.078-1.438-.116-.479-.037-.96-.071-1.442-.102-.482-.034-.963-.065-1.445-.092l-1.448-.082c-.486-.024-.967-.048-1.452-.069-.485-.02-.97-.037-1.456-.05-.485-.018-.973-.032-1.458-.042-.489-.01-.974-.02-1.462-.027-.489-.007-.977-.01-1.47-.01h-1.468c-.492 0-.984.01-1.476.017-.492.01-.984.02-1.479.034-.495.014-.987.03-1.483.051-.495.02-.99.041-1.489.065-.495.024-.994.055-1.493.082-.499.03-.997.065-1.496.099-.499.038-.998.075-1.5.116-.502.041-1.004.089-1.506.137a113.498 113.498 0 0 0-3.027.328c-.505.061-1.011.126-1.52.191a117.219 117.219 0 0 0-3.054.451c-.51.082-1.021.167-1.534.256-.512.089-1.025.178-1.54.277-.516.096-1.029.198-1.545.3-.515.103-1.031.212-1.55.322-.516.112-1.036.225-1.558.345a131.558 131.558 0 0 0-3.13.762 133.732 133.732 0 0 0-3.15.864c-.525.153-1.055.31-1.584.471-.53.16-1.06.328-1.589.499-.53.17-1.062.348-1.595.526-.533.181-1.066.366-1.602.553-.533.188-1.07.383-1.606.585a85.39 85.39 0 0 0-1.612.614 106.26 106.26 0 0 0-3.245 1.319 115.506 115.506 0 0 0-4.916 2.217 124.47 124.47 0 0 0-4.97 2.521c-.557.297-1.114.605-1.67.916a121.31 121.31 0 0 0-5.053 2.968 136.453 136.453 0 0 0-6.836 4.527c-.574.406-1.151.82-1.725 1.24a139.865 139.865 0 0 0-5.227 3.99 160.95 160.95 0 0 0-8.861 7.621 170.453 170.453 0 0 0-3.6 3.416l-.004.01Z\' fill=\'%23589A43\'/%3E%3Cdefs%3E%3ClinearGradient id=\'a\' x1=\'30.583\' y1=\'44.058\' x2=\'43.354\' y2=\'-15.457\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23EBF3FF\'/%3E%3Cstop offset=\'1\' stop-color=\'%23D0DFF6\'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	height: 80px;
}

.home-section-5 .section-transition.nitro-lazy {
	background-image: none !important;
}

@media (min-width: 576px) {
	.home-section-5 .section-transition {
		background-image: url("data:image/svg+xml,%3Csvg fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 576 144\'%3E%3Cg clip-path=\'url(%23a)\'%3E%3Cpath d=\'M582.381 6.488S493.167 74.72 425.784 74.72c-59.657 0-114.575-13.886-163.308-25.453-51.168-12.144-95.25-21.998-119.312-21.998-46.98 0-66.297 7.481-89.111 15.287C8.379 58.96-20.89 91.399-20.89 91.399V144H582.38V6.488Z\' fill=\'%23fff\'/%3E%3Cpath d=\'M-32 99.807a303.725 303.725 0 0 1 6.536-6.14 270.216 270.216 0 0 1 3.244-2.92c1.079-.962 2.158-1.904 3.23-2.828a287.919 287.919 0 0 1 6.425-5.377 273.546 273.546 0 0 1 6.363-5.023c1.054-.813 2.109-1.6 3.163-2.382a308.373 308.373 0 0 1 3.15-2.3 234.626 234.626 0 0 1 6.257-4.36c1.036-.7 2.078-1.383 3.107-2.059 1.036-.676 2.066-1.34 3.095-1.984a190.29 190.29 0 0 1 3.082-1.91 200.349 200.349 0 0 1 3.07-1.836c1.023-.602 2.04-1.19 3.057-1.767a185.916 185.916 0 0 1 3.045-1.693 180.22 180.22 0 0 1 3.032-1.631c1.011-.534 2.016-1.055 3.02-1.563 1.005-.509 2.01-1.011 3.008-1.5.999-.49 2.003-.968 2.996-1.44a242.582 242.582 0 0 1 5.96-2.685c.991-.428 1.977-.843 2.963-1.253.987-.409 1.973-.806 2.952-1.197a213.029 213.029 0 0 1 5.867-2.226 205.03 205.03 0 0 1 14.48-4.639c.956-.266 1.91-.527 2.865-.78.956-.255 1.904-.497 2.853-.733.949-.235 1.898-.465 2.847-.688.948-.223 1.891-.434 2.834-.645.942-.205 1.885-.41 2.821-.601.943-.193 1.88-.379 2.816-.559.936-.18 1.873-.353 2.803-.514.93-.168 1.867-.323 2.797-.478.93-.155 1.86-.298 2.784-.434.93-.136 1.854-.273 2.778-.397.925-.124 1.849-.248 2.766-.36.924-.111 1.842-.223 2.76-.322.918-.1 1.836-.198 2.753-.291.918-.093 1.83-.174 2.741-.255.912-.08 1.824-.149 2.735-.217.912-.068 1.817-.13 2.729-.186a199.27 199.27 0 0 1 2.716-.155c.906-.05 1.811-.087 2.71-.124.899-.037 1.799-.068 2.698-.093.899-.025 1.798-.05 2.691-.062.9-.019 1.793-.025 2.686-.037.893-.006 1.786-.013 2.679-.006.893.006 1.779.006 2.672.018.887.013 1.774.025 2.661.05.887.018 1.773.043 2.654.074.887.031 1.768.062 2.648.1.881.037 1.761.08 2.642.123.881.044 1.755.094 2.636.15.874.055 1.755.111 2.629.173.874.062 1.749.124 2.623.192.875.068 1.743.143 2.617.217.868.075 1.743.155 2.611.236.868.08 1.736.167 2.605.254.868.087 1.73.18 2.598.273.862.093 1.73.192 2.592.298.862.099 1.724.21 2.586.316.862.105 1.724.217 2.58.335.862.111 1.718.236 2.574.353.855.118 1.711.242 2.567.366.856.124 1.706.255 2.561.385.856.13 1.706.266 2.562.403.849.136 1.705.273 2.555.415.849.143 1.699.286 2.548.434l2.549.447c.85.149 1.693.31 2.537.465.843.155 1.693.316 2.536.478.843.16 1.687.322 2.53.49.843.167 1.681.328 2.524.502.843.167 1.681.34 2.524.514.844.174 1.681.348 2.518.528l2.511.54c.838.179 1.675.365 2.512.545l2.505.558c.838.186 1.669.378 2.506.57.831.193 1.668.385 2.499.583.831.193 1.662.391 2.499.583l2.493.596c.831.198 1.662.403 2.493.608.831.204 1.662.409 2.487.614.831.204 1.656.409 2.487.62.825.21 1.656.415 2.48.626l2.481.633c.825.21 1.656.427 2.481.638.824.217 1.649.428 2.48.645l2.475.651c.824.217 1.649.434 2.474.658.825.217 1.649.44 2.474.663.825.224 1.644.44 2.468.664.825.223 1.65.446 2.469.67.824.223 1.643.446 2.468.676.825.223 1.643.452 2.468.675.825.224 1.643.453 2.468.683.819.23 1.644.452 2.462.682.819.23 1.644.459 2.462.688l2.462.689 2.462.688c.819.23 1.644.459 2.462.688.819.23 1.643.46 2.462.695.819.23 1.637.459 2.462.694.819.23 1.643.46 2.462.695.819.23 1.643.459 2.462.695.819.229 1.643.465 2.462.694.819.23 1.643.459 2.462.688l2.462.689c.819.23 1.643.459 2.462.688.825.23 1.643.46 2.462.682.825.23 1.643.46 2.468.682.825.23 1.644.453 2.468.683.825.23 1.644.452 2.468.676.819.223 1.644.452 2.469.676.824.223 1.649.446 2.468.67.825.223 1.649.446 2.468.663.825.223 1.65.44 2.474.657.825.217 1.65.44 2.475.658.825.217 1.649.434 2.48.65.825.218 1.656.429 2.481.646.825.217 1.656.428 2.481.639l2.48.632 2.487.626c.831.205 1.662.416 2.487.62l2.493.614c.831.205 1.662.404 2.493.602.831.198 1.662.397 2.499.595.831.199 1.668.391 2.499.583l2.505.577c.838.192 1.669.378 2.506.564.837.186 1.674.372 2.511.552.838.186 1.675.366 2.512.546.837.18 1.681.36 2.518.533.843.174 1.68.348 2.524.521.843.174 1.68.341 2.524.515.843.167 1.687.335 2.53.496.843.161 1.687.323 2.536.484.844.161 1.693.316 2.537.471.849.155 1.699.304 2.542.453l2.549.446c.85.15 1.699.286 2.555.428.85.143 1.706.28 2.555.416.856.136 1.706.266 2.561.397a360.722 360.722 0 0 0 7.721 1.097c.862.112 1.724.223 2.586.329.862.105 1.724.21 2.592.31.869.1 1.731.198 2.599.291.868.094 1.736.187 2.604.273.869.087 1.737.168 2.611.248a373.772 373.772 0 0 0 5.241.44c.874.069 1.748.131 2.629.187a351.41 351.41 0 0 0 5.277.304c.881.043 1.762.08 2.648.118.887.037 1.768.061 2.655.086.886.025 1.773.05 2.66.062.887.019 1.78.031 2.673.037.893.007 1.786.013 2.679.007.893 0 1.792 0 2.685-.019.893-.018 1.792-.025 2.692-.043.899-.019 1.798-.044 2.697-.075.906-.03 1.805-.068 2.71-.105.906-.044 1.811-.087 2.717-.137a207.342 207.342 0 0 0 5.463-.372c.912-.074 1.829-.148 2.741-.23.918-.08 1.83-.173 2.747-.266.918-.093 1.836-.192 2.76-.304.924-.105 1.842-.217 2.766-.34.924-.118 1.848-.243 2.778-.379.93-.13 1.854-.273 2.791-.416.93-.142 1.86-.297 2.797-.452.936-.155 1.866-.323 2.809-.49.936-.174 1.873-.347 2.815-.533.943-.186 1.879-.379 2.822-.577.943-.199 1.885-.403 2.834-.62.949-.211 1.891-.434 2.846-.664.949-.23 1.904-.465 2.853-.707.949-.242 1.91-.496 2.865-.75.955-.26 1.917-.527 2.878-.8a169.69 169.69 0 0 0 2.883-.85c.962-.291 1.929-.589 2.897-.899a179.24 179.24 0 0 0 5.823-1.953 189.04 189.04 0 0 0 2.927-1.055c.98-.36 1.959-.731 2.939-1.11a222.442 222.442 0 0 0 5.917-2.387c.992-.416 1.984-.844 2.976-1.284.992-.44 1.991-.88 2.983-1.34a211.04 211.04 0 0 0 2.995-1.401 185.17 185.17 0 0 0 3.008-1.47 274.583 274.583 0 0 0 3.02-1.525 238.947 238.947 0 0 0 3.033-1.594 220.8 220.8 0 0 0 6.102-3.392c1.023-.59 2.046-1.191 3.07-1.799a246.919 246.919 0 0 0 3.082-1.873c1.029-.638 2.059-1.29 3.094-1.947a214.713 214.713 0 0 0 3.107-2.022c1.042-.688 2.078-1.389 3.126-2.102 1.042-.713 2.09-1.439 3.138-2.183a259.311 259.311 0 0 0 9.488-7.039c1.06-.824 2.121-1.661 3.188-2.511a232.53 232.53 0 0 0 3.206-2.605c1.073-.88 2.145-1.78 3.218-2.691a308.745 308.745 0 0 0 3.231-2.785 225.857 225.857 0 0 0 3.244-2.883 306.02 306.02 0 0 0 6.536-6.053v22.933a351.84 351.84 0 0 1-3.274 2.952 318.234 318.234 0 0 1-6.506 5.612 291.194 291.194 0 0 1-3.231 2.667c-1.073.874-2.145 1.73-3.218 2.574a270.692 270.692 0 0 1-6.394 4.874c-1.06.781-2.121 1.556-3.175 2.313a245.907 245.907 0 0 1-9.451 6.437 198.077 198.077 0 0 1-3.12 1.978 204.791 204.791 0 0 1-6.201 3.74 226.372 226.372 0 0 1-3.082 1.761 188.941 188.941 0 0 1-3.07 1.687 199.322 199.322 0 0 1-6.102 3.163 228.543 228.543 0 0 1-6.053 2.902c-1.004.459-2.009.912-3.007 1.352-.999.44-2.003.868-2.996 1.29-.998.421-1.99.83-2.983 1.228-.992.403-1.984.787-2.976 1.172a211.333 211.333 0 0 1-5.917 2.164c-.979.341-1.959.676-2.939 1.005-.98.322-1.953.638-2.927.942-.974.304-1.947.602-2.915.893-.973.292-1.941.57-2.908.844a180.335 180.335 0 0 1-5.78 1.532c-.961.235-1.916.47-2.877.694-.956.223-1.911.44-2.866.645-.955.21-1.903.41-2.852.602-.949.192-1.898.378-2.847.551-.949.18-1.891.348-2.834.515-.942.161-1.885.323-2.828.472a227.76 227.76 0 0 1-5.618.818c-.93.124-1.867.236-2.797.347-.93.112-1.861.211-2.785.31-.93.1-1.854.193-2.778.273a206.45 206.45 0 0 1-5.525.434 213.625 213.625 0 0 1-5.489.298c-.911.037-1.823.075-2.734.099-.912.025-1.817.05-2.723.069-.905.018-1.811.024-2.716.031-.906.006-1.805.006-2.71 0-.899 0-1.805-.013-2.704-.025-.899-.013-1.798-.031-2.691-.056-.9-.025-1.793-.05-2.686-.081s-1.786-.068-2.679-.111c-.893-.044-1.78-.087-2.673-.137a343.27 343.27 0 0 1-2.666-.161c-.887-.056-1.774-.124-2.654-.186-.887-.068-1.768-.136-2.648-.217-.881-.074-1.762-.155-2.642-.236-.881-.08-1.755-.173-2.636-.26a352.55 352.55 0 0 1-2.629-.285c-.875-.1-1.749-.205-2.623-.311-.875-.105-1.743-.21-2.618-.328-.868-.112-1.736-.23-2.604-.347a363.98 363.98 0 0 1-2.605-.366c-.868-.124-1.73-.255-2.598-.385a187.4 187.4 0 0 1-2.592-.41c-.862-.136-1.724-.278-2.586-.427a325.162 325.162 0 0 1-5.154-.9c-.856-.154-1.711-.316-2.567-.477-.856-.161-1.712-.322-2.561-.49-.856-.167-1.706-.335-2.562-.508-.849-.174-1.705-.347-2.555-.527l-2.548-.54c-.85-.18-1.7-.366-2.543-.552a297.12 297.12 0 0 1-2.536-.564c-.844-.192-1.693-.385-2.537-.583-.843-.199-1.687-.39-2.53-.595-.843-.199-1.687-.404-2.524-.602-.843-.205-1.681-.41-2.524-.62-.843-.205-1.681-.416-2.518-.626-.837-.211-1.674-.428-2.511-.64-.838-.216-1.675-.427-2.512-.65-.837-.217-1.674-.44-2.505-.664-.838-.223-1.669-.446-2.506-.67-.831-.223-1.668-.452-2.499-.676-.831-.23-1.662-.459-2.499-.688-.831-.23-1.662-.465-2.493-.694-.831-.236-1.662-.466-2.493-.701-.831-.236-1.662-.472-2.487-.713-.831-.242-1.656-.478-2.487-.72l-2.48-.725c-.825-.242-1.656-.49-2.481-.732a358.35 358.35 0 0 1-2.48-.738c-.825-.248-1.65-.496-2.481-.744-.825-.248-1.65-.503-2.474-.75-.825-.249-1.65-.503-2.475-.751-.825-.254-1.649-.509-2.468-.757a1028.528 1028.528 0 0 1-4.936-1.531c-.825-.255-1.644-.515-2.469-.77-.824-.254-1.643-.514-2.468-.768-.825-.26-1.643-.515-2.468-.776-.825-.26-1.643-.52-2.462-.781-.825-.26-1.643-.52-2.462-.781-.825-.26-1.643-.521-2.462-.782-.818-.26-1.643-.52-2.462-.781l-2.462-.782c-.818-.26-1.643-.527-2.462-.787l-2.462-.782c-.818-.26-1.643-.52-2.462-.787-.818-.26-1.643-.521-2.462-.788-.818-.26-1.643-.52-2.462-.781-.818-.26-1.643-.52-2.462-.781l-2.462-.782c-.818-.26-1.643-.52-2.462-.781-.818-.26-1.643-.515-2.462-.775-.824-.26-1.643-.515-2.468-.775-.825-.255-1.643-.515-2.468-.776-.825-.254-1.643-.514-2.468-.769-.825-.254-1.644-.508-2.468-.763-.825-.254-1.644-.502-2.469-.756-.824-.254-1.649-.502-2.468-.757-.825-.248-1.649-.502-2.474-.75l-2.474-.744c-.825-.248-1.656-.496-2.481-.738-.825-.248-1.65-.49-2.481-.732-.824-.242-1.655-.49-2.48-.726a293.09 293.09 0 0 0-2.487-.719 1358.34 1358.34 0 0 0-4.974-1.42c-.831-.236-1.662-.465-2.493-.7-.831-.23-1.662-.466-2.493-.695-.831-.23-1.662-.453-2.499-.683-.831-.223-1.668-.452-2.499-.67-.831-.223-1.668-.44-2.505-.663-.838-.217-1.675-.434-2.506-.651-.837-.217-1.674-.428-2.511-.645-.838-.21-1.675-.422-2.512-.633-.837-.21-1.68-.415-2.518-.62-.837-.204-1.68-.409-2.524-.607-.843-.199-1.68-.404-2.524-.596-.843-.198-1.686-.39-2.53-.583-.843-.192-1.687-.384-2.53-.57l-2.543-.558c-.849-.186-1.693-.366-2.542-.54-.85-.18-1.699-.353-2.549-.527a305.777 305.777 0 0 0-5.11-1.01l-2.561-.485-2.568-.465c-.855-.155-1.718-.303-2.573-.446-.862-.149-1.724-.292-2.58-.434-.862-.143-1.724-.28-2.586-.41-.862-.136-1.73-.266-2.592-.396a189.38 189.38 0 0 0-2.599-.373c-.868-.123-1.736-.235-2.604-.353-.869-.118-1.737-.23-2.605-.335a342.264 342.264 0 0 0-5.24-.601c-.875-.093-1.749-.186-2.63-.273-.88-.087-1.755-.168-2.635-.248-.881-.081-1.761-.155-2.642-.224a362.023 362.023 0 0 0-5.302-.366c-.887-.055-1.774-.105-2.667-.148-.887-.044-1.78-.087-2.667-.118-.886-.031-1.786-.068-2.679-.093a378.66 378.66 0 0 0-2.685-.068c-.899-.019-1.792-.031-2.691-.038-.9-.006-1.799-.006-2.704-.006-.899 0-1.805.013-2.71.025-.906.012-1.811.031-2.716.056-.906.025-1.811.056-2.723.087-.911.037-1.823.068-2.735.117-.911.044-1.823.1-2.741.156a205.137 205.137 0 0 0-8.279.67c-.924.092-1.848.185-2.778.29-.924.106-1.854.218-2.784.336-.93.117-1.86.235-2.797.366-.937.13-1.867.266-2.81.409-.936.142-1.872.298-2.815.453-.936.154-1.879.322-2.822.496-.942.173-1.885.353-2.834.54-.949.185-1.897.377-2.846.582-.949.198-1.904.41-2.853.626-.949.218-1.91.44-2.865.67-.955.23-1.916.471-2.877.72-.962.248-1.923.502-2.884.769-.961.266-1.929.54-2.896.818-.968.28-1.935.57-2.909.868-.967.298-1.94.608-2.914.924a201.32 201.32 0 0 0-11.783 4.23 199.657 199.657 0 0 0-5.96 2.468c-.998.428-1.997.868-2.995 1.32a218.392 218.392 0 0 0-12.105 5.936c-1.017.54-2.04 1.091-3.058 1.656a190.322 190.322 0 0 0-3.07 1.724 231.543 231.543 0 0 0-6.176 3.67c-1.03.64-2.071 1.284-3.107 1.942a238.337 238.337 0 0 0-3.125 2.022c-1.042.688-2.09 1.389-3.132 2.102a290.592 290.592 0 0 0-3.15 2.183 245.06 245.06 0 0 0-6.338 4.614c-1.06.8-2.121 1.612-3.188 2.437a270.432 270.432 0 0 0-6.425 5.14 242.548 242.548 0 0 0-3.23 2.71 332.821 332.821 0 0 0-6.505 5.7 288.738 288.738 0 0 0-3.275 3.001l-.019-.05Z\' fill=\'%23589A43\'/%3E%3Cpath d=\'M431.038 103.701c.632 0 1.259 0 1.891-.006.906 0 1.817-.012 2.723-.031.911-.019 1.823-.043 2.735-.068.911-.025 1.829-.062 2.741-.099a212.087 212.087 0 0 0 5.513-.298c.924-.062 1.842-.13 2.772-.198.924-.075 1.848-.149 2.778-.236.924-.087 1.854-.18 2.785-.273.93-.099 1.86-.198 2.796-.31.937-.112 1.867-.223 2.803-.347a243.586 243.586 0 0 0 5.638-.819c.942-.149 1.885-.31 2.834-.471a158.39 158.39 0 0 0 2.84-.515c.949-.18 1.904-.36 2.853-.558.955-.192 1.91-.397 2.865-.602.955-.21 1.916-.428 2.871-.65.961-.224 1.922-.46 2.884-.695.961-.242 1.928-.484 2.896-.745a190.613 190.613 0 0 0 8.75-2.536c.98-.31 1.96-.62 2.939-.949.98-.322 1.966-.663 2.952-1.004.986-.341 1.972-.701 2.965-1.06.986-.36 1.978-.733 2.97-1.117.992-.385 1.991-.775 2.983-1.172a203.388 203.388 0 0 0 9.023-3.888 199.355 199.355 0 0 0 6.078-2.909 280.463 280.463 0 0 0 3.057-1.55 225.492 225.492 0 0 0 6.152-3.318 237.21 237.21 0 0 0 6.201-3.603 266.3 266.3 0 0 0 6.251-3.9c1.048-.677 2.096-1.371 3.144-2.072 1.048-.701 2.103-1.42 3.157-2.152 1.054-.732 2.115-1.47 3.169-2.233 1.06-.756 2.121-1.531 3.181-2.319a328.406 328.406 0 0 0 3.2-2.4c1.067-.819 2.14-1.643 3.213-2.487a277.837 277.837 0 0 0 9.717-8.018 314.774 314.774 0 0 0 3.268-2.86c1.092-.966 2.19-1.959 3.281-2.957l.23-.211V17.148l-1.21 1.153a291.279 291.279 0 0 1-3.268 3.07 275.522 275.522 0 0 1-3.256 2.97 307.43 307.43 0 0 1-9.668 8.335 278.86 278.86 0 0 1-3.193 2.598c-1.061.85-2.121 1.687-3.182 2.506-1.06.818-2.115 1.63-3.169 2.425a312.41 312.41 0 0 1-3.15 2.337c-1.048.763-2.096 1.52-3.138 2.258a237.65 237.65 0 0 1-6.239 4.273 171.817 171.817 0 0 1-3.101 2.015 205.978 205.978 0 0 1-3.088 1.941 203.548 203.548 0 0 1-3.076 1.867c-1.023.614-2.04 1.21-3.063 1.798-1.017.59-2.034 1.166-3.045 1.73a183.331 183.331 0 0 1-3.039 1.656c-1.011.54-2.015 1.073-3.02 1.588a229.21 229.21 0 0 1-8.998 4.39 236.122 236.122 0 0 1-5.941 2.61c-.986.417-1.972.826-2.952 1.223-.98.397-1.966.781-2.94 1.16-.98.378-1.953.75-2.927 1.11-.974.36-1.947.707-2.921 1.048-.973.34-1.941.676-2.908.998-.968.323-1.935.639-2.896.949-.962.31-1.923.601-2.884.893-.961.291-1.922.57-2.878.85-.955.272-1.91.54-2.865.8-.955.26-1.903.508-2.852.75-.949.242-1.898.477-2.847.707-.949.23-1.891.446-2.834.657a251.657 251.657 0 0 1-5.637 1.19c-.936.187-1.873.36-2.803.534a237.25 237.25 0 0 1-5.581.943c-.93.142-1.855.285-2.779.415-.924.13-1.848.255-2.765.373-.918.117-1.842.229-2.76.34-.918.106-1.836.205-2.747.304-.918.093-1.83.186-2.741.267-.912.08-1.824.161-2.735.23-.912.068-1.817.142-2.723.198-.905.062-1.817.118-2.716.167-.905.05-1.804.1-2.71.137-.899.043-1.805.074-2.704.105-.899.031-1.798.056-2.691.075-.899.018-1.792.037-2.685.043-.893.013-1.786.019-2.679.019h-.41c-.756 0-1.507 0-2.257-.007-.887-.006-1.78-.018-2.66-.037-.887-.018-1.774-.037-2.655-.062-.887-.025-1.767-.055-2.648-.087-.88-.03-1.761-.074-2.642-.117-.88-.044-1.761-.087-2.635-.137-.875-.05-1.755-.105-2.63-.161-.874-.056-1.748-.118-2.623-.186-.874-.068-1.749-.136-2.617-.21-.868-.075-1.742-.15-2.611-.23-.868-.081-1.736-.162-2.604-.248-.868-.087-1.73-.18-2.599-.273-.868-.093-1.73-.193-2.592-.292-.862-.099-1.724-.204-2.586-.31-.862-.105-1.724-.21-2.58-.329-.862-.111-1.718-.229-2.573-.347-.856-.118-1.712-.242-2.568-.366-.856-.124-1.711-.254-2.561-.378a359.6 359.6 0 0 1-2.561-.397c-.85-.136-1.706-.273-2.555-.415-.85-.143-1.699-.28-2.549-.428-.85-.143-1.699-.292-2.543-.447l-.26-.043c-.763-.137-1.519-.267-2.276-.41-.843-.154-1.693-.316-2.536-.47l-2.53-.485a309.04 309.04 0 0 1-2.525-.496c-.843-.167-1.686-.34-2.524-.508-.843-.174-1.68-.341-2.517-.521-.838-.174-1.681-.354-2.518-.533-.837-.18-1.675-.36-2.512-.546-.837-.186-1.674-.366-2.505-.552-.837-.186-1.668-.378-2.505-.564l-2.506-.577c-.831-.192-1.662-.385-2.499-.583l-2.493-.595c-.831-.199-1.662-.403-2.493-.602-.713-.174-1.433-.347-2.146-.527l-.347-.087c-.831-.205-1.656-.41-2.487-.62l-.279-.068c-.738-.186-1.47-.366-2.208-.552l-2.48-.633-17.321-4.583c-.825-.223-1.643-.446-2.468-.676l-49.277-13.73c-.825-.223-1.649-.452-2.474-.676l-9.892-2.641a285.54 285.54 0 0 0-2.48-.645l-4.968-1.278c-.831-.21-1.655-.422-2.486-.626-.831-.211-1.662-.416-2.487-.62l-2.493-.614c-.831-.205-1.662-.403-2.493-.608-.831-.199-1.668-.397-2.499-.595-.831-.199-1.669-.391-2.499-.59l-.583-.136c-.639-.149-1.278-.298-1.923-.446-.837-.193-1.668-.379-2.505-.571l-2.512-.558c-.837-.186-1.674-.366-2.511-.552l-2.518-.54c-.701-.148-1.402-.291-2.103-.44l-.415-.087c-.837-.173-1.681-.347-2.524-.514l-2.53-.503c-.844-.167-1.687-.328-2.537-.49-.843-.16-1.693-.322-2.536-.477l-2.543-.465c-.849-.155-1.699-.304-2.548-.453-.85-.149-1.7-.291-2.549-.434-.85-.143-1.706-.28-2.555-.416-.856-.136-1.706-.272-2.561-.403-.856-.13-1.712-.26-2.568-.384-.856-.124-1.711-.248-2.573-.366-.856-.118-1.718-.242-2.58-.354l-2.586-.334c-.862-.106-1.724-.218-2.586-.317l-2.599-.297-2.604-.28-2.605-.26c-.868-.08-1.743-.161-2.617-.235-.874-.075-1.743-.15-2.623-.218-.875-.068-1.755-.13-2.63-.192-.874-.062-1.755-.118-2.635-.174-.881-.055-1.755-.099-2.642-.148-.881-.044-1.767-.087-2.648-.124-.881-.038-1.767-.069-2.654-.1-.887-.03-1.774-.055-2.661-.074-.887-.019-1.78-.037-2.673-.05-.893-.012-1.779-.018-2.679-.018h-.539c-.713 0-1.426 0-2.146.006-.893.006-1.792.019-2.691.037-.899.019-1.799.037-2.704.062-.899.025-1.805.056-2.71.093-.906.037-1.811.075-2.716.124-.906.044-1.817.1-2.723.155a203.597 203.597 0 0 0-5.476.41c-.917.08-1.829.167-2.747.254-.918.093-1.836.192-2.76.291-.924.106-1.848.211-2.772.323a228.91 228.91 0 0 0-5.569.769c-.93.136-1.86.285-2.796.434-.93.155-1.867.31-2.803.477a246.958 246.958 0 0 0-5.644 1.08c-.942.192-1.885.396-2.834.601-.949.21-1.891.422-2.84.645-.949.223-1.904.453-2.853.694-.955.236-1.91.478-2.865.732-.955.255-1.916.515-2.877.782-.962.266-1.923.545-2.884.83-.961.286-1.929.577-2.896.881a201.332 201.332 0 0 0-8.75 2.946c-.98.354-1.96.713-2.94 1.085s-1.966.75-2.952 1.141-1.972.794-2.964 1.203a236.553 236.553 0 0 0-5.953 2.574c-.999.447-1.997.905-2.996 1.377a195.504 195.504 0 0 0-6.028 2.946 209.22 209.22 0 0 0-6.077 3.206 228.667 228.667 0 0 0-6.12 3.473 237.307 237.307 0 0 0-6.178 3.758 258.56 258.56 0 0 0-6.226 4.055c-1.042.701-2.084 1.42-3.132 2.146-1.048.725-2.09 1.47-3.144 2.226a309.873 309.873 0 0 0-3.156 2.307 249.55 249.55 0 0 0-3.17 2.388 275.483 275.483 0 0 0-6.374 5.035c-1.067.869-2.14 1.755-3.213 2.648a266.167 266.167 0 0 0-6.462 5.581 276.807 276.807 0 0 0-3.25 2.928 356.822 356.822 0 0 0-3.267 3.026 302.058 302.058 0 0 0-3.28 3.126l.985 1.041a241.384 241.384 0 0 1 3.268-2.989c1.086-.98 2.17-1.94 3.25-2.89a259.354 259.354 0 0 1 6.462-5.494 268.847 268.847 0 0 1 9.581-7.56 259.757 259.757 0 0 1 3.169-2.344c1.054-.769 2.102-1.52 3.157-2.257a290.113 290.113 0 0 1 3.138-2.177 229.266 229.266 0 0 1 12.427-7.913c1.03-.608 2.053-1.203 3.076-1.792 1.023-.583 2.04-1.154 3.058-1.718 1.017-.558 2.034-1.11 3.05-1.65a228.772 228.772 0 0 1 6.059-3.088 222.597 222.597 0 0 1 6.01-2.828c.998-.452 1.996-.887 2.989-1.314a202.79 202.79 0 0 1 11.832-4.683c.98-.347 1.954-.694 2.927-1.023.974-.335 1.948-.65 2.921-.967a196.232 196.232 0 0 1 8.682-2.599c.961-.26 1.916-.52 2.878-.762.955-.248 1.91-.49 2.865-.72.955-.23 1.904-.452 2.852-.67.95-.217 1.898-.421 2.847-.62.949-.198 1.891-.396 2.834-.582.943-.187 1.885-.366 2.822-.534.942-.173 1.879-.335 2.815-.49.937-.155 1.873-.31 2.803-.452.93-.143 1.867-.28 2.797-.41.93-.13 1.86-.248 2.784-.366.93-.117 1.855-.23 2.779-.335.924-.105 1.848-.198 2.772-.291a206.992 206.992 0 0 1 8.254-.67c.912-.056 1.823-.105 2.735-.155.911-.043 1.817-.08 2.728-.118a197.16 197.16 0 0 1 2.717-.087c.905-.024 1.804-.043 2.71-.055.905-.013 1.804-.019 2.704-.025h.768c.639 0 1.284 0 1.923.006.899.006 1.792.025 2.685.037.893.019 1.786.038 2.679.062.893.025 1.78.056 2.673.093.887.038 1.774.075 2.66.118.887.044 1.774.093 2.655.149.886.056 1.767.112 2.648.174.88.062 1.761.124 2.642.192.88.068 1.755.142 2.635.223.875.08 1.755.161 2.63.248.874.087 1.748.18 2.623.273a387.996 387.996 0 0 1 5.228.602c.868.105 1.736.217 2.604.335.868.117 1.737.229 2.599.353l2.592.372c.862.13 1.724.26 2.586.397.862.136 1.718.267 2.58.41.855.142 1.718.285 2.573.433l2.568.447c.856.155 1.711.304 2.561.465.856.155 1.705.316 2.561.484.85.16 1.706.328 2.555.496.85.167 1.699.34 2.549.515.85.173 1.699.347 2.549.527l2.536.54 2.537.557c.843.186 1.686.379 2.53.57.843.193 1.687.385 2.53.584.843.198 1.681.397 2.518.595.843.199 1.68.403 2.518.608.837.205 1.68.41 2.517.62.838.21 1.675.416 2.512.633.837.21 1.674.428 2.511.645l.317.08c.725.186 1.457.378 2.183.564.837.218 1.668.44 2.499.664l2.499.67c.831.223 1.662.453 2.493.676l2.493.688 2.487.695c.831.235 1.656.471 2.487.707l2.486.713c.825.236 1.656.477 2.481.72l2.481.725c.824.242 1.649.484 2.474.732l27.15 8.371 49.314 15.504 7.442 2.214c.825.242 1.656.49 2.487.726l2.486.719c.831.236 1.662.478 2.493.713.732.211 1.464.416 2.196.62l.297.08c.831.237 1.662.466 2.499.695l2.5.689c.831.23 1.668.453 2.505.676l2.505.67c.838.223 1.675.44 2.512.663.775.205 1.557.403 2.338.602l.18.043c.837.217 1.68.428 2.518.639.843.21 1.68.422 2.524.626.837.205 1.68.416 2.524.62.781.193 1.569.379 2.35.565l.18.043c.843.198 1.687.397 2.536.595.844.199 1.693.391 2.537.583.849.193 1.693.379 2.542.565.85.186 1.699.372 2.549.552.85.18 1.699.365 2.555.54.85.179 1.705.353 2.555.526.856.174 1.705.341 2.561.509a368.637 368.637 0 0 0 5.141.973c.856.156 1.718.31 2.58.465.862.15 1.724.298 2.586.44.862.144 1.724.286 2.592.429l2.599.409c.868.13 1.73.261 2.598.385.868.124 1.736.248 2.611.365.868.118 1.743.236 2.611.348.874.111 1.749.223 2.623.328a305.17 305.17 0 0 0 5.265.596c.881.093 1.761.18 2.642.26.88.081 1.761.161 2.648.236.88.074 1.767.149 2.654.217s1.774.13 2.66.186c.887.062 1.78.112 2.673.167.893.05 1.786.1 2.679.137.893.043 1.786.08 2.686.111.899.031 1.792.062 2.691.081.899.025 1.798.043 2.698.056.899.012 1.804.025 2.71.025h.831l-.025.049Zm149.678-62.275c-1.01.924-2.028 1.836-3.032 2.735a258.093 258.093 0 0 1-3.25 2.846c-1.085.93-2.164 1.849-3.237 2.754-1.079.9-2.152 1.786-3.225 2.654a253.747 253.747 0 0 1-6.4 5.042c-1.06.812-2.12 1.606-3.181 2.388-1.06.78-2.115 1.55-3.169 2.306a226.229 226.229 0 0 1-3.15 2.22 281.004 281.004 0 0 1-3.138 2.14c-1.042.7-2.09 1.39-3.126 2.059-1.041.67-2.077 1.327-3.113 1.978a203.786 203.786 0 0 1-6.189 3.727 224.112 224.112 0 0 1-6.133 3.436 288.468 288.468 0 0 1-3.045 1.612c-1.011.528-2.028 1.036-3.033 1.545-1.01.502-2.015.998-3.02 1.475a184.211 184.211 0 0 1-6.009 2.76c-.998.44-1.991.868-2.989 1.284-.992.415-1.984.825-2.977 1.228a191.072 191.072 0 0 1-5.916 2.27 207.77 207.77 0 0 1-5.866 2.053c-.974.322-1.948.632-2.921.936-.968.303-1.941.601-2.909.886-.967.286-1.935.57-2.896.837-.961.273-1.922.534-2.884.788-.961.254-1.922.496-2.877.738-.955.236-1.91.471-2.865.695-.955.223-1.904.434-2.853.645-.949.204-1.897.409-2.846.601-.949.192-1.892.372-2.834.552a220.262 220.262 0 0 1-5.637.98 240.429 240.429 0 0 1-5.6.819c-.931.124-1.861.235-2.785.347-.924.111-1.854.211-2.778.31-.924.093-1.848.192-2.766.273-.924.087-1.842.161-2.76.235-.917.075-1.835.137-2.753.199a200.289 200.289 0 0 1-5.476.297c-.912.038-1.817.075-2.722.1a188.184 188.184 0 0 1-5.427.099c-.626 0-1.252.006-1.879.006h-.825c-.899 0-1.798-.018-2.691-.031-.899-.012-1.792-.031-2.685-.056-.893-.024-1.786-.049-2.679-.08-.893-.031-1.78-.069-2.673-.112-.887-.043-1.78-.087-2.66-.136-.887-.05-1.774-.106-2.661-.162-.887-.055-1.767-.124-2.648-.186-.881-.068-1.761-.136-2.642-.217-.88-.074-1.755-.155-2.635-.235-.881-.081-1.755-.174-2.63-.261-.874-.093-1.749-.186-2.623-.285a388.211 388.211 0 0 1-5.228-.626c-.868-.112-1.736-.23-2.604-.348-.869-.118-1.731-.242-2.599-.366-.862-.124-1.73-.254-2.592-.384-.862-.13-1.724-.267-2.586-.41a356.109 356.109 0 0 1-10.282-1.798c-.856-.161-1.706-.322-2.561-.49-.85-.167-1.706-.335-2.555-.508-.85-.174-1.7-.347-2.549-.527l-2.543-.54c-.849-.18-1.693-.366-2.542-.552-.844-.186-1.693-.372-2.537-.564-.843-.192-1.687-.385-2.53-.583-.843-.192-1.687-.39-2.53-.595l-.18-.044-2.344-.558c-.844-.205-1.681-.41-2.518-.62-.837-.205-1.68-.416-2.518-.627a372.41 372.41 0 0 1-2.511-.638l-.18-.044c-.775-.198-1.557-.396-2.332-.601-.837-.217-1.668-.44-2.505-.657l-2.499-.67c-.831-.224-1.669-.453-2.5-.676l-2.493-.689c-.831-.23-1.662-.465-2.493-.694l-.297-.087a290.89 290.89 0 0 1-2.196-.62c-.831-.236-1.655-.471-2.486-.713l-2.487-.72-2.481-.725-17.32-5.234-66.586-20.856c-.824-.248-1.649-.49-2.48-.732l-2.481-.731c-.831-.242-1.656-.484-2.487-.72l-2.493-.713-2.492-.707-2.493-.7c-.831-.23-1.662-.466-2.5-.695-.831-.23-1.668-.453-2.499-.682-.837-.224-1.668-.453-2.505-.676-.837-.224-1.668-.447-2.506-.664-.731-.192-1.463-.378-2.189-.57l-.316-.081c-.837-.217-1.674-.434-2.512-.645l-2.517-.633c-.838-.21-1.681-.415-2.524-.62-.838-.204-1.681-.409-2.524-.607-.844-.199-1.687-.404-2.531-.596-.843-.198-1.693-.39-2.536-.583-.843-.192-1.693-.384-2.536-.57-.85-.186-1.7-.379-2.543-.558-.843-.18-1.699-.366-2.549-.546a303.03 303.03 0 0 0-2.555-.527c-.849-.174-1.699-.348-2.555-.515-.856-.167-1.705-.335-2.561-.496l-2.567-.484c-.856-.161-1.712-.31-2.574-.465-.856-.155-1.718-.304-2.58-.453-.862-.148-1.724-.291-2.586-.434-.862-.142-1.724-.279-2.592-.409-.862-.136-1.73-.267-2.598-.397-.869-.13-1.737-.254-2.605-.372-.868-.124-1.736-.242-2.611-.353-.868-.118-1.743-.23-2.611-.335a377.683 377.683 0 0 0-7.888-.875c-.881-.087-1.761-.167-2.642-.248-.88-.08-1.767-.155-2.648-.223-.887-.068-1.767-.136-2.654-.192-.887-.062-1.774-.118-2.66-.174-.887-.056-1.78-.105-2.673-.149-.893-.043-1.78-.087-2.679-.118-.893-.037-1.793-.068-2.686-.093-.893-.024-1.792-.05-2.691-.068-.899-.018-1.798-.03-2.698-.037-.645 0-1.29-.006-1.935-.006h-.775c-.905 0-1.811.012-2.716.025-.905.012-1.817.03-2.729.055-.911.025-1.817.056-2.734.087-.912.037-1.83.075-2.741.118-.918.044-1.83.1-2.748.155a204.91 204.91 0 0 0-5.525.41c-.924.08-1.848.167-2.779.26-.93.093-1.854.192-2.784.291a228.272 228.272 0 0 0-5.6.707c-.936.13-1.873.267-2.815.416-.943.142-1.88.297-2.822.453-.943.16-1.885.322-2.834.496-.949.173-1.892.353-2.84.54-.95.185-1.904.384-2.853.582-.955.205-1.91.41-2.865.626-.955.218-1.916.44-2.878.676-.96.236-1.922.472-2.883.726-.962.248-1.929.508-2.896.769-.968.267-1.935.54-2.909.819-.967.279-1.947.57-2.92.874-.974.298-1.948.608-2.928.924a180.053 180.053 0 0 0-5.891 2.01c-.986.353-1.972.719-2.965 1.09a224.117 224.117 0 0 0-5.953 2.351c-.998.41-1.997.837-2.995 1.265-.999.434-2.003.874-3.008 1.327-1.005.453-2.01.918-3.02 1.39-1.01.47-2.022.96-3.032 1.457a275.54 275.54 0 0 0-3.045 1.52 215.745 215.745 0 0 0-11.69 6.412c.043-.025.087-.056.13-.081a233.141 233.141 0 0 1 9.184-5.494c1.011-.578 2.022-1.136 3.033-1.694a206.953 206.953 0 0 1 6.034-3.181 269.874 269.874 0 0 1 3.001-1.495 211.353 211.353 0 0 1 14.821-6.555c.98-.384 1.954-.762 2.928-1.134a278.7 278.7 0 0 1 2.92-1.08 199.986 199.986 0 0 1 5.805-2.003c.962-.316 1.923-.626 2.884-.924.961-.297 1.916-.589 2.878-.874.955-.285 1.91-.558 2.865-.825a178.743 178.743 0 0 1 5.699-1.5c.949-.236 1.891-.466 2.834-.689.943-.223 1.885-.434 2.822-.639a229 229 0 0 1 5.618-1.153c.937-.18 1.867-.347 2.797-.515.93-.167 1.86-.322 2.784-.477.93-.15 1.855-.298 2.779-.434.924-.137 1.848-.273 2.772-.397.924-.124 1.842-.248 2.759-.36a206.43 206.43 0 0 1 2.754-.322c.911-.1 1.829-.199 2.741-.292.912-.093 1.823-.174 2.735-.254.911-.08 1.817-.15 2.722-.217.906-.069 1.811-.13 2.716-.186.906-.056 1.805-.112 2.71-.155.9-.044 1.805-.087 2.704-.124.9-.038 1.799-.069 2.692-.093.893-.025 1.792-.05 2.685-.063.893-.018 1.786-.024 2.679-.037.713 0 1.42-.012 2.133-.012h.54c.887 0 1.78.012 2.66.018.887.013 1.774.025 2.654.05.881.025 1.768.044 2.649.075.88.03 1.761.062 2.641.099.881.037 1.762.08 2.636.124a185.2 185.2 0 0 1 2.629.149c.875.056 1.749.111 2.624.173.874.062 1.748.124 2.617.193a374.408 374.408 0 0 1 5.209.452c.868.08 1.73.168 2.598.255.862.086 1.73.18 2.592.272.862.093 1.724.193 2.586.298.862.1 1.718.21 2.58.316.856.106 1.718.217 2.574.335.856.112 1.718.23 2.574.354.855.117 1.711.242 2.561.366.856.124 1.705.254 2.555.384.849.13 1.705.267 2.555.403.849.137 1.699.273 2.548.416.85.142 1.694.285 2.543.434l2.543.446c.849.15 1.693.304 2.536.465.844.155 1.687.317 2.53.478.844.161 1.687.322 2.531.49.843.167 1.68.328 2.517.496.838.167 1.681.341 2.518.515l.422.087c.701.142 1.401.29 2.096.434l2.511.54c.838.179 1.675.365 2.506.545l2.505.558c.837.186 1.668.378 2.499.564l1.917.447.583.136c.831.192 1.662.385 2.493.583l2.493.596c.831.198 1.655.403 2.486.601.831.205 1.656.41 2.487.614.825.205 1.656.41 2.487.62.825.205 1.65.416 2.481.627l4.961 1.27c.825.212 1.649.429 2.474.646l9.885 2.635 2.468.67 49.277 13.73c.825.223 1.644.453 2.468.676l14.853 3.95 2.481.64 2.486.632 2.214.558.279.068c.831.205 1.662.416 2.493.62l.348.087c.719.18 1.432.353 2.151.527.831.205 1.662.403 2.5.602l2.499.595c.831.198 1.668.39 2.505.583.837.192 1.675.384 2.506.577.837.192 1.674.378 2.511.57l2.512.558c.837.186 1.68.366 2.518.546.837.18 1.68.36 2.524.533.843.18 1.68.348 2.524.521.843.174 1.686.341 2.53.515.843.168 1.687.335 2.536.496.85.161 1.693.329 2.537.484.849.161 1.693.316 2.542.477.763.143 1.526.273 2.289.41l.26.043 2.555.447c.85.148 1.705.291 2.555.428a372.645 372.645 0 0 0 7.702 1.196 319.69 319.69 0 0 0 5.166.714c.862.111 1.724.223 2.592.328.862.106 1.73.211 2.592.31a328.484 328.484 0 0 0 5.216.564c.868.087 1.742.174 2.617.249.874.08 1.749.155 2.623.23.875.074 1.749.142 2.63.21.874.068 1.755.13 2.635.186.881.056 1.761.112 2.642.161.881.05 1.761.1 2.648.143.881.043 1.767.08 2.654.118.887.037 1.774.062 2.661.087.886.024 1.779.05 2.672.062.893.018 1.787.03 2.68.037.756.006 1.513.006 2.269.006h.41c.899 0 1.792-.006 2.691-.019.899-.012 1.798-.024 2.698-.043.899-.019 1.804-.043 2.71-.074.905-.031 1.81-.069 2.716-.106.905-.043 1.817-.087 2.722-.136a201.221 201.221 0 0 0 5.476-.372c.918-.075 1.836-.15 2.754-.236.918-.08 1.835-.174 2.759-.267.924-.093 1.842-.198 2.766-.303.924-.106 1.848-.224 2.778-.342.924-.117 1.855-.248 2.785-.378.93-.13 1.86-.273 2.797-.415.93-.143 1.866-.298 2.803-.453a222.77 222.77 0 0 0 2.815-.49 227.76 227.76 0 0 0 5.656-1.116c.949-.199 1.891-.41 2.84-.62.949-.218 1.904-.434 2.853-.664.955-.23 1.91-.465 2.865-.713.955-.242 1.916-.496 2.871-.757a164.4 164.4 0 0 0 2.884-.806c.961-.273 1.929-.558 2.896-.856a194.323 194.323 0 0 0 5.829-1.854 326.56 326.56 0 0 0 2.928-1.005c.979-.34 1.959-.694 2.939-1.06.98-.36 1.966-.732 2.952-1.116.986-.379 1.972-.77 2.964-1.166a231.23 231.23 0 0 0 5.954-2.512 211.816 211.816 0 0 0 6.003-2.753c1.004-.478 2.009-.974 3.02-1.47a206.77 206.77 0 0 0 6.077-3.132 311.706 311.706 0 0 0 3.058-1.668c1.023-.564 2.04-1.147 3.069-1.736a241.639 241.639 0 0 0 9.278-5.637c1.035-.664 2.077-1.34 3.119-2.028 1.042-.689 2.084-1.39 3.132-2.109 1.048-.713 2.09-1.445 3.144-2.183 1.048-.744 2.102-1.5 3.156-2.27 1.055-.768 2.115-1.55 3.169-2.35a271.99 271.99 0 0 0 3.182-2.437c1.066-.825 2.127-1.668 3.2-2.518a290.779 290.779 0 0 0 9.674-8.099c1.085-.942 2.164-1.91 3.256-2.89 1.085-.98 2.176-1.972 3.268-2.983.688-.638 1.383-1.283 2.071-1.935v20.949l.006-.025Z\' fill=\'url(%23b)\'/%3E%3Cpath d=\'M-32 99.807a318.741 318.741 0 0 1 6.536-6.344 358.536 358.536 0 0 1 3.244-3.026c1.079-.993 3.426-2.795 4.499-3.756 1.073-.962 1.617-1.413 3.673-3.111 2.056-1.699 2.345-1.904 3.411-2.803 1.067-.9 2.295-1.8 3.356-2.669 1.06-.868.81-.603 1.864-1.446s1.982-1.489 3.036-2.301c.879-1.035 1.444-1.737 2.492-2.525 1.048-.787 2.09-1.563 3.132-2.32a282.126 282.126 0 0 1 6.232-4.39 259.484 259.484 0 0 1 6.177-4.093 236.992 236.992 0 0 1 9.172-5.587c1.01-.59 2.022-1.16 3.032-1.724 1.011-.565 2.016-1.117 3.02-1.656 1.005-.54 2.01-1.073 3.008-1.594.999-.52 2.003-1.03 2.996-1.526.998-.502 1.99-.986 2.989-1.463a254.48 254.48 0 0 1 2.97-1.408c.992-.459 1.979-.905 2.965-1.346.986-.44 1.972-.868 2.951-1.283a222.709 222.709 0 0 1 5.867-2.412 214.94 214.94 0 0 1 5.823-2.196c.968-.347 1.935-.682 2.896-1.017.961-.329 1.929-.651 2.884-.967.961-.317 1.916-.62 2.877-.918.962-.298 1.91-.59 2.865-.868.956-.28 1.904-.552 2.853-.819a161.65 161.65 0 0 1 2.847-.775c.948-.248 1.891-.496 2.834-.732a265.84 265.84 0 0 1 2.821-.688c.943-.224 1.88-.44 2.816-.645.936-.211 1.873-.41 2.803-.608a222.977 222.977 0 0 1 5.581-1.08c.93-.166 1.854-.334 2.778-.489a233.44 233.44 0 0 1 5.526-.856c.918-.13 1.836-.26 2.753-.378.918-.118 1.83-.23 2.741-.335.912-.105 1.824-.21 2.735-.304.912-.1 1.817-.186 2.723-.273a200.664 200.664 0 0 1 5.426-.446c.899-.062 1.805-.124 2.704-.18.899-.056 1.798-.105 2.691-.149.9-.043 1.793-.087 2.686-.118.893-.037 1.786-.062 2.679-.093.893-.03 1.779-.05 2.672-.062.887-.018 1.774-.03 2.661-.037.887-.006 1.773-.012 2.654-.006.887 0 1.767 0 2.648.012.881.013 1.761.025 2.642.044a372.203 372.203 0 0 1 5.265.155c.874.03 1.749.068 2.623.111.875.038 1.743.087 2.617.137.868.05 1.743.099 2.611.155.868.056 1.736.111 2.605.173.868.062 1.73.13 2.598.199.862.068 1.73.136 2.592.217a358.25 358.25 0 0 1 5.166.49 361.94 361.94 0 0 1 5.141.564 360.09 360.09 0 0 1 5.123.627c.849.111 1.705.223 2.555.34.849.112 1.699.236 2.548.354.85.118 1.699.242 2.549.366.85.124 1.693.254 2.537.384.843.13 1.692.26 2.536.397l2.53.41c.843.136 1.681.279 2.524.421.843.143 1.681.286 2.524.434l2.518.447c.837.149 1.674.304 2.511.459.838.155 1.675.31 2.512.471.837.155 1.674.323 2.505.484.838.161 1.669.322 2.506.49l2.499.502c.831.167 1.662.335 2.499.509l2.493.52c.831.174 1.662.348 2.493.528.831.18 1.662.353 2.487.533.831.18 1.656.36 2.487.546.825.18 1.656.366 2.48.552l2.481.558c.825.186 1.656.372 2.481.564.824.186 1.649.378 2.48.565l2.474.576c.825.192 1.65.385 2.475.583.825.192 1.649.39 2.474.583.825.199 1.644.39 2.468.59.825.198 1.65.396 2.469.595l2.468.595c.825.198 1.643.403 2.468.601.825.199 1.643.404 2.468.602.819.205 1.644.403 2.462.608.819.204 1.644.409 2.462.608l2.462.613 2.462.614 2.462.614 2.462.614c.819.205 1.637.41 2.462.614l2.462.614 2.462.614 2.462.614 2.462.614 2.462.614 2.462.614c.825.205 1.643.403 2.468.608.819.204 1.643.403 2.462.607.819.205 1.643.403 2.468.602.825.198 1.644.403 2.468.601.825.199 1.644.404 2.469.602l2.468.595c.825.199 1.649.391 2.474.59.825.198 1.65.39 2.475.582a9475.397 9475.397 0 0 0 4.955 1.154c.824.192 1.655.378 2.48.564.825.186 1.656.379 2.481.565.831.186 1.655.372 2.486.551.831.18 1.656.366 2.487.546l2.487.54c.831.18 1.662.353 2.493.533.831.174 1.662.353 2.493.527.831.174 1.662.347 2.499.515.831.167 1.668.341 2.499.508.838.168 1.669.335 2.506.497.837.16 1.668.328 2.505.49.837.16 1.675.322 2.512.477l2.511.465c.838.155 1.681.304 2.518.453.837.149 1.681.297 2.524.446.844.15 1.681.285 2.524.428.844.143 1.687.285 2.53.422.844.136 1.687.273 2.537.403.843.136 1.693.267 2.536.39.85.13 1.693.255 2.543.379a346.563 346.563 0 0 0 5.104.713c.849.112 1.705.23 2.555.335.855.112 1.711.217 2.567.316.856.106 1.712.199 2.567.298.856.1 1.718.192 2.574.285.856.093 1.718.18 2.58.267a364.51 364.51 0 0 0 7.776.688c.869.068 1.737.13 2.605.186.868.062 1.736.118 2.611.168.868.055 1.742.099 2.617.148l2.623.13c.875.038 1.755.069 2.63.1.874.031 1.755.056 2.635.08.881.025 1.761.044 2.642.056.881.013 1.761.025 2.648.031.887.007 1.767.007 2.654.007s1.774-.007 2.667-.019c.887-.012 1.78-.025 2.673-.05.893-.018 1.786-.043 2.679-.074.893-.031 1.786-.062 2.685-.1.899-.036 1.792-.08 2.691-.13.9-.05 1.799-.099 2.704-.16.906-.056 1.805-.125 2.71-.193.906-.068 1.811-.143 2.716-.223.906-.08 1.817-.161 2.723-.254.911-.087 1.823-.186 2.735-.286.911-.099 1.829-.204 2.741-.322a207.128 207.128 0 0 0 5.513-.744 211.39 211.39 0 0 0 5.544-.893 240.882 240.882 0 0 0 5.581-1.042c.937-.186 1.867-.379 2.803-.583.937-.199 1.873-.41 2.816-.62.943-.217 1.879-.44 2.821-.664.943-.23 1.892-.465 2.835-.707.942-.242 1.891-.496 2.846-.75a245.116 245.116 0 0 0 5.718-1.644c.955-.291 1.916-.589 2.877-.893.961-.303 1.923-.614 2.884-.936a200.8 200.8 0 0 0 2.896-.992c.968-.335 1.935-.689 2.909-1.042.973-.354 1.941-.72 2.914-1.092.974-.372 1.954-.756 2.927-1.147.98-.39 1.96-.794 2.94-1.203a205.496 205.496 0 0 0 5.91-2.574 218.78 218.78 0 0 0 14.982-7.491 184.98 184.98 0 0 0 3.033-1.693c1.011-.577 2.028-1.16 3.045-1.755a232.46 232.46 0 0 0 3.057-1.83 200.83 200.83 0 0 0 3.07-1.897 252.746 252.746 0 0 0 6.177-4.018 236.822 236.822 0 0 0 3.107-2.121c1.035-.72 2.077-1.452 3.119-2.196 1.042-.744 2.09-1.507 3.138-2.276a317.173 317.173 0 0 0 3.15-2.356 271.32 271.32 0 0 0 3.163-2.444 349.738 349.738 0 0 0 3.175-2.524 367.87 367.87 0 0 0 3.188-2.61 403.76 403.76 0 0 0 3.206-2.704 556.126 556.126 0 0 0 3.218-2.79 430.27 430.27 0 0 0 3.231-2.885 358.03 358.03 0 0 0 3.244-2.982c1.085-1.011 2.17-2.04 3.262-3.083a311.538 311.538 0 0 0 3.274-3.175v13.259a298.076 298.076 0 0 1-3.274 3.107 344.9 344.9 0 0 1-6.506 5.922 315.072 315.072 0 0 1-6.449 5.544 293.422 293.422 0 0 1-6.394 5.172 337.95 337.95 0 0 1-3.175 2.462c-1.054.807-2.115 1.594-3.163 2.376a305.548 305.548 0 0 1-3.15 2.288c-1.048.75-2.09 1.488-3.138 2.214a288.15 288.15 0 0 1-3.119 2.133 254.61 254.61 0 0 1-6.202 4.031 232.395 232.395 0 0 1-9.209 5.494 215.694 215.694 0 0 1-6.078 3.318c-1.01.534-2.015 1.048-3.02 1.563a268.752 268.752 0 0 1-3.007 1.495c-1.005.49-2.003.96-3.002 1.432-.998.465-1.991.924-2.983 1.37a201.46 201.46 0 0 1-5.934 2.561 196.225 196.225 0 0 1-5.892 2.333 204.998 204.998 0 0 1-5.842 2.115c-.973.334-1.941.657-2.908.98-.968.316-1.935.626-2.896.93-.961.297-1.929.595-2.884.874a243.76 243.76 0 0 1-5.742 1.606c-.955.254-1.904.496-2.853.738-.949.236-1.898.465-2.847.688-.948.224-1.891.44-2.834.645a226.143 226.143 0 0 1-5.637 1.166c-.936.18-1.873.354-2.803.521-.936.168-1.867.323-2.797.478a230.204 230.204 0 0 1-5.562.843c-.924.13-1.848.248-2.766.366-.924.118-1.842.223-2.76.329a209.144 209.144 0 0 1-5.494.558c-.912.08-1.824.155-2.735.23-.912.067-1.817.13-2.723.191-.905.062-1.811.112-2.716.162-.905.05-1.811.093-2.71.13-.899.037-1.798.068-2.698.1-.899.03-1.798.049-2.691.067-.899.019-1.792.038-2.685.044-.893.012-1.786.012-2.679.012-.893 0-1.78 0-2.673-.012-.887-.007-1.774-.025-2.661-.038-.886-.018-1.773-.037-2.654-.061-.887-.025-1.767-.056-2.648-.087a188.88 188.88 0 0 1-2.642-.118c-.88-.044-1.761-.087-2.635-.137a373.975 373.975 0 0 1-5.253-.34c-.874-.063-1.743-.13-2.617-.205-.874-.075-1.743-.15-2.611-.23a362.907 362.907 0 0 1-5.203-.515c-.862-.093-1.73-.186-2.592-.285-.862-.099-1.724-.198-2.586-.304-.862-.105-1.718-.21-2.58-.322-.856-.112-1.718-.223-2.573-.341l-2.568-.354-2.561-.372c-.856-.13-1.705-.254-2.561-.39-.85-.13-1.699-.267-2.555-.404-.85-.136-1.699-.279-2.549-.421-.85-.143-1.699-.285-2.543-.434-.849-.15-1.693-.292-2.536-.447-.843-.149-1.693-.31-2.536-.465-.844-.155-1.687-.316-2.531-.477a367.62 367.62 0 0 1-2.524-.49c-.843-.162-1.68-.33-2.524-.496-.843-.168-1.68-.335-2.517-.509l-2.512-.521c-.837-.174-1.674-.353-2.512-.533-.837-.18-1.674-.36-2.505-.546-.831-.186-1.668-.366-2.505-.552-.831-.186-1.669-.372-2.5-.564a362.34 362.34 0 0 1-2.499-.57c-.831-.193-1.662-.385-2.493-.584-.831-.192-1.662-.39-2.493-.589l-2.487-.595c-.831-.199-1.662-.397-2.486-.602-.825-.204-1.656-.403-2.481-.608-.825-.204-1.656-.409-2.48-.62-.825-.204-1.656-.415-2.481-.62-.825-.21-1.65-.421-2.481-.626l-2.474-.633c-.825-.21-1.65-.421-2.474-.638-.825-.211-1.65-.428-2.475-.645-.825-.217-1.649-.428-2.474-.645l-2.468-.651c-.825-.218-1.644-.435-2.469-.658-.824-.217-1.643-.434-2.468-.657a487.26 487.26 0 0 0-2.462-.658c-.824-.223-1.643-.44-2.468-.663-.818-.223-1.643-.44-2.462-.664-.825-.223-1.643-.446-2.462-.663-.818-.224-1.643-.447-2.462-.67l-2.462-.67c-.818-.223-1.643-.446-2.462-.67-.818-.223-1.643-.446-2.462-.67l-2.462-.669-2.462-.67c-.818-.223-1.643-.446-2.462-.67-.818-.223-1.643-.446-2.462-.663-.818-.223-1.643-.44-2.462-.664-.824-.223-1.643-.44-2.462-.663-.818-.224-1.643-.44-2.462-.658-.824-.217-1.643-.44-2.468-.657-.825-.217-1.643-.44-2.468-.657-.825-.217-1.643-.434-2.468-.645-.825-.211-1.644-.434-2.468-.645-.825-.217-1.65-.428-2.469-.645-.824-.211-1.643-.428-2.468-.639l-2.474-.632-2.475-.633c-.824-.21-1.649-.416-2.48-.62-.825-.205-1.656-.416-2.481-.62-.824-.205-1.655-.41-2.48-.608-.825-.205-1.656-.403-2.487-.602l-2.487-.595c-.825-.198-1.656-.397-2.487-.589l-2.493-.577c-.831-.192-1.662-.384-2.493-.57-.831-.193-1.662-.379-2.499-.565-.831-.186-1.668-.372-2.499-.552-.831-.186-1.668-.366-2.505-.545-.838-.18-1.675-.36-2.506-.534-.837-.173-1.674-.353-2.511-.527-.838-.173-1.675-.347-2.512-.514l-2.518-.503c-.837-.167-1.68-.328-2.524-.49-.843-.16-1.68-.316-2.524-.477-.843-.155-1.687-.316-2.53-.465a179.54 179.54 0 0 0-2.536-.447c-.85-.149-1.693-.297-2.543-.44-.85-.143-1.693-.285-2.543-.422l-2.548-.41c-.85-.136-1.7-.266-2.549-.39-.85-.13-1.706-.254-2.561-.378-.856-.124-1.706-.242-2.562-.36A356.272 356.272 0 0 0 169.33 32c-.862-.105-1.724-.21-2.579-.31a360.597 360.597 0 0 0-5.179-.564c-.868-.087-1.73-.168-2.598-.248-.868-.08-1.736-.162-2.605-.236-.868-.074-1.736-.142-2.61-.21-.869-.069-1.743-.13-2.617-.187-.875-.062-1.749-.118-2.624-.167l-2.629-.149c-.881-.043-1.755-.087-2.636-.124-.88-.037-1.761-.068-2.642-.093-.88-.031-1.767-.056-2.648-.075-.886-.018-1.767-.037-2.654-.05-.887-.011-1.773-.018-2.666-.018h-2.667c-.893 0-1.786.019-2.679.031-.893.019-1.786.037-2.685.062s-1.792.056-2.692.093c-.899.038-1.798.075-2.704.118-.899.044-1.804.1-2.71.149-.905.056-1.81.118-2.716.18-.905.068-1.811.136-2.722.21-.912.075-1.823.162-2.735.249a203.445 203.445 0 0 0-5.495.595c-.917.112-1.835.23-2.759.347a233.163 233.163 0 0 0-8.329 1.284c-.93.161-1.86.322-2.797.502-.936.174-1.866.36-2.803.546-.936.186-1.873.385-2.815.583-.937.205-1.88.41-2.828.626-.943.217-1.885.44-2.834.67-.949.23-1.898.471-2.847.713a242.64 242.64 0 0 0-5.717 1.57c-.955.278-1.917.564-2.878.855-.961.291-1.922.595-2.883.906-.962.31-1.93.632-2.897.955-.967.328-1.934.663-2.908 1.004-.968.341-1.941.695-2.915 1.06-.973.36-1.947.732-2.927 1.117a193.82 193.82 0 0 0-5.891 2.394 209.883 209.883 0 0 0-5.935 2.623c-.992.459-1.99.924-2.99 1.401a221.685 221.685 0 0 0-6.002 2.99c-1.005.52-2.016 1.047-3.02 1.587-1.011.54-2.022 1.098-3.033 1.662a219.264 219.264 0 0 0-6.102 3.522 203.05 203.05 0 0 0-3.07 1.867 250.879 250.879 0 0 0-6.176 3.957 261.377 261.377 0 0 0-6.232 4.26c-1.043.738-2.09 1.488-3.133 2.251a241.243 241.243 0 0 0-3.15 2.332 265.17 265.17 0 0 0-6.338 4.911c-1.06.844-2.12 1.706-3.187 2.587a292.713 292.713 0 0 0-3.207 2.672c-1.072.906-2.145 1.83-3.218 2.766a324.693 324.693 0 0 0-3.231 2.86 279.56 279.56 0 0 0-3.244 2.951c-1.085.998-2.17 2.022-3.261 3.051a308.065 308.065 0 0 0-3.275 3.15l-.006.019Z\' fill=\'%23589A43\'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id=\'b\' x1=\'39.858\' y1=\'79.66\' x2=\'63.043\' y2=\'-28.382\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23EBF3FF\'/%3E%3Cstop offset=\'1\' stop-color=\'%23D0DFF6\'/%3E%3C/linearGradient%3E%3CclipPath id=\'a\'%3E%3Cpath fill=\'%23fff\' d=\'M0 0h576v144H0z\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
		height: 144px;
	}
	
	.home-section-5 .section-transition.nitro-lazy {
		background-image: none !important;
	}
}

@media (min-width: 992px) {
	.home-section-5 .section-transition {
		background-image: url("data:image/svg+xml,%3Csvg fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 1600 297\'%3E%3Cpath d=\'M1617 18.265s-239.28 183-420 183c-160 0-307.296-37.243-438-68.265-137.234-32.572-255.465-59-320-59-126 0-177.812 20.065-239 41C77.5 159-1 246-1 246v51h1618V18.265Z\' fill=\'%23fff\'/%3E%3Cpath d=\'M-30.797 268.55a807.194 807.194 0 0 1 8.782-8.366 956.289 956.289 0 0 1 8.749-8.101 722.807 722.807 0 0 1 8.699-7.833 679.641 679.641 0 0 1 8.665-7.585 850.77 850.77 0 0 1 8.633-7.335 774.354 774.354 0 0 1 8.599-7.085 725.484 725.484 0 0 1 17.065-13.473 567.329 567.329 0 0 1 8.482-6.387 839.687 839.687 0 0 1 8.45-6.17 784.3 784.3 0 0 1 8.4-5.955 622.175 622.175 0 0 1 8.382-5.738c2.778-1.88 5.572-3.709 8.333-5.522a532.563 532.563 0 0 1 8.3-5.323 509.99 509.99 0 0 1 8.266-5.122 543.55 543.55 0 0 1 8.233-4.924 614.865 614.865 0 0 1 8.2-4.74 504.607 504.607 0 0 1 8.167-4.541 481.74 481.74 0 0 1 8.133-4.374 536.324 536.324 0 0 1 8.1-4.191 729.407 729.407 0 0 1 8.067-4.026 719.123 719.123 0 0 1 8.033-3.858 559.304 559.304 0 0 1 8.017-3.676 642.967 642.967 0 0 1 7.967-3.526 629.733 629.733 0 0 1 7.951-3.36 603.304 603.304 0 0 1 7.917-3.21 501.44 501.44 0 0 1 7.884-3.06 570.314 570.314 0 0 1 7.85-2.911 552.362 552.362 0 0 1 7.818-2.761 538.25 538.25 0 0 1 7.8-2.628 521.82 521.82 0 0 1 7.768-2.478 503.973 503.973 0 0 1 7.734-2.346 447.683 447.683 0 0 1 7.717-2.228 644.81 644.81 0 0 1 7.685-2.096 467.827 467.827 0 0 1 7.651-1.963 634.474 634.474 0 0 1 7.634-1.846 705.84 705.84 0 0 1 7.601-1.73c2.528-.549 5.056-1.097 7.568-1.613 2.528-.516 5.04-1.015 7.551-1.497a423.3 423.3 0 0 1 7.518-1.38c2.495-.45 5.006-.865 7.501-1.281 2.495-.416 4.99-.799 7.468-1.165 2.495-.365 4.973-.731 7.452-1.064 2.478-.333 4.956-.665 7.418-.965 2.478-.3 4.94-.599 7.401-.865 2.462-.266 4.924-.532 7.385-.781 2.462-.25 4.907-.466 7.352-.682 2.445-.216 4.89-.4 7.335-.582 2.445-.183 4.873-.35 7.318-.5 2.429-.15 4.857-.299 7.285-.415 2.429-.133 4.857-.233 7.269-.333 2.411-.1 4.823-.183 7.235-.25 2.412-.066 4.823-.132 7.218-.166 2.412-.05 4.807-.066 7.202-.1 2.395-.016 4.791-.033 7.186-.016 2.395.017 4.773.017 7.168.05 2.379.033 4.757.066 7.136.133 2.378.05 4.757.116 7.118.2 2.379.083 4.741.166 7.103.266 2.361.1 4.723.216 7.085.332 2.362.117 4.707.25 7.069.4 2.345.15 4.707.299 7.052.465 2.345.166 4.691.333 7.036.516 2.345.183 4.673.382 7.019.582 2.328.2 4.673.416 7.002.632 2.329.216 4.657.449 6.986.682 2.328.233 4.64.482 6.969.732 2.312.25 4.64.515 6.952.798 2.312.266 4.624.566 6.936.848 2.312.283 4.624.582 6.919.898 2.312.3 4.607.633 6.903.949 2.295.316 4.59.648 6.886.98 2.295.334 4.574.683 6.869 1.032 2.295.35 4.574.715 6.869 1.081 2.279.366 4.574.732 6.853 1.115 2.278.382 4.557.765 6.836 1.164l6.836 1.197c2.278.4 4.54.832 6.802 1.248 2.262.416 4.541.848 6.803 1.281 2.262.432 4.524.864 6.786 1.314 2.262.449 4.508.881 6.77 1.347 2.262.449 4.507.915 6.769 1.38 2.262.466 4.508.932 6.753 1.414l6.736 1.447c2.246.482 4.491.981 6.736 1.464 2.246.499 4.491.998 6.72 1.497 2.245.499 4.474 1.014 6.72 1.53 2.228.515 4.474 1.031 6.703 1.563 2.228.516 4.457 1.048 6.702 1.564l6.687 1.597c2.229.532 4.457 1.081 6.686 1.63 2.229.548 4.458 1.097 6.67 1.646 2.228.549 4.441 1.098 6.669 1.663 2.212.566 4.441 1.115 6.653 1.68 2.213.566 4.441 1.131 6.653 1.697 2.213.565 4.441 1.147 6.653 1.713 2.213.582 4.425 1.148 6.653 1.73l6.637 1.746c2.212.582 4.424 1.165 6.636 1.763 2.212.582 4.425 1.181 6.637 1.78 2.212.599 4.407 1.181 6.62 1.78 2.212.598 4.424 1.197 6.619 1.796 2.212.599 4.408 1.198 6.62 1.813 2.212.599 4.408 1.214 6.62 1.813 2.212.599 4.407 1.214 6.62 1.829 2.195.616 4.407 1.215 6.603 1.83 2.195.615 4.407 1.231 6.603 1.846 2.195.616 4.408 1.231 6.603 1.846 2.196.616 4.408 1.231 6.603 1.847 2.196.615 4.408 1.23 6.603 1.846 2.196.615 4.408 1.231 6.603 1.863 2.196.615 4.392 1.231 6.604 1.863 2.195.615 4.407 1.23 6.603 1.862 2.195.616 4.407 1.231 6.603 1.863 2.195.616 4.407 1.248 6.603 1.863 2.196.616 4.408 1.231 6.603 1.846 2.196.616 4.408 1.231 6.603 1.847 2.196.615 4.408 1.23 6.603 1.846 2.213.615 4.408 1.231 6.604 1.829 2.212.616 4.407 1.231 6.619 1.83 2.212.615 4.408 1.214 6.62 1.83 2.212.615 4.408 1.214 6.62 1.813 2.195.598 4.408 1.214 6.62 1.812 2.212.599 4.424 1.198 6.619 1.797 2.213.599 4.425 1.197 6.62 1.779 2.212.599 4.424 1.181 6.637 1.764 2.212.582 4.424 1.18 6.636 1.763 2.212.582 4.424 1.164 6.653 1.746 2.212.582 4.441 1.148 6.653 1.73 2.212.582 4.441 1.147 6.653 1.713 2.212.565 4.441 1.131 6.653 1.696 2.229.566 4.441 1.115 6.67 1.68 2.229.549 4.457 1.115 6.67 1.664l6.686 1.646c2.229.549 4.457 1.081 6.686 1.614 2.229.532 4.458 1.064 6.703 1.596 2.229.533 4.474 1.048 6.703 1.564 2.245.515 4.474 1.031 6.72 1.547 2.245.515 4.474 1.014 6.719 1.513 2.246.499 4.491.998 6.736 1.481 2.246.499 4.491.981 6.737 1.463 2.245.483 4.507.965 6.752 1.431 2.262.465 4.508.931 6.77 1.397 2.262.465 4.509.915 6.769 1.38 2.26.449 4.52.898 6.79 1.331 2.26.432 4.52.865 6.8 1.297 2.26.433 4.54.848 6.8 1.264 2.28.416 4.56.815 6.82 1.214l6.84 1.198c2.28.399 4.55.765 6.85 1.148 2.28.382 4.57.748 6.85 1.114 2.3.366 4.58.715 6.87 1.065 2.3.349 4.59.698 6.89 1.031a938.692 938.692 0 0 0 20.76 2.794c2.31.283 4.62.566 6.95.832s4.64.532 6.97.781c2.33.25 4.65.499 6.98.732 2.33.233 4.66.449 7 .666 2.33.216 4.68.415 7.02.615 2.35.2 4.69.382 7.04.565 2.34.183 4.69.35 7.05.499a951.345 951.345 0 0 0 14.16.815c2.36.117 4.72.217 7.1.316 2.38.1 4.74.167 7.12.233 2.37.067 4.75.133 7.13.167 2.38.049 4.78.083 7.17.099 2.4.017 4.79.034 7.19.017 2.39 0 4.8 0 7.2-.05 2.39-.05 4.8-.066 7.22-.116 2.41-.05 4.82-.117 7.23-.2 2.43-.083 4.84-.183 7.27-.283 2.43-.116 4.86-.232 7.29-.366a546.603 546.603 0 0 0 14.65-.997c2.44-.2 4.91-.4 7.35-.616 2.46-.216 4.91-.466 7.37-.715 2.46-.25 4.92-.516 7.4-.815 2.48-.283 4.94-.582 7.42-.915 2.48-.316 4.95-.649 7.45-1.014 2.49-.35 4.97-.732 7.48-1.115 2.5-.382 4.99-.798 7.51-1.214 2.51-.416 5-.865 7.53-1.314 2.51-.466 5.02-.931 7.55-1.43a615.48 615.48 0 0 0 7.57-1.547 432.01 432.01 0 0 0 7.6-1.664 463.41 463.41 0 0 0 7.63-1.779 668.23 668.23 0 0 0 7.66-1.896c2.54-.649 5.12-1.331 7.68-2.013a809.33 809.33 0 0 0 7.72-2.145c2.58-.732 5.15-1.497 7.73-2.279 2.58-.782 5.17-1.58 7.77-2.412 2.59-.832 5.19-1.68 7.8-2.545a482.38 482.38 0 0 0 7.82-2.694c2.61-.915 5.24-1.863 7.85-2.828 2.63-.964 5.25-1.962 7.88-2.977 2.63-1.014 5.27-2.062 7.92-3.127 2.64-1.064 5.29-2.162 7.95-3.276 2.66-1.115 5.32-2.263 7.98-3.443 2.66-1.181 5.34-2.362 8-3.593 2.68-1.231 5.36-2.478 8.04-3.759 2.67-1.281 5.37-2.595 8.06-3.942 2.7-1.347 5.39-2.694 8.1-4.092 2.71-1.397 5.43-2.827 8.14-4.274 2.71-1.464 5.44-2.944 8.16-4.458 2.73-1.513 5.46-3.06 8.2-4.64 2.75-1.58 5.49-3.194 8.24-4.824 2.74-1.646 5.5-3.31 8.26-5.023 2.76-1.713 5.52-3.459 8.3-5.222 2.78-1.78 5.56-3.576 8.33-5.423a680.75 680.75 0 0 0 8.39-5.638c2.79-1.913 5.6-3.859 8.41-5.855 2.81-1.979 5.63-4.008 8.45-6.071 2.83-2.062 5.66-4.158 8.49-6.287 2.82-2.129 5.67-4.308 8.51-6.52 2.85-2.212 5.69-4.457 8.55-6.736 2.86-2.279 5.72-4.607 8.6-6.986 2.88-2.361 5.75-4.773 8.63-7.218a873.17 873.17 0 0 0 8.67-7.468c2.89-2.528 5.8-5.106 8.7-7.734 2.91-2.612 5.82-5.273 8.75-7.984 2.92-2.711 5.85-5.455 8.78-8.25V112.87a965.613 965.613 0 0 1-8.78 7.917 927.279 927.279 0 0 1-8.75 7.651 865.251 865.251 0 0 1-8.7 7.401c-2.9 2.429-5.79 4.807-8.67 7.152a628.084 628.084 0 0 1-8.63 6.903 737.808 737.808 0 0 1-8.6 6.653c-2.86 2.179-5.7 4.324-8.55 6.42a872.786 872.786 0 0 1-8.51 6.204 665.202 665.202 0 0 1-8.49 5.971 700.355 700.355 0 0 1-8.45 5.755c-2.81 1.879-5.6 3.726-8.41 5.539-2.8 1.813-5.59 3.576-8.37 5.305a558.577 558.577 0 0 1-8.33 5.123c-2.78 1.664-5.54 3.31-8.3 4.907a577.594 577.594 0 0 1-8.27 4.724 516.144 516.144 0 0 1-8.23 4.524c-2.74 1.48-5.47 2.927-8.2 4.341a561.244 561.244 0 0 1-8.17 4.141 607.756 607.756 0 0 1-8.13 3.975 709.497 709.497 0 0 1-8.1 3.809c-2.7 1.231-5.39 2.445-8.07 3.626a670.557 670.557 0 0 1-8.03 3.46 459.08 459.08 0 0 1-8 3.293c-2.66 1.081-5.32 2.112-7.98 3.144a619.058 619.058 0 0 1-7.96 2.977c-2.64.965-5.28 1.913-7.91 2.827a742.01 742.01 0 0 1-7.89 2.695c-2.62.865-5.24 1.713-7.85 2.528a865.99 865.99 0 0 1-7.81 2.395c-2.62.782-5.21 1.53-7.8 2.262-2.6.732-5.18 1.431-7.77 2.129-2.58.682-5.17 1.347-7.74 1.979-2.57.632-5.14 1.264-7.71 1.863-2.57.599-5.13 1.181-7.69 1.73-2.56.566-5.1 1.098-7.65 1.613a410.26 410.26 0 0 1-7.63 1.481c-2.55.482-5.08.931-7.6 1.38-2.53.433-5.06.865-7.59 1.264a613.866 613.866 0 0 1-15.07 2.196c-2.49.332-5 .632-7.5.931-2.49.3-4.99.566-7.47.832-2.49.266-4.97.515-7.45.732-2.48.233-4.96.432-7.42.632-2.48.199-4.94.382-7.4.532a562.095 562.095 0 0 1-14.72.798c-2.44.1-4.89.2-7.33.266-2.45.067-4.88.133-7.3.183-2.43.05-4.86.067-7.29.084-2.43.016-4.84.016-7.27 0-2.41 0-4.84-.034-7.25-.067s-4.82-.083-7.22-.15c-2.41-.066-4.81-.133-7.2-.216-2.4-.083-4.79-.183-7.19-.299-2.39-.117-4.77-.233-7.16-.366-2.38-.133-4.78-.283-7.16-.433-2.38-.149-4.75-.332-7.12-.499-2.37-.183-4.74-.366-7.1-.582-2.36-.199-4.72-.416-7.08-.632-2.36-.216-4.71-.466-7.07-.698-2.36-.25-4.71-.499-7.05-.765-2.35-.267-4.69-.549-7.04-.832a529.79 529.79 0 0 1-7.02-.882c-2.33-.299-4.66-.615-6.98-.931-2.33-.316-4.66-.649-6.99-.981-2.33-.333-4.64-.682-6.97-1.032-2.31-.349-4.64-.715-6.95-1.097-2.31-.366-4.63-.749-6.94-1.148a941.15 941.15 0 0 1-13.82-2.412c-2.29-.416-4.59-.848-6.89-1.28-2.29-.433-4.59-.865-6.86-1.314-2.3-.45-4.58-.899-6.87-1.364-2.28-.466-4.58-.932-6.86-1.414-2.27-.482-4.55-.965-6.83-1.447-2.28-.482-4.56-.981-6.82-1.48-2.28-.499-4.54-.998-6.8-1.514-2.27-.516-4.54-1.031-6.81-1.563-2.26-.533-4.52-1.048-6.78-1.597-2.27-.532-4.527-1.081-6.773-1.614a926.479 926.479 0 0 1-6.769-1.663 792.827 792.827 0 0 1-6.753-1.68c-2.245-.565-4.491-1.147-6.736-1.713-2.245-.582-4.491-1.147-6.736-1.746a774.987 774.987 0 0 1-6.72-1.78c-2.245-.599-4.474-1.197-6.719-1.796-2.229-.599-4.474-1.214-6.703-1.813-2.229-.616-4.458-1.231-6.703-1.846-2.229-.616-4.458-1.248-6.687-1.863-2.228-.632-4.457-1.248-6.686-1.88a773.388 773.388 0 0 1-6.67-1.913c-2.228-.648-4.44-1.28-6.669-1.929a3355.96 3355.96 0 0 1-6.653-1.946c-2.212-.649-4.441-1.314-6.653-1.963a985.594 985.594 0 0 1-6.653-1.979c-2.213-.665-4.425-1.33-6.653-1.996-2.213-.665-4.425-1.347-6.637-2.012-2.212-.666-4.424-1.348-6.636-2.013-2.212-.682-4.424-1.364-6.62-2.029-2.212-.682-4.424-1.364-6.62-2.046-2.212-.682-4.407-1.364-6.619-2.062-2.213-.682-4.408-1.381-6.62-2.063-2.212-.682-4.408-1.38-6.62-2.062-2.212-.699-4.408-1.381-6.62-2.079-2.212-.699-4.407-1.397-6.603-2.096-2.212-.698-4.407-1.397-6.603-2.096-2.212-.698-4.408-1.397-6.603-2.095-2.196-.699-4.408-1.397-6.603-2.096-2.196-.699-4.408-1.397-6.603-2.096-2.196-.698-4.408-1.414-6.604-2.112-2.195-.699-4.407-1.397-6.603-2.096-2.195-.698-4.407-1.397-6.603-2.112-2.195-.699-4.408-1.397-6.603-2.113-2.196-.698-4.408-1.397-6.603-2.095-2.196-.699-4.408-1.397-6.603-2.096-2.196-.698-4.408-1.397-6.603-2.096-2.196-.698-4.408-1.397-6.604-2.095-2.195-.699-4.407-1.381-6.603-2.079-2.212-.699-4.407-1.381-6.62-2.079-2.212-.682-4.407-1.381-6.619-2.08-2.213-.681-4.408-1.38-6.62-2.062-2.212-.682-4.408-1.364-6.62-2.046-2.212-.682-4.408-1.347-6.62-2.029-2.212-.682-4.424-1.347-6.619-2.029-2.213-.665-4.425-1.347-6.637-2.013l-6.636-1.996c-2.212-.665-4.441-1.33-6.653-1.979a807.023 807.023 0 0 0-6.653-1.963c-2.212-.648-4.441-1.314-6.653-1.946a799.78 799.78 0 0 0-6.67-1.929 982.153 982.153 0 0 0-6.67-1.913c-2.212-.632-4.441-1.264-6.669-1.896-2.229-.632-4.458-1.247-6.687-1.879-2.228-.616-4.457-1.248-6.686-1.863s-4.458-1.214-6.703-1.83c-2.229-.598-4.474-1.214-6.703-1.796-2.229-.599-4.474-1.181-6.719-1.78-2.246-.582-4.491-1.164-6.72-1.746-2.245-.582-4.491-1.148-6.736-1.73l-6.736-1.696c-2.246-.566-4.508-1.115-6.753-1.664a837.445 837.445 0 0 0-6.77-1.63c-2.262-.532-4.507-1.081-6.769-1.596-2.262-.533-4.524-1.048-6.786-1.564a972.658 972.658 0 0 0-6.786-1.53c-2.279-.499-4.541-.998-6.82-1.497-2.278-.499-4.54-.981-6.819-1.447-2.279-.482-4.557-.948-6.836-1.414a870.237 870.237 0 0 0-13.705-2.711c-2.296-.432-4.574-.865-6.87-1.297l-6.885-1.248a490.909 490.909 0 0 0-6.903-1.197c-2.312-.399-4.624-.782-6.919-1.165a504.293 504.293 0 0 0-6.936-1.097c-2.312-.366-4.64-.715-6.952-1.065a507.954 507.954 0 0 0-6.969-.998c-2.329-.332-4.658-.632-6.986-.948a505.246 505.246 0 0 0-6.986-.898 930.856 930.856 0 0 0-7.019-.832c-2.345-.266-4.69-.532-7.035-.781-2.346-.25-4.691-.499-7.053-.732a992.58 992.58 0 0 0-7.068-.665 497.56 497.56 0 0 0-7.086-.599c-2.362-.183-4.74-.366-7.102-.516a993.53 993.53 0 0 0-7.119-.466 519.91 519.91 0 0 0-7.152-.399c-2.378-.116-4.773-.233-7.152-.316-2.378-.083-4.79-.183-7.185-.249-2.395-.067-4.79-.133-7.202-.183-2.412-.05-4.807-.083-7.219-.1-2.411-.017-4.823-.017-7.251-.017-2.412 0-4.84.034-7.269.067-2.428.033-4.857.083-7.285.15-2.428.066-4.857.149-7.302.232-2.445.1-4.89.183-7.335.316-2.445.117-4.89.267-7.351.416a554.674 554.674 0 0 0-14.787 1.098c-2.478.216-4.939.449-7.418.699a602.59 602.59 0 0 0-7.451.781 613.62 613.62 0 0 0-7.468.898c-2.495.316-4.99.633-7.501.982-2.512.349-5.007.715-7.535 1.098-2.512.382-5.023.798-7.551 1.214-2.512.416-5.04.865-7.568 1.33-2.528.466-5.056.948-7.601 1.447-2.545.499-5.09 1.015-7.635 1.564a420.67 420.67 0 0 0-7.651 1.68 740.322 740.322 0 0 0-7.684 1.796 475.19 475.19 0 0 0-7.717 1.929 451.103 451.103 0 0 0-7.734 2.063 792.533 792.533 0 0 0-7.768 2.195 524.923 524.923 0 0 0-7.801 2.329c-2.594.798-5.206 1.63-7.817 2.478a526.424 526.424 0 0 0-7.85 2.612 483.249 483.249 0 0 0-7.884 2.761 572.703 572.703 0 0 0-7.917 2.91c-2.645.998-5.29 2.013-7.951 3.061a531.388 531.388 0 0 0-7.967 3.226 466.475 466.475 0 0 0-8.017 3.393 425.496 425.496 0 0 0-8.033 3.543 574.534 574.534 0 0 0-8.067 3.726 442.588 442.588 0 0 0-8.1 3.892 615.51 615.51 0 0 0-8.133 4.058 542.051 542.051 0 0 0-16.367 8.682 518.265 518.265 0 0 0-8.233 4.624 616.858 616.858 0 0 0-8.267 4.824 441.813 441.813 0 0 0-8.3 5.023c-2.76 1.713-5.555 3.443-8.332 5.206a643.081 643.081 0 0 0-8.383 5.422 622.508 622.508 0 0 0-8.4 5.638 786.362 786.362 0 0 0-8.449 5.855 537.396 537.396 0 0 0-8.482 6.071 649.903 649.903 0 0 0-8.516 6.304 895.975 895.975 0 0 0-8.55 6.536 738.02 738.02 0 0 0-8.599 6.77 633.213 633.213 0 0 0-8.632 7.019 646.703 646.703 0 0 0-8.665 7.268 701.9 701.9 0 0 0-8.7 7.518 895.046 895.046 0 0 0-8.748 7.768 764.847 764.847 0 0 0-8.782 8.05l-.05-.133Z\' fill=\'%23589A43\'/%3E%3Cpath d=\'M1211.09 278.995c1.7 0 3.38 0 5.07-.016 2.43 0 4.88-.034 7.31-.084 2.44-.05 4.89-.116 7.33-.183 2.45-.066 4.91-.166 7.35-.266a553.49 553.49 0 0 0 14.79-.798c2.48-.166 4.94-.349 7.43-.532 2.48-.2 4.96-.4 7.45-.632 2.48-.233 4.98-.483 7.47-.732 2.5-.266 4.99-.532 7.5-.832 2.52-.299 5.01-.599 7.52-.931a618.525 618.525 0 0 0 15.12-2.196c2.53-.399 5.06-.831 7.6-1.264 2.55-.432 5.08-.898 7.62-1.38 2.54-.483 5.11-.965 7.65-1.497 2.56-.516 5.12-1.065 7.69-1.614 2.56-.565 5.13-1.147 7.7-1.746 2.57-.599 5.15-1.231 7.73-1.863 2.58-.649 5.17-1.297 7.77-1.996 2.59-.682 5.19-1.397 7.8-2.129 2.59-.732 5.2-1.48 7.82-2.262 2.61-.782 5.24-1.58 7.85-2.412 2.62-.831 5.25-1.663 7.88-2.544 2.63-.865 5.27-1.78 7.92-2.695 2.64-.915 5.29-1.879 7.95-2.844 2.64-.965 5.3-1.963 7.96-2.994 2.67-1.031 5.34-2.079 8.01-3.143 2.67-1.082 5.35-2.179 8.03-3.31a626.99 626.99 0 0 0 8.07-3.476c2.69-1.181 5.38-2.396 8.1-3.643a730.28 730.28 0 0 0 8.13-3.809c2.71-1.297 5.44-2.628 8.17-3.992 2.72-1.364 5.45-2.744 8.2-4.158a603.339 603.339 0 0 0 16.49-8.898 523.5 523.5 0 0 0 8.3-4.741c2.78-1.613 5.54-3.243 8.34-4.923 2.77-1.68 5.57-3.393 8.36-5.139 2.8-1.747 5.59-3.51 8.4-5.323a685.65 685.65 0 0 0 8.44-5.555c2.81-1.88 5.63-3.809 8.46-5.772 2.83-1.962 5.67-3.942 8.5-5.987 2.85-2.029 5.69-4.109 8.53-6.221 2.86-2.112 5.71-4.258 8.59-6.437a970.87 970.87 0 0 0 8.61-6.669c2.88-2.262 5.76-4.574 8.65-6.92 2.89-2.345 5.79-4.74 8.68-7.168a809.22 809.22 0 0 0 17.5-15.086 759.13 759.13 0 0 0 8.8-7.934l.61-.565v-66.83l-3.24 3.094a817.153 817.153 0 0 1-8.76 8.233 851.495 851.495 0 0 1-8.74 7.967c-2.89 2.611-5.78 5.19-8.68 7.7a823.256 823.256 0 0 1-17.25 14.653c-2.86 2.363-5.72 4.691-8.56 6.97a604.931 604.931 0 0 1-8.54 6.72 947.518 947.518 0 0 1-8.49 6.503 881.04 881.04 0 0 1-8.45 6.27 855.537 855.537 0 0 1-8.42 6.055 642.04 642.04 0 0 1-8.38 5.838c-2.8 1.913-5.57 3.775-8.35 5.622a471.43 471.43 0 0 1-8.32 5.405c-2.76 1.763-5.52 3.51-8.28 5.206a595.994 595.994 0 0 1-8.25 5.007 531.876 531.876 0 0 1-8.22 4.823c-2.73 1.58-5.45 3.127-8.16 4.641a539.974 539.974 0 0 1-8.15 4.44 615.563 615.563 0 0 1-8.1 4.258c-2.7 1.398-5.39 2.745-8.09 4.092a718.987 718.987 0 0 1-8.03 3.925 710.876 710.876 0 0 1-8.02 3.759 558.64 558.64 0 0 1-7.98 3.576 657.454 657.454 0 0 1-7.95 3.427 635.035 635.035 0 0 1-7.92 3.276 610.897 610.897 0 0 1-7.88 3.111 606.729 606.729 0 0 1-7.85 2.977c-2.62.964-5.23 1.896-7.84 2.811-2.61.914-5.2 1.813-7.8 2.678-2.59.864-5.19 1.713-7.77 2.544-2.57.832-5.15 1.614-7.73 2.395-2.58.782-5.16 1.531-7.72 2.279a666.91 666.91 0 0 1-7.68 2.146c-2.56.698-5.11 1.364-7.65 2.012-2.55.649-5.09 1.281-7.64 1.896-2.54.616-5.07 1.198-7.6 1.763a643.345 643.345 0 0 1-15.12 3.194c-2.51.499-5.02.965-7.52 1.43-2.51.449-5 .898-7.5 1.314-2.49.416-4.99.832-7.46 1.214-2.5.383-4.98.766-7.46 1.115-2.47.349-4.95.682-7.41.998-2.47.316-4.94.615-7.41.915-2.46.282-4.92.548-7.36.815-2.47.249-4.91.499-7.36.715-2.44.216-4.89.432-7.33.615-2.45.183-4.87.383-7.3.532-2.43.167-4.88.316-7.29.449-2.43.134-4.84.267-7.27.366-2.41.117-4.84.2-7.25.283-2.41.083-4.82.15-7.22.2-2.41.05-4.8.1-7.2.116-2.39.033-4.79.05-7.18.05h-1.1c-2.03 0-4.04 0-6.06-.017-2.37-.016-4.77-.049-7.13-.099-2.38-.05-4.76-.1-7.12-.167-2.38-.066-4.74-.149-7.1-.233a494.3 494.3 0 0 1-7.09-.316c-2.36-.116-4.72-.232-7.07-.365-2.34-.134-4.7-.283-7.05-.433-2.34-.15-4.69-.316-7.03-.499-2.35-.183-4.69-.366-7.02-.565-2.33-.2-4.68-.4-7.01-.616-2.32-.216-4.65-.432-6.98-.665-2.33-.233-4.64-.482-6.97-.732-2.33-.249-4.64-.516-6.95-.782-2.31-.266-4.63-.549-6.94-.831-2.31-.283-4.62-.566-6.92-.882-2.31-.299-4.6-.615-6.9-.931-2.29-.316-4.59-.649-6.89-.982-2.29-.332-4.59-.682-6.86-1.014-2.3-.35-4.58-.699-6.87-1.065-2.28-.366-4.58-.732-6.86-1.114-2.28-.383-4.55-.749-6.83-1.148-2.28-.382-4.56-.781-6.82-1.197l-.7-.117c-2.05-.366-4.08-.715-6.1-1.097-2.27-.416-4.55-.849-6.81-1.265l-6.78-1.297c-2.27-.432-4.53-.881-6.77-1.33-2.27-.45-4.53-.915-6.773-1.364-2.262-.466-4.507-.915-6.752-1.397-2.246-.466-4.508-.949-6.753-1.431a941.424 941.424 0 0 1-6.736-1.464c-2.246-.499-4.491-.981-6.72-1.48-2.245-.499-4.474-1.014-6.72-1.513-2.245-.516-4.474-1.032-6.719-1.547-2.229-.516-4.458-1.031-6.703-1.564l-6.686-1.596c-2.229-.533-4.458-1.082-6.687-1.614-1.912-.465-3.842-.931-5.755-1.414l-.931-.232a955.027 955.027 0 0 1-6.67-1.664l-.748-.183c-1.979-.499-3.942-.981-5.921-1.48-2.213-.565-4.441-1.131-6.653-1.696l-46.455-12.292c-2.212-.599-4.408-1.198-6.62-1.813L727.315 136.92c-2.212-.599-4.424-1.215-6.636-1.813l-26.529-7.086a797.023 797.023 0 0 0-6.653-1.73l-13.323-3.426c-2.229-.566-4.441-1.131-6.669-1.68-2.229-.565-4.458-1.114-6.67-1.663l-6.686-1.647c-2.229-.549-4.458-1.081-6.687-1.63-2.228-.532-4.474-1.064-6.703-1.597-2.228-.532-4.474-1.047-6.703-1.58l-1.563-.366c-1.713-.399-3.426-.798-5.156-1.197-2.246-.516-4.474-1.015-6.72-1.53l-6.736-1.497c-2.245-.499-4.491-.982-6.736-1.481-2.246-.482-4.491-.964-6.753-1.447-1.879-.399-3.759-.781-5.638-1.18l-1.115-.233a793.255 793.255 0 0 0-6.769-1.381l-6.786-1.347a803.522 803.522 0 0 0-6.803-1.314 979.183 979.183 0 0 0-6.803-1.28c-2.279-.417-4.54-.832-6.819-1.248a983.129 983.129 0 0 0-13.672-2.379c-2.279-.382-4.574-.748-6.853-1.114-2.295-.366-4.574-.732-6.869-1.081-2.295-.35-4.591-.699-6.886-1.031a866.93 866.93 0 0 0-6.902-.982c-2.296-.316-4.608-.648-6.92-.948l-6.935-.898c-2.312-.283-4.624-.582-6.936-.848l-6.969-.799-6.986-.748-6.986-.699a912.27 912.27 0 0 0-7.019-.632c-2.345-.2-4.673-.399-7.035-.582-2.345-.183-4.707-.35-7.052-.515-2.346-.167-4.708-.316-7.069-.466-2.362-.15-4.707-.266-7.086-.4-2.362-.116-4.74-.232-7.102-.332s-4.74-.183-7.119-.266c-2.378-.083-4.757-.15-7.135-.2-2.378-.05-4.774-.1-7.169-.133a516.52 516.52 0 0 0-7.185-.05h-1.447c-1.913 0-3.826 0-5.755.017-2.395.017-4.807.05-7.218.1-2.412.05-4.824.1-7.252.166-2.412.067-4.84.15-7.269.25-2.428.1-4.856.2-7.285.332-2.428.117-4.873.266-7.301.416a542.31 542.31 0 0 0-14.687 1.098c-2.462.216-4.907.449-7.368.682-2.462.25-4.924.515-7.402.781-2.478.283-4.956.566-7.435.865-2.478.316-4.956.632-7.451.982-2.495.332-4.99.698-7.485 1.08-2.495.367-4.989.766-7.501 1.165-2.495.416-5.006.832-7.518 1.28a662.932 662.932 0 0 0-15.136 2.895c-2.528.516-5.056 1.064-7.601 1.613a626.276 626.276 0 0 0-7.617 1.73 423.409 423.409 0 0 0-7.651 1.863 433.764 433.764 0 0 0-7.685 1.963c-2.561.682-5.139 1.38-7.717 2.095a449.476 449.476 0 0 0-7.734 2.229 512.307 512.307 0 0 0-7.768 2.362c-2.594.815-5.189 1.63-7.8 2.495-2.595.848-5.206 1.73-7.818 2.628a557.336 557.336 0 0 0-7.85 2.777 501.955 501.955 0 0 0-7.884 2.911 601.31 601.31 0 0 0-7.917 3.06 614.577 614.577 0 0 0-7.951 3.227 639.805 639.805 0 0 0-7.967 3.377 639.95 639.95 0 0 0-8 3.526 428.047 428.047 0 0 0-8.034 3.692 705.664 705.664 0 0 0-8.066 3.859 517.29 517.29 0 0 0-8.1 4.042 610.984 610.984 0 0 0-8.134 4.208 557.137 557.137 0 0 0-8.166 4.391 669.536 669.536 0 0 0-8.184 4.557 626.012 626.012 0 0 0-8.233 4.757 634.194 634.194 0 0 0-8.266 4.94 671.237 671.237 0 0 0-8.3 5.139 701.15 701.15 0 0 0-8.333 5.339 732.501 732.501 0 0 0-8.366 5.539 753.995 753.995 0 0 0-8.4 5.755 612.655 612.655 0 0 0-8.432 5.971 843.835 843.835 0 0 0-8.466 6.187 671.222 671.222 0 0 0-8.5 6.404 747.572 747.572 0 0 0-8.532 6.636 740.143 740.143 0 0 0-8.566 6.87 1010.09 1010.09 0 0 0-8.615 7.102 806.249 806.249 0 0 0-8.65 7.351 712.801 712.801 0 0 0-8.681 7.618 735.214 735.214 0 0 0-8.716 7.851 958.532 958.532 0 0 0-8.765 8.116A817.427 817.427 0 0 0-30 267.136l2.645 2.794a643.256 643.256 0 0 1 8.765-8.017 889.71 889.71 0 0 1 8.715-7.75 698.807 698.807 0 0 1 8.683-7.502 649.4 649.4 0 0 1 8.649-7.235 761.487 761.487 0 0 1 8.599-7.002 722.335 722.335 0 0 1 8.566-6.753 582.306 582.306 0 0 1 8.532-6.52 691.631 691.631 0 0 1 8.5-6.287 535.29 535.29 0 0 1 8.465-6.054c2.811-1.98 5.622-3.926 8.416-5.838a610.908 610.908 0 0 1 8.383-5.622 699.254 699.254 0 0 1 8.35-5.406 666.501 666.501 0 0 1 8.316-5.189 729.762 729.762 0 0 1 8.283-5.007 870.721 870.721 0 0 1 8.25-4.806 824.914 824.914 0 0 1 8.2-4.608 648.79 648.79 0 0 1 8.183-4.424 478.06 478.06 0 0 1 8.133-4.225 626.341 626.341 0 0 1 8.117-4.058 594.051 594.051 0 0 1 8.083-3.875 574.963 574.963 0 0 1 8.034-3.709 461.514 461.514 0 0 1 8.017-3.526 539.405 539.405 0 0 1 7.984-3.377 606.901 606.901 0 0 1 7.95-3.21 510.968 510.968 0 0 1 7.917-3.06 501.955 501.955 0 0 1 7.884-2.911c2.628-.931 5.239-1.863 7.85-2.744a471.994 471.994 0 0 1 7.834-2.595 534.175 534.175 0 0 1 15.552-4.79 438.416 438.416 0 0 1 7.734-2.179c2.578-.699 5.139-1.397 7.718-2.046a429.27 429.27 0 0 1 7.684-1.929 699.335 699.335 0 0 1 7.651-1.797 416.51 416.51 0 0 1 7.634-1.663c2.545-.532 5.073-1.064 7.601-1.563a430.15 430.15 0 0 1 7.568-1.431c2.528-.466 5.04-.898 7.551-1.314a647.23 647.23 0 0 1 7.518-1.214c2.495-.383 5.007-.748 7.502-1.098 2.494-.349 4.989-.665 7.468-.981 2.494-.316 4.973-.615 7.451-.898 2.478-.283 4.956-.532 7.435-.782a556.324 556.324 0 0 1 22.138-1.796c2.445-.15 4.89-.283 7.335-.416 2.445-.117 4.873-.216 7.318-.316 2.428-.1 4.857-.166 7.285-.233s4.84-.116 7.269-.15c2.428-.033 4.84-.05 7.251-.066h2.063c1.713 0 3.443 0 5.156.016 2.412.017 4.807.067 7.202.1 2.395.05 4.79.1 7.185.167 2.395.066 4.774.149 7.169.249 2.378.1 4.757.2 7.135.316 2.379.116 4.757.25 7.119.399a992.473 992.473 0 0 1 14.188.982c2.361.183 4.707.382 7.068.598 2.346.217 4.707.433 7.053.666 2.345.232 4.69.482 7.035.731 2.345.25 4.674.499 7.019.782 2.329.266 4.674.549 7.002.832 2.329.283 4.658.582 6.986.898 2.329.316 4.657.615 6.969.948 2.312.333 4.641.665 6.953.998 2.312.349 4.623.699 6.935 1.065 2.312.365 4.608.715 6.92 1.097 2.295.383 4.607.765 6.902 1.165l6.886 1.197c2.295.416 4.591.815 6.869 1.248 2.296.415 4.574.848 6.869 1.297 2.279.432 4.575.881 6.853 1.33 2.279.45 4.558.915 6.836 1.381 2.279.466 4.558.931 6.836 1.414 2.279.482 4.541.964 6.803 1.447 2.262.499 4.541.998 6.803 1.497 2.262.499 4.524 1.014 6.786 1.53 2.262.516 4.524 1.031 6.786 1.563 2.262.533 4.507 1.065 6.753 1.597 2.262.532 4.507 1.081 6.753 1.63 2.245.549 4.507 1.098 6.752 1.663 2.246.566 4.491 1.115 6.737 1.697 2.245.565 4.49 1.148 6.736 1.73l.848.216c1.946.499 3.909 1.015 5.855 1.513 2.245.583 4.474 1.181 6.703 1.78 2.228.599 4.474 1.198 6.703 1.796 2.228.599 4.457 1.215 6.686 1.813l6.686 1.847 6.67 1.863c2.229.632 4.441 1.264 6.67 1.896l6.669 1.912c2.212.632 4.441 1.281 6.653 1.93l6.653 1.946c2.212.648 4.425 1.297 6.637 1.962l72.817 22.454 132.263 41.582 19.959 5.938c2.212.648 4.441 1.314 6.669 1.946l6.67 1.929c2.229.632 4.458 1.281 6.686 1.913 1.963.565 3.926 1.114 5.888 1.663l.799.216a761.05 761.05 0 0 0 6.703 1.863c2.228.616 4.474 1.231 6.702 1.846a749.48 749.48 0 0 0 6.72 1.813c2.245.599 4.474 1.198 6.72 1.797 2.245.598 4.49 1.181 6.736 1.779 2.079.549 4.175 1.082 6.27 1.614l.483.116c2.245.582 4.507 1.148 6.753 1.713 2.262.566 4.507 1.131 6.769 1.68 2.245.549 4.507 1.115 6.769 1.664 2.098.515 4.208 1.014 6.308 1.513l.48.116c2.26.533 4.52 1.065 6.8 1.597 2.26.532 4.54 1.048 6.8 1.564 2.28.515 4.54 1.014 6.82 1.513 2.28.499 4.56.998 6.84 1.481 2.28.482 4.56.981 6.85 1.447 2.28.482 4.58.948 6.85 1.413 2.3.466 4.58.915 6.87 1.364 2.3.449 4.59.898 6.89 1.331 2.3.432 4.59.865 6.9 1.281l6.92 1.247c2.31.399 4.63.798 6.94 1.181 2.31.382 4.62.765 6.95 1.148 2.31.365 4.64.731 6.97 1.097 2.33.35 4.64.699 6.97 1.032 2.33.332 4.65.665 7 .981 2.33.316 4.67.632 7 .931 2.35.3 4.69.599 7.04.882 2.34.283 4.69.565 7.05.831 2.36.267 4.71.516 7.07.766 2.36.249 4.72.482 7.08.698 2.37.216 4.73.433 7.11.632 2.36.2 4.74.399 7.12.582 2.37.183 4.75.35 7.13.499 2.38.167 4.77.3 7.17.449 2.39.133 4.79.266 7.18.366 2.4.117 4.79.216 7.21.3 2.41.083 4.8.166 7.22.216 2.41.066 4.82.116 7.23.15 2.41.033 4.84.066 7.27.066h2.23l-.07.133Zm401.45-167.024c-2.72 2.478-5.44 4.923-8.14 7.335a729.796 729.796 0 0 1-8.71 7.634c-2.91 2.495-5.81 4.956-8.69 7.385-2.89 2.412-5.77 4.79-8.64 7.119-2.88 2.328-5.74 4.623-8.6 6.885a723.038 723.038 0 0 1-8.57 6.637 564.462 564.462 0 0 1-8.53 6.403 869.123 869.123 0 0 1-8.5 6.188 632.31 632.31 0 0 1-8.45 5.954 695.834 695.834 0 0 1-8.42 5.738c-2.79 1.88-5.6 3.726-8.38 5.522-2.79 1.797-5.57 3.56-8.35 5.306a564.784 564.784 0 0 1-16.6 9.997c-2.76 1.596-5.5 3.176-8.25 4.707-2.74 1.53-5.47 3.043-8.2 4.507a796.297 796.297 0 0 1-8.16 4.324c-2.72 1.414-5.44 2.778-8.14 4.142a485.46 485.46 0 0 1-8.1 3.958 507.618 507.618 0 0 1-8.06 3.793c-2.7 1.231-5.38 2.445-8.05 3.609a412.435 412.435 0 0 1-8.02 3.443 725.358 725.358 0 0 1-7.99 3.293 507.807 507.807 0 0 1-15.86 6.088 594.55 594.55 0 0 1-7.89 2.827 520.07 520.07 0 0 1-7.85 2.678c-2.61.865-5.22 1.697-7.83 2.512-2.6.815-5.21 1.613-7.8 2.378-2.6.765-5.19 1.53-7.77 2.245-2.58.732-5.16 1.431-7.73 2.113-2.58.682-5.16 1.33-7.72 1.979-2.56.632-5.12 1.264-7.69 1.863-2.56.599-5.1 1.164-7.65 1.73-2.54.549-5.09 1.098-7.63 1.613-2.55.516-5.07.998-7.6 1.48-2.53.483-5.06.932-7.57 1.364-2.51.433-5.04.865-7.55 1.264a600.894 600.894 0 0 1-15.02 2.196c-2.5.333-4.99.632-7.47.931-2.48.3-4.97.566-7.45.832-2.48.249-4.96.516-7.42.732-2.48.233-4.94.432-7.4.632-2.46.199-4.92.366-7.38.532-2.47.166-4.91.316-7.36.449-2.44.133-4.89.25-7.33.349-2.45.1-4.87.2-7.3.267-2.43.066-4.86.133-7.29.183-2.43.049-4.84.066-7.27.083-1.68 0-3.36.016-5.04.016h-2.21c-2.41 0-4.82-.05-7.22-.083-2.41-.033-4.8-.083-7.2-.15-2.39-.066-4.79-.133-7.18-.216-2.4-.083-4.78-.183-7.17-.299-2.38-.117-4.78-.233-7.14-.366-2.38-.133-4.75-.283-7.13-.433-2.38-.149-4.74-.332-7.1-.499-2.37-.182-4.73-.365-7.09-.582-2.36-.199-4.71-.415-7.07-.632-2.36-.216-4.71-.465-7.05-.698-2.35-.25-4.69-.499-7.04-.765-2.34-.266-4.67-.533-7.02-.815-2.32-.283-4.67-.566-7-.865-2.33-.3-4.66-.616-6.98-.932-2.33-.316-4.64-.648-6.97-.981-2.32-.333-4.64-.682-6.96-1.031-2.31-.35-4.62-.715-6.93-1.098-2.31-.366-4.61-.748-6.92-1.131-2.3-.383-4.61-.782-6.9-1.181-2.3-.399-4.59-.815-6.89-1.231a926.97 926.97 0 0 1-6.87-1.28c-2.29-.433-4.57-.865-6.87-1.314-2.28-.449-4.57-.899-6.85-1.364-2.28-.466-4.56-.932-6.84-1.414l-6.82-1.447c-2.27-.482-4.54-.981-6.81-1.48-2.27-.499-4.55-.998-6.81-1.514s-4.52-1.031-6.78-1.563c-2.27-.516-4.53-1.048-6.79-1.597l-.48-.117-6.289-1.497a748.412 748.412 0 0 1-6.753-1.663 978.463 978.463 0 0 1-6.753-1.68 977.369 977.369 0 0 1-6.736-1.713l-.483-.116c-2.079-.532-4.174-1.065-6.253-1.614-2.246-.582-4.474-1.181-6.72-1.763-2.245-.598-4.474-1.197-6.703-1.796s-4.474-1.214-6.703-1.813l-6.686-1.846c-2.229-.616-4.458-1.248-6.686-1.863l-.799-.233c-1.962-.549-3.925-1.098-5.888-1.663a981.892 981.892 0 0 1-6.669-1.913l-6.67-1.929c-2.212-.649-4.441-1.298-6.653-1.946l-46.455-14.038-178.584-55.936a759.546 759.546 0 0 0-6.653-1.962l-6.653-1.963c-2.229-.649-4.441-1.297-6.67-1.929l-6.686-1.913-6.686-1.896-6.687-1.88c-2.229-.615-4.457-1.247-6.703-1.862-2.228-.616-4.474-1.215-6.703-1.83-2.245-.599-4.474-1.214-6.719-1.813-2.246-.599-4.474-1.198-6.72-1.78-1.962-.515-3.925-1.014-5.871-1.53l-.848-.216c-2.246-.582-4.491-1.164-6.737-1.73-2.245-.565-4.49-1.131-6.752-1.696a796.977 796.977 0 0 0-6.77-1.664 827.16 827.16 0 0 0-6.769-1.63c-2.262-.532-4.524-1.081-6.786-1.596-2.262-.533-4.541-1.048-6.803-1.564-2.262-.515-4.541-1.031-6.803-1.53-2.279-.499-4.557-1.015-6.819-1.497-2.262-.482-4.558-.981-6.836-1.464a820.898 820.898 0 0 0-6.853-1.413c-2.279-.466-4.557-.932-6.853-1.381-2.295-.449-4.573-.898-6.869-1.331l-6.886-1.297c-2.295-.432-4.59-.832-6.902-1.247-2.295-.416-4.607-.815-6.919-1.215-2.312-.399-4.624-.781-6.936-1.164a482.101 482.101 0 0 0-6.953-1.098c-2.312-.365-4.64-.715-6.969-1.064a508.004 508.004 0 0 0-6.985-.998 462.765 462.765 0 0 0-7.003-.948 505.542 505.542 0 0 0-7.002-.898 984.28 984.28 0 0 0-7.036-.832c-2.345-.266-4.69-.532-7.052-.782a902.275 902.275 0 0 0-7.069-.731c-2.362-.233-4.723-.45-7.085-.666-2.362-.216-4.74-.416-7.102-.598-2.379-.183-4.741-.366-7.119-.516-2.378-.166-4.757-.316-7.135-.466-2.379-.15-4.774-.283-7.169-.399-2.395-.116-4.774-.233-7.185-.316-2.395-.1-4.807-.183-7.202-.25a1015.01 1015.01 0 0 0-7.219-.183 525.71 525.71 0 0 0-7.235-.1c-1.73 0-3.46-.016-5.189-.016h-2.079c-2.429 0-4.857.033-7.285.067-2.429.033-4.874.083-7.319.15-2.445.066-4.873.149-7.335.232-2.445.1-4.906.2-7.351.316-2.462.117-4.907.266-7.369.416a552.046 552.046 0 0 0-14.819 1.098c-2.479.216-4.957.449-7.452.698-2.495.25-4.973.516-7.468.782a586.076 586.076 0 0 0-15.019 1.896c-2.512.349-5.023.715-7.551 1.115-2.528.382-5.04.798-7.568 1.214-2.528.432-5.056.865-7.601 1.33-2.545.466-5.073.948-7.618 1.447a628.743 628.743 0 0 0-7.651 1.564c-2.561.549-5.123 1.098-7.684 1.68-2.562.582-5.14 1.181-7.718 1.813-2.578.632-5.156 1.264-7.734 1.946-2.578.665-5.172 1.364-7.767 2.062-2.595.715-5.19 1.447-7.801 2.196-2.595.748-5.222 1.53-7.834 2.345-2.611.798-5.222 1.63-7.85 2.478a484.4 484.4 0 0 0-7.884 2.611c-2.628.899-5.273 1.83-7.917 2.778a578.07 578.07 0 0 0-7.951 2.927c-2.644.998-5.306 2.03-7.967 3.077a619.957 619.957 0 0 0-8 3.227c-2.678 1.098-5.356 2.246-8.034 3.393a651.147 651.147 0 0 0-8.066 3.56 683.896 683.896 0 0 0-8.1 3.725 446.354 446.354 0 0 0-8.134 3.909 738.484 738.484 0 0 0-8.166 4.075 769.09 769.09 0 0 0-8.2 4.258 567.786 567.786 0 0 0-16.5 9.081 564.641 564.641 0 0 0-6.653 3.859c.117-.067.233-.15.35-.216a501.338 501.338 0 0 1 8.249-5.106 624.237 624.237 0 0 1 8.2-4.907 695.276 695.276 0 0 1 8.183-4.724c2.711-1.546 5.423-3.043 8.134-4.54a548.425 548.425 0 0 1 8.1-4.358 463.461 463.461 0 0 1 8.083-4.175 724.958 724.958 0 0 1 8.05-4.008 496.381 496.381 0 0 1 8.017-3.842 555.907 555.907 0 0 1 15.934-7.186 641.014 641.014 0 0 1 7.917-3.36 394.258 394.258 0 0 1 7.884-3.193 959.871 959.871 0 0 1 7.851-3.044 742.739 742.739 0 0 1 7.834-2.894 550.417 550.417 0 0 1 7.8-2.761c2.595-.898 5.19-1.763 7.768-2.611 2.578-.848 5.156-1.68 7.734-2.478a660.871 660.871 0 0 1 7.718-2.346 441.025 441.025 0 0 1 7.684-2.212 475.624 475.624 0 0 1 7.651-2.079 646.972 646.972 0 0 1 7.634-1.946 726.921 726.921 0 0 1 7.601-1.846 445.865 445.865 0 0 1 7.568-1.713c2.512-.55 5.04-1.081 7.551-1.597a667.617 667.617 0 0 1 7.518-1.497c2.512-.482 5.007-.931 7.502-1.38 2.494-.45 4.989-.865 7.468-1.281 2.494-.4 4.973-.799 7.451-1.164 2.478-.366 4.956-.732 7.435-1.065 2.478-.333 4.94-.665 7.401-.965 2.462-.299 4.923-.598 7.385-.864 2.445-.267 4.907-.533 7.352-.782 2.445-.25 4.89-.466 7.335-.682 2.445-.216 4.873-.4 7.301-.582 2.429-.183 4.857-.35 7.286-.5 2.428-.149 4.84-.299 7.268-.415 2.412-.117 4.84-.233 7.252-.333 2.411-.1 4.823-.183 7.218-.25 2.395-.066 4.807-.132 7.202-.165 2.395-.05 4.79-.067 7.186-.1 1.912 0 3.808-.034 5.721-.034h1.447c2.379 0 4.774.034 7.136.05 2.378.034 4.756.067 7.118.133 2.362.067 4.741.117 7.102.2 2.362.083 4.724.166 7.086.266s4.724.216 7.069.333c2.345.116 4.707.25 7.052.399 2.345.15 4.69.3 7.035.466 2.346.166 4.691.332 7.019.515 2.329.183 4.658.383 6.986.582 2.329.2 4.657.416 6.986.632 2.328.217 4.64.45 6.969.682 2.312.233 4.64.483 6.952.732 2.312.25 4.624.516 6.936.799 2.312.266 4.607.565 6.919.848 2.296.283 4.608.582 6.903.898 2.295.3 4.607.615 6.902.948 2.296.316 4.591.649 6.87.981a978.47 978.47 0 0 1 13.705 2.112 970.184 970.184 0 0 1 13.655 2.279c2.279.4 4.541.799 6.82 1.198 2.278.399 4.54.815 6.802 1.247 2.262.416 4.524.849 6.786 1.281 2.262.433 4.525.865 6.787 1.314 2.262.449 4.507.882 6.752 1.331 2.246.449 4.508.914 6.753 1.38l1.131.233c1.88.383 3.759.782 5.622 1.164l6.736 1.447c2.246.483 4.491.982 6.72 1.464 2.245.499 4.474.998 6.719 1.497 2.246.499 4.475 1.015 6.703 1.514l5.14 1.197 1.563.366c2.229.516 4.458 1.031 6.687 1.563l6.686 1.597c2.229.532 4.441 1.081 6.67 1.614 2.228.548 4.44 1.097 6.669 1.646 2.212.549 4.441 1.098 6.67 1.663 2.212.549 4.424 1.115 6.653 1.68l13.306 3.41c2.212.566 4.424 1.148 6.636 1.73l26.513 7.069c2.212.598 4.407 1.197 6.62 1.796l132.162 36.825c2.212.598 4.408 1.214 6.62 1.812l39.835 10.595 6.653 1.714c2.212.565 4.441 1.131 6.67 1.696l5.938 1.497.748.183c2.229.549 4.458 1.114 6.686 1.663l.932.233c1.929.482 3.842.948 5.771 1.414a781.59 781.59 0 0 0 6.703 1.613c2.229.533 4.474 1.065 6.703 1.597a777.45 777.45 0 0 0 6.72 1.563c2.245.516 4.491 1.032 6.719 1.547 2.246.516 4.491 1.015 6.737 1.53l6.736 1.497c2.245.499 4.507.982 6.753 1.464 2.245.482 4.507.965 6.769 1.43 2.262.483 4.507.932 6.769 1.398 2.258.465 4.528.914 6.788 1.38 2.26.449 4.52.898 6.8 1.331 2.28.432 4.54.881 6.8 1.297 2.28.433 4.54.848 6.82 1.281 2.05.382 4.1.732 6.14 1.098l.7.116c2.28.399 4.56.798 6.85 1.197 2.28.4 4.58.782 6.85 1.148 2.3.383 4.58.749 6.87 1.115 2.3.365 4.59.715 6.89 1.064 2.3.349 4.59.699 6.9 1.031a892.92 892.92 0 0 0 13.86 1.913c2.31.299 4.62.599 6.95.882 2.31.282 4.64.565 6.95.831 2.33.266 4.66.532 6.99.782 2.33.249 4.65.499 7 .732 2.33.233 4.67.465 7.02.665a980.186 980.186 0 0 0 14.09 1.181c2.34.183 4.7.349 7.07.499 2.36.15 4.72.299 7.08.432 2.36.133 4.73.267 7.1.383 2.37.116 4.74.216 7.12.316s4.76.166 7.14.233c2.38.066 4.77.133 7.17.166 2.39.05 4.79.083 7.18.1 2.03.017 4.06.017 6.09.017h1.1c2.41 0 4.8-.017 7.22-.05 2.41-.034 4.82-.067 7.23-.117s4.84-.116 7.27-.199c2.43-.084 4.86-.183 7.28-.283 2.43-.117 4.88-.233 7.31-.366a545.78 545.78 0 0 0 14.68-.998c2.46-.2 4.93-.399 7.39-.632 2.46-.216 4.92-.466 7.4-.715 2.48-.25 4.94-.532 7.42-.815 2.48-.283 4.95-.599 7.45-.915 2.48-.316 4.97-.665 7.47-1.015 2.49-.349 4.99-.731 7.5-1.114 2.49-.383 5-.798 7.52-1.214 2.51-.416 5.04-.865 7.55-1.314 2.52-.466 5.04-.948 7.56-1.447 2.53-.499 5.06-1.015 7.61-1.547 2.54-.532 5.07-1.098 7.61-1.663 2.55-.582 5.11-1.165 7.65-1.78 2.57-.615 5.13-1.247 7.69-1.913 2.56-.648 5.14-1.33 7.7-2.029a422.38 422.38 0 0 0 7.73-2.162c2.58-.732 5.18-1.497 7.77-2.295a506.617 506.617 0 0 0 15.64-4.974c2.61-.881 5.22-1.779 7.85-2.694 2.62-.915 5.25-1.863 7.88-2.844 2.63-.965 5.27-1.963 7.92-2.994a635.52 635.52 0 0 0 7.95-3.127c2.64-1.064 5.3-2.179 7.96-3.293 2.67-1.115 5.34-2.279 8-3.443 2.68-1.181 5.36-2.379 8.04-3.609 2.68-1.231 5.37-2.495 8.07-3.776 2.69-1.281 5.38-2.611 8.1-3.942 2.71-1.347 5.4-2.711 8.13-4.108a577.78 577.78 0 0 0 8.17-4.291c2.72-1.464 5.45-2.961 8.2-4.475 2.74-1.513 5.47-3.077 8.23-4.657 2.74-1.58 5.5-3.193 8.25-4.84a628.096 628.096 0 0 0 16.63-10.279c2.78-1.779 5.57-3.592 8.37-5.439 2.79-1.846 5.59-3.725 8.4-5.655 2.81-1.912 5.6-3.875 8.43-5.854 2.81-1.996 5.64-4.025 8.46-6.088a508.41 508.41 0 0 0 8.5-6.304c2.85-2.145 5.69-4.324 8.54-6.536 2.86-2.212 5.7-4.474 8.58-6.753 2.86-2.295 5.74-4.624 8.61-7.002 2.88-2.379 5.76-4.79 8.65-7.236 2.9-2.461 5.79-4.956 8.69-7.484 2.91-2.529 5.8-5.123 8.73-7.751 2.91-2.628 5.84-5.29 8.76-8a792.03 792.03 0 0 0 5.56-5.19v56.185l.02-.066Z\' fill=\'url(%23a)\'/%3E%3Cpath d=\'M-30.797 268.55a857.399 857.399 0 0 1 8.782-8.649 993.385 993.385 0 0 1 17.448-16.483c2.894-2.661 9.19-7.495 12.067-10.074 2.877-2.578 4.338-3.789 9.852-8.344s6.287-5.105 9.148-7.517c2.86-2.411 6.156-4.828 9-7.157 2.844-2.328 2.172-1.617 5-3.879s5.315-3.993 8.143-6.172c2.357-2.775 3.873-4.659 6.684-6.771a632.002 632.002 0 0 1 8.4-6.221 658.705 658.705 0 0 1 8.382-5.988 766.992 766.992 0 0 1 8.333-5.788 721.51 721.51 0 0 1 8.3-5.588 689.704 689.704 0 0 1 8.266-5.389 567.67 567.67 0 0 1 8.233-5.19 646.003 646.003 0 0 1 8.2-4.99 855.758 855.758 0 0 1 8.167-4.806 500.925 500.925 0 0 1 8.133-4.624 562.4 562.4 0 0 1 8.1-4.441 786.281 786.281 0 0 1 8.067-4.275 521.047 521.047 0 0 1 8.033-4.091 441.44 441.44 0 0 1 8.017-3.926 708.385 708.385 0 0 1 7.967-3.775 638.126 638.126 0 0 1 7.951-3.609 451.225 451.225 0 0 1 7.917-3.443 777.415 777.415 0 0 1 7.884-3.31 563.994 563.994 0 0 1 15.668-6.171 561.55 561.55 0 0 1 7.8-2.877c2.595-.932 5.19-1.83 7.768-2.728a814.364 814.364 0 0 1 7.734-2.595 460.048 460.048 0 0 1 7.717-2.461c2.578-.799 5.123-1.58 7.685-2.33 2.561-.748 5.106-1.48 7.651-2.195a431.06 431.06 0 0 1 7.634-2.079c2.545-.665 5.073-1.33 7.601-1.962a710.689 710.689 0 0 1 7.568-1.847 447.04 447.04 0 0 1 7.551-1.73c2.512-.565 5.023-1.097 7.518-1.63a647.752 647.752 0 0 1 14.969-2.894c2.495-.448 4.973-.898 7.452-1.313 2.478-.416 4.956-.815 7.418-1.198 2.478-.382 4.94-.748 7.401-1.098 2.462-.349 4.924-.698 7.385-1.014 2.462-.316 4.907-.616 7.352-.898 2.445-.283 4.89-.566 7.335-.815 2.445-.267 4.873-.5 7.302-.732a536.145 536.145 0 0 1 14.553-1.198c2.412-.166 4.84-.332 7.252-.482a542.49 542.49 0 0 1 7.218-.4c2.412-.116 4.807-.232 7.202-.315 2.395-.1 4.791-.167 7.186-.25 2.395-.083 4.773-.133 7.168-.166a509.89 509.89 0 0 1 7.136-.1c2.378-.017 4.757-.033 7.118-.017 2.379 0 4.741 0 7.103.034 2.361.033 4.723.066 7.085.116s4.707.1 7.069.183c2.345.067 4.707.15 7.052.233 2.345.083 4.69.183 7.036.3 2.345.1 4.673.232 7.019.365 2.328.133 4.673.266 7.002.416 2.329.15 4.657.3 6.986.466 2.328.166 4.64.35 6.969.532 2.312.183 4.64.366 6.952.582a978.085 978.085 0 0 1 13.855 1.314c2.312.233 4.607.483 6.903.732 2.295.25 4.59.516 6.885.782a973.674 973.674 0 0 1 13.739 1.68c2.279.299 4.574.598 6.853.914 2.278.3 4.557.633 6.836.949a838.719 838.719 0 0 1 13.638 2.013c2.262.348 4.541.698 6.803 1.064l6.786 1.097c2.262.366 4.508.749 6.77 1.131 2.262.383 4.507.765 6.769 1.165 2.262.399 4.508.798 6.753 1.197 2.245.4 4.491.815 6.736 1.23 2.246.417 4.491.832 6.736 1.265 2.246.416 4.491.865 6.72 1.297 2.245.433 4.474.865 6.72 1.314 2.228.45 4.474.898 6.702 1.348 2.229.449 4.458.898 6.703 1.363l6.687 1.398c2.228.465 4.457.931 6.686 1.413 2.229.483 4.457.948 6.67 1.43 2.228.483 4.441.965 6.669 1.464 2.212.483 4.441.982 6.653 1.481 2.212.499 4.441.998 6.653 1.497 2.213.499 4.441.998 6.653 1.513 2.213.499 4.425 1.015 6.653 1.514l6.637 1.547c2.212.515 4.424 1.031 6.636 1.563 2.212.516 4.425 1.048 6.637 1.564 2.212.532 4.407 1.047 6.619 1.58 2.213.532 4.425 1.064 6.62 1.596 2.196.533 4.408 1.065 6.62 1.597 2.212.532 4.408 1.081 6.62 1.613 2.212.533 4.407 1.082 6.62 1.614 2.195.549 4.407 1.081 6.603 1.63 2.195.549 4.407 1.098 6.603 1.63 2.195.549 4.408 1.098 6.603 1.646 2.195.549 4.408 1.098 6.603 1.647 2.196.549 4.408 1.098 6.603 1.647 2.196.549 4.408 1.097 6.603 1.646 2.196.549 4.391 1.098 6.604 1.647 2.195.549 4.407 1.098 6.603 1.647 2.195.548 4.407 1.097 6.603 1.646 2.195.549 4.407 1.098 6.603 1.647 2.195.549 4.408 1.098 6.603 1.646 2.196.549 4.408 1.098 6.603 1.647 2.196.549 4.408 1.098 6.603 1.647 2.213.549 4.408 1.081 6.62 1.63 2.196.549 4.408 1.081 6.603 1.63a762.17 762.17 0 0 0 6.62 1.613c2.212.532 4.408 1.081 6.62 1.613 2.212.533 4.407 1.082 6.62 1.614 2.212.532 4.407 1.064 6.619 1.597 2.213.532 4.425 1.047 6.637 1.58 2.212.532 4.424 1.047 6.636 1.563l6.637 1.547c2.212.516 4.424 1.031 6.653 1.547 2.212.515 4.44 1.014 6.653 1.513 2.212.499 4.441 1.015 6.653 1.514 2.228.499 4.441.998 6.669 1.48 2.229.483 4.441.981 6.67 1.464 2.229.482 4.441.965 6.67 1.447 2.228.482 4.457.948 6.686 1.43 2.229.466 4.458.948 6.686 1.414 2.229.466 4.458.931 6.703 1.381 2.229.449 4.474.914 6.703 1.363 2.246.45 4.474.899 6.72 1.331 2.245.432 4.474.882 6.719 1.314 2.246.432 4.491.865 6.737 1.281l6.736 1.247c2.245.416 4.507.815 6.753 1.214 2.245.4 4.507.799 6.769 1.198 2.262.399 4.506.765 6.766 1.148 2.27.382 4.53.765 6.79 1.131 2.26.365 4.52.731 6.8 1.081 2.26.366 4.54.715 6.81 1.048 2.27.349 4.54.681 6.81 1.014a945.818 945.818 0 0 0 13.69 1.913c2.28.299 4.58.615 6.86.898 2.29.299 4.59.582 6.88.848 2.3.283 4.59.533 6.89.799 2.29.266 4.6.515 6.9.765a952.166 952.166 0 0 0 27.78 2.561c2.32.183 4.65.349 6.98.499 2.33.166 4.66.316 7 .449 2.33.15 4.68.266 7.02.399l7.04.35c2.34.099 4.71.183 7.05.266 2.35.083 4.71.15 7.07.216 2.36.067 4.72.116 7.09.15 2.36.033 4.72.066 7.1.083s4.74.017 7.12.017c2.37 0 4.75-.017 7.15-.05 2.38-.034 4.77-.067 7.17-.133 2.39-.05 4.79-.117 7.18-.2 2.4-.083 4.79-.166 7.2-.266 2.42-.1 4.81-.216 7.22-.349 2.41-.133 4.83-.267 7.25-.433 2.43-.15 4.84-.333 7.27-.515 2.43-.183 4.86-.383 7.29-.599 2.43-.216 4.87-.433 7.3-.682 2.44-.233 4.89-.499 7.33-.765 2.45-.266 4.91-.549 7.36-.865a581.443 581.443 0 0 0 22.2-3.144 615.584 615.584 0 0 0 14.92-2.594c2.5-.466 4.99-.948 7.5-1.447 2.51-.499 5.01-1.015 7.52-1.564 2.51-.532 5.02-1.098 7.55-1.663 2.53-.582 5.04-1.181 7.57-1.78a619.96 619.96 0 0 0 7.6-1.896c2.53-.649 5.07-1.331 7.63-2.013 2.55-.698 5.11-1.413 7.66-2.145 2.56-.732 5.12-1.48 7.68-2.262 2.56-.782 5.14-1.58 7.72-2.395 2.57-.815 5.15-1.647 7.73-2.512s5.17-1.746 7.77-2.661c2.59-.898 5.19-1.846 7.8-2.794 2.61-.948 5.21-1.93 7.82-2.928 2.61-.998 5.24-2.029 7.85-3.077 2.63-1.048 5.25-2.129 7.88-3.226 2.63-1.098 5.27-2.229 7.92-3.377 2.64-1.147 5.29-2.328 7.93-3.526 2.66-1.197 5.32-2.428 7.99-3.692a658.96 658.96 0 0 0 8-3.842 558.471 558.471 0 0 0 16.1-8.2c2.69-1.431 5.39-2.878 8.1-4.358 2.71-1.48 5.42-2.994 8.13-4.541 2.71-1.547 5.44-3.11 8.17-4.707 2.72-1.597 5.45-3.243 8.2-4.906 2.74-1.664 5.48-3.36 8.23-5.09 2.74-1.73 5.5-3.493 8.27-5.29 2.76-1.795 5.52-3.625 8.3-5.488a689.4 689.4 0 0 0 8.33-5.688 750.29 750.29 0 0 0 16.78-11.992c2.81-2.08 5.62-4.175 8.45-6.32a728.7 728.7 0 0 0 8.48-6.554 996.15 996.15 0 0 0 8.52-6.77c2.84-2.295 5.69-4.64 8.55-7.002 2.86-2.378 5.72-4.807 8.6-7.252a1804.5 1804.5 0 0 0 8.63-7.484c2.88-2.545 5.77-5.123 8.66-7.734 2.9-2.628 5.79-5.29 8.7-8 2.91-2.712 5.82-5.473 8.75-8.267 2.93-2.794 5.86-5.639 8.78-8.516v35.56a745.624 745.624 0 0 1-8.78 8.333 991.534 991.534 0 0 1-8.75 8.067c-2.91 2.645-5.8 5.256-8.7 7.818a784.95 784.95 0 0 1-8.66 7.55 749.898 749.898 0 0 1-8.63 7.32c-2.88 2.394-5.74 4.74-8.6 7.051-2.86 2.312-5.71 4.59-8.55 6.82a958.91 958.91 0 0 1-8.52 6.603c-2.83 2.162-5.67 4.274-8.48 6.37a873.071 873.071 0 0 1-8.45 6.138c-2.81 2.012-5.6 3.991-8.42 5.937a689.152 689.152 0 0 1-8.36 5.722 740.614 740.614 0 0 1-8.33 5.505 708.165 708.165 0 0 1-8.3 5.306c-2.77 1.73-5.53 3.443-8.27 5.106-2.75 1.664-5.51 3.31-8.23 4.907a707.168 707.168 0 0 1-8.2 4.724c-2.73 1.546-5.46 3.06-8.17 4.54a480.32 480.32 0 0 1-8.13 4.358c-2.71 1.43-5.41 2.811-8.1 4.192-2.7 1.363-5.39 2.694-8.07 4.008-2.7 1.314-5.37 2.578-8.05 3.842a696.76 696.76 0 0 1-8 3.676 605.732 605.732 0 0 1-7.97 3.509c-2.64 1.148-5.3 2.262-7.95 3.36a485.957 485.957 0 0 1-7.92 3.21 359.86 359.86 0 0 1-7.88 3.044 523.192 523.192 0 0 1-15.67 5.672c-2.61.898-5.2 1.763-7.8 2.628a782.7 782.7 0 0 1-7.77 2.495c-2.57.798-5.17 1.596-7.73 2.345-2.58.765-5.14 1.497-7.72 2.212-2.56.715-5.12 1.414-7.68 2.096-2.56.682-5.11 1.33-7.65 1.979-2.55.632-5.09 1.247-7.64 1.846a435.2 435.2 0 0 1-7.6 1.73c-2.53.565-5.05 1.098-7.57 1.613a592.9 592.9 0 0 1-7.55 1.514 675.7 675.7 0 0 1-7.51 1.397c-2.52.449-5.01.865-7.51 1.281-2.49.415-4.99.815-7.46 1.181-2.5.382-4.98.731-7.46 1.081-2.47.349-4.95.665-7.41.981-2.48.316-4.94.599-7.41.882a577.322 577.322 0 0 1-14.73 1.497c-2.45.216-4.89.415-7.34.615-2.44.183-4.87.349-7.3.516-2.43.166-4.86.299-7.28.432-2.43.133-4.86.249-7.27.349-2.41.1-4.83.183-7.24.266-2.41.084-4.82.133-7.22.183-2.41.05-4.8.1-7.2.117-2.39.033-4.79.033-7.18.033-2.4 0-4.78 0-7.17-.033-2.38-.017-4.76-.067-7.14-.1-2.38-.05-4.75-.1-7.12-.166-2.37-.067-4.74-.15-7.1-.233-2.36-.083-4.72-.2-7.08-.316-2.37-.117-4.73-.233-7.07-.366-2.35-.133-4.71-.283-7.05-.433-2.35-.149-4.69-.316-7.04-.482-2.35-.166-4.67-.349-7.02-.549a924.171 924.171 0 0 1-13.99-1.281c-2.33-.232-4.64-.465-6.97-.715-2.31-.249-4.64-.499-6.95-.765a961.271 961.271 0 0 1-13.85-1.68c-2.3-.299-4.61-.599-6.91-.915l-6.88-.948c-2.3-.332-4.59-.665-6.87-.998-2.3-.349-4.58-.681-6.87-1.047-2.28-.35-4.56-.716-6.85-1.081-2.28-.366-4.56-.749-6.84-1.132-2.28-.382-4.56-.765-6.82-1.164-2.28-.399-4.54-.782-6.8-1.197-2.26-.4-4.54-.832-6.8-1.248a857.53 857.53 0 0 1-6.79-1.281c-2.26-.432-4.507-.864-6.769-1.313-2.262-.433-4.508-.882-6.77-1.331a797.792 797.792 0 0 1-6.753-1.364l-6.736-1.397a950.586 950.586 0 0 1-6.736-1.431 779.459 779.459 0 0 1-6.72-1.463c-2.228-.499-4.474-.981-6.719-1.48-2.229-.499-4.474-.998-6.703-1.514-2.229-.499-4.474-1.015-6.703-1.53-2.229-.516-4.458-1.031-6.686-1.564-2.229-.515-4.458-1.048-6.687-1.58-2.228-.532-4.457-1.064-6.669-1.597-2.229-.532-4.458-1.064-6.67-1.613-2.212-.549-4.441-1.081-6.653-1.63-2.212-.549-4.441-1.098-6.653-1.663-2.212-.549-4.441-1.115-6.653-1.663a760.24 760.24 0 0 0-6.653-1.68l-6.637-1.697a951.19 951.19 0 0 1-6.636-1.713c-2.212-.565-4.424-1.148-6.636-1.73-2.212-.582-4.425-1.147-6.637-1.73-2.212-.582-4.407-1.164-6.619-1.746a937.635 937.635 0 0 1-6.62-1.763 937.635 937.635 0 0 1-6.62-1.763c-2.212-.599-4.408-1.181-6.603-1.763-2.212-.599-4.408-1.181-6.62-1.78-2.195-.599-4.408-1.181-6.603-1.78-2.212-.598-4.408-1.197-6.603-1.779-2.196-.599-4.408-1.198-6.603-1.797-2.196-.598-4.408-1.197-6.604-1.796-2.195-.599-4.407-1.197-6.603-1.796-2.195-.599-4.407-1.198-6.603-1.796-2.195-.599-4.407-1.198-6.603-1.797-2.195-.599-4.408-1.197-6.603-1.796-2.196-.599-4.408-1.198-6.603-1.796a965.062 965.062 0 0 0-6.603-1.78c-2.196-.599-4.408-1.181-6.604-1.78-2.212-.599-4.407-1.181-6.603-1.78-2.195-.598-4.407-1.18-6.603-1.763-2.212-.582-4.407-1.18-6.62-1.763-2.212-.582-4.407-1.181-6.619-1.763-2.213-.582-4.408-1.164-6.62-1.729-2.212-.566-4.408-1.165-6.62-1.73-2.212-.582-4.424-1.148-6.62-1.73-2.212-.566-4.407-1.148-6.619-1.713l-6.637-1.697-6.636-1.696a760.405 760.405 0 0 0-6.653-1.664c-2.212-.548-4.441-1.114-6.653-1.663a947.199 947.199 0 0 0-6.653-1.63 773.837 773.837 0 0 0-6.67-1.613c-2.229-.532-4.441-1.065-6.67-1.597a813.049 813.049 0 0 0-6.669-1.58l-6.687-1.547c-2.228-.515-4.457-1.031-6.686-1.53a782.84 782.84 0 0 0-6.703-1.514 946.19 946.19 0 0 0-6.703-1.48c-2.229-.499-4.474-.981-6.719-1.464-2.246-.482-4.491-.964-6.72-1.43-2.245-.466-4.491-.948-6.736-1.414-2.246-.465-4.491-.931-6.736-1.38-2.246-.449-4.508-.898-6.753-1.347-2.246-.45-4.508-.882-6.77-1.314-2.262-.433-4.507-.849-6.769-1.281-2.262-.416-4.524-.848-6.786-1.248a486.44 486.44 0 0 0-6.803-1.197c-2.279-.4-4.541-.798-6.819-1.181-2.279-.383-4.541-.765-6.82-1.131l-6.836-1.098a483.593 483.593 0 0 0-6.836-1.048 975.631 975.631 0 0 0-13.738-1.98 978.4 978.4 0 0 0-13.789-1.812 978.602 978.602 0 0 0-20.807-2.345c-2.329-.233-4.641-.45-6.969-.665-2.329-.217-4.657-.433-6.986-.633a923.34 923.34 0 0 0-7.002-.565c-2.329-.183-4.674-.35-7.019-.499-2.345-.166-4.69-.316-7.036-.449l-7.052-.4c-2.362-.116-4.707-.232-7.069-.332s-4.723-.183-7.085-.25a505.92 505.92 0 0 0-7.102-.199c-2.379-.05-4.741-.1-7.119-.133-2.379-.033-4.757-.05-7.152-.05h-7.152c-2.395 0-4.79.05-7.185.083-2.396.05-4.791.1-7.202.167-2.412.066-4.807.15-7.219.25-2.412.099-4.823.199-7.252.315-2.411.117-4.84.266-7.268.4-2.428.149-4.857.315-7.285.482-2.429.183-4.857.366-7.302.565-2.445.2-4.89.433-7.335.665-2.445.233-4.907.483-7.352.749-2.461.266-4.923.549-7.384.848-2.462.3-4.924.616-7.402.932-2.478.332-4.94.682-7.418 1.047-2.478.366-4.956.749-7.451 1.148-2.479.4-4.973.815-7.468 1.248-2.495.432-4.99.865-7.502 1.347-2.511.465-5.006.964-7.518 1.463-2.511.5-5.023 1.032-7.551 1.564-2.511.549-5.04 1.098-7.584 1.68a710.23 710.23 0 0 0-7.601 1.796c-2.545.615-5.09 1.264-7.635 1.913a642.227 642.227 0 0 0-7.651 2.046 474.52 474.52 0 0 0-7.684 2.162c-2.561.748-5.14 1.513-7.718 2.295a459.205 459.205 0 0 0-7.734 2.429c-2.578.831-5.172 1.696-7.767 2.561-2.595.882-5.189 1.78-7.801 2.695a397.056 397.056 0 0 0-7.817 2.844 409.442 409.442 0 0 0-7.851 2.994 515.855 515.855 0 0 0-15.801 6.42 457.172 457.172 0 0 0-7.95 3.443 558.535 558.535 0 0 0-7.967 3.592 703.508 703.508 0 0 0-8.017 3.759 593.307 593.307 0 0 0-8.034 3.926 456.307 456.307 0 0 0-8.066 4.091 624.151 624.151 0 0 0-8.1 4.258 484.158 484.158 0 0 0-8.134 4.458 572.354 572.354 0 0 0-16.366 9.447 545.799 545.799 0 0 0-8.233 5.006 677.597 677.597 0 0 0-8.267 5.206 582.518 582.518 0 0 0-8.3 5.406 488.148 488.148 0 0 0-8.332 5.605 694.474 694.474 0 0 0-8.383 5.822 655.558 655.558 0 0 0-8.4 6.037 648.066 648.066 0 0 0-8.449 6.254 711.629 711.629 0 0 0-16.998 13.173 601.187 601.187 0 0 0-8.55 6.936 775.275 775.275 0 0 0-8.599 7.169 677.589 677.589 0 0 0-8.632 7.418 872.557 872.557 0 0 0-8.666 7.667 760.699 760.699 0 0 0-8.698 7.917 970.887 970.887 0 0 0-8.75 8.184 816.844 816.844 0 0 0-8.781 8.449l-.017.05Z\' fill=\'%23589A43\'/%3E%3Cdefs%3E%3ClinearGradient id=\'a\' x1=\'161.93\' y1=\'214.515\' x2=\'224.112\' y2=\'-75.259\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23EBF3FF\'/%3E%3Cstop offset=\'1\' stop-color=\'%23D0DFF6\'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
		height: 297px;
	}
	
	.home-section-5 .section-transition.nitro-lazy {
		background-image: none !important;
	}
}

.home-section-6 {
	background-image: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/uploads/section-6-bg-mobile-scaled.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
	position: relative;
}

.home-section-6.nitro-lazy {
	background-image: none !important;
}

@media (min-width: 576px) {
	.home-section-6 {
		background-image: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/uploads/section-6-bg-tablet-scaled.jpg");
	}
	
	.home-section-6.nitro-lazy {
		background-image: none !important;
	}
}

@media (min-width: 992px) {
	.home-section-6 {
		background-image: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/uploads/section-6-bg-desktop.jpg");
		padding: 80px 0;
	}
	
	.home-section-6.nitro-lazy {
		background-image: none !important;
	}
}

.home-section-6__top-gradient, .home-section-6__bottom-gradient {
	height: 834.359px;
	left: 0;
	position: absolute;
	width: 100%;
}

@media (min-width: 992px) {
	.home-section-6__top-gradient, .home-section-6__bottom-gradient {
		height: 426.077px;
	}
}

.home-section-6__top-gradient {
	background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
	top: 0;
}

.home-section-6__bottom-gradient {
	background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
	bottom: 0;
}

.home-section-6 .content-area h2, .home-section-6 .content-area .h2 {
	color: #121212;
}

.home-section-6 .content-area h2 span, .home-section-6 .content-area .h2 span {
	display: block;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 4.32px;
	line-height: 1.2;
}

@media (min-width: 992px) {
	.home-section-6 .content-area h2 span, .home-section-6 .content-area .h2 span {
		font-size: 36px;
		letter-spacing: 4.32px;
	}
}

.home-section-6 .content-boxes-row {
	gap: 24px 0;
}

@media (min-width: 992px) {
	.home-section-6 .content-boxes-row {
		gap: 33px 0;
	}
}

.home-section-6__content-box {
	border-radius: 40px;
	padding: 35px;
}

@media (min-width: 992px) {
	.home-section-6__content-box {
		border-radius: 53px;
	}
}

.home-section-6__content-box--blue {
	background: linear-gradient(180deg, #00548e 0%, #73bff3 146.81%);
}

.home-section-6__content-box--green {
	background: linear-gradient(180deg, #589a43 0%, #29a900 100%);
}

@media (min-width: 992px) {
	.home-section-6__content-box--1, .home-section-6__content-box--3, .home-section-6__content-box--4 {
		padding-left: 65px;
		padding-right: 65px;
	}
}

@media (min-width: 992px) {
	.home-section-6__content-box--3, .home-section-6__content-box--4, .home-section-6__content-box--5 {
		padding-bottom: 50px;
		padding-top: 50px;
	}
}

.home-section-6 .content-box-label, .home-section-6 .content-box-contents {
	color: #fff;
}

.home-section-6 .content-box-label {
	font-family: var(--font-heading);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
	margin: 13px 0;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.home-section-6 .content-box-label {
		font-size: 24px;
	}
}

.home-section-7 {
	background: linear-gradient(180deg, #ec2027 0%, #93090d 100%);
	padding: 160px 0 60px;
	position: relative;
}

@media (min-width: 576px) {
	.home-section-7 {
		padding: 200px 0 60px;
	}
}

@media (min-width: 992px) {
	.home-section-7 {
		padding: 342px 0 80px;
	}
}

.home-section-7 .section-transition {
	background-image: url("data:image/svg+xml,%3Csvg fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 320 80\'%3E%3Cpath d=\'M329.433 76.249s-49.143-37.586-86.262-37.586c-32.862 0-63.114 7.65-89.958 14.02-28.186 6.69-52.469 12.118-65.724 12.118-25.878 0-36.52-4.12-49.087-8.42C13.242 47.344-2.88 29.475-2.88 29.475V.5h332.313v75.749Z\' fill=\'%23fff\'/%3E%3Cpath d=\'M-9 24.844a167.969 167.969 0 0 0 3.6 3.382c.598.546 1.193 1.083 1.787 1.609A172.9 172.9 0 0 0-.06 32.899a159.443 159.443 0 0 0 5.27 4.222c.582.448 1.162.882 1.743 1.312a162.556 162.556 0 0 0 3.46 2.49c.575.4 1.148.793 1.722 1.179.57.386 1.145.762 1.712 1.134.57.373 1.137.738 1.704 1.093.568.359 1.135.71 1.698 1.052a124.766 124.766 0 0 0 6.723 3.816c.557.294 1.11.58 1.664.861.553.28 1.107.557 1.657.827.55.27 1.103.533 1.65.792a132.706 132.706 0 0 0 3.283 1.48 129.777 129.777 0 0 0 3.258 1.349 104.74 104.74 0 0 0 3.232 1.226 112.633 112.633 0 0 0 7.977 2.555c.526.147 1.052.29 1.578.43s1.048.274 1.571.404c.523.13 1.046.256 1.568.38.523.122 1.042.238 1.561.354.52.113 1.039.226 1.555.332.519.106 1.035.208 1.55.307.516.1 1.032.195 1.545.284.512.092 1.028.177 1.54.263a84.07 84.07 0 0 0 1.534.239c.513.075 1.022.15 1.53.218.51.069 1.018.137 1.524.199.51.061 1.015.123 1.52.177.506.055 1.011.11 1.517.16a116.906 116.906 0 0 0 4.52.363c.498.03.997.061 1.496.085.498.028.997.048 1.492.069.496.02.991.037 1.487.05.495.015.99.028 1.482.035.495.01.987.014 1.48.02.491.004.983.007 1.475.004.492-.003.98-.003 1.472-.01.489-.007.977-.014 1.466-.028.488-.01.977-.023 1.462-.04.489-.018.974-.035 1.459-.055.485-.02.97-.045 1.455-.069.485-.023.967-.05 1.452-.081.481-.031.967-.062 1.448-.096.482-.034.963-.069 1.445-.106.482-.038.96-.079 1.442-.12.478-.04.96-.085 1.438-.13.478-.044.956-.092 1.435-.14.478-.047.953-.099 1.431-.15.475-.051.953-.106 1.428-.164.475-.054.95-.116 1.424-.174.475-.058.95-.12 1.422-.184.474-.062.946-.13 1.417-.195.472-.065.943-.133 1.414-.202.472-.068.94-.14 1.411-.212.472-.071.94-.146 1.411-.222.468-.075.94-.15 1.408-.228.468-.08.936-.158 1.404-.24l1.404-.246c.468-.082.932-.17 1.397-.256a213.413 213.413 0 0 0 2.791-.533c.464-.092.926-.18 1.39-.276.465-.093.926-.188 1.39-.284.465-.096.926-.191 1.387-.29l1.384-.297c.461-.1.922-.202 1.383-.301l1.381-.308c.461-.102.918-.208 1.38-.314.457-.106.919-.212 1.376-.321.458-.106.916-.215 1.377-.321l1.373-.328c.458-.11.916-.222 1.374-.335l1.369-.338c.458-.113.912-.225 1.37-.342.455-.116.912-.228 1.367-.345l1.366-.348c.454-.116.912-.236 1.367-.352.454-.12.908-.236 1.366-.355l1.363-.359c.454-.12.909-.239 1.363-.362.454-.12.909-.242 1.363-.366.454-.123.905-.242 1.36-.365a840.868 840.868 0 0 0 2.719-.741c.454-.123.905-.25 1.359-.373.455-.123.906-.25 1.36-.375.451-.127.905-.25 1.356-.376l1.356-.38c.451-.126.906-.252 1.357-.379l1.356-.379 1.356-.379c.451-.126.905-.253 1.356-.383.451-.126.902-.252 1.356-.382.451-.127.906-.253 1.357-.383.45-.126.905-.253 1.356-.382.451-.127.905-.257 1.356-.383l1.356-.38 1.356-.378 1.357-.38c.454-.126.905-.252 1.356-.375.454-.127.905-.253 1.359-.376.455-.127.906-.25 1.36-.376.454-.126.905-.25 1.36-.372.45-.123.905-.25 1.359-.372.454-.123.909-.246 1.36-.37.454-.123.908-.245 1.359-.365.455-.123.909-.242 1.363-.362.455-.12.909-.243 1.363-.362.455-.12.909-.24 1.367-.359.454-.12.912-.236 1.366-.355.455-.12.912-.236 1.367-.352l1.366-.349c.458-.116.912-.228 1.37-.345.458-.112.915-.228 1.37-.341l1.373-.338c.458-.113.916-.222 1.373-.332l1.377-.328c.458-.109.919-.215 1.377-.32l1.38-.318a201.1 201.1 0 0 1 1.38-.311c.461-.103.922-.205 1.383-.304a208.418 208.418 0 0 1 2.771-.595l1.39-.287 1.391-.283c.464-.092.929-.185 1.393-.273.465-.09.93-.178 1.398-.267.464-.089.932-.174 1.397-.26.468-.085.936-.167 1.4-.249l1.404-.246c.468-.082.936-.157 1.408-.236.468-.078.939-.153 1.407-.228a211.914 211.914 0 0 1 2.825-.43 212.002 212.002 0 0 1 2.839-.394 203.919 203.919 0 0 1 2.852-.352c.479-.054.954-.109 1.432-.16.478-.051.956-.103 1.435-.15.478-.048.956-.093 1.438-.137.478-.044.96-.086 1.441-.127.482-.04.964-.078 1.445-.116.482-.037.964-.071 1.449-.102a199.376 199.376 0 0 1 2.907-.168c.485-.024.97-.044 1.459-.065.488-.02.973-.034 1.462-.047.488-.014.977-.028 1.465-.034.489-.01.981-.018 1.472-.02.492-.004.984-.008 1.476-.004.492 0 .987 0 1.479.01.492.01.988.014 1.483.024.495.01.991.024 1.486.04.499.018.994.038 1.493.059.499.024.997.048 1.496.075a114.465 114.465 0 0 1 3.01.205c.502.041 1.007.082 1.51.126.505.045 1.007.096 1.513.147.505.051 1.011.106 1.52.168.509.058 1.015.12 1.524.188.509.064 1.018.133 1.53.208.512.072 1.021.15 1.537.229.513.078 1.025.164 1.541.25.516.085 1.028.177 1.547.27.516.095 1.032.19 1.551.293a124.209 124.209 0 0 1 3.116.66c.522.115 1.042.238 1.568.365a132.303 132.303 0 0 1 3.149.803c.527.143 1.056.29 1.585.44a108.694 108.694 0 0 1 4.786 1.486c.537.181 1.07.362 1.606.553.536.188 1.076.383 1.612.581a125.61 125.61 0 0 1 4.879 1.927c.546.229 1.093.465 1.639.707.547.243 1.097.485 1.643.738a103.137 103.137 0 0 1 3.307 1.582c.554.276 1.107.553 1.664.84a130.147 130.147 0 0 1 3.348 1.793 126.509 126.509 0 0 1 6.777 4.049c.571.365 1.141.734 1.712 1.113.573.38 1.144.765 1.721 1.158a132.66 132.66 0 0 1 3.464 2.45 135.1 135.1 0 0 1 3.491 2.63c.585.454 1.169.915 1.756 1.383.588.468 1.175.947 1.766 1.435a166.218 166.218 0 0 1 3.553 3.016c.595.52 1.192 1.05 1.787 1.59a158.477 158.477 0 0 1 3.6 3.333V56.818c-.601-.55-1.206-1.093-1.803-1.626a185.507 185.507 0 0 0-3.584-3.091 158.479 158.479 0 0 0-3.553-2.887 142.197 142.197 0 0 0-3.522-2.685 128.451 128.451 0 0 0-5.226-3.683 119.044 119.044 0 0 0-3.447-2.227 120.66 120.66 0 0 0-8.489-4.85 124.58 124.58 0 0 0-5.011-2.45c-.554-.253-1.107-.502-1.657-.745-.55-.242-1.104-.478-1.65-.71a109.1 109.1 0 0 0-9.774-3.587 106.82 106.82 0 0 0-6.391-1.8c-.53-.13-1.056-.26-1.585-.383a86.792 86.792 0 0 0-1.578-.355 90.95 90.95 0 0 0-3.14-.636c-.522-.099-1.042-.19-1.561-.283a119.304 119.304 0 0 0-4.653-.71c-.512-.069-1.028-.13-1.54-.192-.513-.061-1.025-.116-1.534-.17a80.007 80.007 0 0 0-1.531-.151c-.509-.048-1.018-.089-1.523-.13a77.517 77.517 0 0 0-1.52-.11 116.113 116.113 0 0 0-3.024-.163c-.502-.02-1.004-.041-1.506-.055-.502-.013-1.001-.027-1.5-.037-.498-.01-.997-.014-1.496-.017-.499-.004-.994-.004-1.493 0-.495 0-.994.006-1.489.013-.496.007-.991.017-1.483.031-.495.014-.987.027-1.479.044-.492.018-.984.038-1.476.062s-.98.048-1.472.075c-.489.027-.98.058-1.469.089-.488.03-.977.068-1.462.102-.489.038-.974.075-1.459.12-.485.04-.97.085-1.455.13-.485.044-.967.095-1.452.143-.485.051-.967.103-1.448.157a207.901 207.901 0 0 0-2.887.352c-.478.062-.956.127-1.435.192-.478.064-.956.133-1.434.201-.479.068-.953.14-1.432.212-.475.072-.953.147-1.428.225-.474.075-.949.154-1.424.236a176.441 176.441 0 0 0-2.839.495c-.471.086-.943.175-1.414.263-.472.09-.943.178-1.411.27-.471.093-.939.185-1.411.28-.468.096-.939.192-1.407.29l-1.404.298c-.468.099-.936.202-1.401.304-.468.102-.932.205-1.397.31-.465.107-.933.213-1.397.322-.465.11-.929.215-1.394.328l-1.39.331c-.465.113-.926.226-1.391.342-.464.113-.925.229-1.387.345-.461.116-.922.236-1.383.352-.461.12-.922.236-1.384.358-.461.12-.922.243-1.38.366l-1.38.369c-.458.123-.919.25-1.377.372l-1.376.38c-.458.126-.916.256-1.374.382-.457.13-.915.256-1.373.386-.458.13-.915.26-1.37.393l-1.369.396-1.367.4-1.366.403c-.455.133-.912.27-1.367.407l-1.366.41c-.455.136-.909.276-1.363.413-.455.136-.909.276-1.363.413-.455.14-.909.28-1.36.417l-1.359.42c-.455.14-.906.28-1.36.424-.454.14-.905.283-1.36.423-.454.14-.905.284-1.359.424-.455.143-.906.283-1.36.427l-1.356.43-1.356.43-1.356.431c-.451.144-.906.287-1.357.43l-1.356.431c-.451.143-.905.29-1.356.434l-1.356.43c-.451.144-.905.287-1.356.434-.451.144-.906.287-1.357.434l-1.356.43-1.356.43-1.356.431-1.356.43c-.451.144-.906.284-1.357.428-.454.143-.905.283-1.359.427-.454.14-.905.283-1.36.427-.454.14-.905.283-1.359.423l-1.36.42-1.36.417c-.454.14-.908.277-1.359.417-.454.137-.909.277-1.363.413l-1.363.41c-.455.137-.912.273-1.367.407-.454.136-.908.27-1.366.403-.454.133-.912.27-1.366.4-.455.133-.913.266-1.37.396a824.392 824.392 0 0 1-2.74.782c-.458.13-.916.256-1.373.386l-1.374.383c-.457.126-.915.25-1.376.375-.458.123-.919.25-1.377.37-.458.122-.919.242-1.38.365l-1.38.359c-.461.12-.923.235-1.384.355l-1.383.348c-.461.117-.926.23-1.387.342-.461.113-.926.225-1.39.335-.465.11-.926.222-1.391.328-.464.109-.929.215-1.394.32-.464.107-.929.213-1.393.315l-1.401.307c-.468.103-.933.202-1.401.298-.468.099-.936.194-1.404.29a171.603 171.603 0 0 1-2.814.557l-1.411.266-1.415.257c-.471.085-.946.167-1.417.245-.475.083-.95.161-1.421.24-.475.078-.95.153-1.425.225-.475.075-.953.147-1.428.219-.478.072-.953.14-1.431.205-.478.068-.957.13-1.435.194-.478.065-.956.127-1.435.185a180.698 180.698 0 0 1-2.886.331c-.482.051-.963.103-1.449.15-.485.048-.966.093-1.451.137-.486.045-.97.086-1.456.123a197.982 197.982 0 0 1-2.92.202c-.489.03-.978.058-1.47.082-.488.024-.98.048-1.468.065-.489.017-.984.037-1.476.05-.492.014-.984.028-1.48.038-.495.01-.986.017-1.482.02-.495.004-.99.004-1.49.004-.495 0-.993-.006-1.492-.013-.499-.007-.998-.017-1.496-.031-.499-.014-.998-.03-1.5-.048-.502-.02-1.004-.037-1.507-.065-.502-.024-1.004-.054-1.51-.085a112.003 112.003 0 0 1-4.56-.37c-.509-.05-1.018-.102-1.53-.16a127.703 127.703 0 0 1-3.074-.386 130.36 130.36 0 0 1-1.548-.225c-.516-.079-1.032-.164-1.551-.25a87.796 87.796 0 0 1-1.555-.273c-.519-.096-1.038-.194-1.56-.297a85.456 85.456 0 0 1-1.569-.321 86.602 86.602 0 0 1-1.571-.345c-.523-.12-1.052-.243-1.578-.37a97.066 97.066 0 0 1-3.174-.819 105.87 105.87 0 0 1-8.035-2.541 119.105 119.105 0 0 1-3.258-1.227 110.327 110.327 0 0 1-3.283-1.36 87.11 87.11 0 0 1-1.65-.727 119.89 119.89 0 0 1-10.044-5.131 127.283 127.283 0 0 1-3.402-2.022 131.402 131.402 0 0 1-3.433-2.183 126.52 126.52 0 0 1-1.725-1.158c-.578-.393-1.155-.796-1.736-1.203a134.734 134.734 0 0 1-5.247-3.884 149.758 149.758 0 0 1-3.539-2.832 133.15 133.15 0 0 1-1.78-1.493 181.705 181.705 0 0 1-3.583-3.14 157.4 157.4 0 0 1-1.804-1.652l-.01.027Z\' fill=\'%23589A43\'/%3E%3Cpath d=\'M246.065 22.699c.349 0 .694 0 1.042.003.499 0 1.001.007 1.5.017.502.01 1.004.024 1.507.038.502.013 1.007.034 1.509.054a112.406 112.406 0 0 1 3.037.164c.509.034 1.015.072 1.527.11.509.04 1.018.082 1.531.13.509.047 1.021.099 1.534.15a119.562 119.562 0 0 1 4.635.577c.519.075 1.039.154 1.554.236.52.082 1.039.17 1.562.26.522.088 1.042.184 1.564.283.523.099 1.049.198 1.572.307.526.106 1.052.219 1.578.332.526.116 1.055.235 1.581.358.53.123 1.059.253 1.589.383.529.133 1.062.267 1.595.41a101.572 101.572 0 0 1 3.208.902c.536.16 1.076.324 1.612.495a116.212 116.212 0 0 1 3.246 1.076c.543.188 1.086.386 1.633.584.543.198 1.089.403 1.636.615a111.468 111.468 0 0 1 6.613 2.788 106.56 106.56 0 0 1 3.348 1.602c.56.28 1.121.564 1.684.854a119.413 119.413 0 0 1 6.805 3.812 147.479 147.479 0 0 1 3.444 2.149 132.684 132.684 0 0 1 6.968 4.834c.588.434 1.172.874 1.763 1.322a150.243 150.243 0 0 1 5.329 4.263 175.012 175.012 0 0 1 3.594 3.098c.601.533 1.206 1.08 1.807 1.63l.126.116v13.726l-.666-.635a164.267 164.267 0 0 0-7.153-6.44 158.168 158.168 0 0 0-3.525-2.91c-.584-.468-1.169-.93-1.753-1.38a192.36 192.36 0 0 0-1.745-1.336c-.581-.437-1.158-.864-1.736-1.288a130.537 130.537 0 0 0-15.307-9.66 115.74 115.74 0 0 0-1.664-.875c-.553-.287-1.107-.564-1.66-.84a149.92 149.92 0 0 0-1.65-.807c-.55-.263-1.1-.519-1.647-.772a115.514 115.514 0 0 0-3.272-1.438 129.24 129.24 0 0 0-1.626-.673 120.502 120.502 0 0 0-4.841-1.828 109.072 109.072 0 0 0-3.197-1.072c-.53-.171-1.059-.331-1.589-.492-.529-.16-1.059-.314-1.585-.468a136.62 136.62 0 0 0-1.578-.44 127.196 127.196 0 0 0-3.14-.803 89.333 89.333 0 0 0-1.561-.363 138.118 138.118 0 0 0-3.105-.655c-.516-.103-1.032-.199-1.544-.294a129.224 129.224 0 0 0-3.075-.52c-.512-.078-1.021-.157-1.53-.228-.509-.072-1.018-.14-1.524-.205-.505-.065-1.014-.127-1.52-.188-.505-.058-1.011-.113-1.513-.168-.506-.05-1.008-.102-1.51-.147-.502-.044-1.004-.088-1.506-.126-.503-.038-1.001-.078-1.5-.11-.499-.033-1.001-.064-1.496-.092-.499-.027-.994-.054-1.493-.075-.495-.024-.994-.04-1.49-.058-.495-.017-.99-.03-1.482-.04-.495-.011-.987-.021-1.479-.025-.492-.007-.984-.01-1.476-.01h-.226c-.416 0-.83 0-1.243.004-.488.003-.98.01-1.465.02-.489.01-.977.02-1.463.034-.488.014-.973.03-1.458.048-.485.017-.97.041-1.455.065-.486.024-.971.048-1.452.075-.482.027-.967.058-1.449.089-.481.03-.963.065-1.445.102-.481.038-.963.075-1.441.116-.479.041-.96.082-1.439.127-.478.044-.956.089-1.434.137-.479.047-.953.099-1.432.15-.478.051-.953.106-1.428.16-.474.055-.949.113-1.424.171-.475.058-.95.116-1.421.181-.475.062-.946.127-1.418.192-.471.064-.943.133-1.414.201-.472.068-.943.14-1.411.209-.471.071-.939.143-1.411.218-.468.075-.939.15-1.407.229-.468.079-.936.154-1.404.236-.468.078-.936.16-1.401.246l-.143.024c-.42.075-.837.146-1.254.225l-1.397.26-1.394.266c-.465.089-.929.181-1.39.273l-1.391.28c-.464.096-.925.188-1.387.288a208.291 208.291 0 0 0-2.77.594c-.461.102-.922.201-1.38.304-.461.102-.919.208-1.38.31l-1.38.319c-.458.105-.916.211-1.377.32-.458.11-.916.22-1.373.328-.458.11-.916.223-1.374.332-.392.096-.789.191-1.182.29l-.191.048c-.458.113-.912.226-1.37.342l-.153.037c-.407.103-.81.202-1.217.304l-1.366.349-9.541 2.524c-.454.123-.905.246-1.36.373l-27.144 7.563c-.454.123-.909.25-1.363.372l-5.449 1.455c-.454.12-.908.24-1.366.356l-2.736.703c-.458.117-.912.233-1.37.345-.458.117-.916.23-1.37.342l-1.373.338c-.458.113-.916.222-1.374.335-.457.11-.919.219-1.376.328-.458.11-.919.215-1.377.325l-.321.075-1.059.246c-.461.106-.919.208-1.38.314l-1.384.307c-.461.103-.922.202-1.383.304l-1.387.298c-.386.082-.772.16-1.158.242l-.229.048c-.461.096-.926.191-1.39.283l-1.394.277c-.465.092-.929.181-1.397.27-.465.089-.933.178-1.398.263l-1.4.256c-.468.086-.936.168-1.404.25-.468.082-.936.16-1.404.239-.468.078-.94.153-1.408.229-.471.075-.939.15-1.41.222-.472.071-.943.143-1.415.211-.471.069-.943.137-1.417.202-.472.065-.947.133-1.422.195l-1.424.184c-.475.058-.95.12-1.424.175l-1.432.163-1.435.154-1.434.144c-.479.044-.96.088-1.442.13-.482.04-.96.081-1.445.119-.482.038-.967.072-1.448.106-.482.034-.967.065-1.452.096-.485.03-.967.054-1.456.081-.485.025-.973.048-1.458.069-.485.02-.974.038-1.462.054-.489.018-.977.031-1.466.041-.488.01-.98.021-1.472.028-.492.007-.98.01-1.476.01h-.297c-.393 0-.786 0-1.182-.003-.492-.004-.987-.01-1.483-.02-.495-.011-.99-.021-1.489-.035a109.7 109.7 0 0 1-1.493-.051c-.499-.02-.997-.041-1.496-.069-.499-.023-1.001-.054-1.5-.085a112.139 112.139 0 0 1-3.016-.225c-.506-.045-1.008-.093-1.514-.14-.505-.052-1.01-.106-1.52-.161-.509-.058-1.018-.116-1.527-.178-.509-.065-1.018-.13-1.53-.201a79.652 79.652 0 0 1-1.537-.222c-.513-.075-1.025-.157-1.54-.24-.513-.085-1.03-.17-1.545-.262a134.085 134.085 0 0 1-3.109-.595c-.519-.106-1.038-.218-1.56-.331-.523-.116-1.043-.232-1.565-.355a87.979 87.979 0 0 1-1.572-.383 89.272 89.272 0 0 1-1.578-.403c-.526-.14-1.056-.284-1.585-.43a105.68 105.68 0 0 1-3.184-.943c-.533-.168-1.066-.335-1.602-.513a110.196 110.196 0 0 1-4.837-1.708c-.54-.205-1.083-.413-1.626-.628a125.826 125.826 0 0 1-3.27-1.357c-.546-.235-1.093-.478-1.643-.724s-1.1-.499-1.65-.758a108.178 108.178 0 0 1-3.32-1.623 129.509 129.509 0 0 1-3.348-1.766 125.113 125.113 0 0 1-5.07-2.928 136.653 136.653 0 0 1-5.134-3.29c-.574-.385-1.148-.782-1.725-1.181-.577-.4-1.151-.81-1.732-1.227A137.345 137.345 0 0 1 3.65 36.08c-.584-.46-1.171-.932-1.759-1.41A167.493 167.493 0 0 1-1.656 31.7a145.945 145.945 0 0 1-1.783-1.565c-.598-.53-1.192-1.065-1.79-1.612a166.37 166.37 0 0 1-3.607-3.389l.543-.574a183.382 183.382 0 0 0 3.59 3.238 143.068 143.068 0 0 0 3.56 3.027A147.902 147.902 0 0 0 5.88 36.28c.58.425 1.158.838 1.739 1.244a126.881 126.881 0 0 0 13.634 8.4 126.917 126.917 0 0 0 3.337 1.701 121.656 121.656 0 0 0 3.31 1.559c.55.249 1.1.488 1.647.724a112 112 0 0 0 6.518 2.579c.54.191 1.076.383 1.612.563.536.185 1.073.36 1.609.534a106.921 106.921 0 0 0 4.783 1.43c.53.144 1.055.288 1.585.421.526.137 1.052.27 1.578.396.526.127 1.049.25 1.571.37.523.119 1.046.231 1.568.34.523.11 1.042.22 1.561.322.52.102 1.039.202 1.555.294.519.095 1.035.184 1.55.27.517.085 1.032.17 1.545.249.512.078 1.028.154 1.54.225.513.072 1.025.137 1.534.202.513.065 1.022.126 1.53.184.51.059 1.019.11 1.528.161a114.801 114.801 0 0 0 4.546.369c.503.03 1.005.058 1.507.085.502.024 1 .045 1.503.065.499.02.998.034 1.496.048.499.014.994.024 1.493.03.499.008.994.011 1.49.014h.423c.352 0 .707 0 1.06-.003.494-.003.986-.014 1.478-.02.492-.01.984-.021 1.476-.035.492-.013.98-.03 1.472-.05.489-.021.977-.042 1.466-.066.488-.024.977-.051 1.462-.082.488-.03.974-.061 1.459-.095.485-.035.97-.069 1.455-.106.485-.038.967-.079 1.452-.123.481-.045.966-.09 1.448-.137.482-.048.963-.099 1.445-.15a207.092 207.092 0 0 0 2.88-.331c.478-.059.956-.12 1.435-.185.478-.065.956-.127 1.431-.195l1.428-.205c.475-.072.95-.143 1.424-.218.475-.075.947-.147 1.421-.226.472-.078.947-.157 1.418-.239l1.414-.246c.472-.085.943-.167 1.411-.256.472-.086.94-.174 1.411-.267.468-.088.94-.18 1.408-.273.468-.092.936-.188 1.404-.283.468-.096.936-.192 1.404-.29l1.397-.298 1.397-.307c.465-.103.929-.209 1.394-.315.464-.106.929-.212 1.393-.32l1.387-.329c.465-.11.926-.222 1.387-.334.462-.113.926-.226 1.387-.342.461-.116.923-.229 1.384-.349.461-.116.922-.235 1.383-.355l.175-.044c.399-.103.802-.209 1.202-.311.461-.12.919-.243 1.377-.366l1.376-.369 1.374-.372 1.373-.38 1.37-.382 1.37-.39 1.369-.392c.455-.13.913-.263 1.367-.396l1.366-.4c.455-.133.909-.266 1.363-.403l14.956-4.612 27.165-8.54 4.099-1.22c.454-.133.912-.27 1.37-.4l1.37-.395c.458-.13.915-.264 1.373-.393.403-.117.806-.23 1.209-.342l.164-.044c.458-.13.916-.257 1.377-.383l1.377-.38c.457-.126.919-.249 1.38-.371l1.38-.37c.461-.122.922-.242 1.383-.365.427-.113.858-.222 1.288-.331l.099-.024c.461-.12.926-.236 1.387-.352.465-.116.926-.232 1.391-.345.461-.113.925-.229 1.39-.342.43-.106.864-.208 1.295-.31l.099-.024c.464-.11.929-.22 1.397-.328.464-.11.932-.216 1.397-.322.468-.105.933-.208 1.401-.31.468-.103.936-.205 1.404-.305.468-.099.936-.201 1.407-.297.468-.099.94-.194 1.408-.29.471-.096.939-.188 1.41-.28.472-.092.943-.185 1.415-.274.471-.088.943-.177 1.417-.262l1.421-.257c.475-.082.95-.164 1.425-.242l1.428-.236 1.431-.225c.478-.072.953-.144 1.432-.212a208.136 208.136 0 0 1 2.876-.393c.482-.062.963-.123 1.445-.181.482-.058.963-.116 1.448-.17.485-.056.967-.107 1.452-.158.485-.051.97-.1 1.455-.144a185.68 185.68 0 0 1 2.921-.249c.489-.038.977-.072 1.466-.102.488-.035.98-.062 1.472-.093.492-.027.984-.054 1.476-.075.492-.024.984-.044 1.479-.061.495-.017.987-.034 1.483-.045.495-.013.99-.024 1.486-.03.495-.007.994-.014 1.492-.014h.458l-.014-.027Zm82.451 34.304a225.02 225.02 0 0 0-1.67-1.507 146.778 146.778 0 0 0-1.79-1.568 313.67 313.67 0 0 0-1.784-1.516 157.246 157.246 0 0 0-5.301-4.24c-.584-.447-1.169-.884-1.753-1.315-.584-.43-1.165-.854-1.745-1.27a122.69 122.69 0 0 0-1.736-1.224c-.577-.4-1.154-.792-1.728-1.178-.574-.386-1.151-.765-1.722-1.134-.574-.37-1.144-.731-1.715-1.09a109.773 109.773 0 0 0-3.409-2.053 129.005 129.005 0 0 0-3.379-1.893c-.56-.3-1.12-.597-1.677-.888-.557-.29-1.117-.57-1.67-.85-.557-.277-1.111-.55-1.664-.813a100.47 100.47 0 0 0-3.31-1.52 85.692 85.692 0 0 0-1.647-.708c-.546-.229-1.093-.454-1.639-.676a109.151 109.151 0 0 0-3.259-1.25 114.933 114.933 0 0 0-3.232-1.131 97.977 97.977 0 0 0-1.609-.516 94.906 94.906 0 0 0-1.602-.488c-.533-.158-1.066-.315-1.596-.462a90.915 90.915 0 0 0-1.588-.433c-.529-.14-1.059-.274-1.585-.407-.526-.13-1.052-.26-1.578-.383a123.053 123.053 0 0 0-3.14-.687c-.522-.105-1.042-.204-1.561-.303a122.913 122.913 0 0 0-3.105-.54 132.903 132.903 0 0 0-3.085-.45c-.512-.07-1.025-.13-1.534-.192-.509-.062-1.021-.116-1.53-.171-.509-.051-1.018-.106-1.524-.15a118.98 118.98 0 0 0-6.053-.403c-.502-.02-1.001-.041-1.5-.055a107.706 107.706 0 0 0-2.989-.055l-1.035-.003h-.454c-.495 0-.991.01-1.483.017-.495.007-.987.017-1.479.03-.492.014-.984.028-1.476.045-.491.017-.98.038-1.472.062-.488.023-.98.047-1.465.075-.489.027-.977.058-1.466.089-.488.03-.973.068-1.459.102-.485.038-.97.075-1.455.12-.485.04-.967.085-1.452.13-.485.044-.966.095-1.448.143a208.35 208.35 0 0 0-2.887.324c-.478.059-.96.117-1.438.178-.478.062-.956.126-1.435.191-.478.065-.953.134-1.431.202-.475.068-.953.14-1.428.212-.475.071-.95.147-1.424.225-.475.075-.947.154-1.421.232-.472.079-.947.161-1.418.243a168.499 168.499 0 0 0-2.825.516c-.472.089-.94.177-1.411.27-.468.092-.94.184-1.408.28-.468.095-.936.191-1.404.29l-1.4.297c-.468.1-.933.202-1.401.304-.464.103-.932.205-1.397.311-.465.106-.929.212-1.394.321-.464.106-.929.216-1.393.328l-.1.024-1.291.308c-.464.112-.926.225-1.387.341-.461.113-.926.23-1.387.345-.461.116-.922.233-1.383.352l-.099.024c-.427.11-.858.219-1.285.332-.461.119-.919.242-1.38.362l-1.377.368c-.457.123-.918.25-1.376.373l-1.373.38c-.458.125-.916.255-1.374.382l-.164.047c-.403.113-.806.226-1.209.342-.458.13-.912.26-1.37.393l-1.37.396-1.366.4-9.541 2.883-36.679 11.488c-.454.137-.909.27-1.366.404l-1.367.403c-.457.133-.912.266-1.37.396l-1.373.393-1.373.39-1.373.385c-.458.127-.916.256-1.377.383l-1.377.376c-.461.122-.919.249-1.38.372-.461.123-.919.246-1.38.365-.403.106-.806.209-1.206.315l-.174.044c-.461.12-.922.24-1.384.355l-1.386.349c-.462.116-.926.229-1.391.341-.461.113-.926.226-1.39.335-.465.11-.929.222-1.394.328-.465.11-.933.215-1.397.321-.465.106-.933.212-1.397.314-.468.103-.936.209-1.401.308l-1.404.3c-.468.1-.936.195-1.407.291-.468.096-.936.191-1.408.283-.471.093-.939.185-1.411.274l-1.414.266c-.471.09-.943.171-1.418.256a201.346 201.346 0 0 1-2.845.488c-.475.08-.95.155-1.428.226-.475.076-.953.147-1.431.219-.479.072-.957.14-1.435.205-.479.068-.957.133-1.438.195-.479.065-.96.126-1.439.184a208.29 208.29 0 0 1-4.345.482c-.485.048-.97.092-1.455.136-.485.045-.974.086-1.459.123-.488.038-.973.076-1.462.106-.488.035-.977.065-1.465.096-.489.03-.98.058-1.473.082-.492.024-.98.048-1.475.065-.492.02-.988.037-1.48.051-.491.014-.987.028-1.482.038-.495.01-.99.017-1.486.02-.356 0-.71.004-1.066.004h-.427c-.499 0-.997-.007-1.496-.014s-1.001-.017-1.503-.03c-.502-.014-1.001-.032-1.507-.049-.502-.02-1.008-.04-1.51-.065-.505-.023-1.008-.054-1.513-.085a112.282 112.282 0 0 1-4.574-.369c-.513-.051-1.022-.106-1.534-.16a126.208 126.208 0 0 1-3.085-.39 85.519 85.519 0 0 1-1.55-.229c-.52-.078-1.036-.164-1.555-.25-.52-.088-1.039-.177-1.561-.272a124.704 124.704 0 0 1-3.136-.619 95.773 95.773 0 0 1-4.752-1.117c-.53-.136-1.062-.28-1.595-.423-.533-.147-1.066-.297-1.602-.451a109.118 109.118 0 0 1-3.221-.99 100.171 100.171 0 0 1-4.879-1.709 121.81 121.81 0 0 1-3.28-1.295 112.229 112.229 0 0 1-4.97-2.193c-.557-.26-1.113-.53-1.67-.803-.557-.273-1.117-.553-1.677-.837a118.812 118.812 0 0 1-6.44-3.532l.072.045a128.263 128.263 0 0 0 8.393 4.854 96.32 96.32 0 0 0 1.66.857c.554.28 1.104.554 1.654.824a114.478 114.478 0 0 0 6.545 2.955c.54.225 1.08.444 1.62.655.539.212 1.075.42 1.612.626.536.201 1.072.4 1.609.594a113.983 113.983 0 0 0 3.197 1.103c.53.175 1.06.345 1.589.51.53.163 1.055.324 1.585.481.526.157 1.052.307 1.578.454a97.688 97.688 0 0 0 3.14.827 92.26 92.26 0 0 0 3.115.731 124.463 124.463 0 0 0 3.095.636c.515.099 1.028.19 1.54.283.513.092 1.025.178 1.534.263.513.082 1.022.164 1.53.24.51.074 1.019.15 1.528.218.509.068 1.014.137 1.52.198.505.062 1.01.123 1.517.178.502.054 1.007.109 1.51.16a112.698 112.698 0 0 0 3.006.26c.498.037.997.072 1.496.102.499.031.994.062 1.493.086.495.024.994.047 1.49.068.494.02.99.038 1.482.051.492.014.987.028 1.479.034.492.01.984.014 1.476.02.392 0 .782.008 1.175.008h.297c.488 0 .98-.007 1.465-.01.489-.007.977-.014 1.462-.028.486-.014.974-.024 1.46-.04.484-.018.97-.035 1.454-.056.486-.02.97-.044 1.452-.068.482-.024.967-.051 1.449-.082.481-.03.963-.061 1.445-.095.481-.035.963-.069 1.441-.106a203.908 203.908 0 0 0 2.87-.25c.478-.044.953-.092 1.431-.14.475-.048.953-.099 1.428-.15.475-.051.95-.106 1.425-.164.474-.055.946-.116 1.421-.174.471-.058.946-.12 1.417-.185.472-.061.947-.126 1.418-.194.471-.065.943-.134 1.411-.202.471-.068.939-.14 1.407-.212.468-.072.94-.147 1.408-.222a201.006 201.006 0 0 0 2.804-.468l1.401-.246c.468-.082.933-.167 1.397-.256.465-.085.929-.174 1.394-.263.464-.089.929-.178 1.394-.27.464-.092.925-.181 1.387-.273.461-.093.925-.188 1.387-.284l.232-.048c.386-.078.772-.16 1.154-.239l1.384-.297c.461-.099.922-.201 1.38-.3l1.38-.308c.461-.102.919-.208 1.377-.31l1.055-.247.322-.075c.457-.106.915-.212 1.373-.321l1.373-.328c.458-.11.912-.222 1.37-.331l1.37-.339c.454-.112.912-.225 1.37-.341.454-.113.908-.23 1.366-.345l2.733-.7c.454-.117.909-.236 1.363-.356l5.445-1.452 1.36-.369 27.144-7.563c.454-.123.905-.25 1.36-.372l8.181-2.176 1.367-.352 1.369-.348 1.22-.308.154-.037c.458-.113.915-.23 1.373-.342l.191-.048c.397-.099.789-.195 1.186-.29.457-.113.915-.222 1.376-.332l1.377-.328c.458-.109.919-.215 1.38-.32l1.38-.318c.461-.106.923-.209 1.384-.315l1.383-.307c.461-.103.926-.202 1.387-.3.461-.1.926-.199 1.391-.294.464-.1.925-.192 1.39-.288.465-.095.929-.187 1.394-.283.464-.092.929-.184 1.397-.273.468-.09.932-.181 1.397-.267.468-.089.933-.174 1.401-.263.42-.078.84-.15 1.26-.225l.144-.024 1.407-.246c.468-.082.94-.16 1.408-.236a202.661 202.661 0 0 1 4.242-.66c.472-.068.947-.136 1.421-.2a184.156 184.156 0 0 1 4.281-.543 178.814 178.814 0 0 1 4.314-.447c.482-.046.964-.087 1.445-.128.482-.04.964-.078 1.449-.116a97.62 97.62 0 0 1 1.452-.102c.485-.031.97-.062 1.455-.09.485-.026.97-.054 1.459-.078.485-.024.973-.044 1.462-.065.488-.02.977-.034 1.465-.047.489-.014.98-.028 1.472-.035.492-.01.984-.017 1.476-.02.417-.004.834-.004 1.25-.004h.226c.495 0 .987.004 1.483.01.495.008.99.014 1.486.025.495.01.994.023 1.492.04.499.018.998.038 1.497.059.498.023 1 .047 1.499.075a111.953 111.953 0 0 1 3.017.205c.505.04 1.011.082 1.516.13.506.044 1.012.095 1.521.146.509.052 1.014.11 1.523.168.509.058 1.018.123 1.531.188.509.065 1.021.136 1.533.208.513.072 1.025.15 1.541.229a123.315 123.315 0 0 1 3.095.52 126.798 126.798 0 0 1 3.115.614c.523.11 1.042.226 1.565.342.523.12 1.049.239 1.571.365.527.127 1.053.257 1.579.393.526.133 1.055.273 1.581.417.53.143 1.059.29 1.589.444.529.15 1.062.307 1.595.471a104.67 104.67 0 0 1 3.211 1.022c.537.18 1.073.365 1.613.553.539.188 1.079.383 1.619.584a126.389 126.389 0 0 1 3.259 1.257 124.778 124.778 0 0 1 3.279 1.384 116.088 116.088 0 0 1 3.307 1.517c.553.263 1.107.536 1.664.81a112.414 112.414 0 0 1 3.347 1.725c.561.3 1.121.608 1.685.918.563.311 1.123.632 1.691.957a137.638 137.638 0 0 1 5.11 3.105c.571.366 1.144.738 1.718 1.117.574.38 1.148.765 1.725 1.162.578.392 1.152.796 1.732 1.202.578.41 1.158.827 1.739 1.25a150.433 150.433 0 0 1 3.498 2.637c.588.455 1.172.92 1.763 1.388a152.36 152.36 0 0 1 3.546 2.924c.594.505 1.189 1.018 1.783 1.537.598.52 1.192 1.052 1.794 1.592.597.54 1.199 1.086 1.8 1.643.379.352.762.707 1.141 1.066v-11.54l.003.014Z\' fill=\'url(%23a)\'/%3E%3Cpath d=\'M-9 24.844a176.276 176.276 0 0 0 5.387 5.162c.595.546 1.888 1.539 2.479 2.069.59.529.89.778 2.023 1.713 1.132.936 1.291 1.049 1.879 1.544.588.495 1.264.992 1.848 1.47.585.478.447.332 1.027.797.581.464 1.092.82 1.673 1.267.484.57.795.957 1.373 1.391a131.416 131.416 0 0 0 5.158 3.696 143.14 143.14 0 0 0 5.093 3.32 132.21 132.21 0 0 0 5.032 2.963c.557.31 1.11.614 1.664.912a107.17 107.17 0 0 0 3.307 1.718 139.191 139.191 0 0 0 3.283 1.582c.546.252 1.09.498 1.632.74.543.243 1.087.48 1.626.708a122.358 122.358 0 0 0 4.837 1.947c.537.202 1.07.4 1.603.591.533.192 1.066.376 1.595.56.53.181 1.062.36 1.589.533a102.196 102.196 0 0 0 4.735 1.435c.522.147 1.045.29 1.567.427.523.137 1.042.273 1.561.403.52.13 1.039.256 1.555.38.519.122 1.035.242 1.55.355.516.116 1.032.225 1.545.334a121.24 121.24 0 0 0 3.074.595c.513.092 1.022.184 1.53.27a128.658 128.658 0 0 0 4.561.68c.505.064 1.008.126 1.51.184.502.058 1.004.116 1.506.167.502.055 1.001.103 1.5.15a111.06 111.06 0 0 0 2.99.247c.495.034.993.068 1.489.099.495.03.99.058 1.482.082.495.024.987.048 1.48.065.491.02.983.034 1.475.05.492.018.98.028 1.472.035.489.01.977.017 1.466.02.488.004.977.007 1.462.004.489 0 .974 0 1.459-.007.485-.007.97-.014 1.455-.024a200.151 200.151 0 0 0 2.9-.085c.482-.017.964-.038 1.445-.062.482-.02.96-.047 1.442-.075a197.37 197.37 0 0 0 2.873-.181c.478-.034.953-.072 1.431-.11.475-.037.953-.074 1.428-.119a196.57 196.57 0 0 0 4.263-.42c.472-.051.943-.106 1.414-.16a192.604 192.604 0 0 0 2.822-.346c.468-.061.94-.123 1.408-.187.468-.062.936-.13 1.404-.195.468-.065.936-.133 1.404-.202.468-.068.932-.14 1.397-.212.464-.071.932-.143 1.397-.218l1.394-.226c.464-.075.926-.153 1.39-.232.465-.078.926-.157 1.39-.239l1.387-.246c.462-.082.923-.167 1.384-.253.461-.085.922-.17 1.383-.26.462-.085.923-.177 1.381-.266.461-.089.918-.177 1.38-.27l1.376-.276c.458-.093.916-.185 1.377-.28l1.373-.287c.458-.096.916-.192 1.374-.29.457-.1.915-.196 1.369-.295.458-.099.912-.198 1.37-.3.455-.1.912-.202 1.367-.304l1.366-.308c.454-.102.912-.205 1.367-.31.454-.103.908-.209 1.366-.312l1.363-.317c.454-.106.909-.212 1.363-.321l1.363-.321c.454-.11.905-.216 1.36-.325.454-.11.908-.218 1.359-.328.451-.11.906-.219 1.36-.328.454-.11.905-.222 1.359-.331.455-.11.906-.222 1.36-.331.451-.113.905-.223 1.356-.335.451-.113.906-.226 1.356-.335l1.357-.338 1.356-.338 1.356-.339 1.356-.338 1.356-.338 1.357-.338 1.356-.338 1.356-.339 1.356-.338 1.356-.338 1.357-.338c.454-.113.905-.222 1.359-.335.451-.113.905-.222 1.356-.335.451-.112.906-.222 1.36-.331.454-.11.905-.222 1.36-.332.454-.109.905-.221 1.359-.33.454-.11.905-.22 1.36-.329.454-.11.908-.215 1.363-.324.454-.11.908-.215 1.363-.321l1.363-.318 1.366-.318c.455-.106.912-.208 1.367-.31l1.366-.312c.458-.102.912-.204 1.37-.304.458-.099.912-.201 1.37-.3l1.37-.297c.457-.1.915-.195 1.373-.294.458-.096.915-.195 1.373-.29.458-.096.916-.192 1.377-.284.458-.092.919-.188 1.377-.28.461-.092.918-.185 1.38-.273.461-.09.919-.181 1.38-.27.461-.09.922-.178 1.383-.263l1.384-.257c.461-.085.926-.167 1.387-.249l1.39-.246c.465-.082.926-.157 1.39-.236.465-.078.93-.157 1.394-.232.465-.075.929-.15 1.397-.222a99.23 99.23 0 0 1 1.398-.215 204.597 204.597 0 0 1 2.804-.41c.468-.065.936-.13 1.408-.191.468-.062.939-.127 1.407-.185.471-.061.943-.12 1.414-.174.472-.058.943-.11 1.415-.164.471-.055.946-.106 1.417-.157a179.495 179.495 0 0 1 2.846-.284 183.197 183.197 0 0 1 5.732-.437c.478-.03.96-.055 1.442-.082l1.445-.072c.481-.02.966-.037 1.448-.054.482-.018.967-.031 1.452-.045.485-.014.97-.024 1.455-.03.485-.007.97-.014 1.459-.018.488-.003.973-.003 1.462-.003.488 0 .977.003 1.469.01.488.007.98.014 1.472.028.492.01.984.023 1.476.04.492.018.984.035 1.479.055.495.02.987.045 1.483.072.495.027.99.055 1.489.089.499.03.994.068 1.493.106.499.037.997.078 1.496.123.499.044 1.001.088 1.5.14.502.048 1.004.102 1.506.157.502.054 1.008.112 1.51.177a113.936 113.936 0 0 1 3.037.41 116.253 116.253 0 0 1 3.054.492 124.325 124.325 0 0 1 4.619.895c.515.11 1.031.226 1.551.342.519.12 1.035.242 1.554.365.519.127 1.042.257 1.561.39.519.133 1.042.273 1.568.413a130.172 130.172 0 0 1 3.15.905c.526.161 1.055.325 1.585.492a109.322 109.322 0 0 1 3.184 1.062c.532.185 1.065.38 1.602.575a105.34 105.34 0 0 1 3.218 1.233 112.584 112.584 0 0 1 3.245 1.356 113.662 113.662 0 0 1 3.269 1.483 115.024 115.024 0 0 1 3.293 1.612c.55.28 1.104.567 1.657.86.553.295 1.107.592 1.664.896.556.304 1.113.615 1.67.933a125.76 125.76 0 0 1 5.053 3.02 144.244 144.244 0 0 1 3.402 2.213 156.691 156.691 0 0 1 5.158 3.631c.578.427 1.155.858 1.736 1.298a157.92 157.92 0 0 1 7.013 5.664c.587.506 1.178 1.018 1.773 1.537.591.523 1.185 1.053 1.78 1.589a198.796 198.796 0 0 1 3.583 3.341c.601.574 1.203 1.158 1.804 1.749v-7.304a161.858 161.858 0 0 0-3.601-3.368c-.598-.543-1.192-1.08-1.786-1.605a180.99 180.99 0 0 0-3.553-3.054 162.735 162.735 0 0 0-5.271-4.206c-.581-.444-1.165-.878-1.742-1.308a164.554 164.554 0 0 0-3.464-2.48c-.574-.4-1.148-.79-1.719-1.175a143.416 143.416 0 0 0-3.416-2.22 132.87 132.87 0 0 0-6.75-3.96c-.557-.304-1.114-.605-1.67-.895-.557-.294-1.111-.577-1.664-.86-.553-.28-1.107-.554-1.657-.824-.553-.27-1.103-.53-1.653-.79-.55-.255-1.097-.508-1.643-.754a129.774 129.774 0 0 0-3.269-1.411 108.669 108.669 0 0 0-3.246-1.284 119.193 119.193 0 0 0-3.218-1.165c-.536-.185-1.069-.362-1.602-.54a106.84 106.84 0 0 0-4.769-1.448c-.526-.147-1.052-.29-1.578-.43-.526-.141-1.049-.274-1.571-.407-.523-.13-1.046-.257-1.568-.38a91.21 91.21 0 0 0-1.562-.355 125.101 125.101 0 0 0-4.649-.93 131.425 131.425 0 0 0-3.074-.505c-.513-.078-1.022-.15-1.531-.222-.509-.071-1.018-.136-1.523-.201-.509-.065-1.015-.123-1.521-.181a114.644 114.644 0 0 0-3.026-.308 219.59 219.59 0 0 0-1.507-.126 234.54 234.54 0 0 0-1.499-.106c-.499-.034-.998-.062-1.497-.089-.498-.027-.997-.051-1.492-.072-.496-.02-.991-.037-1.486-.054-.496-.017-.991-.028-1.483-.038-.495-.01-.987-.02-1.479-.024-.492-.007-.984-.007-1.476-.007s-.98 0-1.472.007c-.489.004-.977.014-1.466.02-.488.011-.977.021-1.462.035-.488.014-.973.03-1.458.048-.486.017-.971.04-1.456.065-.485.024-.97.047-1.452.075a210.518 210.518 0 0 0-2.893.188c-.482.034-.96.071-1.442.112a195.002 195.002 0 0 0-4.304.41c-.475.052-.953.103-1.428.157a202.937 202.937 0 0 0-2.845.346c-.472.061-.947.122-1.418.187l-1.414.195-1.411.205c-.472.072-.94.14-1.411.215-.468.072-.936.147-1.407.222-.468.075-.936.154-1.404.233-.468.078-.936.157-1.401.239-.468.082-.933.16-1.397.246-.465.082-.933.17-1.397.256-.465.085-.93.174-1.394.263-.465.089-.926.178-1.39.27-.465.089-.926.18-1.391.273-.464.092-.926.185-1.387.28l-1.383.287c-.461.096-.923.195-1.384.294-.461.1-.922.198-1.38.3-.458.103-.919.202-1.38.305-.458.102-.919.205-1.377.31-.457.103-.919.209-1.376.315-.458.106-.916.212-1.374.32a947.009 947.009 0 0 0-4.113.984c-.454.114-.912.223-1.366.335-.454.113-.912.226-1.367.342l-1.366.342c-.454.116-.909.232-1.366.345a2663.283 2663.283 0 0 0-2.726.7c-.455.116-.909.236-1.363.355-.455.12-.909.236-1.363.356l-1.36.358-1.36.362c-.454.12-.905.24-1.359.363-.455.123-.906.242-1.356.362-.455.123-.906.242-1.36.365-.451.123-.905.243-1.356.366-.455.123-.906.246-1.356.365l-1.357.37-1.356.368-1.356.369-1.356.369-1.356.369-1.357.369-1.356.369c-.451.123-.905.246-1.356.365-.451.123-.905.243-1.356.366-.454.123-.905.242-1.356.365-.451.123-.906.243-1.357.362-.454.12-.905.243-1.359.362-.454.12-.905.243-1.36.363-.454.12-.905.239-1.359.355-.455.116-.906.239-1.36.355-.454.12-.909.236-1.36.355-.454.117-.905.236-1.359.352l-1.363.349-1.363.348c-.455.116-.909.229-1.367.342-.454.113-.912.229-1.366.341-.454.113-.912.226-1.366.335-.455.113-.913.222-1.37.331-.458.11-.912.22-1.37.328-.455.11-.912.22-1.37.325l-1.373.318c-.458.106-.916.212-1.374.314-.457.106-.915.208-1.376.31-.458.103-.919.206-1.377.305-.458.102-.919.201-1.38.3-.461.1-.922.199-1.38.294-.461.096-.923.195-1.384.29-.461.096-.922.192-1.383.284l-1.387.277c-.461.092-.926.18-1.39.27-.465.089-.926.174-1.391.263-.464.085-.929.174-1.394.256-.464.085-.932.167-1.397.246-.468.082-.932.164-1.4.242-.468.08-.933.158-1.401.233l-1.404.225c-.468.075-.936.147-1.404.215a171.771 171.771 0 0 1-2.822.407 201.426 201.426 0 0 1-4.253.543 203.252 203.252 0 0 1-2.852.31c-.478.049-.953.093-1.432.138-.478.044-.956.089-1.434.13-.478.04-.957.078-1.438.116-.479.037-.96.071-1.442.102-.482.034-.963.065-1.445.092l-1.448.082c-.486.024-.967.048-1.452.069-.485.02-.97.037-1.456.05-.485.018-.973.032-1.458.042-.489.01-.974.02-1.462.027-.489.007-.977.01-1.47.01h-1.468c-.492 0-.984-.01-1.476-.017-.492-.01-.984-.02-1.479-.034-.495-.014-.987-.03-1.483-.051-.495-.02-.99-.041-1.489-.065-.495-.024-.994-.055-1.493-.082-.499-.03-.997-.065-1.496-.099-.499-.038-.998-.075-1.5-.116-.502-.041-1.004-.089-1.506-.137a113.498 113.498 0 0 1-3.027-.328c-.505-.061-1.011-.126-1.52-.191a117.219 117.219 0 0 1-3.054-.451c-.51-.082-1.021-.167-1.534-.256-.512-.089-1.025-.178-1.54-.277-.516-.096-1.029-.198-1.545-.3-.515-.103-1.031-.212-1.55-.322-.516-.112-1.036-.225-1.558-.345a131.558 131.558 0 0 1-3.13-.762 133.732 133.732 0 0 1-3.15-.864c-.525-.153-1.055-.31-1.584-.471-.53-.16-1.06-.328-1.589-.499-.53-.17-1.062-.348-1.595-.526-.533-.181-1.066-.366-1.602-.553a83.079 83.079 0 0 1-1.606-.584 85.39 85.39 0 0 1-1.612-.615 106.26 106.26 0 0 1-3.245-1.319 115.506 115.506 0 0 1-4.916-2.217 124.47 124.47 0 0 1-4.97-2.521c-.557-.297-1.114-.605-1.67-.916a121.31 121.31 0 0 1-5.053-2.968 136.453 136.453 0 0 1-6.836-4.527 134.98 134.98 0 0 1-1.725-1.24 139.865 139.865 0 0 1-5.227-3.99 160.95 160.95 0 0 1-8.861-7.621 170.453 170.453 0 0 1-3.6-3.416l-.004-.01Z\' fill=\'%23589A43\'/%3E%3Cdefs%3E%3ClinearGradient id=\'a\' x1=\'30.583\' y1=\'35.942\' x2=\'43.354\' y2=\'95.457\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23EBF3FF\'/%3E%3Cstop offset=\'1\' stop-color=\'%23D0DFF6\'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	height: 80px;
}

.home-section-7 .section-transition.nitro-lazy {
	background-image: none !important;
}

@media (min-width: 576px) {
	.home-section-7 .section-transition {
		background-image: url("data:image/svg+xml,%3Csvg fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 576 144\'%3E%3Cg clip-path=\'url(%23a)\'%3E%3Cpath d=\'M582.381 137.512S493.167 69.28 425.784 69.28c-59.657 0-114.575 13.886-163.308 25.453-51.168 12.144-95.25 21.998-119.312 21.998-46.98 0-66.297-7.481-89.111-15.287C8.379 85.039-20.89 52.601-20.89 52.601V0H582.38v137.511Z\' fill=\'%23fff\'/%3E%3Cpath d=\'M-32 44.193a303.725 303.725 0 0 0 6.536 6.14c1.086.992 2.165 1.965 3.244 2.92 1.079.962 2.158 1.904 3.23 2.828a287.919 287.919 0 0 0 6.425 5.377 273.546 273.546 0 0 0 6.363 5.023c1.054.813 2.109 1.6 3.163 2.382 1.054.781 2.102 1.544 3.15 2.3a234.626 234.626 0 0 0 6.257 4.36c1.036.7 2.078 1.383 3.107 2.059 1.036.676 2.066 1.34 3.095 1.984 1.03.651 2.059 1.29 3.082 1.91 1.023.627 2.046 1.234 3.07 1.836 1.023.602 2.04 1.19 3.057 1.767s2.028 1.142 3.045 1.693a180.22 180.22 0 0 0 3.032 1.631c1.011.534 2.016 1.055 3.02 1.563 1.005.509 2.01 1.011 3.008 1.5.999.49 2.003.968 2.996 1.44a242.582 242.582 0 0 0 5.96 2.685c.991.428 1.977.843 2.963 1.253.987.409 1.973.806 2.952 1.197a215.701 215.701 0 0 0 5.867 2.227 214.088 214.088 0 0 0 5.823 2.008 201.81 201.81 0 0 0 5.78 1.799c.961.285 1.916.564 2.877.831.956.266 1.91.527 2.865.781.956.254 1.904.496 2.853.732.949.235 1.898.465 2.847.688.948.223 1.891.434 2.834.645.942.205 1.885.409 2.821.602.943.192 1.88.378 2.816.558.936.179 1.873.353 2.803.514.93.168 1.867.323 2.797.478.93.155 1.86.298 2.784.434.93.136 1.854.273 2.778.397.925.124 1.849.248 2.766.36.924.111 1.842.223 2.76.322.918.099 1.836.198 2.753.292.918.093 1.83.173 2.741.254.912.08 1.824.149 2.735.217.912.068 1.817.13 2.729.186.905.056 1.811.111 2.716.155.906.05 1.811.087 2.71.124.899.037 1.799.068 2.698.093.899.025 1.798.05 2.691.062.9.019 1.793.025 2.686.037.893.006 1.786.013 2.679.006.893-.006 1.779-.006 2.672-.018.887-.013 1.774-.025 2.661-.05.887-.018 1.773-.043 2.654-.074.887-.031 1.768-.062 2.648-.099a389.09 389.09 0 0 0 2.642-.125 193.93 193.93 0 0 0 2.636-.148c.874-.056 1.755-.112 2.629-.174.874-.062 1.749-.124 2.623-.192.875-.068 1.743-.143 2.617-.217a383.392 383.392 0 0 0 5.216-.49c.868-.087 1.73-.18 2.598-.273.862-.093 1.73-.192 2.592-.298.862-.099 1.724-.211 2.586-.316.862-.105 1.724-.217 2.58-.335.862-.112 1.718-.236 2.574-.353.855-.118 1.711-.242 2.567-.366.856-.124 1.706-.255 2.561-.385.856-.13 1.706-.266 2.562-.403.849-.136 1.705-.273 2.555-.415.849-.143 1.699-.286 2.548-.434l2.549-.447c.85-.149 1.693-.31 2.537-.465.843-.155 1.693-.316 2.536-.478.843-.161 1.687-.322 2.53-.489.843-.168 1.681-.329 2.524-.503.843-.167 1.681-.341 2.524-.515a266.25 266.25 0 0 0 2.518-.527l2.511-.539c.838-.18 1.675-.366 2.512-.546l2.505-.558c.838-.186 1.669-.378 2.506-.571.831-.192 1.668-.384 2.499-.583.831-.192 1.662-.39 2.499-.582l2.493-.596c.831-.198 1.662-.403 2.493-.608.831-.204 1.662-.409 2.487-.614.831-.204 1.656-.409 2.487-.62.825-.21 1.656-.415 2.48-.626l2.481-.633c.825-.21 1.656-.427 2.481-.638.824-.217 1.649-.428 2.48-.645l2.475-.651c.824-.217 1.649-.434 2.474-.658.825-.217 1.649-.44 2.474-.663.825-.224 1.644-.44 2.468-.664.825-.223 1.65-.446 2.469-.67.824-.223 1.643-.446 2.468-.676.825-.223 1.643-.452 2.468-.675.825-.224 1.643-.453 2.468-.683.819-.23 1.644-.452 2.462-.682.819-.23 1.644-.459 2.462-.688l2.462-.689 2.462-.688c.819-.23 1.644-.459 2.462-.688.819-.23 1.643-.46 2.462-.695.819-.23 1.637-.459 2.462-.694.819-.23 1.643-.46 2.462-.695.819-.23 1.643-.459 2.462-.695.819-.229 1.643-.465 2.462-.694l2.462-.689c.819-.229 1.643-.458 2.462-.688.819-.23 1.643-.459 2.462-.688.825-.23 1.643-.46 2.462-.682.825-.23 1.643-.46 2.468-.683.825-.229 1.644-.452 2.468-.682.825-.23 1.644-.452 2.468-.676.819-.223 1.644-.452 2.469-.676.824-.223 1.649-.446 2.468-.67.825-.223 1.649-.446 2.468-.663.825-.223 1.65-.44 2.474-.657.825-.217 1.65-.44 2.475-.658.825-.217 1.649-.434 2.48-.65.825-.218 1.656-.429 2.481-.646.825-.217 1.656-.428 2.481-.639l2.48-.632 2.487-.626c.831-.205 1.662-.416 2.487-.62l2.493-.614c.831-.205 1.662-.404 2.493-.602.831-.198 1.662-.397 2.499-.595.831-.199 1.668-.391 2.499-.583l2.505-.577c.838-.192 1.669-.378 2.506-.564.837-.186 1.674-.372 2.511-.552.838-.186 1.675-.366 2.512-.546.837-.18 1.681-.36 2.518-.533.843-.174 1.68-.348 2.524-.521.843-.174 1.68-.341 2.524-.515.843-.167 1.687-.335 2.53-.496.843-.161 1.687-.323 2.536-.484.844-.161 1.693-.316 2.537-.471.849-.155 1.699-.304 2.542-.453l2.549-.446c.85-.15 1.699-.286 2.555-.428.85-.143 1.706-.28 2.555-.416a368.67 368.67 0 0 1 2.561-.397 360.722 360.722 0 0 1 7.721-1.097 330.71 330.71 0 0 1 5.178-.639c.869-.1 1.731-.198 2.599-.291.868-.093 1.736-.187 2.604-.273.869-.087 1.737-.168 2.611-.248a373.772 373.772 0 0 1 5.241-.44c.874-.069 1.748-.131 2.629-.187a351.41 351.41 0 0 1 5.277-.304c.881-.043 1.762-.08 2.648-.117.887-.038 1.768-.063 2.655-.087.886-.025 1.773-.05 2.66-.062.887-.019 1.78-.031 2.673-.037.893-.007 1.786-.013 2.679-.007.893 0 1.792 0 2.685.019s1.792.025 2.692.043c.899.019 1.798.044 2.697.075.906.03 1.805.068 2.71.105.906.044 1.811.087 2.717.137a207.342 207.342 0 0 1 5.463.372c.912.074 1.829.148 2.741.23.918.08 1.83.173 2.747.266.918.093 1.836.192 2.76.304.924.105 1.842.217 2.766.34.924.119 1.848.243 2.778.379.93.13 1.854.273 2.791.416.93.142 1.86.297 2.797.452.936.155 1.866.323 2.809.49.936.174 1.873.347 2.815.533.943.186 1.879.379 2.822.577.943.199 1.885.403 2.834.62.949.211 1.891.434 2.846.664.949.23 1.904.465 2.853.707.949.242 1.91.496 2.865.75.955.26 1.917.527 2.878.8.961.273 1.922.558 2.883.85.962.291 1.929.589 2.897.899a179.24 179.24 0 0 1 5.823 1.953c.973.342 1.953.695 2.927 1.055.98.36 1.959.731 2.939 1.11a222.442 222.442 0 0 1 5.917 2.387c.992.416 1.984.844 2.976 1.284.992.44 1.991.88 2.983 1.34.999.459 1.997.924 2.995 1.401.999.478 2.004.968 3.008 1.47 1.005.502 2.009 1.004 3.02 1.525 1.011.521 2.022 1.055 3.033 1.594a220.8 220.8 0 0 1 6.102 3.392c1.023.59 2.046 1.191 3.07 1.799 1.023.614 2.052 1.234 3.082 1.873 1.029.638 2.059 1.29 3.094 1.947 1.036.663 2.072 1.333 3.107 2.022 1.042.688 2.078 1.389 3.126 2.102 1.042.713 2.09 1.439 3.138 2.183a267.93 267.93 0 0 1 6.313 4.607c1.054.794 2.115 1.607 3.175 2.431 1.06.825 2.121 1.662 3.188 2.512 1.066.85 2.133 1.718 3.206 2.605 1.073.88 2.145 1.78 3.218 2.691 1.073.912 2.152 1.842 3.231 2.785a221.04 221.04 0 0 1 3.244 2.883 307.053 307.053 0 0 1 6.536 6.053v-22.933a339.532 339.532 0 0 0-3.274-2.952 318.234 318.234 0 0 0-6.506-5.612 291.194 291.194 0 0 0-3.231-2.667 233.776 233.776 0 0 0-3.218-2.574 270.692 270.692 0 0 0-6.394-4.874 311.536 311.536 0 0 0-3.175-2.313 245.907 245.907 0 0 0-9.451-6.437 198.077 198.077 0 0 0-3.12-1.978 204.791 204.791 0 0 0-6.201-3.74 226.372 226.372 0 0 0-3.082-1.761 188.941 188.941 0 0 0-3.07-1.687 199.322 199.322 0 0 0-6.102-3.163 228.543 228.543 0 0 0-6.053-2.902 249.808 249.808 0 0 0-3.007-1.352c-.999-.44-2.003-.868-2.996-1.29-.998-.421-1.99-.83-2.983-1.228-.992-.403-1.984-.787-2.976-1.172a211.333 211.333 0 0 0-5.917-2.164c-.979-.341-1.959-.676-2.939-1.005-.98-.322-1.953-.639-2.927-.942a306.81 306.81 0 0 0-2.915-.893c-.973-.292-1.941-.57-2.908-.844-.968-.273-1.929-.533-2.896-.794-.962-.254-1.929-.502-2.884-.738-.961-.235-1.916-.47-2.877-.694-.956-.223-1.911-.44-2.866-.645-.955-.21-1.903-.41-2.852-.602a246.334 246.334 0 0 0-5.681-1.067c-.942-.16-1.885-.322-2.828-.47a218.681 218.681 0 0 0-5.618-.82c-.93-.123-1.867-.235-2.797-.346-.93-.112-1.861-.211-2.785-.31-.93-.1-1.854-.193-2.778-.273-.924-.087-1.848-.162-2.766-.236-.924-.074-1.842-.143-2.759-.198a208.601 208.601 0 0 0-5.489-.298c-.911-.037-1.823-.075-2.734-.1-.912-.024-1.817-.049-2.723-.068-.905-.018-1.811-.024-2.716-.03-.906-.007-1.805-.007-2.71 0-.899 0-1.805.012-2.704.024-.899.013-1.798.031-2.691.056-.9.025-1.793.05-2.686.08-.893.032-1.786.069-2.679.112-.893.044-1.78.087-2.673.137-.886.05-1.779.105-2.666.161-.887.056-1.774.124-2.654.186-.887.068-1.768.136-2.648.217-.881.075-1.762.155-2.642.236-.881.08-1.755.173-2.636.26-.88.093-1.755.186-2.629.285a376.576 376.576 0 0 0-5.241.64c-.868.11-1.736.229-2.604.346-.868.118-1.737.242-2.605.366-.868.124-1.73.255-2.598.385-.862.13-1.73.267-2.592.41-.862.136-1.724.278-2.586.427a325.162 325.162 0 0 0-5.154.9c-.856.154-1.711.316-2.567.477-.856.161-1.712.322-2.561.49-.856.167-1.706.335-2.562.508-.849.174-1.705.347-2.555.527l-2.548.54c-.85.18-1.7.366-2.543.552-.85.186-1.693.372-2.536.564-.844.192-1.693.385-2.537.583-.843.198-1.687.39-2.53.595-.843.199-1.687.404-2.524.602-.843.205-1.681.41-2.524.62-.843.205-1.681.416-2.518.626-.837.211-1.674.428-2.511.64-.838.216-1.675.427-2.512.65-.837.217-1.674.44-2.505.664-.838.223-1.669.446-2.506.67-.831.223-1.668.452-2.499.676-.831.23-1.662.458-2.499.688-.831.23-1.662.465-2.493.694-.831.236-1.662.466-2.493.701-.831.236-1.662.472-2.487.713-.831.242-1.656.478-2.487.72l-2.48.725c-.825.242-1.656.49-2.481.732s-1.656.49-2.48.738c-.825.248-1.65.496-2.481.744-.825.248-1.65.503-2.474.75-.825.249-1.65.503-2.475.751-.825.254-1.649.509-2.468.757a1028.528 1028.528 0 0 0-4.936 1.531c-.825.255-1.644.515-2.469.77-.824.254-1.643.514-2.468.768-.825.26-1.643.515-2.468.776-.825.26-1.643.52-2.462.781-.825.26-1.643.52-2.462.781-.825.26-1.643.521-2.462.782-.818.26-1.643.52-2.462.781l-2.462.782c-.818.26-1.643.527-2.462.787l-2.462.782c-.818.26-1.643.52-2.462.787-.818.26-1.643.521-2.462.788-.818.26-1.643.52-2.462.781-.818.26-1.643.52-2.462.781l-2.462.782c-.818.26-1.643.52-2.462.781-.818.26-1.643.515-2.462.775-.824.26-1.643.515-2.468.775-.825.255-1.643.515-2.468.776-.825.254-1.643.514-2.468.769-.825.254-1.644.508-2.468.763-.825.254-1.644.502-2.469.756-.824.254-1.649.502-2.468.757-.825.248-1.649.502-2.474.75l-2.474.744c-.825.248-1.656.496-2.481.738-.825.248-1.65.49-2.481.732-.824.242-1.655.49-2.48.725-.825.242-1.656.484-2.487.72a1358.34 1358.34 0 0 1-4.974 1.42c-.831.236-1.662.465-2.493.7-.831.23-1.662.466-2.493.695-.831.23-1.662.453-2.499.683-.831.223-1.668.452-2.499.67-.831.222-1.668.44-2.505.663-.838.217-1.675.434-2.506.651-.837.217-1.674.428-2.511.645-.838.21-1.675.422-2.512.633-.837.21-1.68.415-2.518.62-.837.204-1.68.409-2.524.607-.843.199-1.68.404-2.524.596-.843.198-1.686.39-2.53.583-.843.192-1.687.384-2.53.57l-2.543.558c-.849.186-1.693.366-2.542.54-.85.18-1.699.353-2.549.527a314.095 314.095 0 0 1-5.11 1.011l-2.561.484-2.568.465c-.855.155-1.718.303-2.573.446-.862.149-1.724.292-2.58.434-.862.143-1.724.279-2.586.41-.862.136-1.73.266-2.592.396-.869.131-1.731.255-2.599.373-.868.124-1.736.235-2.604.353-.869.118-1.737.229-2.605.335-.868.105-1.743.211-2.617.31-.874.099-1.749.198-2.623.291-.875.093-1.749.186-2.63.273-.88.087-1.755.168-2.635.248-.881.081-1.761.155-2.642.224-.881.068-1.768.136-2.648.192-.881.062-1.768.118-2.654.173-.887.056-1.774.106-2.667.149-.887.044-1.78.087-2.667.118-.886.031-1.786.068-2.679.093-.893.025-1.786.05-2.685.068-.899.019-1.792.031-2.691.038-.9.006-1.799.006-2.704.006-.899 0-1.805-.013-2.71-.025-.906-.012-1.811-.031-2.716-.056-.906-.025-1.811-.056-2.723-.087-.911-.037-1.823-.068-2.735-.117-.911-.044-1.823-.1-2.741-.156a204.88 204.88 0 0 1-8.279-.669c-.924-.093-1.848-.186-2.778-.292-.924-.105-1.854-.217-2.784-.335a203.014 203.014 0 0 1-5.607-.775c-.936-.142-1.872-.297-2.815-.453a155.26 155.26 0 0 1-2.822-.496 238.88 238.88 0 0 1-2.834-.539c-.949-.186-1.897-.378-2.846-.583a161.72 161.72 0 0 1-2.853-.626 183.788 183.788 0 0 1-5.742-1.39c-.962-.248-1.923-.502-2.884-.769-.961-.266-1.929-.54-2.896-.818-.968-.28-1.935-.57-2.909-.868-.967-.298-1.94-.608-2.914-.924a201.32 201.32 0 0 1-11.783-4.23 199.657 199.657 0 0 1-5.96-2.468 157.43 157.43 0 0 1-2.995-1.32 218.392 218.392 0 0 1-12.105-5.936c-1.017-.54-2.04-1.091-3.058-1.656a190.322 190.322 0 0 1-3.07-1.724 231.543 231.543 0 0 1-6.176-3.67c-1.03-.64-2.071-1.284-3.107-1.942a238.337 238.337 0 0 1-3.125-2.022C2.22 71.343 1.172 70.642.13 69.93a290.592 290.592 0 0 1-3.15-2.183 245.06 245.06 0 0 1-6.338-4.614c-1.06-.8-2.121-1.612-3.188-2.437a270.432 270.432 0 0 1-6.425-5.14 242.548 242.548 0 0 1-3.23-2.71 332.821 332.821 0 0 1-6.505-5.7 288.738 288.738 0 0 1-3.275-3.001l-.019.05Z\' fill=\'%23589A43\'/%3E%3Cpath d=\'M431.038 40.299c.632 0 1.259 0 1.891.006.906 0 1.817.012 2.723.03.911.02 1.823.044 2.735.07.911.024 1.829.061 2.741.098a205.206 205.206 0 0 1 5.513.298c.924.062 1.842.13 2.772.198.924.075 1.848.15 2.778.236.924.087 1.854.18 2.785.273a224.268 224.268 0 0 1 5.599.657 235.132 235.132 0 0 1 5.638.819c.942.149 1.885.31 2.834.471.948.162 1.891.335 2.84.515.949.18 1.904.36 2.853.558.955.192 1.91.397 2.865.602.955.21 1.916.428 2.871.65.961.224 1.922.46 2.884.695.961.242 1.928.484 2.896.745a190.613 190.613 0 0 1 8.75 2.536c.98.31 1.96.62 2.939.949.98.322 1.966.663 2.952 1.004.986.341 1.972.701 2.965 1.06.986.36 1.978.733 2.97 1.117.992.385 1.991.775 2.983 1.172a203.388 203.388 0 0 1 9.023 3.889 199.355 199.355 0 0 1 6.078 2.908c1.017.509 2.034 1.023 3.057 1.55 1.023.527 2.04 1.073 3.07 1.625 1.023.552 2.052 1.116 3.082 1.693a237.21 237.21 0 0 1 6.201 3.603 266.3 266.3 0 0 1 6.251 3.9c1.048.677 2.096 1.371 3.144 2.072 1.048.701 2.103 1.42 3.157 2.152 1.054.732 2.115 1.47 3.169 2.233 1.06.756 2.121 1.531 3.181 2.319 1.067.788 2.127 1.588 3.2 2.4 1.067.819 2.14 1.643 3.213 2.487a277.837 277.837 0 0 1 9.717 8.018c1.086.937 2.177 1.892 3.268 2.86 1.092.967 2.19 1.959 3.281 2.957l.23.211v24.918l-1.21-1.154a293.167 293.167 0 0 0-6.524-6.04 308.736 308.736 0 0 0-9.668-8.335 268.52 268.52 0 0 0-3.193-2.598 224.539 224.539 0 0 0-3.182-2.506 344.353 344.353 0 0 0-3.169-2.425 326.632 326.632 0 0 0-3.15-2.337 296.717 296.717 0 0 0-3.138-2.258 237.65 237.65 0 0 0-6.239-4.273 171.817 171.817 0 0 0-3.101-2.015 205.978 205.978 0 0 0-3.088-1.941 203.548 203.548 0 0 0-3.076-1.867c-1.023-.614-2.04-1.21-3.063-1.798a219.837 219.837 0 0 0-3.045-1.73 183.331 183.331 0 0 0-3.039-1.656 229.21 229.21 0 0 0-12.018-5.978 236.122 236.122 0 0 0-5.941-2.61c-.986-.417-1.972-.826-2.952-1.223-.98-.397-1.966-.781-2.94-1.16-.98-.378-1.953-.75-2.927-1.11-.974-.36-1.947-.707-2.921-1.048a201.43 201.43 0 0 0-2.908-.998c-.968-.323-1.935-.639-2.896-.949-.962-.31-1.923-.601-2.884-.893-.961-.291-1.922-.57-2.878-.85-.955-.272-1.91-.54-2.865-.8-.955-.26-1.903-.508-2.852-.75-.949-.242-1.898-.477-2.847-.707-.949-.23-1.891-.446-2.834-.657a251.657 251.657 0 0 0-5.637-1.19c-.936-.187-1.873-.36-2.803-.534a237.25 237.25 0 0 0-5.581-.943c-.93-.142-1.855-.285-2.779-.415-.924-.13-1.848-.255-2.765-.372-.918-.118-1.842-.23-2.76-.341-.918-.106-1.836-.205-2.747-.304-.918-.093-1.83-.187-2.741-.267-.912-.08-1.824-.161-2.735-.23-.912-.068-1.817-.142-2.723-.198a205.56 205.56 0 0 0-2.716-.167c-.905-.05-1.804-.1-2.71-.137-.899-.043-1.805-.074-2.704-.105a197.53 197.53 0 0 0-2.691-.075c-.899-.018-1.792-.037-2.685-.043-.893-.013-1.786-.019-2.679-.019h-.41c-.756 0-1.507 0-2.257.006-.887.007-1.78.02-2.66.038-.887.018-1.774.037-2.655.062-.887.024-1.767.055-2.648.086-.88.032-1.761.075-2.642.118-.88.044-1.761.087-2.635.137-.875.05-1.755.105-2.63.161-.874.056-1.748.118-2.623.186-.874.068-1.749.137-2.617.21-.868.075-1.742.15-2.611.23-.868.081-1.736.162-2.604.248-.868.087-1.73.18-2.599.273-.868.093-1.73.193-2.592.292-.862.099-1.724.204-2.586.31-.862.105-1.724.21-2.58.328-.862.112-1.718.23-2.573.348-.856.118-1.712.242-2.568.366-.856.124-1.711.254-2.561.378-.856.13-1.705.26-2.561.397-.85.136-1.706.273-2.555.415-.85.143-1.699.28-2.549.428-.85.143-1.699.292-2.543.447l-.26.043c-.763.137-1.519.267-2.276.41-.843.154-1.693.316-2.536.47l-2.53.485c-.844.16-1.687.328-2.525.496-.843.167-1.686.34-2.524.508-.843.174-1.68.341-2.517.521-.838.174-1.681.354-2.518.533-.837.18-1.675.36-2.512.546-.837.186-1.674.366-2.505.552-.837.186-1.668.378-2.505.564l-2.506.577c-.831.192-1.662.385-2.499.583l-2.493.595c-.831.199-1.662.403-2.493.602-.713.174-1.433.347-2.146.527l-.347.087c-.831.205-1.656.41-2.487.62l-.279.068c-.738.186-1.47.366-2.208.552l-2.48.633-17.321 4.583c-.825.223-1.643.446-2.468.676l-49.277 13.73c-.825.223-1.649.452-2.474.676l-9.892 2.641c-.824.217-1.649.434-2.48.645l-4.968 1.278c-.831.21-1.655.421-2.486.626-.831.211-1.662.416-2.487.62l-2.493.614c-.831.205-1.662.403-2.493.608l-2.499.595c-.831.199-1.669.391-2.499.59l-.583.136c-.639.149-1.278.298-1.923.446-.837.193-1.668.379-2.505.571l-2.512.558c-.837.186-1.674.366-2.511.552l-2.518.54c-.701.148-1.402.291-2.103.44l-.415.087c-.837.173-1.681.347-2.524.514l-2.53.503c-.844.167-1.687.328-2.537.49-.843.161-1.693.322-2.536.477l-2.543.465c-.849.155-1.699.304-2.548.453-.85.149-1.7.291-2.549.434-.85.143-1.706.279-2.555.416-.856.136-1.706.272-2.561.403-.856.13-1.712.26-2.568.384-.856.124-1.711.248-2.573.366-.856.118-1.718.242-2.58.354l-2.586.334c-.862.106-1.724.217-2.586.317l-2.599.297-2.604.279-2.605.261c-.868.081-1.743.161-2.617.236-.874.074-1.743.148-2.623.217-.875.068-1.755.13-2.63.192-.874.062-1.755.118-2.635.173-.881.056-1.755.1-2.642.149a335 335 0 0 1-2.648.124c-.881.038-1.767.069-2.654.1s-1.774.055-2.661.074c-.887.019-1.78.037-2.673.05-.893.012-1.779.018-2.679.018h-.539c-.713 0-1.426 0-2.146-.006-.893-.006-1.792-.019-2.691-.037-.899-.019-1.799-.037-2.704-.062-.899-.025-1.805-.056-2.71-.093-.906-.037-1.811-.075-2.716-.124-.906-.044-1.817-.099-2.723-.155a210.422 210.422 0 0 1-5.476-.41c-.917-.08-1.829-.167-2.747-.254-.918-.093-1.836-.192-2.76-.291-.924-.106-1.848-.211-2.772-.323-.924-.118-1.848-.235-2.778-.366-.93-.124-1.86-.26-2.79-.403-.93-.136-1.861-.285-2.797-.434-.93-.155-1.867-.31-2.803-.477a256.07 256.07 0 0 1-5.644-1.079c-.942-.193-1.885-.397-2.834-.602-.949-.211-1.891-.422-2.84-.645-.949-.223-1.904-.453-2.853-.695-.955-.235-1.91-.477-2.865-.731a298.54 298.54 0 0 1-2.877-.782c-.962-.266-1.923-.545-2.884-.831a203.317 203.317 0 0 1-11.646-3.826c-.98-.353-1.96-.713-2.94-1.085s-1.966-.75-2.952-1.141-1.972-.794-2.964-1.203a236.553 236.553 0 0 1-5.953-2.574c-.999-.447-1.997-.905-2.996-1.377a195.504 195.504 0 0 1-6.028-2.946 209.22 209.22 0 0 1-6.077-3.206 228.667 228.667 0 0 1-6.12-3.473 237.307 237.307 0 0 1-6.178-3.758 258.56 258.56 0 0 1-6.226-4.055c-1.042-.701-2.084-1.42-3.132-2.146-1.048-.725-2.09-1.47-3.144-2.226a309.873 309.873 0 0 1-3.156-2.307 249.55 249.55 0 0 1-3.17-2.388 275.483 275.483 0 0 1-6.374-5.035 380.242 380.242 0 0 1-3.213-2.648 266.167 266.167 0 0 1-6.462-5.581 276.807 276.807 0 0 1-3.25-2.928 356.822 356.822 0 0 1-3.267-3.026 302.058 302.058 0 0 1-3.28-3.126l.985-1.041a238.194 238.194 0 0 0 3.268 2.989c1.086.98 2.17 1.94 3.25 2.89a259.354 259.354 0 0 0 6.462 5.494 268.847 268.847 0 0 0 9.581 7.56c1.054.793 2.115 1.575 3.169 2.344 1.054.769 2.102 1.52 3.157 2.257 1.048.738 2.096 1.464 3.138 2.177a229.266 229.266 0 0 0 12.427 7.913c1.03.608 2.053 1.203 3.076 1.792 1.023.583 2.04 1.154 3.058 1.718 1.017.558 2.034 1.11 3.05 1.65a228.772 228.772 0 0 0 6.059 3.088 222.597 222.597 0 0 0 6.01 2.828c.998.452 1.996.886 2.989 1.314a202.79 202.79 0 0 0 11.832 4.683c.98.347 1.954.694 2.927 1.023.974.335 1.948.65 2.921.967a196.232 196.232 0 0 0 8.682 2.599c.961.26 1.916.52 2.878.762.955.248 1.91.49 2.865.72.955.229 1.904.452 2.852.669.95.218 1.898.422 2.847.621.949.198 1.891.397 2.834.583.943.186 1.885.365 2.822.533.942.174 1.879.335 2.815.49.937.155 1.873.31 2.803.452.93.143 1.867.28 2.797.41.93.13 1.86.248 2.784.366.93.118 1.855.229 2.779.335.924.105 1.848.198 2.772.291.918.093 1.842.18 2.759.26a196.41 196.41 0 0 0 5.495.41c.912.056 1.823.105 2.735.155.911.043 1.817.08 2.728.118.906.037 1.811.062 2.717.086.905.025 1.804.044 2.71.056.905.013 1.804.019 2.704.025h.768c.639 0 1.284 0 1.923-.006.899-.006 1.792-.025 2.685-.037.893-.019 1.786-.038 2.679-.062.893-.025 1.78-.056 2.673-.093.887-.038 1.774-.075 2.66-.118.887-.044 1.774-.093 2.655-.149.886-.056 1.767-.112 2.648-.174.88-.062 1.761-.124 2.642-.192.88-.068 1.755-.143 2.635-.223.875-.081 1.755-.161 2.63-.248.874-.087 1.748-.18 2.623-.273.874-.093 1.742-.186 2.617-.292.868-.099 1.742-.204 2.611-.31.868-.105 1.736-.217 2.604-.335.868-.117 1.737-.229 2.599-.353l2.592-.372c.862-.13 1.724-.261 2.586-.397.862-.136 1.718-.267 2.58-.409.855-.143 1.718-.286 2.573-.434l2.568-.447c.856-.155 1.711-.304 2.561-.465.856-.155 1.705-.316 2.561-.484.85-.161 1.706-.328 2.555-.496.85-.167 1.699-.34 2.549-.514.85-.174 1.699-.348 2.549-.528l2.536-.54 2.537-.557c.843-.186 1.686-.379 2.53-.57.843-.193 1.687-.385 2.53-.584.843-.198 1.681-.397 2.518-.595.843-.199 1.68-.403 2.518-.608.837-.204 1.68-.41 2.517-.62.838-.21 1.675-.416 2.512-.633.837-.21 1.674-.427 2.511-.644l.317-.081c.725-.186 1.457-.378 2.183-.564.837-.218 1.668-.44 2.499-.664l2.499-.67c.831-.223 1.662-.453 2.493-.676l2.493-.688 2.487-.695c.831-.235 1.656-.471 2.487-.707l2.486-.713c.825-.236 1.656-.477 2.481-.72l2.481-.725c.824-.242 1.649-.483 2.474-.731l27.15-8.373 49.314-15.503 7.442-2.214c.825-.242 1.656-.49 2.487-.726l2.486-.719c.831-.236 1.662-.477 2.493-.713.732-.211 1.464-.416 2.196-.62l.297-.08c.831-.237 1.662-.466 2.499-.696.831-.229 1.669-.458 2.5-.688.831-.23 1.668-.453 2.505-.676l2.505-.67c.838-.223 1.675-.44 2.512-.663.775-.205 1.557-.403 2.338-.602l.18-.043c.837-.217 1.68-.428 2.518-.639.843-.21 1.68-.422 2.524-.626.837-.205 1.68-.416 2.524-.62.781-.193 1.569-.379 2.35-.565l.18-.043c.843-.199 1.687-.397 2.536-.595.844-.199 1.693-.391 2.537-.583.849-.193 1.693-.379 2.542-.565.85-.186 1.699-.372 2.549-.552.85-.18 1.699-.365 2.555-.54.85-.179 1.705-.353 2.555-.526.856-.174 1.705-.341 2.561-.509a368.637 368.637 0 0 1 5.141-.973l2.58-.465c.862-.15 1.724-.298 2.586-.44l2.592-.429 2.599-.409c.868-.13 1.73-.26 2.598-.384a370.321 370.321 0 0 1 7.845-1.042c.874-.106 1.749-.211 2.629-.31.881-.1 1.755-.193 2.636-.286.881-.093 1.761-.18 2.642-.26a346.648 346.648 0 0 1 5.302-.453c.887-.068 1.774-.13 2.66-.186.887-.062 1.78-.112 2.673-.167.893-.05 1.786-.1 2.679-.137.893-.043 1.786-.08 2.686-.111.899-.031 1.792-.062 2.691-.081.899-.025 1.798-.044 2.698-.056.899-.012 1.804-.025 2.71-.025h.831l-.025-.05Zm149.678 62.275a382.113 382.113 0 0 0-3.032-2.735 258.093 258.093 0 0 0-3.25-2.846 545.334 545.334 0 0 0-3.237-2.754c-1.079-.9-2.152-1.786-3.225-2.654a253.747 253.747 0 0 0-6.4-5.042c-1.06-.812-2.12-1.606-3.181-2.387-1.06-.782-2.115-1.55-3.169-2.308a226.229 226.229 0 0 0-3.15-2.22 281.004 281.004 0 0 0-3.138-2.14c-1.042-.7-2.09-1.388-3.126-2.058a350.663 350.663 0 0 0-3.113-1.978 203.786 203.786 0 0 0-6.189-3.727 224.112 224.112 0 0 0-6.133-3.436 288.468 288.468 0 0 0-3.045-1.612c-1.011-.528-2.028-1.036-3.033-1.545-1.01-.502-2.015-.998-3.02-1.475a184.211 184.211 0 0 0-6.009-2.76c-.998-.44-1.991-.868-2.989-1.284-.992-.415-1.984-.825-2.977-1.228a191.072 191.072 0 0 0-5.916-2.27 207.77 207.77 0 0 0-5.866-2.053c-.974-.322-1.948-.632-2.921-.935-.968-.304-1.941-.602-2.909-.887-.967-.286-1.935-.57-2.896-.837-.961-.273-1.922-.534-2.884-.788-.961-.254-1.922-.496-2.877-.738-.955-.236-1.91-.471-2.865-.695-.955-.223-1.904-.434-2.853-.645-.949-.204-1.897-.409-2.846-.601-.949-.192-1.892-.372-2.834-.552a160.62 160.62 0 0 0-2.822-.509c-.936-.16-1.879-.322-2.815-.47a236.225 236.225 0 0 0-5.6-.82c-.931-.123-1.861-.235-2.785-.347-.924-.111-1.854-.21-2.778-.31-.924-.093-1.848-.192-2.766-.273a215.943 215.943 0 0 0-5.513-.434 208.612 208.612 0 0 0-5.476-.297c-.912-.038-1.817-.075-2.722-.1-.906-.024-1.811-.05-2.717-.068-.905-.019-1.804-.025-2.71-.03-.626 0-1.252-.007-1.879-.007h-.825c-.899 0-1.798.018-2.691.03-.899.013-1.792.032-2.685.057s-1.786.05-2.679.08c-.893.031-1.78.069-2.673.112-.887.043-1.78.087-2.66.136-.887.05-1.774.106-2.661.162-.887.055-1.767.124-2.648.186-.881.068-1.761.136-2.642.217-.88.074-1.755.155-2.635.235-.881.081-1.755.174-2.63.26-.874.094-1.749.187-2.623.286-.874.1-1.743.199-2.617.304-.868.105-1.743.21-2.611.322-.868.112-1.736.23-2.604.348-.869.117-1.731.242-2.599.366-.862.124-1.73.254-2.592.384-.862.13-1.724.267-2.586.41a356.109 356.109 0 0 0-10.282 1.798c-.856.161-1.706.322-2.561.49-.85.167-1.706.335-2.555.508-.85.174-1.7.348-2.549.527l-2.543.54c-.849.18-1.693.366-2.542.552-.844.186-1.693.372-2.537.564-.843.192-1.687.385-2.53.583-.843.192-1.687.39-2.53.595l-.18.044-2.344.558c-.844.205-1.681.41-2.518.62-.837.205-1.68.416-2.518.627-.837.21-1.674.421-2.511.638l-.18.044c-.775.198-1.557.397-2.332.601-.837.217-1.668.44-2.505.657l-2.499.67c-.831.224-1.669.453-2.5.676l-2.493.689c-.831.23-1.662.465-2.493.694l-.297.087c-.732.205-1.464.41-2.196.62-.831.236-1.655.471-2.486.713l-2.487.72-2.481.725-17.32 5.234-66.586 20.856c-.824.248-1.649.49-2.48.732l-2.481.731c-.831.242-1.656.484-2.487.72l-2.493.713-2.492.707-2.493.7c-.831.23-1.662.466-2.5.695-.831.23-1.668.453-2.499.682-.837.224-1.668.453-2.505.676-.837.224-1.668.447-2.506.664-.731.192-1.463.378-2.189.57l-.316.081c-.837.217-1.674.434-2.512.645-.837.21-1.674.422-2.517.632-.838.211-1.681.416-2.524.62-.838.205-1.681.41-2.524.608-.844.199-1.687.403-2.531.596-.843.198-1.693.39-2.536.583-.843.192-1.693.384-2.536.57-.85.186-1.7.379-2.543.558-.843.18-1.699.366-2.549.546-.849.18-1.699.354-2.555.527-.849.174-1.699.347-2.555.515-.856.167-1.705.335-2.561.496l-2.567.484c-.856.161-1.712.31-2.574.465-.856.155-1.718.304-2.58.453-.862.148-1.724.291-2.586.434-.862.142-1.724.279-2.592.409-.862.136-1.73.267-2.598.397-.869.13-1.737.254-2.605.372-.868.124-1.736.242-2.611.353-.868.118-1.743.23-2.611.335a334.515 334.515 0 0 1-5.252.602c-.875.093-1.755.186-2.636.273-.881.087-1.761.167-2.642.248-.88.08-1.767.155-2.648.223-.887.068-1.767.136-2.654.192-.887.062-1.774.118-2.66.174-.887.056-1.78.105-2.673.149-.893.043-1.78.087-2.679.118-.893.037-1.793.068-2.686.093-.893.024-1.792.049-2.691.068-.899.018-1.798.031-2.698.037-.645 0-1.29.006-1.935.006h-.775c-.905 0-1.811-.012-2.716-.025-.905-.012-1.817-.031-2.729-.055-.911-.025-1.817-.056-2.734-.087-.912-.037-1.83-.075-2.741-.118-.918-.043-1.83-.099-2.748-.155a211.703 211.703 0 0 1-8.303-.67c-.93-.093-1.855-.192-2.785-.291a236.382 236.382 0 0 1-5.6-.707c-.936-.131-1.873-.267-2.815-.416-.943-.142-1.88-.297-2.822-.452-.943-.162-1.885-.323-2.834-.497a218.116 218.116 0 0 1-5.693-1.122c-.955-.205-1.91-.409-2.865-.626-.955-.217-1.916-.441-2.878-.676-.96-.236-1.922-.472-2.883-.726-.962-.248-1.929-.508-2.896-.769-.968-.267-1.935-.54-2.909-.819-.967-.279-1.947-.57-2.92-.874-.974-.298-1.948-.608-2.928-.924a180.053 180.053 0 0 1-5.891-2.01c-.986-.353-1.972-.719-2.965-1.09a224.117 224.117 0 0 1-5.953-2.351c-.998-.41-1.997-.837-2.995-1.265-.999-.434-2.003-.874-3.008-1.327-1.005-.453-2.01-.918-3.02-1.39-1.01-.47-2.022-.96-3.032-1.457a275.54 275.54 0 0 1-3.045-1.52 215.745 215.745 0 0 1-11.69-6.412c.043.025.087.056.13.081a233.141 233.141 0 0 0 9.184 5.495c1.011.577 2.022 1.135 3.033 1.693a206.953 206.953 0 0 0 6.034 3.181c1.005.509 2.003 1.005 3.001 1.495a211.353 211.353 0 0 0 14.821 6.555c.98.384 1.954.762 2.928 1.134a278.7 278.7 0 0 0 2.92 1.08 206.306 206.306 0 0 0 17.283 5.401 246.863 246.863 0 0 0 5.682 1.414c.943.223 1.885.434 2.822.639a234.699 234.699 0 0 0 5.618 1.153c.937.18 1.867.347 2.797.515.93.167 1.86.322 2.784.477.93.149 1.855.298 2.779.434.924.137 1.848.273 2.772.397.924.124 1.842.248 2.759.36.918.112 1.836.223 2.754.323.911.099 1.829.198 2.741.291.912.093 1.823.174 2.735.254.911.081 1.817.149 2.722.217.906.069 1.811.131 2.716.186.906.056 1.805.112 2.71.155.9.044 1.805.087 2.704.124.9.038 1.799.069 2.692.093.893.025 1.792.05 2.685.062.893.019 1.786.025 2.679.038.713 0 1.42.012 2.133.012h.54c.887 0 1.78-.012 2.66-.019.887-.012 1.774-.024 2.654-.049.881-.025 1.768-.044 2.649-.075.88-.031 1.761-.062 2.641-.099.881-.037 1.762-.08 2.636-.124.874-.043 1.755-.093 2.629-.149.875-.055 1.749-.111 2.624-.173.874-.062 1.748-.124 2.617-.193.868-.068 1.736-.142 2.604-.217.868-.074 1.737-.155 2.605-.235.868-.081 1.73-.168 2.598-.255.862-.086 1.73-.179 2.592-.272.862-.093 1.724-.193 2.586-.298.862-.099 1.718-.211 2.58-.316.856-.106 1.718-.217 2.574-.335.856-.112 1.718-.23 2.574-.354.855-.118 1.711-.242 2.561-.366.856-.124 1.705-.254 2.555-.384.849-.13 1.705-.267 2.555-.403.849-.137 1.699-.273 2.548-.416.85-.142 1.694-.285 2.543-.434l2.543-.446c.849-.149 1.693-.304 2.536-.465.844-.155 1.687-.317 2.53-.478.844-.161 1.687-.322 2.531-.49.843-.167 1.68-.328 2.517-.496.838-.167 1.681-.341 2.518-.515l.422-.086c.701-.143 1.401-.292 2.096-.435l2.511-.539c.838-.18 1.675-.366 2.506-.546l2.505-.558c.837-.186 1.668-.378 2.499-.564l1.917-.447.583-.136a373.99 373.99 0 0 0 2.493-.583l2.493-.596c.831-.198 1.655-.403 2.486-.601.831-.205 1.656-.41 2.487-.614.825-.205 1.656-.41 2.487-.62.825-.205 1.65-.416 2.481-.626l4.961-1.272c.825-.21 1.649-.428 2.474-.645l9.885-2.635 2.468-.67 49.277-13.73c.825-.223 1.644-.453 2.468-.676l14.853-3.95 2.481-.64 2.486-.632 2.214-.558.279-.068c.831-.205 1.662-.416 2.493-.62l.348-.087c.719-.18 1.432-.353 2.151-.527.831-.205 1.662-.403 2.5-.602l2.499-.595c.831-.198 1.668-.39 2.505-.583.837-.192 1.675-.384 2.506-.577.837-.192 1.674-.378 2.511-.57l2.512-.558c.837-.186 1.68-.366 2.518-.546.837-.18 1.68-.36 2.524-.533.843-.18 1.68-.348 2.524-.521.843-.174 1.686-.341 2.53-.515.843-.168 1.687-.335 2.536-.496.85-.161 1.693-.329 2.537-.484.849-.161 1.693-.316 2.542-.477.763-.143 1.526-.273 2.289-.41l.26-.043 2.555-.447c.85-.149 1.705-.291 2.555-.428.856-.142 1.705-.279 2.561-.415.856-.136 1.712-.267 2.568-.397a310.522 310.522 0 0 1 5.153-.75c.862-.118 1.724-.236 2.586-.348.862-.111 1.724-.223 2.592-.328.862-.106 1.73-.211 2.592-.31a328.484 328.484 0 0 1 5.216-.564c.868-.088 1.742-.174 2.617-.249.874-.08 1.749-.155 2.623-.23.875-.074 1.749-.142 2.63-.21.874-.068 1.755-.13 2.635-.186.881-.056 1.761-.112 2.642-.161.881-.05 1.761-.1 2.648-.143.881-.043 1.767-.08 2.654-.118.887-.037 1.774-.062 2.661-.087.886-.024 1.779-.05 2.672-.062.893-.018 1.787-.03 2.68-.037.756-.006 1.513-.006 2.269-.006h.41c.899 0 1.792.006 2.691.019.899.012 1.798.024 2.698.043.899.019 1.804.043 2.71.074.905.031 1.81.069 2.716.106.905.043 1.817.087 2.722.136a201.221 201.221 0 0 1 5.476.372c.918.075 1.836.15 2.754.236.918.08 1.835.174 2.759.267.924.093 1.842.198 2.766.303.924.106 1.848.224 2.778.342.924.117 1.855.248 2.785.378.93.13 1.86.273 2.797.415.93.143 1.866.298 2.803.453.936.155 1.879.323 2.815.49a227.76 227.76 0 0 1 5.656 1.116c.949.199 1.891.41 2.84.62.949.218 1.904.434 2.853.664.955.23 1.91.465 2.865.713.955.242 1.916.496 2.871.757.962.26 1.923.527 2.884.806.961.273 1.929.558 2.896.856a194.323 194.323 0 0 1 5.829 1.854c.974.329 1.948.663 2.928 1.005.979.34 1.959.694 2.939 1.06.98.36 1.966.732 2.952 1.116.986.379 1.972.77 2.964 1.166a231.23 231.23 0 0 1 5.954 2.512 211.816 211.816 0 0 1 6.003 2.753c1.004.478 2.009.974 3.02 1.47a206.77 206.77 0 0 1 6.077 3.132c1.017.545 2.034 1.104 3.058 1.668 1.023.564 2.04 1.147 3.069 1.736a241.639 241.639 0 0 1 9.278 5.637c1.035.664 2.077 1.34 3.119 2.028 1.042.689 2.084 1.39 3.132 2.109 1.048.713 2.09 1.445 3.144 2.183 1.048.744 2.102 1.5 3.156 2.269a269.79 269.79 0 0 1 6.351 4.788c1.066.825 2.127 1.668 3.2 2.518a290.81 290.81 0 0 1 9.674 8.099c1.085.943 2.164 1.91 3.256 2.89 1.085.98 2.176 1.972 3.268 2.983.688.638 1.383 1.283 2.071 1.935v-20.949l.006.025Z\' fill=\'url(%23b)\'/%3E%3Cpath d=\'M-32 44.193a318.741 318.741 0 0 0 6.536 6.344 358.536 358.536 0 0 0 3.244 3.026c1.079.993 3.426 2.795 4.499 3.756 1.073.962 1.617 1.413 3.673 3.111 2.056 1.699 2.345 1.904 3.411 2.803 1.067.9 2.295 1.8 3.356 2.669 1.06.868.81.603 1.864 1.446s1.982 1.489 3.036 2.301c.879 1.035 1.444 1.737 2.492 2.525 1.048.787 2.09 1.563 3.132 2.32a282.126 282.126 0 0 0 6.232 4.39 259.484 259.484 0 0 0 6.177 4.093 236.992 236.992 0 0 0 9.172 5.588c1.01.589 2.022 1.16 3.032 1.723 1.011.565 2.016 1.117 3.02 1.656 1.005.54 2.01 1.073 3.008 1.594.999.52 2.003 1.03 2.996 1.526.998.502 1.99.986 2.989 1.463.992.478 1.984.949 2.97 1.408.992.459 1.979.905 2.965 1.346.986.44 1.972.868 2.951 1.283.98.416 1.96.831 2.94 1.234s1.953.794 2.927 1.179a223.146 223.146 0 0 0 5.823 2.195c.968.347 1.935.682 2.896 1.017.961.329 1.929.651 2.884.967.961.317 1.916.621 2.877.918.962.298 1.91.589 2.865.868.956.28 1.904.552 2.853.819.949.267 1.898.527 2.847.775.948.248 1.891.496 2.834.732.942.236 1.885.465 2.821.688.943.224 1.88.441 2.816.645.936.211 1.873.41 2.803.608a230.4 230.4 0 0 0 5.581 1.079c.93.168 1.854.335 2.778.49.925.155 1.849.304 2.766.447.924.142 1.842.279 2.76.409.918.13 1.836.26 2.753.378.918.118 1.83.23 2.741.335.912.105 1.824.211 2.735.304.912.099 1.817.186 2.723.273a207.354 207.354 0 0 0 5.426.446c.899.062 1.805.124 2.704.18.899.056 1.798.105 2.691.149.9.043 1.793.087 2.686.118.893.037 1.786.062 2.679.093.893.031 1.779.049 2.672.062.887.018 1.774.031 2.661.037.887.006 1.773.012 2.654.006.887 0 1.767 0 2.648-.012.881-.013 1.761-.025 2.642-.044a384.612 384.612 0 0 0 5.265-.155 191.63 191.63 0 0 0 2.623-.111c.875-.038 1.743-.087 2.617-.137.868-.049 1.743-.099 2.611-.155.868-.056 1.736-.111 2.605-.173.868-.062 1.73-.131 2.598-.199.862-.068 1.73-.136 2.592-.217.862-.074 1.724-.155 2.586-.236.862-.08 1.724-.167 2.58-.254.862-.087 1.718-.18 2.574-.273.855-.093 1.711-.192 2.567-.291a372.103 372.103 0 0 0 5.123-.627c.849-.111 1.705-.223 2.555-.341.849-.111 1.699-.235 2.548-.353.85-.118 1.699-.242 2.549-.366.85-.124 1.693-.254 2.537-.384.843-.131 1.692-.261 2.536-.397l2.53-.41c.843-.136 1.681-.279 2.524-.421a443.68 443.68 0 0 0 5.042-.881c.837-.149 1.674-.304 2.511-.459.838-.155 1.675-.31 2.512-.471.837-.155 1.674-.323 2.505-.484.838-.161 1.669-.322 2.506-.49l2.499-.502c.831-.168 1.662-.335 2.499-.509l2.493-.521c.831-.173 1.662-.347 2.493-.527.831-.18 1.662-.353 2.487-.533.831-.18 1.656-.36 2.487-.546.825-.18 1.656-.366 2.48-.552l2.481-.558c.825-.186 1.656-.372 2.481-.564.824-.186 1.649-.378 2.48-.564l2.474-.577c.825-.192 1.65-.385 2.475-.583.825-.192 1.649-.391 2.474-.583.825-.199 1.644-.391 2.468-.589.825-.199 1.65-.397 2.469-.596l2.468-.595c.825-.198 1.643-.403 2.468-.601.825-.199 1.643-.404 2.468-.602.819-.205 1.644-.403 2.462-.608.819-.204 1.644-.409 2.462-.608l2.462-.613 2.462-.614 2.462-.614 2.462-.614c.819-.205 1.637-.41 2.462-.614l2.462-.614 2.462-.614 2.462-.614 2.462-.614 2.462-.614 2.462-.614c.825-.204 1.643-.403 2.468-.608.819-.204 1.643-.403 2.462-.607.819-.205 1.643-.403 2.468-.602.825-.198 1.644-.403 2.468-.601.825-.199 1.644-.404 2.469-.602l2.468-.595c.825-.199 1.649-.391 2.474-.59.825-.198 1.65-.39 2.475-.582a9475.397 9475.397 0 0 1 4.955-1.154c.824-.192 1.655-.378 2.48-.564.825-.186 1.656-.379 2.481-.564.831-.187 1.655-.373 2.486-.552.831-.18 1.656-.366 2.487-.546l2.487-.54c.831-.18 1.662-.353 2.493-.533.831-.174 1.662-.353 2.493-.527.831-.174 1.662-.347 2.499-.515.831-.167 1.668-.341 2.499-.508.838-.168 1.669-.335 2.506-.496.837-.162 1.668-.33 2.505-.49a352.13 352.13 0 0 1 2.512-.478l2.511-.465c.838-.155 1.681-.304 2.518-.453.837-.149 1.681-.297 2.524-.446.844-.15 1.681-.285 2.524-.428.844-.143 1.687-.285 2.53-.422.844-.136 1.687-.273 2.537-.403.843-.136 1.693-.267 2.536-.39.85-.13 1.693-.255 2.543-.379a346.563 346.563 0 0 1 5.104-.713c.849-.112 1.705-.23 2.555-.335a180.85 180.85 0 0 1 2.567-.316c.856-.106 1.712-.199 2.567-.298.856-.1 1.718-.192 2.574-.285.856-.093 1.718-.18 2.58-.267a364.51 364.51 0 0 1 7.776-.688c.869-.068 1.737-.13 2.605-.186.868-.062 1.736-.118 2.611-.168.868-.055 1.742-.099 2.617-.148l2.623-.13c.875-.038 1.755-.069 2.63-.1.874-.031 1.755-.056 2.635-.08.881-.025 1.761-.044 2.642-.056.881-.013 1.761-.025 2.648-.031.887-.007 1.767-.007 2.654-.007s1.774.007 2.667.019c.887.012 1.78.025 2.673.05.893.018 1.786.043 2.679.074.893.031 1.786.062 2.685.1.899.036 1.792.08 2.691.13.9.05 1.799.099 2.704.16.906.056 1.805.125 2.71.193.906.068 1.811.143 2.716.223.906.08 1.817.161 2.723.254.911.087 1.823.186 2.735.286.911.099 1.829.204 2.741.322a207.128 207.128 0 0 1 5.513.744 211.39 211.39 0 0 1 5.544.893 240.882 240.882 0 0 1 5.581 1.042c.937.186 1.867.379 2.803.583.937.199 1.873.41 2.816.62.943.217 1.879.44 2.821.664.943.23 1.892.465 2.835.707.942.242 1.891.496 2.846.75a245.116 245.116 0 0 1 5.718 1.644c.955.291 1.916.589 2.877.893.961.303 1.923.614 2.884.936a200.8 200.8 0 0 1 2.896.992c.968.335 1.935.689 2.909 1.042.973.354 1.941.72 2.914 1.092.974.372 1.954.756 2.927 1.147.98.39 1.96.794 2.94 1.203a205.496 205.496 0 0 1 5.91 2.574 218.78 218.78 0 0 1 14.982 7.491c1.011.552 2.022 1.116 3.033 1.693 1.011.577 2.028 1.16 3.045 1.755a230.24 230.24 0 0 1 3.057 1.829c1.024.62 2.047 1.253 3.07 1.898a250.357 250.357 0 0 1 12.403 8.335c1.042.744 2.09 1.507 3.138 2.276 1.048.775 2.096 1.556 3.15 2.356 1.054.8 2.109 1.619 3.163 2.444a346.28 346.28 0 0 1 3.175 2.524c1.061.855 2.121 1.73 3.188 2.61 1.066.887 2.133 1.793 3.206 2.704 1.067.918 2.139 1.848 3.218 2.791 1.073.949 2.152 1.91 3.231 2.884 1.079.979 2.158 1.972 3.244 2.983 1.085 1.01 2.17 2.04 3.262 3.082a301.812 301.812 0 0 1 3.274 3.175v-13.259a299.044 299.044 0 0 0-3.274-3.107 344.768 344.768 0 0 0-6.506-5.922 315.173 315.173 0 0 0-6.449-5.544 293.518 293.518 0 0 0-9.569-7.634c-1.054-.807-2.115-1.594-3.163-2.376a302.521 302.521 0 0 0-3.15-2.288 250.7 250.7 0 0 0-12.459-8.378 232.395 232.395 0 0 0-9.209-5.494 215.694 215.694 0 0 0-6.078-3.318 269.339 269.339 0 0 0-3.02-1.563 268.752 268.752 0 0 0-3.007-1.495 259.67 259.67 0 0 0-3.002-1.432c-.998-.465-1.991-.924-2.983-1.37a201.46 201.46 0 0 0-5.934-2.561 196.225 196.225 0 0 0-5.892-2.333 204.998 204.998 0 0 0-5.842-2.115c-.973-.334-1.941-.657-2.908-.98-.968-.316-1.935-.626-2.896-.93-.961-.297-1.929-.595-2.884-.874a243.76 243.76 0 0 0-5.742-1.606c-.955-.254-1.904-.496-2.853-.738-.949-.236-1.898-.465-2.847-.688a164.44 164.44 0 0 0-2.834-.645 226.143 226.143 0 0 0-5.637-1.166c-.936-.18-1.873-.354-2.803-.521-.936-.168-1.867-.323-2.797-.478a230.204 230.204 0 0 0-5.562-.843c-.924-.13-1.848-.248-2.766-.366-.924-.118-1.842-.223-2.76-.329a209.144 209.144 0 0 0-5.494-.558c-.912-.08-1.824-.155-2.735-.23-.912-.067-1.817-.13-2.723-.191-.905-.062-1.811-.112-2.716-.162-.905-.05-1.811-.093-2.71-.13-.899-.037-1.798-.068-2.698-.1-.899-.03-1.798-.049-2.691-.067-.899-.019-1.792-.038-2.685-.044-.893-.012-1.786-.012-2.679-.012-.893 0-1.78 0-2.673.012-.887.006-1.774.025-2.661.038-.886.018-1.773.037-2.654.062-.887.024-1.767.055-2.648.086-.88.031-1.761.075-2.642.118-.88.044-1.761.087-2.635.137a373.975 373.975 0 0 0-5.253.34c-.874.063-1.743.13-2.617.205-.874.075-1.743.15-2.611.23a362.907 362.907 0 0 0-5.203.515c-.862.093-1.73.185-2.592.285-.862.099-1.724.198-2.586.304-.862.105-1.718.21-2.58.322-.856.112-1.718.223-2.573.341l-2.568.354-2.561.372c-.856.13-1.705.254-2.561.39-.85.13-1.699.267-2.555.404-.85.136-1.699.279-2.549.421-.85.143-1.699.285-2.543.434-.849.15-1.693.292-2.536.447-.843.149-1.693.31-2.536.465-.844.155-1.687.316-2.531.477-.843.162-1.68.323-2.524.49-.843.162-1.68.33-2.524.496-.843.168-1.68.335-2.517.509l-2.512.521c-.837.174-1.674.353-2.512.533-.837.18-1.674.36-2.505.546-.831.186-1.668.366-2.505.552-.831.186-1.669.372-2.5.564-.831.186-1.668.379-2.499.57-.831.193-1.662.385-2.493.584-.831.192-1.662.39-2.493.589l-2.487.595c-.831.199-1.662.397-2.486.602-.825.204-1.656.403-2.481.608-.825.204-1.656.409-2.48.62-.825.204-1.656.415-2.481.62-.825.21-1.65.421-2.481.626l-2.474.633c-.825.21-1.65.421-2.474.638-.825.211-1.65.428-2.475.645-.825.217-1.649.428-2.474.645l-2.468.651c-.825.218-1.644.435-2.469.658-.824.217-1.643.434-2.468.657-.825.224-1.643.44-2.462.658-.824.223-1.643.44-2.468.663-.818.223-1.643.44-2.462.664-.825.223-1.643.446-2.462.663l-2.462.67-2.462.67c-.818.223-1.643.446-2.462.67-.818.223-1.643.446-2.462.67l-2.462.669-2.462.67c-.818.223-1.643.446-2.462.67-.818.223-1.643.446-2.462.663-.818.223-1.643.44-2.462.664-.824.223-1.643.44-2.462.663-.818.224-1.643.44-2.462.658-.824.217-1.643.44-2.468.657-.825.217-1.643.44-2.468.657-.825.217-1.643.434-2.468.645-.825.211-1.644.434-2.468.645-.825.217-1.65.428-2.469.645-.824.211-1.643.428-2.468.639l-2.474.632-2.475.633c-.824.21-1.649.415-2.48.62-.825.205-1.656.416-2.481.62-.824.205-1.655.41-2.48.608-.825.205-1.656.403-2.487.602l-2.487.595c-.825.198-1.656.397-2.487.589l-2.493.577c-.831.192-1.662.384-2.493.57-.831.193-1.662.379-2.499.565-.831.186-1.668.372-2.499.552-.831.186-1.668.365-2.505.545-.838.18-1.675.36-2.506.534-.837.173-1.674.353-2.511.527-.838.173-1.675.347-2.512.514l-2.518.503c-.837.167-1.68.328-2.524.49-.843.161-1.68.316-2.524.477-.843.155-1.687.316-2.53.465-.843.155-1.693.304-2.536.447-.85.149-1.693.298-2.543.44-.85.143-1.693.285-2.543.422l-2.548.409c-.85.137-1.7.267-2.549.391-.85.13-1.706.254-2.561.378-.856.124-1.706.242-2.562.36a367.876 367.876 0 0 1-5.141.676c-.862.105-1.724.211-2.579.31a378.602 378.602 0 0 1-5.179.564c-.868.087-1.73.168-2.598.248-.868.081-1.736.161-2.605.236-.868.074-1.736.143-2.61.211-.869.068-1.743.13-2.617.186-.875.062-1.749.118-2.624.167l-2.629.149c-.881.043-1.755.087-2.636.124-.88.037-1.761.068-2.642.093-.88.031-1.767.056-2.648.075-.886.018-1.767.037-2.654.049-.887.013-1.773.019-2.666.019h-2.667c-.893 0-1.786-.019-2.679-.031-.893-.019-1.786-.037-2.685-.062s-1.792-.056-2.692-.093c-.899-.038-1.798-.075-2.704-.118-.899-.044-1.804-.099-2.71-.149-.905-.056-1.81-.118-2.716-.18-.905-.068-1.811-.136-2.722-.211-.912-.074-1.823-.161-2.735-.248a210.168 210.168 0 0 1-5.495-.595c-.917-.112-1.835-.23-2.759-.347a218.17 218.17 0 0 1-5.544-.819 245.624 245.624 0 0 1-5.582-.967c-.936-.174-1.866-.36-2.803-.546-.936-.186-1.873-.385-2.815-.583-.937-.205-1.88-.409-2.828-.626-.943-.217-1.885-.441-2.834-.67a246.07 246.07 0 0 1-2.847-.713 250.74 250.74 0 0 1-2.852-.763c-.95-.261-1.91-.527-2.865-.806-.955-.279-1.917-.565-2.878-.856-.961-.292-1.922-.595-2.883-.906-.962-.31-1.93-.632-2.897-.955-.967-.328-1.934-.663-2.908-1.004-.968-.341-1.941-.695-2.915-1.061-.973-.359-1.947-.731-2.927-1.116a192.772 192.772 0 0 1-5.891-2.394 209.883 209.883 0 0 1-5.935-2.623c-.992-.459-1.99-.924-2.99-1.401a221.685 221.685 0 0 1-6.002-2.99 235.101 235.101 0 0 1-3.02-1.587c-1.011-.54-2.022-1.098-3.033-1.662a219.264 219.264 0 0 1-6.102-3.523 203.05 203.05 0 0 1-3.07-1.866 250.879 250.879 0 0 1-6.176-3.957 261.377 261.377 0 0 1-6.232-4.26 245.212 245.212 0 0 1-3.133-2.251 241.243 241.243 0 0 1-3.15-2.332 265.17 265.17 0 0 1-6.338-4.911c-1.06-.844-2.12-1.706-3.187-2.587a292.713 292.713 0 0 1-3.207-2.672 256.154 256.154 0 0 1-3.218-2.766 324.693 324.693 0 0 1-3.231-2.86 279.56 279.56 0 0 1-3.244-2.951 308.065 308.065 0 0 1-6.536-6.201l-.006-.019Z\' fill=\'%23589A43\'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id=\'b\' x1=\'39.858\' y1=\'64.34\' x2=\'63.043\' y2=\'172.382\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23EBF3FF\'/%3E%3Cstop offset=\'1\' stop-color=\'%23D0DFF6\'/%3E%3C/linearGradient%3E%3CclipPath id=\'a\'%3E%3Cpath fill=\'%23fff\' d=\'M0 144h576V0H0z\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
		height: 144px;
	}
	
	.home-section-7 .section-transition.nitro-lazy {
		background-image: none !important;
	}
}

@media (min-width: 992px) {
	.home-section-7 .section-transition {
		background-image: url("data:image/svg+xml,%3Csvg fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 1600 298\'%3E%3Cpath d=\'M1617 278.805s-239.28-183-420-183c-160 0-307.296 37.242-438 68.265-137.234 32.572-255.465 59-320 59-126 0-177.812-20.065-239-41-122.5-44-201-131-201-131v-51h1618v278.735Z\' fill=\'%23fff\'/%3E%3Cpath d=\'M-30.797 28.52a815.974 815.974 0 0 0 8.782 8.366 954.704 954.704 0 0 0 8.749 8.1 724.638 724.638 0 0 0 8.699 7.834 689.951 689.951 0 0 0 8.665 7.585 844.356 844.356 0 0 0 8.633 7.335 772.2 772.2 0 0 0 8.599 7.085 734.795 734.795 0 0 0 17.065 13.473 565.964 565.964 0 0 0 8.482 6.387 828.972 828.972 0 0 0 8.45 6.17 784.3 784.3 0 0 0 8.4 5.955 631.602 631.602 0 0 0 8.382 5.738c2.778 1.879 5.572 3.709 8.333 5.522a525.196 525.196 0 0 0 8.3 5.322 503.167 503.167 0 0 0 8.266 5.123c2.744 1.68 5.489 3.31 8.233 4.923a604.229 604.229 0 0 0 8.2 4.741 496.999 496.999 0 0 0 8.167 4.54 489.114 489.114 0 0 0 8.133 4.375 545.7 545.7 0 0 0 8.1 4.191 729.262 729.262 0 0 0 8.067 4.025 702.072 702.072 0 0 0 8.033 3.859 570.49 570.49 0 0 0 8.017 3.676 674.305 674.305 0 0 0 7.967 3.526 629.733 629.733 0 0 0 7.951 3.36 603.304 603.304 0 0 0 7.917 3.21 511.469 511.469 0 0 0 7.884 3.06c2.628.998 5.239 1.963 7.85 2.911 2.612.948 5.223 1.863 7.818 2.761a538.25 538.25 0 0 0 7.8 2.628c2.595.848 5.19 1.68 7.768 2.478 2.578.799 5.172 1.597 7.734 2.345a438.95 438.95 0 0 0 7.717 2.229 664.35 664.35 0 0 0 7.685 2.096c2.561.682 5.106 1.331 7.651 1.963 2.544.632 5.089 1.247 7.634 1.846s5.073 1.164 7.601 1.73c2.528.548 5.056 1.097 7.568 1.613 2.528.516 5.04 1.014 7.551 1.497 2.512.482 5.023.948 7.518 1.38 2.495.449 5.006.865 7.501 1.281 2.495.416 4.99.798 7.468 1.164 2.495.366 4.973.732 7.452 1.065 2.478.332 4.956.665 7.418.965 2.478.299 4.94.598 7.401.864 2.462.267 4.924.533 7.385.782a548.603 548.603 0 0 0 14.687 1.264c2.445.183 4.873.35 7.318.499 2.429.15 4.857.3 7.285.416 2.429.133 4.857.233 7.269.333 2.411.099 4.823.183 7.235.249 2.412.067 4.823.133 7.218.167 2.412.049 4.807.066 7.202.099 2.395.017 4.791.034 7.186.017 2.395-.017 4.773-.017 7.168-.05 2.379-.033 4.757-.067 7.136-.133 2.378-.05 4.757-.116 7.118-.2 2.379-.083 4.741-.166 7.103-.266 2.361-.1 4.723-.216 7.085-.332 2.362-.117 4.707-.25 7.069-.4 2.345-.149 4.707-.299 7.052-.465 2.345-.167 4.691-.333 7.036-.516 2.345-.183 4.673-.382 7.019-.582 2.328-.2 4.673-.416 7.002-.632 2.329-.216 4.657-.449 6.986-.682 2.328-.233 4.64-.482 6.969-.732 2.312-.249 4.64-.515 6.952-.798 2.312-.266 4.624-.566 6.936-.848 2.312-.283 4.624-.583 6.919-.899 2.312-.299 4.607-.632 6.903-.948 2.295-.316 4.59-.648 6.886-.981 2.295-.333 4.574-.682 6.869-1.031 2.295-.35 4.574-.715 6.869-1.081 2.279-.366 4.574-.732 6.853-1.115a966.11 966.11 0 0 0 6.836-1.164l6.836-1.198c2.278-.399 4.54-.831 6.802-1.247 2.262-.416 4.541-.848 6.803-1.281 2.262-.432 4.524-.865 6.786-1.314 2.262-.449 4.508-.881 6.77-1.347 2.262-.449 4.507-.915 6.769-1.38 2.262-.466 4.508-.932 6.753-1.414l6.736-1.447c2.246-.483 4.491-.982 6.736-1.464 2.246-.499 4.491-.998 6.72-1.497 2.245-.499 4.474-1.014 6.72-1.53 2.228-.516 4.474-1.031 6.703-1.564 2.228-.515 4.457-1.047 6.702-1.563l6.687-1.597c2.229-.532 4.457-1.081 6.686-1.63 2.229-.549 4.458-1.097 6.67-1.646a954.766 954.766 0 0 0 6.669-1.664c2.212-.565 4.441-1.114 6.653-1.68 2.213-.565 4.441-1.131 6.653-1.696 2.213-.566 4.441-1.148 6.653-1.713 2.213-.582 4.425-1.148 6.653-1.73l6.637-1.746c2.212-.583 4.424-1.165 6.636-1.763 2.212-.583 4.425-1.181 6.637-1.78 2.212-.599 4.407-1.181 6.62-1.78 2.212-.599 4.424-1.197 6.619-1.796 2.212-.599 4.408-1.198 6.62-1.813 2.212-.599 4.408-1.214 6.62-1.813 2.212-.599 4.407-1.214 6.62-1.83 2.195-.615 4.407-1.214 6.603-1.829 2.195-.616 4.407-1.231 6.603-1.846 2.195-.616 4.408-1.231 6.603-1.847 2.196-.615 4.408-1.23 6.603-1.846 2.196-.615 4.408-1.231 6.603-1.846 2.196-.615 4.408-1.231 6.603-1.863 2.196-.615 4.392-1.231 6.604-1.863 2.195-.615 4.407-1.231 6.603-1.863 2.195-.615 4.407-1.23 6.603-1.863 2.195-.615 4.407-1.247 6.603-1.862 2.196-.616 4.408-1.231 6.603-1.847 2.196-.615 4.408-1.23 6.603-1.846 2.196-.615 4.408-1.231 6.603-1.846 2.213-.615 4.408-1.231 6.604-1.83 2.212-.615 4.407-1.23 6.619-1.829 2.212-.616 4.408-1.214 6.62-1.83 2.212-.615 4.408-1.214 6.62-1.813 2.195-.598 4.408-1.214 6.62-1.813 2.212-.598 4.424-1.197 6.619-1.796 2.213-.599 4.425-1.198 6.62-1.78a999.93 999.93 0 0 1 6.637-1.763c2.212-.582 4.424-1.181 6.636-1.763 2.212-.582 4.424-1.164 6.653-1.746 2.212-.582 4.441-1.148 6.653-1.73 2.212-.582 4.441-1.148 6.653-1.713 2.212-.566 4.441-1.131 6.653-1.697 2.229-.565 4.441-1.114 6.67-1.68 2.229-.548 4.457-1.114 6.67-1.663l6.686-1.646a965.588 965.588 0 0 1 6.686-1.614c2.229-.532 4.458-1.064 6.703-1.596 2.229-.533 4.474-1.048 6.703-1.564 2.245-.516 4.474-1.031 6.72-1.547a976.393 976.393 0 0 1 6.719-1.513c2.246-.5 4.491-.998 6.736-1.48a970.83 970.83 0 0 1 6.737-1.464c2.245-.483 4.507-.965 6.752-1.43 2.262-.467 4.508-.932 6.77-1.398 2.262-.466 4.509-.915 6.769-1.38 2.26-.45 4.52-.899 6.79-1.331 2.26-.432 4.52-.865 6.8-1.297 2.26-.433 4.54-.849 6.8-1.264 2.28-.416 4.56-.816 6.82-1.215l6.84-1.197c2.28-.4 4.55-.765 6.85-1.148 2.28-.382 4.57-.748 6.85-1.114 2.3-.366 4.58-.715 6.87-1.065 2.3-.349 4.59-.698 6.89-1.03a907.433 907.433 0 0 1 13.82-1.914c2.31-.3 4.62-.598 6.94-.881 2.31-.283 4.62-.566 6.95-.832s4.64-.532 6.97-.782 4.65-.499 6.98-.731c2.33-.233 4.66-.45 7-.666 2.33-.216 4.68-.415 7.02-.615 2.35-.2 4.69-.383 7.04-.566 2.34-.183 4.69-.349 7.05-.499 2.35-.15 4.71-.299 7.07-.432 2.36-.133 4.72-.266 7.09-.383 2.36-.116 4.72-.216 7.1-.316s4.74-.166 7.12-.232c2.37-.067 4.75-.133 7.13-.167 2.38-.05 4.78-.083 7.17-.1 2.4-.016 4.79-.033 7.19-.016 2.39 0 4.8 0 7.2.05 2.39.05 4.8.066 7.22.116 2.41.05 4.82.117 7.23.2 2.43.083 4.84.183 7.27.282 2.43.117 4.86.233 7.29.366a558.546 558.546 0 0 1 14.65.998c2.44.2 4.91.4 7.35.616 2.46.216 4.91.465 7.37.715 2.46.25 4.92.516 7.4.815 2.48.283 4.94.582 7.42.915 2.48.316 4.95.648 7.45 1.014 2.49.35 4.97.732 7.48 1.115 2.5.382 4.99.798 7.51 1.214 2.51.416 5 .865 7.53 1.314 2.51.466 5.02.931 7.55 1.43 2.53.5 5.04 1.015 7.57 1.547 2.53.532 5.06 1.081 7.6 1.663 2.54.566 5.07 1.165 7.63 1.78 2.55.615 5.11 1.248 7.66 1.896 2.54.649 5.12 1.33 7.68 2.013 2.56.698 5.14 1.413 7.72 2.145s5.15 1.497 7.73 2.279c2.58.782 5.17 1.58 7.77 2.412 2.59.831 5.19 1.68 7.8 2.544 2.61.882 5.21 1.763 7.82 2.695 2.61.915 5.24 1.863 7.85 2.827 2.63.965 5.25 1.963 7.88 2.978 2.63 1.014 5.27 2.062 7.92 3.127 2.64 1.064 5.29 2.162 7.95 3.276a415.49 415.49 0 0 1 7.98 3.443c2.66 1.181 5.34 2.362 8 3.593 2.68 1.231 5.36 2.478 8.04 3.759 2.67 1.281 5.37 2.595 8.06 3.942 2.7 1.347 5.39 2.694 8.1 4.091a649.56 649.56 0 0 1 8.14 4.275c2.71 1.464 5.44 2.944 8.16 4.458 2.73 1.513 5.46 3.06 8.2 4.64a704.18 704.18 0 0 1 8.24 4.823c2.74 1.647 5.5 3.31 8.26 5.023 2.76 1.714 5.52 3.46 8.3 5.223 2.78 1.78 5.56 3.576 8.33 5.422 2.8 1.847 5.58 3.726 8.39 5.639 2.79 1.913 5.6 3.859 8.41 5.854 2.81 1.98 5.63 4.009 8.45 6.071 2.83 2.063 5.66 4.158 8.49 6.287 2.82 2.129 5.67 4.308 8.51 6.52 2.85 2.213 5.69 4.458 8.55 6.737 2.86 2.278 5.72 4.607 8.6 6.985a662.82 662.82 0 0 1 8.63 7.219c2.88 2.445 5.77 4.94 8.67 7.468 2.89 2.528 5.8 5.106 8.7 7.734 2.91 2.611 5.82 5.273 8.75 7.984 2.92 2.711 5.85 5.455 8.78 8.249v-61.507a965.613 965.613 0 0 0-8.78-7.917 913.124 913.124 0 0 0-8.75-7.651 865.251 865.251 0 0 0-8.7-7.401c-2.9-2.429-5.79-4.807-8.67-7.152a620.606 620.606 0 0 0-8.63-6.903 737.808 737.808 0 0 0-8.6-6.653c-2.86-2.179-5.7-4.325-8.55-6.42a872.786 872.786 0 0 0-8.51-6.204 655.273 655.273 0 0 0-8.49-5.971 700.355 700.355 0 0 0-8.45-5.755c-2.81-1.88-5.6-3.726-8.41-5.539-2.8-1.813-5.59-3.576-8.37-5.306a558.487 558.487 0 0 0-8.33-5.122c-2.78-1.664-5.54-3.31-8.3-4.907a571.872 571.872 0 0 0-8.27-4.724 504.51 504.51 0 0 0-8.23-4.524c-2.74-1.48-5.47-2.927-8.2-4.34a555.333 555.333 0 0 0-8.17-4.142 608.991 608.991 0 0 0-8.13-3.976 726.945 726.945 0 0 0-8.1-3.808c-2.7-1.231-5.39-2.445-8.07-3.626a670.505 670.505 0 0 0-8.03-3.46 462.251 462.251 0 0 0-8-3.293c-2.66-1.081-5.32-2.112-7.98-3.144a607.378 607.378 0 0 0-7.96-2.977c-2.64-.965-5.28-1.913-7.91-2.828-2.63-.914-5.26-1.813-7.89-2.694-2.62-.865-5.24-1.713-7.85-2.528-2.61-.815-5.22-1.613-7.81-2.395-2.62-.782-5.21-1.53-7.8-2.262-2.6-.732-5.18-1.43-7.77-2.13-2.58-.681-5.17-1.346-7.74-1.978-2.57-.633-5.14-1.265-7.71-1.863-2.57-.6-5.13-1.181-7.69-1.73a435.72 435.72 0 0 0-7.65-1.613c-2.54-.516-5.09-1.015-7.63-1.48-2.55-.483-5.08-.932-7.6-1.381-2.53-.433-5.06-.865-7.59-1.264a610 610 0 0 0-15.07-2.196c-2.49-.333-5-.632-7.5-.931-2.49-.3-4.99-.566-7.47-.832-2.49-.266-4.97-.516-7.45-.732-2.48-.233-4.96-.432-7.42-.632-2.48-.2-4.94-.382-7.4-.532a558.65 558.65 0 0 0-14.72-.799c-2.44-.1-4.89-.2-7.33-.266-2.45-.066-4.88-.133-7.3-.182-2.43-.05-4.86-.067-7.29-.084a527.48 527.48 0 0 0-7.27 0c-2.41 0-4.84.034-7.25.067s-4.82.083-7.22.15c-2.41.066-4.81.133-7.2.216-2.4.083-4.79.183-7.19.3-2.39.115-4.77.232-7.16.365-2.38.133-4.78.283-7.16.433-2.38.15-4.75.332-7.12.498-2.37.183-4.74.366-7.1.583-2.36.2-4.72.415-7.08.632-2.36.216-4.71.465-7.07.698-2.36.25-4.71.5-7.05.765-2.35.266-4.69.55-7.04.832-2.34.283-4.67.566-7.02.882-2.33.299-4.66.615-6.98.93-2.33.317-4.66.65-6.99.982-2.33.333-4.64.682-6.97 1.031-2.31.35-4.64.716-6.95 1.098-2.31.366-4.63.749-6.94 1.148a915.305 915.305 0 0 0-13.82 2.412c-2.29.415-4.59.848-6.89 1.28-2.29.433-4.59.865-6.86 1.314-2.3.45-4.58.898-6.87 1.364-2.28.466-4.58.931-6.86 1.414-2.27.482-4.55.965-6.83 1.447-2.28.482-4.56.981-6.82 1.48-2.28.5-4.54.998-6.8 1.514a999.82 999.82 0 0 0-6.81 1.563c-2.26.533-4.52 1.048-6.78 1.597-2.27.532-4.527 1.081-6.773 1.613-2.262.55-4.507 1.098-6.769 1.664-2.262.549-4.507 1.114-6.753 1.68-2.245.565-4.491 1.147-6.736 1.713-2.245.582-4.491 1.147-6.736 1.746-2.246.582-4.491 1.181-6.72 1.78-2.245.598-4.474 1.197-6.719 1.796-2.229.599-4.474 1.214-6.703 1.813-2.229.616-4.458 1.23-6.703 1.846-2.229.616-4.458 1.248-6.687 1.863-2.228.632-4.457 1.248-6.686 1.88a787.987 787.987 0 0 0-6.67 1.912c-2.228.649-4.44 1.281-6.669 1.93-2.229.648-4.441 1.297-6.653 1.946-2.212.648-4.441 1.314-6.653 1.962a1009.38 1009.38 0 0 0-6.653 1.98c-2.213.665-4.425 1.33-6.653 1.996-2.213.665-4.425 1.347-6.637 2.012-2.212.665-4.424 1.347-6.636 2.013-2.212.682-4.424 1.364-6.62 2.029-2.212.682-4.424 1.364-6.62 2.046a1004.87 1004.87 0 0 0-6.619 2.062c-2.213.682-4.408 1.38-6.62 2.063-2.212.681-4.408 1.38-6.62 2.062-2.212.699-4.408 1.38-6.62 2.08-2.212.698-4.407 1.396-6.603 2.095-2.212.698-4.407 1.397-6.603 2.095-2.212.699-4.408 1.398-6.603 2.096-2.196.699-4.408 1.397-6.603 2.096-2.196.698-4.408 1.397-6.603 2.096-2.196.698-4.408 1.413-6.604 2.112-2.195.698-4.407 1.397-6.603 2.096-2.195.698-4.407 1.397-6.603 2.112-2.195.699-4.408 1.397-6.603 2.112-2.196.699-4.408 1.397-6.603 2.096-2.196.699-4.408 1.397-6.603 2.096-2.196.698-4.408 1.397-6.603 2.095-2.196.699-4.408 1.398-6.604 2.096-2.195.699-4.407 1.381-6.603 2.079-2.212.699-4.407 1.381-6.62 2.079-2.212.682-4.407 1.381-6.619 2.079-2.213.682-4.408 1.381-6.62 2.063-2.212.682-4.408 1.364-6.62 2.046-2.212.682-4.408 1.347-6.62 2.029-2.212.682-4.424 1.347-6.619 2.029-2.213.665-4.425 1.347-6.637 2.013l-6.636 1.995a985.716 985.716 0 0 1-6.653 1.98 769.86 769.86 0 0 1-6.653 1.962c-2.212.649-4.441 1.314-6.653 1.946a763.29 763.29 0 0 1-6.67 1.93c-2.229.648-4.441 1.28-6.67 1.912-2.212.633-4.441 1.265-6.669 1.897-2.229.632-4.458 1.247-6.687 1.879-2.228.615-4.457 1.248-6.686 1.863s-4.458 1.214-6.703 1.83c-2.229.598-4.474 1.214-6.703 1.796-2.229.599-4.474 1.181-6.719 1.78-2.246.582-4.491 1.164-6.72 1.746-2.245.582-4.491 1.148-6.736 1.73l-6.736 1.696c-2.246.566-4.508 1.115-6.753 1.664a881.866 881.866 0 0 1-6.77 1.63c-2.262.532-4.507 1.081-6.769 1.596a1036.82 1036.82 0 0 1-6.786 1.564c-2.262.515-4.524 1.031-6.786 1.53-2.279.499-4.541.998-6.82 1.497-2.278.499-4.54.981-6.819 1.447-2.279.482-4.557.948-6.836 1.414-2.279.465-4.557.931-6.836 1.38-2.279.449-4.574.898-6.869 1.331-2.296.432-4.574.865-6.87 1.297l-6.885 1.248c-2.296.415-4.608.815-6.903 1.197-2.312.399-4.624.782-6.919 1.164-2.312.383-4.624.749-6.936 1.098-2.312.366-4.64.715-6.952 1.065-2.329.349-4.641.682-6.969.998-2.329.332-4.658.632-6.986.948-2.329.316-4.657.615-6.986.898-2.328.283-4.674.565-7.019.831-2.345.267-4.69.533-7.035.782-2.346.25-4.691.499-7.053.732a992.58 992.58 0 0 1-7.068.665 497.56 497.56 0 0 1-7.086.599c-2.362.183-4.74.366-7.102.516-2.362.166-4.74.316-7.119.465-2.378.15-4.757.283-7.152.4-2.378.116-4.773.232-7.152.316-2.378.083-4.79.183-7.185.249-2.395.067-4.79.133-7.202.183-2.412.05-4.807.083-7.219.1-2.411.016-4.823.016-7.251.016-2.412 0-4.84-.033-7.269-.066a520.643 520.643 0 0 1-7.285-.15c-2.428-.066-4.857-.149-7.302-.233-2.445-.099-4.89-.183-7.335-.316-2.445-.116-4.89-.266-7.351-.415a554.674 554.674 0 0 1-14.787-1.098 548.204 548.204 0 0 1-7.418-.699 583.953 583.953 0 0 1-7.451-.782 594.418 594.418 0 0 1-7.468-.898c-2.495-.316-4.99-.632-7.501-.981a616.749 616.749 0 0 1-7.535-1.098c-2.512-.382-5.023-.798-7.551-1.214-2.512-.416-5.04-.865-7.568-1.33a682.636 682.636 0 0 1-7.601-1.448 413.314 413.314 0 0 1-7.635-1.563 420.67 420.67 0 0 1-7.651-1.68 740.322 740.322 0 0 1-7.684-1.796 475.256 475.256 0 0 1-7.717-1.93 442.039 442.039 0 0 1-7.734-2.062 765.78 765.78 0 0 1-7.768-2.196 513.16 513.16 0 0 1-7.801-2.328 527.108 527.108 0 0 1-7.817-2.478 550.53 550.53 0 0 1-7.85-2.612 492.914 492.914 0 0 1-7.884-2.761 572.703 572.703 0 0 1-7.917-2.91 591.404 591.404 0 0 1-7.951-3.061 531.458 531.458 0 0 1-7.967-3.227 451.132 451.132 0 0 1-8.017-3.393 419.088 419.088 0 0 1-8.033-3.542 574.534 574.534 0 0 1-8.067-3.726 442.588 442.588 0 0 1-8.1-3.892 628.072 628.072 0 0 1-8.133-4.058 551.447 551.447 0 0 1-8.167-4.242 492.034 492.034 0 0 1-8.2-4.441 510.424 510.424 0 0 1-8.233-4.623 627.812 627.812 0 0 1-8.267-4.824 441.813 441.813 0 0 1-8.3-5.023c-2.76-1.713-5.555-3.443-8.332-5.206a643.081 643.081 0 0 1-8.383-5.422 616.036 616.036 0 0 1-8.4-5.639 780.585 780.585 0 0 1-8.449-5.854 536.74 536.74 0 0 1-8.482-6.071 658.146 658.146 0 0 1-8.516-6.304 904.424 904.424 0 0 1-8.55-6.537 725.306 725.306 0 0 1-8.599-6.77 640.061 640.061 0 0 1-8.632-7.018 648.272 648.272 0 0 1-8.665-7.269 700.2 700.2 0 0 1-8.7-7.517 893.629 893.629 0 0 1-8.748-7.768 773.165 773.165 0 0 1-8.782-8.05l-.05.133Z\' fill=\'%23589A43\'/%3E%3Cpath d=\'M1211.09 18.075c1.7 0 3.38 0 5.07.016 2.43 0 4.88.034 7.31.083 2.44.05 4.89.117 7.33.183 2.45.067 4.91.167 7.35.267a550.159 550.159 0 0 1 14.79.798c2.48.166 4.94.35 7.43.532 2.48.2 4.96.4 7.45.632 2.48.233 4.98.483 7.47.732a595.085 595.085 0 0 1 15.02 1.763 612.699 612.699 0 0 1 15.12 2.196c2.53.399 5.06.831 7.6 1.264 2.55.432 5.08.898 7.62 1.38 2.54.483 5.11.965 7.65 1.497 2.56.516 5.12 1.065 7.69 1.613 2.56.566 5.13 1.148 7.7 1.747 2.57.599 5.15 1.23 7.73 1.863 2.58.648 5.17 1.297 7.77 1.996 2.59.682 5.19 1.397 7.8 2.129 2.59.732 5.2 1.48 7.82 2.262 2.61.781 5.24 1.58 7.85 2.411 2.62.832 5.25 1.664 7.88 2.545 2.63.865 5.27 1.78 7.92 2.695 2.64.914 5.29 1.88 7.95 2.844 2.64.964 5.3 1.962 7.96 2.994 2.67 1.03 5.34 2.079 8.01 3.143 2.67 1.081 5.35 2.18 8.03 3.31 2.69 1.131 5.37 2.295 8.07 3.476 2.69 1.181 5.38 2.395 8.1 3.643 2.71 1.247 5.4 2.511 8.13 3.809 2.71 1.297 5.44 2.628 8.17 3.992a908.14 908.14 0 0 1 8.2 4.158 607.774 607.774 0 0 1 16.49 8.898c2.77 1.547 5.53 3.127 8.3 4.74 2.78 1.614 5.54 3.244 8.34 4.924 2.77 1.68 5.57 3.393 8.36 5.139 2.8 1.747 5.59 3.51 8.4 5.323 2.81 1.813 5.62 3.675 8.44 5.555 2.81 1.879 5.63 3.809 8.46 5.771 2.83 1.963 5.67 3.942 8.5 5.988a503.72 503.72 0 0 1 8.53 6.221c2.86 2.112 5.71 4.258 8.59 6.437a970.87 970.87 0 0 1 8.61 6.669c2.88 2.262 5.76 4.574 8.65 6.919 2.89 2.346 5.79 4.741 8.68 7.169a809.22 809.22 0 0 1 17.5 15.086c2.93 2.594 5.87 5.256 8.8 7.934l.61.565v66.83l-3.24-3.094a814.118 814.118 0 0 0-8.76-8.233 853.8 853.8 0 0 0-8.74-7.967 556.23 556.23 0 0 0-8.68-7.701 825.758 825.758 0 0 0-17.25-14.653 773.374 773.374 0 0 0-8.56-6.969 603.484 603.484 0 0 0-8.54-6.72 947.518 947.518 0 0 0-8.49-6.503 898.455 898.455 0 0 0-8.45-6.271 855.353 855.353 0 0 0-8.42-6.054 642.04 642.04 0 0 0-8.38-5.838 760.61 760.61 0 0 0-8.35-5.622 471.43 471.43 0 0 0-8.32-5.405c-2.76-1.763-5.52-3.51-8.28-5.206a595.994 595.994 0 0 0-8.25-5.007 531.876 531.876 0 0 0-8.22-4.823c-2.73-1.58-5.45-3.127-8.16-4.641a627.818 627.818 0 0 0-16.25-8.699c-2.7-1.397-5.39-2.744-8.09-4.091a718.987 718.987 0 0 0-8.03-3.925 693.798 693.798 0 0 0-8.02-3.759 547.687 547.687 0 0 0-7.98-3.576 657.454 657.454 0 0 0-7.95-3.427 635.035 635.035 0 0 0-7.92-3.276 610.897 610.897 0 0 0-7.88-3.111 606.729 606.729 0 0 0-7.85-2.977c-2.62-.965-5.23-1.896-7.84-2.81-2.61-.916-5.2-1.814-7.8-2.679-2.59-.865-5.19-1.713-7.77-2.544-2.57-.832-5.15-1.614-7.73-2.396-2.58-.781-5.16-1.53-7.72-2.278-2.56-.732-5.12-1.447-7.68-2.146-2.56-.698-5.11-1.364-7.65-2.012-2.55-.649-5.09-1.281-7.64-1.897a437.76 437.76 0 0 0-7.6-1.763 646.685 646.685 0 0 0-15.12-3.193c-2.51-.499-5.02-.965-7.52-1.43-2.51-.45-5-.899-7.5-1.314-2.49-.416-4.99-.832-7.46-1.215-2.5-.382-4.98-.765-7.46-1.114-2.47-.35-4.95-.682-7.41-.998-2.47-.316-4.94-.615-7.41-.915-2.46-.282-4.92-.549-7.36-.815-2.47-.25-4.91-.499-7.36-.715-2.44-.216-4.89-.432-7.33-.615-2.45-.183-4.87-.383-7.3-.533-2.43-.166-4.88-.316-7.29-.449-2.43-.133-4.84-.266-7.27-.366-2.41-.116-4.84-.2-7.25-.282-2.41-.083-4.82-.15-7.22-.2-2.41-.05-4.8-.1-7.2-.116-2.39-.034-4.79-.05-7.18-.05h-1.1c-2.03 0-4.04 0-6.06.016-2.37.017-4.77.05-7.13.1-2.38.05-4.76.1-7.12.167-2.38.066-4.74.15-7.1.232-2.36.084-4.73.2-7.09.316-2.36.117-4.72.233-7.07.366-2.34.133-4.7.283-7.05.433-2.34.15-4.69.316-7.03.499-2.35.183-4.69.366-7.02.565-2.33.2-4.68.4-7.01.616-2.32.216-4.65.432-6.98.665-2.33.233-4.64.482-6.97.732s-4.64.515-6.95.781c-2.31.267-4.63.55-6.94.832-2.31.283-4.62.566-6.92.882-2.31.3-4.6.615-6.9.931-2.29.316-4.59.649-6.89.981-2.29.333-4.59.682-6.86 1.015-2.3.35-4.58.699-6.87 1.064-2.28.366-4.58.732-6.86 1.115-2.28.382-4.55.748-6.83 1.147-2.28.383-4.56.782-6.82 1.198l-.7.117c-2.05.365-4.08.715-6.1 1.097-2.27.416-4.55.849-6.81 1.264l-6.78 1.298c-2.27.432-4.53.881-6.77 1.33-2.27.45-4.53.915-6.773 1.364-2.262.466-4.507.915-6.752 1.397-2.246.466-4.508.948-6.753 1.43-2.246.483-4.491.965-6.736 1.464-2.246.5-4.491.982-6.72 1.48-2.245.5-4.474 1.015-6.72 1.514-2.245.516-4.474 1.032-6.719 1.547-2.229.516-4.458 1.031-6.703 1.563l-6.686 1.597c-2.229.532-4.458 1.081-6.687 1.614-1.912.465-3.842.931-5.755 1.413l-.931.233a955.027 955.027 0 0 0-6.67 1.664l-.748.182c-1.979.499-3.942.982-5.921 1.481-2.213.565-4.441 1.131-6.653 1.696l-46.455 12.292a957.771 957.771 0 0 0-6.62 1.813L727.315 160.15c-2.212.599-4.424 1.214-6.636 1.813l-26.529 7.086a797.023 797.023 0 0 1-6.653 1.73l-13.323 3.426c-2.229.565-4.441 1.131-6.669 1.68-2.229.565-4.458 1.114-6.67 1.663l-6.686 1.647c-2.229.549-4.458 1.081-6.687 1.63-2.228.532-4.474 1.064-6.703 1.596-2.228.533-4.474 1.048-6.703 1.58l-1.563.366c-1.713.4-3.426.799-5.156 1.198-2.246.516-4.474 1.015-6.72 1.53l-6.736 1.497c-2.245.499-4.491.981-6.736 1.48-2.246.483-4.491.965-6.753 1.447-1.879.4-3.759.782-5.638 1.181l-1.115.233c-2.245.466-4.507.932-6.769 1.381l-6.786 1.347a845.19 845.19 0 0 1-6.803 1.314c-2.262.432-4.541.865-6.803 1.281-2.279.415-4.54.831-6.819 1.247a959.982 959.982 0 0 1-13.672 2.378c-2.279.383-4.574.749-6.853 1.115-2.295.366-4.574.732-6.869 1.081s-4.591.699-6.886 1.031a895.35 895.35 0 0 1-6.902.982c-2.296.316-4.608.648-6.92.948l-6.935.898c-2.312.283-4.624.582-6.936.848-2.312.266-4.641.532-6.969.798l-6.986.749-6.986.698c-2.328.217-4.673.433-7.019.632-2.345.2-4.673.4-7.035.583-2.345.183-4.707.349-7.052.515-2.346.167-4.708.316-7.069.466-2.362.15-4.707.266-7.086.399-2.362.117-4.74.233-7.102.333s-4.74.183-7.119.266c-2.378.083-4.757.15-7.135.199-2.378.05-4.774.1-7.169.134-2.395.033-4.773.049-7.185.049h-1.447c-1.913 0-3.826 0-5.755-.016-2.395-.017-4.807-.05-7.218-.1-2.412-.05-4.824-.1-7.252-.166-2.412-.067-4.84-.15-7.269-.25-2.428-.1-4.856-.199-7.285-.332a557.968 557.968 0 0 1-7.301-.416 547.24 547.24 0 0 1-14.687-1.098c-2.462-.216-4.907-.449-7.368-.682-2.462-.249-4.924-.516-7.402-.782-2.478-.282-4.956-.565-7.435-.865-2.478-.316-4.956-.632-7.451-.981-2.495-.333-4.99-.698-7.485-1.081-2.495-.366-4.989-.765-7.501-1.164-2.495-.416-5.006-.832-7.518-1.281a669.574 669.574 0 0 1-7.551-1.397c-2.528-.482-5.04-.982-7.585-1.497-2.528-.516-5.056-1.065-7.601-1.613a631.98 631.98 0 0 1-7.617-1.73 423.416 423.416 0 0 1-7.651-1.863 432.892 432.892 0 0 1-7.685-1.963 778.062 778.062 0 0 1-7.717-2.095 458.648 458.648 0 0 1-7.734-2.229 512.307 512.307 0 0 1-7.768-2.362c-2.594-.815-5.189-1.63-7.8-2.495a540.196 540.196 0 0 1-7.818-2.628 545.04 545.04 0 0 1-7.85-2.778 501.893 501.893 0 0 1-7.884-2.91 587.689 587.689 0 0 1-7.917-3.061 614.466 614.466 0 0 1-7.951-3.226 639.805 639.805 0 0 1-7.967-3.377 639.95 639.95 0 0 1-8-3.526 428.047 428.047 0 0 1-8.034-3.692 705.664 705.664 0 0 1-8.066-3.859 517.29 517.29 0 0 1-8.1-4.042 610.984 610.984 0 0 1-8.134-4.208 557.137 557.137 0 0 1-8.166-4.391 669.536 669.536 0 0 1-8.184-4.557 645.563 645.563 0 0 1-16.5-9.697 671.237 671.237 0 0 1-8.299-5.139 701.29 701.29 0 0 1-8.333-5.34 719.263 719.263 0 0 1-8.366-5.538 767.815 767.815 0 0 1-8.4-5.755 612.655 612.655 0 0 1-8.432-5.971 833.082 833.082 0 0 1-8.466-6.188 670.204 670.204 0 0 1-8.5-6.403 742.014 742.014 0 0 1-17.098-13.506c-2.86-2.328-5.738-4.707-8.615-7.102a816.877 816.877 0 0 1-8.65-7.352 711.051 711.051 0 0 1-8.681-7.617 741.344 741.344 0 0 1-8.716-7.85 955.838 955.838 0 0 1-8.765-8.117A809.61 809.61 0 0 1-30 29.933l2.645-2.795a637.455 637.455 0 0 0 8.765 8.017 885.954 885.954 0 0 0 8.715 7.751 697.894 697.894 0 0 0 8.683 7.502 643.364 643.364 0 0 0 8.649 7.235 760.452 760.452 0 0 0 8.599 7.002c2.86 2.295 5.721 4.54 8.566 6.753a580.898 580.898 0 0 0 8.532 6.52 696.855 696.855 0 0 0 8.5 6.287 534.02 534.02 0 0 0 8.465 6.054c2.811 1.98 5.622 3.925 8.416 5.838a615.486 615.486 0 0 0 8.383 5.622 699.254 699.254 0 0 0 8.35 5.406 678.48 678.48 0 0 0 16.599 10.195 870.902 870.902 0 0 0 8.25 4.807 805.114 805.114 0 0 0 8.2 4.607 648.888 648.888 0 0 0 8.183 4.425 470.853 470.853 0 0 0 8.133 4.224 613.905 613.905 0 0 0 8.117 4.059 594.051 594.051 0 0 0 8.083 3.875 574.963 574.963 0 0 0 8.034 3.709 469.267 469.267 0 0 0 8.017 3.526 539.405 539.405 0 0 0 7.984 3.377 621.168 621.168 0 0 0 7.95 3.21 510.968 510.968 0 0 0 7.917 3.06c2.628.998 5.256 1.963 7.884 2.911 2.628.931 5.239 1.863 7.85 2.744 2.612.898 5.223 1.747 7.834 2.595a534.175 534.175 0 0 0 15.552 4.79c2.578.749 5.156 1.48 7.734 2.179 2.578.699 5.139 1.397 7.718 2.046a429.27 429.27 0 0 0 7.684 1.929 723.25 723.25 0 0 0 7.651 1.797 416.51 416.51 0 0 0 7.634 1.663c2.545.532 5.073 1.064 7.601 1.563 2.528.499 5.057.982 7.568 1.431 2.528.465 5.04.898 7.551 1.314 2.512.415 5.023.831 7.518 1.214 2.495.382 5.007.748 7.502 1.098 2.494.349 4.989.665 7.468.981 2.494.316 4.973.615 7.451.898 2.478.283 4.956.532 7.435.782a560.685 560.685 0 0 0 22.138 1.796c2.445.15 4.89.283 7.335.416 2.445.116 4.873.216 7.318.316 2.428.1 4.857.166 7.285.233 2.428.066 4.84.116 7.269.15 2.428.033 4.84.049 7.251.066h2.063c1.713 0 3.443 0 5.156-.017 2.412-.016 4.807-.066 7.202-.099 2.395-.05 4.79-.1 7.185-.167 2.395-.066 4.774-.149 7.169-.249 2.378-.1 4.757-.2 7.135-.316 2.379-.117 4.757-.25 7.119-.399a992.473 992.473 0 0 0 14.188-.982c2.361-.183 4.707-.382 7.068-.599 2.346-.216 4.707-.432 7.053-.665 2.345-.233 4.69-.482 7.035-.732 2.345-.249 4.674-.499 7.019-.781 2.329-.267 4.674-.549 7.002-.832 2.329-.283 4.658-.582 6.986-.898 2.329-.316 4.657-.616 6.969-.948 2.312-.333 4.641-.666 6.953-.998 2.312-.349 4.623-.699 6.935-1.065 2.312-.366 4.608-.715 6.92-1.097 2.295-.383 4.607-.766 6.902-1.165l6.886-1.197c2.295-.416 4.591-.815 6.869-1.248 2.296-.415 4.574-.848 6.869-1.297a962.455 962.455 0 0 0 13.689-2.711c2.279-.466 4.558-.932 6.836-1.414 2.279-.482 4.541-.965 6.803-1.447 2.262-.499 4.541-.998 6.803-1.497a972.658 972.658 0 0 0 6.786-1.53c2.262-.516 4.524-1.031 6.786-1.564 2.262-.532 4.507-1.064 6.753-1.596a833.183 833.183 0 0 0 6.753-1.63c2.245-.549 4.507-1.098 6.752-1.664 2.246-.565 4.491-1.114 6.737-1.696 2.245-.566 4.49-1.148 6.736-1.73l.848-.216c1.946-.499 3.909-1.015 5.855-1.514 2.245-.582 4.474-1.181 6.703-1.779 2.228-.599 4.474-1.198 6.703-1.797 2.228-.598 4.457-1.214 6.686-1.813l6.686-1.846 6.67-1.863c2.229-.632 4.441-1.264 6.67-1.896l6.669-1.913c2.212-.632 4.441-1.28 6.653-1.929l6.653-1.946c2.212-.649 4.425-1.297 6.637-1.963l72.817-22.454 132.263-41.581 19.959-5.938c2.212-.649 4.441-1.314 6.669-1.946l6.67-1.93c2.229-.631 4.458-1.28 6.686-1.912 1.963-.566 3.926-1.114 5.888-1.663l.799-.216a771.571 771.571 0 0 1 6.703-1.863c2.228-.616 4.474-1.231 6.702-1.847 2.229-.615 4.475-1.214 6.72-1.813 2.245-.598 4.474-1.197 6.72-1.796 2.245-.599 4.49-1.18 6.736-1.78 2.079-.548 4.175-1.08 6.27-1.613l.483-.116c2.245-.583 4.507-1.148 6.753-1.714 2.262-.565 4.507-1.13 6.769-1.68 2.245-.548 4.507-1.114 6.769-1.663 2.098-.515 4.208-1.014 6.308-1.513l.48-.117c2.26-.532 4.52-1.064 6.8-1.596 2.26-.533 4.54-1.048 6.8-1.564 2.28-.515 4.54-1.014 6.82-1.513 2.28-.5 4.56-.998 6.84-1.48 2.28-.483 4.56-.982 6.85-1.448 2.28-.482 4.58-.948 6.85-1.414 2.3-.465 4.58-.914 6.87-1.363 2.3-.45 4.59-.899 6.89-1.331 2.3-.432 4.59-.865 6.9-1.28 2.3-.416 4.61-.832 6.92-1.248 2.31-.4 4.63-.799 6.94-1.181 2.31-.383 4.62-.765 6.95-1.148 2.31-.366 4.64-.732 6.97-1.098 2.33-.349 4.64-.698 6.97-1.03 2.33-.333 4.65-.666 7-.982 2.33-.316 4.67-.632 7-.931 2.35-.3 4.69-.6 7.04-.882 2.34-.283 4.69-.566 7.05-.832 2.36-.266 4.71-.515 7.07-.765 2.36-.25 4.72-.482 7.08-.698 2.37-.216 4.73-.433 7.11-.632 2.36-.2 4.74-.4 7.12-.582 2.37-.183 4.75-.35 7.13-.5 2.38-.166 4.77-.299 7.17-.449 2.39-.133 4.79-.266 7.18-.365 2.4-.117 4.79-.217 7.21-.3 2.41-.083 4.8-.166 7.22-.216 2.41-.067 4.82-.116 7.23-.15 2.41-.033 4.84-.066 7.27-.066h2.23l-.07-.133Zm401.45 167.024c-2.72-2.478-5.44-4.923-8.14-7.335a729.796 729.796 0 0 0-8.71-7.634c-2.91-2.495-5.81-4.957-8.69-7.385-2.89-2.412-5.77-4.79-8.64-7.119a1036.89 1036.89 0 0 0-8.6-6.886 733.598 733.598 0 0 0-8.57-6.636 571.36 571.36 0 0 0-8.53-6.404 885.83 885.83 0 0 0-8.5-6.187 632.31 632.31 0 0 0-8.45-5.954 707.722 707.722 0 0 0-8.42-5.739c-2.79-1.879-5.6-3.725-8.38-5.522a885.494 885.494 0 0 0-8.35-5.305 564.784 564.784 0 0 0-16.6-9.997c-2.76-1.596-5.5-3.176-8.25-4.707-2.74-1.53-5.47-3.043-8.2-4.507-2.73-1.464-5.45-2.91-8.16-4.325-2.72-1.413-5.44-2.777-8.14-4.141-2.71-1.347-5.4-2.678-8.1-3.959a511.987 511.987 0 0 0-8.06-3.792c-2.7-1.23-5.38-2.445-8.05-3.61-2.68-1.18-5.34-2.328-8.02-3.442a719.557 719.557 0 0 0-7.99-3.293 508.799 508.799 0 0 0-15.86-6.088c-2.63-.965-5.28-1.913-7.89-2.827-2.62-.915-5.24-1.813-7.85-2.678-2.61-.865-5.22-1.697-7.83-2.512-2.6-.815-5.21-1.613-7.8-2.378-2.6-.765-5.19-1.53-7.77-2.246-2.58-.731-5.16-1.43-7.73-2.112-2.58-.682-5.16-1.33-7.72-1.98-2.56-.631-5.12-1.263-7.69-1.862-2.56-.599-5.1-1.164-7.65-1.73-2.54-.549-5.09-1.098-7.63-1.613-2.55-.516-5.07-.998-7.6-1.48a432.85 432.85 0 0 0-7.57-1.364c-2.51-.433-5.04-.865-7.55-1.265a614.113 614.113 0 0 0-15.02-2.195c-2.5-.333-4.99-.632-7.47-.931-2.48-.3-4.97-.566-7.45-.832-2.48-.25-4.96-.516-7.42-.732-2.48-.233-4.94-.432-7.4-.632s-4.92-.366-7.38-.532a564.257 564.257 0 0 0-14.69-.799c-2.45-.1-4.87-.2-7.3-.266-2.43-.066-4.86-.133-7.29-.183-2.43-.05-4.84-.066-7.27-.083-1.68 0-3.36-.016-5.04-.016h-2.21c-2.41 0-4.82.05-7.22.083-2.41.033-4.8.083-7.2.15-2.39.066-4.79.133-7.18.216-2.4.083-4.78.183-7.17.299-2.38.116-4.78.233-7.14.366-2.38.133-4.75.283-7.13.432-2.38.15-4.74.333-7.1.5-2.37.182-4.73.365-7.09.582-2.36.2-4.71.415-7.07.631-2.36.217-4.71.466-7.05.7a1006.835 1006.835 0 0 0-14.06 1.58c-2.32.282-4.67.565-7 .864-2.33.3-4.66.616-6.98.931-2.33.317-4.64.65-6.97.982-2.32.332-4.64.682-6.96 1.031-2.31.35-4.62.715-6.93 1.098-2.31.366-4.61.748-6.92 1.13-2.3.383-4.61.782-6.9 1.182-2.3.399-4.59.815-6.89 1.23-2.29.416-4.59.849-6.87 1.281-2.29.433-4.57.865-6.87 1.314-2.28.45-4.57.898-6.85 1.364-2.28.466-4.56.931-6.84 1.414l-6.82 1.447c-2.27.482-4.54.981-6.81 1.48-2.27.5-4.55.998-6.81 1.514-2.26.515-4.52 1.031-6.78 1.563-2.27.516-4.53 1.048-6.79 1.597l-.48.116-6.289 1.497a794.991 794.991 0 0 0-6.753 1.664 1002.03 1002.03 0 0 0-6.753 1.68c-2.245.565-4.491 1.13-6.736 1.713l-.483.116c-2.079.532-4.174 1.065-6.253 1.613-2.246.583-4.474 1.181-6.72 1.764-2.245.598-4.474 1.197-6.703 1.796s-4.474 1.214-6.703 1.813l-6.686 1.846c-2.229.615-4.458 1.247-6.686 1.863l-.799.233c-1.962.549-3.925 1.097-5.888 1.663a999.495 999.495 0 0 0-6.669 1.913l-6.67 1.93c-2.212.648-4.441 1.296-6.653 1.945l-46.455 14.038-178.584 55.935a759.551 759.551 0 0 1-6.653 1.963l-6.653 1.963c-2.229.648-4.441 1.297-6.67 1.929l-6.686 1.913-6.686 1.896-6.687 1.879c-2.229.616-4.457 1.248-6.703 1.863-2.228.616-4.474 1.214-6.703 1.83-2.245.599-4.474 1.214-6.719 1.813-2.246.599-4.474 1.197-6.72 1.78-1.962.515-3.925 1.014-5.871 1.53l-.848.216c-2.246.582-4.491 1.164-6.737 1.73-2.245.565-4.49 1.131-6.752 1.696a760.644 760.644 0 0 1-6.77 1.663 827.14 827.14 0 0 1-6.769 1.631c-2.262.532-4.524 1.081-6.786 1.596-2.262.532-4.541 1.048-6.803 1.564-2.262.515-4.541 1.031-6.803 1.53-2.279.499-4.557 1.014-6.819 1.497-2.262.482-4.558.981-6.836 1.464-2.279.482-4.558.948-6.853 1.413-2.279.466-4.557.932-6.853 1.381-2.295.449-4.573.898-6.869 1.33l-6.886 1.298c-2.295.432-4.59.831-6.902 1.247-2.295.416-4.607.815-6.919 1.214-2.312.4-4.624.782-6.936 1.165-2.312.382-4.624.748-6.953 1.097-2.312.366-4.64.716-6.969 1.065-2.328.349-4.657.682-6.985.998-2.329.332-4.657.649-7.003.948-2.328.316-4.673.615-7.002.898-2.345.283-4.69.566-7.036.832-2.345.266-4.69.532-7.052.781-2.345.25-4.707.499-7.069.732-2.362.233-4.723.449-7.085.666-2.362.216-4.74.415-7.102.598-2.379.183-4.741.366-7.119.516-2.378.166-4.757.316-7.135.466-2.379.149-4.774.282-7.169.399-2.395.116-4.774.233-7.185.316-2.395.1-4.807.183-7.202.249a997.54 997.54 0 0 1-7.219.183c-2.412.05-4.823.083-7.235.1-1.73 0-3.46.017-5.189.017h-2.079c-2.429 0-4.857-.034-7.285-.067a530.627 530.627 0 0 1-7.319-.15c-2.445-.066-4.873-.149-7.335-.232-2.445-.1-4.906-.2-7.351-.316-2.462-.117-4.907-.266-7.369-.416a557.064 557.064 0 0 1-14.819-1.098 577.114 577.114 0 0 1-7.452-.699c-2.495-.249-4.973-.515-7.468-.781a586.076 586.076 0 0 1-15.019-1.896c-2.512-.35-5.023-.716-7.551-1.115-2.528-.382-5.04-.798-7.568-1.214a649.548 649.548 0 0 1-7.601-1.331 600.033 600.033 0 0 1-7.618-1.447 628.695 628.695 0 0 1-7.651-1.563c-2.561-.549-5.123-1.098-7.684-1.68a465.427 465.427 0 0 1-7.718-1.813c-2.578-.632-5.156-1.264-7.734-1.946-2.578-.665-5.172-1.364-7.767-2.062a798.134 798.134 0 0 1-7.801-2.196 375.826 375.826 0 0 1-7.834-2.345 530.687 530.687 0 0 1-7.85-2.478 484.456 484.456 0 0 1-7.884-2.612 560.182 560.182 0 0 1-7.917-2.777c-2.645-.948-5.29-1.93-7.951-2.928a600.082 600.082 0 0 1-7.967-3.077 619.846 619.846 0 0 1-8-3.226c-2.678-1.098-5.356-2.246-8.034-3.393a682.53 682.53 0 0 1-8.066-3.56 683.896 683.896 0 0 1-8.1-3.725 459.986 459.986 0 0 1-8.134-3.909 756.489 756.489 0 0 1-8.166-4.075 769.09 769.09 0 0 1-8.2-4.258 567.786 567.786 0 0 1-16.5-9.081 578.982 578.982 0 0 1-6.653-3.859c.117.066.233.149.35.216a508.243 508.243 0 0 0 8.249 5.106 635.419 635.419 0 0 0 8.2 4.907 681.377 681.377 0 0 0 8.183 4.723c2.711 1.547 5.423 3.044 8.134 4.541a548.425 548.425 0 0 0 8.1 4.358 470.483 470.483 0 0 0 8.083 4.175 724.958 724.958 0 0 0 8.05 4.008 496.381 496.381 0 0 0 8.017 3.842 555.907 555.907 0 0 0 15.934 7.186 625.915 625.915 0 0 0 7.917 3.359 388.426 388.426 0 0 0 7.884 3.194 959.871 959.871 0 0 0 7.851 3.044c2.611.981 5.222 1.946 7.834 2.894 2.611.948 5.206 1.863 7.8 2.761 2.595.898 5.19 1.763 7.768 2.611 2.578.848 5.156 1.68 7.734 2.478 2.578.799 5.139 1.58 7.718 2.345a441.07 441.07 0 0 0 7.684 2.213c2.561.715 5.106 1.413 7.651 2.079 2.545.665 5.089 1.314 7.634 1.946 2.545.632 5.073 1.247 7.601 1.846 2.528.599 5.057 1.164 7.568 1.713a618.98 618.98 0 0 0 7.551 1.597c2.512.515 5.023 1.014 7.518 1.497 2.512.482 5.007.931 7.502 1.38 2.494.449 4.989.865 7.468 1.281 2.494.399 4.973.798 7.451 1.164 2.478.366 4.956.732 7.435 1.065 2.478.332 4.94.665 7.401.964 2.462.3 4.923.599 7.385.865 2.445.266 4.907.532 7.352.782a550.525 550.525 0 0 0 14.636 1.264c2.429.183 4.857.349 7.286.499 2.428.15 4.84.299 7.268.416 2.412.116 4.84.233 7.252.333 2.411.099 4.823.182 7.218.249 2.395.067 4.807.133 7.202.166 2.395.05 4.79.067 7.186.1 1.912 0 3.808.033 5.721.033h1.447c2.379 0 4.774-.033 7.136-.05 2.378-.033 4.756-.066 7.118-.133 2.362-.066 4.741-.116 7.102-.199 2.362-.083 4.724-.166 7.086-.266s4.724-.217 7.069-.333c2.345-.116 4.707-.249 7.052-.399 2.345-.15 4.69-.299 7.035-.466 2.346-.166 4.691-.332 7.019-.515a962.239 962.239 0 0 0 13.972-1.215c2.328-.216 4.64-.449 6.969-.682 2.312-.232 4.64-.482 6.952-.731 2.312-.25 4.624-.516 6.936-.799 2.312-.266 4.607-.565 6.919-.848 2.296-.283 4.608-.582 6.903-.898 2.295-.3 4.607-.616 6.902-.948 2.296-.316 4.591-.649 6.87-.982 2.295-.332 4.574-.681 6.852-1.031a955.44 955.44 0 0 0 6.853-1.081 1012.6 1012.6 0 0 0 6.836-1.114 942.48 942.48 0 0 0 6.819-1.165l6.82-1.197c2.278-.399 4.54-.815 6.802-1.248 2.262-.415 4.524-.848 6.786-1.28 2.262-.433 4.525-.865 6.787-1.314 2.262-.449 4.507-.882 6.752-1.331 2.246-.449 4.508-.915 6.753-1.38l1.131-.233c1.88-.383 3.759-.782 5.622-1.164l6.736-1.448c2.246-.482 4.491-.981 6.72-1.463 2.245-.499 4.474-.998 6.719-1.497 2.246-.499 4.475-1.015 6.703-1.514l5.14-1.197 1.563-.366c2.229-.516 4.458-1.031 6.687-1.564l6.686-1.596c2.229-.533 4.441-1.081 6.67-1.614 2.228-.549 4.44-1.097 6.669-1.646 2.212-.549 4.441-1.098 6.67-1.664 2.212-.548 4.424-1.114 6.653-1.679l13.306-3.41a1012.53 1012.53 0 0 0 6.636-1.73l26.513-7.069c2.212-.599 4.407-1.197 6.62-1.796l132.162-36.825c2.212-.598 4.408-1.214 6.62-1.813l39.835-10.595 6.653-1.713a3768.715 3768.715 0 0 1 12.608-3.193l.748-.183c2.229-.549 4.458-1.115 6.686-1.663l.932-.233c1.929-.483 3.842-.948 5.771-1.414a796.874 796.874 0 0 1 6.703-1.613c2.229-.533 4.474-1.065 6.703-1.597a792.572 792.572 0 0 1 6.72-1.564c2.245-.515 4.491-1.03 6.719-1.546 2.246-.516 4.491-1.015 6.737-1.53l6.736-1.498c2.245-.499 4.507-.98 6.753-1.463a807.61 807.61 0 0 1 6.769-1.43c2.262-.483 4.507-.932 6.769-1.398 2.258-.465 4.528-.915 6.788-1.38 2.26-.45 4.52-.898 6.8-1.33 2.28-.433 4.54-.882 6.8-1.298 2.28-.433 4.54-.849 6.82-1.281 2.05-.382 4.1-.732 6.14-1.098l.7-.116c2.28-.4 4.56-.799 6.85-1.198 2.28-.399 4.58-.781 6.85-1.147 2.3-.383 4.58-.749 6.87-1.115 2.3-.366 4.59-.715 6.89-1.064 2.3-.35 4.59-.699 6.9-1.031a912.755 912.755 0 0 1 13.86-1.913 990.842 990.842 0 0 1 13.9-1.713c2.33-.266 4.66-.533 6.99-.782 2.33-.25 4.65-.5 7-.732 2.33-.233 4.67-.466 7.02-.665 2.34-.216 4.69-.416 7.03-.616 2.35-.2 4.7-.382 7.06-.565 2.34-.183 4.7-.35 7.07-.5a1006.133 1006.133 0 0 1 14.18-.814c2.37-.116 4.74-.216 7.12-.316s4.76-.166 7.14-.233 4.77-.133 7.17-.166c2.39-.05 4.79-.084 7.18-.1 2.03-.017 4.06-.017 6.09-.017h1.1c2.41 0 4.8.017 7.22.05 2.41.033 4.82.067 7.23.117s4.84.116 7.27.2c2.43.082 4.86.182 7.28.282 2.43.116 4.88.233 7.31.366a540.863 540.863 0 0 1 14.68.998c2.46.2 4.93.399 7.39.632 2.46.216 4.92.466 7.4.715 2.48.25 4.94.532 7.42.815 2.48.283 4.95.599 7.45.915 2.48.316 4.97.665 7.47 1.014 2.49.35 4.99.732 7.5 1.115 2.49.382 5 .798 7.52 1.214 2.51.416 5.04.865 7.55 1.314 2.52.466 5.04.948 7.56 1.447 2.53.499 5.06 1.015 7.61 1.547 2.54.532 5.07 1.098 7.61 1.663 2.55.582 5.11 1.164 7.65 1.78 2.57.615 5.13 1.247 7.69 1.913 2.56.648 5.14 1.33 7.7 2.029 2.58.698 5.16 1.413 7.73 2.162 2.58.732 5.18 1.497 7.77 2.295 2.6.782 5.19 1.58 7.8 2.412 2.61.832 5.21 1.68 7.84 2.561 2.61.882 5.22 1.78 7.85 2.695 2.62.915 5.25 1.863 7.88 2.844 2.63.965 5.27 1.963 7.92 2.994 2.64 1.014 5.29 2.062 7.95 3.127 2.64 1.064 5.3 2.179 7.96 3.293 2.67 1.114 5.34 2.279 8 3.443 2.68 1.181 5.36 2.378 8.04 3.609 2.68 1.231 5.37 2.495 8.07 3.776 2.69 1.281 5.38 2.611 8.1 3.942 2.71 1.347 5.4 2.711 8.13 4.108a577.78 577.78 0 0 1 8.17 4.291c2.72 1.464 5.45 2.961 8.2 4.474a615.176 615.176 0 0 1 16.48 9.498c2.76 1.646 5.52 3.326 8.3 5.039 2.78 1.714 5.54 3.46 8.33 5.24 2.78 1.779 5.57 3.592 8.37 5.438 2.79 1.847 5.59 3.726 8.4 5.656 2.81 1.912 5.6 3.875 8.43 5.854 2.81 1.996 5.64 4.025 8.46 6.088a508.41 508.41 0 0 1 8.5 6.304c2.85 2.145 5.69 4.324 8.54 6.536 2.86 2.212 5.7 4.474 8.58 6.753 2.86 2.295 5.74 4.624 8.61 7.002 2.88 2.379 5.76 4.79 8.65 7.235 2.9 2.462 5.79 4.957 8.69 7.485 2.91 2.528 5.8 5.123 8.73 7.751a860.07 860.07 0 0 1 8.76 8c1.85 1.713 3.71 3.443 5.56 5.19v-56.185l.02.066Z\' fill=\'url(%23a)\'/%3E%3Cpath d=\'M-30.797 28.52a855.335 855.335 0 0 0 8.782 8.649c2.928 2.827 5.838 5.622 8.749 8.366a953.328 953.328 0 0 0 8.699 8.117c2.894 2.661 9.19 7.495 12.067 10.073 2.877 2.578 4.338 3.79 9.852 8.345 5.514 4.555 6.287 5.105 9.148 7.516 2.86 2.412 6.156 4.83 9 7.158 2.844 2.328 2.172 1.617 5 3.879s5.315 3.993 8.143 6.172c2.357 2.775 3.873 4.659 6.684 6.771a632.002 632.002 0 0 0 8.4 6.221 658.705 658.705 0 0 0 8.382 5.988 766.992 766.992 0 0 0 8.333 5.788 721.51 721.51 0 0 0 8.3 5.588 689.704 689.704 0 0 0 8.266 5.389 567.67 567.67 0 0 0 8.233 5.19 645.874 645.874 0 0 0 8.2 4.989 855.937 855.937 0 0 0 8.167 4.807c2.711 1.58 5.422 3.11 8.133 4.624a562.4 562.4 0 0 0 8.1 4.441 766.942 766.942 0 0 0 8.067 4.274 521.145 521.145 0 0 0 8.033 4.092 441.375 441.375 0 0 0 8.017 3.925 691.442 691.442 0 0 0 7.967 3.776 653.057 653.057 0 0 0 7.951 3.609 451.225 451.225 0 0 0 7.917 3.443 777.415 777.415 0 0 0 7.884 3.31 596.219 596.219 0 0 0 7.85 3.16 590.564 590.564 0 0 0 15.618 5.888c2.595.932 5.19 1.83 7.768 2.728a846.8 846.8 0 0 0 7.734 2.595c2.578.848 5.139 1.663 7.717 2.461 2.578.799 5.123 1.58 7.685 2.329 2.561.748 5.106 1.48 7.651 2.195a421.81 421.81 0 0 0 7.634 2.079c2.545.666 5.073 1.331 7.601 1.963 2.528.632 5.056 1.248 7.568 1.846 2.528.599 5.04 1.181 7.551 1.73 2.512.566 5.023 1.098 7.518 1.63 2.495.516 5.006 1.015 7.501 1.497 2.495.482 4.99.948 7.468 1.397 2.495.449 4.973.898 7.452 1.314 2.478.416 4.956.815 7.418 1.198 2.478.382 4.94.748 7.401 1.097 2.462.35 4.924.699 7.385 1.015 2.462.316 4.907.615 7.352.898 2.445.283 4.89.566 7.335.815 2.445.266 4.873.499 7.302.732a541.013 541.013 0 0 0 14.553 1.198c2.412.166 4.84.332 7.252.482 2.412.15 4.823.283 7.218.399 2.412.117 4.807.233 7.202.316 2.395.1 4.791.166 7.186.25 2.395.083 4.773.133 7.168.166 2.379.05 4.757.083 7.136.1 2.378.016 4.757.033 7.118.016 2.379 0 4.741 0 7.103-.033 2.361-.033 4.723-.066 7.085-.116s4.707-.1 7.069-.183c2.345-.067 4.707-.15 7.052-.233 2.345-.083 4.69-.183 7.036-.3 2.345-.099 4.673-.232 7.019-.365 2.328-.134 4.673-.267 7.002-.416 2.329-.15 4.657-.3 6.986-.466 2.328-.166 4.64-.349 6.969-.532 2.312-.183 4.64-.366 6.952-.582 2.312-.2 4.624-.416 6.936-.632 2.312-.217 4.624-.449 6.919-.682 2.312-.233 4.607-.483 6.903-.732 2.295-.25 4.59-.516 6.885-.782a945.037 945.037 0 0 0 13.739-1.68c2.279-.299 4.574-.599 6.853-.915 2.278-.299 4.557-.632 6.836-.948 2.278-.316 4.557-.648 6.836-.981 2.278-.333 4.54-.682 6.802-1.031 2.262-.349 4.541-.699 6.803-1.065l6.786-1.097c2.262-.366 4.508-.749 6.77-1.131 2.262-.383 4.507-.766 6.769-1.165 2.262-.399 4.508-.798 6.753-1.197s4.491-.815 6.736-1.231c2.246-.416 4.491-.832 6.736-1.264 2.246-.416 4.491-.865 6.72-1.298 2.245-.432 4.474-.864 6.72-1.313 2.228-.45 4.474-.899 6.702-1.348 2.229-.449 4.458-.898 6.703-1.364l6.687-1.397c2.228-.465 4.457-.931 6.686-1.414 2.229-.482 4.457-.948 6.67-1.43 2.228-.482 4.441-.965 6.669-1.464 2.212-.482 4.441-.981 6.653-1.48 2.212-.499 4.441-.998 6.653-1.497 2.213-.499 4.441-.998 6.653-1.513 2.213-.499 4.425-1.015 6.653-1.514l6.637-1.547a936.303 936.303 0 0 0 6.636-1.563c2.212-.516 4.425-1.048 6.637-1.564 2.212-.532 4.407-1.048 6.619-1.58a2976.56 2976.56 0 0 0 6.62-1.597c2.196-.532 4.408-1.064 6.62-1.596 2.212-.533 4.408-1.081 6.62-1.614 2.212-.532 4.407-1.081 6.62-1.613 2.195-.549 4.407-1.081 6.603-1.63a920.848 920.848 0 0 1 6.603-1.63c2.195-.549 4.408-1.098 6.603-1.647 2.195-.549 4.408-1.097 6.603-1.646 2.196-.549 4.408-1.098 6.603-1.647 2.196-.549 4.408-1.098 6.603-1.646 2.196-.549 4.391-1.098 6.604-1.647 2.195-.549 4.407-1.098 6.603-1.647 2.195-.549 4.407-1.097 6.603-1.646 2.195-.549 4.407-1.098 6.603-1.647 2.195-.549 4.408-1.098 6.603-1.647 2.196-.548 4.408-1.097 6.603-1.646 2.196-.549 4.408-1.098 6.603-1.647 2.213-.549 4.408-1.081 6.62-1.63 2.196-.549 4.408-1.081 6.603-1.63 2.196-.549 4.408-1.081 6.62-1.613 2.212-.532 4.408-1.081 6.62-1.614 2.212-.532 4.407-1.081 6.62-1.613 2.212-.532 4.407-1.064 6.619-1.597 2.213-.532 4.425-1.048 6.637-1.58a936.303 936.303 0 0 1 6.636-1.563l6.637-1.547c2.212-.516 4.424-1.031 6.653-1.547 2.212-.516 4.44-1.015 6.653-1.513 2.212-.499 4.441-1.015 6.653-1.514 2.228-.499 4.441-.998 6.669-1.48 2.229-.483 4.441-.982 6.67-1.464s4.441-.965 6.67-1.447c2.228-.482 4.457-.948 6.686-1.43 2.229-.466 4.458-.949 6.686-1.414 2.229-.466 4.458-.932 6.703-1.381 2.229-.449 4.474-.915 6.703-1.364 2.246-.449 4.474-.898 6.72-1.33 2.245-.433 4.474-.882 6.719-1.314 2.246-.433 4.491-.865 6.737-1.281l6.736-1.247c2.245-.416 4.507-.815 6.753-1.215 2.245-.399 4.507-.798 6.769-1.197 2.262-.399 4.506-.765 6.766-1.148 2.27-.382 4.53-.765 6.79-1.131s4.52-.732 6.8-1.081c2.26-.366 4.54-.715 6.81-1.048 2.27-.349 4.54-.682 6.81-1.014 2.28-.333 4.56-.666 6.84-.982 2.28-.316 4.56-.632 6.85-.931 2.28-.299 4.58-.615 6.86-.898 2.29-.3 4.59-.582 6.88-.848 2.3-.283 4.59-.533 6.89-.799 2.29-.266 4.6-.515 6.9-.765 2.3-.249 4.61-.482 6.92-.715 2.31-.233 4.62-.449 6.93-.665a913.463 913.463 0 0 1 13.93-1.181c2.32-.183 4.65-.35 6.98-.499 2.33-.167 4.66-.316 7-.449 2.33-.15 4.68-.267 7.02-.4l7.04-.349c2.34-.1 4.71-.183 7.05-.266 2.35-.083 4.71-.15 7.07-.216 2.36-.067 4.72-.117 7.09-.15 2.36-.033 4.72-.066 7.1-.083s4.74-.017 7.12-.017c2.37 0 4.75.017 7.15.05 2.38.033 4.77.067 7.17.133 2.39.05 4.79.117 7.18.2 2.4.083 4.79.166 7.2.266 2.42.1 4.81.216 7.22.349 2.41.133 4.83.266 7.25.433 2.43.149 4.84.332 7.27.515 2.43.183 4.86.383 7.29.599 2.43.216 4.87.433 7.3.682 2.44.233 4.89.499 7.33.765 2.45.266 4.91.549 7.36.865 2.46.299 4.92.615 7.38.948 2.46.333 4.92.682 7.4 1.048a615.584 615.584 0 0 1 22.34 3.742c2.5.466 4.99.948 7.5 1.447 2.51.499 5.01 1.015 7.52 1.564 2.51.532 5.02 1.097 7.55 1.663 2.53.582 5.04 1.181 7.57 1.78 2.53.615 5.07 1.247 7.6 1.896 2.53.648 5.07 1.33 7.63 2.012 2.55.699 5.11 1.414 7.66 2.146 2.56.732 5.12 1.48 7.68 2.262 2.56.782 5.14 1.58 7.72 2.395 2.57.815 5.15 1.647 7.73 2.512 2.58.864 5.17 1.746 7.77 2.661 2.59.898 5.19 1.846 7.8 2.794 2.61.948 5.21 1.929 7.82 2.927 2.61.998 5.24 2.03 7.85 3.077 2.63 1.048 5.25 2.129 7.88 3.227 2.63 1.098 5.27 2.229 7.92 3.377 2.64 1.147 5.29 2.328 7.93 3.526 2.66 1.197 5.32 2.428 7.99 3.692a658.96 658.96 0 0 1 8 3.842 558.471 558.471 0 0 1 16.1 8.2c2.69 1.431 5.39 2.878 8.1 4.358 2.71 1.48 5.42 2.994 8.13 4.541 2.71 1.546 5.44 3.11 8.17 4.707 2.72 1.596 5.45 3.243 8.2 4.906 2.74 1.663 5.48 3.36 8.23 5.09 2.74 1.73 5.5 3.493 8.27 5.289 2.76 1.796 5.52 3.626 8.3 5.489a694.021 694.021 0 0 1 16.69 11.576c2.8 1.996 5.61 4.042 8.42 6.104 2.81 2.079 5.62 4.175 8.45 6.321 2.83 2.145 5.65 4.341 8.48 6.553 2.83 2.229 5.67 4.474 8.52 6.769 2.84 2.296 5.69 4.641 8.55 7.003 2.86 2.378 5.72 4.806 8.6 7.251 2.86 2.462 5.73 4.957 8.63 7.485 2.88 2.545 5.77 5.123 8.66 7.734 2.9 2.628 5.79 5.289 8.7 8.001 2.91 2.711 5.82 5.472 8.75 8.266 2.93 2.794 5.86 5.638 8.78 8.516v-35.561a752.302 752.302 0 0 0-8.78-8.333 994.442 994.442 0 0 0-8.75-8.066c-2.91-2.645-5.8-5.256-8.7-7.818a785.978 785.978 0 0 0-8.66-7.551 750.862 750.862 0 0 0-8.63-7.318 788.743 788.743 0 0 0-8.6-7.052 760.692 760.692 0 0 0-8.55-6.82 951.44 951.44 0 0 0-8.52-6.603c-2.83-2.162-5.67-4.275-8.48-6.37a873.071 873.071 0 0 0-8.45-6.138 592.73 592.73 0 0 0-8.42-5.938 689.023 689.023 0 0 0-8.36-5.721 754.805 754.805 0 0 0-8.33-5.506 708.017 708.017 0 0 0-8.3-5.305 779.62 779.62 0 0 0-8.27-5.107 740.38 740.38 0 0 0-8.23-4.906 692.944 692.944 0 0 0-8.2-4.724 607.09 607.09 0 0 0-8.17-4.541c-2.71-1.48-5.42-2.943-8.13-4.357-2.71-1.431-5.41-2.811-8.1-4.192a754.16 754.16 0 0 0-8.07-4.008c-2.7-1.314-5.37-2.578-8.05-3.842a680.095 680.095 0 0 0-8-3.676 605.833 605.833 0 0 0-7.97-3.51c-2.64-1.147-5.3-2.262-7.95-3.359a477.13 477.13 0 0 0-7.92-3.21 359.86 359.86 0 0 0-7.88-3.044 523.192 523.192 0 0 0-15.67-5.672c-2.61-.898-5.2-1.763-7.8-2.628a782.7 782.7 0 0 0-7.77-2.495c-2.57-.798-5.17-1.596-7.73-2.345-2.58-.765-5.14-1.497-7.72-2.212-2.56-.715-5.12-1.414-7.68-2.096-2.56-.682-5.11-1.33-7.65-1.98a638.12 638.12 0 0 0-7.64-1.845c-2.54-.6-5.07-1.181-7.6-1.73-2.53-.566-5.05-1.098-7.57-1.614a605.34 605.34 0 0 0-7.55-1.513 668.87 668.87 0 0 0-7.51-1.397c-2.52-.45-5.01-.865-7.51-1.28a412.84 412.84 0 0 0-7.46-1.182c-2.5-.382-4.98-.732-7.46-1.08-2.47-.35-4.95-.666-7.41-.982-2.48-.316-4.94-.599-7.41-.882a556.463 556.463 0 0 0-14.73-1.497c-2.45-.216-4.89-.415-7.34-.615-2.44-.183-4.87-.35-7.3-.516-2.43-.166-4.86-.3-7.28-.432-2.43-.133-4.86-.25-7.27-.35-2.41-.1-4.83-.182-7.24-.266-2.41-.083-4.82-.133-7.22-.183-2.41-.05-4.8-.1-7.2-.116-2.39-.033-4.79-.033-7.18-.033-2.4 0-4.78 0-7.17.033-2.38.017-4.76.067-7.14.1-2.38.05-4.75.1-7.12.166-2.37.067-4.74.15-7.1.233-2.36.083-4.72.2-7.08.316a916.5 916.5 0 0 0-7.07.366c-2.35.133-4.71.283-7.05.432-2.35.15-4.69.316-7.04.483-2.35.166-4.67.35-7.02.549a934.61 934.61 0 0 0-13.99 1.28c-2.33.233-4.64.466-6.97.716-2.31.249-4.64.499-6.95.765-2.31.266-4.62.532-6.93.815-2.32.282-4.61.565-6.92.864-2.3.3-4.61.6-6.91.915l-6.88.948c-2.3.333-4.59.666-6.87.998-2.3.35-4.58.682-6.87 1.048-2.28.35-4.56.715-6.85 1.081-2.28.366-4.56.749-6.84 1.131-2.28.383-4.56.765-6.82 1.165-2.28.399-4.54.781-6.8 1.197-2.26.4-4.54.832-6.8 1.248-2.27.415-4.53.848-6.79 1.28-2.26.433-4.507.865-6.769 1.314-2.262.433-4.508.882-6.77 1.33-2.262.45-4.507.9-6.753 1.365l-6.736 1.397c-2.245.466-4.491.948-6.736 1.43-2.246.483-4.491.965-6.72 1.464-2.228.499-4.474.981-6.719 1.48-2.229.499-4.474.998-6.703 1.514a950.727 950.727 0 0 0-6.703 1.53c-2.229.516-4.458 1.031-6.686 1.564a898.38 898.38 0 0 0-6.687 1.58c-2.228.532-4.457 1.064-6.669 1.596-2.229.533-4.458 1.065-6.67 1.614-2.212.549-4.441 1.081-6.653 1.63-2.212.549-4.441 1.097-6.653 1.663-2.212.549-4.441 1.114-6.653 1.663a760.24 760.24 0 0 1-6.653 1.68l-6.637 1.697a951.19 951.19 0 0 0-6.636 1.713 900.027 900.027 0 0 0-6.636 1.73c-2.212.582-4.425 1.147-6.637 1.729-2.212.583-4.407 1.165-6.619 1.747a937.635 937.635 0 0 0-6.62 1.763 937.635 937.635 0 0 0-6.62 1.763c-2.212.599-4.408 1.181-6.603 1.763-2.212.599-4.408 1.181-6.62 1.78-2.195.598-4.408 1.181-6.603 1.779-2.212.599-4.408 1.198-6.603 1.78-2.196.599-4.408 1.198-6.603 1.796-2.196.599-4.408 1.198-6.604 1.797-2.195.598-4.407 1.197-6.603 1.796-2.195.599-4.407 1.198-6.603 1.796-2.195.599-4.407 1.198-6.603 1.797-2.195.598-4.408 1.197-6.603 1.796-2.196.599-4.408 1.198-6.603 1.796a965.062 965.062 0 0 1-6.603 1.78c-2.196.599-4.408 1.181-6.604 1.78-2.212.598-4.407 1.181-6.603 1.779-2.195.599-4.407 1.181-6.603 1.763-2.212.583-4.407 1.181-6.62 1.763-2.212.583-4.407 1.181-6.619 1.764-2.213.582-4.408 1.164-6.62 1.729-2.212.566-4.408 1.165-6.62 1.73-2.212.582-4.424 1.148-6.62 1.73-2.212.565-4.407 1.148-6.619 1.713l-6.637 1.697-6.636 1.696a760.416 760.416 0 0 1-6.653 1.663c-2.212.549-4.441 1.115-6.653 1.664-2.212.548-4.441 1.097-6.653 1.63a812.783 812.783 0 0 1-6.67 1.613c-2.229.532-4.441 1.064-6.67 1.597a813.049 813.049 0 0 1-6.669 1.58l-6.687 1.547c-2.228.515-4.457 1.031-6.686 1.53a822.773 822.773 0 0 1-6.703 1.513c-2.229.499-4.474.998-6.703 1.481-2.229.499-4.474.981-6.719 1.463-2.246.483-4.491.965-6.72 1.431-2.245.465-4.491.948-6.736 1.414-2.246.465-4.491.931-6.736 1.38-2.246.449-4.508.898-6.753 1.347-2.246.449-4.508.882-6.77 1.314-2.262.433-4.507.849-6.769 1.281-2.262.416-4.524.848-6.786 1.247-2.262.416-4.541.815-6.803 1.198-2.279.399-4.541.798-6.819 1.181-2.279.382-4.541.765-6.82 1.131l-6.836 1.098c-2.278.366-4.557.715-6.836 1.048-2.278.349-4.574.681-6.869 1.014-2.295.333-4.574.649-6.869.965a955.357 955.357 0 0 1-13.789 1.813c-2.312.282-4.624.565-6.919.831-2.312.266-4.624.533-6.936.782-2.312.25-4.64.499-6.952.732-2.329.233-4.641.449-6.969.665-2.329.216-4.657.433-6.986.632-2.328.2-4.657.383-7.002.566-2.329.183-4.674.349-7.019.499-2.345.166-4.69.316-7.036.449l-7.052.399c-2.362.116-4.707.233-7.069.333-2.362.099-4.723.183-7.085.249-2.362.083-4.741.15-7.102.2-2.379.05-4.741.1-7.119.133-2.379.033-4.757.05-7.152.05h-7.152c-2.395 0-4.79-.05-7.185-.083-2.396-.05-4.791-.1-7.202-.167a511.84 511.84 0 0 1-7.219-.249c-2.412-.1-4.823-.2-7.252-.316-2.411-.117-4.84-.266-7.268-.399-2.428-.15-4.857-.316-7.285-.483-2.429-.183-4.857-.366-7.302-.565-2.445-.2-4.89-.433-7.335-.666a561.68 561.68 0 0 1-14.736-1.596c-2.462-.3-4.924-.616-7.402-.932-2.478-.332-4.94-.682-7.418-1.048a630.864 630.864 0 0 1-7.451-1.147 618.48 618.48 0 0 1-7.468-1.248c-2.495-.432-4.99-.865-7.502-1.347-2.511-.466-5.006-.965-7.518-1.464-2.511-.499-5.023-1.031-7.551-1.563-2.511-.549-5.04-1.098-7.584-1.68a715.057 715.057 0 0 1-7.601-1.796 645.135 645.135 0 0 1-7.635-1.913 636.554 636.554 0 0 1-7.651-2.046 484.949 484.949 0 0 1-7.684-2.162 836.771 836.771 0 0 1-7.718-2.295 459.205 459.205 0 0 1-7.734-2.429c-2.578-.831-5.172-1.696-7.767-2.561a885.574 885.574 0 0 1-7.801-2.695 403.585 403.585 0 0 1-7.817-2.844 416.207 416.207 0 0 1-7.851-2.994 505.806 505.806 0 0 1-7.884-3.127 442.913 442.913 0 0 1-7.917-3.293 457.172 457.172 0 0 1-7.95-3.443 569.934 569.934 0 0 1-7.967-3.592 703.508 703.508 0 0 1-8.017-3.759 593.307 593.307 0 0 1-8.034-3.926 456.307 456.307 0 0 1-8.066-4.091 636.753 636.753 0 0 1-8.1-4.258 484.158 484.158 0 0 1-8.134-4.458 582.232 582.232 0 0 1-16.366-9.447 537.783 537.783 0 0 1-8.233-5.007 665.6 665.6 0 0 1-8.267-5.206 591.246 591.246 0 0 1-8.3-5.405 494.1 494.1 0 0 1-8.332-5.605 694.474 694.474 0 0 1-8.383-5.822 665.49 665.49 0 0 1-8.4-6.037 649.943 649.943 0 0 1-8.449-6.254A709.602 709.602 0 0 1 29.896 82.31a602.556 602.556 0 0 1-8.55-6.936 785.286 785.286 0 0 1-8.599-7.169 684.937 684.937 0 0 1-8.632-7.418 871.403 871.403 0 0 1-8.666-7.667 750.639 750.639 0 0 1-8.698-7.918A967.864 967.864 0 0 1-22 37.02a825.737 825.737 0 0 1-8.781-8.45l-.017-.05Z\' fill=\'%23589A43\'/%3E%3Cdefs%3E%3ClinearGradient id=\'a\' x1=\'161.93\' y1=\'82.555\' x2=\'224.112\' y2=\'372.329\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23EBF3FF\'/%3E%3Cstop offset=\'1\' stop-color=\'%23D0DFF6\'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
		height: 298px;
	}
	
	.home-section-7 .section-transition.nitro-lazy {
		background-image: none !important;
	}
}

.home-section-7__bg-text {
	left: 0;
	margin: 0 auto;
	max-width: 1261px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 130px;
	width: 100%;
}

@media (min-width: 576px) {
	.home-section-7__bg-text {
		top: 186px;
	}
}

@media (min-width: 992px) {
	.home-section-7__bg-text {
		top: 297px;
	}
}

.home-section-7__bg-text img {
	max-width: 320px;
}

@media (min-width: 576px) {
	.home-section-7__bg-text img {
		max-width: 534px;
	}
}

@media (min-width: 992px) {
	.home-section-7__bg-text img {
		max-width: 100%;
	}
}

.home-section-7 .content-area h2, .home-section-7 .content-area .h2 {
	color: #fff;
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	.home-section-7 .content-area h2, .home-section-7 .content-area .h2 {
		margin-bottom: 42px;
	}
}

.home-section-7 .js-reviews-slider .slick-track {
	display: flex;
}

.home-section-7 .js-reviews-slider .slick-slide {
	height: inherit;
	margin: 20px 25px;
}

.home-section-7 .js-reviews-slider .slick-dots {
	margin-top: 30px;
}

.home-section-7 .js-reviews-slider .slick-dots li {
	background: #fff;
}

.home-section-7 .js-reviews-slider .slick-dots li button {
	background: linear-gradient(180deg, #00548e 0%, #73bff3 146.81%);
}

.home-section-7 .js-reviews-slider .slick-dots li.slick-active button {
	background: #fff;
}

.home-section-7 .home-review {
	background: linear-gradient(90deg, #e6ebee 7.9%, #f7fcfc 90.73%);
	border-radius: 45px;
	height: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	padding: 9px;
}

@media (min-width: 576px) {
	.home-section-7 .home-review {
		padding: 10px;
	}
}

@media (min-width: 992px) {
	.home-section-7 .home-review {
		border-radius: 50px;
		margin: 0;
		max-width: 100%;
		padding: 23px;
	}
}

.home-section-7 .home-review__contents {
	background: linear-gradient(90deg, #e6ebee 7.9%, #f7fcfc 90.73%);
	border-radius: 38px;
	box-shadow: -6px -3px 25px 0px #fff, -23px -19px 50px 0px rgba(255, 255, 255, .25) inset, 23px 22px 28.3px -14px rgba(0, 0, 0, .34);
	height: 100%;
	padding: 24px 11px 45px 20px;
}

@media (min-width: 992px) {
	.home-section-7 .home-review__contents {
		border-radius: 41px;
		box-shadow: -17px -12px 25px 0px #fff, -23px -19px 50px 0px rgba(255, 255, 255, .25) inset, 23px 22px 28.3px -14px rgba(0, 0, 0, .34);
		padding: 26px 26px 36px;
	}
}

.home-section-7 .home-review__text {
	font-size: 16px;
	line-height: 1.875;
	margin: 15px 0;
}

@media (min-width: 992px) {
	.home-section-7 .home-review__text {
		font-size: 20px;
		line-height: 1.5;
	}
}

.home-section-7 .home-review .review-author {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}

@media (min-width: 992px) {
	.home-section-7 .home-review .review-author {
		font-size: 22px;
		line-height: 1.27273;
	}
}

.home-section-7 .home-review .review-source {
	font-size: 24px;
	background: linear-gradient(to bottom, #ec2027 0, #af090f 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.home-section-7__button {
	margin-top: 52px;
}

@media (min-width: 992px) {
	.home-section-7__button {
		margin-top: 40px;
	}
}

.home-section-8 {
	background: linear-gradient(180deg, #00548e 0%, #73bff3 146.81%);
	padding: 60px 0 130px;
	position: relative;
}

@media (min-width: 576px) {
	.home-section-8 {
		padding: 50px 0 195px;
	}
}

@media (min-width: 992px) {
	.home-section-8 {
		padding: 115px 0 550px;
	}
}

.home-section-8 .content-area h2, .home-section-8 .content-area .h2, .home-section-8 .content-area h5, .home-section-8 .content-area .h5, .home-section-8 .content-area p {
	color: #fff;
}

.home-section-8 .content-area h2, .home-section-8 .content-area .h2 {
	font-size: 26px;
}

@media (min-width: 992px) {
	.home-section-8 .content-area h2, .home-section-8 .content-area .h2 {
		font-size: 36px;
	}
}

.home-section-8 .content-area .h5 {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 36px;
	text-align: center;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.home-section-8 .content-area .h5 {
		margin-bottom: 54px;
	}
}

.home-section-8 .content-area .ornament {
	margin: 60px 0 30px;
}

@media (min-width: 992px) {
	.home-section-8 .content-area .ornament {
		margin: 45px 0 30px;
	}
}

@media (max-width: 991.98px) {
	.home-section-8 .content-area .ornament img {
		max-width: 86.586px;
	}
}

.home-section-8 .content-area .ornament::before, .home-section-8 .content-area .ornament::after {
	border-color: #fff;
}

.home-section-8__content-image {
	text-align: center;
}

@media (min-width: 992px) {
	.home-section-8__content-image {
		text-align: left;
	}
}

.home-section-8__content-image img {
	margin-bottom: 30px;
	max-width: 320px;
}

@media (min-width: 992px) {
	.home-section-8__content-image img {
		left: 0;
		margin-bottom: 0;
		max-width: initial;
		position: absolute;
		top: -40px;
	}
}

.home-section-8__qualities {
	display: inline-flex;
	flex-wrap: wrap;
	font-family: var(--font-heading);
	font-size: 26px;
	font-weight: 800;
	gap: 17px 0;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	width: min-content;
}

@media (min-width: 992px) {
	.home-section-8__qualities {
		display: flex;
		font-size: 35px;
		gap: 30px 0;
		letter-spacing: 7.74px;
		margin: 0;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.home-section-8__qualities {
		font-size: 43px;
	}
}

.home-section-8__qualities .quality {
	align-items: center;
	color: #fff;
	display: flex;
	flex: 0 0 100%;
	gap: 0 20px;
	line-height: 1;
}

@media (min-width: 992px) {
	.home-section-8__qualities .quality {
		flex: 0 0 50%;
		gap: 0 18px;
	}
}

.home-section-8__qualities .quality::before {
	content: url("data:image/svg+xml,%3Csvg width=\'53\' height=\'53\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M26.5 48.5c12.15 0 22-9.85 22-22s-9.85-22-22-22-22 9.85-22 22 9.85 22 22 22Z\' fill=\'%23fff\' stroke=\'url(%23a)\' stroke-width=\'9\'/%3E%3Cg fill-rule=\'evenodd\' clip-rule=\'evenodd\'%3E%3Cpath opacity=\'.17\' d=\'M32.709 42.3c6.425-2.12 11.063-8.17 11.065-15.304l-6.492-6.492a1.835 1.835 0 0 0-2.721-.132l-9.243 9.335-4.559-4.558a1.84 1.84 0 0 0-2.602 2.602l5.863 5.862c2.895 2.896 5.793 5.79 8.689 8.686Z\' fill=\'url(%23b)\'/%3E%3Cpath d=\'M18.157 25.15a1.84 1.84 0 0 1 2.602 0l4.559 4.557 9.243-9.335a1.835 1.835 0 1 1 2.602 2.588c-3.513 3.548-7.011 7.123-10.541 10.653a1.84 1.84 0 0 1-2.602 0l-5.863-5.862a1.84 1.84 0 0 1 0-2.602Z\' fill=\'url(%23c)\'/%3E%3C/g%3E%3Cg fill-rule=\'evenodd\' clip-rule=\'evenodd\'%3E%3Cpath d=\'M21.993 41.1C8.831 39.992 6.067 19.82 16.947 13.62c-7.351 10.858-5.83 19.979 5.046 27.48Z\' fill=\'url(%23d)\'/%3E%3Cpath d=\'M23.392 39.053c-12.068-3.236-13.309-21.021-1.441-25.185-9.104 8.947-7.845 17.267 1.441 25.185Z\' fill=\'url(%23e)\'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id=\'a\' x1=\'44\' y1=\'26.496\' x2=\'9\' y2=\'26.496\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23589A43\'/%3E%3Cstop offset=\'.27\' stop-color=\'%23439A80\'/%3E%3Cstop offset=\'.553\' stop-color=\'%230284A7\'/%3E%3Cstop offset=\'.85\' stop-color=\'%23015C9E\'/%3E%3Cstop offset=\'1\' stop-color=\'%23015C9E\'/%3E%3C/linearGradient%3E%3ClinearGradient id=\'b\' x1=\'43.774\' y1=\'31.062\' x2=\'17.619\' y2=\'31.062\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23589A43\'/%3E%3Cstop offset=\'.27\' stop-color=\'%23439A80\'/%3E%3Cstop offset=\'.553\' stop-color=\'%230284A7\'/%3E%3Cstop offset=\'.85\' stop-color=\'%23015C9E\'/%3E%3Cstop offset=\'1\' stop-color=\'%23015C9E\'/%3E%3C/linearGradient%3E%3ClinearGradient id=\'c\' x1=\'37.697\' y1=\'26.99\' x2=\'17.619\' y2=\'26.99\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23589A43\'/%3E%3Cstop offset=\'.27\' stop-color=\'%23439A80\'/%3E%3Cstop offset=\'.553\' stop-color=\'%230284A7\'/%3E%3Cstop offset=\'.85\' stop-color=\'%23015C9E\'/%3E%3Cstop offset=\'1\' stop-color=\'%23015C9E\'/%3E%3C/linearGradient%3E%3ClinearGradient id=\'d\' x1=\'21.993\' y1=\'27.356\' x2=\'10.218\' y2=\'27.356\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23589A43\'/%3E%3Cstop offset=\'.27\' stop-color=\'%23439A80\'/%3E%3Cstop offset=\'.553\' stop-color=\'%230284A7\'/%3E%3Cstop offset=\'.85\' stop-color=\'%23015C9E\'/%3E%3Cstop offset=\'1\' stop-color=\'%23015C9E\'/%3E%3C/linearGradient%3E%3ClinearGradient id=\'e\' x1=\'26.761\' y1=\'24.598\' x2=\'14.214\' y2=\'30.223\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23589A43\'/%3E%3Cstop offset=\'.27\' stop-color=\'%23439A80\'/%3E%3Cstop offset=\'.553\' stop-color=\'%230284A7\'/%3E%3Cstop offset=\'.85\' stop-color=\'%23015C9E\'/%3E%3Cstop offset=\'1\' stop-color=\'%23015C9E\'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

@media (min-width: 992px) {
	.home-section-8__qualities .quality::before {
		content: url("data:image/svg+xml,%3Csvg width=\'71\' height=\'71\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M35.5 64C51.24 64 64 51.24 64 35.5S51.24 7 35.5 7 7 19.76 7 35.5 19.76 64 35.5 64Z\' fill=\'%23fff\' stroke=\'url(%23a)\' stroke-width=\'14\'/%3E%3Cg fill-rule=\'evenodd\' clip-rule=\'evenodd\'%3E%3Cpath opacity=\'.17\' d=\'M43.128 54.912c7.894-2.604 13.592-10.036 13.594-18.802l-7.975-7.975a2.254 2.254 0 0 0-3.343-.162L34.048 39.442l-5.6-5.6a2.261 2.261 0 0 0-3.197 3.197l7.202 7.201c3.558 3.558 7.118 7.114 10.675 10.672Z\' fill=\'url(%23b)\'/%3E%3Cpath d=\'M25.251 33.842a2.26 2.26 0 0 1 3.197 0l5.6 5.6 11.356-11.47a2.254 2.254 0 1 1 3.196 3.18c-4.316 4.36-8.614 8.752-12.95 13.088a2.26 2.26 0 0 1-3.197 0L25.25 37.04a2.26 2.26 0 0 1 0-3.197Z\' fill=\'url(%23c)\'/%3E%3C/g%3E%3Cg fill-rule=\'evenodd\' clip-rule=\'evenodd\'%3E%3Cpath d=\'M29.963 53.437c-16.17-1.36-19.567-26.144-6.2-33.762-9.031 13.34-7.163 24.547 6.2 33.762Z\' fill=\'url(%23d)\'/%3E%3Cpath d=\'M31.682 50.923c-14.826-3.976-16.35-25.827-1.77-30.942-11.186 10.993-9.638 21.214 1.77 30.942Z\' fill=\'url(%23e)\'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id=\'a\' x1=\'57\' y1=\'35.495\' x2=\'14\' y2=\'35.495\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23589A43\'/%3E%3Cstop offset=\'.27\' stop-color=\'%23439A80\'/%3E%3Cstop offset=\'.553\' stop-color=\'%230284A7\'/%3E%3Cstop offset=\'.85\' stop-color=\'%23015C9E\'/%3E%3Cstop offset=\'1\' stop-color=\'%23015C9E\'/%3E%3C/linearGradient%3E%3ClinearGradient id=\'b\' x1=\'56.723\' y1=\'41.106\' x2=\'24.589\' y2=\'41.106\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23589A43\'/%3E%3Cstop offset=\'.27\' stop-color=\'%23439A80\'/%3E%3Cstop offset=\'.553\' stop-color=\'%230284A7\'/%3E%3Cstop offset=\'.85\' stop-color=\'%23015C9E\'/%3E%3Cstop offset=\'1\' stop-color=\'%23015C9E\'/%3E%3C/linearGradient%3E%3ClinearGradient id=\'c\' x1=\'49.256\' y1=\'36.103\' x2=\'24.589\' y2=\'36.103\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23589A43\'/%3E%3Cstop offset=\'.27\' stop-color=\'%23439A80\'/%3E%3Cstop offset=\'.553\' stop-color=\'%230284A7\'/%3E%3Cstop offset=\'.85\' stop-color=\'%23015C9E\'/%3E%3Cstop offset=\'1\' stop-color=\'%23015C9E\'/%3E%3C/linearGradient%3E%3ClinearGradient id=\'d\' x1=\'29.963\' y1=\'36.552\' x2=\'15.496\' y2=\'36.552\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23589A43\'/%3E%3Cstop offset=\'.27\' stop-color=\'%23439A80\'/%3E%3Cstop offset=\'.553\' stop-color=\'%230284A7\'/%3E%3Cstop offset=\'.85\' stop-color=\'%23015C9E\'/%3E%3Cstop offset=\'1\' stop-color=\'%23015C9E\'/%3E%3C/linearGradient%3E%3ClinearGradient id=\'e\' x1=\'35.821\' y1=\'33.163\' x2=\'20.406\' y2=\'40.075\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23589A43\'/%3E%3Cstop offset=\'.27\' stop-color=\'%23439A80\'/%3E%3Cstop offset=\'.553\' stop-color=\'%230284A7\'/%3E%3Cstop offset=\'.85\' stop-color=\'%23015C9E\'/%3E%3Cstop offset=\'1\' stop-color=\'%23015C9E\'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	}
}

.home-section-8 .section-transition {
	background-image: url("data:image/svg+xml,%3Csvg fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 320 117\'%3E%3Cpath d=\'M101.278 48.913C31.984 48.913.19 88.86.19 88.86v27.921h327.721V30.979s-50.396 43.207-87.229 43.207c-66.849 0-70.11-25.272-139.404-25.273Z\' fill=\'%23fff\'/%3E%3Cpath d=\'M-7.92 96.05a166.455 166.455 0 0 1 3.572-3.355c.593-.542 1.183-1.075 1.773-1.597.59-.525 1.18-1.04 1.766-1.546a156.746 156.746 0 0 1 6.99-5.685c.576-.443 1.153-.874 1.729-1.3a160.896 160.896 0 0 1 3.434-2.471c.57-.398 1.139-.788 1.708-1.17.566-.384 1.136-.757 1.699-1.126.566-.37 1.128-.732 1.691-1.085.563-.356 1.125-.705 1.685-1.044a122.704 122.704 0 0 1 8.322-4.64c.549-.279 1.098-.553 1.644-.82.546-.269 1.095-.53 1.637-.787a132.182 132.182 0 0 1 3.258-1.468 127.784 127.784 0 0 1 3.234-1.34 105.175 105.175 0 0 1 3.206-1.216 112.15 112.15 0 0 1 12.597-3.739c.519-.122 1.034-.237 1.55-.352.514-.112 1.03-.224 1.542-.33.515-.104 1.027-.206 1.539-.304a85.894 85.894 0 0 1 1.532-.282c.508-.091 1.02-.176 1.529-.26a83.658 83.658 0 0 1 1.522-.238c.508-.075 1.013-.15 1.518-.217.505-.068 1.01-.136 1.512-.197.505-.06 1.007-.122 1.509-.176a115.116 115.116 0 0 1 5.99-.519c.494-.03.99-.06 1.484-.084.495-.027.99-.048 1.482-.068.491-.02.983-.037 1.474-.051.492-.014.983-.027 1.471-.034.492-.01.98-.013 1.468-.02.488-.004.976-.007 1.465-.004.488.004.972.004 1.46.01.485.007.97.014 1.455.028.485.01.97.023 1.45.04.485.017.967.034 1.448.055.481.02.963.044 1.444.067.481.024.96.051 1.44.082.479.03.96.06 1.438.095.478.034.956.067 1.434.105.478.037.953.078 1.43.118.475.041.953.085 1.428.13.474.043.949.09 1.423.138.475.048.946.099 1.42.15.472.05.947.104 1.418.162.47.054.942.115 1.413.173.471.058.943.119 1.41.183.472.061.939.129 1.407.193.468.065.936.132 1.404.2.467.068.932.14 1.4.21.467.072.932.146 1.4.22.464.075.932.15 1.396.228.465.078.929.156 1.393.237l1.394.244c.464.082.925.17 1.386.254a204.002 204.002 0 0 1 2.77.53c.461.09.918.179 1.379.274.461.091.919.186 1.38.281.461.095.919.19 1.376.288l1.373.295 1.373.299c.458.101.915.203 1.369.305.458.101.912.206 1.37.311.454.106.912.21 1.366.32.454.104.908.213 1.366.318l1.363.325c.454.109.908.22 1.363.332l1.359.336c.454.112.905.224 1.359.339.451.115.905.227 1.356.342l1.356.346c.451.115.905.234 1.356.35.451.118.902.233 1.356.352l1.352.356c.451.118.902.237 1.353.36.451.118.902.24 1.353.362.45.122.898.24 1.349.363a828.871 828.871 0 0 1 2.698.735c.451.122.898.248 1.349.37.451.122.898.247 1.349.373.448.125.899.247 1.346.372l1.346.377 1.346.376c.447.125.898.25 1.345.376l1.346.376c.448.126.898.251 1.346.38.447.126.895.25 1.346.38.447.125.898.25 1.345.38.448.125.899.25 1.346.38.448.125.898.253 1.346.379l1.346.376c.447.125.898.25 1.345.376l1.346.377c.451.125.899.25 1.346.372.451.126.898.251 1.349.373.451.126.898.248 1.349.373.451.126.899.248 1.349.37l1.35.37 1.349.365c.451.122.901.244 1.349.363.451.122.902.24 1.352.36.451.118.902.24 1.353.359l1.356.356c.451.118.905.233 1.356.352.451.119.905.234 1.356.35l1.356.345 1.359.342c.454.112.908.227 1.359.34l1.363.335c.454.112.909.22 1.363.329l1.366.325c.454.109.912.214 1.366.319l1.369.315c.458.105.912.207 1.37.309.458.101.915.203 1.373.301.457.102.915.2 1.373.299.457.098.918.196 1.376.291l1.38.285c.461.095.918.186 1.379.281.461.092.922.183 1.383.271l1.387.265c.461.088.925.173 1.386.257.465.085.929.166 1.39.248l1.393.244c.465.081.929.156 1.397.234.464.078.932.152 1.397.227.467.075.932.146 1.4.217a191.095 191.095 0 0 0 4.22.6c.471.06.942.122 1.413.18.472.057.943.115 1.417.17.475.053.946.108 1.421.158.474.051.949.102 1.423.15a186.972 186.972 0 0 0 4.292.376c.478.037.956.071 1.437.102a199.808 199.808 0 0 0 2.885.166c.481.023.963.044 1.447.064.485.02.967.034 1.451.047.485.014.97.028 1.455.034.484.01.972.017 1.461.02.488.004.976.007 1.464.004.488 0 .98 0 1.468-.01s.979-.014 1.471-.024c.491-.01.983-.023 1.475-.04.494-.017.986-.038 1.481-.058.495-.024.99-.047 1.485-.075a112.641 112.641 0 0 0 2.986-.203c.498-.04 1-.081 1.498-.126.502-.044 1-.094 1.502-.145a80.01 80.01 0 0 0 1.509-.166 77.08 77.08 0 0 0 1.511-.187 80.745 80.745 0 0 0 1.519-.207c.508-.07 1.014-.149 1.525-.227.509-.078 1.017-.162 1.529-.247.512-.085 1.021-.176 1.536-.268.512-.095 1.024-.19 1.539-.291a123.94 123.94 0 0 0 3.091-.655 128.556 128.556 0 0 0 4.682-1.16 95.67 95.67 0 0 0 3.149-.902 108.258 108.258 0 0 0 4.766-1.558 103.073 103.073 0 0 0 3.207-1.183 125.071 125.071 0 0 0 3.234-1.305 86.546 86.546 0 0 0 1.627-.702c.542-.24 1.088-.481 1.63-.732a106.67 106.67 0 0 0 3.282-1.57c.549-.274 1.098-.549 1.651-.834a129.388 129.388 0 0 0 3.322-1.78 131.116 131.116 0 0 0 3.349-1.928 128.664 128.664 0 0 0 5.074-3.193 124.673 124.673 0 0 0 3.424-2.342 142.34 142.34 0 0 0 6.929-5.22c.583-.465 1.166-.94 1.752-1.425.587-.481 1.173-.973 1.76-1.47.586-.5 1.176-1.008 1.766-1.523.59-.515 1.183-1.04 1.773-1.576a157.918 157.918 0 0 0 3.573-3.309V64.322c-.597.546-1.197 1.085-1.79 1.614a185.38 185.38 0 0 1-3.556 3.067c-.59.495-1.18.98-1.766 1.458a140.936 140.936 0 0 1-5.255 4.071 133.994 133.994 0 0 1-6.901 4.783c-.57.37-1.139.73-1.705 1.082a115.252 115.252 0 0 1-3.39 2.044c-.563.328-1.126.647-1.685.962-.559.316-1.119.62-1.678.922a113.207 113.207 0 0 1-6.644 3.316c-.549.25-1.098.498-1.644.739-.546.24-1.095.474-1.637.705a89.95 89.95 0 0 1-1.631.67c-.542.221-1.085.431-1.627.642a117.363 117.363 0 0 1-4.841 1.732c-.535.176-1.067.349-1.6.515a101.946 101.946 0 0 1-4.766 1.383c-.525.14-1.054.275-1.576.403-.525.13-1.047.258-1.573.38-.522.122-1.044.24-1.566.353a92.431 92.431 0 0 1-3.115.63c-.519.098-1.034.19-1.549.282-.516.088-1.031.176-1.546.257a120.151 120.151 0 0 1-3.071.448c-.509.067-1.021.129-1.529.19-.509.06-1.017.115-1.522.169a79.56 79.56 0 0 1-1.519.15c-.505.047-1.01.087-1.512.128-.505.04-1.006.078-1.508.108a115.338 115.338 0 0 1-4.495.217 109.735 109.735 0 0 1-2.973.054c-.495.004-.986.004-1.481 0-.492 0-.987-.006-1.478-.013-.492-.007-.983-.017-1.471-.03-.492-.014-.98-.028-1.468-.044-.488-.017-.977-.038-1.465-.062-.488-.023-.973-.047-1.461-.074a203.29 203.29 0 0 1-1.457-.088c-.485-.03-.97-.068-1.451-.102a212.443 212.443 0 0 1-2.892-.248c-.481-.043-.959-.094-1.44-.142-.482-.05-.96-.102-1.438-.156-.478-.054-.956-.112-1.434-.17-.477-.057-.952-.115-1.43-.179-.475-.06-.949-.125-1.424-.19-.474-.064-.949-.132-1.423-.2-.475-.067-.946-.139-1.421-.21a102.13 102.13 0 0 1-1.417-.224c-.471-.074-.942-.152-1.413-.234a169.71 169.71 0 0 1-2.817-.491c-.468-.085-.936-.173-1.404-.261a177.993 177.993 0 0 1-2.8-.546c-.464-.095-.932-.19-1.396-.288l-1.394-.295c-.464-.098-.928-.2-1.389-.302-.465-.101-.926-.203-1.387-.308-.461-.105-.925-.21-1.386-.319-.461-.108-.922-.213-1.383-.325l-1.38-.329a203.86 203.86 0 0 1-1.38-.339c-.461-.112-.918-.227-1.376-.342-.458-.115-.915-.234-1.373-.35-.457-.118-.915-.233-1.373-.355-.457-.119-.915-.241-1.369-.363l-1.37-.366c-.454-.122-.911-.248-1.366-.37l-1.366-.376c-.454-.125-.908-.254-1.363-.38-.454-.128-.908-.254-1.362-.383-.455-.128-.909-.257-1.36-.39-.454-.132-.905-.26-1.359-.393l-1.356-.396-1.356-.4c-.451-.133-.905-.268-1.356-.404l-1.356-.406c-.45-.136-.901-.275-1.352-.41-.451-.136-.902-.275-1.353-.41a520.548 520.548 0 0 1-4.047-1.25c-.451-.14-.898-.283-1.349-.422-.451-.139-.899-.281-1.349-.42-.451-.143-.899-.282-1.35-.424l-1.345-.427a509.31 509.31 0 0 1-1.346-.427l-1.346-.427c-.447-.143-.898-.285-1.346-.427l-1.345-.428c-.448-.142-.899-.288-1.346-.43l-1.346-.427c-.447-.143-.898-.285-1.346-.43-.447-.143-.898-.285-1.346-.431-.447-.143-.898-.285-1.345-.427l-1.346-.427-1.346-.428-1.346-.427c-.447-.142-.898-.281-1.345-.424-.451-.142-.899-.28-1.349-.423-.451-.14-.899-.282-1.35-.424-.45-.139-.898-.281-1.349-.42l-1.349-.417c-.451-.14-.898-.275-1.349-.414-.451-.139-.902-.274-1.349-.413-.451-.136-.902-.275-1.353-.41l-1.352-.407c-.451-.136-.905-.272-1.356-.404a162.11 162.11 0 0 0-1.356-.4c-.451-.132-.905-.267-1.356-.396a162.73 162.73 0 0 0-1.359-.394 230.34 230.34 0 0 0-1.36-.39l-1.359-.386c-.454-.129-.909-.254-1.363-.383-.454-.125-.908-.254-1.362-.38-.455-.125-.909-.247-1.367-.372-.454-.122-.911-.248-1.366-.367-.454-.122-.912-.24-1.369-.362l-1.37-.356c-.457-.119-.915-.234-1.373-.353l-1.372-.345c-.458-.116-.919-.228-1.377-.34-.457-.111-.918-.223-1.379-.332-.461-.108-.919-.22-1.38-.325-.461-.108-.922-.214-1.383-.319-.461-.105-.922-.21-1.383-.312-.465-.101-.926-.203-1.39-.305-.464-.101-.925-.2-1.39-.295-.464-.098-.929-.193-1.393-.288a208.125 208.125 0 0 0-2.793-.552l-1.4-.265-1.404-.254c-.467-.085-.939-.166-1.406-.244-.472-.081-.943-.16-1.411-.237-.471-.078-.942-.153-1.413-.224-.471-.075-.946-.146-1.417-.217-.475-.071-.946-.139-1.42-.203-.475-.068-.95-.13-1.424-.194-.475-.064-.95-.125-1.424-.183-.475-.057-.952-.115-1.43-.17-.478-.053-.956-.108-1.434-.158-.478-.051-.956-.102-1.438-.15-.48-.047-.959-.091-1.44-.135-.482-.044-.963-.085-1.444-.122-.482-.037-.966-.075-1.448-.105-.481-.034-.966-.065-1.45-.095-.485-.03-.97-.058-1.458-.082-.485-.023-.973-.047-1.458-.064s-.976-.037-1.464-.05a107.715 107.715 0 0 0-2.939-.058c-.492-.004-.983-.004-1.478-.004-.492 0-.987.007-1.482.014-.495.006-.99.017-1.484.03-.495.014-.99.03-1.489.048-.498.02-.996.037-1.494.064-.499.024-.997.054-1.499.085a111.808 111.808 0 0 0-4.525.366c-.505.05-1.01.102-1.519.16-.505.057-1.013.118-1.522.182-.508.065-1.017.13-1.529.2-.511.072-1.02.146-1.535.224-.512.078-1.024.163-1.54.248-.511.084-1.026.176-1.542.27-.515.096-1.03.194-1.549.296-.518.101-1.037.206-1.556.318a85.46 85.46 0 0 0-1.559.343 96.855 96.855 0 0 0-4.715 1.18 103.133 103.133 0 0 0-6.366 1.96c-.536.182-1.072.368-1.607.561a117.28 117.28 0 0 0-3.234 1.217 108.838 108.838 0 0 0-3.258 1.35c-.545.233-1.091.474-1.637.722a118.056 118.056 0 0 0-4.953 2.38 111.188 111.188 0 0 0-5.013 2.711 127.516 127.516 0 0 0-3.376 2.007c-.563.349-1.132.701-1.699 1.06a126.038 126.038 0 0 0-3.42 2.254c-.573.39-1.146.79-1.722 1.194a133.445 133.445 0 0 0-5.207 3.854 148.296 148.296 0 0 0-7.05 5.824 156.815 156.815 0 0 0-3.573 3.224l-.01-.027Z\' fill=\'%23589A43\'/%3E%3Cpath d=\'M244.748 98.18c.346 0 .688 0 1.034-.004.495 0 .993-.007 1.488-.017.498-.01.996-.023 1.495-.037.498-.013 1-.034 1.498-.054a111.405 111.405 0 0 0 3.014-.163c.505-.034 1.006-.071 1.515-.108.505-.041 1.01-.082 1.519-.13.505-.047 1.013-.097 1.522-.148.508-.055 1.017-.109 1.528-.17.512-.06 1.021-.122 1.533-.19a135.258 135.258 0 0 0 3.081-.447c.515-.082 1.03-.17 1.549-.258a82.73 82.73 0 0 0 1.553-.281 128.25 128.25 0 0 0 3.125-.634 134.76 134.76 0 0 0 1.57-.356c.525-.122 1.05-.25 1.576-.38.525-.132 1.054-.264 1.583-.406a103.044 103.044 0 0 0 4.783-1.387c.536-.17 1.071-.339 1.607-.519.535-.176 1.074-.362 1.613-.549.539-.186 1.078-.383 1.621-.58.539-.196 1.081-.4 1.623-.61a111.903 111.903 0 0 0 6.563-2.766 109.324 109.324 0 0 0 3.322-1.59c.556-.277 1.112-.559 1.671-.847.56-.288 1.115-.586 1.678-.888a118.577 118.577 0 0 0 5.075-2.895 140.59 140.59 0 0 0 3.417-2.132 125.187 125.187 0 0 0 3.444-2.309c.576-.4 1.156-.803 1.732-1.22.58-.413 1.159-.837 1.739-1.268.583-.43 1.163-.868 1.749-1.312.583-.447 1.17-.898 1.756-1.359a149.009 149.009 0 0 0 5.312-4.383 173.54 173.54 0 0 0 3.58-3.18l.125-.115v-13.62l-.661.63a166.046 166.046 0 0 1-10.597 9.278 166.796 166.796 0 0 1-3.471 2.695c-.576.434-1.149.858-1.722 1.278a131.436 131.436 0 0 1-8.508 5.732c-.56.346-1.122.688-1.682 1.02-.559.336-1.115.662-1.674.984-.556.322-1.112.637-1.665.945-.552.309-1.108.61-1.661.906a126.072 126.072 0 0 1-6.569 3.268 113.811 113.811 0 0 1-3.248 1.427c-.539.227-1.078.45-1.613.667a124.024 124.024 0 0 1-3.207 1.241 112.714 112.714 0 0 1-6.346 2.125c-.525.16-1.051.312-1.573.465-.522.149-1.044.295-1.566.437a129.83 129.83 0 0 1-3.115.797c-.519.125-1.034.244-1.549.359a143.279 143.279 0 0 1-3.081.65c-.512.103-1.024.197-1.533.292-.512.092-1.02.184-1.528.268-.509.085-1.017.17-1.522.248-.509.078-1.014.156-1.519.227-.505.071-1.01.139-1.512.203-.502.065-1.007.126-1.508.187-.502.057-1.004.111-1.502.166-.502.05-1 .101-1.498.145-.499.044-.997.089-1.495.126-.499.037-.994.078-1.489.108-.494.034-.993.065-1.484.092-.495.027-.987.054-1.482.075-.491.023-.986.04-1.478.057-.491.017-.983.03-1.471.04-.491.011-.979.021-1.468.025-.488.006-.976.01-1.464.01h-.224c-.413 0-.823 0-1.234-.004-.484-.003-.972-.01-1.454-.02-.485-.01-.969-.02-1.451-.034-.484-.014-.966-.03-1.447-.047a192.661 192.661 0 0 1-2.885-.139c-.478-.028-.959-.058-1.437-.088-.478-.031-.956-.065-1.434-.102-.478-.037-.956-.075-1.431-.115-.474-.041-.952-.082-1.427-.126-.474-.044-.949-.088-1.423-.135-.475-.048-.946-.099-1.421-.15a182.487 182.487 0 0 1-2.83-.329c-.471-.057-.943-.115-1.41-.18a205.205 205.205 0 0 1-2.811-.39c-.467-.067-.935-.138-1.4-.206-.467-.07-.932-.142-1.4-.217-.464-.074-.932-.149-1.396-.227-.465-.078-.929-.152-1.393-.234-.465-.078-.929-.159-1.39-.244l-.143-.023c-.417-.075-.83-.146-1.244-.224l-1.386-.258-1.383-.264c-.461-.088-.922-.18-1.38-.271-.461-.092-.922-.187-1.38-.278-.461-.095-.918-.187-1.376-.285a218.296 218.296 0 0 1-2.749-.59c-.458-.102-.915-.2-1.369-.302-.458-.101-.912-.206-1.37-.308l-1.369-.315c-.455-.106-.909-.21-1.367-.319l-1.362-.326c-.455-.108-.909-.22-1.363-.328-.39-.095-.783-.19-1.173-.288l-.19-.048c-.454-.112-.905-.224-1.359-.339l-.153-.037c-.403-.102-.803-.2-1.206-.302l-1.356-.346-9.468-2.505c-.451-.122-.898-.244-1.349-.37l-26.936-7.504c-.451-.122-.902-.248-1.352-.37l-5.407-1.444c-.451-.118-.902-.237-1.356-.352l-2.715-.699c-.455-.115-.905-.23-1.36-.342-.454-.115-.908-.227-1.359-.339l-1.363-.336c-.454-.111-.908-.22-1.362-.332l-1.366-.325c-.455-.109-.912-.214-1.367-.322l-.318-.075-1.051-.244-1.37-.312-1.372-.305c-.458-.102-.916-.2-1.373-.302l-1.377-.294c-.383-.082-.766-.16-1.149-.241l-.227-.048c-.458-.095-.919-.19-1.38-.281l-1.383-.275c-.461-.091-.922-.18-1.386-.267-.461-.089-.925-.177-1.386-.261l-1.39-.255a199.593 199.593 0 0 0-2.787-.484c-.464-.078-.932-.153-1.396-.227-.468-.075-.933-.15-1.4-.22-.468-.072-.936-.143-1.404-.211-.468-.068-.935-.136-1.407-.2-.467-.064-.938-.132-1.41-.193l-1.413-.183c-.471-.058-.943-.119-1.414-.173l-1.42-.163-1.424-.152-1.424-.143c-.474-.044-.952-.088-1.43-.129-.478-.04-.953-.08-1.434-.118-.478-.038-.96-.071-1.437-.105-.478-.034-.96-.065-1.441-.095-.481-.03-.96-.054-1.444-.082-.481-.023-.966-.047-1.448-.067-.48-.02-.966-.038-1.45-.055-.485-.017-.97-.03-1.455-.04-.484-.01-.972-.02-1.46-.027-.489-.007-.974-.01-1.465-.01h-.295c-.39 0-.78 0-1.173.003-.488.003-.98.01-1.471.02-.492.01-.983.02-1.478.034-.492.014-.986.03-1.481.05-.495.021-.99.042-1.485.069-.495.023-.993.054-1.488.084a111.954 111.954 0 0 0-2.993.224c-.502.044-1 .092-1.502.14-.502.05-1.004.104-1.509.158-.505.058-1.01.116-1.515.177-.505.064-1.01.129-1.518.2-.509.068-1.017.142-1.526.22-.508.075-1.017.156-1.529.237-.508.085-1.02.17-1.532.261a134.16 134.16 0 0 0-3.085.59c-.515.105-1.03.217-1.549.329-.519.115-1.034.23-1.552.353-.519.122-1.041.247-1.56.38-.522.128-1.044.26-1.566.4-.522.138-1.047.28-1.573.426-.525.146-1.05.299-1.576.455-.525.156-1.054.315-1.583.481a110.931 110.931 0 0 0-6.39 2.203c-.535.204-1.074.41-1.613.624a124.146 124.146 0 0 0-3.244 1.346 133.6 133.6 0 0 0-1.631.718c-.546.244-1.092.495-1.637.753a106.526 106.526 0 0 0-3.295 1.61 128.16 128.16 0 0 0-3.322 1.753 125.965 125.965 0 0 0-5.03 2.905 135.021 135.021 0 0 0-5.096 3.264c-.57.383-1.139.776-1.711 1.173-.573.397-1.143.803-1.72 1.217-.572.414-1.148.834-1.725 1.261a136.83 136.83 0 0 0-3.47 2.658c-.58.457-1.163.925-1.747 1.4-.583.474-1.169.959-1.755 1.447a144.472 144.472 0 0 0-3.532 3.05 150.82 150.82 0 0 0-1.777 1.601 166.431 166.431 0 0 0-3.58 3.363l.54.57c.596-.557 1.19-1.1 1.786-1.635.593-.535 1.186-1.06 1.776-1.58A142.537 142.537 0 0 1-.56 90.116a146.393 146.393 0 0 1 6.97-5.414 157.063 157.063 0 0 1 3.44-2.424 124.95 124.95 0 0 1 6.794-4.325c.562-.332 1.122-.657 1.681-.98.56-.318 1.115-.63 1.671-.938.556-.305 1.112-.607 1.668-.902a124.975 124.975 0 0 1 3.312-1.688 122.181 122.181 0 0 1 3.285-1.546 95.5 95.5 0 0 1 1.634-.718 111.376 111.376 0 0 1 6.467-2.56c.536-.19 1.068-.38 1.6-.559a98.347 98.347 0 0 1 1.597-.529 106.068 106.068 0 0 1 4.746-1.42c.525-.142 1.047-.285 1.573-.417a87.851 87.851 0 0 1 1.566-.393c.522-.126 1.04-.248 1.559-.366.519-.119 1.037-.23 1.556-.34.519-.108 1.034-.216 1.55-.318.514-.102 1.03-.2 1.542-.292a131.884 131.884 0 0 1 3.071-.515c.508-.078 1.02-.152 1.528-.224.509-.07 1.017-.135 1.523-.2.508-.064 1.013-.125 1.518-.183.505-.057 1.01-.108 1.515-.159a113.043 113.043 0 0 1 4.512-.366c.499-.03.997-.058 1.495-.085.499-.023.993-.044 1.492-.064.495-.02.99-.034 1.484-.048.495-.013.987-.023 1.482-.03.495-.007.986-.01 1.478-.014h.42c.35 0 .702 0 1.051.004.492.003.98.013 1.468.02.488.01.976.02 1.464.034.488.014.973.03 1.461.05.485.021.97.041 1.454.065.485.024.97.051 1.451.081a193.985 193.985 0 0 1 2.892.2c.481.038.96.078 1.44.123.478.044.96.088 1.438.135.478.048.956.098 1.434.15a210.088 210.088 0 0 1 2.858.329c.474.057.949.118 1.423.182.475.065.95.126 1.42.193l1.417.204c.472.071.943.142 1.414.217.471.074.939.146 1.41.224.468.077.939.155 1.407.237l1.403.244c.468.085.936.166 1.4.254.468.085.932.173 1.4.264a196.474 196.474 0 0 1 2.79.553c.464.095.929.19 1.393.288l1.387.295 1.386.305c.461.102.922.207 1.383.312.461.105.922.21 1.383.319l1.377.325c.461.109.918.22 1.376.332.457.112.918.224 1.376.34.458.115.915.226 1.373.345.458.115.915.234 1.373.353l.173.044c.396.101.796.206 1.193.308.458.119.912.24 1.366.363l1.366.366c.454.122.909.247 1.363.37l1.363.376 1.359.38 1.359.386 1.36.39c.45.128.905.26 1.355.393l1.356.397c.451.132.902.264 1.353.4l14.841 4.576 26.956 8.474 4.067 1.21c.451.133.905.268 1.36.397l1.359.393c.454.13.908.261 1.363.39.4.115.8.227 1.2.34l.162.043c.455.129.909.254 1.367.38l1.366.376c.454.126.911.248 1.369.37l1.37.366c.457.122.915.24 1.372.362.424.112.851.22 1.278.33l.099.023c.457.119.918.234 1.376.35.461.114.919.23 1.38.341.457.112.918.228 1.379.34.427.105.858.206 1.285.308l.098.024 1.387.325c.461.109.925.214 1.386.319.465.105.926.207 1.39.308.465.102.929.204 1.393.302.465.098.929.2 1.397.295.464.098.932.193 1.397.288.467.095.932.186 1.4.278a187.706 187.706 0 0 0 2.81.532l1.41.254c.471.082.942.163 1.413.241l1.417.234 1.421.224c.474.07.945.142 1.42.21s.949.135 1.427.2a206.98 206.98 0 0 0 4.298.539c.482.054.96.105 1.441.156.482.05.963.098 1.444.142.482.044.963.088 1.448.129.481.04.966.081 1.451.119.484.037.969.07 1.454.101.485.034.973.061 1.461.092.488.027.976.054 1.464.074.488.024.976.044 1.468.061s.98.034 1.471.045c.492.013.983.023 1.475.03.491.007.986.014 1.481.014h.454l-.013.027Zm81.817-34.041a223.82 223.82 0 0 1-1.658 1.495c-.593.529-1.186 1.047-1.776 1.556-.593.508-1.183 1.01-1.77 1.505a155.898 155.898 0 0 1-5.261 4.207c-.579.444-1.159.878-1.739 1.305-.579.427-1.156.847-1.732 1.26-.576.414-1.149.818-1.722 1.214-.573.397-1.146.787-1.715 1.17-.57.383-1.142.76-1.709 1.125-.569.366-1.135.726-1.701 1.082a113.782 113.782 0 0 1-3.383 2.037 121.017 121.017 0 0 1-5.017 2.76c-.553.287-1.109.565-1.658.843-.552.275-1.102.546-1.651.807a100.545 100.545 0 0 1-3.284 1.509c-.546.24-1.089.474-1.634.701-.543.227-1.085.451-1.628.671a103.485 103.485 0 0 1-3.233 1.24 119.105 119.105 0 0 1-3.207 1.123c-.532.176-1.065.346-1.597.512-.529.166-1.061.329-1.59.485-.528.156-1.057.312-1.583.457-.525.15-1.051.292-1.576.43-.525.14-1.051.272-1.573.404-.522.13-1.044.258-1.566.38s-1.041.237-1.559.352c-.519.112-1.038.224-1.556.33-.519.104-1.034.203-1.549.301a122.825 122.825 0 0 1-3.082.536 129.744 129.744 0 0 1-3.061.447c-.508.068-1.017.129-1.522.19-.505.06-1.013.115-1.518.17-.505.05-1.011.105-1.512.148-.505.048-1.007.089-1.509.13-.501.04-1.003.074-1.505.108a114.74 114.74 0 0 1-2.993.162c-.498.02-.993.041-1.488.055-.495.013-.99.027-1.485.037-.495.01-.986.014-1.481.017-.343 0-.685.003-1.027.003h-.451c-.492 0-.983-.01-1.471-.017-.492-.006-.98-.016-1.468-.03a210.7 210.7 0 0 1-1.465-.044 104.91 104.91 0 0 1-1.461-.061c-.484-.024-.973-.048-1.454-.075-.485-.027-.969-.057-1.454-.088-.485-.03-.966-.068-1.448-.102a102.98 102.98 0 0 1-1.444-.118c-.481-.04-.959-.085-1.44-.129-.482-.044-.96-.095-1.438-.142a205.189 205.189 0 0 1-2.864-.322c-.475-.058-.953-.116-1.427-.177-.475-.06-.949-.125-1.424-.19-.474-.064-.946-.132-1.42-.2-.471-.067-.946-.138-1.417-.21-.471-.07-.943-.145-1.414-.223-.471-.075-.939-.153-1.41-.23a208.807 208.807 0 0 1-2.81-.493c-.468-.084-.936-.172-1.4-.26-.468-.089-.932-.177-1.4-.268-.464-.092-.932-.183-1.397-.278-.464-.095-.929-.19-1.393-.288l-1.39-.295c-.464-.099-.925-.2-1.39-.302-.461-.102-.925-.203-1.386-.309-.461-.105-.922-.21-1.383-.318a103.17 103.17 0 0 1-1.383-.325l-.098-.024-1.282-.305c-.461-.112-.918-.224-1.376-.34-.458-.111-.919-.226-1.376-.342a188.9 188.9 0 0 1-1.373-.349l-.099-.024c-.423-.108-.85-.217-1.274-.328-.458-.119-.912-.241-1.37-.36l-1.366-.366-1.366-.37-1.362-.376c-.455-.125-.909-.254-1.363-.38l-.163-.047c-.4-.112-.8-.223-1.2-.339-.454-.129-.905-.257-1.359-.39l-1.36-.393-1.355-.396-9.468-2.861-36.397-11.4c-.451-.136-.902-.268-1.356-.4l-1.356-.4c-.454-.133-.905-.265-1.359-.394l-1.363-.39-1.362-.386-1.363-.383c-.454-.125-.909-.254-1.366-.38-.455-.125-.912-.247-1.366-.372-.458-.123-.912-.248-1.37-.37-.458-.122-.912-.244-1.369-.363-.4-.105-.8-.206-1.197-.311l-.173-.045c-.458-.118-.915-.237-1.373-.352l-1.376-.346c-.458-.115-.919-.227-1.38-.339a161.8 161.8 0 0 0-1.379-.332c-.461-.109-.922-.22-1.383-.326-.461-.108-.926-.213-1.387-.318-.461-.105-.925-.21-1.386-.312-.465-.102-.929-.207-1.39-.305-.461-.098-.929-.2-1.393-.298-.465-.099-.929-.194-1.397-.288-.464-.095-.929-.19-1.397-.282-.467-.091-.932-.183-1.4-.271l-1.403-.264c-.468-.089-.936-.17-1.407-.255a210.266 210.266 0 0 0-2.823-.485 97.725 97.725 0 0 0-1.417-.223c-.472-.075-.946-.146-1.42-.217-.475-.071-.95-.14-1.425-.204-.474-.067-.949-.132-1.427-.193-.474-.064-.952-.125-1.427-.183-.478-.057-.956-.115-1.434-.17-.478-.053-.956-.108-1.437-.159-.478-.05-.96-.101-1.44-.149-.482-.047-.963-.091-1.445-.135-.481-.044-.966-.085-1.447-.122-.485-.038-.966-.075-1.451-.105-.485-.034-.97-.065-1.454-.095-.485-.03-.973-.058-1.461-.082-.488-.023-.973-.047-1.465-.064-.488-.02-.98-.037-1.467-.051-.489-.014-.98-.027-1.472-.037-.491-.01-.983-.017-1.474-.02-.353 0-.705-.004-1.058-.004h-.423c-.495 0-.99.007-1.485.014-.495.006-.993.017-1.492.03-.498.014-.993.03-1.495.047-.498.02-1 .041-1.498.065-.502.024-1 .054-1.502.085a112.31 112.31 0 0 0-4.539.366c-.508.05-1.013.105-1.522.16a124.508 124.508 0 0 0-3.06.386c-.513.07-1.024.145-1.54.227-.515.078-1.027.162-1.542.247-.515.088-1.03.176-1.55.271a124.603 124.603 0 0 0-3.111.614c-.522.112-1.044.224-1.566.342a95.86 95.86 0 0 0-1.573.37c-.526.129-1.051.257-1.576.396-.526.136-1.055.278-1.583.42-.53.146-1.058.296-1.59.448a107.82 107.82 0 0 0-3.197.983 98.633 98.633 0 0 0-4.84 1.695 122.351 122.351 0 0 0-3.255 1.285c-.546.224-1.091.457-1.637.691a133.7 133.7 0 0 0-1.644.726c-.55.247-1.099.502-1.651.76-.553.257-1.105.525-1.658.796-.552.27-1.108.549-1.664.83a117.002 117.002 0 0 0-6.39 3.505c.024-.013.048-.03.071-.044a126.737 126.737 0 0 1 8.329-4.817c.55-.291 1.098-.573 1.648-.85.549-.278 1.095-.55 1.64-.817a116.05 116.05 0 0 1 8.102-3.583c.536-.21 1.068-.417 1.6-.62.532-.2 1.064-.398 1.597-.59a110.554 110.554 0 0 1 9.447-2.953 130.436 130.436 0 0 1 4.648-1.122 123.977 123.977 0 0 1 3.07-.63c.513-.1 1.021-.19 1.53-.282.508-.092 1.016-.176 1.522-.261.508-.082 1.013-.163 1.518-.238.505-.074 1.01-.149 1.515-.216.505-.068 1.007-.136 1.509-.197s1.003-.122 1.505-.176c.498-.054 1-.109 1.498-.16.499-.05.997-.095 1.495-.139.499-.044.993-.081 1.488-.118.495-.037.99-.071 1.485-.102.495-.03.987-.061 1.481-.085.492-.023.987-.047 1.478-.067.492-.02.984-.038 1.472-.051.488-.014.98-.027 1.467-.034.488-.01.977-.014 1.465-.02.39 0 .776-.007 1.166-.007h.295c.485 0 .973.006 1.454.01.485.007.97.013 1.45.027.482.013.967.024 1.448.04.482.018.963.035 1.444.055.482.02.963.044 1.441.068.478.023.96.05 1.437.081.478.03.956.061 1.434.095s.956.068 1.43.105a201.195 201.195 0 0 1 2.847.248c.476.044.947.091 1.422.138.47.048.945.099 1.417.15.47.05.942.105 1.413.162.471.055.939.116 1.41.173.468.058.939.119 1.407.183.468.061.939.126 1.407.194a175.898 175.898 0 0 1 2.796.41c.465.07.933.145 1.397.22.464.075.929.15 1.393.227.465.078.926.156 1.39.237l1.39.244c.464.082.925.167 1.386.255.461.084.922.173 1.383.26.461.089.922.177 1.383.269l1.377.27c.457.092.918.187 1.376.282l.231.047c.383.078.766.16 1.145.238l1.373.295c.458.098.915.2 1.37.298l1.369.305c.458.102.912.207 1.366.309.349.08.699.162 1.048.244l.318.074c.455.105.909.21 1.363.319l1.363.325c.454.109.905.22 1.359.33.454.11.905.223 1.359.335.451.111.906.223 1.36.339.451.111.901.227 1.356.342l2.712.695c.45.115.901.234 1.352.353l5.403 1.44 1.35.366 26.935 7.505c.451.122.899.248 1.349.37l8.119 2.16 1.356.348c.451.116.905.23 1.359.346l1.21.305.153.037c.454.112.908.228 1.363.34l.19.047c.393.098.783.193 1.176.288.454.112.908.22 1.366.329l1.366.325c.454.109.912.214 1.369.319l1.37.315 1.373.312 1.373.305c.457.102.918.2 1.376.298.458.099.919.197 1.38.292.461.098.918.19 1.379.285.461.095.922.186 1.383.281.461.092.922.183 1.387.271.464.088.925.18 1.386.265.465.088.926.172 1.39.26.417.079.834.15 1.251.224l.142.024 1.397.244c.464.082.932.16 1.397.234a196.201 196.201 0 0 0 2.803.444 177.252 177.252 0 0 0 2.817.41c.471.065.942.13 1.413.19.472.061.943.122 1.417.18.472.057.946.115 1.417.17.475.053.949.108 1.424.159.475.05.949.101 1.427.149.475.047.953.095 1.431.135.478.044.956.085 1.434.126.478.04.956.078 1.437.115.478.037.959.071 1.441.102.481.03.962.06 1.444.088.481.027.962.054 1.447.078.481.024.966.044 1.451.064.485.02.969.034 1.454.048.485.013.973.027 1.461.034.488.01.976.017 1.465.02.413.003.827.003 1.24.003h.224c.492 0 .98-.003 1.471-.01.492-.007.983-.013 1.475-.024.491-.01.986-.023 1.481-.04.495-.017.99-.037 1.485-.058.495-.024.993-.047 1.488-.074a111.823 111.823 0 0 0 2.993-.204c.502-.04 1.004-.081 1.505-.129.502-.044 1.004-.095 1.509-.145.505-.051 1.007-.109 1.512-.166.505-.058 1.01-.123 1.518-.187.505-.064 1.014-.136 1.522-.207.509-.07 1.017-.149 1.529-.227.509-.078 1.02-.163 1.532-.247a123.23 123.23 0 0 0 1.539-.268 123.162 123.162 0 0 0 3.092-.61c.518-.109 1.034-.224 1.552-.34.519-.118 1.041-.237 1.56-.362a87.707 87.707 0 0 0 1.566-.39 88.981 88.981 0 0 0 1.569-.413 90.973 90.973 0 0 0 1.577-.441c.525-.15 1.054-.305 1.583-.468a108.923 108.923 0 0 0 8.006-2.752c.539-.207 1.078-.42 1.621-.638a124.181 124.181 0 0 0 3.254-1.373 111.576 111.576 0 0 0 3.281-1.505c.549-.26 1.099-.532 1.651-.803a116.756 116.756 0 0 0 4.993-2.624c.56-.308 1.116-.627 1.678-.949.56-.322 1.122-.65 1.682-.986a136.68 136.68 0 0 0 3.39-2.095c.566-.363 1.135-.732 1.705-1.109.569-.376 1.139-.759 1.712-1.152.572-.39 1.142-.79 1.718-1.194.573-.406 1.149-.82 1.726-1.24.576-.42 1.155-.848 1.732-1.285.579-.437 1.159-.881 1.739-1.332.583-.451 1.162-.912 1.749-1.376a161.127 161.127 0 0 0 8.854-7.638c.376-.349.756-.701 1.132-1.057v11.451l.004-.014Z\' fill=\'url(%23a)\'/%3E%3Cpath d=\'M-7.92 96.05a173.67 173.67 0 0 1 3.572-3.467 186.632 186.632 0 0 1 3.539-3.258 165.862 165.862 0 0 1 5.254-4.502c.58-.474 1.16-.942 1.736-1.403a136.697 136.697 0 0 1 3.45-2.664 129.148 129.148 0 0 1 3.421-2.488 154.406 154.406 0 0 1 3.39-2.319 141.376 141.376 0 0 1 3.363-2.156 129.94 129.94 0 0 1 8.288-4.715c.546-.285 1.095-.563 1.637-.834a138.661 138.661 0 0 1 3.258-1.57c.542-.25 1.081-.494 1.62-.735.54-.24 1.078-.475 1.614-.702a121.032 121.032 0 0 1 4.8-1.932c.532-.2 1.06-.397 1.59-.586.528-.19 1.057-.373 1.583-.556.525-.18 1.054-.356 1.576-.53a93.207 93.207 0 0 1 1.573-.5 102.499 102.499 0 0 1 3.125-.923 88.075 88.075 0 0 1 1.556-.424c.519-.135 1.034-.27 1.55-.4.514-.128 1.03-.254 1.542-.376.515-.122 1.027-.24 1.539-.352.511-.116 1.023-.224 1.532-.333a123.66 123.66 0 0 1 3.05-.59c.51-.09 1.014-.182 1.52-.267a126.68 126.68 0 0 1 3.02-.468c.501-.071 1.003-.142 1.505-.207.501-.064 1-.125 1.498-.183.498-.057.997-.115 1.495-.166.498-.054.993-.102 1.488-.15a110.976 110.976 0 0 1 2.966-.243c.492-.034.987-.068 1.478-.098.492-.03.983-.058 1.471-.082.492-.024.98-.047 1.468-.064.488-.02.976-.034 1.465-.051a69.12 69.12 0 0 1 1.46-.034c.485-.01.97-.017 1.455-.02.485-.004.97-.007 1.45-.004.485 0 .967 0 1.448.007s.963.014 1.444.024.96.02 1.44.037c.479.014.96.03 1.438.048a101 101 0 0 1 1.434.06c.478.02.953.048 1.43.075.475.027.953.054 1.428.085.474.03.949.06 1.423.095.475.034.946.071 1.42.108.472.038.947.075 1.418.119a191.608 191.608 0 0 1 2.823.268c.472.047.939.098 1.407.149.468.05.936.105 1.404.16a209.715 209.715 0 0 1 2.8.342c.464.06.932.122 1.396.186.465.061.929.129 1.393.193a171.873 171.873 0 0 1 2.78.41c.461.072.925.143 1.387.217l1.383.224c.461.075.918.153 1.379.23.461.079.919.157 1.38.238l1.376.244c.458.081.915.166 1.373.25.458.086.915.17 1.373.258.458.085.915.177 1.369.265.458.088.912.176 1.37.268l1.366.274c.454.092.908.183 1.366.278l1.363.285c.454.095.908.19 1.363.288.454.098.908.193 1.359.292.454.098.905.196 1.359.298.451.098.905.2 1.356.302l1.356.305c.451.101.905.203 1.356.308.451.102.902.207 1.356.309l1.352.315c.451.105.902.21 1.353.319l1.353.318c.45.109.898.214 1.349.322l1.349.326 1.349.325 1.349.329c.451.108.898.22 1.349.329.448.111.899.22 1.346.332.448.112.898.224 1.346.332l1.346.336 1.345.335 1.346.336 1.346.336 1.346.335 1.345.336 1.346.335 1.346.336 1.346.335 1.345.336 1.346.336c.451.112.899.22 1.349.332.448.112.899.22 1.346.332.448.112.898.22 1.349.329.451.108.899.22 1.349.329.451.108.899.22 1.35.329l1.349.325c.451.108.901.213 1.352.322.451.108.902.213 1.353.319l1.352.315 1.356.315c.451.105.905.207 1.356.309.451.101.905.206 1.356.308.454.102.905.203 1.359.302.455.098.906.2 1.36.298l1.359.295c.454.098.909.193 1.363.291.454.095.908.194 1.363.289.454.095.908.19 1.366.281.454.091.912.186 1.366.278.457.091.912.183 1.369.271.458.088.912.18 1.37.268.457.088.915.176 1.373.26.457.086.915.17 1.373.255.457.085.918.166 1.376.248l1.379.244c.461.081.919.156 1.38.234a164.962 164.962 0 0 0 2.77.45c.461.075.925.146 1.386.214.464.071.925.139 1.39.207a196.153 196.153 0 0 0 2.79.39c.464.06.932.125 1.396.183.468.06.936.118 1.404.172.467.058.935.109 1.403.163.468.054.939.105 1.407.156a181.494 181.494 0 0 0 4.241.407c.474.04.945.078 1.42.115.474.037.949.071 1.424.102.474.034.949.064 1.427.091.474.03.952.055 1.43.082l1.434.071c.478.02.959.037 1.437.054.478.017.96.03 1.441.044.481.014.963.024 1.444.03.482.008.963.014 1.448.018.484.003.966.003 1.45.003.485 0 .97-.003 1.458-.01.485-.007.973-.014 1.461-.027.488-.01.976-.024 1.465-.04.488-.018.976-.035 1.467-.055.492-.02.98-.044 1.471-.071.492-.027.984-.055 1.478-.088.495-.03.987-.068 1.482-.105.495-.038.99-.079 1.485-.123.494-.044.993-.088 1.488-.138.498-.048.996-.102 1.495-.156.498-.055 1-.112 1.498-.177a113.788 113.788 0 0 0 4.525-.64 127.289 127.289 0 0 0 4.57-.824c.512-.102 1.02-.207 1.532-.319.512-.108 1.024-.224 1.539-.339.515-.118 1.027-.24 1.542-.362.516-.126 1.034-.255 1.55-.387.515-.132 1.033-.271 1.556-.41a139.21 139.21 0 0 0 3.125-.898c.522-.16 1.047-.322 1.573-.488a111.734 111.734 0 0 0 3.159-1.054c.529-.184 1.058-.377 1.59-.57a103.668 103.668 0 0 0 3.193-1.224 125.045 125.045 0 0 0 4.837-2.064 118.562 118.562 0 0 0 8.19-4.095c.553-.302 1.105-.61 1.658-.926.552-.315 1.108-.634 1.664-.959a132.72 132.72 0 0 0 10.129-6.593c.57-.407 1.142-.824 1.715-1.244a139.877 139.877 0 0 0 3.451-2.624c.577-.454 1.156-.912 1.736-1.38.58-.468 1.159-.945 1.742-1.427.583-.485 1.166-.98 1.753-1.478a321.92 321.92 0 0 0 1.759-1.525c.587-.519 1.176-1.044 1.766-1.576a185.805 185.805 0 0 0 5.346-5.051v7.247a168.473 168.473 0 0 1-3.573 3.342c-.593.54-1.183 1.072-1.773 1.594a168.652 168.652 0 0 1-3.525 3.03 161.445 161.445 0 0 1-5.231 4.173c-.576.44-1.156.871-1.729 1.298a164.863 164.863 0 0 1-3.437 2.461c-.569.397-1.139.784-1.705 1.166a136.529 136.529 0 0 1-5.075 3.244 131.929 131.929 0 0 1-3.349 1.963 121.553 121.553 0 0 1-6.617 3.485c-.549.268-1.095.525-1.64.783-.546.254-1.088.505-1.631.75a130.645 130.645 0 0 1-3.244 1.4 107.904 107.904 0 0 1-4.82 1.867 116.155 116.155 0 0 1-4.766 1.607 104.077 104.077 0 0 1-3.149.929 139.632 139.632 0 0 1-3.126.83 129.241 129.241 0 0 1-3.105.729 123.173 123.173 0 0 1-4.614.922c-.511.091-1.02.176-1.528.261a125.559 125.559 0 0 1-3.041.461c-.505.071-1.01.136-1.512.2-.505.064-1.007.122-1.508.18a114.81 114.81 0 0 1-3.004.305c-.498.044-.996.084-1.495.125-.498.037-.993.071-1.488.105s-.99.061-1.485.088c-.494.027-.989.051-1.481.072-.491.02-.983.037-1.475.054-.491.017-.983.027-1.471.037-.491.01-.979.02-1.467.024-.489.007-.977.007-1.465.007-.488 0-.973 0-1.461-.007-.485-.004-.969-.014-1.454-.02-.485-.01-.97-.02-1.451-.034-.485-.014-.966-.03-1.447-.048-.482-.017-.963-.04-1.444-.064-.482-.024-.963-.048-1.441-.075a199.985 199.985 0 0 1-2.871-.186c-.478-.034-.953-.071-1.431-.112a192.684 192.684 0 0 1-4.271-.407c-.471-.05-.946-.102-1.417-.156-.471-.054-.942-.108-1.414-.166-.471-.058-.939-.115-1.41-.176-.468-.061-.939-.122-1.407-.187l-1.403-.193-1.4-.203c-.468-.071-.932-.14-1.4-.214-.464-.071-.929-.146-1.397-.22-.464-.075-.928-.153-1.393-.23-.464-.079-.929-.157-1.39-.238-.464-.081-.925-.16-1.386-.244-.461-.081-.925-.17-1.386-.254a197.905 197.905 0 0 1-2.763-.53c-.461-.087-.919-.179-1.38-.27-.461-.092-.918-.183-1.376-.278l-1.373-.285c-.458-.095-.915-.193-1.373-.291-.458-.099-.915-.197-1.369-.299-.455-.102-.912-.2-1.37-.302-.454-.101-.912-.203-1.366-.308-.454-.102-.912-.207-1.366-.312-.454-.105-.909-.21-1.363-.319a782.004 782.004 0 0 1-2.722-.647c-.454-.108-.908-.217-1.359-.329-.451-.112-.905-.22-1.356-.332-.451-.112-.905-.224-1.356-.339l-1.356-.339c-.451-.115-.902-.23-1.356-.342l-1.352-.346c-.451-.115-.902-.23-1.353-.35a188.86 188.86 0 0 1-1.352-.352l-1.353-.352-1.349-.356c-.451-.119-.898-.237-1.349-.36-.451-.118-.899-.237-1.349-.359-.451-.122-.899-.24-1.346-.36-.451-.121-.899-.24-1.349-.362-.448-.122-.899-.24-1.346-.363-.451-.122-.898-.244-1.346-.362l-1.346-.366-1.345-.366-1.346-.367-1.346-.366-1.346-.366-1.346-.366-1.345-.366c-.448-.122-.899-.244-1.346-.363-.447-.122-.898-.24-1.346-.362-.451-.123-.898-.241-1.346-.363-.447-.122-.898-.24-1.345-.36-.451-.118-.899-.24-1.349-.359-.451-.118-.899-.24-1.35-.36-.45-.118-.898-.236-1.349-.352-.451-.115-.898-.237-1.349-.352-.451-.119-.902-.234-1.349-.353-.451-.115-.898-.234-1.349-.349l-1.353-.346-1.352-.345c-.451-.116-.902-.228-1.356-.34-.451-.111-.905-.227-1.356-.338-.451-.112-.905-.224-1.356-.333-.451-.111-.905-.22-1.359-.328l-1.36-.326c-.451-.108-.905-.217-1.359-.322l-1.363-.315c-.454-.105-.908-.21-1.362-.312-.455-.105-.909-.207-1.367-.308a184.5 184.5 0 0 0-1.366-.302c-.454-.102-.912-.2-1.369-.298-.458-.099-.915-.197-1.37-.292-.457-.095-.915-.193-1.373-.288-.457-.095-.915-.19-1.372-.282l-1.377-.274c-.457-.092-.918-.18-1.379-.268-.461-.088-.919-.173-1.38-.26-.461-.086-.922-.174-1.383-.255a98.719 98.719 0 0 0-1.387-.244c-.464-.081-.925-.163-1.389-.24-.465-.079-.926-.157-1.39-.231l-1.393-.224a98.632 98.632 0 0 0-1.394-.214 173.448 173.448 0 0 0-2.8-.403 190.715 190.715 0 0 0-9.894-1.112c-.475-.04-.95-.078-1.428-.115a98.908 98.908 0 0 0-1.43-.102 101.31 101.31 0 0 0-1.434-.091l-1.437-.082c-.482-.023-.96-.047-1.441-.068-.481-.02-.963-.037-1.444-.05-.481-.017-.966-.03-1.448-.041-.484-.01-.966-.02-1.45-.027-.485-.007-.97-.01-1.458-.01h-1.458c-.488 0-.976.01-1.464.017-.488.01-.976.02-1.468.034-.491.013-.98.03-1.471.05-.492.02-.983.041-1.478.065-.492.023-.986.054-1.481.081-.495.03-.99.064-1.485.098-.495.038-.99.075-1.488.116-.499.04-.997.088-1.495.135a111.76 111.76 0 0 0-3.004.326c-.501.06-1.003.125-1.508.19a115.424 115.424 0 0 0-3.03.447 129.136 129.136 0 0 0-3.051.529c-.512.095-1.02.196-1.533.298-.511.102-1.023.21-1.539.319-.511.112-1.027.224-1.545.342a130.015 130.015 0 0 0-3.105.756 132.215 132.215 0 0 0-3.126.858c-.522.152-1.047.308-1.573.467-.525.16-1.05.326-1.576.495-.525.17-1.054.346-1.583.522-.529.18-1.058.363-1.59.55-.529.186-1.06.38-1.593.58-.532.196-1.065.4-1.6.61a105.047 105.047 0 0 0-3.22 1.308 112.628 112.628 0 0 0-4.878 2.2 120.784 120.784 0 0 0-4.933 2.502c-.552.294-1.105.6-1.657.908a120.48 120.48 0 0 0-5.014 2.946 138.247 138.247 0 0 0-3.376 2.163 143 143 0 0 0-3.407 2.329c-.57.403-1.142.813-1.712 1.23a137.507 137.507 0 0 0-5.186 3.96 160.571 160.571 0 0 0-5.254 4.386 178.042 178.042 0 0 0-3.54 3.176 167.848 167.848 0 0 0-3.573 3.39l-.003.01Z\' fill=\'%23589A43\'/%3E%3Cpath d=\'m327.883 1.071-.011 2.8-.01 2.654-.01 2.522-.01 2.41c0 .787-.007 1.56-.01 2.323 0 .762-.007 1.511-.01 2.254l-.011 2.203c0 .73-.006 1.451-.01 2.173 0 .722-.007 1.44-.01 2.163 0 .722-.007 1.444-.01 2.173 0 .729-.007 1.46-.01 2.2l-.011 2.25c0 .763-.006 1.533-.01 2.32 0 .786-.006 1.593-.01 2.413l-.01 2.518-.01 2.651c-.004.909-.007 1.841-.014 2.8-.596.556-1.193 1.105-1.786 1.644-.593.54-1.187 1.068-1.78 1.59a224.7 224.7 0 0 1-1.769 1.54 161.599 161.599 0 0 1-5.268 4.315c-.583.454-1.159.901-1.739 1.342a139.403 139.403 0 0 1-10.282 7.125 124.518 124.518 0 0 1-5.044 3.004c-.556.315-1.115.623-1.667.925a108.869 108.869 0 0 1-4.966 2.563c-.55.268-1.095.529-1.641.783s-1.092.505-1.634.749a131.811 131.811 0 0 1-3.254 1.407 108.327 108.327 0 0 1-3.227 1.278 119.556 119.556 0 0 1-3.2 1.162c-.533.183-1.061.363-1.594.54a92.453 92.453 0 0 1-3.166.993c-.525.156-1.051.308-1.573.457a98.63 98.63 0 0 1-1.569.43c-.522.14-1.044.275-1.563.408-.522.132-1.04.257-1.559.383a142.02 142.02 0 0 1-3.098.691c-.516.109-1.028.214-1.543.312-.512.102-1.024.197-1.535.291-.512.092-1.021.184-1.533.268a118.536 118.536 0 0 1-3.047.475c-.505.071-1.01.139-1.515.207-.505.064-1.007.129-1.512.186a113.906 113.906 0 0 1-3.007.319c-.498.047-1 .091-1.498.132-.499.04-.994.078-1.492.115-.498.034-.993.068-1.488.095-.495.03-.99.058-1.485.082-.491.023-.986.043-1.478.064-.491.02-.983.034-1.474.047-.492.014-.98.024-1.471.03-.489.008-.977.014-1.465.018-.488 0-.973.003-1.461 0-.488 0-.973-.004-1.457-.01-.485-.007-.97-.014-1.455-.024-.484-.01-.966-.024-1.451-.04-.481-.018-.962-.031-1.444-.052-.481-.02-.962-.04-1.44-.064-.482-.024-.96-.047-1.438-.078-.478-.027-.955-.058-1.433-.091-.478-.031-.956-.065-1.431-.099-.475-.034-.953-.074-1.427-.112-.475-.037-.949-.078-1.424-.122a206.47 206.47 0 0 1-1.42-.135l-1.417-.143-1.414-.152-1.41-.163c-.471-.058-.939-.112-1.407-.173a102.44 102.44 0 0 1-1.403-.183c-.468-.064-.936-.125-1.403-.19-.468-.064-.933-.132-1.4-.2-.465-.068-.933-.135-1.397-.207l-1.393-.213c-.465-.075-.929-.146-1.39-.224-.461-.078-.925-.152-1.39-.23-.461-.078-.925-.156-1.386-.238-.461-.08-.922-.162-1.383-.244-.461-.081-.922-.166-1.38-.25-.461-.085-.919-.17-1.38-.258-.457-.088-.918-.173-1.376-.264-.458-.089-.915-.18-1.373-.268l-1.373-.275c-.457-.091-.915-.186-1.369-.281l-1.37-.285c-.454-.095-.912-.19-1.366-.288-.454-.098-.912-.193-1.366-.295-.454-.098-.908-.197-1.363-.298-.454-.102-.908-.2-1.362-.302-.455-.102-.905-.203-1.36-.308-.454-.102-.905-.207-1.359-.309-.451-.105-.905-.207-1.356-.312-.451-.105-.905-.213-1.356-.319-.451-.105-.902-.213-1.356-.322-.451-.108-.901-.213-1.352-.322l-1.353-.325-1.349-.329c-.451-.108-.898-.22-1.349-.329-.451-.112-.898-.223-1.349-.332l-1.349-.335-1.346-.336-1.346-.336-1.346-.339c-.447-.111-.898-.227-1.346-.339-.447-.111-.894-.227-1.345-.342l-1.343-.342c-.447-.116-.895-.227-1.345-.343l-1.343-.342c-.447-.115-.895-.227-1.342-.342-.448-.116-.895-.228-1.343-.343-.447-.115-.894-.227-1.342-.342-.447-.115-.895-.227-1.342-.343-.448-.115-.895-.227-1.343-.339-.447-.111-.895-.227-1.342-.339-.447-.111-.895-.227-1.342-.338l-1.343-.336-1.342-.336c-.448-.112-.895-.223-1.343-.332-.447-.112-.898-.22-1.345-.332-.448-.112-.895-.22-1.346-.329-.448-.108-.898-.22-1.346-.329l-1.346-.325c-.447-.109-.898-.214-1.345-.322-.448-.109-.899-.214-1.349-.319l-1.35-.315c-.45-.105-.898-.21-1.349-.312a192.59 192.59 0 0 0-1.349-.308c-.451-.102-.902-.207-1.352-.306l-1.353-.301-1.353-.295-1.356-.295c-.45-.098-.905-.193-1.355-.288-.451-.095-.906-.187-1.356-.282-.451-.094-.905-.186-1.36-.277l-1.362-.275c-.455-.092-.909-.18-1.363-.268a198.07 198.07 0 0 0-1.363-.26c-.454-.086-.912-.174-1.366-.255-.458-.085-.912-.166-1.369-.251-.458-.081-.912-.163-1.37-.24a187.641 187.641 0 0 0-2.746-.465c-.457-.075-.918-.15-1.376-.22a90.546 90.546 0 0 0-1.38-.214 192.76 192.76 0 0 0-1.379-.207c-.461-.068-.922-.135-1.383-.2-.461-.064-.922-.129-1.387-.19l-1.39-.183-1.389-.172c-.465-.058-.929-.112-1.394-.167a91.375 91.375 0 0 0-1.396-.152c-.465-.051-.932-.098-1.4-.146a99.379 99.379 0 0 0-1.404-.132 177.5 177.5 0 0 0-4.223-.343c-.472-.033-.943-.06-1.414-.091-.471-.03-.946-.054-1.417-.078a194.875 194.875 0 0 0-2.844-.125c-.475-.017-.95-.03-1.427-.044-.478-.014-.953-.02-1.43-.031-.478-.007-.957-.014-1.434-.017-.478 0-.96-.003-1.438 0-.478.004-.963.004-1.44.01-.482.007-.963.014-1.448.024-.481.01-.966.024-1.447.037-.485.017-.97.034-1.455.054a209.965 209.965 0 0 0-2.919.156c-.487.031-.975.068-1.464.102-.488.037-.98.078-1.47.119-.492.044-.984.088-1.475.135a114.716 114.716 0 0 0-2.963.326c-.495.06-.99.122-1.488.19-.495.067-.993.135-1.492.21a125.414 125.414 0 0 0-3 .478c-.502.085-1.003.176-1.505.27-.502.096-1.007.19-1.512.292a121.568 121.568 0 0 0-3.037.648 123.084 123.084 0 0 0-3.054.736 127.27 127.27 0 0 0-3.078.83c-.516.146-1.03.298-1.546.45-.515.157-1.034.316-1.552.479-.52.163-1.038.332-1.56.505-.519.173-1.04.35-1.563.529-.522.183-1.044.37-1.569.56a115.662 115.662 0 0 0-6.332 2.519c-.532.23-1.065.463-1.597.704a132.091 132.091 0 0 0-3.213 1.501c-.54.262-1.075.53-1.617.804a125.947 125.947 0 0 0-4.885 2.607 134.55 134.55 0 0 0-3.288 1.915c-.55.332-1.102.671-1.654 1.013-.553.346-1.106.695-1.661 1.055a116.92 116.92 0 0 0-3.343 2.22 152.103 152.103 0 0 0-3.37 2.386c-.562.414-1.128.834-1.694 1.258-.566.427-1.136.861-1.705 1.302-.57.44-1.14.888-1.709 1.346-.573.454-1.146.922-1.718 1.393-.573.471-1.15.952-1.726 1.437a177.289 177.289 0 0 0-6.976 6.247 169.706 169.706 0 0 0-3.532 3.43 188.664 188.664 0 0 0-3.566 3.654c.593-.622 1.183-1.233 1.769-1.84a209.307 209.307 0 0 1 3.519-3.522c.583-.569 1.166-1.132 1.749-1.684.58-.553 1.16-1.099 1.739-1.634a172.069 172.069 0 0 1 6.892-6.071 148.99 148.99 0 0 1 3.403-2.77 166.058 166.058 0 0 1 3.37-2.596 160.97 160.97 0 0 1 5.003-3.597 143.756 143.756 0 0 1 4.945-3.254 143.394 143.394 0 0 1 4.892-2.94 153.553 153.553 0 0 1 3.227-1.793c.536-.287 1.071-.569 1.603-.847a144.412 144.412 0 0 1 3.194-1.603 130.232 130.232 0 0 1 14.068-5.847 102.4 102.4 0 0 1 1.535-.523c.512-.17 1.02-.339 1.529-.501a131.876 131.876 0 0 1 3.044-.933 124.314 124.314 0 0 1 3.027-.847c.502-.136 1.003-.265 1.505-.393.502-.13 1-.248 1.502-.37a118.99 118.99 0 0 1 2.986-.691c.495-.109.99-.214 1.485-.316a126.06 126.06 0 0 1 2.956-.576 123.91 123.91 0 0 1 4.403-.739 213.234 213.234 0 0 1 2.912-.414 203.64 203.64 0 0 1 2.898-.352c.482-.054.963-.105 1.445-.152.48-.051.959-.099 1.44-.143.478-.044.956-.088 1.434-.129.478-.04.956-.078 1.43-.115.479-.037.953-.071 1.428-.102.474-.03.949-.06 1.423-.088.475-.027.946-.054 1.42-.078.472-.023.947-.044 1.418-.064.47-.02.942-.037 1.413-.054a195.252 195.252 0 0 1 2.82-.078c.468-.01.936-.017 1.404-.02.468-.008.932-.008 1.4-.01.468 0 .936-.004 1.4-.004a189.603 189.603 0 0 1 4.176.05l1.383.031c.461.014.926.024 1.387.04.461.018.918.031 1.379.052.461.017.919.037 1.38.057.458.02.919.044 1.376.065l1.373.07c.458.025.916.052 1.373.079.458.027.912.057 1.37.085l1.366.091c.454.03.912.065 1.362.098l1.363.102c.454.037.905.071 1.359.109.455.037.906.074 1.36.115l1.356.122c.451.04.905.081 1.356.125.451.041.901.085 1.352.13.451.043.902.087 1.353.135.451.044.898.091 1.349.139l1.349.142c.451.047.898.098 1.346.146.447.05.898.098 1.346.149l1.342.152c.447.051.895.106 1.342.156.448.055.895.105 1.343.16l1.339.163c.447.054.891.111 1.339.166.447.054.895.111 1.339.166.447.054.891.112 1.335.17.448.057.892.111 1.339.169l1.336.172c.444.058.888.116 1.335.177l1.333.173c.444.057.888.118 1.332.176.444.058.888.119 1.332.176.444.058.888.119 1.332.176.444.058.888.12 1.332.177.444.06.889.118 1.333.18.444.06.888.118 1.332.18.444.06.888.118 1.332.175l1.332.177c.444.057.888.118 1.332.176.445.057.889.119 1.333.176l1.332.177 1.332.172 1.332.173c.444.058.888.115 1.332.17.445.057.889.115 1.333.17.444.057.888.111 1.332.165.444.055.888.112 1.332.166a1035.974 1035.974 0 0 0 2.671.322c.444.055.888.105 1.336.156l1.335.153 1.339.152c.448.051.892.102 1.339.15l1.339.142c.448.047.895.095 1.339.139.448.047.895.091 1.343.136l1.342.132c.448.044.895.084 1.342.129a2248.338 2248.338 0 0 0 2.692.24l1.349.112c.451.037.898.075 1.349.109.451.034.902.07 1.353.101.451.034.902.065 1.352.095l1.356.092 1.356.084c.451.028.905.051 1.36.075l1.359.071c.454.024.908.044 1.363.065.454.02.908.037 1.366.054l1.366.05 1.369.041c.458.014.916.024 1.373.03.458.011.915.018 1.373.025.458.006.919.01 1.376.013.458 0 .919.007 1.38.007.461 0 .919 0 1.38-.003a185.755 185.755 0 0 0 2.769-.037l1.39-.031c.464-.014.929-.027 1.393-.044.465-.017.929-.034 1.397-.055.464-.02.932-.04 1.396-.064.468-.024.933-.047 1.4-.075a195.507 195.507 0 0 0 2.811-.186c.471-.034.939-.075 1.41-.112.471-.04.942-.081 1.413-.125a199.7 199.7 0 0 0 1.417-.14c.475-.047.946-.098 1.421-.152.474-.054.949-.108 1.423-.166.475-.057.953-.118 1.427-.18.478-.06.953-.125 1.431-.193.478-.068.956-.135 1.437-.206.478-.072.96-.146 1.441-.224.481-.078.963-.156 1.444-.24a118.338 118.338 0 0 0 2.898-.526c.485-.092.97-.19 1.455-.288.484-.099.972-.2 1.457-.306.485-.105.976-.213 1.465-.322.488-.111.979-.223 1.467-.342.492-.119.98-.237 1.472-.36.491-.121.983-.25 1.478-.379a128.102 128.102 0 0 0 7.454-2.193 90.743 90.743 0 0 0 1.505-.505c.502-.173 1.007-.346 1.508-.526a135.543 135.543 0 0 0 3.034-1.122 94.2 94.2 0 0 0 1.526-.596c.508-.204 1.02-.41 1.528-.62.512-.21 1.024-.428 1.536-.648.512-.22 1.027-.444 1.542-.671a98.818 98.818 0 0 0 1.546-.699c.515-.237 1.034-.481 1.553-.725.518-.248 1.037-.498 1.559-.756.519-.258 1.041-.515 1.563-.78a139.859 139.859 0 0 0 6.308-3.427c.529-.305 1.061-.617 1.593-.935a96.224 96.224 0 0 0 1.597-.966c.532-.33 1.068-.661 1.604-1 .535-.34 1.074-.685 1.61-1.034.539-.35 1.078-.709 1.617-1.072a140.34 140.34 0 0 0 4.891-3.427 169.319 169.319 0 0 0 3.292-2.467c.549-.424 1.101-.858 1.654-1.295.552-.438 1.105-.882 1.661-1.336a145.768 145.768 0 0 0 3.342-2.797c.56-.48 1.122-.966 1.685-1.46.563-.495 1.125-.997 1.692-1.506a230.95 230.95 0 0 0 3.4-3.15c.569-.538 1.139-1.087 1.711-1.643.573-.556 1.146-1.119 1.719-1.691a203.883 203.883 0 0 0 5.197-5.38 216.434 216.434 0 0 0 5.267-5.854c.59-.678 1.18-1.363 1.773-2.061l.011.03Z\' fill=\'%23589A43\'/%3E%3Cpath d=\'m-7.638 96.319.007-.007a177.732 177.732 0 0 1 3.553-3.637A169.424 169.424 0 0 1-.553 89.25a190.467 190.467 0 0 1 3.495-3.217 171.365 171.365 0 0 1 3.464-3.017c.573-.488 1.15-.966 1.722-1.434a147.566 147.566 0 0 1 6.807-5.285c.563-.41 1.122-.813 1.685-1.21a146.023 146.023 0 0 1 3.35-2.298 150.527 150.527 0 0 1 3.322-2.139 138.576 138.576 0 0 1 3.295-1.983c.545-.319 1.09-.63 1.636-.936a109.31 109.31 0 0 1 3.254-1.766 141.38 141.38 0 0 1 3.227-1.63 97.116 97.116 0 0 1 1.604-.763c.536-.251 1.068-.495 1.6-.732.532-.238 1.061-.471 1.593-.702.529-.227 1.058-.454 1.587-.671.529-.217 1.054-.434 1.583-.64a111.073 111.073 0 0 1 4.705-1.75 103.589 103.589 0 0 1 3.112-1.03c.515-.163 1.03-.323 1.545-.479a128.741 128.741 0 0 1 3.078-.878 124.365 124.365 0 0 1 4.58-1.136 81.31 81.31 0 0 1 1.515-.331c.505-.105 1.01-.21 1.512-.312.502-.098 1.003-.197 1.505-.292.502-.091 1-.183 1.502-.267.498-.085.997-.17 1.495-.248.498-.078.996-.156 1.491-.23.495-.072.994-.143 1.489-.21.494-.068.99-.13 1.48-.19a109.275 109.275 0 0 1 2.953-.326c.492-.047.98-.091 1.468-.135.488-.045.98-.082 1.465-.12.488-.036.972-.07 1.46-.1.485-.031.974-.058 1.458-.085.485-.028.97-.051 1.455-.072.484-.02.966-.04 1.45-.054.482-.017.963-.027 1.444-.037.482-.01.963-.017 1.441-.024.481-.007.96-.01 1.437-.01h1.437c.479.003.953.01 1.431.017.478.007.953.017 1.427.03.475.014.95.027 1.424.044a190.313 190.313 0 0 1 2.837.126c.472.023.943.05 1.414.078.471.027.942.057 1.41.091.471.034.939.068 1.407.105l1.403.112c.468.04.936.082 1.404.126l1.4.132c.464.047.932.095 1.396.146l1.393.152 1.39.163c.465.057.926.112 1.387.173.464.057.925.118 1.386.183a170.78 170.78 0 0 1 2.763.39c.461.067.918.135 1.376.206l1.376.214.112.017c.421.068.844.132 1.265.203.457.075.915.153 1.373.227.457.078.915.156 1.369.238.458.078.912.16 1.37.24.454.082.911.167 1.366.248.454.085.908.17 1.366.254.454.085.908.173 1.362.261.455.088.909.176 1.363.268.454.091.909.18 1.359.271.455.092.906.187 1.356.278l.295.061c.353.075.709.146 1.061.22.37.078.743.156 1.112.238l.244.05c.451.099.905.194 1.356.292l.227.051c.377.081.749.163 1.126.247.451.099.901.2 1.352.302l1.353.305c.468.105.908.207 1.349.309l1.349.312 1.346.315 4.037.966 1.346.325 36.573 9.122c.373.088.742.177 1.115.261l1.356.312c.454.105.905.207 1.359.309l1.36.308 1.362.305c.455.102.909.2 1.363.299.376.08.753.162 1.129.244l.237.05c.329.072.654.14.983.207l.387.082c.454.094.912.193 1.369.284l1.373.282 1.373.274c.458.092.919.18 1.376.268l1.38.264c.461.089.922.173 1.383.258.461.085.922.17 1.383.251l1.386.244c.461.081.926.16 1.387.237l.108.017 1.282.214 1.393.224c.464.07.929.145 1.397.213.464.071.932.14 1.396.207.468.068.936.136 1.4.2.468.064.936.129 1.404.19l1.406.183 1.41.173c.472.057.943.111 1.414.162.471.055.946.106 1.417.153.475.05.946.098 1.42.142.475.048.949.092 1.424.136.475.044.949.085 1.427.122.478.04.953.078 1.431.112.478.037.956.068 1.434.098l1.437.092c.481.027.959.054 1.441.078.481.023.962.044 1.444.064.481.02.966.037 1.447.05a103.504 103.504 0 0 0 2.912.064c.488.008.973.011 1.461.011h1.464c.488-.003.98-.01 1.468-.016.492-.007.983-.017 1.475-.031.491-.014.983-.03 1.478-.047.495-.02.986-.041 1.481-.065.495-.024.99-.05 1.488-.081.495-.03.993-.061 1.492-.095.498-.034.996-.075 1.495-.115.501-.041 1-.085 1.501-.133.502-.047 1.004-.095 1.505-.149.502-.054 1.007-.112 1.512-.17.505-.057 1.01-.121 1.516-.186.505-.064 1.01-.135 1.518-.207a132.142 132.142 0 0 0 3.058-.475 80.636 80.636 0 0 0 1.535-.27c.512-.095 1.028-.19 1.543-.292.515-.102 1.03-.207 1.546-.312.515-.108 1.033-.22 1.552-.335a85.54 85.54 0 0 0 1.556-.36c.519-.122 1.041-.25 1.563-.383a99.293 99.293 0 0 0 3.142-.84c.525-.15 1.051-.302 1.58-.458a94.92 94.92 0 0 0 3.179-1 142.02 142.02 0 0 0 1.597-.539c.532-.186 1.068-.376 1.603-.57.536-.193 1.075-.393 1.611-.596a107.822 107.822 0 0 0 3.237-1.285 110.728 110.728 0 0 0 3.261-1.41 120.63 120.63 0 0 0 8.271-4.112 129.026 129.026 0 0 0 8.441-5.027c.569-.37 1.135-.742 1.708-1.125a143.25 143.25 0 0 0 6.902-4.936c.58-.44 1.159-.888 1.746-1.346.583-.457 1.166-.922 1.752-1.393.587-.471 1.173-.953 1.76-1.44a171.147 171.147 0 0 0 3.539-3.035 190.36 190.36 0 0 0 1.783-1.593c.596-.539 1.193-1.088 1.789-1.647l.126-.115L328.274 0l-.695.817c-.59.695-1.179 1.38-1.769 2.058-.587.678-1.177 1.342-1.76 2.003a190.548 190.548 0 0 1-3.498 3.84 181.14 181.14 0 0 1-1.736 1.841c-.579.604-1.155 1.2-1.728 1.79-.577.587-1.149 1.17-1.722 1.74-.573.572-1.146 1.135-1.716 1.687a190.075 190.075 0 0 1-3.41 3.234c-.566.526-1.129 1.04-1.691 1.55a141.36 141.36 0 0 1-1.688 1.501c-.56.495-1.119.98-1.678 1.458-.56.478-1.116.952-1.672 1.417-.556.464-1.111.922-1.664 1.372a165.172 165.172 0 0 1-3.308 2.624 171.005 171.005 0 0 1-3.282 2.465c-.546.396-1.088.79-1.63 1.176a149.794 149.794 0 0 1-3.244 2.24 142.883 142.883 0 0 1-11.16 6.763 140.605 140.605 0 0 1-3.132 1.648c-.522.264-1.041.522-1.559.78-.519.254-1.038.505-1.553.752a122.14 122.14 0 0 1-4.624 2.095 143.444 143.444 0 0 1-3.057 1.264c-.509.204-1.014.4-1.522.594a144.816 144.816 0 0 1-3.027 1.122c-.502.18-1.004.352-1.505.522-.502.169-1 .338-1.502.501a124.946 124.946 0 0 1-2.987.936c-.494.149-.993.295-1.488.437a120.555 120.555 0 0 1-2.959.814c-.492.129-.983.254-1.471.38l-1.468.359c-.488.115-.976.23-1.464.339-.489.111-.973.217-1.461.322-.485.105-.97.206-1.455.305-.484.098-.969.193-1.451.288-.481.091-.966.183-1.447.268-.481.084-.963.173-1.444.254-.481.081-.959.163-1.441.237-.478.078-.956.153-1.434.224-.478.071-.956.142-1.43.207-.475.068-.953.132-1.427.193-.475.061-.949.122-1.424.18-.475.057-.949.111-1.42.162-.475.055-.946.105-1.417.153-.471.047-.943.095-1.414.139-.471.044-.942.085-1.41.125-.468.04-.939.078-1.407.112-.468.034-.935.068-1.403.098-.468.03-.936.061-1.4.089-.468.027-.932.05-1.397.074-.464.024-.929.044-1.396.065a190.946 190.946 0 0 1-2.783.098c-.465.013-.926.02-1.387.03a193.287 193.287 0 0 1-2.766.038c-.4 0-.8.003-1.197.003h-.183c-.457 0-.918 0-1.376-.007-.458 0-.915-.01-1.373-.013-.457-.007-.915-.014-1.369-.024l-1.37-.03-1.366-.041c-.451-.014-.898-.03-1.349-.048h-.085c-.43-.02-.861-.037-1.295-.054-.454-.02-.908-.04-1.359-.064-.454-.02-.905-.048-1.359-.072l-.309-.016-1.047-.058c-.451-.027-.905-.054-1.356-.085-.451-.027-.902-.06-1.353-.091l-.373-.027c-.325-.024-.65-.044-.979-.068l-1.349-.102c-.451-.034-.899-.071-1.35-.108l-1.345-.112c-.448-.038-.899-.078-1.346-.119l-.173-.017c-.39-.034-.78-.071-1.169-.105-.448-.04-.895-.085-1.343-.129l-1.342-.132c-.448-.044-.895-.092-1.339-.136-.448-.047-.892-.091-1.339-.139l-.282-.03-1.057-.112c-.376-.04-.756-.085-1.132-.125l-10.875-1.312-30.688-3.976c-.448-.055-.898-.106-1.346-.156l-1.342-.153-1.346-.15c-.451-.05-.898-.097-1.349-.145l-1.349-.142c-.451-.048-.902-.092-1.349-.14-.451-.043-.902-.09-1.353-.135-.451-.044-.902-.088-1.356-.129l-1.325-.122-.482-.044-.905-.081c-.376-.034-.756-.065-1.132-.095l-.227-.02c-.454-.038-.905-.075-1.363-.109-.454-.034-.908-.071-1.363-.102a169.97 169.97 0 0 0-1.366-.098c-.454-.03-.912-.064-1.369-.091-.458-.03-.915-.058-1.37-.085-.457-.027-.915-.054-1.372-.078l-1.377-.071a92.345 92.345 0 0 0-1.379-.065c-.461-.02-.919-.04-1.38-.057l-1.383-.051c-.461-.017-.926-.027-1.387-.04a94.236 94.236 0 0 0-1.386-.031h-.18c-.403-.014-.806-.02-1.21-.027a190.283 190.283 0 0 0-2.79-.024h-.227c-.39 0-.783 0-1.176.003-.468 0-.936.004-1.403.01l-1.407.02c-.471.01-.94.021-1.41.035-.472.013-.943.027-1.414.044-.471.017-.946.034-1.417.054a144.159 144.159 0 0 0-2.844.142c-.475.027-.953.058-1.427.088-.478.031-.953.068-1.43.102-.479.037-.957.075-1.434.115-.478.041-.96.082-1.441.13-.481.043-.963.09-1.444.142-.482.05-.963.101-1.448.156-.481.054-.966.111-1.45.169-.485.058-.97.119-1.455.183-.484.064-.973.129-1.457.2-.489.068-.977.142-1.465.217-.488.075-.976.153-1.468.23-.491.078-.983.16-1.47.248-.492.085-.984.173-1.479.264-.491.092-.986.183-1.481.282-.495.095-.99.196-1.485.298a115.944 115.944 0 0 0-2.983.65c-.498.116-1 .235-1.498.357-.502.122-1.004.244-1.505.37-.502.128-1.004.26-1.509.392-.505.136-1.01.275-1.515.414-.505.142-1.014.285-1.519.434a129.23 129.23 0 0 0-4.59 1.437c-.511.17-1.027.346-1.542.526-.515.18-1.03.359-1.546.549-.515.186-1.034.38-1.552.573a114.922 114.922 0 0 0-4.688 1.871 125.818 125.818 0 0 0-4.739 2.112c-.53.247-1.061.502-1.59.76-.532.257-1.065.521-1.597.789a143.569 143.569 0 0 0-3.213 1.671 127.13 127.13 0 0 0-3.238 1.797 171.564 171.564 0 0 0-3.261 1.929c-.545.332-1.091.67-1.64 1.016-.546.346-1.099.695-1.648 1.051a138.881 138.881 0 0 0-3.315 2.214c-.556.38-1.108.77-1.668 1.163a156.455 156.455 0 0 0-3.356 2.444c-.56.42-1.122.847-1.688 1.281A142.558 142.558 0 0 0 9.2 79.61c-.566.461-1.138.932-1.708 1.407a163.746 163.746 0 0 0-3.437 2.953 176.314 176.314 0 0 0-5.21 4.772 199.522 199.522 0 0 0-3.512 3.427 186.348 186.348 0 0 0-3.539 3.634l.566.54.003-.024Zm334.956-54.587a190.073 190.073 0 0 1-3.43 3.108c-.59.52-1.18 1.031-1.766 1.536-.587.502-1.173 1-1.76 1.485a153.961 153.961 0 0 1-5.227 4.16 157.12 157.12 0 0 1-3.447 2.542 159.511 159.511 0 0 1-3.417 2.366 136.008 136.008 0 0 1-5.075 3.237c-.559.34-1.119.671-1.678.997a121.162 121.162 0 0 1-3.335 1.881 121.87 121.87 0 0 1-4.95 2.556c-.545.268-1.091.525-1.637.783-.546.254-1.088.505-1.63.75a109.438 109.438 0 0 1-4.851 2.058 117.272 117.272 0 0 1-3.204 1.216c-.532.193-1.061.38-1.593.566-.529.183-1.057.363-1.586.535-.529.173-1.055.346-1.58.509-.525.166-1.051.325-1.576.481-.522.156-1.048.309-1.57.454-.522.15-1.044.292-1.562.431-.522.139-1.041.275-1.56.407-.518.132-1.037.257-1.552.38-.519.121-1.034.24-1.546.355a122.88 122.88 0 0 1-3.078.644c-.512.099-1.02.197-1.532.289-.509.091-1.017.183-1.526.267-.508.085-1.013.166-1.522.248-.505.078-1.01.152-1.515.224-.505.07-1.007.139-1.512.206-.502.065-1.003.13-1.505.187-.502.057-1 .115-1.502.17-.498.054-1 .101-1.494.148-.499.048-.997.092-1.492.133-.495.04-.993.078-1.488.115-.495.034-.99.064-1.482.095-.494.03-.986.057-1.477.081-.492.024-.984.044-1.475.065-.492.02-.98.033-1.471.047-.488.014-.977.024-1.465.03-.488.007-.976.014-1.461.017h-1.454c-.485 0-.969-.006-1.454-.01-.485-.006-.966-.013-1.451-.023-.481-.01-.966-.024-1.447-.041-.482-.017-.963-.03-1.441-.05-.481-.021-.959-.042-1.437-.065a101.25 101.25 0 0 1-1.434-.078c-.478-.027-.953-.058-1.431-.088-.478-.03-.952-.065-1.427-.099-.474-.034-.949-.074-1.424-.112a96.291 96.291 0 0 1-1.42-.122l-1.417-.132-1.413-.142-1.411-.153-1.406-.162c-.468-.058-.936-.112-1.407-.173-.468-.058-.936-.119-1.404-.183-.467-.061-.932-.126-1.4-.19-.464-.065-.932-.132-1.396-.2a188.34 188.34 0 0 1-1.393-.207l-1.394-.213c-.464-.072-.925-.146-1.39-.22-.427-.069-.85-.143-1.277-.214l-.109-.017-1.383-.234-1.383-.244c-.461-.082-.919-.166-1.38-.251-.461-.085-.918-.17-1.376-.258-.458-.088-.915-.173-1.376-.26-.458-.089-.916-.177-1.373-.269l-1.37-.274c-.457-.092-.911-.187-1.369-.278l-1.366-.285-.387-.081c-.325-.068-.651-.136-.979-.207l-.238-.05-1.128-.245a183.56 183.56 0 0 1-1.363-.298c-.454-.102-.905-.2-1.359-.302l-1.36-.309c-.454-.101-.905-.206-1.356-.308l-1.356-.312c-.369-.085-.742-.173-1.112-.26l-12.383-3.025-24.186-6.098c-.447-.108-.898-.22-1.346-.329l-4.04-.966-1.35-.315-1.352-.312c-.441-.102-.885-.203-1.326-.302l-1.376-.311c-.451-.102-.902-.2-1.356-.302a125.96 125.96 0 0 0-1.129-.248l-.227-.05-1.356-.295-.244-.051c-.369-.078-.742-.16-1.115-.237-.356-.075-.708-.15-1.064-.22l-.295-.062c-.455-.095-.905-.186-1.36-.278l-1.362-.274c-.455-.092-.909-.18-1.366-.268-.455-.088-.909-.177-1.367-.261-.454-.085-.911-.173-1.369-.258-.458-.085-.915-.166-1.37-.25-.457-.082-.915-.163-1.372-.241-.458-.082-.916-.16-1.373-.238-.458-.078-.916-.152-1.377-.23l-1.267-.203-.112-.017c-.458-.075-.919-.146-1.38-.217-.461-.072-.918-.14-1.383-.207a172.307 172.307 0 0 0-2.776-.39l-1.393-.183-1.394-.173c-.464-.058-.928-.112-1.396-.166-.465-.054-.932-.105-1.397-.156-.468-.05-.935-.098-1.403-.146-.468-.047-.936-.091-1.404-.135-.467-.044-.939-.085-1.406-.126a179.856 179.856 0 0 0-2.824-.22c-.471-.034-.946-.061-1.417-.092-.475-.03-.946-.054-1.42-.081a193.962 193.962 0 0 0-2.851-.125c-.475-.017-.953-.031-1.43-.044-.479-.014-.957-.02-1.435-.031-.478-.007-.959-.014-1.437-.017h-1.441c-.481 0-.962.007-1.447.01-.481.007-.966.014-1.45.024-.486.01-.967.024-1.455.037-.485.017-.97.034-1.458.054-.488.02-.973.044-1.46.072a110.753 110.753 0 0 0-2.936.19c-.492.037-.983.077-1.475.118-.492.044-.986.088-1.478.136a109.129 109.129 0 0 0-2.97.325c-.494.061-.993.122-1.491.19-.498.068-.997.136-1.495.21-.498.075-1 .15-1.502.23-.501.082-1.003.163-1.505.252-.501.088-1.006.176-1.511.27-.506.096-1.01.194-1.516.292-.505.102-1.013.204-1.522.312a120.285 120.285 0 0 0-3.057.692c-.512.122-1.024.25-1.536.38-.512.132-1.027.264-1.542.403-.516.139-1.03.281-1.546.43a98.72 98.72 0 0 0-3.109.936 104.983 104.983 0 0 0-3.132 1.037 112.484 112.484 0 0 0-6.332 2.41c-.02.007-.037.017-.058.024.519-.237 1.038-.468 1.556-.695a116.153 116.153 0 0 1 3.122-1.315c.519-.21 1.038-.417 1.553-.62.515-.204 1.03-.4 1.546-.594.515-.193 1.027-.383 1.542-.57.512-.186 1.027-.365 1.536-.545a132.164 132.164 0 0 1 4.576-1.495c.505-.156 1.01-.305 1.515-.454.505-.15 1.007-.292 1.512-.43a122.106 122.106 0 0 1 3.007-.807c.498-.13 1-.248 1.495-.37.498-.122.996-.237 1.491-.352a128.211 128.211 0 0 1 2.966-.648c.495-.102.987-.2 1.478-.298.492-.099.983-.19 1.471-.278a123.758 123.758 0 0 1 2.933-.509c.488-.078.972-.156 1.46-.23.485-.075.97-.146 1.455-.214.485-.068.97-.135 1.45-.2.482-.064.967-.122 1.448-.183.481-.057.963-.115 1.444-.17.482-.054.96-.104 1.44-.152.479-.05.96-.098 1.438-.142.478-.044.956-.088 1.43-.126.479-.04.953-.078 1.428-.115.474-.037.949-.071 1.424-.102.474-.03.949-.06 1.42-.088.474-.027.946-.054 1.417-.078.46-.023.922-.044 1.383-.064l1.44-.058a200.586 200.586 0 0 1 2.814-.078c.468-.01.936-.017 1.4-.02.468-.007.932-.007 1.397-.01.39 0 .783-.004 1.173-.004h.223c.465 0 .929.004 1.394.007.464.003.925.01 1.389.017.404.007.804.014 1.207.024h.18c.461.013.922.024 1.383.034.461.013.922.023 1.383.04.461.017.919.03 1.376.051.461.017.919.038 1.377.058.457.02.918.044 1.372.064l1.373.072c.458.023.912.05 1.37.077.454.028.912.058 1.366.085l1.366.092c.454.03.908.064 1.363.098l1.359.102c.454.034.905.07 1.359.108l.227.02c.377.031.753.061 1.129.095l.902.082.454.04c.471.044.912.082 1.353.123.451.04.901.084 1.352.128.451.044.902.089 1.349.136.451.044.899.091 1.35.139l1.349.142c.447.048.898.099 1.345.146l1.346.15c.448.05.895.1 1.343.152.447.05.895.105 1.342.156l16.031 2.04 21.325 2.763 4.213.488c.38.04.756.085 1.136.126.353.037.709.078 1.061.115l.281.03c.448.048.895.095 1.343.14.447.047.895.09 1.342.135l1.343.132c.447.044.894.085 1.345.129.39.037.783.071 1.173.105l.173.017c.451.04.898.081 1.349.119l1.349.111c.451.038.902.075 1.353.109.451.034.902.071 1.352.102.329.023.655.047.984.067l.372.028 1.356.091a169.927 169.927 0 0 0 2.414.142l.308.017 1.363.072c.454.023.909.044 1.363.064.434.02.864.034 1.298.05h.068c.468.021.919.038 1.369.052l1.373.04c.458.014.916.024 1.373.03.458.011.915.018 1.376.025.458.006.919.01 1.38.013.461 0 .919.007 1.38.007h.183c.4 0 .8 0 1.2-.003a186.82 186.82 0 0 0 2.776-.037l1.393-.031c.465-.014.929-.027 1.397-.044.464-.017.932-.034 1.397-.054a196.88 196.88 0 0 0 2.803-.139 195.226 195.226 0 0 0 2.817-.187c.471-.034.942-.075 1.413-.112.472-.04.946-.081 1.417-.125.472-.044.946-.092 1.421-.14.474-.047.949-.098 1.423-.152.475-.054.953-.108 1.428-.166.478-.057.952-.118 1.43-.18.478-.06.956-.125 1.437-.193.478-.068.96-.135 1.441-.206.481-.072.963-.146 1.444-.224.481-.078.963-.156 1.448-.24.484-.082.966-.17 1.45-.258.485-.089.97-.177 1.455-.272.484-.095.973-.19 1.461-.288.488-.098.973-.203 1.464-.308.488-.105.98-.214 1.468-.326.491-.112.98-.224 1.471-.342.492-.119.983-.237 1.478-.36.492-.121.986-.25 1.481-.38.495-.128.99-.26 1.485-.4.495-.135.993-.274 1.492-.42a126 126 0 0 0 2.993-.902c.502-.155 1.003-.318 1.505-.48.502-.167 1.007-.333 1.508-.506.506-.172 1.011-.349 1.516-.525a90.76 90.76 0 0 0 1.518-.553c.509-.186 1.017-.38 1.526-.576.508-.196 1.02-.393 1.529-.596.511-.204 1.023-.41 1.535-.624a117.708 117.708 0 0 0 4.637-2.024 129.044 129.044 0 0 0 3.119-1.485c.522-.257 1.044-.515 1.566-.783a224.26 224.26 0 0 0 1.573-.813c.525-.275 1.051-.556 1.58-.844.525-.285 1.057-.58 1.586-.875.529-.295 1.058-.6 1.59-.905a138.072 138.072 0 0 0 3.2-1.908 171.73 171.73 0 0 0 1.61-1.004c.539-.339 1.075-.685 1.614-1.037a152.822 152.822 0 0 0 3.247-2.176c.543-.377 1.088-.756 1.634-1.146.546-.387 1.092-.783 1.641-1.18.549-.4 1.095-.807 1.647-1.217a159.716 159.716 0 0 0 3.312-2.556 149.256 149.256 0 0 0 3.339-2.719c.559-.467 1.119-.942 1.681-1.423.563-.481 1.122-.97 1.689-1.464.562-.495 1.128-1 1.694-1.509.567-.512 1.133-1.027 1.702-1.556.57-.525 1.136-1.06 1.709-1.6a194.377 194.377 0 0 0 8.644-8.732c.583-.624 1.166-1.258 1.752-1.898a228.894 228.894 0 0 0 3.526-3.966l1.081-1.251-.166 39.593-.007.02Z\' fill=\'url(%23b)\'/%3E%3Cdefs%3E%3ClinearGradient id=\'a\' x1=\'30.922\' y1=\'85.038\' x2=\'43.595\' y2=\'25.98\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23EBF3FF\'/%3E%3Cstop offset=\'1\' stop-color=\'%23D0DFF6\'/%3E%3C/linearGradient%3E%3ClinearGradient id=\'b\' x1=\'31.02\' y1=\'69.582\' x2=\'77.088\' y2=\'-36.143\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23EBF3FF\'/%3E%3Cstop offset=\'1\' stop-color=\'%23D0DFF6\'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	height: 117px;
}

.home-section-8 .section-transition.nitro-lazy {
	background-image: none !important;
}

@media (min-width: 576px) {
	.home-section-8 .section-transition {
		background-image: url("data:image/svg+xml,%3Csvg fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 576 203\'%3E%3Cpath d=\'M186.603 85.082C66.206 85.082-7 172-7 172v31h587.371V53.92s-87.563 75.071-151.559 75.071c-116.147 0-121.813-43.909-242.209-43.909Z\' fill=\'%23fff\'/%3E%3Cpath d=\'M-3.127 166.982a283.095 283.095 0 0 1 3.11-2.963 329.849 329.849 0 0 1 3.097-2.868c1.031-.942 2.056-1.867 3.08-2.774 1.025-.913 2.05-1.808 3.07-2.686a266.587 266.587 0 0 1 6.102-5.106 254.526 254.526 0 0 1 9.046-7.033 303.113 303.113 0 0 1 2.992-2.185 218.43 218.43 0 0 1 5.943-4.14c.983-.666 1.972-1.314 2.95-1.956a184.05 184.05 0 0 1 2.94-1.884c.977-.619 1.954-1.225 2.926-1.814.972-.595 1.944-1.172 2.916-1.744a210.285 210.285 0 0 1 11.544-6.319c.954-.483 1.908-.96 2.856-1.426.948-.465 1.902-.918 2.845-1.366a224.744 224.744 0 0 1 5.66-2.55 218.018 218.018 0 0 1 5.619-2.327 188.22 188.22 0 0 1 5.571-2.114 191.46 191.46 0 0 1 11.02-3.617c.913-.27 1.82-.535 2.733-.789.907-.253 1.814-.5 2.72-.742a217.212 217.212 0 0 1 5.413-1.349c.902-.212 1.797-.412 2.692-.612.895-.194 1.791-.389 2.68-.571.895-.183 1.785-.36 2.674-.531.889-.17 1.779-.335 2.662-.488.884-.159 1.773-.307 2.656-.454a214.594 214.594 0 0 1 7.91-1.131c.878-.106 1.75-.212 2.621-.306.872-.094 1.744-.188 2.615-.277a200.04 200.04 0 0 1 5.201-.447c.866-.065 1.726-.124 2.591-.177.86-.053 1.72-.106 2.58-.147.86-.047 1.72-.083 2.574-.118.854-.035 1.708-.065 2.562-.088.854-.024 1.708-.048 2.556-.059.854-.018 1.702-.024 2.55-.036.848-.006 1.697-.011 2.545-.006.848.006 1.69.006 2.538.018.842.012 1.685.024 2.527.047.842.018 1.684.041 2.521.071.842.029 1.678.059 2.515.094.836.035 1.672.077 2.509.118.836.041 1.666.088 2.503.141.83.053 1.667.106 2.497.165.83.059 1.661.118 2.491.183a346.888 346.888 0 0 1 4.965.43c.825.076 1.65.159 2.474.241.825.083 1.643.171 2.468.259.819.089 1.643.183 2.462.283.818.094 1.637.2 2.456.3.818.101 1.637.207 2.45.318.819.106 1.631.224 2.444.336.813.112 1.626.23 2.439.348.812.117 1.619.241 2.432.365s1.62.253 2.432.383c.807.129 1.62.259 2.427.394.807.136 1.614.271 2.421.413l2.42.424c.807.141 1.608.294 2.409.441.801.148 1.608.301 2.409.454.801.153 1.602.306 2.403.465.801.159 1.596.312 2.397.477.801.159 1.596.324 2.397.489.801.165 1.597.33 2.392.501l2.385.512c.795.171 1.59.348 2.385.518l2.38.53c.795.177 1.584.36 2.379.542.789.183 1.585.365 2.374.554.789.183 1.578.371 2.373.554l2.368.565c.789.188 1.578.383 2.368.577l2.362.583c.789.195 1.572.389 2.361.589.784.2 1.573.395 2.356.595l2.356.601c.783.2 1.573.406 2.356.606.783.207 1.567.407 2.356.613l2.35.618c.783.207 1.567.413 2.35.625.783.206 1.567.418 2.35.63.783.212 1.561.418 2.344.63.783.212 1.567.424 2.344.636.783.212 1.561.424 2.344.642.784.212 1.561.43 2.344.642.784.212 1.561.43 2.344.648.778.218 1.561.43 2.339.648l2.338.654 2.338.653 2.338.654 2.339.654c.777.218 1.56.436 2.338.66.777.218 1.555.436 2.338.659.777.218 1.561.436 2.338.66.778.218 1.561.436 2.338.66.778.218 1.561.441 2.339.659l2.338.654 2.338.654 2.338.654c.784.217 1.561.435 2.339.647.783.218 1.56.436 2.344.648.783.218 1.561.43 2.344.648.783.218 1.561.43 2.344.642.777.212 1.561.43 2.344.642.783.212 1.567.424 2.344.636.783.212 1.567.424 2.344.63.784.212 1.567.419 2.35.625.784.206 1.567.418 2.35.624l2.356.618c.783.207 1.573.407 2.356.613.783.206 1.573.406 2.356.607l2.356.6c.789.201 1.572.395 2.362.595.789.195 1.578.395 2.361.589l2.368.583c.789.195 1.579.383 2.368.572.789.188 1.578.377 2.373.565.79.188 1.585.371 2.374.554l2.379.547c.795.183 1.585.36 2.38.536.795.177 1.59.354 2.385.525a406.362 406.362 0 0 0 4.777 1.024l2.397.495c.801.165 1.596.324 2.397.489.801.159 1.602.318 2.403.471l2.409.46c.801.153 1.608.3 2.409.447.807.147 1.614.289 2.415.43l2.42.424c.807.142 1.614.271 2.427.407.807.135 1.62.265 2.426.394.813.13 1.62.253 2.433.377a341.379 341.379 0 0 0 9.789 1.355c.818.1 1.637.2 2.461.294.825.094 1.644.189 2.468.277.825.088 1.649.177 2.474.259.825.083 1.649.159 2.48.236.824.076 1.655.147 2.485.218.83.07 1.661.135 2.491.2.831.065 1.661.124 2.498.177a326.71 326.71 0 0 0 7.527.4c.842.035 1.678.059 2.52.083.843.023 1.685.047 2.527.058.842.018 1.691.03 2.539.036.848.006 1.696.012 2.544.006.848 0 1.702 0 2.55-.018.848-.018 1.702-.024 2.556-.041.854-.018 1.708-.041 2.562-.071.86-.029 1.714-.065 2.574-.1.86-.041 1.72-.082 2.58-.13a193.618 193.618 0 0 0 5.189-.353c.866-.071 1.737-.141 2.603-.218.872-.076 1.738-.165 2.609-.253.872-.088 1.744-.183 2.621-.289.878-.1 1.749-.206 2.627-.324.878-.112 1.755-.229 2.639-.359.883-.124 1.761-.259 2.65-.395.883-.135 1.767-.282 2.656-.429.89-.148 1.773-.307 2.668-.466.89-.165 1.779-.33 2.674-.506.895-.177 1.785-.36 2.68-.548.895-.189 1.791-.383 2.692-.589.901-.2 1.796-.412 2.703-.63a222.957 222.957 0 0 0 5.43-1.384c.907-.248 1.82-.501 2.733-.76s1.826-.53 2.739-.807c.913-.277 1.832-.559 2.75-.854a171.183 171.183 0 0 0 5.531-1.855 181.946 181.946 0 0 0 5.572-2.056 208.247 208.247 0 0 0 5.618-2.267c.943-.395 1.885-.801 2.827-1.219.943-.419 1.891-.837 2.833-1.273.949-.436 1.897-.877 2.845-1.331.948-.453 1.903-.919 2.857-1.396.954-.477 1.908-.954 2.868-1.448.96-.495 1.92-1.002 2.88-1.514.96-.518 1.926-1.043 2.892-1.579a206.92 206.92 0 0 0 2.904-1.643c.971-.559 1.943-1.131 2.915-1.708a224.848 224.848 0 0 0 11.785-7.545c.99-.677 1.985-1.366 2.981-2.073a241.576 241.576 0 0 0 9.011-6.685 327.006 327.006 0 0 0 3.027-2.385 212.398 212.398 0 0 0 3.045-2.474c1.019-.836 2.038-1.69 3.057-2.556a288.874 288.874 0 0 0 3.068-2.644 214.088 214.088 0 0 0 3.081-2.739 291.524 291.524 0 0 0 6.208-5.748v21.78a319.851 319.851 0 0 1-3.11 2.803 299.657 299.657 0 0 1-6.179 5.331 274.944 274.944 0 0 1-3.068 2.532 246.362 246.362 0 0 1-6.102 4.8 234.42 234.42 0 0 1-3.027 2.274 296.615 296.615 0 0 1-3.016 2.197 239.04 239.04 0 0 1-5.995 4.152 220.868 220.868 0 0 1-14.76 9.064 179.45 179.45 0 0 1-2.915 1.602 195.515 195.515 0 0 1-8.676 4.412c-.96.459-1.914.907-2.868 1.348-.955.436-1.909.866-2.857 1.284-.948.418-1.902.825-2.845 1.225-.948.401-1.89.79-2.833 1.167-.942.382-1.884.747-2.827 1.113a197.739 197.739 0 0 1-5.618 2.055c-.931.324-1.862.642-2.792.954-.931.307-1.855.607-2.78.896-.925.288-1.85.571-2.768.848-.925.277-1.844.542-2.763.801-.918.259-1.831.506-2.75.754-.913.241-1.832.477-2.739.7-.913.224-1.82.448-2.733.66-.907.212-1.814.418-2.721.613a165.937 165.937 0 0 1-5.412 1.095c-.902.171-1.797.33-2.692.489-.895.153-1.791.306-2.686.448a221.16 221.16 0 0 1-5.336.777c-.883.118-1.773.224-2.656.33-.884.106-1.767.2-2.645.294a202.364 202.364 0 0 1-5.265.483c-.878.071-1.749.136-2.621.189a196.112 196.112 0 0 1-5.212.282c-.866.036-1.732.071-2.598.095-.866.023-1.725.047-2.585.064-.86.018-1.72.024-2.58.03-.86.006-1.714.006-2.574 0-.854 0-1.714-.012-2.568-.024-.854-.011-1.708-.029-2.556-.053-.854-.023-1.702-.047-2.55-.076-.848-.03-1.696-.065-2.545-.106-.848-.041-1.69-.083-2.538-.13-.842-.047-1.69-.1-2.533-.153-.842-.053-1.684-.118-2.52-.177-.843-.064-1.679-.129-2.515-.206-.837-.07-1.673-.147-2.509-.224-.837-.076-1.667-.164-2.503-.247-.837-.088-1.667-.177-2.498-.271a351.956 351.956 0 0 1-4.977-.606c-.824-.107-1.649-.218-2.473-.33-.825-.112-1.649-.23-2.474-.348-.824-.118-1.643-.241-2.468-.365a177.05 177.05 0 0 1-2.462-.389c-.818-.129-1.637-.265-2.456-.406a356.878 356.878 0 0 1-4.894-.854c-.813-.147-1.626-.3-2.438-.454-.813-.153-1.626-.306-2.433-.465-.813-.159-1.619-.318-2.432-.483-.807-.165-1.62-.33-2.427-.5l-2.421-.513c-.806-.171-1.613-.347-2.414-.524a283.55 283.55 0 0 1-2.409-.536c-.801-.183-1.608-.365-2.409-.554-.801-.188-1.602-.371-2.403-.565-.801-.189-1.602-.383-2.397-.571-.801-.195-1.596-.389-2.397-.589-.801-.195-1.596-.395-2.392-.595-.795-.2-1.59-.407-2.385-.607-.795-.206-1.59-.406-2.385-.618a275.43 275.43 0 0 1-2.38-.63l-2.379-.637c-.789-.212-1.585-.43-2.374-.642l-2.373-.653c-.79-.218-1.579-.442-2.368-.66-.789-.224-1.578-.442-2.368-.666-.789-.223-1.578-.447-2.361-.677-.79-.23-1.573-.453-2.362-.683l-2.356-.689c-.784-.23-1.573-.465-2.356-.695-.783-.23-1.573-.465-2.356-.701l-2.356-.707c-.783-.235-1.567-.477-2.35-.712-.783-.236-1.566-.478-2.35-.713a1132.978 1132.978 0 0 1-7.032-2.173c-.783-.242-1.561-.489-2.344-.731-.784-.241-1.561-.489-2.344-.73l-2.345-.736-2.338-.742a2327.135 2327.135 0 0 1-4.676-1.485c-.778-.247-1.561-.494-2.338-.742-.778-.247-1.561-.494-2.339-.742-.777-.247-1.56-.5-2.338-.748l-2.338-.742c-.778-.247-1.561-.495-2.338-.748-.778-.247-1.561-.495-2.339-.748l-2.338-.742-2.338-.742-2.338-.742c-.778-.248-1.561-.495-2.338-.742-.778-.248-1.561-.489-2.339-.737-.783-.247-1.56-.488-2.344-.736-.783-.241-1.561-.489-2.344-.736-.783-.241-1.561-.489-2.344-.73l-2.344-.725c-.783-.241-1.561-.477-2.344-.718-.784-.242-1.567-.477-2.344-.719-.784-.235-1.567-.477-2.35-.712l-2.35-.707c-.784-.236-1.573-.471-2.356-.701a280.53 280.53 0 0 0-2.356-.695c-.783-.23-1.573-.465-2.356-.689-.783-.23-1.573-.46-2.362-.683-.789-.23-1.572-.454-2.362-.678-.783-.224-1.572-.447-2.361-.671-.79-.224-1.579-.442-2.368-.666-.789-.218-1.578-.441-2.368-.659-.789-.218-1.578-.43-2.373-.648-.79-.212-1.585-.43-2.374-.636-.789-.212-1.584-.418-2.379-.631-.795-.206-1.591-.412-2.38-.618-.795-.206-1.59-.406-2.385-.612l-2.385-.601c-.796-.2-1.597-.395-2.392-.589-.795-.195-1.596-.389-2.397-.577-.801-.189-1.596-.383-2.397-.566a346.62 346.62 0 0 0-2.403-.553 296.22 296.22 0 0 0-2.403-.542c-.807-.177-1.608-.354-2.415-.53a176.08 176.08 0 0 0-2.414-.513c-.807-.171-1.614-.336-2.421-.5-.807-.165-1.614-.33-2.421-.489-.807-.159-1.62-.318-2.432-.471l-2.433-.46-2.438-.442c-.813-.147-1.632-.288-2.444-.424-.819-.141-1.638-.276-2.45-.412-.819-.135-1.638-.265-2.457-.389-.818-.129-1.643-.253-2.461-.377-.825-.123-1.644-.241-2.468-.353-.825-.118-1.649-.224-2.474-.336-.824-.112-1.649-.218-2.474-.318-.824-.1-1.655-.2-2.485-.294-.831-.094-1.661-.189-2.491-.277-.831-.088-1.661-.177-2.498-.259-.836-.083-1.666-.159-2.503-.236-.836-.076-1.672-.147-2.509-.212-.836-.065-1.678-.129-2.515-.182-.836-.059-1.678-.112-2.521-.165-.842-.053-1.684-.1-2.532-.142-.842-.041-1.69-.082-2.533-.112-.842-.029-1.696-.064-2.544-.088-.848-.023-1.696-.047-2.55-.065-.854-.017-1.702-.029-2.556-.035-.854-.006-1.709-.006-2.568-.006-.854 0-1.714.012-2.574.024-.86.011-1.72.029-2.58.053-.86.023-1.72.053-2.586.082-.865.035-1.731.065-2.597.112-.866.041-1.731.094-2.603.147a190.187 190.187 0 0 0-5.236.389c-.878.077-1.749.159-2.627.247-.878.089-1.755.177-2.639.277-.877.1-1.761.206-2.644.318-.883.112-1.767.224-2.656.348-.89.123-1.773.253-2.668.388-.89.136-1.779.283-2.674.43a214.851 214.851 0 0 0-5.372.984c-.901.177-1.802.359-2.703.554-.901.188-1.808.388-2.71.594-.9.207-1.813.419-2.72.637-.907.217-1.82.447-2.733.683-.913.235-1.826.477-2.739.73-.913.253-1.832.512-2.75.778-.92.265-1.838.541-2.763.824-.919.283-1.843.577-2.768.878a187.557 187.557 0 0 0-8.375 2.933c-.937.353-1.873.712-2.816 1.083a196.494 196.494 0 0 0-5.66 2.345c-.948.406-1.896.824-2.844 1.254-.954.43-1.903.872-2.857 1.319-.954.448-1.914.907-2.868 1.379-.96.471-1.92.948-2.88 1.437a190.05 190.05 0 0 0-5.796 3.074c-.971.536-1.943 1.078-2.915 1.637-.972.56-1.95 1.125-2.927 1.708-.978.578-1.962 1.173-2.94 1.779-.977.607-1.966 1.219-2.95 1.844a214.012 214.012 0 0 0-5.943 3.916c-.995.678-1.99 1.373-2.992 2.074-1.001.7-2.002 1.419-3.003 2.149a246.988 246.988 0 0 0-3.016 2.232c-1.007.76-2.014 1.532-3.027 2.315a260.73 260.73 0 0 0-3.045 2.397 229.423 229.423 0 0 0-3.057 2.486 224.708 224.708 0 0 0-3.069 2.574A321.805 321.805 0 0 0 0 164.178a277.505 277.505 0 0 0-3.11 2.851l-.017-.047Z\' fill=\'%23589A43\'/%3E%3Cpath d=\'M435.877 170.681c.601 0 1.196 0 1.797-.006.86 0 1.725-.012 2.585-.03.866-.017 1.732-.041 2.598-.065a174.56 174.56 0 0 0 2.603-.094 190.584 190.584 0 0 0 5.236-.283c.877-.058 1.749-.123 2.632-.188.878-.071 1.756-.141 2.639-.224.878-.082 1.761-.171 2.645-.259.883-.094 1.767-.188 2.656-.294.889-.106 1.773-.212 2.662-.33.889-.118 1.779-.242 2.674-.371.895-.13 1.79-.265 2.68-.407.895-.141 1.79-.294 2.691-.447a140.09 140.09 0 0 0 2.698-.489c.901-.171 1.808-.342 2.709-.53.907-.183 1.814-.377 2.721-.572.907-.2 1.82-.406 2.727-.618.913-.212 1.826-.436 2.739-.66.913-.229 1.832-.459 2.75-.706a184.488 184.488 0 0 0 8.311-2.409c.93-.295 1.861-.589 2.792-.901.93-.307 1.867-.631 2.803-.955.937-.324 1.873-.665 2.815-1.007.937-.341 1.879-.695 2.822-1.06.942-.365 1.89-.736 2.833-1.113a200.666 200.666 0 0 0 5.701-2.403c.954-.418 1.908-.848 2.868-1.29.96-.442 1.914-.889 2.88-1.349.96-.459 1.926-.93 2.892-1.413s1.932-.972 2.904-1.473c.971-.5 1.937-1.019 2.915-1.543a199.582 199.582 0 0 0 5.866-3.286c.984-.571 1.961-1.149 2.951-1.744a232.72 232.72 0 0 0 5.937-3.704 221.886 221.886 0 0 0 5.984-4.011 195.309 195.309 0 0 0 3.01-2.12 198.874 198.874 0 0 0 3.021-2.203c1.013-.748 2.02-1.508 3.039-2.279a341.916 341.916 0 0 0 3.051-2.362 243.926 243.926 0 0 0 6.137-4.989c1.025-.86 2.055-1.737 3.092-2.627a272.365 272.365 0 0 0 6.22-5.524l.218-.201V88.478l-1.149 1.095c-1.036.99-2.073 1.961-3.104 2.916-1.03.954-2.061 1.896-3.092 2.82a213.154 213.154 0 0 1-3.074 2.728 294.29 294.29 0 0 1-6.108 5.188 261.601 261.601 0 0 1-3.033 2.468 210.77 210.77 0 0 1-3.022 2.38 327.408 327.408 0 0 1-3.009 2.303c-1.002.753-1.997 1.49-2.992 2.22-.996.724-1.991 1.443-2.98 2.144a221.485 221.485 0 0 1-5.926 4.058c-.983.654-1.961 1.29-2.944 1.914a205.56 205.56 0 0 1-2.934 1.844c-.971.6-1.949 1.195-2.921 1.772-.972.583-1.938 1.149-2.909 1.708-.966.56-1.932 1.108-2.892 1.644-.96.536-1.926 1.06-2.886 1.572-.96.513-1.914 1.019-2.868 1.508a219.888 219.888 0 0 1-8.546 4.17 215.22 215.22 0 0 1-8.446 3.64c-.931.377-1.867.742-2.792 1.101a170.93 170.93 0 0 1-5.554 2.05c-.925.324-1.844.642-2.762.948-.919.306-1.838.607-2.751.901-.913.295-1.826.571-2.739.848-.913.277-1.825.542-2.732.807-.907.259-1.815.513-2.722.76s-1.808.483-2.709.713c-.901.229-1.802.453-2.703.671a215.415 215.415 0 0 1-8.046 1.755c-.889.177-1.778.342-2.662.507-.889.159-1.773.318-2.656.465-.883.147-1.767.294-2.644.43-.884.135-1.762.271-2.639.394-.878.124-1.755.242-2.627.354-.872.112-1.749.218-2.621.324-.872.1-1.743.194-2.609.288a200.7 200.7 0 0 1-2.603.254c-.866.076-1.732.153-2.598.218-.865.064-1.725.135-2.585.188-.86.059-1.726.112-2.58.159-.86.047-1.714.094-2.574.13-.854.041-1.714.07-2.568.1-.854.029-1.708.053-2.556.07-.854.018-1.702.036-2.55.042-.848.011-1.696.017-2.544.017h-.389c-.719 0-1.431 0-2.144-.006-.842-.005-1.69-.017-2.527-.035-.842-.018-1.684-.035-2.521-.059-.842-.023-1.678-.053-2.514-.082a332.482 332.482 0 0 1-5.013-.242c-.83-.047-1.666-.1-2.497-.153a277.988 277.988 0 0 1-4.977-.377 344.651 344.651 0 0 1-4.953-.453c-.824-.083-1.643-.171-2.468-.259-.824-.089-1.643-.183-2.462-.277-.818-.094-1.637-.195-2.456-.295-.818-.1-1.637-.2-2.45-.312a332.414 332.414 0 0 1-4.882-.677c-.813-.118-1.626-.242-2.433-.36-.813-.123-1.619-.247-2.432-.376-.807-.13-1.62-.26-2.427-.395-.807-.136-1.614-.265-2.421-.406-.806-.136-1.613-.277-2.414-.425l-.248-.041c-.724-.129-1.443-.253-2.161-.388-.801-.148-1.608-.301-2.409-.448l-2.403-.459c-.801-.154-1.602-.313-2.397-.472-.801-.159-1.602-.324-2.397-.483-.801-.165-1.597-.324-2.392-.494-.795-.165-1.596-.336-2.391-.507-.795-.171-1.59-.341-2.385-.518-.795-.177-1.59-.348-2.38-.524-.795-.177-1.584-.36-2.379-.536l-2.38-.548c-.789-.183-1.578-.365-2.373-.554l-2.368-.565c-.789-.189-1.578-.383-2.367-.571-.678-.165-1.361-.33-2.038-.501l-.33-.083c-.789-.194-1.573-.388-2.362-.588l-.265-.065c-.701-.177-1.396-.348-2.097-.524-.783-.201-1.572-.401-2.356-.601l-16.45-4.353c-.783-.212-1.56-.424-2.344-.642l-46.8-13.04c-.783-.212-1.566-.429-2.35-.642l-9.394-2.509c-.783-.206-1.566-.412-2.356-.612l-4.717-1.213c-.789-.201-1.573-.401-2.362-.595-.789-.2-1.578-.395-2.362-.589l-2.367-.583c-.79-.195-1.579-.383-2.368-.577l-2.374-.566c-.789-.188-1.584-.371-2.373-.559l-.554-.13c-.607-.141-1.213-.283-1.826-.424-.795-.183-1.584-.359-2.379-.542l-2.386-.53c-.795-.177-1.59-.348-2.385-.524l-2.391-.513c-.666-.141-1.331-.276-1.997-.418l-.394-.082c-.795-.165-1.596-.33-2.397-.489l-2.403-.477c-.801-.159-1.602-.312-2.409-.465a291.2 291.2 0 0 0-2.409-.454l-2.415-.442c-.807-.147-1.614-.288-2.421-.43-.807-.141-1.614-.276-2.42-.412-.807-.135-1.62-.265-2.427-.395-.813-.129-1.62-.259-2.432-.382-.813-.124-1.626-.248-2.439-.365-.813-.118-1.625-.236-2.444-.348-.813-.112-1.631-.23-2.45-.336l-2.456-.318c-.819-.1-1.638-.206-2.456-.3l-2.468-.283-2.474-.265-2.473-.247a318.808 318.808 0 0 0-4.977-.43c-.831-.065-1.667-.124-2.497-.183-.831-.059-1.667-.112-2.504-.165-.836-.053-1.666-.094-2.509-.141-.836-.041-1.678-.083-2.515-.118-.836-.035-1.678-.065-2.52-.094a178.01 178.01 0 0 0-2.527-.071c-.842-.017-1.69-.035-2.539-.047-.848-.012-1.69-.018-2.544-.018h-.512c-.678 0-1.355 0-2.038.006a320.592 320.592 0 0 0-5.124.095c-.854.023-1.714.053-2.574.088-.86.035-1.72.071-2.58.118-.86.041-1.725.094-2.585.147a188.798 188.798 0 0 0-5.201.389c-.872.076-1.737.159-2.609.241-.872.089-1.743.183-2.621.277-.878.1-1.755.2-2.633.306-.877.112-1.755.224-2.638.348-.884.118-1.767.247-2.651.383-.883.129-1.767.271-2.656.412-.883.147-1.773.294-2.662.453a226.377 226.377 0 0 0-5.36 1.025c-.895.183-1.79.377-2.691.571-.902.201-1.797.401-2.698.613-.901.212-1.808.43-2.71.66-.906.223-1.813.453-2.72.695-.907.241-1.82.489-2.733.742s-1.826.518-2.739.789a189.335 189.335 0 0 0-5.513 1.72 187.214 187.214 0 0 0-5.548 1.914 205.313 205.313 0 0 0-5.595 2.114c-.936.371-1.873.754-2.815 1.143a219.34 219.34 0 0 0-5.654 2.444c-.949.424-1.897.86-2.845 1.308a190.84 190.84 0 0 0-5.725 2.797 205.781 205.781 0 0 0-5.772 3.045 212.019 212.019 0 0 0-5.813 3.299 220.515 220.515 0 0 0-8.817 5.459c-.984.642-1.973 1.296-2.962 1.962-.99.665-1.98 1.348-2.975 2.038-.995.689-1.985 1.395-2.986 2.114a289.13 289.13 0 0 0-2.998 2.191 241.279 241.279 0 0 0-6.03 4.617 265.36 265.36 0 0 0-3.034 2.433 351.394 351.394 0 0 0-3.051 2.515 255.79 255.79 0 0 0-6.137 5.301c-1.03.912-2.056 1.837-3.086 2.78a290.153 290.153 0 0 0-6.22 5.842l.937.99a307.33 307.33 0 0 1 6.19-5.584 250.652 250.652 0 0 1 6.137-5.218 273.294 273.294 0 0 1 3.045-2.48 259.19 259.19 0 0 1 6.054-4.7 242.081 242.081 0 0 1 6.008-4.37c.995-.701 1.99-1.39 2.98-2.067a213.664 213.664 0 0 1 8.87-5.743c.978-.6 1.956-1.189 2.933-1.772.978-.578 1.95-1.143 2.921-1.703.972-.553 1.938-1.095 2.904-1.631.966-.53 1.932-1.054 2.898-1.567a213.782 213.782 0 0 1 5.754-2.933c.954-.465 1.908-.925 2.863-1.372a163.576 163.576 0 0 1 5.684-2.562 189.92 189.92 0 0 1 8.445-3.416c.93-.354 1.861-.695 2.792-1.031.93-.33 1.855-.66 2.78-.972.924-.318 1.85-.618 2.774-.919.919-.3 1.843-.589 2.756-.871a176.807 176.807 0 0 1 5.49-1.596c.912-.248 1.82-.495 2.732-.725.907-.235 1.814-.465 2.721-.683.907-.218 1.808-.43 2.71-.636.9-.206 1.802-.401 2.703-.589.901-.189 1.796-.377 2.692-.554.895-.176 1.79-.347 2.679-.506.896-.165 1.785-.318 2.674-.465.89-.148 1.779-.295 2.663-.43.883-.136 1.772-.265 2.656-.389.883-.124 1.767-.236 2.644-.348.884-.112 1.761-.218 2.639-.318.877-.1 1.755-.188 2.633-.277a209.16 209.16 0 0 1 5.236-.459c.865-.065 1.737-.124 2.603-.177.866-.053 1.731-.1 2.597-.147.866-.041 1.726-.076 2.592-.112.86-.035 1.719-.059 2.579-.082.86-.024 1.714-.041 2.574-.053.86-.012 1.714-.018 2.568-.024h.73c.607 0 1.22 0 1.826.006.854.006 1.702.024 2.551.035.848.018 1.696.036 2.544.059a303.061 303.061 0 0 1 5.065.201c.842.041 1.684.088 2.521.141.842.053 1.678.106 2.515.165.836.059 1.672.118 2.509.182.836.065 1.667.136 2.503.212.83.077 1.667.154 2.497.236.831.083 1.661.171 2.492.259.83.089 1.655.177 2.485.277.825.094 1.655.194 2.48.295.824.1 1.649.206 2.473.318.825.111 1.649.217 2.468.335l2.462.354c.819.123 1.637.247 2.456.377.819.129 1.631.253 2.45.388.813.136 1.632.271 2.444.413l2.439.424c.813.147 1.625.288 2.432.441.813.148 1.62.301 2.433.46a345.632 345.632 0 0 1 4.847.96c.807.165 1.614.33 2.421.5l2.408.513 2.409.53c.801.177 1.602.359 2.403.542a346.62 346.62 0 0 1 4.795 1.119c.801.188 1.596.383 2.391.577.795.194 1.596.389 2.391.589.795.2 1.59.395 2.385.601.796.2 1.591.406 2.386.612l.3.077c.689.177 1.384.359 2.073.536.795.206 1.585.418 2.374.63l2.373.636c.79.212 1.579.43 2.368.642l2.368.654 2.362.66c.789.223 1.572.447 2.361.671l2.362.677c.783.224 1.573.454 2.356.683l2.356.69c.783.229 1.567.459 2.35.695l25.785 7.951 46.835 14.724 7.068 2.103c.783.229 1.573.465 2.362.689l2.362.683c.789.224 1.578.453 2.367.677.695.201 1.39.395 2.085.589l.283.077c.789.224 1.578.442 2.373.659l2.374.654c.789.218 1.584.43 2.38.642l2.379.636c.795.212 1.59.418 2.385.631.737.194 1.479.382 2.221.571l.171.041c.795.206 1.596.406 2.391.607.801.2 1.596.4 2.397.595.795.194 1.596.394 2.397.589.742.182 1.49.359 2.232.535l.171.042c.801.188 1.602.377 2.409.565.801.189 1.608.371 2.409.554.807.182 1.608.359 2.415.536.807.176 1.613.353 2.42.524.807.171 1.614.347 2.427.512.807.171 1.62.336 2.426.501.813.165 1.62.324 2.433.483.813.159 1.625.318 2.438.471.813.153 1.626.306 2.445.454l2.45.441c.818.142 1.637.283 2.456.419l2.462.406 2.467.389c.825.123 1.644.247 2.468.365a350.53 350.53 0 0 0 4.959.677c.831.106 1.661.212 2.492.312.83.1 1.661.201 2.497.295.836.094 1.667.182 2.503.271.836.088 1.673.17 2.509.247a326.51 326.51 0 0 0 5.036.43c.842.065 1.684.124 2.526.177.843.059 1.691.106 2.539.159.848.047 1.696.094 2.544.129.848.042 1.697.077 2.551.106.854.03 1.702.059 2.556.077.854.023 1.708.041 2.562.053.854.012 1.714.023 2.574.023h.789l-.024.048Zm142.155-59.145c-.96.877-1.926 1.743-2.88 2.597-1.031.919-2.062 1.82-3.087 2.704-1.03.883-2.055 1.755-3.074 2.615a270.941 270.941 0 0 1-3.063 2.52 325.103 325.103 0 0 1-3.045 2.439 254.928 254.928 0 0 1-6.054 4.617 291.075 291.075 0 0 1-3.01 2.191c-1.001.719-1.996 1.42-2.992 2.109-.995.689-1.991 1.366-2.98 2.032a206.717 206.717 0 0 1-5.925 3.834 194.624 194.624 0 0 1-5.878 3.54 228.42 228.42 0 0 1-2.921 1.667c-.972.541-1.938 1.077-2.904 1.596-.966.518-1.932 1.03-2.892 1.531-.96.501-1.926.984-2.88 1.467-.96.477-1.914.948-2.868 1.401a173.317 173.317 0 0 1-5.707 2.621c-.949.418-1.891.825-2.839 1.219-.943.395-1.885.784-2.827 1.167a177.05 177.05 0 0 1-5.619 2.155 184.892 184.892 0 0 1-5.572 1.95c-.924.306-1.849.6-2.774.889-.919.289-1.843.571-2.762.842s-1.838.542-2.751.795c-.913.26-1.826.507-2.738.748-.913.242-1.826.472-2.733.701-.907.224-1.814.448-2.721.66a216.737 216.737 0 0 1-5.413 1.184c-.901.182-1.796.353-2.692.524a229.357 229.357 0 0 1-5.353.931c-.89.141-1.779.276-2.663.406-.883.13-1.772.253-2.656.371-.883.118-1.767.224-2.644.33-.878.106-1.761.2-2.639.294-.877.089-1.755.183-2.627.259-.877.083-1.749.154-2.621.224-.871.071-1.743.13-2.615.189a194.21 194.21 0 0 1-5.2.282c-.866.036-1.726.071-2.586.095-.86.023-1.72.047-2.58.064-.859.018-1.713.024-2.573.03-.595 0-1.19.006-1.785.006h-.783c-.854 0-1.708-.018-2.556-.03-.854-.011-1.703-.029-2.551-.053-.848-.023-1.696-.047-2.544-.076-.848-.03-1.69-.065-2.539-.106-.842-.041-1.69-.083-2.526-.13-.842-.047-1.685-.1-2.527-.153-.842-.053-1.679-.118-2.515-.177a163.05 163.05 0 0 1-2.509-.206c-.836-.07-1.667-.147-2.503-.224-.836-.076-1.667-.165-2.497-.247a351.143 351.143 0 0 1-4.977-.559c-.825-.101-1.655-.201-2.48-.307a348.88 348.88 0 0 1-2.473-.33c-.825-.111-1.644-.229-2.468-.347-.819-.118-1.643-.242-2.462-.365a173.9 173.9 0 0 1-2.456-.389c-.819-.13-1.632-.265-2.45-.4a336.951 336.951 0 0 1-7.315-1.308c-.813-.153-1.62-.306-2.433-.465-.807-.159-1.619-.318-2.426-.483-.807-.165-1.614-.33-2.421-.501-.807-.171-1.614-.341-2.415-.512-.807-.171-1.608-.348-2.415-.524-.801-.177-1.607-.354-2.408-.536-.801-.183-1.602-.366-2.403-.554-.801-.183-1.603-.371-2.403-.565l-.171-.042-2.227-.53a245.54 245.54 0 0 1-2.391-.589c-.795-.194-1.596-.394-2.391-.595-.795-.2-1.59-.4-2.385-.606l-.171-.041c-.736-.189-1.479-.377-2.215-.572-.795-.206-1.584-.418-2.379-.624l-2.374-.636c-.789-.212-1.584-.43-2.373-.642l-2.368-.654c-.789-.218-1.578-.442-2.368-.66l-.282-.082c-.695-.194-1.39-.389-2.085-.589-.79-.224-1.573-.448-2.362-.677l-2.362-.684-2.356-.689-16.45-4.971-63.238-19.807c-.783-.235-1.567-.465-2.356-.695l-2.356-.695c-.789-.229-1.572-.459-2.361-.683l-2.368-.677-2.368-.672-2.367-.665c-.79-.218-1.579-.442-2.374-.66-.789-.218-1.584-.43-2.374-.648-.795-.212-1.584-.43-2.379-.642-.795-.212-1.584-.424-2.38-.63-.695-.182-1.389-.359-2.079-.542l-.3-.076c-.795-.206-1.59-.413-2.385-.613l-2.392-.601c-.795-.2-1.596-.394-2.397-.589-.795-.194-1.596-.388-2.397-.577-.801-.188-1.602-.383-2.403-.565-.801-.189-1.608-.371-2.409-.554-.801-.182-1.608-.365-2.409-.542-.806-.176-1.613-.359-2.414-.53-.801-.171-1.614-.347-2.421-.518a288.77 288.77 0 0 0-2.427-.501c-.807-.165-1.613-.33-2.426-.489-.813-.159-1.62-.318-2.433-.471l-2.438-.459c-.813-.153-1.626-.295-2.444-.442-.813-.147-1.632-.288-2.45-.43-.819-.141-1.638-.277-2.456-.412-.819-.136-1.638-.265-2.462-.389-.819-.129-1.644-.253-2.468-.377a191.17 191.17 0 0 0-2.474-.353 164.3 164.3 0 0 0-2.479-.336c-.825-.112-1.655-.218-2.48-.318a351.956 351.956 0 0 0-7.492-.83c-.836-.083-1.672-.159-2.509-.236a176.34 176.34 0 0 0-2.515-.212c-.842-.065-1.678-.13-2.52-.183-.843-.058-1.685-.111-2.527-.164-.842-.053-1.691-.101-2.539-.142-.848-.041-1.69-.082-2.544-.112a180.95 180.95 0 0 0-2.55-.088c-.848-.024-1.702-.047-2.556-.065-.854-.018-1.708-.029-2.562-.035-.613 0-1.225-.006-1.838-.006h-.736c-.86 0-1.72.012-2.58.023-.86.012-1.726.03-2.591.053-.866.024-1.726.053-2.598.083-.866.035-1.737.071-2.603.112-.872.041-1.738.094-2.609.147a192.132 192.132 0 0 0-5.248.389c-.878.076-1.755.159-2.639.247-.883.089-1.761.183-2.644.277a210.695 210.695 0 0 0-5.318.671c-.89.124-1.779.254-2.674.395-.896.136-1.785.283-2.68.43-.895.153-1.791.306-2.692.471a213.116 213.116 0 0 0-5.407 1.066c-.907.195-1.814.389-2.72.595-.908.206-1.82.418-2.733.642-.913.224-1.826.448-2.74.689-.912.236-1.831.483-2.75.73-.919.254-1.837.513-2.762.778a196.282 196.282 0 0 0-5.554 1.708 169.048 169.048 0 0 0-5.595 1.908 202.032 202.032 0 0 0-5.637 2.126 191.745 191.745 0 0 0-8.534 3.605c-.954.43-1.908.872-2.868 1.319-.96.448-1.92.913-2.88 1.384-.96.472-1.926.954-2.892 1.443a199.67 199.67 0 0 0-8.746 4.724c-.784.447-1.567.901-2.356 1.366.04-.023.082-.053.123-.076a228.51 228.51 0 0 1 5.825-3.546c.966-.565 1.932-1.125 2.898-1.673.96-.547 1.92-1.077 2.88-1.607a192.402 192.402 0 0 1 5.73-3.022c.955-.483 1.903-.954 2.851-1.419a197.426 197.426 0 0 1 8.481-3.905c.937-.407 1.874-.801 2.804-1.19.93-.389 1.861-.766 2.792-1.131a363.2 363.2 0 0 1 2.78-1.078c.924-.347 1.85-.689 2.774-1.024a190.834 190.834 0 0 1 19.118-5.819c.901-.224 1.796-.442 2.692-.654.895-.212 1.79-.413 2.679-.607a215.87 215.87 0 0 1 7.993-1.584c.883-.159 1.767-.306 2.644-.454.884-.141 1.761-.282 2.639-.412.877-.13 1.755-.259 2.633-.377.877-.118 1.749-.236 2.621-.342.871-.106 1.743-.212 2.615-.306a189.772 189.772 0 0 1 5.2-.518c.866-.077 1.726-.141 2.586-.206.86-.065 1.72-.124 2.579-.177.86-.053 1.714-.106 2.574-.147.854-.041 1.714-.083 2.568-.118.854-.035 1.708-.065 2.556-.088.848-.024 1.702-.047 2.551-.059.848-.018 1.696-.024 2.544-.036.677 0 1.349-.011 2.026-.011h.512c.843 0 1.691.011 2.527.017.842.012 1.685.024 2.521.047.836.024 1.679.042 2.515.071.836.03 1.673.059 2.509.094.836.036 1.673.077 2.503.118.83.041 1.667.088 2.497.142.831.053 1.661.106 2.492.164.83.059 1.661.118 2.485.183a343.581 343.581 0 0 1 4.947.43c.825.077 1.644.159 2.468.241.819.083 1.644.171 2.462.26.819.088 1.638.182 2.456.282.819.095 1.632.201 2.45.301.813.1 1.632.206 2.445.318.812.106 1.631.218 2.444.335.813.112 1.625.23 2.432.348a330.574 330.574 0 0 1 4.853.748c.807.129 1.614.259 2.421.395.807.135 1.608.27 2.415.412l2.415.424c.807.141 1.608.288 2.409.442.801.147 1.602.3 2.403.453.801.153 1.602.306 2.403.465.801.159 1.596.313 2.391.472.795.159 1.596.324 2.391.488l.401.083c.665.135 1.331.277 1.99.412l2.386.513c.795.17 1.59.347 2.379.518l2.38.53c.795.177 1.584.359 2.373.536l1.82.424.554.13c.789.182 1.578.365 2.367.553l2.368.566c.789.188 1.573.382 2.362.571l2.362.583c.783.194 1.572.389 2.361.589.784.194 1.567.395 2.356.595l4.712 1.207c.783.2 1.567.407 2.35.613l9.388 2.503 2.344.636 46.8 13.04c.784.212 1.561.43 2.344.642l14.106 3.752 2.356.606 2.362.601 2.103.53.265.065c.789.194 1.578.394 2.367.589l.33.082c.683.171 1.361.336 2.044.501.789.194 1.578.383 2.373.571l2.374.566c.789.188 1.584.371 2.379.553.796.183 1.591.365 2.38.548.795.183 1.59.359 2.385.542l2.386.53c.795.177 1.596.347 2.391.518.795.171 1.596.342 2.397.507.801.171 1.596.33 2.397.494.801.165 1.602.324 2.403.489.801.159 1.602.318 2.409.471.807.154 1.608.313 2.409.46.807.153 1.608.3 2.415.453.724.136 1.448.26 2.173.389l.247.041c.807.142 1.614.283 2.427.424.807.142 1.62.277 2.426.407a341.882 341.882 0 0 0 4.871.771c.813.124 1.626.248 2.445.366a344.048 344.048 0 0 0 12.303 1.56 273.224 273.224 0 0 0 4.965.495c.831.077 1.661.147 2.492.218.83.071 1.66.135 2.497.2.83.065 1.667.124 2.503.177a351.68 351.68 0 0 0 5.024.289c.836.041 1.678.076 2.521.111.842.036 1.684.059 2.526.083.843.023 1.691.047 2.539.059.848.017 1.696.029 2.544.035.719.006 1.437.006 2.156.006h.389a312.685 312.685 0 0 0 5.118-.059 186.83 186.83 0 0 0 2.574-.071 319.21 319.21 0 0 0 2.579-.1c.86-.041 1.726-.082 2.586-.129a188.401 188.401 0 0 0 5.201-.354c.871-.07 1.743-.141 2.615-.223.871-.077 1.743-.165 2.62-.254.878-.088 1.75-.188 2.627-.288.878-.1 1.755-.212 2.639-.324.877-.112 1.761-.236 2.644-.36.884-.123 1.767-.259 2.657-.394.883-.136 1.772-.283 2.662-.43.889-.147 1.784-.306 2.674-.465a217.822 217.822 0 0 0 5.371-1.061c.901-.188 1.797-.388 2.698-.589.901-.206 1.808-.412 2.709-.63.907-.218 1.814-.441 2.721-.677.907-.23 1.82-.471 2.727-.719a155.5 155.5 0 0 0 2.739-.765c.913-.259 1.831-.53 2.75-.813a188.698 188.698 0 0 0 5.537-1.761c.924-.312 1.849-.63 2.78-.954.93-.324 1.861-.66 2.791-1.007a223.962 223.962 0 0 0 5.619-2.168 210.924 210.924 0 0 0 5.654-2.385 197.478 197.478 0 0 0 5.701-2.615c.955-.454 1.909-.925 2.869-1.396a202.424 202.424 0 0 0 8.675-4.559 208.544 208.544 0 0 0 5.837-3.363c.978-.583 1.955-1.178 2.939-1.784a236.605 236.605 0 0 0 5.913-3.782c.99-.653 1.979-1.319 2.975-2.002.995-.677 1.984-1.372 2.986-2.073a311.63 311.63 0 0 0 2.998-2.156 253.545 253.545 0 0 0 6.031-4.547c1.013-.783 2.02-1.584 3.039-2.391a264.324 264.324 0 0 0 3.051-2.48 349.595 349.595 0 0 0 3.062-2.562c1.025-.871 2.05-1.755 3.075-2.65 1.03-.895 2.055-1.814 3.092-2.745a282.504 282.504 0 0 0 5.071-4.67v19.895l.006-.023Z\' fill=\'url(%23a)\'/%3E%3Cpath d=\'M-3.127 166.982a297.078 297.078 0 0 1 6.207-6.025c1.031-.972 2.056-1.932 3.08-2.875 1.025-.942 2.05-1.873 3.07-2.785a245.493 245.493 0 0 1 3.056-2.692 281.97 281.97 0 0 1 6.072-5.13 336.6 336.6 0 0 1 3.016-2.438 206.336 206.336 0 0 1 3.004-2.356 231.74 231.74 0 0 1 2.992-2.274 221.598 221.598 0 0 1 5.942-4.323 251.907 251.907 0 0 1 5.89-4.028c.978-.648 1.956-1.284 2.927-1.909a220.883 220.883 0 0 1 8.71-5.306c.961-.56 1.921-1.102 2.881-1.638.96-.536 1.914-1.06 2.869-1.572.954-.513 1.908-1.019 2.856-1.514.948-.495 1.902-.978 2.845-1.449a253.108 253.108 0 0 1 5.66-2.727c.942-.435 1.879-.86 2.815-1.278a166.59 166.59 0 0 1 2.804-1.219c.93-.394 1.86-.789 2.791-1.172a206.512 206.512 0 0 1 5.549-2.185c.924-.348 1.843-.689 2.762-1.019.919-.33 1.837-.648 2.75-.966.913-.312 1.832-.618 2.739-.919.913-.3 1.82-.589 2.733-.871.913-.283 1.814-.56 2.72-.825.908-.265 1.81-.524 2.71-.777.901-.254 1.802-.501 2.704-.737.901-.235 1.796-.471 2.691-.695a273.69 273.69 0 0 1 2.68-.653c.895-.212 1.785-.418 2.674-.613.889-.2 1.779-.389 2.662-.577a211.29 211.29 0 0 1 5.301-1.025c.883-.159 1.761-.318 2.638-.465a219.836 219.836 0 0 1 5.248-.813c.872-.124 1.744-.247 2.615-.36.872-.111 1.738-.217 2.604-.317.865-.1 1.731-.2 2.597-.289.866-.094 1.726-.176 2.585-.259a191.902 191.902 0 0 1 5.154-.424 375.05 375.05 0 0 1 2.568-.17c.854-.054 1.708-.101 2.556-.142.854-.041 1.702-.083 2.55-.112.848-.035 1.697-.059 2.545-.088.848-.03 1.69-.048 2.538-.06.842-.017 1.685-.029 2.527-.035.842-.006 1.684-.011 2.521-.006.842 0 1.678 0 2.515.012.836.012 1.672.024 2.509.041a352.838 352.838 0 0 1 5 .147c.83.03 1.661.066 2.491.107.831.035 1.655.082 2.486.13a344.22 344.22 0 0 1 4.953.312c.825.058 1.643.123 2.468.188.819.065 1.643.13 2.462.206a322.599 322.599 0 0 1 4.906.465 336.891 336.891 0 0 1 4.883.536 342.327 342.327 0 0 1 4.864.595c.807.106 1.62.212 2.427.324.807.106 1.614.224 2.421.336.807.112 1.613.229 2.42.347.807.118 1.608.242 2.409.365.801.124 1.608.248 2.409.377l2.403.389c.801.13 1.596.265 2.397.401.801.135 1.596.271 2.397.412l2.392.424c.795.141 1.59.289 2.385.436.795.147 1.59.294 2.385.447.795.148 1.591.307 2.38.46.795.153 1.584.306 2.379.465l2.374.477a417.448 417.448 0 0 1 4.741.978c.789.165 1.578.33 2.368.501.789.17 1.578.335 2.361.506.79.171 1.573.342 2.362.518.784.171 1.573.348 2.356.525l2.356.53c.783.176 1.573.353 2.356.536.783.176 1.567.359 2.356.536l2.35.547c.783.183 1.567.365 2.35.554.783.182 1.567.371 2.35.554.783.188 1.561.371 2.344.559l2.344.565c.778.189 1.561.377 2.344.566.784.188 1.561.383 2.344.571.784.189 1.561.383 2.344.571.778.195 1.561.383 2.339.578.777.194 1.56.388 2.338.577l2.338.583 2.338.583 2.339.583 2.338.583c.777.195 1.555.389 2.338.583.777.195 1.561.389 2.338.583l2.338.583 2.339.584 2.338.583c.777.194 1.561.388 2.338.583.778.194 1.561.388 2.338.583.784.194 1.561.383 2.344.577.778.194 1.561.383 2.339.577.777.195 1.56.383 2.344.571.783.189 1.561.383 2.344.572.783.188 1.561.383 2.344.571l2.344.566c.783.188 1.567.371 2.35.559.783.189 1.567.371 2.35.554l2.35.547c.783.183 1.567.366 2.356.548.783.183 1.573.359 2.356.536.783.177 1.572.359 2.356.536.789.177 1.572.353 2.362.524.789.171 1.572.348 2.361.519.79.17 1.573.341 2.362.512.789.171 1.579.336 2.368.506.789.165 1.578.336 2.368.501.789.165 1.578.33 2.373.489.789.159 1.584.324 2.374.483.795.159 1.584.318 2.379.471.795.153 1.584.312 2.38.465.795.154 1.59.307 2.385.454l2.385.442c.795.147 1.596.288 2.391.43l2.398.424c.801.141 1.596.271 2.397.406.801.136 1.602.271 2.403.401.801.129 1.602.259 2.409.382.801.13 1.607.254 2.409.371.806.124 1.607.242 2.414.36.807.117 1.614.235 2.421.347.807.112 1.614.224 2.427.33.806.106 1.619.218 2.426.318.813.106 1.626.206 2.438.3.813.101 1.626.189 2.439.283a337.98 337.98 0 0 0 4.894.524c.819.083 1.637.159 2.456.236a375.6 375.6 0 0 0 2.462.218c.825.071 1.643.135 2.468.2.824.065 1.649.124 2.474.177.824.059 1.649.112 2.479.159.825.053 1.655.094 2.486.141l2.491.124c.83.035 1.667.065 2.497.094.831.03 1.667.053 2.503.077.837.023 1.673.041 2.509.053.837.011 1.673.023 2.515.029.843.006 1.679.006 2.521.006.842 0 1.685-.006 2.533-.018.842-.011 1.69-.023 2.538-.047.848-.017 1.696-.041 2.545-.07.848-.03 1.696-.059 2.55-.095.854-.035 1.702-.076 2.556-.123.854-.048 1.708-.095 2.568-.154.86-.053 1.714-.117 2.574-.182.86-.065 1.719-.136 2.579-.212.86-.077 1.726-.153 2.586-.242.866-.082 1.732-.176 2.597-.271.866-.094 1.738-.194 2.604-.306a196.783 196.783 0 0 0 5.236-.707 198.463 198.463 0 0 0 5.265-.848 229.21 229.21 0 0 0 5.301-.989c.889-.177 1.773-.359 2.662-.554.889-.188 1.779-.389 2.674-.589.895-.206 1.784-.418 2.68-.63.895-.218 1.796-.442 2.691-.671.896-.23 1.797-.472 2.704-.713a228.388 228.388 0 0 0 5.43-1.561c.907-.277 1.82-.559 2.733-.848a170.95 170.95 0 0 0 5.489-1.832c.919-.318 1.838-.653 2.762-.989.925-.336 1.844-.683 2.769-1.037a181.24 181.24 0 0 0 2.78-1.089 218.1 218.1 0 0 0 5.595-2.339c.936-.406 1.873-.824 2.809-1.248.943-.424 1.885-.86 2.827-1.308a197.593 197.593 0 0 0 5.678-2.78c.948-.483 1.902-.977 2.856-1.484.955-.506 1.909-1.019 2.869-1.543.96-.524 1.92-1.06 2.88-1.608s1.926-1.101 2.892-1.667c.966-.565 1.932-1.148 2.903-1.737.972-.589 1.944-1.19 2.916-1.802.972-.613 1.949-1.237 2.927-1.873a247.734 247.734 0 0 0 11.832-8.205 250.05 250.05 0 0 0 5.996-4.559c1.001-.789 2.009-1.584 3.016-2.397a354.986 354.986 0 0 0 3.027-2.48 373.15 373.15 0 0 0 3.045-2.567 551.445 551.445 0 0 0 3.057-2.65 414.224 414.224 0 0 0 3.068-2.74c1.025-.93 2.05-1.872 3.081-2.832 1.03-.96 2.061-1.938 3.098-2.927 1.036-.99 2.073-1.997 3.109-3.016v12.592a284.245 284.245 0 0 1-6.207 5.808 318.864 318.864 0 0 1-3.081 2.768 302.98 302.98 0 0 1-6.125 5.265 277.716 277.716 0 0 1-6.072 4.912c-1.007.79-2.015 1.573-3.016 2.339-1.001.765-2.008 1.513-3.004 2.255a276.72 276.72 0 0 1-2.992 2.174 261.4 261.4 0 0 1-5.942 4.128c-.984.66-1.973 1.314-2.951 1.95-.984.636-1.961 1.266-2.939 1.879a218.827 218.827 0 0 1-5.843 3.545c-.971.572-1.937 1.125-2.903 1.673s-1.932 1.084-2.892 1.608-1.92 1.042-2.88 1.543c-.96.506-1.914.995-2.869 1.484-.954.483-1.908.954-2.856 1.42a227.117 227.117 0 0 1-5.684 2.662c-.942.424-1.884.836-2.821 1.243-.936.406-1.879.801-2.815 1.189a182.951 182.951 0 0 1-5.595 2.215 202.798 202.798 0 0 1-5.549 2.008c-.924.318-1.843.624-2.762.931a176.385 176.385 0 0 1-8.222 2.497c-.907.253-1.814.501-2.721.742-.907.242-1.808.471-2.709.701a216.812 216.812 0 0 1-5.395 1.266 229.866 229.866 0 0 1-5.354 1.108c-.889.17-1.779.335-2.662.494a223.726 223.726 0 0 1-5.301.872c-.883.135-1.761.259-2.638.383-.878.123-1.756.235-2.627.347-.878.112-1.75.212-2.621.312a219.695 219.695 0 0 1-7.816.748c-.866.065-1.726.124-2.585.183-.86.059-1.72.106-2.58.153a206.91 206.91 0 0 1-5.136.218c-.854.03-1.708.047-2.556.065-.854.018-1.702.035-2.55.041-.849.012-1.697.012-2.545.012-.848 0-1.69 0-2.538-.012-.843-.006-1.685-.023-2.527-.035-.842-.018-1.684-.036-2.521-.059-.842-.024-1.678-.053-2.515-.083-.836-.029-1.672-.07-2.509-.112-.836-.041-1.672-.082-2.503-.129-.83-.047-1.667-.1-2.497-.153-.831-.053-1.661-.112-2.492-.171-.83-.059-1.654-.124-2.485-.194-.83-.071-1.655-.142-2.48-.218-.824-.077-1.649-.153-2.473-.236a343.74 343.74 0 0 1-7.386-.813c-.819-.1-1.631-.2-2.45-.306-.813-.106-1.632-.212-2.444-.324l-2.439-.336-2.432-.353c-.813-.124-1.62-.241-2.433-.371-.806-.124-1.613-.253-2.426-.383-.807-.129-1.614-.265-2.421-.4-.807-.136-1.614-.271-2.415-.413-.806-.141-1.607-.276-2.408-.424-.801-.141-1.608-.294-2.409-.441-.801-.148-1.602-.301-2.403-.454-.801-.153-1.596-.306-2.398-.465-.801-.153-1.596-.312-2.397-.471-.801-.159-1.596-.318-2.391-.483l-2.385-.495c-.795-.165-1.59-.336-2.386-.507-.795-.17-1.59-.341-2.379-.518-.789-.177-1.584-.347-2.379-.524-.79-.177-1.585-.353-2.374-.536-.789-.177-1.584-.359-2.374-.542-.789-.183-1.578-.365-2.367-.554-.789-.182-1.579-.371-2.368-.559-.789-.189-1.578-.377-2.362-.566-.789-.188-1.578-.376-2.362-.571-.783-.194-1.572-.383-2.355-.577-.784-.194-1.573-.389-2.356-.589-.784-.194-1.573-.395-2.356-.589-.784-.2-1.567-.4-2.356-.595l-2.35-.601c-.783-.2-1.567-.4-2.35-.606-.783-.2-1.567-.407-2.35-.613-.783-.206-1.567-.406-2.35-.612l-2.344-.619c-.784-.206-1.561-.412-2.344-.624-.784-.206-1.561-.412-2.344-.624-.784-.212-1.561-.418-2.339-.625-.783-.212-1.56-.418-2.344-.63-.777-.212-1.561-.418-2.338-.63-.783-.212-1.561-.424-2.338-.63l-2.338-.636-2.339-.636-2.338-.637-2.338-.636-2.338-.636-2.339-.636-2.338-.636a337.35 337.35 0 0 0-2.338-.63c-.777-.212-1.561-.418-2.338-.63-.784-.212-1.561-.418-2.338-.63-.778-.212-1.561-.419-2.339-.625-.783-.206-1.56-.418-2.344-.624-.783-.206-1.561-.418-2.344-.624-.783-.207-1.561-.413-2.344-.613-.783-.2-1.561-.412-2.344-.612-.783-.207-1.567-.407-2.344-.613-.784-.2-1.561-.406-2.344-.607a7926.297 7926.297 0 0 1-4.7-1.201c-.784-.2-1.567-.395-2.356-.589-.784-.194-1.573-.395-2.356-.589-.783-.194-1.573-.389-2.356-.577-.783-.195-1.573-.383-2.362-.572l-2.362-.565c-.783-.188-1.572-.377-2.361-.56l-2.368-.547c-.789-.183-1.579-.365-2.368-.542-.789-.183-1.578-.359-2.373-.536-.79-.177-1.585-.353-2.374-.524-.789-.177-1.584-.348-2.379-.519-.795-.17-1.591-.341-2.38-.506-.795-.165-1.59-.336-2.385-.501-.795-.165-1.59-.33-2.385-.489l-2.392-.477c-.795-.159-1.596-.312-2.397-.465-.801-.153-1.596-.3-2.397-.453-.801-.148-1.602-.301-2.403-.442-.801-.147-1.608-.289-2.409-.424-.807-.142-1.608-.283-2.415-.418-.807-.136-1.608-.271-2.414-.401l-2.421-.389c-.807-.129-1.614-.253-2.421-.371a345.98 345.98 0 0 0-4.865-.701c-.812-.111-1.625-.223-2.438-.329-.813-.106-1.632-.212-2.444-.313-.819-.1-1.638-.2-2.45-.294-.819-.094-1.638-.189-2.456-.277-.819-.088-1.644-.177-2.462-.259-.825-.082-1.644-.159-2.468-.236-.825-.076-1.649-.153-2.474-.223-.824-.071-1.649-.136-2.479-.201-.825-.064-1.655-.123-2.486-.176a173.42 173.42 0 0 0-2.491-.159l-2.497-.142c-.837-.041-1.667-.082-2.504-.118-.836-.035-1.672-.064-2.509-.088-.836-.029-1.678-.053-2.515-.071-.842-.017-1.678-.035-2.52-.047a193.85 193.85 0 0 0-2.533-.017h-2.533c-.848 0-1.696.017-2.544.029-.848.018-1.696.035-2.55.059-.854.024-1.702.053-2.556.088-.854.036-1.708.071-2.568.112-.854.042-1.714.095-2.574.142-.86.053-1.72.112-2.58.17-.86.065-1.72.13-2.585.201-.866.07-1.732.153-2.598.235a210.472 210.472 0 0 0-5.218.566c-.872.106-1.743.218-2.621.33a216.908 216.908 0 0 0-7.91 1.219c-.883.153-1.767.306-2.656.477-.889.165-1.773.341-2.662.518-.89.177-1.779.365-2.674.554-.89.194-1.785.388-2.686.595-.895.206-1.79.418-2.692.636-.901.218-1.802.447-2.703.677-.901.236-1.808.477-2.71.724-.9.248-1.813.501-2.72.766-.907.265-1.82.536-2.733.813-.913.277-1.826.565-2.739.86-.913.294-1.832.6-2.75.907-.92.312-1.838.63-2.763.954-.918.324-1.843.66-2.768 1.007-.924.342-1.85.695-2.78 1.06-.93.359-1.86.731-2.791 1.107-.931.377-1.868.766-2.804 1.167-.936.394-1.873.801-2.815 1.219-.943.418-1.88.836-2.821 1.272-.943.436-1.891.878-2.84 1.331a218.77 218.77 0 0 0-8.569 4.347c-.96.512-1.92 1.042-2.88 1.578s-1.926 1.078-2.892 1.637c-.966.56-1.932 1.125-2.903 1.709-.972.577-1.944 1.172-2.916 1.772-.972.601-1.95 1.22-2.927 1.844-.978.624-1.961 1.266-2.939 1.914-.984.648-1.967 1.307-2.95 1.985-.984.671-1.974 1.36-2.97 2.061-.989.701-1.984 1.414-2.974 2.138-.995.725-1.99 1.461-2.991 2.215a256.417 256.417 0 0 0-9.047 7.12 282.32 282.32 0 0 0-3.045 2.539c-1.019.86-2.038 1.737-3.057 2.627a301.41 301.41 0 0 0-6.149 5.518 297.123 297.123 0 0 0-6.208 5.89l-.005.018Z\' fill=\'%23589A43\'/%3E%3Cpath d=\'M580.322 1.957a22621.044 22621.044 0 0 1-.036 9.477l-.017 4.382-.018 4.187c0 1.367-.012 2.71-.018 4.035 0 1.325-.012 2.627-.017 3.917l-.018 3.828c0 1.266-.012 2.52-.018 3.775 0 1.255-.012 2.503-.018 3.758 0 1.255-.011 2.509-.017 3.775 0 1.267-.012 2.539-.018 3.823l-.018 3.91c0 1.326-.011 2.663-.017 4.03 0 1.365-.012 2.767-.018 4.193l-.017 4.376-.018 4.605c-.006 1.579-.012 3.198-.024 4.865-1.036.966-2.073 1.92-3.104 2.857-1.03.936-2.061 1.855-3.092 2.762a369.8 369.8 0 0 1-3.074 2.674 289.2 289.2 0 0 1-3.063 2.586 273.42 273.42 0 0 1-9.111 7.244 235.715 235.715 0 0 1-8.994 6.526c-.995.689-1.985 1.36-2.968 2.026a227.914 227.914 0 0 1-8.835 5.636c-.978.589-1.949 1.172-2.921 1.738-.972.565-1.944 1.131-2.91 1.673-.966.547-1.937 1.083-2.897 1.607a257.21 257.21 0 0 1-2.886 1.549 183.421 183.421 0 0 1-5.743 2.904c-.954.465-1.902.919-2.851 1.361-.948.441-1.896.877-2.838 1.301a219.913 219.913 0 0 1-5.655 2.444 200.38 200.38 0 0 1-5.607 2.221c-.93.353-1.861.701-2.785 1.037a210.961 210.961 0 0 1-5.543 1.92 169.557 169.557 0 0 1-5.501 1.725c-.913.271-1.826.536-2.733.795-.912.26-1.819.507-2.726.748-.907.242-1.815.477-2.716.707-.907.23-1.808.448-2.709.666a246.402 246.402 0 0 1-5.383 1.201c-.895.189-1.785.371-2.68.542-.889.177-1.779.342-2.668.507-.889.159-1.773.318-2.662.465-.884.147-1.767.294-2.651.43-.883.135-1.761.265-2.644.394a396 396 0 0 1-2.633.36c-.877.112-1.749.223-2.627.324a190.31 190.31 0 0 1-5.224.553c-.866.083-1.737.159-2.603.23-.866.071-1.726.135-2.592.2-.865.059-1.725.118-2.585.165-.86.053-1.72.1-2.58.141-.854.042-1.714.077-2.568.112-.854.036-1.708.059-2.562.083-.854.023-1.702.041-2.556.053-.848.012-1.696.023-2.544.029-.848 0-1.691.006-2.539 0-.848 0-1.69-.006-2.532-.017a353.93 353.93 0 0 1-2.527-.042c-.842-.017-1.679-.041-2.521-.07-.836-.03-1.673-.053-2.509-.089-.836-.035-1.673-.07-2.503-.112-.836-.041-1.667-.082-2.497-.135-.831-.047-1.661-.1-2.492-.159-.83-.053-1.66-.112-2.485-.171-.825-.059-1.655-.129-2.48-.194-.824-.065-1.649-.136-2.473-.212-.825-.077-1.644-.153-2.468-.236l-2.462-.247-2.456-.265-2.45-.283c-.819-.1-1.632-.194-2.444-.3-.813-.1-1.626-.206-2.439-.318-.813-.112-1.625-.218-2.438-.33-.813-.112-1.62-.23-2.433-.348-.806-.117-1.619-.235-2.426-.359l-2.421-.371c-.807-.13-1.614-.253-2.415-.389-.801-.135-1.608-.265-2.414-.4-.801-.136-1.608-.271-2.409-.413l-2.403-.424c-.801-.141-1.602-.288-2.397-.435-.801-.148-1.597-.295-2.398-.448-.795-.153-1.596-.3-2.391-.459-.795-.154-1.59-.313-2.385-.466l-2.386-.477c-.795-.159-1.59-.324-2.379-.489l-2.379-.494c-.79-.165-1.585-.33-2.374-.501-.789-.171-1.584-.336-2.374-.512-.789-.171-1.578-.342-2.367-.519-.789-.176-1.579-.347-2.368-.524-.789-.177-1.572-.353-2.362-.536-.789-.177-1.572-.359-2.361-.536-.784-.182-1.573-.359-2.356-.542-.784-.182-1.573-.371-2.356-.553-.784-.183-1.567-.371-2.356-.56-.783-.188-1.567-.371-2.35-.559l-2.35-.566c-.783-.188-1.567-.383-2.344-.571-.784-.189-1.561-.383-2.344-.571-.784-.195-1.561-.389-2.344-.578l-2.345-.583-2.338-.583c-.777-.194-1.561-.388-2.338-.583-.777-.194-1.561-.394-2.338-.589-.778-.194-1.561-.394-2.338-.589-.778-.194-1.555-.394-2.339-.595-.777-.2-1.555-.394-2.332-.594-.778-.201-1.555-.395-2.338-.595-.778-.201-1.555-.395-2.333-.595-.777-.2-1.554-.395-2.332-.595-.777-.2-1.555-.395-2.332-.595-.778-.2-1.555-.395-2.333-.595-.777-.2-1.554-.394-2.332-.595-.777-.2-1.555-.394-2.332-.589-.778-.194-1.555-.394-2.333-.589-.777-.194-1.554-.394-2.332-.589l-2.332-.583-2.333-.583c-.777-.194-1.554-.388-2.332-.577-.777-.194-1.561-.383-2.338-.577-.778-.195-1.555-.383-2.338-.571-.778-.189-1.561-.383-2.339-.572l-2.338-.565c-.777-.189-1.561-.371-2.338-.56-.777-.188-1.561-.371-2.344-.553l-2.344-.548c-.784-.183-1.561-.365-2.344-.542-.784-.183-1.561-.359-2.345-.536-.783-.177-1.566-.359-2.35-.53-.783-.177-1.566-.347-2.35-.524l-2.35-.513-2.355-.512c-.784-.171-1.573-.336-2.356-.5-.784-.166-1.573-.325-2.356-.49-.784-.164-1.573-.323-2.362-.482-.789-.16-1.578-.318-2.368-.477-.789-.16-1.578-.313-2.367-.466-.79-.153-1.579-.306-2.368-.453-.789-.147-1.584-.3-2.374-.442-.795-.147-1.584-.289-2.379-.436-.795-.141-1.584-.282-2.379-.418-.796-.141-1.591-.277-2.386-.412-.795-.136-1.59-.265-2.385-.395-.795-.13-1.596-.259-2.391-.383-.795-.13-1.597-.253-2.398-.37-.801-.124-1.596-.242-2.397-.36a336.526 336.526 0 0 0-4.812-.677l-2.414-.318-2.415-.3c-.807-.1-1.614-.195-2.421-.29-.807-.094-1.614-.182-2.426-.264-.807-.089-1.62-.171-2.433-.254-.813-.082-1.625-.159-2.438-.23-.813-.076-1.626-.147-2.444-.217-.813-.071-1.632-.136-2.445-.195a337.69 337.69 0 0 0-2.45-.182c-.818-.06-1.637-.106-2.456-.16-.818-.052-1.643-.093-2.462-.135a326.809 326.809 0 0 0-4.941-.218c-.825-.03-1.649-.053-2.48-.076-.83-.024-1.655-.036-2.485-.053-.831-.012-1.661-.024-2.492-.03-.83 0-1.666-.006-2.497 0-.83.006-1.673.006-2.503.018-.836.012-1.673.023-2.515.041-.836.018-1.678.041-2.515.065-.842.03-1.684.059-2.527.094-.842.036-1.69.077-2.532.124-.848.047-1.69.094-2.539.147-.848.053-1.696.118-2.544.177-.848.065-1.702.135-2.556.206-.854.077-1.708.153-2.562.236a199.755 199.755 0 0 0-5.148.565c-.86.106-1.72.212-2.585.33-.86.118-1.726.235-2.592.365-.866.13-1.731.26-2.603.4-.866.136-1.738.283-2.609.43-.872.148-1.744.307-2.615.472-.872.165-1.75.33-2.627.506-.878.177-1.755.353-2.633.542a236.585 236.585 0 0 0-5.295 1.201c-.883.212-1.772.436-2.656.66-.889.23-1.779.46-2.668.701-.889.242-1.785.489-2.68.742-.895.253-1.79.518-2.686.783a188.274 188.274 0 0 0-5.406 1.708c-.901.301-1.808.607-2.716.919-.906.318-1.813.642-2.726.972a210.767 210.767 0 0 0-5.477 2.085c-.92.365-1.839.736-2.757 1.119a197.622 197.622 0 0 0-5.542 2.397 225.279 225.279 0 0 0-5.584 2.609c-.936.454-1.867.919-2.81 1.396a215.47 215.47 0 0 0-8.487 4.529 230.232 230.232 0 0 0-5.712 3.328c-.955.577-1.915 1.166-2.875 1.761-.96.601-1.92 1.208-2.886 1.832a207.098 207.098 0 0 0-5.807 3.858 246.916 246.916 0 0 0-8.8 6.331c-.983.742-1.972 1.496-2.962 2.262-.99.765-1.979 1.543-2.968 2.338-.996.789-1.99 1.602-2.986 2.421-.996.818-1.997 1.655-2.998 2.497a289.004 289.004 0 0 0-6.031 5.254 256.23 256.23 0 0 0-3.04 2.756 429.627 429.627 0 0 0-3.05 2.845 451.818 451.818 0 0 0-3.063 2.933c-1.025.995-2.05 2.002-3.074 3.027a380.781 380.781 0 0 0-3.092 3.128 332.787 332.787 0 0 0-3.104 3.221 565.409 565.409 0 0 1 3.074-3.198 391.893 391.893 0 0 1 3.063-3.104 356.732 356.732 0 0 1 3.05-3.015c1.014-.99 2.027-1.967 3.04-2.927a253.235 253.235 0 0 1 3.021-2.839 303.659 303.659 0 0 1 9-8.034c.995-.854 1.984-1.69 2.974-2.515.99-.824 1.979-1.643 2.963-2.444a296.145 296.145 0 0 1 5.884-4.659 276.19 276.19 0 0 1 8.729-6.455 253.19 253.19 0 0 1 11.478-7.668 243.791 243.791 0 0 1 5.678-3.464 241.842 241.842 0 0 1 8.428-4.759c.93-.5 1.861-.989 2.786-1.472a243.247 243.247 0 0 1 5.548-2.786c.919-.447 1.838-.883 2.756-1.319.92-.43 1.832-.854 2.745-1.266.913-.413 1.826-.819 2.733-1.22a230.626 230.626 0 0 1 5.442-2.297 240.533 240.533 0 0 1 8.087-3.11c.895-.323 1.784-.641 2.679-.948.89-.312 1.785-.612 2.668-.907.89-.294 1.773-.589 2.657-.871.883-.283 1.767-.56 2.65-.83.884-.272 1.761-.53 2.639-.79.877-.26 1.755-.507 2.632-.754.878-.247 1.75-.483 2.627-.718.872-.236 1.744-.46 2.615-.684.872-.223 1.738-.43 2.609-.642a207.1 207.1 0 0 1 5.189-1.201c.86-.189 1.72-.371 2.58-.548.86-.177 1.72-.347 2.574-.518a216.1 216.1 0 0 1 2.562-.483 213.037 213.037 0 0 1 5.106-.884c.848-.135 1.696-.27 2.545-.4.848-.13 1.69-.253 2.532-.371.842-.118 1.685-.236 2.527-.348.842-.112 1.684-.218 2.521-.318.836-.1 1.678-.2 2.515-.294a179.21 179.21 0 0 1 2.509-.265c.836-.088 1.666-.171 2.503-.248.83-.076 1.661-.153 2.491-.223.831-.071 1.661-.136 2.486-.2.83-.065 1.655-.124 2.479-.177.825-.053 1.649-.106 2.474-.153.824-.048 1.643-.095 2.468-.136.818-.041 1.643-.076 2.461-.112a341.818 341.818 0 0 1 7.357-.23c.813-.017 1.625-.029 2.438-.035.813-.012 1.62-.012 2.433-.017.812 0 1.625-.006 2.432-.006a330.264 330.264 0 0 1 7.256.088l2.403.053c.801.023 1.608.041 2.409.07.801.03 1.596.054 2.397.089.801.03 1.596.065 2.397.1.795.035 1.596.077 2.392.112l2.385.124c.795.04 1.59.088 2.385.135.795.047 1.585.1 2.38.147l2.373.16c.789.052 1.585.111 2.368.17.789.06 1.578.118 2.368.177.789.065 1.572.124 2.361.188.79.065 1.573.13 2.362.2l2.356.213c.783.07 1.573.141 2.356.218.783.07 1.567.147 2.35.223.783.077 1.567.153 2.35.236.783.076 1.561.159 2.344.241l2.344.248c.784.082 1.561.17 2.338.253.778.088 1.561.17 2.339.26l2.332.264c.777.089 1.555.183 2.332.271.778.094 1.555.183 2.333.277l2.326.283c.778.094 1.549.194 2.327.288.777.095 1.554.195 2.326.289.777.094 1.549.194 2.321.294.777.1 1.549.195 2.326.295l2.321.3c.771.1 1.543.2 2.32.306l2.315.3c.771.101 1.543.207 2.314.307.772.1 1.544.206 2.315.306.772.1 1.543.207 2.315.307.771.1 1.543.206 2.314.306.772.106 1.544.206 2.315.312.772.106 1.543.206 2.315.312.771.106 1.543.206 2.314.306.772.1 1.544.207 2.315.307.772.1 1.543.206 2.315.306.771.1 1.543.206 2.314.306.772.1 1.544.206 2.315.307l2.315.3 2.314.3c.772.1 1.544.2 2.315.295.772.1 1.543.2 2.315.294.771.1 1.543.195 2.314.289.772.094 1.544.194 2.315.288l2.321.283c.771.094 1.543.189 2.32.277.772.094 1.543.183 2.321.271l2.32.265 2.327.265c.777.088 1.549.177 2.326.26l2.327.247c.777.082 1.555.165 2.326.241.778.083 1.555.16 2.332.236l2.333.23c.777.076 1.555.147 2.332.223l2.338.212c.778.07 1.561.141 2.338.206l2.345.195c.783.064 1.56.13 2.344.188.783.06 1.566.124 2.35.177.783.059 1.566.112 2.35.165l2.356.159c.783.047 1.572.1 2.356.147.783.047 1.572.088 2.361.13l2.362.123c.789.042 1.579.077 2.368.112.789.036 1.578.065 2.373.094l2.374.089 2.379.07c.796.024 1.591.042 2.386.053.795.018 1.59.03 2.385.042.795.011 1.596.017 2.391.023.795 0 1.596.012 2.397.012.801 0 1.596 0 2.398-.006.801 0 1.602-.012 2.403-.023.801-.012 1.602-.024 2.408-.042l2.415-.053c.807-.023 1.614-.047 2.421-.076.807-.03 1.614-.059 2.426-.094.807-.036 1.62-.071 2.427-.112.813-.042 1.62-.083 2.432-.13.813-.047 1.626-.1 2.439-.153.813-.053 1.631-.112 2.444-.171.819-.059 1.632-.129 2.45-.194.819-.07 1.638-.142 2.456-.218.819-.077 1.644-.16 2.462-.242.825-.082 1.643-.17 2.468-.265.825-.094 1.649-.188 2.474-.288.824-.1 1.655-.206 2.479-.312a179.38 179.38 0 0 0 2.486-.336c.83-.118 1.661-.236 2.497-.36.83-.123 1.667-.253 2.503-.388.836-.136 1.673-.271 2.509-.418.836-.142 1.673-.289 2.515-.442a190.64 190.64 0 0 0 2.521-.471c.842-.16 1.684-.33 2.527-.5.842-.172 1.69-.348 2.532-.53a516.85 516.85 0 0 0 2.544-.56c.849-.195 1.703-.39 2.551-.595.854-.206 1.702-.413 2.556-.625.854-.212 1.708-.436 2.568-.66a207.64 207.64 0 0 0 5.153-1.413c.86-.247 1.726-.5 2.592-.76.866-.259 1.731-.53 2.597-.8.866-.271 1.738-.548 2.609-.837.872-.283 1.744-.577 2.615-.878.872-.3 1.75-.6 2.621-.912.878-.313 1.755-.63 2.633-.954a242.23 242.23 0 0 0 5.289-2.033c.883-.353 1.773-.712 2.656-1.077.89-.366 1.779-.742 2.668-1.125.89-.383 1.785-.772 2.68-1.166a179.51 179.51 0 0 0 2.686-1.214c.895-.412 1.796-.836 2.697-1.26.901-.43 1.803-.866 2.71-1.314.901-.447 1.808-.895 2.715-1.354a250.427 250.427 0 0 0 8.204-4.388 217.813 217.813 0 0 0 5.525-3.192c.924-.548 1.849-1.108 2.774-1.679s1.855-1.148 2.786-1.737a247.329 247.329 0 0 0 8.428-5.578 251.07 251.07 0 0 0 5.678-4.034 294.44 294.44 0 0 0 5.718-4.288 287.988 287.988 0 0 0 5.761-4.57c.966-.79 1.932-1.585 2.897-2.392a362.006 362.006 0 0 0 5.837-5.006c.978-.86 1.956-1.732 2.939-2.615.984-.883 1.961-1.785 2.945-2.697.984-.913 1.973-1.838 2.963-2.775a346.57 346.57 0 0 0 5.96-5.795c.995-.995 1.997-2.003 2.998-3.027a386.581 386.581 0 0 0 9.07-9.613 381.702 381.702 0 0 0 6.114-6.88 419.4 419.4 0 0 0 3.08-3.58l.018.053Z\' fill=\'%23589A43\'/%3E%3Cpath d=\'m-2.636 167.447.012-.012a313.418 313.418 0 0 1 6.172-6.319 297.288 297.288 0 0 1 6.126-5.949 318.639 318.639 0 0 1 6.072-5.589 290.34 290.34 0 0 1 6.02-5.242c.995-.848 1.996-1.679 2.991-2.492a259.319 259.319 0 0 1 11.827-9.182c.977-.712 1.95-1.413 2.927-2.102a246.853 246.853 0 0 1 5.82-3.994 254.983 254.983 0 0 1 5.772-3.716c.96-.601 1.913-1.184 2.867-1.755.955-.571 1.903-1.137 2.857-1.69.948-.554 1.896-1.096 2.845-1.626a194.242 194.242 0 0 1 5.654-3.069 234.376 234.376 0 0 1 5.607-2.833c.93-.453 1.86-.895 2.786-1.325.93-.436 1.855-.86 2.78-1.272.924-.412 1.843-.819 2.768-1.219a180.11 180.11 0 0 1 2.756-1.166c.919-.377 1.832-.754 2.75-1.113a203.202 203.202 0 0 1 16.267-5.66c.896-.271 1.786-.53 2.681-.784.889-.253 1.779-.5 2.668-.742.889-.241 1.773-.471 2.662-.695.884-.224 1.767-.447 2.65-.66.884-.212 1.762-.418 2.645-.618.878-.2 1.755-.395 2.633-.577.877-.183 1.755-.365 2.627-.542.871-.17 1.743-.342 2.615-.507.871-.159 1.737-.318 2.609-.465.866-.147 1.731-.294 2.597-.43.866-.135 1.732-.27 2.592-.4.859-.124 1.725-.248 2.585-.365.86-.118 1.72-.224 2.574-.33a190.125 190.125 0 0 1 5.13-.566c.854-.082 1.702-.159 2.55-.235.848-.077 1.702-.142 2.545-.206.848-.065 1.69-.124 2.538-.177.842-.053 1.69-.1 2.533-.147.842-.047 1.684-.089 2.526-.124.843-.035 1.679-.07 2.521-.094.836-.03 1.673-.047 2.509-.065.836-.018 1.673-.03 2.503-.041.837-.012 1.667-.018 2.498-.018h2.497c.83.006 1.655.018 2.485.03.831.011 1.655.029 2.48.052.824.024 1.649.048 2.474.077.824.03 1.649.065 2.467.1.825.035 1.644.07 2.462.118.819.041 1.638.088 2.456.136.819.047 1.638.1 2.45.159.819.058 1.632.117 2.445.182l2.438.194c.813.071 1.626.142 2.438.218l2.433.23c.807.082 1.619.165 2.426.253l2.421.265 2.415.283c.807.1 1.608.194 2.409.3.807.1 1.608.207 2.409.319a335.5 335.5 0 0 1 4.8.677c.801.118 1.596.235 2.391.36l2.391.37.195.03c.73.117 1.466.23 2.196.353.796.13 1.591.265 2.386.395.795.135 1.59.27 2.379.412.795.135 1.585.277 2.38.418.789.141 1.584.289 2.373.43l2.374.442c.789.147 1.578.3 2.367.453.79.153 1.579.306 2.368.465.789.16 1.579.313 2.362.472.789.159 1.572.324 2.356.483l.512.106c.613.129 1.231.253 1.844.382.642.136 1.29.271 1.932.413l.424.088c.783.171 1.572.336 2.355.507l.395.088c.654.141 1.302.283 1.955.43.784.171 1.567.347 2.351.524l2.35.53c.812.183 1.578.359 2.344.536l2.344.542 2.338.548 7.015 1.678 2.338.566 63.544 15.849c.648.153 1.29.306 1.938.454l2.356.541c.789.183 1.572.36 2.362.536l2.361.536 2.368.53c.789.177 1.578.348 2.368.519l1.961.424.412.088c.572.124 1.137.242 1.708.359l.672.142c.789.165 1.584.335 2.379.494.795.165 1.59.324 2.386.489l2.385.477c.795.159 1.596.313 2.391.466l2.397.459c.801.153 1.602.3 2.403.448a404.127 404.127 0 0 0 4.812.86c.801.141 1.608.276 2.409.412l.189.029 2.226.371 2.421.389c.806.124 1.613.253 2.426.371.807.124 1.62.242 2.427.359.812.118 1.625.236 2.432.348.813.112 1.626.224 2.438.33l2.445.318 2.45.3c.819.1 1.637.195 2.456.283.819.094 1.643.182 2.462.265.824.088 1.643.171 2.468.247.824.083 1.649.159 2.473.236.825.076 1.649.147 2.48.212.83.071 1.655.135 2.485.194.831.065 1.661.118 2.492.171l2.497.159c.836.047 1.667.094 2.503.136.836.041 1.673.076 2.509.111.836.036 1.679.065 2.515.089.842.029 1.684.053 2.527.07.842.018 1.684.036 2.532.042.848.011 1.691.017 2.539.017h2.544c.848-.006 1.702-.017 2.55-.029.854-.012 1.708-.03 2.562-.053.854-.024 1.708-.053 2.568-.083a209.852 209.852 0 0 0 5.16-.253c.86-.053 1.725-.106 2.591-.165a189.16 189.16 0 0 0 2.598-.2c.871-.071 1.737-.147 2.609-.23.871-.082 1.743-.165 2.615-.259.871-.094 1.749-.194 2.627-.294.877-.1 1.755-.212 2.632-.324.878-.112 1.755-.236 2.639-.36.883-.123 1.767-.253 2.65-.394.884-.136 1.773-.283 2.662-.43.89-.147 1.779-.306 2.668-.471.89-.165 1.785-.33 2.68-.507.896-.176 1.791-.359 2.686-.542.895-.188 1.796-.382 2.698-.583.901-.2 1.802-.406 2.703-.624a162.28 162.28 0 0 0 2.715-.666 181.13 181.13 0 0 0 5.46-1.46c.913-.259 1.826-.524 2.745-.795a184.606 184.606 0 0 0 5.524-1.738c.925-.306 1.849-.618 2.774-.936.925-.324 1.855-.654 2.786-.99.931-.335 1.867-.683 2.798-1.036.93-.354 1.867-.719 2.809-1.09.936-.371 1.879-.754 2.815-1.143a185.046 185.046 0 0 0 5.666-2.45 206.453 206.453 0 0 0 8.587-4.099 206.856 206.856 0 0 0 5.784-3.045 212.247 212.247 0 0 0 5.831-3.292c.972-.572 1.95-1.155 2.933-1.744.978-.595 1.961-1.201 2.945-1.814.983-.618 1.967-1.242 2.957-1.884.989-.642 1.973-1.29 2.968-1.956a257.378 257.378 0 0 0 5.972-4.134 240.33 240.33 0 0 0 6.02-4.441 306.376 306.376 0 0 0 3.033-2.338 342.193 342.193 0 0 0 3.045-2.421 221.765 221.765 0 0 0 3.056-2.503 288.092 288.092 0 0 0 3.069-2.592 308.23 308.23 0 0 0 6.178-5.448c1.037-.936 2.074-1.89 3.11-2.862l.218-.2.306-73.104-1.207 1.42a386.101 386.101 0 0 1-3.075 3.575c-1.018 1.178-2.043 2.332-3.056 3.48a340.154 340.154 0 0 1-6.078 6.673 336.773 336.773 0 0 1-3.016 3.199 734.426 734.426 0 0 1-3.004 3.11c-1.001 1.018-1.996 2.031-2.992 3.02a268.29 268.29 0 0 1-2.98 2.934 313.666 313.666 0 0 1-5.925 5.619c-.984.913-1.961 1.808-2.939 2.691a233.06 233.06 0 0 1-2.933 2.61c-.972.86-1.944 1.702-2.916 2.532-.971.83-1.937 1.655-2.903 2.462-.966.807-1.932 1.602-2.892 2.385-.96.784-1.92 1.555-2.88 2.315s-1.914 1.508-2.868 2.244a284.998 284.998 0 0 1-8.535 6.326 240.639 240.639 0 0 1-5.636 3.893 246.023 246.023 0 0 1-19.389 11.75 248.904 248.904 0 0 1-5.442 2.862c-.907.46-1.808.907-2.71 1.355-.901.442-1.802.877-2.697 1.307a209.75 209.75 0 0 1-5.366 2.474c-.889.395-1.778.783-2.668 1.166a249.593 249.593 0 0 1-5.312 2.197c-.884.354-1.761.695-2.645 1.03-.877.337-1.755.672-2.632.996-.878.324-1.75.642-2.627.954-.872.312-1.744.613-2.615.907-.872.295-1.738.59-2.609.872a220.622 220.622 0 0 1-5.189 1.626c-.86.259-1.726.512-2.586.76a209.839 209.839 0 0 1-5.142 1.413c-.854.224-1.708.442-2.556.66-.854.212-1.702.418-2.55.624-.848.2-1.696.4-2.544.589-.848.194-1.691.377-2.539.56-.842.182-1.684.359-2.526.53-.843.17-1.685.335-2.521.5-.837.159-1.679.318-2.515.465-.837.148-1.673.3-2.509.442-.837.141-1.667.283-2.503.412-.831.136-1.661.265-2.492.389-.83.124-1.661.247-2.485.36-.825.117-1.655.229-2.48.335-.824.106-1.649.212-2.473.312-.825.1-1.65.195-2.468.283a184.3 184.3 0 0 1-2.462.265c-.819.082-1.637.165-2.456.241-.819.077-1.638.148-2.45.218-.813.071-1.632.136-2.445.195-.812.059-1.625.118-2.438.17-.813.053-1.625.106-2.432.154-.813.047-1.62.088-2.427.129a315.865 315.865 0 0 1-4.847.206c-.807.03-1.608.053-2.415.077-.807.023-1.608.035-2.409.053-.801.018-1.602.029-2.403.041-.801.012-1.602.018-2.403.024-.695 0-1.39.006-2.079.006h-.318c-.795 0-1.596 0-2.391-.012-.795 0-1.59-.018-2.386-.024-.795-.012-1.59-.023-2.379-.041l-2.379-.053-2.374-.071c-.783-.023-1.561-.053-2.344-.082h-.147c-.748-.035-1.496-.065-2.25-.094-.789-.036-1.579-.071-2.362-.112-.789-.036-1.573-.083-2.362-.124l-.536-.03c-.606-.035-1.213-.064-1.82-.1-.783-.047-1.572-.094-2.356-.147-.783-.047-1.566-.106-2.35-.159l-.647-.047c-.566-.041-1.131-.077-1.703-.118l-2.344-.176c-.783-.06-1.561-.124-2.344-.189l-2.338-.194c-.778-.065-1.561-.136-2.338-.206l-.301-.03c-.677-.059-1.354-.123-2.032-.182a311.5 311.5 0 0 1-2.332-.224l-2.332-.23c-.778-.076-1.555-.159-2.327-.236-.777-.082-1.549-.158-2.326-.241l-.489-.053-1.838-.194c-.653-.071-1.313-.148-1.967-.218l-18.894-2.28-53.32-6.908c-.777-.094-1.561-.183-2.338-.271l-2.332-.265-2.339-.26c-.783-.088-1.56-.17-2.344-.253l-2.344-.247c-.783-.082-1.566-.159-2.344-.242-.783-.076-1.567-.159-2.35-.235-.783-.077-1.567-.153-2.356-.224l-2.303-.212-.836-.076-1.573-.142c-.653-.059-1.313-.112-1.967-.165l-.394-.035c-.79-.065-1.573-.13-2.368-.188-.789-.06-1.579-.124-2.368-.177-.789-.06-1.578-.118-2.373-.171-.79-.053-1.585-.112-2.38-.159-.795-.053-1.59-.1-2.379-.147-.795-.047-1.59-.094-2.386-.136l-2.391-.123a159.06 159.06 0 0 0-2.397-.112c-.801-.036-1.596-.071-2.397-.1l-2.403-.089c-.801-.03-1.608-.047-2.409-.07-.801-.024-1.608-.042-2.409-.053h-.312c-.701-.024-1.402-.036-2.103-.048-.807-.011-1.613-.023-2.42-.03-.807-.005-1.614-.01-2.427-.01h-.395c-.677 0-1.36 0-2.043.005-.813 0-1.626.006-2.439.018l-2.444.035a345.271 345.271 0 0 0-4.906.135c-.819.03-1.643.06-2.462.095a248.213 248.213 0 0 0-4.941.247c-.825.047-1.655.1-2.48.153-.83.053-1.655.118-2.485.177-.831.065-1.661.13-2.492.2-.83.07-1.667.141-2.503.224-.836.077-1.673.159-2.509.247-.836.089-1.673.177-2.515.271-.836.094-1.678.195-2.521.295-.842.1-1.684.206-2.526.318-.843.112-1.691.224-2.533.347-.848.118-1.696.248-2.544.377-.848.13-1.697.265-2.551.4-.854.136-1.708.278-2.556.43-.854.148-1.708.301-2.568.46-.854.16-1.714.318-2.573.489-.86.165-1.72.342-2.58.518a205.11 205.11 0 0 0-7.786 1.75c-.872.212-1.744.424-2.615.642-.872.223-1.744.453-2.621.683-.878.235-1.755.477-2.633.718-.878.248-1.761.495-2.639.754a227.689 227.689 0 0 0-5.306 1.626c-.89.282-1.779.577-2.668.871-.89.295-1.785.601-2.68.913-.895.312-1.79.625-2.686.954-.895.324-1.796.66-2.697.996a203.872 203.872 0 0 0-5.419 2.12c-.907.371-1.814.742-2.727 1.131-.907.383-1.82.777-2.733 1.172-.913.4-1.826.807-2.744 1.225-.92.418-1.838.842-2.757 1.272-.919.43-1.843.872-2.762 1.32a244.702 244.702 0 0 0-8.358 4.275 228.8 228.8 0 0 0-2.803 1.532c-.937.518-1.879 1.048-2.821 1.59-.943.542-1.885 1.09-2.827 1.649a216.849 216.849 0 0 0-5.69 3.469c-.948.601-1.908 1.208-2.862 1.826-.954.618-1.914 1.249-2.874 1.891-.96.642-1.92 1.289-2.886 1.955-.966.66-1.926 1.337-2.898 2.02a277.986 277.986 0 0 0-11.709 8.77c-.984.777-1.967 1.567-2.957 2.374a333.48 333.48 0 0 0-2.968 2.444c-.99.83-1.985 1.673-2.98 2.527-.996.854-1.99 1.719-2.992 2.603a301.634 301.634 0 0 0-6.025 5.448 340.06 340.06 0 0 0-9.13 8.799 502.237 502.237 0 0 0-3.068 3.11 316.785 316.785 0 0 0-3.08 3.204l.983.936.006-.041ZM579.34 72.605c-.96.895-1.92 1.778-2.88 2.644-1.03.937-2.055 1.85-3.08 2.757-1.025.9-2.05 1.79-3.069 2.668a229.926 229.926 0 0 1-3.056 2.58 257.902 257.902 0 0 1-9.082 7.227 198.86 198.86 0 0 1-3.004 2.249c-1.001.736-1.997 1.46-2.986 2.167-.995.713-1.985 1.408-2.974 2.091-.99.683-1.979 1.36-2.963 2.02a242.303 242.303 0 0 1-8.817 5.625c-.972.589-1.944 1.166-2.915 1.732a179.48 179.48 0 0 1-2.904 1.666c-.966.548-1.932 1.078-2.892 1.602-.96.525-1.92 1.037-2.874 1.544-.954.5-1.914.995-2.868 1.478s-1.909.954-2.857 1.419c-.948.466-1.896.913-2.845 1.361a227 227 0 0 1-5.654 2.55 198.184 198.184 0 0 1-5.607 2.327 199.009 199.009 0 0 1-8.334 3.098c-.919.318-1.837.63-2.756.93-.919.3-1.832.601-2.745.884-.913.288-1.826.565-2.738.836-.907.271-1.82.536-2.727.789-.907.259-1.814.507-2.716.748-.907.242-1.808.477-2.709.707-.901.23-1.802.448-2.697.66-.901.212-1.797.418-2.686.618-.895.2-1.785.395-2.68.577-.889.189-1.779.365-2.668.542-.889.171-1.773.342-2.662.501-.884.159-1.767.318-2.65.465-.884.147-1.761.289-2.645.43a217 217 0 0 1-2.633.389c-.877.123-1.749.241-2.627.359-.871.112-1.743.224-2.615.324-.871.1-1.737.2-2.609.294-.865.095-1.737.177-2.597.259a197.6 197.6 0 0 1-2.592.23c-.859.071-1.725.136-2.585.2-.86.059-1.72.112-2.574.165-.86.053-1.714.1-2.568.142-.854.041-1.708.076-2.562.112-.854.035-1.702.058-2.556.082-.848.024-1.696.041-2.544.053-.849.012-1.697.024-2.539.029h-2.527c-.842 0-1.684-.011-2.526-.017-.842-.012-1.679-.024-2.521-.041-.836-.018-1.679-.042-2.515-.071-.836-.03-1.673-.053-2.503-.088-.837-.036-1.667-.071-2.497-.112-.831-.042-1.661-.083-2.492-.136-.83-.047-1.655-.1-2.485-.153-.831-.053-1.655-.112-2.48-.171-.824-.059-1.649-.129-2.473-.194-.825-.065-1.65-.136-2.468-.212l-2.462-.23-2.456-.247-2.45-.265-2.445-.283c-.812-.1-1.625-.194-2.444-.3-.813-.1-1.625-.206-2.438-.318-.813-.106-1.62-.218-2.433-.33-.807-.112-1.619-.23-2.426-.348-.807-.117-1.614-.235-2.421-.359l-2.421-.371c-.806-.124-1.607-.253-2.414-.383-.742-.118-1.479-.247-2.221-.371l-.188-.029-2.403-.407-2.403-.424c-.801-.141-1.596-.288-2.397-.436-.801-.147-1.597-.294-2.392-.447-.795-.153-1.59-.301-2.391-.454-.795-.153-1.59-.306-2.385-.465l-2.38-.477c-.795-.159-1.584-.324-2.379-.483l-2.374-.495-.671-.141c-.566-.118-1.131-.236-1.702-.359l-.412-.089-1.962-.424c-.789-.171-1.578-.341-2.367-.518-.79-.177-1.573-.348-2.362-.524l-2.362-.536c-.789-.177-1.573-.36-2.356-.536l-2.356-.542c-.642-.147-1.29-.3-1.932-.454l-21.515-5.253-42.023-10.596c-.778-.188-1.561-.383-2.338-.571l-7.021-1.679c-.783-.182-1.561-.365-2.344-.548l-2.35-.541c-.766-.177-1.537-.354-2.303-.525l-2.391-.541c-.783-.177-1.567-.348-2.356-.525-.654-.147-1.308-.288-1.961-.43l-.395-.088-2.356-.512-.424-.089c-.642-.135-1.29-.276-1.938-.412-.618-.13-1.231-.26-1.849-.383l-.512-.106a347.2 347.2 0 0 0-2.362-.483l-2.368-.477c-.789-.159-1.578-.312-2.373-.465-.79-.153-1.579-.306-2.374-.454-.789-.147-1.584-.3-2.379-.447-.796-.148-1.591-.289-2.38-.436-.795-.141-1.59-.283-2.385-.418-.795-.142-1.59-.277-2.386-.413-.795-.135-1.59-.265-2.391-.4-.73-.118-1.466-.236-2.203-.353l-.194-.03a294.608 294.608 0 0 0-4.8-.736 294.896 294.896 0 0 0-4.824-.677l-2.42-.318-2.421-.3c-.807-.1-1.614-.195-2.427-.29-.807-.094-1.619-.182-2.426-.27-.813-.089-1.626-.171-2.439-.254a340.72 340.72 0 0 0-2.438-.235c-.813-.077-1.631-.147-2.444-.218-.813-.07-1.632-.136-2.45-.2-.819-.065-1.638-.124-2.456-.183-.819-.059-1.644-.106-2.462-.159-.825-.053-1.643-.094-2.468-.141-.825-.042-1.649-.083-2.474-.118-.824-.035-1.649-.07-2.479-.1-.825-.03-1.655-.053-2.486-.077-.83-.023-1.661-.035-2.491-.053-.831-.012-1.667-.023-2.497-.03h-2.503c-.837 0-1.673.013-2.515.018-.837.012-1.679.024-2.521.042-.842.017-1.679.04-2.527.064-.842.03-1.684.06-2.532.095-.849.035-1.691.076-2.539.123a192.978 192.978 0 0 0-5.1.33c-.854.065-1.708.136-2.562.206-.855.077-1.714.153-2.568.236a190.146 190.146 0 0 0-5.16.565c-.86.106-1.726.212-2.591.33-.866.118-1.732.236-2.598.365-.865.13-1.737.26-2.609.4-.872.142-1.743.284-2.615.437-.872.153-1.749.306-2.627.47-.877.166-1.755.337-2.632.507-.878.177-1.761.354-2.645.542a240.247 240.247 0 0 0-5.312 1.202c-.89.212-1.779.436-2.668.66-.89.23-1.785.459-2.68.7-.896.242-1.791.49-2.686.748a175.343 175.343 0 0 0-5.4 1.626 194.589 194.589 0 0 0-8.175 2.774 192.773 192.773 0 0 0-8.27 3.216c-.035.011-.065.029-.1.041a188.3 188.3 0 0 1 2.703-1.208c.907-.394 1.814-.783 2.715-1.166.907-.383 1.809-.754 2.71-1.119.9-.365 1.802-.724 2.697-1.078a239.66 239.66 0 0 1 5.365-2.02c.89-.324 1.785-.636 2.669-.948.889-.306 1.778-.612 2.662-.907.883-.294 1.767-.583 2.65-.866.884-.282 1.761-.56 2.639-.824.877-.271 1.755-.53 2.633-.79.877-.259 1.749-.506 2.626-.748.872-.241 1.744-.483 2.615-.718.872-.236 1.738-.46 2.61-.683.865-.224 1.737-.43 2.597-.642.866-.212 1.732-.413 2.591-.613.86-.2 1.726-.395 2.58-.577.86-.189 1.72-.371 2.574-.548.86-.177 1.714-.347 2.568-.518.854-.17 1.708-.33 2.556-.483a210.174 210.174 0 0 1 5.095-.883c.848-.136 1.69-.271 2.538-.401.842-.13 1.685-.253 2.527-.371.842-.118 1.684-.236 2.521-.347.836-.112 1.678-.213 2.515-.319.836-.1 1.672-.2 2.509-.294.836-.094 1.666-.183 2.503-.265.83-.088 1.667-.17 2.497-.248.83-.076 1.661-.153 2.485-.217.831-.071 1.655-.136 2.48-.2.825-.065 1.649-.124 2.474-.177.824-.053 1.649-.106 2.468-.154.824-.047 1.643-.094 2.461-.135.801-.041 1.602-.076 2.403-.112.872-.035 1.691-.07 2.504-.1.818-.03 1.631-.053 2.444-.076.813-.024 1.631-.042 2.444-.06.813-.017 1.626-.029 2.433-.035.812-.012 1.619-.012 2.426-.017.677 0 1.361-.006 2.038-.006h.389c.807 0 1.613.006 2.42.011.807.006 1.608.018 2.415.03.701.012 1.396.024 2.097.041h.312c.801.024 1.602.041 2.403.059.801.024 1.602.041 2.403.07.801.03 1.596.054 2.391.089.801.03 1.596.065 2.392.1.795.035 1.596.077 2.385.112l2.385.124c.795.041 1.585.088 2.38.135.789.047 1.584.1 2.373.148l2.374.159c.789.052 1.578.111 2.367.17l2.362.177c.789.059 1.573.124 2.362.189l.395.035c.653.053 1.307.106 1.961.165l1.567.141.789.07c.818.077 1.584.142 2.35.213.783.07 1.566.147 2.35.224.783.076 1.566.153 2.344.235.783.077 1.561.16 2.344.242l2.344.247c.778.082 1.561.17 2.338.253l2.339.26 2.332.265c.777.088 1.555.182 2.332.27l27.853 3.546 37.052 4.8 7.321.848c.66.07 1.313.148 1.973.218.613.065 1.231.136 1.844.2l.488.053c.778.083 1.555.165 2.333.242.777.082 1.555.159 2.332.236l2.332.23c.778.076 1.555.146 2.339.223.677.065 1.36.124 2.038.183l.3.029c.783.07 1.561.141 2.344.206l2.344.195c.783.064 1.567.129 2.35.188.783.059 1.567.124 2.35.177.571.041 1.137.082 1.708.118l.648.047 2.356.159c.783.053 1.572.1 2.362.147.606.035 1.219.071 1.831.1l.536.029 2.368.124c.789.041 1.579.077 2.368.112.754.035 1.502.059 2.255.088h.118c.813.036 1.596.065 2.38.089l2.385.07c.795.024 1.59.042 2.385.053a313.431 313.431 0 0 0 4.789.065c.801 0 1.596.012 2.397.012h.318c.695 0 1.39 0 2.085-.006.801 0 1.608-.012 2.409-.023.801-.012 1.608-.024 2.415-.042l2.42-.053c.807-.023 1.614-.047 2.427-.076.807-.03 1.62-.059 2.426-.094.813-.036 1.62-.071 2.433-.112.813-.042 1.625-.083 2.438-.13a334.066 334.066 0 0 0 4.895-.324c.818-.059 1.637-.129 2.456-.194.818-.071 1.643-.142 2.462-.218.818-.077 1.643-.159 2.467-.242.825-.082 1.649-.17 2.474-.265.825-.094 1.655-.188 2.48-.288.83-.1 1.655-.206 2.485-.312.831-.107 1.661-.218 2.497-.336.831-.118 1.667-.236 2.503-.36.837-.123 1.673-.253 2.509-.388.837-.136 1.673-.271 2.515-.418.843-.142 1.679-.295 2.521-.448.842-.153 1.685-.306 2.527-.471.842-.165 1.69-.33 2.538-.5.849-.172 1.691-.354 2.545-.537.848-.182 1.702-.37 2.55-.565.854-.194 1.702-.389 2.556-.595.854-.206 1.708-.412 2.568-.624.854-.212 1.714-.436 2.574-.66.86-.224 1.72-.454 2.58-.695a158.57 158.57 0 0 0 2.591-.73c.866-.248 1.732-.5 2.597-.766.866-.26 1.738-.53 2.604-.8.871-.272 1.743-.555 2.615-.837.871-.289 1.749-.578 2.621-.878.877-.3 1.755-.606 2.632-.913.878-.312 1.761-.63 2.639-.96.883-.324 1.767-.66 2.65-1.001.884-.342 1.773-.683 2.657-1.037a172.53 172.53 0 0 0 2.668-1.083 207.001 207.001 0 0 0 5.359-2.297c.896-.4 1.797-.807 2.698-1.22a229.171 229.171 0 0 0 5.418-2.58c.907-.447 1.814-.895 2.721-1.36.907-.465 1.82-.936 2.733-1.413s1.826-.966 2.745-1.467c.913-.495 1.837-1.007 2.756-1.52.919-.512 1.838-1.042 2.763-1.572.924-.536 1.849-1.078 2.774-1.631.924-.554 1.855-1.114 2.785-1.685.931-.571 1.862-1.154 2.798-1.743.937-.59 1.867-1.19 2.804-1.803a265.873 265.873 0 0 0 5.642-3.781c.942-.654 1.891-1.313 2.839-1.99.948-.672 1.896-1.361 2.85-2.05.955-.695 1.903-1.402 2.863-2.114.954-.719 1.914-1.443 2.874-2.186a314.3 314.3 0 0 0 5.778-4.582 259.69 259.69 0 0 0 2.904-2.397c.971-.813 1.943-1.637 2.921-2.474.978-.836 1.949-1.684 2.933-2.544.978-.86 1.961-1.737 2.945-2.62a301.85 301.85 0 0 0 2.956-2.704c.99-.913 1.974-1.844 2.969-2.78a349.364 349.364 0 0 0 5.972-5.807 293.635 293.635 0 0 0 3.004-3.034 388.054 388.054 0 0 0 9.088-9.63 285.978 285.978 0 0 0 3.056-3.398 383 383 0 0 0 3.069-3.492 869.12 869.12 0 0 0 1.879-2.174l-.289 68.792-.012.036Z\' fill=\'url(%23b)\'/%3E%3Cdefs%3E%3ClinearGradient id=\'a\' x1=\'64.361\' y1=\'147.848\' x2=\'86.38\' y2=\'45.236\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23EBF3FF\'/%3E%3Cstop offset=\'1\' stop-color=\'%23D0DFF6\'/%3E%3C/linearGradient%3E%3ClinearGradient id=\'b\' x1=\'64.53\' y1=\'120.993\' x2=\'144.573\' y2=\'-62.701\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23EBF3FF\'/%3E%3Cstop offset=\'1\' stop-color=\'%23D0DFF6\'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
		height: 203px;
	}
	
	.home-section-8 .section-transition.nitro-lazy {
		background-image: none !important;
	}
}

@media (min-width: 992px) {
	.home-section-8 .section-transition {
		background-image: url("data:image/svg+xml,%3Csvg fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 1600 573\'%3E%3Cpath d=\'M495 240C155 240-1 436-1 436v137h1608V152s-247.28 212-428 212c-328 0-344-124-684-124Z\' fill=\'%23fff\'/%3E%3Cpath d=\'M-40.797 471.285a817.07 817.07 0 0 1 8.782-8.367 970.467 970.467 0 0 1 8.749-8.1 732.177 732.177 0 0 1 8.699-7.834 687.675 687.675 0 0 1 8.665-7.584 850.421 850.421 0 0 1 8.633-7.335 773.678 773.678 0 0 1 8.599-7.086 735.747 735.747 0 0 1 17.065-13.472 567.329 567.329 0 0 1 8.482-6.387 839.86 839.86 0 0 1 8.45-6.171 798.6 798.6 0 0 1 8.4-5.954 622.175 622.175 0 0 1 8.382-5.738c2.778-1.88 5.572-3.709 8.333-5.522a532.563 532.563 0 0 1 8.3-5.323 517.2 517.2 0 0 1 8.266-5.123 550.338 550.338 0 0 1 8.233-4.923 611.085 611.085 0 0 1 8.2-4.74 497.076 497.076 0 0 1 8.167-4.541 481.74 481.74 0 0 1 8.133-4.374 536.424 536.424 0 0 1 8.1-4.192 747.26 747.26 0 0 1 8.067-4.025 701.934 701.934 0 0 1 8.033-3.858 559.304 559.304 0 0 1 8.017-3.676 642.967 642.967 0 0 1 7.967-3.526 629.733 629.733 0 0 1 7.951-3.36 603.304 603.304 0 0 1 7.917-3.21 511.535 511.535 0 0 1 7.884-3.061 570.215 570.215 0 0 1 7.85-2.91 552.362 552.362 0 0 1 7.818-2.761 538.25 538.25 0 0 1 7.8-2.628c2.595-.849 5.19-1.68 7.768-2.479a515.309 515.309 0 0 1 7.734-2.345 456.866 456.866 0 0 1 7.717-2.229 664.284 664.284 0 0 1 7.685-2.095 467.827 467.827 0 0 1 7.651-1.963 636.388 636.388 0 0 1 7.634-1.846c2.545-.599 5.073-1.164 7.601-1.73a667.122 667.122 0 0 1 7.568-1.613c2.528-.516 5.04-1.015 7.551-1.497a431.63 431.63 0 0 1 7.518-1.381c2.495-.449 5.006-.865 7.501-1.28 2.495-.416 4.99-.799 7.468-1.165 2.495-.366 4.973-.731 7.452-1.064a608.37 608.37 0 0 1 7.418-.965c2.478-.299 4.94-.599 7.401-.865 2.462-.266 4.924-.532 7.385-.781 2.462-.25 4.907-.466 7.352-.682 2.445-.217 4.89-.4 7.335-.583 2.445-.183 4.873-.349 7.318-.499 2.429-.149 4.857-.299 7.285-.415 2.429-.133 4.857-.233 7.269-.333 2.411-.1 4.823-.183 7.235-.249 2.412-.067 4.823-.134 7.218-.167 2.412-.05 4.807-.066 7.202-.1 2.395-.016 4.791-.033 7.186-.016 2.395.016 4.773.016 7.168.05 2.379.033 4.757.066 7.136.133 2.378.05 4.757.116 7.118.199 2.379.083 4.741.167 7.103.266 2.361.1 4.723.217 7.085.333 2.362.117 4.707.25 7.069.399 2.345.15 4.707.3 7.052.466 2.345.166 4.691.333 7.036.516 2.345.183 4.673.382 7.019.582 2.328.199 4.673.416 7.002.632 2.329.216 4.657.449 6.986.682 2.328.233 4.64.482 6.969.732 2.312.249 4.64.515 6.952.798 2.312.266 4.624.565 6.936.848 2.312.283 4.624.582 6.919.898 2.312.3 4.607.632 6.903.948 2.295.316 4.59.649 6.886.982 2.295.332 4.574.682 6.869 1.031 2.295.349 4.574.715 6.869 1.081 2.279.366 4.574.732 6.853 1.114 2.278.383 4.557.766 6.836 1.165l6.836 1.197c2.278.399 4.54.832 6.802 1.248 2.262.416 4.541.848 6.803 1.28 2.262.433 4.524.865 6.786 1.314 2.262.449 4.508.882 6.77 1.348 2.262.449 4.507.914 6.769 1.38 2.262.466 4.508.932 6.753 1.414l6.736 1.447c2.246.482 4.491.981 6.736 1.464 2.246.499 4.491.998 6.72 1.497 2.245.499 4.474 1.014 6.72 1.53 2.228.515 4.474 1.031 6.703 1.563 2.228.516 4.457 1.048 6.702 1.564l6.687 1.596c2.229.533 4.457 1.082 6.686 1.63 2.229.549 4.458 1.098 6.67 1.647 2.228.549 4.441 1.098 6.669 1.663 2.212.566 4.441 1.115 6.653 1.68 2.213.566 4.441 1.131 6.653 1.697 2.213.565 4.441 1.147 6.653 1.713 2.213.582 4.425 1.148 6.653 1.73l6.637 1.746c2.212.582 4.424 1.164 6.636 1.763 2.212.582 4.425 1.181 6.637 1.78 2.212.599 4.407 1.181 6.62 1.78 2.212.598 4.424 1.197 6.619 1.796 2.212.599 4.408 1.197 6.62 1.813 2.212.599 4.408 1.214 6.62 1.813 2.212.599 4.407 1.214 6.62 1.829 2.195.616 4.407 1.214 6.603 1.83 2.195.615 4.407 1.231 6.603 1.846 2.195.616 4.408 1.231 6.603 1.846 2.196.616 4.408 1.231 6.603 1.847 2.196.615 4.408 1.23 6.603 1.846 2.196.615 4.408 1.231 6.603 1.863 2.196.615 4.392 1.23 6.604 1.863 2.195.615 4.407 1.23 6.603 1.862 2.195.616 4.407 1.231 6.603 1.863 2.195.616 4.407 1.248 6.603 1.863 2.196.615 4.408 1.231 6.603 1.846 2.196.616 4.408 1.231 6.603 1.846 2.196.616 4.408 1.231 6.603 1.847 2.213.615 4.408 1.23 6.604 1.829 2.212.616 4.407 1.231 6.619 1.83 2.212.615 4.408 1.214 6.62 1.829 2.212.616 4.408 1.215 6.62 1.813 2.195.599 4.408 1.215 6.62 1.813 2.212.599 4.424 1.198 6.619 1.797 2.213.598 4.425 1.197 6.62 1.779 2.212.599 4.424 1.181 6.637 1.763 2.212.583 4.424 1.181 6.636 1.763 2.212.583 4.424 1.165 6.653 1.747 2.212.582 4.441 1.148 6.653 1.73 2.212.582 4.441 1.147 6.653 1.713 2.212.565 4.441 1.131 6.653 1.696 2.229.566 4.441 1.115 6.67 1.68 2.229.549 4.457 1.115 6.67 1.664l6.686 1.646c2.229.549 4.457 1.081 6.686 1.614 2.229.532 4.458 1.064 6.703 1.596 2.229.532 4.474 1.048 6.703 1.564 2.245.515 4.474 1.031 6.72 1.547 2.245.515 4.474 1.014 6.719 1.513 2.246.499 4.491.998 6.736 1.48 2.246.499 4.491.982 6.737 1.464 2.245.482 4.507.965 6.752 1.43 2.262.466 4.508.932 6.77 1.398 2.262.465 4.507.914 6.769 1.38 2.262.449 4.524.898 6.79 1.331 2.26.432 4.52.865 6.8 1.297 2.26.433 4.54.848 6.8 1.264 2.28.416 4.56.815 6.82 1.214l6.84 1.198c2.28.399 4.55.765 6.85 1.147 2.28.383 4.57.749 6.85 1.115 2.3.366 4.58.715 6.87 1.064 2.3.35 4.59.699 6.89 1.032a938.692 938.692 0 0 0 27.71 3.626c2.33.266 4.64.532 6.97.781 2.33.25 4.65.499 6.98.732 2.33.233 4.66.449 7 .665 2.33.217 4.68.416 7.02.616 2.35.199 4.69.382 7.04.565 2.34.183 4.69.35 7.05.499a951.345 951.345 0 0 0 14.16.815c2.36.117 4.72.216 7.1.316s4.74.167 7.12.233c2.37.067 4.75.133 7.13.166 2.38.05 4.78.084 7.17.1 2.4.017 4.79.034 7.19.017 2.39 0 4.8 0 7.2-.05 2.39-.05 4.8-.067 7.22-.116 2.41-.05 4.82-.117 7.23-.2 2.43-.083 4.84-.183 7.27-.283 2.43-.116 4.86-.233 7.29-.366a546.603 546.603 0 0 0 14.65-.998c2.44-.199 4.91-.399 7.35-.615 2.46-.216 4.91-.466 7.37-.715 2.46-.25 4.92-.516 7.4-.815 2.48-.283 4.94-.582 7.42-.915 2.48-.316 4.95-.649 7.45-1.015 2.49-.349 4.97-.731 7.48-1.114 2.5-.383 4.99-.798 7.51-1.214 2.51-.416 5-.865 7.53-1.314 2.51-.466 5.02-.932 7.55-1.431 2.53-.499 5.04-1.014 7.57-1.546 2.53-.533 5.06-1.082 7.6-1.664a463.41 463.41 0 0 0 7.63-1.779 668.23 668.23 0 0 0 7.66-1.896c2.54-.649 5.12-1.331 7.68-2.013 2.56-.699 5.14-1.414 7.72-2.146 2.58-.731 5.15-1.497 7.73-2.278 2.58-.782 5.17-1.58 7.77-2.412 2.59-.832 5.19-1.68 7.8-2.545a482.38 482.38 0 0 0 7.82-2.694c2.61-.915 5.24-1.863 7.85-2.828 2.63-.964 5.25-1.962 7.88-2.977a617.14 617.14 0 0 0 7.92-3.127c2.64-1.064 5.29-2.162 7.95-3.277a409.29 409.29 0 0 0 7.98-3.443c2.66-1.18 5.34-2.361 8-3.592 2.68-1.231 5.36-2.478 8.04-3.759 2.67-1.281 5.37-2.595 8.06-3.942a684.25 684.25 0 0 0 8.1-4.092c2.71-1.397 5.43-2.827 8.14-4.274 2.71-1.464 5.44-2.944 8.16-4.458 2.73-1.513 5.46-3.06 8.2-4.64 2.75-1.58 5.49-3.194 8.24-4.824 2.74-1.646 5.5-3.31 8.26-5.023 2.76-1.713 5.52-3.459 8.3-5.222 2.78-1.78 5.56-3.576 8.33-5.423a680.75 680.75 0 0 0 8.39-5.638c2.79-1.913 5.6-3.859 8.41-5.855 2.81-1.979 5.63-4.008 8.45-6.071 2.83-2.062 5.66-4.158 8.49-6.287 2.82-2.129 5.67-4.308 8.51-6.52 2.85-2.212 5.69-4.457 8.55-6.736 2.86-2.279 5.72-4.607 8.6-6.986 2.88-2.362 5.75-4.773 8.63-7.218 2.88-2.445 5.77-4.94 8.67-7.468 2.89-2.528 5.8-5.106 8.7-7.734 2.91-2.612 5.82-5.273 8.75-7.984 2.92-2.711 5.85-5.456 8.78-8.25V315.604a980.708 980.708 0 0 1-8.78 7.917 927.279 927.279 0 0 1-8.75 7.651 865.251 865.251 0 0 1-8.7 7.401c-2.9 2.429-5.79 4.807-8.67 7.152a628.084 628.084 0 0 1-8.63 6.903 737.808 737.808 0 0 1-8.6 6.653c-2.86 2.179-5.7 4.324-8.55 6.42a872.786 872.786 0 0 1-8.51 6.204 665.202 665.202 0 0 1-8.49 5.971 712.187 712.187 0 0 1-8.45 5.755c-2.81 1.879-5.6 3.726-8.41 5.538-2.8 1.813-5.59 3.576-8.37 5.306a558.577 558.577 0 0 1-8.33 5.123c-2.78 1.663-5.54 3.31-8.3 4.907a568.07 568.07 0 0 1-8.27 4.723 500.737 500.737 0 0 1-8.23 4.524 526.26 526.26 0 0 1-8.2 4.342 561.244 561.244 0 0 1-8.17 4.141 607.756 607.756 0 0 1-8.13 3.975 709.497 709.497 0 0 1-8.1 3.809c-2.7 1.231-5.39 2.445-8.07 3.626a670.557 670.557 0 0 1-8.03 3.46 467.028 467.028 0 0 1-8 3.293c-2.66 1.081-5.32 2.112-7.98 3.143a604.61 604.61 0 0 1-7.96 2.978c-2.64.964-5.28 1.912-7.91 2.827a742.01 742.01 0 0 1-7.89 2.695c-2.62.865-5.24 1.713-7.85 2.528a865.99 865.99 0 0 1-7.81 2.395c-2.62.782-5.21 1.53-7.8 2.262-2.6.732-5.18 1.43-7.77 2.129-2.58.682-5.17 1.347-7.74 1.979-2.57.632-5.14 1.264-7.71 1.863-2.57.599-5.13 1.181-7.69 1.73-2.56.565-5.1 1.098-7.65 1.613a410.26 410.26 0 0 1-7.63 1.481c-2.55.482-5.08.931-7.6 1.38-2.53.432-5.06.865-7.59 1.264a613.866 613.866 0 0 1-15.07 2.196c-2.49.332-5 .632-7.5.931-2.49.299-4.99.566-7.47.832-2.49.266-4.97.515-7.45.732-2.48.232-4.96.432-7.42.632-2.48.199-4.94.382-7.4.532a562.095 562.095 0 0 1-14.72.798c-2.44.1-4.89.2-7.33.266-2.45.067-4.88.133-7.3.183-2.43.05-4.86.067-7.29.083-2.43.017-4.84.017-7.27 0-2.41 0-4.84-.033-7.25-.066s-4.82-.083-7.22-.15c-2.41-.066-4.81-.133-7.2-.216-2.4-.083-4.79-.183-7.19-.299-2.39-.117-4.77-.233-7.16-.366-2.38-.133-4.78-.283-7.16-.433-2.38-.149-4.75-.332-7.12-.499-2.37-.183-4.74-.366-7.1-.582-2.36-.199-4.72-.416-7.08-.632-2.36-.216-4.71-.466-7.07-.699a879.54 879.54 0 0 1-7.05-.765c-2.35-.266-4.69-.549-7.04-.831a529.79 529.79 0 0 1-7.02-.882 986.546 986.546 0 0 1-13.97-1.913c-2.33-.332-4.64-.681-6.97-1.031-2.31-.349-4.64-.715-6.95-1.097-2.31-.366-4.63-.749-6.94-1.148a941.15 941.15 0 0 1-20.71-3.693c-2.29-.432-4.59-.864-6.86-1.314-2.3-.449-4.58-.898-6.87-1.363-2.28-.466-4.58-.932-6.86-1.414-2.27-.483-4.55-.965-6.83-1.447-2.28-.483-4.56-.982-6.82-1.481-2.28-.499-4.54-.998-6.8-1.513-2.27-.516-4.54-1.031-6.81-1.564-2.259-.532-4.521-1.047-6.783-1.596-2.262-.533-4.524-1.081-6.77-1.614a980.977 980.977 0 0 1-6.769-1.663 792.827 792.827 0 0 1-6.753-1.68c-2.245-.565-4.491-1.147-6.736-1.713-2.245-.582-4.491-1.148-6.736-1.746a812.785 812.785 0 0 1-6.72-1.78c-2.245-.599-4.474-1.198-6.719-1.796-2.229-.599-4.474-1.215-6.703-1.813-2.229-.616-4.458-1.231-6.703-1.847-2.229-.615-4.458-1.247-6.687-1.862-2.228-.632-4.457-1.248-6.686-1.88a773.388 773.388 0 0 1-6.67-1.913c-2.228-.648-4.44-1.28-6.669-1.929a3355.96 3355.96 0 0 1-6.653-1.946c-2.212-.649-4.441-1.314-6.653-1.963a985.594 985.594 0 0 1-6.653-1.979c-2.213-.665-4.425-1.331-6.653-1.996-2.213-.665-4.425-1.347-6.637-2.012-2.212-.666-4.424-1.348-6.636-2.013a1381.78 1381.78 0 0 0-6.62-2.029c-2.212-.682-4.424-1.364-6.62-2.046-2.212-.682-4.407-1.364-6.619-2.062-2.213-.682-4.408-1.381-6.62-2.063-2.212-.682-4.408-1.38-6.62-2.062-2.212-.699-4.408-1.381-6.62-2.079-2.212-.699-4.407-1.397-6.603-2.096-2.212-.699-4.407-1.397-6.603-2.096-2.212-.698-4.408-1.397-6.603-2.096-2.196-.698-4.408-1.397-6.603-2.095-2.196-.699-4.408-1.397-6.603-2.096-2.196-.698-4.408-1.414-6.604-2.112-2.195-.699-4.407-1.397-6.603-2.096-2.195-.699-4.407-1.397-6.603-2.112-2.195-.699-4.408-1.397-6.603-2.113-2.196-.698-4.408-1.397-6.603-2.095-2.196-.699-4.408-1.397-6.603-2.096-2.196-.699-4.408-1.397-6.603-2.096-2.196-.698-4.408-1.397-6.604-2.095-2.195-.699-4.407-1.381-6.603-2.08-2.212-.698-4.407-1.38-6.62-2.079-2.212-.682-4.407-1.38-6.619-2.079-2.213-.682-4.408-1.38-6.62-2.062-2.212-.682-4.408-1.364-6.62-2.046-2.212-.682-4.408-1.347-6.62-2.029-2.212-.682-4.424-1.347-6.619-2.029-2.213-.666-4.425-1.348-6.637-2.013l-6.636-1.996c-2.212-.665-4.441-1.33-6.653-1.979a807.023 807.023 0 0 0-6.653-1.963c-2.212-.648-4.441-1.314-6.653-1.946a799.78 799.78 0 0 0-6.67-1.929 982.153 982.153 0 0 0-6.67-1.913c-2.212-.632-4.441-1.264-6.669-1.896-2.229-.632-4.458-1.247-6.687-1.879-2.228-.616-4.457-1.248-6.686-1.863-2.229-.616-4.458-1.214-6.703-1.83-2.229-.599-4.474-1.214-6.703-1.796-2.229-.599-4.474-1.181-6.719-1.78-2.246-.582-4.491-1.164-6.72-1.746-2.245-.582-4.491-1.148-6.736-1.73l-6.736-1.697c-2.246-.565-4.508-1.114-6.753-1.663a797.284 797.284 0 0 0-6.77-1.63c-2.262-.532-4.507-1.081-6.769-1.597-2.262-.532-4.524-1.047-6.786-1.563a972.658 972.658 0 0 0-6.786-1.53c-2.279-.499-4.541-.998-6.82-1.497-2.278-.499-4.54-.981-6.819-1.447-2.279-.483-4.557-.948-6.836-1.414a972.874 972.874 0 0 0-6.836-1.38c-2.279-.45-4.574-.899-6.869-1.331-2.296-.433-4.574-.865-6.87-1.297l-6.885-1.248a490.909 490.909 0 0 0-6.903-1.197c-2.312-.4-4.624-.782-6.919-1.165a504.293 504.293 0 0 0-6.936-1.097c-2.312-.366-4.64-.716-6.952-1.065a507.954 507.954 0 0 0-6.969-.998c-2.329-.333-4.658-.632-6.986-.948a505.246 505.246 0 0 0-6.986-.898 881.903 881.903 0 0 0-7.019-.832c-2.345-.266-4.69-.532-7.035-.781-2.346-.25-4.691-.499-7.053-.732-2.361-.233-4.707-.449-7.068-.666a512.62 512.62 0 0 0-7.086-.598c-2.362-.183-4.74-.366-7.102-.516a993.53 993.53 0 0 0-7.119-.466 519.91 519.91 0 0 0-7.152-.399c-2.378-.116-4.773-.233-7.152-.316-2.378-.083-4.79-.183-7.185-.249-2.395-.067-4.79-.133-7.202-.183-2.412-.05-4.807-.083-7.219-.1-2.411-.017-4.823-.017-7.251-.017-2.412 0-4.84.033-7.269.067-2.428.033-4.857.083-7.285.149-2.428.067-4.857.15-7.302.233-2.445.1-4.89.183-7.335.316-2.445.117-4.89.266-7.351.416a554.674 554.674 0 0 0-14.787 1.098 564.84 564.84 0 0 0-7.418.698c-2.478.25-4.956.499-7.451.782a613.62 613.62 0 0 0-7.468.898c-2.495.316-4.99.632-7.501.982-2.512.349-5.007.715-7.535 1.097-2.512.383-5.023.799-7.551 1.215-2.512.415-5.04.864-7.568 1.33-2.528.466-5.056.948-7.601 1.447-2.545.499-5.09 1.015-7.635 1.564a412.386 412.386 0 0 0-7.651 1.68 740.322 740.322 0 0 0-7.684 1.796 475.19 475.19 0 0 0-7.717 1.929 451.103 451.103 0 0 0-7.734 2.063 792.533 792.533 0 0 0-7.768 2.195c-2.595.749-5.189 1.53-7.801 2.329-2.594.798-5.206 1.63-7.817 2.478a538.12 538.12 0 0 0-7.85 2.611 502.973 502.973 0 0 0-7.884 2.761 572.8 572.8 0 0 0-7.917 2.911c-2.645.998-5.29 2.013-7.951 3.061a520.969 520.969 0 0 0-7.967 3.226 466.475 466.475 0 0 0-8.017 3.393 425.496 425.496 0 0 0-8.033 3.543 574.534 574.534 0 0 0-8.067 3.726 442.588 442.588 0 0 0-8.1 3.892 615.51 615.51 0 0 0-8.133 4.058 551.345 551.345 0 0 0-8.167 4.241 498.67 498.67 0 0 0-8.2 4.441 516.941 516.941 0 0 0-8.233 4.624 616.858 616.858 0 0 0-8.267 4.824 436.554 436.554 0 0 0-8.3 5.023c-2.76 1.713-5.555 3.443-8.332 5.206a643.081 643.081 0 0 0-8.383 5.422 622.508 622.508 0 0 0-8.4 5.638 786.362 786.362 0 0 0-8.449 5.855 530.998 530.998 0 0 0-8.482 6.071 649.903 649.903 0 0 0-8.516 6.304 895.975 895.975 0 0 0-8.55 6.536 716.628 716.628 0 0 0-8.598 6.77 633.115 633.115 0 0 0-8.633 7.019 646.894 646.894 0 0 0-8.665 7.268 702.41 702.41 0 0 0-8.7 7.518 895.046 895.046 0 0 0-8.748 7.768 764.847 764.847 0 0 0-8.782 8.05l-.05-.133Z\' fill=\'%23589A43\'/%3E%3Cpath d=\'M1198.95 481.73c1.7 0 3.38 0 5.07-.017 2.43 0 4.88-.033 7.31-.083 2.44-.05 4.89-.116 7.33-.183 2.45-.066 4.91-.166 7.35-.266a561.525 561.525 0 0 0 14.79-.798c2.48-.167 4.94-.35 7.43-.533 2.48-.199 4.96-.399 7.45-.632 2.48-.232 4.98-.482 7.47-.731 2.5-.267 4.99-.533 7.5-.832 2.52-.299 5.01-.599 7.52-.932 2.51-.332 5.02-.681 7.55-1.047 2.53-.366 5.06-.749 7.57-1.148 2.53-.399 5.06-.832 7.6-1.264 2.55-.433 5.07-.898 7.62-1.381 2.54-.482 5.11-.964 7.65-1.497 2.56-.515 5.12-1.064 7.68-1.613 2.57-.565 5.14-1.148 7.71-1.746 2.57-.599 5.15-1.231 7.73-1.863 2.58-.649 5.17-1.298 7.77-1.996 2.59-.682 5.19-1.397 7.8-2.129 2.59-.732 5.2-1.48 7.82-2.262 2.61-.782 5.23-1.58 7.85-2.412 2.62-.831 5.25-1.663 7.88-2.545 2.63-.865 5.27-1.779 7.92-2.694 2.64-.915 5.29-1.88 7.95-2.844 2.64-.965 5.3-1.963 7.96-2.994 2.67-1.031 5.34-2.079 8-3.144 2.68-1.081 5.36-2.179 8.04-3.31 2.69-1.131 5.37-2.295 8.06-3.476 2.7-1.181 5.39-2.395 8.1-3.642 2.72-1.248 5.41-2.512 8.14-3.809 2.71-1.298 5.44-2.628 8.16-3.992 2.73-1.364 5.46-2.744 8.2-4.158 2.75-1.414 5.48-2.878 8.24-4.358 2.74-1.48 5.5-2.994 8.26-4.541 2.77-1.546 5.53-3.127 8.3-4.74 2.78-1.613 5.54-3.243 8.34-4.923 2.77-1.68 5.57-3.393 8.36-5.14 2.8-1.746 5.59-3.509 8.4-5.322a685.65 685.65 0 0 0 8.44-5.555c2.81-1.88 5.63-3.809 8.46-5.772a524.76 524.76 0 0 0 8.5-5.988c2.84-2.029 5.69-4.108 8.53-6.22 2.86-2.112 5.71-4.258 8.59-6.437 2.86-2.195 5.73-4.408 8.61-6.67 2.88-2.262 5.76-4.574 8.65-6.919 2.89-2.345 5.79-4.74 8.68-7.168 2.9-2.429 5.81-4.907 8.73-7.419 2.91-2.511 5.84-5.073 8.77-7.667a759.13 759.13 0 0 0 8.8-7.934l.61-.565v-66.83l-3.24 3.093a730.214 730.214 0 0 1-8.77 8.234 768.743 768.743 0 0 1-8.73 7.967 599.91 599.91 0 0 1-8.68 7.7 760.794 760.794 0 0 1-8.65 7.452c-2.88 2.445-5.74 4.84-8.6 7.202-2.86 2.362-5.72 4.69-8.56 6.969a603.381 603.381 0 0 1-8.54 6.719 929.385 929.385 0 0 1-8.49 6.504 881.04 881.04 0 0 1-8.45 6.27 994.014 994.014 0 0 1-8.42 6.055 642.04 642.04 0 0 1-8.38 5.838c-2.8 1.912-5.58 3.775-8.35 5.621a465.896 465.896 0 0 1-8.32 5.406 570.704 570.704 0 0 1-8.28 5.206 605.828 605.828 0 0 1-8.25 5.006 524.022 524.022 0 0 1-8.22 4.824 607.4 607.4 0 0 1-8.16 4.64 531.294 531.294 0 0 1-8.15 4.441 559.085 559.085 0 0 1-8.11 4.258 556.634 556.634 0 0 1-8.08 4.092c-2.68 1.33-5.37 2.644-8.03 3.925a710.876 710.876 0 0 1-8.02 3.759 558.64 558.64 0 0 1-7.98 3.576 657.324 657.324 0 0 1-7.95 3.426 635.158 635.158 0 0 1-7.92 3.277 610.781 610.781 0 0 1-7.88 3.11 592.535 592.535 0 0 1-7.85 2.978c-2.62.964-5.23 1.896-7.84 2.81-2.61.915-5.2 1.813-7.8 2.678a788.85 788.85 0 0 1-7.77 2.545c-2.57.832-5.15 1.613-7.73 2.395s-5.16 1.53-7.72 2.279a647.23 647.23 0 0 1-7.68 2.145c-2.56.699-5.11 1.364-7.65 2.013-2.55.649-5.09 1.281-7.64 1.896-2.54.615-5.07 1.198-7.6 1.763-2.53.566-5.06 1.114-7.57 1.647-2.53.532-5.04 1.048-7.55 1.547-2.51.499-5.02.964-7.52 1.43-2.51.449-5 .898-7.5 1.314-2.49.416-4.99.832-7.47 1.214-2.49.383-4.97.765-7.45 1.115-2.47.349-4.95.681-7.41.998-2.47.316-4.94.615-7.41.914-2.46.283-4.92.549-7.36.815-2.47.25-4.91.499-7.36.715-2.44.217-4.89.433-7.33.616-2.45.183-4.87.382-7.3.532-2.43.166-4.88.316-7.29.449-2.43.133-4.84.266-7.27.366-2.41.117-4.84.2-7.25.283-2.41.083-4.82.15-7.22.199-2.41.05-4.8.1-7.2.117-2.39.033-4.79.05-7.18.05h-1.1c-2.03 0-4.04 0-6.06-.017-2.37-.016-4.77-.05-7.13-.1-2.38-.05-4.76-.099-7.12-.166-2.38-.066-4.74-.15-7.1-.233a494.3 494.3 0 0 1-7.09-.316 954.96 954.96 0 0 1-7.07-.366c-2.34-.133-4.7-.282-7.05-.432-2.34-.15-4.69-.316-7.03-.499-2.35-.183-4.69-.366-7.02-.566-2.33-.199-4.68-.399-7.01-.615-2.32-.216-4.65-.433-6.98-.665-2.33-.233-4.64-.483-6.97-.732-2.33-.25-4.64-.516-6.95-.782a964.82 964.82 0 0 1-6.94-.832c-2.31-.282-4.62-.565-6.92-.881-2.31-.3-4.6-.616-6.9-.932-2.3-.316-4.59-.648-6.89-.981-2.29-.332-4.59-.682-6.87-1.014-2.29-.35-4.57-.699-6.86-1.065-2.28-.366-4.58-.732-6.86-1.114-2.28-.383-4.55-.749-6.83-1.148-2.28-.383-4.56-.782-6.82-1.198l-.7-.116c-2.05-.366-4.08-.715-6.11-1.098-2.26-.415-4.54-.848-6.8-1.264l-6.78-1.297a812.354 812.354 0 0 1-6.774-1.331c-2.262-.449-4.524-.915-6.769-1.364-2.262-.465-4.508-.914-6.753-1.397a967.039 967.039 0 0 1-6.753-1.43 953.46 953.46 0 0 1-6.736-1.464c-2.245-.499-4.491-.981-6.72-1.48-2.245-.499-4.474-1.015-6.719-1.514-2.246-.515-4.474-1.031-6.72-1.546-2.228-.516-4.457-1.032-6.703-1.564l-6.686-1.597c-2.229-.532-4.457-1.081-6.686-1.613-1.913-.466-3.842-.931-5.755-1.414l-.932-.233a954.665 954.665 0 0 1-6.669-1.663l-.749-.183c-1.979-.499-3.942-.981-5.921-1.48-2.212-.566-4.441-1.131-6.653-1.697l-46.455-12.291c-2.212-.599-4.407-1.198-6.62-1.813l-132.162-36.825c-2.212-.599-4.425-1.214-6.637-1.813l-26.529-7.085c-2.212-.582-4.424-1.164-6.653-1.73l-13.322-3.426c-2.229-.566-4.441-1.131-6.67-1.68-2.229-.566-4.458-1.115-6.67-1.663l-6.686-1.647c-2.229-.549-4.458-1.081-6.686-1.63l-6.703-1.597c-2.229-.532-4.474-1.048-6.703-1.58l-1.564-.366c-1.713-.399-3.426-.798-5.156-1.197-2.245-.516-4.474-1.015-6.719-1.531l-6.737-1.496c-2.245-.499-4.49-.982-6.736-1.481-2.245-.482-4.491-.964-6.753-1.447-1.879-.399-3.759-.782-5.638-1.181l-1.114-.233a843.12 843.12 0 0 0-6.77-1.38l-6.786-1.347a803.522 803.522 0 0 0-6.803-1.314c-2.262-.433-4.54-.865-6.802-1.281-2.279-.416-4.541-.832-6.82-1.247-2.278-.416-4.557-.815-6.836-1.215-2.278-.399-4.557-.781-6.836-1.164-2.278-.382-4.574-.748-6.852-1.114-2.296-.366-4.574-.732-6.87-1.081-2.295-.35-4.59-.699-6.886-1.032-2.295-.332-4.59-.665-6.902-.981-2.295-.316-4.607-.649-6.919-.948l-6.936-.898c-2.312-.283-4.624-.582-6.936-.848-2.312-.267-4.64-.533-6.969-.799l-6.986-.748-6.985-.699a953.075 953.075 0 0 0-7.019-.632c-2.345-.199-4.674-.399-7.036-.582-2.345-.183-4.707-.349-7.052-.516a925.319 925.319 0 0 0-7.069-.465c-2.362-.15-4.707-.266-7.085-.4-2.362-.116-4.741-.232-7.103-.332-2.361-.1-4.74-.183-7.118-.266-2.379-.083-4.757-.15-7.136-.2-2.378-.05-4.773-.1-7.168-.133-2.395-.033-4.774-.05-7.186-.05h-1.447c-1.912 0-3.825 0-5.755.017-2.395.016-4.806.05-7.218.1-2.412.049-4.824.099-7.252.166-2.412.066-4.84.15-7.268.249-2.429.1-4.857.2-7.285.333-2.429.116-4.874.266-7.302.416a547.24 547.24 0 0 0-14.687 1.098c-2.461.216-4.906.449-7.368.682-2.462.249-4.923.515-7.401.781-2.479.283-4.957.566-7.435.865-2.478.316-4.957.632-7.452.981-2.495.333-4.989.699-7.484 1.082-2.495.366-4.99.765-7.502 1.164-2.494.416-5.006.832-7.518 1.281a647.874 647.874 0 0 0-15.135 2.894c-2.528.515-5.056 1.064-7.601 1.613a632.134 632.134 0 0 0-7.618 1.73 425.478 425.478 0 0 0-7.651 1.863 432.75 432.75 0 0 0-7.684 1.962c-2.562.682-5.14 1.381-7.718 2.096a449.476 449.476 0 0 0-7.734 2.229 508.749 508.749 0 0 0-7.767 2.362c-2.595.815-5.19 1.63-7.801 2.495a535.932 535.932 0 0 0-7.817 2.627c-2.612.899-5.223 1.83-7.851 2.778a501.955 501.955 0 0 0-7.884 2.911 592.816 592.816 0 0 0-7.917 3.06 614.468 614.468 0 0 0-7.95 3.227 641.996 641.996 0 0 0-7.967 3.376 670.898 670.898 0 0 0-8.001 3.526 437.562 437.562 0 0 0-8.033 3.693 705.773 705.773 0 0 0-8.067 3.859 530.673 530.673 0 0 0-8.1 4.041 582.53 582.53 0 0 0-16.3 8.599 669.534 669.534 0 0 0-8.183 4.558 605.094 605.094 0 0 0-8.233 4.757 630.898 630.898 0 0 0-8.267 4.94 658.67 658.67 0 0 0-8.3 5.139 687.913 687.913 0 0 0-8.332 5.339 718.557 718.557 0 0 0-8.367 5.539 753.067 753.067 0 0 0-8.399 5.755 612.655 612.655 0 0 0-8.433 5.971 827.332 827.332 0 0 0-8.466 6.187 670.504 670.504 0 0 0-8.499 6.404 736.414 736.414 0 0 0-17.098 13.505c-2.861 2.329-5.739 4.707-8.616 7.102a818.716 818.716 0 0 0-8.649 7.352 712.816 712.816 0 0 0-8.682 7.618 743.625 743.625 0 0 0-8.716 7.85 974.47 974.47 0 0 0-8.765 8.117 807.713 807.713 0 0 0-8.799 8.383l2.645 2.794a637.407 637.407 0 0 1 8.765-8.017 890.47 890.47 0 0 1 8.716-7.751 707.953 707.953 0 0 1 8.682-7.501 642.046 642.046 0 0 1 8.649-7.235 761.04 761.04 0 0 1 8.599-7.002 712.701 712.701 0 0 1 8.566-6.753 583.38 583.38 0 0 1 8.532-6.52 692.403 692.403 0 0 1 8.5-6.287 534.919 534.919 0 0 1 8.466-6.055 781.147 781.147 0 0 1 8.416-5.838 619.44 619.44 0 0 1 8.383-5.621 698.45 698.45 0 0 1 8.35-5.406 666.501 666.501 0 0 1 8.315-5.189 729.762 729.762 0 0 1 8.283-5.007 872.139 872.139 0 0 1 8.25-4.807 852.53 852.53 0 0 1 8.2-4.607 660.796 660.796 0 0 1 8.183-4.424 478.14 478.14 0 0 1 8.134-4.225 613.709 613.709 0 0 1 8.116-4.058 606.37 606.37 0 0 1 16.117-7.585 477.285 477.285 0 0 1 8.017-3.526 554.994 554.994 0 0 1 7.984-3.376 612.582 612.582 0 0 1 7.95-3.21 518.996 518.996 0 0 1 7.917-3.061 501.893 501.893 0 0 1 7.884-2.91c2.628-.932 5.24-1.863 7.851-2.745a475.106 475.106 0 0 1 7.834-2.594 507.242 507.242 0 0 1 7.784-2.462c2.595-.798 5.189-1.58 7.767-2.329 2.578-.748 5.156-1.48 7.734-2.178 2.578-.699 5.14-1.398 7.718-2.046a431.465 431.465 0 0 1 7.684-1.93 728.986 728.986 0 0 1 7.651-1.796c2.545-.582 5.09-1.131 7.635-1.663 2.544-.532 5.072-1.065 7.601-1.564 2.528-.499 5.056-.981 7.568-1.43a420.96 420.96 0 0 1 7.551-1.314c2.511-.416 5.023-.832 7.518-1.214 2.494-.383 5.006-.749 7.501-1.098 2.495-.349 4.99-.665 7.468-.981 2.495-.316 4.973-.616 7.451-.898 2.479-.283 4.957-.533 7.435-.782a554.979 554.979 0 0 1 22.138-1.797c2.445-.149 4.89-.282 7.335-.415 2.445-.117 4.873-.217 7.318-.316 2.429-.1 4.857-.167 7.285-.233 2.429-.067 4.841-.117 7.269-.15 2.428-.033 4.84-.05 7.252-.066h2.062c1.713 0 3.443 0 5.156.016 2.412.017 4.807.067 7.202.1 2.395.05 4.79.1 7.185.166 2.396.067 4.774.15 7.169.25 2.379.1 4.757.199 7.136.316 2.378.116 4.756.249 7.118.399 2.379.15 4.741.299 7.102.466 2.362.166 4.724.332 7.086.515s4.707.383 7.069.599c2.345.216 4.707.433 7.052.665 2.345.233 4.69.483 7.036.732 2.345.25 4.673.499 7.019.782 2.328.266 4.673.549 7.002.832 2.328.282 4.657.582 6.986.898 2.328.316 4.657.615 6.969.948 2.312.332 4.64.665 6.952.998 2.312.349 4.624.698 6.936 1.064 2.312.366 4.607.715 6.919 1.098 2.295.383 4.607.765 6.903 1.164l6.885 1.198c2.296.416 4.591.815 6.87 1.247 2.295.416 4.574.849 6.869 1.298 2.279.432 4.574.881 6.853 1.33 2.278.449 4.557.915 6.836 1.381 2.278.465 4.557.931 6.836 1.413 2.278.483 4.54.965 6.802 1.448 2.262.498 4.541.997 6.803 1.496a972.75 972.75 0 0 1 6.786 1.531c2.262.515 4.524 1.031 6.786 1.563 2.262.532 4.508 1.065 6.753 1.597 2.262.532 4.507 1.081 6.753 1.63 2.245.549 4.507 1.098 6.753 1.663 2.245.566 4.491 1.114 6.736 1.697a979.04 979.04 0 0 1 6.736 1.729l.848.217c1.946.499 3.909 1.014 5.855 1.513 2.246.582 4.474 1.181 6.703 1.78s4.474 1.197 6.703 1.796 4.457 1.214 6.686 1.813l6.687 1.846 6.669 1.863c2.229.632 4.441 1.264 6.67 1.896l6.67 1.913c2.212.632 4.44 1.281 6.653 1.929l6.653 1.947c2.212.648 4.424 1.297 6.636 1.962l72.818 22.454 132.262 41.582 19.959 5.937c2.212.649 4.441 1.314 6.67 1.946l6.669 1.93c2.229.632 4.458 1.281 6.687 1.913 1.962.565 3.925 1.114 5.888 1.663l.798.216c2.229.632 4.457 1.248 6.703 1.863 2.229.615 4.474 1.231 6.703 1.846 2.229.616 4.474 1.214 6.719 1.813 2.246.599 4.475 1.198 6.72 1.796 2.245.599 4.491 1.181 6.736 1.78 2.079.549 4.175 1.081 6.271 1.613l.482.117c2.245.582 4.507 1.148 6.753 1.713 2.262.566 4.507 1.131 6.769 1.68 2.246.549 4.508 1.114 6.77 1.663 2.096.516 4.208 1.015 6.304 1.514l.482.116c2.262.532 4.524 1.065 6.802 1.597 2.26.532 4.54 1.048 6.8 1.563 2.28.516 4.54 1.015 6.82 1.514 2.28.499 4.56.998 6.84 1.48 2.28.483 4.56.982 6.85 1.447 2.28.483 4.58.948 6.85 1.414 2.3.466 4.58.915 6.87 1.364 2.3.449 4.59.898 6.89 1.331 2.29.432 4.59.864 6.9 1.28 2.3.416 4.61.832 6.92 1.248 2.31.399 4.62.798 6.94 1.181 2.31.382 4.62.765 6.95 1.147 2.31.366 4.64.732 6.97 1.098 2.33.349 4.64.699 6.97 1.031 2.33.333 4.65.666 7 .982 2.33.316 4.67.632 7 .931 2.35.299 4.69.599 7.04.882 2.34.282 4.69.565 7.05.831 2.36.266 4.71.516 7.07.765 2.36.25 4.72.483 7.08.699 2.37.216 4.73.432 7.11.632a1012 1012 0 0 0 7.11.582c2.38.183 4.76.349 7.14.499 2.38.166 4.77.299 7.17.449 2.39.133 4.79.266 7.18.366 2.4.116 4.79.216 7.21.299 2.41.084 4.8.167 7.21.217 2.42.066 4.83.116 7.24.149 2.41.034 4.84.067 7.27.067h2.23l-.07.133Zm401.44-167.025a912.686 912.686 0 0 1-8.13 7.335 721.09 721.09 0 0 1-8.71 7.635c-2.91 2.495-5.81 4.956-8.69 7.385-2.89 2.411-5.77 4.79-8.65 7.118a877.878 877.878 0 0 1-8.59 6.886 733.748 733.748 0 0 1-8.57 6.637 571.263 571.263 0 0 1-8.53 6.403 868.938 868.938 0 0 1-8.5 6.187 623.39 623.39 0 0 1-8.45 5.955 695.834 695.834 0 0 1-8.42 5.738c-2.79 1.88-5.6 3.726-8.38 5.522-2.79 1.797-5.57 3.56-8.35 5.306-2.78 1.73-5.54 3.443-8.32 5.106a526.442 526.442 0 0 1-8.28 4.89 564.87 564.87 0 0 1-8.25 4.707c-2.74 1.53-5.47 3.044-8.2 4.508-2.73 1.463-5.45 2.91-8.17 4.324-2.71 1.414-5.43 2.778-8.13 4.142a485.46 485.46 0 0 1-8.1 3.958 462.577 462.577 0 0 1-8.07 3.792 462.235 462.235 0 0 1-8.05 3.61 392.335 392.335 0 0 1-8.01 3.443 725.358 725.358 0 0 1-7.99 3.293c-2.66 1.064-5.3 2.112-7.95 3.127a507.743 507.743 0 0 1-7.91 2.96c-2.63.965-5.28 1.913-7.89 2.828-2.63.915-5.24 1.813-7.85 2.678a473.38 473.38 0 0 1-7.83 2.511c-2.6.815-5.21 1.614-7.8 2.379-2.6.765-5.19 1.53-7.77 2.245-2.58.732-5.16 1.431-7.73 2.113-2.58.681-5.16 1.33-7.72 1.979-2.56.632-5.12 1.264-7.69 1.863-2.56.599-5.1 1.164-7.65 1.729-2.54.549-5.09 1.098-7.63 1.614-2.55.515-5.07.998-7.6 1.48-2.53.483-5.06.932-7.57 1.364-2.51.433-5.04.865-7.55 1.264s-5.02.782-7.52 1.148c-2.49.366-5.01.715-7.5 1.048-2.5.332-4.99.632-7.47.931-2.48.299-4.97.566-7.45.832-2.48.249-4.96.515-7.42.732-2.48.232-4.94.432-7.4.632-2.46.199-4.92.365-7.38.532a544.569 544.569 0 0 1-14.69.798c-2.45.1-4.87.2-7.3.266-2.43.067-4.86.133-7.29.183-2.43.05-4.84.067-7.27.083-1.68 0-3.36.017-5.04.017h-2.21c-2.41 0-4.82-.05-7.22-.083-2.41-.033-4.8-.083-7.2-.15-2.39-.066-4.79-.133-7.18-.216-2.4-.083-4.78-.183-7.17-.299-2.38-.117-4.78-.233-7.14-.366-2.38-.133-4.76-.283-7.13-.433-2.38-.15-4.74-.332-7.11-.499-2.36-.183-4.72-.366-7.08-.582-2.36-.2-4.71-.416-7.07-.632-2.36-.216-4.71-.466-7.05-.699a934.115 934.115 0 0 1-14.06-1.58c-2.33-.282-4.67-.565-7-.865-2.33-.299-4.66-.615-6.98-.931-2.33-.316-4.65-.649-6.97-.981-2.32-.333-4.64-.682-6.96-1.032-2.31-.349-4.62-.715-6.93-1.097-2.31-.366-4.61-.749-6.92-1.131-2.3-.383-4.61-.782-6.9-1.181-2.3-.399-4.59-.815-6.89-1.231a877.83 877.83 0 0 1-6.87-1.281c-2.29-.432-4.57-.865-6.87-1.314-2.28-.449-4.57-.898-6.85-1.364-2.28-.465-4.56-.931-6.84-1.413l-6.82-1.447c-2.27-.483-4.54-.982-6.82-1.481-2.26-.499-4.54-.998-6.8-1.513-2.26-.516-4.52-1.031-6.78-1.564a487.466 487.466 0 0 1-6.79-1.596l-.483-.117-6.287-1.497a832.72 832.72 0 0 1-6.753-1.663 992.994 992.994 0 0 1-6.753-1.68 992.211 992.211 0 0 1-6.736-1.713l-.482-.117c-2.079-.532-4.175-1.064-6.254-1.613-2.245-.582-4.474-1.181-6.72-1.763-2.245-.599-4.474-1.197-6.703-1.796-2.228-.599-4.474-1.214-6.702-1.813l-6.687-1.846c-2.229-.616-4.457-1.248-6.686-1.863l-.798-.233c-1.963-.549-3.926-1.098-5.888-1.663a982.153 982.153 0 0 1-6.67-1.913l-6.67-1.93c-2.212-.648-4.441-1.297-6.653-1.946l-46.455-14.037-178.584-55.936a759.546 759.546 0 0 0-6.653-1.962l-6.653-1.963c-2.229-.649-4.441-1.298-6.67-1.93l-6.686-1.912-6.686-1.896-6.686-1.88c-2.229-.615-4.458-1.247-6.703-1.863-2.229-.615-4.474-1.214-6.703-1.829-2.246-.599-4.474-1.214-6.72-1.813-2.245-.599-4.474-1.198-6.719-1.78-1.963-.516-3.926-1.015-5.872-1.53l-.848-.216a924.749 924.749 0 0 0-6.736-1.73 4144.36 4144.36 0 0 0-6.753-1.697c-2.245-.565-4.507-1.114-6.769-1.663a797.284 797.284 0 0 0-6.77-1.63c-2.262-.532-4.524-1.081-6.786-1.597-2.262-.532-4.541-1.048-6.803-1.563a964.425 964.425 0 0 0-6.803-1.53c-2.278-.499-4.557-1.015-6.819-1.497-2.262-.483-4.557-.982-6.836-1.464a854.271 854.271 0 0 0-6.853-1.414c-2.278-.465-4.557-.931-6.852-1.38-2.295-.449-4.574-.898-6.869-1.331l-6.886-1.297c-2.296-.433-4.591-.832-6.903-1.248a983.428 983.428 0 0 0-13.855-2.378 457.657 457.657 0 0 0-6.952-1.098c-2.312-.366-4.641-.715-6.969-1.064a493.2 493.2 0 0 0-6.986-.998 464.364 464.364 0 0 0-7.002-.948 507.676 507.676 0 0 0-7.003-.899c-2.345-.282-4.69-.565-7.035-.831a949.892 949.892 0 0 0-14.121-1.514c-2.362-.233-4.724-.449-7.086-.665-2.362-.216-4.74-.416-7.102-.599-2.378-.183-4.74-.366-7.119-.515-2.378-.167-4.757-.316-7.135-.466-2.378-.15-4.774-.283-7.169-.399a496.672 496.672 0 0 0-7.185-.316 524.88 524.88 0 0 0-7.202-.25c-2.395-.066-4.807-.133-7.218-.183-2.412-.05-4.824-.083-7.236-.1-1.729 0-3.459-.016-5.189-.016h-2.079c-2.428 0-4.857.033-7.285.066-2.428.034-4.873.084-7.318.15-2.445.067-4.874.15-7.335.233-2.445.1-4.907.199-7.352.316-2.462.116-4.907.266-7.368.416a561.259 561.259 0 0 0-22.271 1.796c-2.495.25-4.973.516-7.468.782a588.443 588.443 0 0 0-15.02 1.896c-2.511.349-5.023.715-7.551 1.114-2.528.383-5.039.799-7.568 1.215-2.528.432-5.056.864-7.601 1.33-2.545.466-5.073.948-7.617 1.447a606.604 606.604 0 0 0-7.651 1.564 603.273 603.273 0 0 0-7.685 1.68c-2.561.582-5.139 1.18-7.717 1.812a446.159 446.159 0 0 0-7.734 1.946 782.127 782.127 0 0 0-7.768 2.063 805.787 805.787 0 0 0-7.8 2.195 380.18 380.18 0 0 0-7.834 2.346 527.07 527.07 0 0 0-7.851 2.478 484.4 484.4 0 0 0-7.884 2.611c-2.628.898-5.272 1.83-7.917 2.778a577.96 577.96 0 0 0-7.95 2.927 594.793 594.793 0 0 0-7.967 3.077 614.324 614.324 0 0 0-8.001 3.227 550.317 550.317 0 0 0-8.033 3.393 659.608 659.608 0 0 0-8.067 3.559 700.45 700.45 0 0 0-8.1 3.726 449.475 449.475 0 0 0-8.133 3.909 721.424 721.424 0 0 0-8.167 4.075 769.09 769.09 0 0 0-8.2 4.258 572.023 572.023 0 0 0-8.233 4.441 596.675 596.675 0 0 0-14.92 8.499c.117-.067.233-.15.35-.216a507.488 507.488 0 0 1 8.25-5.107 621.481 621.481 0 0 1 8.2-4.906 685.728 685.728 0 0 1 8.183-4.724c2.711-1.547 5.422-3.044 8.133-4.541a553.419 553.419 0 0 1 8.1-4.357 463.54 463.54 0 0 1 8.084-4.175 716.511 716.511 0 0 1 8.05-4.009 578.49 578.49 0 0 1 16-7.518 656.197 656.197 0 0 1 7.951-3.509 619.883 619.883 0 0 1 7.917-3.36 388.374 388.374 0 0 1 7.884-3.193 959.705 959.705 0 0 1 7.85-3.044 759.555 759.555 0 0 1 7.834-2.894 546.131 546.131 0 0 1 7.801-2.761 533.184 533.184 0 0 1 7.767-2.611 461.78 461.78 0 0 1 7.734-2.479 686.91 686.91 0 0 1 7.718-2.345 443.564 443.564 0 0 1 7.684-2.212 478.472 478.472 0 0 1 7.651-2.079 691.345 691.345 0 0 1 15.236-3.792 434.325 434.325 0 0 1 7.568-1.713 648.137 648.137 0 0 1 15.069-3.094c2.511-.483 5.006-.932 7.501-1.381 2.495-.449 4.99-.865 7.468-1.28 2.495-.4 4.973-.799 7.451-1.165a578.13 578.13 0 0 1 7.435-1.064c2.478-.333 4.94-.665 7.402-.965 2.461-.299 4.923-.599 7.385-.865 2.444-.266 4.906-.532 7.351-.781 2.445-.25 4.89-.466 7.335-.682 2.445-.217 4.873-.4 7.302-.583 2.428-.182 4.857-.349 7.285-.498 2.428-.15 4.84-.3 7.268-.416 2.412-.117 4.84-.233 7.252-.333s4.824-.183 7.219-.249c2.395-.067 4.807-.134 7.202-.167 2.395-.05 4.79-.066 7.185-.1 1.913 0 3.809-.033 5.722-.033h1.447c2.378 0 4.773.033 7.135.05 2.378.033 4.757.067 7.119.133 2.361.067 4.74.117 7.102.2s4.723.166 7.085.266 4.724.216 7.069.333c2.345.116 4.707.249 7.052.399 2.346.149 4.691.299 7.036.465 2.345.167 4.69.333 7.019.516 2.328.183 4.657.383 6.986.582 2.328.2 4.657.416 6.985.632 2.329.216 4.641.449 6.969.682 2.312.233 4.641.482 6.953.732 2.312.249 4.624.516 6.936.798 2.311.266 4.607.566 6.919.849 2.295.282 4.607.582 6.902.898 2.296.299 4.607.615 6.903.948 2.295.316 4.59.648 6.869.981 2.295.333 4.574.682 6.853 1.031 2.278.35 4.574.716 6.852 1.081a952.15 952.15 0 0 1 13.656 2.279c2.278.399 4.54.798 6.819 1.198 2.279.399 4.541.815 6.803 1.247 2.262.416 4.524.848 6.786 1.281 2.262.432 4.524.865 6.786 1.314 2.262.449 4.507.881 6.753 1.33 2.245.449 4.507.915 6.753 1.381l1.131.233c1.879.382 3.759.781 5.621 1.164l6.737 1.447c2.245.482 4.491.981 6.719 1.464 2.246.499 4.474.998 6.72 1.497 2.245.499 4.474 1.014 6.703 1.513l5.139 1.198 1.564.366c2.228.515 4.457 1.031 6.686 1.563l6.686 1.597c2.229.532 4.441 1.081 6.67 1.613 2.229.549 4.441 1.098 6.67 1.647 2.212.549 4.441 1.098 6.669 1.663 2.212.549 4.425 1.115 6.653 1.68l13.306 3.41c2.213.565 4.425 1.147 6.637 1.73l26.512 7.068c2.212.599 4.408 1.198 6.62 1.797l132.163 36.824c2.212.599 4.407 1.214 6.619 1.813l39.835 10.595 6.653 1.713c2.213.566 4.441 1.131 6.67 1.697l5.938 1.497.748.183c2.229.549 4.458 1.114 6.687 1.663l.931.233c1.929.482 3.842.948 5.772 1.414 2.228.549 4.457 1.081 6.703 1.613 2.228.532 4.474 1.064 6.703 1.597 2.228.532 4.474 1.048 6.719 1.563 2.245.516 4.491 1.031 6.72 1.547 2.245.516 4.49 1.015 6.736 1.53l6.736 1.497c2.245.499 4.507.981 6.753 1.464 2.245.482 4.507.965 6.769 1.43 2.262.483 4.508.932 6.77 1.397 2.262.466 4.524.915 6.786 1.381 2.262.449 4.524.898 6.802 1.33 2.28.433 4.54.882 6.8 1.298 2.28.432 4.54.848 6.82 1.281 2.05.382 4.09.731 6.14 1.097l.7.117c2.28.399 4.56.798 6.85 1.197 2.28.399 4.58.782 6.85 1.148 2.3.382 4.58.748 6.87 1.114 2.3.366 4.59.715 6.89 1.065a892.937 892.937 0 0 0 13.82 2.012c2.31.316 4.62.632 6.94.932 2.31.299 4.62.599 6.95.881 2.31.283 4.64.566 6.95.832 2.33.266 4.66.532 6.99.782 2.33.249 4.65.499 7 .731 2.33.233 4.67.466 7.02.666a980.186 980.186 0 0 0 14.09 1.181c2.34.183 4.7.349 7.07.499 2.36.149 4.72.299 7.08.432 2.36.133 4.72.266 7.1.383 2.36.116 4.74.216 7.12.316 2.38.099 4.76.166 7.14.233 2.38.066 4.77.133 7.17.166 2.39.05 4.79.083 7.18.1 2.03.016 4.06.016 6.09.016h1.1c2.41 0 4.8-.016 7.21-.05 2.42-.033 4.83-.066 7.24-.116s4.84-.116 7.27-.2c2.43-.083 4.85-.183 7.28-.282 2.43-.117 4.88-.233 7.31-.366a545.78 545.78 0 0 0 14.68-.998c2.46-.2 4.92-.399 7.39-.632 2.46-.216 4.92-.466 7.4-.715 2.48-.25 4.94-.533 7.42-.815 2.47-.283 4.95-.599 7.45-.915 2.48-.316 4.97-.666 7.47-1.015 2.49-.349 4.99-.732 7.5-1.114 2.49-.383 5-.799 7.51-1.214 2.52-.416 5.04-.865 7.56-1.314a660.834 660.834 0 0 0 15.16-2.994c2.55-.533 5.08-1.098 7.62-1.664 2.55-.582 5.11-1.164 7.65-1.779 2.57-.616 5.13-1.248 7.69-1.913 2.56-.649 5.14-1.331 7.7-2.029 2.58-.699 5.15-1.414 7.73-2.162 2.58-.732 5.18-1.497 7.77-2.296 2.6-.781 5.19-1.58 7.8-2.411 2.61-.832 5.21-1.68 7.84-2.562 2.61-.881 5.22-1.78 7.85-2.694 2.62-.915 5.25-1.863 7.88-2.844 2.63-.965 5.27-1.963 7.92-2.994a635.52 635.52 0 0 0 7.95-3.127c2.64-1.065 5.3-2.179 7.96-3.294a497.75 497.75 0 0 0 8-3.443c2.68-1.18 5.36-2.378 8.04-3.609a657.94 657.94 0 0 0 8.06-3.775c2.7-1.281 5.39-2.612 8.1-3.942 2.72-1.348 5.41-2.711 8.14-4.109 2.71-1.397 5.44-2.827 8.16-4.291 2.73-1.463 5.46-2.96 8.2-4.474 2.75-1.513 5.48-3.077 8.24-4.657 2.74-1.58 5.5-3.193 8.25-4.84 2.76-1.647 5.52-3.327 8.3-5.04 2.77-1.713 5.54-3.459 8.33-5.239 2.78-1.78 5.57-3.593 8.37-5.439a656.06 656.06 0 0 0 8.4-5.655c2.81-1.913 5.6-3.875 8.43-5.855a758.54 758.54 0 0 0 8.46-6.087c2.83-2.063 5.68-4.158 8.5-6.304 2.85-2.146 5.69-4.324 8.54-6.537 2.86-2.212 5.7-4.474 8.58-6.752 2.86-2.296 5.74-4.624 8.61-7.003 2.88-2.378 5.76-4.79 8.65-7.235 2.9-2.462 5.79-4.956 8.69-7.485 2.91-2.528 5.8-5.122 8.73-7.75a860.23 860.23 0 0 0 8.76-8.001c1.85-1.713 3.71-3.443 5.56-5.189v56.185l.01-.067Z\' fill=\'url(%23a)\'/%3E%3Cpath d=\'M-40.797 471.285a847.18 847.18 0 0 1 8.782-8.649 993.385 993.385 0 0 1 17.448-16.483 908.577 908.577 0 0 1 8.665-7.867 699.507 699.507 0 0 1 8.633-7.601 818.583 818.583 0 0 1 8.599-7.369c2.86-2.411 5.705-4.79 8.549-7.118a961.069 961.069 0 0 1 8.516-6.886 593.73 593.73 0 0 1 8.482-6.653 670.613 670.613 0 0 1 8.45-6.421 640.813 640.813 0 0 1 8.4-6.22 658.705 658.705 0 0 1 8.382-5.988 753.165 753.165 0 0 1 8.333-5.788 734.837 734.837 0 0 1 8.3-5.589 715.165 715.165 0 0 1 8.266-5.389 565.415 565.415 0 0 1 8.233-5.189 641.785 641.785 0 0 1 8.2-4.99 877.561 877.561 0 0 1 8.167-4.807c2.711-1.58 5.422-3.11 8.133-4.623a562.4 562.4 0 0 1 8.1-4.441 767.1 767.1 0 0 1 8.067-4.275 521.047 521.047 0 0 1 8.033-4.091 441.44 441.44 0 0 1 8.017-3.926 691.304 691.304 0 0 1 7.967-3.775 653.18 653.18 0 0 1 7.951-3.61 458.867 458.867 0 0 1 7.917-3.443c2.628-1.114 5.256-2.228 7.884-3.309a596.328 596.328 0 0 1 7.85-3.161 576.87 576.87 0 0 1 7.818-3.01 574.794 574.794 0 0 1 7.8-2.878c2.595-.931 5.19-1.829 7.768-2.727a817.224 817.224 0 0 1 7.734-2.595 468.524 468.524 0 0 1 7.717-2.462c2.578-.798 5.123-1.58 7.685-2.328a747.18 747.18 0 0 1 7.651-2.196 438.93 438.93 0 0 1 7.634-2.079c2.545-.665 5.073-1.33 7.601-1.962a691.888 691.888 0 0 1 7.568-1.847c2.528-.598 5.04-1.181 7.551-1.729 2.512-.566 5.023-1.098 7.518-1.63a656.529 656.529 0 0 1 14.969-2.895c2.495-.449 4.973-.898 7.452-1.313a599.292 599.292 0 0 1 14.819-2.296c2.462-.349 4.924-.698 7.385-1.014 2.462-.316 4.907-.616 7.352-.899 2.445-.282 4.89-.565 7.335-.815 2.445-.266 4.873-.499 7.302-.731a541.013 541.013 0 0 1 14.553-1.198c2.412-.166 4.84-.333 7.252-.482 2.412-.15 4.823-.283 7.218-.399a521.43 521.43 0 0 1 7.202-.316c2.395-.1 4.791-.167 7.186-.25a342.82 342.82 0 0 1 7.168-.166c2.379-.05 4.757-.083 7.136-.1 2.378-.017 4.757-.033 7.118-.017 2.379 0 4.741 0 7.103.034 2.361.033 4.723.066 7.085.116s4.707.1 7.069.183c2.345.066 4.707.15 7.052.233 2.345.083 4.69.183 7.036.299 2.345.1 4.673.233 7.019.366 2.328.133 4.673.266 7.002.416 2.329.15 4.657.299 6.986.466 2.328.166 4.64.349 6.969.532 2.312.183 4.64.366 6.952.582 2.312.2 4.624.416 6.936.632 2.312.216 4.624.449 6.919.682 2.312.233 4.607.482 6.903.732 2.295.249 4.59.515 6.885.782a945.037 945.037 0 0 1 13.739 1.679c2.279.3 4.574.599 6.853.915 2.278.3 4.557.632 6.836.948 2.278.316 4.557.649 6.836.982 2.278.332 4.54.682 6.802 1.031 2.262.349 4.541.698 6.803 1.064l6.786 1.098c2.262.366 4.508.749 6.77 1.131 2.262.383 4.507.765 6.769 1.164 2.262.4 4.508.799 6.753 1.198 2.245.399 4.491.815 6.736 1.231 2.246.416 4.491.831 6.736 1.264 2.246.416 4.491.865 6.72 1.297 2.245.433 4.474.865 6.72 1.314 2.228.449 4.474.898 6.702 1.347 2.229.449 4.458.899 6.703 1.364l6.687 1.397c2.228.466 4.457.932 6.686 1.414 2.229.482 4.457.948 6.67 1.431 2.228.482 4.441.964 6.669 1.463 2.212.483 4.441.982 6.653 1.481 2.212.499 4.441.997 6.653 1.496 2.213.499 4.441.998 6.653 1.514 2.213.499 4.425 1.015 6.653 1.514l6.637 1.546c2.212.516 4.424 1.032 6.636 1.564 2.212.515 4.425 1.048 6.637 1.563 2.212.533 4.407 1.048 6.619 1.58 2.213.533 4.425 1.065 6.62 1.597 2.196.532 4.408 1.065 6.62 1.597 2.212.532 4.408 1.081 6.62 1.613 2.212.533 4.407 1.081 6.62 1.614 2.195.549 4.407 1.081 6.603 1.63 2.195.549 4.407 1.097 6.603 1.63 2.195.548 4.408 1.097 6.603 1.646 2.195.549 4.408 1.098 6.603 1.647 2.196.549 4.408 1.098 6.603 1.646 2.196.549 4.408 1.098 6.603 1.647 2.196.549 4.391 1.098 6.604 1.647 2.195.549 4.407 1.097 6.603 1.646 2.195.549 4.407 1.098 6.603 1.647 2.195.549 4.407 1.098 6.603 1.647 2.195.549 4.408 1.097 6.603 1.646 2.196.549 4.408 1.098 6.603 1.647 2.196.549 4.408 1.098 6.603 1.647 2.213.548 4.408 1.081 6.62 1.629 2.196.549 4.408 1.082 6.603 1.631 2.196.548 4.408 1.081 6.62 1.613 2.212.532 4.408 1.081 6.62 1.613 2.212.532 4.407 1.081 6.62 1.614 2.212.532 4.407 1.064 6.619 1.596 2.212.533 4.425 1.048 6.637 1.58 2.212.533 4.424 1.048 6.636 1.564l6.637 1.547c2.212.515 4.424 1.031 6.653 1.547 2.212.515 4.441 1.014 6.653 1.513 2.212.499 4.441 1.015 6.653 1.514 2.228.499 4.441.998 6.669 1.48 2.229.482 4.441.981 6.67 1.464 2.229.482 4.441.964 6.67 1.447 2.228.482 4.457.948 6.686 1.43 2.229.466 4.458.948 6.686 1.414 2.229.466 4.458.931 6.703 1.38 2.229.449 4.474.915 6.703 1.364 2.246.449 4.474.898 6.72 1.331 2.245.432 4.474.881 6.719 1.314 2.246.432 4.491.865 6.737 1.281l6.736 1.247c2.245.416 4.507.815 6.753 1.214 2.245.399 4.507.799 6.769 1.198 2.262.399 4.507.765 6.769 1.147 2.263.383 4.525.765 6.787 1.131 2.26.366 4.52.732 6.8 1.081 2.26.366 4.54.716 6.81 1.048 2.27.35 4.54.682 6.81 1.015 2.28.333 4.56.665 6.84.981 2.28.316 4.56.632 6.85.932 2.28.299 4.58.615 6.86.898 2.29.299 4.59.582 6.88.848 2.3.283 4.59.532 6.89.798 2.29.267 4.6.516 6.9.766a952.166 952.166 0 0 0 27.78 2.561c2.32.183 4.65.349 6.98.499 2.33.166 4.66.316 7 .449 2.33.15 4.68.266 7.02.399l7.04.349c2.34.1 4.71.183 7.05.267 2.35.083 4.71.149 7.07.216 2.36.066 4.72.116 7.09.15 2.36.033 4.72.066 7.1.083 2.38.016 4.74.016 7.12.016 2.37 0 4.75-.016 7.15-.05 2.38-.033 4.77-.066 7.17-.133 2.39-.05 4.79-.116 7.18-.199 2.4-.083 4.79-.167 7.2-.266 2.42-.1 4.81-.217 7.22-.35 2.41-.133 4.83-.266 7.25-.432 2.43-.15 4.84-.333 7.27-.516 2.43-.183 4.86-.382 7.29-.598 2.43-.217 4.87-.433 7.3-.682 2.44-.233 4.89-.499 7.33-.765 2.45-.267 4.91-.549 7.36-.865a581.443 581.443 0 0 0 22.2-3.144c2.48-.399 4.96-.815 7.45-1.247 2.5-.433 4.98-.882 7.47-1.348 2.5-.465 4.99-.948 7.5-1.447 2.51-.499 5.01-1.014 7.52-1.563 2.51-.532 5.02-1.098 7.55-1.663 2.53-.583 5.04-1.181 7.57-1.78 2.53-.615 5.07-1.248 7.6-1.896 2.53-.649 5.07-1.331 7.63-2.013 2.55-.698 5.11-1.413 7.66-2.145 2.56-.732 5.12-1.481 7.68-2.262 2.56-.782 5.14-1.58 7.72-2.395 2.57-.815 5.15-1.647 7.73-2.512s5.17-1.746 7.77-2.661c2.59-.898 5.19-1.846 7.8-2.794 2.61-.949 5.21-1.93 7.82-2.928 2.61-.998 5.24-2.029 7.85-3.077 2.63-1.048 5.25-2.129 7.88-3.227a560.737 560.737 0 0 0 15.85-6.902c2.66-1.198 5.32-2.428 7.99-3.693 2.66-1.247 5.33-2.544 8-3.842 2.67-1.314 5.35-2.644 8.03-4.008 2.68-1.364 5.37-2.761 8.07-4.192 2.69-1.43 5.38-2.877 8.1-4.357 2.71-1.481 5.42-2.994 8.13-4.541 2.71-1.547 5.44-3.11 8.17-4.707 2.72-1.597 5.45-3.243 8.2-4.907 2.74-1.663 5.48-3.359 8.23-5.089 2.74-1.73 5.5-3.493 8.27-5.289 2.76-1.797 5.52-3.626 8.3-5.489a694.021 694.021 0 0 0 16.69-11.576 745.38 745.38 0 0 0 8.42-6.105c2.81-2.079 5.62-4.174 8.45-6.32 2.83-2.146 5.65-4.341 8.48-6.553 2.83-2.229 5.67-4.474 8.52-6.77 2.84-2.295 5.69-4.64 8.55-7.002 2.86-2.378 5.72-4.807 8.6-7.252 2.86-2.461 5.73-4.956 8.63-7.484 2.88-2.545 5.77-5.123 8.66-7.735 2.9-2.628 5.79-5.289 8.7-8 2.91-2.711 5.82-5.472 8.75-8.266 2.93-2.795 5.86-5.639 8.78-8.516v35.56a743.99 743.99 0 0 1-8.78 8.333 994.647 994.647 0 0 1-8.75 8.067 817.18 817.18 0 0 1-8.7 7.817 786.125 786.125 0 0 1-8.66 7.552 750.862 750.862 0 0 1-8.63 7.318c-2.88 2.395-5.74 4.74-8.6 7.052a749.36 749.36 0 0 1-8.55 6.819 970.492 970.492 0 0 1-8.52 6.604c-2.83 2.162-5.67 4.274-8.48 6.37a856.249 856.249 0 0 1-8.45 6.137c-2.81 2.013-5.6 3.992-8.42 5.938a700.802 700.802 0 0 1-8.36 5.722 740.614 740.614 0 0 1-8.33 5.505 708.165 708.165 0 0 1-8.3 5.306c-2.77 1.73-5.53 3.443-8.27 5.106-2.75 1.663-5.51 3.31-8.23 4.907a692.783 692.783 0 0 1-8.2 4.723 596.227 596.227 0 0 1-8.17 4.541c-2.71 1.48-5.42 2.944-8.13 4.358-2.72 1.43-5.41 2.811-8.1 4.191-2.7 1.364-5.39 2.695-8.07 4.009-2.7 1.314-5.37 2.578-8.05 3.842a714.262 714.262 0 0 1-8 3.676 605.732 605.732 0 0 1-7.97 3.509c-2.64 1.148-5.3 2.262-7.95 3.36a485.957 485.957 0 0 1-7.92 3.21 365.01 365.01 0 0 1-7.88 3.044 534.698 534.698 0 0 1-15.67 5.672c-2.61.898-5.2 1.763-7.8 2.628-2.59.848-5.19 1.679-7.77 2.494-2.57.799-5.17 1.597-7.73 2.346-2.58.765-5.14 1.497-7.72 2.212a663.51 663.51 0 0 1-7.68 2.095c-2.56.682-5.11 1.331-7.65 1.98-2.55.632-5.09 1.247-7.64 1.846a435.2 435.2 0 0 1-7.6 1.73c-2.53.565-5.05 1.097-7.57 1.613-2.51.516-5.04 1.031-7.55 1.514a675.7 675.7 0 0 1-7.51 1.397c-2.52.449-5.01.865-7.51 1.28-2.49.416-4.99.815-7.46 1.181-2.5.383-4.98.732-7.46 1.082-2.47.349-4.95.665-7.41.981-2.48.316-4.94.599-7.41.881a559.853 559.853 0 0 1-14.73 1.497c-2.45.217-4.89.416-7.34.616-2.44.183-4.87.349-7.3.515-2.43.167-4.86.3-7.28.433-2.43.133-4.86.249-7.27.349-2.41.1-4.83.183-7.24.266-2.41.083-4.82.133-7.22.183-2.41.05-4.8.1-7.2.117-2.39.033-4.79.033-7.18.033-2.4 0-4.78 0-7.17-.033-2.38-.017-4.76-.067-7.14-.1-2.38-.05-4.75-.1-7.12-.167-2.37-.066-4.74-.149-7.1-.232-2.36-.084-4.72-.2-7.08-.316-2.37-.117-4.73-.233-7.07-.366-2.35-.133-4.71-.283-7.05-.433-2.35-.15-4.69-.316-7.04-.482-2.35-.166-4.67-.349-7.02-.549-2.34-.2-4.67-.399-7-.615-2.33-.217-4.66-.433-6.99-.666-2.33-.233-4.64-.465-6.97-.715-2.31-.249-4.64-.499-6.95-.765a961.271 961.271 0 0 1-13.85-1.68c-2.3-.299-4.61-.599-6.91-.915l-6.88-.948c-2.3-.332-4.59-.665-6.87-.998-2.3-.349-4.58-.682-6.87-1.048-2.28-.349-4.56-.715-6.85-1.081-2.28-.366-4.56-.748-6.84-1.131-2.28-.382-4.56-.765-6.82-1.164-2.28-.399-4.54-.782-6.8-1.198-2.26-.399-4.54-.831-6.8-1.247a912.203 912.203 0 0 1-6.79-1.281 949.68 949.68 0 0 1-6.769-1.314c-2.262-.432-4.508-.881-6.77-1.33a797.792 797.792 0 0 1-6.753-1.364l-6.736-1.397a950.586 950.586 0 0 1-6.736-1.431 779.459 779.459 0 0 1-6.72-1.463c-2.228-.499-4.474-.982-6.719-1.481-2.229-.499-4.474-.998-6.703-1.513-2.229-.499-4.474-1.015-6.703-1.53a994.248 994.248 0 0 1-6.686-1.564c-2.229-.516-4.458-1.048-6.687-1.58-2.228-.532-4.457-1.065-6.669-1.597-2.229-.532-4.458-1.064-6.67-1.613-2.212-.549-4.441-1.081-6.653-1.63-2.212-.549-4.441-1.098-6.653-1.663-2.212-.549-4.441-1.115-6.653-1.664-2.212-.565-4.424-1.131-6.653-1.679l-6.637-1.697c-2.212-.566-4.424-1.131-6.636-1.713-2.212-.566-4.424-1.148-6.636-1.73-2.212-.582-4.425-1.148-6.637-1.73-2.212-.582-4.407-1.164-6.619-1.746a937.635 937.635 0 0 1-6.62-1.763 995.278 995.278 0 0 1-6.62-1.763c-2.212-.599-4.408-1.181-6.603-1.763-2.212-.599-4.408-1.181-6.62-1.78-2.195-.599-4.408-1.181-6.603-1.78-2.212-.599-4.408-1.197-6.603-1.779-2.196-.599-4.408-1.198-6.603-1.797-2.196-.599-4.408-1.197-6.604-1.796-2.195-.599-4.407-1.198-6.603-1.796-2.195-.599-4.407-1.198-6.603-1.797-2.195-.598-4.407-1.197-6.603-1.796-2.195-.599-4.408-1.198-6.603-1.796-2.196-.599-4.408-1.198-6.603-1.797-2.196-.598-4.408-1.197-6.603-1.779-2.196-.599-4.408-1.181-6.604-1.78-2.212-.599-4.407-1.181-6.603-1.78-2.195-.598-4.407-1.181-6.603-1.763-2.212-.582-4.407-1.181-6.62-1.763-2.212-.582-4.407-1.181-6.619-1.763-2.213-.582-4.408-1.164-6.62-1.73-2.212-.565-4.408-1.164-6.62-1.729-2.212-.583-4.424-1.148-6.62-1.73-2.212-.566-4.407-1.148-6.619-1.713l-6.637-1.697-6.636-1.696a760.405 760.405 0 0 0-6.653-1.664c-2.212-.549-4.441-1.114-6.653-1.663a947.199 947.199 0 0 0-6.653-1.63 773.837 773.837 0 0 0-6.67-1.613c-2.229-.533-4.441-1.065-6.67-1.597a773.943 773.943 0 0 0-6.669-1.58l-6.687-1.547a933.7 933.7 0 0 0-6.686-1.53 782.84 782.84 0 0 0-6.703-1.514 946.19 946.19 0 0 0-6.703-1.48c-2.229-.499-4.474-.981-6.719-1.464-2.246-.482-4.491-.964-6.72-1.43-2.245-.466-4.491-.948-6.736-1.414a957.821 957.821 0 0 0-6.736-1.38l-6.753-1.348c-2.246-.449-4.508-.881-6.77-1.314-2.262-.432-4.507-.848-6.769-1.28-2.262-.416-4.524-.849-6.786-1.248a474.972 474.972 0 0 0-6.803-1.197c-2.279-.4-4.541-.799-6.819-1.181-2.279-.383-4.541-.765-6.82-1.131l-6.836-1.098a486.514 486.514 0 0 0-6.836-1.048 832.651 832.651 0 0 0-6.869-1.014 952.687 952.687 0 0 0-6.869-.965c-2.295-.316-4.591-.632-6.886-.932-2.295-.299-4.607-.598-6.903-.881-2.312-.283-4.623-.566-6.919-.832-2.312-.266-4.624-.532-6.936-.781a963.46 963.46 0 0 0-6.952-.732 1031.87 1031.87 0 0 0-6.969-.666c-2.329-.216-4.657-.432-6.986-.632a949.965 949.965 0 0 0-7.002-.565 484.715 484.715 0 0 0-7.019-.499c-2.345-.166-4.69-.316-7.036-.449l-7.052-.399a983.085 983.085 0 0 0-7.069-.333c-2.362-.1-4.723-.183-7.085-.25a510.519 510.519 0 0 0-7.102-.199c-2.379-.05-4.741-.1-7.119-.133-2.379-.033-4.757-.05-7.152-.05h-7.152c-2.395 0-4.79.05-7.185.083-2.396.05-4.791.1-7.202.166-2.412.067-4.807.15-7.219.25s-4.823.199-7.252.316c-2.411.116-4.84.266-7.268.399-2.428.15-4.857.316-7.285.482-2.429.183-4.857.366-7.302.566-2.445.2-4.89.432-7.335.665-2.445.233-4.906.483-7.352.749a561.68 561.68 0 0 0-7.384.848c-2.462.299-4.924.615-7.402.931-2.478.333-4.94.682-7.418 1.048-2.478.366-4.957.749-7.451 1.148-2.479.399-4.974.815-7.468 1.247-2.495.433-4.99.865-7.502 1.348-2.511.465-5.006.964-7.518 1.463-2.511.499-5.023 1.031-7.551 1.564-2.511.549-5.04 1.097-7.584 1.68a715.057 715.057 0 0 0-7.601 1.796c-2.545.615-5.09 1.264-7.635 1.913a655.78 655.78 0 0 0-7.651 2.045 485.02 485.02 0 0 0-7.684 2.163c-2.561.748-5.14 1.513-7.718 2.295a468.525 468.525 0 0 0-7.734 2.428c-2.578.832-5.172 1.697-7.767 2.562-2.595.881-5.189 1.78-7.801 2.694a410.332 410.332 0 0 0-7.817 2.844 423.2 423.2 0 0 0-7.851 2.994 526.45 526.45 0 0 0-7.884 3.127 450.505 450.505 0 0 0-7.917 3.294 464.888 464.888 0 0 0-7.95 3.442 558.614 558.614 0 0 0-7.967 3.593 686.77 686.77 0 0 0-8.017 3.759 605.326 605.326 0 0 0-8.034 3.925 463.29 463.29 0 0 0-8.066 4.092 624.151 624.151 0 0 0-8.1 4.258 491.357 491.357 0 0 0-8.134 4.457 592.458 592.458 0 0 0-8.166 4.624 610.351 610.351 0 0 0-8.2 4.824 548.8 548.8 0 0 0-8.233 5.006 677.597 677.597 0 0 0-8.267 5.206 582.518 582.518 0 0 0-8.3 5.406 482.336 482.336 0 0 0-8.332 5.605 705.908 705.908 0 0 0-8.383 5.821 665.603 665.603 0 0 0-8.4 6.038 648.066 648.066 0 0 0-8.449 6.254 668.13 668.13 0 0 0-8.483 6.47 701.608 701.608 0 0 0-8.516 6.703 601.187 601.187 0 0 0-8.549 6.936 786.898 786.898 0 0 0-8.599 7.168 694.363 694.363 0 0 0-8.632 7.418 871.939 871.939 0 0 0-8.666 7.668 751.286 751.286 0 0 0-8.699 7.917 970.694 970.694 0 0 0-8.748 8.183 826.815 826.815 0 0 0-8.782 8.45l-.017.05Z\' fill=\'%23589A43\'/%3E%3Cpath d=\'M1606.86 5.256c-.02 4.724-.03 9.28-.05 13.738-.02 4.458-.03 8.8-.05 13.024-.02 4.224-.03 8.35-.05 12.374-.02 4.025-.03 7.967-.05 11.826 0 3.859-.03 7.651-.05 11.394 0 3.742-.03 7.418-.05 11.06-.02 3.643-.03 7.235-.05 10.811 0 3.576-.03 7.12-.05 10.662 0 3.543-.03 7.069-.05 10.612 0 3.542-.03 7.085-.05 10.661 0 3.576-.03 7.169-.05 10.795-.02 3.625-.03 7.318-.05 11.044 0 3.742-.03 7.518-.05 11.376 0 3.859-.03 7.818-.05 11.843-.01 4.025-.03 8.133-.05 12.358-.01 4.224-.03 8.549-.05 13.006-.01 4.458-.03 9.032-.06 13.739a995.415 995.415 0 0 1-8.77 8.067 738.108 738.108 0 0 1-8.73 7.8c-2.91 2.562-5.81 5.073-8.68 7.552-2.9 2.478-5.78 4.906-8.65 7.301a801.773 801.773 0 0 1-8.62 7.053c-2.86 2.311-5.72 4.59-8.58 6.819a948.598 948.598 0 0 1-8.53 6.586 764.136 764.136 0 0 1-8.5 6.371 857.645 857.645 0 0 1-8.47 6.137 645.201 645.201 0 0 1-8.43 5.921c-2.81 1.946-5.61 3.843-8.38 5.722-2.8 1.879-5.58 3.709-8.35 5.505a709.693 709.693 0 0 1-8.32 5.306 677.9 677.9 0 0 1-8.28 5.106c-2.76 1.664-5.51 3.31-8.25 4.907-2.75 1.597-5.49 3.193-8.22 4.724-2.73 1.547-5.47 3.06-8.18 4.54a824.437 824.437 0 0 1-8.15 4.375c-2.71 1.43-5.43 2.827-8.12 4.191a460.307 460.307 0 0 1-8.1 4.009 479.969 479.969 0 0 1-8.05 3.842 716.49 716.49 0 0 1-8.02 3.676 624.379 624.379 0 0 1-15.96 6.902 527.441 527.441 0 0 1-7.94 3.21 556.312 556.312 0 0 1-7.9 3.061 553.753 553.753 0 0 1-15.7 5.704c-2.61.899-5.21 1.78-7.82 2.645a468.25 468.25 0 0 1-7.78 2.512c-2.6.815-5.17 1.596-7.75 2.361-2.58.766-5.16 1.514-7.72 2.246-2.58.732-5.14 1.43-7.7 2.112-2.56.682-5.12 1.347-7.67 1.996-2.56.649-5.1 1.264-7.65 1.88a680.557 680.557 0 0 1-15.2 3.393c-2.53.532-5.04 1.048-7.57 1.53-2.51.499-5.02.965-7.53 1.43-2.51.449-5.01.898-7.52 1.314-2.5.416-4.99.832-7.49 1.214-2.49.383-4.97.749-7.46 1.115-2.48.349-4.96.682-7.44 1.014-2.48.316-4.94.632-7.42.915-2.46.283-4.92.566-7.38.832a556.8 556.8 0 0 1-7.37.732c-2.45.232-4.91.449-7.35.648-2.45.2-4.88.383-7.32.566-2.45.166-4.87.332-7.3.466-2.43.149-4.86.282-7.29.399-2.41.116-4.84.216-7.25.316s-4.82.166-7.23.233c-2.42.066-4.81.116-7.22.149-2.4.034-4.79.067-7.19.083-2.39 0-4.77.017-7.17 0-2.39 0-4.77-.016-7.15-.049-2.38-.034-4.76-.067-7.13-.117-2.38-.05-4.74-.116-7.12-.199-2.36-.084-4.73-.15-7.09-.25-2.36-.1-4.72-.2-7.07-.316-2.36-.116-4.7-.233-7.05-.383-2.34-.133-4.69-.282-7.03-.449-2.35-.149-4.69-.316-7.02-.482-2.33-.166-4.68-.366-7.01-.549-2.32-.183-4.65-.382-6.98-.599-2.33-.216-4.64-.432-6.97-.665-2.33-.233-4.64-.466-6.95-.699-2.31-.249-4.63-.498-6.94-.748l-6.92-.798c-2.31-.283-4.61-.549-6.9-.849-2.3-.282-4.59-.582-6.89-.898-2.29-.316-4.59-.615-6.88-.931-2.3-.316-4.58-.649-6.87-.982-2.28-.332-4.58-.665-6.85-1.014l-6.84-1.048c-2.28-.366-4.56-.715-6.82-1.098-2.26-.382-4.54-.748-6.82-1.131-2.26-.382-4.54-.765-6.8-1.164-2.26-.399-4.53-.798-6.79-1.198a872.78 872.78 0 0 1-6.767-1.23c-2.262-.416-4.508-.832-6.77-1.264-2.245-.433-4.507-.849-6.752-1.298-2.246-.432-4.491-.881-6.737-1.314l-6.736-1.347a821.407 821.407 0 0 1-6.719-1.38c-2.246-.466-4.475-.932-6.72-1.398-2.229-.465-4.474-.931-6.703-1.413-2.229-.483-4.474-.948-6.703-1.447-2.229-.483-4.458-.965-6.686-1.464-2.229-.499-4.458-.981-6.686-1.48a940.613 940.613 0 0 1-6.67-1.514c-2.229-.499-4.441-1.015-6.67-1.514-2.212-.515-4.441-1.014-6.653-1.53-2.212-.515-4.441-1.048-6.653-1.563-2.212-.516-4.424-1.048-6.653-1.58-2.212-.533-4.424-1.048-6.636-1.58l-6.637-1.597c-2.212-.532-4.424-1.081-6.62-1.613-2.212-.533-4.407-1.082-6.619-1.614-2.212-.549-4.408-1.098-6.62-1.63-2.212-.549-4.408-1.098-6.62-1.646-2.195-.549-4.407-1.098-6.603-1.647-2.195-.549-4.408-1.098-6.603-1.647-2.196-.549-4.408-1.114-6.603-1.663-2.196-.549-4.408-1.114-6.603-1.663-2.196-.549-4.391-1.115-6.604-1.68-2.195-.566-4.391-1.115-6.586-1.68-2.196-.566-4.391-1.114-6.603-1.68-2.196-.565-4.391-1.114-6.587-1.68-2.195-.565-4.391-1.114-6.586-1.68-2.196-.565-4.391-1.114-6.587-1.68-2.195-.565-4.391-1.114-6.586-1.679-2.196-.566-4.391-1.115-6.587-1.68-2.195-.566-4.391-1.115-6.586-1.664-2.196-.549-4.391-1.114-6.587-1.663-2.195-.549-4.391-1.114-6.586-1.663l-6.587-1.647-6.586-1.646c-2.196-.549-4.391-1.098-6.587-1.63-2.195-.549-4.407-1.082-6.603-1.63a749.455 749.455 0 0 0-6.603-1.614c-2.196-.532-4.408-1.081-6.603-1.613-2.196-.532-4.408-1.065-6.603-1.597-2.196-.532-4.408-1.048-6.603-1.58a762.673 762.673 0 0 0-6.62-1.563c-2.212-.516-4.408-1.032-6.62-1.547-2.212-.516-4.408-1.031-6.62-1.53a915.283 915.283 0 0 0-6.62-1.514c-2.212-.499-4.424-1.015-6.636-1.497-2.212-.499-4.424-.981-6.636-1.48a20131.6 20131.6 0 0 0-6.637-1.447c-2.212-.483-4.441-.965-6.653-1.447-2.212-.483-4.441-.948-6.653-1.414-2.212-.466-4.441-.915-6.653-1.381-2.212-.465-4.441-.914-6.67-1.363l-6.686-1.348c-2.229-.449-4.457-.881-6.686-1.314-2.229-.432-4.458-.865-6.687-1.28-2.228-.416-4.474-.849-6.702-1.248-2.246-.416-4.475-.815-6.72-1.231-2.245-.399-4.474-.798-6.72-1.181-2.245-.399-4.49-.781-6.736-1.164-2.245-.382-4.491-.748-6.736-1.114a920.105 920.105 0 0 0-6.753-1.081 432.02 432.02 0 0 0-6.769-1.048 987.23 987.23 0 0 0-6.77-1.015c-2.262-.332-4.524-.665-6.786-.981a865.477 865.477 0 0 0-6.803-.932c-2.262-.299-4.54-.598-6.819-.898-2.279-.282-4.541-.565-6.819-.848-2.279-.283-4.558-.549-6.836-.815a445.789 445.789 0 0 0-6.853-.748c-2.279-.25-4.574-.483-6.869-.716a486.73 486.73 0 0 0-6.886-.648 868.062 868.062 0 0 0-6.903-.616 500.948 500.948 0 0 0-6.902-.549 946.492 946.492 0 0 0-6.919-.515c-2.312-.167-4.624-.3-6.936-.449-2.312-.15-4.641-.266-6.953-.383-2.311-.116-4.64-.233-6.969-.332-2.328-.1-4.657-.2-6.985-.283-2.329-.083-4.657-.15-7.003-.216-2.345-.067-4.673-.1-7.019-.15-2.345-.033-4.69-.067-7.035-.083-2.345 0-4.707-.017-7.052 0-2.346.016-4.724.016-7.069.05-2.362.033-4.724.066-7.102.116-2.362.05-4.741.116-7.102.183-2.379.083-4.757.166-7.136.266-2.378.1-4.773.216-7.152.349-2.395.133-4.773.267-7.169.416-2.395.15-4.79.333-7.185.499-2.395.183-4.807.383-7.218.582-2.412.217-4.824.433-7.236.666a569.868 569.868 0 0 0-14.536 1.596c-2.429.3-4.857.599-7.302.932-2.428.332-4.873.665-7.318 1.031-2.445.366-4.89.732-7.352 1.131-2.445.383-4.907.798-7.368 1.214-2.462.416-4.924.865-7.385 1.331-2.462.466-4.94.931-7.418 1.43a590.54 590.54 0 0 0-7.435 1.53 631.877 631.877 0 0 0-14.953 3.393 621.73 621.73 0 0 0-7.501 1.863 633.917 633.917 0 0 0-7.535 1.98c-2.511.682-5.039 1.38-7.567 2.095-2.529.716-5.057 1.464-7.585 2.212a798.16 798.16 0 0 0-7.618 2.346c-2.544.798-5.089 1.63-7.651 2.478a816.253 816.253 0 0 0-7.667 2.595 866.346 866.346 0 0 0-7.701 2.744c-2.578.931-5.14 1.896-7.718 2.877-2.578.982-5.156 1.98-7.75 3.011a507.911 507.911 0 0 0-7.785 3.16 609.447 609.447 0 0 0-7.817 3.31 539.291 539.291 0 0 0-7.834 3.46 635.951 635.951 0 0 0-15.768 7.368 498.849 498.849 0 0 0-7.933 3.942 511.286 511.286 0 0 0-7.967 4.091 612.083 612.083 0 0 0-7.984 4.258 484.962 484.962 0 0 0-8.017 4.441 674.283 674.283 0 0 0-8.05 4.607 518.352 518.352 0 0 0-8.083 4.791 881.241 881.241 0 0 0-8.117 4.973 643.06 643.06 0 0 0-8.15 5.173 566.044 566.044 0 0 0-8.183 5.339 697.946 697.946 0 0 0-8.217 5.555 742.936 742.936 0 0 0-8.25 5.755 647.24 647.24 0 0 0-8.283 5.954 1183.625 1183.625 0 0 0-8.316 6.171 872.481 872.481 0 0 0-8.366 6.387 582.702 582.702 0 0 0-8.383 6.603 609.233 609.233 0 0 0-8.433 6.836c-2.81 2.312-5.638 4.674-8.466 7.052a664.787 664.787 0 0 0-8.499 7.302 872.95 872.95 0 0 0-8.532 7.534 719.989 719.989 0 0 0-8.583 7.784c-2.86 2.645-5.738 5.323-8.616 8.034a1322.613 1322.613 0 0 0-8.649 8.283 837.774 837.774 0 0 0-8.682 8.549 1102.72 1102.72 0 0 0-8.732 8.832 926.403 926.403 0 0 0-8.765 9.098c2.91-3.06 5.804-6.054 8.682-9.031a1087.59 1087.59 0 0 1 8.649-8.766c2.877-2.877 5.755-5.721 8.616-8.516a791.595 791.595 0 0 1 8.582-8.266 755.443 755.443 0 0 1 8.533-8.017 726.58 726.58 0 0 1 8.515-7.801 843.994 843.994 0 0 1 8.466-7.551 836.14 836.14 0 0 1 8.433-7.335 766.752 766.752 0 0 1 8.4-7.102 973.353 973.353 0 0 1 8.366-6.902 739.218 739.218 0 0 1 8.333-6.687 833.372 833.372 0 0 1 8.283-6.47 826.605 826.605 0 0 1 8.25-6.27 791.343 791.343 0 0 1 16.4-11.959 711.704 711.704 0 0 1 8.15-5.688 695.156 695.156 0 0 1 8.116-5.506 749.304 749.304 0 0 1 16.15-10.462 699.973 699.973 0 0 1 16.034-9.78 655.793 655.793 0 0 1 15.901-9.114 747.453 747.453 0 0 1 7.9-4.325 727.847 727.847 0 0 1 7.867-4.158 703.914 703.914 0 0 1 7.851-4.009 576.473 576.473 0 0 1 7.817-3.858c2.595-1.264 5.19-2.495 7.784-3.726a634.51 634.51 0 0 1 7.751-3.576c2.578-1.164 5.156-2.312 7.718-3.443a505.506 505.506 0 0 1 7.701-3.31 586.543 586.543 0 0 1 7.667-3.177c2.562-1.031 5.106-2.045 7.635-3.043a720.636 720.636 0 0 1 7.617-2.928c2.529-.948 5.057-1.896 7.585-2.811a452.498 452.498 0 0 1 7.568-2.677 500.36 500.36 0 0 1 7.534-2.562c2.512-.832 5.007-1.663 7.502-2.462 2.494-.798 4.989-1.58 7.484-2.345a720.4 720.4 0 0 1 7.452-2.228 609.818 609.818 0 0 1 7.434-2.129c2.479-.699 4.94-1.364 7.419-2.03 2.461-.665 4.923-1.297 7.384-1.929 2.462-.632 4.907-1.214 7.369-1.813 2.445-.599 4.89-1.181 7.335-1.746a637.12 637.12 0 0 1 7.318-1.647 572.745 572.745 0 0 1 7.285-1.547c2.428-.499 4.857-.981 7.268-1.464 2.412-.465 4.841-.931 7.236-1.363 2.411-.45 4.823-.882 7.218-1.298 2.412-.416 4.807-.815 7.202-1.197 2.395-.383 4.79-.765 7.185-1.131 2.395-.366 4.774-.716 7.152-1.048 2.379-.333 4.757-.665 7.136-.982 2.378-.316 4.757-.615 7.119-.898 2.361-.282 4.74-.565 7.102-.831 2.361-.266 4.723-.516 7.085-.749 2.362-.249 4.707-.482 7.069-.698 2.345-.217 4.69-.433 7.036-.632 2.345-.2 4.69-.383 7.019-.566 2.345-.183 4.673-.349 7.002-.499 2.328-.15 4.657-.299 6.986-.432 2.328-.133 4.64-.266 6.969-.383 2.312-.116 4.64-.216 6.952-.316a940.053 940.053 0 0 1 20.774-.649c2.295-.049 4.591-.083 6.886-.099 2.295-.034 4.574-.034 6.869-.05 2.296 0 4.591-.017 6.87-.017 2.278 0 4.557 0 6.836.033a917.166 917.166 0 0 1 13.655.217l6.786.149c2.262.067 4.541.117 6.803.2 2.262.083 4.507.15 6.769.249 2.262.084 4.508.183 6.77.283 2.245.1 4.507.216 6.753.316l6.736.349c2.245.117 4.491.25 6.736.383s4.474.283 6.719.416l6.703.449c2.229.15 4.475.316 6.687.482l6.686.499c2.229.183 4.441.35 6.67.532 2.229.183 4.441.366 6.669.566l6.653.599c2.213.199 4.441.399 6.653.615 2.213.2 4.425.416 6.637.632 2.212.216 4.424.433 6.636.666 2.212.216 4.408.449 6.62.681l6.62.699c2.212.233 4.407.482 6.603.715 2.195.25 4.408.483 6.603.732l6.587.749c2.195.249 4.391.515 6.586.765 2.196.266 4.391.515 6.587.781 2.195.266 4.391.533 6.569.799 2.196.266 4.375.549 6.57.815 2.196.266 4.391.549 6.57.815 2.196.266 4.375.549 6.554.831 2.195.283 4.374.549 6.569.832 2.179.283 4.375.565 6.554.848 2.178.283 4.357.566 6.553.865l6.536.848c2.179.283 4.358.583 6.537.865 2.179.283 4.358.582 6.537.865 2.179.283 4.357.582 6.536.865 2.179.283 4.358.582 6.537.865 2.179.299 4.358.582 6.537.882 2.178.299 4.357.582 6.536.881 2.179.299 4.358.582 6.537.865 2.179.283 4.357.582 6.536.865 2.179.283 4.358.582 6.537.865 2.179.282 4.358.582 6.537.865 2.178.282 4.357.582 6.536.865l6.537.848 6.536.848c2.179.283 4.358.566 6.537.832 2.179.282 4.358.565 6.537.831 2.178.283 4.357.549 6.536.815 2.179.266 4.358.549 6.537.815 2.179.266 4.358.533 6.553.799 2.179.266 4.358.532 6.553.781 2.179.267 4.358.516 6.554.765 2.178.25 4.374.499 6.553.749 2.179.249 4.374.499 6.57.748 2.195.25 4.374.499 6.57.732l6.57.699c2.195.233 4.39.466 6.569.682a863.8 863.8 0 0 0 6.587.665l6.586.649c2.196.216 4.391.416 6.587.632l6.603.599c2.195.199 4.408.399 6.603.582l6.62.549c2.212.183 4.408.365 6.62.532 2.212.166 4.424.349 6.636.499 2.212.166 4.424.316 6.636.465l6.653.45c2.213.133 4.441.282 6.654.415 2.212.133 4.44.25 6.669.366l6.67.35c2.229.116 4.458.216 6.686.316 2.229.099 4.458.183 6.703.266l6.703.249 6.721.2c2.24.066 4.49.116 6.73.149a900.335 900.335 0 0 0 13.49.183c2.25 0 4.51.034 6.77.034 2.27 0 4.51 0 6.77-.017 2.26 0 4.53-.033 6.79-.066 2.26-.034 4.52-.067 6.8-.117l6.82-.15a918.74 918.74 0 0 0 13.69-.482c2.28-.1 4.57-.2 6.85-.316 2.3-.116 4.58-.233 6.87-.366 2.3-.133 4.59-.283 6.89-.432 2.29-.15 4.6-.316 6.9-.483 2.31-.166 4.61-.366 6.92-.549 2.31-.199 4.62-.399 6.93-.615 2.32-.216 4.65-.449 6.96-.682 2.33-.233 4.64-.482 6.97-.748s4.65-.533 6.98-.815c2.33-.283 4.68-.582 7-.882 2.35-.299 4.68-.615 7.02-.948 2.35-.333 4.69-.665 7.06-1.015 2.34-.349 4.7-.715 7.06-1.097 2.37-.383 4.73-.765 7.09-1.181 2.36-.399 4.72-.815 7.1-1.248 2.38-.432 4.74-.864 7.12-1.33 2.38-.449 4.76-.932 7.14-1.414 2.37-.482 4.77-.981 7.15-1.497 2.38-.515 4.79-1.048 7.18-1.58 2.4-.549 4.81-1.098 7.21-1.68 2.41-.582 4.8-1.164 7.21-1.763 2.42-.599 4.83-1.231 7.26-1.863 2.42-.632 4.84-1.28 7.26-1.946 2.43-.665 4.86-1.347 7.29-2.046 2.43-.698 4.87-1.413 7.32-2.145 2.44-.732 4.89-1.497 7.33-2.262 2.45-.765 4.91-1.547 7.37-2.362 2.46-.798 4.92-1.63 7.39-2.478 2.46-.849 4.94-1.697 7.4-2.578a614.29 614.29 0 0 0 14.88-5.506c2.5-.948 4.99-1.929 7.49-2.927 2.49-.998 5-2.013 7.5-3.044 2.51-1.031 5.02-2.096 7.53-3.177 2.52-1.081 5.04-2.179 7.57-3.293 2.53-1.114 5.06-2.262 7.59-3.426 2.52-1.165 5.07-2.362 7.61-3.56 2.55-1.214 5.09-2.445 7.66-3.709 2.54-1.264 5.1-2.528 7.66-3.825a464.44 464.44 0 0 0 7.7-3.992c2.56-1.347 5.14-2.728 7.72-4.125 2.58-1.397 5.17-2.827 7.75-4.275a615.305 615.305 0 0 0 15.6-9.014c2.61-1.547 5.23-3.127 7.84-4.741 2.61-1.613 5.24-3.243 7.86-4.906 2.63-1.664 5.28-3.36 7.9-5.073 2.65-1.713 5.29-3.476 7.94-5.256 2.64-1.78 5.3-3.576 7.97-5.422 2.66-1.83 5.32-3.709 8-5.606 2.67-1.896 5.33-3.825 8.03-5.788a831.3 831.3 0 0 0 8.05-5.954c2.69-2.013 5.39-4.075 8.1-6.154a876.25 876.25 0 0 0 8.12-6.354c2.71-2.145 5.42-4.324 8.15-6.553 2.72-2.229 5.45-4.474 8.18-6.753 2.73-2.279 5.47-4.607 8.22-6.969 2.74-2.362 5.5-4.74 8.26-7.169 2.76-2.428 5.52-4.89 8.3-7.385 2.78-2.494 5.54-5.04 8.32-7.617 2.78-2.578 5.57-5.19 8.36-7.834 2.8-2.645 5.59-5.34 8.4-8.067 2.82-2.728 5.63-5.489 8.44-8.3 2.81-2.81 5.64-5.655 8.46-8.549 2.83-2.894 5.66-5.821 8.5-8.798 2.85-2.978 5.69-5.988 8.53-9.049 2.87-3.06 5.71-6.154 8.59-9.297 2.86-3.144 5.74-6.337 8.61-9.58 2.88-3.227 5.76-6.52 8.65-9.847 2.9-3.327 5.79-6.686 8.7-10.113l.05.15Z\' fill=\'%23589A43\'/%3E%3Cpath d=\'m-39.409 472.599.033-.034c2.911-3.06 5.822-6.071 8.716-9.048a872.614 872.614 0 0 1 8.715-8.798 818.287 818.287 0 0 1 8.666-8.533 793.898 793.898 0 0 1 8.632-8.266 919.599 919.599 0 0 1 17.148-15.785A832.35 832.35 0 0 1 29.5 407.332c2.812-2.395 5.64-4.74 8.45-7.035a723.84 723.84 0 0 1 8.4-6.82 688.493 688.493 0 0 1 8.366-6.586 688.95 688.95 0 0 1 8.333-6.37 810.166 810.166 0 0 1 8.3-6.155 644.086 644.086 0 0 1 8.266-5.937 620.09 620.09 0 0 1 8.233-5.739 718.792 718.792 0 0 1 8.2-5.538 564.242 564.242 0 0 1 8.167-5.339 717.615 717.615 0 0 1 8.133-5.156 478.87 478.87 0 0 1 8.1-4.957 686.283 686.283 0 0 1 8.067-4.774 497.912 497.912 0 0 1 8.033-4.59 773.652 773.652 0 0 1 8.001-4.424 608.292 608.292 0 0 1 15.9-8.317 714.309 714.309 0 0 1 7.901-3.925 475.501 475.501 0 0 1 7.867-3.742 457.93 457.93 0 0 1 7.851-3.593 805.29 805.29 0 0 1 7.817-3.443c2.595-1.114 5.189-2.229 7.784-3.293 2.595-1.065 5.173-2.129 7.767-3.144a415.179 415.179 0 0 1 7.718-2.994 544.654 544.654 0 0 1 7.701-2.86 521.25 521.25 0 0 1 7.667-2.728 813.879 813.879 0 0 1 7.652-2.595 500.68 500.68 0 0 1 7.617-2.461 646.89 646.89 0 0 1 7.585-2.346 429.29 429.29 0 0 1 7.568-2.212 622.264 622.264 0 0 1 7.534-2.095 415.994 415.994 0 0 1 7.518-1.963 619.31 619.31 0 0 1 7.485-1.863 592.219 592.219 0 0 1 7.468-1.746 387.572 387.572 0 0 1 7.434-1.63c2.479-.516 4.957-1.032 7.419-1.531 2.461-.482 4.923-.964 7.385-1.43 2.461-.449 4.906-.898 7.368-1.314 2.445-.416 4.89-.832 7.335-1.214 2.445-.383 4.89-.765 7.318-1.131 2.428-.349 4.873-.699 7.302-1.031 2.428-.333 4.857-.632 7.268-.932a542.166 542.166 0 0 1 14.487-1.597 1213.5 1213.5 0 0 1 7.202-.665c2.395-.216 4.807-.399 7.185-.582a522.92 522.92 0 0 1 7.169-.499c2.378-.15 4.774-.283 7.152-.416 2.379-.133 4.757-.249 7.135-.349 2.379-.1 4.741-.2 7.119-.266a507.7 507.7 0 0 1 7.086-.183c2.362-.05 4.723-.083 7.069-.117a504.07 504.07 0 0 1 7.052-.049h7.052c2.345.016 4.674.049 7.019.083a490.2 490.2 0 0 1 7.002.149c2.329.067 4.657.133 6.986.217 2.328.083 4.657.183 6.969.282 2.329.1 4.641.2 6.952.333 2.312.116 4.624.25 6.936.383 2.312.133 4.624.282 6.919.449 2.312.166 4.608.332 6.903.515l6.886.549c2.295.2 4.59.399 6.886.616l6.869.648c2.279.233 4.574.466 6.853.715l6.836.749c2.278.266 4.557.532 6.819.798 2.279.283 4.541.549 6.803.849 2.278.282 4.54.582 6.802.898 2.262.299 4.524.615 6.786.931 2.263.316 4.525.649 6.77.981 2.262.333 4.507.666 6.753 1.015 2.262.349 4.507.699 6.753 1.048l.549.083c2.062.333 4.141.649 6.204.998 2.245.366 4.49.748 6.736 1.114 2.245.383 4.49.765 6.719 1.165 2.246.382 4.474.781 6.72 1.181 2.229.399 4.474.815 6.703 1.214 2.229.416 4.457.831 6.703 1.247 2.228.416 4.457.848 6.686 1.281 2.229.432 4.457.865 6.686 1.314 2.229.449 4.458.881 6.67 1.33 2.229.45 4.441.915 6.653 1.364l1.447.3c1.73.366 3.476.715 5.206 1.081 1.813.382 3.643.765 5.456 1.164l1.197.25c2.212.482 4.441.948 6.653 1.43l1.115.25c1.846.399 3.675.798 5.522 1.214 2.212.482 4.424.981 6.636 1.48l6.636 1.497c2.296.516 4.458 1.015 6.62 1.514l6.62 1.53c2.195.515 4.408 1.031 6.603 1.547l19.809 4.74c2.196.532 4.408 1.064 6.604 1.597l179.449 44.758c1.829.432 3.642.865 5.472 1.281l6.653 1.53c2.229.515 4.441 1.014 6.67 1.513l6.669 1.514 6.686 1.497c2.229.499 4.458.981 6.687 1.464l5.538 1.197 1.165.25c1.613.349 3.21.681 4.823 1.014l1.896.399c2.229.466 4.474.948 6.72 1.397 2.245.466 4.491.915 6.736 1.381l6.736 1.347c2.246.449 4.508.882 6.753 1.314l6.77 1.298c2.262.432 4.524.848 6.786 1.264 2.261.415 4.521.831 6.781 1.23 2.27.4 4.53.799 6.81 1.198 2.26.399 4.54.782 6.8 1.164l.53.083 6.29 1.048 6.84 1.098c2.27.349 4.55.715 6.85 1.048 2.28.349 4.57.682 6.85 1.014 2.3.333 4.59.666 6.87.982 2.3.316 4.59.632 6.89.931 2.29.3 4.6.599 6.9.898l6.92.849c2.31.282 4.62.548 6.93.798 2.32.266 4.64.516 6.96.748 2.32.25 4.64.483 6.96.699 2.33.233 4.66.449 6.99.665 2.33.217 4.66.416 7 .599 2.35.2 4.68.383 7.02.549 2.35.183 4.69.333 7.04.482 2.34.15 4.69.3 7.05.449 2.36.133 4.71.267 7.07.383 2.36.116 4.72.216 7.08.316 2.37.1 4.74.183 7.11.249 2.37.084 4.75.15 7.13.2 2.38.05 4.76.1 7.15.116 2.4.034 4.78.05 7.17.05h7.19c2.39-.016 4.8-.049 7.2-.083 2.41-.033 4.82-.083 7.23-.149 2.42-.067 4.83-.15 7.26-.233 2.42-.1 4.84-.2 7.26-.316 2.43-.117 4.86-.25 7.31-.4 2.43-.149 4.87-.299 7.31-.465 2.45-.167 4.89-.366 7.34-.566 2.46-.199 4.91-.416 7.37-.648 2.46-.233 4.92-.466 7.38-.732 2.46-.266 4.94-.549 7.42-.832 2.48-.283 4.96-.599 7.44-.915 2.47-.316 4.95-.665 7.45-1.014 2.49-.35 4.99-.715 7.48-1.115 2.5-.382 5.01-.798 7.52-1.214 2.51-.416 5.02-.865 7.53-1.33 2.52-.466 5.04-.932 7.57-1.431 2.53-.499 5.06-1.014 7.59-1.53 2.53-.532 5.07-1.081 7.61-1.647 2.55-.565 5.09-1.147 7.64-1.763 2.54-.598 5.11-1.231 7.67-1.879 2.56-.649 5.12-1.314 7.7-1.996 2.56-.682 5.14-1.397 7.71-2.129 2.58-.732 5.16-1.48 7.76-2.246a461.38 461.38 0 0 0 7.78-2.378c2.59-.815 5.21-1.663 7.82-2.528 2.61-.865 5.22-1.747 7.83-2.645 2.61-.914 5.24-1.846 7.87-2.794s5.27-1.929 7.9-2.927c2.63-.998 5.27-2.029 7.93-3.077 2.65-1.048 5.31-2.129 7.95-3.227 2.66-1.098 5.33-2.229 7.99-3.376 2.66-1.148 5.34-2.329 8.01-3.543a468.43 468.43 0 0 0 8.05-3.693c2.7-1.264 5.39-2.544 8.09-3.858a780.68 780.68 0 0 0 8.11-4.025c2.71-1.381 5.43-2.778 8.15-4.209 2.73-1.43 5.44-2.894 8.19-4.391 2.72-1.497 5.47-3.01 8.21-4.557a577.6 577.6 0 0 0 8.25-4.74c2.75-1.614 5.51-3.26 8.29-4.923a990.66 990.66 0 0 0 8.31-5.123 650.101 650.101 0 0 0 16.73-10.845c2.8-1.879 5.61-3.792 8.42-5.738 2.81-1.946 5.62-3.925 8.45-5.938 2.83-2.012 5.66-4.075 8.48-6.154a926.05 926.05 0 0 0 8.52-6.387c2.84-2.162 5.69-4.358 8.56-6.603s5.73-4.524 8.6-6.836c2.88-2.312 5.76-4.674 8.64-7.069 2.87-2.395 5.77-4.84 8.66-7.318 2.9-2.478 5.81-5.007 8.7-7.568 2.91-2.561 5.82-5.173 8.75-7.817 2.93-2.645 5.85-5.339 8.78-8.084l.62-.565L1608.78 0l-3.41 4.008c-2.89 3.41-5.79 6.77-8.68 10.096-2.88 3.327-5.77 6.587-8.63 9.83-2.88 3.227-5.74 6.42-8.6 9.564a880.31 880.31 0 0 1-8.57 9.281c-2.84 3.06-5.69 6.07-8.51 9.031-2.85 2.961-5.68 5.889-8.49 8.783a822.046 822.046 0 0 1-8.45 8.532 813.82 813.82 0 0 1-8.41 8.283c-2.8 2.728-5.59 5.406-8.38 8.05-2.8 2.645-5.58 5.256-8.35 7.818a886.527 886.527 0 0 1-8.3 7.601 660.947 660.947 0 0 1-8.29 7.368 632.54 632.54 0 0 1-8.23 7.152 863.007 863.007 0 0 1-8.2 6.952 838.864 838.864 0 0 1-8.17 6.737 694.634 694.634 0 0 1-8.13 6.536 756.436 756.436 0 0 1-16.17 12.475 735.064 735.064 0 0 1-8.03 5.954c-2.68 1.946-5.34 3.875-8 5.772a642.98 642.98 0 0 1-7.97 5.588c-2.66 1.83-5.3 3.626-7.95 5.406a545.302 545.302 0 0 1-7.91 5.239 695.328 695.328 0 0 1-7.89 5.056 604.788 604.788 0 0 1-7.85 4.89 739.45 739.45 0 0 1-7.82 4.724c-2.61 1.547-5.2 3.077-7.78 4.574-2.6 1.497-5.17 2.977-7.77 4.424a594.447 594.447 0 0 1-7.73 4.275 731.649 731.649 0 0 1-15.37 8.083c-2.56 1.298-5.11 2.562-7.65 3.826-2.55 1.247-5.09 2.478-7.62 3.692a652.07 652.07 0 0 1-7.58 3.56 632.347 632.347 0 0 1-15.11 6.719c-2.51 1.081-5 2.129-7.51 3.16a691.75 691.75 0 0 1-7.49 3.044c-2.49.998-4.97 1.963-7.47 2.911-2.48.948-4.95 1.896-7.43 2.811-2.48.914-4.94 1.813-7.42 2.694-2.46.882-4.92 1.73-7.38 2.562-2.47.831-4.91 1.663-7.37 2.461a660.863 660.863 0 0 1-14.66 4.591c-2.42.732-4.87 1.447-7.3 2.145a621.03 621.03 0 0 1-14.52 3.992c-2.41.632-4.82 1.248-7.22 1.863-2.41.599-4.8 1.181-7.2 1.763-2.39.566-4.79 1.131-7.18 1.663-2.4.549-4.78 1.065-7.17 1.58-2.38.516-4.76 1.015-7.14 1.497-2.38.483-4.75.948-7.12 1.414-2.36.449-4.74.898-7.1 1.314-2.36.416-4.72.848-7.08 1.248-2.37.399-4.71.798-7.07 1.164-2.35.382-4.69.748-7.04 1.098-2.34.349-4.69.698-7.02 1.014-2.33.333-4.67.649-7 .948-2.33.3-4.66.599-6.99.882-2.32.283-4.65.549-6.96.798-2.33.266-4.65.516-6.96.749-2.31.233-4.62.465-6.93.682-2.31.216-4.63.415-6.92.615-2.3.2-4.61.383-6.9.549-2.3.166-4.6.333-6.89.482-2.3.15-4.59.3-6.87.433-2.3.133-4.57.249-6.85.366a929.981 929.981 0 0 1-13.69.582c-2.28.083-4.54.149-6.82.216-2.28.067-4.54.1-6.8.15a913.58 913.58 0 0 1-13.58.183c-1.96 0-3.92.016-5.87.016h-.89c-2.25 0-4.51 0-6.76-.033-2.24 0-4.49-.05-6.73-.067-2.25-.033-4.49-.066-6.72-.116l-6.72-.15-6.706-.199c-2.212-.067-4.408-.15-6.62-.233h-.415c-2.113-.1-4.225-.183-6.354-.266-2.229-.1-4.458-.2-6.67-.316-2.229-.1-4.441-.233-6.67-.35l-1.513-.083c-1.713-.099-3.426-.183-5.14-.282-2.212-.134-4.44-.267-6.653-.416-2.212-.133-4.424-.3-6.636-.449l-1.83-.133c-1.596-.117-3.193-.217-4.806-.333l-6.62-.499c-2.212-.166-4.408-.349-6.62-.532l-6.603-.549a913.9 913.9 0 0 1-6.603-.582l-.849-.083c-1.912-.167-3.825-.35-5.738-.516-2.195-.2-4.391-.416-6.586-.632l-6.587-.649c-2.195-.216-4.391-.449-6.57-.665-2.195-.233-4.374-.449-6.569-.682l-1.381-.15-5.189-.549c-1.847-.199-3.709-.415-5.556-.615l-53.357-6.437-150.575-19.51c-2.195-.266-4.408-.515-6.603-.765l-6.587-.748-6.603-.732c-2.212-.25-4.407-.483-6.62-.715l-6.619-.699c-2.212-.233-4.424-.449-6.62-.682-2.212-.216-4.424-.449-6.636-.665a766.343 766.343 0 0 0-6.654-.632l-6.503-.599-2.362-.216-4.441-.4c-1.846-.166-3.709-.316-5.555-.465l-1.114-.1c-2.229-.183-4.441-.366-6.686-.532-2.229-.167-4.458-.35-6.687-.499a828.18 828.18 0 0 0-6.703-.483c-2.228-.149-4.474-.316-6.719-.449-2.246-.149-4.491-.282-6.72-.415a844.335 844.335 0 0 0-6.736-.383l-6.753-.349a440.404 440.404 0 0 0-6.769-.316c-2.262-.1-4.508-.2-6.77-.283l-6.786-.25c-2.262-.083-4.541-.133-6.803-.199-2.262-.067-4.54-.117-6.802-.15h-.882c-1.979-.066-3.959-.1-5.938-.133a973.04 973.04 0 0 0-13.688-.116h-1.115c-1.913 0-3.842 0-5.771.016-2.296 0-4.591.017-6.886.05l-6.903.1c-2.312.05-4.607.1-6.919.166-2.312.067-4.624.133-6.936.217-2.312.083-4.64.166-6.952.266-2.428.099-4.691.199-6.969.316-2.329.116-4.657.249-6.986.382-2.328.133-4.674.283-7.002.433-2.345.149-4.674.332-7.019.499-2.345.183-4.691.366-7.036.565-2.345.2-4.707.399-7.069.632-2.361.216-4.723.449-7.085.699-2.362.249-4.724.499-7.102.765-2.362.266-4.74.549-7.119.832-2.378.282-4.757.582-7.135.898-2.379.316-4.774.632-7.152.981-2.395.333-4.791.699-7.186 1.064-2.395.366-4.79.749-7.202 1.131-2.411.383-4.823.782-7.218 1.215-2.412.415-4.824.848-7.252 1.297-2.412.449-4.84.898-7.268 1.381-2.429.465-4.857.964-7.285 1.463a571.579 571.579 0 0 0-7.302 1.547c-2.445.532-4.89 1.081-7.335 1.647a575.384 575.384 0 0 0-7.352 1.746c-2.461.599-4.923 1.198-7.385 1.813-2.461.632-4.923 1.281-7.401 1.929-2.478.666-4.957 1.348-7.435 2.03-2.478.698-4.973 1.397-7.451 2.129-2.495.731-4.99 1.48-7.485 2.245-2.495.765-4.99 1.547-7.501 2.345-2.512.798-5.023 1.63-7.535 2.462a501.675 501.675 0 0 0-7.568 2.578 458.275 458.275 0 0 0-7.584 2.694 876.528 876.528 0 0 0-7.618 2.811c-2.545.965-5.089 1.93-7.634 2.928a553.262 553.262 0 0 0-7.668 3.06c-2.561 1.048-5.123 2.096-7.701 3.193-2.561 1.082-5.139 2.196-7.717 3.31a620.137 620.137 0 0 0-7.751 3.46 817.588 817.588 0 0 0-7.784 3.592 563.45 563.45 0 0 0-7.801 3.726 573.912 573.912 0 0 0-7.834 3.876 707.931 707.931 0 0 0-7.867 4.025 742.28 742.28 0 0 0-7.9 4.174 618.353 618.353 0 0 0-7.918 4.325 573.024 573.024 0 0 0-7.967 4.491 659.257 659.257 0 0 0-7.983 4.657 853.145 853.145 0 0 0-8.017 4.807 616.299 616.299 0 0 0-8.05 4.99c-2.678 1.696-5.389 3.409-8.084 5.156a674.609 674.609 0 0 0-8.116 5.339 697.394 697.394 0 0 0-8.15 5.522c-2.728 1.863-5.44 3.775-8.184 5.705a795.42 795.42 0 0 0-16.466 11.992 1084.527 1084.527 0 0 0-8.283 6.287 871.303 871.303 0 0 0-8.316 6.487 694.195 694.195 0 0 0-8.35 6.703 972.83 972.83 0 0 0-8.383 6.902 1024.512 1024.512 0 0 0-8.416 7.135 809.528 809.528 0 0 0-8.45 7.352 861.622 861.622 0 0 0-8.482 7.568 1152.575 1152.575 0 0 0-8.532 7.817 953.86 953.86 0 0 0-8.55 8.034c-2.86 2.711-5.721 5.489-8.598 8.283a831.826 831.826 0 0 0-8.633 8.532 1468.942 1468.942 0 0 0-8.665 8.782 924.006 924.006 0 0 0-8.7 9.048l2.779 2.645.016-.116ZM1604.09 204.764a664.577 664.577 0 0 1-8.13 7.468 922.076 922.076 0 0 1-8.7 7.784c-2.89 2.545-5.79 5.056-8.67 7.535a615.2 615.2 0 0 1-8.63 7.285c-2.88 2.395-5.74 4.723-8.58 7.035a758.034 758.034 0 0 1-8.55 6.803 647.174 647.174 0 0 1-8.52 6.57 522.609 522.609 0 0 1-8.48 6.354 828.366 828.366 0 0 1-8.43 6.12 623.108 623.108 0 0 1-8.4 5.905c-2.8 1.929-5.59 3.842-8.37 5.705a601.93 601.93 0 0 1-8.33 5.489 718.911 718.911 0 0 1-8.3 5.289 844.39 844.39 0 0 1-8.27 5.106 538.398 538.398 0 0 1-8.23 4.89 512.829 512.829 0 0 1-8.2 4.707 540.678 540.678 0 0 1-8.17 4.524c-2.71 1.48-5.42 2.927-8.11 4.358-2.7 1.414-5.41 2.811-8.1 4.175-2.7 1.363-5.39 2.694-8.07 4.008-2.68 1.314-5.36 2.578-8.03 3.842a696.76 696.76 0 0 1-8 3.676 689.505 689.505 0 0 1-7.97 3.526 586.782 586.782 0 0 1-7.93 3.36 691.94 691.94 0 0 1-7.9 3.21 603.932 603.932 0 0 1-7.87 3.06c-2.63.998-5.24 1.963-7.85 2.911a738.25 738.25 0 0 1-7.82 2.778c-2.59.898-5.19 1.779-7.78 2.628-2.6.848-5.18 1.696-7.75 2.494-2.58.815-5.16 1.597-7.74 2.362-2.56.765-5.14 1.514-7.7 2.229-2.56.732-5.12 1.43-7.67 2.112-2.56.682-5.1 1.348-7.65 1.996-2.54.649-5.09 1.264-7.62 1.863-2.54.599-5.07 1.181-7.58 1.747a417.26 417.26 0 0 1-7.57 1.63c-2.51.532-5.02 1.031-7.53 1.53-2.51.482-5.01.965-7.52 1.414-2.5.449-4.99.898-7.49 1.314-2.49.415-4.97.815-7.46 1.214-2.48.382-4.96.748-7.44 1.098-2.48.349-4.94.681-7.42 1.014-2.46.316-4.92.632-7.38.915-2.46.283-4.91.565-7.37.831-2.44.267-4.91.499-7.33.732-2.45.233-4.89.449-7.32.649-2.43.2-4.88.383-7.3.566-2.43.166-4.86.316-7.27.465-2.43.15-4.84.283-7.25.399-2.42.117-4.83.217-7.24.316-2.41.1-4.81.167-7.22.233-2.39.067-4.79.117-7.18.15-2.4.033-4.79.066-7.17.083H1172.39c-2.38 0-4.75-.033-7.13-.05-2.38-.033-4.74-.066-7.12-.116-2.36-.05-4.74-.117-7.1-.2-2.37-.083-4.73-.149-7.07-.249-2.36-.1-4.71-.2-7.06-.316-2.34-.117-4.69-.233-7.03-.383-2.35-.133-4.67-.283-7.02-.432-2.34-.15-4.67-.316-7-.483-2.33-.166-4.66-.366-6.99-.548-2.33-.183-4.65-.383-6.97-.599-2.33-.216-4.64-.433-6.95-.649-2.31-.233-4.64-.466-6.93-.699-2.32-.249-4.63-.498-6.92-.748l-6.91-.798c-2.29-.283-4.59-.549-6.9-.849-2.29-.282-4.59-.582-6.89-.898-2.29-.299-4.57-.615-6.86-.931-2.28-.316-4.58-.649-6.86-.982-2.28-.332-4.55-.665-6.83-1.014l-6.84-1.048c-2.28-.349-4.54-.715-6.82-1.081-2.09-.333-4.17-.699-6.27-1.048l-.53-.083-6.79-1.148-6.78-1.197c-2.27-.399-4.51-.815-6.773-1.231a842.695 842.695 0 0 1-6.753-1.264c-2.245-.433-4.49-.848-6.752-1.281a941.21 941.21 0 0 1-6.737-1.314c-2.245-.449-4.49-.898-6.719-1.347-2.246-.449-4.474-.915-6.72-1.364-2.228-.466-4.474-.931-6.703-1.397l-1.896-.399a662.602 662.602 0 0 1-4.807-1.015l-1.164-.249-5.539-1.198a952.582 952.582 0 0 1-6.686-1.464c-2.229-.499-4.441-.981-6.67-1.48l-6.669-1.513c-2.229-.499-4.441-1.015-6.653-1.514l-6.653-1.53a632.61 632.61 0 0 1-5.456-1.281l-60.759-14.836-118.673-29.922c-2.196-.532-4.408-1.081-6.603-1.614l-19.826-4.74c-2.213-.516-4.408-1.031-6.62-1.547l-6.637-1.53a894.45 894.45 0 0 0-6.503-1.48l-6.753-1.53c-2.212-.499-4.424-.982-6.653-1.481-1.846-.416-3.692-.815-5.538-1.214l-1.115-.249c-2.212-.483-4.441-.965-6.653-1.447l-1.197-.25c-1.813-.382-3.643-.782-5.473-1.164-1.746-.366-3.476-.732-5.222-1.081l-1.447-.3c-2.229-.465-4.441-.914-6.67-1.364l-6.686-1.347a828.172 828.172 0 0 0-6.703-1.314c-2.229-.432-4.458-.865-6.703-1.281-2.229-.415-4.474-.848-6.72-1.264-2.245-.415-4.49-.815-6.719-1.23-2.246-.4-4.491-.799-6.736-1.181-2.246-.4-4.491-.782-6.737-1.165-2.245-.382-4.49-.748-6.752-1.131-2.063-.332-4.142-.665-6.221-.998l-.549-.083a805.334 805.334 0 0 0-6.769-1.064 862.709 862.709 0 0 0-6.786-1.015c-2.263-.332-4.525-.665-6.803-.981a869.964 869.964 0 0 0-6.82-.932l-6.836-.898-6.836-.848a840.25 840.25 0 0 0-6.852-.815c-2.279-.266-4.574-.516-6.853-.765-2.295-.25-4.59-.482-6.886-.715-2.295-.233-4.59-.449-6.886-.666-2.295-.216-4.607-.415-6.902-.615s-4.607-.383-6.919-.566c-2.312-.182-4.624-.349-6.936-.515-2.312-.166-4.641-.299-6.953-.449-2.328-.15-4.64-.266-6.969-.399a959.938 959.938 0 0 0-6.985-.333c-2.329-.1-4.657-.2-7.003-.283-2.328-.083-4.673-.149-7.019-.216-2.345-.067-4.69-.1-7.035-.15-2.345-.033-4.707-.066-7.052-.083H428.433c-2.362 0-4.724.033-7.102.05-2.362.033-4.741.067-7.119.116-2.379.05-4.74.117-7.135.183-2.379.084-4.757.167-7.153.267-2.395.099-4.773.216-7.168.349-2.395.133-4.79.266-7.185.416-2.396.149-4.807.332-7.219.515s-4.823.383-7.235.582c-2.412.217-4.84.433-7.252.666-2.428.233-4.84.482-7.268.748a582.3 582.3 0 0 0-7.302.848c-2.428.3-4.873.599-7.318.932-2.445.333-4.89.665-7.335 1.031-2.445.366-4.907.732-7.369 1.131a576.93 576.93 0 0 0-7.385 1.231c-2.461.432-4.939.865-7.418 1.331-2.478.465-4.956.948-7.434 1.43-2.479.499-4.974.998-7.469 1.53a673.119 673.119 0 0 0-15.002 3.393c-2.512.599-5.023 1.231-7.535 1.863-2.511.649-5.039 1.297-7.568 1.979a428.959 428.959 0 0 0-7.584 2.113 485.9 485.9 0 0 0-7.618 2.228 457.616 457.616 0 0 0-7.634 2.362c-2.545.799-5.106 1.63-7.668 2.478a538.377 538.377 0 0 0-7.701 2.612 880.427 880.427 0 0 0-7.717 2.744 556.384 556.384 0 0 0-7.751 2.878 569.862 569.862 0 0 0-7.784 3.027 575.727 575.727 0 0 0-7.817 3.177c-.1.033-.183.083-.283.116a525.636 525.636 0 0 1 7.634-3.41 983.06 983.06 0 0 1 7.668-3.293 569.526 569.526 0 0 1 7.651-3.16 921.804 921.804 0 0 1 7.618-3.044 471.242 471.242 0 0 1 7.584-2.911 700.76 700.76 0 0 1 7.568-2.794c2.512-.915 5.04-1.796 7.535-2.678a816.219 816.219 0 0 1 7.517-2.561 639.49 639.49 0 0 1 7.485-2.445 483.83 483.83 0 0 1 7.452-2.329 616.428 616.428 0 0 1 7.434-2.228c2.479-.732 4.94-1.431 7.418-2.113 2.462-.682 4.924-1.364 7.385-2.029a605.847 605.847 0 0 1 7.369-1.929c2.445-.632 4.906-1.215 7.335-1.813 2.445-.599 4.89-1.165 7.318-1.73a410.073 410.073 0 0 1 7.285-1.63 640.472 640.472 0 0 1 7.268-1.547c2.429-.499 4.841-.981 7.252-1.464 2.412-.482 4.824-.931 7.219-1.363 2.411-.45 4.807-.882 7.202-1.298 2.395-.416 4.79-.815 7.185-1.197 2.395-.383 4.774-.765 7.169-1.131 2.378-.366 4.757-.716 7.135-1.048 2.378-.333 4.757-.666 7.119-.982 2.362-.316 4.74-.598 7.102-.898 2.362-.282 4.724-.565 7.085-.831 2.362-.266 4.707-.516 7.069-.749 2.345-.249 4.707-.482 7.052-.698 2.346-.217 4.691-.433 7.019-.616 2.346-.199 4.674-.382 7.003-.565 2.328-.183 4.657-.35 6.985-.499 2.329-.15 4.658-.3 6.969-.433 2.329-.133 4.641-.266 6.953-.382 2.262-.117 4.524-.216 6.786-.316 2.462-.1 4.774-.2 7.069-.283 2.312-.083 4.607-.15 6.902-.216 2.296-.067 4.608-.117 6.903-.167 2.295-.049 4.591-.083 6.869-.099 2.295-.034 4.574-.034 6.853-.05 1.913 0 3.842-.017 5.755-.017h1.097c2.279 0 4.558.017 6.836.033a912.219 912.219 0 0 1 12.741.2h.881c2.262.067 4.525.116 6.787.166 2.262.067 4.524.117 6.786.2 2.262.083 4.507.15 6.753.249 2.262.084 4.507.183 6.752.283 2.246.1 4.508.216 6.737.316l6.736.349c2.245.117 4.474.25 6.719.383 2.229.133 4.474.283 6.703.416l6.703.449c2.229.15 4.458.316 6.686.482l6.67.499c2.229.167 4.441.349 6.67.532l1.114.1c1.846.15 3.693.3 5.539.466l4.424.399 2.229.2c2.312.216 4.474.399 6.636.598 2.212.2 4.425.416 6.637.633 2.212.216 4.424.432 6.62.665 2.212.216 4.407.449 6.619.682l6.62.698c2.196.233 4.408.483 6.603.716l6.603.731 6.587.749c2.195.249 4.391.515 6.586.765l78.656 10.013 104.636 13.555 20.674 2.395c1.863.2 3.709.416 5.572.616 1.73.183 3.476.382 5.206.565l1.38.15c2.196.233 4.391.466 6.587.682 2.195.233 4.391.449 6.586.665l6.587.649c2.195.216 4.391.416 6.603.632 1.913.183 3.842.349 5.755.516l.848.083c2.212.199 4.408.399 6.62.582l6.62.549c2.212.183 4.424.366 6.636.532 2.212.166 4.424.349 6.636.499 1.614.116 3.211.233 4.824.333l1.83.133 6.653.449c2.212.149 4.44.283 6.669.416 1.713.099 3.443.199 5.173.282l1.514.084 6.686.349c2.229.116 4.457.216 6.686.316 2.129.1 4.241.166 6.37.249h.333c2.295.1 4.508.183 6.72.25l6.732.199c2.25.067 4.49.117 6.74.15 2.25.05 4.49.083 6.75.116 2.25.034 4.51.05 6.77.067 2.26 0 4.51.033 6.77.033h.9c1.96 0 3.93 0 5.89-.016 2.26 0 4.54-.034 6.8-.067s4.54-.066 6.82-.116l6.84-.15c2.27-.067 4.55-.133 6.85-.216a979.767 979.767 0 0 0 13.72-.582c2.3-.117 4.59-.233 6.89-.366 2.29-.133 4.6-.283 6.9-.433 2.29-.149 4.61-.316 6.92-.482 2.31-.166 4.62-.366 6.93-.549 2.32-.2 4.64-.399 6.96-.615 2.31-.217 4.64-.449 6.97-.682 2.32-.233 4.65-.483 6.98-.749s4.67-.532 7-.815c2.35-.282 4.68-.582 7.02-.881 2.35-.3 4.69-.616 7.05-.948 2.35-.333 4.71-.666 7.07-1.015 2.37-.349 4.73-.715 7.09-1.098 2.36-.382 4.72-.765 7.1-1.181 2.38-.399 4.74-.831 7.12-1.264 2.38-.432 4.76-.865 7.14-1.33 2.37-.466 4.77-.932 7.16-1.414 2.4-.482 4.78-.998 7.19-1.514 2.39-.515 4.81-1.047 7.2-1.596 2.41-.549 4.81-1.098 7.22-1.68 2.41-.582 4.82-1.164 7.25-1.763 2.41-.599 4.84-1.231 7.27-1.863 2.43-.632 4.86-1.281 7.28-1.963 2.43-.665 4.88-1.347 7.32-2.062 2.45-.699 4.89-1.414 7.34-2.162a689.3 689.3 0 0 0 14.73-4.624c2.47-.815 4.94-1.63 7.41-2.479 2.47-.848 4.95-1.713 7.43-2.578 2.48-.881 4.97-1.779 7.45-2.711 2.5-.915 4.99-1.863 7.49-2.827 2.49-.965 5-1.93 7.5-2.928 2.51-.998 5.02-2.012 7.53-3.06 2.51-1.031 5.04-2.096 7.55-3.177 2.52-1.081 5.06-2.179 7.59-3.31 2.53-1.131 5.07-2.278 7.62-3.443 2.54-1.164 5.09-2.362 7.63-3.576 2.55-1.214 5.11-2.445 7.67-3.709 2.56-1.264 5.12-2.528 7.68-3.842 2.56-1.314 5.14-2.644 7.72-3.992 2.58-1.347 5.16-2.727 7.75-4.141 2.58-1.397 5.19-2.844 7.78-4.291 2.6-1.447 5.19-2.944 7.81-4.441a638.51 638.51 0 0 0 7.83-4.608c2.61-1.563 5.24-3.143 7.87-4.756 2.62-1.614 5.25-3.26 7.9-4.924 2.64-1.663 5.27-3.359 7.91-5.089 2.65-1.73 5.29-3.477 7.95-5.256a673.29 673.29 0 0 0 7.99-5.422c2.66-1.847 5.34-3.71 8.02-5.622 2.67-1.896 5.35-3.842 8.05-5.788 2.69-1.963 5.37-3.959 8.08-5.972 2.69-2.029 5.4-4.074 8.12-6.17 2.71-2.096 5.42-4.208 8.13-6.37 2.73-2.163 5.44-4.342 8.18-6.57a740.56 740.56 0 0 0 8.2-6.77 894.109 894.109 0 0 0 24.85-21.572c2.78-2.512 5.56-5.04 8.35-7.635 2.8-2.578 5.57-5.206 8.38-7.85 2.81-2.645 5.61-5.356 8.42-8.084 2.81-2.727 5.62-5.505 8.45-8.316 2.83-2.81 5.65-5.672 8.48-8.566 2.83-2.894 5.67-5.838 8.52-8.815 2.84-2.977 5.69-6.004 8.55-9.065 2.86-3.06 5.72-6.17 8.6-9.314 2.87-3.144 5.75-6.354 8.63-9.597 2.88-3.243 5.77-6.52 8.66-9.863 1.77-2.03 3.53-4.075 5.31-6.138l-.82 194.269-.03.1Z\' fill=\'url(%23b)\'/%3E%3Cdefs%3E%3ClinearGradient id=\'a\' x1=\'149.79\' y1=\'417.25\' x2=\'211.971\' y2=\'127.476\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23EBF3FF\'/%3E%3Cstop offset=\'1\' stop-color=\'%23D0DFF6\'/%3E%3C/linearGradient%3E%3ClinearGradient id=\'b\' x1=\'150.268\' y1=\'341.412\' x2=\'376.309\' y2=\'-177.338\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%23EBF3FF\'/%3E%3Cstop offset=\'1\' stop-color=\'%23D0DFF6\'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
		height: 573px;
	}
	
	.home-section-8 .section-transition.nitro-lazy {
		background-image: none !important;
	}
}

.ryno-coupons {
	gap: 30px 0;
	justify-content: center;
}

.content-wrapper .ryno-coupon {
	background-clip: padding-box;
	text-align: center;
}

.content-wrapper .ryno-coupon__background {
	border: 5px dashed #00548e;
	height: 100%;
	padding: 0 10px;
	position: relative;
}

.content-wrapper .ryno-coupon__text {
	box-sizing: border-box;
	padding: 30px;
}

.content-wrapper .ryno-coupon__text .h3 {
	font-family: var(--font-body);
	font-size: var(--coupon-heading-font-size-mobile);
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	.content-wrapper .ryno-coupon__text .h3 {
		font-size: var(--coupon-heading-font-size-desktop);
	}
}

.content-wrapper .ryno-coupon__details {
	font-size: 1.4rem;
	line-height: 1.3;
	margin: 10px auto 20px;
}

.content-wrapper .ryno-coupon__logo img {
	margin-top: 20px;
	width: 200px;
}

.content-wrapper .ryno-coupon__phone {
	font-size: 25px;
	font-weight: 900;
	margin: 12px 0;
}

.content-wrapper .ryno-coupon__disclaimer {
	font-size: 11px;
	line-height: 1.3;
	margin-top: 35px;
}

@media only screen {
	.content-wrapper .ryno-coupon__disclaimer {
		font-style: italic;
	}
}

.content-wrapper .ryno-coupon__layout-one .ryno-coupon__text {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}

.content-wrapper .ryno-coupon__layout-one .coupon-button {
	border: 0 none;
	font-weight: 700;
	padding: 12px 30px;
	text-transform: uppercase;
}

.content-wrapper .ryno-coupon__layout-two {
	box-shadow: 1px 2px 15px rgba(0, 0, 0, .32);
	position: relative;
}

.content-wrapper .ryno-coupon__layout-two .container, .content-wrapper .ryno-coupon__layout-two .row {
	height: 100%;
}

.content-wrapper .ryno-coupon__layout-two .ryno-coupon__background {
	padding: 0;
}

.content-wrapper .ryno-coupon__layout-two .ryno-coupon__logo img {
	margin-top: 0;
}

.content-wrapper .ryno-coupon__layout-two .ryno-coupon__details, .content-wrapper .ryno-coupon__layout-two .ryno-coupon__phone {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.content-wrapper .ryno-coupon__layout-two .ryno-coupon__phone {
	font-weight: 400;
}

.content-wrapper .ryno-coupon__layout-two .ryno-coupon__expiration {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}

.content-wrapper .ryno-coupon__layout-two .ryno-coupon__disclaimer {
	margin-bottom: 45px;
}

.content-wrapper .ryno-coupon__layout-two--right {
	padding-bottom: 30px;
	padding-top: 30px;
}

.content-wrapper .ryno-coupon__layout-two--button {
	bottom: 0;
	height: 85px;
	position: absolute;
	right: 0;
	width: 100px;
}

.content-wrapper .ryno-coupon__layout-two--button .coupon-button {
	background: rgba(0, 0, 0, 0);
	border: 0 none;
	border-radius: 0;
	bottom: 8px;
	font-size: 30px;
	height: 37px;
	padding: 0;
	position: absolute;
	right: 14px;
}

.content-wrapper .ryno-coupon__layout-two--button .coupon-button:hover {
	background: rgba(0, 0, 0, 0);
}

.content-wrapper .ryno-coupon__layout-three {
	flex: 0 1 100%;
}

.content-wrapper .ryno-coupon__layout-three .ryno-coupon__background {
	padding: 20px;
}

.content-wrapper .ryno-coupon__layout-three .ryno-coupon__details, .content-wrapper .ryno-coupon__layout-three .ryno-coupon__phone {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.content-wrapper .ryno-coupon__layout-three .ryno-coupon__phone {
	font-weight: 400;
}

.content-wrapper .ryno-coupon__layout-three .ryno-coupon__expiration {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}

.content-wrapper .ryno-coupon__layout-three .ryno-coupon__button .coupon-button {
	border: 0 none;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	padding: 15px 22px;
	text-transform: uppercase;
	white-space: normal;
}

@media (min-width: 768px) {
	.content-wrapper .ryno-coupon__layout-three .ryno-coupon__button .coupon-button {
		padding: 58px 22px;
	}
}

@media (min-width: 992px) {
	.single .page-header {
		height: 200px;
	}
}

.single .blog-post-header {
	background: #fff;
}

@media (min-width: 992px) {
	.single .blog-post-header {
		margin-top: -150px;
		padding-top: 50px;
	}
}

.single .blog-post-header h1, .single .blog-post-header .h1 {
	margin-bottom: 0;
	padding: 0 30px;
}

.single .blog-post-header__author {
	font-weight: 700;
	padding-bottom: 20px;
}

.single .blog-top {
	border-bottom: solid 1px rgba(134, 137, 143, .3);
	margin-bottom: 10px;
	padding: 15px 0 5px;
}

.single .blog-top__left {
	font-size: 16px;
}

.single .blog-top__right .social-share-links {
	align-items: center;
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.single .blog-top__right .social-share-links {
		justify-content: flex-end;
	}
}

.single .blog-top__right .social-share-links__title {
	font-size: 16px;
	font-weight: 700;
	margin-right: 5px;
}

.single .blog-top__right .social-share-links a {
	align-items: center;
	color: #fff;
	display: flex;
	height: 26px;
	justify-content: center;
	margin-left: 5px;
	width: 26px;
}

.single .blog-top__right .social-share-links a.facebook {
	background: #3c589a;
}

.single .blog-top__right .social-share-links a.twitter {
	background: #55acee;
}

.single .blog-top__right .social-share-links a.linkedin {
	background: #0077b5;
}

.single .blog-categories {
	margin-bottom: 30px;
}

.single .blog-categories .ryno-bookmark {
	margin-top: 6px;
}

.single .blog-categories .category-pill {
	background: #eaeaea;
	border-radius: 7px;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	margin: 2px 5px;
	padding: 2px 12px;
}

.single .blog-featured-image {
	margin: 0 0 20px;
	text-align: center;
}

@media (min-width: 992px) {
	.single .blog-featured-image {
		float: right;
		margin: 10px 0 20px 20px;
		text-align: left;
	}
}

.single .blog-bottom {
	margin-top: 70px;
}

.single .blog-author-box {
	background: #fff;
	border: 1px solid #707070;
	box-shadow: 2px 8px 20px 0 #c4c4c4;
	padding: 30px 20px;
}

@media (min-width: 992px) {
	.single .blog-author-box {
		padding: 50px;
	}
}

.single .blog-author-box .author-email, .single .blog-author-box .author-title {
	font-size: 85%;
}

.single .blog-author-box .social-icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
}

@media (min-width: 992px) {
	.single .blog-author-box .social-icons {
		justify-content: flex-start;
	}
}

.single .blog-author-box .social-icons__icon {
	background-color: rgba(0, 0, 0, 0) !important;
}

.single .blog-author-box .social-icons__icon a {
	align-items: center;
	color: #fff;
	display: inline-flex;
	height: 30px;
	justify-content: center;
	font-size: 20px;
	width: 30px;
}

.single .blog-author-box .social-icons__icon+.social-icons__icon {
	margin-left: 2px;
}

@media (min-width: 576px) {
	.single .blog-author-box .social-icons__icon+.social-icons__icon {
		margin-left: 10px;
	}
}

.single .blog-author-box .social-icons .facebook a {
	background: #3c589a;
}

.single .blog-author-box .social-icons .facebook a:hover {
	background: #3c589a;
}

.single .blog-author-box .social-icons .twitter a {
	background: #55acee;
}

.single .blog-author-box .social-icons .twitter a:hover {
	background: #55acee;
}

.single .blog-author-box .social-icons .google a {
	background: #4285f4;
}

.single .blog-author-box .social-icons .google a:hover {
	background: #4285f4;
}

.single .blog-author-box .social-icons .youtube a {
	background: red;
}

.single .blog-author-box .social-icons .youtube a:hover {
	background: red;
}

.single .blog-author-box .social-icons .linkedin a {
	background: #0077b5;
}

.single .blog-author-box .social-icons .linkedin a:hover {
	background: #0077b5;
}

.single .blog-author-box .social-icons .pinterest a {
	background: #e60023;
}

.single .blog-author-box .social-icons .pinterest a:hover {
	background: #e60023;
}

.single .blog-author-box .social-icons .instagram a {
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	font-size: 26px;
}

.single .blog-author-box .social-icons .instagram a:hover {
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.single .blog-author-box .social-icons .yelp a {
	background: #f43939;
}

.single .blog-author-box .social-icons .yelp a:hover {
	background: #f43939;
}

.single .blog-author-box .social-icons .houzz a {
	background: #4dbc15;
}

.single .blog-author-box .social-icons .houzz a:hover {
	background: #4dbc15;
}

@media (min-width: 992px) {
	.single .blog-author-box--1 {
		padding: 50px 50px 50px 20px;
	}
}

.single .blog-author-box--1 .blog-author-box__left {
	flex: 0 0 100%;
}

@media (min-width: 992px) {
	.single .blog-author-box--1 .blog-author-box__left {
		flex: 0 0 33%;
		padding: 0 15px;
	}
}

.single .blog-author-box--1 .blog-author-box__left .h2 {
	font-size: 30px;
}

.single .blog-author-box--1 .blog-author-box__right {
	flex: 0 0 100%;
}

@media (min-width: 992px) {
	.single .blog-author-box--1 .blog-author-box__right {
		flex: 0 0 67%;
		padding-left: 60px;
	}
}

.single .blog-author-box--1 .blog-author-box__right .h2 {
	font-size: 23px;
}

.single .blog-author-box--2 img {
	margin-bottom: 20px;
	max-width: 210px;
}

.single .blog-author-box--2 .social-icons {
	justify-content: center;
}

.single .blog-author-box--2 .h2 {
	font-size: 32px;
}

@media (min-width: 992px) {
	.single .blog-author-box--3 .border--right {
		border-right: 1px solid #707070;
	}
}

.single .blog-author-box--3 .social-icons {
	justify-content: center;
}

@media (min-width: 992px) {
	.single .blog-author-box--3 .social-icons {
		margin: 0 auto;
		max-width: 150px;
	}
}

@media (min-width: 576px) {
	.single .blog-author-box--3 .social-icons__icon+.social-icons__icon {
		margin-left: 0;
	}
}

@media (min-width: 576px) {
	.single .blog-author-box--3 .social-icons .social-icons__icon {
		margin: 8px;
	}
}

@media (min-width: 576px) {
	.single .blog-author-box--3 .social-icons .social-icons__icon a {
		height: 40px;
		width: 40px;
	}
}

.single .blog-author-box--3 .h2 {
	font-size: 32px;
}

.single .blog-author-box--4 .social-icons {
	justify-content: center;
}

.single .blog-author-box--4 .h2 {
	font-size: 32px;
}

.single .author-nav-tabs {
	background: rgba(0, 0, 0, 0) !important;
	border: 0 none;
	justify-content: center;
}

.single .author-nav-tabs .nav-link {
	border-radius: 0;
	border: 1px solid #707070;
	color: #707070;
	font-size: 16px;
	padding: 8px;
	position: relative;
}

@media (min-width: 576px) {
	.single .author-nav-tabs .nav-link {
		font-size: inherit;
		padding: 8px 16px;
	}
}

.single .author-nav-tabs .nav-link.active {
	font-weight: 700;
}

.single .author-nav-tabs .nav-link.active:before, .single .author-nav-tabs .nav-link.active:after {
	content: "";
	height: 0;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 100%;
	width: 0;
}

.single .author-nav-tabs .nav-link.active:before {
	border-left: 11px solid rgba(0, 0, 0, 0);
	border-right: 11px solid rgba(0, 0, 0, 0);
	border-top: 9px solid #707070;
}

.single .author-nav-tabs .nav-link.active:after {
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-top: 8px solid #fff;
}

.single .author-nav-tabs .nav-link+.nav-link {
	margin-left: 8px;
}

@media (min-width: 576px) {
	.single .author-nav-tabs .nav-link+.nav-link {
		margin-left: 20px;
	}
}

.single .related-post+.related-post {
	border-top: 1px solid #cacaca;
	margin-top: 30px;
	padding-top: 30px;
}

@media (min-width: 992px) {
	.single .related-post+.related-post {
		border-top: 0 none;
		margin-top: 0;
		padding-top: 0;
	}
}

.single .related-posts .h2 {
	font-size: 32px;
}

.single .related-posts-box {
	height: 100%;
	position: relative;
}

@media (min-width: 992px) {
	.single .related-posts-box {
		padding: 0 10px;
	}
}

.single .related-posts-box__title {
	text-align: center;
}

.single .related-posts-box__title .h5 {
	display: block;
	line-height: 1.2;
	margin-bottom: 10px;
}

.single .related-posts-box__link {
	border-top: 30px solid #fff;
	bottom: 0;
	line-height: 1;
	position: absolute;
	width: 100%;
}

.single-post-h2 {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 10px;
}

.single-post-h2+.date {
	text-align: center;
}

.single .ornament {
	margin-bottom: 15px;
}

.view-article {
	display: none;
}

.ornament {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 1fr auto 1fr;
	margin-bottom: 20px;
	margin-top: 25px;
}

.ornament:before, .ornament:after {
	align-self: center;
	border-top: 2px solid #242424;
	content: "";
}

.ornament p {
	display: none;
}

.blog-layout--1 {
	background: #fff;
	box-shadow: 0 10px 60px rgba(0, 0, 0, .06);
	height: 100%;
}

.blog-layout--1 .blog-image {
	width: 100%;
}

.blog-layout--1 .blog-image img {
	width: 100%;
}

.blog-layout--1 .blog-image .date {
	background-color: #ff8917;
	color: #fff;
	display: inline-block;
	font-size: 19px;
	left: 0;
	padding: 12px 15px;
	position: absolute;
	top: 20px;
}

@media (min-width: 992px) {
	.blog-layout--1 .blog-image .date {
		top: 50px;
	}
}

.blog-layout--1 .blog-contents {
	padding: 20px;
}

.blog-layout--1 .blog-contents h2, .blog-layout--1 .blog-contents .h2 {
	font-size: 30px;
}

.blog-layout--2 .post-listing {
	padding: 30px 0;
}

.blog-layout--2 .blog-image img {
	width: 100%;
}

@media (min-width: 992px) {
	.blog-layout--2 .blog-image img {
		width: auto;
	}
}

.blog-layout--2 .blog-image--overlay {
	background: rgba(0, 0, 0, 0);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .3s ease;
	width: 100%;
}

.blog-layout--2 .blog-image--overlay.active {
	background: rgba(0, 0, 0, .5);
}

.blog-layout--2 .blog-contents {
	background: #fff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 30%, white 100%);
	margin-top: -75px;
	padding: 50px 15px;
}

@media (min-width: 992px) {
	.blog-layout--2 .blog-contents {
		background: rgba(0, 0, 0, 0);
		margin-top: 0;
		padding-top: 0;
	}
}

.blog-layout--2 .blog-contents h2, .blog-layout--2 .blog-contents .h2 {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.blog-layout--2 .blog-contents h2, .blog-layout--2 .blog-contents .h2 {
		font-size: 30px;
	}
}

.blog-layout--2 .blog-contents h2:before, .blog-layout--2 .blog-contents .h2:before {
	content: "";
	width: 130px;
	height: 10px;
	background: #383838;
	display: block;
	margin-bottom: 20px;
}

.blog-layout--2 .blog-contents h2.active a, .blog-layout--2 .blog-contents .active.h2 a {
	color: red;
}

.blog-layout--2 .blog-contents .date {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 30px;
}

.error404 .h3 {
	margin: 18px 0;
}

.error404 input[type=search], .search-no-results input[type=search] {
	border: 3px solid #b1b1b1;
}

.error404 ul.primary-pages, .search-no-results ul.primary-pages {
	list-style-type: none;
	margin-left: 0;
}

.error404 ul.primary-pages li, .search-no-results ul.primary-pages li {
	margin-bottom: 10px;
}

.error404 input[type=search], .search-no-results input[type=search] {
	border: 3px solid #b1b1b1;
	display: inline-block;
	width: 90%;
}

.error404 .search-wrap input[type=submit] {
	background: none;
	height: 36px;
}

.error404 .search-wrap input[type=submit]:hover {
	background: #ccc;
	color: #fff;
	cursor: pointer;
}

ul.right-column {
	float: left;
	width: 45%;
}

ul.left-column {
	float: left;
	width: 45%;
}

@media (min-width: 992px) {
	.generic-product-feed--layout-1 .row, .generic-product-feed--layout-2 .row {
		margin-right: calc(var(--bs-gutter-x) * -2);
		margin-left: calc(var(--bs-gutter-x) * -2);
	}
	
	.generic-product-feed--layout-1 .row>*, .generic-product-feed--layout-2 .row>* {
		padding-left: calc(var(--bs-gutter-x) * 2);
		padding-right: calc(var(--bs-gutter-x) * 2);
	}
}

.generic-product-feed--layout-1 .product-page-box, .generic-product-feed--layout-2 .product-page-box {
	box-shadow: 10px 10px 25px rgba(0, 0, 0, .3);
	margin: 0 auto;
	max-width: 510px;
}

.generic-product-feed--layout-1 .product-page-box .h2, .generic-product-feed--layout-2 .product-page-box .h2 {
	margin-bottom: 20px;
}

.generic-product-feed--layout-1 .product-page-box {
	height: 100%;
}

@media (min-width: 992px) {
	.generic-product-feed--layout-1 .product-page-box {
		height: 541px;
	}
}

.generic-product-feed--layout-1 .product-page-box__top {
	align-items: center;
	background: #fdfdfd;
	display: flex;
	flex-direction: column;
	height: 110px;
	justify-content: center;
	padding-top: 33px;
}

.generic-product-feed--layout-1 .product-page-box__bottom {
	height: 250px;
}

@media (min-width: 992px) {
	.generic-product-feed--layout-1 .product-page-box__bottom {
		height: 441px;
	}
}

.generic-product-feed--layout-1 .product-page-box__overlay {
	background: linear-gradient(180deg, #fdfdfd 0%, #fdfdfd 5%, rgba(253, 253, 253, 0) 100%);
	height: 100%;
}

.generic-product-feed--layout-2 .product-page-box {
	height: 380px;
}

@media (min-width: 992px) {
	.generic-product-feed--layout-2 .product-page-box {
		height: 541px;
	}
}

.generic-product-feed--layout-2 .product-page-box__top {
	align-items: center;
	display: flex;
	height: 250px;
	justify-content: center;
}

@media (min-width: 992px) {
	.generic-product-feed--layout-2 .product-page-box__top {
		height: 420px;
	}
}

.generic-product-feed--layout-2 .product-page-box__top img {
	max-height: 80%;
}

@media (min-width: 992px) {
	.generic-product-feed--layout-2 .product-page-box__top img {
		max-height: auto;
	}
}

.generic-product-feed--layout-3 .product-page-box, .generic-product-feed--layout-4 .product-page-box {
	height: 100%;
}

@media (min-width: 992px) {
	.generic-product-feed--layout-3 .product-page-box, .generic-product-feed--layout-4 .product-page-box {
		height: 100%;
	}
}

.generic-product-feed--layout-3 .product-page-box .h2, .generic-product-feed--layout-4 .product-page-box .h2 {
	margin-bottom: 7px;
}

.generic-product-feed--layout-3 .product-page-box a, .generic-product-feed--layout-4 .product-page-box a {
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	text-align: center;
	width: 100%;
}

@media (min-width: 576px) {
	.generic-product-feed--layout-3 .product-page-box__left, .generic-product-feed--layout-3 .product-page-box__right, .generic-product-feed--layout-4 .product-page-box__left, .generic-product-feed--layout-4 .product-page-box__right {
		width: 50%;
	}
}

.generic-product-feed--layout-3 .product-page-box__left, .generic-product-feed--layout-4 .product-page-box__left {
	padding-bottom: 20px;
}

@media (min-width: 576px) {
	.generic-product-feed--layout-3 .product-page-box__left, .generic-product-feed--layout-4 .product-page-box__left {
		padding-bottom: 0;
	}
}

.generic-product-feed--layout-3 .product-page-box .generic-product-description, .generic-product-feed--layout-4 .product-page-box .generic-product-description {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	.generic-product-feed--layout-3 .product-page-box .generic-product-description, .generic-product-feed--layout-4 .product-page-box .generic-product-description {
		height: 90px;
	}
}

@media (min-width: 1200px) {
	.generic-product-feed--layout-3 .product-page-box .generic-product-description, .generic-product-feed--layout-4 .product-page-box .generic-product-description {
		height: 70px;
	}
}

.generic-product-feed--layout-3 .product-page-box {
	padding: 17px 30px;
}

.generic-product-feed--layout-3 img {
	max-height: 176px;
	max-width: 177px;
}

.generic-product-feed--layout-4 .product-page-box__overlay {
	background: linear-gradient(to top, #fdfdfd 0%, #fdfdfd 15%, rgba(253, 253, 253, 0) 100%);
	height: 100%;
}

@media (min-width: 576px) {
	.generic-product-feed--layout-4 .product-page-box__overlay {
		background: linear-gradient(to left, #fdfdfd 0%, #fdfdfd 15%, rgba(253, 253, 253, 0) 100%);
	}
}

.generic-product-feed--layout-4 .product-page-box__left {
	height: 280px;
	padding-bottom: 0;
	width: 100%;
}

@media (min-width: 576px) {
	.generic-product-feed--layout-4 .product-page-box__left {
		height: 100%;
		width: 50%;
	}
}

.generic-product-feed--layout-4 .product-page-box__right {
	padding: 25px 30px;
}

@media (min-width: 576px) {
	.generic-product-feed--layout-4 .product-page-box__right {
		padding: 25px 30px 25px 0;
	}
}

.page-template-page-ryno-testimonials .shadowbox h3, .page-template-page-ryno-testimonials .shadowbox .h3 {
	margin-bottom: 30px;
}

.page-template-page-ryno-testimonials .panel p {
	margin-top: 20px;
}

.page-template-page-ryno-testimonials .panel p strong {
	margin-right: 10px;
}

.page-template-page-conversion .conversion-header {
	padding: 30px 0;
}

@media (min-width: 992px) {
	.page-template-page-conversion .conversion-header {
		padding: 60px 0 65px;
	}
}

.page-template-page-conversion .conversion-header h1, .page-template-page-conversion .conversion-header .h1 {
	font-size: 36px;
	line-height: 1.32;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
}

@media (min-width: 768px) {
	.page-template-page-conversion .conversion-header h1, .page-template-page-conversion .conversion-header .h1 {
		font-size: 45px;
	}
}

@media (min-width: 992px) {
	.page-template-page-conversion .conversion-header h1, .page-template-page-conversion .conversion-header .h1 {
		font-size: 50px;
	}
}

.page-template-page-conversion .conversion-header__divider {
	height: 9px;
	margin-bottom: 33px;
	width: 205px;
}

.page-template-page-conversion .conversion-header .conversion-coupon {
	border-radius: 15px;
	padding: 33px;
}

@media (min-width: 992px) {
	.page-template-page-conversion .conversion-header .conversion-coupon {
		margin-bottom: 0;
		max-width: 635px;
	}
}

.page-template-page-conversion .conversion-header .conversion-coupon .h2 {
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 5px;
}

@media (min-width: 768px) {
	.page-template-page-conversion .conversion-header .conversion-coupon .h2 {
		font-size: 35px;
	}
}

.page-template-page-conversion .conversion-header .conversion-coupon p {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}

.page-template-page-conversion .conversion-header .conversion-coupon__text a, .page-template-page-conversion .conversion-header .conversion-coupon__text a:hover {
	text-decoration: none;
}

.page-template-page-conversion .conversion-header .conversion-coupon .charge-coupon-button {
	display: inline-block;
	font-weight: 700;
	margin-top: 20px;
	min-width: auto;
	padding: 17px 28px;
}

@media (min-width: 576px) {
	.page-template-page-conversion .conversion-header .conversion-coupon .charge-coupon-button {
		margin-top: 0;
	}
}

.page-template-page-conversion .conversion-header .sidebar-form .wpcf7-text, .page-template-page-conversion .conversion-header .sidebar-form .wpcf7-select, .page-template-page-conversion .conversion-header .sidebar-form .select2-container--default .select2-selection--single, .page-template-page-conversion .conversion-header .sidebar-form .select2-container--default .select2-selection--single .select2-selection__rendered, .page-template-page-conversion .conversion-header .sidebar-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
	line-height: 40px;
}

.page-template-page-conversion .conversion-header .sidebar-form .wpcf7-textarea {
	height: 40px;
	padding-top: 7px;
}

.page-template-page-conversion .sidebar-form {
	float: none;
	margin-left: 0;
	max-width: 100%;
}

.page-template-page-conversion .sidebar-form .wpcf7-text, .page-template-page-conversion .sidebar-form .wpcf7-select, .page-template-page-conversion .sidebar-form .wpcf7-textarea, .page-template-page-conversion .sidebar-form .select2-container--default .select2-selection--single {
	color: #000;
	font-weight: 600;
}

.page-template-page-conversion .sidebar-form .wpcf7-text.placeholder, .page-template-page-conversion .sidebar-form .wpcf7-select.placeholder, .page-template-page-conversion .sidebar-form .wpcf7-textarea.placeholder, .page-template-page-conversion .sidebar-form .select2-container--default .select2-selection--single.placeholder {
	color: #000;
}

.page-template-page-conversion .sidebar-form .wpcf7-text:-moz-placeholder, .page-template-page-conversion .sidebar-form .wpcf7-select:-moz-placeholder, .page-template-page-conversion .sidebar-form .wpcf7-textarea:-moz-placeholder, .page-template-page-conversion .sidebar-form .select2-container--default .select2-selection--single:-moz-placeholder {
	color: #000;
}

.page-template-page-conversion .sidebar-form .wpcf7-text::-moz-placeholder, .page-template-page-conversion .sidebar-form .wpcf7-select::-moz-placeholder, .page-template-page-conversion .sidebar-form .wpcf7-textarea::-moz-placeholder, .page-template-page-conversion .sidebar-form .select2-container--default .select2-selection--single::-moz-placeholder {
	color: #000;
}

.page-template-page-conversion .sidebar-form .wpcf7-text:-ms-input-placeholder, .page-template-page-conversion .sidebar-form .wpcf7-select:-ms-input-placeholder, .page-template-page-conversion .sidebar-form .wpcf7-textarea:-ms-input-placeholder, .page-template-page-conversion .sidebar-form .select2-container--default .select2-selection--single:-ms-input-placeholder {
	color: #000;
}

.page-template-page-conversion .sidebar-form .wpcf7-text::-webkit-input-placeholder, .page-template-page-conversion .sidebar-form .wpcf7-select::-webkit-input-placeholder, .page-template-page-conversion .sidebar-form .wpcf7-textarea::-webkit-input-placeholder, .page-template-page-conversion .sidebar-form .select2-container--default .select2-selection--single::-webkit-input-placeholder {
	color: #000;
}

.page-template-page-conversion .sidebar-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
}

.page-template-page-conversion .sidebar-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.page-template-page-conversion .conversion-content-one {
	padding: 30px 0;
	position: relative;
}

@media (min-width: 992px) {
	.page-template-page-conversion .conversion-content-one {
		padding: 100px 0 50px;
	}
}

.page-template-page-conversion .conversion-content-one__sticky-image {
	margin-bottom: 40px;
}

@media (min-width: 992px) {
	.page-template-page-conversion .conversion-content-one__sticky-image {
		margin-bottom: 0;
		max-height: 445px;
		position: sticky;
		top: 200px;
	}
}

.page-template-page-conversion .content-wrapper {
	margin-bottom: 0;
	margin-top: 0;
}

.page-template-page-conversion .content-wrapper .ryno-sidebar .wpcf7 {
	height: 607px;
	position: -webkit-sticky;
	position: sticky;
	top: 230px;
}

@media (min-width: 992px) {
	.page-template-page-conversion .content-wrapper .ryno-sidebar .wpcf7 {
		margin-top: -460px;
	}
}

.page-template-page-conversion .conversion-seo-icons {
	padding: 30px 0;
}

.page-template-page-conversion .conversion-seo-icons__icon {
	padding-bottom: 15px;
	padding-top: 15px;
}

.page-template-page-conversion .conversion-seo-icons .icon__image {
	height: 90px;
}

.page-template-page-conversion .conversion-seo-icons .icon__image svg {
	max-height: 90px;
	max-width: 100%;
}

.page-template-page-conversion .conversion-seo-icons .icon__text {
	font-weight: 700;
	padding-top: 20px;
	text-transform: uppercase;
}

.page-template-page-conversion .conversion-seo-icons .icon__text p {
	font-size: 16px;
	line-height: 1.3;
}

.page-template-page-conversion .conversion-seo-icons .icon__text p span {
	display: block;
}

.page-template-page-conversion .conversion-seo-icons .acca .cls-2 {
	fill: #ededed;
}

.page-template-page-conversion .conversion-page-additional-content-section {
	padding: 30px 0;
}

@media (min-width: 992px) {
	.page-template-page-conversion .conversion-page-additional-content-section {
		padding: 60px 0;
	}
}

.page-template-page-conversion .conversion-content-two {
	padding: 30px 0;
	position: relative;
}

@media (min-width: 992px) {
	.page-template-page-conversion .conversion-content-two {
		padding: 60px 0;
	}
}

.page-template-page-conversion .conversion-content-two__sticky-image {
	margin-bottom: 40px;
}

@media (min-width: 992px) {
	.page-template-page-conversion .conversion-content-two__sticky-image {
		margin-bottom: 0;
		max-height: 445px;
		position: sticky;
		top: 200px;
	}
}

.page-template-page-conversion .conversion-content-two p {
	margin-bottom: 45px;
}

.page-template-page-conversion .conversion-content-three {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 30px 0 70px;
}

@media (min-width: 992px) {
	.page-template-page-conversion .conversion-content-three {
		padding: 60px 0 150px;
	}
}

.page-template-page-conversion .conversion-content-three a {
	font-weight: bold;
}

.page-template-page-conversion .conversion-content-three a:hover {
	text-decoration: underline;
}

.page-template-page-conversion .conversion-content-three ul, .page-template-page-conversion .conversion-content-three ol {
	text-align: left;
}

.page-template-page-conversion .conversion-content-four {
	padding: 30px 0;
}

@media (min-width: 992px) {
	.page-template-page-conversion .conversion-content-four {
		padding: 60px 0;
	}
}

.page-template-page-conversion .conversion-content-four p {
	margin-bottom: 40px;
}

.page-template-page-conversion .conversion-content-four ul, .page-template-page-conversion .conversion-content-four ol {
	text-align: left;
}

.page-template-page-conversion .conversion-page-reviews {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0;
	position: relative;
}

@media (min-width: 992px) {
	.page-template-page-conversion .conversion-page-reviews {
		padding: 65px 0 80px;
	}
}

.page-template-page-conversion .conversion-page-reviews__heading {
	line-height: 1;
	margin-bottom: 30px;
}

.page-template-page-conversion .conversion-page-reviews .conversion-page-review-box {
	padding: 45px;
}

.page-template-page-conversion .conversion-page-reviews .conversion-page-review-box__stars {
	font-size: 30px;
	gap: 10px;
	margin-bottom: 15px;
}

.page-template-page-conversion .conversion-page-reviews .conversion-page-review-box__review-info {
	padding-top: 15px;
}

.page-template-page-conversion .conversion-page-reviews .conversion-page-review-box__review-info .conversion-review-author-name {
	font-weight: 700;
}

.page-template-page-conversion .conversion-page-reviews .charge-reviews-button {
	display: inline-block;
	margin-top: 60px;
	min-width: 260px;
	padding: 12px 25px;
	text-align: center;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.page-template-page-conversion .conversion-page-reviews .charge-reviews-button {
		margin-top: 0;
	}
}

.page-template-page-conversion .other-services__box {
	box-shadow: 10px 0 0 0 #fff, 0 10px 0 0 #fff, 10px 10px 0 0 #fff, 10px 0 0 0 #fff inset, 0 10px 0 0 #fff inset;
	border-right: 10px solid #fff;
	box-sizing: border-box;
	padding: 50px 30px;
}

@media (min-width: 992px) {
	.page-template-page-conversion .other-services__box {
		border-right: 0 none;
		padding: 70px 50px;
	}
}

.page-template-page-conversion .other-services__box p {
	margin-bottom: 0;
}

.page-template-page-conversion .other-services__box a {
	background: rgba(0, 0, 0, .15);
	font-weight: bold;
	padding: 0 5px;
}

.page-template-page-conversion .other-services__box a:hover {
	text-decoration: underline;
}

.page-template-page-conversion .other-services__box:last-of-type {
	border-right: 10px solid #fff;
}

.page-template-page-shop .content-wrapper {
	margin-top: 0;
}

.page-template-page-shop .content-wrapper .container-xxl, .page-template-page-shop .content-wrapper .container-xl, .page-template-page-shop .content-wrapper .container-lg, .page-template-page-shop .content-wrapper .container-md, .page-template-page-shop .content-wrapper .container-sm, .page-template-page-shop .content-wrapper .container {
	max-width: 90%;
}

.ryno-mtt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}

.ryno-mtt__member-container {
	margin: 0 auto;
	max-width: 346px;
	position: relative;
	width: 100%;
}

.ryno-mtt__photo-container {
	margin-bottom: 21px;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}

.ryno-mtt__photo-container img, .ryno-mtt__photo-container svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	height: 100%;
}

.ryno-mtt__info-container {
	position: relative;
}

.ryno-mtt__info-container--collapsable .ryno-mtt__collapse-container {
	display: flex;
}

.ryno-mtt__name {
	line-height: 1.17;
	margin-bottom: 4px;
}

.ryno-mtt__title {
	line-height: 1.63;
}

.ryno-mtt__line {
	width: 114px;
	height: 2px;
	margin: 0 auto 20px;
}

.ryno-mtt__line, .ryno-mtt__bio, .ryno-mtt__collapse-container {
	display: none;
}

.ryno-mtt__bio {
	line-height: 1.63;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.ryno-mtt__bio p:last-of-type {
	margin-bottom: 0;
}

.ryno-mtt--layout-2 .ryno-mtt__bio, .ryno-mtt--layout-3 .ryno-mtt__bio, .ryno-mtt--layout-5 .ryno-mtt__bio {
	display: -webkit-box;
}

.ryno-mtt--expanded .ryno-mtt__bio {
	-webkit-line-clamp: 100;
}

.ryno-mtt__collapse-container {
	align-items: center;
	left: 50%;
	position: absolute;
	top: calc(100% + 23px);
	transform: translateX(-50%);
	width: max-content;
}

.ryno-mtt__collapse-container:hover {
	cursor: pointer;
}

.ryno-mtt__collapse-container::before {
	display: inline-block;
	line-height: 1;
	margin-bottom: 9px;
}

.ryno-mtt__collapse-svg-container {
	display: flex;
	height: 21px;
	transition: .3s all ease-in-out;
	width: 23px;
}

.ryno-mtt__collapse-svg-container svg {
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
}

.ryno-mtt--expanded .ryno-mtt__collapse-svg-container {
	transform: rotateX(180deg);
}

.ryno-mtt--layout-1 {
	gap: 46px 33px;
}

.ryno-mtt--layout-1 .ryno-mtt__member-container {
	padding: 12px 12px 24px;
}

.ryno-mtt--layout-2 {
	flex-direction: column;
	gap: 56px 0;
}

.ryno-mtt--layout-2 .ryno-mtt__member-container {
	padding-bottom: 90px;
}

@media (min-width: 992px) {
	.ryno-mtt--layout-2 .ryno-mtt__member-container {
		align-items: center;
		display: flex;
		max-width: none;
		padding-bottom: 0;
	}
}

@media (min-width: 992px) {
	.ryno-mtt--layout-2 .ryno-mtt__photo-container {
		margin-bottom: 0;
		padding-bottom: 29%;
		width: 31.77%;
	}
}

.ryno-mtt--layout-2 .ryno-mtt__info-container {
	padding: 0 12px;
}

@media (min-width: 992px) {
	.ryno-mtt--layout-2 .ryno-mtt__info-container {
		margin-right: 65px;
		padding: 65px 0 70px 46px;
		text-align: left;
		width: 71%;
	}
}

.ryno-mtt--layout-2 .ryno-mtt__title {
	margin-bottom: 16px;
}

.ryno-mtt--layout-2 .ryno-mtt__line {
	display: block;
}

@media (min-width: 992px) {
	.ryno-mtt--layout-2 .ryno-mtt__line {
		margin-left: 0;
	}
}

.ryno-mtt--layout-2 .ryno-mtt__collapse-container {
	flex-direction: column;
}

@media (min-width: 992px) {
	.ryno-mtt--layout-2 .ryno-mtt__collapse-container {
		flex-direction: row;
		left: unset;
		right: 0;
		top: calc(100% - 44px);
		transform: unset;
	}
}

@media (min-width: 992px) {
	.ryno-mtt--layout-2 .ryno-mtt__collapse-container::before {
		margin: 0 9px 0 0;
	}
}

@media (min-width: 992px) {
	.ryno-mtt--layout-2 .ryno-mtt__collapse-svg-container {
		width: 17px;
		height: 15px;
	}
}

.ryno-mtt--layout-3 {
	flex-direction: column;
	gap: 56px 0;
}

.ryno-mtt--layout-3 .ryno-mtt__member-container {
	border-top: 12px solid #ffaa64;
	padding: 40px 0 90px;
}

@media (min-width: 992px) {
	.ryno-mtt--layout-3 .ryno-mtt__member-container {
		align-items: center;
		border-left: 12px solid #ffaa64;
		border-top: none;
		display: flex;
		max-width: none;
		padding: 0;
	}
}

.ryno-mtt--layout-3 .ryno-mtt__photo-container {
	border-radius: 50%;
	margin: 0 auto 21px;
	min-width: 229px;
	padding-bottom: 229px;
	width: 229px;
}

@media (min-width: 992px) {
	.ryno-mtt--layout-3 .ryno-mtt__photo-container {
		margin: 0 65px 0 53px;
	}
}

.ryno-mtt--layout-3 .ryno-mtt__info-container {
	padding: 0 12px;
}

@media (min-width: 992px) {
	.ryno-mtt--layout-3 .ryno-mtt__info-container {
		margin-right: 65px;
		padding: 65px 0 70px;
		text-align: left;
		width: 100%;
	}
}

.ryno-mtt--layout-3 .ryno-mtt__title {
	margin-bottom: 16px;
}

.ryno-mtt--layout-3 .ryno-mtt__line {
	display: block;
}

@media (min-width: 992px) {
	.ryno-mtt--layout-3 .ryno-mtt__line {
		margin-left: 0;
	}
}

.ryno-mtt--layout-3 .ryno-mtt__collapse-container {
	flex-direction: column;
}

@media (min-width: 992px) {
	.ryno-mtt--layout-3 .ryno-mtt__collapse-container {
		flex-direction: row;
		left: unset;
		right: 0;
		top: calc(100% - 44px);
		transform: unset;
	}
}

@media (min-width: 992px) {
	.ryno-mtt--layout-3 .ryno-mtt__collapse-container::before {
		margin: 0 9px 0 0;
	}
}

@media (min-width: 992px) {
	.ryno-mtt--layout-3 .ryno-mtt__collapse-container .ryno-mtt__collapse-svg-container {
		height: 15px;
		width: 17px;
	}
}

.ryno-mtt--layout-4 {
	gap: 200px 34px;
	padding-top: 200px;
}

.ryno-mtt--layout-4 .ryno-mtt__member-container {
	border-top: 12px solid #ffaa64;
	padding: 145px 12px 31px;
}

.ryno-mtt--layout-4 .ryno-mtt__photo-container {
	border-radius: 50%;
	left: 50%;
	padding-bottom: 246px;
	position: absolute;
	top: -6px;
	transform: translate(-50%, -50%);
	width: 246px;
}

.ryno-mtt--layout-5 {
	gap: 200px 33px;
	padding-top: 200px;
}

.ryno-mtt--layout-5 .ryno-mtt__member-container {
	border-top: 12px solid #ffaa64;
	padding: 153px 27px 90px;
}

.ryno-mtt--layout-5 .ryno-mtt__photo-container {
	border-radius: 50%;
	left: 50%;
	padding-bottom: 246px;
	position: absolute;
	top: -6px;
	transform: translate(-50%, -50%);
	width: 246px;
}

.ryno-mtt--layout-5 .ryno-mtt__title {
	margin-bottom: 16px;
}

.ryno-mtt--layout-5 .ryno-mtt__line {
	display: block;
}

.ryno-mtt--layout-5 .ryno-mtt__collapse-container {
	flex-direction: column;
}

.ryno-mtt--layout-6 {
	gap: 68px 33px;
}

.ryno-mtt--layout-6 .ryno-mtt__member-container {
	background: rgba(0, 0, 0, 0) !important;
	box-shadow: none;
	max-width: 309px;
}

.ryno-mtt--layout-6 .ryno-mtt__photo-container {
	border-radius: 50%;
}

.privacy-policy-content .content-area ul {
	list-style: disc;
	padding-left: 20px;
}

.privacy-policy-content .content-area ul li {
	padding-left: 0;
}

.privacy-policy-content .content-area ul li::before {
	display: none;
}

/* General Site Colors */

/*
* DO NOT DIRECTLY EDIT THE PHP VERSION OF THIS FILE UNLESS YOU ARE ADDING NEW THEME OPTIONS
* NEVER, EVER, EVER EDIT THE CSS VERSION OF THIS FILE!!!
* This PHP file is compiled down to ryno-colors.css using the ACF generate_options_css() function in functions.php.
* The CSS file is regenerated automatically every time one of the options pages is saved.
*/
:root {
	--font-heading: "Alegreya", serif;
	--font-body: "Open Sans", sans-serif;
	--font-oxygen: "Oxygen", sans-serif;
	--font-racing-sans: "Racing Sans One", sans-serif;
	--body-font-size-mobile: 18px;
	--body-font-size-desktop: 20px;
	--body-font-weight: 400;
	--body-line-height-mobile: 1.5;
	--body-line-height-desktop: 1.5;
	--heading-font-weight: 400;
	/* Covers all heading tags */
	--h1-font-size-mobile-xs: 32px;
	--h1-font-size-mobile-sm: 40px;
	--h1-font-size-desktop: 52px;
	--h1-line-height-mobile: 1;
	--h1-line-height-desktop: 1;
	--h2-font-size-mobile: 30px;
	--h2-font-size-desktop: 44px;
	--h2-line-height-mobile: 1.2;
	--h2-line-height-desktop: 1.18181818182;
	--h3-font-size-mobile: 26px;
	--h3-font-size-desktop: 38px;
	--h3-line-height-mobile: 1.15384615385;
	--h3-line-height-desktop: 1.15789473684;
	--h4-font-size-mobile: 24px;
	--h4-font-size-desktop: 28px;
	--h4-line-height-mobile: 1.25;
	--h4-line-height-desktop: 1.25;
	--h5-font-size-mobile: 22px;
	--h5-font-size-desktop: 24px;
	--h5-line-height-mobile: 1.31818181818;
	--h5-line-height-desktop: 1.29166666667;
	--h6-font-size-mobile: 20px;
	--h6-font-size-desktop: 20px;
	--h6-line-height-mobile: 1.4;
	--h6-line-height-desktop: 1.4;
	--coupon-heading-font-size-mobile: 26px;
	--coupon-heading-font-size-desktop: 40px;
	--mobile-header-height: 100px;
	--nav-link-font-size: 16px;
	--nav-link-font-family: var(--font-body);
	--nav-link-font-weight: 700;
	--nav-link-text-transform: uppercase;
	--nav-dropdown-icon-desktop: "";
	--button-font-size: 18px;
	--button-font-weight: 800;
	--button-padding: 15px 20px;
	--button-border-radius: 25px;
	--button-text-transform: uppercase;
	--button-lg-font-size: 20px;
	--button-lg-padding: 20px 25px;
	--footer-form-text-color: #383838;
	--footer-form-background-color: #fff;
	--footer-form-text-size-mobile: 16px;
	--footer-form-text-size-desktop: 16px;
	--footer-form-field-height: 36px;
	--footer-form-message-field-height: 100px;
	--footer-form-fields-border-radius: 0px;
	--footer-form-field-margin: 28px;
	--footer-form-button-margin: 30px;
	--footer-form-arrow-color: #19191c;
	--footer-form-arrow-width: 12px;
	--footer-form-arrow-height: 8px;
	--footer-form-arrow-right-distance: 11px;
	--footer-form-field-border-width: px;
	--footer-form-field-border-style: solid;
	--sidebar-form-form-border-radius: 0px;
	--sidebar-form-heading-font-size: 36px;
	--sidebar-form-bottom-padding: 55px;
	--sidebar-form-button-offset: -20px;
}

body {
	background: #fff;
	color: #383838;
	font-family: var(--font-body);
}

/* Fonts */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "Alegreya", serif;
}

/* Header */
.header {
	background-color: #fff;
}

.page-header {
	background: #00548e url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/uploads/Internal-Page-Header.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-header.nitro-lazy {
	background-image: none !important;
}

.mobile-sticky-header {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .7);
}

.mobile-sticky-header.hide-mobile-header {
	box-shadow: none;
}

.sticky-active {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .7);
}

.mobile-header {
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	.mobile-header__logo img {
		max-height: 58px;
		width: auto;
	}
}

.mobile-banner-promo {
	background: #589a43;
}

.mobile-banner-promo__title, .mobile-banner-promo__description {
	color: #fff;
}

.mobile-banner-promo__title {
	font-size: px;
	font-weight: 300;
}

.mobile-banner-promo__description {
	font-size: px;
	font-weight: 300;
}

.mobile-banner-promo__button {
	background: #fff;
	color: #00548e;
	font-size: px;
	font-weight: 300;
}

.mobile-header__phone .ri, .mobile-header__specials-icon .ri {
	font-size: px;
}

@media only screen and (min-width: 425px) {
	.mobile-header__phone .ri, .mobile-header__specials-icon .ri {
		font-size: px;
	}
}

.mobile-header__phone, .mobile-header__phone:hover {
	color: #00548e;
}

.mobile-header__specials-icon, .mobile-header__specials-icon:hover {}

.mobile-cta__button {
	font-family: var(--font-body);
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
}

.mobile-cta__button--one, .mobile-cta__button--one:hover {
	color: #fff;
}

.mobile-cta__button--two, .mobile-cta__button--two:hover {
	color: #fff;
}

.mobile-nav--two .mobile-cta__button--one, .mobile-nav--two .mobile-cta__button--two {
	border-radius: 25px;
}

.mobile-nav--two .mobile-cta__button--one {
	background-color: #00548e;
}

.mobile-nav--two .mobile-cta__button--two {
	background-color: #ec2027;
}

/* Navigation */
@media only screen and (max-width: 991px) {
	.main-navigation > li.has-dropdown.active-child-menu > a {
		background: #00548e;
		color: #fff !important;
	}
	
	.main-navigation > li.has-dropdown.active-child-menu:after {
		color: #fff !important;
	}
	
	.main-navigation li.has-dropdown ul li a {
		background: #73bff3;
		color: #000;
	}
	
	.main-navigation a {
		border-color: #d8d8d8;
	}
}

.nav-bar, .top-bar-section ul {
	background: #fff;
}

@media only screen and (max-width: 991px) {
	.mobile-nav-buttons {
		background: #fff;
	}
	
	.nav {
		background: #fff;
	}
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	background-color: #434343;
}

.main-navigation > li > a[href="#"]:hover, .main-navigation > li.has-dropdown:after, .main-navigation > li.has-dropdown svg, .main-navigation a:hover {
	color: #121212;
}

@media only screen and (max-width: 991px) {
	.main-navigation a {
		color: #121212;
	}
}

@media only screen and (min-width: 992px) {
	.main-navigation a, .main-navigation > li > a {
		color: #121212;
	}
	
	.main-navigation > li:hover > a, .main-navigation > li.has-dropdown:hover:after, .main-navigation > li.has-dropdown:hover svg {
		color: #00548e;
	}
	
	.main-navigation .has-dropdown > ul > li > a, .main-navigation > li.has-dropdown > ul > li > a, .main-navigation > li.has-dropdown > ul > li > ul > li > a, .main-navigation > li.has-dropdown > ul > li.has-dropdown:after, .main-navigation > li.has-dropdown > ul > li.has-dropdown svg {
		color: #fff;
	}
	
	.main-navigation .has-dropdown > ul > li > a, .main-navigation > li.has-dropdown > ul, .main-navigation > li.has-dropdown > ul > li > ul {
		background: #00548e;
	}
	
	.main-navigation .has-dropdown > ul > li > a:hover {
		color: #fff;
	}
	
	.main-navigation .has-dropdown > ul > li > a:hover, .main-navigation > li.has-dropdown > ul > li > a:hover, .main-navigation > li.has-dropdown > ul > li > ul > li > a:hover {
		background: #ec2027;
	}
}

/* Page Contents */
.page-header h1 {
	color: #fff;
}

.content-area h2, .content-area .h2 {
	color: #172c3f;
}

.content-area h3, .content-area .h3 {
	color: #172c3f;
}

.content-area h4, .content-area .h4 {
	color: #00548e;
}

.content-area h5, .content-area .h5 {
	color: #00548e;
}

.content-area h6, .content-area .h6 {
	color: #589a43;
}

a {
	color: #00548e;
}

a:hover {
	color: #172c3f;
}

.secondary-link {
	color: #434343;
}

.secondary-link:hover {
	color: #589a43;
}

::selection {
	background: #2e5b96;
	color: #fff;
}

mark {
	background: #2e5b96;
	color: #fff;
}

blockquote {
	background: #eaeaea;
	border-color: #ec2027;
}

blockquote, blockquote p {
	color: #172c3f;
}

.panel {
	background: #00548e;
	border-color: #00548e;
	color: #fff;
}

.shadowbox {
	background: #fff;
	box-shadow: 2px 8px 20px 0 #c4c4c4;
}

a > .shadowbox:hover {
	box-shadow: 2px 8px 20px 0 #1f2044;
}

.shadowbox, a > .shadowbox, .shadowbox p, a > .shadowbox p {
	color: #000;
}

.text-shadow-box {
	background-color: #00548e;
	box-shadow: .5rem .5rem 0 #172c3f;
}

.text-shadow-box, .text-shadow-box p, .text-shadow-box ul li svg, .text-shadow-box ol li svg {
	color: #fff;
}

.text-shadow-box h2, .text-shadow-box h3, .text-shadow-box h4, .text-shadow-box h5, .text-shadow-box h6 {
	color: #fff;
}

.text-shadow-box a, .text-shadow-box a:link, .text-shadow-box a:active, .text-shadow-box a:visited {
	color: #fff;
}

.text-shadow-box a::before {
	background-color: #fff;
}

.text-shadow-box a:hover {
	color: #00548e;
}

.text-shadow-box-light {
	background-color: #589a43;
	box-shadow: .5rem .5rem 0 #172c3f;
}

.text-shadow-box-light, .text-shadow-box-light p, .text-shadow-box-light ul li svg, .text-shadow-box-light ol li svg {
	color: #fff;
}

.text-shadow-box-light h2, .text-shadow-box-light h3, .text-shadow-box-light h4, .text-shadow-box-light h5, .text-shadow-box-light h6 {
	color: #fff;
}

.text-shadow-box-light a, .text-shadow-box-light a:link, .text-shadow-box-light a:active, .text-shadow-box-light a:visited {
	color: #fff;
}

.text-shadow-box-light a::before {
	background-color: #fff;
}

.text-shadow-box-light a:hover {
	color: #589a43;
}

.gradient-box {
	background: linear-gradient(to bottom, #00548e, #73bff3);
	border-radius: px;
}

.gradient-box, .gradient-box p, .gradient-box ul li svg, .gradient-box ol li svg {
	color: #fff;
}

.gradient-box h2, .gradient-box .h2, .gradient-box h3, .gradient-box .h3, .gradient-box h4, .gradient-box .h4, .gradient-box h5, .gradient-box .h5, .gradient-box h6, .gradient-box .h6 {
	color: #fff;
}

.gradient-box a:not(.btn), .gradient-box a:not(.btn):link, .gradient-box a:not(.btn):active, .gradient-box a:not(.btn):visited {
	color: #fff;
}

.gradient-box a:not(.btn)::before {
	background-color: #fff;
}

.gradient-box a:not(.btn):hover {
	color: #000;
}

.gradient-box-light {
	background: linear-gradient(to bottom, #589a43, #29a900);
	border-radius: px;
}

.gradient-box-light, .gradient-box-light p, .gradient-box-light ul li svg, .gradient-box-light ol li svg {
	color: #fff;
}

.gradient-box-light h2, .gradient-box-light .h2, .gradient-box-light h3, .gradient-box-light .h3, .gradient-box-light h4, .gradient-box-light .h4, .gradient-box-light h5, .gradient-box-light .h5, .gradient-box-light h6, .gradient-box-light .h6 {
	color: #fff;
}

.gradient-box-light a:not(.btn), .gradient-box-light a:not(.btn):link, .gradient-box-light a:not(.btn):active, .gradient-box-light a:not(.btn):visited {
	color: #000;
}

.gradient-box-light a:not(.btn)::before {
	background-color: #000;
}

.gradient-box-light a:not(.btn):hover {
	color: #fff;
}

.photo-box {
	background-image: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/uploads/postscript-contact-bg-desktop.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px;
}

.photo-box.nitro-lazy {
	background-image: none !important;
}

.photo-box, .photo-box p, .photo-box ul li svg, .photo-box ol li svg {
	color: #000;
}

.photo-box h2, .photo-box .h2, .photo-box h3, .photo-box .h3, .photo-box h4, .photo-box .h4, .photo-box h5, .photo-box .h5, .photo-box h6, .photo-box .h6 {
	color: #000;
}

.photo-box a:not(.btn), .photo-box a:not(.btn):link, .photo-box a:not(.btn):active, .photo-box a:not(.btn):visited {
	color: #00548e;
}

.photo-box a:not(.btn)::before {
	background-color: #00548e;
}

.photo-box a:not(.btn):hover {
	color: #172c3f;
}

.color-strip-box {
	background-color: #fff;
	border-radius: 0px;
	border-top: 15px solid #589a43;
}

.color-strip-box, .color-strip-box p, .color-strip-box ul li svg, .color-strip-box ol li svg {
	color: #000;
}

.color-strip-box h2, .color-strip-box .h2, .color-strip-box h3, .color-strip-box .h3, .color-strip-box h4, .color-strip-box .h4, .color-strip-box h5, .color-strip-box .h5, .color-strip-box h6, .color-strip-box .h6 {
	color: #000;
}

.color-strip-box a:not(.btn), .color-strip-box a:not(.btn):link, .color-strip-box a:not(.btn):active, .color-strip-box a:not(.btn):visited {
	color: #00548e;
}

.color-strip-box a:not(.btn)::before {
	background-color: #00548e;
}

.color-strip-box a:not(.btn):hover {
	color: #172c3f;
}

.border-box {
	background-color: #fff;
	border-radius: 0px;
	border: 10px solid #ec2027;
}

.border-box, .border-box p, .border-box ul li svg, .border-box ol li svg {
	color: #000;
}

.border-box h2, .border-box .h2, .border-box h3, .border-box .h3, .border-box h4, .border-box .h4, .border-box h5, .border-box .h5, .border-box h6, .border-box .h6 {
	color: #000;
}

.border-box a:not(.btn), .border-box a:not(.btn):link, .border-box a:not(.btn):active, .border-box a:not(.btn):visited {
	color: #589a43;
}

.border-box a:not(.btn)::before {
	background-color: #589a43;
}

.border-box a:not(.btn):hover {
	color: #1d5e0a;
}

.text-highlight {
	border-bottom: 2px solid #ec2027;
	border-top: 2px solid #ec2027;
	color: #172c3f;
}

/* List Bullets */
.content-area ul li:before {
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
	background: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/uploads/Bullet-Point.svg") no-repeat center center;
	background-size: contain;
	-webkit-mask-size: cover;
	mask-size: cover;
	top: 6px;
}

/* Accordions */
.accordion .accordion-item {
	border-color: #172c3f;
}

.accordion .accordion-item .accordion-button, .rsa-drop-template__accordion-tab-label, .rsa-drop-template__accordion-radio:checked + .rsa-drop-template__accordion-tab-label {
	background: #00548e;
	color: #fff;
}

.rsa-drop-template__accordion-tab-label h2 {
	color: #fff;
}

.accordion .accordion-item .accordion-button:hover, .rsa-drop-template__accordion-tab-label:hover {
	background: #fff;
	color: #00548e;
}

.accordion .accordion-item .accordion-button::after {
	color: #000;
}

.rsa-drop-template__accordion-icon-plus, .rsa-drop-template__accordion-icon-minus {
	background: #000;
}

.accordion .accordion-item .accordion-button:hover::after {
	color: #00548e;
}

.accordion .accordion-item .accordion-button:hover .rsa-drop-template__accordion-icon-plus, .accordion .accordion-item .accordion-button:hover .rsa-drop-template__accordion-icon-minus {
	background: #00548e;
}

.accordion .accordion-item .accordion-body {
	background: #fff;
	color: #000;
}

/* Buttons */

/* Contact Us Page Styles */
.contact-sidebar__company-info .h2 {
	font-size: px;
}

.contact-sidebar--phone .mobile-phone-link, .contact-sidebar--phone .mobile-phone-link:hover {
	color: #fff;
	font-size: 35px;
}

/* Forms */
::-webkit-input-placeholder {
	color: #444;
}

:-ms-input-placeholder {
	color: #444;
}

::placeholder {
	color: #444;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
}

.sidebar-form {
	background-color: #172c3f;
}

.sidebar-form h2, .sidebar-form .h2 {
	color: #fff;
}

.select2-container--default .select2-results>.select2-results__options {
	background: #fff;
}

.select2-results__option {
	color: #383838;
	font-size: px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background: #ddd;
	color: #383838;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: #5897fb;
	color: #fff;
}

/* Blog Page */
.blog-layout--1 .blog-contents h2 a {
	color: #172c3f;
}

.blog-layout--1 .blog-image .date {
	background-color: #00548e;
	color: #fff;
}

.blog-layout--2 .post-listing .blog-contents h2 a {
	color: #172c3f;
}

.blog-layout--2 .post-listing .blog-contents h2 a:hover, .blog-layout--2 .post-listing .blog-contents h2.active a {
	color: #00548e;
}

.blog-layout--2 .post-listing .blog-contents h2:before {
	background: #589a43;
}

.blog-pagination .nav-links .page-numbers {
	color: #121212;
}

.blog-pagination .nav-links .page-numbers:hover {
	background: transparent;
	color: #00548e;
}

.blog-pagination .page-numbers.current {
	color: #00548e;
}

.blog-post-header h1 {
	font-size: 36px;
}

@media only screen and (min-width: 992px) {
	.blog-post-header h1 {
		font-size: 50px;
	}
}

/* Footer Form */
.postscript-contact {}

@media only screen and (min-width: 992px) {
	.postscript-contact {}
}

.postscript-contact, .postscript-contact p {
	color: #fff;
}

.postscript-contact h2, .postscript-contact .h2 {
	color: #fff;
}

/* Footer */

/* Coupons */
.ryno-coupon__background {
	background: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ryno-coupon__text h3, .ryno-coupon__text .h3 {
	color: #589a43;
}

.ryno-coupon__details {
	color: #000;
}

.ryno-coupon__disclaimer {
	color: #777;
}

.ryno-coupon__layout-one .coupon-button {
	background: #00548e;
	color: #fff;
}

.ryno-coupon__layout-one .coupon-button:hover {
	background: #ec2027;
	color: #fff;
}

.ryno-coupon__layout-one .ryno-coupon__phone a {
	color: #00548e;
}

.ryno-coupon__layout-one .ryno-coupon__expiration {
	color: #ec2027;
}

.ryno-coupon__layout-two--button .coupon-button {
	color: #fff;
}

.ryno-coupon__layout-two--button {
	background: linear-gradient(140deg, rgba(255, 255, 255, 0) 50%, #00548e 50%);
}

.ryno-coupon__layout-two .ryno-coupon__phone {
	color: #00548e;
}

.ryno-coupon__layout-two .ryno-coupon__expiration {
	color: #ec2027;
}

.ryno-coupon__layout-three .coupon-button {
	background: #00548e;
	color: #fff;
}

.ryno-coupon__layout-three .coupon-button:hover {
	background: #ec2027;
	color: #fff;
}

.ryno-coupon__layout-three a.ryno-coupon__phone {
	color: #00548e;
}

.ryno-coupon__layout-three .ryno-coupon__expiration {
	color: #ec2027;
}

/* CHARGE Conversion Templates */
.page-template-page-conversion .conversion-header h1 {
	color: #121212;
}

.page-template-page-conversion .conversion-header__divider {
	background-color: #ec2027;
}

.page-template-page-conversion .conversion-coupon {
	background: #589a43;
}

.page-template-page-conversion .conversion-coupon h2, .page-template-page-conversion .conversion-coupon .h2, .page-template-page-conversion .conversion-coupon p, .page-template-page-conversion .conversion-coupon a {
	color: #fff;
}

.page-template-page-conversion .conversion-coupon .charge-coupon-button {
	background: #00548e;
	color: #fff;
}

.page-template-page-conversion .conversion-coupon .charge-coupon-button:hover {
	background: #fff;
	color: #00548e;
}

.page-template-page-conversion .conversion-seo-icons .h5 {}

.page-template-page-conversion .conversion-seo-icons .icon__text p {}

.page-template-page-conversion .conversion-seo-icons .emergency-service {}

.page-template-page-conversion .conversion-seo-icons .bbb svg {}

.page-template-page-conversion .conversion-seo-icons .epa-certified svg {}

.page-template-page-conversion .conversion-seo-icons .family-owned svg {}

.page-template-page-conversion .conversion-seo-icons .financing svg {}

.page-template-page-conversion .conversion-seo-icons .free-estimates svg {}

.page-template-page-conversion .conversion-seo-icons .google-guaranteed svg .cls-1 {}

.page-template-page-conversion .conversion-seo-icons .satisfaction-guaranteed svg path {}

.page-template-page-conversion .content-area p, .page-template-page-conversion .content-area li, .page-template-page-conversion .content-area div {
	color: #000;
}

.page-template-page-conversion .content-area a:not(.btn) {
	color: #00548e;
}

.page-template-page-conversion .content-area a:not(.btn):hover {
	color: #172c3f;
}

.page-template-page-conversion .conversion-content-one .content-area h2, .page-template-page-conversion .conversion-content-one .content-area .h2, .page-template-page-conversion .conversion-content-one .content-area h3, .page-template-page-conversion .conversion-content-one .content-area .h3, .page-template-page-conversion .conversion-content-one .content-area h4, .page-template-page-conversion .conversion-content-one .content-area .h4, .page-template-page-conversion .conversion-content-one .content-area h5, .page-template-page-conversion .conversion-content-one .content-area .h5 {
	color: #000;
}

.page-template-page-conversion .conversion-content-one .content-area p, .page-template-page-conversion .conversion-content-one .content-area li, .page-template-page-conversion .conversion-content-one .content-area div {
	color: #000;
}

.page-template-page-conversion .conversion-content-one .content-area a:not(.btn) {
	color: #00548e;
}

.page-template-page-conversion .conversion-content-one .content-area a:not(.btn):hover {
	color: #589a43;
}

.page-template-page-conversion .conversion-page-additional-content-section .content-area h2, .page-template-page-conversion .conversion-page-additional-content-section .content-area .h2, .page-template-page-conversion .conversion-page-additional-content-section .content-area h3, .page-template-page-conversion .conversion-page-additional-content-section .content-area .h3, .page-template-page-conversion .conversion-page-additional-content-section .content-area h4, .page-template-page-conversion .conversion-page-additional-content-section .content-area .h4, .page-template-page-conversion .conversion-page-additional-content-section .content-area h5, .page-template-page-conversion .conversion-page-additional-content-section .content-area .h5, .page-template-page-conversion .conversion-page-additional-content-section .content-area h6, .page-template-page-conversion .conversion-page-additional-content-section .content-area .h6 {
	color: #fff;
}

.page-template-page-conversion .conversion-page-additional-content-section .content-area p, .page-template-page-conversion .conversion-page-additional-content-section .content-area li, .page-template-page-conversion .conversion-page-additional-content-section .content-area div {
	color: #fff;
}

.page-template-page-conversion .conversion-page-additional-content-section .content-area a:not(.btn, .secondary-link) {
	color: #fff;
}

.page-template-page-conversion .conversion-page-additional-content-section .content-area a:hover:not(.btn, .secondary-link) {
	color: #000;
}

.page-template-page-conversion .conversion-content-two.content-area h2, .page-template-page-conversion .conversion-content-two.content-area .h2, .page-template-page-conversion .conversion-content-two.content-area h3, .page-template-page-conversion .conversion-content-two.content-area .h3, .page-template-page-conversion .conversion-content-two.content-area h4, .page-template-page-conversion .conversion-content-two.content-area .h4, .page-template-page-conversion .conversion-content-two.content-area h5, .page-template-page-conversion .conversion-content-two.content-area .h5 {
	color: #fff;
}

.page-template-page-conversion .conversion-content-two.content-area p, .page-template-page-conversion .conversion-content-two.content-area li, .page-template-page-conversion .conversion-content-two.content-area div {
	color: #fff;
}

.page-template-page-conversion .conversion-content-two.content-area a:not(.btn) {
	color: #fff;
}

.page-template-page-conversion .conversion-content-two.content-area a:not(.btn):hover {
	color: #000;
}

.page-template-page-conversion .conversion-content-three.content-area h2, .page-template-page-conversion .conversion-content-three.content-area .h2, .page-template-page-conversion .conversion-content-three.content-area h3, .page-template-page-conversion .conversion-content-three.content-area .h3, .page-template-page-conversion .conversion-content-three.content-area h4, .page-template-page-conversion .conversion-content-three.content-area .h4, .page-template-page-conversion .conversion-content-three.content-area h5, .page-template-page-conversion .conversion-content-three.content-area .h5 {
	color: #172c3f;
}

.page-template-page-conversion .conversion-content-three.content-area p, .page-template-page-conversion .conversion-content-three.content-area li, .page-template-page-conversion .conversion-content-three.content-area div {
	color: #000;
}

.page-template-page-conversion .conversion-content-three.content-area a:not(.btn) {
	color: #00548e;
}

.page-template-page-conversion .conversion-content-three.content-area a:not(.btn):hover {
	color: #589a43;
}

.content-area.conversion-content-four, .content-area.conversion-content-four h2, .content-area.conversion-content-four .h2, .content-area.conversion-content-four .h3, .content-area.conversion-content-four .h5 {
	color: #fff;
}

.content-area.conversion-content-four p, .content-area.conversion-content-four li, .content-area.conversion-content-four div {
	color: #fff;
}

.page-template-page-conversion .conversion-content-four.content-area a:not(.btn) {
	color: #fff;
}

.page-template-page-conversion .conversion-content-four.content-area a:not(.btn):hover {
	color: #000;
}

.conversion-content-four {
	background-image: linear-gradient(to top, #73bff3 0%, #00548e 100%);
}

.other-services__box--1 {
	background: #00548e;
}

.other-services__box--1 h2, .other-services__box--1 p, .other-services__box--1 p a, .other-services__box--1 p a:link, .other-services__box--1 p a:hover, .other-services__box--1 p a:active, .other-services__box--1 p a:visited {
	color: #fff;
}

.other-services__box--2 {
	background: #ec2027;
}

.other-services__box--2 h2, .other-services__box--2 p, .other-services__box--2 p a, .other-services__box--2 p a:link, .other-services__box--2 p a:hover, .other-services__box--2 p a:active, .other-services__box--2 p a:visited {
	color: #fff;
}

.other-services__box--3 {
	background: #589a43;
}

.other-services__box--3 h2, .other-services__box--3 p, .other-services__box--3 p a, .other-services__box--3 p a:link, .other-services__box--3 p a:hover, .other-services__box--3 p a:active, .other-services__box--3 p a:visited {
	color: #fff;
}

:root {
	--conversion-testimonial-title-font-family: var(--font-heading);
}

.page-template-page-conversion .conversion-page-reviews__heading {
	color: #fff;
	font-family: var(--conversion-testimonial-title-font-family);
	font-size: 60px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}

.conversion-page-reviews {
	background-image: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/uploads/Testimonial-BG-Mobile.jpg");
}

.conversion-page-reviews.nitro-lazy {
	background-image: none !important;
}

@media only screen and (min-width: 992px) {
	.conversion-page-reviews {
		background-image: url("https://cdn-fnkip.nitrocdn.com/sgKNkTeqYsWBWwPDeEucmkzodPMYzzNH/assets/images/optimized/rev-cb98b02/ruddpros.com/wp-content/uploads/Testimonial-BG.jpg");
	}
	
	.conversion-page-reviews.nitro-lazy {
		background-image: none !important;
	}
}

.conversion-page-reviews .conversion-page-review-box {
	background: #fff;
	border-radius: 0px;
}

.page-template-page-conversion .conversion-page-review-box__stars {
	color: #ec2027;
}

.conversion-page-reviews .conversion-page-review-box__review-text {
	color: #000;
	font-size: 20px;
}

.conversion-page-reviews .conversion-review-author-name {
	font-size: 20px;
}

.conversion-page-reviews .conversion-review-source {
	color: #fff;
	font-size: 30px;
}

.page-template-page-conversion .conversion-page-reviews .charge-reviews-button, .page-template-page-conversion .content-wrapper .conversion-page-reviews a:not(.btn, .ryno-coupon__phone, .category-pill) {
	background: #172c3f;
	border-radius: 15px;
	color: #fff;
	font-family: var(--font-heading);
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.page-template-page-conversion .conversion-page-reviews .charge-reviews-button:hover, .page-template-page-conversion .content-wrapper .conversion-page-reviews a:hover:not(.btn, .ryno-coupon__phone, .category-pill) {
	background: #fff;
	color: #172c3f;
}

.page-template-page-ryno-testimonials .ryno-star-solid {
	color: #f2ab27;
}

/* Service Areas Page Template */
.page-template-page-ryno-service-areas .ryno-service-areas .rsa-pipe-template__icon, .page-template-page-ryno-service-areas .ryno-service-areas .rsa-abc-template__icon, .page-template-page-ryno-service-areas .ryno-service-areas .rsa-drop-template__icon, .page-template-page-ryno-service-areas .ryno-service-areas .rsa-grid-template__icon, .ryno-service-areas__icon--map3 {
	color: #589a43 !important;
}

.page-template-page-ryno-service-areas .ryno-service-areas [class*="__heading"] {
	color: #fff;
}

.page-template-page-ryno-service-areas .ryno-service-areas [class*="__city"], .page-template-page-ryno-service-areas .ryno-service-areas [class*="__link"], .page-template-page-ryno-service-areas .rsa-drop-template__accordion-tab-content {
	color: #fff;
}

/* Meet the Team Template Styles - General */

/* ------------------------------------------------------- */

/* ------------------------------------------------------- */
.ryno-mtt__member-container {
	box-shadow: 0px 0px 12px;
}

.ryno-mtt__photo-container {}

.ryno-mtt__name, .ryno-mtt__title, .ryno-mtt__collapse-container::before {
	font-family: "Alegreya", serif;
}

.ryno-mtt__name {
	font-size: px;
}

.ryno-mtt__title {
	font-size: px;
}

.ryno-mtt__line {}

.ryno-mtt__bio {
	font-family: "Open Sans", sans-serif;
	font-size: px;
}

.ryno-mtt--layout-2 .ryno-mtt__bio, .ryno-mtt--layout-3 .ryno-mtt__bio, .ryno-mtt--layout-5 .ryno-mtt__bio {}

.ryno-mtt--expanded .ryno-mtt__bio {
	-webkit-line-clamp: 100;
}

.ryno-mtt__collapse-container::before {
	content: "";
	font-size: px;
}

.ryno-mtt--expanded .ryno-mtt__collapse-container::before {
	content: "";
}

@media only screen and (min-width: 576px) {
	.ryno-mtt__name {
		font-size: px;
	}
	
	.ryno-mtt__title {
		font-size: px;
	}
	
	.ryno-mtt__bio {
		font-size: px;
	}
}

@media only screen and (min-width: 1200px) {
	.ryno-mtt--layout-1 .ryno-mtt__member-container, .ryno-mtt--layout-4 .ryno-mtt__member-container, .ryno-mtt--layout-5 .ryno-mtt__member-container {
		max-width: 346px;
	}
	
	.ryno-mtt--layout-6 .ryno-mtt__member-container {
		max-width: 309px;
	}
}

/* Author Boxes */
.single .author-nav-tabs .nav-link {
	color: #00548e;
}
@media print{
@media print {
	.ryno-coupon__background {
		border: 3px dashed #000;
		height: 100%;
		padding: 0 10px;
		position: relative;
	}
	
	.ryno-coupon__text {
		box-sizing: border-box;
		padding: 30px;
		text-align: center;
		font-weight: bold;
	}
	
	.ryno-coupon__background {
		border-width: 3px;
		border-style: dashed;
	}
	
	.ryno-coupon__text h3 {
		line-height: 1.6;
		text-transform: uppercase;
		text-align: center;
		color: #22488e;
	}
	
	.ryno-coupon__logo img {
		max-width: 50%;
	}
	
	.ryno-coupon button {
		display: none;
	}
	
	.ryno-coupon__disclaimer {
		font-style: italic;
		line-height: 1;
		font-size: .75em;
	}
	
	.ryno-coupon__phone a {
		color: #f97a1e;
		font-weight: bold;
	}
}
}
/*
 Theme Name:     RYNO Child Theme
 Theme URI:      http://rynoss.com/
 Description:    RYNO Child Theme
 Author:         Ryno SS - Jerad Shepherd
 Author URI:     http://www.rynoss.com
 Template:       theme-3
 Text Domain:    ryno-theme-three-child
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */
@media only screen and (max-width: 991px) {
	.hero__bg-image, .hero__bg-image img {
		width: 100%;
	}
}

@media only screen and (max-width: 575px) {
	.hero__van {
		bottom: 5px;
	}
}

@media only screen and (max-width: 767px) {
	.btn--conversion-coupon {
		width: 100%;
		min-width: unset;
		max-width: 260px;
		margin-top: 15px;
	}
}
