.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.darkli {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: auto;
	min-height: 100vh;
	left: 0;
	top: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	background: rgba(30, 30, 30, .8);
	z-index: 99;
	overflow: auto
}

.darkli * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.darkli.is-active {
	visibility: visible;
	opacity: 1
}

.darkli .darkli-close {
	position: fixed;
	z-index: 100;
	background-color: transparent;
	border: none;
	cursor: pointer;
	top: 5px;
	right: 5px;
	opacity: .5;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out
}

@media (min-width:600px) {
	.darkli .darkli-close {
		top: 30px;
		right: 20px
	}
}

.darkli .darkli-close:hover {
	opacity: 1
}

.darkli .darkli-close .darkli-icon {
	width: 20px;
	height: 20px;
	-webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .5));
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .5))
}

@media (min-width:600px) {
	.darkli .darkli-close .darkli-icon {
		width: 25px;
		height: 25px;
		fill: #fff
	}
}

.darkli .darkli-content {
	display: none;
	position: absolute;
	background: #fff;
	text-align: justify;
	overflow-x: hidden;
	overflow-y: auto;
	left: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 16px;
	padding-top: 40px
}

@media (min-width:600px) {
	.darkli .darkli-content {
		width: 80%;
		height: auto;
		min-height: 85vh;
		margin: 32px auto;
		padding: 24px 32px 16px;
		border-radius: 3px
	}
}

@media (min-width:600px) {
	.darkli .darkli-content.is-height-auto {
		min-height: unset
	}
}

.darkli .darkli-content.is-active {
	display: initial
}

.darkli .darkli-content.is-external {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	background: 0 0;
	margin: 0 auto;
	height: 100vh
}

.darkli .darkli-iframe-container {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
	height: 0
}

.darkli .darkli-iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.darkli img {
	max-width: 100%
}

.no-scroll {
	overflow: hidden
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block
}

[hidden] {
	display: none
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 14px
}

@media only screen and (min-width:768px) {
	html {
		font-size: 15px
	}
}

@media only screen and (min-width:992px) {
	html {
		font-size: 16px
	}
}

body {
	line-height: 1.3;
	font-family: Arial, sans-serif;
	font-size: 14px
}

@media only screen and (min-width:768px) {
	body {
		font-size: 15px
	}
}

@media only screen and (min-width:992px) {
	body {
		font-size: 16px
	}
}

@media only screen and (max-width:991px) {
	body.has-sidebanner {
		margin-top: 120px
	}
}

h1 {
	font-size: 26px;
	line-height: 1.1;
	font-weight: 900
}

@media only screen and (min-width:600px) {
	h1 {
		font-size: 1.65rem
	}
}

@media only screen and (min-width:992px) {
	h1 {
		color: #000;
		font-size: 1.8rem;
		line-height: 1.2
	}
}

@media only screen and (min-width:400px) {
	h1 {
		font-size: 30px
	}
}

h2 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500
}

@media only screen and (min-width:600px) {
	h2 {
		font-size: 1.65rem
	}
}

@media only screen and (min-width:992px) {
	h2 {
		color: #000;
		font-size: 1.8rem;
		line-height: 1.2
	}
}

@media only screen and (min-width:992px) {
	h2 {
		font-size: 1.6rem
	}
}

p {
	font-size: 1rem;
	margin: 1rem 0
}

@media only screen and (min-width:992px) {
	p {
		font-size: 1.3rem
	}
}

img {
	max-width: 100%
}

b,
strong {
	font-weight: 700
}

em {
	font-style: italic
}

a {
	color: #003bff;
	font-weight: 700
}

a.cta-link {
	color: #003bff
}

ol {
	list-style-type: decimal;
	list-style-position: inside
}

sup {
	font-size: 65%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -.7rem
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.container {
	margin: 0 auto;
	width: 90%
}

@media only screen and (min-width:992px) {
	.container {
		max-width: 980px
	}
}

@media only screen and (min-width:992px) {
	.has-sidebanner .container {
		max-width: 1020px
	}
}

.flex-container {
	margin: 0 auto;
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (min-width:992px) {
	.flex-container {
		max-width: 980px
	}
}

@media only screen and (min-width:992px) {
	.has-sidebanner .flex-container {
		max-width: 1020px
	}
}

.map-small {
	width: 50%
}

@media only screen and (min-width:600px) {
	.map-small {
		width: 25%
	}
}

.map-medium {
	width: 75%
}

@media only screen and (min-width:600px) {
	.map-medium {
		width: 50%
	}
}

.privacy-policy {
	background: 0 0;
	border: none;
	cursor: pointer;
	text-decoration: underline;
	display: inline-block;
	color: #fff
}

.benefits {
	color: #fff;
	padding: 10px 0 15px 25px
}

.extra-bold {
	font-weight: 900;
	font-size: 1.5rem
}

.responsive-iframe {
	position: relative;
	overflow: hidden;
	padding-bottom: 20%;
	width: 100%;
	height: 90vh
}

.responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90vh
}

.block-copy {
	margin: 1rem 0
}

.block-copy h2 {
	color: #003bff;
	font-size: 1.6rem;
	font-weight: 700;
	margin: .8rem 0
}

.block-copy p {
	font-size: 1.2rem
}

.block-copy--fourth li {
	font-size: 1.2rem;
	margin: .4rem 0
}

.block-copy--fourth li b {
	font-weight: 700
}

.article {
	width: 100%
}

ul.tick-list {
	padding-left: 0
}

ul.tick-list li {
	padding-left: 1.5rem
}

.expert-market ul.tick-list li {
	background: url(/sites/all/themes/cdn_v01/img/tick--em.svg) no-repeat 0 4px
}

.clinic-compare ul.tick-list li {
	background: url(/sites/all/themes/cdn_v01/img/tick--cc.svg) no-repeat 0 4px
}

.advert {
	padding: .3rem 0;
	width: 100%;
	text-align: center
}

.advert__text {
	font-size: 1.2rem
}

.author-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem
}

.author-info__image {
	margin-right: 10px;
	width: 40px;
	height: 40px
}

.author-info__details {
	font-size: .9rem
}

.benefits-block {
	clear: both;
	padding: 1rem 0 1.8rem 0;
	margin: 1rem 0 2rem 0;
	padding: 1.8rem;
	text-align: center
}

.benefits-block__title {
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 2rem;
	padding: 1rem;
	color: #fff;
	text-align: center
}

@media only screen and (min-width:600px) {
	.benefits-block__title {
		font-size: 1.6rem
	}
}

@media only screen and (min-width:992px) {
	.benefits-block__title {
		font-size: 1.8rem
	}
}

.benefits-block__items {
	margin: 1rem 0
}

.benefits-block__items p {
	margin: 2rem 0
}

.benefits-block__items li {
	text-align: left;
	margin: .4rem 0
}

.benefits-block .cta-plain-button {
	margin-top: 2rem
}

.blockquote {
	padding: .3rem;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center
}

.blockquote p {
	font-size: 1.3rem;
	text-align: center;
	font-weight: 800
}

@media only screen and (min-width:992px) {
	.blockquote p {
		font-size: 1.5rem
	}
}

.blockquote q {
	font-style: italic
}

.blockquote img {
	width: 60%
}

.blockquote h2 {
	color: #0070b9
}

.blockquote-info {
	padding: .2rem 1rem;
	text-align: center
}

.blockquote-info p {
	font-size: 1.4rem;
	color: #fff
}

.ccpa-policy {
	width: 100%;
	text-align: center;
	padding: .8rem 0
}

.ccpa-policy__button {
	background: 0 0;
	border: none;
	cursor: pointer;
	text-decoration: underline;
	display: inline-block;
	color: #fff
}

.content-brand-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.5rem 0 1rem 0
}

.content-brand-logo__image {
	width: 70%;
	margin: 0 auto
}

@media only screen and (min-width:400px) {
	.content-brand-logo__image {
		width: 60%
	}
}

@media only screen and (min-width:600px) {
	.content-brand-logo__image {
		width: 30%;
		margin: 1rem auto .2rem auto
	}
}

.cta-cartoon-icon-diverse__wrapper,
.cta-cartoon-icon__wrapper {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2
}

@media only screen and (min-width:768px) {
	.cta-cartoon-icon-diverse__wrapper,
	.cta-cartoon-icon__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.cta-cartoon-icon-diverse__wrapper::after,
.cta-cartoon-icon__wrapper::after {
	content: '';
	height: 5px;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

.cta-cartoon-icon--25-70 a {
	-ms-flex-preferred-size: calc((100% / 6) - .8rem);
	flex-basis: calc((100% / 6) - .8rem)
}

.cta-cartoon-icon--39-69 a {
	-ms-flex-preferred-size: calc(75% / 3);
	flex-basis: calc(75% / 3)
}

.cta-cartoon-icon--39-69 a:nth-child(-n+3) {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.cta-cartoon-icon--25-65 a,
.cta-cartoon-icon--35-56 a,
.cta-cartoon-icon--40-65 a,
.cta-cartoon-icon--45-65 a {
	-ms-flex-preferred-size: calc((80% / 4) - 1rem);
	flex-basis: calc((80% / 4) - 1rem)
}

.cta-cartoon-icon--25-65 a:nth-child(-n+4),
.cta-cartoon-icon--35-56 a:nth-child(-n+4),
.cta-cartoon-icon--40-65 a:nth-child(-n+4),
.cta-cartoon-icon--45-65 a:nth-child(-n+4) {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.cta-cartoon-icon--30-75 a {
	-ms-flex-preferred-size: calc((80% / 5) - .5rem);
	flex-basis: calc((80% / 5) - .5rem)
}

.cta-cartoon-icon--30-75 a:nth-child(-n+6) {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.cta-cartoon-icon--50-80 a {
	-ms-flex-preferred-size: calc((100% / 4) - 3rem);
	flex-basis: calc((100% / 4) - 3rem)
}

.cta-cartoon-icon--50-80 a:nth-child(-n+4) {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.cta-cartoon-icon--50-80 .female-50-59 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-02.svg)
}

.cta-cartoon-icon--50-80 .female-60-69 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-03.svg)
}

.cta-cartoon-icon--50-80 .female-70-79 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-04.svg)
}

