a.link-color {
  color: #4a90e2;
}
a.link-color:hover {
  color: #4a90e2;
}
.link-color svg {
  fill: #4a90e2;
}
.link-color:hover svg {
  fill: #4a90e2;
}
.show-more {
  background-color: #4a90e2;
}
.search-bg-color {
  background-color: #efefef;
}
.header-text-color * {
  color: #ffffff;
}
.header-bg-color {
  background-color: #b1acac;
}
.bg-color {
  background-color: #ffffff;
}
.page-text-color {
  color: #484847;
}
.logged-in .login-link,
.logged-out .logout-link {
  display: none
}
@font-face {
	font-family: 'krub';
	font-style: normal;
	font-weight: 400;
	src: url('//cdn.shopify.com/s/files/1/0412/4576/9888/files/krub-400.eot?v=12463444716608020745#iefix');
	src: url('//cdn.shopify.com/s/files/1/0412/4576/9888/files/krub-400.eot?v=12463444716608020745#iefix') format('eot'), url('//cdn.shopify.com/s/files/1/0412/4576/9888/files/krub-400.woff2?v=11839064075858624893') format('woff2'), url('//cdn.shopify.com/s/files/1/0412/4576/9888/files/krub-400.woff?v=14092269466690150179') format('woff'), url('//cdn.shopify.com/s/files/1/0412/4576/9888/files/krub-400.ttf?v=1928011525271033305');
}

@font-face {
	font-family: 'FSKimText';
	font-style: normal;
	font-weight: 300;
	src: url('//cdn.shopify.com/s/files/1/0412/4576/9888/files/FSKimText-300.eot?7440#iefix');
	src: url('//cdn.shopify.com/s/files/1/0412/4576/9888/files/FSKimText-300.eot?7440#iefix') format('eot'), url('//cdn.shopify.com/s/files/1/0412/4576/9888/files/FSKimText-300.woff2?v=2697781022273170602') format('woff2'), url('//cdn.shopify.com/s/files/1/0412/4576/9888/files/FSKimText-300.woff?v=8821117417571419033') format('woff'), url('//cdn.shopify.com/s/files/1/0412/4576/9888/files/FSKimText-300.ttf?v=6960600017262036664');
}

@font-face {
	font-family: 'FSKimText';
	font-style: normal;
	font-weight: 800;
	src: url('//cdn.shopify.com/s/files/1/0412/4576/9888/files/FSKimText-800.eot?7440#iefix');
	src: url('//cdn.shopify.com/s/files/1/0412/4576/9888/files/FSKimText-800.eot?7440#iefix') format('eot'), url('//cdn.shopify.com/s/files/1/0412/4576/9888/files/FSKimText-800.woff2?v=15772108115169861817') format('woff2'), url('//cdn.shopify.com/s/files/1/0412/4576/9888/files/FSKimText-800.woff?v=17815648319437560514') format('woff'), url('//cdn.shopify.com/s/files/1/0412/4576/9888/files/FSKimText-800.ttf?v=9573311419205081633');
}

body {
	color: #484847;
}

