@font-face {
	font-family: "Museo Sans Rounded";
	src: url("https://content.r9cdn.net/res/css/font/museosansrounded/MuseoSansRounded-300-webfont.woff2") format("woff2"), url("https://content.r9cdn.net/res/css/font/museosansrounded/MuseoSansRounded-300-webfont.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Museo Sans Rounded";
	src: url("https://content.r9cdn.net/res/css/font/museosansrounded/MuseoSansRounded-500-webfont.woff2") format("woff2"), url("https://content.r9cdn.net/res/css/font/museosansrounded/MuseoSansRounded-500-webfont.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Museo Sans Rounded";
	src: url("https://content.r9cdn.net/res/css/font/museosansrounded/MuseoSansRounded-900-webfont.woff2") format("woff2"), url("https://content.r9cdn.net/res/css/font/museosansrounded/MuseoSansRounded-900-webfont.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

.mouseevents *:focus {
	box-shadow: unset !important;
}

.noselect {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently supported by Chrome and Opera */
}

.content-section .wp-block-button .wp-block-button__link,
.content-section-wide .wp-block-button .wp-block-button__link {
	padding: 7px 16px;
	box-sizing: border-box;
	display: inline-block;
	height: 36px;
	font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	line-height: 20px;
	transition: all 50ms ease-out;
	font-weight: 700 !important;
	text-decoration: none !important;
	color: #192224 !important;
	background: #f0f4f5;
	border-color: transparent;
	outline: 0 !important;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently supported by Chrome and Opera */
	white-space: nowrap;
	cursor: pointer;
	box-shadow: none;
	display: inline-flex;
	gap: 8px;
}

.content-section .wp-block-button .wp-block-button__link:hover,
.content-section-wide .wp-block-button .wp-block-button__link:hover {
	text-decoration: none !important;
	background: #e6edef;
}

.content-section .wp-block-button .wp-block-button__link:focus,
.content-section-wide .wp-block-button .wp-block-button__link:focus {
	box-shadow: 0 0 0 0.18rem rgba(0, 122, 148, 0.3);
}

.content-section .wp-block-button .wp-block-button__link:disabled, .content-section .wp-block-button .wp-block-button__link:disabled:hover,
.content-section-wide .wp-block-button .wp-block-button__link:disabled,
.content-section-wide .wp-block-button .wp-block-button__link:disabled:hover {
	color: #ffffff !important;
	background: #9babb0 !important;
	cursor: not-allowed;
	pointer-events: none;
}

.content-section .wp-block-button .wp-block-button__link:disabled, .content-section .wp-block-button .wp-block-button__link:disabled:focus,
.content-section-wide .wp-block-button .wp-block-button__link:disabled,
.content-section-wide .wp-block-button .wp-block-button__link:disabled:focus {
	box-shadow: unset;
}

.content-section .wp-block-button.has-custom-width .wp-block-button__link,
.content-section-wide .wp-block-button.has-custom-width .wp-block-button__link {
	justify-content: center;
}

.content-section div[class^=wp-container].wp-block-buttons,
.content-section-wide div[class^=wp-container].wp-block-buttons {
	gap: 12px;
}

.content-section .wp-block-button.is-style-action .wp-block-button__link,
.content-section-wide .wp-block-button.is-style-action .wp-block-button__link {
	color: #ffffff !important;
	background: #007a94;
}

.content-section .wp-block-button.is-style-action .wp-block-button__link img,
.content-section-wide .wp-block-button.is-style-action .wp-block-button__link img {
	width: auto;
	height: 16px;
	margin-bottom: -2px;
}

.content-section .wp-block-button.is-style-action .wp-block-button__link > img,
.content-section-wide .wp-block-button.is-style-action .wp-block-button__link > img {
	filter: invert(1) brightness(1.1) !important;
}

.content-section .wp-block-button.is-style-action .wp-block-button__link:hover,
.content-section-wide .wp-block-button.is-style-action .wp-block-button__link:hover {
	background: #036b82;
}

.content-section .wp-block-button.is-style-action .wp-block-button__link:focus, .content-section .wp-block-button.is-style-action .wp-block-button__link:active,
.content-section-wide .wp-block-button.is-style-action .wp-block-button__link:focus,
.content-section-wide .wp-block-button.is-style-action .wp-block-button__link:active {
	color: #ffffff !important;
	background: #035f73;
}

.content-section .wp-block-button.is-style-outline .wp-block-button__link,
.content-section-wide .wp-block-button.is-style-outline .wp-block-button__link {
	color: #192224 !important;
	background: transparent;
	border-color: #192224;
}

.content-section .wp-block-button.is-style-outline .wp-block-button__link img,
.content-section-wide .wp-block-button.is-style-outline .wp-block-button__link img {
	width: auto;
	height: 16px;
	margin-bottom: -2px;
}

.content-section .wp-block-button.is-style-outline .wp-block-button__link > img,
.content-section-wide .wp-block-button.is-style-outline .wp-block-button__link > img {
	filter: invert(0) !important;
}

.content-section .wp-block-button.is-style-outline .wp-block-button__link:hover,
.content-section-wide .wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: #192224 !important;
	background: rgba(25, 34, 36, 0.07);
}

.content-section .wp-block-button.is-style-outline .wp-block-button__link:focus, .content-section .wp-block-button.is-style-outline .wp-block-button__link:active,
.content-section-wide .wp-block-button.is-style-outline .wp-block-button__link:focus,
.content-section-wide .wp-block-button.is-style-outline .wp-block-button__link:active {
	color: #192224 !important;
	background: rgba(25, 34, 36, 0.15);
}

.content-section .wp-block-button.is-style-text .wp-block-button__link,
.content-section-wide .wp-block-button.is-style-text .wp-block-button__link {
	color: #192224 !important;
	background: transparent;
}

.content-section .wp-block-button.is-style-text .wp-block-button__link img,
.content-section-wide .wp-block-button.is-style-text .wp-block-button__link img {
	width: auto;
	height: 16px;
	margin-bottom: -2px;
}

.content-section .wp-block-button.is-style-text .wp-block-button__link > img,
.content-section-wide .wp-block-button.is-style-text .wp-block-button__link > img {
	filter: invert(0) !important;
}

.content-section .wp-block-button.is-style-text .wp-block-button__link:hover,
.content-section-wide .wp-block-button.is-style-text .wp-block-button__link:hover {
	color: #192224 !important;
	background: rgba(25, 34, 36, 0.07);
}

.content-section .wp-block-button.is-style-text .wp-block-button__link:focus, .content-section .wp-block-button.is-style-text .wp-block-button__link:active,
.content-section-wide .wp-block-button.is-style-text .wp-block-button__link:focus,
.content-section-wide .wp-block-button.is-style-text .wp-block-button__link:active {
	color: #192224 !important;
	background: rgba(25, 34, 36, 0.15);
}

.content-section .wp-block-button.is-style-progress .wp-block-button__link,
.content-section-wide .wp-block-button.is-style-progress .wp-block-button__link {
	color: #ffffff !important;
	background: linear-gradient(135deg, #0a8564 0%, #0a8576 100%);
	background-origin: border-box;
}

.content-section .wp-block-button.is-style-progress .wp-block-button__link img,
.content-section-wide .wp-block-button.is-style-progress .wp-block-button__link img {
	width: auto;
	height: 16px;
	margin-bottom: -2px;
}

.content-section .wp-block-button.is-style-progress .wp-block-button__link > img,
.content-section-wide .wp-block-button.is-style-progress .wp-block-button__link > img {
	filter: invert(1) brightness(1.1) !important;
}

.content-section .wp-block-button.is-style-progress .wp-block-button__link:hover,
.content-section-wide .wp-block-button.is-style-progress .wp-block-button__link:hover {
	background: linear-gradient(135deg, #086d52 0%, #075f54 100%);
	background-origin: border-box;
}

.content-section .wp-block-button.is-style-progress .wp-block-button__link:focus, .content-section .wp-block-button.is-style-progress .wp-block-button__link:active,
.content-section-wide .wp-block-button.is-style-progress .wp-block-button__link:focus,
.content-section-wide .wp-block-button.is-style-progress .wp-block-button__link:active {
	color: #ffffff !important;
	background: linear-gradient(135deg, #086d52 0%, #075f54 100%);
	background-origin: border-box;
}

.section--colors-alternative .wp-block-button.is-style-action .wp-block-button__link {
	color: #ffffff !important;
	background: #007a94;
}

.section--colors-alternative .wp-block-button.is-style-action .wp-block-button__link img {
	width: auto;
	height: 16px;
	margin-bottom: -2px;
}

.section--colors-alternative .wp-block-button.is-style-action .wp-block-button__link > img {
	filter: invert(1) brightness(1.1) !important;
}

.section--colors-alternative .wp-block-button.is-style-action .wp-block-button__link:hover {
	background: #036b82;
}

.section--colors-alternative .wp-block-button.is-style-action .wp-block-button__link:focus, .section--colors-alternative .wp-block-button.is-style-action .wp-block-button__link:active {
	color: #ffffff !important;
	background: #035f73;
}

.section--colors-alternative .wp-block-button.is-style-outline .wp-block-button__link {
	color: #192224 !important;
	background: transparent;
	border-color: #192224;
}

.section--colors-alternative .wp-block-button.is-style-outline .wp-block-button__link img {
	width: auto;
	height: 16px;
	margin-bottom: -2px;
}

.section--colors-alternative .wp-block-button.is-style-outline .wp-block-button__link > img {
	filter: invert(0) !important;
}

.section--colors-alternative .wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: #192224 !important;
	background: rgba(25, 34, 36, 0.07);
}

.section--colors-alternative .wp-block-button.is-style-outline .wp-block-button__link:focus, .section--colors-alternative .wp-block-button.is-style-outline .wp-block-button__link:active {
	color: #192224 !important;
	background: rgba(25, 34, 36, 0.15);
}

.section--colors-alternative .wp-block-button.is-style-text .wp-block-button__link {
	color: #192224 !important;
	background: transparent;
}

.section--colors-alternative .wp-block-button.is-style-text .wp-block-button__link img {
	width: auto;
	height: 16px;
	margin-bottom: -2px;
}

.section--colors-alternative .wp-block-button.is-style-text .wp-block-button__link > img {
	filter: invert(0) !important;
}

.section--colors-alternative .wp-block-button.is-style-text .wp-block-button__link:hover {
	color: #192224 !important;
	background: rgba(25, 34, 36, 0.07);
}

.section--colors-alternative .wp-block-button.is-style-text .wp-block-button__link:focus, .section--colors-alternative .wp-block-button.is-style-text .wp-block-button__link:active {
	color: #192224 !important;
	background: rgba(25, 34, 36, 0.15);
}

.section--colors-alternative .wp-block-button.is-style-progress .wp-block-button__link {
	color: #ffffff !important;
	background: linear-gradient(135deg, #0a8564 0%, #0a8576 100%);
	background-origin: border-box;
}

.section--colors-alternative .wp-block-button.is-style-progress .wp-block-button__link img {
	width: auto;
	height: 16px;
	margin-bottom: -2px;
}

.section--colors-alternative .wp-block-button.is-style-progress .wp-block-button__link > img {
	filter: invert(1) brightness(1.1) !important;
}

.section--colors-alternative .wp-block-button.is-style-progress .wp-block-button__link:hover {
	background: linear-gradient(135deg, #086d52 0%, #075f54 100%);
	background-origin: border-box;
}

.section--colors-alternative .wp-block-button.is-style-progress .wp-block-button__link:focus, .section--colors-alternative .wp-block-button.is-style-progress .wp-block-button__link:active {
	color: #ffffff !important;
	background: linear-gradient(135deg, #086d52 0%, #075f54 100%);
	background-origin: border-box;
}

.section--colors-inverted .wp-block-button.is-style-action .wp-block-button__link {
	color: #192224 !important;
	background: #ffffff;
}

.section--colors-inverted .wp-block-button.is-style-action .wp-block-button__link img {
	width: auto;
	height: 16px;
	margin-bottom: -2px;
}

.section--colors-inverted .wp-block-button.is-style-action .wp-block-button__link > img {
	filter: invert(0) !important;
}

.section--colors-inverted .wp-block-button.is-style-action .wp-block-button__link:hover {
	background: #f0f4f5;
}

.section--colors-inverted .wp-block-button.is-style-action .wp-block-button__link:focus, .section--colors-inverted .wp-block-button.is-style-action .wp-block-button__link:active {
	color: #192224 !important;
	background: #f9fafb;
}

.section--colors-inverted .wp-block-button.is-style-outline .wp-block-button__link {
	color: #ffffff !important;
	background: transparent;
	border-color: #ffffff;
}

.section--colors-inverted .wp-block-button.is-style-outline .wp-block-button__link img {
	width: auto;
	height: 16px;
	margin-bottom: -2px;
}

.section--colors-inverted .wp-block-button.is-style-outline .wp-block-button__link > img {
	filter: invert(1) brightness(1.1) !important;
}

.section--colors-inverted .wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: #ffffff !important;
	background: rgba(255, 255, 255, 0.07);
}

.section--colors-inverted .wp-block-button.is-style-outline .wp-block-button__link:focus, .section--colors-inverted .wp-block-button.is-style-outline .wp-block-button__link:active {
	color: #ffffff !important;
	background: rgba(255, 255, 255, 0.15);
}

.section--colors-inverted .wp-block-button.is-style-text .wp-block-button__link {
	color: #ffffff !important;
	background: transparent;
}

.section--colors-inverted .wp-block-button.is-style-text .wp-block-button__link img {
	width: auto;
	height: 16px;
	margin-bottom: -2px;
}

.section--colors-inverted .wp-block-button.is-style-text .wp-block-button__link > img {
	filter: invert(1) brightness(1.1) !important;
}

.section--colors-inverted .wp-block-button.is-style-text .wp-block-button__link:hover {
	color: #ffffff !important;
	background: rgba(255, 255, 255, 0.07);
}

.section--colors-inverted .wp-block-button.is-style-text .wp-block-button__link:focus, .section--colors-inverted .wp-block-button.is-style-text .wp-block-button__link:active {
	color: #ffffff !important;
	background: rgba(255, 255, 255, 0.15);
}

.section--colors-inverted .wp-block-button.is-style-progress .wp-block-button__link {
	color: #ffffff !important;
	background: linear-gradient(135deg, #0a8564 0%, #0a8576 100%);
	background-origin: border-box;
}

.section--colors-inverted .wp-block-button.is-style-progress .wp-block-button__link img {
	width: auto;
	height: 16px;
	margin-bottom: -2px;
}

.section--colors-inverted .wp-block-button.is-style-progress .wp-block-button__link > img {
	filter: invert(1) brightness(1.1) !important;
}

.section--colors-inverted .wp-block-button.is-style-progress .wp-block-button__link:hover {
	background: linear-gradient(135deg, #086d52 0%, #075f54 100%);
	background-origin: border-box;
}

.section--colors-inverted .wp-block-button.is-style-progress .wp-block-button__link:focus, .section--colors-inverted .wp-block-button.is-style-progress .wp-block-button__link:active {
	color: #ffffff !important;
	background: linear-gradient(135deg, #086d52 0%, #075f54 100%);
	background-origin: border-box;
}

.section--colors-accent .wp-block-button.is-style-action .wp-block-button__link {
	color: #007a94 !important;
	background: #ffffff;
}

.section--colors-accent .wp-block-button.is-style-action .wp-block-button__link img {
	width: auto;
	height: 16px;
	margin-bottom: -2px;
}

.section--colors-accent .wp-block-button.is-style-action .wp-block-button__link > img {
	filter: invert(0) !important;
}

.section--colors-accent .wp-block-button.is-style-action .wp-block-button__link:hover {
	background: #f0f4f5;
}

.section--colors-accent .wp-block-button.is-style-action .wp-block-button__link:focus, .section--colors-accent .wp-block-button.is-style-action .wp-block-button__link:active {
	color: #007a94 !important;
	background: #f9fafb;
}

.section--colors-accent .wp-block-button.is-style-outline .wp-block-button__link {
	color: #ffffff !important;
	background: transparent;
	border-color: #ffffff;
}

.section--colors-accent .wp-block-button.is-style-outline .wp-block-button__link img {
	width: auto;
	height: 16px;
	margin-bottom: -2px;
}

.section--colors-accent .wp-block-button.is-style-outline .wp-block-button__link > img {
	filter: invert(1) brightness(1.1) !important;
}

.section--colors-accent .wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: #ffffff !important;
	background: rgba(255, 255, 255, 0.07);
}

.section--colors-accent .wp-block-button.is-style-outline .wp-block-button__link:focus, .section--colors-accent .wp-block-button.is-style-outline .wp-block-button__link:active {
	color: #ffffff !important;
	background: rgba(255, 255, 255, 0.15);
}

.section--colors-accent .wp-block-button.is-style-text .wp-block-button__link {
	color: #ffffff !important;
	background: transparent;
}

.section--colors-accent .wp-block-button.is-style-text .wp-block-button__link img {
	width: auto;
	height: 16px;
	margin-bottom: -2px;
}

.section--colors-accent .wp-block-button.is-style-text .wp-block-button__link > img {
	filter: invert(1) brightness(1.1) !important;
}

.section--colors-accent .wp-block-button.is-style-text .wp-block-button__link:hover {
	color: #ffffff !important;
	background: rgba(255, 255, 255, 0.07);
}

.section--colors-accent .wp-block-button.is-style-text .wp-block-button__link:focus, .section--colors-accent .wp-block-button.is-style-text .wp-block-button__link:active {
	color: #ffffff !important;
	background: rgba(255, 255, 255, 0.15);
}

.section--colors-accent .wp-block-button.is-style-progress .wp-block-button__link {
	color: #ffffff !important;
	background: linear-gradient(135deg, #0a8564 0%, #0a8576 100%);
	background-origin: border-box;
}

.section--colors-accent .wp-block-button.is-style-progress .wp-block-button__link img {
	width: auto;
	height: 16px;
	margin-bottom: -2px;
}

.section--colors-accent .wp-block-button.is-style-progress .wp-block-button__link > img {
	filter: invert(1) brightness(1.1) !important;
}

.section--colors-accent .wp-block-button.is-style-progress .wp-block-button__link:hover {
	background: linear-gradient(135deg, #086d52 0%, #075f54 100%);
	background-origin: border-box;
}

.section--colors-accent .wp-block-button.is-style-progress .wp-block-button__link:focus, .section--colors-accent .wp-block-button.is-style-progress .wp-block-button__link:active {
	color: #ffffff !important;
	background: linear-gradient(135deg, #086d52 0%, #075f54 100%);
	background-origin: border-box;
}

.section--colors-photo .wp-block-button.is-style-action .wp-block-button__link {
	color: #192224 !important;
	background: #ffffff;
}

.section--colors-photo .wp-block-button.is-style-action .wp-block-button__link img {
	width: auto;
	height: 16px;
	margin-bottom: -2px;
}

.section--colors-photo .wp-block-button.is-style-action .wp-block-button__link > img {
	filter: invert(0) !important;
}

.section--colors-photo .wp-block-button.is-style-action .wp-block-button__link:hover {
	background: #f0f4f5;
}

.section--colors-photo .wp-block-button.is-style-action .wp-block-button__link:focus, .section--colors-photo .wp-block-button.is-style-action .wp-block-button__link:active {
	color: #192224 !important;
	background: #f9fafb;
}

.section--colors-photo .wp-block-button.is-style-outline .wp-block-button__link {
	color: #ffffff !important;
	background: transparent;
	border-color: #ffffff;
}

.section--colors-photo .wp-block-button.is-style-outline .wp-block-button__link img {
	width: auto;
	height: 16px;
	margin-bottom: -2px;
}

.section--colors-photo .wp-block-button.is-style-outline .wp-block-button__link > img {
	filter: invert(1) brightness(1.1) !important;
}

.section--colors-photo .wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: #ffffff !important;
	background: rgba(255, 255, 255, 0.07);
}

.section--colors-photo .wp-block-button.is-style-outline .wp-block-button__link:focus, .section--colors-photo .wp-block-button.is-style-outline .wp-block-button__link:active {
	color: #ffffff !important;
	background: rgba(255, 255, 255, 0.15);
}

.section--colors-photo .wp-block-button.is-style-text .wp-block-button__link {
	color: #ffffff !important;
	background: transparent;
}

.section--colors-photo .wp-block-button.is-style-text .wp-block-button__link img {
	width: auto;
	height: 16px;
	margin-bottom: -2px;
}

.section--colors-photo .wp-block-button.is-style-text .wp-block-button__link > img {
	filter: invert(1) brightness(1.1) !important;
}

.section--colors-photo .wp-block-button.is-style-text .wp-block-button__link:hover {
	color: #ffffff !important;
	background: rgba(255, 255, 255, 0.07);
}

.section--colors-photo .wp-block-button.is-style-text .wp-block-button__link:focus, .section--colors-photo .wp-block-button.is-style-text .wp-block-button__link:active {
	color: #ffffff !important;
	background: rgba(255, 255, 255, 0.15);
}

.section--colors-photo .wp-block-button.is-style-progress .wp-block-button__link {
	color: #ffffff !important;
	background: linear-gradient(135deg, #0a8564 0%, #0a8576 100%);
	background-origin: border-box;
}

.section--colors-photo .wp-block-button.is-style-progress .wp-block-button__link img {
	width: auto;
	height: 16px;
	margin-bottom: -2px;
}

.section--colors-photo .wp-block-button.is-style-progress .wp-block-button__link > img {
	filter: invert(1) brightness(1.1) !important;
}

.section--colors-photo .wp-block-button.is-style-progress .wp-block-button__link:hover {
	background: linear-gradient(135deg, #086d52 0%, #075f54 100%);
	background-origin: border-box;
}

.section--colors-photo .wp-block-button.is-style-progress .wp-block-button__link:focus, .section--colors-photo .wp-block-button.is-style-progress .wp-block-button__link:active {
	color: #ffffff !important;
	background: linear-gradient(135deg, #086d52 0%, #075f54 100%);
	background-origin: border-box;
}

.text-large {
	font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

strong > .text-large, b > .text-large {
	font-weight: 700;
}

.text-large > strong, .text-large b {
	font-weight: 700;
}

@media (max-width: 767px) {
	.text-small {
		font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		font-weight: 400;
		font-size: 12px;
		line-height: 18px;
	}
}

@media (min-width: 768px) {
	.text-small {
		font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		font-weight: 400;
		font-size: 12px;
		line-height: 18px;
	}
}

strong > .text-small, b > .text-small {
	font-weight: 700;
}

.text-small > strong, .text-small b {
	font-weight: 700;
}

@media (max-width: 767px) {
	.text-tiny {
		font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		font-weight: 400;
		font-size: 10px;
		line-height: 14px;
	}
}

@media (min-width: 768px) {
	.text-tiny {
		font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		font-weight: 400;
		font-size: 10px;
		line-height: 14px;
	}
}

strong > .text-tiny, b > .text-tiny {
	font-weight: 700;
}

.text-tiny > strong, .text-tiny b {
	font-weight: 700;
}

@media (max-width: 767px) {
	.h1-alike {
		font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		font-weight: 700;
		font-size: 24px;
		line-height: 32px;
	}
}

@media (min-width: 768px) {
	.h1-alike {
		font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		font-weight: 700;
		font-size: 44px;
		line-height: 56px;
	}
}

@media (max-width: 767px) {
	.h2-alike {
		font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		font-weight: 700;
		font-size: 20px;
		line-height: 24px;
	}
}

@media (min-width: 768px) {
	.h2-alike {
		font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		font-weight: 700;
		font-size: 32px;
		line-height: 40px;
	}
}

@media (max-width: 767px) {
	.h3-alike {
		font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		font-weight: 700;
		font-size: 16px;
		line-height: 24px;
	}
}

@media (min-width: 768px) {
	.h3-alike {
		font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		font-weight: 700;
		font-size: 24px;
		line-height: 32px;
	}
}

@media (max-width: 767px) {
	.h-small {
		font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		font-weight: 700;
		font-size: 16px;
		line-height: 24px;
	}
}

@media (min-width: 768px) {
	.h-small {
		font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		font-weight: 700;
		font-size: 16px;
		line-height: 24px;
	}
}

.text-xlarge {
	font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

@media (max-width: 767px) {
	.text-xlarge {
		font-size: 16px;
		line-height: 24px;
	}
}

@media (min-width: 768px) {
	.text-xlarge {
		font-size: 24px;
		line-height: 32px;
	}
}

strong > .text-xlarge, b > .text-xlarge {
	font-weight: 700;
}

.text-xlarge > strong, .text-xlarge b {
	font-weight: 700;
}

.text-xxlarge {
	font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

@media (max-width: 767px) {
	.text-xxlarge {
		font-size: 20px;
		line-height: 24px;
	}
}

@media (min-width: 768px) {
	.text-xxlarge {
		font-size: 32px;
		line-height: 40px;
	}
}

strong > .text-xxlarge, b > .text-xxlarge {
	font-weight: 700;
}

.text-xxlarge > strong, .text-xxlarge b {
	font-weight: 700;
}