.cta-cartoon-icon--50-80 .male-50-59 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-07.svg)
}

.cta-cartoon-icon--50-80 .male-60-69 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-08.svg)
}

.cta-cartoon-icon--50-80 .male-70-79 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-09.svg)
}

.cta-cartoon-icon--50-85 .female-50-59 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-01.svg)
}

.cta-cartoon-icon--50-85 .female-60-69 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-02.svg)
}

.cta-cartoon-icon--50-85 .female-70-79 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-03.svg)
}

.cta-cartoon-icon--50-85 .female-80-85 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-04.svg)
}

.cta-cartoon-icon--50-85 .male-50-59 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-06.svg)
}

.cta-cartoon-icon--50-85 .male-60-69 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-07.svg)
}

.cta-cartoon-icon--50-85 .male-70-79 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-08.svg)
}

.cta-cartoon-icon--50-85 .male-80-85 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-09.svg)
}

.cta-cartoon-icon-diverse__cartoon,
.cta-cartoon-icon__cartoon {
	width: 100%;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	margin: 0 0 .5rem 0;
	border-radius: 8px;
	text-decoration: none;
	border-width: 3px;
	border-style: solid;
	color: #7a7a7a
}

.cta-cartoon-icon-diverse__cartoon:hover,
.cta-cartoon-icon__cartoon:hover {
	border-color: #7a7a7a;
	background-color: #7a7a7a;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.cta-cartoon-icon-diverse__cartoon:hover .cta-cartoon-icon__age,
.cta-cartoon-icon__cartoon:hover .cta-cartoon-icon__age {
	color: #fff
}

@media only screen and (min-width:768px) {
	.cta-cartoon-icon-diverse__cartoon,
	.cta-cartoon-icon__cartoon {
		border-width: 4px;
		text-decoration: none;
		margin: .4rem;
		border: 5px solid #7a7a7a;
		cursor: pointer;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(20% - .8rem);
		flex: 0 0 calc(20% - .8rem);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		max-width: 180px
	}
}

.cta-cartoon-icon-diverse__age-group,
.cta-cartoon-icon__age-group {
	background-color: #7a7a7a;
	border-radius: 50%;
	margin: 0 50px 0 5%;
	display: block;
	background-size: 140%;
	background-repeat: no-repeat;
	background-position: 50% 15%;
	width: 55px;
	height: 55px
}

@media only screen and (max-width:479px) {
	.cta-cartoon-icon-diverse__age-group,
	.cta-cartoon-icon__age-group {
		margin-right: 10px
	}
}

@media only screen and (min-width:768px) {
	.cta-cartoon-icon-diverse__age-group,
	.cta-cartoon-icon__age-group {
		background-size: 120%;
		background-position: 50% 15%;
		margin: 1rem auto 0;
		padding-top: 70%;
		width: 70%;
		height: 0
	}
}

.cta-cartoon-icon-diverse__age,
.cta-cartoon-icon__age {
	margin: 0;
	font-size: 1.4rem;
	text-align: center;
	font-weight: 600;
	color: #7a7a7a
}

@media only screen and (min-width:768px) {
	.cta-cartoon-icon-diverse__age,
	.cta-cartoon-icon__age {
		padding-top: 1.6rem;
		margin-bottom: 1rem;
		font-size: 1.8rem
	}
}

.cta-cartoon-icon__wrapper .female-under-18,
.cta-cartoon-icon__wrapper .female-under-25,
.cta-cartoon-icon__wrapper .female-under-30 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-11.svg)
}

.cta-cartoon-icon__wrapper .female-18-25,
.cta-cartoon-icon__wrapper .female-18-30,
.cta-cartoon-icon__wrapper .female-25-39,
.cta-cartoon-icon__wrapper .female-25-40,
.cta-cartoon-icon__wrapper .female-30-39,
.cta-cartoon-icon__wrapper .female-under-35 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-12.svg)
}

.cta-cartoon-icon__wrapper .female,
.cta-cartoon-icon__wrapper .female-26-35,
.cta-cartoon-icon__wrapper .female-31-55,
.cta-cartoon-icon__wrapper .female-39-49,
.cta-cartoon-icon__wrapper .female-41-45,
.cta-cartoon-icon__wrapper .female-41-50,
.cta-cartoon-icon__wrapper .female-under-40,
.cta-cartoon-icon__wrapper .female-under-45 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-01.svg)
}

.cta-cartoon-icon__wrapper .female-36-40,
.cta-cartoon-icon__wrapper .female-36-45 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-13.svg)
}

.cta-cartoon-icon__wrapper .female-40-49,
.cta-cartoon-icon__wrapper .female-46-50,
.cta-cartoon-icon__wrapper .female-46-55,
.cta-cartoon-icon__wrapper .female-over-46 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-02.svg)
}

.cta-cartoon-icon__wrapper .female-50-59,
.cta-cartoon-icon__wrapper .female-51-55,
.cta-cartoon-icon__wrapper .female-51-65,
.cta-cartoon-icon__wrapper .female-56-65,
.cta-cartoon-icon__wrapper .female-over-56 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-03.svg)
}

.cta-cartoon-icon__wrapper .female-60-65,
.cta-cartoon-icon__wrapper .female-60-69,
.cta-cartoon-icon__wrapper .female-over-60,
.cta-cartoon-icon__wrapper .female-over-65 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-04.svg)
}

.cta-cartoon-icon__wrapper .female-70-75,
.cta-cartoon-icon__wrapper .female-over-70,
.cta-cartoon-icon__wrapper .female-over-80,
.cta-cartoon-icon__wrapper .female-over-85 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-05.svg)
}

.cta-cartoon-icon__wrapper .male-under-18,
.cta-cartoon-icon__wrapper .male-under-25,
.cta-cartoon-icon__wrapper .male-under-30 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-14.svg)
}

.cta-cartoon-icon__wrapper .male-25-39,
.cta-cartoon-icon__wrapper .male-25-40,
.cta-cartoon-icon__wrapper .male-26-35,
.cta-cartoon-icon__wrapper .male-30-39,
.cta-cartoon-icon__wrapper .male-36-40 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-16.svg)
}

.cta-cartoon-icon__wrapper .male-18-25,
.cta-cartoon-icon__wrapper .male-18-30,
.cta-cartoon-icon__wrapper .male-under-35 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-15.svg)
}

.cta-cartoon-icon__wrapper .male,
.cta-cartoon-icon__wrapper .male-31-55,
.cta-cartoon-icon__wrapper .male-36-45,
.cta-cartoon-icon__wrapper .male-39-49,
.cta-cartoon-icon__wrapper .male-41-45,
.cta-cartoon-icon__wrapper .male-41-50,
.cta-cartoon-icon__wrapper .male-under-40,
.cta-cartoon-icon__wrapper .male-under-45 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-06.svg)
}

.cta-cartoon-icon__wrapper .male-40-49,
.cta-cartoon-icon__wrapper .male-46-50,
.cta-cartoon-icon__wrapper .male-46-55,
.cta-cartoon-icon__wrapper .male-over-46 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-07.svg)
}

.cta-cartoon-icon__wrapper .male-50-59,
.cta-cartoon-icon__wrapper .male-51-55,
.cta-cartoon-icon__wrapper .male-51-65,
.cta-cartoon-icon__wrapper .male-56-65,
.cta-cartoon-icon__wrapper .male-over-56 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-08.svg)
}

.cta-cartoon-icon__wrapper .male-60-65,
.cta-cartoon-icon__wrapper .male-60-69,
.cta-cartoon-icon__wrapper .male-over-60,
.cta-cartoon-icon__wrapper .male-over-65 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-09.svg)
}

.cta-cartoon-icon__wrapper .male-70-75,
.cta-cartoon-icon__wrapper .male-over-70,
.cta-cartoon-icon__wrapper .male-over-80,
.cta-cartoon-icon__wrapper .male-over-85 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-10.svg)
}

.cta-cartoon-icon-diverse .female-under-30 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-diverse-01.svg);
	background-size: 70%;
	background-position-y: 10px
}

.cta-cartoon-icon-diverse .female-30-39 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-diverse-02.svg);
	background-size: 70%;
	background-position-y: 10px
}