.font-fskim,
.large-title,
.small-title {
	font-family: FSKimText, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-center {
	text-align: center;
}

.button {
	position: relative;
	display: inline-block;
	padding: 10px 35px;
	background-color: #E57474;
	border-radius: 12px;
	border: 1px solid #E57474;
	text-align: center;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.3125;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	transition-property: background-color, color, border-color;
	transition-duration: .25s;
}

.button:focus {
	outline: none;
}

.button:hover {
	text-decoration: none;
}

@media (-moz-touch-enabled: 0), (hover: hover) {
	.button:hover {
		background-color: #fff;
		color: #E57474;
	}
}

.button--tertiary {
	padding: 10.5px 12px;
	border-radius: 7px;
	font-family: "FSKimText", sans-serif;
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
}

.button--tertiary {
	background-color: var(--link-color, #484847);
	border-color: var(--link-color, #484847);
}

@media (-moz-touch-enabled: 0), (hover: hover) {
	.button--tertiary:hover {
		background-color: #fff;
		color: var(--link-color, #484847);
	}
}

.button--tertiary-large {
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 17px;
}

.button--large-paddings {
	padding-left: 24px;
	padding-right: 24px;
}

.section-title {
	margin-top: 0;
	margin-bottom: 0;
	font-family: FSKimText, sans-serif;
	font-weight: 900;
	font-size: 26px;
	line-height: 1.15;
	letter-spacing: 0;
	text-align: center;
}

.section-title {
	word-break: unset;
	word-wrap: unset;
	overflow-wrap: unset;
	hyphens: unset;
}

@media only screen and (min-width: 768px) {
	.section-title {
		font-size: 28px;
	}
}

@media only screen and (min-width: 1024px) {
	.section-title {
		font-size: 38px;
		line-height: 1;
	}
}

.wrapper {
	width: 100%;
	max-width: 1032px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.wrapper--small {
	max-width: 1076px;
	padding-left: 38px;
	padding-right: 38px;
}

.responsive-wrapper {
	position: relative;
	width: 100%;
	max-width: var(--responsive-wrapper-max-width, unset);
}

.responsive-wrapper--centered {
	margin-left: auto;
	margin-right: auto;
}

.responsive-wrapper--rounded {
	border-radius: 51%;
	overflow: hidden;
}

.responsive-wrapper__image-wrapper {
	position: relative;
	padding-top: calc(var(--aspect-ratio, 1) * 100%);
}

.responsive-wrapper__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.responsive-wrapper__image.lazyload,
.responsive-wrapper__image.lazyloading {
	visibility: hidden;
	opacity: 0;
}

.responsive-wrapper__image.lazyloaded {
	visibility: visible;
	opacity: 1;
}

.help-center__banner {
	position: relative;
	background-color: #EFEFEF;
}

.help-center__banner-wrapper {
	max-width: 840px;
	padding-top: 42px;
	padding-bottom: 42px;
}

.help-center__banner-wrapper--has-image {
	padding-bottom: 165px;
}

.help-center__description {
	margin-top: 29px;
	font-size: 16px;
	line-height: 1.44;
}

.help-center__description p {
	margin-bottom: 0;
}

.help-center__description p + p {
	margin-top: 23px;
}

.help-center__banner-image {
	--responsive-wrapper-max-width: 248px;

	position: absolute;
	right: 50%;
	bottom: 0;
	transform: translateX(50%);
}

.help-center__wrapper {
	max-width: 1116px;
	padding-top: 38px;
	padding-bottom: 76px;
}

@media only screen and (min-width: 768px) {
	.help-center__banner-image {
		right: 7%;
		transform: none;
	}

	.help-center__wrapper {
		padding-top: 68px;
	}
}

@media only screen and (min-width: 1024px) {
	.help-center__banner-wrapper {
		padding-top: 66px;
		padding-bottom: 66px;
	}

	.help-center__banner-wrapper--has-image {
		padding-bottom: 165px;
	}

	.help-center__description {
		margin-top: 25px;
	}

	.help-center__wrapper {
		padding-top: 118px;
		padding-bottom: 103px;
	}
}

@media only screen and (min-width: 1440px) {
	.help-center__banner-wrapper--has-image {
		padding-bottom: 42px;
	}

	.help-center__banner-image {
		--responsive-wrapper-max-width: 329px;

		right: 0;
	}
}

._elevio_module_icon > ._d9ggd {
	position: relative;
}

._elevio_module_icon > ._1bt1k {
	white-space: initial !important;
}

._elevio_module_icon > ._d9ggd::before,
._elevio_module_icon > ._d9ggd::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transition-property: opacity, visibility;
	transition-duration: .25s;
	transition-timing-function: cubic-bezier(.55,0,.1,1);
}

._elevio_module_icon > ._d9ggd::after {
	opacity: 0;
	visibility: hidden;
}

._elevio_module_icon_8 > ._d9ggd::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 36'%3E%3Cpath stroke='%234A4A49' stroke-miterlimit='10' d='M19.67.82H2.26a1 1 0 0 0-1 1v31.77a1 1 0 0 0 1 1h17.41a1 1 0 0 0 1-1V1.82a1 1 0 0 0-1-1Z'/%3E%3Cpath stroke='%234A4A49' stroke-miterlimit='10' d='M10.96 32.55a1.31 1.31 0 1 0 0-2.62 1.31 1.31 0 0 0 0 2.62Z'/%3E%3Cpath stroke='%234A4A49' stroke-linecap='round' stroke-linejoin='round' d='M9.51 3.99h3.48'/%3E%3C/svg%3E");
	background-size: 22px 36px;
}

._elevio_module_icon_8 > ._d9ggd::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 36'%3E%3Cpath stroke='%23fff' stroke-miterlimit='10' d='M19.67.82H2.26a1 1 0 0 0-1 1v31.77a1 1 0 0 0 1 1h17.41a1 1 0 0 0 1-1V1.82a1 1 0 0 0-1-1Z'/%3E%3Cpath stroke='%23fff' stroke-miterlimit='10' d='M10.96 32.55a1.31 1.31 0 1 0 0-2.62 1.31 1.31 0 0 0 0 2.62Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M9.51 3.99h3.48'/%3E%3C/svg%3E");
	background-size: 22px 36px;
}

._elevio_module_icon_7 > ._d9ggd::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 33'%3E%3Cpath stroke='%234A4A49' stroke-linecap='round' stroke-miterlimit='10' d='M22.54 16.14c3.37.41 5.36 1.14 5.36 1.97 0 1.28-5.29 2.31-11.81 2.31-6.52 0-11.81-1.04-11.81-2.31s5.29-2.31 11.81-2.31h.66'/%3E%3Cpath stroke='%234A4A49' stroke-linecap='round' stroke-miterlimit='10' d='m4.27 18.11-3.6 7.97c0 3.37 6.9 6.1 15.41 6.1s15.41-2.73 15.41-6.1l-3.59-7.97'/%3E%3Cpath stroke='%234A4A49' stroke-linecap='round' stroke-linejoin='round' d='M22.57 15.91c.51-.62.65-1.48.33-2.21-.61-1.49-2.27-1.41-3.13-.21-.86-1.21-2.52-1.28-3.13.21-.32.73-.2 1.6.33 2.21.97 1.12 1.95 2.08 2.8 2.69 0 0 2.14-1.87 2.8-2.69ZM14.84 10.15c.51-.62.65-1.48.33-2.21-.61-1.49-2.27-1.41-3.13-.21-.86-1.21-2.52-1.28-3.13.21-.32.73-.2 1.6.33 2.21.97 1.12 1.95 2.08 2.8 2.69 0 0 2.14-1.87 2.8-2.69ZM23.29 3.93c.51-.62.65-1.48.33-2.21-.61-1.49-2.27-1.41-3.13-.21-.86-1.21-2.52-1.28-3.13.21-.32.73-.2 1.6.33 2.21.97 1.12 1.95 2.08 2.8 2.69 0 0 2.14-1.87 2.8-2.69Z'/%3E%3C/svg%3E");
	background-size: 32px 33px;
}

._elevio_module_icon_7 > ._d9ggd::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 33'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' d='M22.54 16.14c3.37.41 5.36 1.14 5.36 1.97 0 1.28-5.29 2.31-11.81 2.31-6.52 0-11.81-1.04-11.81-2.31s5.29-2.31 11.81-2.31h.66'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' d='m4.27 18.11-3.6 7.97c0 3.37 6.9 6.1 15.41 6.1s15.41-2.73 15.41-6.1l-3.59-7.97'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M22.57 15.91c.51-.62.65-1.48.33-2.21-.61-1.49-2.27-1.41-3.13-.21-.86-1.21-2.52-1.28-3.13.21-.32.73-.2 1.6.33 2.21.97 1.12 1.95 2.08 2.8 2.69 0 0 2.14-1.87 2.8-2.69ZM14.84 10.15c.51-.62.65-1.48.33-2.21-.61-1.49-2.27-1.41-3.13-.21-.86-1.21-2.52-1.28-3.13.21-.32.73-.2 1.6.33 2.21.97 1.12 1.95 2.08 2.8 2.69 0 0 2.14-1.87 2.8-2.69ZM23.29 3.93c.51-.62.65-1.48.33-2.21-.61-1.49-2.27-1.41-3.13-.21-.86-1.21-2.52-1.28-3.13.21-.32.73-.2 1.6.33 2.21.97 1.12 1.95 2.08 2.8 2.69 0 0 2.14-1.87 2.8-2.69Z'/%3E%3C/svg%3E");
	background-size: 32px 33px;
}

