@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

html {
	scroll-behavior: smooth;
}

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

* {
	padding: 0;
	margin: 0;
}

:root {
	--ms-bases: 1rem;
	--ms-ratios: 1.125;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	font-weight: 400;
	border: none;
	padding: 0;
}

blockquote.testimonial {
	float: none;
	margin: 0;
}

blockquote.testimonial p {
	width: auto;
}

/*
Web Vision Specific 
*/
.masthead {
	display: none !important;
}

#wrapper_sleeve {
	margin-top: 0 !important;
}

.container .inner-sleeve {
	padding: 0;
	margin: 0;
	max-width: 100%;
}

.grid .column>* {
	margin-bottom: 0;
}

.wallpaper-applied #wrapper-sleeve {
	max-width: 100%;
}

.wallpaper-applied #wrapper-sleeve>:first-child {
	padding-top: 0;
}

.wallpaper-applied:not(.story-is-group) #wrapper-sleeve>:first-child {
	padding-top: 0;
}

.wallpaper-applied.site-width-1024 .ad-style1,
.wallpaper-applied.site-width-1024 .container .inner-sleeve {
	max-width: 100%;
}

#cookiePolicy.show {	
	padding-right: 25px;
	padding-left: 25px;
}

p {
	line-height: normal;
	margin-bottom: 0;
}

ul li {
	margin-bottom: 0;
}

h3 {
	margin-bottom: 0;
}

body {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	padding-top: 0 !important;
}

/* general */
.mobile {
	display: none
}

.padding {
	padding: 40px 20px;
}

a:link,
a:visited {
	color: #5A869F;
	font-weight: 400;
	text-decoration: underline;
}

a:hover {
	color: #2F4659;
}

/* btn */
.btn,
.btn:link,
.btn:visited {
	display: inline-block;
	background-color: #43647F;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: -0.54px;
	padding: 20px;
	border-radius: 2px;
	font-weight: 700;
	border: none;
	cursor: pointer;
	width: 100%;
	transition: all 0.3s;
}

.btn:hover,
.btn:active {
	background-color: #30475B;
}

.btn.btn--cta,
.btn.btn--cta:link,
.btn.btn--cta:visited {
	background-color: #E4002B;
}

.btn.btn--cta:hover,
.btn.btn--cta:active {
	background-color: #B40021;
}

/* .group-enquiry .btn {
	color: #000;
	background-color: #E5E5E5;
}

.group-enquiry .btn:hover,
.group-enquiry .btn:active {
	background-color: #cecece;
} */

/* Header */
#header {
	background-color: #000000;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding: 40px 20px;
}

#branding {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1440px;
}

#branding ul {
	padding: 0;
	margin: 0;
	line-height: 30px;
	list-style-type: none;
	text-align: right;
}

#branding a {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	text-decoration: underline;
}

#branding .number {
	text-decoration: none;
}

.lead {
	font-size: 33px;
	font-weight: 700;
	line-height: 46px;
	letter-spacing: -0.32px;
	color: #FFFFFF;
	margin: 65px auto 0 auto;
	max-width: 1127px;
	text-align: center;
}

.corp-lead {
	font-size: 33px;
	font-weight: 700;
	line-height: 46px;
	letter-spacing: -0.32px;
	color: #FFFFFF;
	margin: 65px auto 30px auto;
	max-width: 1127px;
	text-align: center;
}

.sub-lead {
	max-width: 965px;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	line-height: 34px;
	letter-spacing: -0.2px;
	margin-top: 27px;
	margin-bottom: 0px;
}

/* offers */
.offers {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 0;
	width: 100%;
	background-color: #000000;
}

.wrapper {
	padding-right: 20px;
	padding-left: 20px;
	width: 100%;
	max-width: 712px;
}

.wrapper-content {
	border-radius: 2px;
	background-color: #222222;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 42px;
}

/* taeb-switch styles */
.taeb-switch {
	position: relative;
	display: flex;
}

.taeb-switch:after {
	content: "";
	position: absolute;
	width: 50%;
	top: 0;
	transition: left cubic-bezier(.88, -.35, .565, 1.35) .4s;
	border-radius: 2px;
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
	background-color: #E5E5E5;
	height: 100%;
	z-index: 0;
}

.taeb-switch.left:after {
	left: 0;
}

.taeb-switch.right:after {
	left: 50%;
}