.cta-cartoon-icon-diverse .female-40-49 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-diverse-03.svg);
	background-size: 70%;
	background-position-y: 10px
}

.cta-cartoon-icon-diverse .female-50-59 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-diverse-04.svg);
	background-size: 70%;
	background-position-y: 10px
}

.cta-cartoon-icon-diverse .female-over-60 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-diverse-05.svg);
	background-size: 70%;
	background-position-y: 10px
}

.cta-cartoon-icon-diverse .male-under-30 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-diverse-09.svg);
	background-size: 70%;
	background-position-y: 10px
}

.cta-cartoon-icon-diverse .male-30-39 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-diverse-08.svg);
	background-size: 70%;
	background-position-y: 10px
}

.cta-cartoon-icon-diverse .male-40-49 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-diverse-07.svg);
	background-size: 70%;
	background-position-y: 10px
}

.cta-cartoon-icon-diverse .male-50-59 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-diverse-06.svg);
	background-size: 70%;
	background-position-y: 10px
}

.cta-cartoon-icon-diverse .male-over-60 {
	background-image: url(/sites/all/themes/cdn_v01/img/people-icons/icon-person-diverse-10.svg);
	background-size: 70%;
	background-position-y: 10px
}

.cta-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.cta-block__button {
	padding: .5rem;
	text-decoration: none;
	font-size: 1.4rem;
	text-align: center;
	position: relative;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	margin: 10px 0;
	background-color: #fff;
	border: 6px solid #999;
	width: calc(50% - 10px);
	height: auto
}

@media only screen and (min-width:480px) {
	.cta-block__button {
		width: calc(50% - 40px);
		height: auto
	}
}

@media only screen and (min-width:600px) {
	.cta-block__button {
		width: calc(25% - 20px);
		height: auto
	}
}

@media only screen and (min-width:768px) {
	.cta-block__button {
		width: calc(25% - 30px);
		height: auto
	}
}

.cta-block__button:focus,
.cta-block__button:hover {
	border-color: #333
}

.cta-block__button:focus .locations__text,
.cta-block__button:hover .locations__text {
	background-color: #333
}

.cta-block__image {
	width: 100%;
	height: auto;
	margin: 0 auto 8px auto;
	padding: 35% 0;
	display: block;
	background-color: #f2f4f3;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 75%
}

.cta-block__text {
	color: #fff;
	background-color: #ddd;
	padding: .7rem 1rem;
	display: block;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	font-size: 1.1rem
}

@media only screen and (min-width:480px) {
	.cta-block__text {
		font-size: 1.3rem
	}
}

.cta-header {
	display: none;
	margin-left: auto;
	-ms-flex-line-pack: center;
	align-content: center
}

@media only screen and (min-width:600px) {
	.cta-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.cta-header__button {
	color: #fff;
	width: auto;
	line-height: 2.5;
	text-decoration: none;
	max-width: 500px;
	font-size: 1.4rem;
	padding: 0 2.5rem;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.cta-header.is-sticky {
	width: 100%!important;
	text-align: center;
	left: 0!important;
	background-color: #d1d1d1;
	padding: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: block
}

@media only screen and (min-width:600px) {
	.cta-header.is-sticky {
		padding: 10px 0
	}
}

.cta-header.is-sticky .cta-header__button {
	display: block;
	margin: 0 auto;
	width: auto
}

.cta-plain-button .locations {
	margin: 1rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center
}

@supports (display:grid) {
	.cta-plain-button .locations {
		display: grid;
		grid-template-columns: repeat(2, minmax(120px, 1fr));
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		grid-gap: 4px 8px
	}
	@media only screen and (min-width:600px) {
		.cta-plain-button .locations {
			grid-template-columns: repeat(3, minmax(150px, 1fr));
			grid-gap: 6px 10px
		}
	}
	@media only screen and (min-width:992px) {
		.cta-plain-button .locations {
			grid-template-columns: repeat(4, minmax(150px, 1fr));
			grid-gap: 8px 12px
		}
	}
}

.cta-plain-button .locations__button {
	margin: 0 1rem .4rem 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	text-decoration: none;
	font-size: 1.05rem;
	display: inline-block;
	padding: 1.2rem .8rem;
	text-align: center;
	border-radius: 0;
	color: #fff;
	background-color: #999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.cta-plain-button .locations__button.active,
.cta-plain-button .locations__button:hover {
	background-color: #666
}

@media only screen and (min-width:480px) {
	.cta-plain-button .locations__button {
		font-size: 1.2rem;
		min-width: 75px
	}
}

@media only screen and (min-width:600px) {
	.cta-plain-button .locations__button {
		min-width: 80px
	}
}

@media only screen and (min-width:768px) {
	.cta-plain-button .locations__button {
		font-weight: 600;
		font-size: 1.3rem;
		min-width: 85px
	}
}

@media only screen and (min-width:992px) {
	.cta-plain-button .locations__button {
		min-width: 90px
	}
}

.cta-plain-button .locations__button:hover {
	background-color: #aaa
}

@supports (display:grid) {
	.cta-plain-button .uk-postcodes {
		display: grid;
		grid-template-columns: repeat(4, minmax(50px, 1fr));
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		grid-gap: 10px
	}
	@media only screen and (min-width:480px) {
		.cta-plain-button .uk-postcodes {
			grid-template-columns: repeat(5, minmax(60px, 1fr))
		}
	}
	@media only screen and (min-width:600px) {
		.cta-plain-button .uk-postcodes {
			grid-template-columns: repeat(7, minmax(65px, 1fr))
		}
	}
	@media only screen and (min-width:768px) {
		.cta-plain-button .uk-postcodes {
			grid-template-columns: repeat(9, minmax(70px, 1fr))
		}
	}
	@media only screen and (min-width:1280px) {
		.cta-plain-button .uk-postcodes {
			grid-template-columns: repeat(11, minmax(75px, 1fr))
		}
	}
}

.cta-plain-button .uk-postcodes .locations__button {
	padding: .4rem 0;
	font-size: .8rem;
	min-width: 50px
}

@media only screen and (min-width:600px) {
	.cta-plain-button .uk-postcodes .locations__button {
		padding: .5rem 0;
		font-size: .9rem
	}
}

.locations.cta-single {
	margin: 0 auto;
	text-align: center;
	grid-template-columns: 1fr
}

.cta-plain-button .locations.cta-single {
	width: 100%
}

.locations.cta-single a {
	min-width: 60%;
	margin: 1rem auto 0 auto
}

@media only screen and (min-width:992px) {
	.locations.cta-single a {
		min-width: 40%
	}
}

.cta-map--germany img {
	width: 60%
}

@media only screen and (min-width:768px) {
	.cta-map--germany img {
		width: 40%
	}
}

.cta-map--united-kingdom img {
	width: 60%
}

@media only screen and (min-width:768px) {
	.cta-map--united-kingdom img {
		width: 40%
	}
}

.cta-map__link {
	display: block;
	clear: both;
	width: 100%;
	height: auto
}

.cta-plain-button__birth-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-width: 80px
}

.cta-plain-button__birth-group>* {
	margin: 2px
}

@media only screen and (min-width:600px) {
	.cta-plain-button__birth-group>* {
		margin: 4px
	}
}

@supports (display:grid) {
	.cta-plain-button__birth-group {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
		grid-gap: 2px 4px
	}
	@media only screen and (min-width:600px) {
		.cta-plain-button__birth-group {
			grid-gap: 2px 6px
		}
	}
	.cta-plain-button__birth-group .locations__button {
		width: 100%
	}
}

.cta {
	color: #fff;
	text-align: center;
	margin-bottom: .5rem;
	padding: 1rem;
	font-size: 1.4rem;
	text-decoration: none;
	display: block;
	font-weight: 600;
	line-height: 1.5
}

@media only screen and (min-width:480px) {
	.cta {
		padding: 1rem 2.4rem;
		font-size: 1.5rem
	}
}

@media only screen and (min-width:600px) {
	.cta {
		padding: 1.2rem 2.5rem;
		font-size: 2rem
	}
}

@media only screen and (min-width:768px) {
	.cta {
		padding: 1.4rem 3rem;
		line-height: 1.3
	}
}

.cta-message {
	background-color: #ddd;
	padding: .6rem 0;
	margin: .5rem 0;
	text-align: center
}

.cta-message p {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 600
}

.exit-intent-modal {
	display: none;
	background: rgba(0, 0, 0, .8);
	z-index: 4;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0
}

.display-exit-intent .exit-intent-modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.exit-intent-modal__view {
	width: 450px;
	height: 450px;
	background: #fff;
	border-radius: 4px;
	z-index: 5;
	padding: 1.5rem;
	position: relative
}

.exit-intent-modal__close {
	background: 0 0;
	color: #999;
	font-weight: 700;
	font-size: 1rem;
	cursor: pointer;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: absolute;
	top: 10px;
	left: 10px
}

.exit-intent-modal__headline-top {
	text-align: center;
	width: 100%;
	margin: .5rem auto 1rem auto
}

.exit-intent-modal__headline-main {
	text-align: center;
	margin: 2rem 0
}

.exit-intent-modal__content {
	font-size: 1rem;
	text-align: center;
	margin: 2rem auto
}

.exit-intent-modal__cta-link {
	color: #fff;
	padding: .6rem .5rem;
	font-size: .9rem;
	line-height: 1.4;
	display: block;
	text-decoration: none;
	width: 90%;
	max-width: 300px;
	margin: 1.2rem auto .1rem auto;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

@media only screen and (min-width:600px) {
	.exit-intent-modal__cta-link {
		font-size: 1rem;
		padding: .8rem .6rem
	}
}

@media only screen and (min-width:992px) {
	.exit-intent-modal__cta-link {
		max-width: 180px
	}
}

.exit-intent-modal__brand-logo {
	width: 50%;
	margin: 2rem auto
}

.footer-cta {
	margin-top: 1.5rem;
	padding: 1.2rem 0;
	text-align: center;
	position: relative
}

.footer-cta .cta-button {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	display: block
}

@media only screen and (min-width:992px) {
	.footer-cta .cta-button {
		text-decoration: underline
	}
}

.main-footer {
	background: #003bff;
	padding: 1rem 0;
	position: relative
}

.main-footer p {
	text-align: center;
	color: #fff
}

.main-footer--links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 1rem!important
}

.main-footer--links li {
	color: #fff;
	margin: 0 .3rem
}

.main-footer a {
	color: #fff;
	text-decoration: none;
	display: inline-block
}

.main-footer a:hover,
.main-footer a:visited {
	color: #fff
}

@media only screen and (min-width:992px) {
	.main-footer a:hover {
		text-decoration: underline
	}
}

.main-footer address {
	font-size: 1rem;
	line-height: 1.4;
	color: #fff;
	text-align: center
}

@media only screen and (min-width:600px) {
	.main-footer address {
		text-align: left
	}
}

.main-footer .block-details h4 {
	color: #fff;
	text-align: center;
	font-size: 1rem
}

@media only screen and (min-width:600px) {
	.main-footer .block-details h4 {
		text-align: left
	}
}

@media only screen and (min-width:600px) {
	.main-footer .block-details--address {
		width: 30%;
		margin-left: 10%
	}
}

.main-footer .block-details--contact {
	margin-top: 1rem
}

@media only screen and (min-width:600px) {
	.main-footer .block-details--contact {
		width: 45%;
		margin-left: 15%;
		margin-top: 0
	}
}

.main-footer .block-copyright {
	font-size: .9rem
}

.main-footer .disclaimer p {
	font-size: .7rem
}

.main-footer .disclaimer p a {
	text-decoration: underline
}

.main-footer--copy {
	color: #fff;
	margin-top: 1rem
}

.main-footer--copy sup {
	margin-right: 4px
}

.main-footer--copy p {
	margin: 1rem 4px 1rem 0;
	font-size: 1rem
}

.main-footer small {
	font-size: .8rem;
	width: 100%;
	display: block;
	text-align: center;
	color: #fff
}

.block-contact-area {
	padding: 1.4rem 0
}

@media only screen and (min-width:600px) {
	.block-contact-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.main-header {
	margin-bottom: .8rem
}

@media only screen and (min-width:992px) {
	.main-header {
		border-bottom: 1px solid #bbb
	}
}

.main-header .logo-container {
	border-bottom: 1px solid #bbb;
	padding: .5rem 0
}

@media only screen and (min-width:992px) {
	.main-header .logo-container {
		border: none
	}
}

.headline {
	margin: .6rem 0
}

.headline__main {
	font-size: 1.35rem;
	line-height: 1.1;
	font-weight: 900
}

@media only screen and (min-width:600px) {
	.headline__main {
		font-size: 1.65rem
	}
}

@media only screen and (min-width:992px) {
	.headline__main {
		color: #000;
		font-size: 1.8rem;
		line-height: 1.2
	}
}

.main-image-caption figcaption {
	color: #aaa;
	font-size: .9rem
}

.main-image-caption img {
	width: 100%;
	height: auto
}

.impressum__button {
	background: 0 0;
	border: none;
	cursor: pointer;
	text-decoration: underline;
	display: inline-block;
	color: #fff
}

.impressum__wrapper {
	margin: 0 auto;
	width: 60%;
	height: 60%
}

.impressum__wrapper p {
	color: #000;
	text-align: left;
	font-size: 1rem!important
}

.impressum__headline {
	color: #000!important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin: 1rem 0;
	border-bottom: 2px solid #000
}

.block-infographic--wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 2rem
}

@supports (display:grid) {
	.block-infographic--wrapper {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 300px));
		grid-template-rows: repeat(2, minmax(140px, auto));
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		grid-row-gap: 5px;
		grid-column-gap: 10px
	}
	@media only screen and (min-width:600px) {
		.block-infographic--wrapper {
			grid-column-gap: 20px;
			grid-row-gap: 20px
		}
	}
	@media only screen and (min-width:992px) {
		.block-infographic--wrapper {
			grid-column-gap: 30px;
			grid-row-gap: 20px
		}
	}
}