._elevio_module_icon_6 > ._d9ggd::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 46 37'%3E%3Cpath stroke='%23575756' stroke-linecap='round' stroke-linejoin='round' d='M39.792 15.028a6.617 6.617 0 0 0 1.771-9.19 6.617 6.617 0 0 0-9.19-1.764L5.67 22.16a6.617 6.617 0 0 0-1.772 9.19 6.617 6.617 0 0 0 9.191 1.764l26.702-18.085Z'/%3E%3Cpath stroke='%23575756' stroke-linecap='round' stroke-linejoin='round' d='M26.378 21.316a4.22 4.22 0 0 0-4.797-6.943l-2.082 1.438a4.22 4.22 0 0 0 4.797 6.944l2.082-1.439ZM12.07 24.8a.8.8 0 1 0 0-1.6.8.8 0 0 0 0 1.6ZM10.2 30.36a.8.8 0 1 0 0-1.6.8.8 0 0 0 0 1.6ZM15.65 27.97a.8.8 0 1 0 0-1.6.8.8 0 0 0 0 1.6ZM6.69 26.28a.8.8 0 1 0 0-1.6.8.8 0 0 0 0 1.6ZM34.88 14.1a.8.8 0 1 0 0-1.6.8.8 0 0 0 0 1.6ZM33.97 8.5a.8.8 0 1 0 0-1.6.8.8 0 0 0 0 1.6ZM29.6 12.56a.8.8 0 1 0 0-1.6.8.8 0 0 0 0 1.6ZM38.74 10.73a.8.8 0 1 0 0-1.6.8.8 0 0 0 0 1.6Z'/%3E%3C/svg%3E");
	background-size: 46px 37px;
}