.taeb-switch .taeb {
	display: inline-block;
	width: 50%;
	padding: 12px 0;
	z-index: 1;
	position: relative;
	cursor: pointer;
	transition: color 200ms;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.54px;
	user-select: none;
	text-transform: uppercase;
	color: #fff
}

.taeb-switch .taeb.active {
	color: #000;
}

#offers-tabs {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 100%;
}

.tabbuttons {
	display: inline-block;
	color: #494949;
	border-radius: 2px;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 0;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	width: 50%;
	padding: 12px 0;
	transition: all 0.2s ease-out;
	align-self: center;
	text-align: center;
}

#membership-type-offer {
	width: 100%;
	margin: 0 auto;
}

.offer-content {
	margin: 0 auto;
}

.tabbuttons:hover {}

.tabcontent {
	display: none;
	justify-content: center;
	width: 100%;
	background: linear-gradient(to bottom, #000000 50%, #F8FAFB 50%);
	padding-right: 20px;
	padding-left: 20px;
	/* opacity: 0; */
	transition: all 1s;
}

.tabcontent .offer-content {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	grid-gap: 20px;
	justify-content: space-evenly;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1440px;
	text-align: center;
}

/* .activee {
	opacity: 1;
} */

.offer-card {
	background: #FFFFFF;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
	margin: 0;
	padding: 91.5px 40px 51.5px 40px;
	width: 100%;
	border-radius: 2px;
	transition: all 1s cubic-bezier(0.63, 0.15, 0.03, 1.12);
}

.offer-card:hover {
	box-shadow: 1px 6px 112px rgba(0, 0, 0, 0.06);
}

#group.tabcontent .offer-content {
	justify-content: center;
}

.best-value {
	position: relative;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;

}