.block-infographic--item {
	text-decoration: none;
	text-align: center;
	background-size: 85%;
	background-position: 50% 35%;
	background-repeat: no-repeat;
	min-width: 30%;
	margin-bottom: .4rem;
	margin-right: .2rem;
	padding: .6rem 0;
	border: 2px solid #0578b2
}

@media only screen and (min-width:768px) {
	.block-infographic--item {
		background-size: 75%
	}
}

@media only screen and (min-width:992px) {
	.block-infographic--item {
		background-size: 50%
	}
}

.block-infographic--item:active,
.block-infographic--item:focus,
.block-infographic--item:hover {
	background-color: #0578b2
}

.block-infographic--item:active p,
.block-infographic--item:focus p,
.block-infographic--item:hover p {
	color: #fff
}



.block-infographic--item p {
	font-size: .9rem;
	font-weight: 500;
	margin: 6rem auto 0 auto;
	width: 94%;
	color: #0578b2
}

@media only screen and (min-width:600px) {
	.block-infographic--item p {
		margin-top: 6rem
	}
}

@media only screen and (min-width:992px) {
	.block-infographic--item p {
		font-size: 1.1rem
	}
}

.block-infographic--item p:active,
.block-infographic--item p:focus,
.block-infographic--item p:hover {
	color: #fff
}

.numbered-list {
	padding: 0;
	list-style-type: none;
	counter-reset: section
}

.numbered-list li {
	position: relative;
	overflow: hidden;
	padding: .2rem 3% .5rem 2.5rem;
	font-size: 1.2rem
}

.numbered-list li::before {
	position: absolute;
	top: 2px;
	left: 0;
	color: #fff;
	background-color: #545454;
	width: 26px;
	height: 26px;
	content: '';
	display: block;
	border-radius: 0;
	text-align: center;
	font-weight: 800;
	padding: 1px
}

.numbered-list li::before {
	content: counter(section);
	counter-increment: section
}

.numbered-list-square {
	padding: 0;
	list-style-type: none;
	counter-reset: section
}

.numbered-list-square li {
	position: relative;
	overflow: hidden;
	padding: .2rem 3% .5rem 2.5rem;
	font-size: 1.2rem
}

.numbered-list-square li::before {
	position: absolute;
	top: 2px;
	left: 0;
	color: #fff;
	background-color: #545454;
	width: 26px;
	height: 26px;
	content: '';
	display: block;
	border-radius: 0;
	text-align: center;
	font-weight: 800;
	padding: 1px
}

.numbered-list-square li::before {
	content: counter(section);
	counter-increment: section
}

.numbered-list-round {
	padding: 0;
	list-style-type: none;
	counter-reset: section
}

.numbered-list-round li {
	position: relative;
	overflow: hidden;
	padding: .2rem 3% .5rem 2.5rem;
	font-size: 1.2rem
}

.numbered-list-round li::before {
	position: absolute;
	top: 2px;
	left: 0;
	color: #fff;
	background-color: #545454;
	width: 26px;
	height: 26px;
	content: '';
	display: block;
	border-radius: 50%;
	text-align: center;
	font-weight: 800;
	padding: 1px
}

.numbered-list-round li::before {
	content: counter(section);
	counter-increment: section
}

.bullet-list {
	padding: 0;
	list-style-type: none;
	counter-reset: section
}

.bullet-list li {
	position: relative;
	overflow: hidden;
	padding: .2rem 3% .5rem 2.5rem;
	font-size: 1.2rem
}

.bullet-list li::before {
	position: absolute;
	top: 2px;
	left: 0;
	color: #fff;
	background-color: #545454;
	width: 26px;
	height: 26px;
	content: '';
	display: block;
	border-radius: 0;
	text-align: center;
	font-weight: 800;
	padding: 1px
}

.bullet-list-square {
	padding: 0;
	list-style-type: none;
	counter-reset: section
}

.bullet-list-square li {
	position: relative;
	overflow: hidden;
	padding: .2rem 3% .5rem 2.5rem;
	font-size: 1.2rem
}

.bullet-list-square li::before {
	position: absolute;
	top: 2px;
	left: 0;
	color: #fff;
	background-color: #545454;
	width: 26px;
	height: 26px;
	content: '';
	display: block;
	border-radius: 0;
	text-align: center;
	font-weight: 800;
	padding: 1px
}

.bullet-list-round {
	padding: 0;
	list-style-type: none;
	counter-reset: section
}