._elevio_module_icon_6 > ._d9ggd::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 46 37'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M39.792 15.028a6.617 6.617 0 0 0 1.771-9.19 6.617 6.617 0 0 0-9.19-1.764L5.67 22.16a6.617 6.617 0 0 0-1.772 9.19 6.617 6.617 0 0 0 9.191 1.764l26.702-18.085Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M26.378 21.316a4.22 4.22 0 0 0-4.797-6.943l-2.082 1.438a4.22 4.22 0 0 0 4.797 6.944l2.082-1.439ZM12.07 24.8a.8.8 0 1 0 0-1.6.8.8 0 0 0 0 1.6ZM10.2 30.36a.8.8 0 1 0 0-1.6.8.8 0 0 0 0 1.6ZM15.65 27.97a.8.8 0 1 0 0-1.6.8.8 0 0 0 0 1.6ZM6.69 26.28a.8.8 0 1 0 0-1.6.8.8 0 0 0 0 1.6ZM34.88 14.1a.8.8 0 1 0 0-1.6.8.8 0 0 0 0 1.6ZM33.97 8.5a.8.8 0 1 0 0-1.6.8.8 0 0 0 0 1.6ZM29.6 12.56a.8.8 0 1 0 0-1.6.8.8 0 0 0 0 1.6ZM38.74 10.73a.8.8 0 1 0 0-1.6.8.8 0 0 0 0 1.6Z'/%3E%3C/svg%3E");
	background-size: 46px 37px;
}

._elevio_module_icon_3 > ._d9ggd::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 35 36'%3E%3Cpath stroke='%234A4A49' stroke-linecap='round' stroke-miterlimit='10' d='m33.836 5.07-3.592-3.593a1 1 0 0 0-1.415 0L2.928 27.378a1 1 0 0 0 0 1.415l3.592 3.592a1 1 0 0 0 1.414 0L33.836 6.483a1 1 0 0 0 0-1.414ZM25.3 5.49 29.8 10'/%3E%3Cpath stroke='%234A4A49' stroke-linecap='round' stroke-linejoin='round' d='m7.32 32.89-3.27.9-3.27.91.85-3.29.86-3.28'/%3E%3C/svg%3E");
	background-size: 35px 36px;
}

._elevio_module_icon_3 > ._d9ggd::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 35 36'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' d='m33.836 5.07-3.592-3.593a1 1 0 0 0-1.415 0L2.928 27.378a1 1 0 0 0 0 1.415l3.592 3.592a1 1 0 0 0 1.414 0L33.836 6.483a1 1 0 0 0 0-1.414ZM25.3 5.49 29.8 10'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='m7.32 32.89-3.27.9-3.27.91.85-3.29.86-3.28'/%3E%3C/svg%3E");
	background-size: 35px 36px;
}