.best-value::after {
	content: "Best value";
	position: absolute;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	top: 0%;
	/* right: -18%; */
	color: #fff;
	background-color: #E4002B;
	width: 100%;
	right: 0%;
	text-align: center;
	padding: 10px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.group-subs {
	position: relative;
	max-width: 345px;
	justify-self: center;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.group-subs::after {
	content: "Group subscription";
	position: absolute;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	top: 0%;
	color: #fff;
	background-color: #43647F;
	width: 100%;
	right: 0%;
	text-align: center;
	padding: 10px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.offer-name {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -0.26px;
	margin-bottom: 10px;
}

.offer-price {
	font-size: 24px;
	letter-spacing: -0.24px;
}

.offer-text {
	margin-top: 33px;
	margin-bottom: 33px;
	font-size: 18px;
	letter-spacing: -0.18px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.group-text {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: -0.18px;
}

.group-enquiry {
/*	margin-bottom: 21px;*/
	margin-top: 40px;
}

.group-enquiry .btn {
	display: flex;
	place-items: center;
	place-content: center;
	gap: 8px;
}

.text-center {
	text-align: center;
}

/* Benefits */
.benefits {
	background-color: #F8FAFB;
}

.benefits-content {
	width: 1154px;
	max-width: 100%;
	margin: 0 auto;
	color: #160900;
}

.headline-secondary {
	text-align: center;
	font-size: 32px;
	letter-spacing: -0.32px;
	margin-bottom: 42px;
	margin-top: 14px;
	line-height: normal;
}

.benefit-cards {
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 20px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(246px, 1fr));
}

.benefit-card {
	display: flex;
	flex-direction: column;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
	transition: all ease .7s;
	position: relative;
}

.benefit-card:hover {
	box-shadow: 1px 6px 112px rgba(0, 0, 0, 0.06);
}

.benefit-content {
	display: flex;
	flex-direction: column;
	padding: 20px 20px 42px 20px;
	flex-grow: 1;
}

.img-container {
	width: 100%;
	min-height: 154px;
	max-height: 100%;
	overflow: hidden;
	height: auto;
	width: auto;
}

.benefit-img {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}


.benefit-name {
	margin-bottom: 12px;
	font-size: 18px;
	letter-spacing: -0.18px;
	line-height: normal;
}

.benefit-text {
	margin-bottom: auto;
	font-size: 16px;
	letter-spacing: -0.16px;
	line-height: 23px;
}

a.benefit-link {
	font-weight: 600;
	margin-top: 24px;
	font-size: 16px;
	letter-spacing: -0.16px;
}

/* faq */
.faq-content {
	width: 860px;
	max-width: 100%;
	margin: 0 auto;
	color: #000;
}

.faq-headline {
	margin-bottom: 18px;
	font-size: 24px;
	letter-spacing: 0;
	line-height: normal;
	color: #000;
}

.accordions {
	display: block;
	margin: auto;
}

.accordion-item {
	border-bottom: solid 2px #E5E5E5;
	height: auto;
	margin: 0;
	width: 100%;
	transition: all 0.3s ease-in;
}

.accordion-item:hover {
	box-shadow: 0px 3px 6px -7px rgba(0, 0, 0, 0.7);
}

.accordion-item:hover .title-tab .title {

	color: #000;
	text-shadow: 1px 0px #000;
}

.black-border {
	border-bottom: solid 2px #000;
}

h3.title {
	color: #000;
}

.accordion-item .title-tab {
	align-items: center;
	font-size: 16px;
	color: #000;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	width: 100%;
}

#faq-WhyPay {
	padding-top: 0;
}

.accordion-item .title-tab .title {
	font-size: 16px;
	font-weight: 300;
}

.accordion-item .title-tab .title {
	font-size: 16px;
	text-align: left;
	line-height: 19px;
}

.accordion-item svg {
	width: 30px;
	height: 30px;
	transition: transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
	flex-shrink: 0;
}

.accordion-item .title-tab.active svg path {
	fill: #fff;
}

.accordion-item .title-tab.active svg g {
	fill: #43647F;
	stroke: #43647F;
}

.accordion-item .title-tab.active svg {
	transform: rotate(180deg);
}

.accordion-item .title-tab .title {
	transition: text-shadow 0.8s cubic-bezier(0, 0.99, 0.44, 1.01);
}

.accordion-item .title-tab.active .title,
.accordion-item .title-tab .title:hover {
	color: #000;
	text-shadow: 1px 0px #000;
}


.accordion-item .inner-content p.show {
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
}

.inner-content {
	display: none;
	height: auto;
	overflow: hidden;
	text-align: left;
	width: 100%;
}

.inner-content p {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 26px;
	margin: auto;
	opacity: 0;
	padding-bottom: 30px;
	transform: translate3d(0px, 60px, 0px);
	transition: transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01), opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
}

.inner-content .answer {
	color: #43647F;
	font-size: 12px;
	font-weight: 600;
	padding-bottom: 12px;
	line-height: 15px;
	text-transform: uppercase;
}

.have-a-question {
	margin-top: 32px;
}

.have-a-question-text {
	line-height: 25px;
	font-size: 16px;
	margin-bottom: 42px;
}

.back-to-top {
	font-size: 18px;
	margin-bottom: 0;
}

.faq.padding {
	padding-bottom: 50px;
}

#wrbm-footer-div {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

#wrbm-footer-div a {
	text-decoration: none;
}

#wrbm-footer-div a:hover {
	text-decoration: underline;
}

.hidden {
	opacity: 0;
	transform: translateY(40px);
}

@keyframes content {

	60%,
	75%,
	90%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		transform: translate3d(0, 3px, 0)
	}

	30% {
		opacity: 1;
		transform: translate3d(0, -1px, 0)
	}

	to {
		transform: translate3d(0, 0, 0)
	}

}

.content {
	animation-name: content;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

#individual.tabcontent {
	display: block;
}


.testimonials {
	text-align: center;
    padding-bottom: 67px;
}