.bullet-list-round li {
	position: relative;
	overflow: hidden;
	padding: .2rem 3% .5rem 2.5rem;
	font-size: 1.2rem
}

.bullet-list-round li::before {
	position: absolute;
	top: 2px;
	left: 0;
	color: #fff;
	background-color: #545454;
	width: 26px;
	height: 26px;
	content: '';
	display: block;
	border-radius: 50%;
	text-align: center;
	font-weight: 800;
	padding: 1px
}

.logo-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: center;
	padding: .5rem 0
}

.logo-container .logo {
	width: 70%
}

@media only screen and (min-width:600px) {
	.logo-container .logo {
		width: 25%
	}
}

.logo-container .logo img {
	width: 100%
}

@media only screen and (min-width:992px) {
	.has-sidebanner .narrow-article {
		width: 74%
	}
}

.sidebanner {
	width: 100%;
	min-height: 120px;
	text-align: center;
	color: #fff;
	display: none;
	position: fixed;
	top: 0;
	left: 0
}

@media only screen and (min-width:992px) {
	.sidebanner {
		display: block;
		position: relative;
		width: 22%;
		color: #000;
		background-color: #fff
	}
}

.sidebanner__headline {
	text-transform: none;
	font-size: 1.4rem
}

@media only screen and (max-width:991px) {
	.sidebanner__headline {
		margin-top: 0;
		margin-bottom: 0;
		line-height: 1.4
	}
}

.sidebanner--mobile {
	display: block
}

.sidebanner__sticky {
	width: 100%;
	padding: 1rem;
	position: relative;
	padding: .5rem .6rem .6rem .6rem
}

@media only screen and (min-width:992px) {
	.sidebanner__sticky {
		border: 1px solid #bbb
	}
}

.sidebanner__close {
	color: #fff;
	background: 0 0;
	border: none;
	font-size: 1rem;
	font-weight: 700;
	position: fixed;
	top: 10px;
	right: 10px
}

@media only screen and (min-width:992px) {
	.sidebanner__close {
		display: none
	}
}

.sidebanner__content {
	font-size: .9rem
}

@media only screen and (min-width:600px) {
	.sidebanner__content {
		font-size: 1.1rem
	}
}

.sidebanner__headline {
	padding: 0;
	margin: .4rem auto;
	width: 90%;
	font-size: 1.1rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase
}

@media only screen and (min-width:600px) {
	.sidebanner__headline {
		font-size: 1.2rem;
		width: 100%
	}
}

.sidebanner__cta-item:first-of-type {
	display: block
}

@media only screen and (max-width:991px) {
	.sidebanner__cta-item {
		display: none
	}
}

.sidebanner__cta-link {
	color: #fff;
	padding: .6rem .5rem;
	font-size: .9rem;
	line-height: 1.4;
	display: block;
	text-decoration: none;
	width: 90%;
	max-width: 300px;
	margin: 1.2rem auto .1rem auto;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: 1px 1px 2px #475c74;
	box-shadow: 1px 1px 2px #475c74;
	font-size: 1rem
}

@media only screen and (min-width:600px) {
	.sidebanner__cta-link {
		font-size: 1rem;
		padding: .8rem .6rem
	}
}

@media only screen and (min-width:992px) {
	.sidebanner__cta-link {
		max-width: 180px
	}
}

@media only screen and (max-width:991px) {
	.sidebanner__cta-link {
		margin-top: .8rem
	}
}

@media only screen and (max-width:991px) {
	.sidebanner__cta-link:hover {
		background-color: #fff
	}
}

.sidebanner small {
	font-size: .7rem
}

.sidebanner__brand-logo {
	margin: .5rem auto 0 auto;
	padding-top: .5rem;
	width: 90%;
	border-top: 1px solid #ccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media only screen and (max-width:991px) {
	.sidebanner__brand-logo {
		display: none
	}
}

.sidebanner__brand-logo img {
	width: 65%
}