._elevio_module_icon_10 > ._d9ggd::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 33 39'%3E%3Cpath stroke='%234A4A49' stroke-linejoin='round' d='M27.08 16.24c0 3.82-2.06 7.15-5.12 8.96v4.03c0 .2-.17.37-.37.37h-9.72c-.2 0-.37-.17-.37-.37v-3.96a10.403 10.403 0 0 1-5.24-9.04c0-5.75 4.66-10.41 10.41-10.41s10.41 4.66 10.41 10.41v.01Z'/%3E%3Cpath stroke='%234A4A49' stroke-linecap='round' stroke-miterlimit='10' d='M12.4 32.86h8.74'/%3E%3Cpath stroke='%234A4A49' stroke-linejoin='round' d='M20.35 34.73a3.63 3.63 0 1 1-7.26 0h7.27-.01Z'/%3E%3Cpath stroke='%234A4A49' stroke-linecap='round' stroke-miterlimit='10' d='M12.42 31.3h8.75M3.99 24.58l1.25-.74M.91 14.16h1.45M5.16 4.09l.96 1.1M16.76.59v1.45M30.22 24.78l-1.25-.74M32.19 14.14h-1.46M29.04 4.81l-.95 1.1'/%3E%3C/svg%3E");
	background-size: 33px 39px;
}

._elevio_module_icon_10 > ._d9ggd::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 33 39'%3E%3Cpath stroke='%23fff' stroke-linejoin='round' d='M27.08 16.24c0 3.82-2.06 7.15-5.12 8.96v4.03c0 .2-.17.37-.37.37h-9.72c-.2 0-.37-.17-.37-.37v-3.96a10.403 10.403 0 0 1-5.24-9.04c0-5.75 4.66-10.41 10.41-10.41s10.41 4.66 10.41 10.41v.01Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' d='M12.4 32.86h8.74'/%3E%3Cpath stroke='%23fff' stroke-linejoin='round' d='M20.35 34.73a3.63 3.63 0 1 1-7.26 0h7.27-.01Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' d='M12.42 31.3h8.75M3.99 24.58l1.25-.74M.91 14.16h1.45M5.16 4.09l.96 1.1M16.76.59v1.45M30.22 24.78l-1.25-.74M32.19 14.14h-1.46M29.04 4.81l-.95 1.1'/%3E%3C/svg%3E");
	background-size: 33px 39px;
}

._elevio_module_icon_4 > ._d9ggd::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 34 34'%3E%3Cpath stroke='%23484847' stroke-miterlimit='10' d='M17 33c8.837 0 16-7.163 16-16S25.837 1 17 1 1 8.163 1 17s7.163 16 16 16Z'/%3E%3Cpath stroke='%23484847' stroke-linejoin='round' d='M24.71 16.67c0 3.82-3.527 6.913-7.88 6.913-.507 0-1-.043-1.48-.123-1.573.87-3.45 1.14-3.45 1.14.613-.47.92-1.227 1.073-1.9-2.403-1.183-4.023-3.44-4.023-6.03 0-3.82 3.527-6.913 7.88-6.913s7.88 3.093 7.88 6.913Z'/%3E%3C/svg%3E");
	background-size: 34px 34px;
}

._elevio_module_icon_4 > ._d9ggd::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 34 34'%3E%3Cpath stroke='%23fff' stroke-miterlimit='10' d='M17 33c8.837 0 16-7.163 16-16S25.837 1 17 1 1 8.163 1 17s7.163 16 16 16Z'/%3E%3Cpath stroke='%23fff' stroke-linejoin='round' d='M24.71 16.67c0 3.82-3.527 6.913-7.88 6.913-.507 0-1-.043-1.48-.123-1.573.87-3.45 1.14-3.45 1.14.613-.47.92-1.227 1.073-1.9-2.403-1.183-4.023-3.44-4.023-6.03 0-3.82 3.527-6.913 7.88-6.913s7.88 3.093 7.88 6.913Z'/%3E%3C/svg%3E");
	background-size: 34px 34px;
}

._elevio_module_icon_11 > ._d9ggd::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 26 36'%3E%3Cpath stroke='%23585856' stroke-linecap='round' stroke-linejoin='round' d='M19.055 3.751h4.263c1.087 0 1.973.8 1.973 1.771v27.555c0 .972-.886 1.771-1.973 1.771H3.093c-1.087 0-1.973-.8-1.973-1.771V5.522c0-.972.886-1.77 1.973-1.77h4.262'/%3E%3Cpath stroke='%23585856' stroke-linecap='round' stroke-linejoin='round' d='M19.055 3.751V2.297c0-.864-.885-1.577-1.972-1.577H9.328c-1.087 0-1.973.706-1.973 1.577v2.916c0 .864.886 1.577 1.973 1.577h7.755c1.087 0 1.973-.706 1.973-1.577V3.75ZM4.864 13.471l1.044 1.31 3.262-2.779M4.864 21.47l1.044 1.31 3.262-2.786M4.864 29.462l1.044 1.318 3.262-2.787'/%3E%3C/svg%3E");
	background-size: 26px 36px;
}