.testimonials-content {
	max-width: 1014px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.testimonials-content .headline-secondary {
	margin-top: 0;
}

.testimonials .headline-secondary {
    margin-top: 0;
	margin-bottom: 10px;
}

.heading-2 {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: -0.2px;
}

@media only screen and (max-width: 1200px) {
	.testimonials-content {
		max-width: 1000px;
	}
}

@media only screen and (max-width: 800px) {
	.testimonials-content {
		max-width: 1440px;
		padding-left: 0;
		padding-right: 0;
	}
}

.testimonials .heading-2 {
	margin-bottom: 36px;
}

@media only screen and (max-width: 1200px) {
	.testimonials .heading-2 {
		margin-bottom: 45px;
	}
}

@media only screen and (max-width: 740px) {
	.testimonials .heading-2 {
		margin-bottom: 40px;
	}
}

.testimonials--grid {
	display: grid;
	/* for 3 testimonials */
	/* grid-template-columns: 1fr 1fr 1fr; */
	grid-template-columns: 1fr;
	grid-column-gap: 3.2rem;
	grid-row-gap: 6rem;
}

@media only screen and (max-width: 1200px) {
	.testimonials--grid {
		grid-template-columns: 1fr;
	}
}

.testimonials .testimonial {
	font-size: 16px;
	letter-spacing: 0rem;
	line-height: 28px;
}

.testimonials .testimonial-item {
	background: #fff 0% 0% no-repeat padding-box;
	border: 2px solid #E5E5E5;
	border-radius: 6px;
	padding: 25px 39px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	/* remove when carousell is enabled */
	margin: 0 auto;
    min-height: 100%;
    width: 100%;
}

/*.testimonials .testimonial-item::before {
	content: url("https://d36hgjhwuw81py.cloudfront.net/Pictures/web/p/e/g/quote_2564.svg");
	position: absolute;
	width: 48px;
	height: 48px;
	top: -24px;	
	box-shadow: 0px 8px 16px #bdcfd9;
	border-radius: 6px;
}*/

@media only screen and (max-width: 1200px) {
	.testimonials .testimonial-item {
		padding: 38px 19px 14px 19px;
	}
}

.testimonials .testimonial-text {
	margin-bottom: 32px;
}

@media only screen and (max-width: 1200px) {
	.testimonials .testimonial-text {
		margin-bottom: 28px;
	}
}

.testimonials .testimonial-author {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 24px;
}

.testimonials .testimonial-job {
	opacity: 0.6;
	color: #000;
	margin-bottom: 0;
	font-size: 16px;
	line-height: normal;
}

/* 1 testimonial */
.testimonials .testimonial-text {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 28px;
	color: inherit;
}

@media only screen and (min-width: 820px) {
	.testimonials .testimonial-item {
		/*width: 80%;*/
	}
}

.carousel:after {
	content: "flickity";
	display: none;
	/* hide :after */
}

@media screen and (min-width: 1200px) {

	/* disable Flickity for large devices */
	.carousel:after {
		content: "";
	}
}

@media only screen and (max-width: 1200px) {
	.carousel-cell {
		counter-increment: gallery-cell;
		margin-top: 24px;
		margin-bottom: 24px;
		margin-right: 10%;
		min-height: 82%;
		/* change to 90% when 3 */
		width: 100%;
	}
}

@media only screen and (max-width: 1200px) and (max-width: 740px) {
	.carousel-cell {
		min-height: 89%;
	}
}

/* circles */

.flickity-page-dots .dot {
	width: 12px;
	height: 12px;
	opacity: 1;
	background: transparent;
	border: 2px solid #43647F;
}

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
	background: #43647F;
}

/* Current clients */

.clients {
	background-color: #F8FAFB;
}

.logos img {
	max-height: 75px;
	filter: brightness(0);
	opacity: 50%;
}

.clients-content {
	max-width: 100%;
	width: 1114px;
	width: 1440px;
	width: 1154px;
	margin: 0 auto;
}

.brands {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	grid-gap: 15px;
	list-style-type: none;
}

.brands-item {
	display: flex;
	justify-content: center;
}

.brands-item img {
	filter: brightness(0);
	opacity: 50%;
	display: block;
	max-width: 100%;
	max-height: 50px;
	object-fit: contain;
}

/*.brands-item img:hover {
	filter: initial;
	opacity: 100%;
}*/

img.grey.logo:hover {
	filter: grayscale(0);
	filter: none;
}

img.grey {
	filter: grayscale(1);
}

@media (min-width: 1185px) {
	.brands-item:nth-last-of-type(4) {
		grid-column-start: 3;
	}

}


@media (max-width: 700px) {
	.brands {
		grid-template-columns: repeat(auto-fit, minmax(79px, 1fr));
	}
}

@media (max-width: 375px) {
	.brands-item:last-of-type:nth-of-type(3n+1) {
		grid-column-start: 2;
	}
}

.brands-item a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}


@media (max-width: 812px) {
	.logo {
		margin: 0 2px 14px;
		height: 30px;
	}
}