.social-icons {
	padding-top: .5rem;
	margin-bottom: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.social-icons a {
	text-decoration: none;
	background-size: contain;
	margin-right: .3rem;
	width: 28px;
	height: 28px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden
}

.social-icons img {
	width: 28px;
	height: 28px
}

.icon-fb {
	no-repeat -6px -2px
}

.icon-tw {
	no-repeat -6px -2px
}

.icon-email {
	no-repeat -2px 0
}

@media only screen and (min-width:480px) {
	.survey-compare.i18n-en-au .logo {
		width: 40%
	}
}

@media only screen and (min-width:600px) {
	.survey-compare.i18n-en-au .logo {
		width: 30%
	}
}

@media only screen and (min-width:768px) {
	.survey-compare.i18n-en-au .logo {
		width: 20%
	}
}

.survey-compare.i18n-en-au .social-icons {
	display: none
}

@media only screen and (min-width:600px) {
	.survey-compare.i18n-en-au .social-icons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.survey-compare.i18n-en-au .logo-container {
	padding-top: 0
}

.survey-compare.i18n-en-au .headline__main a {
	color: #000
}

.survey-compare.i18n-en-au .author-info {
	margin-bottom: .5rem
}

.survey-compare.i18n-en-au .benefits-block__title,
.survey-compare.i18n-en-au .block-copy h2 {
	color: #f03a47
}

.survey-compare.i18n-en-au .locations__button {
	color: #0578b2;
	background-color: #e6f1f7
}

.survey-compare.i18n-en-au .locations__button:hover {
	color: #fff;
	background-color: #f03a47
}

.survey-compare.i18n-en-au .disclaimer {
	font-size: .8rem;
	color: #fff
}

.survey-compare {
	font-family: Rubik, sans-serif;
	line-height: 1.5
}

.survey-compare .block-copy h2 {
	color: #0578b2
}

.survey-compare .block-copy a {
	color: #0578b2
}

.survey-compare .block-info a {
	color: #f03a47
}

.survey-compare .block-info a:hover {
	color: #0578b2
}

.survey-compare .cta-block__text {
	background-color: #0578b2
}

.survey-compare .cta-block__button {
	border-color: #0578b2
}

.survey-compare .cta-block__button:focus .locations__text,
.survey-compare .cta-block__button:hover .locations__text {
	background-color: #f03a47
}

.survey-compare .footer-cta {
	background-color: #f03a47
}

.survey-compare .footer-cta a {
	color: #fff
}

.survey-compare .cta-header__button {
	background: #0578b2
}

.survey-compare .cta-header__button:hover {
	background: #f03a47
}

@media only screen and (max-width:991px) {
	.survey-compare .sidebanner__sticky {
		background-color: #0578b2
	}
}

@media only screen and (min-width:992px) {
	.survey-compare .sidebanner__headline {
		color: #0578b2
	}
}

.survey-compare .sidebanner__cta-link {
	background-color: #f03a47
}

.survey-compare .sidebanner__cta-link:hover {
	background: #0578b2
}

.survey-compare .exit-intent-modal__headline-main {
	color: #0578b2
}

.survey-compare .exit-intent-modal__cta-link {
	background-color: #f03a47
}

.survey-compare .exit-intent-modal__cta-link:hover {
	background: #f03a47
}

.survey-compare a.cta {
	color: #fff;
	background-color: #0578b2
}

.survey-compare .age-group,
.survey-compare .cta-cartoon-icon-diverse__age-group,
.survey-compare .cta-cartoon-icon__age-group {
	background-color: #f03a47
}

.survey-compare .cartoon,
.survey-compare .cta-cartoon-icon-diverse__cartoon,
.survey-compare .cta-cartoon-icon__cartoon {
	color: #0578b2;
	border-color: #0578b2
}

.survey-compare .cartoon:hover,
.survey-compare .cta-cartoon-icon-diverse__cartoon:hover,
.survey-compare .cta-cartoon-icon__cartoon:hover {
	color: #f03a47;
	background-color: #0578b2
}

.survey-compare .cartoon p,
.survey-compare .cta-cartoon-icon-diverse__cartoon p,
.survey-compare .cta-cartoon-icon__cartoon p {
	color: #0578b2
}

.survey-compare .cta-cta-block .locations__text {
	background-color: #0578b2
}

.survey-compare .cta-cta-block .locations__text:hover {
	background-color: #f03a47
}

.survey-compare .blockquote {
	background: #eee
}

.survey-compare .blockquote p {
	color: #0578b2
}

.survey-compare .blockquote-info {
	background: #0578b2
}

.survey-compare .locations__button {
	background-color: #0578b2
}

.survey-compare .locations__button:hover {
	background-color: #f03a47
}

.survey-compare .main-footer {
	background-color: #0578b2
}

.survey-compare .primary-colour {
	color: #0578b2
}

.survey-compare .privacy-policy {
	font-family: Rubik, Arial, Helvetica, sans-serif
}

.survey-compare .video__cta a {
	background-color: #0578b2
}

.survey-compare .video__cta a:hover {
	background-color: #f03a47
}

.survey-compare .benefits {
	background-color: #f03a47
}

.survey-compare .benefits-block {
	background-color: #fff
}

.survey-compare .benefits-block__title {
	color: #0578b2
}

.survey-compare .node-type-listicle-page .locations__button {
	background-color: #f03a47
}

.survey-compare .node-type-listicle-page .locations__button:hover {
	background-color: #0578b2
}

.survey-compare .listicle .headline__index {
	background-color: #0578b2
}

.survey-compare .listicle__body a {
	color: #0578b2
}

.survey-compare .listicle__body a:hover {
	color: #f03a47
}

.survey-compare .listicle__contents-link {
	color: #0578b2
}

.survey-compare .listicle__contents-link:hover {
	color: #f03a47
}

.survey-compare .block-contact-area {
	border-bottom: #fff solid 1px
}

.survey-compare .ccpa-policy {
	border-top: #fff solid 1px
}

.survey-compare .bullet-list li::before,
.survey-compare .bullet-list-round li::before,
.survey-compare .bullet-list-square li::before,
.survey-compare .numbered-list li::before,
.survey-compare .numbered-list-round li::before,
.survey-compare .numbered-list-square li::before {
	background-color: #ffc400;
	line-height: 1.5
}

@media only screen and (max-width:767px) {
	.survey-compare .logo {
		width: 50%
	}
}

.survey-compare .author-info__image {
	width: 36px;
	height: 36px
}

.survey-compare .headline__main {
	font-weight: 700;
	font-size: 1.4rem
}

@media only screen and (min-width:992px) {
	.survey-compare .headline__main {
		font-size: 2.2rem
	}
}

.survey-compare.i18n-zh-hant .logo {
	width: 30%
}

@media only screen and (min-width:600px) {
	.survey-compare.i18n-zh-hant .logo {
		width: 12%
	}
}

.survey-compare a.cta-button {
	color: #fff
}

.survey-compare .cta-map {
	clear: both;
	padding-top: 2rem
}

.survey-compare .benefits-block {
	padding: 0;
	margin: 1rem 0 2rem 0
}

.survey-compare .benefits-block__items {
	margin: 1rem 0
}

.survey-compare .benefits-block__item {
	font-size: 1.2rem
}

.survey-compare .benefits-block__title {
	color: #0578b2;
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
	font-weight: 600
}

.survey-compare-benefits-icons {
	clear: both;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	border-bottom: 1px solid #ccc
}

@supports (display:grid) {
	.survey-compare-benefits-icons {
		display: grid;
		grid-gap: 10px;
		grid-template-columns: repeat(1, 1fr)
	}
}

@media only screen and (min-width:320px) {
	.survey-compare-benefits-icons {
		grid-gap: 20px;
		grid-template-columns: repeat(2, 1fr)
	}
}

@media only screen and (min-width:480px) {
	.survey-compare-benefits-icons {
		grid-gap: 30px;
		grid-template-columns: repeat(3, 1fr)
	}
}

@media only screen and (min-width:600px) {
	.survey-compare-benefits-icons {
		grid-gap: 50px
	}
}

.survey-compare-benefits-icons__icon {
	display: block;
	text-decoration: none;
	background-color: #e6f1f7;
	text-align: center;
	padding-top: 20px
}

.survey-compare-benefits-icons__icon:hover {
	background-color: #fdebeb
}

.survey-compare-benefits-icons__icon:hover span {
	background-color: #f03a47
}

.survey-compare-benefits-icons__icon svg {
	width: 50%;
	margin: 1rem 0;
	height: 60px
}

@media only screen and (min-width:600px) {
	.survey-compare-benefits-icons__icon svg {
		margin: 1rem 0;
		height: 120px
	}
}

.survey-compare-benefits-icons__icon-text {
	display: block;
	width: 100%;
	padding: 1rem 0;
	text-align: center;
	color: #fff;
	background-color: #0578b2
}

.swiper-container {
	width: 100%;
	height: auto;
	position: relative
}

.swiper-container img {
	width: 98%;
	margin: 0 auto;
	height: auto
}

.swiper-pagination-bullets {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-width: 96%;
	padding: 10px 0
}

.swiper-pagination-bullet {
	width: 32px;
	height: 2px;
	cursor: pointer;
	background-color: #fff;
	opacity: .5;
	border-radius: 0;
	padding: 4px
}

.swiper-pagination-bullet-active {
	opacity: 1
}

.swiper-button-next,
.swiper-button-prev {
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 46%;
	cursor: pointer;
	border: none;
	background: 0 0
}

@media only screen and (min-width:600px) {
	.swiper-button-next,
	.swiper-button-prev {
		width: 50px;
		height: 50px
	}
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
	outline: 0
}

.swiper-button-next span,
.swiper-button-prev span {
	display: none
}

.swiper-button-next {
	right: 30px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.swiper-button-prev {
	left: 10px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.swiper-caption {
	position: absolute;
	top: 0;
	left: 40%;
	z-index: 3;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}

@media only screen and (min-width:768px) {
	.swiper-caption {
		top: 20%;
		left: 45%
	}
}

@media only screen and (min-width:768px) {
	.swiper-caption {
		top: 25%;
		left: 52%
	}
}

.trustpilot {
	display: none
}

@media only screen and (min-width:600px) {
	.trustpilot {
		display: block;
		width: 18%;
		margin-left: 82%;
		margin-top: -110px
	}
}

.video {
	width: 100%
}

.video__container {
	position: relative;
	display: block;
	padding-bottom: 44%;
	height: 0;
	overflow: hidden;
	width: 75%;
	margin: 0 auto
}

.video__container embed,
.video__container iframe,
.video__container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.video__cta {
	margin: 2rem 0;
	width: auto;
	text-align: center
}

.video__cta a {
	width: auto;
	min-width: 200px;
	margin: 0 auto;
	display: inline-block;
	color: #fff;
	font-size: 1.3rem;
	background: #999;
	text-decoration: none;
	padding: 1.2rem 1.5rem .6rem 1.5rem;
	border-radius: 4px;
	line-height: 1.6;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.video__cta a:hover {
	background-color: #333
}

.node-type-listicle-page.the-eco-experts {
	font-family: Heebo
}

.node-type-listicle-page .cta-plain-button .locations {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@supports (display:grid) {
	.node-type-listicle-page .cta-plain-button .locations {
		grid-gap: 2px 10px;
		grid-auto-rows: minmax(-webkit-min-content, 1fr);
		grid-auto-rows: minmax(min-content, 1fr)
	}
}

.node-type-listicle-page .cta-single .locations__button {
	width: 90%;
	margin: 0 auto
}

@media only screen and (min-width:600px) {
	.node-type-listicle-page .cta-single .locations__button {
		width: 60%
	}
}

@media only screen and (min-width:992px) {
	.node-type-listicle-page .cta-single .locations__button {
		width: 50%
	}
}

.node-type-listicle-page .locations__button {
	margin: .3rem 0;
	-webkit-box-shadow: 1px 1px 2px #475c74;
	box-shadow: 1px 1px 2px #475c74
}

@media only screen and (min-width:600px) {
	.node-type-listicle-page .locations__button {
		min-height: 80px
	}
}

.node-type-listicle-page h1.headline__main {
	color: #000
}

.node-type-listicle-page div.content-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

@media only screen and (min-width:992px) {
	.node-type-listicle-page div.content-top {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.node-type-listicle-page div.content-top .author-info {
	margin-right: auto
}

.listicle {
	width: 100%
}

.listicle p {
	font-size: 1.2rem
}

@media only screen and (min-width:600px) {
	.listicle p {
		font-size: 1.3rem
	}
}

.listicle__contents {
	background-color: #e7f0f7;
	padding: 1.4rem;
	margin: 2.5rem 0 1rem 0
}

.listicle__contents-header {
	font-size: 1.4rem;
	margin: 0 0 .5rem 0
}

.listicle__contents-link {
	color: #000;
	text-decoration: underline;
	font-size: 1.1rem;
	display: block;
	padding: .5rem 0
}

.listicle__contents-link:hover {
	text-decoration: none
}

.listicle h1.headline__main {
	font-size: 2.4rem
}

@media only screen and (min-width:600px) {
	.listicle h1.headline__main {
		font-size: 2.5rem
	}
}

.listicle .headline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.2rem
}

.listicle .headline__main {
	position: relative;
	font-size: 1.8rem
}

@media only screen and (min-width:600px) {
	.listicle .headline__main {
		font-size: 2rem
	}
}

h1.listicle .headline__main {
	font-size: 2.1rem
}

.listicle .headline__index {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	line-height: .7;
	padding: .9rem;
	font-size: 1.4rem;
	-webkit-box-shadow: 1px 1px 2px #475c74;
	box-shadow: 1px 1px 2px #475c74;
	margin-right: .8rem;
	color: #fff;
	font-weight: 700;
	width: 38px;
	height: 38px
}

@media only screen and (min-width:600px) {
	.listicle .headline__index {
		width: 42px;
		height: 42px
	}
}

.listicle .headline__index::after {
	display: none
}

.listicle__body {
	margin: 1rem 0;
	padding: 1rem 0
}

.listicle__item {
	margin: 1rem 0;
	padding: 1rem 0 2rem 0;
	border-bottom: 1px solid #b3b3b3
}

.listicle__item:last-of-type {
	border-bottom: none
}

.sub-content {
	line-height: 1.3;
	font-size: 1.3rem
}

.block-hero {
	position: relative
}

div.hero-image {
	width: 100%;
	height: auto;
	background-size: cover!important
}

.hero-overlay {
	-webkit-animation: fade-in ease .5s;
	animation: fade-in ease .5s;
	background-color: rgba(28, 20, 102, .7);
	display: block;
	padding: 1rem;
	width: 95%;
	-webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
	position: static;
	z-index: 1;
	height: auto;
	max-height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media only screen and (min-width:600px) {
	.hero-overlay {
		max-height: 300px;
		width: 80%;
		padding: 1.5rem
	}
}

@media only screen and (min-width:768px) {
	.hero-overlay {
		max-height: 400px;
		width: 75%;
		padding: 2rem
	}
}

.hero-overlay h2 {
	color: #fff;
	margin: .4rem 0;
	font-size: 1.2rem;
	color: #00b0b2;
	font-weight: 700;
	width: 100%
}

@media only screen and (min-width:600px) {
	.hero-overlay h2 {
		font-size: 1.5rem;
		margin: .8rem 0
	}
}

@media only screen and (min-width:768px) {
	.hero-overlay h2 {
		font-size: 2rem;
		margin: 1rem 0
	}
}

.hero-overlay ul {
	color: #fff;
	padding-left: 0;
	padding-right: 60px;
	-webkit-animation: fade-out 8s ease-out;
	animation: fade-out 8s ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 0;
	width: 100%
}

@media only screen and (min-width:600px) {
	.hero-overlay ul {
		padding-right: 100px
	}
}

@media only screen and (min-width:768px) {
	.hero-overlay ul {
		padding-right: 140px
	}
}

.hero-overlay li {
	font-size: .8rem;
	margin: .8rem .6rem;
	padding: .4rem;
	list-style-type: disc;
	-webkit-animation: none;
	animation: none;
	-webkit-animation: slide-in 8s ease-in-out;
	animation: slide-in 8s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform: translatex(-800px);
	-ms-transform: translatex(-800px);
	transform: translatex(-800px);
	position: relative
}

@media only screen and (min-width:600px) {
	.hero-overlay li {
		font-size: 1rem;
		margin: 1rem .8rem
	}
}

@media only screen and (min-width:768px) {
	.hero-overlay li {
		font-size: 1.5rem;
		padding: .5rem;
		margin: 1.2rem 1rem;
		max-width: 40ch
	}
}

.hero-overlay li.item--01 {
	-webkit-animation-name: slide-in-1;
	animation-name: slide-in-1
}

.hero-overlay li.item--02 {
	-webkit-animation-name: slide-in-2;
	animation-name: slide-in-2
}

.hero-overlay li.item--03 {
	-webkit-animation-name: slide-in-3;
	animation-name: slide-in-3
}

@-webkit-keyframes slide-in-1 {
	0%,
	5% {
		-webkit-transform: translateX(-500px);
		transform: translateX(-500px);
		opacity: 0
	}
	10%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes slide-in-1 {
	0%,
	5% {
		-webkit-transform: translateX(-500px);
		transform: translateX(-500px);
		opacity: 0
	}
	10%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@-webkit-keyframes slide-in-2 {
	0%,
	10% {
		-webkit-transform: translateX(-500px);
		transform: translateX(-500px);
		opacity: 0
	}
	100%,
	15% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes slide-in-2 {
	0%,
	10% {
		-webkit-transform: translateX(-500px);
		transform: translateX(-500px);
		opacity: 0
	}
	100%,
	15% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@-webkit-keyframes slide-in-3 {
	0%,
	15% {
		-webkit-transform: translateX(-500px);
		transform: translateX(-500px);
		opacity: 0
	}
	100%,
	20% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes slide-in-3 {
	0%,
	15% {
		-webkit-transform: translateX(-500px);
		transform: translateX(-500px);
		opacity: 0
	}
	100%,
	20% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@-webkit-keyframes fade-out {
	0%,
	95% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes fade-out {
	0%,
	95% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes fade-in {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

body.logged-in {
	margin-top: 0!important
}

@media only screen and (min-width:992px) {
	body.logged-in {
		padding-top: 45px
	}
}

#admin-menu {
	display: none
}

@media only screen and (min-width:992px) {
	#admin-menu {
		display: block
	}
}

.admin-menu .main-header {
	margin-top: 22px
}

.hide {
	display: none
}

.no-access {
	padding-top: 3rem;
	border-bottom: 4px solid #000
}

.no-access h2 {
	font-weight: 700;
	margin: 1rem 0
}

.page-status {
	padding: .2rem;
	z-index: 999;
	display: none;
	font-family: Montserrat, Arial, Sans-serif;
	position: fixed;
	top: 5px;
	left: 20px
}

.admin-menu .page-status {
	top: 24px
}

@media only screen and (min-width:992px) {
	.page-status {
		display: block
	}
}

.page-status-live {
	color: #aaedd3
}

.page-status-test {
	color: #f99f4f
}

.page-status-unpublished {
	color: #fc5858
}

.page-status-private {
	color: #13424a
}

.page-status .status-text {
	font-size: .9rem
}

.page-status h4 {
	display: inline;
	margin-left: 20px
}

.page-status .dashboard-link {
	color: #fff;
	background-color: #1b7d57;
	display: inline-block;
	font-size: .9rem;
	padding: 5px 6px 4px 6px;
	border: 1px solid #fff;
	text-decoration: none;
	width: auto
}

.page-status .dashboard-link:hover {
	background: #23a874
}

ul.primary {
	border: none;
	background: #000;
	padding: .5rem 1rem;
	border-radius: 2px;
	width: 100%;
	text-align: right;
	z-index: 999;
	display: none;
	top: 0;
	position: fixed;
	top: -5px;
	right: -5px
}

@media only screen and (min-width:992px) {
	ul.primary {
		display: block
	}
}

.admin-menu ul.primary {
	top: 15px
}

ul.primary li {
	display: inline-block;
	width: auto
}

ul.primary li a {
	padding: .4rem;
	border: none;
	font-size: .9rem;
	font-weight: 500;
	text-align: center;
	width: auto;
	min-width: 60px;
	display: block;
	border: 1px solid #14153f;
	font-family: Montserrat, Arial, Sans-serif;
	color: #14153f;
	background-color: #fff
}

ul.primary li a:hover {
	color: #fff;
	background-color: #14153f;
	border-color: #fff
}

ul.primary li.active a {
	color: #fff;
	background-color: #ff00a4;
	border-color: #fff
}

ul.secondary {
	width: calc(100% - 120px);
	padding-right: 120px;
	display: block;
	background: #cacbee;
	clear: both;
	margin: 4px 0 0 0;
	text-align: right
}

ul.secondary li a {
	font-size: .8rem;
	font-weight: 700;
	color: #003bff;
	padding-bottom: 4px
}

ul.secondary li.active a {
	border-bottom: 4px solid #14153f
}

ul.tick-list {
	padding-left: 0
}

ul.tick-list li {
	padding-left: 1.5rem
}

.expert-market ul.tick-list li {
	background: url(/sites/all/themes/cdn_v01/build/img/tick--em.svg) no-repeat 0 4px
}

.clinic-compare ul.tick-list li {
	background: url(/sites/all/themes/cdn_v01/build/img/tick--cc.svg) no-repeat 0 4px
}

.cta-plain-button .locations {
	margin: 1rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center
}

@supports (display:grid) {
	.cta-plain-button .locations {
		display: grid;
		grid-template-columns: repeat(2, minmax(120px, 1fr));
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		grid-gap: 4px 8px
	}
	@media only screen and (min-width:600px) {
		.cta-plain-button .locations {
			grid-template-columns: repeat(3, minmax(150px, 1fr));
			grid-gap: 6px 10px
		}
	}
	@media only screen and (min-width:992px) {
		.cta-plain-button .locations {
			grid-template-columns: repeat(4, minmax(150px, 1fr));
			grid-gap: 8px 12px
		}
	}
}

.cta-plain-button .locations__button {
	margin: 0 1rem .4rem 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	text-decoration: none;
	font-size: 1.05rem;
	display: inline-block;
	padding: 1.2rem .8rem;
	text-align: center;
	border-radius: 0;
	color: #fff;
	background-color: #999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.cta-plain-button .locations__button.active,
.cta-plain-button .locations__button:hover {
	background-color: #666
}

@media only screen and (min-width:480px) {
	.cta-plain-button .locations__button {
		font-size: 1.2rem;
		min-width: 75px
	}
}

@media only screen and (min-width:600px) {
	.cta-plain-button .locations__button {
		min-width: 80px
	}
}

@media only screen and (min-width:768px) {
	.cta-plain-button .locations__button {
		font-weight: 600;
		font-size: 1.3rem;
		min-width: 85px
	}
}

@media only screen and (min-width:992px) {
	.cta-plain-button .locations__button {
		min-width: 90px
	}
}

.cta-plain-button .locations__button:hover {
	background-color: #aaa
}

@supports (display:grid) {
	.cta-plain-button .uk-postcodes {
		display: grid;
		grid-template-columns: repeat(4, minmax(50px, 1fr));
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		grid-gap: 10px
	}
	@media only screen and (min-width:480px) {
		.cta-plain-button .uk-postcodes {
			grid-template-columns: repeat(5, minmax(60px, 1fr))
		}
	}
	@media only screen and (min-width:600px) {
		.cta-plain-button .uk-postcodes {
			grid-template-columns: repeat(7, minmax(65px, 1fr))
		}
	}
	@media only screen and (min-width:768px) {
		.cta-plain-button .uk-postcodes {
			grid-template-columns: repeat(9, minmax(70px, 1fr))
		}
	}
	@media only screen and (min-width:1280px) {
		.cta-plain-button .uk-postcodes {
			grid-template-columns: repeat(11, minmax(75px, 1fr))
		}
	}
}

.cta-plain-button .uk-postcodes .locations__button {
	padding: .4rem 0;
	font-size: .8rem;
	min-width: 50px
}

@media only screen and (min-width:600px) {
	.cta-plain-button .uk-postcodes .locations__button {
		padding: .5rem 0;
		font-size: .9rem
	}
}

.locations.cta-single {
	margin: 0 auto;
	text-align: center;
	grid-template-columns: 1fr
}

.cta-plain-button .locations.cta-single {
	width: 100%
}

.locations.cta-single a {
	min-width: 60%;
	margin: 1rem auto 0 auto
}

@media only screen and (min-width:992px) {
	.locations.cta-single a {
		min-width: 40%
	}
}

.experts-in-money {
	font-family: Lato, sans-serif
}

.experts-in-money .block-copy h2 {
	color: #00b0b2
}

.experts-in-money .block-copy a {
	color: #00b0b2
}

.experts-in-money .block-info a {
	color: #1c1466
}

.experts-in-money .block-info a:hover {
	color: #00b0b2
}

.experts-in-money .cta-block__text {
	background-color: #00b0b2
}

.experts-in-money .cta-block__button {
	border-color: #00b0b2
}

.experts-in-money .cta-block__button:focus .locations__text,
.experts-in-money .cta-block__button:hover .locations__text {
	background-color: #1c1466
}

.experts-in-money .footer-cta {
	background-color: #1c1466
}

.experts-in-money .footer-cta a {
	color: #fff
}

.experts-in-money .cta-header__button {
	background: #00b0b2
}

.experts-in-money .cta-header__button:hover {
	background: #1c1466
}

@media only screen and (max-width:991px) {
	.experts-in-money .sidebanner__sticky {
		background-color: #00b0b2
	}
}

@media only screen and (min-width:992px) {
	.experts-in-money .sidebanner__headline {
		color: #00b0b2
	}
}

.experts-in-money .sidebanner__cta-link {
	background-color: #1c1466
}

.experts-in-money .sidebanner__cta-link:hover {
	background: #00b0b2
}

.experts-in-money .exit-intent-modal__headline-main {
	color: #00b0b2
}

.experts-in-money .exit-intent-modal__cta-link {
	background-color: #1c1466
}

.experts-in-money .exit-intent-modal__cta-link:hover {
	background: #1c1466
}

.experts-in-money a.cta {
	color: #fff;
	background-color: #00b0b2
}

.experts-in-money .age-group,
.experts-in-money .cta-cartoon-icon-diverse__age-group,
.experts-in-money .cta-cartoon-icon__age-group {
	background-color: #1c1466
}

.experts-in-money .cartoon,
.experts-in-money .cta-cartoon-icon-diverse__cartoon,
.experts-in-money .cta-cartoon-icon__cartoon {
	color: #00b0b2;
	border-color: #00b0b2
}

.experts-in-money .cartoon:hover,
.experts-in-money .cta-cartoon-icon-diverse__cartoon:hover,
.experts-in-money .cta-cartoon-icon__cartoon:hover {
	color: #1c1466;
	background-color: #00b0b2
}

.experts-in-money .cartoon p,
.experts-in-money .cta-cartoon-icon-diverse__cartoon p,
.experts-in-money .cta-cartoon-icon__cartoon p {
	color: #00b0b2
}

.experts-in-money .cta-cta-block .locations__text {
	background-color: #00b0b2
}

.experts-in-money .cta-cta-block .locations__text:hover {
	background-color: #1c1466
}

.experts-in-money .blockquote {
	background: #eee
}

.experts-in-money .blockquote p {
	color: #00b0b2
}

.experts-in-money .blockquote-info {
	background: #00b0b2
}

.experts-in-money .locations__button {
	background-color: #00b0b2
}

.experts-in-money .locations__button:hover {
	background-color: #1c1466
}

.experts-in-money .main-footer {
	background-color: #00b0b2
}

.experts-in-money .primary-colour {
	color: #00b0b2
}

.experts-in-money .privacy-policy {
	font-family: Lato, Arial, Helvetica, sans-serif
}

.experts-in-money .video__cta a {
	background-color: #00b0b2
}

.experts-in-money .video__cta a:hover {
	background-color: #1c1466
}

.experts-in-money .benefits {
	background-color: #1c1466
}

.experts-in-money .benefits-block {
	background-color: #f5fafb
}

.experts-in-money .benefits-block__title {
	color: #00b0b2
}

.experts-in-money .node-type-listicle-page .locations__button {
	background-color: #1c1466
}

.experts-in-money .node-type-listicle-page .locations__button:hover {
	background-color: #00b0b2
}

.experts-in-money .listicle .headline__index {
	background-color: #00b0b2
}

.experts-in-money .listicle__body a {
	color: #00b0b2
}

.experts-in-money .listicle__body a:hover {
	color: #1c1466
}

.experts-in-money .listicle__contents-link {
	color: #00b0b2
}

.experts-in-money .listicle__contents-link:hover {
	color: #1c1466
}

.experts-in-money .block-contact-area {
	border-bottom: #fff solid 1px
}

.experts-in-money .ccpa-policy {
	border-top: #fff solid 1px
}

.experts-in-money .bullet-list li::before,
.experts-in-money .bullet-list-round li::before,
.experts-in-money .bullet-list-square li::before,
.experts-in-money .numbered-list li::before,
.experts-in-money .numbered-list-round li::before,
.experts-in-money .numbered-list-square li::before {
	background-color: #00b0b2;
	line-height: 1.5
}

.experts-in-money .age-group {
	background-color: #00b0b2
}

.experts-in-money .advert__text {
	font-size: 1.3rem
}

.experts-in-money a {
	font-weight: 900
}

.experts-in-money .cta-plain-button .cta {
	background-color: #1c1466
}

.experts-in-money.node-type-generic-webform .headline__main {
	font-size: 2.6rem
}

@media only screen and (min-width:992px) {
	.experts-in-money.node-type-generic-webform .headline__main {
		font-size: 2.9rem
	}
}

.experts-in-money .block-copy p {
	font-size: 1.3rem;
	line-height: 1.6
}

.experts-in-money .numbered-list-round b {
	color: #00b0b2
}

.experts-in-money .numbered-list-round li {
	font-size: 1.4rem
}

.experts-in-money .numbered-list-round li::before {
	line-height: 1.3;
	top: 5px
}

.experts-in-money .block-copy p {
	font-size: 1.3rem
}

@media only screen and (min-width:992px) {
	.experts-in-money .block-copy a {
		text-decoration: underline
	}
}

.experts-in-money .blockquote p {
	font-size: 1.6rem
}

.experts-in-money .cta-button-list {
	margin: 1rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center
}

@supports (display:grid) {
	.experts-in-money .cta-button-list {
		display: grid;
		grid-template-columns: repeat(2, minmax(120px, 1fr));
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		grid-gap: 4px 8px
	}
	@media only screen and (min-width:600px) {
		.experts-in-money .cta-button-list {
			grid-template-columns: repeat(3, minmax(150px, 1fr));
			grid-gap: 6px 10px
		}
	}
	@media only screen and (min-width:992px) {
		.experts-in-money .cta-button-list {
			grid-template-columns: repeat(4, minmax(150px, 1fr));
			grid-gap: 8px 12px
		}
	}
}

.experts-in-money .cta-button-list a {
	margin: 0 1rem .4rem 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	text-decoration: none;
	font-size: 1.05rem;
	display: inline-block;
	padding: 1.2rem .8rem;
	text-align: center;
	border-radius: 0;
	color: #fff;
	background-color: #00b0b2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.experts-in-money .cta-button-list a.active,
.experts-in-money .cta-button-list a:hover {
	background-color: #004b4c
}

@media only screen and (min-width:480px) {
	.experts-in-money .cta-button-list a {
		font-size: 1.2rem;
		min-width: 75px
	}
}

@media only screen and (min-width:600px) {
	.experts-in-money .cta-button-list a {
		min-width: 80px
	}
}

@media only screen and (min-width:768px) {
	.experts-in-money .cta-button-list a {
		font-weight: 600;
		font-size: 1.3rem;
		min-width: 85px
	}
}

@media only screen and (min-width:992px) {
	.experts-in-money .cta-button-list a {
		min-width: 90px
	}
}

.experts-in-money .cta-button-list a:hover {
	background-color: #1c1466
}

.experts-in-money .cta-message {
	background-color: #d7ecf0
}

.experts-in-money .listicle a.cta {
	background-color: #1c1466
}

.experts-in-money .benefits-block__title {
	color: #fff;
	background-color: #1c1466
}

.experts-in-money .cta-cartoon-icon-diverse__cartoon:hover p {
	color: #fff
}