._elevio_module_icon_11 > ._d9ggd::after {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 26 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.0553 3.75122H23.3177C24.4049 3.75122 25.2905 4.55042 25.2905 5.52242V33.0768C25.2905 34.0488 24.4049 34.848 23.3177 34.848H3.09292C2.00572 34.848 1.12012 34.0488 1.12012 33.0768V5.52242C1.12012 4.55042 2.00572 3.75122 3.09292 3.75122H7.35532' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.0555 3.75117V2.29677C19.0555 1.43277 18.1699 0.719971 17.0827 0.719971H9.32827C8.24107 0.719971 7.35547 1.42557 7.35547 2.29677V5.21277C7.35547 6.07677 8.24107 6.78957 9.32827 6.78957H17.0827C18.1699 6.78957 19.0555 6.08397 19.0555 5.21277V3.75837V3.75117Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.86426 13.471L5.90826 14.7814L9.16986 12.0022' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.86426 21.4704L5.90826 22.7808L9.16986 19.9944' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.86426 29.4622L5.90826 30.7798L9.16986 27.9934' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-size: 26px 36px;
}

._elevio_module_icon_12 > ._d9ggd::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 38 36'%3E%3Cpath stroke='%234A4A49' stroke-linecap='round' stroke-miterlimit='10' d='M1.21 13.325C4.389 3.812 14.667-1.318 24.17 1.859c9.504 3.177 14.643 13.455 11.466 22.959a18.069 18.069 0 0 1-7.047 9.288'/%3E%3Cpath stroke='%234A4A49' stroke-linecap='round' stroke-miterlimit='10' d='M28.148 27.904v6.741h6.74M4.892 15.845l2.655.927'/%3E%3Cpath stroke='%234A4A49' stroke-linecap='round' stroke-linejoin='round' d='m11.894 18.284 4.743 1.656v10.134L4.892 25.619v-9.774M16.637 30.074l14.193-7.65v-8.991L16.637 19.94'/%3E%3Cpath stroke='%234A4A49' stroke-linecap='round' stroke-miterlimit='10' d='M30.83 13.433 19.094 9.67 4.892 15.845'/%3E%3Cpath stroke='%234A4A49' stroke-linecap='round' stroke-miterlimit='10' d='M7.547 16.772v4.527l2.034-.648 2.313 2.313v-4.68l14.418-6.3-4.5-1.44-14.265 6.228Z'/%3E%3C/svg%3E");
	background-size: 38px 36px;
}

._elevio_module_icon_12 > ._d9ggd::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 38 36'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' d='M1.21 13.325C4.389 3.812 14.667-1.318 24.17 1.859c9.504 3.177 14.643 13.455 11.466 22.959a18.069 18.069 0 0 1-7.047 9.288'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' d='M28.148 27.904v6.741h6.74M4.892 15.845l2.655.927'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='m11.894 18.284 4.743 1.656v10.134L4.892 25.619v-9.774M16.637 30.074l14.193-7.65v-8.991L16.637 19.94'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' d='M30.83 13.433 19.094 9.67 4.892 15.845'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' d='M7.547 16.772v4.527l2.034-.648 2.313 2.313v-4.68l14.418-6.3-4.5-1.44-14.265 6.228Z'/%3E%3C/svg%3E");
	background-size: 38px 36px;
}

._elevio_module_icon_8 > ._d9ggd > div,
._elevio_module_icon_6 > ._d9ggd > div,
._elevio_module_icon_10 > ._d9ggd > div,
._elevio_module_icon_4 > ._d9ggd > div,
._elevio_module_icon_3 > ._d9ggd > div,
._elevio_module_icon_11 > ._d9ggd > div,
._elevio_module_icon_12 > ._d9ggd > div,
._elevio_module_icon_7 > ._d9ggd > div {
	opacity: 0;
	visibility: hidden;
}

._elevio_module_icon:hover > ._d9ggd::after {
	opacity: 1;
	visibility: visible;
}

._elevio_module_icon:hover > ._d9ggd::before {
	opacity: 0;
	visibility: hidden;
}