/* Media */
@media only screen and (max-width: 1220px) {
	.offer-card.best-value {
		grid-column: 1;
		grid-row: 1;
	}

	.offer-card {
		padding: 60px;
	}

	#individual.tabcontent {
		background: linear-gradient(to bottom, #000000 25%, #F8FAFB 25%);
	}

	.offer-card.group-subs {
		max-width: 382px;
		padding-top: 70px;
		padding-bottom: 40px;
	}
}

@media only screen and (max-width: 1220px) and (min-width: 913px) {
	#individual.tabcontent .offer-content {
		width: 75%;
	}
}

@media screen and (max-width: 990px) {
	.mobile {
		display: block
	}

	.desktop {
		display: none
	}

	.webvision {
		display: none;
	}

	#header {
		padding-bottom: 32px;
	}

	.lead {
		font-size: 24px;
		line-height: 34px;
		margin: 35px 0 18px 0;
		max-width: 622px;
	}

	.sub-lead {
		margin-top: 0;
		font-size: 18px;
		line-height: 30px;
		max-width: 622px;
	}

	#branding img {
		width: 120px;
	}

	.wrapper-content {
		margin-bottom: 24px;
	}


	.offer-card {
		padding: 40px;
	}

	.offer-name {
		font-size: 24px;
		margin-bottom: 8px;
	}

	.offer-price {
		font-size: 22px;
	}

	.offer-text {
		margin-top: 24px;
		margin-bottom: 30px;
		font-size: 16px;
	}

	.btn,
	.btn:link,
	.btn:visited {
		font-size: 16px;
		letter-spacing: -0.16px;
		padding: 18px;
	}

	.best-value {
		padding-top: 80px;
	}

	.group-subs {
		padding-top: 70px;
	}

	.group-enquiry {
		margin-top: 32px;
		margin-bottom: 10px;
	}

	.padding {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	#individual.tabcontent {
		background: linear-gradient(to bottom, #000000 40%, #F8FAFB 40%);
	}

	.headline-secondary {
		font-size: 24px;
		line-height: 33px;
		margin-bottom: 24px;
	}

	.benefit-content {
		padding-bottom: 20px;
	}

	.accordion-item .title-tab {
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.accordion-item .title-tab .title {
		line-height: 23px;
	}

	.inner-content {
		margin-top: -4px;
	}

	.inner-content p {
		padding-bottom: 12px;
	}

	.inner-content .answer {
		padding-bottom: 10px;
	}

	.have-a-question {
		margin-top: 18px;
	}

	.have-a-question .faq-headline {
		margin-bottom: 14px;
	}

	.have-a-question-text {
		margin-bottom: 32px;
	}

	.faq.padding {
		padding-bottom: 24px;
	}

}

@media only screen and (max-width: 1220px) and (min-width: 601px) {
	.offer-card {
		padding: 60px;
	}

	#individual.tabcontent {
		background: linear-gradient(to bottom, #000000 25%, #F8FAFB 25%);
	}
}

@media only screen and (max-width: 990px) and (min-width: 601px) {
	#branding img {
		width: 130px;
	}
}

@media screen and (max-width: 600px) {
	.taeb-switch .taeb {
		font-size: 14px;
		line-height: 22px;
		letter-spacing: -0.42px;
		padding: 10px;
	}

	.accordion-item .title-tab#faq-1,
	.accordion-item .title-tab#faq-5,
	.accordion-item .title-tab#faq-6 {
		align-items: start;
	}

}

.FooterLegal {
	display: flex;
	padding: 20px 0 20px 0;
	margin: 0 auto 0 auto;
	justify-content: center;
	background-color: #000000;
	width: 100%;
}

#wrbm-footer-div {
	width: 100%;
	max-width: 1440px;
}

@media screen and (max-width: 600px) {
	.FooterLegal {
		padding: 20px;
	}

	.FooterLegal a {
		display: inline-block;
	}

	.FooterLegal img {
		margin-bottom: 0 !important;
	}

	.FooterLegal p {
		text-align: center;
	}

	.blocker {
		padding: 10px !important;
	}

	.modal {
		padding: 10px !important;
	}

	.grid .column>* {
		margin-bottom: 0;
	}

	.img-container {
		min-height: 188px;
	}
	
	#cookiePolicy.show {
		padding-top: 18px;
    	padding-bottom: 18px;
	}
	
	#cookiePolicy.show p:first-of-type {
		margin-bottom: 16px; 
	}
	
	#cookiePolicy {
		bottom: 0px;
	}

}